/* ======================================================================================
   LG版 start
====================================================================================== */

body {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
    word-break: break-all;
    word-break: break-word;
    font-size: 16px;
    letter-spacing: 3px;
}

.bg-fff {
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

/* ==================================================
   all
================================================== */

a {
    transition: all 0.4s ease;
    color: #e46022;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus,
a:active {
    color: #48c3c3;
}

h1 {
    color: #1b2827;
    font-weight: bold;
    letter-spacing: 2px;
}

#pro-des h2 {
    margin-top: 0
}


/*產品型號*/

h4.newsTitle {
    margin-top: 0
}


/*list 標題名*/

h3 {
    color: #e46022;
    font-weight: bold;
}

h4.newsTitle {
    font-size: 22px;
}

h4.media-heading {
    font-weight: bold;
    margin: 20px 0 10px;
}


/*回圈內標題設定*/

.txtNormal h1 {
    color: #1b2827;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.txtNormal h3 {
    color: #e46022;
    font-weight: bold;
    margin-bottom: 25px;
}

.txtNormal h4 {
    color: #444444;
    left: 1.5%;
    font-size: 24px;
    font-weight: bold;
    display: table;
    margin: 15px 0px 15px;
    padding: 10px 25px;
    border-radius: 25px 0 0 0;
    line-height: 30px;
    position: relative;
    letter-spacing: 5px;
    background-color: #ededed;
    background: linear-gradient(0deg, rgba(235, 235, 235, 1)35%, rgba(255, 255, 255, 0)95%);
    background: -moz-linear-gradient(0deg, rgba(235, 235, 235, 1)35%, rgba(255, 255, 255, 0)95%);
    background: -webkit-linear-gradient(0deg, rgba(235, 235, 235, 1)35%, rgba(255, 255, 255, 0)95%);
    background: -o-linear-gradient(0deg, rgba(235, 235, 235, 1)35%, rgba(255, 255, 255, 0)95%);
}

.txtNormal h4:before {
    content: "";
    width: 30px;
    height: 35px;
    background-color: #e46022;
    position: absolute;
    bottom: 0px;
    left: -12px;
    z-index: -1;
    border-radius: 15px 0 0 0;
}


.txtNormal h4 small {
    font-size: 60%;
}

.txtNormal h5 {
    color: #3f3f3f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 6px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 4px 0;
    position: relative;
    border-top: 1px solid rgba(228, 96, 34, 0.5);
    border-bottom: 1px solid rgba(228, 96, 34, 0.5);
}


.txtNormal h6 {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    position: relative;
    padding-left: 25px;
    line-height: 2.4rem;

}

.txtNormal h6:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 10px;
    height: 10px;
    background-color: #48c3c3;
    border-radius: 15px;
}

.txtNormal h6:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #e46022;
    border-radius: 15px;
}

img {
    max-width: 100%
}

.txtNormal img {
    border-radius: 2.5rem;
}

.txtNormal .img-box-shadow {
    background: #fff;
    padding: 0 15px 20px;
}

p {
    word-wrap: break-word;
}

.txtNormal p {
    line-height: 2.6rem;
    margin-bottom: 20px;
}

ul,
ol {
    font-size: 15px;
    line-height: 2.6rem;
}

.table>tbody>tr>td {
    padding: 10px 5px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    text-align: center;
}


#pdf-download p {
    margin-top: 10px
}


/*回圈內設定*/

p.msgdate_des {
    line-height: 22px;
    color: #666;
}


/*簡述*/

.msgdate_span {
    font-size: 10px;
    line-height: 22px;
}


/*日期*/

.more-box {
    padding-left: 0;
}


/*按鈕區塊*/

.btn-more {
    border: none;
}

.btn-more:hover {
    background-color: #bcbcbc
}

.btn-primary {
    color: #fff;
    background-color: #48c3c3;
    border: none;
    border-radius: 25px;
    padding: 7px 20px;
}

.btn-primary i {
    padding-left: 5px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #fff;
    background-color: #e46022;
    border: none;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #e46022;
    border: none;
}

.pdf-btn {
    width: 100%;
}

.pdf-btn p {
    font-size: 12px;
}


/*超出字點點點*/

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*聯絡我們驗證碼 & 表單*/

#contact-box .vcode {
    display: flex;
}

#contact-box img.captcha {
    width: auto;
    margin: 0 0 0 10px;
    height: 34px;
    border: none;
    box-shadow: none;
    padding: 0;
}

.red {
    color: #e46022
}

.control-label {
    margin-right: 15px;
}

.radio-inline, .checkbox-inline {
    letter-spacing: 0;
}

/*會員相關非組件框模組(補充CSS)*/

.member-info {
    padding: 6px 15px;
    border: 1px #ccc solid;
    background: #fff;
    width: 100%;
}

.member-info label {
    margin-bottom: 0;
}


/*購物車view.php 運送方式間距*/

.cheked-box {
    margin-right: 10px;
}

.padding-cancel {
    padding: 0;
}

.input-group-addon {
    font-size: 12px;
}


/*麵包屑*/

.breadcrumb {
    text-align: center;
    background: none;
    margin-bottom: 50px;
}

.breadcrumb>li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb li {
    position: relative;
    display: inline-block;
}

.breadcrumb li a {
    padding: 5px 10px 5px;
    background-color: transparent;
    color: #bbb;
    height: 27px;
    display: block;
}

.breadcrumb li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: .2em;
    position: absolute;
    right: -4px;
    bottom: calc(100% - 21px);
    background-color: #ccc;
}

.breadcrumb li:last-child a:before {
    background-color: transparent;
    color: #bbb;
    cursor: context-menu;
}

/*產品list 設定*/

.B-type li:nth-child(2n+1) {
    clear: left;
}

#in-container {
    padding-bottom: 75px;
    min-height: 300px;
}

#in_msg_type h4.newsTitle {
    line-height: 3rem;
}

/*表單設定*/

#birthday.form-control {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}

.contact-62 .form-group {
    width: 49%;
    float: left;
    height: 62px;
}

.contact-62 .control-label {
    display: block;
}

.contact-62 .form-group:nth-child(2n) {
    margin-left: 1%;
}

.contact-62 .form-group:nth-child(2n+1) {
    margin-right: 1%;
}

.contact-62 .form-group:last-child {
    width: 100%;
    margin-left: 0;
    height: auto;
}


/*區塊間距設定*/

.section-padding {

}


/*section 區塊間距*/


/*迴圈用區塊間距*/

.in-block {
    overflow: hidden;
    margin-bottom: 30px;
}


