@charset "utf-8";

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

body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #5D5D5D;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.35px;
}


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



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


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

.icon.require {
    width: 20px;
    height: 20px;
    background-position: -200px -87px;
    margin-bottom: 4px;
}


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


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


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

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

.btn-box.has-border {
    border-top: 1px solid #ddd;
}

.btn-box.align-left {
    text-align: left;
}


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

.share .btn {
    font-size: 17px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 50%;
    padding: 2px 0 0 0;
    color: #fff;
}

.share .btn:hover {
    opacity: .5;
}

.share .btn.facebook {
    background: #3B579D;
}

.share .btn.plurk {
    background: #FF7430;
}

.share .btn.google {
    background: #CC1701;
}

.share .btn.twitter {
    background: #5890FF;
}
.share .btn.line {
    background: #fff;
	color: #00C300;
	    margin-top: -4px!important;
}
.share .btn.line i{
	font-size:31px;
}
.share .btn:hover {
    border-color: #DAE51E;
}


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

.btn.back {
    font-size: 13px;
    border: 1px solid #AAAAAA;
    color: #666666;
    width: 110px;
    height: 30px;
    line-height: 28px;
    text-align: right;
    box-sizing: border-box;
    padding: 0 10px;
    background: #fff;
    transition: all .2s;
}

.btn.back i {
    font-size: 16px;
    vertical-align: middle;
    margin: 5px 0 0 0;
    display: inline-block;
    color: #BBBBBB;
    float: left;
}

.btn.back:hover {
    color: #fff;
    background: #bb0000;
    border-color: #bb0000;
}

.btn.back:hover i {
}


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

.btn.style01 {
    position: relative;
    display: block;
    height: 34px;
    line-height: 34px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #952323;
    color: #FFF;
    font-size: 15px;
    border-radius: 4px;
}

.btn.style01:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 4px;
    right: 4px;
    top: 1px;
    background: #D24242;
    z-index: 2;
}

.btn.style01:hover {
    color: #fff;
    background: #A74848;
}

.btn.style01.home {
    max-width: 126px;
    text-decoration: none;
}


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

.btn.write-question {
    background: #FF7837;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px 5px;
    border-radius: 50px;
    position: relative;
}

.btn.write-question:before {
    content: " ";
    background: url('../../images/common/message/icon_message.png');
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 22px;
    margin: -6px 20px 0 0;
}

.btn.write-question:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 1%;
    right: 1%;
    bottom: 8%;
    border-radius: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
}

.btn.write-question:hover {
    background: #CC0D0D;
}


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


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

.site-header > .container{
    max-width: 100%;
    padding: 0;
}

.site-title {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 35px 0 34px;
    background: url(../../images/common/header_bg.jpg) no-repeat center top;
    line-height: 1;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% / contain no-repeat;
    width: 97px;
    height: 151px;
    transition: opacity .3s ease;
}

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

.site-title b{
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #FDBB81;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    letter-spacing: 1px;
}

.site-title p{
    margin: 0;
    font-family: '標楷體';
    color: #F8C1BA;
    font-size: 25px;
    letter-spacing: 2px;
}

/*------------top-nav ------------*/

.top-nav {
    background: #9D3333;
    height: 42px;
}

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

.top-nav .container {
    display: block;
}


/*------------language ------------*/

.top-nav .language {
    vertical-align: middle;
    margin: 0;
    float: left;
}

.top-nav .language .btn {
    display: none;
}

.top-nav .language li a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    border-radius: 14px;
    min-width: 28px;
    text-align: center;
    margin: 5px 0 0 0;
}

.top-nav .language li a:before {
    bottom: 4px;
}

.top-nav .language li + li a:before {
    display: none;
}

.top-nav .language li a:hover {
    background: rgba(255, 255, 255, 0.5);
}


/*------------search-box ------------*/

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

.site-header .search-box .form-control {
    height: 42px;
    line-height: 40px;
    margin: 0;
    border: 0;
    background: #9D3333;
    color: #fff;
    text-align: right;
    border-radius: 0;
    padding: 0 40px 0 10px;
}

.site-header .search-box .form-control:focus {
    background: #640000;
}

.site-header .search-box .form-control::-webkit-input-placeholder,
.site-header .search-box .form-control::-moz-placeholder,
.site-header .search-box .form-control::-ms-input-placeholder,
.site-header .search-box .form-control::-moz-placeholder {
    color: #FFF;
}

