@charset 'utf-8';

/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.container {
    padding: 0 15px;
    max-width: 1530px;
}

/*------------ / basic ------------*/

/*------------ icon ------------*/
.icon {
    background-image: url('../../images/common/icons.png');
}
.icon.require {
    width: 20px;
    height: 20px;
    background-position: -200px -87px;
    margin-bottom: 4px;
}

/*------------ / icon ------------*/

/*------------ btn ------------*/
.a2a_svg.a2a_s__default.a2a_s_tumblr,
.a2a_svg.a2a_s__default.a2a_s_whatsapp,
.a2a_svg.a2a_s__default.a2a_s_sina_weibo,
.a2a_label{
        display: none;
}

.community-box{
    margin: 0 5px;
}
.community-box > li{
    vertical-align: middle;
    margin: 0 2px;
}
.community-box .btn {
    width: 26px;
    height: 26px;
    float: none;
    background: #9E9E9E;
    border-radius: 100%;
    font-size: 18px;
    line-height: 29px;
    color: #fff;
}
.community-box .btn:hover{
    transform: rotate(360deg);
    transition: all .3s linear;
}
.community-box .btn.fb:hover,
.mmenu-show .btn.fb{
    background: #3B5998;
}
.community-box .btn.google:hover,
.mmenu-show .btn.google{
    background: #DD4B39;
}
.community-box .btn.twitter:hover,
.mmenu-show .btn.twitter{
    background: #40C1F2;
}
.community-box .btn.plurk:hover,
.mmenu-show .btn.plurk{
    background: #E9443D;
}
.community-box .btn.lineat:hover,
.mmenu-show .btn.lineat{
    background: #00C300;
}
.community-box .btn.ig:hover,
.mmenu-show .btn.ig{
    background: #DD4B39;
}

.btn.back {
    max-width: 177px;
    width: 100%;
    height: 30px;
    background: #929292;
    color: #fff;
    line-height: 32px;
    border-radius: 30px;
}
.btn.back:hover {
    background: #000;
    color: #FFED2A;
    transition: all 0.2s linear;
}


.btn.simple {
    background: #999;
    max-width: 1000px;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 40px;
    position: relative;
    margin: 0 8px 10px;
}
.btn.simple:hover {
    background: #000;
    color: #FFED2A;
    transition: all 0.2s linear;
}
.btn.simple.bg2 {
    background: #1B7292;
}
.btn.simple.bg2:hover {
    background: #ABB315;
}
.btn.simple .icon.arrowL,
.btn.simple .icon.arrowR {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
}
.btn.simple .icon.arrowL{
    background-position: -160px -87px;
    left: 10px;
}
.btn.simple .icon.arrowR {
    background-position: -180px -87px;
    right: 10px;
}
.btn.simple .icon.check {
    background-position: 0 -87px;
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
}
.btn.simple .icon.money {
    background-position: 0 -62px;
    width: 25px;
    height: 25px;
    margin: 0 8px 4px 0;
}
.btn.normal {
    max-width: 177px;
    width: 100%;
    height: 30px;
    background: #000;
    color: #FFED2A;
    line-height: 32px;
    border-radius: 30px;
}
.btn.normal:hover {
    background: #FFED2A;
    color: #000;
    transition: all 0.2s linear;
}
.btn.normal .icon {
    width: 32px;
    height: 32px;
    margin: 0 4px 3px 0;
}
.btn.normal .icon.home {
    background-position: 0 0;
}
.btn.normal .icon.cart {
    background-position: -32px 0;
}
.btn.normal .icon.cart2 {
    background-position: -64px 0;
}
.btn.normal .icon.order {
    background-position: -96px 0;
}
.btn.normal .icon.money {
    background-position: -128px 0;
}
.btn.pure {
    color: #1A7292;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #ABB315;
    text-decoration: none;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    margin-top: 10px;
}
.site-title .logo {
    background: url(../../images/common/logo.png) right center / contain no-repeat;
    width: 363px;
    height: 54px;
    position: relative;
    overflow: initial;
    color: transparent;
}
.site-title .logo:before {
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    background: url(../../images/common/logo_before.svg)center/cover;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -27px;
}
.site-title .logo:hover:before {
    transition: all 0.3s linear;
    transform: scale(1.1) rotate(180deg);
}


