@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;
}
.logo img {
    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;
}
.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%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.top_menu .logo {
    position: absolute;
    left: 4%;
    top: 15px;
    z-index: 1;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}
.top_menu .logo_w { width: 16%;}
.top_menu .logo_ws {
    width: 7%;
    top: 3px;
    left: 8%;
}
.head .bg {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.head .bg_m {
    width: 100%;
    position: relative;
    top: 6vh;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.head .bg img { width: 100%; image-rendering: unset;}
.head .bg_m img { width: 100%;}
.head .slogan {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    width: 62%;
    top: 70%;
    left: 0;
    right: 0;
}
.head .download {
    position: absolute;
    margin: 0 auto;
    top: 85%;
    left: 0;
    right: 0;
    width: 32%;
    gap: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}




/* top_menu */
.top_menu {
	position: fixed;
	width: 100%;
	margin: 0 auto;
	top: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    z-index: 9;
}
.top_menu ul {
	width: 100%;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	background: linear-gradient(180deg, rgba(5,4,7,1) 0%, rgba(28,29,35,1) 100%);
    position: relative;
    padding: 1.2vw 0;
}
.top_menu ul li {
    position: relative;
	margin: 0 2%;
}
.top_menu ul li a img,
.mMenu_wrap ul li a img {
  width: 28px;
  height: 28px;
  max-width: none;
  display: block;
}
.top_menu ul li a {
	color: #fff;
	font-size: 1vw;
	font-family: 'Noto Sans TC';
	font-weight: 500;
	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
	position: relative;
	display: inline-block;
}
.top_menu ul li a:hover { opacity: .7;}




/* mobile menu */
.mobile_menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 7vh;
    background: linear-gradient(180deg, rgba(5, 4, 7, 1) 0%, rgba(28, 29, 35, 1) 100%);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    z-index: 99;
}
.mobile_menu .logo {
    position: relative;
    width: 25%;
    top: 1.5vw;
    left: 5vw;
}
.mMenu_wrap {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 60%;
    background: linear-gradient(180deg, rgba(5, 4, 7, 1) 0%, rgba(28, 29, 35, 1) 100%);
    transition: all 0.6s ease-in-out;
    z-index: 99;
    display: flex;
    justify-content: center;
}
#mMenu-active:checked ~ .mMenu_wrap{
    right: 0;
}
.mMenu-btn {
    position: absolute;
    right: 10px;
    top: 0;
    height: 8vw;
    width: 8vw;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.mMenu-btn span,
.mMenu-btn:before,
.mMenu-btn:after {
    content: '';
    position: absolute;
    width: 50%;
    border-bottom: 2px solid #fff;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mMenu-btn:before {
    transform: translateY(-10px);
}
.mMenu-btn:after {
    transform: translateY(10px);
}

.mMenu-close {
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
    z-index: 100;
}

/* closing animation */
#mMenu-active:checked + .mMenu-btn span {
    transform: scaleX(0);
}
#mMenu-active:checked + .mMenu-btn:before {
    transform: rotate(45deg);
    border-color: #fff;
}
#mMenu-active:checked + .mMenu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff;
}

.mMenu_wrap ul {
    position: relative;
    list-style: none;
    text-align: left;
    padding: 15vw 0;
}
.mMenu_wrap ul li {
    margin: 5vw 0;
}
.mMenu_wrap ul li a {
    text-decoration: none;
    font-size: 5vw;
    font-weight: 500;
    color: #fff;
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mMenu_wrap ul li a:hover {
    color: #2e66ff;
}
input[type="checkbox"] {
    display: none;
}

#mMenu-active:checked ~ .mMenu_wrap ul li a {
    opacity: 1;
}
.mMenu_wrap ul li a {
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);
}
#mMenu-active:checked ~ .mMenu_wrap ul li a {
    transform: none;
    transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1);
    transition-delay: .6s;
    transform: translateX(-100px);
}

@media screen and (max-width:1024px) {
	
	.index_top_menu { display: none;}
	.mobile_menu { display: block;}
	
}

/*about*/
.about {
    position: relative;
    width: 100%;
    background: url('../images/area2_bg.webp') center top no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 7% 0 4% 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}
.about .left-box {
    position: relative;
    left: 0;
    width: 68%;
}
.about .right-box {
    position: relative;
    right: 0;
    width: 30%;
}
.about .down-box { display: none;}
.about .title {
    position: absolute;
    top: -6vw;
    left: -5vw;
    width: 50vw;
    margin: 0 auto 4% auto;
    text-align: left;
}
.about .infor_txt {
    position: absolute;
    top: 3vw;
    left: -5vw;
    width: 29vw;
}
.about .infor_txt p {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 1px;
}


