@charset "UTF-8";

/*univeral*/
.forerunner-955 ul {
	padding: 0 !important;
}

.forerunner-955 ul li {
	list-style: none !important;
}

.forerunner-955 h1,
h2,
h3,
h4,
p {
	margin-bottom: 0 !important;
}

.forerunner-955 h3,
.forerunner-955 h4 {
	font-family: roboto, sans-serif !important;
}

/*swiper*/
.swiper-wrapper {
	align-items: stretch !important;
}

/*.swiper-container.multi {
	max-width: 1500px;
}*/

.swiper-slide.normal {
	opacity: 0 !important;
	height: auto;
}

.swiper-slide.normal.swiper-slide-active {
	opacity: 1 !important;
}

.swiper-button {
	color: #e5e5e5;
	-webkit-transition: color 0.3s ease-out 0s;
	-o-transition: color 0.3s ease-out 0s;
	transition: color 0.3s ease-out 0s;
	top: 50%
}

@media only screen and (min-width: 992px) {
	.swiper-button:hover {
		color: #CDCDCD;
	}
}

.swiper-button.swiper-button-next {
	right: 10px;
}

.swiper-button.swiper-button-prev {
	left: 10px;
}

@media only screen and (min-width: 768px) {
	.swiper-button.swiper-button-next {
		right: 40px;
	}

	.swiper-button.swiper-button-prev {
		left: 40px;
	}

	.swiper-button.swiper-button-next.half {
		right: calc(50vw + 40px);
	}

	.swiper-button.swiper-button-prev.half {
		left: calc(50vw + 40px);
	}
}

.swiper-pagination-bullet {
	opacity: 0.5;
	background-color: #666666;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-pagination.custom {
	width: 100%;
	margin-top: 40px;
	justify-content: center;
	position: relative;
	bottom: auto;
	left: auto;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.swiper-pagination.custom.no-scroll {
	overflow: hidden;
}

.swiper-pagination.custom .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background: none;
	font-size: 16px;
	text-transform: uppercase;
	color: #aaaaaa;
	padding-bottom: 5px;
	margin: 0 10px;
	border-radius: 0;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
}

.swiper-pagination.custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: white;
	font-weight: bold;
	border-bottom: 3px solid white;
}

@media only screen and (min-width: 768px) {
	.swiper-pagination.custom {
		overflow: hidden;
	}

	.swiper-pagination.custom .swiper-pagination-bullet {
		font-size: 20px;
		margin: 0 20px;
	}

	.swiper-pagination.half {
		width: fit-content;
		left: 74vw;
	}
}

@media only screen and (min-width: 1440px) {
	.swiper-pagination.custom .swiper-pagination-bullet {
		margin: 0 30px;
	}
}

/*hero*/
#hero {
	min-height: 450px;
	background-image: url(../images/hero.jpg);
	background-position: center top;
	background-size: cover;
	position: relative;
}

#hero-content {
	width: calc(100% - 40px);
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
}

.hero-txt,
.hero-logo,
.hero-product {
	width: 50vw;
	max-width: 200px;
	opacity: 0;
}

.product-all {
	position: relative;
}

.product-2 {
	position: absolute;
	top: 0;
	left: 0;
}

.hero-txt {
	margin: 0 auto 60px auto;
}

@media only screen and (min-width: 768px) {
	#hero-content {
		max-width: 550px;
	}
}

@media only screen and (min-width: 1440px) {
	#hero {
		min-height: 600px;
	}

	#hero-content {
		max-width: 700px;
	}

	.hero-txt,
	.hero-logo,
	.hero-product {
		max-width: 260px;
	}
}

@media only screen and (min-width: 1920px) {
	#hero {
		min-height: 750px;
	}

	#hero-content {
		max-width: 950px;
	}

	.hero-txt,
	.hero-logo,
	.hero-product {
		max-width: 300px;
	}

	.hero-txt {
		margin: 0 auto 100px auto;
	}
}

/*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 {
	width: 100%;
	height: 0;
	background: rgba(40, 40, 40, 0.95);
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	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;
}

@media only screen and (min-width: 992px) {
	#pd-nav .dropdown-content {
		width: auto;
		left: 235px;
	}
}

@media only screen and (min-width: 1300px) {
	#pd-nav .dropdown-content {
		left: calc(50vw - 400px);
	}
}

#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;
}

@media only screen and (min-width: 1024px) {
	#pd-nav .dropdown-content.active {
		top: 110px;
	}
}

#pd-nav .sub-nav-con.dark .sub-nav li.active #subNavDropDown {
	color: white;
}

@media only screen and (min-width: 992px) {

	#pd-nav .sub-nav-con.dark .sub-nav li #subNavDropDown:hover,
	#pd-nav .dropdown-content a:hover {
		color: white;
	}
}

@media only screen and (max-width: 479px) {
	#pd-nav .sub-nav-con .sub-nav li button {
		font-size: 14px;
	}
}

/*intro*/
#intro {
	height: 100vh;
	min-height: 500px;
	top: 0;
	overflow: hidden;
	position: relative;
}

