@charset "UTF-8";
/*univeral*/
.instinct-2 ul {
	padding: 0!important;
}

.instinct-2 ul li {
	list-style: none!important;
}

.instinct-2 h1, h2, h3, h4, p {
	margin-bottom: 0!important;
}

.instinct-2 h4 {
	font-family: roboto,sans-serif!important;
}

.max-width {
	width: 90%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.max-width-img {
	width: 70%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.bg-gray {
	background-color: #F1F1F1;
}

.bg-black {
	background-color: black;
}

.bg-white {
	background-color: white;
}

.bg-blue {
	background-color: #214065;
}

.font-s {
	font-size: 14px;
	line-height: 1.5;
}

.font-m {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal!important;
}

.font-l {
	font-size: 20px;
	font-weight: bold!important;
	line-height: 1.5;
}

.font-xl {
	font-size: 28px;
	font-weight: bold!important;
	line-height: 1.5;
}

.font-white {
	color: white;
}

.font-light-gray {
	color: #d5d5d5;
}

.font-mid-gray {
	color: #999999;
}

.font-gray {
	color: #666666;
}

.font-black {
	color: black;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.linbreak {
	display: block;
}

.nowrap {
	display: inline-block;
}

.padding {
	padding: 60px 0;
}

.padding-left-right {
	padding-left: 20px;
	padding-right: 20px;
}

.margin-top {
	margin-top: 40px;
}

.margin-top-m {
	margin-top: 20px;
}

.margin-top-s {
	margin-top: 10px;
}

.margin-top-xs {
	margin-top: 5px;
}

.tag {
	padding: 8px 20px;
}

.new {
	padding: 3px 6px;
	margin-right:  5px;
}

.flex-box {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-items: center;
	justify-content: center;
}

.btn-outline-black, .btn-outline-white, .cta-button.dark {
	color: black!important;
	padding: 12px 35px;
	border: 1px solid black;
	display: inline-block;
}

.btn-outline-white {
	color: white!important;
	border-color: white;
}

/*sticky*/
.p-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    z-index: 10;
}

/*swiper*/
.swiper-slide {
	opacity: 0!important;
}

.swiper-slide.swiper-slide-active {
	opacity: 1!important;
}

.swiper-button {
    color: #d5d5d5;
    -webkit-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
}

.swiper-button.swiper-button-next {
    right: 10px;
}

.swiper-button.swiper-button-prev {
    left: 10px;
}

.swiper-pagination-bullet {
    opacity: 0.15;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #999999;
}

/*hero*/
#hero, #intro {
	min-height: 450px;
	background-image: url(../images/hero.jpg);
	background-position: 25% top;
	background-size: cover;
	position: relative;
}

@media (max-width:767px) {
#hero {
	background-position: center top;
}
}

#hero::before, #intro::before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#hero-text, #intro-text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.hero-txt {
    width: 60vw;
    max-width: 225px;
    margin: 0 auto 20px auto; 
}

.hero-product {
    width: 50vw;
    max-width: 188px;
}

/*dropdown*/
#pd-nav #subNavDropDown {
    background: none;
    color: #999;
    border: none;
}

#pd-nav #subNavDropDown .icon-down-open-big::before {
    color: #999;
}

#pd-nav #subNavDropDown .icon-down-open-big.active::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#pd-nav .dropdown-content {
    background: rgba(40,40,40,0.95);
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 215px;
    z-index: -1;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

#pd-nav .dropdown-content li {
    text-align: center;
    padding: 10px 15px;
    margin: 0;
    display: block;
}

#pd-nav .dropdown-content li a {
    color: #999999;
    font-size: 14px;
}

#pd-nav .dropdown-content.active {
    top: 100px;
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

#pd-nav .sub-nav-con.dark .sub-nav li.active #subNavDropDown {
	color: white;
}

/*intro*/
#intro {
	min-height: 300px;
	background-image: url(../images/bg-intro.jpg);
}

#intro-text {
	bottom: 80px;
}

/*devices*/
#devices {
	padding: 0 0 60px 0;
	margin-top: -60px;
	position: relative;
}

.size-switch {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 270px;
}
@media (max-width:767px)  {
.size-switch {
    left: 0;
    bottom: 270px;
}
.products dl.color-con{
	min-height:108px;
}
}
.size-switch button{
	background-color: white;
	padding: 6px 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.size-switch button:first-of-type {
	border-right: none;
}

.size-switch button.active {
	background-color: black;
	color: white;
}

#devices .container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
	display: none;
}