/*sitemap*/

.sitemap-ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.sitemap-ul li {
    margin: 0 5px 30px;
    text-align: center;
    width: 19%;
    display: inline-table;
    vertical-align: top;
    border-radius: 15px;
}

.sitemap-ul li a {
    display: block;
    border-bottom: #fff solid 1px;
    font-size: 16px;
    background-color: #e46022;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 17px;
    transition: all 0.5s ease;
    border-radius: 10px;
}

.sitemap-ul li:last-child a {
    border-bottom: none;
}

.sitemap-ul a:hover,
.sitemap-ul a:focus {
    text-decoration: none;
    background: #48c3c3;
    color: #fff !important;
}

.sitemap-ul li ul {
    margin: 10px 0 0 0;
    padding-left: 0;
}

.sitemap-ul li ul li {
    width: 100%;
    margin: 0 0 1px;
}

.sitemap-ul li ul li a {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    background-color: #444;
}

/*列表頁間距*/

#in_msg_type .pb-25 {
    padding-bottom: 25px;
}

#in_msg_type.list-inline li {
    padding-left: 15px;
    padding-right: 15px;
}
.C-type .news-img img {
    border: solid #eee 1px;
    border-radius: 15px;
    margin-bottom: 15px;
}


/*訂購單頁面*/

.order-table-img img {
    width: 100%
}


/* ==================================================
   header
================================================== */

#nav-top {
    background: transparent;
    border-top: 3px solid #e46022;
}

.index_header {
    background: transparent;
}

.sticky-header .index_header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

#company_logo img {
    height: 60px;
    margin-top: 15px;
}

.sticky-header #company_logo img {
    margin-top: 3px;
}


.sticky-header .navbar-default .navbar-nav>li>a {
    padding: 25px 10px;
}

.dropdown-menu {
    padding: 0
}

.navbar {
    height: inherit;
    margin-bottom: 0;
    border: none;
}

.navbar-default {
    border-left: none;
    border-right: none;
    border-radius: 0;
    background-color: transparent;
}

.navbar-brand {
    padding: 15px 0;
}

.badge {
    background: #e46022
}


/*社群按鈕*/

#sm-xs-other-nav {
    margin: 0
}

#sm-xs-other-nav>li>a {
    font-size: 12px;
}

#blog_link {
    margin-bottom: 0;
}

#blog_link li,
#sm-xs-other-nav {
    list-style: none;
    display: inline-block;
    text-align: center;
}

#blog_link li a:hover,
#sm-xs-other-nav li:hover {
    text-decoration: none;
}

#blog_link>li>a,
#sm-xs-other-nav>li>a {
    color: #bcbcbc;
    display: block;
    font-size: 18px;
    padding: 5px;
    transition: all 0.8s ease-in-out;
}

#blog_link li a .fa-facebook:hover {
    color: #3c5a9a;
}

#blog_link li a .fa-google-plus:hover {
    color: #df4b38;
}

#blog_link li a .fa-youtube:hover {
    color: #e01a2b;
}

#blog_link li a .fa-instagram:hover {
    color: #6a453b;
}


/*語系*/

#language_area {
    padding: 5px 15px;
}

#language_area a {
    font-size: 12px;
}

#language_area .dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#language_area li a:hover {
    background: #e46022;
    color: #fff
}


/*nav*/

#mainnav {
    min-height: auto;
    border-radius: 0;
    border: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav {}

.navbar-default .navbar-nav>li {
    display: inline-block;
    position: relative;
    float: none;
}

.navbar-default .navbar-nav>li:before {
    content: "";
    position: absolute;
    background: #e46022;
    width: 10px;
    height: 0px;
    top: -20px;
    left: 50%;
    opacity: 1;
    transition: 0.5s;
    margin-left: -3px;
}

.navbar-default .navbar-nav>li:hover:before,.navbar-default .navbar-nav>li:active:before,.navbar-default .navbar-nav>li:focus:before {
    opacity: 1;
    width: 10px;
    height: 20px;
    border-radius: 0 0 5px 5px;
    top: 0;
    background: #e46022;
}


.navbar-default .navbar-nav>li>a {
    cursor: pointer;
    display: block;
    color: #505050;
    font-weight: bold;
    transition: all 0.35s ease;
    padding: 30px 8px 20px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:hover{
    color: #e46022;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #e46022;
    background: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: transparent;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    color: #fff;
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);
    background: #e46022;
}

.dropdown-menu {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    border: 1px solid #eee;
}

.dropdown-menu li {
    float: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    /*list-style-image: url(../proimage/images/aaa.png);*/
}

.dropdown-menu li a {
    float: left;
    width: 100%;
}


/*--下拉選單--*/

.dropdown-menu li {
    width: 100%;
    border-bottom: none;
}

.dropdown-menu>li>a {
    display: block;
    color: #2b2b2b;
    padding: 12px 15px;
    font-size: 14px;
    text-align: left;
    color: #262626;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
    background-color: #e46022;
    background-image: none;
    text-shadow: none;
    color: #fff;
}

.dropdown-menu li:last-child {
    border: none;
}


/*nav top*/

.headhesive,
.headhesive-unstick {
    margin: 0;
    position: fixed;
    width: 100%;
    top: -150px;
    z-index: 1000;
    padding: 0 15px;
    opacity: 0;
    transition: all 0.9s ease-in-out;
    opacity: 0;
}

.headhesive #company_logo a img,
.headhesive-unstick #company_logo a img {
    width: 100px;
}

.headhesive-stick {
    position: fixed;
    top: 0;
    z-index: 1500;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 16px -6px rgba(0, 0, 0, 0.09);
    opacity: 1;
}

.headhesive-stick #company_logo a img {
    width: 100px;
}

.headhesive-stick #mainnav .navbar-nav li a {
    padding: 20px 10px;
}


/*search*/

#qsearch .dropdown-menu {
    padding: 0;
    border: none;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

#qsearch .btn {
    border-radius: 0
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#qsearch .dropdown-menu {
    min-width: 250px;
    right: 40px;
    top: 0;
    animation-name: fadeInRight;
}

#qsearch .btn {
    border-radius: 0
}


/* ==================================================
   banner
================================================== */

#mainbanner img {
    min-width: 100%;
}

#mainbanner .carousel-caption {
    padding-bottom: 15%;
}

#mainbanner .carousel-indicators {
    display: none;
}

#mainbanner .owl-dots,
#mainbanner .owl-nav {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#mainbanner .owl-carousel .owl-nav .owl-next {
    position: absolute;
    margin-top: -23%;
    right: 30px;
    background: none;
    font-size: 30px;
}