.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 3px;
    top: 7px;
}

.site-header .search-box .ibtn.search:hover {
    background-position: bottom center;
}


/*------------site-nav ------------*/

.site-nav {
    position: relative;
    box-shadow: 0 0 15px rgba(182,148,114,.35);
    background: #fff;
}

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

.site-nav .container {
    display: block;
}

.site-nav .menu {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    margin: 0 -27px;
}

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

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

.site-nav .menu li a {
    display: block;
}

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

.site-nav .menu > li > a:hover {
    color: #840000;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 160px;
    box-sizing: border-box;
}

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

.site-nav .menu ul li a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 5px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, 0.8);
}

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

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    padding: 0 6px 10px;
    margin: 0 0 0 1px;
    /*position: static;*/
}

.site-nav .menu ul ul li a {
    background: rgba(132, 0, 0, 0.70);
    margin-bottom: 1px;
}

.site-nav .menu ul ul li a:hover {
    color: #FFDE6A;
}


/*------------search-box ------------*/

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

.site-header .search-box .form-control {
    height: 42px;
    line-height: 40px;
    margin: 0;
    border: 0;
    background: #9D3333;
    color: #fff;
    text-align: right;
    border-radius: 0;
    padding: 0 40px 0 10px;
}

.site-header .search-box .form-control:focus {
    background: #640000;
}

.site-header .search-box .form-control::-webkit-input-placeholder,
.site-header .search-box .form-control::-moz-placeholder,
.site-header .search-box .form-control::-ms-input-placeholder,
.site-header .search-box .form-control::-moz-placeholder {
    color: #FFF;
}

.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 24px;
    height: 24px;
    position: absolute;
    right: 3px;
    top: 7px;
}

.site-header .search-box .ibtn.search:hover {
    background-position: bottom center;
}

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

.share {
    float: right;
    padding: 25px 0 0 0;
}

.share li {
    margin: 0 3px;
}

.share .title {
    font-size: 18px;
    display: inline-block;
    line-height: 30px;
    font-weight: bold;
    color: #840000;
    padding: 0 25px 0 40px;
    border-left: 1px solid #DDDDDD;
}


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

/*------------ header-fixed ------------*/

.header-fixed .site-header{
    position: fixed;
    width: 100%;
    z-index: 50;
    background: url(../../images/common/header_bg.jpg) no-repeat center top;
    box-shadow: 0 0 15px rgba(182,148,114,.35);
}

.header-fixed .site-title{
    float: left;
    padding: 10px 0;
    background: none;
}

.header-fixed .site-title b,
.header-fixed .site-title p{
    display: none;
}

.header-fixed .site-title .logo{
    width: 99px;
    height: 48px;
    background: url(../../images/common/logo2.png);
}

.header-fixed .site-nav{
    float: right;
    box-shadow: none;
    background: none;
}

.header-fixed .share{
    display: none;
}

.header-fixed .site-header > .container{
    max-width: 1470px;
    padding: 0 15px;
}

.header-fixed .site-nav .menu{
    margin: 0;
}

.header-fixed .site-nav .menu > li > a{
    padding: 20px 20px;
    color: #fff;
}

/*------------ / header-fixed ------------*/

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

.banner {
    position: relative;
}

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


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


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

.site-main{
}

.main-top {
    position: relative;
    padding: 29px 0;
    background: url(../../images/common/title_bg.png) no-repeat 25%;
    border-bottom: 1px solid #D8CDC0;
    margin: 0 0 40px;
}

.main-top:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    border-bottom: solid 1px #fff;
}

.main-title {
    float: left;
    line-height: 1.2;
    padding: 0px 0 0px 20px;
    position: relative;
    color: #393939;
    font-size: 28px;
    font-weight: normal;
    border-left: 3px solid #BB0000;
}

.main-title small {
    font-size: 15px;
    color: #6C6C6C;
    display: block;
    font-weight: normal;
    margin: 4px 0 0 2px;
}

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

.content {
    min-height: 700px;
    box-sizing: border-box;
}

.content-top{
    margin: 0 0 40px;
}

.content-title {
    position: relative;
    color: #92060E;
    font-size: 20px;
    line-height: 1.2;
    background: rgba(216,205,192,.5);
    margin: -40px 0 0 0;
    font-weight: normal;
    padding: 18px 10px 18px 46px;
}

