@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*default*/
html { scroll-behavior: smooth; -webkit-scroll-behavior: smooth; width: 100%; height: 100%;}
img { 
    max-width: 100%;
    border: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
img a { outline : none;}
a:focus { outline: 0;}
a, img, li { 
	text-decoration: none !important;
	transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
    font-family: 'Noto Sans KR', Helvetica, Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	position: relative;
    -webkit-transition: all 300ms linear;
	transition: all 300ms linear;
    color: #fff;
}
.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.sec_wrapper {
    position: relative;
	max-width: 1920px;
	width: 1400px;
	margin: 0 auto;
}
.clearfix { clear: both;}
.mobile { display: none;}


/* animation */
.hv-effect {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hv-effect:hover, .hv-effect:focus, .hv-effect:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}



/*head*/
.head {
    position: relative;
    width: 100%;
    background: #000;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
    padding: 1px 0 6% 0;
}
.head .logo {
    position: relative;
    left: 4%;
    top: 50px;
}
.head .head_btn {
    position: relative;
    width: 30%;
    margin: 24% auto 0 auto;
    text-align: center;
}
.head .head_btn a:hover {
    filter: brightness(150%);
}
.head .download {
    position: relative;
    margin: 2% auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head .download a:nth-child(n+2) {
    margin-left: 10px;
}
#bgvid {
    backface-visibility: hidden;
    top: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.head .scroll-down {
    position: relative;
    margin: 10% auto 0 auto;
    text-align: center;
    display: none;
    flex-direction: column;
    align-items: center;
}
.scroll-down span {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 10px;
}
.scroll-down .arrow i {
    position: relative;
    margin: auto;
    display: block;
    width: 15px;
    height: 26px;
}
.scroll-down .arrow i svg {
    width: 100%;
    fill: #131313;
}
.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -moz-transform: translateY(-5px);
      transform: translateY(-5px);
    }
}
  @-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
}
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
}



/*prize*/
.prize {
    position: relative;
    width: 100%;
    background: url('../images/main_bg.webp') center top no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 1px 0 2% 0;
    overflow: hidden;
}
.prize .title {
    width: 88%;
    margin: 8% auto 4% auto;
    text-align: center;
}
.prize .preorder {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.prize .sign {
    position: relative;
    width: 40%;
    margin-right: 3%;
}
.prize .preorder_prize {
    position: relative;
    width: 55%;
}
.prize .phone input[type=text] {
    width: 96%;
    height: 5rem;
    border-radius: 5px;
    border: 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
    color: #989898;
}
.prize .check {
    position: relative;
    margin: 40px 0 20px 0;
}
.tasks-list-item {
    display: block;
    line-height: 24px;
    padding: 12px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tasks-list-cb {
    display: none;
}
.tasks-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
}
.tasks-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -6px;
    height: 4px;
    width: 8px;
    border: solid #fff;
    border-width: 0 0 4px 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tasks-list-cb:checked ~ .tasks-list-mark {
    border-color: #90cc4a;
    background: #90cc4a;
} 
.tasks-list-cb:checked ~ .tasks-list-mark:before {
    display: block;
}
.tasks-list-desc {
    font-size: 1.4rem;
    font-weight: 300;
}
.sign .submit {
	width: 100%;
    text-align: center;
}
.sign .submit button {
    font-size: 1.6rem;
    font-family: 'Noto Sans KR';
    font-weight: 700;
    letter-spacing: 1px;
    color: #472907;
    width: 100%;
    background: #ffc71b;
    border: 0;
    border-radius: 5px;
    padding: 1rem 0;
    cursor: pointer;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}
.sign .submit button:hover { filter: brightness(0.9);}

.prize .prize_box {
    position: relative;
    width: 100%;
    display: flex;
}
.prize_box .box-left {
    position: relative;
    width: 55%;
    margin-right: 1%;
    display: inline-flex;
    flex-wrap: wrap;
}
.prize_box .box-right {
    position: relative;
    width: 45%;
}
.pic-50x { width: 50%;}
.pic-100x { width: 100%;}

.copyright {
    margin: 5% auto 0 auto;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
}

/*滾動視差背景*/
#parallax-bg {
	z-index: 1;
    position: absolute;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	margin-left: -30vw; /* move left by half element's width */
}
#shape1 {
    position: absolute;
    top: 460px;
    left: -22vw;
}
#shape2 {
    position: absolute;
    top: 870px;
    left: 70vw;
}
#shape3 {
    position: absolute;
    top: 1300px;
    left: -23vw;
}
#shape4 {
    position: absolute;
    top: 1730px;
    left: 73vw;
}
#shape5 {
    position: absolute;
    top: 2500px;
    left: -22vw;
}
#shape6 {
    position: absolute;
    top: 3000px;
    left: 65vw;
}



