@charset "utf-8";
@import url(icon-font-13/style.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/*------------ basic ------------*/

body {
    background: #fff;
    font-size: 15px;
    color: #3B3B3B;
    font-family: Arial, 'Roboto', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.content-nav-menu {
    display: none;
}

.share_box {
    text-align: left;
}

.share_box .share-link .btn, .share_box .share-link .btn, .share_box .share-link .a2a_kit {
    color: #dcdaca;
}

.container {
    max-width: 1300px;
}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #FDEA5D;
    color: #444;
}

.header-sheet .close-ontop {
    color: #444;
}

.header-sheet a {
    color: #999;
}

.close-ontop {
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/

/*--- back-btn ---*/

.btn.back {
    background: #fff;
    color: #444;
    font-size: 15px;
    line-height: 38px;
    text-align: left;
    width: 160px;
    padding: 2px 18px;
    position: relative;
    border: 1px solid #444;
    box-sizing: border-box;
    border-radius: 0px;
}

.btn.back:after {
    content: "\e91b";
    font-family: 'icon-font-13' !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;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    font-size: 19px;
    margin-top: -10px;
    color: #000000;
    transition: all .3s ease;
}

.btn.back:hover:after {
    color: #444;
}

.btn.back:hover {
    background: #FDEA5D;
    border: 1px solid #FDEA5D;
    color: #444;
}

/*--- fb-btn ---*/

.ibtn.fb {
    transition: all .3s ease;
    background-image: url(../../../images/layout05/tw/fb_page.png);
    height: 100px;
    width: 100px;
    margin: auto;
}

/*--- style01-btn ---*/

.btn.style01 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 45px;
    height: 45px;
    width: 100%;
    max-width: 450px;
    margin: 0 0 2px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    background: #444;
    z-index: 0;
    border: none;
    display: inline-block;
}

.btn.style01:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #F1D303;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .7s;
}

.btn.style01.arrowL::before {
    background-color: #F1D303;
    color: #444;
}

