/* ======================================================================================
   LG版 start
====================================================================================== */

body {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", "微軟正黑體", "Arial";
    word-break: break-all;
    padding-top: 0px;
    word-break: break-word;
	font-size: 16px;
}


/* ==================================================
   all
================================================== */

a {
    transition: all 0.4s ease;
    color: #333;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

h1 {
    color: #1b2827;
}

#pro-des h2 {
    margin-top: 0
}

.txtNormal a {
	color: #fdaaac;
}

.txtNormal a:hover,
.txtNormal a:focus,
.txtNormal a:active {
    color: #fa6f88;
}


/*產品型號*/

h4.newsTitle {
    margin-top: 0
}


/*list 標題名*/

h3 {
    color: #405655;
}

h4.newsTitle {
    font-size: 22px;
}

h4.media-heading {
    font-weight: bold;
    margin: 20px 0 10px;
}


/*回圈內標題設定*/


.txtNormal h2 {
    color: #e86883;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 20px;
    padding: 0px 0 15px 26px;
    border-bottom: 1px #C79D8D dotted;
    line-height: 28px;
    position: relative
}
.txtNormal h2:before {
    font-family: FontAwesome;
    content: "\f004";
    color: #fa6f88;
    margin-right: 6px;
    font-size: 17px;
    position: absolute;
    left: 4px;
    top: 1px;
}
.txtNormal h3 {
    color: #f89a9c;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 15px;
    line-height: 28px;
    padding: 5px 12px 5px 16px;
    background: -moz-linear-gradient(left, rgba(255,240,233,1) 0%, rgba(255,240,233,1) 50%, rgba(255,240,233,0) 100%);
    background: -webkit-linear-gradient(left, rgb(255 246 249) 0%,rgb(255 246 249) 50%,rgba(255,240,233,0) 100%);
    background: linear-gradient(to right, rgb(255 246 249) 0%, rgb(254 242 246) 50%, rgb(254 245 248) 100%));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff0e9', endColorstr='#00fff0e9',GradientType=1 );
    border-radius: 50px;
}
.txtNormal h4 {
	color: #fd93b2;
    font-size: 25px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 30px;
    padding-left: 12px;
    border-left: 3px solid;
    border-left-color: #f8829b;
}
.txtNormal h5 {
    font-weight: bold;
    font-size: 21px;
    color: #b58a7a;
}
.txtNormal h6 {
    font-size: 16px;
    color: #c79d8d;
    /*font-weight: bold;*/
    display: inline-block;
    background-color: rgba(199, 141, 141, 0.1);
    padding: 6px 12px;
    line-height: 20px;
    border-radius: 50px;
    border: solid rgba(199, 157, 141, 0.6) 1px;
    letter-spacing: 1.1px;
}
.txtNormal small {
    color: #777;
    padding-left: 5px;
    letter-spacing: 2px;
}

img {
    max-width: 100%
}

p {
    word-wrap: break-word;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px;
    color: #555;
}

#pdf-download p {
    margin-top: 10px
}

.txtNormal ul {
    padding-left: 30px;
    margin: 0 0 20px;
    list-style: disc;
}
.txtNormal ol {
    padding-left: 30px;
    margin: 0 0 20px;
}
.txtNormal ul li, .txtNormal ol li {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 20px;
}


/*表格*/
.txtNormal table {
	border: solid #ddd thin;
}
.txtNormal table td {
	border: 1px #ccc solid;
    text-align: center;
    padding: 10px;
}
.txtNormal table tr:nth-child(odd) {
	background: #f2f2f2;
}
.txtNormal table tr:first-child {
	color: #fff;
    background: #C79D8D;
	font-size: 16px;
    font-weight: bold;
	border-bottom: solid #C79D8D 4px;
}



/*回圈內設定*/

p.msgdate_des {
    line-height: 22px;
    color: #666;
}


/*簡述*/

.msgdate_span {
    font-size: 10px;
    line-height: 22px;
}


/*日期*/

.more-box {
    padding-top: 15px;
}


/*按鈕區塊*/
.btn {
    border-radius: 0px;
    /* font-weight: bold; */
    padding: 10px 25px;
    font-family: 'Quicksand', 微軟正黑體;
    letter-spacing: 1.2px;
}
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-more {
	border: none;
}

.btn-more:hover {
    background-color: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #fdaaac;
    border: none;
    border-radius: 50px;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    color: #fff;
	background-color: #C79D8D;
    border-color: transparent;
}
.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: #C79D8D;
    border: none;
}
.btn-info {
    color: #fff;
    background-color: #fdaaac;
    border-color: transparent;
    font-size: 15px;
}
.btn-info:active, .btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #C79D8D;
    border: none;
}
.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #C79D8D;
    border: none;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #C79D8D;
    border-color: transparent;
}

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

.control-label {
    margin-right: 15px;
}
.form-control {
    border-radius: 0px;
}

/*會員相關非組件框模組(補充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;
}


/*麵包屑*/
.page-header {
    padding-bottom: 15px;
    margin: 75px 0 10px;
	border-bottom: none;
}
.breadcrumb {
    background: none;
	font-size: 14px;
}
.breadcrumb>li+li:before {
    color: #ffdfdf;
}
h1.page-header, .breadcrumb {
    text-align: center;
}
h1.page-header {
    position: relative;
}
h1.page-header:before {
    color: #fdaaac;
    background: #fdaaac;
    z-index: 0;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: .2em;
    position: absolute;
    transition: all 0.4s ease;
	bottom: -5px;
    left: calc(50% - 0px);
}
h1.page-header:after {
    content: "";
    width: 160px;
    height: 1px;
    background: #fdaaac;
    display: block;
    position: absolute;
    z-index: 0;
    /*top: 100%;*/
	bottom: -3px;
    left: calc(50% - 80px);
}
.breadcrumb a {
    color: #fdaaac;
}
.breadcrumb a:active, .breadcrumb a:hover, .breadcrumb a:focus {
        color: #C79D8D;

}
#in_msg_type.list-inline li {
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 30px;
}


/*產品list 設定*/

.C-type li:nth-child(2n+1) {
    /*clear: left;*/
}

#in-container {
    padding-bottom: 75px;
}
#in-container .section-padding {
    padding-top: 0px;
    padding-bottom: 45px;
}

/*表單日期設定*/

#birthday.form-control {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}


/*區塊間距設定*/

.section-padding {
    padding-top: 75px;
    padding-bottom: 75px;
}
#index_container .section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

/*section 區塊間距*/

.section-padding-in {
    padding-bottom: 45px;
}


/*迴圈用區塊間距*/

.in-block {
    overflow: hidden;
    margin-bottom: 30px;
}


/*sitemap*/

.sitemap-ul {
    list-style: none;
    padding: 0;
    text-align: left;
}
.txtNormal ul.sitemap-ul {
    padding-left: 0px;
}
.sitemap-ul li {
    margin: 0 5px 30px;
    text-align: center;
    width: 19%;
    display: inline-table;
    background: #f2f2f2;
	vertical-align: top;
}

.sitemap-ul li a {
    display: block;
    border-bottom: #fff solid 1px;
    font-size: 16px;
    color: #555;
    padding: 10px 8px;
    font-weight: bold;
    font-size: 17px;
    transition: all 0.5s ease;
}
.sitemap-ul>li>a {
    background-color: #fdaaac;
    color: #fff;
}
.site-map .sitemap-ul li a small {
    display: none;
}

