@charset 'utf-8';

/*------------ basic ------------*/

body {
    font-family: Arial, 'Esteban', 'Exo 2', 'Droid Serif', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #999;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

header.site-header .container {
    max-width: 1200px;
    margin: auto;
}


/*------------ / basic ------------*/


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

.icon {}


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


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

.share .btn {
    background: #EDE9E2;
    color: #776255;
    width: 60px;
    height: 60px;
    line-height: 28px;
    border-radius: 100%;
    font-size: 38px;
}

.share li {
    margin: 0 5px;
}

.share .btn:hover {
    background: #FF8F80;
}

.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 91px;
    height: 92px;
    margin: 5px;
    transition: all .2s;
}

.ibtn.fb-fans-page:hover {
    opacity: .7;
}

.btn.back {
    font-family: 'Lora', serif;
    font-size: 16px;
    border: 1px solid #D8CDBE;
    color: #D8CDBE;
    text-align: center;
    line-height: 38px;
    max-width: 276px;
    width: 100%;
    background: #FFF;
}

.btn.back:hover {
    color: #FFF;
    background: #FFA395;
    border-color: #FFA395;
}

.btn.back .ic {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 100px;
}

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

.btn.simple {
    float: left;
    background: #FFA395;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
    line-height: 28px;
    font-family: 'Exo 2';
    border-radius: 8px;
    border: 1px solid #fff;
    position: relative;
}

.btn.simple:hover {
    background: #FF7662;
}

.btn.simple2 {
    background: #fff;
    border: 1px solid #D8CDBE;
    height: 35px;
    line-height: 33px;
    color: #B9A68C;
    font-size: 16px;
    letter-spacing: 0.1em;
    width: 90%;
    max-width: 300px;
    margin: 0 3px 10px;
    position: relative;
    border-radius: 0;
}

.btn.simple2:hover {
    border-color: #FFA395;
    background: #FFA395;
    color: #fff;
}

.btn.simple3 {
    background: #fff;
    border: 1px solid #D8CDBE;
    height: 35px;
    line-height: 33px;
    color: #B8A58C;
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 100%;
    max-width: 160px;
    margin: 0 3px 10px;
    position: relative;
}

.btn.simple3:hover {
    border-color: #FF7662;
    color: #FF7662;
}

.btn.simple3 .ic {
    font-size: 15px;
}

.btn.simple2 .ic.ic-angle-left {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-right: 100px;
    color: #D8CDBE;
}

.btn.simple2 .ic.ic-angle-right {
    font-size: 20px;
    vertical-align: text-bottom;
    margin-left: 100px;
    color: #D8CDBE;
}

.btn.simple2:hover .ic {
    color: #fff;
}

.btn.simple2 .ic3-angle-double-left,
.btn.simple2 .ic3-angle-double-right {
    position: absolute;
    top: 10px;
    color: #bbb;
    font-size: 12px;
    margin: 0;
}

.btn.simple2 .ic3-angle-double-left {
    left: 8px;
}

.btn.simple2 .ic3-angle-double-right {
    right: 8px;
}

