@charset 'utf-8';
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
/*------------ basic ------------*/

body {
    font-family: 'roboto', '微軟正黑體', '文泉驛正黑',Arial, 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #37414F;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: 1px;
    background: #FFF;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

h3.name {
    margin: 0;
}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    color: #444;
    border-radius: 8px;
    border: solid 1px #000;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 15px;
}

.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}

button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.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: #000;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*---! 隱私權 ---*/

/*------------ icon ------------*/

/*------------ / icon ------------*/

/*------------ btn ------------*/

.share .btn {
    background: #363636;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin-left: 2px;
    font-size: 20px;
    border-radius: 50%;
}

.share .btn:hover {
    color: #FFF;
}

.share .btn.cm-fb:hover {
    background: linear-gradient(to bottom, #18AAFD, #036BE4);
}

.share .btn.cm-youtube:hover {
    background: #FF0000;
}

.share .btn.cm-instagram:hover {
    background: linear-gradient(to bottom, #6640BC, #EE7443);
}

.share .btn.cm-line:hover {
    background: #00B900;
}

.share .btn.cm-mail:hover {
    background: linear-gradient(to bottom, #E79E01, #EE7F32);
}

.share .btn.cm-phone:hover {
    background: linear-gradient(to bottom, #E79E01, #EE7F32);
}

.ibtn.fb-fans-page {
    background-image: url('../images/fb_page.png');
    width: 100px;
    height: 100px;
    position: relative;
}

.ibtn.fb-fans-page:before {
    content: "";
    background-image: url('../images/fb_page_hover.png');
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease;
}

.ibtn.fb-fans-page:hover:before {
    opacity: 1;
}

/* .btn.back {
    background: #aaa;
    color: #fff;
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    white-space: normal;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.btn.back:hover {
    background: #80CAA5;
} */

.btn.back {
    position: relative;
    display: block;
    width: 214px;
    height: 72px;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    color: #1C1C1C;
    line-height: 68px;
    font-family: 'Roboto', '微軟正黑體', serif;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border: 1px solid transparent;
}

.btn.back b {
    text-align: center;
    text-transform: lowercase;
    display: block;
    z-index: 10;
    position: relative;
    ;
}

.btn.back:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #EDEDED;
    position: absolute;
    display: block;
    z-index: -1;
}

.btn.back span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #FEBA2C;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}

.btn.back:hover span {
    width: 630px;
    height: 260px;
}

.btn.back:hover {
    color: #1C1C1C;
}

.btn-box.style2 .btn.back b {
    text-transform: unset;
}

.btn-box.style2 .btn.back i {
    font-size: 23px;
    position: relative;
    top: 2px;
}

.btn-box.style2 .btn.back {
    margin: auto;
}

.btn-box.style2 {
    padding-top: 30px;
}

.btn-box.style3 .btn.back b {
    text-transform: unset;
}

.btn-box.style3 .btn.back i {
    font-size: 23px;
    position: relative;
    top: 2px;
}

.btn-box.style3 .btn.back {
    margin-left: auto;
}

.btn-box.style3 {
    padding-top: 30px;
}

.login-box {
    display: flex;
}

.btn.back.fb-login {
    color: #FFF;
}

.btn.back.fb-login:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #3d5a98;
    position: absolute;
    display: block;
    z-index: -1;
}

.btn.back.google-login {
    color: #FFF;
}

.btn.back.google-login:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #F35447;
    position: absolute;
    display: block;
    z-index: -1;
}

@media(max-width:1000px) {
    .login-box {
        flex-direction: column;
    }
    .btn-box.style2.login-box .btn.back {
        margin: auto;
        margin-bottom: 5px;
    }
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    float: left;
    background: #aaa;
    width: 50%;
    height: 40px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.075em;
    line-height: 38px;
    border: 1px solid #fff;
    position: relative;
}

.btn.simple:hover {
    background: #80CAA5;
}

.btn.simple.bg2 {
    background: #80CAA5;
}

.btn.simple.bg2:hover {
    background: #aaa;
}

.btn.simple2 {
    background: #fff;
    border: 1px solid #aaa;
    height: 35px;
    line-height: 33px;
    color: #777;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
}

.btn.simple2:hover {
    border-color: #80CAA5;
}

.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #7FCAA5;
    font-size: 18px;
}

.btn.simple2 .ic3-angle-double-left, .btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}

.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}

.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}

.btn.normal {
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    min-width: 180px;
    line-height: 40px;
    background: #80CAA5;
    margin: 0 2px 10px;
}

.btn.normal:hover {
    background: #aaa;
}

.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}

.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #80CAA5;
    text-decoration: underline;
}

/*------------ / btn ------------*/

/*------------ site_header ------------*/

.site-header {
    transition: all .3s ease;
    position: relative;
}