#mainbanner .owl-carousel .owl-nav .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
}

#mainbanner .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    margin-top: -23%;
    left: 30px;
    background: none;
    font-size: 30px;
}

#mainbanner .owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

#mainbanner .owl-carousel .owl-dots {
    position: absolute;
}

#mainbanner .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: none;
}

.index-banner {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    transition: transform .3s;
}


.index-banner a {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

.index-banner img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.index-banner .banner-bg {
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-position: right;
}

.index-banner-title,
.index-banner {
    height: 95vh;
    min-height: 850px;
    max-height: 1100px;
}

.index-banner-title {
    position: relative;
    transition: transform .3s;
}


/*上方白色覆蓋*/

.index-banner_mask {
    width: 22%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}


/*補圓角*/

.index-banner_mask-curve {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 22%;
}

.index-banner_mask-curve img {
    width: 50%;
}


/*Banner文字*/

.index-banner_text {
    position: absolute;
    z-index: 3;
    top: 40%;
    left: 10%;
    transform: translateY(-50%);
}

.index-banner_text .text-box {
    font-size: 4.6rem;
    font-weight: 700;
    margin-bottom: 5rem;
}

.index-banner_text .text-p span {
    color: #e46022;
    font-weight: bold;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.index-banner_text .text-box h1,
.index-banner_text .text-box h2 {
    letter-spacing: 1rem;
    display: inline-block;
}

.index-banner_text .text-box h1 {
    font-size: 8rem;
    letter-spacing: 1rem;
    display: inline-block;
    padding: 10rem 3rem 1rem;
    margin-left: -3rem;
}

.index-banner_text .text-box h2 {
    margin-top: 1rem;
    padding: 1rem 3rem;
    border-radius: 12px;
    background: #e46022;
    color: #fff;
}

.index-banner_text .text-p {
    margin-bottom: 6rem;
    line-height: 2.2;
    letter-spacing: 3px;
}


/*in-Banner文字*/

.in-banner-title {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.in-banner-title h2 {
    font-size: 5rem;
    letter-spacing: 1rem;
    display: inline-block;
    padding: 0 3rem 1rem;
    margin-left: -3rem;
}

.in-banner-title h4 {
    font-size: 2rem;
    letter-spacing: 1rem;
    display: inline-block;
    margin-top: 0;
    padding: 1rem 3rem;
    border-radius: 12px;
    background: #e46022;
    color: #fff;
}

/* ==================================================
   footer
================================================== */

#footer_time .table>tbody>tr>td {
    color: #505050;
    border-top: 1px solid #afafaf;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

#footer_left {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 100px 50px;
    background-color: #e46022;
    z-index: 10;
    border-radius: 0 80px 0 0;
}


/* ==================================================
   index
================================================== */

.index-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
    letter-spacing: 7px;
}


/*首頁分類標題框架*/

.index-title a {
    color: #505050;
    /*首頁分類標題連結顏色*/
}

.index-title a:focus,
.index-title a:hover,
.index-title a:active {
    color: #e46022;
    /*首頁分類標題連結特效顏色*/
}

.title p {
    width: 80%;
    margin: 10px auto 30px;
    font-size: 16px;
    line-height: 26px;
}

.title p span {
    font-size: 18px;
    font-weight: bold;
    color: #e46022;
}


/*首頁分類說明文*/


/*index-proclass*/

.section-procat {
    margin-bottom: 35px;
    margin-top: -112px;
}

#index-procat .up {
    background: rgba(0, 155, 150, 0.8);
    padding: 15px 15px;
    color: #fff;
    /*首頁產品大類文字顏色*/
}

#index-procat h4 a,
#index-procat h4 a:hover {
    color: #fff;
    /*首頁產品大類標題顏色*/
}

#index-procat .up h4 {
    margin: 0 0 5px;
    font-size: 2.5rem;
}

#index-procat .up p {
    margin: 0;
}

#index-procat figure.effect-ming img {
    padding: 0;
}


/*----------------特效必要框架內容--------可貼在 LG 版 再自行再 md~xs 更改-----------*/

WW *,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    /*float: left;*/
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    width: 100%;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: all 0.35s ease-out 0s;
    padding: 7px;
    background: #fff;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming p {
    /*padding: 1em;*/
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
    transform: scale(1.2);
}

.grid .wrapper {
    text-align: center;
    font-size: 0;
    height: 100%;
}

.grid .wrapper:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.grid p.text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.grid p.text img.mark {
    width: 20px;
    opacity: 1;
    display: inline;
    background: none;
    padding: 0;
}


/*index-company*/

#index_company {
    background: #ffffff;
}

#index_company_in {
    padding-top: 120px;
    padding-bottom: 120px;
    text-align: center;
}


/*index-service*/

#index-service {
    background: #5db8b8;
    padding: 120px 0;
}

#index-service .left {
    width: 100%;
    text-align: center;
}

#index-service .left h3 {
    font-size: 28px;
    margin: 0 0 35px;
    letter-spacing: 7px;
}

#index-service .left h3 a {
    color: #fff;
}


#index-service .right {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
}

#index-service ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

#index-service ul li {
    display: inline-block;
    width: 24.5%;
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

#index-service ul li a:after {
    content: "+";
    line-height: 0;
    padding: 10px 0;
    color: #fff;
    margin-left: 10px;
    border-radius: 100px;
    transition: all 0.4s ease;
    width: 20px;
    display: inline-block;
    text-align: center;
    transition: all 0.4s ease;
}

#index-service ul li a {
    color: #fff;
    background-color: #5db8b8;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 15px;
    display: block;
}

#index-service ul li a:hover,
#index-service ul li a:active,
#index-service ul li a:focus {
    background-color: #e46022;
}


/*index-minimally*/

#index-minimally {
    position: relative;
    padding-top: 15rem;
    padding-bottom: 43rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f0f0f0+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 100%, #ffffff 0%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f0f0f0 100%, #ffffff 0%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, #f0f0f0 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

#index-minimally::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 50%;
    border-radius: 0 85px 0 0;
    bottom: 0;
    left: 0;
    background-color: #e46022;
}

.minimally-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0 10rem 0 0;
}

.minimally-p {
    position: relative;
    z-index: 1;
    bottom: 0;
}


/*index-oneday*/

#index-oneday {
    position: relative;
    padding-top: 15rem;
    padding-bottom: 43rem;
    background: #5db8b8;
}

.oneday-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 80%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10rem 0 0 0;
}