.btn.normal {
    color: #fff;
    font-size: 14px;
    height: 30px;
    letter-spacing: 0.15em;
    width: 100%;
    background: #FFA395;
    font-family: 'Exo', '微軟正黑體';
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.btn.normal:hover {
    background: #FF7662;
}

.btn.normal.send {
    max-width: 450px;
    font-size: 14px;
    font-weight: bold;
    line-height: 2em;
}

.btn.normal .ic {
    vertical-align: middle;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.btn.pure {
    color: #EB4C52;
    font-size: 15px;
    line-height: 40px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    color: #776255;
    text-decoration: underline;
}


/*---- share-link ----*/

.share_box {
    margin: 15px 0;
    text-align: center;
}

.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    color: #D5C6B0;
    font-size: 30px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.a2a_default_style .a2a_svg {
    display: none;
}

.share-link li a {
    font-size: 31px;
    width: auto;
    float: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
}

.share-link .facebook:hover {
    color: #405D9A;
}

.share-link .google:hover {
    color: #F34537;
}

.share-link .twitter:hover {
    color: #39A0CE;
}

.share-link .plurk:hover {
    color: #E9443D;
}

.share-link .line:hover {
    color: #00C300;
}

.share-link .linkedin:hover {
    color: #0177B5;
}

.share-link .share-link:hover {
    color: #00C300;
}

.share-link .blogger:hover {
    color: #F26C38;
}

.share-link .mail:hover {
    color: #F6C13D;
}

.a2a_button_whatsapp:hover {
    color: #F34537;
}

.a2a_button_sina_weibo:hover {
    color: #F34537;
}


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


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

.site-header {
    background: rgba(255, 255, 255, 0.60);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 21px 0;
    left: 50%;
    top: -3px;
    margin: 0 -120px 0 -100px;
}

.site-title .logo {
    background: url(../../images/common/logo.png) no-repeat;
    background-size: 100% auto;
    width: 212px;
    height: 70px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 5px;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.func-menu > li {
    padding: 0px 0;
}

.func-menu > li > a {
    color: #58483F;
    font-size: 12px;
    line-height: 0px;
    padding: 0 8px 0 4px;
}

.func-menu > li > a:hover {}

.func-menu .ic {
    vertical-align: text-bottom;
    margin: 0 10px 1px 15px;
}

.func-menu .ic3-user-cross {
    font-size: 12px;
    margin: 0 4px -1px 4px;
}

.func-menu > li.gocart {
    position: relative;
    margin: 7px 0px;
}

.func-menu > li.gocart b {
    color: #fff;
    font-size: 13px;
    background: #58483F;
    width: 24px;
    height: 20px;
    padding: 4px 5px;
    border-radius: 5px;
}

.func-menu > li.gocart:hover b {
    background: #FF4328;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    border: 2px solid #FFA395;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-box .btn {
    width: 100%;
    background: #FFA395;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}

.func-menu .cart-box .btn:hover {
    background: #FFA395;
}

.func-menu .cart-box .btn .ic {
    font-size: 20px;
    margin-right: 0;
}

.func-menu .cart-list {
    padding: 4px;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list a:hover {
    background: #eee;
}

.func-menu .cart-list .pic {
    float: left;
    width: 70px;
}

.func-menu .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #FFA395;
    font-size: 15px;
}

.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}

.func-menu .cart-list .qty {
    color: #fff;
   /* background: #fff;*/
}

.ic.login {
    background: url(../../images/common/log.png);
    background-position: 0 0%;
    width: 16px;
    height: 18px;
    display: block;
    position: relative;
}

.ic.login:hover {
    background-position: 0 98%;
}

.ic.cart {
    background: url(../../images/common/cart.png) no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
}

.top-nav .language {
    position: relative;
    width: 127px;
    letter-spacing: 0;
}


/*.top-nav .language:before {
    content: 'LANGUAGE';
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    right: 100%;
}*/

.top-nav .language .btn {
    width: 100%;
    border: 1px solid #D0C4BD;
    color: #888888;
    background: rgba(255, 255, 255, 0.7);
    text-align: left;
    line-height: 23px;
    padding: 0 25px 0 10px;
    position: relative;
    border-radius: 4px;
}

.top-nav .language .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #B2A292 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 8px;
}

.top-nav .language ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
}

.top-nav .language li {
    display: block;
}

.top-nav .language li a {
    background: rgba(255, 255, 255, 0.9);
    display: block;
    color: #888888;
    padding: 4px 10px;
    font-size: 13px;
}

.top-nav .language li a:hover {
    color: #FF7E6B;
}

.site-nav {
    margin-top: 10px;
    padding-top: 50px;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    margin: 0 -26px;
    color: #40342D;
    /*padding-right: 40px;*/
    font-family: '33535gillsansmt', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
    font-family: 'Exo', '微軟正黑體';
}

.site-nav .menu > li {
    padding: 0 7px;
}

.site-nav .menu > li > a {
    line-height: 30px;
    padding: 0 18px;
    margin: 0 1px;
}

.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #FF7E6B;
}

.site-nav .menu > li + li:before {
    content: '';
    display: block;
    border-left: 1px solid #40342D;
    width: 12px;
    height: 17px;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -9px;
}

.site-nav .menu li ul {
    display: none;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.81);
    z-index: 600;
    width: 208px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-nav .menu li>ul {
    border-top: 3px #FE7B69 solid;
}

.site-nav .menu > li > ul {
    top: 125%;
    left: 50%;
    margin-left: -104px
}