#intro #video-pattern {
	position: relative;
	z-index: 5;
	width: 100vw;
	height: 100vh
}

#intro video {
	min-width: 100vw;
	min-height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#intro .slogan {
	position: absolute;
	z-index: 6;
	width: 90%;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#intro .slogan-img img {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#intro .slogan-txt {
	opacity: 0;
	margin-top: 30vh;
	padding: 0;
}

/*devices*/
#devices {
	padding: 0 0 60px 0;
	margin-top: -80px;
	position: relative;
	z-index: 5;
}

@media only screen and (min-width: 768px) {
	#devices {
		padding: 40px 0;
		margin-top: 0;
	}
}

#devices .products {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.select-area {
	margin-top: -40px;
}

@media only screen and (min-width: 768px) {
	.device-box {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.product-image-con,
	.select-area {
		flex: 1 1 0;
	}

	.select-area {
		margin-top: 0;
	}
}

.products .products-image {
	max-width: 500px;
	margin: 0 auto;
}

.products .series-name {
	font-family: "Oswald", "Roboto", "Noto Sans KR", sans-serif;
	letter-spacing: normal;
	margin-bottom: 0;
}

.products dl.color-con {
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
}

.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: 0 5px;
}

.products dl.color-con dd.active {
	border: 3px double #ffffff;
}

.products dl.color-con dd.solar {
	background-image: url(../images/icon-solar-power-white.svg);
	background-size: 70%;
	background-position: center;
}

.products dl.color-con dd.solar.black {
	background-image: url(../images/icon-solar-power.svg);
}

.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%;
}

@media only screen and (min-width: 768px) {
	#feature-icons .flex-box {
		gap: 40px 20px;
	}

	#feature-icons .flex-box>li {
		flex: calc(100% / 5 - 40px);
	}
}

#feature-icons .flex-box img {
	width: 45px;
	opacity: 0.75;
}

@media only screen and (min-width: 992px) {
	#feature-icons .flex-box img {
		width: 60px;
	}
}

/*feature*/
.feature-flex {
	overflow: hidden;
}

.feature-bg {
	background-position: center bottom;
	background-size: cover;
}

.feature-txt {
	padding-left: 60px;
	padding-right: 60px;
}

.feature-bg .feature-txt {
	max-width: 1200px;
	margin: 0 auto;
}

.feature-img {
	background-size: cover;
	background-position: center;
}

.feature-img.custom {
	max-height: 550px;
	background-position: center top;
	margin-bottom: -10%;
	position: relative;
}

.feature-img.custom::after {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

@media only screen and (max-width: 767px) {
	.feature-img.custom {
		overflow: hidden;
	}

	.feature-img.custom img {
		width: 150%;
		margin-left: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (min-width: 768px) {
	.feature-flex {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.feature-flex.reverse {
		flex-direction: row-reverse;
	}

	.feature-flex.stretch {
		align-items: stretch;
	}

	#feature-touchscreen .touchscreen-video, #feature-triathlon .feature-img, #feature-gps .feature-img, #feature-health .feature-img, #feature-safety .feature-img {
		width: 50%;
	}

	#feature-touchscreen .feature-txt, #feature-triathlon .feature-txt, #feature-gps .feature-txt, #feature-health .feature-txt, #feature-safety .feature-txt {
		width: calc(50% - 80px);
	}

	.feature-bg {
		min-height: 550px;
	}

	.feature-img img {
		opacity: 0;
	}

	.feature-txt {
		padding-left: 80px;
		padding-right: 80px;
	}

	.feature-flex .feature-txt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 100px 40px;
		align-items: center;
	}

	.swiper-container.custom .feature-txt {
		max-width: 1200px;
		display: flex;
		flex-direction: row;
		padding: 40px 80px;
		margin: 0 auto;
	}

	.swiper-container.custom .feature-txt>div {
		flex: 1 1 0;
	}

	.swiper-container.custom .feature-txt div:first-of-type {
		text-align: right;
		margin-left: -15%;
	}

	.swiper-container.custom .feature-txt .align-center {
		text-align: left !important;
	}

	.swiper-container.custom .feature-txt .align-left {
		margin-left: 0;
	}

}

.touchscreen-video {
	max-height: 300px;
	background-image: url(../images/bg-intro.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}

.touchscreen-video video {
	width: 100%;
	min-width: 550px;
	height: auto;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
	#feature-touchscreen {
		height: 550px;
	}

	.touchscreen-video {
		max-height: none;
	}

	.touchscreen-video video {
		min-height: 550px;
		width: auto;
	}
}

.watch-img {
	width: 140%;
	max-width: 500px;
	margin-top: -200px;
	margin-bottom: -25px;
	margin-left: 50%;
	transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.swiper-container.custom .watch-img {
		margin-top: -75px;
	}

	.swiper-container.multi .watch-img {
		margin-top: -20%;
	}
}

@media only screen and (min-width: 768px) {
	.watch-img {
		width: 70%;
		margin-top: -5%;
		margin-left: 0;
		transform: translateX(0);
	}
}