.btn.style01:hover:before {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.btn.style01.arrowL {
    background: #444;
}

.btn.style01:hover {
    color: #444;
}

.btn.style01 i {
    display: none;
}

/*--- style02-btn ---*/

.btn.style02 {
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    background: #444;
    position: relative;
    padding: 0 16px 0 64px;
    margin: 0 2px 8px;
    border-radius: 0px;
}

.btn.style02 i, .btn.style02:before {
    font-family: 'icon-font-13' !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;
    content: "\e911";
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.btn.style02 i, .btn.style02:hover:before {
    color: #444;
}

.btn.style02:after {
    content: '';
    display: block;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent #d7ccb7 transparent #ffffff;
    height: 18px;
    position: absolute;
    left: 48px;
    top: 50%;
    margin-top: -9px;
}

.btn.style02:hover:after {
    border-color: #444;
}

.btn.style02:hover {
    background: #FDEA5D;
    color: #444;
}

/*------------ / btn ------------*/

.banner .container {
    max-width: inherit;
    padding: 0;
}

.banner img {
    min-height: 100px;
    object-fit: cover;
    object-position: center;
}

/*------------ site_header ------------*/

.site-header {
    text-align: center;
    position: relative;
    z-index: 999;
    width: 100%;
    top: 0;
    background-color: #fff;
    transition: all .3s ease;
    border-top: #ffbe00 5px solid;
}

.site-header>.container {
    padding: 0;
    position: static;
}

.site-nav {
    background: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

.site-nav .menu {
    padding: 0 15px;
    max-width: 1330px;
    margin: auto;
    box-sizing: border-box;
    padding-right: 305px;
}

.wrapper {
    /*padding-top: 191px;*/
}

.site-title {
    position: relative;
    text-align: center;
    transition: all .3s ease;
    overflow: hidden;
    height: 120px;
    box-sizing: border-box;
    line-height: 95px;
    padding: 0;
}

.site-title .logo {
    color: transparent;
    background: url(../../../images/layout05/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 225px;
    height: 88px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

/*------------ top-nav ------------*/

.top-nav {
    position: relative;
    z-index: 60;
    float: right;
}

/*詢價車*/

.func-menu {
    z-index: 15;
    float: none;
    margin-bottom: 12px;
    max-width: 1330px;
    margin: -105px auto 0;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 90;
}

.func-menu>li.gocart {
    margin-top: 5px;
}

.func-menu>li.gocart .toggleBtn {
    padding: 10px 15px;
}

.func-menu>li.gocart .toggleBtn .num {
    color: #444;
    background: #FDEA5D;
    text-align: center;
}

.func-menu>li.gocart .price {
    color: #444;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    border: 2px solid #FDEA5D;
    background: #444;
}

.func-menu .cart-box .btn {
    background: #FDEA5D;
    color: #444;
}

.func-menu .cart-box .btn:hover {
    background: #000;
}

.func-menu .cart-list li+li {
    border-top: 1px solid #666;
}

.func-menu .cart-list li:hover .box {}

.func-menu .cart-list .qty {
    color: #d45000;
}

/*數量icon*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #a38569;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #FDEA5D;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    position: absolute !important;
    z-index: 0;
    top: 0;
    color: #a38569;
    border: 1px solid #a38569;
}

.qty-box .btn:hover {
    border-color: #FDEA5D;
    background: #444;
}

.products-intro .pd-intro .btn-group .btn.addcart {
    background: #dcdaca;
    ;
}

.products-intro .pd-intro .btn-group .btn.addcart:hover {
    background: #a38569;
    color: #fff;
}

/*!數量icon*/

/*!詢價車*/

/*---- language ----*/

.site-header .language {
    float: left;
    position: relative;
    background: none;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.site-header .language .btn:before {
    content: "\e903";
    font-family: 'icon-font-13' !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;
    vertical-align: text-bottom;
    margin: 0 6px 0px 0;
}

.site-header .language .btn {
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    color: #3A3A39;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 56px;
    width: 130px;
    letter-spacing: .02em;
    z-index: 2;
    text-align: center;
}

.site-header .language:before {
    content: "";
    position: absolute;
    background: none repeat scroll 0 0 #FDEA5D;
    height: 0%;
    left: 0%;
    right: 0;
    top: 50%;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 0;
    color: #FDEA5D;
}

.site-header .language:hover:before {
    height: 100%;
    z-index: 0;
    width: 100%;
    top: 0;
    border-radius: 0;
}

.site-header .language .btn i:before {
    content: '\f107';
    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;
    margin: 0 0 0 10px;
    color: #3A3A39;
}

.site-header .language ul {
    display: none;
    margin: 0px 0 0 0;
    position: absolute;
    z-index: 35;
    width: 100%;
}

.site-header .language ul li {
    margin: 0 0 0px;
    /* background: #FFFFFF; */
    background: #e5e5e5;
}

.site-header .language li a {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    padding: 10px 8px;
    margin-top: -1px;
    font-size: 14px;
    text-align: center;
}

.site-header .language ul li a:hover {
    background: #FDEA5D;
}

/* 20201230-移至頁首 */
.site-header .language{
    position: absolute;
    top: -120px;
    right: 0;
    background: #EEEEEE;
}
/* 20201230 */

/*---- search-box ----*/

.none {
    display: none;
}

.site-header .search-box {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 175px;
    float: right;
}

.site-header .search-box .form-control {
    color: #3A3A39;
    border: 0;
    background: #FFF;
    margin: 0;
    height: 56px;
    line-height: 54px;
    padding: 0 40px 0 12px;
    border-radius: 0;
}

.site-header .search-box .form-control:focus {
    outline: none;
    background: #EEE;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 3px;
    top: 8px;
}

.search-box:after {
    content: '';
    display: block;
    background-image: url(../../../images/layout05/common/btn_search.png);
    width: 30px;
    height: 31px;
    position: absolute;
    right: 8px;
    top: 12px;
}

.mmenu-show #mobile-search .search-box:after {
    position: absolute;
    content: "\e901";
    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;
    color: #555555;
    right: 0px;
    top: 0;
    font-size: 24px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: all .3s ease;
}

.mmenu-show #mobile-search .search-box:after {
    background-image: none;
}

.mmenu-show #mobile-search .search-box:hover:after {
    color: #ff9900;
}

/*------------site-nav ------------*/

.site-nav {
    text-align: left;
    height: 56px;
}

.site-nav .menu {
    position: relative;
    z-index: 15;
    display: flex;
    justify-content: space-between;
}

.site-nav .menu li {
    position: relative;
    width: 100%;
}

.site-nav .menu>li:nth-last-child(-n) {
    display: none;
}

.site-nav .menu>li>a {
    transition: all .2s;
    text-align: center;
    display: block;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 0px;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
    top: 0;
    line-height: 1.6;
    transition: all .3s ease;
}

.site-nav .menu>li.active>a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
    position: absolute;
    left: 50%;
    bottom: -1px;
    margin-left: -8px;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    width: 200px;
    background: #FBF8F2;
    box-sizing: border-box;
}

.site-nav .menu>li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    display: table-cell;
}

.site-nav .menu>li>ul {
    z-index: 600;
    top: 96%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 0px 0 0 -100px;
    background: #FBF8F2;
    border: 1px solid #eee;
    color: #4F4F4F;
    font-size: 15px;
}

.site-nav .menu>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 5px;
    width: 100%;
}