.sitemap-ul li:last-child a {
    border-bottom: none;
    color: #555;
}
.sitemap-ul>li>a:last-child {
    color: #fff;
}
.sitemap-ul a:hover,
.sitemap-ul a:focus {
    text-decoration: none;
    background: #C79D8D;
    color: #fff !important;
}

.sitemap-ul li ul {
    margin: 0;
    padding-left: 0;
}

.sitemap-ul li ul li {
    width: 100%;
    margin: 0 0 1px;
}

.sitemap-ul li ul li a {
    font-size: 15px;
    font-weight: normal;
}


/*訂購單頁面*/

.order-table-img img {
    width: 100%
}

/*頁碼*/
.pages {
    text-align: center;
}
.pagination>li>a, .pagination>li>span {
    border: none;
}
.pagination>li>a:hover, .pagination>li>span:hover, 
.pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #C79D8D;
    background-color: transparent;
    border-color: transparent;
}

/* ==================================================
   header
================================================== */

#nav-top {
    background: #fafafa;
    border-top: 3px solid #009b96;
}

.index_header {
    /*background: rgba(255, 255, 255, 0);*/
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 ); 
	transition: all 0.4s ease;
}

.sticky-header .index_header {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

#company_logo img {
    height: 65px;
    margin: 8px 0;
}

.dropdown-menu {
    padding: 0
}

.navbar {
    height: inherit;
    margin-bottom: 0;
}

.navbar-default {
    border-left: none;
    border-right: none;
    border-radius: 0;
	background-color: transparent;
    border: none;
	transition: all 0.5s ease;
	/*
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 79%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );*/
}
.sticky-header .navbar-default {
    /* background: rgba(221, 193, 150, 0.9); */
    background: rgba(252, 170, 172, 0.9);
}

.navbar-default .navbar-nav>li:nth-last-child(2)>a {
    position: relative;
    z-index: 1;
}

.navbar-default .navbar-nav>li:nth-last-child(2)>a:before {
    position: absolute;
    content: "";
    background-color: #e85896;
    height: 45px;
    width: 100%;
    top: 22px;
    left: -1px;
    z-index: -1;
    border-radius: 5rem;
}

.navbar-brand {
    padding: 15px 0;
}

.badge {
    background: #009b96
}


/*社群按鈕*/

#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;
}
/*固定右側icon*/


/*boostrap v4 可以不用這串 START*/

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
}


/*boostrap v4 可以不用這串 END*/

.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: #fdaaac;
    font-size: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    height: 50px;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
    color: #fff;
    background-color: #e85896;
    border-color: #e85896;
}

.js-icon_Community .icon_li {
    position: relative;
    right: -100px;
}

.js-icon_Community.active .icon_li {
    right: 0;
}

.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: 40px;
    z-index: 9999;
}

.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;
    overflow: hidden;
    text-align: center;
    margin-bottom: 6px;
    width: 50px;
    display: block;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.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;
    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, sans-serif;
}


/*icon 社群顏色*/

.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: rgb(252, 176, 69);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(252, 176, 69, 1) 0%, rgba(230, 35, 60, 1) 22%, rgba(171, 53, 134, 1) 71%, rgba(87, 25, 168, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(252, 176, 69, 1) 0%, rgba(230, 35, 60, 1) 22%, rgba(171, 53, 134, 1) 71%, rgba(87, 25, 168, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(252, 176, 69, 1) 0%, rgba(230, 35, 60, 1) 22%, rgba(171, 53, 134, 1) 71%, rgba(87, 25, 168, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bg_iconMessenger {
    background: #0084ff;
}

.bg_iconYoutube {
    background: #e02a20;
}

.bg_iconPhone {
    background: #fca1bb;
}

.bg_iconMail {
    background: #000;
}

.bg_iconWechat {
    background: #09b507;
}

.bg_iconWhatsapp {
    background: #20B038;
}

/*語系*/

#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: #009b96;
    color: #fff
}


/*nav*/

#mainnav {
    min-height: auto;
    border-radius: 0;
    border: none;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav {
    margin-right: 10px;
}

.navbar-default .navbar-nav>li {
    display: inline-block;
    float: none;
}

.navbar-default .navbar-nav>li>a {
    cursor: pointer;
    display: block;
    color: #fff;
    /* font-weight: bold; */
    transition: all 0.35s ease;
    padding: 35px 5px 20px;
    font-size: 16px;
    letter-spacing: 0.05em;
	/*text-shadow: 0 0 10px #ffffff;*/
}

.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;
    color: #e85887;
    /*text-shadow: 0 0 7px rgba(255, 255, 255, 0.7);*/
}
.sticky-header .navbar-default .navbar-nav>li>a:hover, .sticky-header .navbar-default .navbar-nav>li>a:focus, .sticky-header .navbar-default .navbar-nav>li>a:active, .sticky-header .navbar-default .navbar-nav>.open>a, .sticky-header .navbar-default .navbar-nav>.open>a:hover, .sticky-header .navbar-default .navbar-nav>.open>a:focus {
    color: #e85887;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    color: #e85887;
    background-color: transparent;
}
.sticky-header .navbar-default .navbar-nav>.active>a, .sticky-header .navbar-default .navbar-nav>.active>a:hover, .sticky-header .navbar-default .navbar-nav>.active>a:focus {
    color: #e85887;
}

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

.dropdown-menu {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
}
.dropdown-menu li {
	float: left;
	width: 100%;
	list-style-image: url(../proimage/images/aaa.png);
}

.dropdown-menu li a {
	float: left;
	width: 100%;
}

/*--下拉選單--*/

.dropdown-menu li {
    width: 100%;
    /*border-bottom: solid #ddd 1px;*/
}

.dropdown-menu>li>a {
    display: block;
    padding: 15px 17px;
    font-size: 15px;
    text-align: left;
    color: #262626;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:active {
    background-color: rgb(248, 130, 155);
    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;
}




/*20200219 nav*/
#index_cure {
    width: 730px;
    right: -143%;
    padding-bottom: 0px;
}
#index_cure i {
    color: #777;
}
.div_index_cure {
    font-size: 18px;
    padding: 15px 0px 10px 12px;
    text-align: left;
    border-bottom: solid 1px #C79D8D;
    font-weight: bold;
    color: #C79D8D;
}
.div_index_cure:hover {
    background-color: #C79D8D;
}
.div_index_cure a {
    float: inherit !important;
    width: inherit !important;
	color: #af8e4e;
}
.div_index_cure:hover a {
    color: #fff;
}
.li_index_cure .in-block {
    margin-bottom: 10px;
}
.li_index_cure ul {
    list-style-type: none;
    line-height: 38px;
    padding-left: 0px;
    padding-right: 0px;
}
#navbar .dropdown-menu li {
    border-top: 1px solid #ccc;
}
#index_cure .li_index_cure ul {
    margin-right: 0;
    margin-top: 5px;
    float: left;
    width: 100%;
}
#index_cure .li_index_cure ul li {
    border-top: none !important;
}
#index_cure .li_index_cure>div>ul>li>a {
    padding: 0 10px;
    color: #333;
    margin-left: 0;
    display: block;
    font-size: 15px;
    text-align: left;
}
#index_cure .li_index_cure>div>ul>li>a:hover {
    background-color: #C79D8D;
    color: #fff;
}
.icon-img img {
    border: none !important;
}




/*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
================================================== */
.owl-carousel {
    z-index: 0;
}
.index-banner-title {
    left: 15%;
    right: 15%;
    bottom: 35%;
    font-family: 'Alegreya Sans', sans-serif;
}

.index-banner-title h1 {
    margin: 0;
    font-size: 5em;
    font-weight: 900;
    color: #fff;
}

