@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Poppins');

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

body {
    background: #fff;
    font-family: Arial, 'Open Sans', '文泉驛正黑', 'Roboto', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #111;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.075em;
}

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

.container.w2 {
    max-width: 1110px;
}

*:focus {
    outline: none;
}

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


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


/*--- 最上方 ---*/

.header-sheet {
    background-color: #464648;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
}

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: #8AD64B;
    text-decoration: underline;
}

.header-fixed .header-sheet {
    display: none;
}
/*--- END ---*/


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


/*-----share_box-----*/

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

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

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

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

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

.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}

.share_box {
    margin: 10px 0 30px;
    text-align: left;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #d0d0d0;
}

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

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

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

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

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

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

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

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

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

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

.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.a2a_svg.a2a_s__default.a2a_s_tumblr,
.a2a_svg.a2a_s__default.a2a_s_whatsapp,
.a2a_svg.a2a_s__default.a2a_s_sina_weibo,
.a2a_label {
    display: none;
}



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

.share .btn {
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    color: #385ab3;
    border-radius: 50%;
    background: #fff;
    transition: all .2s;
}

.share .btn:hover {
    transition: all .2s;
    line-height: 31px;
    border-color: #ffffff;
    color: #fff;
    background:#142056;
}
.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb1.png');
    width: 160px;
    height: 45px;
    transition: all .3s ease;
}
.ibtn.fb-fans-page:hover {
    background-image: url('../../images/common/fb2.png');
}

.mmenu-show #mobile-menu .share .btn {
    line-height: 27px;
}

.btn.login,
.btn.arrowL,
.btn.arrowR {
    width: 200px;
    line-height: 36px;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    margin: 0 0px 10px;
    position: relative;
}

.btn.login,
.btn.arrowL {
    background: #2b4097;
}

.btn.arrowL {
    text-align: right;
}

.btn.arrowR {
    background: #5775cc;
    text-align: left;
}

.btn.login:hover,
.btn.arrowL:hover,
.btn.arrowR:hover {
    background: #4CAF50;
}
.btn.arrowL .ic,
.btn.arrowR .ic {
    position: absolute;
    font-size: 36px;
    top: -1px;
}

.btn.arrowL .ic {
    left: 8px;
}

.btn.arrowR .ic {
    right: 8px;
}

.btn.normal {
    width: 150px;
    height: 36px;
    line-height: 36px;
    background: #2b4097;
    font-size: 16px;
    color:#fff;
    border-radius:0;
    margin: 0 5px 10px;
    position: relative;
}

.btn.normal:hover {
    background:#0098d8;
}


.btn.normal .ic {
   display:none;
}

.btn.pure {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
    text-decoration: underline;
}

.btn.pure:hover {
    color: #B20000;
}


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


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

.site-header .container{
   /* max-width:1920px; */
}

.site-header .site-title,
.site-header .site-nav{
    /* padding: 0 15px; */
    max-width: 1330px;
    margin:auto;
}

.site-title {
    position: relative;
    text-align: center;
    padding: 15px 0 15px;
}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 368px;
    height: 62px;
    transition: opacity .3s ease;
    -moz-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
    -o-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
    -webkit-transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
}

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

.top-nav {position: absolute;z-index: 10;right: 15px;top: 15px;padding: 0 10px;-moz-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;-o-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;-webkit-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;}

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

.site-header .search-box {
    border: 1px solid #ddd;
    position: relative;
    padding: 6px 55px 6px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    background:#fff;
	transition: all.3s ease;
    
}

.site-header .search-box .form-control {
    height: 25px;
    line-height: 25px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    background: #fff;
    color: #000;
    margin: 0;
    border:1px solid #fff;
    text-align:left;
}

.site-header .search-box .form-control:focus {
   
}

.site-header .search-box .btn.search {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    content: '\e92a';
    z-index:2;
    padding-right:30px;
    font-family: 'icon-font-41' !important;
}
.site-header .search-box .btn.search:after{
     content:'';
    background:#62A927;
    display:block;
    position:absolute;
    width:42px;
    height:37px;
    z-index:-1;
    top:-4px;
    right:-5px;
}