.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 20px;
    margin-right: 5px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: top;
}
.top-nav .icon {
    width: 20px;
    height: 20px;
    margin: 0 3px 3px 0;
}

.top-nav .language .btn {
    width: 100px;
    border: 1px solid #555;
    padding: 2px 0;
}
.site-header{
    top: -65px;
}
.site-header .language ul{
    display: none;
}
.top-nav .language li{
    display: block;
}
.top-nav .language li a {
    background: #9e9e9e;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    width: 100%;
    text-align: center;
}
.top-nav .language li a:hover {
    background: #000;
    color: #ffed2a;
}

.site-header .container{
    background: url('../../images/common/header_bg.png')right bottom no-repeat;
}
.site-header .search-box {
    position: relative;
    z-index: 10;
    width: 223px;
    box-sizing: border-box;
}
.site-header .search-box .form-control {
    border: 2px solid #B0B0B0;
    height: 30px;
    line-height: 32px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
    background: #FFF;
    opacity: 0;
}
.site-header .search-box:hover .form-control {
    opacity: 1;
    transition: all .2s linear;
}
.site-header .search-box .form-control:focus {
    border-color: #666;
    opacity: 1;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 1px;
}

.site-nav {
    position: relative;
    padding-top: 89px;
    padding-bottom: 26px;
    text-align: center;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    display: block;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu > li {
    width: calc(100% / 14);
}
.site-nav .menu > li > a:before,
.site-nav .menu > li:nth-child(14):after{
    content: '';
    display: inline-block;
    height: 15px;
    border-right: 1px solid #000;
    position: absolute;
    top: 3px;
    left: 0;
}
.site-nav .menu li:nth-child(14):after{
    left: inherit;
    right: 0;
}
.site-nav .menu li a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu > li > a {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    line-height: 22px;
}
.site-nav .menu > li > a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 8px 0 8px;
    border-color: #414141 transparent transparent transparent;
    display: block;
    margin: 5px auto 0;
}
.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #0091F0;
}
.site-nav .menu > li > a:hover:after,
.site-nav .menu > li.active > a:after {
    border-color: rgba(65,65,65,0.8) transparent transparent transparent;
    transform:rotate(-180deg);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.site-nav .menu > li > a span {
    display: block;
    color: #fd9a83;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.site-nav .menu li ul {
    display: none;
    padding: 0;
    margin: 0;
    width: 133px;
    position: absolute;
    left: 50%;
    margin-left: -66px;
    z-index: 3;
    text-align: center;
}
.site-nav .menu li li a{
    width: 133px;
    color: #EAEAEB;
    line-height: 35px;
    font-size: 16px;
    background: rgba(65,65,65,0.8);
}
.site-nav .menu li li+li{
    border-top: 1px solid #85858B;
}
.site-nav .menu li li a:hover,
.site-nav .menu li li.active > a{
    background: rgba(65,65,65,1);
    color: #FFF154;
}
.site-nav .menu li ul ul{
    left: 100%;
    top: 0;
    margin-left: 0;
    padding-left: 3px;
}
.site-nav .menu li ul li:first-child a{
    padding-top: 15px;
}
.site-nav .menu li ul li:last-child a{
    padding-bottom: 15px;
}
.site-nav .menu li ul ul li:first-child a{
    padding-top: 0;
}
.site-nav .menu li ul ul li:last-child a{
    padding-bottom: 0;
}
/*------------ / site_header ------------*/

/*------------ header-fixed ------------*/
.header-fixed{
    padding-top: 64.4px;
}
.header-fixed .site-header{
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%;
    box-shadow:0px 2px 8px rgba(0%,0%,0%,0.2);
    background: #fff;
    transition: all 0.5s ease-in-out;
}
.header-fixed .site-title{
    margin-top: 7px;
}
.header-fixed .site-title .logo{
    width: 90px;
    height: 50px;
    background: url(../../images/common/logo_before.svg) center / contain no-repeat;
}
.header-fixed .site-title .logo:before{
    display: none;
}
.header-fixed .site-nav{
    padding-bottom: 0;
    padding-top: 0;
    width: calc(100% - 100px);
    float: right;
}
.header-fixed .site-nav .menu > li > a{
    padding: 15px 8px;
}
.header-fixed .site-nav .menu > li a:before,
.header-fixed .site-nav .menu > li:nth-child(14):after{
    top: 0;
    bottom: 0;
    height: initial;
    border-color: #ddd;
}
.header-fixed .site-header .top-nav{
    display: none;
}
/*------------ 網頁下方分享 ------------*/
.fixed_bottom{
    position: fixed;
    left: 0;
    bottom: -45px;
    background: #ededed;
    width: 100%;
    display: block;
    z-index: 5;
    margin: 0;
    padding: 6px;
    opacity: 0;
    box-sizing: border-box;
}
.header-fixed .fixed_bottom{
    box-shadow:0px -2px 5px rgba(0%,0%,0%,0.1);
    bottom: 0;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.fixed_bottom .share li{
    width: calc(100% / 11 - 1px);
    text-align: center;
    padding: 0 4px;
    box-sizing: border-box;
}
.fixed_bottom .share li.share_fancybox,
.fixed_bottom .share li.share_gotop{
    display: none;
}
.fixed_bottom .share > li{
    vertical-align: middle;
}
.fixed_bottom .share .btn{
    width: 100%;
    border-radius: 3px;
    font-size: 22px;
    height: 25px;
    line-height: 25px;
    color: #eee;
}
.fixed_bottom .share .btn:hover{
    transform: none;
    transition: all .3s linear;
    color: #fff;
}
.fixed_bottom .share .btn.facebook { background: #838A9A; }
.fixed_bottom .share .btn.google { background: #B69C99; }
.fixed_bottom .share .btn.twitter { background: #A2B9C2; }
.fixed_bottom .share .btn.plurk { background: #BD9F9E; }
.fixed_bottom .share .btn.line { background: #6CA46C; }
.fixed_bottom .share .btn.linkedin { background: #668BA0; }
.fixed_bottom .share .icon-ic-share-linecall { background: #8CAD98; }
.fixed_bottom .share .icon-ic-share-w { background: #AE8B89; }
.fixed_bottom .share .btn.blogger { background: #B69A88; }
.fixed_bottom .share .btn.mail { background: #C3B9A2; }
.fixed_bottom .share .btn.url { background: #A2B9C2; }
.fixed_bottom .share .btn.fancybox_share { background: #AE8B89; }
.fixed_bottom .share .btn.gotop { background: #FFED2A; color: #aaa; font-size: 18px; }
.fixed_bottom .share .icon-ic-share-url:before{
    font-size: 30px;
    position: relative;
    top: -1px;
}
.fixed_bottom .share .btn.facebook:hover{ background: #3B5998; }
.fixed_bottom .share .btn.google:hover{ background: #DD4B39; }
.fixed_bottom .share .btn.twitter:hover{ background: #40C1F2; }
.fixed_bottom .share .btn.plurk:hover{ background: #E9443D; }
.fixed_bottom .share .btn.line:hover{ background: #00C200; }
.fixed_bottom .share .btn.linkedin:hover{ background: #0274B3; }
.fixed_bottom .share .icon-ic-share-linecall:hover{ background: #25D366; }
.fixed_bottom .share .icon-ic-share-w:hover{ background: #DA251C; }
.fixed_bottom .share .btn.blogger:hover{ background: #FF6600; }
.fixed_bottom .share .btn.mail:hover{ background: #F6C13D; }
.fixed_bottom .share .btn.url:hover{ background: #40C1F2; }
.fixed_bottom .share .btn.fancybox_share:hover{ background: #DA251C; }
.fixed_bottom .share .btn.gotop:hover{ background: #666; }

/*------------ / header-fixed ------------*/

/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner:before {
    content: '';
    display: block;
    background: url('../../images/common/banner_bg.png');
    position: absolute;
    height: 222px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -111px;
}
.banner .container {
    max-width: 1500px;
    padding: 0;
}
/*------------ / banner ------------*/

/*------------ site_main ------------*/
.main-top .container {
    max-width: 1500px;
    padding: 0;
}
.main-title {
    color: #444;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 10px 0 30px;
    margin: 0;
    background: url('../../images/common/border_colorful_h.png') 0 100% repeat-x;
}
.has-side .main-title {
    background: none;
    padding-bottom: 24px;
}
.main-title span {
    display: block;
    color: #197292;
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.main-content {
    padding: 55px 0 100px;
}
.has-side .main-content {
    padding-top: 0;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin: 0 0 55px 0;
    overflow: hidden;
}
.has-side .content-top {
    margin-left: -45px;
}
.content-title {
    position: relative;
    padding: 5px 0 10px 60px;
    color: #444;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 30px;
    margin: 0;
    border-bottom: 1px solid #929292;
}
.content-title:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #A1D9FF;
    position: absolute;
    top: 15px;
    left: 20px;
}
.content-title .keyword {
    color: #0091F0;
}
.sub-title{
    font-size: 18px;
    color: #060000;
    display: block;
    padding: 15px 0 10px 60px;
    border-bottom: 6px solid #F0F1F3;
    position: relative;
    font-weight: bold;
    margin: 0;
}
.sub-title:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../images/common/news/icon.svg)no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}
.shopping-title .icon {
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}
.shopping-title .icon.car {
    background-position: 0 -32px;
}
.shopping-title .icon.cart {
    background-position: -30px -32px;
}
.shopping-title .icon.money {
    background-position: -60px -32px;
}
.shopping-title .icon.plus {
    background-position: -90px -32px;
}
.shopping-title .icon.user {
    background-position: -120px -32px;
}
.shopping-title .icon.box {
    background-position: -150px -32px;
}
.shopping-title .icon.notice {
    background-position: -180px -32px;
}
.shopping-title .icon.msg {
    background-position: -210px -32px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}

/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/
.breadcrumb {
    background: #F0F1F3;
    color: #9E9E9E;
    font-size: 13px;
    padding: 5px 15px;
    margin-top: 1px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '>';
}
.breadcrumb li:first-child a:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/breadcrumb_home.svg') no-repeat;
    width: 20px;
    height: 20px;
}
.breadcrumb li:first-child a:hover:before {
    background-position: 0 100%;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a {
    color: #000;
}
.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}
.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}
.content-top .breadcrumb li+li:before {
    content: '> ';
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/
.side {
    width: 250px;
    float: left;
}
.has-side .content {
    width: calc(100% - 295px);
    float: right;
    background: none;
}
.side-title {
    border: 6px solid #E1EA48;
    border-bottom: 0;
    padding: 5px 3px 5px 10px;
    margin-bottom: 10px;
    color: #E0EA47;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1;
}
.side-title span{
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #197292;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.12em;
    display: block;
    padding: 7px 0 0 2px;
}
.side-nav,
.side-nav-top {
    position: relative;
    background: url('../../images/common/side_shadow.png') 50% 100% no-repeat;
    padding-bottom: 20px;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 8px 16px;
}
.side-nav > li {
    padding: 10px 0;
}
.side-nav > li > a {
    color: #444;
    background: url('../../images/common/side_bg.png');
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    background: url('../../images/common/side_bg_hover.png');
}

.side-nav ul {
    display: none;
    padding-top: 20px;
}
.side-nav ul li a {
    border: 1px solid transparent;
    margin: 1px 0;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    border-color: #FBCFC7;
    color: #F2856C;
}
.side-nav ul li.active > a {
    padding-left: 32px;
}
.side-nav ul li.active > a:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/side_ic.png') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 8px;
}
.side-nav-top > li > a  {
    color: #287E9B;
    padding: 6px 16px;
}
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;
}

/*------------ / side ------------*/

/*------------ site_footer ------------*/
.site-footer {
    background: url('../../images/common/footer_border.png') center bottom repeat-x,
    url('../../images/common/footer_bg.jpg') center top /cover;
    padding-top: 6px;
}
.footer-top .container {
    text-align: center;
    max-width: 1300px;
    padding: 45px 15px 0;
}
.footer-bottom {
    color: #666;
    font-size: 13px;
    text-align: center;
    padding-bottom: 90px;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-bottom .copyright,
.footer-bottom .author,
.footer-bottom .share {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 8px;
    bottom: 7%;
    z-index: 400;
    transition: all .3s ease;
}
.floating .btn.gotop {
    color: transparent;
    width:  50px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 100%;
}
.floating .btn.gotop:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #000 transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.5px;
    margin-left: -8px;
}
.floating .btn.gotop:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    border-radius: 100%;
    transform: scale(0);
    transition: all .3s ease;
}
.floating .btn.gotop:hover:before {
    transform: scale(1);
}
.floating .btn.gotop:hover:after {
    border-color: transparent transparent #fff transparent;
}
.floating .ibtn.ig-page {
    background: url('../../images/common/ig_page.svg');
    width:  40px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    top: 45%;
    right: 15px;
}
.floating .ibtn.ig-page:hover {
    opacity: 1;
    transition: all .2s linear;
}
.floating .fb-page:before {
    content: '';
    display: block;
    width: 55px;
    height: 188px;
    background: #3B5998 url(../../images/common/fb_page.svg);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0;
    left: -55px;
}
.floating .fb-page {
    position: fixed;
    width: 280px;
    top: 45%;
    margin-top: 55px;
    opacity: 0.8;
    right: -280px;
}
.floating .fb-page:hover {
    right: 0;
    transition: all .5s ease;
    opacity: 1;
}

body #keyreply-container {
    right: 0%;
    bottom: 6%;
}
.keyreply-brand{
    display: none;
}
body .keyreply-launcher, .keyreply-chat-icon {
    box-shadow: none; 
}
/*------------ / floating ------------*/

/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #868686;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
}
.pagination li a:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFED2A;
    border-radius: 20px;
    transform: scale(0);
    transition: all .2s ease;
    z-index: -1;
}
.pagination li a:hover:after,
.pagination li.active a:after {
    transform: scale(1);
}
.pagination li a:hover,
.pagination li.active a {
    color: #000;
}
.pagination li a.controls {
    padding: 0;
}
.pagination li a.controls .icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-bottom: 2px;
}
.pagination li a.controls .icon {
    background: url(../../images/common/page_arrow.svg);
}
.pagination li a.next .icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 8px;
}
.page-info .form-control:focus {
    border-color: #555;
}

/*------------ / pagination ------------*/

/*------------ form ------------*/
.form-title .reminder{
    float: right;
    color: #0091F0;
}
.reminder:before{
    content: '';
    display: inline-block;;
    width: 8px;
    height: 8px;
    background: #A1D9FF;
    border-radius: 100%;
    margin-right: 10px;
}
.reminder {
    font-size: 14px;
    color: #777;
    position: relative;
    margin: 0;
    font-weight: normal;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #777;
    background: #FBCFC7;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    color: #fff;
    background: #F3856D;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #FBCFC7;
    border: 1px solid #FBCFC7;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #fff;
    background: #F3856D;
}
.qty-box .add {
    left: 0;
}
.qty-box .less {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #BFBFBF;
    background: #F0F1F3;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #333;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #197292;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
}
.form-title {
    max-width: 1030px;
    margin: 0 auto;
    color: #060000;
    font-family: '微軟正黑體';
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #C0C0C0;
    padding: 35px 50px 30px 20px;
}
.form-title:before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url('../../images/common/reminder.svg');
    vertical-align: middle;
    margin-right: 15px;
}
.form-wrap .btn-box {
    padding: 15px 15px 45px;
}
.form-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
}
.form-box .row {
    margin: 0 -24px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #A1D9FF;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-radius: 100%;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #222;
    line-height: inherit;
    padding-left: 5px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF732F;
}
.form-box .captcha a .icon.refresh {
    width: 30px;
    height: 30px;
    background: #A1D9FF url('../../images/common/refresh.svg');
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
    border-radius: 5px;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: -300px -32px;
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #1A7292;
    font-size: 13px;
    padding: 0 5px;
}
.form-box.type2 .tips {
    min-height: 0;
}

.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 4px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    padding: 4% 15px;
}
.has-side .success-wrap {
    padding: 6% 15px 7%;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    max-width: 600px;
    color: #007dd5;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 30px;
    position: relative;
}
.success-msg:after{
    content: '';
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -59px;
    margin-left: -75px;
    background-image: url('../../images/common/message/btn_gomsg_.jpg');
    z-index: -1; 
    opacity: 0.2;
}
.success-msg .icon {
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
}
.success-msg .icon.check {
    background-position: -192px 0;
}
.success-msg .icon.user {
    background-position: -224px 0;
}
.success-msg .icon.mail {
    background-position: -256px 0;
}
.success-msg .icon.file {
    background-position: -288px 0;
}
.success-msg .icon.lock {
    background-position: -320px 0;
}
.success-msg .icon.user-white {
    background-position: -352px 0;
}
.success-txt strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
}
.success-txt a {
    text-decoration: underline;
    color: #F2856C;
}
.success-txt a:hover {
    text-decoration: none;
}

/*------------ / form ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -70px;
    top: 0px;
    opacity: 0.8;
    transition: all .3s linear;
}
body .fancybox-close:hover {
    opacity: 1;
    transform:rotate(90deg);
}
.fancybox-album .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
}
.fancybox-album .fancybox-inner {
    background: #fff;
}
.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/lightbox_arrow.png') no-repeat;
    width: 30px;
    height: 60px;
    opacity: 0.8;
    margin-top: -30px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -65px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -65px;
}
.fancybox-album .fancybox-nav:hover span {
    opacity: 1;
}
.fancybox-album .fancybox-title {
    color: #666;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding-top: 16px;
}
.fancybox-album .fancybox-title .photo-pager {
    float: right;
    color: #999;
    font-size: 20px;
    line-height: 1.5;
    padding: 5px 10px 0;
    display: none;
}
.fancybox-album .fancybox-title .photo-title {
    border-bottom: 6px solid #F0F1F3;
    color: #060000;
    font-size: 18px;
    line-height: 1.5;
    padding: 5px 10px;
}
.fancybox-album .fancybox-title .photo-title:before{
    content: '';
    width: 22px;
    height: 22px;
    background: url(../../images/common/reminder.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.fancybox-album .fancybox-title .photo-intro {
    padding: 15px 10px 5px;
}

.fancybox-type-iframe .fancybox-skin {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #333;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #eda292;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #f3856d;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #0091F0;
    border-color: #0091F0;
    transition: all 200ms linear;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

@media screen and (max-width: 1580px) {
/*------------ site_footer 1580 ------------*/
    .footer-bottom .container {
        max-width: none;
        padding: 0 80px;
    }
/*------------ / site_footer 1580 ------------*/
}
@media screen and (max-width: 1518px) {
/*------------ banner 1518 ------------*/
    .banner:before {
        display: none;
    }
/*------------ / banner 1518 ------------*/
}
@media screen and (max-width: 1440px) {
/*------------ site_header 1440 ------------*/
    .site-title .logo {
        width: 363px;
        height: 54px;
    }
    .site-nav{
        margin-left: 0;
        padding-top: 90px;
        padding-bottom: 29px;
        text-align: center;
    }
    .site-nav .menu > li > a{
        font-size: 15px;
    }
/*------------ / site_header 1440 ------------*/
}
@media screen and (max-width: 1300px) {
/*------------ site_footer 1300 ------------*/
    .footer-top .container {
        background: none;
        max-width: 900px;
    }
    .site-map {
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
    }
    .site-map ul {
        display: inline;
        padding: 0 0px;
    }
    .site-map ul li {
        display: inline-block;
    }
    .site-map li {
        padding: 2px 6px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        padding: 0 15px;
    }
/*------------ / site_footer 1300 ------------*/
}
@media screen and (max-width: 1200px) {
    .site-nav .menu li:before, .site-nav .menu li:nth-child(14):after{
        height: 40px;
    }
}
@media screen and (max-width: 1025px) {
/*------------ site_header 1025 ------------*/
    .header-fixed{
        padding-top: 0;
        box-shadow:0px -2px 5px rgba(0%,0%,0%,0.1);
    }
    .header-fixed .site-header{
        position: static;
    }
    .header-fixed .site-title{
        margin-top: 0;
    }
    .header-fixed .site-title .logo{
        background: url(../../images/common/logo.png) right center / contain no-repeat;
    }
    .top-nav,
    .site-nav,
    .site-header .search-box {
        display: none;
    }
    .site-header .search-box .form-control {
        opacity: 1;
    }
    .mobile-fixed .site-title .logo{
        width: 270px;
        height: 54px;
    }
    .mobile-fixed .site-title .logo:before{
        width: 40px;
        height: 40px;
        margin-top: -20px;
        display: block;
    }
    .mmenu-show .community-box{
        margin: 7px 5px;
    }
/*------------ / site_header 1025 ------------*/
/*------------ site_main 1025 ------------*/
    .content-top {
        padding: 0 15px 15px;
        margin: 0 -15px 55px;
    }
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1025 ------------*/
/*------------ side 1025 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
/*------------ / side 1025 ------------*/
/*------------ site_footer 1025 ------------*/
    .site-map,
    .footer-bottom .share {
        display: none;
    }
/*------------ / site_footer 1025 ------------*/
/*------------ floating 1025 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.png');
    }
    .floating{
        display: none !important;
    }
    body #keyreply-container {
        right: 0%;
        bottom: 0%;
    }
/*------------ / floating 1025 ------------*/
/*------------ fixed_bottom 1025 ------------*/
    .fixed_bottom .share li{
        width: calc(100% / 5);
        display: none;
    }
    .fixed_bottom .share li:nth-child(1),
    .fixed_bottom .share li:nth-child(2),
    .fixed_bottom .share li:nth-child(11),
    .fixed_bottom .share li.share_fancybox,
    .fixed_bottom .share li.share_gotop{
        display: block;
    }
    .fancybox-type-iframe .fancybox-close{
        display: none;
    }
    .fancybox_share_wrapper .share li{
        width: calc(100% / 3);
        font-size: 30px;
    }
    .fancybox_share_wrapper .share li .btn{
        color: #ccc;
        text-align: center;
        width: 100%;
    }
    .fancybox_share_wrapper .share .a2a_default_style a{
        line-height: 50px;
    }
    .fancybox_share_wrapper .share li.share_fancybox,
    .fancybox_share_wrapper .share li.share_gotop{
        display: none;
    }
    .fancybox_share_wrapper .share .btn.facebook:hover { color: #3B5998; }
    .fancybox_share_wrapper .share .btn.google:hover { color: #DD4B39; }
    .fancybox_share_wrapper .share .btn.twitter:hover { color: #40C1F2; }
    .fancybox_share_wrapper .share .btn.plurk:hover { color: #E9443D; }
    .fancybox_share_wrapper .share .btn.line:hover { color: #00C200; }
    .fancybox_share_wrapper .share .btn.linkedin:hover { color: #0274B3; }
    .fancybox_share_wrapper .share .icon-ic-share-linecall:hover { color: #25D366; }
    .fancybox_share_wrapper .share .icon-ic-share-w:hover { color: #DA251C; }
    .fancybox_share_wrapper .share .btn.blogger:hover { color: #FF6600; }
    .fancybox_share_wrapper .share .btn.mail:hover { color: #F6C13D; }
    .fancybox_share_wrapper .share .btn.url:hover { color: #40C1F2; }
/*------------ / fixed_bottom 1025 ------------*/
}
@media screen and (max-width: 840px) {
/*------------ site_footer 840 ------------*/
    .footer-top {
        text-align: center;
    }
    .footer-top .container {
        padding: 30px 15px 15px;
    }
    .site-info,
    .follow {
        float: none;
        width: auto;
    }
    .site-info {
        display: inline-block;
        margin: 0 0 15px;
        background: none;
        padding: 0;
        min-height: 0;
        text-align: left;
    }
    .footer-tel {
        font-size: 28px;
        text-align: center;
    }
    .hit-total{
        font-size: 16px;
    }
    .follow > * {
        margin-top: 5px;
    }
/*------------ / site_footer 840 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-title span {
        font-size: 36px;
    }
    .content-top {
        margin-bottom: 30px;
    }
    .content-title {
        float: none;
    }
    .main-content {
        padding: 30px 0 60px;
    }
    .site-title .logo {
        width: 130px;
        height: 110px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
        text-align: left;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-box {
        padding: 15px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 22px;
    }
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
    .fancybox-album .fancybox-nav span {
        top: -45px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    .fancybox-album .fancybox-title .photo-title,
    .fancybox-album .fancybox-title .photo-pager {
        font-size: 18px;
    }
    .fancybox-album .fancybox-title .photo-title {
        padding: 5px 0;
    }
    .fancybox-album .fancybox-title .photo-pager {
        padding: 5px 0 0;
    }
    .fancybox-album .fancybox-title .photo-intro {
        padding: 15px 0 5px;
    }
/*------------ / lightbox 767 ------------*/
}


@media screen and (max-width: 500px) {
    .mobile-fixed .site-title .logo{
        width: 230px;
        height: 54px;
    }
    .mobile-fixed .site-title .logo:before{
        width: 34px;
        height: 34px;
        margin-top: -17px;
    }
/*------------ form 500 ------------*/
    .form-title{
        padding: 35px 0 30px;
        line-height: 30px;
    }
    .form-title .reminder{
        float: none;
    }
/*------------ / form 500 ------------*/
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}