.index-banner-title h2 {
    margin: 0;
    font-size: 3.5em;
    font-weight: 700;
}

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



/* ==================================================
   footer
================================================== */

/*右側icon隱藏*/
.keyreply-launcher.keyreply-launcher-active .keyreply-brand {
    display: none;
}

/* ==================================================
   index
================================================== */

.index-title {
    /*font-size: 28px;
    font-weight: bold;*/
    margin: 0 0 40px;
}


/*首頁分類標題框架*/

.index-title a {
    color: #333;
    /*首頁分類標題連結顏色*/
}

h3.index-title {
    color: #333;
    font-size: 36px;
    line-height: 25px;
    margin: 0 0 20px 0;
    letter-spacing: 1vw;
    font-weight: inherit;
}

.index-title h3 {
    color: #e85896;
    font-size: 36px;
    line-height: 25px;
    margin: 0 0 30px 0;
    letter-spacing: 5px;
    font-weight: bold;
}
.index-title span {
    font-size: 16px;
    color: #fcaaac;
    letter-spacing: 1.8px;
	position: relative;
}
.index-title span:before {
    color: #fcaaac;
    background: #fcaaac;
    /*top: -12px;*/
    z-index: 0;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: .2em;
    position: absolute;
    /*left: 50%;*/
    transition: all 0.4s ease;
	bottom: 27px;
    left: calc(50% - 0px);
}
.index-title span:after {
    content: "";
    width: 160px;
    height: 1px;
    background: #fcaaac;
    display: block;
    bottom: 29px;
    left: calc(50% - 80px);
    position: absolute;
    z-index: 0;
}
.index-title p {
    margin-top: 20px;
    letter-spacing: 1.5px;
    color: #555;
}


.title p {
    width: 80%;
    margin: 36px auto;
    font-size: 16px;
    line-height: 26px;
	color: #777;
	text-align: justify;
}


/*首頁分類說明文*/


/*index-proclass*/

.section-procat {
    /*margin-bottom: 35px;
    margin-top: -112px;*/
}
/*
#index-procat.section-procat {
    margin-top: 120px;
}
#index-procat .ml-1.mr-1 {
    margin-left: -12px;
    margin-right: -12px;
}
#index-procat .pro-block {
    padding-left: 3px;
    padding-right: 3px;
}
#index-procat .pro-block:nth-child(2n+1) {
    margin-top: -90px;
}*/

#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;
}*/

/*#index-procat .grid h4 {
    position: absolute;
    display: block;
    width: 80%;
    margin: 10%;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    bottom: 0;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}*/





/* ================= 首頁 醫療團隊&診所環境 ==================== */
#index-team-clinic {
}
#index-team-clinic ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#index-team-clinic ul li {
	width: 100%;
	margin: 15px 0;
	overflow: hidden;
	transition: all 0.4s ease;
}
#index-team-clinic ul li:hover {
	/*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}
#index-team-clinic ul li a {
}
#index-team-clinic ul li a .box-text {
    text-align: center;
    margin: 0;
    padding: 90px 90px;
    background: #fcaaac;
    width: 40%;
    transition: all 0.4s ease;
	text-align: center;
}
#index-team-clinic ul li a:hover .box-text {
	background-color: #fff
}

#index-team-clinic ul li a .box-text h3 {
    color: #fff;
    font-size: 36px;
    line-height: 25px;
    margin: 0 0 30px 0;
    letter-spacing: 5px;
    font-weight: bold;
}
#index-team-clinic ul li a:hover i.fa, #index-team-clinic ul li a:focus i.fa, #index-team-clinic ul li a:active i.fa {
	color: #fff;
    background: #55b579;
}
#index-team-clinic ul li a i.fa {
	font-size: 16px;
	background: #fff;
	color: #55b579;
	padding: 17px 19px;
	border-radius: 100px;
	margin: 10px 0;
}
#index-team-clinic ul li a span {
	display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1.8px;
}
#index-team-clinic ul li a .index-title span {
	position: relative;
}
#index-team-clinic ul li a .index-title span:before {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.5);
    top: -12px;
    z-index: 0;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: .2em;
    position: absolute;
    left: 50%;
    transition: all 0.4s ease;
}
#index-team-clinic ul li a .index-title span:after {
    content: "";
    width: 160px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    top: -47%;
    left: calc(50% - 80px);
    position: absolute;
    z-index: 0;
}
#index-team-clinic ul li.item-A {
	background: url(../proimage/images/team-bg_01.jpg) 122% center no-repeat;
    background-size: 80% auto;
	border-radius: 400px 0 0 400px;
}
#index-team-clinic ul li.item-B {
	background: url(../proimage/images/team-bg_02-1.png) left center no-repeat;
	background-size: 85% auto;
	border-radius: 0 400px 400px 0;
}
#index-team-clinic ul li.item-C {
	background: url(../proimage/banner/2020/1590390005.jpg) 141%  no-repeat;
    background-size: 80% auto;
	border-radius: 400px 0 0 400px;
}
#index-team-clinic ul li.item-A:hover, 
#index-team-clinic ul li.item-B:hover {
	/*background-size: 85% auto;*/
}
#index-team-clinic ul li.item-B a .box-text {
	float: right;
	position: relative;
	border-radius: 0 400px 400px 0;
}
#index-team-clinic ul li.item-A a .box-text, #index-team-clinic ul li.item-C a .box-text {
	float: left;
	position: relative;
	border-radius: 400px 0 0 400px;

}
#index-team-clinic ul li a:hover .box-text {
	background: #fe8bac;
    /* color: #C79D8D;*/ 
}
#index-team-clinic ul li.item-A a .box-text p, 
#index-team-clinic ul li.item-B a .box-text p, 
#index-team-clinic ul li.item-C a .box-text p {
    line-height: 26px;
    text-align: center;
	color: #fff;
    letter-spacing: 1.3px;
}
#index-team-clinic ul li.item-A a .box-text p span, #index-team-clinic ul li.item-C a .box-text p span {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}

/*
#index-team-clinic ul li.item-B:hover a h4:before {
	border-color: transparent #fff transparent transparent;
}
#index-team-clinic ul li.item-A:hover a h4:after {
	border-color: transparent transparent transparent #fff;
}
*/



/*----------------特效必要框架內容--------可貼在 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: #d3ba93;
    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: #d3ba93;
    border-radius: 100%;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: all 0.35s ease-out 0s;
    padding: 0px;
    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: url(../proimage/images/about-bg.jpg) center no-repeat;*/
	padding-top: 130px;
    padding-bottom: 130px;
}
#index_company_in {
    text-align: center;
	display: flex;
    align-items: center;
}
#index_company_in .title p span {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: -12px;
    display: block;
}


/*首頁 診所證書*/
#index-certification {
    background-image: url(../proimage/images/bg-brands.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
	padding-top: 100px;
    padding-bottom: 100px;
}
#index-certification .index-title a {
    color: #fff;
}
#owl-certification.owl-carousel {
    clear: both;
}
#owl-certification.owl-carousel .owl-item img {
    width: 90%;
	margin: auto;
}
.owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}