.site-header .search-box .btn.search:hover:after{
    background: #0098D8;
}

/*.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}*/

.site-header .language {
    position: relative;
}

.site-header .language .btn {
    /*color: #fff;*/
    font-size: 13px;
    padding: 0 10px;
    line-height: 45px;
}
.site-header .language .btn:hover {
    color:#62A927;
}
.site-header .language .btn:after {
    content: '\f107';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 10px;
}

.site-header .language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

.site-header .language li {
    display: block;
}

.site-header .language li a {
    display: block;
    background: rgb(113, 189, 136);
    color: #fff;
    padding: 5px 10px;
    margin-top: 1px;
    font-size: 14px;
}

.site-header .language li a:hover {
    color: #00855a;
}

.site-nav {
    text-align: center;
    padding: 5px 0;
}

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

.site-nav .menu {
    text-align: center;
    margin: 0 -20px;
}

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

.site-nav .menu > li:after{
    content:'';
    display:inline-block;
    background:#ddd;
    width:1px;
    height: 18px;
    position:absolute;
    bottom: 13px;
    right:0;
}
.site-nav .menu > li:nth-last-child(1):after{
    display:none;
}
.site-nav .menu li a {
    display: block;
}

.site-nav .menu>li:nth-child(9),
.site-nav .menu>li:nth-child(10),
.site-nav .menu>li:nth-child(11),
.site-nav .menu>li:nth-child(12),
.site-nav .menu>li:nth-child(13),
.site-nav .menu>li:nth-child(14),
.site-nav .menu>li:nth-child(15),
.site-nav .menu>li:nth-child(16),
.site-nav .menu>li:nth-child(17),
.site-nav .menu>li:nth-child(18) {
    display: none;
}

.site-nav .menu>li>a {
    width: 120px;
    color: #444;
    text-align: center;
    font-family: 'Oswald', '微軟正黑體';
    font-size: 16px;
    padding: 10px 0;
    -moz-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    -o-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    -webkit-transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease, opacity 0.8s ease, background-color 0.8s ease;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color:#2e4755; 
}
.site-nav .menu > li > a:before {
    background: #2B4097; 
    height:4px;
    content: "";
    position: absolute;
    top:46px;
    right: 50%;
    left: 50%;
    z-index: 1;
    transition: 0.3s;
}
.site-nav .menu > li > a:hover:before {
    right: 0%;
    left:0%;
}

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

.site-nav .menu>li>ul {
    top: calc(100% + 5px);
    left: 50%;
    margin-left: -95px;
}

.site-nav .menu ul li a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 12px;
    background: rgba(0, 0, 0, 0.7);
    margin-bottom: 1px;
    border:1px solid transparent;
    transition:all .3s ease;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: rgba(0, 152, 216, 0.7);
    border:1px solid transparent;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}




/*********************************/

.header-fixed {
    padding-top: 147px;
}

.header-fixed .site-header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.header-fixed .site-title {
    padding: 5px 0;
    float: left;
}
.header-fixed .site-header .container {
    max-width: 1330px;
}
.header-fixed .site-title .logo {
    background: url('../../images/common/logo02.png') 50% 50% / contain no-repeat;
    width: 60px;
    height: 60px;
    text-align: left;
    -moz-transition: height 0.4s ease, width 0.4s ease;
    -o-transition: height 0.4s ease, width 0.4s ease;
    -webkit-transition: height 0.4s ease, width 0.4s ease;
    transition: height 0.4s ease, width 0.4s ease;
}

.header-fixed .site-nav {
    padding: 17.5px 0;
    margin-left: 90px;
    text-align: left;
}

