@charset "utf-8";
body {
    background: #382626 url(../img/bgTattoo.png) top left repeat;
}

body.noScrollBar {
    /*overflow: hidden;*/
}

.wrap {
    width: 1400px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 1800px) {
    .wrap {
        width: 1400px;
    }
}

@media (max-width: 1500px) {
    .wrap {
        width: auto;
        padding: 0px 30px;
    }
}

@media (max-width: 590px) {
    .wrap {
        padding: 0px 15px;
    }
}

.main {}


/*-----------------------banner------------------------------*/

.banner {
    position: relative;
    overflow: hidden;
}

.slickArea {
    transition: 1s ease top, 3s ease opacity;
    position: relative;
    top: 100px;
    opacity: 0;
}

.slickArea.show {
    top: 0px;
    opacity: 1;
}

.slickArea:before,
.slickArea:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 2000px;
    pointer-events: none;
    background: rgb(255, 255, 255);
    top: -200px;
    left: -100%;
    z-index: 3;
    transform: rotate(25deg);
    box-shadow: 0px 0px 50px rgb(255, 255, 255);
}

.slickArea:before {
    animation: reflective 3s ease-in-out 2s;
    opacity: 0.08;
    box-shadow: 0px 0px 50px rgb(255, 255, 255),
    -250px 0px 50px rgb(255, 255, 255);
}

.slickArea:after {
    animation: reflective 2s ease-in-out 2.5s;
    opacity: 0.2;
}

@keyframes reflective {
    from {
        left: -100%;
    }
    to {
        left: 120%;
    }
}

.slickArea img {
    width: 100%;
    height: auto;
}

.slick-slide img.bnPc {}

.slick-slide img.bnM {
    display: none;
}

.bnLogoArea {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    pointer-events: none;
    overflow: hidden;
    padding: 50px 0px 0px;
    opacity: 0;
    transition: 0.8s ease opacity;
    display: none !important;
}

.bnLogoArea.show {
    opacity: 1;
}

.bnLogoBg {
    display: inline-block;
    max-width: 454px;
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 0;
}

.bnLogo_logo {
    position: absolute;
    width: 106px;
    left: 50%;
    bottom: 6px;
    margin-left: -53px;
    z-index: 3;
    animation: rotate 4s ease-in-out 2s alternate;
}

@keyframes rotate {
    0% {
        transform: rotateY(0);
        opacity: 1;
    }
    20% {
        transform: rotateY(0);
    }
    80% {
        transform: rotateY(360deg);
    }
    100% {
        transform: rotateY(360deg);
        opacity: 1;
    }
}

.bnLogo_start {
    position: absolute;
    width: 147px;
    bottom: 4px;
    left: 50%;
    margin-left: -73px;
    z-index: 3;
    /*animation: flashing 1s ease infinite 0s alternate;*/
    opacity: 0;
}

@keyframes flashing {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.bnLogoShadow {
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 1;
    bottom: -122px;
    left: 50%;
    margin-left: -100px;
    transform-origin: center;
    transform: rotate(45deg);
    animation: halo 1.3s ease infinite 0s alternate;
    background: rgba(255, 255, 255, 0.94);
}

@keyframes halo {
    from {
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0);
    }
    to {
        box-shadow: 0px 0px 200px rgba(255, 255, 255, 1),
        0px 0px 200px rgba(255, 255, 255, 1),
        0px 0px 300px rgba(255, 255, 255, 1);
    }
}

@media (max-width: 800px) {
    .bnLogoArea {
        display: block !important;
    }
}

@media (max-width: 700px) {
    /*.slick-slide img.bnPc {
			display: none;
		}
		.slick-slide img.bnM {
			display: block;
		}*/
    .slickArea:before,
    .slickArea:after {
        width: 80px;
        left: -500%;
    }
}

@media (max-width: 380px) {
    .bnLogoShadow {
        width: 160px;
        height: 160px;
        margin-left: -80px;
    }
}


/*-----------------------主按鍵------------------------------*/

.navbarArea {
    transition: 2s ease opacity;
    opacity: 0;
}

.navbarArea.show {
    opacity: 1;
}

.navbarArea.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.navbarTop {
    height: 4px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efd22f+6,e3a622+36,e5c02c+48,f0d97e+62,ffc000+78,c6a32f+100 */
    background: #efd22f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #efd22f 6%, #e3a622 36%, #e5c02c 48%, #f0d97e 62%, #ffc000 78%, #c6a32f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #efd22f 6%, #e3a622 36%, #e5c02c 48%, #f0d97e 62%, #ffc000 78%, #c6a32f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #efd22f 6%, #e3a622 36%, #e5c02c 48%, #f0d97e 62%, #ffc000 78%, #c6a32f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd22f', endColorstr='#c6a32f', GradientType=1);
    /* IE6-9 */
}

