@charset "utf-8";

/** bootstrap **/
@import url(bootstrap.css);

/** 文字icon **/
@import url(font-awesome.min.css);

/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1024px);

/** edm **/
@import url(edm.css);

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
html{width:100%; height:auto;}
body{background:#ffffff; margin:0; padding:0; width:100%; height:auto; font-size:medium;line-height: 1.6;font-family: "Microsoft JhengHei", "arial", "sans-serif";word-break: break-word;letter-spacing: 1px; overflow-y: scroll;}
a,a:hover{text-decoration:none;transition: all 0.5s ease 0s;cursor: pointer;}
img{border:0; vertical-align:middle; max-width:100%;}
input{vertical-align:middle;border-radius: 0; }
input:focus, select:focus, textarea:focus, button:focus{outline:0;}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea{border-radius: 0; -webkit-appearance: none;-moz-appearance: none;appearance: none;}
.slicknav_menu{display:none;}
table{border-collapse:inherit;}

/** 表單預設文字顏色設定 **/
::-webkit-input-placeholder{color:#999999;}
::-moz-placeholder{color:#999999;}
:-ms-input-placeholder{color:#999999;}
input:-moz-placeholder{color:#999999;}
#field2::-webkit-input-placeholder{color:#999999;}
#field3::-webkit-input-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-webkit-input-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}
#field2::-moz-placeholder{color:#999999;}
#field3::-moz-placeholder{color:#999999; background:lightgreen; text-transform:uppercase;}
#field4::-moz-placeholder{font-style:italic; text-decoration:overline; letter-spacing:3px; color:#999999;}

/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu{}
.slicknav_icon-bar{background-color:#FFF;}
.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover{background:#d09204; color: #ffffff;}
.border-color{border-left:7px #A0A0A0 solid;}
.slicknav_nav .slicknav_arrow{font-family:Arial;}

/** 浮動icon **/
.float-icon{position: fixed;bottom: 50px;right: 0;width: 50px;z-index: 10000;}
.float-icon ul{list-style: none;padding: 0;margin: 0;display: block;}
.float-icon ul li{padding: 0;margin:0;display: block;width: 50px; height: 50px;border-radius: 3px 0 0 3px;overflow: hidden;}
.float-icon ul li a{display:flex;align-items: center;justify-content: center; width: 50px; height: 50px;background:#a2880d;padding: 13px;border-bottom: 1px #ffffff solid;}
.float-icon ul li:last-of-type a{border-bottom: 0;}
.float-icon ul li a img{filter: brightness(0) invert(1);}
.float-icon ul li a:hover{background: #f3b40d;box-shadow: 0 0 15px 0 rgba(0,0,0,.2);position: relative;z-index: 1;}
.float-icon ul li a:hover img{filter: brightness(1) invert(0);}
@media screen and (max-width:767px){
    .float-icon{bottom: 20px;width: 40px;}
    .float-icon ul li{width: 40px; height: 40px;}
    .float-icon ul li a{width: 40px; height: 40px;padding: 10px;}
}

/** 上版 **/
header{background: #ffd700;border-bottom: 5px solid #272517;padding: 0 15px;}
.head-main{max-width:1280px; margin:0 auto; background: url("../images/header-bg.png")no-repeat right center;background-size: auto 100%;display: flex;justify-content: space-between;padding: 22px 0;align-items: center;}
.head-main .logo{width: auto;height:auto;}
.head-main .logo a{display: flex;align-items: flex-end;}
.head-main .logo img{width:100%; height:auto;}
.head-main .logo .logo01{width: 339px;}
.head-main .logo .logo02{width: 241px;margin: 0 0 0 20px;}
.language{width: 124px;}
.language>ul{list-style: none;padding: 0;margin: 0;display: flex;}
.language>ul>li{padding: 0;margin: 0 0 0 8px;width: 54px;font-size: 18px;color: #ffffff;text-shadow: -1px -1px 0 rgba(0,0,0,1);text-align: center;}
.language>ul>li a{display:block;background: #a2880d;border-radius: 50px;overflow: hidden;color: #ffffff;padding:0 5px;}
.language>ul>li a.active{background: #d09204;}
.language>ul>li a:hover:not(.active){background: #d09204;}
.header-height .language>ul>li a{background: #dddddd;}
.header-height .language>ul>li a.active{background: #b52a25;}
@media screen and (max-width:1024px){
    header{padding: 0;}
    .head-main{padding:15px 0;}
    .head-main .logo{width:100%;text-align: center;}
    .head-main .logo a{display:block;}
    .head-main .logo .logo01{width: 230px;margin: 0 auto;}
    .head-main .logo .logo02{width: 180px;margin:5px auto 0 auto;}
	.language{width: 110px;position: absolute;top: 10px;left: 10px;}
    .language>ul>li{font-size: 16px;margin: 0 5px;width: 50px;}
    .language>ul>li a{padding:2px 5px;}
}

/** 主選單與下拉 **/
nav{border-top: 1px solid #d09204;max-width:1280px;margin:0 auto;background: #ffd700;}
.menu{ padding:0;margin: 0; list-style:none; position:relative;  display:flex;justify-content: center;}
.menu>li{width: auto;font-size:16px; text-align:center; position:relative; cursor:pointer; padding:0; margin:0 15px;color: #2e2b2b;}
.menu>li>a{display:block; padding:7px 20px; margin:0;color: #2e2b2b;text-shadow: 1px 1px #ffffff;}
.menu>li>a:hover{background:#d09204; color: #ffffff;text-shadow: 1px 1px #2e2b2b;}
.menu>li.sub>ul.sub-menu{background:rgba(0,0,0,0.5); display:none; position:static; z-index:999; margin:0; padding:0; border-radius:0 0 5px 5px; overflow:hidden;}
.menu>li.sub:hover ul.sub-menu{position:absolute; display:block; width:100%; left:0; top:47px;}
.menu>li.sub>ul.sub-menu>li{display:block; border-top:1px #fff dotted;}
.menu>li.sub>ul.sub-menu>li>a{display:block; color:#fff; padding:5px 10px; margin:0;}
.menu>li.sub>ul.sub-menu>li>a:hover{background:#000000;}
.menu>li.red{color: #d20202;font-weight: bold;}
.menu>li.red a{color: #d20202;}
.menu>li.red a:hover{background: #d20202; color: #FFF;text-shadow: 1px 1px #2e2b2b;}
.menu>li.home{color: #893030;font-weight: bold;font-size:20px;line-height: 1.3;}
.menu>li.home a{color: #893030;}
.menu>li.home a:hover{background: #893030; color: #FFF;text-shadow: 1px 1px #2e2b2b;}
@media screen and (max-width:1024px){
	#menu{display:none;}
	.slicknav_menu{display:block;background: #191919;}
}

/** edm輪播 **/
.edm-main{background: url("../images/i-bg.jpg"); position:relative;box-shadow: 0 0 100px 0 rgba(0,0,0,.3);overflow: hidden;}
.edm-main img{width:100%; height:auto;}
.edm{}

/** 配置 **/
.warpper{}
.main{}
.photo-main{overflow: hidden;}
.photo{background-color:#f7f7f7;background-position: center center;background-repeat: no-repeat;background-size: contain;transform:scale(1);transition: all 0.5s ease 0s;}

/** 首頁內容 **/
.i-box-main{margin: -40px 0 0 0; padding:0 15px 30px 15px;background: url("../images/i-bg.jpg");}
.i-box{ max-width:1280px; margin:0 auto;position: relative;z-index: 1;}
.i-box>ul{ margin:0; padding:0; list-style:none; display: flex;flex-wrap: wrap;}
.i-box>ul>li{display:block; background:#ffffff;width: calc(100%/3 - 30px); margin:15px; padding:10px;border-radius:10px;overflow: hidden;}
.i-box>ul>li h3{ margin:0; padding:10px 15px; font-size:18px; color:#000000; font-weight:normal;line-height: 1.4; position:relative;background: linear-gradient(to right, #f4b60c 0%, #fed501 100%);}
.i-box>ul>li h3 .more{ font-size:13px; position:absolute; text-align:center; right:15px; top:8px; }
.i-box>ul>li h3 .more a{display:block; color:#ffffff; background:#ffd700; padding:6px 10px; border-radius: 5px;}
.i-box>ul>li h3 .more a:hover{background:#24252b; transition: 500ms; -moz-transition: 500ms; -webkit-transition: 500ms;}
.i-box>ul>li .image{ width:100%; height:auto;}
.i-box>ul>li .image img{ width:100%;}
.i-box>ul>li .i-box-content{line-height: 1.8; }
.i-box>ul>li .i-box-content>ul{ margin:0; padding:0; list-style:none;}
.i-box>ul>li .i-box-content>ul>li{ width:100%; border:0; padding:0;margin: 4px;}
.i-box>ul>li .i-box-content>ul>li a{ display:block; font-size:14px; color:#999999; padding-left:18px;position: relative;}
.i-box>ul>li .i-box-content>ul>li a:before{content: "";display: block;width: 8px;height: 8px; background: #ffd700;position: absolute;top: 9px;left: 0;border-radius: 50px;}
.i-box>ul>li .i-box-content>ul>li a:hover{  color:#555555;}
.i-box>ul>li .i-box-content>ul>li a:hover:before{  background:#555555;}
.i-box>ul>li .i-box-content{ font-size:13px; color:#999999; margin:10px 0 0 0;}
.i-box>ul>li .i-box-content a{ color:#999999;}
.i-box>ul>li .i-box-content a:hover{ color:#555555;}
.i-box>ul>li .i-box-content .title{ color:#555555;}
@media screen and (max-width:1024px){
    .i-box>ul>li{width: calc(100%/3 - 20px); margin:10px;}
}
@media screen and (max-width:767px){
    .i-box-main{margin:0;  padding:30px 15px;}
    .i-box>ul>li{width:100%; margin:10px 0;}
}

/** 內頁banner **/
.inside-banner{background-color: #ffffff;background-position: center;background-repeat: no-repeat; padding:3% 0;}
.inside-banner .banner{max-width:1280px;margin:0 auto;}
.inside-banner .banner .banner-title{font-size:36px; color:#ffffff; padding:5px 25px;font-weight: bold;text-align: center;display: table;margin: 0 auto;background: rgba(25,25,25,.8);border-radius: 5px;letter-spacing: 6px;line-height: 1.4;}
@media screen and (max-width:1024px){
    .inside-banner{padding:30px 0;}
	.inside-banner .banner .banner-title{font-size:30px;letter-spacing: 4px;}
}

/** Breadcrumb **/
.breadcrumb{display:flex; flex-wrap:wrap; width:100%; max-width:1280px; margin:0 auto; padding:0.75rem 1rem 0.75rem 0; list-style:none; background-color:#e9ecef; border-radius:0.25rem;}
.breadcrumb-item{padding-left:0.5rem;}
.breadcrumb-item + .breadcrumb-item::before{display:inline-block; padding-right:0.5rem; color:#6c757d; content:"/";}
.breadcrumb-item a{font-weight:bold; text-decoration:none; color:#4697bf;}
.breadcrumb-item a:hover{color:#007bff; text-decoration:none;}

/** 內頁架構 **/
.content-body{max-width:1280px; margin:0 auto; padding:30px 0;}
.page-title{font-size:24px; color:#222222; padding:8px 0 8px 25px; margin:0 0 20px 0;position: relative;line-height: 1.4;font-weight: bold;background: #f3f3f3;}
.page-title:before{content: "";display: block;width: 8px;height: 100%;background: #f3b40d;position: absolute;top: 0;left: 0;}
.page-main{padding:0; font-size:16px; color:#444444;line-height: 1.8;}
.font001{font-size: 12px; color: #666666;}
.font002{font-size: 18px; color:#c8a502;font-weight: bold;margin: 20px 0 5px 0;}
.font003{font-size: 16px;color: #CC3366;margin: 25px 0 10px 0;font-weight: bold;}
@media screen and (max-width:1024px){
    .page-title{font-size:20px;}
}

/** 左邊分類 **/
.left-menu-title{background:#e9ecef; text-align:center; font-size:18px; font-weight:bold; padding:8px 0; border-radius:5px 5px 0 0; margin-bottom:3px; border-bottom:2px solid #6d6d6d; color:#525252;}
.in-left-menu>ul{margin:0; padding:0; list-style:none;}
.in-left-menu>ul>li{border-bottom:1px #dddddd solid; font-size:17px; color:#222222; padding:0;}
.in-left-menu>ul>li>a{color:#222222;  display:block; padding:20px 15px;position: relative;}
.in-left-menu>ul>li>a:after{content: "";display: block;width:10%; height: 5px;position: absolute ;bottom: -3px;right: 0;z-index:2; background: linear-gradient(to right, #f4b60c 0%, #fed501 100%);transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>a:hover:not(.current){background: #f3f3f3; color: #bb6c05;}
.in-left-menu>ul>li>a:hover:not(.current):after{width:20%; transition: all 0.5s ease 0s;}
.in-left-menu>ul>li>.current{color: #6a3807;position: relative;z-index: 1;}
.in-left-menu>ul>li>.current:after{content: "";display: block;width:100%; height: 100%;position: absolute ;bottom: 0;right: 0;z-index: -1;background: linear-gradient(to right, #f4b60c 0%, #fed501 100%);}
.in-left-menu>ul>li ul{margin:5px 0 0 30px; padding:0; list-style:square;}
.in-left-menu>ul>li ul li{border-top:1px #CCC dotted; padding:5px 5px 5px 0;}
.in-left-menu>ul>li ul li a{font-size:13px; color:#666; display:block;}
.in-left-menu>ul>li ul li a:hover{color:#71743D;}
.left-beautify img{width:100%; height:auto; margin-top:0px;}
.m_classLink{display:none;}
@media screen and (max-width:991px){
	.classBox{padding:0 0 20px 0;}
	ul.classLink{display:none;}
	.m_classLink{display:block; position:relative; background-color:#ffffff; border:1px solid #f4b60c;}
	.m_classLink a.main{display:block; background:none; font-size:16px; color:#333; position:relative; padding:10px 60.59px 10px 15px;}
	.m_classLink a.main i{display:block; font-size:16px; background:#f4b60c; width:45.59px; height:100%; text-align:center; color:#FFF; line-height:45.59px; position:absolute; right:0; top:0;}
    .m_classLink a.main b{font-weight: 500;}
	.m_classLink ul{display:none; margin:0; padding:0; list-style:none; width:100%; background:#FFF; border:1px solid #f4b60c; position:absolute; left:0; top:100%; z-index:99; box-sizing:border-box;}
	.m_classLink ul li{margin:0; padding:0;}
	.m_classLink ul li a{display:block; padding:10px 15px; border-top:1px solid #f4b60c; font-family:"Microsoft JhengHei", "新細明體", sans-serif; font-size:16px; color:#222;}
	.m_classLink ul li:first-child a{border:none;}
	.m_classLink ul li a:hover{background: #f3f3f3; color: #bb6c05;}
	.m_classLink ul li ul{display:block; margin:0 10px 10px 10px; padding:0; list-style:none; width:calc(100% - 20px); background:#FFF; border:1px solid #f4b60c; position:inherit; left:inherit; top:inherit; z-index:999; box-sizing:border-box;}
	.left-menu-title{display:none;}
	.left-beautify{display:none;}
}

/** 關於我們 **/
.about{display: flex;}
.about-content{flex:1.2; margin: 0 40px 0 0;}
.about-content .about-font{}
.about-content .about-title{font-size:26px;color: #272517; font-weight: bold;padding:20px;border-bottom: 1px #cccccc solid;position: relative;}
.about-content .about-title:after{content: "";display: block;width: 20px; height: 20px;background: #ffd700;position: absolute;bottom: -10px;left: 0;border-radius: 50px;}
.about-content .about-font>ul{list-style: none;padding: 0;margin: 0;}
.about-content .about-font>ul>li{padding:20px;border-bottom: 1px #dddddd solid;width: 100%;}
.about-content .about-font02{font-size: 18px;font-weight: bold;background: linear-gradient(to right, #f4b60c 0%, #fed501 100%);color: #191919; text-shadow: 1px 1px #ffffff; padding:20px;text-align: center;  }
.about-photo{flex: 1;}
.about-photo img{width: 100%;}
@media screen and (max-width:1024px){
	.about-content .about-title{font-size:20px;padding:15px;}
    .about-content .about-title:after{width: 15px; height: 15px;bottom: -7.5px;}
    .about-content .about-font>ul>li{padding:15px;}
    .about-content .about-font02{font-size: 16px;padding:15px;}
}
@media screen and (max-width:767px){
	.about{display:block;}
    .about-content{flex:initial; margin:0 0 20px 0;width: 100%;}
    .about-content .about-title{padding:0 15px 15px 15px;}
    .about-photo{flex:initial;width: 100%;}
}

/** 醫師介紹 **/
.doctor{display: flex;flex-wrap: wrap;}
.doctor-photo{width:31%;}
.doctor-content{width:calc(69% - 40px);margin: 0 0 0 40px;}
.doctor-content .doctor-title{width:100%;font-size: 26px;color: #272517; font-weight: bold;padding:15px;}
.doctor-content .doctor-font{}
.doctor-content .doctor-title02{font-size: 18px;font-weight: bold;background: linear-gradient(to right, #f4b60c 0%, #fed501 100%);color: #191919; text-shadow: 1px 1px #ffffff; padding:15px;}
.doctor-content .doctor-font>ul{list-style: none;padding: 0;margin: 0;}
.doctor-content .doctor-font>ul>li{padding:10px 15px 10px 38px;border-bottom: 1px #dddddd solid;width: 100%;position: relative;display: flex;}
.doctor-content .doctor-font>ul>li .doctor-info{flex: 1;}
.doctor-content .doctor-font>ul>li .doctor-note{width: auto;margin: 0 0 0 10px; font-weight: bold;}
.doctor-content .doctor-font>ul>li:after{content: "";display: block;width: 8px; height: 8px;background: #ffd700;position: absolute;top: 20px;left: 18px;border-radius: 50px;}
@media screen and (max-width:1024px){
    .doctor-photo{width:30%;}
    .doctor-content{width:calc(70% - 30px);margin: 0 0 0 30px;}
	.doctor-content .doctor-title{font-size:20px;}
    .doctor-content .doctor-title02{font-size: 16px;}
    .doctor-content .doctor-font>ul>li:after{top: 20px;}
}
@media screen and (max-width:767px){
	.doctor{display:block;}
    .doctor-content{flex:initial; margin:0;width: 100%;}
    .doctor-photo{flex:initial;width: 100%;}
}
@media screen and (max-width:575px){
	.doctor-content .doctor-font>ul>li{display: block;}
    .doctor-content .doctor-font>ul>li .doctor-info{flex: initial;width: 100%;}
    .doctor-content .doctor-font>ul>li .doctor-note{width: 100%;margin: 0;}
}

/** 心得分享 **/
.share{}
.share>ul{margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.share>ul>li{clear:both;width: calc(100%/2 - 30px);padding: 0;margin: 15px;}
.share>ul>li a{color:#222222; display:block; padding:20px;border: 1px #dddddd solid;position: relative;border-radius: 0 0 10px 10px;}
.share>ul>li a:before{content: "";display: block;width: 36px ;height: 5px; background: #f1aa00;position: absolute;top: -3px; left: -1px;transition: all 0.5s ease 0s;}
.share>ul>li a:hover{background:#f9f9f9;}
.share>ul>li a:hover:before{width:calc(100% + 2px) ;transition: all 0.5s ease 0s;}
.share>ul>li .share-content{display: flex;}
.share>ul>li i{width: 36px;height: 36px;display: flex;align-items: center;justify-content: center;margin: 0 15px 0 0;}
.share>ul>li i img{width: 36px;height: 36px; }
.share>ul>li h3{flex: 1; padding: 0;margin: 0;line-height: 1.4;font-weight: normal;font-size: 16px;color: #222222;display: flex;align-items: center;}
@media screen and (max-width:1024px){
    .share>ul>li{width: calc(100%/2 - 20px);margin: 10px;}
    .share>ul>li a{padding:15px;}
}
@media screen and (max-width:767px){
    .share>ul>li{width: 100%;margin: 10px 0;}
}

/** 產品列表介紹 **/
.pro-store-info{font-size:16px; color:#666; padding:10px; margin-bottom:20px;}
.project{}
.project>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.project>ul>li{width: calc(100%/3 - 20px);padding: 0;margin: 10px;text-align: center;border: 1px #dddddd solid;position: relative;}
.project>ul>li:after{content: "";display: block;width: 30px; height: 5px; background: #ffe04a;position: absolute;bottom: -3px;left: calc(50% - 15px);transition: all 0.5s ease 0s;}
.project>ul>li a{display: block;padding: 10px;border-radius:10px 10px 0 0;background: #ffffff;}
.project>ul>li a:hover{background:#f9f9f9;}
.project>ul>li:hover{background:#f9f9f9;}
.project>ul>li:hover:after{width:calc(100% + 2px);left: calc(50% - 50% - 1px);transition: all 0.5s ease 0s;}
.project>ul>li h3{padding: 0;margin:10px 0;line-height: 1.4;font-size: 16px; color: #222222;font-weight: normal;}
.project>ul>li:hover .photo{transform:scale(1.1);transition: all 0.5s ease 0s;}
@media screen and (max-width:767px){
	.project>ul>li{width: calc(100%/3 - 10px);margin: 5px;}
    .project>ul>li a{padding:5px;}
}
@media screen and (max-width:575px){
	.project>ul>li{width: calc(100%/2 - 10px);}   
}

/** 產品明細 **/
.project-content {}
.project-content ul{ margin:0; padding:0; list-style:none;display: flex;flex-wrap: wrap;}
.project-content ul li{width: calc(100%/3 - 20px); margin:10px;}
.project-content img{width:100%;}
@media screen and (max-width:1024px){
	.project-content ul li{width: calc(100%/3 - 10px); margin:5px;}
}

/** 最新消息 **/
.news{}
.news>ul{margin:0; padding:0; list-style:none;}
.news>ul>li{clear:both;background: #ffffff;}
.news>ul>li:nth-child(even){background: #f3f3f3;}
.news>ul>li a{color:#222222; display:flex;padding:25px 20px;}
.news>ul>li a:hover{box-shadow: 0 0 15px 0 rgba(0,0,0,.2);position: relative;z-index: 1;}
.news>ul>li .news-date{width:100px; color:#984E03; font-size:14px; text-align:center; margin:0 20px 0 0;text-transform: uppercase;}
.news>ul>li h3{flex:1; font-size:16px; color:#222222;padding: 0;margin: 0;line-height: 1.4;font-weight: normal;}
.news>ul>li:hover h3{color:#f3b40d;}
.news-detail-date{font-size:14px;background: #984E03; color:#ffffff; padding:10px 20px; margin: 20px 0;display: table;border-radius: 10px;text-transform: uppercase;}
@media screen and (max-width:1024px){
    .news>ul>li a{padding:20px 15px;}
	.news-detail-date{font-size:13px;padding:8px 15px;}
}
@media screen and (max-width:575px){
    .news>ul>li a{display: block;}
    .news>ul>li .news-date{width:100%;margin: 0 0 5px 0;text-align: left;}
    .news>ul>li h3{flex:initial;width: 100%;}
}

/** 諮詢服務 **/
.faq{}
.faq>ul{margin:0; padding:0; list-style:none;}
.faq>ul>li{margin:0;background:#ffffff;}
.faq>ul>li:nth-child(even){background: #f3f3f3;}
.faq>ul>li .qa_title{ font-weight:normal;position: relative;font-size:16px; color:#222222;}
.faq>ul>li .qa_title:before{content: "";display: block;width: 2px; height: 16px;background: #222222;position: absolute;top: 24px;right: 22px;z-index: 1;}
.faq>ul>li .qa_title:after{content: "";display: block;width: 16px; height: 2px;background: #222222;position: absolute;top: 31px;right: 15px;z-index: 1;}
.faq>ul>li .qa_title a{color:#222222; display:block; padding:20px 40px 20px 55px;position: relative;}
.faq>ul>li .qa_title a:before{content: "Q. ";display: block;position: absolute;top:15px;left: 15px;color: #a2880d;font-size: 28px;font-weight:bold;line-height: 1;}
.faq>ul>li .qa_title a:hover{background:#ffd700;}
.qa_title_on{position: relative;background:#f3f3f3;}
.qa_title_on:before{transform: rotateZ(45deg);}
.qa_title_on:after{transform: rotateZ(45deg);}
.faq>ul>li .qa_content{border-top:1px #dddddd dashed;border-bottom:1px #dddddd dashed; padding:15px; font-size:16px; color:#444444;background: #ffffff;}
.faq>ul>li .qa_content a{color:#a2880d; display:inline-block;}
.faq>ul>li .qa_content a:hover{background:none;color: #f3b40d;}
.opacl{font-size:12px; line-height:20px; padding-bottom:10px;}
.opacl a{background:#959595; color:#fff; padding:7px 15px; margin:0 5px; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
.opacl a:hover{background:#222222;}
.faq>ul>li .qa_content .close_qa{font-size:12px; color:#999; text-align:right;}
.faq>ul>li .qa_content .close_qa a{color:#999999;}
.faq>ul>li .qa_content .close_qa a:hover{color:#666666; background:none;}

/** 聯絡我們 **/
.contact-body{margin:0;}
.contact-note{ font-weight:400; font-size:1.6rem;color: #ff0000;padding:0 0 15px 0;margin:0;}
.contact-content{margin:0;}
.contact-content>ul{list-style: none;padding: 0;margin: 0;display: flex;flex-wrap: wrap;}
.contact-content>ul>li{width:100%;margin: 15px 0;display: flex;}
.contact-content>ul>li .contact-icon{width: 46px;height: 46px; display: flex;align-items: center;justify-content: center; padding:0;margin: 4px 20px 4px 0;}
.contact-content>ul>li .contact-info{flex: 1; padding:0;color: #444444;}
.contact-content>ul>li .contact-info span{display: block;width: 100%;color: #000000;font-weight: bold;margin: 0 0 3px 0;}
.contact-content>ul>li .contact-info a{display: inline-block;color: #444444;}
.contact-content>ul>li .contact-info a:hover{color: #f1aa00;}
.google-map{position: relative;padding-bottom: 64%;padding-top: 30px;height: 0;overflow: hidden;margin:0;}
.google-map iframe {position: absolute;top:0;left: 0;width: 100%;height: 100%;}
@media screen and (max-width:1024px){
    .contact-content>ul>li{margin: 10px 0;}
    .google-map{padding-bottom: 75.5%;}
}
@media screen and (max-width:991px){
    .contact-content{margin:0 0 20px 0;}
    .google-map{padding-bottom: 55.5%;}
}
@media screen and (max-width:575px){
    .contact-content>ul>li .contact-icon{width: 36px;height: 36px; }
    .google-map{padding-bottom: 70%;}
}

/** 表單欄位 **/
.form-box input, .form-box img{vertical-align:middle;}
.opinion{display:flex; flex-wrap:wrap; margin:5px 0; border:1px solid #ced4da; border-radius:3px; overflow:hidden;}
.opinion-left01{background:#e9ecef; width:150px; min-width:150px; padding:5px 15px; font-weight:bold; font-size:16px; font-family:"Microsoft JhengHei"; color:#495057; line-height:1.8; display:flex; align-items:center;}
.input-main-style01{flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; min-height:37px;}
.input-main-style02{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; min-height:37px;}
.input-main-style03{background:#f4f8fb; flex:1; width:100%; border:0; margin:5px 0 0 0; padding:5px 15px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; min-height:37px;}
.input-main-select{background:none; flex:1; width:100%; border:0; margin:0; padding:5px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; display:flex; flex-wrap:wrap;}
.input-main-select select{background:#f4f8fb; width:calc(50% - 2.5px); margin-right:5px; padding:5px 15px; line-height:1.8; border:0; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; min-height:37px;}
.input-main-select select:nth-child(2){margin-right:0;}
.select-style{background:#8a6e0c; font-size:16px; color:#ffffff; line-height:20px; padding:5px 10px; border:0;}
.input-style01{background:#f4f8fb; flex:1; width:100%; border:0; margin:0; padding:5px 15px; font-size:16px; font-family:"Microsoft JhengHei"; color:#333; line-height:1.8; min-height:37px;}
input:disabled{background-color:#fff; color:#2d7fb9; cursor:no-drop;}
.btn.openlink{margin:3px 0; padding:0 10px; text-align:center; font-size:16px; line-height:1.5; font-weight:bold; background-color:#2d7fb9; color:#fff; border-radius:5px;}
.btn.openlink:hover{background-color:#ffbe00;}
img.code{width:100px; height:37px; margin:0; vertical-align:middle; display:inline-block;}
.pay-main{padding:0;font-size: 16px; color: #333333;border-radius:0;margin: 15px 0 ;}
@media screen and (max-width:400px){
	.opinion{display:block;}
	.opinion-left01{width:100%;}
	.input-main-style02{width:calc(100% - 104px); display:inline-block;}
}

/** 按鈕 **/
.cart-btn{padding:20px 0; text-align:center; margin-top:40px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; border-top:5px solid #eee;}
.btn-send{font-size:13px;}
a.btn-send{padding:5px 20px; text-align:center; font-size:16px; font-weight:bold; color:#373737; min-width:100px; margin:2px; border:2px solid #373737; border-radius:5px;}
a.btn-send:hover{background:#e9ecef;}
a.btn-reset{background:#e9ecef; padding:5px 20px; text-align:center; font-size:16px; color:#373737; font-weight:bold; min-width:100px; margin:2px; border:2px solid #e9ecef; border-radius:5px;}
a.btn-reset:hover{background:#373737; color:#fff; border:2px solid #373737;}
a.btn-send-over{background:#7ea2c5; padding:5px 20px; text-align:center; font-size:16px; color:#fff; min-width:100px; margin:2px; border-radius:5px; border:2px solid #7ea2c5;}
a.btn-send-over:hover{background:#96b9dc; border:2px solid #96b9dc;}
@media screen and (max-width:575px){
	a.btn-send{padding:5px 10px; width:calc(50% - 4px);}
	a.btn-reset{padding:5px 10px; width:calc(50% - 4px);}
	a.btn-send-over{padding:5px 10px; width:calc(50% - 4px);}
}

/** 送出訊息 **/
.jump-window-box{max-width:500px; margin:0 auto; border:1px #ccc solid; padding:20px; border-radius:5px;}

/** 頁次 **/
.page{font-size:14px; color:#222222; text-align:center; clear:both; margin:30px 0 0 0;display: flex;align-items: center;justify-content: center;}
.page a{display: inline-block;background:#6d6132; color:#ffffff; padding:5px 20px;margin: 8px;border: 1px #6d6132 solid;border-radius: 100px; overflow: hidden;position: relative;z-index: 1;}
.page a:after{content: "";display: block;width: 0%;height: 100%;background: #ffffff;position: absolute;top: 0;left: 0;z-index: -1; transition: all 0.5s ease 0s;}
.page a:hover{color: #222222;}
.page a:hover:after{width: 100%;transition: all 0.5s ease 0s;}
.page br{display:none;}
.page select{border: 1px #222222 solid;padding: 5px 30px 5px 15px;margin: 0 8px;}
@media screen and (max-width:767px){
    .page{display: block;}
	.page br{display:block;}
}

/** 下版 **/
footer{background:#191919;border-bottom: 9px #95800b solid;padding: 20px 15px;}
footer .footer{max-width:1280px; margin:0 auto; text-align:center; }
footer .footer .f-logo{ color:#ffffff; font-size:18px; margin: 0 0 5px 0;}
footer .footer .f-content{ color:#f3b40d; font-size:14px; padding:0;}
footer .footer .f-content a{ color:#f3b40d; }
footer .footer .f-content a:hover{ color:#ffd700; }
footer .footer .f-content span{ display: inline-block;padding: 0 10px;}
footer .footer .copyright {  margin:5px 0 0 0; padding:0; color:#888; font-size:12px; text-shadow:0px 0px 0px #7b6f48; }
footer .footer .copyright .wd{ color:#333;}
footer .footer .copyright .wd a{color:#333;}
footer .footer .copyright .wd a:hover{color:#666;}
@media screen and (max-width:575px){
    footer .footer .f-content span{ display: block;padding: 0 ;width: 100%;}
}