/*feature*/
.feature {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature .system_content {
    width: 85%;
    margin: 0 auto;
}
.feature .swipe_area_pad, .feature .swipe_area_m { display: none;}





/*footer*/
.footer {
	width: 100%;
    background: #000;
    position: relative;
    padding: 2% 0 3% 0;
    text-align: center;
}
.footer h3 {
    color: #fff;
    font-size: 9px;
}
.footer .link {
    margin: 20px auto 0 auto;
}
.footer .link a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px;
	transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
.footer a:hover { opacity: .7;}

/*浮動*/
.side_bar {
    position: fixed;
    bottom: 10vh;
    right: 20px;
    z-index: 99;
    width: 9%;
}


/* 彈窗 */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(58, 58, 58, 0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prize .cd-popup-trigger {
    color: #131313;
    background: #fff;
    padding: 0 6px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 800;
    position: relative;
    top: -3px;
    margin-left: 10px;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 700px;
    margin: 4em auto;
    background: #fff;
    padding: 3%;
    border-radius: 10px;
    text-align: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-container .popup-content {
    font-size: 1.2rem;
    color: #131313;
    line-height: 1.5;
    font-weight: 600;
    width: 88%;
    margin: 0 auto;
}
.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }
  .cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
  }
  .cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
  }
  .cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
  }
.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .cd-popup-container {
      margin: 8em auto;
    }
}

/*----------------------------------------4K---------------------------------------------------*/
@media screen and (min-width:2050px) {

    
    
}
/*----------------------------------------Mac book---------------------------------------------------*/
@media screen and (max-width:1440px) {
	
    .sec_wrapper { width: 1120px;}
    .head .download { width: 40%;}
    #parallax-bg img { width: 12%;}
    .tasks-list-desc { font-size: 1.2rem;}

}
/*----------------------------------------小尺寸筆電---------------------------------------------------*/
@media screen and (max-width:1280px) and (min-width:1025px) {
	
    .sec_wrapper { width: 1000px;}
	
}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px) {

    .sec_wrapper { width: 100%;}
    .footer { padding: 7% 0;}
    .mobile { display: block;}
    .desktop { display: none;}

    .head { height: 100vh; background: url('../images/head_bg_m.webp') top center no-repeat; background-size: cover;}
    .head .logo { margin: 0 auto; text-align: center; width: 72%; left: 0; top: 8vh;}
    .head .head_btn { width: 80%; margin: 80% auto 0 auto;}
    .head .download { width: 90%; margin: 5% auto 0 auto;}
    .head .download a:nth-child(n+2) { margin-left: 5px;}
    #bgvid { top: -6vh;}

    .prize .preorder { flex-direction: column; width: 90%; margin: 0 auto;}
    .prize .sign { width: 94%; margin-right: 0;}
    .prize .phone input[type=text] { width: 92%; height: 4rem; font-size: 1.2rem;}
    .prize .check { margin: 30px 0 20px 0;}
    .tasks-list-item { padding: 6px 0;}
    .tasks-list-desc { font-size: 16px;}
    .cd-popup-trigger { font-size: 9px;}
    .prize .preorder_prize { width: 100%; margin-top: 9%;}
    .prize .prize_box { flex-direction: column;}
    .prize_box .box-left { width: 90%; margin: 0 auto; margin-right: auto;}
    .prize_box .box-right { position: relative; width: 92%; margin: 0 auto; left: 3px;}
    .prize .copyright { font-size: 8px;}

    .feature .system_content { width: 100%;}
    .feature .swipe_area { display: none;}
    .feature .swipe_area_pad { display: block;}

    .footer .link a { margin: 0 4%; font-size: 12px; line-height: 30px;}
    
    .cd-popup-container { padding: 8% 1px;}
    .cd-popup-container .popup-content { font-size: 12px;}

    .side_bar { top: 2vh; bottom: unset; right: 8px; width: 15%;}

    #parallax-bg { display: none;}
}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
    
    .head .logo { top: 11vh;}
    .head .head_btn { margin: 52vh auto 0 auto;}
    .head .scroll-down { display: flex;}
    .feature .swipe_area_pad { display: none;}
    .feature .swipe_area_m { display: block;}
    .copyright { margin: 10% auto 5% auto;}
    .side_bar { right: 8px; width: 20%;}
}