#devices .container.active {
	display: block;
}

.products .product-image-con {
	text-align: center;
}

.products .products-image {
	max-width: 400px;
}

.products .series-name {
	font-family: "knockout 30","knockout 28",roboto,noto sans tc,microsoft jhenghei,sans-serif;
	letter-spacing: normal;
	margin-bottom: 0;
}

.products dl.color-con {
	/*max-width: 380px;*/
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	position: relative;
}

/*.products dl.color-con.small {
	max-width: 274px;
}*/

.products dl.color-con dd {
    width: 42px;
    height: 42px;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
}
@media (max-width:767px) {
.products dl.color-con dd {
    width: 37px;
    height: 37px;
}
}
/*.products dl.color-con dd.group-a::before {
	content: '太陽能充電版';
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #666666;
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
}

.products dl.color-con dd.group-b {
	margin-top: 50px;
}

.products dl.color-con dd.group-b::before {
	content: '一般版';
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #666666;
	display: block;
	position: absolute;
	bottom: 60px;
	left: 0;
}

.products dl.color-con dd.tactical, .products dl.color-con dd.surf {
	position: relative;
}

.products dl.color-con dd.tactical::after, .products dl.color-con dd.surf::after {
	content: '軍事版';
	width: 100%;
	font-size: 12px;
	text-align: center;
	color: #666666;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.products dl.color-con dd.surf::after {
	content: '衝浪版';
}

.products dl.color-con dd.active.tactical::after, .products dl.color-con dd.active.surf::after {
	bottom: -22px;
}*/

.products dl.color-con dd.active {
    border: 3px double #ffffff;
}

.products .products-image, .products .price-con div, .products .series-name span {
	display: none;
}

.products .products-image.active, .products .price-con div.active, .products .series-name span.active {
    display: inline;
}

/*feature-icons*/
#feature-icons .flex-box {
	flex-wrap: wrap;
	gap: 40px 0;
}

#feature-icons .flex-box > li {
	flex: 50%;
}

#feature-icons .flex-box img {
	width: 45px;
	opacity: 0.75;
}

.feature-icon-tit-wrapper {
	margin-top: -60px;
	margin-bottom: 40px!important;
}

.feature-icon-tit-wrapper .tag {
	padding: 15px 30px;
}

/*feature*/
.feature-txt {
	padding: 60px 20px;
}

.feature-txt.swipe {
	padding: 60px 50px 100px 50px;
}

#watch-face {
	background-image: url(../images/bg-watch-face.jpg);
	background-size: auto 100%;
	background-position: center;
}

.watch-pic {
	width: 50vw;
	max-width: 250px;
	margin: -100px auto 0;
}

.watch-face-txt {
	max-width: 1600px;
} 

.feature-description {
	padding: 0 20px;
}

#outdoor-function {
	background-image: url(../images/bg-abc.jpg);
	background-size: auto 100%;
	background-position: top;
}

#outdoor-function .flex-box {
	gap: 0 20px;
}

#outdoor-function .flex-box li {
	flex: calc(100% / 3);
}

#outdoor-function .flex-box img {
 	width: 75px;
 	opacity: 0.6;
 }

 .abc-alert-watch {
 	width: 60%;
 	margin: -100px auto 0 auto;
 }

.transportation {
	position: relative;
}

.transportation::after {
	content: '';
	width: 60px;
	height: 60px;
	background-size: cover;
	display: block;
	position: absolute;
	bottom: 5%;
	right: -30px;
}

/*connect*/
#connect {
	background-image: url(../images/bg-connect.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: repeat;
	position: relative;
}

#connect::before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.85;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#connect > p, #connect >div {
	position: relative;
}

#connect .max-width-img {
	width: 50%;
}

.connect-logo {
	width: 80%;
	max-width: 250px;
	margin: 0 auto;
}

/*spec*/
#spec table {
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

#spec table.p-sticky {
    margin-top: 50px;
    background-color: #fff;
}

#spec table figure img {
    max-width: 80px;
}

#spec table td,
#spec table th {
    border: none;
    color: #000;
    padding: 8px;
}

#spec table .text b,
#spec table thead td {
    text-align: center;
}

#spec table tfoot p,
#spec table thead p {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    font-weight: bold;
}

#spec table tfoot span.and-up,
#spec table tfoot span.price,
#spec table thead span.and-up,
#spec table thead span.price {
    font-size: 13px;
    color: #666;
    display: inline-block;
}