/*首頁 企業形象*/
.team-box {
    /*background-color: rgba(255, 255, 255, 0.9);*/
    padding: 30px 10px;
}
.team-box .line-box {
    /*border: solid #d8d8d8 1px;
    padding: 30px;*/
}
#corporate-image h3 {
    color: #C79D8D;
	margin-bottom: 10px;
}
#corporate-image h3:before {
    content: "“";
    font-family: "Times New Roman";
    font-size: 38px;
    margin: 0px 10px;
    top: -7px;
    position: relative;
}
#corporate-image h3:after {
    content: "”";
    font-family: "Times New Roman";
    font-size: 38px;
    margin: 0px 10px;
    top: -7px;
    position: relative;
}
#corporate-image h3 span {
    font-size: 36px;
    color: #C79D8D !important;
    display: block;
    line-height: 60px;
}
#corporate-image h3 span.xs-desplay, #corporate-image h3 span.h3-block {
    display: initial;
}
#corporate-image span {
    color: #ddd;
}
.team-box a:hover .btn-primary {
	color: #d0ac64;
    background-color: #fff;
	transition: all 0.4s ease;
}
.image-section .btn-primary:hover {
	background-color: #fff;
    color: #C79D8D !important;
	transition: all 0.4s ease;
}

.image-section {
	width: 100%;
	position: relative;
	background: url(../proimage/images/corporate-image-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}
.image-section .section-title, .image-teeth .section-title {
	margin-bottom: 0;
}
.image-section-inside p {
	color: #cecece;
    margin: 0 auto;
    padding: 50px 0px;
    font-size: 16px;
    letter-spacing: 1.2px;
}
.image-section h2.section-title, .image-teeth h2.section-title {
	color: #333;
    font-size: 40px;
    line-height: 25px;
    margin: 0 0 20px 15px;
    letter-spacing: 1vw;
}


/*index-pro*/
#index-pro {
    background: url(../proimage/images/about-bg.jpg) center top no-repeat;
	background-size: cover;
}
#index_container #index-pro.section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
	border-radius: 150px 0 0 0;
}
.product-icon {
    padding: 0 10px;
    width: 100%;
    display: block;
	text-align: center;
}
.product-box {
    /*border: solid #ccc 1px;
    background-color: rgba(255, 255, 255, 0.8);*/
    margin: 0.66%;
    width: 18.6%;
    /*padding: 35px;
	border-radius: 50%;*/
}
.product-box:active, .product-box:hover, .product-box:focus {
    /*background-color: rgba(255, 250, 217, 0.8);
    transition: all 0.4s ease;*/
}
.product-box h4 {
    font-size: 20px;
    color: #555;
}
#index-pro .img-box {
    width: 60%;
    margin: 20px auto 25px;
}
#index-pro .img-box img {
    display: block;
    margin: auto;
}
#index-pro .img-box a {
    background: #405655;
    display: block;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}
#index-pro .img-box a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
    background: #009b96;
    content: "";
    transition: all 0.3s ease-out 0s;
}
#index-pro .img-box a:hover:before {
    transform: scale(1);
    opacity: 0.5;
}
#index-pro p.text {
    font-size: 15px;
    line-height: 22px;
    color: #777;
    letter-spacing: 1.5px;
}


/*index-news*/
#index-news {
    position: relative;
}
#index-news .in-block {
    /*text-align: center;*/
    margin-bottom: 0;
}
#index-news a .up {
    padding-left: 105px;
    position: relative;
    line-height: 23px;
}
#index-news a .up:after {
    content: "+";
    position: absolute;
    font-family: FontAwesome;
    color: #fcaaac;
    right: 20px;
    top: calc(50% - 10px);
	font-weight: bold;
}
#index-news a:active .up:after,
#index-news a:hover .up:after,
#index-news a:focus .up:after {
    color: #ddc194;
}
#index-news .in-block a {
    display: block;
    border-bottom: 1px rgba(221, 221, 221, 0.7) solid;
    margin: 0 0 15px;
    padding-bottom: 15px;
}
#index-news a p {
    margin: 0;
    color: #555;
}
#row_index-news a:active p,
#row_index-news a:hover p,
#row_index-news a:focus p {
    color: #fcaaac;
}
#index-service p.text {
    font-size: 15px;
    line-height: 22px;
}
#index-news a .msgdate_span {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2px 3px;
    font-family: Arial;
}
#index-news .in-block a .msgdate_span {
    background: rgba(252, 170, 171, 0.6);
    padding: 5px 13px;
    border-radius: 50px;
}
#index-news .more-box {
    clear: both;
}
#index-news .btn-primary {
    color: #fff;
    background-color: #fcaaac;
}
#index-news .btn-primary:active,
#index-news .btn-primary:hover,
#index-news .btn-primary:focus {
    background-color: #C79D8D;
    color: #fff;
}


/*
.index-news-text {
    position: relative;
    display: block;
    padding: 20px 15px 30px;
}
#index-news h4.media-heading {
    margin: 5px 0 20px;
}
#index-news span.msgdate_span {
    font-size: 12px;
    line-height: inherit;
    color: #C79D8D;
}
#index-news p.msgdate_des {
    font-size: 15px;
    color: #777;
    margin-top: 10px;
}
#index-news p.msgdate_des.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
*/

/*index-product*/

#index-product {
    background: #f7f7f7;
    /*首頁產品輪播底色*/
}


/*首頁 產品大類index-procate-item */
.pro-item {
    padding: 15px 0 15px 15px;
}
#list-pro {
    width: 49%;
    display: inline-block;
    text-align: left;
}
.pro-item {
    padding: 15px 0 15px 15px;
	width: 80%;
	margin: 0 auto;
	text-align: left;
}

#list-pro img.section-title {
    width: 20px;
    margin: 0 3px 3px 0;
}
#list-pro h4 a:active, #list-pro h4 a:hover, #list-pro h4 a:focus {
    color: #e85881;
}


/*首頁 聯絡表單*/
#index-contact {
	width: 100%;
	position: relative;
	background: url("../proimage/images/corporate-image-bg-2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}
#index-contact .title p {
    text-align: inherit;
}
#index-contact .form-group.vcode {
    display: flex;
}
#index-contact .form-group.vcode .form-control {
    /*margin-right: 15px;*/
}
#index-contact .form-group.vcode img {
	width: auto;
    margin: 0 0 0 10px;
    height: 34px;
    border: none;
    box-shadow: none;
    padding: 0;
}
#index-contact .vbt {
    text-align: center;
}
#index-contact button#send {
    margin: 15px auto;
	transition: all 0.4s ease;
}



/* ==================================================
   in-page 內頁
================================================== */
#content {
    min-height: 500px;
}

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

/*sideber*/
#sidebar {
    margin-top: 78px;
}



/*產品內頁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: #fa6f88;
    color: #fff;
}

.cart_stepBox li.active .arr {
    border-color: transparent transparent transparent #fa6f88;
}


/*內頁 專業照護*/
.C-type.inpro-type h4.newsTitle a:hover {
    color: #fcaaac;
}

/*內頁 醫療團隊*/
.team-A img, .team-B img {
    border: solid #eee 1px;
}
.C-type.team-type h4.newsTitle {
    margin: 15px 0px 5px;
}

