@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:400,500,700,900&display=swap');

/*------------ basic ------------*/



body {
    font-family: Arial, 'Roboto', 'Roboto Condensed', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #111111;
    font-size: 15px;
    line-height: 1.95;
    letter-spacing: 0.35px;
}

.site-header .search-box .ibtn.search {
    font-size: 16px;
    margin: 0 5px 3px 0;
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
    z-index: 10;
    height: 40px;
    display: block;
    background: url(../../images/common/mobile_search_btn.png)center no-repeat;
}

.wrapper {
    position: relative;
}

button {
    outline: none;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

.has-bg {
    background: #FCFBF8;
    margin: -25px 0 0 0;
}

.lazyload,
.lazyloaded {
    width: 100%;
}

.cover {
    font-size: 0;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

/*------------ / basic ------------*/

.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 40px;
    width: 320px;
    padding: 40px 50px 40px 25px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgb(255, 255, 255);
    color: #000000;
    border-radius: 0px;
    box-shadow: 0px 5px 15px rgba(163, 163, 163, 0.5);
}

.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -24px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}

button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.header-sheet a {
    color: #00a1e9;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*------------ btn ------------*/

/*-----back-btn-----*/

.btn.back {
    font-size: 14px;
    color: #9F856C;
    transition: all .2s;
}

.btn.back i {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 1px 0;
}

.btn.back:hover {
    color: #333333;
    transition: all .2s;
}

/*-----style01-btn-----*/

.btn.style01 {
    font-size: 14px;
    color: #FFFFFF;
    width: auto;
    max-width: 180px;
    height: 46px;
    line-height: 46px;
    display: block;
    padding: 0px 25px 0 25px;
    text-align: right;
    background: #444444;
    letter-spacing: 1px;
    transition: all .2s;
    font-family: 'Roboto';
    position: relative;
    border: none;
    z-index: 5;
    border-radius: 0;
    margin: 0 auto;
    text-decoration: none;
}

.btn.style01:hover {
    transition: all .5s cubic-bezier(.4, .8, .74, 1) 0s;
    white-space: nowrap;
    background: #00A1E9;
}

.btn.style01 b {
    transition: all .5s cubic-bezier(.4, .8, .74, 1) 0s;
}
.btn.style01 b {
    position: absolute;
    transition: all .5s cubic-bezier(.4, .8, .74, 1) 0s;
    z-index: 10;
    left: 35px;
    top: 22px;
}

.btn.style01 b:before,
.btn.style01 b:after {
    border-top: 4px solid #ffffff;
    border-radius: 2px;
    border-left: 4px solid #ffffff;
    content: "";
    position: absolute;
    text-indent: 0;
    transform: translate(-150%, -50%) rotate(-45deg);
    transform-origin: 50% 50%;
    transition: .3s cubic-bezier(.22, 1, .36, 1) 0s;
    vertical-align: 3px;
    width: 11px;
    border-width: 3px;
    height: 8px;
    left: 10%;
    width: 8px;
}

.btn.style01 b:after {
    left: 10px;
    opacity: 0;
}

.btn.style01:hover b:after {
    opacity: 1;
    left: 0;
}

.btn.style01:hover b:before {
    opacity: 0;
    left: -5px;
}

.btn-box.line .btn.style01 {
    width: 50%;
    margin: 0 10px;
    display: inline-block;
}

.btn.style01.right {
    text-align: left;
    background: #FFCF02;
}

.btn.style01.right:hover {
    background: #00A1E9;
}

.btn.style01.right b {
    right: 5px;
    left: auto;
}

.btn.style01.right b:before,
.btn.style01.right b:after {
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    right: 10%;
    left: auto;
    border-top: 0;
    border-left: 0;
}

.btn.style01.right b:after {
    right: 10px;
    left: auto;
}
.btn.style01.right:hover b:after {
    right: 0;
    left: auto;
}

.btn.style01.right:hover b:before {
    right: -5px;
    left: auto;
}

.btn.style01.bg2 {
    color: #807059;
    line-height: 25px;
    border: 1px solid #CECEBF;
    background: #EDEADB;
}

.btn.style01.bg2 i {
    margin:0 0 2px 5px;
}

.btn.style01.bg2:hover {
    border-color: #9C3044;
    color: #9C3044;
}

.btn.style01.bg3 {
    border: 1px solid #CECEBF;
    background: #fff;
    line-height: 25px;
    color: #7F7059;
}

.btn.style01.bg3:hover {
    background: #C4C4B0;
    color: #fff;
}

/*-----style02-btn-----*/

.btn.style02 {
    transition: all .2s;
    color: #62594E;
    font-size: 13px;
    border: 1px solid rgba(165, 162, 153, .5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    border-radius: 0;
    background: url('../../images/common/bg/btn_bg.jpg') repeat-x;
    height: 24px;
    line-height: 23px;
    margin: 0 5px;
    padding: 0 24px;
    display: inline-block;
}

.btn.style02:hover {
    transition: all .2s;
    background: url('../../images/common/bg/btn_bg2.jpg') repeat-x;
}

/*-----style03-btn-----*/

.btn.style03 {
    transition: all .2s;
    background: #D4D1C7;
    line-height: 1.2;
    color: #555555;
    font-size: 14px;
    padding: 8px 20px;
    text-decoration: none;
    margin: 0 5px 10px;
}

.btn.style03.size02 {
    padding: 5px 17px;
}

.btn.style03 i {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 5px 2px 0;
}

.btn.style03:hover {
    transition: all .2s;
    background: #C5A36C;
    color: #fff;
}

.btn.style03 i.ic-check {
    border: 2px solid #FFFFFF;
    font-size: 12px;
    padding: 1px;
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.btn.style03 .ic-search2,
.btn.style03 .ic-paid,
.btn.style03 .ic-typing {
    font-size: 18px;
}

/*---- btn-box ----*/

.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    border-top: 1px solid rgba(212, 209, 198, .5);
    margin: 50px -15px 0;
    padding: 30px 0 0 0;
}

.btn-box.has-shadow {
    background: url('../../images/common/shadow.png') no-repeat center top;
    margin: 25px 0 0 0;
}

.btn-box.dib .btn {
    display: inline-block;
    margin: 0 5px 10px;
}

.btn-box.btn-all .btn {
    max-width: 100%;
}


/*------------ / btn ------------*/

/*------------ site_header ------------*/

.site-header {
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.site-title {
    padding: 18px 0 45px;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 300px;
    height: 44px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.header-fixed .site-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    z-index: 102;
    width: 100%;
    max-width: 100%;
    padding: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.header-fixed .top-nav {
    float: right;
    width: auto;
    transition: all .2s;
    top: 0;
    right: 0px;
    line-height: 20px;
}

.header-fixed .top-nav>ul {
    /* background: rgba(255, 255, 255, .95); */
}

.header-fixed .site-nav {
    margin: 0 0 0 40px;
    float: left;
    clear: none;
    width: 60%;
}

.header-fixed .site-nav .menu>li>a span {
    margin: 3px 0 0 0;
}

.header-fixed .site-title {
    padding: 4px 0;
    float: left;
    margin: 0 20px 0 0;
}

.header-fixed .site-nav .menu>li>a {
    padding: 18px 0px;
    margin: 0 10px;
    font-size: 16px;
}

.header-fixed .site-nav .menu>li:before,
.header-fixed .site-nav .menu:after {
    top: 35%;
}

.header-fixed .site-title .logo {
    width: 159px;
}

.header-fixed .func-menu .lock:nth-child(3) {
    display: none;
}

.header-fixed .site-nav .menu li ul {
    /* top: 42px; */
    left: 80%;
    width: 160px;
}

.header-fixed .site-nav .menu li ul ul {
    left: 100%;
}

.header-fixed .site-nav .menu ul li a {
    padding: 10px;
}

.header-fixed .site-header .search-box {
    width: 140px;
}
.header-fixed .site-header .search-box .ibtn.search{
    top:5px;
}
.header-fixed .func-menu>li>a {
    height: 55px;
    line-height: 55px;
    width: 70px;
}

.header-fixed .func-menu .name-cart {
    display: none;
}

.header-fixed .site-header .search-box .form-control {
    height: 55px;
    line-height: 55px;
}

.header-fixed .func-menu .sum {
    margin: 0;
}

/*------------top-nav ------------*/

.top-nav {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 30px;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .container {
    display: block;
}

.top-nav>ul>li {
    vertical-align: middle;
    color: #444444;
    font-size: 12px;
    margin: 0 -4px 0 -1px;
    padding: 0 12px;
    position: relative;
}

.top-nav>ul>li.dot:after {
    content: '...';
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    line-height: 1;
    top: 50%;
    right: -7px;
    margin-top: -6px;
}

.top-nav>ul>li:nth-last-child(-n+3) {
    padding: 0;
}

.top-nav>ul>li:nth-last-child(-n+3):after {
    display: none;
}

.top-nav>ul>li i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}

.top-nav li a:hover {
    text-decoration: underline;
}

.site-header .func-menu {
    font-size: 13px;
}

.func-menu>li {
    position: relative;
}

.func-menu .cart i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

.func-menu>li>a {
    display: block;
    text-align: center;
    color: #fff;
    background: #333333;
    letter-spacing: 1px;
    line-height: 69px;
    padding: 0px 16px;
    transition: all .2s;
    width: 230px;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto';
}

.func-menu .name-cart {
    font-weight: 600;
}

.func-menu>li>a:hover {
    background: #000000;
    transition: all .2s;
    text-decoration: none;
}

.func-menu .sum {
    display: inline-block;
    color: #fff;
    margin: 0 6px;
}

.func-menu .cart-box {
    margin-top: 2px;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 100%;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    width: 300px;
}

.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.func-menu .gocart.active .cart-box:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 42px;
    top: -24px;
    z-index: 60;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-list {
    padding: 4px;
    list-style-type: none;
}

.func-menu .cart-list li {
    width: 100%;
    padding: 5px 0;
    clear: both;
    position: relative;
}

.func-menu .cart-inner {
    background: #ffffff;
    padding: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);
    z-index: 50;
}

.func-menu .cart-box .btn {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    border-radius: 0;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 60;
}

.func-menu .cart-inner li {
    padding: 0;
}

.func-menu .cart-list .offers {
    margin: 0;
    color: #777777;
    font-weight: normal;
}

.func-menu .cart-inner li {}

.func-menu .cart-inner li a:before {
    display: none;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
}

.func-menu .cart-list li .box {
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    color: #9b9b9b;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 10px;
}

.func-menu .cart-list li .box:hover {
    opacity: .7;
}

.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}

.func-menu .cart-list .pic {
    float: left;
    width: 80px;
}

.func-menu .cart-list .qty {
    color: #0493dd;
}

.func-menu .cart-list .txt {
    line-height: 1.7;
    text-align: left;
    float: right;
    width: calc(100% - 90px);
    margin: 10px 0;
}

.func-menu .cart-list .name {
    color: #000;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    margin-bottom: 2px;
}

.func-menu .cart-list .num {
    color: #777777;
    display: inline-block;
    margin: 0 0 0 5px;
}


.func-menu .cart-inner .total {
    font-size: 14px;
    color: #8D9E20;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.func-menu .cart-inner .btn {
    transition: all .2s;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    background: #00a1e9;
    font-family: 'Roboto';
}

.func-menu .cart-inner .btn:hover {
    transition: all .2s;
    background: #222222;
    text-decoration: none;
}

/*---- language ----*/

.language {
    position: relative;
}

.language .btn {
    display: none;
}

.language ul {
    margin: 0 10px 0 0;
}

.language ul li+li {
    padding: 0 4px 0 15px;
}

.language ul li {
    position: relative;
}

.language ul li:after {
    content: '...';
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    line-height: 1;
    top: 50%;
    right: -17px;
    margin-top: -6px;
}

.language li a {
    transition: all .2s;
}

.language ul li a:hover {
    color: #33611D;
}

/*---- search-box ----*/

.site-header .search-box {
    position: relative;
    width: 180px;
    margin: 0 0 0 15px;
}

.site-header .search-box .form-control {
    height: 69px;
    line-height: 69px;
    margin: 0;
    border: 0;
    background: #B6B6B6;
    border-radius: 0;
    padding: 0 25px 0 20px;
    transition: all .1s;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .3s;
    background: #E2E2E2;
}

.site-header .search-box a {
    position: absolute;
    right: 8px;
    top: 20px;
    color: #eeeeee;
    font-weight: bold;
}

.site-header .search-box:hover a {
    color: #000000;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 15px;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #444444;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #444444;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #444444;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: #444444;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #444444;
}


.site-header .search-box .form-control::-moz-placeholder {
    color: #444444;
    font-size: 12px;
}


.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #444444;
}

/*------------site-nav ------------*/

.site-nav {
    position: relative;
    margin: 0;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    width: 100%;
    position: relative;
}

.site-nav .menu li {
    width: calc(100% / 6);
    position: relative;
    margin: 0 -5px 0 0;
    line-height: 1.2;
}

.site-nav .menu>li:before,
.site-nav .menu:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #D0D8DC;
    margin: -5px 0 0 0;
    position: absolute;
    left: 0;
    top: 5%;
}

