﻿@charset 'utf-8';


 


/*-----------------------------

   info table

---------------------------*/
 
	.RwdTable{
	width:100%;
    font-family: "微軟正黑體";
    border-collapse: collapse;
	background-color: rgb(229, 233, 236, 0.5);
	box-shadow: rgba(34, 38, 46, 0.1) 1px 1px 1px 0px;
	border-radius: 5px;
	margin:15px auto

}
  
.RwdTable td {
    font-family: "微軟正黑體";
	text-align:center; 
    padding: 8px;
	font-size:15px;
	color:#000;
	line-height: 2em;
	border-right:#ddd solid 1px
}
.RwdTable td:last-child{
  border-right:none;
}

.RwdTable th {
    font-family: "微軟正黑體";  
    padding:10px 5px;
    text-align:center;
	font-size:15px;
	color:#fff ;
	border: 1px solid #cecece;
}
.RwdTable tr {  border: none}	

.RwdTable td a{ text-decoration:none; color:#000}
.RwdTable td a:hover{ 
   text-decoration:none;
   color: #2f6f9f;
    font-weight: 700;
} 



 .RwdTable td span{ display:inline-block; padding-left:3px}
 
 
.mapicon{
	text-align:center; 
	   top: 5px;
    position: relative;} 
 .mapicon img{ 
    text-align:center;
    border:none;
    width:100%;
	max-width: 100%;
    text-align: center;
    width: auto;
}


 /* -----------------------------
     店家商家電話
    ----------------------------- */



@media screen and (max-width:800px) {
	.RwdTable{width:100%;border-collapse: collapse;min-width: 100%; border: 0; margin-bottom:30px}
.RwdTable tr {  border: 1px solid #ddd}	
.mapicon{ text-align:left!important ;}
.mapicon img{	margin-left:10px}
.RwdTable td {border:none; }
.RwdTable td, .RwdTable th {font-size:1em}

.RwdTable tr {display: block;background-color: rgba(251,249,255,0.7);border-radius: 5px}
 .RwdTable th { display:none; }
 /*內容相關*/
 .RwdTable td {line-height:1.45em;display: block; text-align: left; padding:5px; margin: 5px; }

 /*左側標頭*/
 .RwdTable td:before { 
                content: attr(data-th) " ： ";
                padding-right: 5px;
				font-weight:bold;
               color: #2f6f9f;
                display: inline-block;
            }
}
	  







/*-----------------------------

    new table

---------------------------*/


.RwdTable-file {
    border: #d3d3d3 solid 1px;
    margin: 0 auto;
    color: #222;
    width: 100%;
    border-collapse: collapse;
    background: #FFF;
}

    .RwdTable-file th {
        vertical-align: middle;
        padding: 0.75em 0.313em;
        font-size: 0.938em;
        text-align: center;
        color: #FFF;
        border-right: 0.063em solid #cecece;
        display: inline-block;
    }

    .RwdTable-file td {
        cursor: pointer;
        padding: 0.75em 0.313em;
        text-align: center;
        font-size: 0.938em;
        display: inline-block;
    }


    .RwdTable-file tr {
        border: none;
        width: 100%;
        display: block;
        border-bottom: 1px #ddd solid;
    }

        .RwdTable-file tr:last-child {
            border-bottom: none;
        }

    .RwdTable-file thead {
        background: #a1abb6;
        color: #FFF;
        font-weight: bold;
    }


    .RwdTable-file .td01 {
        margin: 0;
        width: 10%;
    }

    .RwdTable-file .td02 {
        margin: 0;
        width: 15%;
        font-weight: bold;
    }

    .RwdTable-file .td03 {
        margin: 0;
        width: 70%;
        border-right: none !important;
        text-align: left !important;
    }


    .RwdTable-file .td01-top {
        margin: 0;
        width: 10%;
    }

    .RwdTable-file .td02-top {
        margin: 0;
        width: 15%;
        text-align: center !important;
    }

    .RwdTable-file .td03-top {
        margin: 0;
        width: 62%;
        border-right: none !important;
        text-align: center !important;
    }

    .RwdTable-file tbody tr:nth-child(2n) {
        background-color: #f8f8f8;
    }

    .RwdTable-file tbody tr:nth-child(1n):hover {
        background-color: #eef6f8;
    }

@media screen and (max-width: 800px) {
    .RwdTable-file .td01-top {
        display: none;
    }

    .RwdTable-file .td02-top {
        display: none;
    }

    .RwdTable-file .td03-top {
        display: none;
    }

    .RwdTable-file .td01 {
        width: 30%;
        text-align: center;
        padding: 0;
        display: inline-block;
        margin-top: 0.375em;
        margin-bottom: 0.375em;
        vertical-align: middle;
        float: left;
        text-align: left;
        padding-left: 1em;
    }

    .RwdTable-file .td02 {
        float: left;
        width: 60%;
        text-align: left;
        padding: 0;
        display: inline-block;
        margin-top: 0.375em;
        margin-bottom: 0.375em;
    }

    .RwdTable-file .td03 {
        position: relative;
        display: inline-block;
        width: 98%;
        padding: 0.375em 1em;
    }

    .RwdTable-file td:before {
        content: attr(data-th) " : ";
        float: left;
        padding-right: 0.313em;
        padding-left: 0.313em;
        font-weight: bold;
        color: #000;
		font-weight:900;
        display: inline-block;
        text-align: center !important;
    }

    .RwdTable-fileNotDot td:before {
        content: attr(data-th) "";
    }

    .RwdTable-fileNotDot img {
        width:98%;
    }

    .words_content table
    {
        width:100% !important;
        max-width:100% !important;
    }
    .words_content table img,.words_content img,.words_content iframe
    {
        width:100% !important;
        max-width:100% !important;
    }

}

	
	
	
	
/*------------------------------------
 價格
 ------------------------------*/
 
.table-responsive{
    font-family: '微軟正黑體', sans-serif;
    display: block;
    line-height: 1.7;
	overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;

}
.table{
	 border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    background-color: transparent;  
	word-wrap: break-word;
    background-clip: border-box;
	 box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);;
	}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
	
	
	



.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


.table .thead-primary tr th {
    
 
}
.table thead th {
	 vertical-align: middle;
    font-size: 17px;
	letter-spacing:1px;
    padding:8px 5px;
    color: #fff !important;
    background:#a1abb6;
    border: 1px solid #ddd;   
 font-weight:600;
    vertical-align: bottom;
	text-align: center;

}
	.table tbody tr td {
    vertical-align: middle;
    font-weight: 500;
    color: #333;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd ;
	display: table-cell; 
	  padding: .75rem;
    vertical-align: top;
	cursor:pointer

}
.table tr {
	display: table-row;

}

.table  tr:hover {
    color: #4f5d73;
    background-color: rgba(0,0,21,.075);
}

@media screen and (max-width: 800px){



.table tbody tr td {
    display: block;
    text-align: left;
    margin:0 auto;
}
.table tr td:hover {
   background-color: rgba(0,0,21,.075) !important
}
.table tr{
    display:block;
     border-top:2px solid #a1abb6;
	  background-color:transparent !important;
}


.table{width:100%;border-collapse: collapse;min-width: 100%; border: 0;}

 .thead-primary{ display:none;}
.table .thead-primary tr th{ display:none; }


.table tbody tr  td:before { 
                content: attr(data-th) "  ";
                float: left;
                padding-right: 5px;
				font-weight:900;
                 color: #2f6f9f;
				 letter-spacing:1px;
                display: inline-block;
			   font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
			   font-style:normal

}


}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   
      首頁最新消息列表
   
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



.blogInnerBox {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

    .blogInnerBox ul {
        padding: 0;
        list-style: none;
        list-style-type: none;
        margin: 0;
        left: 0;
        width: 100%;
    }

    .blogInnerBox li {
        display: inline-block;
        overflow-y: hidden;
        overflow-x: hidden;
        background: #fbfbfb;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 20px;
        background-color: #FFF;
             border: #ddd solid 1px; 
		  box-shadow: 0 1px 1px 0 rgba(60,75,100,.14), 0 2px 1px -1px rgba(60,75,100,.12), 0 1px 3px 0 rgba(60,75,100,.2);
    }

        .blogInnerBox li:hover {
            -webkit-box-shadow: 0px 2px 29.4px 0.6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 29.4px 0.6px rgba(0, 0, 0, 0.1);
        }



    .blogInnerBox li {
        width:23%;
        max-width: 23%;
        position: relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
    }



.blogInnerBox li .blogimg {
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    background: url(../images/blogList/blogBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    padding: 0;
}



    .blogInnerBox li .blogimg a img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        border-style: none;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-width: initial;
    }

/*--沒有圖就改字--*/
.blogimgBox {
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

    .blogimgBox:hover {
        opacity: 0.7;
    }

    .blogimgBox a img {
        border-style: none;
        text-align: center;
        vertical-align: middle;
        padding: 0;
        border: 0;
        margin: 0;
        height: 100%;
        max-width: 100%;
        width: 100%;
    }

    .blogimgBox p {
        word-wrap: break-word;
        clear: both;
        display: block;
        line-height: 1.9em;
        color: #1f3042;
        font-size: 18px;
        font-weight: bold;
        color: #1f3042;
        font-style: normal;
        margin: 40px auto 10px auto;
        padding: 5px 15px;
        overflow: hidden;
        height: 110px;
        font-family: 'Taviraj','微軟正黑體', serif;
    }

/* =====日期===== */
.blogDate {
    font-size: 16px;
    font-weight: 400;
    color: #9199a2;
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "arial";
    margin: auto;
    display: block;
    position: relative;
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}



/* ===== 最新消息內文字===== */
.blog-textArea {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    padding: 5px 0;
    margin: auto;
    -webkit-transition: .3s all;
    transition: .3s all;
}


    .blog-textArea > a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -25px;
        width: 0;
        height: 3px;
        transition: all .5s ease-in-out;
        background-color: #d0e7e6;
    }


    .blog-textArea > a:hover:after {
        width: 100%;
    }


/*card title*/
.blog-text-blogTitBox {
    display: block;
    color: #1f3042;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 5px 5px 5px;
}


.blog-text-Tit {
    display: block;
    font-size: 16px;
    font-style: normal;
    line-height: 1.7em;
    margin: 0 auto 20px auto;
    overflow-wrap: break-word;
    height: 50px;
    overflow: hidden;
    padding: 0 5px;
    font-weight: 700;
    color: #1f3042;
    font-family: 'Taviraj','微軟正黑體', serif;
}

    .blog-text-Tit:hover {
        color: #00587c;
    }
	
	


/*--moreBtn--*/
.blog-more {
    color: #3D7C99;
    font-size: 0.9rem;
    letter-spacing: 1px;
    overflow: hidden;
   display:block;
    font-weight:800;
      text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
	
    border-color: #ced2d8; 
	color: #4f5d73;
    background-color: #ced2d8;
	   border-radius: .25rem;
	   border: 1px solid #ced2d8;

	   width:70%;
	   margin:auto
}

 

    .blog-more:hover {
       color: #2f6f9f;
	   background-color:#ecf0f1
    }


.blogInnerBox li .blogInnerTit a:hover {
    color: #87aaa9;
    text-decoration: none;
    font-family: '微軟正黑體';
}

.blogInnerBox li .Txt .blogInnerTit a:active {
    color: #87aaa9;
    text-decoration: none;
    font-family: '微軟正黑體';
}




/* ===== 框架上下距===== */
.blogInnerBox li .item {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
}



.blogListBox li .newsimg a {
    display: block;
    overflow: hidden;
    background: #d0e7e6;
}

.blogListBox li:hover .blogimg a:before {
    margin-top: -34px;
    opacity: 1;
}


@media screen and (max-width:1024px) {
    .blogInnerBox li {
        width: 31%;
        max-width: 31%;
    }
}

@media screen and (max-width:988px) {
    .blogInnerBox li {
        width: 47.5%;
        max-width: 47.5%;
    }
}

@media screen and (max-width:550px) {
    .blogimgBox p {
       height:200px;
    overflow: hidden;

    }

    .blog-text-Tit {
        padding: 0 15px;
    }

    .blog-Holdtime {
        padding: 0 15px;
    }

    .blogInnerBox li .blogimg {
        height: 280px;
    }

    .blogInnerBox li {
        width: 96%;
        max-width: 96%;
    }
}
 

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   
      works list
   
   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.albumCard {
    position: relative;
    display: block;
    border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(60,75,100,.14), 0 2px 1px -1px rgba(60,75,100,.12), 0 1px 3px 0 rgba(60,75,100,.2);
	margin-bottom:1.25rem

}
.albumCard:hover {
            -webkit-box-shadow: 0px 2px 29.4px 0.6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 29.4px 0.6px rgba(0, 0, 0, 0.1);
        }

.albumdateBox{ 
 z-index: 7;
   display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	 -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 200px;
    left: 10px;
    background-color: rgba(255,255,255,0.9);
    width: 150px;
    min-height: 70px
}

.albumBox_year {
    text-align: center;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 30px;
    line-height: 1.1;
    line-height: 1.833333;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.albumBox_date {
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 14px;
    line-height: 1.833333;
    color: #666;
    text-align: center;
}



.coverImg {
    box-sizing: border-box;
    opacity: 1;
    position: relative;
    height:375px;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;   
	 -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.coverImg:before {
    background: -moz-linear-gradient(top, rgba(4, 14, 39, 0) 0%, rgba(4, 14, 39, 0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(4, 14, 39, 0) 0%, rgba(4, 14, 39, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(4, 14, 39, 0) 0%, rgba(4, 14, 39, 0.1) 100%);
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}
.hover-Imgzoom  img {
	border:none;	
    border-style: none;
    vertical-align: middle;
    width: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}
.hover-Imgzoom {
	cursor:pointer;
    display: block;
 }

.hover-Imgzoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.albumBoxtxt {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 1rem 0.75rem;
	display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.albumBoxtxt h4 {
    line-height: 1.55em;
    margin: 0;
    word-break: break-word;
    color: #000;
    letter-spacing: .1px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    width: 100%;
    height:35px;
    overflow: hidden;
    margin-bottom: 8px;
	padding-bottom:15px
}


.albumBoxtxt h4 a {
    font-size: 22px;
    line-height: 1.55em;
    margin: 0;
    word-break: break-word;
    color: #000;
    letter-spacing: .1px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.albumBoxtxt h4 a:hover{color: #869fb2;}


.albumBoxtxt p {
    margin: 0;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 0.875rem;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 20px;
    color: #333;
    height: 45px;
    overflow: hidden;
}


  .albumBox_moreBox {
	  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	  -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
         margin: 0;
		 color:#666;
        font-size: 15px;
        line-height: 1.6923;   
		 justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
         font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    }

    
    .albumBox_more > span {     
    color: #666;
        float:left;
        line-height: 1.6923;
    }

.albumBoxspan-lr{ margin-left:5px; margin-right:5px}
.lookbookBoxtxt_H_detail{height:auto !important; overflow:auto!important; padding-bottom:20px}


.albumSeemoreBtn {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #a1abb6;
    background-color:#a1abb6;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: bold;
    border-radius: 25px;
    transition: all 0.2s ease-in-out;
    padding: 0.25rem 1.25rem;
}

.albumSeemoreBtn:hover { border: 1px solid #a1abb6;background-color:#fff;color:#a1abb6}


@media screen and (max-width:1024px){
.coverImg { height:300px}
	
}
	
	
@media screen and (max-width:768px){
	.coverImg {
		height:auto;
	 bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
}
}



/*--------------lookbook title01-------------------------------*/
.lookboooks_header{  
      font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
	max-width:100%;
   position: relative;
	display:block;
	text-align:center;
	margin:0 auto  35px auto} 
	
.lookboooks_header_title{     
     text-transform: uppercase;
    font-size: 2rem;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 15px 0;
	margin:auto;
      position: relative;
    letter-spacing: 0.04em;

}

.lookboooks_header_title:after{ 
    content: '';
     bottom: 0;
    left: 50%;
    transform: translateX(-50%);   
    border-bottom: 1px solid rgba(0,0,0,.1);
    width: 6.45rem;
	 position:  absolute;
}


.lookboooks_header_date{
     font-size:1rem;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
    padding:15px 0 5px 0;
	margin:auto;
      position: relative;
    letter-spacing: 0.04em;
}




.lookboooks_header_publish > span{
	color: #888;
	text-transform: uppercase;
    font-weight: 300;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.6923;
	margin-right: 5px;
	margin-left: 3px;
}
	
.lookbooks_slick{   
     width: 100%;
	 max-width:100%;
    border: #cecece solid 1px;
}




.lookbooks-prev-slick{
    left:15px;
}


.lookbooks-next-slick {
    right:15px;
}



/*--------------lookbook 內頁-------------------------------*/
.lookbooks_slick {
    width: 100%;
    max-width: 100%;
    border: #ddd solid 1px;
}


.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;
	list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.pic-block{display:block; position:relative}



.lookbooks_slick{   
     width: 100%;
	 max-width:100%;
    border: #cecece solid 1px;
}


.lookbooks-slick-arrows {
    position: absolute;
    z-index: 100;
    width: 100%;
	max-width:100%;
    right: 0;
	left:0;
    top: calc(50% - 20px);
	z-index:3;
	cursor:pointer
}

.lookbooks-prev-slick{
    left:15px;
}


.lookbooks-next-slick {
    right:15px;
}

/*----------------------------------------

內頁產品 左右 按鈕btn
---------------------------------------------*/
.wrap-slick3-arrows {
	
  position: absolute;
  z-index: 100;
  width: 83.333333%;
  right: 0;
  top: calc(50% - 20px);
}
.arrow-slick3:hover {
    background-color: rgba(0,0,0,0.9);
}
.arrow-slick3 {
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  boder:none;
  border:0
}

.arrow-slick3:hover {
  background-color: rgba(0,0,0,0.9);
}

.prev-slick3 {left:8px;}
.next-slick3 {right: 0px;}



.next-slick3 {
    right: 0px;
}

.arrow-slick3 {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right{ display:block}
.fa-angle-left{ display:block}
.fa-angle-left:before {
    content: "";
		font-family: Arial, sans-serif;
      display: inline-block;
  
     border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 0.6em;
    height: 0.6em;
    transform: rotate(-225deg);
    -webkit-transform: (-225deg);
    cursor: pointer;
    text-align: center;
	 vertical-align: middle; 
	    box-sizing: border-box;
}
.fa-angle-right:before { 
   box-sizing: border-box;
    content: "";
		font-family: Arial, sans-serif;
    cursor: pointer;
    text-align: center;
  display: inline-block;
	  border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 0.6em;
    height: 0.6em;
    transform: rotate(-45deg);
    -webkit-transform: (-45deg);
    cursor: pointer;
    text-align: center;
    vertical-align: middle;

}
@media screen and (max-width:980px){
	.wrap-slick3-arrows{  top: calc(60% - 20px);}
	.wrap-slick3-arrows { width: 100%;}
	.prev-slick3 {left:0px;}
	}
	
	
	
	.lookbookBoxtxt {
		display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 1rem 0.75rem;
}


.lookbookBoxtxt h4 {
    line-height: 1.55em;
    margin: 0;
    word-break: break-word;
    color: #000;
    letter-spacing: .1px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    width: 100%;
    height: 25px;
    overflow: hidden;
    margin-bottom: 8px;
}


.lookbookBoxtxt h4 a {
    font-size: 22px;
    line-height: 1.55em;
    margin: 0;
    word-break: break-word;
    color: #000;
    letter-spacing: .1px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}


.lookbookBoxtxt_H_detail {
    height: auto !important;
    overflow: auto!important;
}


.pagercoverImg{
	height:500px !important}
	
	
@media screen and (max-width: 768px){
.pagercoverImg{
	height:auto!important}	
}








