@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:400,500');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700,700i');
/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', 'Cousine','儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', monospace,sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1px;
}
.lazyload,.lazyloaded{
    width: 100%;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.box{
    display: block;
}
/*------------ / basic ------------*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px  #3D2683;
    letter-spacing: 0.2px;
    line-height: 1.6;
    font-size: 15px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #3D2683;
    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: #3D2683;
}
/*------------ / icon ------------*/

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

.share .btn {
    color: #49677E;
    width: 30px;
    height: 30px;
    line-height: 0px;
    border-radius:100%;
    margin-left: 5px;
    font-size:14px;
    border:solid 1px #49677E;
    position: relative;
    transition: all .3s ease;
}
.share .btn:hover{
    color: #fff;
    border-color: transparent;
}
.share .btn:before {
    border-radius: 50% 50%;
    content: '';
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    transition: all .3s ease;
}
.share .btn i{
    position: relative;
    z-index: 80;
}
.share .btn:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.share .btn.facebook:before{
    background: #3D5A98;
}
.share .btn.google:before{
    background: #DC472E;
}
.share .btn.twitter:before{
    background: #50ABF1;
}

.share .btn.plurk:before{
    background:#EA4640;
}


.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    background-color: #B4E0CA;
    width: 152px;
    height: 80px;
}
.ibtn.fb-fans-page:hover {
    background-color: #3A5795;
}


.btn.back {
    height: 33px;
    line-height: 33px;
    text-align: center;
    width:60px;
    display: inline-block;
    margin:0;
    color: #3D2683;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    font-family: Lato;
}
.btn.back:before,.btn.back:after{
    content: '';
    display: block;
    height: 2px;
    width: 60px;
    transition: all .3s ease;
    background:#000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.btn.back:hover:after{
    margin-bottom: 33px;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}


.btn.simple {
    width: 120px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    position: relative;
    font-size: 14px;
    border-radius: 0;
    padding: 0 13px;
    box-sizing: border-box;
    margin: 0 10px;
    background: #C19364;
}
.btn.simple_l{
    padding-left: 25px;
    background: #666666;
    text-align: right;
}
.btn.simple_r{
    padding-right: 25px;
    background: #C19364;
    text-align: left;

}
.btn.simple_r:after,.btn.simple_l:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 25px;
    height: 30px;

}
.btn.simple_l:after{
    background: url(../../images/common/arrow_l.png);
    left: 0;
}
.btn.simple_r:after{
    background: url(../../images/common/arrow_r.png);
    right: 0;
}
.btn.simple:hover{
    background: #222;

}
.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:#3D2683;
  color:#3D2683;
}
.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: #3D2683;
    text-decoration: underline;
}

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

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

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #000000;
    z-index: 999;
    transition: all .3s ease;
    padding:20px 0;
}
.wrapper{
    padding-top: 150px;
}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    /* padding: 12px 0; 
    padding: 28px 0;*/
}
.site-nav{
     transition-delay: 0.1s;
}
/*.header-fixed .site-nav {
    padding: 10px 0px;
   transition-delay: 0.1s;
}
.header-fixed .site-title .logo{
    height: 40px;
}
.header-fixed .site-header{padding:10px 0; }
.header-fixed .site-title .logo {
    width: 180px;
    height: 50px;
}
.header-fixed .site-title .logo2 {
    width: 180px;
    height: 50px;
}
.header-fixed .language {
   
}
.header-fixed .top-nav{
    display: none;
}*/
.site-title .logo {
    /*background: url(../../images/common/b_logo.png) 0% 0%  no-repeat;*/
    background-size: contain !important;
    width: 355px;
    height: 94px;
    transition: all .3s ease;
    
}
.site-title .logo:hover {
    opacity: .7;
}