.site-nav .menu li ul li {
    margin: 0 0 0px 0;
    padding: 0px 0 0 0;
    width: auto;
    text-align: center;
}

.site-nav .menu li ul li:last-child {
    border-bottom: none;
}

.site-nav .menu ul li a {
    display: block;
    position: relative;
    font-size: 15px;
    transition: all .2s;
    color: #4F4F4F;
    text-align: left;
    padding: 10px;
    margin-top: -1px;
    background: #FBF8F2;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.header-fixed .site-nav .menu>li>a::before {
    display: none;
}

.site-nav .menu>li:nth-child(1)>a::before {
    content: "";
    background: url(../../../images/layout05/common/menu01.svg);
    background-size: 52px 37px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 28.5px);
    top: -22px;
    z-index: 90;
    width: 52px;
    height: 34px;
    transition: all .3s ease;
    opacity: 1;
    display: none;
}

.site-nav .menu>li:nth-child(2)>a::before {
    content: "";
    background: url(../../../images/layout05/common/menu02.svg);
    background-size: 52px 48px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 22.5px);
    top: -33px;
    z-index: 90;
    width: 52px;
    height: 48px;
    transition: all .3s ease;
    opacity: 1;
    display: none;
}

.site-nav .menu>li:nth-child(3)>a::before {
    content: "";
    background: url(../../../images/layout05/common/menu03.svg);
    background-size: 45px 52px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 18.5px);
    top: -31px;
    z-index: 90;
    width: 45px;
    height: 48px;
    transition: all .3s ease;
    opacity: 1;
    display: none;
}

.site-nav .menu>li:nth-child(4)>a::before {
    content: "";
    background: url(../../../images/layout05/common/menu04.svg);
    background-size: 52px 48px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 26.5px);
    top: -33px;
    z-index: 90;
    width: 52px;
    height: 48px;
    transition: all .3s ease;
    opacity: 1;
    display: none;
}

.site-nav .menu>li:nth-child(5)>a::before {
    content: "";
    background: url(../../../images/layout05/common/menu05.svg);
    background-size: 58px 48px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 31.5px);
    top: -29px;
    z-index: 90;
    width: 66px;
    height: 48px;
    transition: all .3s ease;
    opacity: 1;
    display: none;
}

.site-nav .menu>li:nth-child(6)>a::before {
    content: "";
    background: url(../../../images/layout05/common/menu06.svg);
    background-size: 58px 48px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 31.5px);
    top: -29px;
    z-index: 90;
    width: 66px;
    height: 48px;
    transition: all .3s ease;
    opacity: 1;
    display: none;
}

.site-nav .menu>li:nth-child(7)>a::before {
    content: "";
    background: url(../../../images/layout05/common/menu07.svg);
    background-size: 52px 48px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 29.5px);
    top: -28px;
    z-index: 90;
    width: 52px;
    height: 48px;
    transition: all .3s ease;
    opacity: 1;
    display: none;
}

.site-nav .menu>li:nth-child(8)>a::before {
    content: "";
    background: url(../../../images/layout05/common/menu08.svg);
    background-size: 45px 48px;
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 24.5px);
    top: -27px;
    z-index: 90;
    width: 45px;
    height: 48px;
    transition: all .3s ease;
    opacity: 1;
    display: none;
}

.site-nav .menu>li>a:hover, .site-nav .menu>li.active>a, .site-nav .menu>li.active2>a {
    color: #ffbe00;
}

.site-nav .menu>li+li:before {
    content: ' | ';
    display: block;
    width: 1px;
    height: 10px;
    float: left;
    margin-top: 14px;
    color: #E1E1E1;
}

.site-nav .menu ul>li.active>a, .site-nav .menu ul>li.active2>a, .site-nav .menu ul>li>a:hover {
    background: #F1D303;
    color: #444;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 1px;
    margin: 0;
    padding-left: 2px;
}

.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}

.site-nav .menu ul ul li a {
    padding-right: 30px;
}

.site-nav .menu ul ul li a:hover, .site-nav .menu ul ul li.active>a, .site-nav .menu ul ul li.active2>a {
    background: #F1D303;
}

.site-nav .menu ul li.has-child>a:after {
    content: '';
    border: 1px solid #626282;
    border-width: 1px 1px 0 0;
    width: 8px;
    height: 8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: 18px;
}

.site-nav .menu ul li:hover>a:after, .site-nav .menu ul li.active>a:after, .site-nav .menu ul li.active2>a:after {
    border-color: #fff;
}