.site-header:before {
    content: "";
    background: linear-gradient(to right, #FAA901, #EE7F32);
    width: 100vw;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding-top: 40px;
    padding-bottom: 30px;
}

.site-title .logo {
    background: url(../images/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 219px;
    height: 107px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    z-index: 10;
    right: 0px;
    top: 0px;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

/* .top-nav .language {
    position: relative;
    width: 115px;
    letter-spacing: 0;
}
.top-nav .language:before {
    content: 'LANGUAGE';
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    right: 100%;
}
.top-nav .language .btn {
    width: 100%;
    border: 1px solid #E6F4ED;
    color: #7FCAA5;
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    border-radius: 4px;
}
.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #7FCAA5 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}
.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.top-nav .language li {
    display: block;
}
.top-nav .language li a {
    display: block;
    background: #F3F3F3;
    color: #7FCAA5;
    padding: 4px 10px;
    font-size: 13px;
}
.top-nav .language li a:hover {
    color: #fff;
    background: #7FCAA5;
} */

.top-nav .top-menu {
    position: relative;
    width: 370px;
    width: 282.5px;
    letter-spacing: 0;
}

.top-nav .top-menu li a {
    color: #F2EDEC;
    font-weight: bold;
    font-size: 17px;
    width: calc( 350px / 4);
    text-align: center;
    height: 50px;
    line-height: 54px;
}

.top-nav .top-menu li:nth-of-type(3) a {
    display: none;
}

.top-nav .top-menu ul {
    letter-spacing: -4px;
}

.top-nav .top-menu li {
    position: relative;
    letter-spacing: normal;
    border-bottom: 1px solid rgba(216, 216, 216, .3);
}

.top-nav .top-menu li:after {
    content: "";
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #F3AD34;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    -o-transition: transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1);
    transition: transform .4s cubic-bezier(.215, .61, .355, 1), -webkit-transform .4s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.top-nav .top-menu li.active:after, .top-nav .top-menu li:hover:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.site-nav {
    position: relative;
    padding: 54px 0 0;
    margin-left: 268px;
    transition: all .3s ease;
    text-align: left;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
    font-family: '33535gillsansmt', Arial, '微軟正黑體', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu>li {
    padding: 0 0;
}

.site-nav .menu>li>a {
    color: #F2EDEC;
    font-size: 18px;
    font-weight: bold;
    padding: 49px 10px;
    position: relative;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
}

.site-nav .menu>li>a:before {
    content: "";
    width: 100%;
    height: 0;
    background: #F3AD34;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    z-index: -1;
}

.site-nav .menu>li>a:hover:before, .site-nav .menu>li.active>a:before {
    transition: all .3s ease;
    height: 100%;
}

.site-nav .menu>li>a:hover, .site-nav .menu>li.active>a {
    color: #1C1C1C;
    font-weight: bold;
}

.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 208px;
    box-sizing: border-box;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -104px;
}

.site-nav .menu ul li+li {
    border-top: 1px solid #424242;
}

.site-nav .menu ul li a {
    font-size: 15px;
    text-align: center;
    padding: 8px 8px;
    background: #1C1C1C;
    color: #FFF;
    transition: all .3s ease;
}

.site-nav .menu ul li a:hover, .site-nav .menu ul li.active>a {
    color: #1C1C1C;
    background: #F3AD34;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}

/* .site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
} */

.site-nav .menu>li:nth-last-child(-n+5) {
    display: none;
}

.site-header .icon-menu {
    text-align: right;
    width: 245px;
    padding-left: 0;
    float: right;
    margin-top: 40px;
}

.site-header .icon-menu .i-menu-li {
    display: inline-block;
}

.site-header .icon-menu li+li {
    margin-left: 5px;
}

.site-header .icon-menu .i-menu-li a {
    border: 1px solid #454647;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    border-radius: 30px;
    overflow: hidden;
    transition: all .3s ease;
    text-align: left;
}

.site-header .icon-menu .i-menu-li a .i-menu-box {
    display: flex;
    justify-content: flex-start;
}

.site-header .icon-menu .i-menu-li a .i-menu-box .i-menu-icon {
    font-size: 20px;
    color: #F2EDEC;
}

.site-header .icon-menu .i-menu-li a .i-menu-box .i-menu-name {
    font-size: 18px;
    font-weight: bold;
    color: #1C1C1C;
    line-height: 23px;
    white-space: nowrap;
    opacity: 0;
    transition: all .3s ease;
    margin-left: 5px;
}

.site-header .icon-menu .i-menu-li a:hover .i-menu-box .i-menu-name {
    opacity: 1;
}

.site-header .icon-menu .i-menu-li a:hover .i-menu-icon {
    color: #1C1C1C;
}

.site-header .icon-menu .i-menu-li a:hover .i-menu-icon {
    color: #1C1C1C;
}

.site-header .icon-menu .i-menu-li a:hover {
    background: #F3AD34;
    border: 1px solid #F3AD34;
}

.site-header .icon-menu .i-menu-li a.i-location:hover {
    width: 134px;
}

.site-header .icon-menu .i-menu-li a.i-fb:hover {
    width: 115px;
}

.site-header .header-search-box {
    /* border-top: 1px solid #000; */
    margin-top: 1px;
    padding-top: 54px;
    padding-bottom: 97px;
    display: none;
    background: #1C1C1C;
}

.site-header .header-search-box.active {
    display: block;
    animation: fade_in_show .5s;
    animation-timing-function: ease;
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.site-header .header-search-box .search-box-title {
    color: #F3AD34;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.site-header .header-search-box .search-box {
    position: relative;
    width: 766px;
    box-sizing: border-box;
    margin-left: 0px;
    text-align: center;
    margin: auto;
}

.site-header .header-search-box .search-box .form-control {
    border: 1px solid #454647;
    background: #1C1C1C;
    height: 80px;
    line-height: 43px;
    margin: 0;
    padding: 20px 130px 20px 180px;
    border-radius: 10px;
    font-size: 19px;
    color: #979797;
}

.site-header .header-search-box .search-box .ibtn.search {
    width: 113px;
    height: 68px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: linear-gradient(to right, #EA6F13, #EA6F13);
    border-radius: 10px;
    color: #FFF;
    text-indent: unset;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 68px;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.site-header .header-search-box .search-box .ibtn.search:hover {
    background: linear-gradient(to right, #EE7F32, #E79E01);
    transition: all .3s ease;
}

.site-header .header-search-box .search-box .search-box-type{
    width: 150px;
    height: 68px;
    position: absolute;
    left: 6px;
    top: 6px;
}
.site-header .header-search-box .search-box .search-box-type:before{
    font-family: 'icon-font' !important;
    content: "\f107";
    color: #e1e1e1;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 16px;
}
.site-header .header-search-box .search-box .search-box-type .form-control{
    -webkit-appearance: none; 
    -moz-appearance: none;  
    -ms-appearance: none;  
    appearance: none;
    width: 150px;
    height: 68px;
    background: #323232;
    border-radius: 10px;
    color: #e1e1e1;
    text-indent: unset;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    letter-spacing: 1px;
    transition: all .3s ease;
    padding: 20px 20px 20px 20px;
}

/*------------mask-bg ------------*/

.mask-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 400;
    opacity: 0;
    transition: opacity .3s ease;
}

.mask-bg.mask-show {
    opacity: 1;
    height: 100vh;
    transition: opacity .3s ease;
}

/*!------------mask-bg ------------*/

.wrapper {
    padding-top: 179px;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 990;
}

.site-header .site-header-main {
    background: #1C1C1C;
}

.header-fixed .top-nav {
    display: none;
}

.header-fixed .site-title {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 40px;
}

.header-fixed .site-nav .menu>li>a {
    padding: 26px 11px;
    font-size: 18px;
}

.header-fixed .site-header .icon-menu {
    margin-top: 18px;
    margin-bottom: 0;
}

.header-fixed .site-nav {
    padding-top: 4px;
}

.header-fixed .site-title .logo {
    height: 60px;
    width: 124px;
}

/*------------ / site_header ------------*/

/*------------ banner ------------*/

/* .banner .banner-slider-m {
    display: none;
} */
.banner .banner-slider-m-box{
    display: none;
}
/*------------ / banner ------------*/

/*------------ site_main ------------*/

.main-top {
    background: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top.has-editor {
    background: linear-gradient(130deg, #F9BF1E, #F2992A);
}
.main-top.has-editor .main-title{
    padding-bottom: 25px;
    padding-top: 50px;
}
.main-top.has-editor .top-editor-box{
    text-align: left;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}
.main-title {
    font-size: 60px;
    line-height: 65px;
    font-weight: normal;
    color: #FFFF;
    text-align: left;
    padding-bottom: 10px;
    /*text-transform: uppercase;*/
    margin: 0;
    padding-top: 67px;
    padding-bottom: 68px;
}

.main-content {
    padding: 90px 60px;
    padding-bottom: 50px
    /* padding: 0 0 70px; */
}

.main-content.about {
    /* padding-top: 0; */
    position: relative;
}

.main-content.about .container {
    position: static;
}

.site-main.has-side .main-content {
    display: flex;
    justify-content: flex-start;
    background: #FBFBFB;
    padding: 0 0 0px;
    max-width: 1903px;
    margin-left: auto;
    margin-right: auto;
}

.site-main.has-side .main-content.other-content {
    background: #FFF;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.content-title {
    color: #D25F11;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 2px;
    position: relative;
    padding-left: 40px;
    /* margin-left: 50px; */
    margin-bottom: 15px;
    margin-top: 15px;
}

.content-title:before {
    content: "";
    background: url("../images/page-icon-1.png");
    width: 31px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 7px;
}

.top-category {
    background: #F5F5F5;
    box-shadow: 0px 3px 10px 0px rgba(64, 32, 0, 0.2);
}

.top-category .category-list {
    display: flex;
    flex-wrap: wrap;
}

.top-category .category-box a {
    min-height: 60px;
    display: block;
    padding: 10px 25px;
    color: #373F4C;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s ease;
    display: flex;
    justify-items: center;
    align-items: center;
}

.top-category .category-box.active a {
    background: #E4E4E4;
    color: #E47815;
}

.top-category .category-box a:hover {
    background: #E47815;
    color: #FFF;
}

.top-category.search {
    position: relative;
    box-shadow:unset;
    background: #FFF;
}

.top-category.search .search-num-desk {
    position: relative;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #373F4D;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.top-category.search .search-num-desk span {
    color: #E47814;
}

.top-category.search .category-box a {
    background: #e4e4e4;
    margin-left: 5px;
    margin-right: 5px;
}

.top-category.search .category-box.active a,
.top-category.search .category-box a:hover{
    background: #E47815;
    color: #FFF;
}

.top-category.search .category-list{
    justify-content: center;
    margin-bottom: -40px;
}

.sub-2-box {
    margin-bottom: 50px;
}

.sub-2-box .sub-2-link {
    font-family: "Roboto", "微軟正黑體";
    font-size: 18px;
    font-weight: bold;
    color: #7F7F7F;
    border: 2px solid #7F7F7F;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px;
    min-width: 100px;
    min-height: 50px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    transition: all .3s ease;
    margin-right: 8px;
    margin-bottom: 0;
}

.sub-2-box .sub-2-link:hover, .sub-2-box .sub-2-link.active {
    color: #ED7F32;
    border: 2px solid #ED7F32;
}

/* .content-title {
    margin: 0;
    color: #aaa;
    border-top: 1px solid #ccc;
    text-align: center;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
}
.content-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -13px;
} */

.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 90px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}

.search-banner {
    background: #CFD9DF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.search-banner .search-box {
    position: relative;
    width: 766px;
    box-sizing: border-box;
    margin-left: 0px;
    text-align: center;
    margin: auto;
}

.search-banner .form-control {
    border: 1px solid transparent;
    background: #FFF;
    height: 80px;
    line-height: 43px;
    margin: 0;
    padding: 20px 130px 20px 30px;
    border-radius: 58px;
    font-size: 19px;
    color: #979797;
}

.search-banner .ibtn.search {
    width: 68px;
    height: 68px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: linear-gradient(to right, #E79E01, #EE7F32);
    border-radius: 50px;
    color: #979797;
    text-indent: unset;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 79px;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.search-banner .ibtn.search:hover {
    background: linear-gradient(to right, #37414F, #64758E);
    transition: all .3s ease;
}

.search-banner .ic3-search {
    font-size: 30px;
    color: #FFF;
}

.search-banner .search-num-mobile {
    display: none;
}

/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    /* position: absolute; */
    /* right: 0; */
    /* top:calc(100% - 15px); */

    background: #DDDEDF;
    text-align: right;
    color: #37404E;
    font-size: 14px;
    padding: 5px 15px;
    margin: 0;
    border-radius: 25px;
    z-index: 1;

    position: relative;

    display: inline-block;
    bottom: -15px;

}

.breadcrumb li, .breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '- ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li a:hover {
    color: #ED7F32;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}

.content-top .breadcrumb:before, .content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}

.breadcrumb-hidden{
    display: none !important;
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 445px;
    min-width: 445px;
    padding-top: 70px;
    padding-bottom: 50px;
    float: left;
    position: relative;
    background: #FFF;
}

/* .side:before {
    content: "";
    width: 1px ;
    height: 100vw;
    background: #FFE6B0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
} */

.has-side .content {
    /* max-width: calc(100vw ); */
    /* width: calc(100% - 445px); */
    /* float: right; */
    /* max-width: calc(100% - 675px); */
    max-width: 1230px;
    padding-top: 70px;
    border-left: 1px solid #FFE6B0;
    padding-left: 60px;
    padding-right: 0px;
    padding-bottom: 50px;
    width: 100%;
}

@media(max-width:1700px) {
    .has-side .content {
        padding-right: 20px;
    }
}

.side.active {
    position: fixed;
    top: 80px;
    width: 445px;
    z-index: 1;
}

.side.active2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}

.side-title {
    color: #D25F11;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 2px;
    position: relative;
    padding-left: 40px;
    margin-left: 50px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.side-title:before {
    content: "";
    background: url("../images/page-icon-1.png");
    width: 31px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 7px;
}

.side-title2 {
    margin-top: 50px;
    margin-bottom: 15px;
}

.side-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: 49px;
    margin-right: 49px;
    max-height: 550px;
    overflow: auto;
    /* direction: rtl; */
    padding-right: 5px;
}

.side-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.side-nav::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.side-nav::-webkit-scrollbar-thumb {
    background-color: #E89F01;
}

.side-nav li {
    direction: ltr;
    flex: 0 0 50%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.side-nav li a {
    font-family: "Roboto", "微軟正黑體";
    font-weight: bold;
    background: #EDEDED;
    color: #000;
    font-size: 21px;
    border-radius: 30px;
    padding: 9px 4px;
    text-align: center;
    width: 150px;
    max-width: 150px;
    box-sizing: border-box;
    margin: auto;
}

.side-nav .more {
    overflow: hidden;
    z-index: 1;
}

.side-nav .more b {
    text-align: center;
    text-transform: lowercase;
    display: block;
    z-index: 10;
    position: relative;
    ;
}

.side-nav .btn-6:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #EDEDED;
    position: absolute;
    display: block;
    z-index: -1;
}

.side-nav .btn-6 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #FEBA2C;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}

.side-nav .btn-6:hover span, .side-nav .btn-6.active span {
    width: 400px;
    height: 400px;
}

.side-nav .btn-6:hover, .side-nav .btn-6.active {
    color: #1C1C1C;
}

.side-nav.list2 li {
    direction: ltr;
    flex: 0 0 calc( 100% / 3);
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.side-nav .btn-7.more2 {
    position: relative;
    background: #EDEDED;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    width: 100px;
    border-radius: 3px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s ease;
}

.side-nav .btn-7.more2:after {
    content: "";
    background: url("../images/icon-2.svg");
    width: 22px;
    height: 19px;
    position: absolute;
    left: 15px;
    top: 14px;
    transition: all .3s ease;
}

.side-nav .btn-7.more2.active {
    background: #FEBA2C;
}

.side-nav .btn-7.more2.active:after {
    background: url("../images/icon-1.svg");
}

.side-bg {
    width: 445px;
    padding-top: 70px;
    float: left;
    position: relative;
    display: none;
}

.side-bg {
    width: 445px;
    min-width: 445px;
    padding-top: 70px;
    float: left;
    position: relative;
    display: none;
    background: #FFF;
}

.side-bg.active {
    display: block;
}

/* 
.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}
.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.4;
    padding: 8px 16px;
}
.side-nav li a,
.side-nav-top li a {
    display: block;
    margin-bottom: 2px;
}
.side-nav > li > a,
.side-nav-top > li > a {
    color: #fff;
    position: relative;
    padding: 8px 10px 8px 36px;
    line-height: 1.4;
    background-color: #80CAA5;
}
.side-nav-top > li > a {
    background-color: #4CA076;
}
.side-nav > li > a:hover,
.side-nav > li.active > a,
.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;
}
.side-nav > li > a:before,
.side-nav-top > li > a:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 14px;
    top: 14px;
}
.side-nav > li.has-child.active > a:before,
.side-nav-top > li.has-child.active > a:before {
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.side-nav ul {
    display: none;
}
.side-nav ul li a {
    color: #80CAA5;
    border: 1px solid #80CAA5;
    padding: 8px 10px 8px 36px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    background-color: #F2FAF6;
} */

/*------------ / side ------------*/

/*------------ site_footer ------------*/

footer {
    position: relative;
}

.footer-top {
    font-size: 15px;
    color: #787878;
    background: #FFF;
    letter-spacing: 0;
    padding-bottom: 0;
    padding-top: 50px;
}

.footer-top a {
    color: #FFF;
}

.footer-top a:hover {
    color: #E89F01;
}

.footer-top .row {
    margin: 0 -20px;
}

.footer-top .col {
    float: left;
    margin-right: -1px;
    padding: 0 10px;
}

.footer-top .col1 {
    border-left-width: 0;
    width: 60%;
    display: flex;
    padding-top: 50px;
    padding-bottom: 46px;
    padding-left: 30px;
    padding-right: 0;
    box-sizing: border-box;
}

.footer-top .col2 {
    width: calc(40%);
    padding-top: 50px;
    padding-bottom: 46px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    padding-right: 30px;
}

.footer-top .col3 {
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
    width: 100%;
    float: right;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-top .map-box {
    height: 150px;
    border: 1px solid #aaa;
    margin-top: 40px;
}

.site-map {
    font-size: 13px;
    letter-spacing: 35px;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}

.site-map ul li {
    margin: 8px 0;
    display: inline;
}

.site-map ul li a {
    display: inline-block;
    padding: 3px 6px 3px 24px;
    position: relative;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.follow {
    margin-top: 0;
}

.qrcode {
    display: inline-block;
    margin-left: 10px;
}

.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
    margin-left: 35px;
    font-size: 18px;
    color: #FFF;
    padding-top: 10px;
}

.footer-top .share {
    margin-right: 30px;
}

.footer-bottom {
    background: #FFF;
    font-size: 12px;
    color: #1C1C1C;
    text-align: center;
    padding: 0;
    padding-top: 25px;
    padding-bottom: 90px;
}

.footer-bottom a {
    color: #1C1C1C;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.google-t {
    text-align: right;
    /* text-align: center; */
}
.col.col-info{
    width: 100%;
    display: none;
}
.info-list {
    margin: 0 -30px;
}
.info-list .item {
    width: calc(100% / 5);
    padding: 0 25px;
}
.info-list .item:nth-child(5n+1) {
    clear: left;
}
.info-list .box {
    margin: 0 auto 30px;
    line-height: 1.65;
    overflow: hidden;
    max-width: 320px;
    padding: 0 0 10px;
    font-size: 16px;
    text-align: left;
}
.info-list .name {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    margin: 0;
    transition: all 0.3s ease;
    padding-left: 32px;
    line-height: 1.4;
    margin-bottom: 5px;
}
.info-list .name:before {
    content: "";
    background: url(../images/page-icon-1.png);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-size: contain;
    background-repeat: no-repeat;
}
.info-list .address {
    color: #FFF;
}
.info-list .address a{
    display: inline;
    transition: all 0.3s ease;
}
.info-list .phone {
    color: #FFF;
}
.info-list .phone a{
    display: inline;
    transition: all 0.3s ease;
}
.footer-top .footer-branch-btn {
    display: block;
}
.footer-top .footer-branch-btn{
    text-align: center;
    position: relative; 
}
.footer-top .footer-branch-btn .footer-branch-links{
    background: #EE7F32;
    color: #FFF;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease;
    width: 160px;
    height: 53px;
    line-height: 53px;
    margin-left: 30px;
    margin-top: 41px;
}
.footer-top .footer-branch-btn .footer-branch-links:hover{
    background: #F3AD34;
}
/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating, .floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 21px;
    bottom: 200px;
    z-index: 299;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-position: center;
    width: 53px;
    height: 124px;
    opacity: 1;
    position: relative;
}

.floating .ibtn.gotop:after {
    content: "";
    background-image: url(../images/gotop.png);
    background-position: center;
    width: 53px;
    height: 124px;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    background-size: 50px 120px;
    background-repeat: no-repeat;
}

.floating .ibtn.gotop:before {
    content: "";
    background-image: url(../images/gotop-hover.png);
    background-position: center;
    width: 53px;
    height: 124px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    background-repeat: no-repeat;
}

.floating .ibtn.gotop:hover:before {
    opacity: 1;
}

.floating .ibtn.gotop:hover:after {
    opacity: 0;
}

/*------------ / floating ------------*/

/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    position: relative;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a,
.pagination li span  {
    display: block;
    min-width: 30px;
    height: 55px;
    width: 55px;
    line-height: 50px;
    color: #000000;
    font-family: "Roboto";
    font-size: 17px;
    padding: 0 5px;
    margin: 0 2px 7px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #DEDEDE;
    box-sizing: border-box;
    transition: all .3s ease;
}

.pagination li a:hover, 
.pagination li.active a {
    font-weight: bold;
    border: 2px solid #E89F01;
}

.pagination li a.controls {
    padding: 0;
    font-size: 20px;
    width: 128px;
    height: 55px;
    border-radius: 40px;
    border-color: #EDEDED;
    color: #1B1B1B;
    font-weight: bold;
    line-height: 30px;
    background: #EDEDED;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "微軟正黑體";
    margin-left: 10px;
    margin-right: 10px;
}

.pagination li a.controls.prev i {
    margin-right: 15px;
}

.pagination li a.controls.next i {
    margin-left: 15px;
}

.pagination li a.controls:hover {
    background: #F3A653;
    border-color: #F3A653;
    color: #FFF;
}
/* .pagination li:nth-child(1) {
    position: absolute;
    left: 0;
} */
/* .pagination li:nth-last-child(1) {
    position: absolute;
    right: 0;
} */
.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}

.page-info .form-control:focus {
    border-color: #ED7F32;
}

/*------------ / pagination ------------*/

/*------------ form ------------*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #7FCAA5;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border: 1px solid #BFBFBF;
    background: #FFF;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 17px;
    color: #373F4D;
    border-radius: 10px;
}

.form-control:focus {
    outline: none;
    border: 1px solid #EE7F32;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type2 {
    max-width: 700px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 700px;
}

.form-wrap.type3 {
    max-width: unset;
}

/* .form-box.type3 .form-box .row:before {
    display: none;
} */

/* .form-box .row:before {
    content: '';
    border-left: 0px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
} */

.form-box {
    margin: 0 auto;
}

.form-box .row {
    margin: 0 -24px;
    position: relative;
}

/* .form-box .row:before {
    content: '';
    border-left: 1px solid #DCDCDC;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
} */

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

.form-box .required {
    /* position: relative; */
}

.form-box .required:before {
    content: '※';
    color: #E47815;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    /* font-size: 22px; */
    margin: 0 4px 4px 0;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .form-group.contact-upload {
    position: relative;
}

.form-box .control-label {
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    line-height: inherit;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* max-width: 280px; */
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #E47815;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
    position: absolute;
    right: 32px;
    top: 10px;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    transition: transform .3s;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #80CAA5;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-box .form-style-2 {
    width: 80%;
}

.form-box .form-style-2-w {
    position: absolute;
    right: 30px;
    top: 52px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.form-box .form-mark-style {
    color: #F75000;
    font-size: 16px;
}

.form-box .form-control-mark {
    margin-bottom: 3px;
}

.form-box .form-row-style-1 {
    margin-bottom: 29px;
}

.check-agree-box {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
}

.form-checkbox strong, .form-checkbox a {
    color: #F75000;
}

.form-style-3 {
    color: #ED7F32;
    font-size: 21px;
    font-weight: bold;
    font-family: "Roboto";
    margin-left: 20px;
    position: relative;
    top: -3px;
}

.form-style-3-margin {
    margin-bottom: 71px;
}

.form-radio, .form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio], .form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before, .form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../images/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../images/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../images/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../images/form_checkbox.png');
}

.form-radio.checked:before, .form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    background: #F2FAF6;
    text-align: center;
    max-width: 890px;
    margin: 0 auto;
    padding: 4% 35px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    background: url('../images/success_ic.svg') 50% 0 no-repeat;
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    padding: 120px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}

.no-svg .success-msg {
    background-image: url('../images/success_ic.png');
}

.success-txt {
    line-height: 1.8;
    color: #777;
    padding-bottom: 10px;
}

.success-txt strong {
    color: #444;
    font-size: 15px;
}

.success-txt a {
    text-decoration: underline;
    color: #000;
}

.success-txt a:hover {
    text-decoration: none;
}

.success-wrap .btn-box {
    max-width: 700px;
    margin: 0 auto;
}

.member-title-sub {
    font-family: "Roboto";
    font-size: 43px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(to right, #EE7F32, #E79E01);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.member-title {
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #373F4C;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.reminder {
    color: #000000;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin: 0 0 50px;
}

.reminder span {
    display: inline-block;
}

.reminder b {
    display: inline-block;
    color: #E47815;
}

.member-link {
    text-align: center;
    margin-top: 20px;
}

.member-link a {
    color: #F75000;
    font-size: 18px;
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .3s ease;
}

.member-link a:hover {
    color: #ff9f00;
}

.main-content.form-ok {
    background: url("../images/form-bg-1.jpg");
    background-attachment: fixed;
}

.main-content.form-ok .form-icon {
    float: left;
    min-width: 250px;
}

.main-content.form-ok .form-content {
    float: left;
}

.main-content.form-ok .form-home-link {
    float: right;
    padding-right: 250px;
}

.main-content.form-ok .title-1 {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    background: linear-gradient(to right, #EE7F32, #E79E01);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.main-content.form-ok .title-2 {
    font-size: 30px;
    color: #373F4C;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.main-content.form-ok .title-3 {
    font-size: 28px;
    color: #000;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.main-content.form-ok .content-1 {
    color: #000000;
    font-size: 20px;
}

.main-content.form-ok a {
    color: #F75000;
    text-decoration: underline;
}

.main-content.form-ok .form-home-link a {
    width: 248px;
    height: 66px;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FEBA2C;
    text-decoration: none;
    color: #1A1A1A;
    border-radius: 40px;
    letter-spacing: 0;
    transition: all .3s ease;
}

.main-content.form-ok .form-home-link a img {
    margin-right: 10px;
}

.main-content.form-ok .form-home-link a:hover {
    background: #f0cb7c;
}

.contact-upload button:hover {
    background: #F08C00;
}

.contact-upload span {
    margin-left: 10px;
    color: #576B73;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    position: absolute;
    left: 191px;
    top: 40px;
}

input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.custom-file-upload {
    margin-top: 0px;
    width: 179px;
    height: 48px;
    border-radius: 30px;
    background: linear-gradient(to right, #E79E01, #EE7F32);
    border: 1px solid #EE7F32;
    outline: none;
    /* border: 0; */
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
}

.custom-file-upload:hover {
    background: #FFF;
    color: #ED7F32;
    border: 1px solid #EE7F32;
}

/*------------ / form ------------*/

.form-top-banner {
    background: url("../images/form-bg-2.jpg");
    min-height: 180px;
}

.form-top-banner .reminder-top {
    padding-top: 70px;
    color: #373F4C;
    font-size: 17px;
    margin: 0;
}

.form-top-banner .reminder-top b {
    color: #E47815
}

/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../images/lightbox_close.png) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
}

.no-svg body .fancybox-close {
    background-image: url(../images/lightbox_close.png)
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}

body .fancybox-inner {
    background: #F2FAF6;
    border-radius: 13px;
}

.fancybox-album .fancybox-skin {
    background: #fff;
    margin: 40px 60px 5px;
}

.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    visibility: visible;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -70px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -70px;
}

.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}

.fancybox-album .fancybox-title {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}

.fancybox-album .photo-pager {
    text-align: right;
}

.fancybox-album .photo-title {
    color: #444;
    font-size: 15px;
    font-weight: bold;
}

.fancybox-album .photo-intro {
    color: #888;
    padding: 5px 0 15px;
}

/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed .m-top-bg {
    background: linear-gradient(to right, #FAA901, #EE7F32);
    width: 100vw;
    height: 2px;
}

.mmenu-show #mobile-fixed .logo.ibtn span {
    line-height: 45px;
}

.mmenu-show #mobile-fixed li, .mmenu-show #mobile-search, .mmenu-show #member-box li a {
    background: none;
}

.mmenu-show #mobile-fixed ul, .mmenu-show #member-box li {
    border-bottom-color: none;
}

.mmenu-show #mobile-fixed>ul {
    height: 64px;
    border-bottom: 0;
    display: flex;
    background: #1C1C1C;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.mmenu-show #mobile-fixed li {
    border: 0;
}

.mmenu-show #mobile-menu {
    width: 350px;
    left: -350px;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #1C1C1C;
}

.mmenu-show #mobile-menu .menu li a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #1C1C1C;
    background: #F3AD34;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}

.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}

.mmenu-show #mobile-menu .share .btn i {
    line-height: 30px;
}

.mmenu-show #mobile-search {
    display: none;
}