.site-title .logo2 {
    background: url(../../images/common/f_logo.png) no-repeat 50% 50%;
    background-size: contain;
    width: 218px;
    height: 78px;
    transition: all .3s ease;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.site-title .logo2:hover {
    opacity: .7;
}

.site-title .fuso-title {
    color: #fff;
    display: inline-block;
}

/*
.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: rgba(71, 163, 138, 0.85);
    font-size: 13px;
    color: #fff;
    padding: 3px 14px;
    margin-top: 1px;
}
.site-header .language ul li a:hover {
    background: #629B4B;
}

.site-nav {
    position: relative;
    padding: 45px 0 0 0;
    margin-left: 140px;*/
    text-align: right;
    float: 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 10px;
}
.site-nav .menu > li > a {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding-right: 15px;
    box-sizing: border-box;
    /*background: url(../../images/common/btn.png);*/
}

.site-nav .menu > li:hover > a,
.site-nav .menu > li.active > a {
    /*background-position: bottom;*/
}

/*.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:before{
    content: '';
    /*background:#000;*/
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 100%;
}
.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 224px;
}
.site-nav .menu > li > ul {
    top: 130%;
    left: 50%;
    margin-left: -104px;
}

.site-nav .menu ul li+li {
    margin-top: 1px;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background-position: left;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu .right-on ul ul{
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 1px;
}


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


/*------------ site_main ------------*/
.site-main{
    padding-top: 40px;
}
.main-top .container {
    max-width: 1440px;
    padding: 0;
}
.main-top{
    margin-bottom: 44px;
}
.main-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    border-bottom: solid 1px #D5D5D5;
}
.main-title span {
    display: inline-block;
    border-bottom: solid 1px #CCA57F;
    padding:0px 18px 5px;
    margin-bottom: -1px;

}

.main-content {
    padding: 0 0 120px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    margin-bottom: -35px;
}
.content-title {
    margin: 0;
    color: #aaa;
    border-top: 1px solid #ccc;
    text-align: center;
    position: relative;
    padding: 10px 0;
    font-size: 15px;
    font-weight: normal;
}
.content-title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -13px;
}
.content-title2 {
    color: #7FCAA5;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

.content-title .keyword {
    color: #F2856C;
}
.shopping-title {
    color: #1F1811;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}
.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 0px;
    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;
}
.content-nav{
    text-align: center;
    margin-bottom: 75px;
}
.content-nav li {
    display: inline-block;
    text-align: left;
    margin:  0 22.5px;
    color: #3D2683;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    transition: all .3s ease;
}
.content-nav li small{
    display: block;
    font-size: 14px;
    font-family: Lora;
    color: #999999;
    transition: all .3s ease;

}
.content-nav li a{
    display: block;
    padding: 12.5px 0;
}
.content-nav li small:after{
    content: '';
    display: inline-block;
    border-top: 7px solid #999999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 6px;
    margin-top: -2px;
    transition: all .3s ease;
}
.content-nav li:hover,.content-nav li.active{
    color: #39B22E;

}
.content-nav li:hover small,.content-nav li.active small{
    color: #3D2683;
}
.content-nav li:hover small:after,.content-nav li.active small:after{
    border-top: 7px solid #47A38A;
}

.content-nav li:before,.content-nav li:after{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    transition: all .3s ease;
    background:#000000;
    position: absolute;
    bottom: 0;
}
.content-nav li:hover:after,.content-nav li.active:after{
    margin-bottom: 72px;
}
/*------------ / site_main ------------*/

/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #8C8C8C;
    font-size: 13px;
    text-align: left;
    padding-bottom: 5px;
    letter-spacing: 0;
    display: inline-block;
    padding: 5px 5px 0;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '| ';
    display: inline-block;
    margin: 0 3px;
}
.breadcrumb li a:hover {
    font-weight: bold;
}
.breadcrumb li:first-child a{
    font-weight: bold;
}
.breadcrumb li:first-child a:before {
    content: '';
    background: url(../../images/common/home.png) no-repeat;
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;

    background-position: center;
}
.content-top .breadcrumb {
    border:none;
    font-size: 24px;
    padding: 10px 0 0;
    display: block;
}
.content-top .breadcrumb li:first-child a{
    font-weight: normal;
}
.content-top .breadcrumb li:first-child a:before{
    display: none;
}
.content-top .breadcrumb li:last-child{
    color: #39B22E;
}
.content-top .breadcrumb li+li:before{
    font-size: 0;
    border-left: 7px solid #001E5E;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    vertical-align: middle;
    margin: -3px 5px 0;
}
.content-top .breadcrumb li a:hover {
    font-weight: normal;
}
/*------------ / breadcrumb ------------*/


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