/*滿版清單*/

.site-nav .menu .full_menu>ul {
    border: none;
}

.site-nav .menu>li.full_menu>ul:before {
    height: 26px;
}

.site-nav .menu>li.full_menu>ul:after {
    display: none;
}

.site-nav .menu li.full_menu ul li.has-child>a:after {
    display: none;
}

.site-nav .menu .full_menu ul a {
    padding: 6.5px 15px;
    border: none;
}

.site-nav .menu .full_menu ul ul ul {
    padding-left: 30px;
}

.site-nav .menu li.full_menu ul ul li a {
    background: rgba(199, 199, 199, 0.38);
    padding: 5px 10px;
    margin: 6px 3px;
}

.site-nav .menu li.full_menu ul ul ul li a {
    background: rgba(199, 199, 199, 0.08);
}

.site-nav .menu li.full_menu ul ul li:hover>a, .site-nav .menu li.full_menu ul ul li.active>a, .site-nav .menu li.full_menu ul ul li.active2>a {
    background: #F1D303;
    color: #444;
}

.site-nav .menu li.full_menu ul ul ul li:hover>a, .site-nav .menu li.full_menu ul ul ul li.active>a, .site-nav .menu li.full_menu ul ul ul li.active2>a {
    background: #F1D303;
    color: #444;
}

.site-nav .menu li.full_menu>ul>li>a:before {
    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;
    content: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}

.site-nav .menu .full_menu ul>li.active>a, .site-nav .menu .full_menu ul>li.active2>a, .site-nav .menu .full_menu ul>li>a:hover {
    background: none;
    text-decoration: none;
    color: #7777;
}

.site-nav>.menu>li:nth-child(n+9) {
    display: none;
}

/*!滿版清單*/

/*------------share------------*/

.share li {
    display: inline-block;
    margin: 0 4px;
}

.share .btn {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 0;
    color: #444;
    border-radius: 50%;
    transition: all .2s;
    border: 1px solid;
}

.share .btn i {
    display: block;
    font-size: 16px;
    line-height: 28px;
}

.share .btn:before {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 810px;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #fff;
    will-change: transform;
    z-index: -1;
}

.share .btn:hover:before {
    -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    transition: opacity 0.45s cubic-bezier(0.23, 1, 0.58, 1), transform 0.6s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.58, 1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mmenu-show .share .btn i {
    display: block;
    vertical-align: middle;
}

.share .btn.cm-fb:hover {
    color: #405D9A;
}

.share .btn.cm-youtube:hover {
    color: #cd201f;
}

.share .btn.cm-instagram:hover {
    color: #a43ec2;
}

.share .btn.cm-instagram:hover i {
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.share .btn.cm-mail:hover {
    color: #7FB5C9;
}

.share .btn.cm-line:hover {
    color: #04ba04;
}

.share .btn.cm-phone:hover {
    color: #3c352a;
}

.share .btn.cm-linkedin:hover {
    color: #0073b0;
}

.share .btn.cm-twitter:hover {
    color: #5da9dd;
}

.share .btn.cm-wechat:hover {
    color: #51c332;
}

.share .btn.cm-qq:hover {
    color: #000;
}

/*------------ / site_header ------------*/

/*------------  fixed ------------*/

.header-fixed .site-nav {
    position: fixed;
    bottom: auto;
    top: 0;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.18);
}

/*------------ / fixed ------------*/

/*------------ site_main ------------*/

.main-top {
    padding: 10px 0 10px 0;
    text-align: right;
    margin-bottom: 0px;
}

.main-top .main-title {
    margin: auto;
    text-align: center;
    background: #444;
    color: #fff;
    font-size: 25px;
    width: 223px;
    height: 70px;
    line-height: 70px;
    margin-top: -33px;
    font-weight: normal;
    display: none;
}

.main-title:before {
    content: '-';
    margin-right: 5px;
}

.main-title:after {
    content: '-';
    margin-left: 5px;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 120px;
}

.main-content .container {
    width: 100%;
    display: flex;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
    padding: 0 40px 0px;
}

.content-top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.content-title {
    float: left;
    color: #383838;
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
}

.search-title h1 {
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}

/*------------ / site_main ------------*/

/*------------ site_footer ------------*/

.site-footer {
    background: #fbfbfb;
    background-size: cover;
    position: relative;
}

.footer_top {
    color: #878787;
    font-size: 12px;
    position: relative;
}

.footer_top .container {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 90px;
    justify-content: space-between;
}

.footer_bottom {
    background: #ffbe00;
    font-size: 12px;
    border-width: 1px 0;
    text-align: left;
    padding: 15.5px 0px;
}

.site-footer .tit {
    display: none;
}

.site-info {
    width: 419px;
    font-size: 14px;
    order: 2;
    padding: 0 25px 0 50px;
    box-sizing: border-box;
}

.site-info li .tel a {
    font-size: 40px;
    background: #FFBF00;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
}

.site-info li {
    position: relative;
    padding: 4px 0;
    line-height: 27px;
}

.site-info li span, .site-info li a {}

.site-info li+li {
    margin: 0px 0 0;
}

.site-info li a, .site-info span {
    display: inline-block;
}

.site-map {
    line-height: 1.2;
    width: 609px;
    font-size: 14px;
    transition: all .3s ease;
    padding-top: 10px;
    position: relative;
}

.site-map:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 0;
    border-left: 1px solid #eddaca;
    visibility: visible;
    height: auto;
}