#index-oneday::before {
    content: "";
    position: absolute;
    width: 85%;
    height: 50%;
    bottom: 0;
    right: 0;
    border-radius: 85px 0 0 0;
    background-color: #e46022;
}

.oneday-p {
    position: relative;
    z-index: 1;
    bottom: 0;
}


/*index-news*/

#index-news {
    position: relative;
}

#index-news .in-block {
    text-align: center;
}


/*index-product*/

#index-product {
    background: #f7f7f7;
    /*首頁產品輪播底色*/
}


/*index-team*/

#index_team {
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 250px;
}

#index_team_box {
    text-align: center;
    align-items: center;
    position: relative;
}

#index_team_box img {
    border-radius: 50px;
}

#index_team_in {
    background-color: #f4f4f4;
    width: 45%;
    left: 50%;
    top: 70%;
    border-radius: 50px;
    transform: translateX(-50%);
    position: absolute;
    padding: 25px 30px;
}

#index_team .title p {
    width: 80%;
    margin: 10px auto 30px;
    font-size: 16px;
    line-height: 26px;
}

/*index-map*/

#footer_map {
    line-height: 0;
    margin-bottom: 80px;
}


/* ==================================================
   in-page 內頁
================================================== */


/*banner*/

.in-banner {
    position: relative
}

.in-banner>.index-banner-title {
    position: absolute;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.in-banner>h2 {
    margin: 0;
    font-size: 3.5em;
    font-weight: 900;
}

.in-banner>p {
    font-size: 1.8em;
}


/*頁頭*/

.page-header {
    text-align: center;
    margin: 60px 0 0;
    border: none;
    color: #505050;
}

/*頁碼*/
.pagination>li>a, .pagination>li>span {
    border: none;
    color: #a6a6a6;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #e46022;
    background-color: #fff;
}

/*產品內頁pro-price區塊*/

#pro-price {
    background: #e7e7e7;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}


/*會員模組*/


/*--驗證碼圖*/

.vcode-img img {
    max-width: none;
    cursor: pointer;
}


/*頁籤模組*/

#product-tabs {
    margin-bottom: 25px;
}

#product-tabs #myTab {
    padding: 0;
    margin: 0 0 25px;
}

#product-tabs #myTab li {
    margin: 0;
}

#product-tabs #myTab li a {}

#product-tabs #myTab li a:hover,
#product-tabs #myTab li a:focus,
#product-tabs #myTab li a:active {}


/*購物車*/


/*--步驟箭頭*/

.cart_stepBox {
    width: 100%;
    display: table
}

.cart_stepBox li {
    width: 1%;
    display: table-cell
}

.cart_stepBox li .wrp {
    padding: 6px 0 6px 38px;
    display: block;
    position: relative
}

.cart_stepBox li,
.cart_stepBox li:hover {
    background: #eee
}

.cart_stepBox li .arr {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    position: absolute;
    right: -16px;
    top: 0
}

.cart_stepBox li:nth-child(1) .arr {
    border-color: transparent transparent transparent #ccc
}

.cart_stepBox li:nth-child(1) {
    background: #ccc
}

.cart_stepBox li:nth-child(2) .arr {
    border-color: transparent transparent transparent #ddd
}

.cart_stepBox li:nth-child(2) {
    background: #ddd
}

.cart_stepBox li.active {
    background: #e46022;
    color: #fff;
}

.cart_stepBox li.active .arr {
    border-color: transparent transparent transparent #e46022;
}


/*產品列表頁*/
.services-22 img {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 25px;
}

/*----------------------footer----------------------*/

#footer-banner {
    height: 500px;
    text-align: center;
}

#footer-banner .in {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 56%, rgba(255, 255, 255, 0.85) 99%);
    height: 500px;
    padding: 10% 2% 2%;
}

#footer-banner h2 {
    font-size: 350%;
    font-family: 'Lora', "微軟正黑體";
    font-style: italic;
    margin: 0.83em 0 0.2em;
}

#footer-banner p {
    text-align: center;
    font-size: 110%;
    color: #848789;
    font-weight: 300;
    word-spacing: 2px;
    line-height: 1.8em;
    margin: 0 0 15px;
}

#footer {
    padding: 0 0 40px;
    border-top: 1px #fff solid;
    overflow: hidden;
    background: #e7e7e7;
    position: relative;
}

.ftbar {
    background: #3e5e5d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ftbar ul {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.ftbar ul li {
    display: inline-block;
    float: none;
}

.ftbar ul li+li:before {
    content: "|";
    color: #ccc;
}

.ftbar ul li a {
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 0;
}

.ftbar ul li a:hover,
.ftbar ul li a:focus,
.ftbar ul li a:active {
    background: none;
    color: #e46022;
}

h4.comname {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}

#cominfo ul {
    padding: 0;
    margin: 0;
}

#cominfo ul li {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
}

#cominfo ul li a {
    padding: 5px 0;
    display: block;
    color: #fff;
}

#cominfo ul li a i {
    margin-right: 5px;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active {
    background: none;
    color: #ffd844;
}

#footernav {
    display: none;
}

#footer-right {
    text-align: right;
}

#footer_logo {
    margin-bottom: 30px;
    text-align: center;
}

#footer_logo img {
    width: 250px;
}

#footer_link {
    padding: 12px 0;
    background: #444;
}

#footer_link ul {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 10px;
}

#footer_link ul li {
    display: inline-block;
    margin: 0 3px;
    color: rgba(255, 255, 255, 0.5);
}

#footer_link ul li.copyright {
    margin: 0 0 5px 3px;
    width: 100%;
}

#footer_link ul li a {
    display: block;
    padding: 0;
    color: rgba(255, 255, 255, 0.5);
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
    background: none;
    color: #e46022
}


/* ==================================================
   SIDE BAR
================================================== */
#sidebar {
    margin-top: 40px;
}

.panel {
    margin-bottom: 2px;
    border: none;
    border-radius: 0 50px 50px 0;
    box-shadow: none;
}

#sidebar .nav>li {
    overflow: hidden;
}

#sidebar .nav>li>a {
    padding: 15px 0 15px 40px;
    color: #555;
    position: relative;
}

#sidebar .nav>li>a::after {
    content: "\f138";
    position: absolute;
    left: 10px;
    top: 30%;
    z-index: 100;
    color: #3fbebe;
    font-family: FontAwesome;
}

#sidebar .nav>li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 80%;
    z-index: 100;
    width: 2px;
    height: 3px;
    background: rgba(255, 255, 255, 0);
    transition: all 0.5s cubic-bezier(.89, -1.3, .2, 1.3);
}