.site-footer {
    color: #fff;
    font-size: 14px;
    background: #ABABAB;
    padding: 22px 0;
    text-align: center;
}

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

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


.floating,
.floating.fancybox-margin {
    display: none;
    position: relative;
    left:48%;
    z-index: 400;
     padding-top: 0px;
    bottom:100px;
    transition: all .3s ease;
}
.floating .gotop:before{
    content: '';
    width: 13px;
    height: 16px;
    background: url(../../images/common/gotop.svg);
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6.5px;
    top: 0;
    transition: all .3s ease;

}
.floating .gotop:hover:before{
    top: -16px;
}
.floating .gotop {
    padding-top: 28px;
    color: #39B22E;
    font-size: 14px;
    font-weight: bold;
    font-family: Lato;
    display: inline-block;
    position: relative;
    margin-top: 68px;
    margin-bottom: -80px;
}
.floating .gotop:hover{
    color: #A0D468;
}

/*------------ / 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: 17px;
    height: 35px;
    line-height: 35px;
    color: #3D2683;
    font-size: 14px;
    padding: 0 5px;
    margin: 0px 6px;
    box-sizing: border-box;
    font-family: Lato;
    font-weight: bold;
    font-size: 14px;
    background: transparent;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    background:#000000;
}
.pagination li a.controls {
    padding: 0;
    font-size: 16px;
    color: #3D2683;
    line-height: 35px;
    background: #F3F5F8;
    width: 35px;
    position: relative;
    overflow:hidden;
}
.pagination li a.controls i{
    position: relative;
    z-index: 5;
}
.pagination li a.controls:hover {
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 35px;
    line-height: 33px;
    border: 1px solid #ddd;
    margin: 0;
    background: none;
}
.page-info .form-control:focus {
    border-color: #3D2683;
}
.pagination li a.prev:after{
    right: 0;
}
.pagination li a.next:after {
    left: 0;
}
.pagination li a.prev:after,
.pagination li a.next:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 1px;
    background: #CCCCCC;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.pagination li a.prev:after {
    margin-left: 12px;
}
.pagination li a.next:before {
    margin-right: 12px;
}

.pagination li a.prev:before,
.pagination li a.next:before {
    content: '';
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    left: 0;
    top: 0;
    background: #FFC732;
    -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);
}
.pagination li a.prev: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);
}
.pagination li a.prev:hover:before,
.pagination li a.next:hover:before {
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

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

/*------------ form ------------*/
.icon.require {
    width: 4px;
    height: 4px;
    background: #3D2683;
    margin: 0 3px 3px;
}
.reminder {
    text-align: center;
    position: relative;
    margin: 0px 0 0px;
    font-size: 15px;
    color: #666666;
}
.reminder .ic {
    color: #3D2683;
    font-size: 50px;
}
.reminder span {
    display: inline-block;
    color: #333;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    margin: 10px 0;
}
.require-txt {
    text-align: center;
    max-width: 770px;
    margin: 15px auto 10px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus {
    border-color: #7FCAA5;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    border-color: #7FCAA5;
    background: #eee;
    z-index: 2;
}
.qty-box .less {
    left: 0;
}
.qty-box .add {
    right: 0;
}

.form-control {
   display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    border: 1px solid #888;
    border-radius: 6px;
    background: #F4F4F4;
    box-sizing: border-box;
    margin-bottom: 6px;
    color: #777777;
    font-size: 13px;
}
.form-control:focus {
    outline: none;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
    
}
.static-control {
    line-height: inherit;
    color: #444;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-wrap {
    margin: 0 auto 40px;
    max-width: 1000px;
}
.form-title{
    font-size: 20px;
    color: #2A2A2A;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.form-title:after{
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    margin: auto;
    background: #2A2A2A;
}
.code select{
    width: 77px;
    display: inline-block;
}
.code span{
    display: inline-block;
    padding: 0 2px;

}
.code input{
    display: inline-block;
    width: calc(100% - 99px);
}
.form-wrap.type2 {

}
.form-wrap.type2  .form-box {
    max-width: 900px;
    margin: auto;
}
.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
}
.form-box {
    margin: 0 auto;
    padding: 15px 0;
}
.form-wrap.type1 .form-box {
    max-width: 1100px;
}
.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 .col.p-0{
    padding: 0;
    margin-left: -15px;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '必填';
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 2px 8px;
    width: 35px;
    height: 18px;
    line-height: 18px;
    background: #C19364;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.form-box .ng-invalid-required {
	border:1px solid #888;
	border-radius: 5px;
}