.header-fixed .site-nav .menu {
    text-align: left;
    margin: 0 0px;
}
.header-fixed .site-nav .menu > li:after{
    bottom: 8px;
}
.header-fixed .site-nav .menu>li>a {
    width: 104px;
    height: auto;
    padding: 5px 0;
    text-align: center;
    -moz-transition: height 0.8s ease, width 0.8s ease;
    -o-transition: height 0.8s ease, width 0.8s ease;
    -webkit-transition: height 0.8s ease, width 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease;
}

.header-fixed .site-nav .menu>li>ul {
    top: calc(100% + 15px);
}

.header-fixed .site-header .language {
    display: none;
}

.header-fixed .site-header .search-box {
    padding: 21.5px 50px 21.5px 11px;
    width: 200px;
    -moz-transition: height 0.8s ease, width 0.8s ease;
    -o-transition: height 0.8s ease, width 0.8s ease;
    -webkit-transition: height 0.8s ease, width 0.8s ease;
    transition: height 0.8s ease, width 0.8s ease;
    /* margin-right: 0px; */
    /* border-left:1px solid #c4c5c6; */
    /* top: 0; */
}

.header-fixed .top-nav {
    padding: 0 15px;
    max-width:  200px;
    background: none;
    top: 0;
}
.header-fixed .site-header .search-box .btn.search:after{
 
    width:45px;
    height:70px;
    z-index:-1;
    top:-20px;
    right:-5px;
}


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


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

.banner {
    position: relative;
    padding: 0;
    text-align: center;
}

.banner .container {
    max-width: 100%;
    padding: 0;
}



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


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

.main-top {
    padding: 50px 0 0;
    display: none;
}

.main-title {
    color: #212121;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    display: none;
}



.main-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 38px;
    font-weight: normal;
}

.main-content {
    padding: 50px 0 150px;
}

.main-content .container {
    display: table;
    width: 100%
}

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

.content-top {
    background:#D2D2D3;
    padding: 8px 15px;
    min-height: 32px;
    margin-bottom: 60px;
}

.content-top .content-title {
    float: left;
}

.content-title {
    background: url('../../images/common/con-ic.png')0 40% no-repeat;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    min-height: 32px;
    padding-left: 30px;
    margin: 0;
    line-height: 32px;
}

.content-title .ic {
    color: #666;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 4px;
    /* display: none; */
}

.content-title2 {
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #e1e1e1;
    padding-bottom: 4px;
    margin: 0 0 10px;
}

.content-title2 span {
    display: inline-block;
    vertical-align: bottom;
    color: #62a927;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}

.content-title2:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #62a927;
    width: 76px;
}

.shopping-title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.shopping-title .en {
    color: #aaa;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.shopping-title .ic {
    margin: 0 3px 3px 0;
    font-size: 32px;
    color: #B20000;
}

.shopping-title .ic-wrap {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0;
    border: 1px solid #B20000;
    border-radius: 50%;
    margin-right: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

.btn-box.align-left {
    text-align: left;
    padding: 40px 0 50px 0;
}

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

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

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



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


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

.breadcrumb-box {
    padding: 20px 0;
    position: relative;
}

.breadcrumb {
    position: absolute;
    color: #989898;
    font-size: 13px;
    right: 15px;
    top: -10px;
}

.breadcrumb a:hover {
    color: #999;
}

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

.breadcrumb li+li:before {
    content: '| ';
    display: inline-block;
    margin: 0 4px 0 2px;
}

.breadcrumb li:last-child a {
    color: #989898;
}

.breadcrumb li a:hover {
    color:#2b4097;
}

.breadcrumb li a .ic {
    font-size: 16px;
    vertical-align: text-bottom;
}

.content-top .breadcrumb {
    float: right;
    position: initial;
    z-index: 2;
    margin: 5px 0 5px 10px;
}

.content-top .breadcrumb li+li:before {
    content: '/ ';
    margin: 0;
}

.content-top .breadcrumb,
.content-top .breadcrumb li a {
    color:#6f6f6f;
	transition: all .3s ease;
}

.content-top .breadcrumb li a:hover {
	color:#2b4097;
}


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


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

.side {
    width: 200px;
    border-right: 1px #dedede solid;
    position: relative;
    padding-bottom: 20px;
    display: table-cell;
    vertical-align: top;
}

.has-side .content {
    width: calc(100% - 245px);
    display: table-cell;
    padding-left: 44px;
    max-width: 1055px !important;
}

.side-title {
	color: #fff;
	font-size: 20px;
	padding: 10px 0px 60px 20px;
	text-align:  left;
	/* border-bottom: 3px solid #3051B0; */
	background: url(../../images/common/side-title-ic.png) no-repeat;
}

.side-title:after {
    content: '';
    display: block;
}

.side-nav-top {
    border: 1px solid #ddd;
    border-width: 0 1px;
    padding: 8px 15px;
    color: #C39959;
    font-size: 14px;
}

.side-nav-top li a {
    line-height: 1.4;
    text-decoration: underline;
    position: relative;
    padding: 6px 0 6px 26px;
}

.side-nav-top li a:hover {
    color: #B20000;
}

.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}