#spec table tfoot span.and-up small,
#spec table tfoot span.price small,
#spec table thead span.and-up small,
#spec table thead span.price small {
    display: inherit;
    font-style: normal;
    font-size: inherit;
}

#spec table tbody tr {
    border-top: 1px solid #eee;
}

#spec table tbody tr:last-child {
    border-bottom: 1px solid #eee;
}

#spec table tbody td {
    line-height: 25px;
    vertical-align: top !important;
    text-align: center;
    font-size: 13px;
}

#spec table tbody td.row-label {
    text-align: left;
}

#spec table tbody td.dot {
    font-size: 30px !important;
}

#spec table tbody td span {
    display: block;
    font-size: 13px;
    color: #333;
}

@media only screen and (max-width: 370px) {
	/*universal*/
	.font-l {
		font-size: 18px;
	}

	.font-xl {
		font-size: 28px;
	}

	/*device*/
	/*.size-switch {
	    bottom: 345px;
	}

	.products dl.color-con {
		max-width: 330px;
	}

	.products dl.color-con.small {
		max-width: 234px;
	}

	.products dl.color-con dd {
	    width: 36px;
	    height: 36px;
	    margin: 4px;
	}

	.products dl.color-con dd.group-b::before {
		bottom: 55px;
	}

	.products dl.color-con dd.tactical::after, .products dl.color-con dd.surf::after {
		width: 120%;
		left: -3px;
	}*/
}

@media (max-width: 479px){
	#pd-nav .sub-nav-con .sub-nav li button {
    	font-size: 14px;
	}

	#pd-nav .dropdown-content {
		left: 195px;
	}
}


@media only screen and (max-width: 767px) {
	.for-desktop {
		display: none;
	}

	.mobile-align-center {
		text-align: center;
	}

	.products .product-image-con {
	    max-width: 80%;
	    margin: 0 auto;
	    position: relative;
	}

	#spec td:nth-child(4) {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
	/*universal*/
	.padding {
		padding: 80px 0;
	}

	.padding-left-right {
		padding-left: 40px;
		padding-right: 40px;
	}

	.for-mobile {
		display: none;
	}

	.for-desktop {
		display: block;
	}

	.swiper-button-next, .swiper-button-prev {
		top: 50%;
	}

	.swiper-button.swiper-button-next {
	    right: calc(50vw + 10px);
	}

	.swiper-button.swiper-button-next.right {
	    right: 10px;
	}

	.swiper-button.swiper-button-prev.right {
	    left: calc(50vw + 10px);
	}

	.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		width: auto;
		left: calc(25vw - 18px);
	}

	.swiper-pagination.right.swiper-pagination-clickable.swiper-pagination-bullets {
		left: calc(75vw - 18px);
	}

	/*hero*/
	#hero::before{
		display: none;
	}

	#hero-text {
		bottom: 10%;
	}

	.hero-txt {
		margin: 0 0 40px 20vw;
	}

	.hero-product {
		margin: 0 0 0 40vw;
	}

	/*intro*/
	#intro-text {
		bottom: 45%;
		padding-left: 20vw;
	}

	/*device*/
	#devices {
		padding: 80px 0;
		margin-top: 0;
	}

	.size-switch {
		right: calc(18% - 5px);
		left: auto;
		bottom: 295px;
	}

	.device-box {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.device-box .product-image-con {
		text-align: right;
	}

	/*.select-area {
		min-width: 380px;
	}*/

	/*feature-icons*/
	#feature-icons .flex-box > li {
		flex: calc(100% / 6);
	}

	/*feature*/
	.feature {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.feature.stretch, .min-height {
		min-height: 300px;
		align-items: stretch;
	}

	.feature.reverse {
		flex-direction: row-reverse;
	}

	.feature.margin-top, #connect.margin-top {
		margin-top: 0;
	}

	.bg-mode {
		background-size: cover;
		background-position: center;
	}

	.feature > div {
		flex: 50%;
	}

	.feature > ul {
		flex: calc(58% - 40px);
	}

	ul.feature-txt.square {
		flex: 50%;
	}

	.feature-txt.flex {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 0 40px 0 -8%;
	}

	.feature-txt.swipe {
		padding: 80px 60px 120px 60px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.watch-pic {
		width: 35%;
		max-width: 400px;
		margin: 0 auto;
	}

	.watch-pic.square {
		width: 25%;
	}

	.feature-description {
		width: 65%;
		margin-left: 20px;
		padding: 0;
	}

	.feature-description.square {
		width: 100%;
		margin: 0;
		padding: 0 20px;
	}

	.feature-description .align-center {
		text-align: left;
	}

	.feature-description.square .align-center {
		text-align: center;
	}

	#feature-surfing {
		background-color: #f1f1f1;
	}

	#outdoor-function .flex-box {
		max-width: 550px;
		margin: 20px auto 0;
	}

	#outdoor-function .flex-box p, #outdoor-function .flex-box h4 {
		display: inline-block;
		vertical-align: middle;
	}

	.abc-alert {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.abc-alert > p, .abc-alert-txt {
		flex: 40%;
	}

	p.abc-alert-watch {
		flex: 20%;
		margin-top: 0;
	}

	.abc-alert-txt {
		text-align: left;
	}
}