.site-map ul {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: 0.35px;
    width: 20%;
}

.site-map li+li {
    margin-top: 17.5px;
}

.site-map ul a:hover {
    color: #444;
    text-decoration: underline;
}

.site-footer .fllow {
    text-align: right;
    order: 3;
}

.fllow .share {
    vertical-align: bottom;
    display: block;
    text-align: right;
    right: 0;
    position: absolute;
    top: 100%;
    z-index: 5;
    margin-top: 15px;
}

.fllow * {
    display: inline-block;
    vertical-align: middle;
}

.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}

.fllow .qr-inner {
    margin: 0 0px 0 20px;
    float: right;
    width: 100px;
}

.copy_box {
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating, .floating.fancybox-margin {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 400;
    transition: all .3s ease;
}

.floating .gotop {
    background-image: url(../../../images/layout05/common/gotop.png);
    width: 85px;
    height: 34px;
    line-height: 40px;
    font-size: 0;
    text-indent: 0;
    text-align: center;
}

.floating .gotop:before {
    content: "\e924";
    font-family: 'icon-font-13' !important;
    font-size: 10px;
    color: #FFF;
}

.floating .gotop:hover {
    background-position: 0 100%;
}

/*------------ / floating ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    font-size: 12px;
    color: #888;
    padding: 10px 0;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
    transition: all .2s;
}

.breadcrumb a:hover {
    color: #444;
}

.main-top .breadcrumb li:first-child {
    font-size: 0;
}

.main-top .breadcrumb li:first-child a:before {
    font-family: 'icon-font-13' !important;
    content: "\e901";
    font-size: 12px;
}

.breadcrumb li+li:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin: 0px 4px 3px;
    color: #888;
}

.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 9px 0 9px 10px;
    color: #999;
    float: right;
}

.products-breadcrumb a:hover {
    color: #444;
}

.products-breadcrumb li:first-child a span {
    display: inline-block;
}

.products-breadcrumb li:first-child a:before {
    content: "";
}

.products-breadcrumb li+li:before {
    content: '/ ';
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 220px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
    margin-right: 45px;
}

.content {
    position: relative;
}

.has-side .content {
    width: calc(100% - 265px);
    box-sizing: border-box;
    padding: 0;
}

.side_logo {
    font-size: 0;
    width: 66px;
    /* height: 55px; */
    display: inline-block;
    vertical-align: middle;
    /* padding-right: 15px; */
    /* margin-left: 15px; */
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.side .title {
    padding: 0px 0px 15px;
    background: url(../../../images/layout05/common/newsomething/side_top.png) no-repeat;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.2px;
    position: relative;
    font-family: 'Noto Serif TC', serif;
    font-weight: normal;
}

.side .title:before {
    content: '';
    display: block;
    background: url(../../../images/layout05/common/index/title_before.png) no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    top: 35px;
    left: 50%;
    z-index: 1;
    background-size: contain;
}

.side-nav {
    max-width: 220px;
    font-family: 'Roboto', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    background: #eee;
    /*border: 1px solid #E2DCD1;*/
    border-bottom: 3px solid #CCCCCC;
}

.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
    padding: 9px 32px 9px 15px;
    color: #4F4F4F;
    font-size: 15px;
    border-bottom: 1px solid #fff;
}

.side-nav>li+li {
    border-top: 1px solid #E2DCD1;
}

.side-nav>li>a {
    padding: 12px 10px;
    font-size: 15px;
    position: relative;
}

.side-nav>li.has-child>a:after {
    content: "\e907";
    color: #444;
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    margin: -9px 0 0 0;
    font-size: 16px;
    font-family: 'icon-font-13' !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;
}

.side-nav>li.has-child>a:hover:after, .side-nav>li.has-child.active>a:after, .side-nav>li.has-child.active2>a:after {
    content: "\e909";
    color: #fff;
}