.mmenu-show .logo.ibtn {
    background: url(../images/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 91px;
    height: 45px;
    transition: all .3s ease;
}

.mmenu-show #mobile-fixed>ul>li:nth-child(2) {
    display: flex;
}

.mmenu-show #mobile-fixed .member-m, .mmenu-show #mobile-fixed .search-m, .mmenu-show #mobile-fixed .menu-m {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    border: 1px solid #454647;
    color: #F2EDEC;
    line-height: 31px;
    font-size: 17px;
    margin-left: 10px;
    transition: all .3s ease;
    box-sizing: border-box;
}

.mmenu-show #mobile-fixed .member-m:hover, .mmenu-show #mobile-fixed .search-m:hover, .mmenu-show #mobile-fixed .menu-m:hover {
    color: #1C1C1C;
    border: 1px solid #F2AC33;
    background: #F2AC33;
}

.mmenu-show #mobile-fixed .menu-m {
    border: 0;
    line-height: 34px;
    font-size: 15px;
}

.mmenu-show #mobile-fixed .menu-m:hover {
    color: #F2AC33;
    background: transparent;
    border: 1px solid transparent;
    border: 0;
}

.mmenu-show #mobile-menu .toggleBtn-menu {
    position: absolute;
    top: 4px;
    right: 0;
    left: 0;
    background: #1C1C1C;
    color: #aaa;
    height: 40px;
    line-height: 20px;
    height: 64px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mmenu-show #mobile-menu .m-top-bg-2 {
    background: linear-gradient(to right, #FAA901, #EE7F32);
    width: 100%;
    height: 4px;
}