.site-nav .menu ul li+li {
    border-top: 1px solid #e8e8e8;
    background: url(../../images/common/menu_border.png) no-repeat 50% 0;
}

.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 6px 22px;
    border: 1px solid #fff;
    background: url(../../images/common/arrow.png)right center no-repeat #F6F4F1;
    font-family: 'Arial', '微軟正黑體';
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: url(../../images/common/arrow_.png)right center no-repeat #FF7E6B;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}


/*.site-nav .menu > li:nth-last-child(-n+4) {
    display: none;
}*/

.site-nav .menu.right-menu > li:nth-last-child(-n+2) {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 145px;
    box-sizing: border-box;
}

.site-header .search-box .form-control {
    border: none;
    background: rgba(255, 255, 255, .5);
    height: 26px;
    line-height: 28px;
    margin: 0;
    padding: 0 42px 0 12px;
}

.site-header .search-box .form-control:focus {
    background: rgba(255, 255, 255, .8);
}

.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 0;
}

.site-header .search-box .ibtn.search:hover {
    background-position: 0 0;
    opacity: .8;
}

.no-svg .site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
}


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

.site-nav .menu .activity-menu a {
    background: rgba(255, 196, 131, 0.38);
    color: rgba(150, 53, 53, 0.8);
}

.site-nav .menu .activity-menu a:hover,
.site-nav .menu .activity-menu.active > a {
    color: #fff;
    background: rgba(236, 149, 108, 0.69);
}

.site-nav .menu .activity-menu a {
    border-bottom: 1px solid rgba(255, 182, 165, 0.8);
}


/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .container {
    max-width: 1920px;
    padding: 0;
}


/*------------ / banner ------------*/


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

.main-top .container {
    max-width: 1440px;
    padding: 0;
}

.main-top {
    border-top: 5px solid #D7CEBF;
    background: url('../../images/common/title-background.png')top center repeat-x, url('../../images/common/title-icon.png')bottom center no-repeat;
}

.main-top-2 {
    border-top: 5px solid #D7CEBF;
    background: url('../../images/common/title-background.png')top center repeat-x;
}

.main-title {
    text-align: center;
    font-size: 45px;
    color: #70594D;
    line-height: 1.2;
    padding-bottom: 55px;
    font-family: 'Droid Serif', '微軟正黑體';
}

.main-content {
    padding: 0 0 70px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
    margin-top: 60px;
}

.content-top {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

.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: #EB646A;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 10px;
}

.content-title3 {
    color: #EB646A;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 100px;
}

.content-title .keyword {
    color: #F2856C;
}

.shopping-title {
    color: #EB575D;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.shopping-title .ic {
    font-size: 18px;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.shopping-title:after {
    content: '* ';
    display: inline-block;
    margin: 0 3px;
}

.shopping-title .ic3-bag-plus {
    font-size: 26px;
    margin-right: 10px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
    margin: 20px 0 20px;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}


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


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

.breadcrumb {
    text-align: right;
    color: #BDAC92;
    font-size: 13px;
    padding: 5px 15px;
    position: absolute;
    right: 0px;
    top: 5px;
    margin-top: -11px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '> ';
    display: inline-block;
    margin: 0 3px;
}

.breadcrumb li a:hover {
    color: #FF732F;
}

.breadcrumb_all {
    position: relative;
	padding-bottom: 40px;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: '> ';
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}

.h2-title {
    font-size: 26px;
    color: #EB4C52;
    line-height: 1.2;
    margin-bottom: 0px;
    width: 65%;
}


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


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

.side-products {
    width: 100%;
    position: relative;
    display: inline-block;
}

.has-side .content {
    /*  width: calc(100% - 340px);
    float: right;*/
}

.side-title {
    color: #EB4C52;
    font-family: 'Times New Roman', '微軟正黑體', serif;
    font-size: 27px;
    padding: 10px 30px;
    background-color: #F5F3EF;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

.side-nav {
    position: relative;
    font-size: 15px;
    margin: 0 7px;
    width: 49%;
    float: left;
}

.side-nav-top {
    position: relative;
    font-size: 15px;
    float: left;
    width: 50%;
}

.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: #FFA395;
}

.side-nav-top > li > a {
    background-color: #FEBA96;
}

.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: #FFA395;
    border: 1px solid #FFA395;
    padding: 8px 10px 8px 36px;
}