.form-box .form-group {
    padding: 20px 0;
    line-height: 36px;
    padding-left: 200px;
    padding-right: 50px;
    position: relative;
    border-bottom: 1px dotted #CCCCCC;
}
.form-box .form-group.txt{
    color: #525252;
    font-size: 14px;
    padding: 28px 0;
    padding-left: 48px;  
    line-height: 1.55; 

}
.form-box .form-group:last-child{
    border-bottom: none;
}
.date_btn{
    display: inline-block;
    background: url(../../images/common/date.png);
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}
.date_btn:hover{
    background-position: bottom;
}
.form-box .control-label {
    display: block;
    font-size: 14px;
    line-height: inherit;
    width: 258px;
    position: absolute;
    left: 0;
    top: 20px;
    padding-left: 48px;
    color: #525252;

}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    font-size: 14px;
    color: #525252;
    margin: 0 10px 6px 5px;
}
.form-box .control-box .radio-box{
    margin-bottom: 6px;
}
.form-box .control-box .radio-box .form-radio{
    display: inline-block;
    margin: 0 5px 0 0;
}
.form-box .control-box .radio-box .form-control{
    width: calc(100% - 106px);
    display: inline-block;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-right: 150px;
    position: relative;
}

.form-box .captcha a * {
    vertical-align: top;
}
.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: #3D2683;
    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: 18px;
    height: 18px;
    margin: 0 9px 3px 0;
}
.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%;
}
.checkout {
    font-size: 14px;
    color: #525252;
}
.checkout .form-title2{
    font-weight: bold;
    font-size: 18px;
    color: #2A2A2A;
    margin-bottom: 15px;
    margin-top: 40px;
}
.checkout .form-title2:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/common/form_tit.png);
    width: 11px;
    height: 11px;
    margin-right: 5px;
    margin-top: -5px;
}
.checkout .form-group{
    border-bottom: none;
    display: flex;
    padding: 0;
    margin-bottom: 5px;
    justify-content: space-between;
}
.checkout .control-label{
    position: static;
    width: 157px;
    background: #F4F4F4;
    line-height: 40px;
    border:solid 1px #DDDDDD;
    padding: 0;
    text-align: center;
}
.checkout .control-box{
    width: calc(100% - 165px);
    border:solid 1px #DDDDDD;
    padding: 0 17px;
    box-sizing: border-box;
}
textarea.form-control{
    border:solid 1px #DDDDDD;
    background: #fff;
    border-radius: 0;
}
.success-wrap {
    text-align: center;
    max-width: 1920px;
    width:100%;
    margin: 0 auto;
    padding-bottom: 140px;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    color: #333333;
    text-align:center;
    font-size: 21px;
    line-height: 1.5;
    margin: 0;
}
.success-msg2 {
    display: inline-block;
    color: #fff;
    padding: 0 50px;
    font-size: 26px;
    letter-spacing: 0.05em;
    line-height: 1.53;
    color: #a91a1a;
    min-width: 320px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Lora;
    font-weight: bold;
    box-sizing: border-box;
}