@media only screen and (min-width: 936px) {
	/*device*/
	.size-switch {
		right: calc(50vw - 290px);
		bottom: 280px;
	}
}

@media only screen and (min-width: 992px) {
	/*intro*/
	#intro, .feature.stretch, .min-height {
		min-height: 360px;
	}

	/*feature-icons*/
	.feature-icon-tit-wrapper {
		margin-top: -100px;
		margin-bottom: 80px!important;
	}

	#feature-icons .flex-box img {
		width: 60px;
	}

	/*features*/
	.feature-description.square {
		padding: 0 40px;
	}

	/*hover*/
	.btn-outline-black:hover, .cta-button.dark:hover {
		color: white!important;
		background-color: black;
	}

	.btn-outline-white:hover {
		color: black!important;
		background-color: white;
	}

	.swiper-button:hover {
	    color: #999999;
	}

	#pd-nav .sub-nav-con.dark .sub-nav li #subNavDropDown:hover, #pd-nav .dropdown-content a:hover {
		color: white;
	}
}

@media only screen and (min-width: 1024px) {
	#pd-nav .dropdown-content {
		left: 235px;
	}

	#pd-nav .dropdown-content.active {
        top: 110px;
    }
}

@media only screen and (min-width: 1300px) {
	#pd-nav .dropdown-content {
		left: calc(50vw - 400px);
	}
}

@media only screen and (min-width: 1440px) {
	/*universal*/
	.font-m {
		font-size: 18px;
	}

	.font-l {
		font-size: 24px;
	}

	.font-xl {
		font-size: 42px;
	}

	.min-height {
		min-height: calc(100vh - 100px);
	}

	/*hero*/
	#hero {
		min-height: 600px;
	}

	.hero-txt {
		max-width: 350px;
	}

	.hero-product {
		max-width: 250px;
	}

	/*intro*/
	#intro, .feature.stretch {
		min-height: 460px;
	}

	/*device*/
	.size-switch {
    	bottom: 265px;
	}

}

@media only screen and (min-width: 1920px) {
	/*hero*/
	#hero {
		min-height: 900px;
	}

	#hero-text {
		bottom: 15%;
	}

	.hero-txt {
		max-width: 450px;
	}

	.hero-product {
		max-width: 350px;
	}

	/*intro*/
	#intro, .feature.stretch {
		min-height: 540px;
	}
}

@media only screen and (min-width: 2500px) {
	/*universal*/
	.min-height {
		min-height: calc(70vh - 100px);
	}

	.bigger-font .font-m {
		font-size: 24px;
	}

	.bigger-font .btn-outline-white.font-m, .bigger-font .btn-outline-black.font-m {
		font-size: 18px;
	}
	
	/*device*/
	.size-switch {
    	right: calc(50vw - 345px);
    	bottom: 315px;
	}
	
	.products .products-image {
	    max-width: 500px;
	}
}
li{
	list-style-type:none;
	list-style:none !important;
}

/*-- compare --*/
#comparison{
	margin-top:80px;
}
#comparison td{
	border:none !important;
}
    #comparison .container{
		padding:0 50px;
		width:auto;
	}
	@media (max-width:767px) {
    #comparison .container{
		padding:0 15px;
	}
}
    #comparison #spec.container,
    [id*=comparison] #spec.container {
		/*--   --*/
       max-width: 1920px !important;
        padding: 0 15px;
        margin-top: 50px;
    }
    #comparison figure img,
    [id*=comparison] figure img {
        width: 100%;
        max-width: 100px;
        min-width: 100px;
        position: absolute;

    }

    @media (max-width:375px) {

        [id*=comparison] figure img {

            max-width: 90px;
            min-width: 90px;
            position: absolute;

        }
    }