.side-nav ul li a:hover,
.side-nav ul li.active > a {
    color: #FF5942;
    border-color: #FF5942;
}

.site-nav .left-menu {
    float: left;
}

.site-nav .right-menu {
    float: right;
}

.side {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #FFA395;
    text-align: center;
    margin-bottom: 30px;
    background: #F5F3EF;
    height: 47px;
    font-weight: 600;
}

.side-nav-member.list-v {
    position: relative;
    color: #EB4C52;
    font-size: 16px;
    margin: auto;
    width: 90%;
    letter-spacing: 0.05em;
}

.side-nav-member.list-v li a {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 8px 9px;
}

.side-nav-member.list-v > li {
    margin: 0 30px;
    display: inline-block;
    max-width: 20%;
}

.side-nav-member.list-v > li > a {
    color: #EB4C52;
    line-height: 2;
}

.side-nav-member.list-v > li > a:hover,
.side-nav-member.list-v > li.active > a {
    background: #EB4C52;
    color: #fff;
}

.side-nav-member.list-v .out a {
    color: #58483F;
}

.side-nav-member.list-v .out a:hover,
.side-nav-member.list-v .out active > a {
    background: #70594C;
}


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


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

.site-footer {
    text-align: center;
    background: #776255;
}

.site-footer .container {
    max-width: 1380px;
}

#contact .footer-top.col {
    width: calc(70% - 450px);
    float: right;
    border-right-width: 0;
    margin-top: 10px;
}

.site-map {
    font-size: 12px;
    letter-spacing: 35px;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    text-align: left;
}

.site-map ul li {
    margin: 6px 0;
}

.site-map ul li a {
    display: inline-block;
    padding: 3px 0px 3px 10px;
    position: relative;
    color: #776154;
    color: 12px;
}

.site-map ul li:hover a {
    text-decoration: underline;
    color: #FF8F80;
}

.site-map ul li a:before {
    content: "";
    display: inline-block;
    background: #776154;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.site-footer a {
    color: #DFDFD0;
}

.site-footer a:hover {
    color: #FFE599;
}

.site-footer .share {
    margin: 20px 0 15px;
}

.site-info {
    color: #B9B9B9;
    font-size: 12px;
    line-height: 1.45;
    padding-bottom: 20px;
    padding-top: 30px;
}

.site-info a {
    color: #B9B9B9;
}

.follow {
    margin-top: 40px;
}

.qrcode {
    display: inline-block;
}

.site-info {
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.footer-bottom {
    font-size: 12px;
    color: #D5C6B0;
    text-align: center;
    padding: 20px 0;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


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


/*------------- / contact ---------------*/

#contact {
    padding: 25px 0px;
    background: #F5F3EF;
}

#contact .container .qrcode,
#contact .container .contact-item {
    float: left;
}

#contact .container .contact-item {}

#contact .container .qrcode li {
    display: inline-block;
    margin: 10px;
    margin-right: 0px;
}

#contact .contact-item li {
    padding-left: 80px;
    color: #776154;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    list-style-type: none;
}

#contact .contact-item p {
    font-size: 16px;
    color: #EB4D54;
    font-weight: 600;
    font-family: 'Exo';
    margin-left: 30px;
}

#contact .contact-item span {
    display: block;
    position: absolute;
    /*width: 100px;*/
    left: 0px;
    top: 0px;
    font-weight: 600;
    padding-right: 14px;
    height: 16px;
    /*border-right: 1px solid #776154;*/
}

#contact .contact-botton {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    width: 276px;
    height: 36px;
    padding: 0px 20px;
    z-index: 2;
    background: #FFA395;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact .contact-botton:hover {
    background: #FF7662;
}

#contact .contact-botton a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 36px;
    color: #FFF;
    background: url(../../images/common/footer_botton_arrow.png) right center no-repeat;
}


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

.floating,
.floating.fancybox-margin {
    display: none;
    z-index: 400;
    transition: all .3s ease;
    padding: 18px 0px;
    text-align: center;
    background: #FFF;
    border-top: 1px #D5C6B0 solid;
}

.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 108px;
    height: 21px;
    opacity: 0.7;
}

.no-svg .floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
}

.floating .ibtn.gotop:hover {
    opacity: 1;
}


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


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

.pagination-title {
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #D8CDBE;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-left: 35px;
}