/*內頁 醫療項目*/
h1.page-header small, .breadcrumb li a span small {
    display: none;
}
#sidebar ul.nav-list li a small {
    display: none;
}
.navbar-nav>li>.dropdown-menu li a small {
    display: none;
}
.C-type.inpro-type {
	margin-left: -5px;
    margin-right: -5px;
}
.C-type.inpro-type .pro-boder {
    /*border: solid #d0ac64 1px;
    background-color: rgba(255, 255, 255, 0.6);
    margin: 0.66%;
    width: 97.5%;
    padding: 45px 35px;*/
}
.C-type.inpro-type img {
    border-radius: 200px;
}
.C-type.inpro-type h4.newsTitle {
    margin: 20px 0 5px;
}
.C-type.inpro-type h4.newsTitle small {
    color: #C79D8D;
    letter-spacing: 1.2px;
}
.C-type.inpro-type .btn {
    margin-top: 15px;
}
.A-type.pro-A-type>li {
    padding-bottom: 10px;
}
.A-type.pro-A-type .newsbox {
    border: none;
    background-color: transparent;
    padding: 0;
}
.A-type.pro-A-type .newsbox .dfbox {
    padding: 5px 15px 5px 25px;
    background-color: rgba(208, 171, 100, 0.05);
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: solid rgba(208, 171, 100, 0.2) 1px;
}
.A-type.pro-A-type .newsbox .dfbox .btn {
    margin: auto 0;
}
.A-type.pro-A-type .newsbox .dfbox:hover {
    background-color: #fff;
}
.A-type.pro-A-type .newsbox .dfbox:hover h4 {
    color: #C79D8D;
}
.A-type.pro-A-type .newsbox .dfbox:hover .btn {
    background-color: #555;
}

/*內頁 成功案例*/
.case-img .in-block:nth-child(2n+1) {
    /*clear: both;*/
}
.case-img img {
    border: solid #eee 1px;
}



/*內頁 門診時間*/
.time-img #Outpatient .table tr:first-child {
    background-color: #4381C1;
}
#Outpatient p.color-g {
	color: #e85881;
}
#Outpatient p.color-bk {
	color: #333;
}

/*內頁 最新消息*/
/*.A-type .textmsg {
    padding-bottom: 30px;
}
.A-type .newsbox {
    border-color: #ececec;
    padding: 30px 15px 30px 25px;
    background-color: rgba(242, 242, 242, 0.5);
	text-align: left;
}
.A-type .msg_date {
    color: #C79D8D;
}
.A-type .newsbox h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
	line-height: 1.2;
}
.A-type .newsbox h4 a {
    padding-left: 15px;
    display: block;
    width: 100%;
    color: #fdaaac;
    border-left: 3px solid;
    border-left-color: #C79D8D;
}
.A-type .newsbox h4 a:active, .A-type .newsbox h4 a:hover, .A-type .newsbox h4 a:focus {
    color: #C79D8D;
}
.A-type .textmsg p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #777;
}*/


.A-type li {
    border-bottom: 1px solid #eee;
    padding: 0;
}
.A-type li a {
    padding: 15px 50px 15px 0px;
    display: block;
    width: 100%;
}
.A-type li a:after {
    content: "+";
    position: absolute;
    font-family: FontAwesome;
    color: #fdaaac;
    transition: all 0.4s ease;
    right: 20px;
    top: calc(50% - 10px);
    font-weight: bold;
}
.A-type li a:active:after, 
.A-type li a:hover:after, 
.A-type li a:focus:after {
    color: #fcaaac;
}
.A-type li h4.newsTitle {
    margin: 0 auto;
    text-align: left;
	font-size: 18px;
    line-height: 24px;
}
.A-type span.msg_date {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    left: 0;
    top: 0;
    font-family: Arial;
    width: 93px;
    margin-right: 10px;
    text-align: center;
    background: #fcaaac;
    padding: 5px 13px;
    border-radius: 50px;
}
#in_msg_type.A-type a:active,
#in_msg_type.A-type a:hover,
#in_msg_type.A-type a:focus {
    color: #fdaaac;
}



.B-type.df-type .news-img img {
    border-radius: 0px;
}
.B-type.df-type h4.newsTitle {
	margin-top: 10px;
}
.B-type.df-type .textmsg {
	text-align: center;
}

.C-type h4.newsTitle {
    margin: 8px 0 15px;
    font-size: 20px;
    font-weight: bold;
}
.C-type h4.newsTitle small.msg_date {
    font-size: 10px;
    line-height: 20px;
    color: #C79D8D;
    display: block;
}
.C-type .textmsg>p {
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;

}

/*內頁 分享喜悅*/
#in_msg_type.share-type li {
    padding: 10px 0 35px;
    border-bottom: solid #eee 1px;
}
#in_msg_type.share-type h4.newsTitle {
    color: #fdaaac;
    font-weight: bold;
}
#in_msg_type.share-type .news-img img {
    border: solid #eee 1px;
}

/*內頁 聯絡我們*/
.contact-3 .section-padding-in {
    padding-bottom: 15px;
}
.contact-3 div#contact-map {
    display: none;
}
.contact-3 form#sendmailForm {
    /*display: none;*/
}
.contact-3 a:hover {
    color: #ef8100;
}

/*----------------------footer----------------------*/
.ftmap .map-fluid {
    padding: 0;
	margin-bottom: -5px;
}

#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: 70px 0 50px;
    border-top: 1px #fff solid;
    /*overflow: hidden;*/
    background: #fff;
	background-image: url(../proimage/images/footer-bg.jpg);
}

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

/*地圖*/
.ftmap {
    margin-bottom: -1px;
}

h4.comname {
    color: #e85896;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 24px;
	position: relative;
}
h4.comname:before {
    color: #fcaaac;
    background: #fcaaac;
    bottom: -18px;
    z-index: 0;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: .2em;
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
}
h4.comname:after {
    content: "";
    width: 90%;
    height: 1px;
    background: #fcaaac;
    display: block;
    bottom: -73%;
    left: 0;
    position: absolute;
    z-index: 0;
}

#cominfo, #cominfo-B {
    /*text-align: center;*/
}
#cominfo ul, #cominfo-B ul {
    padding: 0;
    margin: 0;
}

#cominfo ul li, #cominfo-B ul li {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    padding-left: 22px;
    /*display: inline-block;*/
    margin: auto 5px;
}

#cominfo ul li a, #cominfo-B ul li a {
    padding: 3px 0;
    display: block;
    color: #777;
}

#cominfo ul li a i, #cominfo-B ul li a i {
    margin-right: 5px;
}
#cominfo ul li i, #cominfo-B ul li i {
    width: 16px;
    text-align: center;
    margin-right: 5px;
	color: rgba(253, 139, 171, 0.8);
	margin-left: -24px;
}

#cominfo ul li a:hover,
#cominfo ul li a:focus,
#cominfo ul li a:active,
#cominfo-B ul li a:hover,
#cominfo-B ul li a:focus,
#cominfo-B ul li a:active {
    background: none;
    color: #fcaaac;
}

#footernav {
    display: none;
}

#footer-right {
    text-align: right;
}

#footer_logo {
    margin-bottom: 30px;
    text-align: right;
}

#footer_logo img {
    width: 120px;
}

#footer_link {
    padding: 12px 0;
    background: #f7f7f7;
}

#footer_link ul {
    text-align: center;
    padding: 0;
    margin: 0;
	font-size: 10px;
}

#footer_link ul li {
    display: inline-block;
    margin: 0 3px;
    color: #888;
}

#footer_link ul li.copyright {
    margin: 0 0 5px 3px;
    width: 100%;
}

#footer_link ul li a {
    display: block;
    padding: 0;
    color: rgba(0, 0, 0, 0.3);
}

#footer_link ul li a:hover,
#footer_link ul li a:focus,
#footer_link ul li a:active {
    background: none;
    color: #fcaaac;
}


