@charset "UTF-8";
.catalog-list li, .catalog-list .arrow-btn, .introBox, .info-list .circle, .storeArea .control-box a, .storeArea .control-box select, .tab-item a, .side_catalog_list .side_catalog_item::before {
  box-sizing: border-box;
}

.catalog-list li::before, .catalog-list p, .catalog-list .arrow-btn, .productIntro ul.side_album li a img, .info-list .circle, .tab-item a::before, .side_catalog_list img, .side_catalog_list .slick-dots button {
  transition: all .3s ease-out;
}

.mainArea {
  padding-bottom: 0;
}
.mainArea.ins {
  position: relative;
}
.mainArea.ins .bread {
  top: 20px;
}

.classNote {
  padding-bottom: 10px;
  font-size: 15px;
  color: #222;
  text-align: center;
  line-height: 1.8;
}

.classNote h1{
    font-size:26px;
}

.classNote img {
  max-width: 100%;
}

ul.itemList {
  margin: 0 -15px;
}

ul.itemList li {
  padding: 0 15px 30px 15px;
}

ul.itemList li .Img {
  position: relative;
}

ul.itemList li .Img a {
  display: block;
  overflow: hidden;
}

ul.itemList li .Img img {
  display: block;
  width: 100%;
}

ul.itemList li .Txt {
  padding: 15px;
  text-align: center;
  background: #FFF;
}

ul.itemList li .Txt h3 {
  color: #4d7ead;
}

ul.itemList li .Txt h3 strong {
  font-weight: normal;
}

ul.itemList li .Txt h3 strong a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #333;
}

ul.itemList li .Txt h3 strong a:hover {
  color: #da2441;
}

ul.itemList li .Txt .price {
  margin-top: 10px;
}

ul.itemList li .Txt .price strong {
  display: inline-block;
  margin: 0 5px;
}

ul.itemList li .Txt .price strong.normal {
  text-decoration: line-through;
}

ul.itemList li .Txt .price strong.discount b {
  font-size: 18px;
  font-style: italic;
  color: #db3336;
}

ul.itemList li .Txt p {
  padding-top: 10px;
  font-size: 13px;
  color: #777;
  line-height: 1.8;
  height: 60px;
}

ul.itemList li .ribbon_new {
  /*最新*/
  display: block;
  background: url(../images/ribbon_new.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

ul.itemList li .ribbon_hot {
  /*熱門*/
  display: block;
  background: url(../images/ribbon_hot.png) no-repeat;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
}

.catalog-list {
  margin: 0 -15px 20px;
}

.catalog-list li {
  position: relative;
  max-width: 420px;
  margin: 20px 15px;
  padding: 25px;
}

.catalog-list li::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #f2f2f2;
  z-index: -1;
}

.catalog-list li:hover::before {
  background-color: #000;
  -webkit-transform: scale(1.05, 1.1);
      -ms-transform: scale(1.05, 1.1);
          transform: scale(1.05, 1.1);
}

.catalog-list li:hover .Txt a {
  color: #fff;
}

.catalog-list li:hover .Txt p {
  opacity: 1;
  top: 0;
  transition-delay: .2s;
}

.catalog-list li:hover .Txt .link-btn {
  right: -5px;
}

.catalog-list li:hover .Txt .link-btn::before, .catalog-list li:hover .Txt .link-btn::after {
  background-color: #fff;
}

.catalog-list .Img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 285px;
  margin: auto;
  background-color: #f2f2f2;
}


.catalog-list .Img img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.catalog-list .Txt {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dfdfdf;
}

.catalog-list .Txt h3 a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-right: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  outline: none;
}

.catalog-list .Txt .link-btn {
  position: absolute;
  right: 0;
  top: 23px;
  width: 40px;
  height: 20px;
  outline: none;
}