#sidebar .nav>li>a:hover:before {
    width: 50%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0 15px 15px 0;
}

#sidebar .nav>li>a:hover:after, #sidebar .nav>li>a:active:after, #sidebar .nav>li>a:focus:after {
    color: #e46022;
}

#sidebar .nav>li.active>a {
    background: transparent;
    color: #e46022;
}

#sidebar .nav>li.active a:after {
    color: #e46022;
}

#sidebar .nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
    color: #e46022;
}

#sidebar .nav ul {
    padding: 0;
    list-style: none;
}

#sidebar .nav ul a {
    padding: 15px 40px 15px;
    background: #f7f7f7;
    color: #555;
    text-align: right;
    position: relative;
    display: block;
}

#sidebar .nav ul li+li {
    border-top: 2px solid #FFF;
}


/* ==================================================
   LG版 尺寸微調
================================================== */

@media (min-width:1200px) and (max-width:1980px) {
    #index-service .col-md-3 {
        width: 12.5%;
    }
}

@media (min-width:1200px) and (max-width:1650px) {
    .index-banner .banner-bg {
        background-position: 80% top;
		background-size: 150%;
    }
}

@media (min-width:1200px) and (max-width:1500px) {
    #footer_left {
        padding: 100px 5px;
        letter-spacing: 1px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .minimally-bg {
        background-position: -210px;
    }
    .oneday-bg {
        background-position: 75%;
    }
}

@media (min-width:1401px) and (max-width:1650px) {
    .minimally-bg {
    width: 91%;
    background-position: 47%;
    }
    .oneday-bg {
        background-position: 80%;
    }
}
@media (min-width:1651px) and (max-width:1751px) {
    
    .oneday-bg {
        background-position: 80%;
    }
}
/* ======================================================================================
   MD版 start
====================================================================================== */

@media (min-width:992px) and (max-width:1199px) {
    /*首頁BANENR*/
    .index-banner-title {
        top: 25%;
    }
    .index-banner_text .text-box h1 {
        font-size: 6rem;
    }
    .index-banner_text .text-box h2 {
        font-size: 2.8rem;
    }
    .index-banner .banner-bg {
        background-position: 77%;
    }
    .in-banner-title h2 {
        font-size: 3.5rem;
    }
    .in-banner-title h4 {
        font-size: 1.5rem;
    }
    /*首頁產品大類*/
    .section-procat {
        margin-top: -112px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 35px 6px 20px;
        letter-spacing: 0px;
    }
    .sticky-header .navbar-default .navbar-nav>li>a {
        padding: 25px 6px 20px;
    }
    #cominfo ul li {
        font-size: 16px;
    }
    #footer_left {
        padding: 60px 30px;
        text-align: center;
    }
    /*首頁服務項目*/
    #index-service ul li {
        width: 49.5%;
    }
    /*首頁微創植牙*/
    .title p {
        width: 100%;
    }
    #index-minimally {
        padding-top: 10rem;
        padding-bottom: 45rem;
    }
    /*首頁一日美齒*/
    #index-oneday {
        padding-top: 10rem;
        padding-bottom: 45rem;
    }
    /*聯絡我們*/
    .contact-62 .form-group:nth-child(5), .contact-62 .form-group:nth-child(6) {
        height: 97px;
    }
    .contact-62 .form-group:nth-child(6) .radio-inline, .contact-62 .form-group:nth-child(6) .checkbox-inline {
        width: 100%;
    }
    .contact-62 .form-group:nth-child(6) label:nth-child(3).radio-inline, .contact-62 .form-group:nth-child(6) label:nth-child(3).checkbox-inline, .contact-62 .form-group:nth-child(6) label:nth-child(4).radio-inline, .contact-62 .form-group:nth-child(6) label:nth-child(4).checkbox-inline {
        margin-left: 0px;
    }
    .contact-62 .form-group:nth-child(5) .radio-inline, .contact-62 .form-group:nth-child(5) .checkbox-inline {
        width: 30%;
    }
    .contact-62 .form-group:nth-child(5) label:nth-child(5).radio-inline, .contact-62 .form-group:nth-child(5) label:nth-child(5).checkbox-inline {
        margin-left: 0px;
    }
}


/* ======================================================================================
   MD版微調 start
====================================================================================== */

@media (min-width:1100px) and (max-width:1199px) {
    .index-banner .banner-bg {
        background-position: 80% top;
		background-size: 171%;
    }
    .minimally-bg {
        width: 90%;
        background-position: 46%;
    }
}

