@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900');
@import url('https://design2.newscanshared.com/js/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.min.css');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Quicksand:wght@400;500;700&family=Sulphur+Point:wght@700&display=swap');
/*------------ basic ------------*/

body {
    color: #666;
}

/*------------ / basic ------------*/

/*--- 隱私權 ---*/

.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    border: solid 1px #4CB0D0;
    color: #444;
}

.header-sheet .close-ontop {
    color: #000;
}

.header-sheet a {
    color: #4CB0D0;
}

.close-ontop {
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

/*---! 隱私權 ---*/

/*--- back-btn ---*/

.btn.back {
    background: #c0e8fd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c0e8fd 0%, #a5c4fe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c0e8fd 0%, #a5c4fe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c0e8fd 0%, #a5c4fe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e8fd', endColorstr='#a5c4fe', GradientType=1);
    /* IE6-9 */
    color: #000000;
    transition: all 0.3s;
    font-weight: normal;
    transition: all .2s;
    padding: 8px 30px;
    position: relative;
    border-radius: 30px;
}

/*.btn.back:before{
    content: '';
    display: inline-block;
    width: 37px;
    height: 36px;
    background: url('../../../images/layout02-1/common/arrow.png') no-repeat;
    vertical-align: middle;
    margin: -1px 20px 0px 1px;
}*/

.btn.back:hover {
    background: #c0e8fd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a5c4fe 0%, #c0e8fd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a5c4fe 0%, #c0e8fd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a5c4fe 0%, #c0e8fd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c4fe', endColorstr='#c0e8fd', GradientType=1);
    /* IE6-9 */
    color: #000000;
}

/*--- fb-btn ---*/

.ibtn.fb {
    transition: all .3s ease;
    width: 90px;
    height: 91px;
    background: url('../../../images/layout02-1/tw/fb.jpg') no-repeat;
    background-position: 0 0;
    position: relative;
    overflow: inherit;
}

.ibtn.fb:hover {
    opacity: 0.8;
}

/*--- style01-btn ---*/

.btn.style01 {
    width: 100%;
    max-width: 237px;
    display: block;
    position: relative;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 39px;
    padding: 0 15px;
    border-radius: 30px;
    margin: 0 0 12px 0;
    transition: all .2s;
    background: #c0e8fd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c0e8fd 0%, #a5c4fe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c0e8fd 0%, #a5c4fe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c0e8fd 0%, #a5c4fe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e8fd', endColorstr='#a5c4fe', GradientType=1);
    /* IE6-9 */
    color: #000000;
    transition: all 0.3s;
    font-weight: normal;
    border: none;
}

.btn.style01 i {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
}

.btn.style01 i {
    background-position: -180px -87px;
    right: 10px;
    display: none;
}

.btn.style01.arrowL i {
    background-position: -160px -87px;
    left: 10px;
    width: 20px;
    height: 20px;
}

.btn.style01:hover {
    background: #c0e8fd;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a5c4fe 0%, #c0e8fd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a5c4fe 0%, #c0e8fd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a5c4fe 0%, #c0e8fd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5c4fe', endColorstr='#c0e8fd', GradientType=1);
    /* IE6-9 */
    color: #000000;
}

.btn.style01:hover i {
    color: #fff;
    transition: all .2s;
}

/*--- style02-btn ---*/

.btn.style02 {
    color: #e9443d;
    font-size: 14px;
    line-height: 1.8;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 5px 6px;
    border-top: 1px solid #e9443d;
    border-bottom: 1px solid #e9443d;
    margin: 0 35px 10px;
    position: relative;
    background: #fff;
    border-radius: 0;
    -webkit-transition: all 0s ease;
    transition: all 0s ease;
}

.btn.style02:hover {
    background: #1B2157;
    border-top: 1px solid #1B2157;
    border-bottom: 1px solid #1B2157;
    color: #fff;
}

.btn.style02:before, .btn.style02:after {
    content: "";
    display: inline-block;
    height: 38px;
    background: url('../../../images/layout02-1/common/btn_arrow.png');
    position: absolute;
    top: -1px;
}

.btn.style02:before {
    width: 36px;
    right: 100%;
}

.btn.style02:after {
    width: 21px;
    background-position: 100% 0;
    left: 100%;
}

.btn.style02:hover:before {
    background-position: 0 100%;
}

.btn.style02:hover:after {
    background-position: 100% 100%;
}

/*------------ / btn ------------*/

.banner {
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 2;
}

.banner .container {
    padding: 0;
    max-width: inherit;
}

/*------------ site_header ------------*/

.site-header, .header-fixed .site-header {
    width: 240px;
    background: #8bdecf;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8bdecf 0%, #45abd1 91%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8bdecf 0%, #45abd1 91%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8bdecf 0%, #45abd1 91%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bdecf', endColorstr='#45abd1', GradientType=0);
    /* IE6-9 */
    position: fixed;
    height: 100%;
    z-index: 399;
    text-align: center;
    left: 0;
}

.wrapper {
    padding-left: 240px;
}

.site-title {
    padding: 60px 0 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.site-title .logo {
    color: transparent;
    background: url(../../../images/layout02-1/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 183px;
    height: 110px;
    transition: all .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

/*------------ top-nav ------------*/

/*詢價車*/

.func-menu>li.gocart .toggleBtn {
    color: #FFF;
}

.func-menu {
    float: none;
}

.func-menu>li.gocart .toggleBtn .num {
    color: #fff;
    background: #22A5CC;
}

.func-menu>li.gocart .price {
    color: #22A5CC;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    border: 2px solid #22A5CC;
    background: #fff;
    display: none!important;
}

.func-menu .cart-box .btn {
    background: #22A5CC;
    color: #fff;
}

.func-menu .cart-box .btn:hover {
    background: #22CAAC;
    color: #fff;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list li:hover .box {
    background: #fafafa;
}

.func-menu .cart-list .qty {
    color: #22A5CC;
}

/*數量icon*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #008be5;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    border-color: #22A5CC;
    background: #22A5CC;
    color: #FFF;
    z-index: 2;
}

.products-intro .pd-intro .btn-group .btn.addcart {
    background: #22A5CC;
    color: #fff;
}

.products-intro .pd-intro .btn-group .btn.addcart:hover {
    background: #22CAAC;
}

/*!數量icon*/

/*!詢價車*/

/*---- language ----*/

.site-header .language {
    margin: 0px auto 30px;
    max-width: 240px;
    position: relative;
}

.site-header .language .btn {
    display: block;
    color: #B3B0A4;
    line-height: 29px;
    border-top: 1px solid #d5d1c0;
    border-bottom: 1px solid #d5d1c0;
    text-align: center;
    padding: 0 15px;
    font-weight: bold;
    position: relative;
    border-radius: 0;
}

.site-header .language .btn i {
    margin: 5px 3px 1px;
    display: inline-block;
    vertical-align: middle;
}

.site-header .language .btn i:before {
    content: "\f0d7";
    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;
}

.site-header .language ul {
    display: none;
    border-top: 0;
    border-top: 1px solid #d5d1c0;
    border-bottom: 0;
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    max-width: 240px;
}

.site-header .language li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #d5d1c0;
}

.site-header .language li a {
    line-height: 2;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

.site-header .language .btn:hover, .site-header .language .btn:hover i {
    color: #999;
    border-color: #999;
}

.site-header .language li a:hover {
    color: #f7894f;
}

/*---- search-box ----*/

.none {
    display: none;
}

.site-header .search-box {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: 35;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background: #22CAAC;
}

.site-header .search-box .form-control {
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 0;
    background: none;
    color: #fff;
    border: none;
}

.search-box .search {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    right: 0;
    top: 1px;
}

.search-box:after {
    content: '';
    background-image: url(../../../images/layout02-1/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;
}

.search-box:hover:after {
    background-position: 100% 100%;
}

/*------------site-nav ------------*/

.site-nav .mCustomScrollBox, .site-nav .mCSB_container {
    overflow-x: visible;
    overflow-y: hidden;
}

.site-nav {
    position: relative;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .container {
    display: block;
}

.site-nav .menu {
    display: block;
    text-align: center;
}

.site-nav .menu li {
    display: block;
    float: none;
}

.site-nav .menu li, .site-nav .menu li a {
    position: relative;
}

.site-nav .menu>li>a {
    color: #fff;
    line-height: 1.2;
    padding: 10px;
    margin: 5px 0;
    font-size: 18px;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.site-nav .menu>li>a:before {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #FFF;
    position: absolute;
    top: 50%;
    right: -15px;
    transition: all 0.3s;
}

.site-nav .menu>li>a:hover, .site-nav .menu>li.active>a, .site-nav .menu>li.active2>a {
    color: #fff;
    padding-left: 40px;
}

.site-nav .menu>li>a:hover:before, .site-nav .menu>li.active>a:before, .site-nav .menu>li.active2>a:before {
    width: 60px;
}

.site-nav .menu>li>ul>li {
    border-bottom: 1px dotted #E0E3E7;
}

.site-nav .menu li ul {
    display: none;
    position: fixed;
    height: 100%;
    box-sizing: border-box;
    z-index: 999;
}

.site-nav .menu>li>ul {
    top: 0;
    width: 240px;
    left: 240px;
    margin: 0;
    padding: 0;
    background: rgba(250, 247, 248, .90);
    padding: 285px 15px 0 15px;
}

.site-nav .menu ul li a {
    font-size: 17px;
    text-align: left;
    color: #596473;
    padding: 10px 17px;
    letter-spacing: 0;
}

.site-nav .menu ul li a:hover, .site-nav .menu ul li.active>a, .site-nav .menu ul li.active2>a {
    color: #000;
    font-weight: bold;
}

.site-nav .menu ul ul {
    position: static;
    margin: 0px 0 0px;
    padding-bottom: 10px;
    border-bottom: #139FD0 1px solid;
}

.site-nav .menu ul ul li a {
    border: 0;
    padding: 3px 10px 3px 35px;
}

.site-nav .menu ul ul li a:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    display: block;
    font-size: 12px;
    top: 15px;
    left: 22px;
    border-radius: 100%;
    background: #596473;
}

.site-nav .menu ul ul li.active2 a, .site-nav .menu ul ul li a:hover {
    color: #139FD0;
}

.site-nav .menu ul ul li.active2 a:before, .site-nav .menu ul ul li a:hover:before {
    background: #139FD0;
}

.site-nav>.menu>li:nth-child(n+9) {
    display: none;
}

/*------------ content-nav ------------*/

.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0 20px;
    position: relative;
}

.content-nav-menu {
    padding: 5px 0;
    margin: 0px 8px 0 0;
    position: relative;
    min-width: 146px;
    z-index: 100;
    float: left;
}

.content-nav-menu .btn:after {
    display: none;
}

.content-nav-menu ul {
    display: none;
}

.content-nav-menu li {
    list-style: none;
    width: 100%;
}

.content-nav-menu li a {
    position: relative;
    display: block;
    letter-spacing: 1px;
    padding: 6px 20px 6px 10px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    background: #E0E3E7;
    border-radius: 20px;
}

.content-nav-menu li.has-child>a:after {
    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;
    content: "\f067";
    top: 9px;
    right: 9px;
    position: absolute;
    font-size: 12px;
}

.content-nav-menu>li>a {
    color: #000;
    background: #E0E3E7;
    text-align: left;
    padding: 6px 0px 5px 10px;
    border-radius: 20px;
}

.content-nav-menu li>a:focus, .content-nav-menu li>a.active, .content-nav-menu li>a.active2 {
    background: -moz-linear-gradient(left, #c0e8fd 0%, #a5c4fe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c0e8fd 0%, #a5c4fe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c0e8fd 0%, #a5c4fe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e8fd', endColorstr='#a5c4fe', GradientType=1);
    /* IE6-9 */
    color: #000000;
    text-align: left;
    border-radius: 20px;
}

.content-nav-menu>li>a i {
    color: #000;
    font-size: 12px;
    float: right;
    margin: 3px 8px 0 0;
}

.content-nav-menu>li>a:focus i, .content-nav-menu li>a.active i, .content-nav-menu li>a.active2 i {
    color: #000;
}

.content-nav-menu ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 15;
}

.content-nav-menu ul li {
    text-align: left;
    display: block;
    margin-bottom: 1px;
}

.content-nav-menu ul li a:hover, .content-nav-menu ul li.active>a, .content-nav-menu ul li.active2>a {
    background: -moz-linear-gradient(left, #c0e8fd 0%, #a5c4fe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c0e8fd 0%, #a5c4fe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c0e8fd 0%, #a5c4fe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e8fd', endColorstr='#a5c4fe', GradientType=1);
    /* IE6-9 */
    color: #000000;
    border-radius: 20px;
}

.content-nav-menu ul li.active2>ul {
    display: block;
}

.content-nav-menu ul ul {
    position: static;
}

.content-nav-menu ul ul li a {
    color: #000;
    font-weight: normal;
    padding: 6px 20px 6px 25px;
    background: #f2fbff;
}

.content-nav-menu ul ul li a:hover, .content-nav-menu ul ul li.active>a, .content-nav-menu ul ul li.active2>a {
    background: #d2eeff;
}

.content-nav-menu .ic-plus {
    top: 9px;
    right: 9px;
    position: absolute;
    font-size: 12px;
}

/*滿版清單*/

.site-nav .menu .full_menu>ul {
    background: none;
    left: 240px;
    height: auto!important;
    padding-bottom: 20px!important;
}

.site-nav .menu>li.full_menu>ul:before {
    content: '';
    display: block;
    left: 240px;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    background: #64c2d1;
    position: fixed;
    height: auto;
}

.site-nav .menu .full_menu ul ul ul {
    padding-left: 30px;
}

.site-nav .menu li.full_menu ul ul li a {
    background: rgba(255, 255, 255, 0.08);
    padding: 5px 10px;
    margin: 6px 3px;
}

.site-nav .menu li.full_menu>ul>li>a:before {
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    margin-right: 5px;
    vertical-align: middle;
    top: -2px;
    background: none;
    display: inline-block;
    position: relative;
}

.site-nav .menu .full_menu ul>li.active>a, .site-nav .menu .full_menu ul>li.active2>a, .site-nav .menu .full_menu ul>li>a:hover {
    background: none;
    color: #000;
}

.site-nav .menu>li.full_menu>ul {
    height: 100%;
    overflow: unset;
}

.site-nav .menu li.full_menu ul li ul li a:before {
    display: none;
}

.site-nav .menu li.full_menu ul li a {
    color: #ffffff;
}

.site-nav .menu .full_menu ul>li.active>a, .site-nav .menu .full_menu ul>li.active2>a, .site-nav .menu .full_menu ul>li>a:hover {
    background: #2d818e;
    color: #FFF;
}

.site-nav .menu .full_menu ul ul {
    border-bottom: #64c2d1 1px solid;
}

/*!滿版清單*/

/*------------share------------*/

.share li {
    display: inline-block;
    margin: 0 4px;
}

.share .btn {
    font-size: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
    transition: all .2s;
    background: #D13935;
    text-align: center;
}

.share .btn i {
    display: block;
    font-size: 15px;
    line-height: 31px;
}

.share .btn:hover {
    transition: all .2s;
    border: 2px solid #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.share .cm-fb {
    background: #3B5A99;
}

.share .btn.cm-youtube {
    background: #cd201f;
}

.share .btn.cm-mail {
    background: #f7894f;
}

.share .btn.cm-line {
    background: #04ba04;
}

.share .btn.cm-phone {
    background: #D13935;
}

.share .btn.cm-instagram {
    background: -webkit-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -moz-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -ms-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: -o-radial-gradient(32% 106%, circle cover, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
    background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 10%, rgb(250, 145, 55) 28%, rgb(235, 65, 65) 42%, transparent 82%), linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
}

.share .btn.cm-linkedin {
    background: #0073b0;
}

.share .btn.cm-twitter {
    background: #5da9dd;
}

.share .btn.cm-wechat {
    background: #51c332;
}

.share .btn.cm-qq {
    background: #000;
}

.share_box {
    margin: 10px 0 20px 0;
}

/*------------ / site_header ------------*/

/*------------ site_main ------------*/

.main-top {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -1px;
    color: #fff;
    font-size: 36px;
}

.main-top .container {
    padding: 0;
    max-width: inherit;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 100px;
}

.main-content .container {
    width: 100%;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    border-width: 1px 0;
    padding: 0 0 10px 0px;
    margin: 0 0 20px 0px;
    overflow: hidden;
}

.main-title {
    font-size: 36px;
    color: #293A43;
    background: url(../../../images/layout02-1/common/index/index_about.png) center no-repeat;
    text-align: center;
    margin: 0;
    font-weight: normal;
}

.content-title {
    position: relative;
    padding: 5px 0 5px 0px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    min-height: 30px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient(left, #00acd0 0%, #008be5 100%);
    background: linear-gradient(to right, #00acd0 0%, #008be5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-title:after {
    content: '';
    width: 270px;
    height: 1px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    background: -webkit-linear-gradient(left, #00acd0 0%, #008be5 100%);
    background: linear-gradient(to right, #00acd0 0%, #008be5 100%);
}

.search-title h1 {
    color: #383838;
    font-weight: normal;
    margin: 0;
    font-size: 20px;
    display: inline-block;
}

/*------------ / site_main ------------*/

/*------------ site_footer ------------*/

.site-footer {
    position: relative;
    z-index: 100;
}

.footer_top {
    padding: 30px 15px 30px;
}

.footer_top .container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 210px;
    justify-content: flex-end;
}

.footer_bottom {
    background: #354F5C;
    border-width: 1px 0;
    text-align: right;
    color: #FFF;
    font-size: 12px;
    padding: 5px 0 5px;
}

.site-footer .col {
    float: right;
}

.site-footer .tit {
    display: none;
}

.site-info {
    font-size: 14px;
    color: #0D6982;
    text-align: right;
    float: right;
    letter-spacing: 0;
    margin: 0 0 0 26px;
    vertical-align: bottom;
    width: 100%;
    order: 2;
}

.site-info p {
    margin: 0;
}

.site-info li .tel a {
    font-size: 40px;
    font-weight: bold;
    color: #e9443d;
    line-height: 1;
}

.site-info li {
    position: relative;
    padding: 4px 0;
}

.site-info li span, .site-info li a {
    color: #040303;
}

.site-info li+li {
    margin: 0px 0 0;
}

.site-map {
    line-height: 1.2;
    width: 100%;
    max-width: 681px;
    font-size: 14px;
    transition: all .3s ease;
    padding-top: 10px;
    text-align: right;
    color: #7F7F7F;
    position: relative;
    margin: 5px 0 15px;
}

.site-map ul {
    display: inline;
    font-size: 14px;
    letter-spacing: 0.35px;
}

.site-map ul li {
    display: inline;
    line-height: 25px;
}

.site-map .list-v li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.site-map li a:before {
    content: "‧";
    display: inline-block;
    position: absolute;
    left: 14px;
    top: -1px;
}

.site-map ul a:hover {
    color: #000;
}

.site-footer .fllow {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}

.fllow .share {
    vertical-align: bottom;
    display: block;
    top: 100%;
    z-index: 5;
    margin-top: 25px;
}

.fllow * {
    display: inline-block;
    vertical-align: middle;
}

.fllow p {
    display: block;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #aaa;
}

.fllow .qr-inner {
    margin: 0 10px 0 0px;
}

.fllow .qr-inner img {
    width: 90px;
    border: 3px solid #fff;
}

.copy_box {
    text-align: right;
    font-size: 12px;
    margin: 5px 0;
}

/*------------ / site_footer ------------*/

/*------------ floating ------------*/

.floating .gotop {
    background: url(../../../images/layout02-1/common/gotop.png) center center no-repeat, #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    top: -60px;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
}

.floating .gotop:hover {
    background: url(../../../images/layout02-1/common/gotop_.png) center center no-repeat, #45abd1;
}

/*------------ / floating ------------*/

/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #8a8a8a;
    font-size: 13px;
    padding: 21px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    text-align: right;
}

.breadcrumb li, .breadcrumb li a {
    display: inline;
    transition: all .2s;
}

.breadcrumb a:hover {
    color: #0E85A3;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 2px;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #999;
    padding: 6px 0;
    margin-top: 6px;
    z-index: 35;
}

.products-breadcrumb {
    line-height: 1;
    display: inline-block;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    margin: 0 0 15px;
    float: right;
    color: #999;
    background: none;
    top: 75px;
    bottom: auto;
}

.products-breadcrumb li a:hover {
    color: #0E85A3;
}

.products-breadcrumb li+li:before {
    content: ">";
    margin: 0px 2px;
}

.products-breadcrumb li:first-child a span {
    display: inline-block;
}

.products-breadcrumb li:first-child a:before {
    content: "";
}

/*------------ / breadcrumb ------------*/

/*------------ side ------------*/

.side {
    width: 265px;
    box-sizing: border-box;
    line-height: 1.5;
    display: table-cell;
    vertical-align: top;
    padding: 0px 0 0 0;
    display: none;
}

.content {
    position: relative;
    background: #FFFFFF;
}

.has-side .content {
    box-sizing: border-box;
}

.side_logo {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    display: none;
}

.side_logo span {
    display: block;
    font-weight: 400;
}

.side .title {
    background: url(../../../images/layout02-1/common/side_title_bg.jpg) no-repeat;
    background-size: 100% auto;
    border-bottom: 0;
    padding: 81px 0 6px 0;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    width: 220px;
}

.side-nav {
    max-width: 220px;
    background: url(../../../images/layout02-1/common/side_shadow.png) 50% 100% no-repeat;
    padding-bottom: 20px;
}

.side-nav>li {
    padding: 10px 0;
}

.side-nav li a {
    position: relative;
    display: block;
    transition: all .2s;
    line-height: 1.2;
}

.side-nav>li>a {
    padding: 8px 16px;
    font-size: 15px;
    color: #444;
    background: #eee;
    position: relative;
}

.side-nav>li:hover>a, .side-nav>li.active>a, .side-nav>li.active2>a {
    background: #b5c356;
    color: #fff;
}

.side-nav ul {
    font-size: 15px;
    display: none;
    margin: 0px 0;
    background: #fff;
    padding-top: 20px;
}

.side-nav ul ul {
    padding-top: 5px;
}

.side-nav ul li a {
    line-height: 1.3;
    padding: 8px 16px;
    font-size: 14px;
    transition: all .3s ease;
    border: 1px solid transparent;
    margin: 1px 0;
}

.side-nav ul ul li a {
    border: none;
}

.side-nav ul li a:before {
    content: '';
    display: inline-block;
    background: url(../../../images/layout02-1/common/side_ic.png) no-repeat;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 8px;
    width: 0;
    transition: all .3s ease;
}

.side-nav ul li:hover>a, .side-nav ul li.active>a, .side-nav ul li.active2>a {
    border-color: #e9443d;
    color: #0fbb90;
    padding-left: 32px;
}

.side-nav ul li:hover>a:before, .side-nav ul li.active>a:before, .side-nav ul li.active2>a:before {
    width: 16px;
}

.side-nav ul ul {
    padding-left: 25px;
}

/*------------ / side ------------*/

/*------------ pagination ------------*/

.pagination li a, .pagination li span {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #434343;
    font-weight: bold;
    border: 1px solid transparent;
    margin: 0 5px;
    box-sizing: border-box;
}

.pagination li a:hover, .pagination li.active a {
    color: #22CAAC;
    border-color: #22CAAC;
}

.pagination li a.controls {
    width: 30px;
    border: 0;
    height: 40px;
    line-height: 56px;
    color: #666666;
    font-size: 0;
}

.pagination li a.controls i {
    font-size: 16px;
}

.pagination li a.controls:hover {
    color: #22CAAC;
}

.page-info .form-control {
    color: #999;
    border: 1px solid #ddd;
}

.page-info .form-control:focus {
    border-color: #777777;
}

/*------------ / pagination ------------*/

/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 45px 0;
    color: #2a9990;
    font-size: 18px;
    text-align: center;
    margin: 40px 0 50px 0;
    letter-spacing: 1px;
    position: relative;
}

.reminder b:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background: #2A9990;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.reminder .requrin_txt {
    font-size: 13px;
    display: block;
    line-height: 34px;
    width: 140px;
    margin: 10px auto 0;
    color: #2A9990;
    border: 1px solid #74BAB8;
}

/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #666666;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}

.form-box .control-box select {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    color: #666666;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}

.form-control:focus {
    outline: none;
    border-color: #008be5;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}

.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
}

.form-box .captcha a {
    display: inline-block;
    color: #FF732F;
    font-weight: bold;
    font-size: 20px;
    line-height: inherit;
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 46%;
    right: 0;
    text-align: left;
    z-index: 50;
}

/*-----form-static-control-----*/

.static-control {
    color: #5946A5;
    line-height: inherit;
    font-weight: bold;
    margin: 5px 0 0 5px;
    font-size: 13px;
    line-height: 1.6;
}

/*-----form-wrap-----*/

.form-wrap {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    padding-bottom: 30px;
}

.form-box {
    padding: 30px 0px 10px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.form-box .name .radio-box {
    position: static;
}

.form-box .row {
    margin: 0 -24px;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1px 10px;
    background: #2A9990;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

/*----- success-box -----*/

.success-box {
    text-align: center;
    margin: 80px auto 0;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
}

.success-box .msg {
    color: #e9443d;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.success-box .msg i {
    content: "";
    width: 54px;
    height: 54px;
    display: block;
    margin: -45px auto 10px;
    background: url(../../../images/layout02-1/common/contact_ok.png);
}

/*------------ lightbox ------------*/

body .fancybox-close {
    background: url(../../../images/layout02-1/common/lightbox_close_2.png) center center no-repeat rgba(0, 0, 0, 0.76);
    width: 12px;
    height: 12px;
    right: 0px;
    top: 0px;
    padding: 10px;
}

body .fancybox-close:hover {
    opacity: 0.7;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: 0px 0px 15px rgba(170, 170, 170, .25);
}

body .fancybox-skin {
    border-radius: 0px;
    background: #fff;
}

body .fancybox-nav span {
    visibility: visible;
    width: 25px;
    height: 25px;
    background: url('../../../images/layout02-1/common/album/arrow.png');
    right: -25px;
}

body .fancybox-prev span {
    transform: rotate(180deg);
    left: -25px;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.lightbox-wrapper .form-control {
    border: 1px solid #EAE3CE;
    color: #999999;
    background: #EEEDDA;
    font-size: 13px;
    height: 30px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 30px;
    padding: 0 15px;
}

.photo-title {
    color: #45ABD1;
    font-size: 17px;
    font-weight: bold;
    margin: 5px 0 10px;
    padding: 0 15px;
    text-align: center;
    line-height: 1.5;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}

.photo-intro {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    padding: 0px 0px 5px;
    color: #666666;
    font-size: 15px;
    line-height: 1.2;
}

.photo-pager {
    font-size: 13px;
    color: #0C3146;
    text-align: center;
}

.photo-pager b {
    font-size: 14px;
    color: #45ABD1;
}

/*------------ / lightbox ------------*/

.form-radio:before {
    background-image: url('../../../images/layout02-1/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../../images/layout02-1/common/form_checkbox.png');
}

/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed ul {
    border: none;
}

.mmenu-show #mobile-fixed li {
    background: #22CAAC;
}

.mmenu-show #mobile-menu .menu li>a:hover, .mmenu-show #mobile-menu .menu li.active>a {
    color: #22CAAC;
}

.mmenu-show #mobile-menu .language-menu {
    background: #22CAAC;
    color: #fff;
}

.mmenu-show.mmenu-open #mobile-menu {
    background: #eee;
}

.mmenu-show #mobile-search {
    background: #22CAAC;
}

.mmenu-show #mobile-search .search-box:after {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
    color: #22CAAC;
    background: url(../../../images/layout02-1/common/mobile_search_btn.svg)no-repeat;
}

.mmenu-show #mobile-fixed .toggleBtn {
    font-size: 0;
}

.mmenu-show #mobile-fixed .toggleBtn i {
    font-size: 28px;
}

.mmenu-show #mobile-fixed .m-go-home {
    font-size: 0;
}

.mmenu-show #mobile-fixed .m-go-home i {
    font-size: 28px;
}

