@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900&display=swap');

::selection {
    background: #ffb69b;
    color: #202020;
}
::-moz-selection {
    background: #ffb69b;
    color: #202020;
}

/*------------ basic ------------*/
body {
    font-family: Arial, '微軟正黑體',  '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro','Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #000000;
    font-size: 15px;
    line-height: 1.94;
    letter-spacing: 1.2px;
    /* background: #000000; */
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.lazyload,.lazyloaded{
    width: 100%;
}
/*------------ / 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: #1e1e1b;
    color: #A3ACB6;
    border-radius: 0px;
    letter-spacing: 0;
    line-height: 1.6;
    border:solid 1px #E94609;
}
.header-sheet .close-ontop {
    color: #A3ACB6;
    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;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#E94609;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ icon ------------*/

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

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

.share .btn {
    background: #1F1F1F;
    color:#F5F5F5;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border-radius: 4px;
    margin-left: 2px
}
.share .btn:hover {
    background:#E94609;
    color: #F5F5F5;
}

.btn.back {
    color: #FBAB1B;
    font-family: Archivo Black;
    font-size: 16px;
}
.btn.back:after{
    width: 41px;
    height: 2px;
    background: #FFE900;
    content: '';
    margin-top: 10px;
    display: block;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.btn.back:hover:after{
    width: 100%;
}
.btn.back:hover{
    color: #FFE900;

}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.btn.simple1{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: #FBAB1B;
    display: inline-block;
    min-width: 128px;
    line-height: 54px;
    border-radius: 15px;
    position: relative;
    font-size: 21px;
    padding-bottom: 5px;
}
.btn.simple1 .btn{
    position: relative;
    z-index: 2;
    color: #FFF;

}
.btn.simple1:hover {
    background: #E94609;
}

.btn.simple1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 15px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0px;
    left: 0px;
    padding: 0px;
    opacity: 1;
    background: #FBAB1B;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

.btn.simple1:hover:after {
    background: #B97522;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.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: #FBAB1B;
}
.btn.simple.bg2 {
    background: #FBAB1B;
}
.btn.simple.bg2:hover {
    background: #aaa;
}
.btn.simple2{
    color: #FFF;
    font-size: 18px;
    background: #b7c0c7 ;
    font-family: "Cinzel",sans-serif;
    display: inline-block;
    width: 128px;
    line-height: 52px;
    border-radius: 15px;
    position: relative;
    margin:0 5px;
}
.btn.simple2.bg2,.btn.simple2.bg2:after{
    background: #afafaf ;
}
.btn.simple2 .btn{
    color: #FFF;
    position: relative;
    z-index: 2;
}
.btn.simple2:hover {
    background: #E94609;
}

.btn.simple2:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 15px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0px;
    left: 0px;
    padding: 0px;
    opacity: 1;
    background: #FBAB1B;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

.btn.simple2:hover:after {
    background: #B97522;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.btn.normal {
    color: #fff;
    font-size: 15px;
    padding: 0 10px;
    min-width: 180px;
    line-height: 40px;
    background: #FBAB1B;
    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: #FBAB1B;
    text-decoration: underline;
}




.ibtn.btn_style2{
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    color: #FFF;
    vertical-align: middle;
    border:2px solid #7D7C7C;
    box-sizing: border-box;
    padding: 5px 0!important;
    font-family: 'Cinzel', sans-serif;
    font-size: 18px;
    transition: all .3s ease;
    background: #E94609;
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-top: 30px;
    letter-spacing: 0.1em;  
}
.ibtn.btn_style2:hover , .album-list.list-h .box:hover .ibtn.btn_style2{
    border:2px solid #F2906B;
    letter-spacing: 0.02em;  
}
.ibtn.btn_style2{
    text-indent:inherit;
}
.ibtn.btn_style2:before {
    content: '';
    display: block;
    position: absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    width: 101%;
    height: 100%;
    background: #1B1B1B;
    -webkit-mask: url('../../images/common/btn_hover.png');
    mask: url('../../images/common/btn_hover.png');
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: ani2 0.7s steps(29) forwards;
    animation: ani2 0.7s steps(29) forwards;
    z-index: -1;
}
.ibtn.btn_style2:hover:before , .album-list.list-h .box:hover .ibtn.btn_style2:before{
    -webkit-animation: ani 0.7s steps(29) forwards;
    animation: ani 0.7s steps(29) forwards;
}
.ibtn.btn_style2:after {
    transition: all .3s ease;
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: solid 1px #7D7C7C;
    z-index: -1;
}
.ibtn.btn_style2:hover:after , .album-list.list-h .box:hover .ibtn.btn_style2:after{
    border: solid 1px #F2906B;
}
@-webkit-keyframes ani {
 from {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
 }

 to {
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
 }
}

@keyframes ani {
 from {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
 }

 to {
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
 }
}
@-webkit-keyframes ani2 {
 from {
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
 }

 to {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
 }
}

@keyframes ani2 {
 from {
  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
 }

 to {
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
 }
}


.ibtn.btn_style2.shop {
    margin: unset;
    margin-top: 20px;
    display: flex;
    z-index: 31;
}

.album-list.list-h .box:hover{

}

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

/*------------ site_header ------------*/
.site-header {
     transition: all .3s ease;
}
.site-title {
    background: url("../../images/common/header-bg-1.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 5;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 0;
    transition: all .3s ease;
}
.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 374px;
    height: 80px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}


.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.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;
}




.site-nav {
    position: relative;
    transition: all .3s ease;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu > li {
    padding: 0 1px;
    width: calc( 1440px / 10 );
    position: relative;
}
.site-nav .menu > li > a {
    color: #FFFFFF;
    font-size: 17px;
    padding: 7px 0px;
    position: relative;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    font-family: '微軟正黑體', sans-serif;
}
.site-nav .menu > li > a::before {
    content: "";
    background: url("../../images/common/menu-hover-1.png");
    width: 15px;
    height: 15px;
    position: absolute;
    top: -10px;
    left: calc( 50% - 7.5px);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease;
    transform: rotate(100deg);
}
.site-nav .menu > li > a:Hover:before , .site-nav .menu > li.active > a:before {
    opacity: 1;
    transform: rotate(0deg);
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a ,
.site-nav .menu > li.active2 > a {
    /*background: linear-gradient(to bottom,#E94609,#B03506);*/
}
.site-nav .menu > li > a:after {
    content: "";
    background: linear-gradient(to bottom,#E94609,#B03506);
    /*border-radius: 10px 10px 0 0;*/
    overflow:hidden;
    position: absolute;
    top: 100%;
    bottom:0;
    left: 0;
    right:0;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
}
.site-nav .menu > li > a:hover:after,
.site-nav .menu > li.active > a:after ,
.site-nav .menu > li.active2 > a:after {
    top: 0;
    opacity: 1;
}

.site-nav .menu ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 195px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 90%;
    left: 50%;
    margin-left: -97.5px;
    margin-top: 10px;
}
.site-nav .menu > li > ul:before {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}
.site-nav .menu ul li a {
    text-align: center;
    padding: 8px 10px;
    color: #FFF;
    font-size: 17px;
    background: #1b1b1b;
    border:solid 1px #4f4f4f;
    border-radius: 8px;
    margin-bottom: 3px;
    line-height: 22px;
    transition: all .3s ease;
}
.site-nav .menu ul li ul li a {
   margin-left: 4px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a,
.site-nav .menu ul li.active2 > a  {
    color:#FFF;
    background: #e94609;
    border-color: #e94609;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 0px;
}
.site-nav .menu > li + li:after {
    content: "";
    width: 1px;
    height: 25px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    left: -1px;
    top: calc(50% - 12.5px);
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 200px;
    box-sizing: border-box;
    margin-left: 10px;
}
.site-header .search-box .form-control {
    border: 1px solid #FBAB1B;
    background: #fff;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}
.site-header .search-box .form-control:focus {
    background: #e6f4ed;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}
.no-svg .site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
}
.wrapper{
    padding-top: 156px;
    background: url(../../images/common/main_bg.jpg);
    background-size:100%;
    background-position: center;
    background-repeat: repeat;
}
.site-main{
    position: relative;
    z-index: 25;
}
.site-header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 990;
    background: rgba(0,0,0,0.87);
}
.header-fixed .site-header{
    
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-title .logo{
    height: 50px;
}
.header-fixed .site-title {
    padding-top: 10px;
    padding-bottom: 10px;
}


.site-nav-bg{
    background: #E94609;
    /*border-bottom: 2px solid #E94609;*/
}
.site-nav .menu > li > a .menu-hover{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    height: 46px;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    opacity: 0;
    transition: all .3s ease;
    /* font-family: "Noto Serif JP"; */
    font-family: '微軟正黑體', sans-serif;
}
.site-nav .menu > li > a > span {
    transition: all .3s ease;
}
.site-nav .menu > li > a:hover > span , .site-nav .menu > li.active > a > span  {
    opacity: 0;
}
.site-nav .menu > li > a:hover .menu-hover ,.site-nav .menu > li.active > a .menu-hover {
    opacity: 1;
}

/*------------ / site_header ------------*/

/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding:0;
}
.banner.index .container {
    max-width: calc( 100vw - 480px);
    padding: 0;
    z-index: 5;
}
/*------------ / banner ------------*/

.sect2 {
    padding: 38px 0 50px;
    background: url(../../images/common/index/service_bg.jpg);
    background-repeat: repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 10;
}
.service-sect {
    padding: 0 110px;
}
.service-sect .row_{
    display: flex;
    flex-direction: column;
}
.service-sect .row_ .col1{
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.service-sect .row_ .col2{
    width: 100%;
    display: flex;
    padding-right: 40px;
    align-items: center;
}
.service-sect .row_ .col2 .tag{
    width: 100%;
    text-align: left;
    color: #FFF;
    line-height: 1.6;
    font-size: 14px;
}
.service-sect .row_ .col2 .btn.simple1{
    margin-left: 20px;
    margin-top: 27px;
}

.link-sect{
/*     background: url(../../images/common/index/links-bg-1.jpg); */
    padding: 22.5px 0;
/*     border-top: 1px solid #afafaf; */
    position: relative;
    z-index:1;
}
.link-sect:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0px;
    background:rgba(216, 216, 216, 0.4);
    background: url(../../images/common/index/links-bg-1.jpg) repeat-y;
    opacity:0.4;
    z-index:-1;
}
.link-sect:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    z-index:-1;
}
.link-sect .link{
    font-size: 0;
    display: inline-block;
}
.link-sect .link1{
    background: url(../../images/common/index/link1.png);
    width: 156px;
    height: 48px;
}
.link-sect .link2{
    background: url(../../images/common/index/link2.png);
    width: 107px;
    height: 48px;
}
.link-sect .link3{
    background: url(../../images/common/index/link3.png);
    width: 201px;
    height: 48px;
}
.link-sect .link:hover{
    background-position: bottom;
}
.link-sect .link{
    margin-right: 36px;
}
/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-title {
    /*background:  url("../../images/common/page-title-1.png");*/
    background: rgba(0,0,0,0.7);
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin: 0px 0 13px;
    line-height: 40px;
    position: relative;
    padding: 14px 10px 10px;
    font-family: "Cinzel","微軟正黑體";
}
.main-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: solid 2px #f9f9f9;
}
.main-content {
    padding: 0 0 80px;
}
.content {
    min-height: 300px;
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.content-top {
    margin-bottom: 10px;
    min-height: 90px;
}
.content-title {
    margin: 0;
    color: #000;
    text-align: left;
    position: relative;
    font-weight: bold;
    padding: 0px 0;
    font-size: 23px;
    padding-left: 37px;
}
.content-title:before {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(../../images/common/page-title-2.png);
    left: 2px;
    top: 8px;
}
.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: 30px;
    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;
}

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

/*------------ breadcrumb ------------*/
.breadcrumb {
    text-align: right;
    color: #110706;
    font-size: 14px;
    margin: 0 ;
    padding: 9px 5px;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 5;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '-';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    color: #e94609;
}
.content-top .breadcrumb {
    margin: 0;
    color: #110706;
    position: relative;
    padding: 0px 0;
    font-size: 23px;
    text-align: left;
    font-weight: bold;
}
.content-top .breadcrumb li+li:before {
    content: '/';
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}

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

/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
    border: 2px solid #383637;
    border-radius: 0 0 10px 10px;
    position: relative;
    background: #FFF;
}
.side:before{
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border: solid 1px #383637;
    border-radius: 0 0 10px 10px;
}
.has-side .content {
    width: calc(100% - 340px);
    float: right;
}
.banner{
    z-index: 30;
}
.side-title {
    color: #FFF;
    padding: 20px 44px 25px;
    text-transform: uppercase;
    position: relative;
    background: url("../../images/common/side-bg-1.png") no-repeat;
    background-size: 300px 108px;
}
.side-title:before {
    content: "";
    position: absolute;
    background: url("../../images/common/side-bg-2.png");
    width: 67px;
    height: 68px;
    left: 0;
    top: 0;
    z-index: 0;
}
.side-title .side-title-sub-a{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.side-title .side-title-sub-b{
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
    position: relative;
    font-family: "Noto Serif JP";
}

.has-side .main-content > .container:before{
    top: -50px;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 18px;
    padding: 10px;
    padding-left: 15px;
    padding-right: 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;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side-nav > li > a {
    position: relative;
}
.side-nav > li > a:after {
    content: "";
    background: url("../../images/common/side-bg-4.png");
    width: 0px;
    height: calc( 100% - 9px);
    left: 0;
    top: 3px;
    position: absolute;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
    background-size: cover;
}
.side-nav > li:hover > a,
.side-nav > li.active > a {
    color: #FFF;
}
.side-nav > li.active.has-child > a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.side-nav > li:hover > a:after,
.side-nav > li.active > a:after {
    opacity: 1;
    width: 270px;
}
.side-nav > li > a {
    color: #0C0C0C;
    position: relative;
    padding: 12px 10px 12px 40px;
    line-height: 1.4;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
    z-index: 1;
}
.side-nav > li > a:before {
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../../images/common/side-bg-3.png);
    left: 14px;
    top: 16px;
    opacity: 0;
    transition: all .3s ease;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before{
    opacity: 1;
}
.side-nav ul {
    display: none;
    padding: 0 20px 0px;
}
.side-nav ul li a {
    color: #0C0C0C;
    padding: 8px 10px 8px 36px;
    font-weight: bold;
    position: relative;
}
.side-nav ul li a:before {
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    background: url(../../images/common/side-bg-3.png);
    left: 14px;
    top: 12px;
    opacity: 0;
    transition: all .3s ease;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active > a:before {
    opacity: 1;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #E94608;
}

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

/*------------ site_footer ------------*/
.footer-top {
    background:url("../../images/common/footer-bg-2.jpg") top center no-repeat, url("../../images/common/footer-bg-1.jpg");
    font-size: 14px;
    color: #A3ACB6;
    padding: 71.5px 0;
    letter-spacing: 0;
    /*font-family: Rounded Mgen regular;*/
}
.footer-bottom{
    line-height: 1.6;
    font-size: 13px;
}
.copyright{
    display: inline-block;
    margin-top: 5px;
}
.footer-top a {
    color: #A3ACB6;
}
.footer-top a:hover {
    color:#FAAB1A;
}
.footer-top .row {
    margin: 0 -20px;
    padding-right: 80px;
    box-sizing: border-box;
    position: relative;
}
.footer-top .col {
    float: left;
    border-width: 0 1px;
    margin-right: -1px;
    padding: 0 20px;
}
.footer-top .col1 {
    width: 25%;
    float: right;
}
.footer-top .col2 {
    width: 28%;
}
.footer-top .col3 {
    width: 39%;
    border-right-width: 0;
}
.footer-title {
    color: #E94609;
    font-size: 16px;
    font-family: "Cinzel";
    font-weight: 900;
    margin-bottom: 15px;
    display: flex;
}
.footer-title .ic.footer-ic {
    background: url("../../images/common/footer-ic.png");
    width: 25px;
    height: 25px;
    line-height: 24px;
    color: #E94609;
    text-align: center;
    border-radius: 4px;
    margin-right: 10px;
}

.footer-top .map-box {
    height: 150px;
    border: 1px solid #aaa;
    margin-top: 40px;
}
.site-map {
    letter-spacing: 30px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}
.site-map ul li {
    margin: 0 0 0px;
    line-height: 1.4;
}
.site-map ul li a {
    display: inline-block;
    padding: 3px 6px 3px 24px;
    position: relative;
}
.site-map ul li a:before {
    content: '';
    display: inline-block;
    background: #FBAB1B;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 8px;
    top: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.follow {
    margin-top: 40px;
}
.qrcode {
    display: inline-block;
    float: right;
    max-width: 87px;
}
.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
}



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

/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: 27px;
    /* margin-right: -800px; */
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    text-indent: 0;
    font-family: Cinzel Black;
    font-size: 16px;
    color: #E94609;

    text-align: center;
}
.floating .ibtn.gotop i{
    display: block;
    color: rgba(163,172,182,0.4);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 27px;
    position: relative;
    top: 0;
    font-size: 27px;

}
.floating .ibtn.gotop:hover i{
    color: #E94609;
    top: -10px;
}
.floating .ibtn.gotop:hover {
    opacity: 1;
}


/*------------ / floating ------------*/

/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #787878;
    font-size: 17px;
    padding: 0 5px;
    margin: 0 2px;
    border-radius: 20px;
    font-family: "Cinzel";
    font-weight: bold;
    box-sizing: border-box;
    transition: all .3s ease;
}
.pagination li a:hover,
.pagination li.active a {
    background: #e94609;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 22px;
    color: #555;
    line-height: 32px;
}
.pagination li a.controls:hover {
    color: #e94609;
    background: none;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ccc;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #E94609;
}

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

/*------------ form ------------*/
.reminder {
    position: relative;
    margin: 0 0 30px;
    text-align: center;
}
.reminder span {
    display: inline-block;
    color: #E94609;
}
.reminder b {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    vertical-align: bottom;
    margin-bottom: -2px;
}

.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;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A3ACB6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A3ACB6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #A3ACB6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #A3ACB6;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #acb6bf;
    background: #FFF;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 0;
}
.form-control.footer-input {
    display: block;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #4D4649;
    background: #131304;
    box-sizing: border-box;
    margin-bottom: 6px;
    border-radius: 0;
    color: #FFF;
    line-height: 57px;
    margin-top: 10px;
    height: 59px;
    font-size: 16px;
    padding: 0 20px;
}
.form-control:focus {
    outline: none;
    border-color: #E94609;

}
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: 900px;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.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: '*';
    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 .control-label {
    display: block;
    font-size: 16px;
    color: #E94609;
    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: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FBAB1B;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.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: #FBAB1B;
    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-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/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    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 {
    color:#E94609;
    font-weight: bold;
    font-size: 25px;
    padding: 0px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}

.success-txt {
    line-height: 1.8;
    padding-bottom: 10px;
}
.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;
}

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


/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/shop/close.png) no-repeat;
    width: 79px;
    height: 79px;
    right: -40px;
    top: -40px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    /*background: #ccc;*/
    border-radius: 0;
    margin-top: 40px;
}
body .fancybox-inner {
    /*background: #F2FAF6;*/
    border-radius: 13px;
}
.fancybox-album .fancybox-skin {
    margin: 40px 60px 5px;
    border:solid 1px #E94609;
    background: none;
    box-shadow: 0 0 0;
    padding: 0;
}
#fancybox-thumbs ul li{
    position: relative;
    opacity: 1!important;
}
#fancybox-thumbs ul li a:before{
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
    background: rgba(233,70,9,0.6)
}
#fancybox-thumbs ul li.active a:before{
    opacity: 0;
}
#fancybox-thumbs ul li.active{
    border:none!important;
}
.fancybox-album .fancybox-nav{
    display: none;
}
.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 li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #E94607;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #E94607;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #E94607;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #E94607;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .main-menu{
    background: #2d2d2d;
}
.mmenu-show #mobile-menu .menu li a{
    border-color: #444;
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul ul li a{
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul li a{
    background: #333;

}
.mmenu-show #mobile-menu .language-menu{
    background: #E94607;
    color: #fff;
}
.mmenu-show #mobile-menu .share-menu{
    background: #151515;
    border-color: #2d2d2d;
}
/*rwd*/
@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1500px) {
    
    .site-nav .menu > li {
        padding: 0 1px;
        width: calc( ( 100vw - 60px ) / 10 );
        position: relative;
        padding: 0 0;
    }
}
@media screen and (max-width: 1380px) {
    /* .site-nav .menu > li{
        padding: 0 0;
    } */
     .site-nav .menu{
        margin: 0;
    }
    .site-nav .menu > li > a {
        padding: 10px 4.5px;
    }
/*------------ site_footer 1370 ------------*/
    .site-map {
        letter-spacing: 15px;
    }
/*------------ / site_footer 1370 ------------*/
}
@media screen and (max-width: 1340px) {
/*------------ site_header 1340 ------------*/
    .site-header .search-box {
        position: absolute;
        top: 55px;
        right: 0;
    }

/*------------ / site_header 1340 ------------*/
}
@media screen and (max-width: 1280px) {
    /* .site-title .logo{
        width: 180px;
    } */
    
/*------------ site_footer 1280 ------------*/
    .footer-top .col {
        width: 100%;
        border-width: 0;
        margin: 0;
        padding-top: 30px;
        min-height: 0;
    }
    .footer-top .col3 {
        width: 100%;
        padding-top: 30px;
    }
    .footer-top .map-box {
        margin-top: 0;
    }
    .follow {
        margin-top: 20px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
/*------------ / site_footer 1280 ------------*/
}
@media screen and (max-width: 1200px) {
/*------------ side 1200 ------------*/
    .side {
        width: 260px;
    }
    .has-side .content {
        width: calc(100% - 290px);
    }
    .site-nav .menu > li > a {
        font-size: 15px;
    }

    .side-nav > li > a:after {
        /* background-size: contain; */
        background-repeat: no-repeat;
        top: 4px;
        left: -8px;
    }
    .side-nav > li:hover > a:after, .side-nav > li.active > a:after {
        width: 248px;
    }


/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
    .site-title {
        /* padding: 10px 0; */
    }
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        right: 15px;
        top: 70px;
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .site-title .logo{
        width: 282px;
        height: 60px;
    }
    .reminder b{
        top: -2px;
        position: relative;
    }
    .main-content > .container:before{
        display: none;
    }
    .side{
        display: none;
    }
    .has-side .content{
        width: 100%;
    }
    .sect2 {
        padding: 30px 0 40px;
        background:  url(../../images/common/index/service_bg.jpg);
        background-size: cover;
        position: relative;
    }
    .sect2:before,.fix3{
        display: none;
    }
    .content-top {
        min-height: 0;
        margin-bottom: 20px;
    }
    .content-title{
        padding-bottom: 0;
        font-size: 20px;
    }
    .service-sect .row_ .col2 .tag{
        text-align: center;
    }
    .service-sect {
        padding: 0 0px;
    }
    .service-sect .row_ .col2 .btn.simple1{
        margin-top: 10px;
        margin-left: 0;
    }
    .service-sect .row_ .col1,.service-sect .row_ .col2{
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
    }
    .service-sect .row_{
        display: block;
    }
    .link-sect .link{
        display: block;
        margin: 0;
        text-align: center;
        margin: auto;
    }
    .footer-top .row{
        padding: 0;
        margin: 0;
    }
    .footer-top .share,.footer-top .col1 .footer-title{
        display: none;
    }
    .qrcode{
        float: none;
        margin:10px auto 0;
        display: block;
        text-align: center;
    }
    .site-header{
        position: relative;
        z-index: 99;
    }
    .wrapper{
        padding-top: 40px;
    }

     /*--- 隱私權手機板 ---*/
     .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;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0 10px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        margin-left: 0;
    }
    .footer-top .col3 {
        display: none;
    }
    .footer-title {
        display: block;
    }

    .footer-top .col.col1 {
        padding: 10px 0 5px;
        border-top: 1px solid #1b1b1b;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
        position: fixed;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        text-indent: -9999px;
    }
    .no-svg .floating .ibtn.gotop{
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
    }
    .footer-bottom a{
        display: none;
    }
/*------------ / floating 1000 ------------*/
    .ibtn.btn_style2 {
        margin: auto;
        position: relative;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        color: #FFF;
        vertical-align: middle;
        border: 2px solid #7D7C7C;
        box-sizing: border-box;
        padding: 5px 0!important;
        font-size: 16px;
        transition: all .3s ease;
        background: #E94609;
        width: 188px;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
    }
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 60px;
    }
    .main-title {
        font-size: 28px;
    }
    .content-title2 {
        font-size: 18px;
    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .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: 10px 0px;
    }
    .success-msg {
        font-size: 20px;
        background-size: 80px;
        padding-top: 0px;
    }
/*------------ / form 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 40px 0 5px;
        padding: 10px !important;
    }
    .fancybox-album .fancybox-close {
        right: 50%;
        margin-right: -38px;
        transform: scale(0.5);
    }
    .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 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}