/*footer-form*/
#indexbottom {
    padding: 0 0 30px;
}
#Outpatient {
	border: none;
}
#Outpatient p {
    color: #a6d5b6;
    font-size: 15px;
}
#Outpatient .table th, #Outpatient .table td {
	vertical-align: inherit;
	border: none;
	text-align: center;
}
#Outpatient .table td {
	padding: 15px 10px;
}
#Outpatient .table tr:first-child {
	background: #ef8100;
    color: #fff;
    border-bottom: none;
}
#Outpatient .table b {
	font-size: 18px;
}
#Outpatient .table-striped tbody>tr:nth-child(odd)>td, #Outpatient .table-striped tbody>tr:nth-child(odd)>th {
	background-color: transparent;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: inherit;
}
#Outpatient .f3f3f3 {
	background-color: #f3f3f3 !important;
}
#Outpatient .f9f9f9 {
	background-color: #f9f9f9 !important;
}
#Outpatient .fff {
    background-color: #fff !important;
}
#Outpatient i.fa {
	color: #55b578;
}

/*內頁 門診時間表*/
#Outpatient .table.table-fruit td {
	min-width: 100px;
}




/* ==================================================
   SIDE BAR
================================================== */

.panel {
    margin-bottom: 2px;
    border: none;
    border-radius: 0;
	box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}
#sidebar .nav>li {
	overflow:hidden;
}
#sidebar .nav>li>a {
    padding: 15px 40px 15px;
    background: #fff;
    color: #555;
    position: relative;
}

#sidebar .nav>li>a::after {
    content: "\f105";
    position: absolute;
    left: 20px;
    top: 36%;
    color: #C79D8D;
    z-index: 100;
    font: normal normal normal 14px/1 FontAwesome;
}
#sidebar .nav>li.active>a::after {
	color: #fff;
}
#sidebar .nav>li>a:active::after, #sidebar .nav>li>a:hover::after {
    color: #fff;
}
#sidebar .nav>li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 80%;
    z-index: 100;
    width: 2px;
    height: 1px;
    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: 100%;
    background: rgba(255, 255, 255, 0.5);*/
}

#sidebar .nav>li.active>a {
    background: #C79D8D;
    color: #fff;
}

#sidebar .nav>li>a:hover,
.nav>li>a:focus {
    background: #C79D8D;
    color: #fff;
}

#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:1250px) {
#company_logo img {
    height: 55px;
}
}

/* ======================================================================================
   MD版 start
====================================================================================== */

@media (min-width:992px) and (max-width:1199px) {
	/*NAV*/
	.navbar-nav {
		margin-right: 0px;
	}

    .navbar-default .navbar-nav>li:nth-last-child(2)>a:before {
        top: -8px;
    }
	
    /*首頁BANENR*/
    .index-banner-title {
        top: 25%;
    }
    .index-banner-title h1 {
        font-size: 3em;s
    }
    .index-banner-title h2 {
        margin: 0;
        font-size: 2em;
        font-weight: 700;
    }
    /*首頁產品大類*/
    .section-procat {
    }
	
	/*首頁 醫師團隊&環境*/
	#index-team-clinic ul li a .box-text {
		padding: 125px 35px;
	}
    /*首頁 醫師團隊*/
	#index-team-clinic ul li.item-A {
		background-size: 134% auto;
        background-position: 0% center;
	}
	#index-team-clinic ul li.item-B {
     background-size: cover;
}

#index-team-clinic ul li.item-C {
    background-position-x: 150%;
}
	

	
}

@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:768px) and (max-width:1199px) {
	body {
		padding-top: 135px;
	}
	/*NAV*/
	.navbar-default	{
		/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%);*/
    }
	nav.navbar.navbar-default {
		background-color: rgba(252, 170, 172, 0.9);
		border-bottom: solid #eee 1px;
	}
 
	.sticky-header nav.navbar.navbar-default {
		margin-top: -81px;
	}

	#company_logo img {
        height: 65px;
        margin: 15px 0 15px;
	}

	#navbar-1 {
		display: flex !important;
		justify-content: center;
	}
	.navbar-header {
		float: none;
		text-align: center;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 5px 8px 15px;
	}
	
}

/* ======================================================================================
   SM版 start
====================================================================================== */

@media (min-width:768px) and (max-width:991px) {
	/*
	body {
		padding-top: 109px;
	}
	*/
	/*NAV*/
	/*.navbar-default	{
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%);
    }
	nav.navbar.navbar-default {
		background-color: #C79D8D;
		border-bottom: solid #eee 1px;
	}
 
	.sticky-header nav.navbar.navbar-default {
		margin-top: -61px;
	}
	#company_logo img {
        height: 65px;
        margin: 15px 0 15px;
	}
	#navbar-1 {
		display: flex !important;
		justify-content: center;
	}
	.navbar-header {
		float: none;
		text-align: center;
	}*/
	.navbar-default .navbar-nav>li>a {
		padding: 5px 2px 15px;
		letter-spacing: 0em;
		font-size: 14px;
	}
	.navbar-nav {
		margin-right: 0px;
	}

    .navbar-default .navbar-nav>li:nth-last-child(2)>a:before {
        top: -7px;
    }

	
	/*20200219 nav*/
	#index_cure {
		right: auto;
        left: -238%;
	}
	.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 {
		color: #fcaaac;

	}
	
	.sticky-header .navbar-default .navbar-nav>li>a:hover, .sticky-header .navbar-default .navbar-nav>li>a:focus, .sticky-header .navbar-default .navbar-nav>li>a:active, .sticky-header .navbar-default .navbar-nav>.open>a, .sticky-header .navbar-default .navbar-nav>.open>a:hover, .sticky-header .navbar-default .navbar-nav>.open>a:focus {
		color: #333;
	}
	
	
    /*BANENR*/
    .index-banner-title {
        top: 25%;
    }
    .index-banner-title h1 {
        font-size: 3em;
    }
    .index-banner-title h2 {
        margin: 0;
        font-size: 2em;
        font-weight: 700;
    }
	
	/*首頁 診所介紹*/
	#index_company_in {
		display: block;
	}
	.company-img img.lazy {
		width: 80%;
	}
	.company-text {
		margin-top: 60px;
	}
	
	
    /*首頁產品大類*/
    /*.section-procat {
		margin-bottom: 0;
    }
	.section-procat .pro-block{
		padding: 3px;
    }
    #index-procat .in-block {
        margin-bottom: 30px;
    }
	#index-procat .grid {
		height: 320px;
		overflow: hidden;
	}
	#index-procat .grid h4 {
		transform: translateY(-50%);
		top: 120px;
		bottom: auto;
	}*/
	/* ================= index-procate==================== */
	#index-team-clinic ul li a h4 {
		width: 30%;
	}
	#index-team-clinic ul li.item-B {
		    background: url(../proimage/images/team-bg_02.jpg) left center no-repeat;
    background-size: 150% auto;
	}
	#index-team-clinic ul li.item-C:hover {
		/*background: url(../proimage/images/mint-pro-03.jpg) -50% 50% no-repeat;
		background-size: 90% auto;*/
	}
	
    /*首頁產品大類*/
    .sitemap-ul li {
        width: 18.5%;
    }
    .page-header,
    .breadcrumb {
        text-align: center;
    }
	
		
	/*首頁 三大核心*/
	.product-box {
		/*min-height: 296px;*/
		width: 32%;
	}
	.product-box:nth-child(4) {
		margin-left: 18%;
	}
	
	/*首頁 醫師團隊&環境*/
	#index-team-clinic ul li a .box-text {
		padding: 95px 30px;
	}
	#index-team-clinic ul li.item-A a .box-text p, #index-team-clinic ul li.item-B a .box-text p, #index-team-clinic ul li.item-C a .box-text p {
		line-height: 24px;
		letter-spacing: 0px;
	}
	/*首頁 醫療團隊*/
	#index-team-clinic ul li.item-A {
		background: url(../proimage/images/team-bg_01.jpg) -19% center no-repeat;
        background-size: 130% auto;
		border-radius: 400px 0 0 400px;
	}
	#index-team-clinic ul li.item-B {
		border-radius: 0 400px 400px 0;
	}
	#index-team-clinic ul li.item-C {
		background: url(../proimage/banner/2020/1590390005.jpg) 0%  no-repeat;
		/*background-size: cover*/;
		border-radius: 400px 0 0 400px;
		background-position-x: -30%;
	}
	#index-team-clinic ul li.item-A a .box-text, 
	#index-team-clinic ul li.item-C a .box-text {
		border-radius: 400px 0 0 400px;
		padding: 95px 25px 95px 35px;
	}
	#index-team-clinic ul li.item-B a .box-text {
		border-radius: 0 400px 400px 0;
	}
    
	/*首頁 醫療項目*/
	#index-procate-item .in-about {
		margin-top: 45px;
	}
	
	
	/*內頁 醫師團隊*/
	.team-28 .in-block:nth-child(2n+1) {
		clear: both;
	}

	
    /*產品列表*/
    #in_msg_type.list-inline.C-type li {
        text-align-last: center;
    }
    /*消息列表*/
    h4.newsTitle {
        margin-top: 10px;
    }
}