.no-svg .success-msg {
}
.success-txt {
    line-height: 1.8;
    color: #444;
    font-size:14px;
    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;
}
.search_table{
    color: #525252;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.search_table td{
    border:solid 1px #DDDDDD;
    padding: 6px 15px;
}
.search_table thead td{
    background: #F4F4F4;
}
.search_table .del{
    
    padding: 0px 0px;
    
}
.search_table .del a{
    padding: 6px 15px;
    margin: -1px;
    display: block;
    color: #DE140D;
    border:solid 1px #DE140D;
    transition: all .3s ease;
    cursor: pointer;
}
.search_table .del a:hover{
    background: #DE140D;
    color: #fff;
}
.no-item{
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #DE130C;
    font-weight: bold;
    border:solid 1px #DDDDDD;
    line-height: 40px;
}
/*------------ / 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: #444;
    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;
}

/*album*/
body .fancybox-skin {
    background: #fff;
}
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 #333333;
    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: #3D2683;
    font-size: 14px;
}
.photo-intro {
    color: #444;
    font-size: 14px;
    line-height: 1.75;
}


.photo-control .ibtn.close:hover,.photo-control .ibtn.close {
    background-position: -108px 100%;
}
.photo-control .ibtn.close{
bottom: 100%;
    position: absolute;
    right: 0;
}
.photo-control .ibtn.prev,
.photo-control .ibtn.next  {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background:#F3F5F8  url(../../images/common/index/products_arrow.png) no-repeat;
    background-size: 82px auto;
    width: 41px;
    height: 41px;
    position: absolute;
    right: 0%;
    bottom: 0;
    cursor: pointer;
    z-index: 80;
}
.photo-control .ibtn.next{
    right: 41px;
}
.photo-control .ibtn.prev {
    background-position: 0 0;
    right: 82px;
   
}
.photo-control .ibtn.prev:before,
.photo-control .ibtn.next:before {
    content: '';
    position: absolute;
    display: block;
    height: 41px;
    width: 41px;
    left: 0;
    top: 0;
    background: #75CF4E;
    -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);
}
.photo-control .ibtn.prev: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);
}
.photo-control .ibtn.prev:hover:before,
.photo-control .ibtn.next:hover:before {
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.photo-control .ibtn.prev:after,
.photo-control .ibtn.next:after{
    content: '';
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    left: -41px;
    top: 0;
    background:  url(../../images/common/index/products_arrow.png) center no-repeat;
    background-size: 82px auto;
    -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);
}
.photo-control .ibtn.prev:after{
    left: auto;
    right: -41px;
}

.photo-control .ibtn.next:hover:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.photo-control .ibtn.prev:hover:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
}

.photo-control .ibtn.prev:after{
     background-position: 0 0;
}
.photo-control .ibtn.next ,.photo-control .ibtn.next:after{
    background-position: 100% 0;
}
/*------------ / lightbox ------------*/

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

@media screen and (max-width: 1600px) {
/*------------ floating 1600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin: 0;
    }
/*------------ / floating 1600 ------------*/
}
@media screen and (max-width: 1480px) {
    .site-nav .menu > li{
        padding: 0 10px
    }
    
    .site-nav .menu > li > ul {
        top: 130%;
        left: 50%;
        margin-left: -80px;
    }
    .site-nav .menu ul{
        width: 160px;
    }
    .site-title .logo{
        /*width: 180px;
        height: 65px;*/
    }
    /*.site-title .logo2{
        width: 180px;
        height: 65px;
    }*/
    .top-nav{
        padding-right: 40px;
    }
     .site-nav{

        padding:55px 40px 0 0;
     }
     .wrapper{
        padding-top: 133px;
     }
     /*.header-fixed .site-nav{
        padding: 10px 40px 4px 0;
    }*/
}