/*character*/
.character {
    position: relative;
    width: 100%;
    background: url('../images/area3_bg.webp') center top no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 1px 0 2% 0;
    overflow: hidden;
}
.title {
    width: 52%;
    margin: 4% auto 2% auto;
    text-align: center;
}
.character .char-box {
    position: relative;
    margin: 2% auto;
    width: 90%;
}
.char-box ul {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.char-box ul li {
    position: relative;
    width: 20%;
    height: 35vw;
    overflow: hidden;
    background: #1e1e1e;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
}
.char-box .char-logo {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    z-index: 2;
    right: 0;
    left: 0;
}
.char-box .char-logo img {
    position: relative;
    width: 80%;
    bottom: 50px;
    z-index: 3;
}
.char-box .char-logo::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 13vw;
    background: #000000;
    background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.char-box .char-img {
    position: absolute;
    width: max-content;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.char-box li p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 5rem;
    font-weight: 900;
    white-space: nowrap;
    transform: rotate(90deg) translateX(100%) translateY(-12%);
    transform-origin: top right;
    z-index: 0;
}
.char-box ul li:nth-child(1):hover {
    background: #ffc000;
}
.char-box ul li:nth-child(2):hover {
    background: #a50102;
}
.char-box ul li:nth-child(3):hover {
    background: #ffea00;
}
.char-box ul li:nth-child(4):hover {
    background: #e57700;
}
.char-box ul li:nth-child(5):hover {
    background: #00a48b;
}
.char-box ul li:nth-child(6):hover {
    background: #3b3c63;
}
.char-box ul li:nth-child(7):hover {
    background: #54929b;
}
.char-box ul li:nth-child(8):hover {
    background: #3b536d;
}
.char-box ul li:nth-child(9):hover {
    background: #a8a8a8;
}
.char-box ul li:hover p { color: #1e1e1e;}



/*feature*/
.feature {
     position: relative;
    width: 100%;
    background: url('../images/area4_bg.webp') center top no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 1px 0 5% 0;
    overflow: hidden;
}
.feature .system_content {
    width: 68%;
    margin: 0 auto;
}
.feature .swipe_area_middle,
.feature .swipe_area_pad,
.feature .swipe_area_m { display: none;}



/*footer*/
.footer {
	width: 100%;
    background: #000;
    position: relative;
    padding: 3% 0 4% 0;
    text-align: center;
}
.footer .footer_wrap {
    width: 55%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .logo {
    position: relative;
    margin: 0 auto 5px auto;
}
.footer h3 {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}
.footer .footer_rightbox {
    margin-left: 5%;
}
.footer .link {
    margin-bottom: 20px;
    text-align: left;
}
.footer .link a {
	color: #fff;
	text-decoration: none;
	margin-right: 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;}
.footer_rightbox .table {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.footer_rightbox .table ul {
    list-style: disc;
    text-align: left;
    line-height: 1.5;
    font-size: 14px;
}



/*浮動*/
.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) {
    
    .about .title { top: -7vw; left: -5vw; width: 21vw;}
    .about .infor_txt { top: 0; width: 32vw;}
    .about .infor_txt p { font-size: 0.9rem;}
    
    .character .char-box { width: 85%;}
    .char-box ul li { height: 32vw;}
    .char-box .char-img { top: 2%;}
    .char-box .char-img img { width: 60vw;}
    .char-box li p { font-size: 4rem;}

    .feature .system_content { width: 68%;}
    .feature .swipe_area { display: none;}
    .feature .swipe_area_middle { display: block;}

    .footer .footer_wrap { width: 62%;}
    .footer h3 { font-size: 12px;}
    .footer_rightbox .table ul { font-size: 11px;}
    .footer .link a { font-size: 14px;}

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

    .mobile { display: block;}
    .desktop { display: none;}

    .top_menu { display: none;}
    .head .slogan { width: 95%; top: 67%;}
    .head .download { width: 85%; top: 76%;}

    .about { margin: -13% auto 0 auto;}
    .about .infor_txt p { font-size: 9px;}

    .char-box li p { font-size: 2rem;}
    .char-box .char-logo img { bottom: 2vw;}

    .feature .system_content { width: 84%;}
    .feature .swipe_area_middle { display: none;}
    .feature .swipe_area_pad { display: block;}

    .footer { padding: 5% 0 7% 0;}
    .footer .footer_wrap { width: 90%;}
    .footer .logo { width: 85%;}
    .footer h3 { font-size: 10px;}
    .footer .footer_rightbox { margin-left: 0;}
    
    .cd-popup-container { padding: 8% 1px;}
    .cd-popup-container .popup-content { font-size: 12px;}

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

}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
    
    .mMenu-btn { height: 15vw; width: 15vw;}
    
    .head .slogan { top: 68%; width: 100%;}
    .head .head_char { display: none;}

    .about { flex-direction: column; padding: 15% 0 12% 0;}
    .about .left-box { display: none;}
    .about .right-box { width: 90%;}
    .about .down-box { display: block; position: relative; left: 0; right: 0; width: 100%;}
    .about .title { position: relative; left: 0; top: 0; width: 72%; text-align: center;}
    .about .infor_txt { position: relative; left: 0; width: 80%; margin: 5% auto 3% auto;}
    .about .infor_txt p { font-size: 12px;}

    .character { padding: 4% 0; background-size: cover;}
    .title { position: relative; width: 150%; left: -25%; margin: 3% auto 6% auto;}
    .char-box ul { flex-wrap: wrap; gap: 5px;}
    .char-box ul li { width: 27%; height: 62vw;}
    .char-box .char-img { left: 50%;}
    .char-box .char-img img { width: 120vw;}
    
    .feature .swipe_area_pad { display: none;}
    .feature .swipe_area_m { display: block;}
    .feature .system_content { width: 96%;}

    .footer { padding: 10% 0 15% 0;}
    .footer .footer_wrap { flex-direction: column;}
    .footer .footer_leftbox, .footer .footer_rightbox  { width: 100%;}
    .footer .link { margin-left: 0; text-align: center; margin-top: 10%;}
    .footer_rightbox .table img { width: 18%;}

}
/*----------------------------------------------------------------------------------------------------*/
@media screen and (max-width:390px) {

    .mobile_menu { height: 60px;}
    .footer_rightbox .table ul { font-size: 9px;}

}
