@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("../css/jquery.mmenu.all.css");
@import url("../css/mmenu.css");
@import url("../css/swiper.min.css");
@font-face {
  /*處理中文難字問題*/
    font-family: 'tcav';
  src: url('../fonts/TWLifeMing.TTF') format('truetype');
}
body, input, select {
  font: normal 16px/1.5 'Noto Sans TC', sans-serif, 'tcav';
  color: #333333;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
a {
  text-decoration: none;
}
div, p, span, ul, ol, li, h1, h2, h3, h4, h5, h6, input, table, td, th, img {
  margin: 0;
  padding: 0;
  border: none;
}
img {
  border: none;
  display: block;
}
img.inline {
  display: inline-block;
  vertical-align: middle;
}
ul, li {
  list-style: none;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.tL {
  text-align: left;
}
.tR {
  text-align: right;
}
.tC {
  text-align: center;
}
.tC img {
  margin: 0 auto;
}
.tB {
  font-weight: bold;
}
.clr {
  clear: both;
}
h1 {
  font-size: 27px;
  height: 54px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  background: url("../images/logo.png") 0 no-repeat;
  background-size: auto 54px;
}
h1 a {
  height: 54px;
  box-sizing: border-box;
}
h1 a:first-child {
  width: 185px;
  padding: 0;
}
h1 a:last-child {
  width: 185px;
  padding: 15px 0 0 7px;
}
h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  letter-spacing: 3px;
}
h3 {
  font-size: 28px;
  font-weight: 400;
  color: #000;
  margin: 0 0 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  line-height: 24px;
}
*, *:before, *:after {
  box-sizing: border-box;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d2d2d2;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d2d2d2;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #d2d2d2;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: url(../images/check_normal.svg) 0 center no-repeat;
  cursor: pointer;
  padding: 0px 0px 0px 24px;
  margin: 0 10px 10px 0;
  width: auto;
}
input[type="checkbox"]:checked + label {
  display: inline-block;
  background: url(../images/check_checked.svg) 0 center no-repeat;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  background: url(../images/radio_normal.svg) 0 center no-repeat;
  cursor: pointer;
  padding: 0px 0px 0px 24px;
  margin: 0 0 0 0;
  width: auto;
}
input[type="radio"]:checked + label {
  display: inline-block;
  background: url(../images/radio_checked.svg) 0 center no-repeat;
}
/*m_*/
.m_hide {
  display: block;
}
.m_block {
  display: none;
}
#pageSize {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
/*header*/
header {
  height: 84px;
  background-color: #007c7c;
  box-sizing: border-box;
}
header section {
  position: relative;
  width: 1150px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
header a {
  color: #fff;
}
/*footer*/
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #007c7c;
  color: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 397px;
}
footer p {
  font-size: 14px;
  line-height: 2;
}
/*section*/
section {
  box-sizing: border-box;
}
/*nav*/
nav ul {
  display: flex;
  font-size: 18px;
}
nav ul li {
  position: relative;
  margin: 0 0 0 55px;
  letter-spacing: 1px;
}
nav ul li .noti {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  display: block;
  background-color: #cc0000;
  font-size: 14px;
  color: #fff;
  border-radius: 99em;
}
/*menu*/
.menu {
  display: none;
  position: absolute;
  top: 10px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.menu a {
  display: none;
  width: 20px;
  height: 20px;
}
.icon_menu {}
.icon_menu {
  width: 20px;
}
.icon_menu::after, .icon_menu::before, .icon_menu span {
  background-color: #fff;
  border-radius: 2px;
  content: '';
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: all .2s ease-in-out;
}
.icon_menu::before {
  transform: translateY(0) rotate(0);
}
.icon_menu::after {
  transform: translateY(0) rotate(0);
}
.mm-wrapper_opening .icon_menu::before {
  transform: translateY(8px) rotate(135deg);
}
.mm-wrapper_opening .icon_menu::after {
  transform: translateY(-6px) rotate(-135deg);
}
.mm-wrapper_opening .icon_menu span {
  transform: scale(0);
}
/*avator*/
.avator {
  position: relative;
  border-radius: 99em;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}
.avator:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, .4);
}
.avator img {
  width: 100%;
  height: auto;
  border-radius: 99em;
  overflow: hidden;
}
.satisfy .avator {
  width: 220px;
  height: 220px;
  margin: 0 auto 30px;
}
/*bt__*/
a.bt_search {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: none;
  background: url(../images/bt_search.svg) center center no-repeat;
  background-size: 24px 24px;
}
a.bt_add {
  position: absolute;
}
a.bt_reserve {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  background: #c0c0c0;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  transition: all 0.3s;
}
a.bt_reserve:hover {
  background: #efc602;
}
a.refresh {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 99em;
  background: url(../images/bt_refresh.svg) center center no-repeat;
  background-size: 30px 30px;
  background-color: rgba(10, 143, 144, 0.6);
  margin: 0 0 0 10px;
}
/*stars*/
ul.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
ul.stars li a {
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 5px;
  background: url(../images/star.svg) center center no-repeat;
  background-size: 34px 34px;
  transition: opacity 0.3s;
}
ul.stars li a:hover {
  opacity: .7;
}
ul.stars li a.on {
  width: 34px;
  height: 34px;
  display: block;
  margin: 0 5px;
  background: url(../images/star_on.svg) center center no-repeat;
  background-size: 34px 34px;
}
.starSet {
  display: flex;
  align-items: center;
}
.starSet span {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
  background: url(../images/star_on.svg) center center no-repeat;
  background-size: 20px 20px;
}
.starSet span.gry {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px 0 0;
  background: url(../images/star.svg) center center no-repeat;
  background-size: 20px 20px;
  opacity: 0.4;
}
/*btnSet*/
.btnSet.outSide {
  margin: 40px auto;
}
.btnSet {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnSet a {
  width: 180px;
  height: 48px;
  line-height: 48px;
  background-color: #6accc7;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0 5px;
  border-radius: 4px;
  transition: background 0.3s;
}
.btnSet a:hover {
  background-color: #3fbcb6;
}
/*select*/
.sBox {
  display: inline-block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #fff url(../images/ar_down.png) no-repeat;
  vertical-align: middle;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(15, 50, 50, 0.3);
  color: #666666;
}
.sBox select {
  width: 100%;
  padding: 0 10px;
  font-size: 1rem;
  color: #55280d;
  border: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sBox select:focus {
  outline: none;
}
.sBox select::-ms-expand {
  display: none;
}
input[type="text"] {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
  margin: 0;
  overflow: hidden;
  line-height: 50px;
  background: #fff;
  color: #666666;
}
/*view*/
.view {
  position: relative;
}
.view img {
  width: 100%;
  height: auto;
}
.view .searchMan {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 -575px;
  width: 1150px;
  height: 291px;
  display: block;
  background: url(../images/search_man.png) no-repeat;
}
.view .nearMan {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 -575px;
  width: 1150px;
  height: 291px;
  display: block;
  background: url(../images/near_man.png) no-repeat;
}
.view .infoMan {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 -575px;
  width: 1150px;
  height: 291px;
  display: block;
  background: url(../images/info_man.svg) right 0 no-repeat;
}
.view.single h2 {
  top: 50%;
  margin: -40px auto;
}
/*checkSet*/
.checkSet {
  position: relative;
}
input[type="checkbox"] {
  display: none;
}
label.toggle {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: rgba(255, 255, 255, 0) url(../images/ar_down_w.png) no-repeat;
  background-position: center right;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #d2d2d2;
  font-size: 18px;
}
input[type="checkbox"]:checked + .toggle-box {
  display: block;
}
.toggle-box {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #fff;
  padding: 15px;
  color: #555555;
  z-index: 1;
}
.toggle-box input[type="checkbox"] + label {
  height: 16px;
  line-height: 16px;
  display: inline-block;
  background: url(../images/check02.svg) 0 center no-repeat;
  cursor: pointer;
  padding: 0px 0px 0px 20px;
  margin: 0;
  width: auto;
}
.toggle-box input[type="checkbox"]:checked + label {
  display: inline-block;
  background: url(../images/check_checked02.svg) 0 center no-repeat;
}
.toggle-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.toggle-box ul li {
  width: 25%;
}
.toggle-box.ser ul li {
  width: 33%;
}
.toggle-box ul li a {
  font-size: 14px;
  color: #fff;
  background: #00a6ae;
  border-radius: 3px;
  padding: 0 5px;
}
/*seBox*/
.seBox {
  position: absolute;
  width: 540px;
  top: 160px;
  left: 50%;
  margin: 0 -280px;
  display: flex;
  justify-content: space-between;
}
.seBox a.bt_search {
  position: static;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 6px;
  background: #007c7c url(../images/bt_search.svg) center center no-repeat;
  background-size: 24px 24px;
  transition: all 0.3s;
}
.seBox .sBox {
  width: 140px;
  height: 50px;
  line-height: 50px;
  background-position: 110px center;
}
.seBox .sBox select {
  height: 50px;
}
.seBox input[type="text"] {
  width: 180px;
  height: 50px;
}
.seBox .checkSet {
  position: static;
  width: 140px;
  height: 50px;
}
.seBox label.toggle {
  height: 50px;
  line-height: 50px;
  background: #fff url(../images/ar_down.png) 110px no-repeat;
  cursor: pointer;
  padding: 0 10px;
  margin: 0;
  width: 100%;
  color: #444444;
  font-size: 18px;
}
.seBox .toggle-box {
  width: 540px;
  display: none;
  position: absolute;
  left: 0;
  top: 55px;
  background-color: #f2f2f2;
  padding: 5px 14px;
  color: #555555;
  z-index: 1;
}
.seBox .toggle-box ul li {
  width: auto;
  margin: 0 5px 2px 0;
}
/*tagBox*/
.tagBox {
  position: absolute;
  width: 540px;
  top: 220px;
  left: 50%;
  margin: 0 -280px;
  display: block;
}
.tagBox li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagBox li a {
  border-radius: 3px;
  background: #007c7c url(../images/bt_delete.svg) 5px no-repeat;
  background-size: 8px 8px;
  color: #fff;
  font-size: 14px;
  padding: 2px 5px 2px 15px;
  transition: all 0.3s;
}
.tagBox li a:hover {
  background: #0aa8a8 url(../images/bt_delete.svg) 5px no-repeat;
  background-size: 8px 8px;
}
/*consult_list mapResult*/
.consult_list {
  background: url(../images/wave_bg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.consult_list .in {
  width: 1150px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.mapResult {
  width: 1150px;
  padding: 60px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.mapTit {
  font-size: 40px;
  font-weight: 300;
  margin: 0 0 0px;
  text-align: center;
  letter-spacing: 2px;
}
.conBox {
  width: 550px;
  margin: 0 0 60px;
  display: flex;
  align-items: center;
}
.conBox .avator {
  width: 220px;
  height: 220px;
  margin: 0 50px 0 0;
}
.conBox a.bt_add {
  position: absolute;
  top: 90px;
  right: -20px;
  width: 40px;
  height: 44px;
  display: block;
  background: url(../images/bt_add.png) center center no-repeat;
  background-size: 40px auto;
}
.conBox .info {
  font-size: 18px;
  line-height: 30px;
  padding: 30px 0 0;
}
.conBox .info h3, .conBox .info h3 a {
  font-size: 28px;
  margin: 0;
  color: #434343;
}
.conBox .info h3 span {
  color: #434343;
  font-size: 16px;
  border-radius: 99em;
  border: 1px solid #434343;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
.conBox .info ul {
  margin: 0 0 10px;
}
.conBox .info ul li {
  display: flex;
}
.conBox .info ul a {
  color: #434343;
  transition: color 0.3s;
}
.conBox .info ul a:hover {
  color: #999999;
}
/*satisfy*/
.satisfy {
  position: relative;
  width: 970px;
  height: 970px;
  padding: 130px 0 0;
  margin: 0 auto;
  background: url("../images/satisfy_bg.png") center center no-repeat;
  text-align: center;
}
.satisfy .man01, .satisfy .man02 {
  position: absolute;
  display: block;
}
.satisfy .man01 {
  width: 285px;
  height: 527px;
  bottom: 70px;
  left: 0;
  background: url("../images/man01.png") no-repeat;
}
.satisfy .man02 {
  width: 203px;
  height: 593px;
  top: 130px;
  right: 0;
  background: url("../images/man02.png") no-repeat;
}
.satisfy p {
  line-height: 36px;
  margin: 0 auto 10px;
}
.satisfy textarea {
  width: 460px;
  height: 150px;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto 30px;
}
/*mapBox*/
.mapBox {
  position: relative;
  width: 100%;
  height: 600px;
  display: block;
  overflow: hidden;
  margin: 0 0 60px;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*myLi*/
.myLi {
  width: 1150px;
  padding: 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.myCon {
  width: 1150px;
  height: 290px;
  margin: 0 0 30px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  background: #f7f5f5 url("../images/myCon_bg.svg") no-repeat;
}
.myCon ul.tool {
  position: relative;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 40px;
}
.myCon ul.tool li a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 99em;
  transition: all 0.3s;
}
.myCon ul.tool li {
  margin: 0 5px;
}
.myCon ul.tool li:first-child {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.myCon ul.tool li:first-child span {
  font-size: 90px;
  font-weight: lighter;
}
.myCon ul.tool li:nth-child(2) a {
  background: #62abac url("../images/bt_trash.svg") center center no-repeat;
}
.myCon ul.tool li:nth-child(3) a {
  background: #62abac url("../images/bt_up.svg") center center no-repeat;
}
.myCon ul.tool li:last-child a {
  background: #62abac url("../images/bt_down.svg") center center no-repeat;
}
.myCon ul.tool li a:hover {
  opacity: 0.7;
}
.myCon .conBox {
  margin: 0;
}
.chart {
  width: 320px;
  height: 220px;
}
.chart img {
  width: 100%;
  height: auto;
}
/*bestBox*/
.bestBox {
  position: relative;
  width: 1150px;
  padding: 30px 0 60px;
  margin: 0 auto;
  box-sizing: border-box;
}
.bestBox .topBox {
  display: flex;
  justify-content: center;
  letter-spacing: 1.2px;
  margin: 0 auto 20px;
}
.bestBox .topBox div:first-child {
  width: 340px;
  margin: 0 20px 0 0;
}
.bestBox .topBox div:last-child {
  width: 450px;
  padding: 150px 0 0;
}
.bestBox .topBox div img {
  width: 100%;
  height: auto;
}
.bestBox .topBox h3 {
  font-size: 36px;
  color: #52acb8;
  font-weight: bold;
  margin: 0;
}
.bestBox .topBox p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
.bestBox .beLi {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 15px 40px;
  margin: 0 0 20px;
  border-radius: 20px;
  box-sizing: border-box;
  background: url("../images/beLi_h4.png") 190px center no-repeat;
  display: flex;
  align-items: center;
}
.bestBox .beLi:nth-child(even) {
  background-color: #f5f9fa;
}
.bestBox .beLi:nth-child(odd) {
  background-color: #ebf5f8;
}
.bestBox .beLi h4 {
  width: 180px;
  font-size: 32px;
}
.bestBox .beLi h4 span:first-child {
  font-size: 24px;
  font-weight: 400;
  display: block;
}
.bestBox .beLi h4 span:last-child {
  color: #52acb8;
  font-size: 28px;
  display: block;
}
.bestBox .beLi .rBox {
  width: calc(100% - 270px);
  margin: 0 0 0 80px;
}
.bestBox .beLi .rBox p {
  font-size: 24px;
  margin: 0 0 20px;
}
.bestBox .beLi .rBox ul {
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bestBox .beLi .rBox ul li {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.bestBox .beLi .rBox ul li span {
  font-weight: bold;
  display: block;
  color: #52acb8;
}
.bestBox .beLi a {
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  border-radius: 99em;
  background: #efc602;
  color: #fff;
  transition: all 0.3s;
}
.bestBox .beLi a:hover {
  opacity: .7;
}
/*remind*/
.remind {
  text-align: center;
}
.remind h4 {
  line-height: 36px;
  color: #dd97aa;
}
.remind p {
  font-size: 24px;
  line-height: 36px;
  color: #888888;
  margin: 0 auto 30px;
}
/*packageInfoComment*/
.packageInfoComment {
  text-align: left;
}
.packageInfoComment h4 {
  line-height: 36px;
  color: #dd97aa;
}
.packageInfoComment p {
  font-size: 24px;
  line-height: 36px;
  color: #888888;
  margin: 0 auto 30px;
}
.packageInfoComment span {
  color: red;
  font-weight: bold;
}
/*dotBG*/
.dotBG {
  position: relative;
  width: 100%;
  padding: 60px 0;
  margin: 310px 0 0;
  background: url("../images/dot_bg.svg") repeat;
}
.dotBG ul.step {
  position: absolute;
  top: -260px;
  left: 50%;
  width: 800px;
  margin: 0 -400px;
  background: url("../images/step_bg.svg") center repeat-x;
  display: flex;
  justify-content: space-between;
}
.dotBG ul.step li {
  width: 110px;
  height: 110px;
  display: block;
  background: #c0c0c0;
  border-radius: 99em;
  text-align: center;
  padding: 25px 0 0;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.3;
}
.dotBG ul.step li.on {
  background: #dfa1a1;
}
.dotBG ul.step li:first-child::before {
  content: 'step1';
  display: block;
  font-size: 18px;
}
.dotBG ul.step li:first-child::after {
  content: '資料填寫';
  display: block;
  font-size: 22px;
}
.dotBG ul.step li:nth-child(2)::before {
  content: 'step2';
  display: block;
  font-size: 18px;
}
.dotBG ul.step li:nth-child(2)::after {
  content: '手機驗證';
  display: block;
  font-size: 22px;
}
.dotBG ul.step li:last-child::before {
  content: 'step3';
  display: block;
  font-size: 18px;
}
.dotBG ul.step li:last-child::after {
  content: '預約完成';
  display: block;
  font-size: 22px;
}
.dotBG h3 {
  position: absolute;
  left: 50%;
  text-align: center;
  box-sizing: border-box;
}
.dotBG h3.step01 {
  top: -155px;
  width: 400px;
  height: 160px;
  padding: 100px 0 0;
  margin: 0 -200px;
  background: url("../images/stepMan01.svg") no-repeat;
  background-size: auto 160px;
}
.dotBG h3.step01::after {
  content: '每個欄位皆必填';
}
.dotBG h3.step02 {
  top: -155px;
  width: 500px;
  height: 160px;
  padding: 100px 0 0;
  margin: 0 -250px;
  background: url("../images/stepMan02.svg") 0 5px no-repeat;
  background-size: auto 150px;
}
.dotBG h3.step02::after {
  content: '預約資料確認';
}
.dotBG h3.step03 {
  top: -155px;
  width: 480px;
  height: 160px;
  padding: 100px 0 0;
  margin: 0 -240px;
  background: url("../images/stepMan03.svg") 20px 0 no-repeat;
  background-size: auto 155px;
}
.dotBG h3.step03::after {
  content: '預約完成';
}
/*.dotBG.checkData*/
.dotBG.checkData {
  position: relative;
  width: 100%;
  padding: 60px 0;
  margin: 170px 0 0;
  background: url("../images/dot_bg.svg") repeat;
}
.dotBG.checkData h3 {
  top: -139px;
  width: 420px;
  height: 160px;
  padding: 80px 0 0;
  margin: 0 -210px;
  background: url("../images/check_man.png") 20px 0 no-repeat;
  background-size: auto 162px;
}
.dotBG.checkData h3::after {
  content: '預約記錄';
}
.dotBG.checkData img {
  border: 1px solid #cecece;
}
/*result*/
.result {
  width: 1150px;
  margin: 0 auto;
}
.result .queryBox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 30px;
  border-bottom: 3px solid #e3eded;
}
.dotBG.checkData .queryBox .sBox {
  width: 140px;
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  background-position: 110px center;
  box-shadow: none;
}
.dotBG.checkData .queryBox .sBox select {
  height: 50px;
}
.dotBG.checkData .queryBox a {
  width: 50px;
  ;
  height: 50px;
  display: block;
  border-radius: 6px;
  background: #007c7c url("../images/bt_search.svg") center no-repeat;
  background-size: 24px 24px;
}
/*tb*/
.tb tr.blank {
  height: 5px;
}
.tb tr.pk td {
  background: #fff9f9;
}
.tb tr.gray td {
  background: #e3e3e3;
}
.tb th, .tb td {
  text-align: left;
  padding: 20px;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  font-weight: 400;
}
.tb td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tb td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tb td {
  background: #fff;
}
.tb a {
  color: #007c7c;
}
.tb a.type01 {
  padding: 0 24px 0 0;
  background: url("../images/ico_edit.svg") right no-repeat;
}
.tb a.type02 {
  padding: 0 20px 0 0;
  background: url("../images/ico_del.svg") right no-repeat;
}
/*dataBox*/
.dataBox {
  width: 700px;
  margin: 0 auto;
}
.dataBox ul.da {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dataBox ul.da li {
  width: calc((100% - 20px)/2);
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 10px 0;
}
.dataBox ul.da li.long {
  width: 100%;
}
.dataBox ul.da li.vtop span {
  align-self: flex-start;
}
.dataBox ul.da li span {
  width: 70px;
  margin: 0 10px 0 0;
}
.dataBox .sBox {
  width: 260px;
  height: 50px;
  line-height: 50px;
  background-position: 230px center;
}
.dataBox .sBox {
  box-shadow: none;
}
.dataBox .sBox select {
  height: 50px;
}
.dataBox input[type="text"] {
  width: calc(100% - 80px);
  height: 50px;
}
.timeZone {
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topL {
  width: 800px;
  margin: 0 auto 30px;
  border-top: 3px solid #e3eded;
  box-sizing: border-box;
  padding: 30px 0 0;
}
.agree {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #bfd7d9;
  background: #f8fbfb;
  text-align: justify;
  color: #555555;
}
.agree h4 {
  font-size: 24px;
  font-weight: 400;
}
.agree h4 span {
  font-size: 14px;
}
.agree .CapLi {
  display: flex;
  margin: 0 0 15px;
}
.agree .CapLi div:first-child {
  padding: 0 10px 0 0;
}
.agree .CapLi ul li {
  list-style: decimal;
  margin: 0 0 0 20px;
}
.agree .CapLi ul li ol li {
  list-style: disc;
  margin: 0 0 0 20px;
}
.alert {
  color: #cc0000;
  text-align: center;
  margin: 0 auto 30px;
}
.printDa li {
  padding: 15px 0;
}
.certify {
  width: 700px;
  margin: 0 auto 30px;
  border-top: 3px solid #e3eded;
  box-sizing: border-box;
  padding: 30px 0 0;
  display: flex;
  align-items: center;
}
.certify span {
  width: 70px;
}
.certify input[type="text"] {
  width: 260px;
  height: 50px;
  margin: 0 10px 0 0;
}
.certify a {
  width: 120px;
  height: 50px;
  border: 2px solid #40b6b0;
  border-radius: 99em;
  color: #40b6b0;
  text-align: center;
  line-height: 48px;
  transition: all 0.3s;
  background-color: rgba(64, 182, 176, 0);
}
.certify a:hover {
  color: #fff;
  background-color: rgba(64, 182, 176, 1);
}
.comfirm {
  width: calc(100% - 30px);
  box-sizing: border-box;
  padding: 80px 0 0;
  background: url("../images/check.svg") top center no-repeat;
  background-size: 94px auto;
  text-align: center;
}
.comfirm p {
  margin: 0 auto 10px;
}
/*bn*/
.bn, .bn_m {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  box-sizing: border-box;
}
.bn_m {
  display: none;
}
.bn .swiper-slide img, .bn_m .swiper-slide img {
  width: 100%;
  height: auto;
}
.bn .bn-pages, .bn_m .bnM-pages {
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 120px;
  background: url("../images/ar_prev.svg") no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 120px;
  background: url("../images/ar_next.svg") no-repeat;
}
/*detailBox*/
.detailBox {
  position: relative;
  width: 1050px;
  margin: 200px auto 60px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px;
}
.detailBox01 {
  position: relative;
  width: 1000px;
  margin: 100px 0px 0px 500px;
  display:block;
  justify-content: space-between;
  padding: 0 0 30px;
}

.cardtitle01 {
  font-size: 1.5rem;
  line-height: 3;
}
.cardtxt01  {
  font-size: 1.2rem;
  line-height: 3;
  list-style: disc;
  margin-left: 50px;
}
.cardtxt01  a:link {
    color:#007d7d;
	font-size: 1.4rem;
	text-decoration: underline;
}
.detailBox .Lbox {
  position: relative;
  width: 750px;
}
.detailBox .conBox {
 　position: absolute;
  width: 1000px;
  padding: 0px 0 0 290px;
}
.detailBox .avator {
  position: absolute;
  top: -145px;
  left: 0;
  width: 290px;
  height: 290px;
}
.detailBox .conBox a.bt_add {
  top: 110px;
  right: -33px;
  width: 66px;
  height: 74px;
  background-size: 66px auto;
}
.detailBox .conBox .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: -150px 0px 0px 80px;
}
.detailBox .conBox .info h3 span {
  width: 120px;
  display: block;
  text-align: center;
  margin: 10px 0;
}
.detailBox .conBox .infoLi {
  /*font-size: 16px;*/ 
  font-size: 1rem;
  line-height: 3;
}
.infoLi .titlena {
  display: none;
}
.detailBox .conBox .infoLi01 {
  /*font-size: 16px;*/
  font-size: 1.5rem;
  line-height:2;
}
.detailBox ul.comunity {
  position: absolute;
  /*bottom: 12px;*/
  /* left: 0px; */
  display: flex;
  margin: -20px 0px 0px 0px;
}
.detailBox ul.comunity li {
  margin: 0 10px 0 0;
}
.detailBox ul.comunity li a {
  width: 40px;
  height: 40px;
  display: block;
}
.detailBox ul.comunity li:nth-child(1) a {
  background: url("../images/ico_fb.svg") no-repeat;
  background-size: cover;
}
.detailBox ul.comunity li:nth-child(2) a {
  background: url("../images/ico_line.svg") no-repeat;
  background-size: cover;
}
.detailBox ul.comunity li:nth-child(3) a {
  background: url("../images/ico_link.svg") no-repeat;
  background-size: cover;
}
.detailBox ul.comunity li:nth-child(4) a {
  background: url("../images/ico_mail.svg") no-repeat;
  background-size: cover;
}
.detailBox .Rbox {
  position: relative;
  width: 400px;
  height: 360px;
  padding: 50px 0 0;
  margin: 60px 0 0;
  background-color: #f7f7f7;
  border-radius: 99px;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.detailBox .Rbox h3 {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  color: #c87b90;
  text-align: center;
}
.detailBox .detail {
  position: absolute;
  /*width: 720px;*/
  width: 1000px;
  top: 230px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.detailBox .detail .box h3 {
  position: relative;
  height: 74px;
  line-height: 74px;
  border-bottom: 2px solid #e5e5e5;
  margin: 0;
}
.detailBox .detail .box h3::after {
  height: 100%;
  display: block;
  padding: 0 0 0 40px;
  color: #52acb8;
}
.detailBox .detail .box h3 a.trig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url("../images/bt_open.svg") right center no-repeat;
}
.detailBox .detail .box h3.open a.trig {
  background: url("../images/bt_close.svg") right center no-repeat;
}
.detailBox .detail .box:nth-child(1) {
  width: 260px; /*280px;*/
}
.detailBox .detail .box:nth-child(2) {
  width: 260px;
}
.detailBox .detail .box:nth-child(3) {
  width: 260px;
}
.detailBox .detail .box:nth-child(1) h3::after {
  padding: 0 0 0 40px;
  content: '聯絡方式';
  background: url("../images/tit_contact.png") 0 center no-repeat;
  background-size: auto 40px;
}
.detailBox .detail .box:nth-child(2) h3::after {
  padding: 0 0 0 40px;
  content: '證照';
  background: url("../images/tit_id.png") 0 center no-repeat;
  background-size: auto 40px;
}
.detailBox .detail .box:nth-child(3) h3::after {
  padding: 0 0 0 40px;
  content: '獎項';
  background: url("../images/tit_prize.png") 0 center no-repeat;
  background-size: auto 40px;
}
.detailBox .detail .box ul {
  padding: 10px 0 0;
  color: #434343;
  line-height: 32px;
  display: block;
}
.detailBox .detail .box:nth-child(1) ul {
  display: block;
  /*display: flex;*/
  justify-content: space-between;
  flex-wrap: wrap;
}
.detailBox .detail .box ul li {
  padding: 0 0 0 15px;
  background: url("../images/circle.svg") 5px center no-repeat;
  background-size: 4px 4px;
}
.detailBox .detail .box:nth-child(1) ul li {
  width: 95%;
}
.detailBox .detail .box:nth-child(3) ul li {
  display: flex;
  justify-content: space-between;
}
.detailBox .detail .box:nth-child(3) ul li span {
  color: #84c9c5;
}
/*tagSet*/
.tagSet {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.tagSet ul {
  display: flex;
  justify-content: center;
}
.tagSet ul li {
  width: 130px;
  height: 45px;
  line-height: 45px;
  display: block;
  border-radius: 99em;
  margin: 0 10px;
  text-align: center;
  cursor: pointer;
  color: #3d3d3d;
  background: #e1e1e1;
  transition: all 0.3s;
}
.tagSet ul li.on, .tagSet ul li:hover {
  color: #fff;
  background: #0a8f90;
}
.tagSet ul li:nth-child(1)::after {
  content: '關於我';
}
.tagSet ul li:nth-child(2)::after {
  content: '保險故事';
}
.tagSet ul li:nth-child(3)::after {
  content: '保戶評語';
}
.tagSet ul li:nth-child(4)::after {
  content: '介紹影片';
}
.tag-pages {
  display: none;
}
/*zone01*/
.zone01 {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 40px 0 0;
  background: url("../images/dot_bg.svg") repeat;
}
.zone01 .in {
  position: relative;
  width: 1150px;
  padding: 50px 60px;
  margin: 0 auto;
  box-sizing: border-box;
}
.zone01 .in::before {
  position: absolute;
  top: -25px;
  left: 50%;
  margin: 0 -290px;
  content: '';
  width: 580px;
  height: 27px;
  display: block;
  background: url("../images/decor.png") no-repeat;
}
.zone01 .in p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 36px;
  color: #3c3c3c;
  text-align: justify;
  letter-spacing: 0.6px;
}
/*zone02*/
.zone02 {
  width: 1150px;
  padding: 0;
  margin: 40px auto 0;
}
.zone02 .in {
  position: relative;
  width: 100%;
  display: flex;
  margin: 0 auto 30px;
  box-sizing: border-box;
  background: #f4f4f4;
  transition: all 0.3s;
}
.zone02 .in:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.zone02 .in a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.zone02 .in h3 {
  margin: 0;
  font-weight: bold;
  color: #515151;
}
.zone02 .in p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #3c3c3c;
  text-align: justify;
  letter-spacing: 0.6px;
}
.zone02 .in .txt {
  padding: 28px 30px;
}
.zone02 .in .pic {
  width: 280px;
  height: 190px;
}
.zone02 .in .pic img {
  width: 280px;
  height: auto;
  display: block;
}
/*zone03*/
.zone03 {
  width: 1150px;
  padding: 0;
  margin: 40px auto 0;
}
.zone03 .in {
  position: relative;
  width: 100%;
  padding: 30px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  background: url("../images/dot_bg.svg") repeat;
  transition: all 0.3s;
}
.zone03 .in:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.zone03 .in a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.zone03 .in h3 {
  margin: 0;
  font-weight: bold;
  color: #515151;
}
.zone03 .in h3 span {
  font-size: 20px;
  margin: 0 5px 0 0;
}
.zone03 .in p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #3c3c3c;
  text-align: justify;
  letter-spacing: 0.6px;
}
/*zone04*/
.zone04 {
  width: 1150px;
  padding: 0;
  margin: 40px auto 30px;
}
.zone04 img {
  width: 100%;
  height: auto;
}
/*flo*/
.flo {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.flo ul {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.flo ul li {
  margin: 10px 0 0;
}
.flo a.top {
  width: 60px;
  height: 60px;
  display: block;
  background: url("../images/bt_top.svg") no-repeat;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.flo a.top:hover {
  opacity: 1
}
.ptxt01 {
    font-size: 1.1rem;
    margin-top: 20px;
    text-align: center;
    color: #ff6600;
}

/*--------------------------------------------------------------
# 顧問姓名大小版位置設定
--------------------------------------------------------------*/
.titlena {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  font: inherit;
  line-height: 150%;
  letter-spacing: 0px;
  text-decoration: none;
  border: 0;
  /*margin-bottom: -230px;*/
}
.web {
  display: block;
  max-width: 100%;
}
.mobile {
  display: none;
}
.ptxt01 {
  font-size: 1.1rem;
  margin-top: 20px;
  text-align: center;
  color: #ff6600;
}
.ptxtnaw {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2;
}
.ptxtnam {
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.5;
  /*line-height: 2;*/
}
.ptxtbox.full p {
  width: 100%;
}
.ptxtbox p {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .titlena {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
    font: inherit;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration: none;
    border: 0;
	/*margin-bottom: 50px;*/
    margin-bottom: 100px;
    width: 229px;
  }
.ptxtnam {
    width: 100%;
    display: block;
    text-align: center;
    margin: 15px 0px 0px;
    font-size: 1.5rem;
    line-height: 1;
    /* line-height: 2; */
}
  .web {
    display: none;
  }
  .mobile {
    display: block;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .titlena {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
    font: inherit;
    line-height: 150%;
    letter-spacing: 0px;
    text-decoration: none;
    border: 0;
	margin-bottom: 50px;
    /*margin-bottom: 100px;*/
  }
  .web {
    display: none;
  }
  .mobile {
    display: block;
    max-width: 100%;
  }
}

.flo .avator {
  position: relative;
  width: 70px;
  height: 70px;
}
.flo .avator .aSet {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 99em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s;
}
.flo .avator:hover > .aSet {
  opacity: 1;
}
.flo .avator .aSet a {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 3px;
  opacity: 0.6;
  transition: all 0.3s;
}
.flo .avator .aSet a.bt_go {
  background: url("../images/bt_go.svg") no-repeat;
}
.flo .avator .aSet a.bt_delete {
  background: url("../images/bt_trash.svg") no-repeat;
}
.flo .avator .aSet a:hover {
  opacity: 1;
}
.flo a.bt_cons {
  width: 130px;
  height: 170px;
  display: block;
  margin: 0;
  background: url("../images/bt_cons.png") no-repeat;
  background-size: cover;
  opacity: 1;
  transition: all 0.3s;
}
.flo a.bt_cons:hover {
  opacity: 0.8;
}
/*pop*/
.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; /*display:none;*/ display: flex;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.pop p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 0 30px;
  color: #fff;
  text-align: center;
}
.popOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.queryBoxPop {
  position: absolute;
  top: 50px;
  right: 50%;
  margin: 0 -150px;
  width: 300px;
  height: 450px;
  background: #fff;
  z-index: 2;
}
.queryBoxPop .tab {
  display: flex;
  margin: 0 0 20px;
}
.queryBoxPop .tab li {
  position: relative;
  width: 50%;
  text-align: center;
}
.queryBoxPop .tab li:first-child::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 0px;
  width: 1px;
  height: 32px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
.queryBoxPop .tab li a {
  width: 100%;
  height: 70px;
  line-height: 70px;
  display: block;
  font-size: 22px;
  color: #aaaaaa;
  transition: all 0.3s;
  border-top: 3px solid rgba(172, 255, 251, 0);
}
.queryBoxPop .tab li a.on, .queryBoxPop .tab li a:hover {
  color: #007c7c;
  border-top: 3px solid rgba(0, 124, 124, 1);
}
.queryBoxPop .set {
  width: calc(100% - 40px);
  margin: 0 auto 25px;
  border-bottom: 1px solid #fff;
}
.queryBoxPop .set h6 {
  color: #007c7c;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.queryBoxPop .set h6 img {
  margin: 0 5px 0 0;
}
.queryBoxPop .set .sBox {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0) url(../images/ar_down_w.png) no-repeat;
  background-position: center right;
  color: #fff;
}
.queryBoxPop .set .sBox select {
  width: 100%;
  padding: 0;
  color: #d2d2d2;
  font-size: 18px;
}
.queryBoxPop .set .sBox option {
  padding: 0 10px;
  color: #555555;
  font-size: 16px;
}
.queryBoxPop .set input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 40px;
  background: #fbfbfb;
}
.queryBoxPop a {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.queryBoxPop label.toggle {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #fbfbfb url(../images/ar_down.png) no-repeat;
  background-position: 230px center;
  cursor: pointer;
  padding: 0 10px;
  margin: 5px 0 0;
  width: 100%;
  color: #aaaaaa;
  font-size: 18px;
}
.queryBoxPop .toggle-box {
  top: 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.queryBoxPop .toggle-box.ser ul li {
  width: 50%;
}
.queryBoxPop ::placeholder {
  color: #aaaaaa;
}
@media screen and (max-width: 1440px) {
  /*view*/
  .view {
    width: 100%;
    height: 337px;
    overflow: hidden;
  }
  .view img {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 -720px;
    width: 1440px;
    height: auto;
  }
  .view .searchMan {
    left: 40px;
    margin: 0;
    width: 175px;
    height: 291px;
  }
  .view .nearMan {
    left: 40px;
    margin: 0;
    width: 175px;
    height: 291px;
  }
.detailBox01 {
  position: relative;
  width: 1000px;
  margin: 100px 0px 0px 200px;
  display:block;
  justify-content: space-between;
  padding: 0 0 30px;
}
.cardtitle01 {
  font-size: 1.5rem;
  line-height: 3;
}
.cardtxt01  {
  font-size: 1.2rem;
  line-height: 3;
  list-style: disc;
  margin-left: 50px;
}
.cardtxt01  a:link {
    color:#007d7d;
	font-size: 1.4rem;
	text-decoration: underline;
}
}
@media screen and (max-width: 1150px) {
  /*header*/
  header section {
    width: 100%;
  }
/*  header section {
    position: relative;
    width: 1150px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 20px;
}*/
  /*consult_list*/
  .consult_list .in {
    width: 100%;
    padding: 30px;
    justify-content: center;
  }
  .mapResult {
    width: 100%;
    padding: 30px;
    justify-content: center;
  }
  .conBox {
    width: 420px;
    margin: 0 15px 40px;
    display: flex;
    align-items: center;
  }
  .conBox .avator {
    width: 130px;
    height: 130px;
    margin: 0 30px 0 0;
  }
  .conBox a.bt_add {
    top: 45px;
  }
  /*myLi*/
  .myLi {
    width: 100%;
    padding: 30px;
  }
  .myCon {
    width: 100%;
    height: 260px;
    justify-content: space-around;
    background: #f7f5f5 url("../images/myCon_bg.svg") -60px 0 no-repeat;
  }
  .myCon ul.tool {
    margin: 0;
    width: 180px;
  }
  .chart {
    width: 240px;
    height: 165px;
  }
  /*bestBox*/
  .bestBox {
    width: calc(100% - 60px);
    padding: 30px 0;
  }
  /*flo*/
  .flo {
    bottom: 10px;
  }
  .flo ul li {
    margin: 5px 0 0;
  }
  .flo a.top {
    width: 40px;
    height: 40px;
    background-size: cover;
    opacity: 0.9;
  }
  .flo a.bt_cons {
    width: 50px;
    height: 69px;
    background: url(../images/bt_cons_m.png) no-repeat;
    background-size: cover;
  }
  /*result*/
  .result {
    width: calc(100% - 60px);
    padding: 30px 0;
    margin: 0 auto;
  }
  /*tb*/
  .tb th, .tb td {
    padding: 10px;
  }
  /*detailBox*/
  .detailBox {
    position: relative;
    width: 950px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px 30px;
    box-sizing: border-box;
  }
.detailBox01 {
  position: relative;
  width: 1000px;
  margin: 100px 0px 0px 200px;
  display:block;
  justify-content: space-between;
  padding: 0 0 30px;
}
.cardtitle01 {
  font-size: 1.5rem;
  line-height: 3;
}
.cardtxt01  {
  font-size: 1.2rem;
  line-height: 3;
  list-style: disc;
  margin-left: 50px;
}
.cardtxt01  a:link {
    color:#007d7d;
	font-size: 1.4rem;
	text-decoration: underline;
}
  .detailBox .Lbox {
    width: calc(100% - 320px);
    box-sizing: border-box;
  }
  .conBox .info {
    padding: 15px 0 0;
  }
  .detailBox .avator {
    top: -75px;
  }
  .detailBox .conBox {
    width: 560px;
    padding: 10px 0 0 140px;
  }
  .detailBox .conBox a.bt_add {
    position: absolute;
    top: 52px;
    right: -20px;
    width: 40px;
    height: 44px;
    display: block;
    background: url(../images/bt_add.png) center center no-repeat;
    background-size: 40px auto;
  }
  .detailBox ul.comunity {
   /* left: 140px;*/
	/*20230704分享區塊調整*/
  }
/*   .detailBox .detail { */
/*     width: 560px; */
/*     left: 45px; */
/*   } */
/*   .detailBox .detail .box:nth-child(1) { */
/*     width: 160px; */
/*   } */
/*   .detailBox .detail .box:nth-child(2) { */
/*     width: 160px; */
/*   } */
/*   .detailBox .detail .box:nth-child(3) { */
/*     width: 200px; */
/*   } */
/*   .detailBox .detail .box:nth-child(1) ul {} */
/*   .detailBox .detail .box:nth-child(1) ul li {} */
/*   .detailBox .Rbox { */
/*     width: 320px; */
/*     display: block; */
/*   } */
/*   .detailBox .Rbox img { */
/*     width: 260px; */
/*     height: 190px; */
/*     margin: 0 auto; */
/*   } */
  /*zone01*/
  .zone01 .in {
    width: 100%;
  }
  /*zone02*/
  .zone02 {
    width: 100%;
    padding: 0 60px;
  }
  .zone02 .in p {
    height: 90px;
    overflow: hidden;
  }
  /*zone03*/
  .zone03 {
    width: 100%;
    padding: 0 60px;
  }
  /*zone04*/
  .zone04 {
    width: 100%;
    padding: 0 60px;
  }
}
@media screen and (max-width: 1000px) {
  /*header*/
  header section {
    padding: 0 20px;
  }
  /*h1*/
  h1 {
    font-size: 22px;
  }
  h1 {
    background-size: auto 46px;
  }
  h1 a:first-child {
    width: 155px;
  }
  h1 a:last-child {
    width: 160px;
    padding: 16px 0 0 7px;
  }
  h2 {
    top: 80px;
  }
  h3 {
    font-size: 24px;
    margin: 0 0 15px;
  }
  /*nav*/
  nav ul li {
    margin: 0 0 0 20px;
  }
  /*avator*/
  .satisfy .avator {
    width: 150px;
    height: 150px;
    margin: 0 auto 10px;
  }
  /*satisfy*/
  .satisfy {
    width: 700px;
    height: 700px;
    padding: 100px 0 0;
    background-size: 600px 600px;
  }
  .satisfy .man01 {
    width: 206px;
    height: 382px;
    bottom: 30px;
    left: 0;
    background-size: cover;
  }
  .satisfy .man02 {
    width: 147px;
    height: 429px;
    top: 70px;
    right: 0;
    background-size: cover;
  }
  .satisfy p {
    line-height: 24px;
    margin: 0 auto 10px;
  }
  .satisfy textarea {
    width: 280px;
    height: 100px;
    margin: 0 auto 30px;
  }
  /*view*/
  .view {
    width: 100%;
    height: 337px;
    overflow: hidden;
  }
  .view img {
    margin: 0 -720px;
    width: 1440px;
    height: auto;
  }
  .view .searchMan {
    display: none;
  }
  .view .nearMan {
    display: none;
  }
  .view .infoMan {
    display: none;
  }
  /*seBox*/
  .seBox {
    top: 160px;
  }
  /*tagBox*/
  .tagBox {
    top: 220px;
  }
  /*myLi*/
  .myLi {
    width: 100%;
    padding: 30px;
  }
  .myCon {
    width: 100%;
    height: 290px;
    justify-content: space-around;
    background: #f7f5f5 url("../images/myCon_bg.svg") -60px 0 no-repeat;
  }
  .myCon ul.tool {
    margin: 0;
    width: 180px;
  }
  .myCon ul.tool li {
    margin: 0 5px;
  }
  .myCon ul.tool li:first-child {
    font-size: 20px;
  }
  .myCon ul.tool li:first-child span {
    font-size: 70px;
  }
  .myCon .conBox {
    width: 250px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .myCon .conBox .avator {
    margin: 0;
  }
  .myCon .conBox .info {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  /*bestBox*/
  .bestBox {}
  .bestBox .beLi {
    height: 200px;
    padding: 15px 30px;
    background: url("../images/beLi_h4.png") 140px center no-repeat;
  }
  .bestBox .beLi h4 {
    font-size: 26px;
  }
  .bestBox .beLi h4 span:first-child, .bestBox .beLi h4 span:last-child {
    font-size: 20px;
  }
  .bestBox .beLi .rBox {
    width: calc(100% - 140px);
    margin: 0 0 0 50px;
  }
  .bestBox .beLi .rBox ul li {
    font-size: 18px;
    margin: 0 15px 0 0;
  }
  /*bn*/
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
  }
  /*tb*/
  .tb th, .tb td {
    font-size: 14px;
    padding: 10px 5px;
  }
  .tb th:last-child {
    width: 110px;
  }
  /*detailBox*/
  .detailBox {
    width: 100%;
    display: block;
    padding: 0 30px 30px;
  }
  .detailBox .Lbox {
    width: 100%;
    display: block;
  }
  .detailBox .Rbox {
    width: 320px;
    height: auto;
    margin: 30px auto 0;
    padding: 50px 0;
  }
  .detailBox .avator {
    top: -125px;
    left: 50%;
    width: 220px;
    height: 220px;
    margin: 0 -110px;
  }
  .detailBox .conBox {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .detailBox .conBox .info {
    width: 400px;
    padding: 100px 0 0;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .detailBox .conBox .info h3 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .detailBox .conBox .info h3 span {
    margin: 10px auto 0;
  }
  .detailBox .conBox .infoLi {
    width: 100%;
    margin: 0;
  }
  .infoLi .titlena {
	display: block;
  }
  .detailBox .conBox .infoLi li {
    display: flex;
    justify-content: space-between;
  }
  .infoLi > ul > li:first-child {
    display: none !important;
  }
  .detailBox .conBox a.bt_add {
    top: 100px;
  }
  .detailBox ul.comunity {
    position: static;
    margin: 10px auto 0;
  }
  .detailBox .detail {
    position: static;
    width: 100%;
  }
  .detailBox .detail .box h3 {
    height: 60px;
  }
  .detailBox .detail .box:nth-child(1) {
    width: 30%;
  }
  .detailBox .detail .box:nth-child(2) {
    width: 30%;
  }
  .detailBox .detail .box:nth-child(3) {
    width: 30%;
  }
  .detailBox .detail .box:nth-child(1) h3::after {
    background-size: auto 36px;
  }
  .detailBox .detail .box:nth-child(2) h3::after {
    background-size: auto 36px;
  }
  .detailBox .detail .box:nth-child(3) h3::after {
    background-size: auto 36px;
  }
}
@media screen and (max-width:900px) {
  /*bestBox*/
  .bestBox .beLi .rBox {
    margin: 0 0 0 30px;
  }
  .bestBox .beLi .rBox ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .bestBox .beLi a {
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 0 15px;
  }
  /*dotBG*/
  .dotBG ul.step {
    position: absolute;
    top: -260px;
    left: 50%;
    width: 708px;
    margin: 0 -345px;
  }
  .topL {
    width: 708px;
  }
}
@media screen and (max-width: 767px) {
  a.bt_reserve, .avator, ul.stars li a, .btnSet a, .seBox a.bt_search, .tagBox li a, .conBox .info ul a, .flo a.top, .flo .avator .btnSet, .flo .avator .aSet a, .flo a.bt_cons, .myCon ul.tool li a, .bestBox .beLi .rBox a, .certify a, .tagSet ul li, .zone02 .in {
    transition: all 0.0s;
  }
  /*m_*/
  .m_hide {
    display: none;
  }
  .m_block {
    display: block;
  }
  /*btnSet*/
  .btnSet.outSide {
    margin: 30px auto;
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .btnSet.outSide a {
    width: 100%;
    margin: 0 0 10px;
  }
  /*bt_search*/
  a.bt_search {
    display: block;
  }
  /*header*/
  header {
    height: 44px;
    justify-content: center;
  }
  header section {
    height: 44px;
    justify-content: center;
    padding: 0;
  }
  /*h1*/
  h1 {
    font-size: 15px;
    height: 44px;
    background-size: auto 30px;
  }
  h1 a {
    height: 44px;
  }
  h1 a:first-child {
    width: 105px;
  }
  h1 a:last-child {
    width: 105px;
    padding: 15px 0 0 0;
    text-align: right;
  }
  h2 {
    font-size: 30px;
    top: 30px;
  }
  /*footer*/
  footer {
    padding: 10px;
    display: block;
    margin-top: 50px;
  }
  footer p {
    font-size: 12px;
    line-height: 1.5;
  }
  footer span {
    display: block;
  }
  /*menu*/
  .menu {
    display: block;
  }
  .menu a {
    display: block;
  }
  /*nav*/
  header nav {
    display: none;
  }
  nav {
    position: absolute;
  }
  nav ul {
    display: block;
    font-size: 18px;
  }
  nav ul li {
    position: relative;
    margin: 0 0 0 55px;
    letter-spacing: 1px;
  }
  nav ul li .noti {
    position: static;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  /*avator*/
  .satisfy .avator {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
  }
  /*stars*/
  ul.stars {
    margin: 0 auto 10px;
  }
  /*satisfy*/
  .satisfy {
    width: 100%;
    height: 530px;
    padding: 20px 0 0;
    background: url("../images/satisfy_bg_m.png") center 60px no-repeat;
    background-size: 320px 450px;
  }
  .satisfy h3 {
    margin: 0 auto 40px;
  }
  .satisfy .man01, .satisfy .man02 {
    display: none;
  }
  .satisfy p {
    line-height: 24px;
    margin: 0 auto 10px;
  }
  .satisfy textarea {
    width: 250px;
    height: 80px;
    margin: 0 auto 10px;
  }
  /*view*/
  .view {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .view img {
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 200px;
  }
  .view.se_consult {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .view.se_consult img {
    width: auto;
    height: 300px;
  }
  .view.single h2 {
    top: 20px;
    margin: 0 auto;
  }
  .view .searchMan {
    display: none;
  }
  .view .nearMan {
    display: none;
  }
  /*seBox*/
  .seBox {
    width: 290px;
    top: 90px;
    margin: 0 -145px;
    flex-wrap: wrap;
  }
  .seBox a.bt_search {
    width: 40px;
    height: 40px;
    margin: 0 0 0;
  }
  .seBox .sBox {
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 5px;
    background-position: 115px center;
  }
  .seBox .sBox select {
    height: 40px;
  }
  .seBox input[type="text"] {
    width: calc(100% - 50px);
    height: 40px;
    margin: 0 0 0;
  }
  .seBox .checkSet {
    width: 140px;
    height: 40px;
    margin: 0 0 5px;
  }
  .seBox label.toggle {
    height: 40px;
    line-height: 40px;
    background: #fff url(../images/ar_down.png) 115px no-repeat;
  }
  .seBox .toggle-box {
    width: 290px;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 0;
    top: 45px;
    background-color: #f2f2f2;
    padding: 6px 6px 3px;
    color: #555555;
    z-index: 1;
  }
  .seBox .toggle-box ul li {
    width: auto;
    margin: 0 3px 3px 0;
  }
  /*tagBox*/
  .tagBox {
    width: 290px;
    top: 180px;
    margin: 0 -145px;
  }
  /*consult_list*/
  .consult_list .in {
    width: 100%;
    padding: 20px;
    justify-content: center;
  }
  .mapResult {
    width: 100%;
    padding: 20px;
    justify-content: center;
  }
  .conBox {
    position: relative;
    width: 280px;
    padding: 0;
    margin: 0 auto 30px;
    display: block;
  }
  .conBox .avator {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
  }
  .conBox a.bt_add {
    top: 110px;
    right: 45px;
    width: 36px;
    height: 40px;
    background-size: 36px auto;
  }
  .conBox .info {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .conBox .info h3 {
    font-size: 22px;
    margin: 0;
    text-align: center;
  }
  .conBox .info h3 span {
    font-size: 12px;
  }
  .conBox a.bt_reserve {
    background: #efc602;
  }
  .conBox .info ul li {
    justify-content: space-between;
  }
  .conBox .info ul li div:last-child {
    text-align: right;
  }
  /*mapBox*/
  .mapBox {
    height: 375px;
  }
  /*myLi*/
  .myLi {
    padding: 30px 20px;
  }
  .myCon {
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    flex-wrap: wrap;
    background: #f7f5f5 url("../images/myCon_bg_m.svg") top center no-repeat;
    box-sizing: border-box;
  }
  .myCon ul.tool {
    margin: 0;
    width: 100%;
    align-items: baseline;
  }
  .myCon ul.tool li {
    margin: 0 5px;
  }
  .myCon ul.tool li a {
    width: 40px;
    height: 40px;
  }
  .myCon ul.tool li:first-child {
    width: 90px;
    margin: 0;
    font-size: 30px;
    text-align: left;
  }
  .myCon ul.tool li:first-child span {
    font-size: 60px;
  }
  .myCon ul.tool li:nth-child(2) a {
    background: #0a8f90 url("../images/bt_trash.svg") center center no-repeat;
    background-size: 15px auto;
  }
  .myCon ul.tool li:nth-child(3) a {
    background: #0a8f90 url("../images/bt_up.svg") center center no-repeat;
    background-size: 15px auto;
  }
  .myCon ul.tool li:last-child a {
    background: #0a8f90 url("../images/bt_down.svg") center center no-repeat;
    background-size: 15px auto;
  }
  .myCon .conBox {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .myCon .conBox .avator {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
  .myCon .conBox .info {
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .myCon .conBox .info h3 {
    display: flex;
    justify-content: space-between;
  }
  .chart {
    padding: 10px 0;
  }
  /*bestBox*/
  .bestBox .topBox {
    display: block;
  }
  .bestBox .topBox div:first-child {
    width: 100%;
    margin: 0 0 10px;
  }
  .bestBox .topBox div:last-child {
    width: 100%;
    padding: 0;
  }
  .bestBox .topBox h3 {
    text-align: center;
    font-size: 30px;
  }
  .bestBox .topBox p {
    font-size: 20px;
  }
  .bestBox .beLi {
    height: auto;
    background: none;
    display: block;
    padding: 15px 15px 20px;
  }
  .bestBox .beLi h4 {
    font-size: 24px;
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .bestBox .beLi h4 div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bcdde2;
    padding: 5px 0 10px;
  }
  .bestBox .beLi h4 span:first-child, .bestBox .beLi h4 span:last-child {
    font-size: 20px;
    font-weight: bold;
  }
  .bestBox .beLi .rBox {
    width: 100%;
    margin: 0;
  }
  .bestBox .beLi .rBox p {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .bestBox .beLi .rBox ul {
    display: block;
    margin: 0 0 10px;
  }
  .bestBox .beLi .rBox ul li {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .bestBox .beLi .rBox ul li span {
    font-size: 16px;
    font-weight: normal;
  }
  .bestBox .beLi a {
    position: static;
    padding: 0 15px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
  }
  /*dotBG*/
  .dotBG {
    padding: 30px 0;
    margin: 230px 0 0;
  }
  .dotBG ul.step {
    top: -190px;
    left: 50%;
    width: 230px;
    margin: 0 -115px;
  }
  .dotBG ul.step li {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
  }
  .dotBG ul.step li:first-child::before, .dotBG ul.step li:first-child::after, .dotBG ul.step li:nth-child(2)::before, .dotBG ul.step li:nth-child(2)::after, .dotBG ul.step li:last-child::before, .dotBG ul.step li:last-child::after {
    width: 80px;
    font-size: 18px;
    font-weight: bold;
    color: #c0c0c0;
    position: absolute;
  }
  .dotBG ul.step li.on:first-child::before, .dotBG ul.step li.on:first-child::after, .dotBG ul.step li.on:nth-child(2)::before, .dotBG ul.step li.on:nth-child(2)::after, .dotBG ul.step li.on:last-child::before, .dotBG ul.step li.on:last-child::after {
    color: #dfa1a1;
  }
  .dotBG ul.step li:first-child::before, .dotBG ul.step li:nth-child(2)::before, .dotBG ul.step li:last-child::before {
    top: 30px;
    left: -30px;
  }
  .dotBG ul.step li:first-child::after, .dotBG ul.step li:nth-child(2)::after, .dotBG ul.step li:last-child::after {
    top: 55px;
    left: -30px;
  }
  .dotBG h3.step01 {
    top: -105px;
    width: 320px;
    height: 110px;
    padding: 70px 20px 0;
    margin: 0 -160px;
    background: url("../images/stepMan01.svg") 10px 0 no-repeat;
    background-size: auto 110px;
  }
  .dotBG h3.step02 {
    top: -105px;
    width: 320px;
    height: 110px;
    padding: 70px 20px 0 40px;
    margin: 0 -160px;
    background: url("../images/stepMan02.svg") 10px no-repeat;
    background-size: auto 100px;
  }
  .dotBG h3.step03 {
    top: -105px;
    width: 320px;
    height: 110px;
    padding: 70px 20px 0;
    margin: 0 -160px;
    background: url("../images/stepMan03.svg") 15px 0 no-repeat;
    background-size: auto 105px;
  }
  /*.dotBG.checkData*/
  .dotBG.checkData {
    position: relative;
    width: 100%;
    padding: 30px 0;
    margin: 115px 0 0;
    background: url("../images/dot_bg.svg") repeat;
  }
  .dotBG.checkData h3 {
    top: -94px;
    width: 320px;
    height: 160px;
    padding: 40px 0 0;
    margin: 0 -160px;
    background: url("../images/check_man.png") 20px 0 no-repeat;
    background-size: auto 110px;
  }
  .dotBG.checkData h3::after {
    padding: 0 0 0 0;
  }
  .dotBG.checkData ul.da li:last-child {
    padding: 0 0 0 80px;
  }
  /*result*/
  .result .queryBox {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }
  .result .queryBox span {
    width: 100%;
    display: block;
  }
  .dotBG.checkData .queryBox a {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  .dotBG.checkData .queryBox .sBox {
    width: 100%;
    margin: 5px 0;
    background-position: 95% center;
  }
  /*tb*/
  .tb tr.blank {
    height: 10px;
  }
  .tb th, .tb td {
    font-size: 16px;
    padding: 5px;
  }
  .tb th {
    display: none;
  }
  .tb td {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: none;
  }
  .tb td::before {
    content: attr(data-title);
    display: inline-block;
    color: #666666;
    font-weight: bold;
    width: 100%;
    letter-spacing: 1px;
  }
  .tb td a {
    margin: 5px auto;
    width: 100%;
    display: block;
  }
  .tb td:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .tb td:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /*dataBox*/
  .dataBox {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .dataBox ul.da li {
    width: 100%;
    display: flex;
    padding: 5px 0;
  }
  .dataBox ul.da li.vtopM span {
    align-self: flex-start;
  }
  .dataBox .sBox {
    width: 200px;
    background-position: 170px center;
    justify-content: flex-start;
  }
  .timeZone {
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
  }
  .daSet {
    width: calc(100% - 80px);
  }
  .dataBox .daSet input[type="text"] {
    width: 130px;
  }
  .topL {
    width: calc(100% - 40px);
  }
  .agree {
    padding: 10px;
  }
  .printDa li {
    padding: 10px 0;
  }
  .certify {
    width: calc(100% - 40px);
    flex-wrap: wrap;
  }
  .certify span {
    width: 60px;
  }
  .certify input[type="text"] {
    width: calc(100% - 60px);
    margin: 0 0 10px;
  }
  .certify a {
    margin: 0 auto;
  }
  /*detailBox*/
  .detailBox {
    width: 100%;
    display: block;
    padding: 0 20px 30px;
    /*margin: 0 auto;*/
    margin: 150px 0px 0px 0px;
  }
.detailBox01 {
  position: relative;
  width: 100%;
  margin: 30px 0px 0px 50px;
  display:block;
  justify-content: space-between;
  padding: 0 0 30px;
}
.cardtitle01 {
  font-size: 1.3rem;
  line-height: 3;
}
.cardtxt01  {
  font-size: 1.1rem;
  line-height: 3;
  margin-left: 50px;
}
.cardtxt01  a:link {
    color:#007d7d;
	font-size: 1.3rem;
	text-decoration: underline;
}

.ptxt01 {
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
    color: #ff6600;
}
  .detailBox .Rbox {
    width: 100%;
    border-radius: 15px;
    padding: 30px 20px;
  }
  .detailBox .Rbox img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .detailBox .avator {
    top: -120px;
    left: 50%;
    width: 220px;
    height: 220px;
    margin: 0 -110px;
  }
  .detailBox .conBox .info {
    width: 100%;
    padding: 130px 0 0;
  }
  .detailBox .conBox .info h3 span {
    font-size: 16px;
  }
  .detailBox .detail .box h3 a.trig {
    display: block;
    cursor: pointer;
  }
  .detailBox .conBox a.bt_add {
    top: 190px;
    right: 50%;
    width: 54px;
    height: 60px;
    background-size: 54px auto;
    margin: 0 -27px;
  }
  .detailBox .detail {
    position: static;
    width: 100%;
    flex-wrap: wrap;
  }
  .detailBox .detail .box:nth-child(1) {
    width: 100%;
  }
  .detailBox .detail .box:nth-child(2) {
    width: 100%;
  }
  .detailBox .detail .box:nth-child(3) {
    width: 100%;
  }
  .detailBox .detail .box h3, .detailBox .detail .box h3::after {
    height: 70px;
    display: block;
  }
  .detailBox .detail .box:nth-child(1) h3::after {
    background-size: auto 50px;
  }
  .detailBox .detail .box:nth-child(2) h3::after {
    background-size: auto 50px;
  }
  .detailBox .detail .box:nth-child(3) h3::after {
    background-size: auto 50px;
  }
  .detailBox .detail .box ul, .detailBox .detail .box:nth-child(1) ul {
    display: none;
  }
  /*tagSet*/
  .tagSet {
    padding: 0 20px;
  }
  .tagSet ul {
    justify-content: flex-start;
  }
  .tagSet ul li {
    width: 80px;
    margin: 0;
    border-radius: 22px;
  }
  .tag-pages {
    display: flex;
    justify-content: center;
    margin: 30px 0;
  }
  .tag-pages a {
    width: 20px;
    height: 6px;
    display: block;
    margin: 0 2px;
    border-radius: 99em;
    background: #e1e1e1;
  }
  .tag-pages a.on {
    background: #0a8f90;
  }
  /*zone01*/
  .zone01 .in {
    padding: 30px 20px;
  }
  .zone01 .in::before {
    top: -25px;
    left: 10px;
    margin: 0;
    width: 100%;
  }
  /*zone02*/
  .zone02 {
    padding: 0 20px;
  }
  .zone02 .in {
    display: block;
    margin: 0 auto 30px;
  }
  .zone02 .in:hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .zone02 .in h3 {
    font-size: 30px;
    line-height: 1.1;
  }
  .zone02 .in p {
    height: auto;
    overflow: inherit;
  }
  .zone02 .in .txt {
    padding: 20px;
  }
  .zone02 .in .pic {
    width: 100%;
    height: auto;
  }
  .zone02 .in .pic img {
    width: 100%;
    height: auto;
  }
  /*zone03*/
  .zone03 {
    padding: 0 20px;
  }
  /*zone04*/
  .zone04 {
    padding: 0 20px;
  }
  /*bn*/
  .bn {
    display: none;
  }
  .bn_m {
    display: block;
  }
  .bn_m .bnM-pages {
    bottom: 5px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  /*pop*/
  .pop .in {
    padding: 20px;
  }
  .pop .in p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 540px) {
  /*view*/
	
.detailBox01 {
  position: relative;
  width: 100%;
  margin: 30px 0px 0px 30px;
  display:block;
  justify-content: space-between;
  padding: 0 0 30px;
}
.cardtitle01 {
  font-size: 1.3rem;
  line-height: 3;
}
.cardtxt01  {
    font-size: 1rem;
    line-height: 3;
    margin-left: 30px;
}
.cardtxt01  a:link {
    color:#007d7d;
	font-size: 1.2rem;
	text-decoration: underline;
}
}
@media screen and (max-width: 375px) {
  /*view*/
	
.detailBox01 {
  position: relative;
  width: 100%;
  margin: 30px 0px 0px 10px;
  display:block;
  justify-content: space-between;
  padding: 0 0 30px;
}
.cardtitle01 {
  font-size: 1.3rem;
  line-height: 3;
}
.cardtxt01  {
    font-size: 1rem;
    line-height: 3;
    margin-left: 20px;
}
.cardtxt01  a:link {
    color:#007d7d;
	font-size: 1.2rem;
	text-decoration: underline;
}

  .view.se_consult {
    background-color: #000;
  }
  .view.se_consult img {
    height: 320px;
    width: auto;
    margin: 0;
    top: -20px;
    left: -840px;
    opacity: 0.9;
  }
  .view.single img {
    margin: 0;
    left: -200px;
  }
}