@media (min-width:992px) and (max-width:1000px) {
    /*首頁產品大類*/
    .section-procat {}
    .section-procat .in-block {
        padding: 0;
    }
    /*內頁BANENR*/
    .in-banner>.index-banner-title {
        left: 15%;
        right: 15%;
        top: 25%;
    }

}
@media (min-width:992px) and (max-width:1099px) {
    .index-banner .banner-bg {
        background-position: 66% top;
		background-size: 207%;
    }
    .minimally-bg {
        width: 90%;
        background-position: 46%;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    
    .oneday-bg {
        background-position: 80%;
    }
}

/* ======================================================================================
   SM版 start
====================================================================================== */

@media (min-width:768px) and (max-width:991px) {
    /*BANENR*/
    .index-banner-title {
        top: 25%;
    }
    .index-banner_text .text-box h1 {
        font-size: 6rem;
    }
    .index-banner_text .text-box h2 {
        font-size: 3rem;
        background: rgba(228, 96, 34, 0.65);
    }
    .index-banner .banner-bg {
        background-position: 77% 120%;
		background-size: 145%;
    }
    .minimally-bg {
        width: 90%;
        background-position: 33%;
    }
    #index-minimally::before {
        width: 95%;
    }
    .oneday-bg {
        width: 90%;
        background-position: 60%;
    }
    #index-oneday::before {
        width: 95%;
    }
    .title p {
        width: 65%;
    }
    .in-banner-title h2 {
        display: none;
    }
    .in-banner-title h4 {
        display: none;
    }

    /*首頁產品大類*/
    .section-procat {
        margin-top: -137px;
    }
    .section-procat .pro-block {
        padding: 5px;
    }
    #index-procat .in-block {
        margin-bottom: 30px;
    }
    .sitemap-ul li {
        width: 18.5%;
    }
    .page-header,
    .breadcrumb {
        text-align: center;
    }

    /*產品列表*/
    #in_msg_type.list-inline.B-type li {
        /*text-align-last: center;*/
    }
    /*消息列表*/
    h4.newsTitle {
        margin-top: 0;
    }
    /*NAV*/
    #company_logo img {
        height: 45px;
    }
    .sticky-header #company_logo img {
        margin-top: 10px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 30px 2px 20px;
        letter-spacing: 0px;
    }
    .sticky-header .navbar-default .navbar-nav>li>a {
        padding: 25px 1px;
    }
    /*首頁醫療團隊*/
    #index_team_in {
        width: 65%;
        left: 50%;
        top: 55%;
        margin-bottom: 50px;
    }
    /*首頁微創植牙*/
    #index-minimally {
        padding-top: 10rem;
        padding-bottom: 47rem;
    }
    /*首頁一日美齒*/
    #index-oneday {
        padding-top: 10rem;
        padding-bottom: 45rem;
    }
    /*首頁服務項目*/
    #index-service ul li {
        width: 49.5%;
    }
    /*footer*/
    #footer_map {
        margin-bottom: 235px;
    }
    #footer_left {
        padding: 80px 50px 60px;
    }
    #footer_logo {
        margin-bottom: 50px;
    }
    #cominfo {
        text-align: center;
    }
    #cominfo ul {
        margin-bottom: 25px;
    }
    #cominfo ul li {
        font-size: 16px;
        line-height: 10px;
    }
    #footer_time .table>tbody>tr>td {
        color: #ffffff;
        border-top: 1px solid #ffffff;
    }
    #footer_link {
        background: #e46022;
    }
    /*聯絡我們*/
    .contact-62 .form-group:nth-child(5), .contact-62 .form-group:nth-child(6) {
        height: 97px;
    }
    .contact-62 .form-group:nth-child(6) .radio-inline, .contact-62 .form-group:nth-child(6) .checkbox-inline {
        width: 100%;
    }
    .contact-62 .form-group:nth-child(6) label:nth-child(3).radio-inline, .contact-62 .form-group:nth-child(6) label:nth-child(3).checkbox-inline, .contact-62 .form-group:nth-child(6) label:nth-child(4).radio-inline, .contact-62 .form-group:nth-child(6) label:nth-child(4).checkbox-inline {
        margin-left: 0px;
    }
    .contact-62 .form-group:nth-child(5) .radio-inline, .contact-62 .form-group:nth-child(5) .checkbox-inline {
        width: 30%;
    }
    .contact-62 .form-group:nth-child(5) label:nth-child(5).radio-inline, .contact-62 .form-group:nth-child(5) label:nth-child(5).checkbox-inline {
        margin-left: 0px;
    }
    /*麵包屑*/
    .breadcrumb {
        margin-bottom: 15px;
    }
}

/* ======================================================================================
   SM版 微調
====================================================================================== */

@media (min-width:768px) and (max-width:850px) {
    #company_logo img {
        height: 35px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 27px 1px 20px;
    }
}


/* ======================================================================================
   XS版 start
====================================================================================== */