.mmenu-show .toggle-mmenu-close {
    width: 30px;
    height: 30px;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    line-height: 33px;
    font-size: 17px;
    color: #F2EDEC;
    transition: all .3s ease;
}

.mmenu-show .toggle-mmenu-close:hover {
    color: #F2AC33;
}

.mmenu-show #mobile-menu .sub-menu {
    height: 45px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 68px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.mmenu-show #mobile-menu .sub-menu a {
    transition: all .3s ease;
    color: #F2EDEC;
    border-bottom: 1px solid transparent;
    line-height: 43px;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all .3s ease;
}

.mmenu-show #mobile-menu .sub-menu a:hover {
    border-bottom: 1px solid #F3AD34;
}

.mmenu-show #mobile-menu .sub-member {
    height: 75px;
    background: #1C1C1C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 112px;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #000;
}

.mmenu-show #mobile-menu .sub-member .sub-member-icon {
    width: 53px;
    height: 53px;
    border: 2px solid #454647;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #454647;
    font-size: 30px;
}

.mmenu-show #mobile-menu .sub-member>div {
    display: flex;
    align-items: center;
}

.mmenu-show #mobile-menu .sub-member>div span {
    color: #838485;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}

.mmenu-show #mobile-menu .sub-member .sub-member-link {
    font-size: 15px;
    color: #B6B7B8;
}