.navBar {
    text-align: center;
    background: rgba(45, 38, 34, 0.94);
    box-shadow: 0px -10px 30px rgba(0, 0, 0, 0.58) inset;
}

.navList {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
}

.navList a {
    display: block;
    text-decoration: none;
    transition: 0.3s ease all;
    border: solid 1px rgba(255, 255, 255, 0);
    color: #736a61;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 5px 12px;
    position: relative;
}

.navList a:hover {
    color: #e2d896;
}

body.nav1 .navList:nth-of-type(1) a,
body.nav2 .navList:nth-of-type(2) a,
body.nav3 .navList:nth-of-type(3) a,
body.nav4 .navList:nth-of-type(4) a {
    border-color: #c39a36;
    color: #e2d896;
}


/*導航條*/

.navigationArea {
    text-align: center;
    background: #00acad;
    background: rgba(138, 111, 96, 0.81);
    border-bottom: solid 2px #ffe598;
}

.navigationList {
    display: inline-block;
    vertical-align: top;
    padding: 4px 15px;
}

.navigationList a {
    display: block;
    text-decoration: none;
    transition: 0.3s ease all;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    padding: 4px 5px;
    border: solid 1px rgba(255, 255, 255, 0);
    position: relative;
}

.navigationList a:hover {
    opacity: 0.7;
}

.navigationList.active a {
    border-color: #fff;
}

@media (max-width: 800px) {
    .navList {
        padding: 8px 0px;
    }
}

@media (max-width: 530px) {
    .navBar {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 200px;
        height: 0px;
        z-index: 3;
        border-radius: 0px 0px 3px 3px;
        box-shadow: 0px 0px 10px;
        overflow: hidden;
        transition: 0.3s ease all;
        background: rgba(23, 15, 10, 0.91) url(../img/bgTattoo.png) top left repeat;
    }
    .navBar.active {
        height: auto;
        overflow-y: scroll;
        box-sizing: border-box;
        padding: 38px 0px 38px;
    }
    /*.navBar .wrap {
					padding: 0px;
				}*/
    .navList {
        display: block;
    }
    .navList a {
        font-size: 20px;
    }

    /*導航條*/
    .navigationArea {
        overflow-x: scroll;
        background: #00acad url(../img/bgTattoo.png) top left repeat;
        white-space: nowrap;
        padding: 0px 64px;
    }
    .navigationList {
        padding: 4px 2px;
    }
    .navigationList a {
        padding: 12px 5px;
    }
    .navigationList a:hover {
        opacity: 1;
    }
}


/*-----------------------手機menu按鍵------------------------------*/

.menu_btn {
    position: fixed;
    width: 37px;
    top: 4px;
    right: 15px;
    cursor: pointer;
    display: none;
    z-index: 100;
    background: #f1b93e;
    padding: 4px 7px;
}

.menu_btn:before {
    content: '';
    position: absolute;
    border-top: solid 30px rgba(0, 0, 0, 0);
    border-right: solid 7px #f1b93e;
    top: 0px;
    left: -7px;
}

.menu_btn:after {
    content: '';
    position: absolute;
    border-bottom: solid 30px rgba(0, 0, 0, 0);
    border-left: solid 7px #f1b93e;
    top: 0px;
    right: -7px;
}

.menu_btn span {
    display: block;
    background: #2b231d;
    height: 2px;
    margin: 4px 0px;
    transition: 0.3s ease all;
    border-radius: 3px;
}

.menu_btn span:nth-of-type(1),
.menu_btn span:nth-of-type(2) {
    position: absolute;
    width: 23px;
    top: 10px;
}


/*點擊*/

.menu_btn.active span {
    opacity: 0;
}

.menu_btn.active span:nth-of-type(1),
.menu_btn.active span:nth-of-type(2) {
    opacity: 1;
    transform-origin: center center;
}

.menu_btn.active span:nth-of-type(1) {
    transform: rotate(45deg);
}

.menu_btn.active span:nth-of-type(2) {
    transform: rotate(-45deg);
}

@media (max-width: 530px) {
    .menu_btn {
        display: block;
    }
}


/*-----------------------C23------------------------------*/


/*錨點*/

.intro-anchors {
    display: none;
}

a[name^="anc"] {
    position: relative;
    top: -80px;
}


/*商品列表*/

.carrier {
    background: rgba(255, 255, 255, 0.93);
    position: relative;
    /*border: solid 2px #ffe598;*/
    padding: 0 0 20px 0;
    margin: 39px 0 0 0;
    top: 150px;
    opacity: 0;
    transition: 2s ease all;
}

.carrier.show {
    opacity: 1;
    top: 0px;
}

.carrier:before,
.carrier:after {
    position: absolute;
    content: '';
    opacity: 0;
}