.content-title i{
    width: 7px;
    height: 7px;
    display: inline-block;
    background: url('../../images/common/title_ic.png');
    position: absolute;
    top: 26px;
    left: 25px;
}

/*------------warning ------------*/

.warning-sect {
    display: none;
}


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


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

.site-footer {
    background: url(../../images/common/footer_bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0 155px;
    position: relative;
}

.site-footer .col {
    float: left;
    position: relative;
}

.site-footer .title {
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.site-footer .col .title:before {
    content: '';
    background: url('../../images/common/footer_icon.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0px;
}

.site-footer .site-map .title:before {
    background-position: -29px 0;
}

.site-footer .site-info .title:before {
    background-position: -58px 0;
}

.site-footer .follow {
    width: 37%;
    background: url('../../images/common/footer_hr.png') no-repeat top right;
}

.follow .qr-inner > img {
    margin: 0 10px 10px 0;
    vertical-align: top;
}

.site-footer .site-map {
    width: 25%;
    padding: 0 3%;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 13px;
    color: #C18080;
}

.site-map ul + ul {
    margin-left: 40px;
}

.site-map ul:first-of-type {
    margin-left: 40px;
}

.site-map li + li {
    margin-top: 15px;
}

.site-map a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 2px 0;
    width: 4px;
    height: 4px;
    background: #FF7430;
    border-radius: 10px;
}

.site-map a:hover{
    color:#fff;
}

.site-footer .site-info {
    float: right;
    width: 38%;
    font-size: 16px;
    padding: 0 0 0 3%;
    color: #C18080;
    line-height: 1.75;
    background: url('../../images/common/footer_hr.png') no-repeat top left;
}

.site-footer .site-info .title {
    margin-bottom: 10px;
}

.site-footer .site-info p {
    margin: 0 0 0 40px;
}

.site-footer .site-info p:first-of-type {
    margin: 0 0 58px 40px;
}

.site-info .copyright,
.site-info .author {
    font-size: 12px;
    color: #BE7B57;
    line-height: 1.45;
}


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


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

.floating {
    display: none;
}

.ibtn.gotop {
    position: absolute;
    left: 50%;
    top: 0;
    background-image: url(../../images/common/gotop.png);
    width: 100px;
    height: 99px;
    margin: -50px 0 0 -50px;
}

.ibtn:hover {
    background-position: 0 100%;
}


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


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

.breadcrumb {
    text-align: right;
    color: #948170;
    font-size: 13px;
    padding: 25px 0 0 0;
    float: right;
    letter-spacing: 2px;
}

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

.breadcrumb li+li:before {
    content: "> ";
}

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

.content-top .breadcrumb {
    background: none;
    color: #878787;
    font-size: 14px;
    margin: -50px 0 40px 0;
    padding: 0;
    float: none;
    text-align: left;
}

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

.content-top .breadcrumb li:last-child a {
    font-size: 20px;
    color: #FF7230;
    font-weight: bold;
}


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


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

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

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

.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid transparent;
    text-align: center;
    color: #666;
    margin: 0 5px;
    box-sizing: border-box;
    transition: all .2s;
}

.pagination li a:hover,
.pagination li.active a {
    background: #da900f;
    color: #ffffff;
}

.pagination li a.controls {
    min-width: 90px;
}

.pagination li a.controls:hover{
    background: transparent;
    color: #800;
}

.pagination li a i {
    color: #BBBBBB;
    font-size: 13px;
    margin: 0 7px 0;
}

.pagination li a:hover i {
    color: #f7bf18;
}

.page-info {
    display: none;
}

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

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


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


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


/*-----reminder-----*/

.reminder {
    max-width: 955px;
    margin: 0 auto 30px;
}

.reminder .reminder-tip {
    border: 1px solid #DDDDDD;
    padding: 12px 15px;
    margin-top: 18px;
    font-size: 13px;
	  text-align: center;
}

.reminder b {
    color: #FF2626;
}

.reminder strong {
    display: block;
    font-size: 18px;
    color: #F75100;
    text-align: center;
    position: relative;
}

.reminder strong span {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 10px;
}


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

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 6px;
    border: 1px solid #E7E7E7;
    background: #FAFAFA;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.form-control:focus {
    outline: none;
    border-color: #FF722E;
}

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

.form-box .form-group {
    padding: 5px 0;
}

.form-box .control-label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    color: #7F7F7F;
}

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

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