.site-nav .menu>li>a:after {
    content: '';
    width: 0%;
    height: 4px;
    background: #FFCF02;
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    transition: all .3s ease;
}

.site-nav .menu li.active a:after,
.site-nav .menu li a:hover:after {
    width: 100%;
}

.site-nav .menu:after {
    left: auto;
    right: 0;
}

.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu>li>a {
    font-size: 18px;
    transition: all .2s;
    text-align: center;
    font-family: 'Roboto', cursive;
    display: block;
    color: #A6A5A4;
    padding: 0 0 18px;
}

.site-nav .menu>li.active a,
.site-nav .menu>li>a:hover {
    transition: all .2s;
    color: #000000;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 100%;
    left: 50%;
    top: 100%;
    margin: 0px 0 0 -120px;
    box-sizing: border-box;
}

.site-nav .menu ul li {
    margin: 0;
    width: 100%;
}

.site-nav .menu ul li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-nav .menu ul li a {
    color: #676767;
    padding: 16px 20px;
    display: block;
    background: #ffffff;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto';
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #00a1e9;
    color: #fff;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}


/*------------share------------*/

.share {
    margin: 0 -5px;
    display: inline-block;
}

.share li {
    margin: 0 5px;
}

.share .btn {
    color: #fff;
    font-size: 20px;
    transition: all .2s;
    display: inline-block;
}

.share .btn:hover {
    transition: all .2s;
    text-shadow: 0px 0px 1px #fff;
}

.share .facebook .btn:hover {
    color: #3B5997;
}

.share .twitter .btn:hover {
    color: #39A0CE;
}

.share .plurk .btn:hover {
    color: #F45043;
}

/*------------ / site_header ------------*/

/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner-arrow {
    margin: 25px 0 40px;
    text-align: center;
}

.banner-arrow button {
    border: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #999999;
    margin: 0 15px;
    position: relative;
    top: -10px;
    outline: none
}

.banner-dot {
    display: inline-block;
}

.banner-dot .slick-dots,
.banner-dot .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}