.carrier:before {
    border-top: solid 18px #cabeb1;
    border-right: solid 18px rgba(0, 0, 0, 0.00);
    top: 0px;
    left: 0px;
}

.carrier:after {
    border-bottom: solid 18px #cabeb1;
    border-left: solid 18px rgba(0, 0, 0, 0.00);
    bottom: 0px;
    right: 0px;
}

.carrier h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    /*font-weight: 100;*/
    padding: 10px 0px 10px 10px;
    text-align: left;
    background: #7b6155;
}

.carrier h4:before {
    width: 10px;
    height: 10px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0px 12px;
    background: #f9cb37;
    transform: rotate(45deg);
}


/*.carrier h4:before {
				background: url(../img/titLeft.png) center center no-repeat;
			}
			.carrier h4:after {
				background: url(../img/titRight.png) center center no-repeat;
			}*/

.carrier ul {
    margin: 0 auto;
}


/*第一組*/

.carrier ul li.box-head {
    display: none;
    margin: 10px auto;
    border-bottom: none;
    padding: 15px 10px;
    font-weight: bold;
}

.carrier ul li.box-head a {}

.carrier ul li.box-head a img {}

.carrier ul li.box-head a p {}

.carrier ul li.box-head a strong {}

.carrier ul li.box-head a strong:before {}

.carrier ul li.box-head a q {}

.carrier ul li.box-head a span {}

.carrier ul li.box-head a span:hover {}

.carrier ul li {
    list-style: none;
    border-bottom: dotted 2px #553f30;
    padding: 15px 0px;
    width: 94%;
    margin: 0 auto;
}

.carrier ul li:hover {}

.carrier ul li:nth-of-type(2n+0) {}

.carrier ul li:last-of-type {}

.carrier ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #6d5010;
    text-decoration: none;
}

.carrier ul li a strong {
    color: #583c27;
    font-size: 20px;
    line-height: 32px;
    display: block;
    transition: 0.3s ease all;
}

.carrier ul li a strong:hover {
    color: #00acad;
    color: #820000;
}

.carrier ul li a .price {
    display: block;
    text-align: right;
    font-size: 20px;
    color: #b90232;
    margin: -23px 0px 0px 0px;
}

.carrier ul li a .price span {
    font-size: 20px;
}

@media (max-width: 1300px) {
    .carrier {
        padding: 0px 30px 40px;
    }
}

@media (max-width: 590px) {
    .carrier {
        padding: 0px 15px 20px;
    }
    .carrier h4 {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
    }
    .carrier h4:before,
    .carrier h4:after {
        /*background-size: 100%;
						width: 26px;
						height: 26px;*/
    }

    .carrier ul li a strong {
        font-size: 22px;
        line-height: 28px;
    }
}


/*-----------------------看更多------------------------------*/

.lookMore {
    text-align: center;
    padding: 28px 0px 10px;
}

.lookMore a {
    display: inline-block;
    transition: 0.3s ease all;
    font-size: 24px;
    color: #ffdc72;
    color: #fff;
    background: #4b3809;
    background: #6d4c2c;
    border: solid 1px #8a6745;
    padding: 16px 22px;
    text-decoration: none;
    position: relative;
}

.lookMore a i {
    vertical-align: top;
    color: #eebc44;
    transition: 0.3s ease all;
}

.lookMore a:hover {
    background: #00acad;
    border-color: #00acad;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.32);
}

.lookMore a:hover i {
    color: #fff;
}

@media (max-width: 590px) {
    .lookMore a {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 22px;
    }
}


/*-----------------------介紹列表------------------------------*/

.titType1 {
    text-align: center;
    font-size: 28px;
    color: #776862;
    padding: 47px 0px 11px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.74);
}

.titType1:before,
.titType1:after {
    width: 10px;
    height: 10px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0px 12px;
    background: #cabeb1;
    transform: rotate(45deg);
}


/*.titType1:before {
			background: url(../img/titLeft.png) center center no-repeat;
		}
		.titType1:after {
			background: url(../img/titRight.png) center center no-repeat;
		}*/

@media (max-width: 590px) {
    .titType1 {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
    }
    .titType1:before,
    .titType1:after {
        /*background-size: 100%;
				width: 26px;
				height: 26px;*/
    }
}

.introductArea {}

.introductDom {
    width: 50%;
    float: left;
}

.introductDom:nth-of-type(2) {
    float: right;
}

.introductionListArea {
    position: relative;
}

.introductionListArea2 {
    text-align: left;
}

.introductionListArea .slick-arrow {
    position: absolute;
    z-index: 1;
    font-size: 0px;
    background: rgba(255, 255, 255, 0.91);
    border: none;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    transition: 0.3s ease all;
}