@media (min-width:768px) {
    .navbar-default .navbar-nav>li:nth-last-child(2)>a:hover,
    .navbar-default .navbar-nav>li:nth-last-child(2)>a:focus,
    .navbar-default .navbar-nav>li:nth-last-child(2)>a:active,
    .sticky-header .navbar-default .navbar-nav>li:nth-last-child(2)>a:hover,
    .sticky-header .navbar-default .navbar-nav>li:nth-last-child(2)>a:focus,
    .sticky-header .navbar-default .navbar-nav>li:nth-last-child(2)>a:active {
        color: #ffd9e5;
    }

    a.line-phone {
        display: none;
    }
}


/* ======================================================================================
   XS版 start
====================================================================================== */

@media (max-width:767px) {
    body {
        padding-top: 57px;
    }
    .btn-more {
        margin-bottom: 5px;
    }
    /* 手機版選單按鈕切換特效 */
    /* 搭配JS在main.js裡 */
    /* class更換   "larr"左箭頭 "rarr"右箭頭 "uarr"上箭頭 "x"叉叉 "plus"加號 都沒設是減號  */
    nav *,
    nav *:before,
    section *:after {
        transform: translate3d(0, 0, 0);
    }
    .navbar-default	{
		/*background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 100%);*/
    }
    nav.navbar.navbar-default {
		border-bottom: solid #eee 1px;
		background-color: #fcaaac;
	}

    .navbar-default .navbar-nav>li:nth-last-child(2)>a:before {
        display: none;
    }

    /*頁頭 LINE按鈕*/
    a.line-phone {
        font-size: 15px;
        line-height: 1.2;
        width: 77px;
        display: inline-block;
        margin: 9px 0 0 8px;
        background-color: #e85896;
        color: #fff;
        padding: 5px 8px;
        text-align: center;
        border-radius: 10px;
        right: 80px;
        position: absolute;
    }

    a.line-phone span {
        letter-spacing: 0.3vw;
        padding: 0 5px;
    }

    .xs-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    #index-team-clinic ul li.xs-fluid {
        margin-bottom: 15px;
    }
    .btn-more {
        /*display: block;
        width: 100%;*/
    }
    .sitemap-ul>li {
        margin-bottom: 15px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #in-container {
        text-align: left;
    }
    .navicon-button {
        display: inline-block;
        position: relative;
        padding: 22px 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: #333;
        transition: 0.5s;
        border-radius: 2.5rem;
    }
    .navicon:before,
    .navicon:after {
        display: block;
        content: "";
        height: .3125rem;
        width: 30px;
        background: #333;
        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: -39px;
        left: 0;
        padding-top: 97px;
        padding-bottom: 97px;
        padding-right: 30px;
        padding-left: 30px;
        position: fixed;
        height: 110vh !important;
        width: 100%;
        z-index: -1;
        margin: 0 !important;
        background: rgba(255, 255, 255, 0.9);
        max-height: inherit !important;
        -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;
		background-color: rgba(255, 255, 255, 1);
    }
    /*NAV li a*/
    .navbar-default .navbar-nav>li>a {
        padding: 20px;
		color: #333;
    }
	.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;
		color: #fcaaac;
    }
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		color: #fcaaac;
		background-color: transparent;
		text-shadow: none;
	}
    .register-li {
        display: block !important;
        border-top: 2px dotted #e7e7e7;
    }
    .register-li a {
        display: block;
    }
    #main_menu>li {
        display: block !important;
        border-top: solid #ddd 1px;
    }
    /*NAV li a 下拉*/
    #main_menu .dropdown-menu {
        background: #e7e7e7
    }
    .dropdown-menu li {
        border-top: solid #ddd 1px;
        border-bottom: none;
    }
    .dropdown-menu li:last-child {
        border-top: solid #ddd 1px;
    }
    #main_menu .dropdown-menu li {
        /*border-bottom: solid #ddd 1px; */
        background-color: #f7f7f7;
    }
	.navbar-default .navbar-nav>li>a {
		letter-spacing: 2px;
	}
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 15px 35px;
    }
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		letter-spacing: 2px;
		color: #555;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: #C79D8D;
	}
	
	/*20200219 NAV*/
	#index_cure {
		width: 100%;
	}
	.li_index_cure .in-block {
		padding: 0;
		margin-bottom: 0;
	}
	.div_index_cure {
		padding: 20px;
		font-size: 16px;
	}
	#index_cure .li_index_cure ul {
		margin-top: 0px;
	}
	#index_cure .li_index_cure>div>ul>li>a {
		padding: 10px 20px;
		color: #bbb;
	}
	
	
	
    /*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;
    }
	.navbar-default .navbar-nav>li>a {
		font-size: 17px;
    }
    #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;
		font-size: 16px;
    }
    /*logo*/
    #company_logo img {
        height: 55px;
        margin: 4px 0 4px 5px;
    }

	
    /*首頁BANENR*/
	#mainbanner .carousel-caption {
        padding-bottom: 42%;
    }
    .index-banner-title h1 {
        font-size: 1.8em;
        word-break: break-word;
    }
    .index-banner-title h2 {
        font-size: 1.5em;
        word-break: break-word;
    }
    #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%;
    }
	
	/*首頁間距設定*/
	#index_container .section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	/*首頁 診所介紹*/
	#index_company {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    #index_company_in {
        /*padding-top: 30px;
        padding-bottom: 30px;*/
		display: block;
    }
	.company-text .title p {
		width: 90%;
	}
	.company-img img.lazy {
		width: 90%;
	}
	.company-text {
		margin-top: 45px;
	}

	
    /*首頁區塊*/
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
        /*text-align: center;*/
    }
	.title p {
		width: 100%;
	}
	
	/*首頁 五大特色*/
	#index-pro {
		background-size: cover;
	}
	#index-pro .index-title {
		margin: 0;
	}
	#index_container #index-pro.section-padding {
		padding-top: 60px;
		padding-bottom: 60px;
		border-radius: inherit;
	}
	.product-icon {
		padding: inherit;
	}
	.product-box {
		width: 92%;
		margin: 0px 4% 0;
		min-height: auto;
		padding: 15px 30px;
	}
	
	/*首頁 產品大類區塊*/
    /*.section-procat {
        margin-top: 0;
		margin-bottom: 0;
    }
	#index-procat.section-procat {
		margin-top: 0;
	}
    .section-procat .in-block {
        padding: 0;
    }
	#index-procat .pro-block {
		padding: 3px;
	}
	#index-procat .pro-block:nth-child(2n+1) {
		margin-top: 0;
	}
	#index-procat .grid {
		height: 300px;
		overflow: hidden;
	}
	#index-procat .effect-ming a {
		display: block;
		overflow: hidden;
	}
	#index-procat .pro-block .effect-ming img {
		transform: translateY(-222px);
	}
	#index-procat .grid h4 {
		transform: translateY(-50%);
		top: 83px;
		bottom: auto;
	}*/

	/* =================
	   首頁 團隊&診所環境
	==================== */
	#index-team-clinic {
		/*width: 94%;*/
		float: none;
	}
	#index-team-clinic ul li {
		margin: 5px 0;
	}
	#index-team-clinic ul li.item-A, #index-team-clinic ul li.item-C {
		background: none !important;
		border-radius: 90px 0 0 90px;
	}
	#index-team-clinic ul li.item-B {
		border-radius: 0 90px 90px 0;
	}
	#index-team-clinic ul li.item-A a .box-text, 
	#index-team-clinic ul li.item-B a .box-text,
	#index-team-clinic ul li.item-C a .box-text {
		width: 100%;
		float: none;
		padding: 60px 0 35px;
		border-radius: 0;
	}
	#index-team-clinic ul li.item-B a .box-text:before, 
	#index-team-clinic ul li.item-A a .box-text:after {
		/*border-width: 20px 15px 0 15px;
		border-color: #d0ac64 transparent transparent transparent;
		bottom: -20px;
		left: 50%;
		margin-left: -15px;
		top: auto;*/
		display: none;
	}
    #index-team-clinic ul li.item-A a .box-text p, #index-team-clinic ul li.item-B a .box-text p, #index-team-clinic ul li.item-C a .box-text p {
		padding: 0 30px;
	}


	
	
	/*首頁 公司形象*/
	.image-section {
		padding: 90px 0;
		background-attachment: inherit;
	}
	#corporate-image h3 {
		font-size: 26px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	#corporate-image h3 span.h3-block {
		display: block;
		font-size: 26px;
		line-height: 30px;
	}
	#corporate-image h3:before, #corporate-image h3:after {
		display: none;	
	}
	
	

	/*首頁 醫療項目*/
	#index-procate-item .in-about {
		margin-top: 45px;
	}

	
	
    /*頁籤模組*/
    #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;
    }
    /*table-responsive 調整*/
    #tab-rwd-xs {
        margin-left: 0;
        margin-right: 0;
    }
    /*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 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer,
    #footer_logo {
        text-align: center;
    }
    #footer_logo {
        margin-bottom: 30px;
    }
    #footer_logo img {
        margin-top: 15px;
    }
	#cominfo {
		margin-bottom: 30px;
	}
	h4.comname:before {
		bottom: -18px;
		left: 49.5%;
	}
	h4.comname:after {
		width: 64%;
        left: 18%;
	}
	#cominfo ul li {
		/*display: inline-block;*/
		margin: auto 8px;
	}
	.table-responsive>.table {
		margin-bottom: 10px;
	}
    /*news*/
    .textmsg {
        margin-top: 15px;
    }
	/*內頁*/
	.page-header {
		margin: 45px 0 10px;
	}
	
	/*內頁 醫師團隊*/
	.team-A, .team-B {
		clear: both;
	}
	/*內頁 醫療項目*/
	#in_msg_type.C-type li {
		text-align: center;
	}
	
	/*內頁 最新消息*/
	.A-type .textmsg {
		/*padding-bottom: 20px;*/
		margin-top: 0;
	}
	#index-news a .up:after {
		content: "";
	}
	.A-type li h4.newsTitle span.msg_title {
		display: block;
		width: 100%;
		clear: both;
		padding-top: 10px;
	}

	
}