.side-nav>li>a:hover, .side-nav>li.active>a, .side-nav>li.active2>a {
    background: #F1D303;
    transition: all .2s;
    color: #444;
    border-color: #F1D303;
}

.side-nav ul {
    font-size: 14px;
    display: none;
    margin: 0px 0;
    padding: 13px 0;
    background: #fff;
}

.side-nav ul li a {
    border: none;
    padding: 7px 0px 7px 35px;
    font-size: 14px;
    color: #9B9B9B;
    transition: all .1s;
    position: relative;
}

.side-nav ul li:hover>a, .side-nav ul li.active>a, .side-nav ul li.active2>a {
    color: #444;
    padding-left: 45px;
}

.side-nav ul ul {
    padding-left: 25px;
}

.side-nav ul li a:before {
    content: "";
    background: #9B9B9B;
    position: absolute;
    display: block;
    top: 12px;
    left: 25px;
    margin: 0px;
    right: 0px;
    width: 3px;
    height: 3px;
    transition: all .1s;
}

.side-nav ul li a:hover:before, .side-nav ul li.active>a:before, .side-nav ul li.active2>a:before {
    background: #444;
    width: 12px;
    left: 20px;
}

.side-nav>li.active2>ul {
    display: block;
}

/*------------ / side ------------*/

/*------------ pagination ------------*/

.pagination li a, .pagination li span {
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    padding: 0 3px;
    border: 1px solid #bdbdbd;
    overflow: hidden;
    position: relative;
    color: #000000;
    margin-left: -1px;
    margin-right: 0px;
    font-weight: normal;
}

.pagination li a:hover, .pagination li.active a {
    background-color: #FDEA5D;
    color: #444;
    font-weight: bold;
    /*    border-color: #444;*/
}

.pagination li a.controls {
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    padding: 0 3px;
    border: 1px solid #bdbdbd;
    overflow: hidden;
    position: relative;
    color: #000000;
    margin-left: -1px;
    margin-right: 0px;
    font-weight: normal;
    border-radius: 0;
    font-size: 0;
}

.pagination li a.controls i {
    font-size: 16px;
    line-height: 30px;
}

.pagination li a.controls:hover {
    background-color: #FDEA5D;
    color: #444;
    font-weight: bold;
    border-color: #444;
}

/*------------ / pagination ------------*/

/*-----reminder-----*/

.reminder {
    text-align: left;
    margin: 0 auto 0;
    padding-bottom: 15px;
    font-size: 15px;
    border-bottom: 2px solid #e9e5e3;
    position: relative;
    padding-left: 50px;
}

.reminder:before {
    content: "\e910";
    color: #444;
    position: absolute;
    display: block;
    top: 15%;
    left: 0;
    margin: 0;
    font-size: 30px;
    font-family: 'icon-font-13' !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;
}

.reminder b:before {
    content: "\f0da";
    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: 18px;
    vertical-align: text-bottom;
    color: #444;
    margin: 0 6px 0 0;
}

/*-----form-detail-----*/

.form-control, .page-info .form-control {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-radius: 0px;
    padding: 0 10px;
    border: 1px solid #bdbdbd;
    background: none;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.form-control {
    height: 44px;
    line-height: 44px;
    border: none;
}

.form-box .form-group {
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d1b3;
}

.form-control:focus {
    outline: none;
    border-color: #e6ded0;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 90px;
}

/*-----form-static-control-----*/

.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}

/*-----form-wrap-----*/

.contact-form {
    margin-top: 60px;
}

.contit {
    display: none;
}

.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}

.form-wrap.has-bg:before, .form-wrap.has-bg:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 275px;
    height: 216px;
    background: url('../../../images/layout05/common/contact/bg.png');
    z-index: -1;
    pointer-events: none;
}

.form-wrap.has-bg:before {
    top: 0;
    left: 0;
}

.form-wrap.has-bg:after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.form-box {
    position: relative;
    box-sizing: border-box;
    z-index: 15;
    padding: 20px 0px 5px;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

.form-box .name .radio-box {
    position: static;
    margin-top: 5px;
}

/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: '\f0da';
    display: inline-block;
    vertical-align: middle;
    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;
    color: #F1D303;
    font-size: 16px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}

.form-box .form-group {
    margin: 12px 0 6px;
    line-height: 44px;
    position: relative;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
    color: #3B3B3B;
    font-size: 14px;
    padding-left: 5px;
    line-height: inherit;
    pointer-events: none;
    width: 110px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 5;
}

.form-box .control-label:after {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    border-left: 1px solid #bebebe;
}