.side-nav {
    margin-top: 0px;
}

.side-nav>li {
    margin-top: 5px;
    background: url(../../images/common/side-dotline.png) 50% 100% no-repeat;
}
.side-nav>li:hover,
.side-nav>li.active{
    background:none;
}
.side-nav li a {
    line-height: 1.4;
}

.side-nav>li>a {
    color: #4f4f4f;
    font-size: 15px;
    padding: 10px 0px 10px 20px;
    transition:all .3s;
}
.side-nav>li>a:after{
    content:'';
    width:100%;
    height:2px;
   background:url(../../images/common/line.png);
    display:block;
    position:absolute;
    left:0px;
    bottom:-1px;
}
.side-nav>li>a:hover:after,
.side-nav>li.active>a:after {
    display:none;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #fff;
    background: #0098D8;
}

.side-nav>li>a .ic-caret-right {
    float: left;
    vertical-align: middle;
    padding: 3px 8px 0px 6px;
    display: none;
}

.side-nav>li>a:hover .ic-caret-right,
.side-nav>li.active>a .ic-caret-right {
    color: #74a1fe;
}

.side-nav ul {
    display: none;
    padding: 2px 0;
    margin-top: 10px;
}

.side-nav ul li a {
    color: #777;
    font-size: 14px;
    padding: 5px 0 5px 30px;
    position:relative;
    transition:all .3s ease;
}
.side-nav ul li a:before {
    content:'';
    display:inline-block;
    width:5px;
    height:5px;
    background:#0098D8;
    border-radius:100%;
    position:absolute;
    left:22px;
    top:calc(50% - 2.5px);
    opacity:0;
    transition:all .3s ease;
}
.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #0098D8;
    padding-left:35px;
}
.side-nav ul li a:hover:before,
.side-nav ul li.active>a:before {
    opacity:1;
}


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


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

.site-footer {
    background: url(../../images/common/footer_bg.jpg) 50% 60%;
    background-size:cover;
    position: relative;
}

.footer-top {
    color: #fff;
    font-size: 12px;
    padding: 40px 0;
}

.site-map {
    float: left;
    font-size: 14px;
    width: 50%;
}