.introductionListArea .slick-arrow:before {
    font-size: 20px;
    font-family: 'Material Icons';
}


/*hover*/

.introductionListArea .slick-arrow:hover {
    background: #000;
    color: #fff;
}

.introductionListArea .slick-prev {
    left: 20px;
}

.introductionListArea .slick-prev:before {
    content: "keyboard_arrow_left";
}

.introductionListArea .slick-next {
    right: 20px;
}

.introductionListArea .slick-next:before {
    content: "keyboard_arrow_right";
}

.introductionList {
    padding: 15px 0px;
    /*min-height: 600px;
				min-height: 90vh;*/
    box-sizing: border-box;
    box-shadow: 0px -43px 50px rgba(0, 0, 0, 0.11) inset;
    height: 500px !important;
    position: relative;
}

.introductionList .wrap {
    padding: 0px 100px;
    padding: 0px;
    width: auto;
}

.introductInfo {
    background: rgba(45, 38, 34, 0.83);
    box-sizing: border-box;
    padding: 24px 20px;
    position: absolute;
    color: #fff;
    left: 0px;
    width: 100%;
    bottom: 0px;
}

.introductInfo:before,
.introductInfo:after {
    content: '';
    position: absolute;
    width: 96%;
    height: 1px;
    background: rgba(255, 255, 255, 0.23);
}

.introductInfo:before {
    /*border-top: solid 18px #d5a845; */
    /* border-right: solid 18px rgba(0,0,0,0.00); */
    top: 16px;
    left: 2%;
    opacity: 0;
}

.introductInfo:after {
    /*border-bottom: solid 18px #a07a57;
								border-left: solid 18px rgba(0,0,0,0.00);*/
    bottom: 16px;
    right: 2%;
}

.introductInfoTit {
    font-size: 30px;
    line-height: 36px;
}

.introductInfoText {
    font-size: 16px;
    line-height: 22px;
    /* color: #36251f; */
    padding: 8px 0px 0px;
    letter-spacing: 0.75px;
}


/*第二組*/


/*.introductionList:nth-of-type(2n+0) .wrap {
				text-align: right;
			}
				.introductionList:nth-of-type(2n+0) .introductInfo {
					text-align: left;
				}*/

@media (max-width: 1300px) {
    /*.introductionList .wrap {
			padding: 0px 30px;
		}*/
}

@media (max-width: 800px) {
    .introductDom {
        float: none;
        width: auto;
    }
    .introductDom:nth-of-type(2) {
        float: none;
    }
    .introductionList {
        height: 50vw !important;
    }
}

@media (max-width: 590px) {
    .introductionListArea {
        background: rgba(45, 38, 34, 0.83);
    }
    .introductionList {
        margin: 0px 0px 190px;
    }
    /*.introductionList .wrap {
						padding: 0px 15px;
					}*/
    .introductionListArea .slick-arrow {
        display: none !important;
    }
    .introductInfo {
        padding: 24px 15px;
        /*width: auto;
							display: block;*/
        bottom: auto;
        top: 50vw;
        background: none;
    }
    .introductInfoTit {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
    }
    .introductInfoText {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }
}











.carrier ul li.box-head {
    background: #fff4b7;
    display: block;
}

.carrier ul li.box-head img,
.carrier ul li.box-head span,
.carrier ul li.box-head strong {
    display: none;
}

.carrier ul li.box-head a {
    cursor: default;
}

.carrier:nth-child(2) ul li.box-head:hover {
    background: #fff200
}

.carrier:nth-child(2) ul li.box-head a {
    cursor: pointer;
}


.group-type-ph {
    text-align: center;
}

.group-type-ph .ph {
    display: inline-block;
    position: relative;
    margin: 10px;
    width: 300px;
    height: auto;
    vertical-align: top;
    background: #f1f0f0
}

.group-type-ph .ph .ph-img {
    margin: 0 0px 0 0;
    overflow: hidden;
}

.group-type-ph .ph .ph-img img {
    height: 200px;
    width: 300px;
}

.group-type-ph .ph .ph-title {
    padding: 10px 0 0 0;
    font: bold 20px/24px "arial", "微軟正黑體";
    color: #36251f;
    vertical-align: middle;
}

.group-type-ph .ph .ph-detail {
    margin: 0 0 0 20px;
    padding: 0 10px 0 0;
    font: 14px/20px "arial", "微軟正黑體";
    color: #583c27;
    text-align: left;
    vertical-align: middle;
}

.ph .price {
    margin: 0;
    padding: 0;
    font: bold 18px/26px "arial", "微軟正黑體";
    color: #bf0000;
}

.ph .price span {
    margin: 0;
    padding: 0;
    font: bold 26px/26px "arial", "微軟正黑體";
    color: #bf0000;
}