.mmenu-show #mobile-menu .sub-member .sub-member-link .ic-angle-right {
    font-size: 18px;
}

.mmenu-show #mobile-menu .sub-member.active .sub-member-icon {
    border: 2px solid #F3AD34;
    color: #F3AD34;
}

.mmenu-show #mobile-menu .sub-member.active>div span {
    color: #F3AD34;
}

.mmenu-show #mobile-menu .sub-member.active .sub-member-link {
    color: #F2EDEC;
}

.mmenu-show #mobile-menu .main-menu {
    top: 188px;
    background: #1C1C1C;
}

.mmenu-show #mobile-menu .menu li a {
    padding: 10px 25px;
    border-bottom: 1px solid #000;
    color: #F2ECEB;
    font-weight: bold;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #2e2e2e;
    color: #FFF;
}

.mmenu-show .icon-link-m {
    padding-left: 15px;
}

.mmenu-show .icon-link-m li {
    display: inline;
}

.mmenu-show .icon-link-m li a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.mmenu-show .icon-link-m .icon-link-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s ease;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #F2EDEC;
    background: #000000;
    font-size: 18px;
}

.mmenu-show .icon-link-m .i-menu-name {
    color: #AEB0B1;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
    transition: all .3s ease;
}

.mmenu-show .icon-link-m a:hover .icon-link-box {
    color: #1C1C1C;
    background: #F3AD34;
}