.form-box .btn-group {
    margin: 27px 0 0 0;
}


/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 2px;
    padding: 0 5px;
}


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

.form-wrap {
    max-width: 1245px;
    margin: 0 auto;
}

.form-box {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.form-box .row {
    margin: 0 -22px;
}

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

.form-box.has-bg {
    max-width: 700px;
    border: 2px solid #E7E7E7;
    padding: 46px;
    box-sizing: border-box;
}

.form-box.has-bg:before {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background: url(../../images/common/cart/cart-title_icon.png) no-repeat;
    background-position: 0px -180px;
    position: absolute;
    left: -3px;
    top: -3px;
}


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

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

.form-box .required:after {
    content: "*";
    margin-left: 5px;
    color: #FF2626;
}


/*----- captcha -----*/

.form-box .captcha .form-control {
    display: inline-block;
    width: 71%;
    max-width: 355px;
}

.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin: 0 0 6px 5px;
}

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

.form-box .captcha a .ic-rotate-left {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #FF7430;
    font-size: 16px;
    transition: transform .3s;
    margin: 0 0 0 -6px;
}

.form-box .captcha a:hover .ic-rotate-left {
    opacity: .8;
    transform: rotate(270deg);
}


/*----- name -----*/

.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;
}


/*----- address -----*/

.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%;
}


/*----- tips -----*/

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #840000;
    font-size: 13px;
    padding: 0 5px;
}

.form-box.type2 .tips {
    min-height: 0;
}


/*----- input-group -----*/

.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;
}


/*----- radio + checkbox -----*/

.form-radio {
    display: inline-block;
    position: relative;
}

.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}

.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 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

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


/*-----success-box-----*/

.success-box {
    border: 1px solid #DDDDDD;
    padding: 40px 15px 20px;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    box-sizing: border-box;
}

.success-box .msg {
    color: #F75100;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.success-box b {
    font-size: 24px;
    color: #000000;
    display: block;
    margin: 0 0 30px;
}

.success-box a {
    color: #840000;
    font-size: 13px;
    text-decoration: underline;
}

.success-box .btn-box {
    margin: 10px 0 0 0;
}

.success-box small {
    font-weight: bold;
    color: #000000;
    display: block;
}


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


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

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

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #fff;
    margin-top: 60px;
    border-radius: 30px;
}

.lightbox-wrapper {
    padding: 26px 85px;
    max-width: 100%;
    width: 700px;
    box-sizing: border-box;
}

.lightbox-wrapper.success-wrapper {
    padding: 26px 50px;
}

.arrival-box {
    position: relative;
    padding: 80px 85px;
}

.arrival-box .arrival-title {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 0;
}

.arrival-box .pd-id {
    line-height: 21px;
    color: #666666;
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
}

.lightbox-wrapper .form-control {
    margin-bottom: 0px;
}

.lightbox-wrapper .form-box .form-group {
    padding: 10px 0;
}

.arrival-notice {
    text-align: center;
    color: #666666;
    padding: 20px 0 10px;
}

.login-title {
    width: 258px;
    height: 98px;
    margin: 0 auto 25px;
    color: transparent;
    background: url('../../images/common/member/fancybox_login.png');
}

.login-btn-box {
    margin: 0;
    padding: 10px 0 0 0;
}

.login-btn-box .btn.style01 {
    max-width: 290px;
}

.login-btn-box .link {
    color: #666666;
    font-size: 13px;
    line-height: 35px;
    display: inline-block;
    margin: 0 10px 5px;
}

.login-btn-box a:hover {
    color: #000;
}

.lightbox-wrapper .notice-box {
    margin: 30px auto 0;
    color: #333;
    background: #FED1C2;
    font-size: 14px;
    text-align: center;
    padding: 15px 15px 25px;
}

.lightbox-wrapper .notice-box .title {
    color: #1F1313;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.lightbox-wrapper .success-box {
    padding: 30px 0 0;
    margin: 30px 0;
    border: 0;
}

.success-box .msg.memberok_msg {
    margin-bottom: 12px;
}


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

/*------------ mobile_menu ------------*/

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

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

.mmenu-show #member-box {
    background: #f3856d;
}

.mmenu-show #member-box li + li {
    border-top: 1px dashed #fff;
}

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

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

.mmenu-show #mobile-menu .menu ul li a,
.mmenu-show #mobile-menu .menu ul li.active > a {
    color: #fff;
    background: #9D3333;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-menu .language-menu {
    background: #840000;
}