.banner-dot .slick-dots li {
    margin: 0 13px;
}

.banner-dot .slick-dots button {
    width: 14px;
    height: 14px;
    margin: 0;
    display: block;
    color: transparent;
    background: #CCCCCC;
    top: 0;
    border-radius: 50%;
}

.banner-dot .slick-active button {
    background: #000000;
}
/*----- / banner ------------*/

/*------------ site_main ------------*/

.main-top {
    position: relative;
    font-size: 25px;
    text-align: left;
    margin: 0 0 35px;
    font-family: 'Roboto';
}

.main-title {
    line-height: 1.2;
    letter-spacing: 1px;
    color: #111111;
    background: #F4F4F4;
    border: 1px solid #E4E4E4;
    border-width: 1px 0;
    padding: 22px 20px;
}

.main-top .second-txt {
    margin: 15px 0 0;
    padding: 0 22px;
    font-size: 22px;
    color: #0090DF;
    font-weight: normal;
}

.main-top .second-txt:before {
    content: '';
    width: 13px;
    height: 13px;
    position: relative;
    vertical-align: middle;
    background: url(../../images/common/ic.jpg)no-repeat;
    display: inline-block;
    margin: 1px 6px 5px 0;
}

.main-title b {
    display: block;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: normal;
    margin: 0 0 5px;
}

