@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900');
@import url('https://design2.sharedh.com/js/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.min.css');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url("https://font.emtech.cc/css/GenWanMinTC?weight");
/*------------ basic ------------*/
body {
    color: #767676;
    font-family: "Noto Sans TC", "微軟正黑體", Source Sans Pro, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    letter-spacing: 1px;
}
/*------------ / basic ------------*/
.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.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s 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);
}
/*--- 隱私權 ---*/
.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #4062AA;
    color: #444;
}
.header-sheet .close-ontop {
    color: #000;
}
.header-sheet a {
    color: #4062AA;
}
.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}
/*---! 隱私權 ---*/
/*--- back-btn ---*/
.btn.back {
    background: #7c7c7c;
    background-size: 400%;
    width: 158px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 0px;
    letter-spacing: 1px;
    transition: all .3s ease;
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}
.btn.back:hover {
    opacity: 0.7;
}
@keyframes grahover {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
/*--- fb-btn ---*/
.ibtn.fb {
    transition: all .3s ease;
    width: 90px;
    height: 90px;
    position: relative;
    overflow: inherit;
    text-indent: unset;
    font-size: 0;
}
.ibtn.fb:hover {
    opacity: 0.8;
}
/*--- style01-btn ---*/
.btn.style01 {
    background: #395DA6;
    width: 158px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 0px;
    letter-spacing: 1px;
    transition: all .3s ease;
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}
.btn.style01:hover {
    opacity: 0.7;
}
.btn.style01 i {
    display: none;
}
/*--- style02-btn ---*/
.btn.style02 {
    background: #4062AA;
    ;
    width: 158px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 0px;
    letter-spacing: 1px;
    transition: all .3s ease;
    font-family: 'Prompt', sans-serif;
    font-size: 15px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}
.btn.style02:hover {
    opacity: 0.7;
}
.btn.style02 i {
    display: none;
}
/*------------ / btn ------------*/
.banner {
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
}
.banner .container {
    padding: 0;
    max-width: inherit;
}
/*------------ site_header ------------*/
.site-header,
.header-fixed .site-header {
    width: 240px;
    background: url(../../../images/layout02/common/site-header-bg.jpg) 50% 50% repeat;
    position: fixed;
    height: 100%;
    z-index: 399;
    text-align: center;
    left: 0;
    box-shadow: 2px 0px 2px 2px #0000000d;
}
.wrapper {
    padding-left: 240px;
    background: url(../../../images/layout02/common/patter01.png) 50% 50% repeat,
        url(../../../images/layout02/common/bg01.jpg) 50% 50% repeat;
}
.site-title {
    padding: 105px 0 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.site-title .logo {
    color: transparent;
    background: url(../../../images/layout02/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
     width: 150px;
    height: 105px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*------------ top-nav ------------*/
/*詢價車*/
.func-menu {
    float: none;
}
.func-menu>li.gocart {
    background: #D9A359;
    font-family: "Noto Serif TC", serif;
    color: #fff;
    font-size: 18px;
    width: 190px;
    height: 50px;
    margin-top: 40px;
    transition: all .3s ease;
}

.func-menu>li.gocart:hover{
    background: #deb071;
}

.func-menu>li.gocart>a {
    margin: 0;
}
.func-menu>li.gocart .toggleBtn {
    font-size: 18px;
    line-height: 45px;
}
.func-menu>li.gocart .toggleBtn .num {
    padding: 0;
    font-family: "Noto Serif TC", serif;
    font-size: 18px;
}
.func-menu>li.gocart .price {}
.func-menu .cart-box {
    border: 2px solid #4062AA;
    background: #fff;
    display: none !important;
}
.func-menu .cart-box .btn {
    background: #4062AA;
    color: #fff;
}
.func-menu .cart-box .btn:hover {
    background: #4062AA;
    color: #fff;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list li:hover .box {
    background: #fafafa;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
/*數量icon*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #4062AA;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #4062AA;
    background: #eee;
    z-index: 2;
}
.products-intro .pd-intro .btn-group .btn.addcart {
    background: #4062AA;
    color: #fff;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover {
    opacity: 0.7;
}
/*!數量icon*/
/*!詢價車*/
/*---- language ----*/
.site-header .language {
    margin: 0px auto 30px;
    max-width: 240px;
    position: relative;
}
.site-header .language .btn {
    display: block;
    color: #B3B0A4;
    line-height: 29px;
    border-top: 1px solid #d5d1c0;
    border-bottom: 1px solid #d5d1c0;
    text-align: center;
    padding: 0 15px;
    font-weight: bold;
    position: relative;
    border-radius: 0;
}
.site-header .language .btn i {
    margin: 5px 3px 1px;
    display: inline-block;
    vertical-align: middle;
}
.site-header .language .btn i:before {
    content: "\f0d7";
    font-family: 'icon-font' !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;
}
.site-header .language ul {
    display: none;
    border-top: 0;
    border-top: 1px solid #d5d1c0;
    border-bottom: 0;
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 240px;
}
.site-header .language li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #d5d1c0;
}
.site-header .language li a {
    line-height: 2;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}
.site-header .language .btn:hover,
.site-header .language .btn:hover i {
    color: #999;
    border-color: #999;
}
.site-header .language li a:hover {
    color: #4062AA;
}
/*---- search-box ----*/
.none {
    display: none;
}
.site-header .search-box {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 35;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background: #898989;
}
.site-header .search-box .form-control {
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 0;
    background: none;
    color: #fff;
    border: none;
}
.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
}
.search-box:after {
    content: '';
    background-image: url(../../../images/layout02/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 7px;
}
.search-box:hover:after {
    background-position: 100% 100%;
}
/*------------site-nav ------------*/
.site-nav .mCustomScrollBox,
.site-nav .mCSB_container {
    overflow-x: visible;
    overflow-y: hidden;
}
.site-nav {
    position: relative;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .container {
    display: block;
}
.site-nav .menu {
    display: block;
    text-align: center;
}
.site-nav .menu li {
    display: block;
    float: none;
}
.site-nav .menu li,
.site-nav .menu li a {
    position: relative;
}
.site-nav .menu>li+li {
    border-top: 1px solid #e2e2e2;
}
.site-nav .menu>li+li>a::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #e2e2e2;
    left: calc(50% - 3px);
    top: -6px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.site-nav .menu>li>a {
    color: #444444;
    line-height: 1.2;
    padding: 8px;
    margin: 5px 0;
    font-size: 18px;
    letter-spacing: 2.5px;
    font-weight: 600;
    transition: all .3s ease;
    position: relative;
    font-family: "Noto Serif TC", serif;
}
.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a,
.site-nav .menu>li.active2>a {
    color: #395DA6;
}
.site-nav .menu>li>ul>li {
    border-bottom: 1px dotted #ffffff73;
}
.site-nav .menu>li>ul>li>a:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 19px;
    left: 3px;
    background: url(../../../images/layout02/common/menu_ic.png);
}
.site-nav .menu li ul {
    display: none;
    position: fixed;
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    z-index: 999;
}
.site-nav .menu>li>ul {
    top: 0;
    left: 240px;
    margin: 0;
    padding: 0;
    background: rgba(63, 97, 169, .95);
    padding: 285px 15px 0 15px;
}
.site-nav .menu ul li a {
    font-size: 14px;
    text-align: left;
    color: #FFFFFF;
    padding: 10px 17px;
    letter-spacing: 0;
    transition: all .3s ease;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a,
.site-nav .menu ul li.active2>a {
    color: #e0bf91;
}
.site-nav .menu ul ul {
    position: static;
    margin: -10px 0 10px;
}
.site-nav .menu ul ul li a {
    border: 0;
    padding: 3px 28px;
}
.site-nav .menu ul ul li a:before {
    content: "-";
    position: absolute;
    top: 1px;
    left: 17px;
}
.site-nav .menu ul ul li a:hover {
    color: #000;
}
.site-nav>.menu>li:nth-child(n+9) {
    display: none;
}
/*------------ content-nav ------------*/
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0 20px;
    position: relative;
}
.content-nav-menu {
    padding: 5px 0;
    margin: 0px 8px 0 0;
    position: relative;
    min-width: 146px;
    z-index: 100;
    float: left;
}
.content-nav-menu .btn:after {
    display: none;
}
.content-nav-menu ul {
    display: none;
}
.content-nav-menu li {
    list-style: none;
    width: 100%;
}
.content-nav-menu li a {
    position: relative;
    display: block;
    letter-spacing: 1px;
    padding: 10px 20px 10px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    transition: all .3s ease;
}
.content-nav-menu li.has-child>a:after {
    font-family: 'icon-font' !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: "\f067";
    top: 9px;
    right: 9px;
    position: absolute;
    font-size: 12px;
}
.content-nav-menu>li>a {
    color: #333;
    background: #dbdee5;
    border: thin #dbdee5 solid;
    text-align: left;
    padding: 6px 0px 5px 10px;
    border-radius: 0px;
}
.content-nav-menu li>a:focus,
.content-nav-menu li>a.active,
.content-nav-menu li>a.active2 {
    border: thin #333 solid;
    text-align: left;
    border-radius: 0px;
}
.content-nav-menu>li>a i {
    color: #333;
    font-size: 12px;
    float: right;
    margin: 3px 8px 0 0;
}
.content-nav-menu>li>a:focus i,
.content-nav-menu li>a.active i,
.content-nav-menu li>a.active2 i {}
.content-nav-menu ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #333;
    z-index: 15;
}
.content-nav-menu ul li {
    text-align: left;
    display: block;
}
.content-nav-menu ul li a:hover,
.content-nav-menu ul li.active>a,
.content-nav-menu ul li.active2>a {
    background: #395DA6;
    color: #fff;
    border: unset;
}
.content-nav-menu ul li.active2>ul {
    display: block;
}
.content-nav-menu ul ul {
    position: static;
    background: #5a5a5a;
}
.content-nav-menu ul ul li a {
    color: #fff;
    font-weight: normal;
}
.content-nav-menu .ic-plus {
    top: 9px;
    right: 9px;
    position: absolute;
    font-size: 12px;
}
.site-nav .menu>li>ul>li.products_activity>a:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    top: 19px;
    left: 3px;
    background: #FFF;
    border-radius: 0;
}
/*滿版清單*/
.site-nav .menu .full_menu>ul {
    background: none;
    left: 240px;
    height: auto !important;
    padding-bottom: 20px !important;
}
.site-nav .menu>li.full_menu>ul:before {
    content: '';
    display: block;
    left: 240px;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    background: rgba(63, 97, 169, .95);
    position: fixed;
    height: auto;
}
.site-nav .menu .full_menu ul ul ul {
    padding-left: 30px;
}
.site-nav .menu li.full_menu ul ul li a {
    background: rgba(255, 255, 255, 0.08);
    padding: 5px 10px;
    margin: 6px 3px;
}
.site-nav .menu li.full_menu>ul>li>a:before {
    font-family: 'icon-font' !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: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -5px;
    background: none;
    display: inline-block;
    position: relative;
}
.site-nav .menu .full_menu ul>li.active>a,
.site-nav .menu .full_menu ul>li.active2>a,
.site-nav .menu .full_menu ul>li>a:hover {
    color: #e0bf91;
}
.site-nav .menu .full_menu ul>li.products_activity.active>a:before,
.site-nav .menu .full_menu ul>li.products_activity.active2>a:before,
.site-nav .menu .full_menu ul>li.products_activity>a:hover:before {
    background: #000;
}
.site-nav .menu li.full_menu>ul>li.products_activity>a:before {
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #FFF;
    border-radius: 50%;
    top: -1px;
}
/*!滿版清單*/
/*------------share------------*/
.share li {
    display: inline-block;
    margin: 0 2px;
}
.share .btn {
    font-size: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    transition: all .3s ease;
    background: transparent;
    text-align: center;
}
.share .btn i {
    display: block;
    font-size: 17px;
    line-height: 31px;
}
.share .btn:hover {
    color: rgba(255, 255, 255, 1);
}
/* .share .cm-fb{
    background: #3B5A99;
}
.share .btn.cm-youtube{
    background: #cd201f;
}
.share .btn.cm-mail{
    background: #f7894f;
}
.share .btn.cm-line{
    background: #04ba04;
}
.share .btn.cm-phone{
    background: #D13935;
}
.share .btn.cm-instagram{
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}
.share .btn.cm-linkedin{
    background: #0073b0;
}
.share .btn.cm-twitter{
    background: #5da9dd;
}
.share .btn.cm-wechat{
    background: #51c332;
}
.share .btn.cm-qq{
    background: #000;
} */
.share_box {
    margin: 10px 0 20px 0;
}
/*------------ / site_header ------------*/
/*------------ site_main ------------*/
.main-top {
    text-align: center;
    margin-bottom: 40px;
    background: url(../../../images/layout02/common/main-title-bg.jpg) 50% 50% repeat;
    margin-top: -1px;
    color: #fff;
    font-size: 36px;
}
.main-top .container {
    padding: 0;
    max-width: inherit;
}
.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 100px;
}
.main-content .container {
    width: 100%;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    border-bottom: 1px solid #e4e4da;
    border-width: 1px 0;
    padding: 15px 0 15px 0px;
    margin: 0 -72px 40px -72px;
    position: relative;
}
.content-title:after {
    content: '';
    display: inline-block;
    background: #003C89;
    position: absolute;
    width: 4px;
    height: 20px;
    left: calc(50% - 2px);
    bottom: -26px;
}
.main-title {
    font-size: 30px;
    color: #333333;
    background: url(../../../images/layout02/common/main-title-bg.jpg) 50% 50% repeat;
    text-align: center;
    margin: 0;
    font-weight: 600;
    letter-spacing: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: "Noto Serif TC", serif;
}
.content-title {
    position: relative;
    padding: 5px 0 5px 0px;
    font-size: 25px;
    color: #333333;
    font-weight: 600;
    line-height: 1.5;
    min-height: 30px;
    letter-spacing: 1.5px;
    margin: 0;
    text-align: center;
    font-family: "Noto Serif TC", serif;
}
.search-title h1 {
    color: #383838;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer {
    position: relative;
    background: url(../../../images/layout02/common/site-footer-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    margin-bottom: 10vh;
}
.footer_top {
    padding: 80px 15px 70px;
}
.footer_top .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
}
.footer_bottom {
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    position: relative;
    letter-spacing: 2px;
    width: 100%;
    z-index: 1;
}
.footer_bottom .container {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-footer .col {
    float: right;
}
.site-footer .tit {
    display: none;
}
.site-info {
    font-size: 14px;
    color: #ffffff;
    text-align: right;
    letter-spacing: 0;
    margin: -20px 0 0 25px;
    vertical-align: bottom;
    width: 100%;
    order: 2;
    max-width: 700px;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.site-info p {
    margin: 0;
}
.site-info li .tel a {
    font-size: 40px;
    font-weight: bold;
    color: #e9443d;
    line-height: 1;
}
.site-info li {
    position: relative;
    padding: 4px 0;
}
.site-info li span,
.site-info li a {
    color: #040303;
}
.site-info li+li {
    margin: 0px 0 0;
}
.site-map {
    line-height: 1.2;
    width: 100%;
    max-width: 825px;
    font-size: 14px;
    transition: all .3s ease;
    padding-top: 0;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    margin: 0px 0 15px;
}
.site-map ul {
    display: inline;
    font-size: 14px;
    letter-spacing: 0.35px;
}
.site-map ul li {
    display: inline;
    line-height: 25px;
}
.site-map .list-v li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-weight: 200;
}
.site-map li a:before {
    content: "‧";
    display: inline-block;
    position: absolute;
    left: 8px;
}
.site-map ul a {
    transition: all .3s ease;
}
.site-map ul a:hover {
    color: #EED6B5;
}
.site-footer .fllow {
    float: left;
    text-align: left;
    z-index: 2;
    order: 1;
}
.fllow .share {
    vertical-align: bottom;
    display: block;
    text-align: right;
    left: 0;
    position: absolute;
    top: 100%;
    margin-top: 90px;
    z-index: 5;
}
.fllow * {
    display: inline-block;
    vertical-align: middle;
}
.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}
.fllow .qr-inner {
    margin: 0 10px 0 0px;
}
.fllow .qr-inner img {
    width: 90px;
}
.fllow .qr-inner .ibtn.qr {
    text-indent: unset;
    font-size: 0;
    transition: all .3s ease;
}
.fllow .qr-inner .ibtn.qr:hover {
    opacity: 0.8;
}
.copy_box {
    text-align: right;
    font-size: 12px;
    margin: 5px 0;
}
/*酒類標語*/
.footer-notice {
    z-index: 222;
    background: #000;
    color: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 15vh;
    bottom: 0;
    right: 0;
    min-height: 15vh;
    max-height: 15vh;
    box-sizing: border-box;
    padding-left: 240px;
    font-family: 'Noto Sans TC', sans-serif;
}
.footer-notice .notice-bar-m,
.footer-notice .notice-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    position: static;
    height: 15vh;
    padding: 0 15px;
}
.footer-notice .notice-bar .box {
    display: flex;
}
.footer-notice .notice-bar span {
    display: block;
    font-size: 18px;
    letter-spacing: 0.6em;
}
.footer-notice .notice-bar-m {
    display: none;
    width: 100%;
    height: 100%;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: -60px;
    top: -78px;
    z-index: 100;
}
.floating .gotop {
    white-space: unset;
    text-indent: 0;
    font-family: "EB Garamond", serif;
    font-size: 15px;
    width: 30px;
    height: 110px;
    position: relative;
    padding-left: 8px;
    box-sizing: border-box;
    transition: all .3s ease;
    color: #fff;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-align: right;
}
.floating .gotop:before {
    content: "";
    width: 1px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: 0;
    background: #ffffff;
}
.floating .gotop:hover:before {
    height: 70px;
    background: #CFAD94;
}
.floating .gotop:hover {
    height: 120px;
    color: #CFAD94;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #999999;
    font-size: 13px;
    padding: 21px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    text-align: right;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .2s;
}
.breadcrumb a:hover {
    color: #395DA6;
}
.breadcrumb li+li:before {
    content: "/";
    margin: 0px 2px;
}
.content-top .breadcrumb {
    background: none;
    float: right;
    color: #999;
    padding: 6px 0;
    margin-top: 13px;
    z-index: 35;
    left: 70px;
}
.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: #999;
    background: none;
    top: 75px;
    bottom: auto;
}
.products-breadcrumb li a:hover {
    color: #4062AA;
}
.products-breadcrumb li+li:before {
    content: ">";
    margin: 0px 2px;
}
.products-breadcrumb li:first-child a span {
    display: inline-block;
}
.products-breadcrumb li:first-child a:before {
    content: "";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side {
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
    display: none;
}
.content {
    position: relative;
    background: #FFFFFF;
    padding-left: 72px;
    padding-right: 72px;
    padding-bottom: 70px;
}
.has-side .content {
    box-sizing: border-box;
}
.side_logo {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    display: none;
}
.side_logo span {
    display: block;
    font-weight: 400;
}
.side .title {
    background: url(../../../images/layout02/common/side_title_bg.jpg) no-repeat;
    background-size: 100% auto;
    border-bottom: 0;
    padding: 81px 0 6px 0;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    width: 220px;
}
.side-nav {
    max-width: 220px;
    background: url(../../../images/layout02/common/side_shadow.png) 50% 100% no-repeat;
    padding-bottom: 20px;
}
.side-nav>li {
    padding: 10px 0;
}
.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}
.side-nav>li>a {
    padding: 8px 16px;
    font-size: 15px;
    color: #444;
    background: #eee;
    position: relative;
}
.side-nav>li:hover>a,
.side-nav>li.active>a,
.side-nav>li.active2>a {
    background: #b5c356;
    color: #fff;
}
.side-nav ul {
    font-size: 15px;
    display: none;
    margin: 0px 0;
    background: #fff;
    padding-top: 20px;
}
.side-nav ul ul {
    padding-top: 5px;
}
.side-nav ul li a {
    line-height: 1.3;
    padding: 8px 16px;
    font-size: 14px;
    transition: all .3s ease;
    border: 1px solid transparent;
    margin: 1px 0;
}
.side-nav ul ul li a {
    border: none;
}
.side-nav ul li a:before {
    content: '';
    display: inline-block;
    background: url(../../../images/layout02/common/side_ic.png) no-repeat;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 8px;
    width: 0;
    transition: all .3s ease;
}
.side-nav ul li:hover>a,
.side-nav ul li.active>a,
.side-nav ul li.active2>a {
    border-color: #e9443d;
    color: #0fbb90;
    padding-left: 32px;
}
.side-nav ul li:hover>a:before,
.side-nav ul li.active>a:before,
.side-nav ul li.active2>a:before {
    width: 16px;
}
.side-nav ul ul {
    padding-left: 25px;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination li a,
.pagination li span {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-weight: bold;
    border: 1px solid transparent;
    margin: 0 5px;
    box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #395DA6;
    border-color: #395DA6;
}
.pagination li a.controls {
    width: 30px;
    border: 0;
    height: 40px;
    line-height: 56px;
    color: #666666;
    font-size: 0;
}
.pagination li a.controls i {
    font-size: 16px;
}
.pagination li a.controls:hover {
    color: #809dda;
}
.page-info .form-control {
    color: #999;
    border: 1px solid #ddd;
}
.page-info .form-control:focus {
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*-----reminder-----*/
.reminder {
    text-align: center;
    margin: 0 0 45px 0;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 40px 0 50px 0;
    letter-spacing: 1px;
    position: relative;
}
.reminder b:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: #4062AA;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
.reminder .requrin_txt {
    font-size: 13px;
    display: block;
    line-height: 34px;
    width: 140px;
    margin: 10px auto 0;
    color: #4062AA;
    border: 1px solid #4062AA;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #666666;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}
.form-box .control-box select {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    color: #666666;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}
.form-control:focus {
    outline: none;
    border-color: #4062AA;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
}
.form-box .captcha a {
    display: inline-block;
    color: #4062AA;
    font-weight: bold;
    font-size: 20px;
    line-height: inherit;
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 46%;
    right: 0;
    text-align: left;
    z-index: 50;
}
/*-----form-static-control-----*/
.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 30px;
}
.form-box {
    padding: 30px 0px 10px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}
.form-box .name .radio-box {
    position: static;
}
.form-box .row {
    margin: 0 -24px;
    display: block;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1px 10px;
    background: #4062AA;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
/*----- success-box -----*/
.success-box {
    text-align: center;
    margin: 40px auto 0;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
}
.success-box .msg {
    color: #4062AA;
    ;
    font-size: 20px;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
    margin: 0 0 25px 0;
}
.success-box .msg i {
    display: none;
    content: "";
    width: 54px;
    height: 54px;
    display: block;
    margin: -45px auto 10px;
    background: url(../../../images/layout02/common/contact_ok.png);
    display: none;
}
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../../images/layout02/common/lightbox_close_2.png) center center no-repeat rgba(0, 0, 0, 0.76);
    width: 12px;
    height: 12px;
    right: 0px;
    top: 0px;
    padding: 10px;
}
body .fancybox-close:hover {
    background: url(../../../images/layout02/common/lightbox_close_2.png) center center no-repeat rgba(0, 0, 0, 0.3);
}
body .fancybox-opened .fancybox-skin {
    box-shadow: 0px 0px 15px rgba(170, 170, 170, .25);
}
body .fancybox-skin {
    border-radius: 0px;
    background: #fff;
}
body .fancybox-nav span {
    visibility: visible;
    width: 25px;
    height: 25px;
    background: url('../../../images/layout02/common/album/arrow.png');
    right: -25px;
}
body .fancybox-prev span {
    transform: rotate(180deg);
    left: -25px;
}
.fancybox-album .fancybox-image,
.fancybox-album .fancybox-inner {
    max-height: unset !important;
    object-fit: unset;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}
.lightbox-wrapper .form-control {
    border: 1px solid #EAE3CE;
    color: #999999;
    background: #EEEDDA;
    font-size: 13px;
    height: 30px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 15px;
}
.photo-title {
    color: #4062AA;
    font-size: 18px;
    margin: 5px 0 10px;
    padding: 0 15px;
    text-align: center;
    line-height: 1.5;
    color: #333333;
    font-family: "Noto Serif TC", serif;
    font-weight: 600;
}
.photo-intro {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    padding: 0px 0px 5px;
    color: #666666;
    font-size: 15px;
    line-height: 1.2;
}
.photo-pager {
    font-size: 13px;
    color: #0C3146;
    text-align: center;
}
.photo-pager b {
    font-size: 14px;
    color: #4062AA;
}
/*------------ / lightbox ------------*/
.form-radio:before {
    background-image: url('../../../images/layout02/common/form_radio.png');
    margin: 0 3px 4px 0;
}
.form-checkbox:before {
    background-image: url('../../../images/layout02/common/form_checkbox.png');
}
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #4062AA;
}
.mmenu-show #mobile-fixed li {
    background: #4062AA;
}
.mmenu-show #mobile-menu .menu li>a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #4062AA;
}
.mmenu-show #mobile-menu .language-menu {
    background: #4062AA;
    color: #fff;
}
.mmenu-show.mmenu-open #mobile-menu {
    background: #eee;
}
.mmenu-show #mobile-search {
    background: #4062AA;
}
.mmenu-show #mobile-search .search-box:after {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
    color: #d62c25;
    background: url(../../../images/layout02/common/mobile_search_btn.svg)no-repeat;
}
.mmenu-show #mobile-fixed .toggleBtn {
    font-size: 0;
}
.mmenu-show #mobile-fixed .toggleBtn i {
    font-size: 28px;
}
.mmenu-show #mobile-fixed .m-go-home {
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-go-home i {
    font-size: 28px;
}
.mmenu-show #mobile-menu .share .btn {
    font-size: 0;
}
.mmenu-show #mobile-menu .share .btn i {
    line-height: 29px;
}
.mmenu-show #mobile-fixed .m-contact {
    font-size: 0;
}
.mmenu-show #mobile-fixed .m-contact i {
    font-size: 28px;
}
.mmenu-show #mobile-menu .menu ul li.products_activity a {
    color: #DE8809;
}
.mmenu-show #mobile-menu .menu li.products_activity>a:hover,
.mmenu-show #mobile-menu .menu li.products_activity.active>a {
    color: #d62c25;
}
.mmenu-show #mobile-menu .menu li.pd-class>a {
    font-size: 16px;
    font-weight: bold;
    background: #fff;
}
.mmenu-show #mobile-menu .menu li.pd-class.has-child>.toggle-submenu:before {
    content: '\f078';
    display: inline-block;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mmenu-show #mobile-menu .share-menu {
    background: #414141;
}
/*------------ / mobile_menu ------------*/
.contact-title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 35px;
}
.contact-title>b {
    color: #5d5d5d;
    font-family: 'Times new roman', cursive;
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
}
.btn-box {
    text-align: left;
}
.success-box .btn-box {
    text-align: center;
}
/*------------ side-share ------------*/
.side-share {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
}
.side-share.for-cart {
    right: unset;
    left: 15px;
    top: unset;
    transform: unset;
    bottom: 20px;
}
.side-share .share {
    display: flex;
    flex-direction: column;
}
.side-share .share li {
    margin: 2px 0;
}
.side-share .share li a {
    width: 55px;
    height: 55px;
    color: #FFF;
    background: #31CAA4;
    border-radius: 50%;
    display: block;
    line-height: 55px;
    text-align: center;
    transition: all 0.5s ease;
    border: 0;
    font-size: 0;
    box-shadow: 0px 2px 5px #0000001c;
    overflow: hidden;
}
.side-share .share .btn i {
    display: block;
    font-size: 30px;
    line-height: 55px;
}
.side-share .share .btn.cm-fb {
    color: #FFF;
    background: #405D9A;
}
.side-share .share .btn.cm-youtube {
    color: #FFF;
    background: #b52322;
}
.side-share .share .btn.cm-mail {
    color: #FFF;
    background: #2caf8e;
}
.side-share .share .btn.cm-line {
    color: #FFF;
    background: #06C755;
    padding-top: 1px;
    padding-left: 1px;
}
.side-share .share .btn.cm-phone {
    color: #FFF;
    background: #3c352a;
}
.side-share .share .btn.cm-instagram {
    background: #b90675;
}
.side-share .share .btn.cm-instagram i {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #FFF;
}
.side-share .share .btn.cm-linkedin {
    color: #FFF;
    background: #0073b0;
}
.side-share .share .btn.cm-twitter {
    background: #0F1419;
}
.side-share .share .btn.cm-wechat {
    background: #51c332;
}
.side-share .share .btn.cm-qq {
    background: #000;
}
.side-share .share .btn:hover {
    border: 0;
    box-shadow: unset;
}
.side-share .share .btn.cm-fb:hover {
    background: #5C79B7;
}
.side-share .share .btn.cm-youtube:hover {
    background: #CB3A39;
}
.side-share .share .btn.cm-mail:hover {
    background: #43CAA8;
}
.side-share .share .btn.cm-line:hover {
    background: #1DD96A;
}
.side-share .share .btn.cm-phone:hover {
    background: #5A5247;
}
.side-share .share .btn.cm-instagram:hover {
    background: #CE208C;
}
.side-share .share .btn.cm-linkedin:hover {
    background: #1C94D4;
}
.side-share .share .btn.cm-twitter:hover {
    background: #29333C;
}
.side-share .share .btn.cm-wechat:hover {
    background: #71E053;
}
.side-share .share .btn.cm-qq:hover {
    background: #333;
}
/*------------ / side-share ------------*/
/*------------ cart ------------*/
.main-cart-box {
    background: #DEDEDE;
    position: fixed;
    width: 80px;
    height: auto;
    z-index: 601;
    right: 0;
    bottom: calc(50% - 300px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-sizing: border-box;
}
.main-cart-box .c-box-btn {
    width: 80px;
    height: 99px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    position: relative;
    cursor: pointer;
}
.main-cart-box .c-box-btn+.c-box-btn:before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background: #CFCFCF;
    position: absolute;
    left: 10px;
    top: 1px;
}
.main-cart-box .c-box-btn .ic {
    width: 41px;
    height: 41px;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    display: block;
    line-height: 41px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ABABAB;
    border-radius: 50%;
    transition: all .3s ease;
    margin-bottom: 3px;
    color: #444A51;
}
.main-cart-box .c-box-btn .ic.icon-cart-info {
    font-weight: bold;
}
.main-cart-box .c-box-t {
    color: #444A51;
    font-size: 15px;
    font-weight: bold;
}
.main-cart-box .c-box-btn:hover .ic {
    background: #4062AA;
    border: 1px solid #4062AA;
    color: #FFF;
}
.main-cart-box .cart-btn .qty {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 7px;
    top: 7px;
    color: #FFF;
    background: #D70209;
    border-radius: 50%;
}
.main-cart-box .history-btn.c-box-btn.active .ic,
.main-cart-box .history-btn.c-box-btn:hover .ic {
    background: #4062AA;
    border: 1px solid #4062AA;
    color: #FFF;
}
.main-cart-box .history-content {
    position: absolute;
    width: 80px;
    height: auto;
    left: -85px;
    top: 110px;
    box-sizing: border-box;
    padding: 13px 8px 7px;
    border: 2px solid #c5c5c5;
    background: #FFF;
    border-radius: 10px;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
}
.main-cart-box .history-content.active {
    opacity: 1;
    pointer-events: all;
    top: 100px;
}
.main-cart-box .history-content:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
}
.history-list .box {
    position: relative;
    margin-bottom: 10px;
}
.history-list .box:nth-last-child(1) {
    margin-bottom: 0;
}
.history-list .box .name {
    font-size: 15px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.history-list .box:hover .name {
    color: #4062AA;
    text-decoration: underline;
}
.history-list .box .pic {
    position: relative;
}
.history-list .box .pic:before {
    content: "";
    background: rgba(204, 204, 204, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.history-list .box:hover .pic:before {
    opacity: 1;
}
.history-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.cart-fancybox-content {
    display: none;
}
.front-member-fancybox .fancybox-skin {
    margin-top: unset;
    margin-bottom: unset;
}
.front-member-fancybox .fancybox-inner {
    max-height: unset !important;
}
.member-fancybox-body {
    overflow-y: hidden;
}
.social-login-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.social-login-box>div.fb-login-box,
.social-login-box>div.google-login-box,
.social-login-box>div.line-login-box {
    width: 240px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
}
.LINE-login-button a {
    width: 240px;
    height: 40px;
    background: #06C755;
    border-radius: 6px;
    display: flex;
    margin: auto;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='61' viewBox='0 0 64 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='LINE' class='cls-1' d='M57.144,41.969c4.64-5.087,6.863-10.251,6.863-15.984C64.007,11.66,49.646.005,32,.005S-0.014,11.66-.014,25.985c0,12.842,11.388,23.6,26.771,25.633,1.041,0.225,2.46.688,2.819,1.579a6.558,6.558,0,0,1,.1,2.894s-0.374,2.259-.456,2.741C29.085,59.641,28.58,62,32,60.557S50.43,49.7,57.145,41.969h0M19.466,34.508h-6.36a1.681,1.681,0,0,1-1.678-1.68V20.107a1.678,1.678,0,1,1,3.356,0V31.15h4.682A1.679,1.679,0,0,1,19.466,34.508Zm6.579-1.68a1.678,1.678,0,1,1-3.355,0V20.107a1.678,1.678,0,1,1,3.355,0V32.829Zm15.31,0a1.678,1.678,0,0,1-3.022,1.008l-6.518-8.878v7.87a1.679,1.679,0,1,1-3.357,0V20.107A1.678,1.678,0,0,1,31.479,19.1L38,27.978v-7.87a1.678,1.678,0,1,1,3.356,0V32.829Zm10.292-8.039a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681a1.679,1.679,0,0,1,0,3.358h-6.36a1.682,1.682,0,0,1-1.678-1.68V20.107a1.68,1.68,0,0,1,1.678-1.679h6.36a1.679,1.679,0,1,1,0,3.357H46.966v3h4.681Z'/%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: 24px 24px;
    background-position: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    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,
.LINE-login-button a:focus,
.LINE-login-button a:active {
    background: #05B34C;
}
.f-login {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 40px;
    height: auto;
    overflow-x: hidden;
}
.f-login .f-title {
    text-align: center;
    margin-bottom: 30px;
}
.f-login .main-title {
    color: #444444;
    font-size: 26px;
    margin: 0;
}
.f-login .main-title {
    color: #ffffff;
    font-size: 26px;
    margin: 0;
    z-index: 1;
    position: relative;
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}
.f-login .main-sub {
    display: none;
}
.f-login .form-box label.control-label {
    display: none;
}
.f-login label.form-checkbox {
    display: block;
    font-size: 14px;
}
.f-login .form-box .form-group {
    padding-bottom: 5px;
    text-align: left;
}
.f-login .btn.pure {
    text-align: center;
    color: #4062AA;
    font-size: 16px;
    transition: all .3s ease;
    margin-bottom: 15px;
    margin-top: 20px;
}
.f-login .btn.pure:hover {
    color: #E9443D;
}
.f-login .btn.p-reset,
.f-login .btn.p-send {
    width: 202px;
    height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    line-height: 45px;
    border-radius: 5px;
    background: #AAAAAA;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 0;
    -webkit-appearance: none;
}
.f-login .btn.p-reset:before,
.f-login .btn.p-send:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(to right, #4062AA, #4062AA);
    opacity: 0;
    border-radius: 5px;
    transition: all .3s ease;
}
.f-login .btn.p-reset:hover:before,
.f-login .btn.p-send:hover:before {
    opacity: 1;
}
.f-login .form-box {
    background: none;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.f-login .check-agree {
    padding: 10px 30px 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.f-login .f-reminder {
    padding: 10px 25px 30px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-sizing: border-box;
    background: none;
}
.f-login .f-reminder p {
    margin: 0;
}
.f-login .btn-box.cart_f_btn {
    padding-top: 10px;
    text-align: center;
}
.f-login .terms-style {
    color: #4062AA;
    transition: all .3s ease;
}
.f-login .terms-style:hover {
    color: #E9443D;
}
.f-login .f-msg {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.f-login .f-txt {
    font-size: 15px;
    text-align: center;
}
/*------------ / cart ------------*/
@media screen and (min-width: 1100px) {
    .floating,
    .floating.fancybox-margin {
        display: block !important;
    }
}
@media screen and (max-width: 1800px) {
    .site-title {
        padding: 75px 0 0px;
    }
    .func-menu>li.gocart {
        margin-top: 10px;
    }
    .floating,
    .floating.fancybox-margin {
        right: 10px;
        bottom: 10px;
    }
    .floating .gotop {
        width: 30px;
        height: 30px;
    }
    .floating .gotop:before {
        left: calc(50% - 7px);
        top: calc(50% - 9px);
        font-size: 16px;
    }
}
@media screen and (max-width: 1600px) {
    .footer_top .container {
        padding-right: 3px;
    }
}
@media screen and (max-width:1500px) {
    .main-cart-box {
        width: 100%;
        height: 60px;
        right: 0;
        bottom: 0;
        border-radius: 0;
        display: flex;
        z-index: 399;
        box-shadow: 0px -5px 6px #0003;
    }
    .main-cart-box .c-box-btn {
        width: auto;
        height: auto;
        background: #DEDEDE;
        z-index: 2;
        flex-grow: 1;
        flex-direction: row;
    }
    .main-cart-box .c-box-btn .ic {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 4px;
        border: 0;
        font-size: 25px;
    }
    .main-cart-box .c-box-btn:hover .ic,
    .main-cart-box .history-btn.c-box-btn.active .ic,
    .main-cart-box .history-btn.c-box-btn:hover .ic {
        background: transparent;
        border: 0;
    }
    .main-cart-box .c-box-t {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0px;
        white-space: nowrap;
        transition: all .3s ease;
    }
    .main-cart-box .c-box-btn:hover .c-box-t,
    .main-cart-box .history-btn.c-box-btn.active .c-box-t,
    .main-cart-box .history-btn.c-box-btn:hover .c-box-t {
        color: #FFF;
    }
    .main-cart-box .cart-btn .qty {
        right: calc(50% + 9px);
        top: 6px;
    }
    .main-cart-box .c-box-btn+.c-box-btn:before {
        width: 1px;
        height: calc(100% - 30px);
        left: 0;
        top: 15px;
    }
    .main-cart-box .c-box-btn:after {
        content: "";
        width: calc(100% - 1px);
        height: 100%;
        position: absolute;
        left: 1px;
        top: 0;
        background: #4062AA;
        transition: all .3s ease;
        z-index: -1;
        opacity: 0;
    }
    .main-cart-box .c-box-btn:hover:after,
    .main-cart-box .history-btn.c-box-btn.active:after,
    .main-cart-box .history-btn.c-box-btn:hover:after {
        opacity: 1;
    }
    .main-cart-box .history-content {
        width: 100%;
        height: auto;
        left: 0;
        border-radius: 0;
        padding: 10px 5px 3px;
        top: unset;
        bottom: 90%;
        z-index: 1;
    }
    .main-cart-box .history-content.active {
        top: unset;
        bottom: 100%;
    }
    .history-list {
        display: flex;
        justify-content: center;
    }
    .history-list .box {
        margin-bottom: 0;
        margin-left: 5px;
        margin-right: 5px;
        width: 60px;
    }
    .history-list .box .name {
        font-size: 12px;
    }
    .header-sheet {
        bottom: 64px;
        left: 20px;
    }
    /*------------ side-share ------------*/
    .side-share.for-cart {
        right: 15px;
        left: unset;
        bottom: 70px;
        transform: unset;
        top: unset;
    }
    /*------------ / side-share ------------*/
}
@media screen and (max-width: 1380px) {
    .footer_top {
        padding: 40px 15px 30px;
    }
    .site-map {
        max-width: 580px;
    }
    .site-info {
        margin-top: 10px;
    }
    .fllow .share {
        margin-top: 55px;
    }
}
@media screen and (max-width: 1280px) {
    .site-title {
        padding: 60px 0 0px;
        margin-bottom: 15px;
    }
    .site-title .logo {
        width: 130px;
    }
}
@media screen and (max-width: 1100px) {
    .site-header,
    .header-fixed .site-header {
        width: 100%;
        position: relative;
        text-align: center;
        margin: auto;
        height: auto;
        box-shadow: unset;
    }
    .wrapper {
        padding-top: 40px;
        padding-left: 0;
    }
    .content:before {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .has-side .content,
    .content {
        padding: 10px 15px 10px;
    }
    .btn-box {
        padding-top: 25px;
    }
    .btn.back,
    .btn.style01,
    .btn.style02 {
        width: 130px;
    }
    /*------------ site_header 1000 ------------*/
    .site-title,
    .header-fixed .site-title {
        float: none;
        padding: 15px 0;
        margin-bottom: 0;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 122px;
        height: 85px; 
        background-size: contain;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .footer_top {
        padding: 35px 0px;
    }
    .footer_bottom {
        padding-bottom: 30px;
    }
    .site-map,
    .fllow .share {
        display: none;
    }
    .footer_top>.container {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .site-footer .site-info {
        max-width: 400px;
        text-align: left;
        margin-top: 0px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .info_tel,
    .info_fax,
    .info_email {
        display: block;
    }
    .site-footer .fllow {
        position: static;
        width: 100%;
        display: block;
    }
    .fllow .qr-inner,
    .ibtn.fb {
        display: inline-block;
    }
    .site-footer .col {
        float: none;
        width: auto;
    }
    .site-info p {
        margin: 0 0 0 10px;
    }
    .site-info li .tel a {
        font-size: 36px;
    }
    .fllow p {
        margin: 15px 0 0 0;
    }
    .copy_box {
        text-align: center;
        letter-spacing: 1px;
    }
    .copy_box .author {
        display: block;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
        display: block;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
        transform-origin: 0;
        transform: rotate(0deg);
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -15px;
    }
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../../images/layout02/common/mobile_gotop.svg) 50% 50% no-repeat;
        z-index: 398;
        bottom: 11vh;
    }
    .floating .gotop:before,
    .floating .gotop:after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .footer-notice {
        padding: 0;
    }
    /*------------ side-share ------------*/
    .side-share {
        top: unset;
        transform: unset;
        bottom: 75px;
    }
    .side-share.for-cart {
        bottom: 70px;
    }
    .side-share .share li a {
        width: 40px;
        height: 40px;
        padding-left: 1px;
    }
    .side-share .share .btn i {
        font-size: 20px;
        line-height: 40px;
    }
    /*------------ / side-share ------------*/
    .contact-title .reminder {
        margin: 0 45px;
    }
    .contact-title {
        margin: 0 5px 15px;
    }
    .contact-title .reminder {
        margin: 0;
    }
    .reminder {
        margin-bottom: 25px;
    }
    .contact-form {
        background: none;
    }
    .form-box {
        background: none;
    }
    .main-top {
        margin-bottom: 0px;
    }
    .content-title {
        font-size: 20px;
    }
    .content-title:before {
        background-size: 80%;
    }
    .content-top {
        margin: 0 0 30px 0;
        padding: 10px 0 15px 0px;
    }
    .contact-title>b {
        font-size: 30px;
    }
    .form-box {
        padding: 0px;
    }
    .content-nav-menu,
    .breadcrumb,
    .sort_box {
        display: none;
    }
    .main-title {
        font-size: 20px;
    }
    .main-cart-box {
        z-index: 398;
    }
    .floating.for-cart .ibtn.gotop {
        bottom: 70px;
    }
    .footer_bottom.for-cart {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1000px) {
    .header-sheet {
        bottom: 0;
        left: 0;
    }
}
@media screen and (max-width: 900px) {
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: unset;
        right: 0;
    }
}
@media screen and (max-width: 850px) {
    .site-footer .site-info {
        background: none;
        float: none;
        margin: 15px auto 25px;
        padding-left: 45px;
        padding-right: 45px;
    }
    .site-info p {
        margin: 0;
    }
    .site-footer .info_tel,
    .site-footer .info_fax,
    .site-footer .info_email {
        margin-left: 0;
    }
    .footer_top {
        padding-bottom: 0;
    }
    .footer_top>.container {
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer .fllow {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .pagination li a.controls {
        line-height: 67px;
    }
    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 40px;
    }
    .pagination li a.controls {
        margin-bottom: -3px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }
    .site-info li+li {
        margin: 0;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ side-share ------------*/
    .side-share.for-cart {
        bottom: 95px;
    }
    /*------------ / side-share ------------*/
    .member-fancybox-body {
        overflow-y: auto;
    }
    .main-cart-box {
        height: 85px;
    }
    .main-cart-box .c-box-btn {
        flex-direction: column;
    }
    .main-cart-box .c-box-btn .ic {
        margin-right: auto;
        margin-left: auto;
    }
    .main-cart-box .c-box-t {
        font-size: 12px;
    }
    .main-cart-box .cart-btn .qty {
        right: calc(50% - 28px);
        top: 5px;
    }
    .floating.for-cart .ibtn.gotop {
        bottom: 90px;
    }
    .footer_bottom.for-cart {
        margin-bottom: 83px;
    }
    .footer-notice {
        padding: 0;
        height: 10vh;
        min-height: 10vh;
        max-height: 10vh;
    }
    .footer-notice .notice-bar-m,
    .footer-notice .notice-bar{
        height: 10vh;
    }
}
@media screen and (max-width: 600px) {
    /*------------ cart-fancybox 600 ------------*/
    .f-login .form-control {
        margin-bottom: 0;
    }
    .f-login {
        padding-top: 0px;
        height: unset;
    }
    .f-login .f-title {
        padding-top: 0px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #member-login-fancybox {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #member-register-fancybox {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #member-forget-fancybox {
        padding-top: 20px;
        padding-bottom: 0px
    }
    #member-forget-ok-fancybox {
        padding-top: 30px;
        padding-bottom: 0;
    }
    #member-register-ok-fancybox {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .f-login .main-sub {
        font-size: 40px;
        line-height: 40px;
        margin-top: -55px;
        margin-bottom: 0;
    }
    .f-login .form-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .f-login .btn.p-reset,
    .f-login .btn.p-send {
        width: 100px;
        height: 30px;
        font-size: 15px;
        line-height: 28px;
        border-radius: 0;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
    }
    .f-login .btn-box.cart_f_btn {
        margin-top: 0;
        padding-top: 10px;
    }
    .f-login .btn.p-reset:before,
    .f-login .btn.p-send:before {
        border-radius: 0;
    }
    .f-login .check-agree {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .f-login .btn.pure {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .f-login .f-reminder {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    /*------------ / cart-fancybox 600 ------------*/
}
.fancybox-lock .fancybox-overlay {
    background: rgb(0 0 0 / 80%) !important;
}