.mmenu-show .icon-link-m a:hover .i-menu-name {
    color: #F3AD34;
}

.mmenu-show #mobile-menu .share-menu {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111111;
    z-index: 1100;
    margin: 0;
    border-top: 1px solid #111111;
    text-align: center;
}

.mmenu-show .header-search-box {
    z-index: 500;
    position: relative;
    padding-bottom: 30px;
    padding-top: 40px;
    position: fixed;
    width: 100vw;
}

.mmenu-show .header-search-box.active {
    display: block;
    animation: fade_in_show .5s;
    animation-timing-function: ease;
}

.mmenu-show .header-search-box .search-box-title {
    color: #F3AD34;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.mmenu-show .header-search-box .search-box {
    position: relative;
    width: 90vw;
    box-sizing: border-box;
    margin-left: 0px;
    text-align: center;
    margin: auto;
}

.mmenu-show .header-search-box .search-box .form-control {
    border: 1px solid #454647;
    background: #1C1C1C;
    height: 50px;
    line-height: 43px;
    margin: 0;
    padding: 5px 85px 5px 119px;
    border-radius: 10px;
    font-size: 16px;
    color: #979797;
}

.mmenu-show .header-search-box .search-box .ibtn.search {
    width: 71px;
    height: 44px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: linear-gradient(to right, #EA6F13, #EA6F13);
    border-radius: 10px;
    color: #FFF;
    text-indent: unset;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.mmenu-show .header-search-box .search-box .ibtn.search:hover {
    background: linear-gradient(to right, #EE7F32, #E79E01);
    transition: all .3s ease;
}
.mmenu-show .header-search-box .search-box .search-box-type:before {
    font-size: 15px;
    right: 7px;
    top: 9px;
}


.mmenu-show .header-search-box .search-box .search-box-type {
    width: 110px;
    height: 44px;
    left: 3px;
    top: 3px;
}
.mmenu-show .header-search-box .search-box .search-box-type .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 110px;
    height: 44px;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
}

.mmenu-show .wrapper {
    padding-top: 134px;
}

.mmenu-show .site-main.has-side .main-content {
    flex-direction: column;
}

.mmenu-show aside {
    display: none;
}

/* .mmenu-show .side.active {
    position: relative;
    top: 0px;
    width: 100%;
} */

.mmenu-show .side.active2 {
    display: none;
    /* width: 100%; */
}

.mmenu-show .side.active {
    display: none;
}

.mmenu-show .side-bg.active {
    display: none;
}
.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu {
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: #fff;
}

.used-banner-box {
    /*margin-top: -170px;*/
    max-height: 200px;
    padding-top: 30px;
    margin-bottom: 30px;
    background: #D0DAE0;
}

.used-banner-box .container {
    display: flex;
    justify-content: center;
}

.used-banner-box .container>div {
    flex: 0 0 25%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.used-banner-box .container>div a img {
    box-shadow: none;
    border-radius: 0;
}

.used-banner-box .container>div a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s ease;
    top: 0;
    z-index: 3;
    left: 0;
}

.used-banner-box .container>div a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #E79E01, #EE7F32);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
}

.used-banner-box .container>div a:hover {
    top: -15px;
    left: -15px;
}

.used-banner-box .container>div a:hover:after {
    top: 15px;
    left: 15px;
    opacity: 1;
    z-index: -1;
}

/* .used-banner-box .container > div a:before{
    content: "see more";
    width:208px;
    height: 66px;
    background:#EDEDED;
    color: #ED7F32;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    top: calc(50% - 33px);
    left: calc(50% - 104px);
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
} */

/* .used-banner-box .container > div a:hover:before{
    opacity: 1;
    z-index: 1;
    transition: all .3s ease;
} */

/* .used-banner-box.repair .container > div a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
} */

/* .used-banner-box.repair .container > div a:hover:before{
    opacity: 0;
    display: none;
}

.used-banner-box.repair .container > div a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s ease;
    top: 0;
    z-index: 3;
    left: 0;
}
.used-banner-box.repair .container > div a:after {
    content: "";    
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#E79E01,#EE7F32);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;

}
.used-banner-box.repair .container > div a:hover {
    top: -15px;
    left: -15px;
}
.used-banner-box.repair .container > div a:hover:after {
    top: 15px;
    left: 15px;
    opacity: 1;
    z-index: -1;
} */

/* article.editor{
    font-size: 1.5rem;
} */
.fixed-line{
    position:fixed;
    right:23px;
    bottom:15px;
    z-index:999;
    width:60px;
} 
/* rwd */

@media screen and (max-width: 1600px) {
    /*------------ floating 1600 ------------*/
    .floating, .floating.fancybox-margin {
        right: 25px;
        margin: 0;
    }
    /*------------ / floating 1600 ------------*/
}

@media screen and (max-width: 1500px) {
    .wrapper {
        padding-top: 161px;
    }
    .main-top .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-title {
        padding-left: 0px;
        padding-right: 0px;
    }
    .site-nav .menu>li>a {
        padding: 16px 10px;
        font-size: 16px;
        height: 60px;
        box-sizing: border-box;
    }
    .header-fixed .site-nav .menu>li>a {
        padding-left: 7px;
        padding-right: 7px;
        height: unset;
    }
    .site-title .logo {
        width: 165px;
        height: 86px;
    }
    .site-title {
        padding-top: 15px;
        padding-bottom: 0px;
        padding-left: 10px;
    }
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        margin-left: 20px;
        padding: 0;
        text-align: left;
    }
    .header-fixed .site-nav {
        clear: unset;
    }
    .top-nav {
        right: 15px;
    }
    .site-header .icon-menu {
        margin-top: 7px;
        margin-bottom: 0;
    }
    .footer-top .col1 {
        padding-left: 15px;
    }
    .footer-top .col2 {
        padding-right: 15px;
    }
    .main-content.form-ok .form-icon {
        float: unset;
        min-width: unset;
    }
    .main-content.form-ok .form-content {
        float: unset;
    }
    .main-content.form-ok .form-home-link {
        float: unset;
        padding-right: 0;
    }
    .main-content.form-ok .title-1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .main-content.form-ok .title-2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .main-content.form-ok .title-3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .main-content.form-ok .content-1 {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .main-content.form-ok .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-content.form-ok .form-home-link a {
        width: 220px;
        height: 53px;
        font-size: 17px;
        border-radius: 40px;
        margin: auto;
    }
    .info-list {
        margin: 0 -0px;
    }
    .info-list .item {
        width: calc(100% / 4);
    }
    .info-list .item:nth-child(5n+1) {
        clear: unset;
    }
    .info-list .item:nth-child(4n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1400px) {
    .footer-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-top .col {
        width: 100%;
        border-width: 0;
        margin: 0;
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .site-info {
        margin-left: 0;
        font-size: 14px;
    }
    .footer-top .col3 {
        width: 100%;
        padding-top: 30px;
        display: none;
    }
    .footer-top .col1 {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-bottom: 0;
    }
    .footer-top .col2 {
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-top .share {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .follow {
        margin: 0 auto 20px;
    }
    .qrcode {
        display: none;
    }
    .ibtn.fb-fans-page {
        background-image: url(../images/fb_page_2.png);
        width: 150px;
        height: 53px;
        position: relative;
    }
    .ibtn.fb-fans-page:before {
        display: none;
    }
    .footer-bottom {
        padding-top: 0;
    }
    .footer-bottom .container {
        border-top: 1px solid #363636;
        text-align: center;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 25px;
        color: #878787;
    }
    .footer-bottom a {
        color: #878787;
    }
    .google-t {
        text-align: center;
        display: block;
        margin-top: 10px;
    }
    .footer-top .footer-branch-btn{
        text-align: center;
        position: relative; 
    }
    .footer-top .footer-branch-btn .footer-branch-links{
        font-size: 17px;
        width: 150px;
        height: 53px;
        line-height: 53px;
        margin-top: 15px;
        margin-left: 0;
        background: #FFF;
        color: #3093D6;
        border: 1px solid #3093D6;
        box-sizing: border-box;
    }
    .footer-top .footer-branch-btn .footer-branch-links:hover {
        background: #3093D6;
        color: #FFF;
    }
}

@media screen and (max-width: 1370px) {
    /*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
    /*------------ / site_footer 1370 ------------*/

    .site-header .icon-menu .i-menu-li a.i-location:hover {
        width: 43px;
    }
    .site-header .icon-menu .i-menu-li a.i-fb:hover {
        width: 43px;
    }
    .site-header .icon-menu .i-menu-li a:hover .i-menu-box .i-menu-name {
        opacity: 0;
    }
    .site-header .icon-menu {
        width: 155px;
    }  
}

@media screen and (max-width: 1280px) {
    .header-fixed .site-nav .menu>li>a {
        padding: 26px 5px;
        font-size: 14px;
        height: 76px;
    }
    .info-list .item {
        width: calc(100% / 3);
    }
    .info-list .item:nth-child(4n+1) {
        clear: unset;
    }
    .info-list .item:nth-child(3n+1) { 
        clear: left;
    }
}

@media screen and (max-width: 1100px) {
    .site-nav .menu>li>a {
        padding: 16px 3px;
    }

    .header-fixed .site-nav .menu>li>a {
        padding: 26px 3px;
        font-size: 14px;
    }
    
}

@media screen and (max-width: 1000px) {
    .used-banner-box .container>div a {
        padding: 3px;
        box-sizing: border-box;
    }
    .site-header {
        position: static;
    }
    .wrapper {
        padding-top: 68px;
    }
    .site-title .logo, .header-fixed .site-title .logo {
        width: 70px;
        height: 70px;
    }
    .wrapper {
        padding-top: 154px;
    }
    .side {
        display: none;
    }

    /*--- 隱私權手機板 ---*/
    .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;
    }
    .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;
    }
    /*--- END隱私權手機板 ---*/
    /*------------ site_header 1000 ------------*/
    .site-title {
        float: none;
        text-align: center;
        display: none;
    }
    .top-nav, .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding: 50px 0 50px;
    }
    .main-top {
        background-position: center;
    }
    .main-title {
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #FFFF;
        text-align: left;
        padding-bottom: 0px;
        text-transform: uppercase;
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
    .main-top.has-editor {
        background: linear-gradient(130deg, #F9BF1E, #F2992A);
    }
    .has-side .content {
        max-width: 100%;
        padding-top: 0;
        border-left: 0px solid #FFE6B0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .content-title {
        display: none;
    }
    .content-title:before {
        display: none;
    }
    .content-title-m {
        color: #D25F11;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 2px;
        position: relative;
        margin-bottom: 10px;
        margin-top: 10px;
        padding-left: 40px;
    }
    .content-title-m:before {
        content: "";
        background: url(../images/page-icon-1.png);
        position: absolute;
        width: 21px;
        height: 20px;
        left: 14px;
        top: 3px;
        background-size: contain;
    }
    .top-category .category-list {
        flex-wrap: nowrap;
        overflow: scroll;
        padding-top: 20px;
    }
    .top-category .category-box {
        white-space: nowrap;
    }
    .top-category .container {
        padding: 0;
    }
    .top-category .category-box a {
        min-height: 46px;
        padding: 10px 10px;
        font-size: 16px;
    }
    .sub-2-box .sub-2-link {
        font-size: 16px;
        color: #101010;
        border: 0;
        border-bottom: 2px solid transparent;
        border-radius: 0;
        display: inline-block;
        padding: 0 10px;
        min-width: unset;
        min-height: 46px;
        box-sizing: border-box;
        display: inline-block;
        text-align: center;
        line-height: 46px;
        transition: all .3s ease;
        margin-right: 0;
        white-space: nowrap;
        margin-bottom: 0;
    }
    .sub-2-box .sub-2-link:hover, .sub-2-box .sub-2-link.active {
        color: #ED7F32;
        border: 0;
        border-bottom: 2px solid #ED7F32;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 20px 0 10px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .col2 {
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .logo-footer {
        text-align: center;
    }
    .logo-footer img {
        width: 123px;
        height: 60px;
    }
    .site-info {
        margin-left: 0;
        text-align: left;
        padding-left: 30px;
        padding-right: 30px;
    }
    .footer-top .col1 {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .footer-top .col3 {
        display: none;
    }
    .footer-top .share {
        display: none;
    }
    .footer-bottom {
        padding-bottom: 40px;
    }
    .google-t-mobile {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    .follow {
        margin-bottom: 10px;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating {
        bottom: 200px;
    }
    .floating .ibtn.gotop {
        width: 50px;
        height: 50px;
        font-family: 'icon-font' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        font-size: 0;
        text-indent: unset;
        border: 1px solid #ADADAD;
        border-radius: 50%;
        text-align: center;
        color: #ADADAD;
        line-height: 42px;
    }
    .floating .ibtn.gotop:after {
        content: "\f106";
        font-size: 30px;
        background: no-repeat;
        opacity: 1;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .3s ease;
        width: 50px;
        height: 50px;
    }
    .floating .ibtn.gotop:hover:before {
        opacity: 0;
    }
    .floating .ibtn.gotop:hover:after {
        opacity: 1;
    }
    /*------------ / floating 1000 ------------*/
    .btn.back {
        width: 150px;
        height: 53px;
        line-height: 50px;
        font-size: 17px;
        margin: auto;
    }
    .btn-box {
        padding-top: 35px;
    }
    .member-title-sub {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .member-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 7px;
    }
    .reminder {
        font-size: 14px;
        margin: 0 0 20px;
    }
    .form-box .control-label {
        font-size: 16px;
    }
    .form-control {
        height: 46px;
        line-height: 46px;
        padding: 0 10px;
        margin-bottom: 8px;
        font-size: 17px;
    }
    .member-link {
        text-align: left;
        margin-top: 15px;
    }
    .member-link a {
        font-size: 15px;
        margin-left: 0;
        margin-right: 15px;
    }
    .form-box {
        margin: 0 20px;
        margin-top: 20px;
    }
    .contact-upload span {
        margin-left: 10px;
        color: #576B73;
        font-size: 16px;
        font-weight: bold;
        margin-top: 3px;
        position: relative;
        left: 0;
        top: 0;
    }
    .custom-file-upload {
        margin-bottom: 5px;
    }
    .form-box .form-style-2-w {
        right: 25px;
        top: 45px;
        font-size: 16px;
    }
    .form-top-banner .reminder-top {
        padding-top: 43px;
        font-size: 14px;
    }
    .form-top-banner {
        background: url(../images/form-bg-3.jpg);
        background-position: center;
        min-height: 140px;
        background-size: cover;
    }
    .top-category.search .category-list {
        flex-wrap: nowrap;
        overflow: unset;
        padding-top: 0;
        display: flex;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .search-banner .search-num-mobile {
        display: block;
        color: #37404E;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }
    .search-banner .search-num-mobile span {
        color: #E47815;
    }
    .top-category.search .search-num-desk {
        display: none;
    }
    .search-banner {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .search-banner .search-box {
        position: relative;
        width: 90%;
        box-sizing: border-box;
        margin-left: 0px;
        text-align: center;
        margin: auto;
    }
    .search-banner .form-control {
        height: 50px;
        line-height: 43px;
        padding: 5px 73px 5px 20px;
        border-radius: 58px;
        font-size: 19px;
    }
    .search-banner .ibtn.search {
        width: 46px;
        height: 46px;
        right: 2px;
        top: 2px;
        font-size: 19px;
        line-height: 55px;
    }
    .search-banner .ic3-search {
        font-size: 25px;
    }
    .form-box .captcha a {
        top: 3px;
    }
    .used-banner-box {
        margin-top: 0;
        padding-top: 20px;
        background: #D0DAE0;
    }
    .used-banner-box {
        max-height: none;
        padding-top: 0px;
    }
    .used-banner-box .container {
        flex-wrap: wrap;
        padding-left: 0px;
        padding-right: 0px;
        background: #D1DBE1;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .used-banner-box .container>div {
        flex: 0 0 50%;
        margin-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .used-banner-box .container>div a img {
        box-shadow: none;
    }
    .used-banner-box .container>div a:before {
        display: none;
    }
    .used-banner-box .container>div a:hover:after {
        display: none;
    }
    .used-banner-box .container>div a:hover {
        top: 0px;
        left: 0px;
    }
    .site-main .sect2 {
        opacity: 0;
    }
    .site-main .sect2.sect2-show {
        opacity: 1;
    }
    .footer-top .col.col-info{
        display: none;
    }
    .info-list .item {
        width: calc(100% / 2);
        padding: 0 5px;
    }
    .info-list .item:nth-child(3n+1) { 
        clear: unset;
    }
    .info-list .item:nth-child(2n+1) { 
        clear: left;
    }
    .info-list .box {
        font-size: 15px;
    }
    .info-list .name {
        font-size: 18px;
    }
   
}

@media screen and (max-width: 767px) {
    /*------------ banner ------------*/
    .banner .banner-slider-box {
        display: none;
    }
    .banner .banner-slider-m-box{
        display: block;
        height: 380px;
        min-height: 380px;
        max-height: 380px;
    }
    .banner .banner-slider-m-box img{
        height: 380px !important;
        object-fit: cover;
        margin: auto;
    }
    /*------------ / banner ------------*/
    .form-box .form-style-2-w {
        right: 25px;
        top: 142px;
    }
    .form-box .form-style-2 {
        width: 90%;
    }
    /*------------ site_main 767 ------------*/
    .main-title {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 10px;
        line-height: 28px;
    }
    .content-title2 {
        font-size: 18px;
    }
    .main-top.has-editor .main-title {
        padding-bottom: 15px;
        padding-top: 20px;
    }
    .main-top.has-editor .top-editor-box {
        margin-bottom: 0;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li a, .pagination li span {
        height: 40px;
        width: 40px;
        line-height: 38px;
        font-size: 15px;
        border: 2px solid #DEDEDE;
    }
    .pagination li a:hover, .pagination li.active a {
        border: 2px solid #E89F01;
    }
    .pagination li a.controls {
        font-size: 15px;
        width: 97px;
        height: 40px;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .form-row-style-1 {
        margin-bottom: 0px;
    }
    .form-style-3-margin {
        margin-bottom: 10px;
    }
    .check-agree-box {
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0px;
    }
    .form-style-3 {
        font-size: 15px;
        margin-left: 10px;
        position: relative;
        top: -3px;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
    .success-msg {
        font-size: 20px;
        background-size: 80px;
        padding-top: 90px;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        margin: 0;
        top: -54px;
    }
    .fancybox-album .fancybox-prev span {
        left: -15px;
    }
    .fancybox-album .fancybox-next span {
        right: -15px;
    }
    /*------------ / lightbox 767 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    .mmenu-show #mobile-menu {
        width: 100%;
        left: -100%;
    }
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
    .footer-bottom .container {
        text-align: center;
    }
    .follow {
        margin: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .info-list {
        margin: 0 8px;
    }
    .info-list .phone a {
       display: block;
    }
    .top-category .category-box a {
        padding: 5px 7px;
        font-size: 14px;
        min-height: 30px;
    }
    .top-category.search .category-box a {
        margin-left: 3px;
        margin-right: 3px;
    }
}

@media screen and (max-width: 350px) {
    .page-info .form-control {
        width: 90px;
    }
}

.fb_iframe_widget iframe {
    left: auto;
    /*bottom: 160px !important;*/
}

/*.fb_dialog_content iframe{
    bottom: 100px !important;
}*/

.topMoboleMenu{
    display:none;
}
.mmenu-show #mobile-fixed .topMoboleMenu{
    display:block;
    background:#EE7F32;
    overflow-x: auto;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul{
    width:820px;
    padding:0;
    margin:0 auto;
    display:flex;
    justify-content: center;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li a{
    display:block;
    padding:3px 5px 1px;
    transition: all .3s ease;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li{
    margin-left: 5px;
    margin-right: 5px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(1) .pic img{
    width: 19px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(2) .pic{
    padding-top: 4px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(2) .pic img{
    width: 32px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(3) .pic img{
    width: 27px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(4) .pic img{
    width: 32px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(5) .pic img{
    width: 19px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(6) .pic img{
    width: 28px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(7) .pic img{
    width: 26px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(8) .pic img{
    width: 28px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(9) .pic img{
    width: 28px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul .pic{
    line-height: 0;
    text-align: center;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 4px;
}
.mmenu-show #mobile-fixed .topMoboleMenu ul .txt{
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    padding-top: 0px;
    font-weight:500;
    line-height: 26px;
    height: 26px;
    font-family: 'Noto Sans TC', sans-serif;
    white-space: nowrap;
}
@media screen and (max-width: 500px) {
    .mmenu-show #mobile-fixed .topMoboleMenu ul {
        width: calc(21vw * 9 + 40px);
    }
    .mmenu-show #mobile-fixed .topMoboleMenu ul li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .mmenu-show #mobile-fixed .topMoboleMenu ul li a{
        width: calc(21vw);
        box-sizing: border-box;
    }
    .mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(3) a{
        width: calc(21vw + 20px);
    }
    .mmenu-show #mobile-fixed .topMoboleMenu ul li:nth-child(7) a{
        width: calc(21vw + 20px);
    }
    .mmenu-show #mobile-fixed .topMoboleMenu ul .txt {
        font-size: 15px;
    }
    .mmenu-show #mobile-fixed .topMoboleMenu ul li a {
        padding-left: 3px;
        padding-right: 3px;
    }
}
@media screen and (max-width: 350px) {
    .mmenu-show #mobile-fixed .topMoboleMenu ul .txt {
        font-size: 14px;
    }
}
