@charset "UTF-8";
/*univeral*/
.forerunner-255 ul {
	padding: 0!important;
}

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

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

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

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

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

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

.swiper-pagination.custom .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background: none;
	font-size: 16px;
	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: 90%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-txt, .hero-product {
    width: 90vw;
    max-width: 400px;
}

.hero-txt, .hero-product {
	opacity: 0;
}

.hero-product {
	position: absolute;
	left: 0;
	bottom: -20%;
}

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

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

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

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

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

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

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

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

/*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: 95px;
	}
}

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

#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 {
	max-height: 450px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}

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

#intro video {
	width: 100%;
	min-width: 1400px;
	height: auto;
	margin-left: 50%;
	transform: translate(-50%, -30%);
}

.intro-txt {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}

.intro-txt p {
	line-height: 1.7;
}

.intro-slogan {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.intro-slogan img {
	max-width: 583px;
	margin: 0 auto;
	opacity: 0.15;
}*/

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

#devices .container {
	display: none;
}

#devices .container.active {
	display: block;
}

.size-switch {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 200px;
}

@media only screen and (min-width: 768px) {
	.size-switch {
		right: calc(25% - 62px);
		left: auto;
		bottom: 52%;
	}
}

@media only screen and (min-width: 1100px) {
	.size-switch {
		right: auto;
		left: calc(50% + 156px);
	}
}

@media only screen and (min-width: 1440px) {
	.size-switch {
		bottom: 50%;
	}
}

/*@media only screen and (min-width: 936px) {
	.size-switch {
		right: calc(50vw - 290px);
		bottom: 280px;
	}
}

@media only screen and (min-width: 1440px) {
	.size-switch {
    	bottom: 265px;
	}
}

@media only screen and (min-width: 2500px) {
	.size-switch {
    	right: calc(50vw - 345px);
    	bottom: 315px;
	}
}*/

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

.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: 80px;
	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 .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 > li {
		flex: calc(100% / 5);
	}
}

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

@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-bg {
  width: 100%;
	padding: 100px 0;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.feature-bg::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.feature-bg .feature-txt {
	position: relative;
	z-index: 1;
}

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

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

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

@media only screen and (min-width: 768px){
  #feature-health .feature-img, #feature-safety .feature-img {
		width: 50%;
	}

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

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

.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-img img {
		opacity: 0;
	}
}

.touchscreen-video {
	max-height: 300px;
	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);
	}
}

/*easy-card*/
.transportation {
	position: relative;
}

.transportation::after {
	content: '';
	width: 60px;
	height: 60px;
	background-image: url(../images/logo-easy-card.png);
	background-size: cover;
	display: block;
	position: absolute;
	bottom: 10%;
	right: 10%;
}