@media (max-width:767px) {

    body {
        padding-top: 0;
    }
    .btn-more {
        margin-bottom: 5px;
    }
    ul, ol {
        text-align: left;
    }
    /* 手機版選單按鈕切換特效 */
    /* 搭配JS在main.js裡 */
    /* class更換   "larr"左箭頭 "rarr"右箭頭 "uarr"上箭頭 "x"叉叉 "plus"加號 都沒設是減號  */
    nav *,
    nav *:before,
    section *:after {
        transform: translate3d(0, 0, 0);
    }
    .xs-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    #index-procat ul li.xs-fluid {
        margin-bottom: 15px;
    }
    .btn-more {
        padding: 10px 25px;
    }
    .sitemap-ul>li {
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .navicon-button {
        display: inline-block;
        position: relative;
        padding: 18px 10px;
        margin-top: 10px;
        transition: 0.25s;
        cursor: pointer;
        user-select: none;
        opacity: .8;
        background: none !important;
        border: none;
    }
    .navicon-button .navicon:before,
    .navicon-button .navicon:after {
        transition: 0.25s;
    }
    .navicon-button:hover {
        transition: 0.5s;
        opacity: 1;
    }
    .navicon-button:hover .navicon:before,
    .navicon-button:hover .navicon:after {
        transition: 0.25s;
    }
    .navicon-button:hover .navicon:before {
        top: 10px;
    }
    .navicon-button:hover .navicon:after {
        top: -10px;
    }
    .navicon {
        position: relative;
        width: 30px;
        height: .3125rem;
        background: #000;
        transition: 0.5s;
        border-radius: 2.5rem;
    }
    .navicon:before,
    .navicon:after {
        display: block;
        content: "";
        height: .3125rem;
        width: 30px;
        background: #000;
        position: absolute;
        z-index: -1;
        transition: 0.5s 0.25s;
        border-radius: 2.5rem;
    }
    .navicon:before {
        top: 8px;
    }
    .navicon:after {
        top: -8px;
    }
    .open:not(.steps) .navicon:before,
    .open:not(.steps) .navicon:after {
        top: 0 !important;
    }
    .open .navicon:before,
    .open .navicon:after {
        transition: 0.5s;
    }
    .open {
        transform: scale(1);
        position: relative;
        z-index: 600;
    }
    .open.larr .navicon:before,
    .open.larr .navicon:after,
    .open.rarr .navicon:before,
    .open.rarr .navicon:after,
    .open.uarr .navicon:before,
    .open.uarr .navicon:after {
        width: 1.5rem;
    }
    .open.larr .navicon:before,
    .open.rarr .navicon:before,
    .open.uarr .navicon:before {
        transform: rotate(35deg);
        transform-origin: left top;
    }
    .open.larr .navicon:after,
    .open.rarr .navicon:after,
    .open.uarr .navicon:after {
        transform: rotate(-35deg);
        transform-origin: left bottom;
    }
    .open.uarr {
        transform: scale(0.75) rotate(90deg);
    }
    .open.rarr .navicon:before {
        transform: translate3d(1em, 0, 0) rotate(-35deg);
        transform-origin: right top;
    }
    .open.rarr .navicon:after {
        transform: translate3d(1em, 0, 0) rotate(35deg);
        transform-origin: right bottom;
    }
    .open.plus .navicon,
    .open.x .navicon {
        background: transparent;
    }
    .open.plus .navicon:before,
    .open.x .navicon:before {
        transform: rotate(-45deg);
    }
    .open.plus .navicon:after,
    .open.x .navicon:after {
        transform: rotate(45deg);
    }
    .open.plus {
        transform: scale(0.75) rotate(45deg);
    }
    /*nav-top*/
    #blog_link {
        text-align: right;
    }
    /*NAV buttom*/
    /*淡入*/
    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
            /*初始状态 透明度为0*/
        }
        50% {
            opacity: 0;
            /*中间状态 透明度为0*/
        }
        100% {
            opacity: 1;
            /*结尾状态 透明度为1*/
        }
    }
    /*淡出*/
    @-webkit-keyframes fadeout {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    .navbar-collapse {
        border: none !important;
        top: 0;
        left: 0;
        padding-top: 97px;
        padding-bottom: 97px;
        padding-right: 30px;
        padding-left: 30px;
        position: fixed;
        height: 100vh !important;
        width: 100%;
        z-index: -1;
        margin: 0 !important;
        background: rgba(255, 255, 255, 0.9);
        max-height: inherit !important;
        background: rgba(255, 255, 255, 1);
        -webkit-animation-name: fadeout;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0.5s;
        /*延迟时间*/
        opacity: 0;
        overflow-y: scroll;
    }
    .navbar-collapse.in {
        -webkit-animation-name: fadeIn;
        /*动画名称*/
        -webkit-animation-duration: 0.5s;
        /*动画持续时间*/
        -webkit-animation-iteration-count: 1;
        /*动画次数*/
        -webkit-animation-delay: 0s;
        /*延迟时间*/
        opacity: 1;
    }
    /*NAV li a*/
    .navbar-default .navbar-nav>li>a {
        padding: 20px;
    }
    .register-li {
        display: block !important;
        border-top: 2px dotted #e7e7e7;
    }
    .register-li a {
        display: block;
    }
    #main_menu>li {
        display: block !important;
        border-top: 1px solid #e7e7e7;
    }
    /*NAV li a 下拉*/
    #main_menu .dropdown-menu {
        background: #e7e7e7
    }
    .dropdown-menu li {
        border-top: 1px solid #e7e7e7;
        border-bottom: none;
    }
    .dropdown-menu li:last-child {
        border-top: 1px solid #e7e7e7;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px;
    }
    /*search*/
    #qsearch .dropdown-menu {
        display: block !important;
        position: relative;
        box-shadow: none;
    }
    /*other-nav*/
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-default .navbar-nav>li {
        width: 100%;
        float: left;
    }
    #other-nav.dropdown-menu {
        display: block !important;
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
    }
    .dropdown-menu>li>a {
        padding: 20px;
        font-weight: bold;
        display: inline-block;
    }
    /*logo*/
    #company_logo img {
        height: 65px;
        margin: 5px 0 5px 10px;
    }
    /*首頁產品大類區塊*/
    .section-procat {
        margin-top: 0;
    }
    .section-procat .in-block {
        padding: 0;
    }
    /*首頁BANENR*/
    .index-banner .banner-bg {
        background-position: 93%;
        background-size: 160%;
    }
    #mainbanner .carousel-caption {
        padding-bottom: 42%;
    }
    .index-banner-title, .index-banner {
        min-height: 400px;
        max-height: 600px;
    }
    .index-banner-title h1 {
        font-size: 1.8em;
        word-break: break-word;
    }
    .index-banner_text {
        top: 35%;
    }

    .index-banner_text .text-box h1 {
        font-size: 5rem;
        padding: 1rem 1.5rem;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 12px;
    }

    .index-banner-title h2 {
        font-size: 2.2rem;
        word-break: break-word;
    }
    .index-banner_text .text-box h2 {
        padding: 1rem 2rem;
        margin-left: -2rem;
        letter-spacing: .1em;
    }

    .index-banner_text .text-p {
        display: none;
    }
    .in-banner-title h2 {
        display: none;
    }
    .in-banner-title h4 {
        display: none;
    }
    #mainbanner .owl-carousel .owl-nav .owl-next {
        margin-top: -60%;
        margin-right: -5%;
    }
    #mainbanner .owl-carousel .owl-nav .owl-prev {
        margin-top: -60%;
        margin-left: -5%;
    }
    .minimally-bg {
        width: 100%;
        background-position: 91%;
    }
    .oneday-bg {
        width: 100%;
    }
    /*首頁about*/
    #index_company_in {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /*首頁微創植牙*/
    #index-minimally {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /*首頁服務項目*/
    #index-service {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    #index-service ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    #index-service ul li a {
        font-size: 2rem;
    }
    /*首頁牙齒美白*/
    #index-oneday {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /*首頁醫師團隊*/
    #index_team {
        padding-top: 10px;
        padding-bottom: 520px;
    }
    #index_team_box img {
        border-radius: 20px;
        margin-bottom: 15px;
    }
    #index_team_in {
        background-color: transparent;
        width: 100%;
        left: 50%;
        top: 0;
        /* bottom: 0; */
        border-radius: 50px;
        transform: translateX(-50%);
        position: absolute;
        padding: 25px 15px;
        margin-bottom: 25px;
    }
    /*首頁區塊*/
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
    }
    /*news*/
    .textmsg {
        margin-top: 15px;
    }
    /*頁籤模組*/
    #myTab-accordion .panel-heading h4 {
        margin: 0;
    }
    #myTab-accordion .panel-heading h4 a {
        display: block;
        background: #f5f5f5;
        color: #2b2b2b;
        padding: 10px 10px;
    }
    #myTab-accordion .panel-heading h4 a:hover,
    #myTab-accordion .panel-heading h4 a:focus,
    #myTab-accordion .panel-heading h4 a:active {
        background: #97c762;
        color: #fff;
    }
    #myTab-accordion .panel {
        border-radius: 0 !important;
    }
    #myTab-accordion .panel-default>.panel-heading {
        background: none;
        padding: 0;
    }
    /*購物車*/
    /*--步驟箭頭*/
    .cart_stepBox li .wrp {
        padding-left: 15px;
    }
    /*聯絡表單*/
    .contact-62 .form-group {
        width: 100%;
        height: inherit;
        text-align: left;
        letter-spacing: 0;
    }
    .contact-62 .form-group:nth-child(2n) {
        margin-left: 0%;
    }
    /*table-responsive 調整*/
    #tab-rwd-xs {
        margin-left: 0;
        margin-right: 0;
    }
    /*產品列表*/
    #in_msg_type.list-inline li {
        text-align: center;
    }
    /*banner*/
    .in-banner>.index-banner-title {
        top: 18%;
    }
    .in-banner>h2 {
        font-size: 1.8em;
        font-weight: 900;
    }
    .in-banner>p {
        font-size: 1em;
    }
    /*footer*/
    #footer,
    #footer_logo {
        text-align: center;
    }
    #footer_logo {
        margin-bottom: 25px;
    }
    #footer_left {
        padding: 50px 30px 20px;
    }
    #footer_map {
        margin-bottom: 430px;
    }
    #cominfo {
        text-align: center;
    }
    #cominfo ul {
        text-align: center;
        margin-bottom: 25px;
    }
    #cominfo ul li {
        font-size: 16px;
        line-height: 10px;
    }
    #footer_time .table>tbody>tr>td {
        color: #ffffff;
        letter-spacing: 0;
        white-space:nowrap;
        border-top: 1px solid #ffffff;
    }
    /*NAV*/
    .navbar-default .navbar-nav>li:hover:before, .navbar-default .navbar-nav>li:active:before, .navbar-default .navbar-nav>li:focus:before {
        height: 0px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #e46022;
    }

    .txtNormal h1 {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 3rem;
    }

    .txtNormal h4:before {
        bottom: 1px;
    }
}