.pagination {
    text-align: center;
    font-size: 14px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pagination li.pagination_ctrl {
    width: 38px;
    height: 28px;
}

.pagination li a.controls {
    position: absolute;
    width: 26px;
    height: 50px;
    display: block;
    bottom: 0px;
    border: 0px;
    background: url('../../images/common/pagination_ctrl.png')left top no-repeat;
}

.pagination li a.controls.prev:hover {
    background-position: left bottom;
}

.pagination li a.controls.next {
    background: url('../../images/common/pagination_ctrl.png')right top no-repeat;
}

.pagination li a.controls.next:hover {
    background-position: right bottom;
}

.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid #D8CDBE;
    text-align: center;
    color: #D8CDBE;
    margin: 0 5px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    border-color: #FFA395;
    color: #FFA395;
}

.pagination li a.controls {
    font-size: 20px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #FFA395;
}

.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: #FFA395;
}


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


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

.reminder {
    text-align: center;
    color: #725F52;
    font-size: 13px;
    position: relative;
    margin: 0 0 30px;
}

.reminder span {
    color: #725F52;
}

.reminder b {
    display: inline-block;
    font-size: 20px;
    color: #FF7460;
    line-height: 1;
    vertical-align: bottom;
}

.reminder:after {
    content: " ";
    display: block;
    width: 160px;
    height: 1px;
    background: #ddd;
    margin: 40px auto 0px;
}
.icon.require:before{
     content: '//';
    display: block;
    width: 6px;
    height: 6px;
    margin:auto;
    background:#eb646a;
    border-radius:50%;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 110px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
    border: 1px solid #776255;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #58483F;
    background: #fff;
    border: none;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #FFA395;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 28px;
    font-weight: 100;
    color: #58483F;
    position: absolute !important;
    background: #fff;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    color: #FFA395;
    background: #fff;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #D0C4BD;
    background: none;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 6px;
    color: #999;
}

.form-control:focus {
    outline: none;
    background: #FDF7F7;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #EB4C52;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap.type1 {
    max-width: 1250px;
}

.form-wrap.type2 {
    max-width: 600px;
}

.form-wrap.type5 {
    max-width: 830px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 800px;
}

.form-box {
    margin: 0 auto;
}

.form-box .row {
    margin: 0 -24px;
    position: relative;
}

.form-box .row:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}

.form-box.type3 {
    max-width: 600px;
}

.form-box.type3:after {
    content: " ";
    display: block;
    width: 160px;
    height: 1px;
    background: #ddd;
    margin: 25px auto -10px;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: '●';
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 20px;
    margin: 0 4px 4px 0;
    color: #FF7460;
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #997B6C;
    font-weight: 600;
    line-height: inherit;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #80CAA5;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    transition: transform .3s;
    color: #ED646A;
}

.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
    color: #888;
}

.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: #EB4C52;
    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 .input-box-2 {
    float: left;
    width: 30%;
    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');
}

.checked.form-radio:before,
.checked .form-checkbox:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    padding: 1% 35px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto 15px;
    padding: 5px;
    max-width: 650px;
    border-radius: 10px;
    color: #ED646A;
    border: 1px solid #ED646A;
}

.no-svg .success-msg {
    background-image: url('../../images/common/success_ic.png');
}

.success-txt {
    line-height: 1.8;
    color: #725F52;
    font-size: 14px;
    padding-bottom: 10px;
}

.success-txt:after {
    content: " ";
    display: block;
    width: 160px;
    height: 1px;
    background: #ddd;
    margin: 20px auto;
}

.success-txt strong {
    color: #B9A68C;
    font-size: 24px;
}

.success-txt a {
    color: #EB575D;
}

.success-txt a:hover {
    text-decoration: underline;
}

.success-wrap .btn-box {
    max-width: 850px;
    margin: 0 auto;
}


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


/*------------ table ------------*/

.table-h {
    border-top: 1px solid #FFA395;
    color: #6A6A6A;
    border-bottom: 1px solid #FFA395;
}

.table-h tbody tr:last-child {
    border: none;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
    color: #888888;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    background: #F5F3EF;
    /* border-bottom: 1px solid #FFA395;*/
}

.table-h thead th {
    color: #777;
    font-weight: normal;
    padding: 12px;
}

.table-h tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table td span {
    color: #EB575D;
}