.site-map .item {
    float: left;
    /* width: 20%; */
    padding-right: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.site-map ul li {
    margin-bottom: 14px;
}

.site-map ul li a {
    padding: 0 5px;
}

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

.follow-box {
    float: right;
    width: 370px;
}

.follow {
    position: relative;
    margin: 0 5px;
    padding-left: 120px;
    letter-spacing: 0.05em;
}
.mark {
    content:'';
    display:block;
    width:230px;
    height:157px;
    background-image: url(../../images/common/mark.png);
    position: absolute;
    text-align:  center;
    margin: 0 auto 20px;
    left: -250px;
    top: 0;
}
.follow a:hover {

    color: #35449a;
}

.follow p {
    margin: 0;
}

.follow .share {
    letter-spacing: 6px;
}

.copyright-box {
    margin-bottom: 8px;
}

.qrcode {
    position: absolute;
    left: 0;
    top: 0;
}

.footer-bottom {
    /* background: #142056; */
    font-size: 14px;
    color: #e8f8fb;
    border-top: 1px solid rgba(255,255,255,0.3);
}

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

.footer-bottom .ibtn.fb-fans-page {
    float: right;
}

.site-info {
    
    padding: 9px 0;
}

.site-info-list li {
    margin-right: 25px;
}

.site-info-list .ic {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}



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


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

.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: 50%;
    bottom: 100%;
    margin-right: -27px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-image: url('../../images/common/gotop1.png');
    width: 54px;
    height: 27px;
    transition: all .3s ease;
}
.floating .ibtn.gotop:hover {
    background-image: url('../../images/common/gotop2.png');
}

body #keyreply-container {
    right: 0%;
    bottom: 0%;
}

.keyreply-brand {
    display: none;
}

body .keyreply-launcher,
.keyreply-chat-icon {
    box-shadow: none;
}



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


/*------------ content_nav ------------*/

.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}

.btn.logout:hover {
    background: #B20000;
}

.content-nav {
    margin-top: 30px;
    text-align: center;
}

.content-nav li {}

.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}

.content-nav li a:hover,
.content-nav li.active>a {
    color: #000;
}

.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}

.content-nav li a:hover .ic,
.content-nav li.active>a .ic {
    background: #B20000;
    color: #fff;
}



/*------------ / content_nav ------------*/


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

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}

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

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 28px;
    color: #6a6a6a;
    border: 1px solid #5c6284;
    font-size: 15px;
    padding: 0 5px;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    background: #666b8a;
    border-color: #666b8a;
    color: #fff;
}

.pagination li a.controls {
    color: #777;
    font-size: 22px;
    line-height: 30px;
    border: 0;
    padding: 0;
}

.pagination li a.controls:hover {
    color: #ffffff;
    background: none;
}

.pagination li a.prev {
    margin-right: 10px;
}

.pagination li a.next {
    margin-left: 10px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    margin: 0;
}

.page-info .form-control:focus {}



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


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

.reminder {
    position: relative;
    margin: 0 0 30px;
}

.reminder.align-center {
    text-align: center;
}

.reminder .ic {
    font-size: 18px;
    vertical-align: text-bottom;
}

.reminder span {
    color: #233976;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

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

.qty-box .btn:hover {
    background: #888;
    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;
    color: #212121;
    border: 1px solid #fff;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 6px;
}

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

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

.static-control {
    line-height: inherit;
    color: #B20000;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
    background: #e7e7eb;
    padding: 20px 25px 0px;
}

.form-wrap .btn-box {
    margin: 0 auto;
    max-width: 900px;
    padding: 30px 0 50px 0;
}

.form-box {
    margin: 0 auto;
}

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

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

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

.form-box .required:after {
    content: '\e928';
    color: #233976;
    font-family: 'icon-font-41' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: relative;
    right: 0px;
    top: 2px;
}

.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
    color: #212121;
    font-size: 15px;
    line-height: inherit;
    float: left;
}

.form-box .control-box {
    position: relative;
    margin-left: 150px;
}

.form-box .input-box {
    margin-left: 150px;
}

.form-box .control-box select {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #4e4e4e;
    border: 1px solid #fff;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 8px;
}

.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: 49%;
    max-width: 280px;
}

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

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

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

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

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

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

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: inherit;
    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: #C3995A;
    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 .account .control-label {
    float: left;
}

.form-box .account .control-box {
    margin-left: 40px;
}


.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

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

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

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

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

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

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

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

.success-wrap {}

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

.success-msg {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px auto;
}

.success-msg .ic {
    color: #B20000;
    font-size: 35px;
}

.success-msg b {
    color: #B6995F;
}

.success-msg span {
    color: #999;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
}