/* ==================================================
   XS版 尺寸微調
================================================== */

@media (max-width:480px) {
    .index-banner-title, .index-banner {
        min-height: 400px;
        max-height: 600px;
    }
    #footer_left {
        padding: 50px 15px 30px;
    }
    #index_team {
        padding-top: 10px;
        padding-bottom: 450px;
    }
}

@media (max-width:430px) {
    .index-banner-title, .index-banner {
        min-height: 400px;
        max-height: 500px;
    }
    .index-banner .banner-bg {
        background-position: 82% 34%;
		background-size: 222%;
    }
    #company_logo img {
        height: 50px;
    }
    .index-banner_text .text-box h2 {
        font-size: 1.8rem;
    }
    .index-banner_text .text-box h1 {
        background-color: rgba(255, 255, 255, 0);
    }
}

@media (max-width:380px) {
    #mainbanner .carousel-caption {
        padding-bottom: 33%;
    }
    #footer_left {
        padding: 50px 0px;
    }
}

ul#in_msg_type {
    display: flex!important;
    flex-wrap: wrap!important;
}

.icon_Community{z-index: 1039;}

.icon_Community a.js-btn-icon_Community { text-align: center; width: 50px; line-height: 47px; border-radius: 100px; position: absolute; bottom: 0; right: 0; padding: 0; cursor: pointer; color: #fff; background: #000; font-size: 22px; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5); height: 50px; pointer-events: auto;}

.js-btn-icon_Community:hover, .js-btn-icon_Community:focus { color: #fff; background-color: #0069d9; border-color: #0062cc; }

.js-icon_Community .icon_li { position: relative; right: -100px; }

.js-icon_Community .icon_li .icon_li_img { max-width: 50px; width: 100%; height: auto; display: block; position: absolute; right: 0; z-index: 1; }

.js-icon_Community.active .icon_li { right: 0; pointer-events: auto; }

.js-icon_Community .icon_li:nth-child(1) { transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; }

.js-icon_Community .icon_li:nth-child(2) { transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; }

.js-icon_Community .icon_li:nth-child(3) { transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; }

.js-icon_Community .icon_li:nth-child(4) { transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out; -o-transition: all 0.7s ease-out; -webkit-transition: all 0.7s ease-out; }

.js-icon_Community .icon_li:nth-child(5) { transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; -o-transition: all 0.9s ease-out; -webkit-transition: all 0.9s ease-out; }

.js-icon_Community .icon_li:nth-child(6) { transition: all 1.1s ease-out; -moz-transition: all 1.1s ease-out; -o-transition: all 1.1s ease-out; -webkit-transition: all 1.1s ease-out; }

.js-icon_Community .icon_li:nth-child(7) { transition: all 1.3s ease-out; -moz-transition: all 1.3s ease-out; -o-transition: all 1.3s ease-out; -webkit-transition: all 1.3s ease-out; }

.js-icon_Community .icon_li:nth-child(8) { transition: all 1.5s ease-out; -moz-transition: all 1.5s ease-out; -o-transition: all 1.5s ease-out; -webkit-transition: all 1.5s ease-out; }

.js-icon_Community .icon_li:nth-child(9) { transition: all 1.7s ease-out; -moz-transition: all 1.7s ease-out; -o-transition: all 1.7s ease-out; -webkit-transition: all 1.7s ease-out; }

.icon_Community { position: fixed; right: 20px; bottom: 80px; z-index: 1000; pointer-events: none; }

.icon_Community_ul { list-style: none; padding: 0; flex-direction: column; flex-flow: column-reverse; align-items: flex-end; display: flex; margin-bottom: 50px; }

.icon_img { background: #000; border: none; overflow: hidden; text-align: center; margin-bottom: 6px; width: 50px; text-decoration: none; border-radius: 100px; color: #fff; transition: all 0.3s ease; position: relative; display: flex; align-items: center; justify-content: center; }

.icon_img.active { width: 142px; }

.icon_img.active .icon_name { text-indent: 0; opacity: 1; }

.icon_img:hover { text-decoration: none; width: 142px; }

.icon_img:before { opacity: 0; }

.icon_img .icon { color: #fff; font-size: 22px; width: 50px; line-height: 50px; display: flex; justify-content: center; align-items: center; position: absolute; right: 0; z-index: 1; }

.icon_img:hover .icon { text-decoration: none; }

.icon_img:hover .icon_name { opacity: 1; text-indent: 0; }

.icon_name { position: relative; line-height: 50px; padding-right: 50px; padding-left: 15px; transition: all 0.3s ease; opacity: 0; text-decoration: none; color: #fff; white-space: nowrap; border-radius: 100px; overflow: hidden; text-indent: -100px; font-family: Arial, "Microsoft JhengHei", sans-serif; }

.bg_transparent { background: transparent; }

.bg_iconFacebook { background: #4064ad; }

.bg_iconLine { background: #02be01; }

.bg_iconInstagram { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcb045+0,e6233c+22,ab3586+71,5719a8+100 */ background: #fcb045; /* Old browsers */ background: -moz-linear-gradient(45deg, #fcb045 0%, #e6233c 22%, #ab3586 71%, #5719a8 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(45deg, #fcb045 0%, #e6233c 22%, #ab3586 71%, #5719a8 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(45deg, #fcb045 0%, #e6233c 22%, #ab3586 71%, #5719a8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.bg_iconMessenger { background: #0084ff; }

.bg_iconYoutube,.bg_order { background: #e02a20; }

.bg_iconPhone { background: #000; }

.bg_iconMail { background: #000; }

.bg_iconWechat { background: #09b507; }

.bg_iconWhatsapp { background: #20B038; }

.js-icon_Community li.icon_li svg {
    width: 20px;
}