@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;
}
.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;
    margin-right: 5px;
}
.hv-effect:hover, .hv-effect:focus, .hv-effect:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}



@media screen and (max-width:767px) {
    
}



/*head*/
.head {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.head .title {
    position: absolute;
    width: 67%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 60vh;
}
.head .copyright {
    position: absolute;
    width: 11%;
    margin: 0 auto;
    left: 2vw;
    text-align: center;
    top: 107vh;
}
#bgvid {
    backface-visibility: hidden;
    top: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    position: absolute;
    width: 100%;
    z-index: -1;
}


/*main content*/
.main {
    position: relative;
    width: 100%;
    height: auto;
    background: url('../images/main_bg.webp') top center no-repeat;
    background-size: cover;
    text-align: center;
    margin: -15% auto 0 auto;
    padding: 37vh 0 10vh 0;
    z-index: 1;
    margin-top: 100vh;
}
.area1, .area2 {
    position: relative;
    margin: 0 auto 5% auto;
    width: 47%;
}
.area1 .test-link {
    position: absolute;
    width: 37%;
    left: 30.5%;
    bottom: 12%;
    color: #272727;
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.test-link span {
    display: block;
}
.area2 .survey {
    position: absolute;
    width: 51%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10%;
}
.area2 .survey a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.area2 .survey a::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
    animation: shine 1.5s infinite;
    z-index: 1;
    pointer-events: none;
}
@keyframes shine {
    0% {
        top: -100%;
        left: -100%;
    }
    100% {
        top: 100%;
        left: 100%;
    }
}
.area3 {
    position: relative;
    width: 47%;
    margin: 0 auto;
}
.area3 img:nth-child(n) {
    margin-bottom: 5%;
}


/*footer*/
.footer {
	width: 100%;
    background: #000;
    position: relative;
    padding: 3% 0 4% 0;
}
.footer .footer_wrap {
    width: 55%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .link ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 4%;
}
.footer .logo {
    position: relative;
    margin-bottom: 2%;
    width: 55%;
}
.footer h3 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.footer .footer_rightbox {
    margin-left: 5%;
}
.footer .licence {
    margin-top: 12px;
    text-align: left;
}
.footer .licence 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;
}
.test-link-1 {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.app-store-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

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

    
    
}
/*----------------------------------------Mac book---------------------------------------------------*/
@media screen and (max-width:1919px) {

    .main { margin-top: 90vh;}
    .head .title { width: 55%;}
}
/*----------------------------------------Mac book---------------------------------------------------*/
@media screen and (max-width:1440px) {

    .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) {
	

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

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

    .head img { width: 100vw;}

    .main { background: url('../images/main_bg_m.webp') top center no-repeat; background-size: cover; margin: -12% auto 0 auto; padding: 10vh 0 3vh 0;}
    .area1, .area2, .area3 { width: 90%; text-align: center; display: flex; justify-content: center;}
    .area3 { margin: 0 auto;}
    .area1 .test-link { bottom: 13%; flex-direction: column; align-items: flex-start;}
    .area2 .survey { bottom: 7%; width: 75%; margin: 0 auto;}

    .footer { padding: 7% 0;}
    .footer .footer_wrap { width: 90%; align-items: center; flex-direction: column;}
    .footer .link { width: 70%; margin: 0 auto 5% auto;}
    .footer .link ul { justify-content: center;}
    .footer .logo { width: 50%; margin: 4% auto;}
    .footer h3 { font-size: 10px;}
    .footer .footer_rightbox { margin-left: 0;}
    .footer_rightbox .table { width: 100%; margin: 0 auto;}
    .footer_rightbox .table img { width: 15%;}
    .footer .copyright { text-align: center; margin: 7% auto 5% auto;}
    .footer .licence { margin-top: 10px; text-align: center; font-size: 14px;}
    .test-link-1 {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }
    .app-store-container {
        gap: 4px;
    }

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

    .area1 .test-link { left: 37%; bottom: 5%; font-size: 1.1rem; gap: 8px; width: 45%; align-items: center;}
    .footer { padding: 12% 0 15% 0;}
    .hv1 img {
        width: 112px;
    }
    .test-link-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .app-store-container {
        align-items: center;
        gap: 4px;
    }

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

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

}