/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1440px) {
    /*------------ site-header 1440 ------------*/
    .share,
    .site-nav .menu {
        float: none;
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .site-nav .menu > li > a {
        padding: 10px 25px;
    }
    .share {
        padding: 10px 0 10px;
    }
    .share .title {
        border: 0;
        padding: 0 25px 0 0px;
    }
    /*------------ / site-header 1440 ------------*/
    /*------------ site-footer 1440 ------------*/
    .site-footer {
        padding: 90px 0 55px;
    }
    .site-footer .site-map {
        float: none;
        clear: both;
        width: 100%;
        background: none;
        padding: 0;
    }
    .site-footer .site-map li + li {
        margin-left: 20px;
    }
    .site-footer .site-map li {
        display: inline-block;
    }
    .site-footer .follow {
        width: 60%;
        margin-bottom: 40px;
    }
    .site-footer .site-info {
        width: 40%;
        float: left;
        padding: 0 0 0 3%;
        background: none;
    }
    /*------------ / site-footer 1440 ------------*/
}

@media screen and (max-width: 1024px) {
    /*------------ site-header 1024 ------------*/
    .site-nav .menu > li > a {
        padding: 10px;
    }
    /*------------ / site-header 1024 ------------*/
    /*------------ header-fixed 1024 ------------*/
    .header-fixed .site-nav .menu > li > a{
        padding: 20px 6px;
        font-size: 16px;
    }
    /*------------ / header-fixed 1024 ------------*/
}

@media screen and (max-width: 900px) {
    /*------------ site-footer 900 ------------*/
    .site-footer .follow,
    .site-footer .site-info{
        width: 100%;
        float: none;
        padding: 0;
        background: none;
    }
    .site-footer .site-info{
        margin: 0 0 30px;
    }
    .site-footer .site-info p:first-of-type{
    margin: 0 0 20px 40px;
}
    /*------------ / site-footer 900 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site-header 767 ------------*/
    .site-nav,
    .top-nav {
        display: none;
    }
    .site-title .logo {
        width: 51px;
        height: 80px;
    }
    .site-title {
        padding: 10px 0;
    }
    .site-title b,
    .site-title p{
        display: none;
    }
    /*------------ / site-header 767 ------------*/
    /*------------ header-fixed 767 ------------*/
    .header-fixed .site-header{
        position: static;
        height: 100px;
    }
    /*------------ / header-fixed 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-footer {
        padding: 25px 0 25px;
    }
    .site-footer .site-map {
        display: none;
    }
    .site-footer .follow {
        margin-bottom: 40px;
    }
    .site-footer .site-info p:first-of-type,
    .site-footer .site-info p {
        margin: 0;
    }
    .site-footer .site-info p.copyright {
        margin-top: 30px;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 20px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -49px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a.controls {
        min-width: 36px;
        height: 36px;
        line-height: 41px;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box {
        padding: 0;
    }
    .form-box.has-bg {
        padding: 40px 20px 10px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .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-box .tips {
        min-height: 0;
    }
    /*------------ / form 767 ------------*/
    /*------------ lightbox 767 ------------*/
    body .fancybox-close {
        right: 0;
    }
    /*------------ / lightbox 767 ------------*/
    /*------------ floating 767 ------------*/
    .ibtn.gotop {
        position: fixed;
        top: auto;
        bottom: 5px;
        z-index: 400;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 25px;
        height: 25px;
        border: 0;
        margin: 0 0 0 -12px;
    }
    /*------------ / floating 767 ------------*/
}

@media screen and (max-width: 600px) {
    /*------------ site-main 600 ------------*/
    .main-top {
        padding: 10px 0 15px 0;
    }
    .main-title {
        float: none;
    }
    /*------------ / site-main 600 ------------*/
    /*------------ breadcrumb 600 ------------*/
    .breadcrumb {
        text-align: left;
        padding: 0px 0 10px 27px;
        float: none;
    }
    /*------------ / breadcrumb 600 ------------*/
    /*------------ lightbox 600 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    /*------------ / lightbox 600 ------------*/
    /*------------ form 600 ------------*/
    .reminder {
        padding: 10px;
    }
    /*------------ / form 600 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 15px 5px;
    }
    /*------------ / lightbox 500 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    .form-box .captcha .form-control {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
}
