/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 08 2022 | 10:02:38 */
/*post*/
.index_swiper_div {
    width: 95%;
    height: 245px;
    margin: 0 auto 30px;
    background-color: #afafaf;
    border-radius: 15px;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.detail_left {
  position:relative;
    width: 35%;
    height: 235px;
    background: #fff;
    float: left;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.detail_right {
    width: 65%;
    height: 235px;
    background: #fff;
    float: left;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.line-button {
    color: #fff;
    background-color: #4dca2c;
    border-radius: 7px;
    padding: 10px 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
    transition-duration: 0.5s;
    -webkit-transition-duration: .5s;
}

.detail_button {
	margin-top:15px;
}
.detail_button .line-button{
	font-size:13px;
}

.detail_right .cp_name {
    width: 100%;
    height: 60px;
    line-height: 65px;
    font-size: 26px;
    font-weight: 600;
}

.detail_right dt {
    width: 50%;
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    font-weight: 600;
}

.detail_left img{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 305px;
  height: auto;
  transform:translate(-50%,-50%);
  overflow:hidden;
}

.entry-content h1 {
  font-size:28px;
  font-weight:bold;
  line-height:1.25em;
}
.entry-content h2 {
  font-size:22px;
  font-weight:bold;
  line-height:1.25em;
}
.entry-content h3 {
	font-size:20px;
  font-weight:bold;
  line-height:1.25em;
}
.entry-content p{
	letter-spacing: 1.5px;
	font-size: 16px;
}
a {
    text-decoration: none!important;
}
/*部落格調整*/
article.post h1{
	font-size:25px;
	font-weight:bold;
	margin: 10px 0 25px;
}
/*首頁 bar*/
.home-bar hr{
	margin-bottom:20px;
	width:100px !important;
	margin-top: 0px;
}
/*首頁 gackground color*/
.home-gary-color{
	background-color:#e3e3e3;
}
.bottom-zero{
	margin-bottom:0;
}
.padd-top-zero .wp-block-group__inner-container{
	padding-top:0px;
}
/*首頁漸層*/
.home-linaet-color{
background:linear-gradient(180deg,rgb(227,227,227) 0%,rgb(254,254,254) 100%)
}
.home-linaet-white-gary{
background:linear-gradient(180deg,rgb(254,254,254) 0%, rgb(227,227,227) 100%)
}
/*首頁 商品文*/
.background-white{
	background-color:#fff;
	border-radius:20px;
	box-shadow: 2px 6px 10px #c5c2c2;
}
.productCard-mainPic {
    height: 350px;
}
.productCard-mainPic {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center center;
}
.productCard-featureClass {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffd365;
    color: #fff;
    font-size: 16px;
    padding: 2px 8px;
    font-weight: 700;
    border-radius: 4px;
}
.productCard-featureBadge {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
    padding: 8px 5px;
}
.productCard-infoBox {
    position: relative;
    padding: 20px 15px 2px;
}

.productCard-subTitle {
    color: #333;
}

.productCard-subTitle ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    text-align: left;
}
.productCard-subTitle .serviceTitle {
    margin-top: 16px;
    display: block;
    font-size: 17px;
    margin-bottom: 12px;
}
.productCard-subTitle ul li {
    color: #333;
    display: block;
    margin-bottom: 0.5rem;
}
.productCard-subTitle .th {
    color: #999;
    font-size: 14px;
    float: left;
}
.text-right {
    text-align: right!important;
}
.float-right {
    float: right!important;
}
.productCard-price {
    font-weight: 700;
    color: #555;
    font-size: 24px;
    text-align: right;
    width: 90%;
    margin: auto;
    margin-top: 16px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
/*首頁攻略*/
.wp-block-group.home-guide h3.stk-block-posts__title{
	font-size:20px;
	margin:25px 0 5px !important;
	color:#878787;
}
.wp-block-group.home-guide .stk-block-posts__item{
	border-bottom: 2px dashed #cbcbcb;
    padding-bottom: 25px;
}
/*hero區塊*/
.wp-block-stackable-hero.is-style-default.stk-block-hero.stk-block.stk-06e1643 {
    box-shadow: 0px 9px 8px #7e7e7e;
}
.wp-block-group.home-guide .stk-block-posts__readmore{
	background-color: #b3b3b3;
    color: #fff;
	font-size:17px;
    font-weight: 700;
	letter-spacing:1.4px;
    border-radius: 10px;
    padding: 10px 15px;
	text-decoration: none!important;
	display: inline;
}
/*首頁IOCN*/
.home-col .wp-block-column h3{
	border-bottom: 2px solid #ffd365;
	padding-bottom: 15px;
}
/*圖片底下文字描述*/
.wp-block-image.size-full figcaption{
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	margin: 15px 0 25px;
}
/*分類字體大小*/
.category .site-content .content-area h1{
	font-size:28px !important;
	font-weight:bold;
}
.category .site-content .content-area h2{
	font-size:24px !important;
	font-weight:bold;
}
@media only screen and (max-width: 480px){
/*首頁商品*/
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.col-2 {
    width: 50% !important;
    padding: 20px 5px;
	flex-basis: 50% !important;
}
.home-gary-color .wp-block-group__inner-container{
	padding: 20px 8px;
}
.site-main .wp-block-group__inner-container {
    padding: 60px 15px;
}
.wp-block-columns.columns-gap{
	gap:unset;
}
body:not(.no-sidebar) #main {
    margin: 0;
}
.has-inline-mobile-toggle .inside-header {
    box-shadow: 0px 5px 5px #b9b9b9;
}
.detail_button{
    margin-top:15px;
}
.index_swiper_div {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
}