@import url(shop.css);
.editor{
	width:auto !important;
	max-width:100%;
}
.about-sect .editor{
margin:0 auto;
max-width:700px;
text-align:left !important;
width:100% !important;
}
.about-sect .media-box{
text-align:center !important;
}
.youtubecontent{
    position: static;
    height: auto;
    padding-bottom: 0;
    width: 100%;
    padding-top: 0;
}
.youtubecontent iframe, .youtubecontent object, .youtubecontent embed{
    position: static;

}
.content-wrap {
    display: table;
    width: 100%;
}
.content-wrap .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 116px 0 60px;
}
.sect-title {
    display: block;
    font-family: "Times New Roman", Times, '新細明體', serif;
    font-size: 30px;
    margin-bottom: 42px;
}
.sect-title:before {
    content: url(../../images/common/index/title_deco.png);
    display: block;
    height: 80px;
}
.sect-title small {
    display: block;
    font-size: 15px;
    color: #860101;
    -webkit-transform: skewX(-10deg);
       -moz-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
         -o-transform: skewX(-10deg);
            transform: skewX(-10deg);
}
.product-sect .sect-title {
    color: #D7D7D7;
}
.product-sect .sect-title:before {
    content: url(../../images/common/index/title_deco2.png);
}
.product-sect .sect-title small {
    color: #D8A143;
}
.about-sect {
    background: url(../../images/common/main_bg.png) no-repeat 100% 0;
}
.about-sect .media-box .item-wrap {
    display: inline-block;
    vertical-align: middle;
    background: url(../../images/common/pic_bg.jpg);
    padding: 4px;
    margin: 0 10px 15px;
}
.about-sect .media-box .item-wrap iframe {
	width: 400px!important;
	height: 225px;
    display: block;
    border: 0;
    max-width: 100%;
}
.about-sect .btn {
    margin-top: 60px;
}
.official a, .official a:visited {
    color: rgb(161, 155, 151);
}
.official a:hover {
    color: #D9A54C;
}
.product-sect {
    background: url(../../images/common/pattern_01.png) fixed;
}
.product-sect .container {
    max-width: 1920px;
}
.product-list li {
    width: 33.33%;
    padding: 0 13px;
}
.product-list li a {
    display: block;
    color: #C4C0BF;
}
.product-list .pic {
    margin: 0 -10px;
    overflow: hidden;
}
.product-list .pic img {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.product-list a:hover .pic 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);
}
.product-name {
    color: #D8A043;
    font-size: 21px;
    margin: 20px 0 10px;
}
.tab-nav {
    margin-bottom: 74px;
}
.tab-nav li a {
    min-width: 210px;
    min-height: 28px;
    padding: 6px 12px;
    border: 2px solid #A6ABA1;
    font-size: 18px;
    margin: 0 4px 8px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}
.tab-nav li a:hover,
.tab-nav li.active a {
    color: #C98D29;
    border-color: #D8A143;
}
.tab-content {
    display: none;
}
.shop-box {
    text-align: left;
    max-width: 870px;
}
.shop-box .pic {
    float: left;
    width: 450px;
    height: 300px;
    margin: 0 0 10px;
}
.shop-box .txt {
    margin-left: 500px;
}
.shop-box .title {
    padding-top: 8px;
}

@media screen and (max-width: 1024px) {
    .about-sect {
        background-size: 280px auto;
        background-position: 110% 0;
    }
    .product-list li {
        display: block;
        width: auto;
        padding: 0;
    }
    .product-list li a {
        margin-bottom: 40px;
    }
    .product-list .pic {
        margin: 0;
    }
    .shop-box {
        max-width: 450px;
    }
    .shop-box .pic {
        float: none;
        width: auto;
        height: auto;
    }
    .shop-box .txt {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .about-sect {
        background:none;
    }
}