.form-box .control-box {
    position: relative;
}

.form-box .form-control {
    padding-left: 144px;
}

.form-box .control-box select {
    padding-left: 9px;
    margin-left: 144px;
    width: unset;
    border: 1px solid #bdbdbd;
    margin-bottom: 3px;
    margin-top: 4px;
    height: 35px;
    line-height: 38px;
    background: #FFF;
}

.form-box .control-box>select:nth-child(2) {
    margin-left: 0px;
}

.form-box .control-box>select:nth-child(3) {
    margin-left: 0px;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .control-box label:first-child {
    margin-left: 144px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    padding-right: 130px;
}

.form-box .captcha a {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*----- success-box -----*/

.success-box {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0 0 0;
}

.success-box .msg {
    font-size: 24px;
    margin: 0 0 15px;
}

.success-box .msg:after {
    content: '';
    display: block;
    border-top: 2px solid #aaa;
    width: 25px;
    margin: 15px auto;
}

.success-box .msg i:before {
    content: "\f046";
    font-size: 30px;
    color: #FDEA5D;
    font-family: 'icon-font' !important;
    font-style: normal;
    display: block;
}

.success-box .btn-box {
    background: none;
}

/*------------ lightbox ------------*/

/*************fancybox-close*************/

body .fancybox-close {
    background: url('../../../images/layout05/common/lightbox_close1.png') no-repeat;
    width: 44px;
    height: 40px;
    right: 6%;
    top: 25px;
    margin-right: -21px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    text-align: center;
}

.fancybox-album .photo-pager {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #444;
    font-size: 14px;
    margin-top: 20px;
}

.fancybox-album .photo-pager b {
    color: #1127b7;
    font-size: 14px;
    text-decoration: underline;
}

.fancybox-album .photo-intro {
    padding: 10px 5px;
    font-size: 15px;
}

body .fancybox-skin {
    background: #ffffff;
    margin: 0;
    border-radius: 10px;
}

body .fancybox-inner {
    background: #fff;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}

.login-box {
    padding: 30px;
}

.lightbox-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 25px;
}

.lightbox-title span {
    display: block;
    font-size: 32px;
}

.lightbox-title .icon {
    background: url('../../../images/layout05/common/title_ic.png') no-repeat 0 -240px;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
}

.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.lightbox-wrapper .form-group {
    padding: 5px 0;
}

.lightbox-wrapper .control-label {
    display: none;
}

.fancybox-album .fancybox-nav span {
    background: url('../../../images/layout05/common/album/lightbox_arrow1.png') no-repeat;
    width: 25px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -55px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -55px;
}

.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}

.photo-title {
    border-bottom: 1px dotted #251726;
    color: #444;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    padding: 10px 12px;
}

.photo-intro {
    color: #111;
    padding: 15px 0 0;
    font-size: 14px;
}

/*------------ / lightbox ------------*/

.form-radio:before {
    background-image: url('../../../images/layout05/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../../images/layout05/common/form_checkbox.png');
}

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border-bottom: 1px solid #444;
}

.mmenu-show #mobile-fixed li {
    background: #444;
}

.mmenu-show #mobile-menu .menu li>a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #444;
}

.mmenu-show #mobile-menu .language-menu {
    background: #444;
    color: #fff;
}

.mmenu-show #mobile-menu .share-menu {
    background: #FDEA5D;
}

.mmenu-show #mobile-search {
    background: #444;
}

.mmenu-show #mobile-fixed .toggleBtn {
    font-size: 0;
}

.mmenu-show #mobile-fixed .toggleBtn i {
    font-size: 28px;
}

.mmenu-show #mobile-fixed .m-go-home {
    font-size: 0;
}

.mmenu-show #mobile-fixed .m-go-home i {
    font-size: 28px;
}

.mmenu-show #mobile-menu .share .btn {
    font-size: 0;
}

.mmenu-show #mobile-menu .share .btn i {
    line-height: 28px;
}

.mmenu-show #mobile-fixed .m-contact {
    font-size: 0;
}

.mmenu-show #mobile-fixed .m-contact i {
    font-size: 28px;
}

/*------------ / mobile_menu ------------*/

.contact-title {
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    padding: 30px 0px 0px;
}

.form-box, .contact-title, .form-wrap .btn-box {
    /*background: #EEE;*/
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    box-sizing: border-box;
    max-width: 1120px;
}