.catalog-list p {
  position: relative;
  min-height: 17px;
  top: 15px;
  color: #ff7e00;
  font-size: 13px;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-list .arrow-btn {
  position: absolute;
  display: block;
  width: 50px;
  line-height: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #333;
  text-align: center;
  z-index: 10;
}

.catalog-list .arrow-btn:hover {
  background-color: #133058;
  color: #fff;
}

.catalog-list .prev {
  left: -10px;
}

.catalog-list .next {
  right: -13px;
}

.catalog-list li .ribbon_new{/*最新*/
	display:block;
	background:url(../images/ribbon_new.png) no-repeat;
	width:112px;
	height:112px;
	text-indent:-9999px;
	position:absolute;
	top:-4px;
	left:-4px;
  z-index:99;
  /* transition: all .5s ease-out; */
}
.catalog-list li:hover .ribbon_new, .catalog-list li:hover .ribbon_hot {
  opacity: 0;
}

.catalog-list li .ribbon_hot{/*熱門*/
	display:block;
	background:url(../images/ribbon_hot.png) no-repeat;
	width:112px;
	height:112px;
	text-indent:-9999px;
	
	position:absolute;
	top:-4px;
	left:-4px;
  z-index:99;
  /* transition: all .5s ease-out; */
}

.catalog-list li:hover .pdTable {
  color: #fff;
}
.catalog-list li:hover .pdTable span {
  color: #ff7e00 !important;
}

/*列表頁常見問題*/
.faqBox{
	padding-bottom:40px;
}

.faqBox ol{}

.faqBox ol li{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}

.faqBox ol li h3{
	font-size: 17px;
	margin-bottom:7px;
}

.faqBox ol li p{
	font-size: 15px;
	color: #7b7b7b;
}

.faqBox ol li p a{
	color: #5ab8ce;
}

.faqBox ol li p a:hover{
	text-decoration: underline;
}

/******內頁******/
/*產品介紹區*/
.productIntro {
  position: relative;
}

.productIntro .albumBox {
  padding: 0;
}

.productIntro .Img {
  max-width: 1300px;
}

.productIntro .Img img {
  /*產品大圖*/
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productIntro ul.side_album {
  max-width: 1340px;
  margin: 40px auto;
  text-align: center;
}

.productIntro ul.side_album li {
  float: none;
  display: inline-block;
  width: 170px;
  overflow: hidden;
  margin: 5px;
  padding: 0;
  background-color: #133058;
}

.productIntro ul.side_album li a {
  display: block;
}

.productIntro ul.side_album li a img {
  display: block;
  height: 170px;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productIntro ul.side_album li:hover img {
  opacity: .7;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: opacity .3s ease-out, -webkit-transform 5s ease;
  transition: opacity .3s ease-out, transform 5s ease;
  transition: opacity .3s ease-out, transform 5s ease, -webkit-transform 5s ease;
}

/*產品介紹縮圖文字*/
.introBox {
  position: absolute;
    width: 600px;
    padding: 50px 30px;
    top: 10%;
    right: 0;
    background-color: #fff;
    text-align: center;
    z-index: -1;
}

.introBox b.code {
  /*商品編號*/
  display: inline-block;
  font-size: 15px;
  color: #333;
  font-weight: normal;
}

.introBox b.code::before {
  content: '/';
  display: inline-block;
  margin: 0 25px;
}

.introBox .Txt {
  margin-top: 20px;
  font-size: 13px;
  color: #6C6C6C;
  line-height: 1.6;
}

.introBox .share {
  clear: both;
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px dashed #e1e1e1;
}

.introBox .share b {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #666;
}

.introBox .share a {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: 18px;
  color: #666;
}

.introBox .share a:hover {
  opacity: 0.8;
}

.introBox .btn {
  padding-top: 20px;
  text-align: center;
}

.introBox .btn a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  color: #FFF;
  border-radius: 3px;
  transition: none;
}

.introBox h1 {
  display: inline-block;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #333;
  border-bottom: none;
}

.mainArea .contentBox h3.articleTitle {
  color: #333;
  font-size: 30px;
  text-align: center;
  border-bottom: none;
}

.shareBox {
  max-width: 1340px;
  margin: 0 auto 30px;
  text-align: right;
}

.shareBox .btn-fb {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.shareBox a.back {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  background: #ae4233;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
  /* IE6-9 */
  transition: none;
}

.shareBox a.back:hover {
  background: #398cb1;
}

.info-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-list > li {
  width: 50%;
  margin: 5px 0;
  text-align: center;
}

.info-list .circle {
  width: 80px;
  height: 80px;
  padding-top: 7px;
  background-color: #133058;
  border-radius: 50%;
  margin: 30px auto;
  color: #ff7e00;
  box-shadow: 0 0 0 12px #f2f2f2;
  font-size: 12px;
}

.info-list .circle img {
  display: block;
  margin: 0 auto 3px;
}

.info-list .circle:hover {
  box-shadow: 0 0 0 5px #ff7e00;
}

.bed-range li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: #133058;
}

.bed-range li:first-child {
  border-radius: 5px 0 0 5px;
}

.bed-range li:last-child {
  border-radius: 0 5px 5px 0;
}

.bed-range li[data-level]::before {
  content: attr(data-level);
  position: absolute;
  top: 105%;
  right: -7px;
  font-size: 12px;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.bed-range li.mark {
  background-color: #ff7e00;
}

.bed-range::before, .bed-range::after {
  vertical-align: middle;
}

.bed-range::before {
  content: attr(data-start);
  margin-right: 3px;
}

.bed-range::after {
  content: attr(data-end);
  margin-left: 3px;
}

.storeArea {
  padding: 75px 0 90px;
}

.storeArea .control-box {
  float: left;
  margin-right: 100px;
}

.storeArea .control-box a {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  color: #333;
  border-radius: 50%;
  border: 1px solid currentColor;
  text-align: center;
}

.storeArea .control-box a:hover {
  background-color: #133058;
  color: #fff;
}

.storeArea .control-box a + a {
  margin-left: 10px;
}

.storeArea .control-box select {
  position: relative;
  width: 200px;
  margin-left: 2px;
  padding: 5px 40px 5px 25px;
  height: 35px;
  border: 1px solid #333;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/arrow_down.png") top 13px right 10px/10px no-repeat;
}

.storeArea .control-box select:focus {
  background-image: url("../images/arrow_up.png");
}

.storeArea .title-box {
  padding-top: 0;
  padding-bottom: 30px;
  text-align: left;
}

.storeArea .store-table {
  overflow: hidden;
}

.storeArea .store-table a {
  outline: none;
  color: #333;
}

.storeArea .store-table a:hover {
  color: #133058;
}

.storeArea .store-table b, .storeArea .store-table strong {
  font-weight: 500;
}

.storeArea .store-table table {
  width: 100%;
  margin-top: 3px;
  border-spacing: 0 5px;
  font-size: 14px;
}

.storeArea .store-table thead {
  display: none;
}

.storeArea .store-table th, .storeArea .store-table td {
  padding: 15px 40px;
}

.storeArea .store-table th {
  color: #fff;
  background-color: #133058;
}

.storeArea .store-table td {
  background-color: #f2f2f2;
}

.storeArea .store-table td:first-child {
  width: 240px;
  text-align: left;
  color: #fff;
  background-color: #133058;
}

.storeArea .store-table td:first-child a {
  color: #fff;
}

.storeArea .store-table td:first-child a:hover {
  opacity: .8;
}

.storeArea .store-table td:first-child b {
  float: left;
  width: 150px;
}

.storeArea .store-table td:first-child strong {
  overflow: hidden;
}

.storeArea .store-table td:first-child::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

table.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  color: #ff7e00;
}

.tab-box {
  margin-top: 50px;
  background: url("../images/texture/texture_line.jpg") 0 0;
}

.tab-box .wrap {
  max-width: 1160px;
}

.tab-item {
  position: relative;
  top: -30px;
  text-align: center;
  z-index: 1;
}

.tab-item a {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
}

.tab-item a::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 80%;
  left: calc(50% - 12px);
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: #ff7e00 transparent transparent transparent;
  z-index: -1;
}

.tab-item a.current {
  background-color: #ff7e00;
}

.tab-item a.current::before {
  top: 100%;
  opacity: 1;
}

.tabContent li {
  padding: 20px 100px;
}

.tabContent .price-table {
  border-collapse: separate;
  border-spacing: 0 5px;
}

.tabContent .price-table td {
  padding: 0;
  border: none;
}

.tabContent .price-table td:nth-child(2) {
  position: relative;
  width: 200px;
  padding: 10px 0;
  padding-top: 7px;
}

.tabContent .price-table thead {
  display: none;
}

.tabContent .price-table .footable-row-detail-cell {
  background-color: #eee;
  color: #333;
}

.tabContent .footable.breakpoint > tbody > tr > td > span.footable-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
}

.price-table {
  width: 100%;
  margin-top: 30px;
}

.price-table td:nth-child(-n+3) {
  background-color: #133058;
  color: #fff;
}

.price-table td:nth-child(n+4) {
  background-color: #fff;
}

.price-table td:nth-child(n+2) {
  text-align: center;
  vertical-align: middle;
}

.price-table td img {
  margin-left: 40px;
  margin-top: 2px;
  vertical-align: bottom;
}

.light-bulb {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}

.searchBox {
  position: relative;
  padding: 0 20px;
  margin-bottom: 10px;
  text-align: right;
}

.searchBox input {
  padding: 8px 20px 8px 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.searchBox a {
  position: absolute;
  top: 10px;
  right: 30px;
}

.searchBox a:hover {
  color: #ff7e00;
}

.side_catalog {
  padding: 50px 0;
  background-color: #ececec;
}

.side_catalog .sectionTitle {
  color: #000;
  text-align: center;
  border-bottom: none;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.side_catalog .sectionTitle::before {
  content: url("../images/icon_dark.png");
  display: block;
}

.side_catalog_list {
  max-width: 960px;
  margin: auto;
}

.side_catalog_list .side_catalog_item {
  position: relative;
  padding: 40px 25px;
  margin: 0 10px;
  text-align: center;
}

.side_catalog_list .side_catalog_item:only-of-type::before {
  width: 300px;
}

.side_catalog_list .side_catalog_item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 8px solid transparent;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  transition: all .1s ease-out;
}

.side_catalog_list .side_catalog_item:hover img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.side_catalog_list .side_catalog_item:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-color: #133058;
}

.side_catalog_list .item {
  max-width: 300px;
  margin: auto;
}

.side_catalog_list img {
  max-width: 100%;
  height: auto;
  margin: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: none;
}

.side_catalog_list .Img {
  height: 200px;
}

.side_catalog_list .slick-dots {
  margin-top: 20px;
  text-align: center;
}

.side_catalog_list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.side_catalog_list .slick-dots li.slick-active button {
  background-color: #133058;
}

.side_catalog_list .slick-dots button {
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 50%;
  border: none;
  outline: none;
  color: transparent;
  cursor: pointer;
}

.side_catalog_list .slick-dots button:hover {
  background-color: #ff7e00;
}

.footable-row-detail-cell .footable-row-detail-value a {
  color: #333 !important;
}
.footable-row-detail-cell .footable-row-detail-inner .footable-row-detail-value a:hover {
  color: #133058;
}
.pdTable {
  height: 160px;
  overflow: hidden;
}
.pdTable table {
  width: calc(100% - 2px);
  border-collapse: collapse;
}
.pdTable th, .pdTable td {
  padding: 5px 10px;
  box-sizing: border-box;
}
.pdTable th {
  color: #fff;
  background-color: #133058;
}
.pdTable td {
  border: 1px solid #d4d4d4;
}

@media (min-width: 1501px) and (max-width: 1800px) {
  .albumBox {
    width: calc(100% - 600px);
  }
  .introBox {
    top: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1500px) {
  .productIntro {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .albumBox {
    width: 55%;
  }
  .introBox {
    position: static;
    width: 45%;
    padding: 0;
  }
}

@media (max-width: 1340px) {
  .storeArea .store-table strong {
    margin-left: 10px;
  }
  .storeArea .store-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .storeArea .store-table td:first-child {
    width: auto;
  }
  .storeArea .store-table td:first-child b {
    float: none;
    width: auto;
  }
  .storeArea .store-table td:nth-child(2) {
    min-width: 220px;
  }
  .storeArea .footable-row-detail-cell {
    background-color: #f2f2f2 !important;
    color: #333 !important;
  }
}

/*1400*/
@media (min-width: 1025px) and (max-width: 1400px) {
  .catalog-list {
    margin-left: 0;
    margin-right: 0;
  }
  .catalog-list li {
    max-width: calc(100% / 3 - 30px);
  }
}

@media (max-width: 1180px) {
  .albumBox {
    width: 100%;
  }
  .introBox {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 50px;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .info-list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .info-list > li {
    width: auto;
  }
  .productIntro ul.side_album {
    margin-top: 0;
    margin-bottom: 0;
  }
  .productIntro ul.side_album li {
    width: 100px;
  }
  .productIntro ul.side_album li a img {
    height: 100px;
  }
}

@media (max-width: 1024px) {
  .catalog-list {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .catalog-list li {
    width: 50%;
  }
  .catalog-list .Txt h3 a {
    color: #133058;
  }
  .catalog-list p {
    top: 0;
    opacity: 1;
    color: #999;
  }
}
@media (max-width: 1000px) {
  .storeArea .store-table td:first-child a {
    padding: 0.5px 0;
    border-bottom: 1px solid currentColor;
  }
}
@media (max-width: 960px) {
  .side_catalog_list .Img {
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 907px) {
  .price-table .footable-row-detail-row:first-child {
    display: none;
  }
}
/*767*/
@media (max-width: 767px) {
  .productIntro .albumBox {
    float: none;
    margin: 0 0 30px 0;
  }
  .catalog-list li {
    width: 100%;
  }
  .info-list > li {
    width: 50%;
  }
  .storeArea .control-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .storeArea .title-box {
    text-align: center;
  }
  .storeArea .store-table {
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .productIntro ul.side_album li {
    width: 70px;
  }
  .productIntro ul.side_album li a img {
    height: 70px;
  }
  .tabContent li {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*767 end*/
/*480*/
@media (max-width: 480px) {
  .info-list > li {
    width: 100%;
  }
  ul.tabContent {
    padding-top: 0;
  }
  ul.tabContent li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .storeArea .store-table td:first-child {
    min-width: 100px;
    vertical-align: middle;
  }
  .storeArea .store-table td:first-child strong {
    display: block;
    margin-left: 15px;
  }
  .storeArea .store-table td:nth-child(2) {
    min-width: auto;
    vertical-align: middle;
  }
  .tabContent .price-table td img {
    width: 80px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .tabContent .price-table td:nth-child(2) {
    width: auto;
  }
}

/*480 end*/


.faqBox ol li {
  padding: 5px;
  margin-bottom: 0;
  border-bottom: 1px dashed #a0a0a0;
  background-color: #f2f2f2;
}

.faqBox ol li h3 {
  padding: 10px 5px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  color: #333;
  font-weight: normal;
}
.faqBox ol li h3::after {
content: '+';
position: absolute;
top: calc(50% - 12px);
right: 10px;
width: 25px;
height: 25px;
color: #fff;
text-align: center;
background: #ff7e00;
border-radius: 3px;
}
.faqBox ol li h3.show::after {
content: '-';
}

.faqBox ol li h3 b {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-style: italic;
  margin-right: 10px;
  color: #133058;
}

.faqBox ol li h3 a.toggleOpen {
  cursor: pointer;
  display: block;
  min-width: 10px;
  margin-top: -13px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #ff7e00;
  font-size: 13px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 50%;
  text-align: center;
}

.faqBox ol li p {
  display: none;
  margin-top: 10px;
  padding: 15px;
  background: #e7e7e7;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
}
@media (min-width: 641px) {
.faqBox ol li h3 {
  padding: 10px 50px 10px 5px;
}
}
@media (max-width: 640px) {
  .faqBox ol li h3 a.toggleOpen {
    position: static;
    margin: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    background-color: #ffb266;
  }
.faqBox ol li h3::after {
position: relative;
top: 0;
right: 0;
display: block;
margin-top: 10px;
width: 100%;
height: 35px;
line-height: 35px;
background: #ffb266;
}
}