@media screen and (max-width: 1200px) {
/*------------ side 1200 ------------*/
    .site-title .logo{
        width: 160px;
    }
    .site-title .logo2{
        width: 160px;
    }
     .site-nav .menu > li > a{
        font-size: 16px;
    }
    .site-nav .menu > li {
        padding: 0 5px;
    }

/*------------ / side 1200 ------------*/
}
@media screen and (max-width: 1120px) {
/*------------ site_header 1120 ------------*/
   .site-nav .menu > li{
    padding: 0 4px;
   }
    .site-title .logo{
        width: 140px;
    }
    .site-title .logo2{
        width: 140px;
    }
/*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .site-main{
        padding: 40px 0;
    }
    .wrapper{
        padding-top: 40px;
    }
    .floating .gotop:before{
        display: none;
    }
    .floating .gotop{
        text-indent: -9999px;
        width: 45px;
    }
    /*.header-fixed .site-title .logo,*/.site-title .logo {
        width: 200px;
        height: 60px;
        background-position: center;
    }
    .site-title,.header-fixed .site-title{
        /*padding: 15px 0;*/
    }

    /*.header-fixed .site-title .logo2,*/.site-title .logo2 {
        width: 200px;
        height: 60px;
        background-position: center;
    }
    .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;
    }*/
/*------------ site_header 1000 ------------*/

    .site-title {
        float: none;
        text-align: center;
    }
	 .site-header {
    position:static;
}
    .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: 0px 0 0px;
    }
  
    .site-footer{
        padding:15px 0;
    }
/*------------ / site_footer 1000 ------------*/
/*------------ floating 1000 ------------*/
     .floating,
    .floating.fancybox-margin {
    background: none;
    left: 50%;
    bottom: 5px;
     margin-left: -15px; 
    position: fixed;
    right: auto;
    }
    .floating .btn.gotop {
        background: url(../../images/common/mobile_gotop.png) 0% 40% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        margin: 0;
    }
/*------------ / floating 1000 ------------*/
     .main-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .main-top{
        margin-bottom: 0px;
    }
    .content-nav{
        display: none;
    }
    .breadcrumb{
         margin-left: 15px;
    }
    .form-wrap{
        padding-top: 20px;
    }
        .content-top .breadcrumb{
        font-size: 18px;
        padding: 0 5px 25px;

    }
    .success-msg2{
        font-size: 24px;
        margin-bottom: 0;
    }
    .success-txt strong {
        font-size:26px;
         padding:0px 15px;
         margin-bottom:30px;
         display: inline-block;
    }
    .success-msg{
        padding-top: 30px
    }
    .success-wrap{
        padding-bottom: 0;
    }
    .site-footer{
        margin-top: 0;
    }
    .form-wrap{
        margin-bottom: 0;
    }
    .search_table *{
        display: block;
        text-align: left;
    }
    .search_table td{
        margin-bottom: -1px;
    }
    .search_table thead{
        display: none;
    }
    .search_table .del{
        padding: 6px 15px;
        text-align: center;
    }
     .search_table .del a{
        text-align: center;
        cursor: pointer;
     }
    .search_table td[data-title]:before {
        content: attr(data-title);
        display: block;
        font-size: 14px;
        margin: 0;
        border: solid 1px #DDDDDD;
        padding: 6px 15px;
        background: #F4F4F4;
        margin: -7px -16px 6px;
    }
}
@media screen and (max-width: 900px) {
    .author {
        display: inline-block;
    }
    .row-rwd-style > .col{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/

     .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: -35px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title{
        margin-top: 0px;
    }
    .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-box .control-label{
        position: static;
        width: 100%;
        padding: 0;
    }
    .form-box .form-group{
        padding: 15px;
    }
    .checkout .form-group{
        padding: 5px ;
    }
    .form-box .col.p-0{
        margin-left: 0;
        padding: 0 24px;
    }
    .form-box .form-group.txt{
        padding: 15px;
    }
    .btn-box{
        padding-top: 20px;
    }


/*------------ / 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;
    }
    .follow .share {
        display: block;
        text-align: center;
        margin: 0 0 15px;
    }
}
@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 ------------*/
}