@media screen and (max-width: 1280px) {
    .site-title .logo {
        width: 200px;
    }
    .site-nav .menu li {
        width: 120px;
    }
    .site-nav .menu li a {
        font-size: 15px;
        /* padding: 4px 5px;*/
    }
    .site-info {
        width: auto;
        padding: 0 25px 0 0px;
    }
    .site-map ul {
        width: 17%;
        padding-bottom: 30px;
    }
    .site-map {
        width: 49%;
    }
    .footer_top .container {
        padding: 85px 35px 90px;
    }
}

@media screen and (max-width: 1000px) {
    .btn-box {
        padding-top: 20px;
    }
    .btn.back {
        width: 160px;
    }
    .btn.style01 {
        margin: 0 auto 10px;
    }
    .search-box:after {
        color: #111;
        top: 0;
    }
    .breadcrumb {
        position: absolute;
        right: 5px;
        top: -9px;
        color: #fff;
    }
    .breadcrumb li+li:before {
        color: #fff;
    }
    .main-top {
        padding: 10px 0;
        background: rgba(68, 68, 68, 0.5);
    }
    .main-top .main-title {
        display: block;
        position: static;
        background: none;
        margin-top: 0;
        padding: 0;
        line-height: 1.3;
        font-size: 18px;
        height: auto;
    }
    .content-top {
        margin-bottom: 20px;
    }
    .site-header, .header-fixed .site-header {
        position: relative;
        width: 100%;
        z-index: 600;
    }
    .wrapper {
        padding-top: 40px;
    }
    .content:before {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .main-top {
        margin-bottom: 10px;
    }
    .has-side .content, .content {
        padding: 0px 0px 0px;
    }
    /*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        padding: 15px 0;
        height: auto;
        line-height: 1;
    }
    .site-title .logo {
        width: 220px;
        height: 80px;
    }
    .top-nav, .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .site-footer {
        padding: 25px 0 0px;
    }
    .site-info li {
        padding: 0 0;
    }
    .site-map, .fllow .share {
        display: none;
    }
    .site-footer .col {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0px 0 0px;
    }
    .site-info li, .site-info p {
        display: inline-block;
    }
    .site-info p {
        margin: 0 0 0 10px;
    }
    .site-info li+li {
        margin: 0 0 0 20px;
        display: block;
    }
    .site-footer .fllow {
        padding: 10px 0 0 0;
        position: relative;
        display: flex;
        justify-content: center;
    }
    .fllow p {
        margin: 15px 0 0 0;
    }
    .fllow .qr-inner {
        margin: 0 auto 20px;
        display: block;
        max-width: 100px;
        order: 2;
    }
    .copy_box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .follow p {
        display: block;
    }
    .footer_top, .footer_top .container {
        padding: 0;
    }
    .footer_top {
        padding: 0px 0 30px;
    }
    .footer_bottom {
        position: static;
        padding-bottom: 30px;
    }
    .fllow .qr-inner {
        float: none;
        display: inline-block;
        margin: 0 3px;
    }
    .ibtn.fb {
        margin: 0 3px;
    }
    .site-info .list-v {
        left: 0;
    }
    .ibtn.fb {
        top: 100%;
        margin-top: 0px;
        left: 0;
        right: 0;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../../images/layout05/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .floating .gotop:before, .floating .gotop:after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .contact-title .reminder {
        margin: 0 45px;
    }
    .contact-title {
        margin: 0 0px;
    }
    .contact-title .reminder {
        margin: 0;
    }
    .form-box .control-box label:first-child {
        margin-left: 0;
    }
    .reminder {
        margin-bottom: 25px;
    }
    .contact-form {
        margin-top: 20px;
    }
    .form-wrap.has-bg {
        background: none;
    }
    .form-box .control-label {
        position: static;
    }
    .form-box .control-label:after {
        display: none;
    }
    .form-box .form-control {
        padding-left: 10px;
    }
    .form-box .control-box select {
        padding-left: 0;
        margin-left: 18px;
    }
    .form-box {
        padding: 20px 15px 10px;
    }
    .form-box, .contact-title, .form-wrap .btn-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .copy_box {
        text-align: center;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .content-top, .content-title {
        min-height: 28px;
    }
    .content-title {
        font-size: 18px;
    }
    body .fancybox-close {
        right: 0;
        left: 0;
        margin: auto;
        top: 15px;
    }
    .fancybox-album .fancybox-skin {
        margin: 50px 0 0;
        padding: 70px 15px 50px !important;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -55px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    .form-box .control-box .contact-box label {
        margin: 0 20px 6px 0px;
    }
}

@media screen and (max-width: 767px) {
    .pagination li a.controls {
        bottom: -34px;
        margin: 0;
        position: absolute;
    }
    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 120px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }
    .site-info li+li {
        margin: 0;
    }
    /*------------ / site-footer 767 ------------*/
}