/* ==================================================
   XS版 尺寸微調
================================================== */

@media (max-width:660px) {

    /*首頁產品 服務項目*/
    #index-team-clinic .pro-block .effect-ming img {
        transform: translateY(-190px);
    }

    /*首頁 產品大類item*/
    .pro-item {
        width: 100%;
    }

}


@media (max-width:580px) {

/*首頁產品 服務項目*/
#index-team-clinic .pro-block:nth-child(1) .effect-ming img, 
#index-team-clinic .pro-block:nth-child(2) .effect-ming img {
	transform: translateY(-102px);
}
#index-team-clinic .grid h4 {
    transform: translateY(-10%);
}

	
}
@media (max-width:520px) {

/*首頁產品大類區塊*/
#index-team-clinic .pro-block:nth-child(3) .effect-ming img, 
#index-team-clinic .pro-block:nth-child(4) .effect-ming img {
	transform: translateY(-102px);
}

}



@media (max-width:480px) {
/*首頁 診所介紹*/
#index_company_in {
    padding-top: 0;
    padding-bottom: 0;
}
.company-img img.lazy {
    width: 100%;
}
.company-text .title p {
    width: 100%;
	margin-bottom: 15px;
}	
	
/*首頁產品 服務項目*/
#index-team-clinic .pro-block:nth-child(1) .effect-ming img, 
#index-team-clinic .pro-block:nth-child(2) .effect-ming img,
#index-team-clinic .pro-block:nth-child(3) .effect-ming img, 
#index-team-clinic .pro-block:nth-child(4) .effect-ming img {
	transform: translateY(-102px);
}

/*首頁 產品大類item*/
#list-pro {
    width: 100%;
}

/*內頁 醫師團隊*/
.team-A .col-xs-5, .team-A .col-xs-7, .team-B .col-xs-5, .team-B .col-xs-7 {
    width: 100%;
}
#in_msg_type.C-type li {
    width: 100%;
}
	
}
@media (max-width:450px) {

    /*頁頭 LINE按鈕*/
    #company_logo img {
        height: 42px;
        margin: 9px 0 0px 5px;
    }

    a.line-phone {
        font-size: 15px;
        line-height: 1.2;
        width: 71px;
        display: inline-block;
        margin: 9px 0 0 8px;
        background-color: #e85896;
        color: #fff;
        padding: 5px;
        text-align: center;
        border-radius: 10px;
        right: 66px;
        position: absolute;
    }


/*首頁產品 服務項目*/
#index-team-clinic .grid {
    height: 200px;
    overflow: hidden;
}
#index-team-clinic .pro-block:nth-child(1) .effect-ming img, 
#index-team-clinic .pro-block:nth-child(2) .effect-ming img,
#index-team-clinic .pro-block:nth-child(3) .effect-ming img, 
#index-team-clinic .pro-block:nth-child(4) .effect-ming img {
	transform: translateY(-102px);
}
#index-team-clinic .grid h4 {
	transform: translateY(-130%);
}

	
}

@media (max-width:410px) {

/*內頁 門診時間表*/
span.dr-box {
    width: 49%;
    display: inline-block;
}
}

@media (max-width:380px) {
/*首頁產品 服務項目*/
#index-team-clinic .pro-block:nth-child(1) .effect-ming img, 
#index-team-clinic .pro-block:nth-child(2) .effect-ming img,
#index-team-clinic .pro-block:nth-child(3) .effect-ming img, 
#index-team-clinic .pro-block:nth-child(4) .effect-ming img {
	transform: translateY(-98px);
}

/*首頁 企業形象*/
#corporate-image .col-xs-10 {
    width: 95%;
}	
#corporate-image .col-xs-offset-1 {
    margin-left: 2.5%;
}
.team-box .line-box {
    padding: 20px 10px;
}
	
	
#mainbanner .carousel-caption {
    padding-bottom: 33%;
}
}