@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
/*------------ basic ------------*/
body {
    font-family: Arial, '微軟正黑體', 'WenQuanYi Zen Hei', 'Cousine','儷黑 Pro', 'LiHei Pro','文泉驛正黑' , 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;
    color: #272727;
    font-size: 15px;
    line-height: 1.95;
    letter-spacing: 1px;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box{
    display: block;
}
/*------------ / basic ------------*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 20px;
    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:solid 1px   #d3002f;
    letter-spacing: 0.2px;
    /*transform: skew(-10deg);*/
    letter-spacing: 0;
}
.header-sheet .container{
     /*transform: skew(10deg);*/
}
.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: #d3002f;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*------------ icon ------------*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.icon.require {
    width: 4px;
    height: 4px;
    background: #d3002f;
}
/*------------ / icon ------------*/

/*------------ btn ------------*/
.link {
    position: relative;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    font-family: Roboto;
    font-weight: bold;
    letter-spacing: 1px;
}

.link .txt {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.link .arrow {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 7px;
    margin-right: 8px;
    margin-bottom: 1px;
    overflow: hidden;
}
.link .arrow .ic{
    display: inline-block;
    background: url(../../images/common/index/arrow.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.link .arrow .ic {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.link .arrow .ic2{
     -webkit-transform: translateX(-150%) translateZ(0);
    -ms-transform: translateX(-150%) translateZ(0);
    transform: translateX(-150%) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.link:hover .arrow .ic ,.box:hover .link .arrow .ic {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.link:hover .arrow .ic2,.box:hover .link .arrow .ic2{
     transition-delay: 0.1s;
     -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.link--center {
    margin-left: -7px;
}

.link__overlay-right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.link:hover .link__overlay-right,.box:hover .link .link__overlay-right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.link__panel--right {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.link:hover .link__panel--right,.box:hover .link .link__panel--right  {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.link__overlay-left {
    -webkit-transform: translateX(-150%) translateZ(0);
    -ms-transform: translateX(-150%) translateZ(0);
    transform: translateX(-150%) translateZ(0);
    -webkit-transition: 0.35s 0s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s 0s cubic-bezier(0.23, 1, 0.32, 1);
}
.link:hover .link__overlay-left,.box:hover .link .link__overlay-left {
    -webkit-transition: 0.35s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.35s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.link__panel--left {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.link:hover .link__panel--left, .box:hover .link .link__panel--left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
}
.link__mask--left {
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.link:hover .link__mask--left,.box:hover .link .link__mask--left {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.link__mask--right {
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
    -webkit-transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
    transition: 0.4s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.link:hover .link__mask--right,.box:hover .link .link__mask--right  {
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.color1 {
    color: #D2002E;
}
.color2 {
    color: #282828;
}
.color--transparent {
    color: transparent;
}
.follow .share{
    padding-left: 0;
}
.share .btn {
    background: #000000;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 0px;
    border-radius:100%;
    font-size:14px;
    overflow: hidden;
    position: relative;
}
.share li + li{
    margin-left:8px;
}
.share .btn:before{
    content: '';
    width: 32px;
    height: 32px;
     display: block;
     position: absolute;
     left: -100%;
     top: 0;
     transition: all .3s ease;
     border-radius: 50%;
}
.share .btn:after{
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
    color: #fff;
    position: absolute;
    left: -100%;
    top: 0;
    display: block;
     width: 32px;
    height: 32px;
    transition: all .4s ease;
}
.share .btn.facebook:before{
    background: #3D5A98;
}
.share .btn.facebook:after{
    content: "\f09a";
}
.share .btn.twitter:before{
    background: #50ABF1;
}
.share .btn.twitter:after{
    content: "\f099";
}
.share .btn.google:before{
    background: #DC472E;
}
.share .btn.google:after{
    content: "\f0d5";
}
.share .btn.plurk:before{
    background: #EA4640;
}
.share .btn.plurk:after{
       content: "\e909";
}
.share .btn:hover:before{
    left: 0;
}

.share .btn:hover:after{
    left: 0;
}




.ibtn.fb-fans-page {
    background-image: url('../../images/en/fb_page.png');
    background-color: #B4E0CA;
    width: 152px;
    height: 80px;
}
.ibtn.fb-fans-page:hover {
    background-color: #3A5795;
}
.back a{
    display: block;
    width: 100%;
}
.back{
    position: relative;
    display: inline-block;
    padding-left: 75px;
    padding-right: 30px;
    line-height: 45px;
    font-weight: 500;
    color: #272727;
    background: #ECECEC;
    font-family: 'Roboto';
}
.send{
     padding-right: 75px;
    padding-left: 30px;
}
.back .ic {
    display: block;
    position: absolute;
    left: 0;
    width: 45px;
    bottom: 0;
    height: 45px;
    text-indent: -9999px;
    overflow: hidden;
    background: #D3002F url(../../images/common/arrow2.svg) center no-repeat;
}
.back.send .ic {
    right: 0;
    left: auto;
    background: #D3002F url(../../images/common/news/arrow.svg) center no-repeat;
}
.back .ic:before{
    content: '';
    position: absolute;
     display: block;
     height: 45px;
     width: 45px;
     left: 0;
     top: 0;
     background: #282828;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.back.send .ic:before{
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.back:hover .ic:before{
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.back .ic:after{
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    right: -45px;
    top: 0;
    background:  url(../../images/common/arrow2.svg) center no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.back.send .ic:after{
    right: auto;
    left: -45px;
        background:  url(../../images/common/news/arrow.svg) center no-repeat;
}
.back:hover .ic:after{
    transition-delay: 0.1s;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
}
.back.send:hover .ic:after{
    transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
     float: left;
    background: #d3002f;
    width: 100%;
    height: 42px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.075em;
    line-height: 38px;
    position: relative;
}
.btn.simple:hover {
     background-color: #D8CA21;
}

.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: #272727;
}
.btn.simple2 .ic {
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
    color: #d3002f;
    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: #000000;
    font-size: 15px;
    padding: 0 30px;
    line-height: 35px;
    border:1px solid #000000;
    margin: 0 5px 10px;
}
.btn.normal:hover {
  border-color:#d3002f;
  color:#d3002f;
}
.btn.normal.send {
    width: 220px;
    font-size: 20px;
    font-weight: bold;
}
.btn.normal .ic {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 -10px 5px 0;
}
.btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 10px;
}
.btn.pure:hover {
    color: #F8F8F8;
    text-decoration: underline;
}

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

/*------------ site_header ------------*/
.wrapper{
    padding-top: 104px;
}
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #F8F8F8;
    z-index: 300;
    transition: all .3s ease;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    /* padding: 12px 0; */
}
.header-fixed .site-header{
    background: #272727;
}
.header-fixed .site-nav {
    padding: 14px 0 4px;
}
.header-fixed .site-title .logo {
     background: url(../../images/common/logo2.svg) 50% 50% / contain no-repeat;
        width: 208px;
    height: 80px;
}
.header-fixed .language {
   
}

.site-title .logo {
    background: url(../../images/common/logo.svg) 50% 50% / contain no-repeat;
     background-size: 100% auto;
    width: 280px;
    height: 104px;
    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;
}

.site-header .language {
    position:absolute;
    right: 15px;
    top: 100%;
    margin-top: -13px;
}
.site-header .language .btn {
    color: #fff;
    font-size: 13px;
    background: #B1B1B1;
    width: 109px;
    font-family: 'Roboto';
    line-height: 26px;
    padding-left: 10px;
    border-radius: 0;
}
.site-header .language .btn:hover {
    background:#D3002F;
}

.site-header .language .ic{
    font-size: 15px;
    transform: rotate(90deg);
    margin:0px 8px;
    padding: 0px 0 5px;
}

/*
.site-header .language .btn:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 4px 10px;
}*/
.site-header .language ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}
.site-header .language ul li {
    display: block;
}

.site-header .language ul li a {
    display: block;
    background: #F8F8F8;
    font-size: 13px;
    color: #272727;
    padding: 3px 14px;
    margin-top: 1px;
    font-family: 'Roboto',Arial, '微軟正黑體', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro','文泉驛正黑', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.site-header .language ul li a:hover {
    background: #ECECEC;
    color: #D3002F
}

.site-nav {
    position: relative;
    padding: 28px 0;
    margin-left: 140px;
    text-align: right;
    transition: all .3s ease;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
    font-family: 'Cousine','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 25px;
}
.site-nav .menu > li > a {
    font-size: 15px;
    letter-spacing:0.1em;
    padding: 12px 0px 5px;
    color: #272727;
    font-family: 'Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.header-fixed .site-nav .menu > li > a{
    color: #FFFFFF;
} 
.site-nav .menu > li > a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #D3002F;
    transition: all .3s ease;
}
.site-nav .menu > li > a:hover:after,
.site-nav .menu > li.active > a:after {
    width: 100%;
}
.site-nav .menu li:nth-child(2) ul ul{display:none !important;}
/*.site-nav .menu > li + li:before {
    content: '';
    display: block;
    background: url('../../images/common/menu_divider.png') no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -6px;
}*/
.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    background-color: #fff;
    z-index: 600;
    width: 230px;
    box-sizing: border-box;
}
.site-nav .menu > li > ul {
    top: 130%;
    left: 50%;
    margin-left: -115px;
}
.site-nav .menu ul li a {
    font-size: 15px;
    text-align: center;
    padding: 6px 8px;
    border:solid 1px #ECECEC;
     color:#282828;
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d3002f+0,d3002f+50,ffffff+50,ffffff+100 */
    background: #d3002f; /* Old browsers */
    background: -moz-linear-gradient(left, #d3002f 0%, #d3002f 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d3002f 0%,#d3002f 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d3002f 0%,#d3002f 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3002f', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    background-size: 200% 100%;
    background-position: right;
     transition: all .3s ease;
     margin-bottom: 1px;
     font-family: 'Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #EEEEEE;
    font-weight: bold;
    background-position: left;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu > li:nth-last-child(-n+2) {
    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 #272727;
    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);
}

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

/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
}
/*------------ / banner ------------*/

/*------------ site_main ------------*/
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top{
     padding-top: 70px;
}
.main-title {
    color:#262626;
    font-family: 'Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine','儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 5px;
    text-align: center;
    margin: 0 0 35px;
}
.main-title span {
    display: block;
    font-family: HarenosoraMincho, YuMin-Medium, Meiryo, 微軟正黑體, serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.155em;
    padding-left: 0.155em;
}

.main-content {
    padding: 0 0 110px;
    background: url(../../images/common/main_bg.png) bottom no-repeat;
    background-size: 100% auto;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: 50px;
        background: #ECECEC;
}
.content-title {
    margin: 0;
    color: #D2002D;
    text-align: left;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine','儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;

}

.content-title2 {
    color: #d3002f;
    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: #d3002f;
    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 {
      border-top: 1px solid #B1B1B1;
    color: #929292;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 7px 0;
    font-family: 'Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine','儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '/ ';
    display: inline-block;
    margin: 0 3px;
    color: #DFDFDF;
}
.breadcrumb li a:hover {
    /*color: #46A38A;*/
    font-weight: bold;
}
.breadcrumb li:first-child{
    font-size: 0;
}
.breadcrumb li:first-child a:before {
    content: '';
    background: url(../../images/common/home.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.content-top .breadcrumb {
    color: #B1B1B1;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 23px;
    padding: 0;
    border-top: none;
    letter-spacing: 2px;

}
.content-top .breadcrumb li:first-child{
    font-size: 23px;
}
.content-top .breadcrumb li:last-child a{
    color: #D2002E;
}
.content-top .breadcrumb li+li:before {
    content: '/ ';
}
.content-top .breadcrumb li:first-child a:before {
    display: none;
}

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

/*------------ side ------------*/
.side {
    width: 300px;
    float: left;
}
.has-side .content {
    max-width: 1400px;
    width: 100%;
    margin:auto;
}
.side-title {
    border-top: 5px solid #272727;
    color: #272727;
    font-family: 'Times New Roman', Times, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', serif;
    font-size: 27px;
    padding: 20px 30px;
    background-color: #F2FAF6;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.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: #272727;
}
.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: #272727;
    border: 1px solid #272727;
    padding: 8px 10px 8px 36px;
}
.side-nav ul li a:hover,
.side-nav ul li.active > a {
    background-color: #F2FAF6;
}

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

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

.site-footer {
    border-top: 0;
}
.footer-top {
    padding-top: 220px;
}

.site-footer {
    color: #fff;
    font-size: 12px;
     background: url(../../images/common/footer_bg.jpg) 50% 0 / cover no-repeat;
}
.footer-top {
   
    padding: 110px 0px 94px;
}
.footer-top .container{
    padding:0 50px;
}
.footer-top a{
    transition: all .3s ease;
}
.footer-top a:hover {
    color:#D2002D;
}
.footer-top  .fb-page{
    background: url(../../images/en/fb_page.jpg);
    width: 159px;
    height: 89px;
    display: inline-block;
}
.footer-top  .fb-page:hover{
    background-position: bottom;
}
.site-info {
    font-size: 14px;
    overflow: hidden;
    line-height: 1.5;
    font-family:'Roboto', Tahoma, Geneva, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei",  "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    float: left;
    width: 540px;
    margin-right: 15px;
}
.site-info .qrcode {
    float: left;
    margin-top: 10px;
}
.site-info .info-txt {
    margin-left: 150px;
    padding-top: 8px;
}
.site-info .info-txt strong {
    color: #D2002D;
    font-weight: normal;
    letter-spacing: 3px;
    font-size: 32px;

}
.site-info .info-txt span {
    color: #fff;
}
.site-map {
    float: left;
    letter-spacing: 55px;
    font-size: 12px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.2rem;
}
.site-map ul li {
     position: relative;
    padding-left: 15px;
    margin: 12px 0;
    display: -webkit-box;
}
.site-map ul li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #D3002F;
    position: absolute;
    left: 0;
    top: 7px;
}
.follow {
    float: right;
    padding-top: 7px;
}
.follow .share {
    margin-top: 15px;
}
.follow .footer-links {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d3002f;
}
.follow .footer-links:hover {
    border-color: #DCCF2C;
}
.footer-bottom {
    background: #000000;
    padding: 20px 50px;
    border-bottom: 2px solid #D3002F;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}
.footer-bottom a{
    transition: all .3s ease;
}
.footer-bottom a:hover {
    color: #D3002F;
}
.related-doc {
    float: left;
    letter-spacing: 0.2rem;
}

.related-doc li a {
    padding: 0 10px;
    font-family: 'Roboto';
    font-size: 12px;
}
.copyright-box {
    float: right;
    font-family: 'Roboto';
    color: #FFFFFF;
}

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

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


.floating,
.floating.fancybox-margin {
    display: none;
    position: relative;
    z-index: 40;
    transition: all .3s ease;
    background: url(../../images/common/gotopbar.png);

    text-align: center;
}

.floating .ibtn.gotop {
    text-indent: 0;
    line-height: 53px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #262626;
}
.floating .ibtn.gotop .arrow{
    display: inline-block;
    width: 26px;
    height: 13px;
    overflow: hidden;
    position: relative;
}
.floating .ibtn.gotop .arrow:before{
    content: '';
    width: 26px;
    height: 13px;
    display: inline-block;
    position: absolute;
    background: url(../../images/common/gotop.png);

}
.floating .ibtn.gotop:hover .arrow:before{
    -webkit-animation: move-up-anim .65s cubic-bezier(0.215,.61,.355,1) 0s 1 forwards;
    animation: move-up-anim .65s cubic-bezier(0.215,.61,.355,1) 0s 1 forwards;

}

@-webkit-keyframes move-up-anim {
    0% {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }

    50% {
        -webkit-transform: translate3d(0,-5px,0);
        opacity: 0
    }

    50.1% {
        -webkit-transform: translate3d(0,5px,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes move-up-anim {
    0% {
        transform: translate3d(0,0,0);
        opacity: 1
    }

    50% {
        transform: translate3d(0,-5px,0);
        opacity: 0
    }

    50.1% {
        transform: translate3d(0,5px,0);
        opacity: 0
    }

    100% {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
/*.floating .ibtn.gotop .arrow:after{
    content: '';
    width: 26px;
    height: 13px;
    display: inline-block;
    position: absolute;
    background: url(../../images/common/gotop.png);  
    -webkit-transform: translateY(100%) translateZ(0);
    -ms-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0);
        transition: 0.5s cubic-bezier(0.125, 0.75, 0.415, 1);
}
.floating .ibtn.gotop:hover .arrow:after{
    transition-delay: 0.1s;
    -webkit-transform: translateY(0) translateZ(0);
    -ms-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);

}*/
.no-svg .floating .ibtn.gotop {
}
.floating .ibtn.gotop:hover {
   background-position: 0 99%;
}

/*------------ / 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: #272727;
    font-size: 14px;
    padding: 0 5px;
    margin: 0px;
    font-weight: 500;

    font-family: 'Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine','儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;
    box-sizing: border-box;
}
.pagination li:first-child{
    margin-right: 30px;
}
.pagination li:last-child{
    margin-left: 30px;
}
.pagination li a:hover,
.pagination li.active a {
    color: #D3002F;
}
.pagination li a.controls {
    padding: 0;
    font-size: 16px;
    color: #000101;
    line-height: 32px;
}
.pagination li a.controls:hover {
    color: #D3002F;
    background: none;
}
.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: #d3002f;
}
.pagination li a.prev:after,
.pagination li a.next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    border-left: 1px solid #ccc;
    margin-bottom: 3px;
}
.pagination li a.prev:after {
    margin-left: 12px;
}
.pagination li a.next:before {
    margin-right: 12px;
}
/*------------ / pagination ------------*/

/*------------ form ------------*/
.reminder {
    color: #777;
    position: relative;
    margin: 0 0 20px;
}
.reminder span {
    display: inline-block;
    color: #d3002f;
    font-size: 20px;
    font-weight:bold;
}
.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: #d3002f;
}
.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: #d3002f;
    background: #eee;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}

.form-control {
   display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #d3002f;
}
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: '';
     width: 4px;
    height: 4px;
    background: #d3002f;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    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: #000;
    font-family: 'Roboto',Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    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;
    color: #999;
}
.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: #272727;
    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 .icon.refresh {
    background-image: url(../../images/common/refresh.png);
    width: 36px;
    height: 37px;
    margin-top: -5px;
}
.form-box .captcha a:hover .icon.refresh {
    background-position: 0 100%;
}

.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: #272727;
    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: 1920px;
    width:100%;
    background:#F3F9F7;
    margin: 0 auto;
    padding-bottom: 140px;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    background: url('../../images/common/success.png') 50% 0 no-repeat;
    color: #333333;
    text-align:center;
    font-size: 21px;
    padding: 80px 0 0;
    line-height: 1.5;
    margin: 0 auto 15px;
}
.success-msg2 {
    display: inline-block;
    color: #fff;
    padding: 0 50px;
    font-size: 36px;
    letter-spacing: 0.05em;
    line-height: 1.53;
    background:#d3002f;
    min-width: 320px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
}
.success-txt {
    line-height: 1.8;
    padding-bottom: 10px;
}
.success-txt strong {
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-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/lightbox_close.png) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
     display:none;
}
.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png)
}
body .fancybox-skin {
    background: #E4E4E4;
}
body .fancybox-title {
    background: #fff;
    margin: 0;
    padding: 0 15px 15px;
}
.photo-title {
    background: url(../../images/common/album/name_ic.png) 12px 9px no-repeat rgba(31,131,103,0.85);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 12px 10px 45px;
    margin: 0 -15px 15px;
}
.photo-pager {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.03rem;
    margin-bottom: 10px;
}
.photo-pager b {
    color: #46A38A;
    font-size: 14px;
}
.photo-intro {
    color: #929292;
    font-size: 14px;
    line-height: 1.75;
}
.photo-control {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: right;
}
.photo-control .ibtn {
    background-image: url(../../images/common/album/lightbox_control.png);
    height: 41px;
    width: 54px;
    margin-left: 1px;
}
.photo-control .ibtn.prev {
    background-position: 0 0;
}
.photo-control .ibtn.next {
    background-position: -54px 0;
}
.photo-control .ibtn.close {
    background-position: -108px 0;
    width: 41px;
}
.photo-control .ibtn.prev:hover {
    background-position: 0 100%;
}
.photo-control .ibtn.next:hover {
    background-position: -54px 100%;
}
.photo-control .ibtn.close:hover {
    background-position: -108px 100%;
}


.fancybox-nav span {
   
    display: none;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #272727;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #272727;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #272727;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #272727;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.contact-style-n .sub-checkbox{
    display: none;
    padding-top: 10px;
}
.contact-style-n  .control-box label {
    display: block;
}
.contact-style-n .sub-checkbox label{
    line-height: 25px;
    padding-left: 18px;
}
.contact-style-n .sub-checkbox label{
    color: #606060;
}
.contact-style-n .send-2{
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1480px) {

    }
@media screen and (max-width: 1330px) {
/*------------ site_footer 1300 ------------*/
     .footer-top {
        padding: 100px 0 70px;
        text-align: center;
    }
    .site-info,
    .site-map {
        float: none;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: auto;
        margin-bottom: 30px;
    }
    .site-info {
        margin-right: 50px;
    }
    .follow {
        float: none;
        clear: both;
        text-align: center;
    }
    .follow .share {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
/*------------ / 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: 1200px) {
/*------------ side 1200 ------------*/
   .has-side .content {
        width:90%;
    }
/*------------ / side 1200 ------------*/
    .site-nav .menu > li{
        padding:0 10px;
    }
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
   
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        right: 15px;
        top: 70px;
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .wrapper{
        padding-top: 40px;
    }
    .header-fixed .site-header ,.site-header {
        background: #f8f8f8;
    }
    .header-sheet .container {
        transform: skew(0deg);
    }

    .site-title .logo,.header-fixed .site-title .logo{
        height: 80px;
        width: 100%;
        background: url(../../images/common/logo.svg) 50% 50% / contain no-repeat;
    }
     .footer-bottom{
        padding: 5px 15px 30px;
    }
    .follow .share{
        display: none;
    }
    .floating .ibtn.gotop .arrow{
        display: none;
    }
    .floating, .floating.fancybox-margin{
        right: auto;
    }
    .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;
        transform: skew(0deg);
    }
    .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;
    }
/*------------ site_header 1000 ------------*/
     .main-top{
     padding-top: 30px;
     }
    .site-title {
        float: none;
        text-align: center;
    }
	 .site-header {
    position:relative;
}
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-header .language{
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 50px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ site_footer 1000 ------------*/

    .footer-top {
        padding: 20px 0 30px;
    }
    .footer-top .container {
        padding: 0 15px;
        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;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
     .floating,
    .floating.fancybox-margin {
        background: none;
        left:50%;
        bottom: 5px;
        margin-right: -15px;
         position: fixed;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 0% 40% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        text-indent: -9999px;
    }
    .site-map{
        display: none;
    }
/*------------ / floating 1000 ------------*/
    .content-top .breadcrumb,.content-top .breadcrumb li:first-child,.content-title{
        font-size: 16px
    }
    .content-top,.breadcrumb{
        padding: 0 15px;
    }
    .content-top{
        margin-bottom: 20px;
    }
     .main-title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .success-msg2{
        font-size: 20px;
    }
    .success-txt strong{
        font-size: 16px
    }
    .success-msg {
        padding-top: 20px;
    }
    .success-wrap{
        padding-bottom: 20px
    }
}
@media screen and (max-width: 900px) {
    .site-map,
    .related-doc {
        display: none;
    }
    .footer-bottom {
        text-align: center;
    }
    .copyright-box {
        float: none;
    }
    .author {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-top{
     padding-top: 30px;
     }
     .main-content.terms{
     margin-top: 30px;}
   
    .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-txt {
        padding:0 15px;
    }


/*------------ / 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: 640px) {
    
    .site-info {
        margin: 0 0 25px;
        text-align: center;
    }
    .site-info .qrcode {
        float: none;
        margin-bottom: 10px;
    }
    .site-info .info-txt {
        margin: 0;
    }
    .site-info .info-txt strong {
        font-size: 24px;
    }

}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    .breadcrumb {
    padding:0px;
    text-align: center;
    margin-left: 0px;
}
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}