.table-v {
    color: #777;
    font-size: 14px;
}

.table-v tr:last-child {
    border: none;
}

.table-v tr {
    border-bottom: 1px solid #DDDDDD;
}


/*.table-v tr:nth-child(2n) {
    background: #F7F7F7;
}*/

.table-v th,
.table-v td {
    padding: 12px 20px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 90px;
    font-weight: normal;
    position: relative;
}

.table-v th:after {
    content: '';
    display: block;
    border-left: 1px solid #BBBBBB;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.table-v strong {
    color: #EC646A;
    font-size: 14px;
}

.table-v strong2 {
    color: #EC646A;
    font-size: 15px;
    font-weight: 600;
}

.table.table-h.order-table {
    max-width: 1000px;
    margin: auto;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../../images/common/lightbox_close.svg) no-repeat;
    width: 70px;
    height: 30px;
    right: 10px;
    top: -36px;
}

.no-svg body .fancybox-close {
    background-image: url(../../images/common/lightbox_close.png);
}

body .fancybox-close:hover {
    opacity: .5;
}

body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 40px;
    border-radius: 10px;
}

body .fancybox-inner {
    background: #FCF8F1;
    border-radius: 5px
}

.lightbox-wrapper {
    padding: 40px 0;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box .lightbox-title {
    background: url('../../images/common/login_ic.png') 50% 0 no-repeat;
    color: #EB4C52;
    font-size: 26px;
    font-weight: bold;
    padding-top: 40px;
    margin: 0 0 15px;
    text-align: center;
}

.login-box .lightbox-title:after {
    content: " ";
    display: block;
    width: 80px;
    height: 40px;
    background: url('../../images/common/title-icon.png')bottom center no-repeat;
    margin: auto;
}

.no-svg .login-box .lightbox-title {
    background-image: url('../../images/common/login_ic.png');
}

.lightbox-wrapper .control-label {
    display: none;
}

.login-box .notice-box {
    background: #fff;
    margin-top: 40px;
    padding: 20px 15px;
    border-radius: 15px;
    max-width: 800px;
    margin: auto;
}

.login-box .notice-box .title {
    float: left;
    background: url('../../images/common/join_ic.svg') 0 100% no-repeat;
    color: #444;
    font-size: 18px;
    font-weight: bold;
    padding: 16px 0 0 45px;
    margin: 5px 0 0 80px;
}

.no-svg .login-box .notice-box .title {
    background-image: url('../../images/common/join_ic.png');
}

.login-box .notice-box .txt {
    color: #777;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    margin-left: 240px;
    padding-left: 30px;
}

.login-box .success-box + .btn-box {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 10px;
}

.arrival-box {
    position: relative;
}

.arrival-box .form-control {
    height: 30px;
    line-height: 34px;
    padding: 0 12px;
    border-color: #D0C4BD;
    background: none;
    color: #777;
    border-radius: 7px;
    width: 80%;
    margin: auto;
}

.arrival-box .form-control:focus {
    background: #fff;
}

.arrival-box .pd-name {
    color: #EB4C52;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

.arrival-box .pd-id {
    color: #776154;
    font-size: 13px;
    text-align: center;
    padding-bottom: 55px;
    background: url('../../images/common/title-icon.png')bottom center no-repeat;
}

.arrival-box .form-box {
    padding: 20px 0;
}

.arrival-notice {
    color: #725F52;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    line-height: 1.7em;
}

.arrival-box .btn-box {
    padding-top: 0;
}

.arrival-notice:after {
    content: " ";
    display: block;
    width: 161px;
    height: 1px;
    background: #ddd;
    position: relative;
    margin: auto;
    bottom: 0;
    margin-top: 25px;
}


/*------------ / lightbox ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #FF7662;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #FF7662;
}

.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #FF7662;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #FF7662;
}

.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: 1445px) {
    .side-nav {
        width: 49%;
        margin: 0 7px;
        float: left;
    }
    .side-nav-top {
        float: left;
        width: 49%;
    }
}

@media screen and (max-width: 1435px) {
    #contact .footer-top.col {
        width: auto;
        float: left;
        padding: 0 20px;
    }
    .site-map .list-v li {
        padding: 0 10px;
    }
    .site-map {
        letter-spacing: 15px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .footer-top .col {
        width: 50%;
        border-width: 0;
        margin: 0;
        min-height: 0;
    }
    .footer-top .col3 {
        width: 100%;
        padding-top: 30px;
    }
    .footer-top .map-box {
        margin-top: 0;
    }
    .follow {
        margin-top: 20px;
    }
    /*------------ / site_footer 1280 ------------*/
}

@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    /*.site-title {
        padding: 10px 0;
    }
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
    }
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        right: 15px;
        top: 70px;
    }*/
    .site-title {
        margin-top: 10px;
        ;
        padding: 0px 0;
    }
    .site-nav .left-menu {
        float: left;
        position: relative;
        left: 60px;
    }
    .site-nav .right-menu {
        float: right;
        position: relative;
        right: 60px;
    }
    .site-nav {
        float: none;
        clear: both;
        position: static;
        margin: 0;
        padding: 0 0 10px;
        text-align: center;
    }
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        position: absolute;
        top: 50px;
        right: 0;
    }
    .site-nav .left-menu,
    .site-nav .right-menu {
        float: none;
        right: 0px;
        left: 0px;
        margin: 0 0px;
    }
    .site-nav .right-menu > li + li:before {
        border: none;
    }
    .site-nav .right-menu > li:nth-child(1):before {
        content: '';
        display: block;
        border-right: 1px solid #40342D;
        width: 12px;
        height: 17px;
        position: absolute;
        left: -15px;
        top: 50%;
        margin-top: -9px;
    }
    .h2-title {
        width: 45%;
    }
    .mmenu-show #mobile-menu .share-menu{display:none;}
    /*------------ / site_header 1120 ------------*/
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-header {
        position: relative;
    }
    .site-title {
        top: 0px;
        padding: 19px 0 22px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding-bottom: 80px;
    }
    .side-nav,
    .side-nav-top {
        position: relative;
        font-size: 15px;
        margin: 0px;
        width: 100%;
        float: none;
    }
	.site-title .logo {
    background: url(../../images/common/logo_s.png) no-repeat;
    width: 181px;
    height: 60px;
    }
	
    /*------------ / site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0 10px;
    }
    .footer-top .container {
        text-align: center;
    }
    .footer-top .col {
        width: auto;
        float: none;
        clear: both;
        padding-bottom: 20px;
    }
    .footer-top .map-box {
        margin: 0;
    }
    .site-info {
        display: none;
    }
    #contact .footer-top.col {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        position: fixed;
        margin-right: -15px;
        border: none;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / floating 1000 ------------*/
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 860px) {
    .h2-title {
        width: 100%;
    }
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    .breadcrumb {
        position: static;
        margin: 30px 0px -10px;
        text-align: left;
        padding: 0px;
    }
    #contact .container .qrcode,
    #contact .container .contact-item {
        float: none;
        margin-left: -20px;
    }
    /*------------ / breadcrumb 767 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-content {
        padding: 0 0 60px;
    }
    .main-title {
        font-size: 28px;
    }
    .content-title2 {
        font-size: 18px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination-title {
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .page-info {
        display: block;
        padding: 0px 50px 0;
        margin-top: -70px;
    }
    .pagination {
        position: relative;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: 0px;
    }
    .pagination li.pagination_ctrl {
        position: absolute;
        bottom: 25px;
    }
    .pagination li.pagination_prev {
        left: 0;
    }
    .pagination li.pagination_next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-wrap {
        padding: 30px 15px;
    }
    .success-msg {
        font-size: 20px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 2;
    }
    /*------------ / table 767 ------------*/
    /*------------ lightbox 767 ------------*/
    .login-box .notice-box {
        padding: 20px 25px;
        text-align: center;
    }
    .login-box .notice-box .title {
        float: none;
        display: inline-block;
        margin: 0;
    }
    .login-box .notice-box .txt {
        border-width: 1px 0 0;
        margin: 15px 0 0;
        padding: 15px 0 0;
    }
    /*------------ / lightbox 767 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        border: 0;
    }
    /*------------ / table 500 ------------*/
}

@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 ------------*/
}

@media screen and (max-width: 330px) {
    #contact .contact-item span {
        position: relative;
    }
    #contact .contact-item li {
        padding-left: 0px;
    }
}

@media screen and (max-width: 300px) {
    #contact .container .qrcode li {
        margin: 1px;
    }
}