.mmenu-show #mobile-menu .share .btn {
    font-size: 0;
}

.mmenu-show #mobile-menu .share .btn i {
    line-height: 29px;
}

.mmenu-show #mobile-fixed .m-contact {
    font-size: 0;
}

.mmenu-show #mobile-fixed .m-contact i {
    font-size: 28px;
}

/*------------ / mobile_menu ------------*/

.contact-title {
    font-size: 18px;
    text-align: center;
    margin: 0 0 35px;
}

.contact-title>b {
    color: #5d5d5d;
    font-family: 'Times new roman', cursive;
    font-size: 46px;
    text-align: center;
    line-height: 1.2;
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
}

.btn-box {
    text-align: left;
}

.success-box .btn-box {
    text-align: center;
}

@media screen and (min-width: 1100px) {
    .floating, .floating.fancybox-margin {
        display: block!important;
    }
}

@media screen and (max-width: 1280px) {
    /* .site-title .logo {
        width: 140px;
    } */
    .footer_top>.container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-map {
        float: none;
        /*clear: both;*/
        /*text-align: center;*/
        padding-top: 15px;
        letter-spacing: 30px;
        width: 100%;
        order: 3;
        margin: 0 0 0 26px;
    }
    .site-map .list-v li a {
        padding-left: 20px;
    }
    .site-map ul {
        display: inline;
        padding: 0 0px;
        float: none;
    }
    .site-map ul li {
        display: inline-block;
    }
    .site-map li {
        padding: 2px 6px;
    }
    .copy_box {
        text-align: center;
    }
    .footer_bottom .container {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1100px) {
    .site-header, .header-fixed .site-header {
        width: 100%;
        position: relative;
        text-align: center;
        margin: auto;
        height: auto;
    }
    .wrapper {
        padding-top: 40px;
        padding-left: 0;
    }
    .content:before {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .btn.style01 {
        font-size: 12px;
        padding: 0 15px;
        margin: 0 auto 15px;
    }
    .has-side .content, .content {
        padding: 10px 0 10px;
    }
    .btn-box {
        padding-top: 25px;
    }
    /*------------ site_header 1000 ------------*/
    .site-title, .header-fixed .site-title {
        float: none;
        padding: 10px 0;
        margin-bottom: 0px;
    }
    .site-title .logo, .header-fixed .site-title .logo {
        width: 150px;
        height: 90px;
    }
    .site-header, .header-fixed .site-header {
        background: #8bdecf;
        background: -moz-linear-gradient(top, #8bdecf 0%, #6EC9D0 91%);
        background: -webkit-linear-gradient(top, #8bdecf 0%, #6EC9D0 91%);
        background: linear-gradient(to bottom, #8bdecf 0%, #6EC9D0 91%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bdecf', endColorstr='#6EC9D0', GradientType=0);
    }
    .top-nav, .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site-footer 1000 ------------*/
    .footer_top {
        padding: 20px 0px;
    }
    .footer_bottom {
        padding-bottom: 30px;
    }
    .site-map, .fllow .share {
        display: none;
    }
    .footer_top>.container {
        padding: 0;
    }
    .site-footer .site-info {
        display: none;
    }
    .site-footer .fllow {
        position: static;
        width: 100%;
        display: block;
    }
    .fllow .qr-inner, .ibtn.fb {
        display: inline-block;
    }
    .site-footer .col {
        float: none;
        width: auto;
    }
    .site-info p {
        margin: 0 0 0 10px;
    }
    .site-info li .tel a {
        font-size: 36px;
    }
    .fllow p {
        margin: 15px 0 0 0;
    }
    /*------------ / site-footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../../../images/layout02-1/common/mobile_gotop.png) 50% 50% no-repeat;
        z-index: 398;
    }
    .floating .gotop:before, .floating .gotop:after {
        display: none;
    }
    /*------------ / floating 1000 ------------*/
    .contact-title .reminder {
        margin: 0 45px;
    }
    .contact-title {
        margin: 0 5px 15px;
    }
    .contact-title .reminder {
        margin: 0;
    }
    .reminder {
        margin-bottom: 25px;
    }
    .contact-form {
        background: none;
    }
    .form-box {
        background: none;
    }
    .main-top {
        margin-bottom: 0px;
    }
    .content-title {
        font-size: 16px;
    }
    .content-title:before {
        background-size: 80%;
    }
    .content-top {
        padding: 0 0 0px 0px;
    }
    .contact-title>b {
        font-size: 30px;
    }
    .form-box {
        padding: 0px;
    }
    .content-nav-menu, .breadcrumb, .sort_box {
        display: none;
    }
    .main-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 900px) {
    body .fancybox-nav span {
        left: 0;
    }
    body .fancybox-next span {
        left: calc(100% - 35px);
    }
}

@media screen and (max-width: 850px) {
    .site-footer .site-info {
        padding-left: 0;
        background: none;
        float: none;
        margin: 0 auto 10px;
    }
    .footer_top>.container {
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer .fllow {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .pagination li a.controls {
        line-height: 67px;
    }
    /*------------ site-main 767 ------------*/
    .main-content {
        padding: 0 0 40px;
    }
    .pagination li a.controls {
        margin-bottom: -3px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-info li {
        display: block;
    }
    .site-info li+li {
        margin: 0;
    }
    /*------------ / site-footer 767 ------------*/
    .site-footer:before {
        background: url(../../../images/layout02-1/common/index/top_bg.jpg)center 100% no-repeat;
        background-size: 100%;
        min-height: 100px;
        margin-top: 20px;
    }
}