.success-txt {
    font-size: 14px;
    line-height: 1.7;
    padding: 20px 0;
}

.success-txt b {
    color: #C3995A;
}

.success-txt .ic {
    color: #555;
    font-size: 24px;
    vertical-align: middle;
    margin: 0 4px 3px 0;
}

.success-txt.has-border {
    padding-top: 15px;
}

.success-txt.has-border:before {
    content: '';
    display: block;
    width: 58px;
    border-top: 2px dotted #ddd;
    margin: 0 auto 15px;
}

.success-txt a {
    text-decoration: underline;
    color: #B20000;
}

.success-txt a:hover {
    text-decoration: none;
    color: #B6995F;
}



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


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

.table-h {
    color: #666;
}

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

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

.table-h thead th {
    background: #333;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 12px;
}

.table-h tbody {
    border-top: 1px solid #ccc;
}

.table-h tbody tr+tr {
    border-top: 2px dotted #DCDCDC;
}

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

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

.table td span {
    color: #C3995B;
}

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

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

.table-v th {
    background: #333;
    color: #fff;
    text-align: right;
    width: 120px;
    font-weight: normal;
    position: relative;
}

.table-v tr+tr th {
    border-top: 1px solid #444;
}

.table-v tr td {
    background: rgba(255, 255, 255, 0.85);
}

.table-v tr+tr td {
    border-top: 2px dotted #ddd;
}

.table-v strong {
    color: #B20000;
}

.table-v b {
    color: #C3995A;
}



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


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

.fancybox-album .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 45px;
    height: 44px;
    right: 0;
    top: 0;
}

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

.fancybox-album .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin: 0 50px 80px;
}


.fancybox-album .fancybox-nav span {
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 35px;
    height: 70px;
    margin-top: -35px;
    visibility: visible;
}

.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}

.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}

.fancybox-album .fancybox-prev:hover span {
    background-position: 0 100%;
}

.fancybox-album .fancybox-next:hover span {
    background-position: 100% 100%;
}

.fancybox-album .fancybox-title {
    color: #ECECEC;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    border-left: 3px solid #62A927;
    padding: 0 50px 0 15px;
    margin: 0 50px 20px;
}

.fancybox-album .fancybox-title:before {
    content: 'ALBUM';
    display: block;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 1.5;
}

.fancybox-album .photo-pager {
    color: #545454;
    font-size: 12px;
    text-align: center;
    border-bottom: 2px dotted #7c8ca2;
    padding: 8px 20px 8px;
}

.fancybox-album .photo-pager b {
    color: #0098D8;
    font-size: 14px;
    text-decoration: underline;
}

.fancybox-album .photo-intro {
    padding: 10px 5px;
    font-size: 15px;
}
/*------------ / lightbox ------------*/

.mmenu-show #mobile-menu .main-menu {
    font-size: 15px;
}

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

.mmenu-show #member-box li a:hover {
    background: #2b4097;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #2b4097;
}
.mmenu-show #mobile-menu .language-menu {
    background: #2b4097;
    color: #fff;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #3e25b7;
}

.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}

.mmenu-show #mobile-menu .side-nav>li {
    margin: 0;
    background: none;
}

.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}
.mmenu-show #mobile-menu .menu li a{
    color: #000000;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #2b4097;
}

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

.mmenu-show #mobile-fixed li .icon-ic-earth {
    font-size: 24px;
    margin: 0 auto 0px;
}

.mmenu-show #mobile-fixed .qty {
    background: #293dca;
}

.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}

.mmenu-show #mobile-search .form-control {
    color: #000;
}

@media screen and (max-width: 1320px) {
    /*------------ header-fixed 1320 ------------*/
    .top-nav {
        right: 0px;
    }
}

@media screen and (max-width: 1260px) {}

