@charset "utf-8";



/*==============================*/
/*不滿3個*/
.otherslickbox1 {/*盒子外框*/
    width: 80%;
	height:auto;
    text-align: center;
	margin:auto;

	
}
.otherslickbox1 .slider1 {
	display: flex;
	flex-direction: row;
    align-items: flex-start;
	justify-content: center;

}

.otherslickbox1 .slider1 .box1 {
    width:28%;
	height:auto;
	overflow:hidden;
	margin: 0px 30px;/*框和框間距*/
	/*border: 1px solid rgb(207, 207, 207);
	padding:20px;/*外框間距*/
	/*border-radius: 10px;/*外框*/
   /* background-color:#FFF !important;
	/*box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);*/
}

.otherslickbox1 .slider1 .box1 img {
    width: 100%;
}
.otherslickbox1 .slider1 .box1 .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	width:100%;
}

.otherslickbox1 .slider1 .box1 .imgbox .imgS{width:30%;height: auto; margin-right:1%;}
.otherslickbox1 .slider1 .box1 .imgbox .imgS img{ width:100%;height: auto;}
.otherslickbox1 .slider1 .box1 .imgbox .imgf{ width:68%;height: auto;}
.otherslickbox1 .slider1 .box1 .imgbox .imgf h4{ font-size:150%; color:#000;}


.otherslickbox1 .slider1 .box1 .imgH{height: auto; /*border:1px solid #f4f4f4;*/}/*圖片高度*/
.otherslickbox1 .slider1 .box1 .imgbox img {
    width: 100%;
    height: 100%;
    /*max-width: initial;
    transition: all 0.3s;
    object-fit: cover;*/
}

.otherslickbox1 .slider1 .box1:hover .imgbox img {
   /* transform: scale(1, 1);*/
	width: 100%;
    height:auto;
}

.otherslickbox1 .slider1 .box1:hover {
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
}

.otherslickbox1 .slider1 .box1 .textbox {
     padding-top:20px;height: auto;/*下方空白高度*/
}

.otherslickbox1 .textbox{ color:#666; padding:1% 1%;overflow:hidden; text-align:left;}
.otherslickbox1 .textbox>h4{ display:block;font-size:100%;color:#666; opacity:0.8;line-height:120%; font-weight:normal;color:#666;}
.otherslickbox1 .textbox>h2,
.otherslickbox1 .textbox>h1,
.otherslickbox1 .textbox>h3,
.otherslickbox1 .textbox>h5{ display:block;line-height:150%;font-size:130%; margin:5px 0; font-weight:bold; text-align:left;margin:0 auto;overflow:hidden;}
.otherslickbox1 .textbox>h6{ display:block;line-height:150%;font-size:130%; margin:5px 0; font-weight:bold; text-align: center;margin:0 auto;overflow:hidden;}
.otherslickbox1 .textbox p,
.otherslickbox1 .textbox span{ display:block;color:#666; }
.otherslickbox1 .textbox i,.otherslickbox1 .textbox i a{ display:block;font-style:normal; font-size:90%; text-align:left; margin-right:0px; opacity:0.8;line-height:120%; font-weight: bold; color:#D14140; margin:10px 0;}



/*==============================*/

.otherslickbox {/*盒子外框*/
    width: 100%;
	height: auto;
    margin: auto;
    text-align: center;
    /*background-color: #eee;*/
    /*overflow: hidden; margin-left:-10px;*/
}

.otherslickbox .slider {
    width: 80%;/*居中顯示的盒子寬度*/
    margin: 20px auto; border:1px solid #fff;
}

.otherslickbox .slick-slide { 
    background-color:#FFF !important;
    margin: 0px 30px;/*框和框間距*/
    overflow: hidden;
	border-radius: 10px;
    opacity: 1;/*設定.3 左右刷白*/
   /* border: 1px solid rgb(207, 207, 207);*/
    /* transition: all ease-in-out .3s;*/
   /*padding:20px;
	 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);*/
}

.otherslickbox .slick-slide img {
    width: 100%;
}

.otherslickbox .slick-prev:before,
.otherslickbox .slick-next:before {
    color: #999;/*左右按鈕顏色*/
}

.otherslickbox .slick-active {
    opacity: 1;
}

.otherslickbox .slick-current {
    opacity: 1;
}

.otherslickbox .slick-slide .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
   /* aspect-ratio: 5/5;*/
    overflow: hidden;
	width:100%;/*border-radius: 10px;*/
}

.otherslickbox .slick-slide .imgbox .imgS{width:30%;height: auto; margin-right:1%;}
.otherslickbox .slick-slide .imgbox .imgS img{ width:100%;height: auto;}
.otherslickbox .slick-slide .imgbox .imgf{ width:68%;height: auto;}
.otherslickbox .slick-slide .imgbox .imgf h4{ font-size:150%; color:#000;}

.otherslickbox .slick-slide .imgH{height: auto;/* border:1px solid #f4f4f4;*/}/*圖片高度*/
.otherslickbox .slick-slide .imgbox img {
    width: 100%;
    height: auto;
    /*max-width: initial;
    transition: all 0.3s;
    object-fit: cover;*/
}

.otherslickbox .slick-slide:hover .imgbox img {
    transform: scale(1, 1);
	width: 100%;
    height:auto;
}

 /*.otherslickbox .slick-slide:hover {border:1px solid #f4f4f4;
   box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}*/

.otherslickbox .slick-slide .textbox {
     padding-top:20px;height: auto;/*下方空白高度*/
}


.otherslickbox .textbox{ color:#666; padding:1% 1%;overflow:hidden; text-align:left;}
.otherslickbox .textbox>h4{ display:block;font-size:100%;color:#666; opacity:0.8;line-height:120%; font-weight:normal;color:#666;}
.otherslickbox .textbox>h2,
.otherslickbox .textbox>h1,
.otherslickbox .textbox>h3,
.otherslickbox .textbox>h5{ display:block;line-height:150%;font-size:130%; margin:5px 0; padding:0; font-weight:bold; text-align:left;margin:0 auto;overflow:hidden;}
.otherslickbox .textbox>h6{ display:block;line-height:150%;font-size:130%; margin:5px 0; padding:0; font-weight:bold; text-align: center;margin:0 auto;overflow:hidden;}
.otherslickbox .textbox p,
.otherslickbox .textbox span{ display:block;color:#666; }
.otherslickbox .textbox i,.otherslickbox .textbox i a{ display:block;font-style:normal; font-size:90%; text-align:left; margin-right:0px; opacity:0.8;line-height:120%; font-weight:normal; color:#D14140; margin:10px 0;}

.otherslickbox .slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.otherslickbox .slick-list {
    position: relative;

    display: block;
    overflow: inherit;

    margin: 0;
    padding: 0;
}

.otherslickbox .slick-list:focus {
    outline: none;
}

.otherslickbox .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.otherslickbox .slick-slider .slick-track,
.otherslickbox .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.otherslickbox .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.otherslickbox .slick-track:before,
.otherslickbox .slick-track:after {
    display: table;

    content: '';
}

.otherslickbox .slick-track:after {
    clear: both;
}

.otherslickbox .slick-loading .slick-track {
    visibility: hidden;
}

.otherslickbox .slick-slide {
    display: none;
    float: left;

  /*  height: 100%;
    min-height: 1px;*/
}

/*[dir='rtl'] .slick-slide {
    float: left;
}*/

.otherslickbox .slick-slide img {
    display: block;
}

.otherslickbox .slick-slide.slick-loading img {
    display: none;
}

.otherslickbox .slick-slide.dragging img {
    pointer-events: none;
}

.otherslickbox .slick-initialized .slick-slide {
    display: block;
}

.otherslickbox .slick-loading .slick-slide {
    visibility: hidden;
}

.otherslickbox .slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 2px solid transparent;
}

.otherslickbox .slick-arrow.slick-hidden {
    display: none;
}

.boxborder{
	width: 100%;
    height:auto; background:#FFF;
	/*margin: 0px 30px 0px 30px;*/
	border: 2px solid rgb(207, 207, 207) ;
	padding:20px;
	border-radius: 10px;
	/*box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2) !important;*/
	/*box-shadow:0px 0px 5px rgba(50,50,50,0.1);border:1px solid #eee;*/

	}

@media screen and (max-width: 767px) {
.variablebox .slider{
        width: 90%;
        margin: 20px auto;
    }
.variablebox .slider .box1{ width: 80%; height:auto;}
.variablebox .slider .box1>.imgbox{ width: 100%;}
.variablebox .slider .box1>.imgbox>img {
    width: 100%;
    height: auto;
   /* max-width: initial;
    /*transition: all 0.3s;
    object-fit: cover;*/
}



.otherslickbox  .slider {
        width: 90%;
        margin: 20px auto;
    }
.otherslickbox .slick-slide .imgH{height:auto;}/*圖片高度*/
/*.otherslickbox .textbox {  padding-top:20px;height:auto;}/*下方空白高度*/
.otherslickbox .slick-slide { margin: 0px 10px;}/*框和框間距*/

.otherslickbox .textbox{ color:#666; padding:1% 1%;overflow:hidden; text-align:left;}
.otherslickbox .textbox>h4{ display:block;font-size:100%;color:#666; opacity:0.8;line-height:120%; font-weight:normal;color:#666;}
.otherslickbox .textbox>h2{ display:block;line-height:150%;font-size:130%; margin:5px 0; font-weight:bold; text-align:left;margin:0 auto;overflow:hidden;/*white-space:nowrap;text-overflow:ellipsis;*/}
.otherslickbox .textbox>p{ display:block;color:#666; }
.otherslickbox .textbox>i,.otherslickbox .textbox>i a{ display:block;font-style:normal; font-size:90%; text-align:left; margin-right:0px; opacity:0.8;line-height:120%; font-weight:normal; color:#D14140; margin:10px 0;}	

/*不滿3個*/
.otherslickbox1 {/*盒子外框*/
    width:90%;
	height:auto;

    text-align: center;
	margin:auto;

	
}
.otherslickbox1 .slider1 {
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;

}

.otherslickbox1 .slider1 .box1 {
    width:100%;
	height:auto;
	overflow:hidden;
	margin: 20px 0px;/*框和框間距*/
	/*border: 1px solid rgb(207, 207, 207);
	padding:20px;/*外框間距*/
	/*border-radius: 10px;/*外框*/
    background-color:#FFF !important;
	/*box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);*/
}

.otherslickbox1 .slider1 .box1 img {
    width: 100%;
}
.otherslickbox1 .slider1 .box1 .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	width:100%;
}
.otherslickbox1 .slider1 .box1 .imgH{height: auto; /*border:1px solid #f4f4f4;*/}/*圖片高度*/
.otherslickbox1 .slider1 .box1 .imgbox img {
    width: 100%;
    height: 100%;
    /*max-width: initial;
    transition: all 0.3s;
    object-fit: cover;*/
}

.otherslickbox1 .slider1 .box1:hover .imgbox img {
   /* transform: scale(1.2, 1.2);*/
	width: 100%;
    height:auto;
}

/*.otherslickbox1 .slider1 .box1:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}*/

.otherslickbox1 .slider1 .box1 .textbox {
     padding-top:20px;height: auto;/*下方空白高度*/
}	
}
/* == 平板版型區 =============================== */
 
@media screen and (min-width: 768px) and (max-width: 1200px) {
.otherslickbox .slider {
        width: 90%;
        margin: 20px auto;
    }
.otherslickbox .slick-slide .imgH{height:auto;}/*圖片高度*/
/*.otherslickbox .textbox {  padding-top:20px;height:auto;}/*下方空白高度*/
.otherslickbox .slick-slide { margin: 0px 10px;}/*框和框間距*/

.otherslickbox .textbox{ color:#666; padding:1% 1%;overflow:hidden; text-align:left;}
.otherslickbox .textbox>h4{ display:block;font-size:100%;color:#666; opacity:0.8;line-height:120%; font-weight:normal;color:#666;}
.otherslickbox .textbox>h2,
.otherslickbox .textbox>h1,
.otherslickbox .textbox>h3,
.otherslickbox .textbox>h5,
.otherslickbox .textbox>h6{ display:block;line-height:150%;font-size:130%; margin:5px 0; font-weight:bold; text-align:left;margin:0 auto;overflow:hidden;/*white-space:nowrap;text-overflow:ellipsis;*/}
.otherslickbox .textbox>p,
.otherslickbox .textbox>span{ display:block;color:#666; }
.otherslickbox .textbox>i,.otherslickbox .textbox>i a{ display:block;font-style:normal; font-size:90%; text-align:left; margin-right:0px; opacity:0.8;line-height:120%; font-weight:normal; color:#D14140; margin:10px 0;}	


/*==============================*/
/*不滿3個*/
.otherslickbox1 {/*盒子外框*/
    width: 90%;
	height:auto;
    text-align: center;
	margin:auto;

	
}
.otherslickbox1 .slider1 {
	display: flex;
	flex-direction: row;
    align-items: flex-start;
	justify-content: center;

}

.otherslickbox1 .slider1 .box1 {
    width:28%;
	height:auto;
	overflow:hidden;
	margin: 0px 20px;/*框和框間距*/
	/*border: 1px solid rgb(207, 207, 207);
	padding:20px;/*外框間距*/
	/*border-radius: 10px;/*外框*/
   /* background-color:#FFF !important;
	/*box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);*/
}

.otherslickbox1 .slider1 .box1 img {
    width: 100%;
}
.otherslickbox1 .slider1 .box1 .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	width:100%;
}

.otherslickbox1 .slider1 .box1 .imgbox .imgS{width:30%;height: auto; margin-right:1%;}
.otherslickbox1 .slider1 .box1 .imgbox .imgS img{ width:100%;height: auto;}
.otherslickbox1 .slider1 .box1 .imgbox .imgf{ width:68%;height: auto;}
.otherslickbox1 .slider1 .box1 .imgbox .imgf h4{ font-size:150%; color:#000;}


.otherslickbox1 .slider1 .box1 .imgH{height: auto; /*border:1px solid #f4f4f4;*/}/*圖片高度*/
.otherslickbox1 .slider1 .box1 .imgbox img {
    width: 100%;
    height: 100%;
    /*max-width: initial;
    transition: all 0.3s;
    object-fit: cover;*/
}

.otherslickbox1 .slider1 .box1:hover .imgbox img {
   /* transform: scale(1, 1);*/
	width: 100%;
    height:auto;
}

.otherslickbox1 .slider1 .box1:hover {
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
}

.otherslickbox1 .slider1 .box1 .textbox {
     padding-top:20px;height: auto;/*下方空白高度*/
}

.otherslickbox1 .textbox{ color:#666; padding:1% 1%;overflow:hidden; text-align:left;}
.otherslickbox1 .textbox>h4{ display:block;font-size:100%;color:#666; opacity:0.8;line-height:120%; font-weight:normal;color:#666;}
.otherslickbox1 .textbox>h2,
.otherslickbox1 .textbox>h1,
.otherslickbox1 .textbox>h3,
.otherslickbox1 .textbox>h5{ display:block;line-height:150%;font-size:130%; margin:5px 0; font-weight:bold; text-align:left;margin:0 auto;overflow:hidden;}
.otherslickbox1 .textbox>h6{ display:block;line-height:150%;font-size:130%; margin:5px 0; font-weight:bold; text-align: center;margin:0 auto;overflow:hidden;}
.otherslickbox1 .textbox p,
.otherslickbox1 .textbox span{ display:block;color:#666; }
.otherslickbox1 .textbox>i,.otherslickbox1 .textbox>i a{ display:block;font-style:normal; font-size:90%; text-align:left; margin-right:0px; opacity:0.8;line-height:120%; font-weight:normal; color:#D14140; margin:10px 0;}



/*==============================*/
	
}