.site-main {
    position: relative;
    padding: 80px 0 50px 0;
    z-index: 2;
}

.main-content {
    box-sizing: border-box;
    z-index: 20;
    position: relative;
    padding: 0 0 20px;
    margin: 0 -20px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    background: #008adc;
    box-shadow: inset 0 2px 2px rgba(97, 83, 39, .11);
    padding: 10px 0;
    margin: -15px 0 7px;
    font-family: 'Roboto';
    letter-spacing: 1px;
}

.content-title2 {
    text-align: left;
    font-size: 16px;
    margin: 0.67em 20px 2em;
    color: #555;
}

/*------------ warning ------------*/

.warning-sect {
    padding: 0 0 60px;
    display: none;
}

/*------------ / site_main ------------*/

/*------------ site_footer ------------*/

.site-footer {
    background: #00A1E9;
    position: relative;
}

.site-footer p {
    margin: 0;
}

.site-footer .logo {
    width: 119px;
    height: 55px;
    color: transparent;
    background: url('../../images/common/logo2.png');
    margin: 0 0 20px;
}

.footer-top {
    padding: 70px 0;
}

.footer-top .site-info {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.7;
    letter-spacing: 1px;
    float: left;
    width: 40%;
}

.footer-top .colr {
    float: right;
    width: 60%;
    text-align: right;
}

.site-map {
    display: inline-block;
}

.site-map ul {
    min-width: 160px;
    float: left;
    font-size: 14px;
    line-height: 1.2;
    color: #ECECEC;
    text-align: left;
}

.site-map li+li {
    margin-top: 10px;
}

.site-map ul a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer .fllow {
    display: inline-block;
}

.site-footer .fb {
    width: 95px;
    height: 95px;
    background: url('../../images/common/fb.jpg');
    box-sizing: border-box;
}

.site-footer .fb:hover {
    opacity: .8;
}

.site-footer .qr-inner {
    margin: 0 0 0 20px;
    display: inline-block;
    float: right;
}

.site-footer .share {
    margin: 0 0 0 15px;
}

.footer-bottom {
    padding: 25px 0 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    background: #11B0FD;
    color: #ffffff;
}

.footer-bottom span {
    /* display: block; */
}

.footer-bottom .pri {
    position: relative;
    display: inline-block;
    border-left: 1px dashed #dddddd6b;
    margin: 0 10px;
    padding-left: 10px;
    text-decoration: underline;
}

.footer-bottom .pri:hover {
    text-decoration: none;
}

.footer-bottom span b {
    text-decoration: underline;
    font-weight: normal;
}

.follow-two {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: auto;
    margin: 0 0 0 30px;
}

.float-box {
    width: 100%;
    position: relative;
    display: block;
    padding: 25px 0 45px;
    border-bottom: 1px solid #fff;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 800;
}

.floating .gotop {
    display: none;
}

.gotop {
    color: #ffffff;
    font-size: 18px;
    transition: all .2s;
    line-height: 17px;
    padding: 0 4px;
    position: absolute;
    right: 0;
    font-family: 'Roboto Condensed';
}

.gotop i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 10px;
    color: #00a1e9;
    transition: all .2s;
    background: #ffffff;
    font-size: 14px;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #fff;
}

.gotop:hover {
    color: #FFCF02;
}

.gotop:hover i {
    background: none;
    color: #fff;
}

/*------------ / floating ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #999999;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 5px 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: ">";
    margin: 0px 5px;
}

.breadcrumb li a:hover {
    color: #000000;
    text-decoration: underline;
}

.breadcrumb li:first-child a:before {
    content: "\e1004";
    font-size: 14px;
    font-family: 'icon-font' !important;
    speak: none;
    color: #BBB0A6;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}

.products-breadcrumb {
    position: static;
    margin: -40px 0 40px 0;
}

.products-breadcrumb li:first-child a:before {
    display: none;
}

.products-breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 237px;
    padding: 0;
    vertical-align: top;
    background: url('../../images/common/left-bg.jpg');
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell;
    font-family: 'Roboto';
}

.has-side .container-table {
    margin: 0 -20px;
    border: 0;
    padding: 0;
}

.has-side .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px 0;
}

.has-side .content {
    display: table-cell;
    padding: 0 0 50px 25px;
    box-sizing: border-box;
    /* margin: 0 0 0 20px; */
    position: relative;
}

.has-side .table-content {
    padding: 0 0 20px;
}

.side-nav {
    position: relative;
    padding: 0 0 0 28px;
}



.side .title {
    line-height: 1.2;
    color: #ffffff;
    font-size: 24px;
    margin: 0 0 30px;
    background: url(../../images/common/left.png)no-repeat top left;
    font-weight: 700;
    font-style: italic;
    padding: 32px 25px 35px;
}

.side .title b {
    margin: 0 0 5px;
    font-size: 21px;
    font-family: "微軟正黑體";
    display: block;
}

.side-nav>li {
    border-left: 1px solid #dddddd;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
    font-size: 16px;
    color: #5A5A5A;
    padding: 5px 0;
}

.side-nav>li>a:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #000000;
    position: absolute;
    left: -1px;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    transition: all .2s;
    color: #000000;
    font-weight: bold;
}

.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    opacity: 1;
}

.side-nav>li>a {
    padding: 12px 0 12px 25px;
}

.side-nav ul {
    display: none;
    margin: 0;
    padding: 8px 0 30px 25px;
}

.side-nav ul li a {
    padding: 12px 0 8px 0px;
    border-bottom: 1px solid transparent;
    color: #666666;
    transition: all .3s;
    font-size: 15px;
}

.side-nav ul li {
    margin: 0 0 5px;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    transition: all .3s;
    color: #00A1E9;
    border-bottom: 1px solid #00A1E9;
    padding-left: 18px;
}

.side-nav ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 60%;
    left: 0px;
    margin: -4px 0 0 0;
    transition: all .3s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 5px;
    border-color: transparent transparent transparent #0090e0;
    opacity: 0;
}

.side-nav ul li a:hover:before,
.side-nav ul li.active>a:before {
    left: 5px;
    opacity: 1;
}


/*------------ / side ------------*/

/*------------ pagination ------------*/

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li a {
    display: block;
    min-width: 21px;
    line-height: 21px;
    margin: 0 5px;
    text-align: center;
    color: #1d1d1d;
    font-size: 16px;
    box-sizing: border-box;
    transition: all .2s;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
    color: #00a1e9;
}

.pagination li a.controls {
    margin: 0 10px;
    border-radius: 50%;
    background: #dcdcdc;
    color: #ffffff;
}
.pagination li a.controls:hover,
.pagination li.active a.controls{
    background:#00a1e9;
    color: #ffffff; 
}
.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 90%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}

/*--------- / pagination ------------*/

/*------------ form ------------*/

/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.75;
    color: #2d2d2d;
}

.reminder i {
    font-size: 12px;
    background: #00a1e9;
    color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 10px;
}

/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #232323;
    /* background: #F4F2F0; */
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0;
}

.form-control:focus {
    outline: none;
    border-color: #00a1e9;
    background: #ffffff;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}

.form-box .form-group {
    padding: 5px 0 15px;
}

.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #000000;
    display: inline-block;
    padding: 0 0 0 20px;
    width: 180px;
    font-size: 16px;
    line-height: 1.6;
}

.form-group .control-label+.static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}

.form-box .control-box {
    position: relative;
    width: calc(100% - 210px);
    display: inline-block;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}

.form-box .btn-group {
    margin: 27px 0 0 0;
}

.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
    padding: 0;
}

.form-box-block .required.control-label {
    padding: 0 0 0 20px;
}

/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #9A3044;
    font-weight: bold;
    margin: 0 0 22px 0;
}

/*-----form-wrap-----*/

.form-wrap {
    box-sizing: border-box;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.form-box {
    position: relative;
}

.form-box .row {
    margin: 0 -10px 0 0;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}


/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "";
    background: #00a1e9;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 15px;
    left: 0;
    margin: -6px 0 0 0;
}

.form-box .required:after {
    content: "\f105";
    position: absolute;
    font-size: 12px;
    color: #fff;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 9px;
    left: 5px;
}

/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 200px;
    display: inline-block;
}


.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a b {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C1380F;
    border-radius: 50%;
}

.form-box .captcha a i {
    display: block;
    font-size: 12px;
    color: #F7E6D2;
    font-weight: bold;
    transition: transform .3s;
    width: 21px;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    height: 21px;
    border: 1px solid #F7E6D2;
    background: #C1380F;
}

.form-box .captcha a:hover i {
    color: #fff;
}

/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 1px;
    line-height: 1.6;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

/*----- address -----*/

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

/*----- tips -----*/

.form-box .tips {
    line-height: 1.5;
    margin-bottom: 12px;
    color: #C3995A;
    padding: 0 5px;
    font-size: 13px;
}

.form-box.type2 .tips {
    min-height: 0;
}


/*----- input-group -----*/

.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;
}


/*----- radio + checkbox -----*/

.form-radio {
    display: inline-block;
    position: relative;
}

.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 15px 0;
}

.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: 150;
    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: 18px;
    height: 18px;
    margin: 0 5px 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

/*-----success-box-----*/

.success-box {
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    color: #373737;
}

.success-box .msg {
    color: #00a1e9;
    font-weight: bold;
    font-size: 26px;
    font-family: 'Roboto';
}

.success-box .msg i {
    font-size: 29px;
    display: block;
    margin: 20px auto 0;
}

.success-box a {
    color: #C5A36C;
    text-decoration: underline;
}

.success-box .btn-box {
    margin: 10px 0 0 0;
}

.success-box>span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}

.success-box>span b {
    color: #000;
}


/*------------ / form ------------*/

/*------------ lightbox ------------*/

body .fancybox-close,
.gallery-btn .close {
    background: none;
    top: -40px;
    left: 50%;
    right: auto;
    margin: 0 0 0 -15px;
    width: auto;
    height: auto;
}

.gallery-btn .close {
    margin: 0 auto;
}

body .fancybox-close:after,
.gallery-btn .close:after {
    content: "\e1019";
    display: block;
    border: 3px solid #FFFFFF;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    z-index: 12;
    border-radius: 50%;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:hover:after {
    opacity: .6;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/*------------ fancybox ------------*/

.fancybox-album .photo-title {
    font-size: 18px;
    color: rgb(107, 95, 75);
    font-weight: normal;
    margin: 0px 0px 10px;
    padding: 7px 5px;
    border-bottom: 1px solid rgb(211, 211, 211);
}

.fancybox-album .photo-title:before {
    content: '\e996';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: rgb(187, 187, 187);
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 2px 0px;
}

.fancybox-album .fancybox-nav span {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    color: rgb(255, 255, 255);
    text-align: center;
    top: 50%;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: transparent;
    margin: -12px 0px 0px;
    padding: 0px 3px;
    width: 25px;
    height: 27px;
    margin-top: -20px;
    visibility: visible;
}

.fancybox-album .fancybox-nav span:before {
    content: '\e095';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
}

.fancybox-album .fancybox-next span:before {
    content: '\e094';
}

.fancybox-album .fancybox-prev span {
    left: -70px;
}

.fancybox-album .fancybox-next span {
    right: -70px;
}

.fancybox-album .fancybox-nav span:hover {
    opacity: .5;
}

.photo-pager {
    font-size: 15px;
    color: rgb(170, 170, 170);
    float: right;
}

.photo-pager span {
    display: none;
}


.photo-pager b {
    font-weight: bold;
    color: rgb(51, 51, 51);
    display: inline-block;
    margin: 0px 3px;
}

/*------------ / lightbox ------------*/

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed li {
    background: #00a1e9;
}

.mmenu-show #mobile-search {
    background: #00a1e9;
}

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}

.mmenu-show #mobile-fixed ul {
    border-bottom-color: #FFCF02;
}

.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}

.mmenu-show #mobile-menu .language-menu {
    background: #10a8ee;
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #eeeeee;
}

.mmenu-show #mobile-menu {
    background: #eeeeee;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #ddd;
    color: #3b3b3b;
    font-family: "Roboto";
    padding: 10px 15px;
}

.mmenu-show #mobile-fixed .qty {
    background: #333333;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #10a8ee;
    font-weight: bold;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}

.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #ddd;
}

.mmenu-show #mobile-menu .menu li a span {
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px;
}

.mmenu-show #mobile-menu .language a {
    color: #fff;
}

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}

.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}

.mmenu-show #mobile-menu .language li+li a {
    border: 0;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    display: none;
}

.mmenu-show #mobile-menu .share {
    margin: 10px 0;
    padding: 0;
}

/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1500px) {

    /*------------ side 1500 ------------*/

    .has-side .container-table {
        margin: 0;
    }

    .header-fixed .site-nav .menu>li>a {
        font-size: 14px;
    }

    .header-fixed .func-menu>li>a {}

    .header-fixed .func-menu .sum {
        margin: 0;
    }

    .header-fixed .site-nav {
        margin: 0 0 0 20px;
        float: left;
        clear: none;
        width: 58%;
    }
    /*------------ side 1500 ------------*/
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1100px) {

    /*------------隱私權------------*/

    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-width: 1px 0 0;
    }

    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }

    button.close-ontop {
        padding: 0px;
    }
    .close-ontop {
        float: none;
    }

    body #keyreply-container {
        bottom: 10%;
    }

    .header-active #keyreply-container {
        bottom: 0%;
        transition: all .7s;
    }

    .header-fixed .header-sheet {
        display: block;
    }

    .header-fixed {
        position: relative;
    }

    /*------------ site-header 1100 ------------*/

    .site-title {
        text-align: center;
        padding: 20px 0;
    }

    .site-nav,
    .top-nav {
        display: none;
    }

    .site-title .logo {
        width: 250px;
    }

    /*------------ / site-header 1100 ------------*/

    /*------------ site-footer 1100 ------------*/

    .footer-top .site-info,
    .footer-top .colr {
        float: none;
        width: auto;
        text-align: center;
    }

    .footer-top .colr {
        margin: 15px 0 0 0;
    }

    .site-footer .fllow,
    .site-footer .qr-inner {
        /* margin: 0; */
        display: inline-block;
        vertical-align: middle;
    }

    .site-footer .share,
    .site-map {
        display: none;
    }

    .header-fixed .site-nav .menu>li>a {
        padding: 0px 10px 0px;
    }

    .header-fixed .site-title .logo {
        width: 138px;
        height: 39px;
    }

    .header-fixed .site-nav {
        width: 85%;
    }

    .site-nav .menu>li>a span {
        margin: 2px 0 0 0;
    }

    .header-fixed .site-title {
        margin: 0;
    }

    .header-fixed .top-nav {
        top: 57px;
    }

    .header-fixed .site-header {
        position: relative;
    }
    .has-side .content {
        padding-left: 0;
    }

    .footer-top {
        padding: 30px 0;
    }

    .footer-bottom {
        padding: 10px 0;
        font-size: 12px;
    }

    .has-side .row {
        border-spacing: 0;
    }

    .btn-box {
        padding-top: 25px;
    }

    .reminder {
        margin-bottom: 20px;
    }

    .main-content {
        margin: 0;
    }

    .main-top {
        font-size: 20px;
        /* padding: 15px; */
    }

    .main-title {
        padding: 15px;
    }

    .main-top .second-txt {
        font-size: 18px;
        margin: 5px 0 0;
    }

    .content-title {
        font-size: 16px;
    }
    .success-box .msg {
        font-size: 20px;
    }
    .site-header{
        box-shadow:none;
    }
    .site-main {
    padding-top: 60px;
}

    /*------------ / site-footer 1100 ------------*/
}

@media screen and (max-width: 767px) {

    /*------------ banner 767 ------------*/

    .banner-arrow {
        margin: 15px 0 20px;
    }

    .banner-dot .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .banner-dot .slick-dots li {
        margin: 0 8px;
    }

    /*------------ banner 767 ------------*/

    /*------------ pagination 767 ------------*/

    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }

    .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: -36px;
        margin: 0;

    }

    .pagination li a.prev {
        left: 0;
    }

    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }

    /*------------ / pagination 767 ------------*/

    /*------------ breadcrumb 767 ------------*/

    .breadcrumb {
        margin: 0px 0px 10px 0;
        right: 0;
        text-align: center;
        width: 100%;
    }

    .products-breadcrumb {
        margin: -40px 0 40px 0;
        text-align: left;
    }

    /*------------ / breadcrumb 767 ------------*/

    /*------------ floating 767 ------------*/

    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 35px;
        top: auto;
        margin-right: -30px;
        display: block;
    }

    .gotop {
        display: none;
    }

    .float-box {
        display: none;
    }

    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }

    /*------------ / floating 767 ------------*/

    /*------------ form 767 ------------*/

    .form-box {
        padding: 0;
    }

    .form-box .row {
        margin: 0;
    }

    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }

    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
        font-size: 14px;
    }

    .form-box .required:before {
        top: 13px;
    }

    .form-box .required:after {
        top: 7px;
    }

    .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;
    }
    .static-control {
        margin: 0 0 20px;
    }

    /*------------ / form 767 ------------*/
    .fancybox-album .fancybox-prev span {
        left: 0px;
        color: #000;
        background: #fff;
        border-color: #000;
    }

    .fancybox-album .fancybox-next span {
        right: 0px;
        color: #000;
        background: #fff;
        border-color: #000;
    }

}

@media screen and (max-width: 740px) {

    /*------------ fancybox 740 ------------*/

    .album-fancybox .slick-arrow {
        z-index: 100;
        background: rgba(0, 0, 0, 0.5);
    }

    .album-fancybox .slick-prev {
        left: -1px;
    }

    .album-fancybox .slick-next {
        right: -1px;
    }

    .album-fancybox .slider-nav {
        margin: 0 -5px;
    }

    .album-fancybox .slider-nav .item {
        padding: 0 5px;
    }

    .album-fancybox .title-box .title {
        text-align: center;
    }

    .album-fancybox .gallery-page {
        float: none;
        display: block;
    }

    /*------------ / fancybox 740 ------------*/

}



@media screen and (max-width: 500px) {

    /*------------ form 500 ------------*/

    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }

    /*------------ form 500 ------------*/

    /*------------ btn 500 ------------*/

    .btn.style03 {
        display: block;
    }

    /*------------ / btn 500 ------------*/

    /*------------ shopping-title 500 ------------*/

    .shopping-title b {
        display: block;
    }

    .btn-box.line .btn.style01 {
        width: 49%;
        margin: 0;
    }



    /*------------ / shopping-title 500 ------------*/

}