@media screen and (max-width: 1170px) {
    /*------------ header-fixed 1170 ------------*/
    .header-fixed .site-title .logo,
    .header-fixed .top-nav {
        display: none;
    }
    .header-fixed .site-nav {
        margin-left: 0px;
        text-align: center;
    }
    /*------------ / header-fixed 1170 ------------*/
    .mark{
        position: static;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-header{
        background: none;
    }
    .site-title {
        padding: 10px 0;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .site-title .logo {
        width: 220px;
        height: 60px;
        -moz-transition: height 0.4s ease, width 0.4s ease;
        -o-transition: height 0.4s ease, width 0.4s ease;
        -webkit-transition: height 0.4s ease, width 0.4s ease;
        transition: height 0.4s ease, width 0.4s ease;
    }
    .header-fixed {
        padding-top: 90px;
    }
    .has-side .content {
        display: block;
        padding-left: 0px;
    }
    .main-content .container {
        display: block;
    }
    .main-title {
        display: block;
        font-size: 22px;
    }
    .breadcrumb-box {
        padding: 10px 0;
    }
    .main-top {
        padding: 0;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
        background: none;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        text-align: center;
        padding: 25px 0;
    }
    .footer-title,
    .site-map,
    .follow .share {
        display: none;
    }
    .follow-box {
        float: none;
        width: auto;
    }
    .follow {
        padding: 0;
    }
    .mark,
    .qrcode {
        position: static;
        margin-bottom: 15px;
    }
    .copyright-box {
        margin: 0;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    /*------------ / floating 1000 ------------*/
    .breadcrumb {
        display: none;
    }
    /*-- Ã¦â€“Â°Ã§Å¡â€ž --*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 9999;
        font-size: 14px;
        padding: 10px 0 10px;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -25px;
        margin: auto;
        text-align: center;
        background: #464648;
        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;
    }
    
    .content-top {
        margin: 0 0 25px;
    }
    .main-content{
        padding: 0px 0 150px;
    }
}

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

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-top {
        padding: 0;
    }
    .main-content {
        padding: 0px 0 70px;
    }
    .main-title span {
        font-size: 32px;
    }
    .content-top {
        padding: 0;
    }
    .content-title,
    .content-top .content-title {
          float: none;
        padding: 8px 15px 8px 35px; 
        background:url('../../images/common/con-ic.png')3% 43% no-repeat;
    }
	.content-title .ic{
		top:11px;
		left: 5px;
	}
    .btn.login,
    .btn.arrowL,
    .btn.arrowR {
        width: 160px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {

        display: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .ibtn.fb-fans-page {
        float: none;
    }
    .site-info {
        margin: 5px 0 0;
    }
    .site-info-list li {
        margin: 0 10px;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 32px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;

        position: absolute;
        bottom: -30px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .reminder {
        margin-bottom: 15px;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 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-wrap .form-box .tips {
        min-height: 0;
    }
    .form-box .input-box {
        margin-left: 0px;
    }
    .form-box .control-box select {
        width: 100%;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .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 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 0 0 80px;
    }
    .fancybox-album .fancybox-title {
        margin: 0 0 20px;
    }
    .fancybox-album .fancybox-nav span {
        top: 100%;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 20px;
        height: 40px;
        -webkit-background-size: 40px 80px;
        background-size: 40px 80px;
    }
    .fancybox-album .fancybox-prev span {
        left: 0;
    }
    .fancybox-album .fancybox-next span {
        right: 0;
    }
    /*------------ / lightbox 767 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    /*------------ / table 500 ------------*/
}

@media screen and (max-width: 450px) {
    /*------------ site_main 450 ------------*/
    .main-top {
        padding: 10px 0 0;
    }
    .main-content {
        padding: 0px 0 60px;
    }
    .main-title {
        font-size: 20px;
    }
    .content-title {
        font-size: 18px;
        min-height: 28px;
    }
    .breadcrumb-box {
        padding: 10px 0;
    }
    .btn-box {
        padding: 10px 0 10px 0;
    }
    .btn-box.align-left {
        padding: 30px 0 0px 0;
    }
    /*------------ site_main 450 ------------*/
}

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

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {}