@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/css?family=Cormorant+Upright:700&display=swap);

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    z-index: 9;
}


/* Service Box */
.service-section{
	margin: 160px 0;
}

.service-box{
	position:relative;
	margin-bottom:30px;
    text-align: center;
}

.service-box:last-child{
	margin-bottom:0px;
}

.service-box .inner-box{
	position:relative;
	padding:10px 0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-box .inner-box .content{
	position:relative;
}

.service-box .inner-box .content .icon{
	position:absolute;
	left:0px;
	top:15px;
	color:#000000;
	font-size:54px;
	line-height:1em;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-box .inner-box:hover .content .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-box .inner-box .content h5{
	position:relative;
	font-weight:400;
	line-height:1.3em;
	text-transform:uppercase;
}

.service-box .inner-box .content h5 a{
	position:relative;
	color:#000000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-box .inner-box:hover .content h5 a{
	color:#000000;
	text-decoration:underline;
}

.service-box .inner-box .content p{
	position:relative;
	color:#666666;
	line-height:1.9em;
	font-size:16px;
	margin-bottom:0px;
}

.index_applictaion_icon {
	text-align: center;
	position: relative;
}

.index_applictaion_icon .item:hover::after {
	opacity: 0.6;
}

.index_applictaion_icon .item:hover .Img img {
	top: -130px;
}

.index_applictaion_icon .item:hover a {
	color: #fff;
}
  
.index_applictaion_icon a {
	display: block;
}
  
.index_applictaion_icon .Img {
	width: 130px;
	height: 130px;
	margin: 0 auto 5px auto;
	overflow: hidden;
}
  
.index_applictaion_icon .Img img {
	position: relative;
	display: block;
	top: 0;
	width: 100%;
	filter: drop-shadow(0 130px 0 #36bebe);
	-webkit-filter: drop-shadow(0 130px 0 #36bebe);
	-o-transition: all .5s;
	transition: all .5s;
}

  
.index_applictaion_icon .text {
	color: #333;
}


/*** 

====================================================================
	Index bgBox
====================================================================

***/

.index_bgBox {
	position: relative;
}

.pattern-layer{
	position:absolute;
	top:0px;
	width:336px;
	height:336px;
	z-index: 0;
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
}

.pattern-layer2 {
	position:absolute;
	top:0px;
	width:310px;
	height:310px;
	z-index: 5;
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
	left: 5%;
}

@media (max-width: 760px) {
	.pattern-layer{
		width:300px;
		height:300px;
	}
	
	.pattern-layer2 {
		width:300px;
		height:300px;
		z-index: 0;
	}
}




/*** 

====================================================================
	Index-Application
====================================================================

***/

.fluid-section-one {
	position:relative;
	overflow:hidden;
	padding:100px 0px 0px;
}
.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
}

.fluid-section-one .image-column{
	position:absolute;
	right:0px;
	top:0px;
	width:35%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position: relative;
	float: left;
	width: 60%;
	z-index: 1;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	width:100%;
	padding: 0px 10%;
}

.fluid-section-one .content-column .blocks-outer{
	position:relative;
}
.fluid-section-one h1 {
	text-align: left;
	font-weight: 600;
	font-size: 40px;
    font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
}





/******************************************************************
       Page Banner Only - For Each Page
******************************************************************/
.home__page-banner {
	top:-24px;
	width: 100%;
	height: 450px;
	display: block;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;	
}

/******************************************************************
   　　　　　　　　　　About Us
******************************************************************/
section.aboutus-page {
    padding: 0 0 150px;
    position: relative;
	z-index: 9;
}

section.aboutus-page h1 {
	font-size:40px;
	font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	padding-bottom:20px;
	color:#000;
	margin: 0 auto;
	font-weight: 600;
}
.aboutus-page .mainBox {
	margin-bottom: 100px;
	content: "";
    display: table;
    clear: both;
}

.aboutus-page .mainBox .about_img {
    width: 100%;
    max-width: 500px;
    box-shadow: 0px 0px 10px #848484;
    float: right;
    margin: 10px 30px;
}

.aboutus-page .aboutus-Category {
	text-align: center;
	padding-bottom: 80px;
}

.aboutus-Category ul.aboutus-item {
    padding: 0;
}

.aboutus-page .aboutus-item li {
    display: inline-block;
    padding: 1rem;
    font-size: 15px;
    color: #000;
	transition: .3s;
	z-index: 0;
	background: #EEE;
    margin: 0 10px 10px 10px;
    border-radius: 30px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.aboutus-page .aboutus-item li:hover  {
	background: #c3f2e7;
	color: #1f9186;
}

.aboutus-page .text-content {
	padding: 5em;
    background: #eee;
}

.about-sp-content {
	position: relative;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
.about_list {
	color: #131313;
	text-decoration: underline;
}

.about_list:hover {
	color: #1f9186;
}

#ListBox {
	width: 100%;
    overflow-x: auto;
}

table#about-table {
	border: 1px solid #222;
    text-align: center;
}

table#about-table > tbody > tr > td {
	border-width: thin;
}


@media only screen and (max-width: 980px){
	.aboutus-page .mainBox .about_img {
		float: none;
		margin: 0 auto;
	  }
}
@media only screen and (max-width: 786px){
    .aboutus-page .text-content {
		padding: 20px 30px;
    }
	#ListBox table {
	  width: 780px;
	  font-size: 15px;
      line-height: 1.8em;
    }
}


/****** Background-Image ******/
.veggie.radish {
    width: 550px;
    height: 400px;
    left: 0;
    top: 1100px;
    z-index: 3;
    opacity: 0.2;
}


/******************************************************************
   　　　　　　　　　　    News
******************************************************************/
section.news-page {
    position: relative;
	z-index: 9;
}

section.news-page h1 {
	font-size:40px;
	font-weight: 600;
	font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	padding-bottom:20px;
	color:#000;
	margin: 0 auto;
	text-align: center;
}

.news-page .intro_content {
	padding-bottom: 80px;
}

.news-page .news_list {
	margin-bottom: 20px;
	padding: 15px 0;
}

.news-page .news_list_content {
	height: 160px;
	overflow: hidden;
}

.new-grid {
    padding-left: 0;
	padding-right: 0;
}
.news-grids {
    margin-top: 3em;
}
p.new-date {
    font-size: 13px;
	color: #555;
}
.new-grid1 h2 {
    font-size: 22px !important;
    color: #202020;
	line-height: 1.5em;
	text-decoration: underline;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.new-grid1 h2:hover {
	color: #33acac;
	text-decoration: none;
}
.new-grid1 {
    padding: 1em 1.7em;
    background: #fbfbfb;
}
.new-grid1 p {
    font-size: 1em;
    line-height: 1.8em;
    color: #555;
}
.news_img {
	position: relative;
	overflow: hidden;
}
.news_img img {
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}
.news_img .news_hover:hover {
	transform: scale(1.5);
    filter: brightness(.5);
}





/*-- News Detail --*/
.news-detail h1.Title {
	clear: both;
    font-size: 20px;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #777;
    font-weight: bold;
    color: #333;
    position: relative;
    line-height: 110%;
	background-color: #f3f3f3;
	text-align: left;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
}
.news-detail-t2 {
	width: auto;
	display:inline-block;
}
.news-detail-sectl {
	padding: 20px 10px;
	clear: both;
    border-bottom: 1px solid #ccc;
    color: #333;
    position: relative;
    line-height: 110%;
	list-style: none;
}
.news-detail-sectl li{
    display: inline-block;
	margin-right: 30%;
}
.news-detail .infoList {
    position: relative;
	padding-bottom: 20px;
}
.news-detail .infoList ul {
    margin: 10px 0px 5px;
    list-style: none;
	padding: 0;
}
.news-detail .infoList ul li {
	padding: 10px 0px 10px 10px;
	list-style: none;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}

.news-detail .infoContent{
    position: relative;
	margin: 20px 0 40px 0;
	padding: 0 10px;
}




/******************************************************************
   　　　　　　　　　　product Page
******************************************************************/
#product {
	margin: 0 50px 100px 50px;
}
section.product-page {
    position: relative;
	z-index: 9;
}

section.product-page h1 {
	font-size: 40px;
	font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	color:#000;
	margin: 0 auto 50px auto;
	text-align: center;
	font-weight: 600;
}

.product-page .intro_content {
	padding-bottom: 80px;
}

.productList-item .product-list {
    text-align: center;
    padding: 0;
}

.productList-item .product-list li {
	font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ededed;
    margin: 5px 1px 5px 0;
    position: relative;
    display: inline-block;
    font-size: 18px;
	color: #fff;
    line-height: 1.5em;
    color: #626262;
	transition: .3s;
	overflow: hidden;
	z-index: 0;
}

.productList-item .product-list li.now {
    background-color: #09bdb5;
	color: #fff;
}

.productList-item .product-list li.item-all::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100vh;
  height: 100%;
  background: #09bdb5;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 1s;
  z-index:-1;
}
.productList-item .product-list li.item-all:hover::after {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.productList-item .product-list li.item::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100vh;
  height: 100%;
  background: #09bdb5;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 1s;
  z-index:-1;
}
.productList-item .product-list li.item:hover::after {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}

.product_cateTitle {
	font-weight: 600;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 26px;
}

.productList-item .product-list {
    padding: 0;
}

.productList-item .product-list li {
    display: inline-block;
    font-size: 20px;
    color: #626262;
	margin: 0 5px 20px 5px;
	transition: .3s;
	z-index: 0;
}

.product_imgBox {
	position: relative;
	text-align: center;
	width: 98%;
}

.product_imgBox .main_img {
	box-shadow: 2px 2px 3px #c1c1c1;
	border-radius: 10px;
}

.product_imgBox .main_img:hover{
	filter: contrast(110%);
}

.product_iconBox {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.product_iconBox img {
	width: 45px;
	display: inline-block;	
}


li:hover span.prodcut__Category{
	color: #fff;
	z-index: 2;
}
.product_listBox {
	position: relative;
	overflow: hidden;
}

.product_listBox img {
	border-radius: 10px;
}

span.name {
	display: block;
	font-size: 18px;
    line-height: 2em;
	padding-top: 10px;
    font-weight: 600;
	transition: 1s;
}

a:hover span.name {
   color: #33acac;
}

a:hover p.name {
	color: #33acac;
 }

.product_listBox img {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.accordion-button:focus {
	border-color: rgba(0,0,0,.125);
	box-shadow: 0 0 0 0;
}

.product_introBox {
	margin: 100px auto;
}

.product_con_subTitle01 {
	background: #ddd;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 25px;
	font-size: 24px;
	font-weight: 600;
	margin: 50px auto;
	text-align: center;
}
.product_con_spec-content {
	font-size: 18px;
	line-height: 2em;
}

.product_con_spec-content h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}


@media only screen and (max-width: 786px){
.sp-col {
	width: 50%;
}
.product_con_spec-content h3 {
    padding-top: 20px;
}
.productList-item .product-list li {
	margin: 0 20px 10px 20px;;
}
.product_iconBox img {
	width: 60px;
}
}

@media only screen and (min-width: 967px){
#product_extra_box {
	padding: 20px 0;
    max-width: 800px;
    margin: 0 auto;
}
}


/****** PageNum Pagination ******/
.ps-pagination {
  text-align: center; }
.ps-pagination::after {
    clear: both;
    content: "";
    display: table; }
.ps-pagination .pagination {
    margin: 0;
    display: inline-block; }
.ps-pagination .pagination li {
      display: inline-block;
      margin-right: 15px;
      text-align: center; }
.ps-pagination .pagination li > a {
        padding: 0 17px;
        position: relative;
        display: inline-block;
        z-index: 30;
        font-size: 16px;
        color: #313131;
        line-height: 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border: none;
        background-color: transparent !important; }
.ps-pagination .pagination li > a:before, .ps-pagination .pagination li > a:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
		  border-radius: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: -2;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          transition: all 0.4s ease; }
.ps-pagination .pagination li > a:before {
          width: 50px;
          height: 50px;
          background-color: #e4e4e4; }
.ps-pagination .pagination li > a:after {
          width: 45px;
          height: 45px;
          background-color: #666;
          z-index: -1;
          visibility: hidden;
          opacity: 0; }
.ps-pagination .pagination li > a:hover {
          color: #fff;
		  text-decoration: none; }
.ps-pagination .pagination li > a:hover:after {
            visibility: visible;
            opacity: 1; }
.ps-pagination .pagination li.active {
        border: none; }
.ps-pagination .pagination li.active a {
          color: #fff; }
.ps-pagination .pagination li.active a:after {
            visibility: visible;
            opacity: 1; }
			
@media (max-width: 480px) {
.ps-pagination .pagination li {
      margin-right: 10px; }
.ps-pagination .pagination li a {
        padding: 0 12px;
        font-size: 12px; }
.ps-pagination .pagination li a:before {
          width: 30px;
          height: 30px; }
.ps-pagination .pagination li a:after {
          width: 35px;
          height: 35px; }
}


/********  product-photo slick  *********/
ul.slider.slick-box {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.slider.slick-box li {
	margin: 0;
	padding: 0;
}
ul.slider.slick-box-nav {
	margin:0;
	padding: 0;
}

@media only screen and (max-width: 980px) {
.product-page .colum-4 {
	display: inline-block;
    padding: 0 10px;
	width: calc(100% - 110px);
    overflow: hidden;
}

.product-page .colum-5 {
	display: block;
	text-align: left;
	width: 100%;
	border-left: 0px dashed #9b9a9a;
}
}


@media only screen and (max-width: 640px) {
.product-page .colum-2 {
	height: auto;
}	
ul.slider.slick-box-nav {
    width: 92%;
    margin: 0 auto;
}
}


/********  product-con  *********/
section.product-conBox {
	margin-bottom: 100px;
	position: relative;
}
.product_con_mainBG {
	position: relative;
	background-color: #f7f7f7;
}

.prodcut_con_BG {
	background: linear-gradient(180deg, white 40%, #c6c6c6 60%);
}

.product_con_mainBG .product_con_name {
    font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    top: -20px;
}
.product_con_title {
	font-size: 38px;
	margin-bottom: 30px;
	font-weight: 600;
}
.product_con_mainBG .product_con_name .sub_title {
	font-size: 15px;
	line-height: 3em;
	color: #37bfbf;
	letter-spacing: 2px;
	min-width: 250px;
	border-radius: 25px;
	border: 1px solid #7bd0d0;
	display: inline-block;
	background: #fff;
	padding: 0 20px;
}

.product_con_Bigimg {
	border-radius: 10px;
}

p.product_con_intro {
	font-size: 18px;
	line-height: 2em;
}
.product_con_img {
	text-align: center;
}

.product_con_iconList {
	margin-top: 20px;
}

h3.intro_item {
	color: #168a8a;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
}

h3.intro_item:after {
	content: "";
	position: absolute;
	top: 50%;
	background: #0a8c73;
	width: calc(100% - 200px);
	height: 1px;
	right: 0;
}

.inquiryBox {
	margin-bottom: 20px;
	position: relative;
}

.btn-inquiry  {
	position: relative;
	display: inline-block;
	padding: .5em 2em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	background: #c5380d;
	margin-right: 20px;
}

a:hover .btn-inquiry {
	background: #e32033;
}

.btn-addinquiry  {
	position: relative;
	display: inline-block;
	padding: .5em 2em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	background: #0a8c73;
	margin-right: 20px;
	margin-bottom: 20px;
}

a:hover .btn-addinquiry {
	background: #41b3b3;
}

.product-conBox {
	margin: 100px 0;
}
.main-content-itemBox{
	margin: 10px 0;
	text-align: center;
}
.main-content-itemBox button.itemBtn {
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding: .8rem 2rem;
	color: #fff;
	text-align: center;
	transition: .3s;
	background: #8f8f8f;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.main-content-itemBox button.itemBtn:hover {
	background: #41b3b3;
}

.main-content{
	margin: 50px 0;
}

.more_productAre {
   margin-top: 50px;
   position: relative;
}
.more_productAre h2 {
	display: block;
	margin: 30px auto;
	position: relative;
}
.more_productAre h2:after {
	content: "";
	display: block;
	height: 1px;
	background: #393939;
	left: 200px;
	top: 50%;
	position: absolute;
	width: calc(100% - 200px);
}

.product_con_iconList img {
	max-width: 100px;
}

@media only screen and (max-width: 780px){
	.main-content-itemBox button.itemBtn {
		padding: .5rem 1rem;
	}
	.btn-inquiry  {
		padding: .5em 1em;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
	.btn-addinquiry  {
		padding: .5em 1em;
		margin-bottom: 10px;
	}
	.product_con_iconList {
		text-align: center;
	}
	.product_con_iconList img {
		max-width: 80px;
	}
}

@media only screen and (max-width: 460px){
    .main-content-itemBox button.itemBtn {
		font-size: 18px;
		padding: .5rem;
		margin-right: 10px;
    }
	h3.intro_item:after {
		width: calc(100% - 180px);
	}
	.inquiryBox {
		text-align: center;
	}
}

.prodcut_applicationBox {
	position: relative;
	margin-top: 50px;
}

.prodcut_applicationBox_title {
	font-size: 20px;
	color: #000;
	line-height: 2em;
	margin-bottom: 20px;
	background: #ececec;
	border-radius: 20px;
	text-align: center;
	font-weight: 600;
}
.prodcut_applicationBox_img {
   border-radius: 10px;
   margin-bottom: 10px;
}

.sendBox {
	text-align: right;
	margin-top: 30px;
}

.sendBtn {
	position: relative;
	display: inline-block;
	padding: .5em 4em;
	border: 1px solid #333;
	color: #333;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	z-index: 0;
	cursor: pointer;
	background-color: rgba(255,255,255,0.5)
}
.sendBtn:hover {
	color: #fff;
}
  
.sendBtn::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #333;
	transform-origin: left bottom;
	transform: scale(1, 0);
	transition: transform .3s;
}
.sendBtn:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.product_conMore {
	text-align: center;
}

.product_conMore img {
	border-radius: 10px;
}

.accordion-collapse {
	border: 0px solid #fff !important;
}
.accordion-item:first-of-type .accordion-button {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.accordion-button {
	border-radius: .25rem !important;
	background-color: #dceeee !important;
	border: 1px solid rgba(0,0,0,.125) !important;
    margin-bottom: 2px;
}


/* ====== inquiry_cart icon ====== */
.sticky_font {
	font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
}
[class*="fa-"]::before {
    font-family: fontawesome;
}
#sticky-social {
	right: 0;
	position: fixed;
	top: 30%;
	z-index: 999;
}
#sticky-social ul {
	list-style: none;
}
#sticky-social a {
	background: rgb(51, 51, 51) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	display: block;
	font: 18px/35px 'Roboto', sans-serif;
	padding: 6px 0;
	position: relative;
	text-align: center;
	width: 35px;
	margin-bottom: 15px;
}
#sticky-social a span {
	line-height: 35px;
	margin-top: -6px;
	padding: 7px 0 6px;
	position: absolute;
	right: -150px;
	text-align: center;
	transition: all 0.15s ease-in-out 0s;
	width: 150px;
}
#sticky-social a:hover span {
	right: 10%;
}
#sticky-social i {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin-top: 10px;
	padding: 0 10px;
	font-weight: normal;
}
#sticky-social a[class*="pen-to-square"],
#sticky-social a[class*="pen-to-square"]:hover,
#sticky-social a[class*="pen-to-square"] span {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #c5380d;
	height: 47px;
}
#sticky-social a[class*="clipboar"],
#sticky-social a[class*="clipboar"]:hover,
#sticky-social a[class*="clipboar"] span {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #4fb928;
	height: 47px;
}

#sticky-social a[class*="gears"],
#sticky-social a[class*="gears"]:hover,
#sticky-social a[class*="gears"] span {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #359edd;
	height: 47px;
}

@media (max-width: 460px) {
   #sticky-social {
	   top: 20%;
    }
}


/******************************************************************
   　　　　　　　　　　EDM Page
******************************************************************/

section.edm-page {
    padding: 0 0 150px;
    position: relative;
	z-index: 9;
}

section.edm-page h1 {
	font-size:40px;
	font-weight: 600;
	font-family: 'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	padding-bottom:100px;
	color:#000;
	margin: 0 auto;
	text-align: center;
}


.edm-page .intro_content {
	padding-bottom: 80px;
}

.edm-page .List__content {
    text-align: center;
}


.box{
	position: relative;
}

.box:before{
	content: '';
	background-color: rgba(255,255,255,0.9);
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s ease 0.1s;
}

.box:hover:before{
	left: 15px;
	right: 15px;
	opacity: 1;
	animation:bounce-left 1s ease-in forwards;
}

.box img{
	max-width: 250px;
	box-shadow: 2px 2px 5px #ccc;
	height: auto;
	margin: 0 auto;
	transition: all 0.3s ease 0s;
}

.box .box-content{
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	transform:translateX(-50%) translateY(-50%) scale(1);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transition:all 0.3s ease 0.5s;
}

.box .content{
	opacity: 0;
	transform:translateX(-50%) translateY(-50%);
	position: absolute;
	left:50%;
	top:50%;
	z-index: 2;
	transition:all 0.3s ease 0s;
}

.box:hover .content{ opacity: 1; }

.box .title{
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	transform: translateY(-100px);
	opacity: 0;
	transition:all 0.8s ease 0.3s;
	margin: 0 0 10px;
}

.box .post{
	color: #000;
	font-size:15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 10px;
	opacity: 0;
	transform:translateY(-500px);
	transition:all 0.8s ease 0.15s;
}

.box:hover .title,

.box:hover .post{
	opacity: 1;
	transform:translateY(0);
}
		
.box:hover .post-line {
	background-color: #000;
	height: 1px;
    width: 180px;
	position: relative;
    left: 0;
    margin: 0 auto 20px auto;
    display: block;
}
		
.box .icon{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.box .icon li{
	margin:0 4px;
	opacity: 0;
	display: inline-block;
	transform: translateY(-200px);
	transition: all 0.8s ease 0s;
}

.box .icon li:nth-child(2){ transition-delay: 0.1s; }

.box:hover .icon li{
	opacity: 1;
	transform: translateY(0);
}

.box .icon li a{
	color: #fff;
	background-color: #36dfb7;
	font-size: 22px;
    line-height: 40px;
    height: 45px;
    width: 45px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	transition: all 0.3s ease 0.1s;
}

.box .icon li a:hover{
	color: #fff;
	background-color: #4a4a4a;
    box-shadow: 0 0 10px #a2a2a2;
}

@keyframes bounce-left{
	25%,50%,75%,100%{ transform:translateX(0); }
	40%{ transform:translateX(30px); }
	70%{ transform:translateX(15px); }
	90%{ transform:translateX(5px); }
}
@media only screen and (max-width:990px){
.box{ margin-bottom: 30px; }
}

@media only screen and (max-width:479px){
.box .title{ font-size: 18px; }
}


/******************************************************************
   　　　　　　　　　　Contact Page
******************************************************************/

section.contact-page {
    position: relative;
	z-index: 9;
}

section.contact-page .intro_content {
    padding-bottom:50px;
}
section.contact-page h1 {
	font-size:40px;
	line-height: 1em;
	font-weight: 600;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	padding-bottom:50px;
	color:#000;
	margin: 0 auto;
	text-align: center;
}

.contact form {
    margin-bottom: 40px;
}

.contact form .form-group {
    margin-bottom: 2px;
}

.contact form .form-submitArea {
	text-align: center;
	margin: 20px 0;
}

.contact form input, .contact form textarea {
    border-bottom: 1px solid #ccc;
	border-top: none;
	border-left: none;
	border-right: none;
    box-shadow: none;
	width: 90%;
}

.contact form input {
    height: 40px;
    padding: 0 10px;
	margin-right: 10px;
	width: 90%;
}

.contact form input:focus, .contact form textarea:focus {
    box-shadow: none;
    border-bottom:1px solid #000;
}

.contact .button {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  z-index: 0;
  cursor: pointer;
  background-color: rgba(255,255,255,0.5)
}
.contact .button:hover {
  color: #fff;
}

.contact .button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: transform .3s;
}
.contact .button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.font_must {
	color: #D20000;
	font-size: 10px;
	padding: 2px;
}

.address {
    text-align: left;
}

.office {
    list-style: none;
    line-height: 25px;
	padding: 0;
}

.office li {
    margin-bottom: 5px;
}

.office li a {
    color: #959595;
	-moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.office li a {
    color: #333;
}

.office li a:hover {
    color: #33acac;
	text-decoration: underline;
}



/******************************************************************
   　　　　　　　　　　Search Page
******************************************************************/
section.search-page {
    padding: 0 0 150px;
    position: relative;
	z-index: 9;
}

section.search-page h1 {
	font-size:40px;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	color:#000;
	margin: 0 auto;
	text-align: center;
}

.search-page .search-show-area{
	width: 100%;
	text-align:left;
	margin: 40px 0;
	padding: 0 40px;
}
.search-show-area a:hover{
	color: #33acac;
	text-decoration: underline;
}
.search-show-area .search-keyword-text {
	margin: 20px 0;
}



@media (max-width: 991px){
.search-page {
	width: 95%;
}
.search-page .search-show-area{
	padding: 0;
}
}





/******************************************************************
   　　　　　　　　　　RWD TABLE
******************************************************************/
.rwd-table {
     overflow: hidden;
}
.rwd-table tr:nth-of-type(2n) {
     background: #eee;
}
.rwd-table th, .rwd-table td {
     margin: 0.5em 1em;
}
.rwd-table {
     min-width: 100%;
}
.rwd-table th {
     display: none;
}
.rwd-table td {
     display: block;
}
.rwd-table td:before {
     content: attr(data-th) "";
     font-weight: bold;
     width: 6.5em;
     display: inline-block;
}
.rwd-table th, .rwd-table td {
     text-align: left;
}
.rwd-table th, .rwd-table td:before {
	color: #000;
	font-weight: bold;
	font-size: 15px;
}
.input_howmany {
	width: 50%;
	border: 1px solid #000;
}

@media (min-width: 480px) {
.rwd-table td:before {
     display: none;
}
.rwd-table th, .rwd-table td {
     display: table-cell;
     padding: 0.25em 0.5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
     padding-left: 0;
}
 .rwd-table th:last-child, .rwd-table td:last-child {
     padding-right: 0;
}
.rwd-table th, .rwd-table td {
     padding: 1em !important;
	 text-align: center;
}
}
@media (max-width: 480px) {
.rwd-table th, .rwd-table td {
    margin: 10px 5px;
    text-align: left;
}
}



/******************************************************************
   　　　　　　　　　　List Content
******************************************************************/

.inquiry_no {
	font-size: 16px;
    margin-bottom: 20px;
    padding: 8px 5px 5px 10px;
    color: #fff;
	color: #000;
    border-bottom: 1px solid #000;
}
.inquiry-form-text {
	margin: 70px auto 20px auto;
}
.inquiry-content {
	text-align: center;
}
.inquiry-cencel {
	font-size: 24px;
}
.inquiry-page-maincon {
	text-align: center;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 15px;
	background-color: #f6efc6;
}
.inquiry-page-con {
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.inquiry-page-con-name{
	text-align: left;
}
.inquiry-page-con img{
	height: 70px;
}



/******************************************************************
                       Application Page
******************************************************************/
section.application-page {
    padding: 0 0 150px;
    position: relative;
	z-index: 9;
}

section.application-page h1 {
	font-size:40px;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	padding-bottom:100px;
	color:#000;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
}

.application-item .application-list {
    text-align: center;
    padding: 0;
}

.application-item {
    margin-bottom: 80px;
}

.application_productTitle {
	text-align: center;
	color:#333;
	line-height: 1.3em;
	font-size: 20px;
}

.application_fontBox {
	border: 1px solid #26aa97;
	padding: 20px;
	background: #dceeee;
	border-radius: 10px;
}

.application_img {
	border-radius: 10px;
	width: 100%;
}


/*** 

====================================================================
	2023 Banner Section
====================================================================

***/
.banner-section {
	position:relative;
	top: -24px;
}

.banner-section .slide{
	position:relative;
	overflow:hidden;
	padding-top:260px;
	padding-bottom:300px;
}

.banner-section .content-boxed{
	position:relative;
}

.banner-section .content-boxed .inner-boxed{
	position:relative;
}

.banner-section .content-boxed .title {
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1em;
	font-size: 45px;
	opacity: 0;
	margin-top: 35px0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-boxed .title{
	text-shadow: 2px 2px 3px #575757;
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-boxed p {
	font-size: 20px;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px #575757;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-boxed p {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-section .owl-dots{
	position:absolute;
	right:80px;
	top:300px;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	width:14px;
	height:14px;
	margin-bottom:25px;
	border-radius:50px;
	background-color:rgba(255,255,255,0.35);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.banner-section .owl-dots .owl-dot.active,
.banner-section .owl-dots .owl-dot:hover{
	background-color:#ffffff;
}

.banner-section .owl-nav{
	display:none;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.banner-section p {
	color: #fff;
}


/****** Index-News section ******/
section.index-news {
    padding: 150px 0;
    position: relative;
	z-index: 0;
}

section.index-news h1 {
	font-size:40px;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	font-weight:600;
	letter-spacing: 3px;
	padding-bottom:50px;
	color:#000;
	padding-top: 10px;
	margin: 0 auto;
}

h2.index-news__title {
	font-size: 28px;
	color: #000;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
}
.index-news-offer:before {
	content:"";
	background: #F8F8F8;
	display: block;
	border: 1px solid #ccc;
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 40%;
	-webkit-transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: background .4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.index-news-offer:hover::before {
	background: #dceeee;
}

.index-news-offer .index-news-offer-image {
	position:relative;
	width:50%;
	float:left;
	z-index:1;
	padding: 50px 10px;
}

.index-news-offer .index-news-offer-image img {
	box-shadow: 5px 5px 5px #666;
}

.index-news-offer .index-news-offer-content {
	position:relative;
	width:50%;
	float:left;
	padding:4rem;
	z-index:2;
}

.index-news-offer .index-news-offer-content:hover {
	transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px){
.index-news-offer::before {
	right: 0;
}
.index-news-offer .index-news-offer-content {
	float:none;
	width:auto;
	padding:2rem;
}
.index-news-offer .index-news-offer-image {
	width:auto;
	float:none;
}
index-news-offer::before {
	right: 0;
}
.index-news-offer .index-news-offer-image {
	top: 0;
}
.index-news-offer .index-news-offer-image img {
	margin: 0 auto;
}
}
@media only screen and (max-width: 760px){
.slick-slide img {
	margin: 0 auto;
}
.index-news-offer .index-news-offer-image {
	width: 100%;
	float: none;
	top: 0;
}
}
.bg-light .index-news-offer .index-news-offer-content {
	background-color:#fff;
}


section.index-news .update {
	font-size: 14px;
    line-height: 2em;
	display: block;
}



/****** Index-Welcome section ******/
section.index-welcome {
	padding:50px 0 50px;
	position:relative;
	text-align: center;
	z-index: 10;
}
section.index-welcome h1 {
	font-size:40px;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color:#000;
	margin: 0 0 15px;
}
section.index-welcome h2 {
	font-size:18px;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
    color: #8a8a8a;
    line-height: 2em;
}
section.index-welcome p {
	font-size:17px;
	font-weight:normal;
	line-height:35px;
	padding-bottom:15px;
	width: 90%;
    margin: 0 auto;
}

section.index-welcome img {
    max-width: 800px;
    text-align: center;
    width: 100%;
}


/****** Index-product section ******/
section.index-product {
	padding:20px 20px 0;
	position:relative;
	z-index: 0;
}
section.index-product h1 {
	font-size:36px;
	font-weight: 600;
	padding-bottom:5px;
	color:#000;
	border-bottom: 1px solid #000;
    text-align: center;
}
section.index-product p {
	font-size:16px;
	font-weight:normal;
	line-height:1.5em;
	padding-bottom:15px;
}

section.index-product .fontBox {
	border: 1px solid #26aa97;
    padding: 20px;
    background: #dceeee;
    border-radius: 10px;
}

section.index-product .product-details {
	margin: 1em 0;
    line-height: 2em;
	/**white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 190px;**/
}

section.index-product .imgbox {
    position: relative;
    overflow: hidden;
	border-radius: 10px;
	height: 310px;
	margin-bottom: 15px;
}

section.index-product .imgbox .img {
	width: 100%;
	height: 100%;
	max-height: 310px;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
}

section.index-product .imgbox:hover .img {
    transform: scale(1.5);
    filter:brightness(.4)
}

.cell {
position: absolute;
bottom: 0;
padding: 20px;
font-size: 26px;
color: #fff;
text-shadow: 1px 1px 5px #000;
}


@media (max-width: 760px) {
section.index-product .imgbox {
	margin-bottom: 20px;
}
}


  .accordion-button:focus {
	border-color:rgba(0,0,0,.125) !important;
	box-shadow: 0 0 0 .0 rgba(255, 255, 255, 0.25) !important;
  }

  .accordion-button:not(.collapsed) {
	font-weight: 600 !important;
	color: #fff !important;
	background-color: #41b3b3 !important;
	font-size: 20px;
  }
  
  .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  }

  .accordion-button {
	color: #131313 !important;
    font-size: 20px !important;
  }


/********************************************/
/*              dealer                    */
/********************************************/
section.dealer-page  {
	position: relative;
	z-index: 9;
}
section.dealer-page h1 {
	margin-bottom: 50px;
	font-weight: 600;
	display: block;
	border-bottom: 2px solid #000;
	padding-bottom: 10px
}
section.dealer-page .title {
	font-size: 18px;
	font-family:'Noto Sans TC', "Helvetica Neue","Raleway", sans-serif;
	padding: 5px;
	color: #fff;
	margin: 10px auto 20px auto;
	background: #6ad0bd;
	border-radius: 5px;
	text-align: center;
}
.dealer-page .mainBox {
	margin: 50px auto;
}

.dealer-page .mainBox .content {
	margin: 0 auto 100px auto;
}

.dealer-page .mainBox .content img {
    max-width: 100%;
	width: auto;
}

.dealer-page .mainBox .content a {
    text-decoration: underline;
	transition: 1s;
}

.dealer-page .mainBox .content a:hover {
    text-decoration: none;
	color:#33acac;
}

.dealer-Category {
	margin-bottom: 80px;
}

.dealer-Category .dealer-item {
	text-align: center;
}

.dealerBox {
	box-shadow: 1px 1px 5px #d5d5d5;
	padding: 20px;
}

.dealer-Category .dealer-item li {
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 15px;
    color: #000;
	transition: .3s;
	z-index: 0;
	background: #EEE;
    margin: 0 10px 10px 10px;
    border-radius: 30px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.dealer-Category .dealer-item li:hover  {
	background: #c3f2e7;
	color: #1f9186;
}

.dealer_dsc {
	list-style: none;
	padding-left: 0;
    line-height: 2em;
}

.dealer_dsc dl {
	margin: 0;
	line-height: 1em;
	padding-top: 10px;
}

.dealer_dsc dt, dd {
	display: inline-flex;
	line-height: 1.5em;
}

.dealer_dsc dt {
	width: 60px;
    overflow: hidden;
}

.dealer_dsc dd {
	width: calc(100% - 65px);
}

@media (max-width: 460px) {
	.dealer_dsc dt, dd {
		font-size: 13px;
	}
	.dealer_dsc dt {
		width: 45px;
	}
	
	.dealer_dsc dd {
		width: calc(100% - 50px);
	}
}


.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.page_footerFont {
	margin: 0 5%;
    text-align: right;
    z-index: -1;
}

.page_footerFont span {
	font-size: 5rem;
	color: #eaeaea
}

@media (max-width: 560px) {
	.page_footerFont span {
		font-size: 2.5rem;
	}
}
.product_detail_3point_1 {
  width: 300px;
  background: #e3a794;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  font-size: 20px;
  margin: 0 auto 20px auto;
}

.product_detail_3point_2 {
	width: 300px;
	background: #94d4e3;
	border-radius: 10px;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px auto;
}
.product_detail_3point_3 {
	width: 300px;
	background: #b4e394;
	border-radius: 10px;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px auto;
}

.product_detail_118_1 {
  background: #e9a1a1;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-size: 20px;
  margin: 0 auto 20px auto;
  max-width: 150px;
  max-height: 200px;
}

.product_detail_118_2 {
	background: #85cba9;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px auto;
	max-width: 150px;
	max-height: 200px;
}

.product_detail_118_3 {
	background: #4e81b1;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px auto;
	max-width: 150px;
	max-height: 200px;
}

.product_detail_118_4 {
	background: linear-gradient(#ffdd29, #ffb47e, #ff720b);
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px auto;
	max-width: 150px;
	max-height: 200px;
}

.product_detail_118_5 {
	background: #9fb5c4;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px auto;
	max-width: 150px;
	max-height: 200px;
}

.product_detail_118_6 {
	background: #f1d96b;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px auto;
	max-width: 150px;
	max-height: 200px;
}

.product_detail_118_7 {
	background: #86816c;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 20px;
	margin: 0  auto 20px auto;
	max-width: 150px;
	max-height: 200px;
}

.product_detail_118_8 {
	background: #ba8ac4;
	border-radius: 50%;
	text-align: center;
	padding: 5px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto 20px auto;
	max-width: 150px;
	max-height: 200px;
}
.pd_appbox h3 {
	font-size: 1.25rem;
	font-weight: 700;
}

.only_pc {
	display: block;
}
@media (max-width: 974px) {
	.product_detail_118 {
		width: 30%;
	}
	.only_pc {
		display: none !important;
	}
}