@charset "utf-8";
#logo-landing { position: relative; display:flex; width: 100%; height: 100vh; text-align: center; margin: 0 auto; background: #fff; opacity:0; }
.letterContainer { position:relative; display:inline-block; margin: auto; }
.ml3 { color: #000; font-size: 6rem; }
.ml4 { position: absolute; top: 1rem; left: 14.5rem; color: #000; font-size: 5rem; }



.ml3 .letter { display: inline-block; font-weight: 500; }
.ml4 .letter { display: inline-block; font-weight: 900; opacity:0 }
.ml3 .letter:nth-child(-n+4),.ml3 .letter:nth-last-child(-n+6) { font-weight:900; }
.letterContainer .line { position: absolute; left: 21.7%; top: 10%; bottom: 0; margin: auto; height: 10px; width: 55.8%; background-color: #005eb8; transform-origin: 23%; }
.letterContainer .line2 { position: absolute; left: 35.34%; top: 10%; bottom: 0; margin: auto; height: 35px; width: 9px; background-color: #005eb8; transform-origin: 50%; }
.landing-loading { position: fixed; top: 0; left: 0; right: 0; z-index: 99999; transform: translate3d(0,0,2px); }
.landing-loading.ie {z-index:-1; }
.landing-loading .landing-loading-inner { position: absolute; top: 0; left: 0; right: 0; height: 100vh; background: #fff; }
.vision-landing-top {position: relative;width: 100%;height: 100vh;background: url(/images/sub/vision-tob-bg.jpg);background-size: cover;background-position: 0 0;}
.vision-landing-top .txt {position: absolute;top: 30%;left: 15%;width: 70%;font-size: 20px;text-align: center;}
.vision-landing-top .txt h3 { display:block; margin-top:0.675em; font-size:4rem; color:#fff; line-height:1.5em; font-weight:800; letter-spacing: -0.02em;transition-delay: 8s;}
.vision-landing-top .txt p { margin-top:2.750em; font-size:2rem; color:#fff; line-height:1.8em; letter-spacing: -0.025em; font-weight:400;transition-delay: 8.5s;}
.vision-landing-top.active{transition: background 35s cubic-bezier(0.23, 1, 0.32, 1); background-position: 0 100%;}

:lang(en) .ml4 {font-size: 6rem;left: 4rem;top: 0.1rem;}
.ie:lang(en) .ml4 {left: -3rem;top: 50%;}
:lang(en) .vision-landing-top .txt h3 { transition-delay: 8.5s;}
:lang(en) .vision-landing-top .txt p { transition-delay: 9s;}

.mobile.ios .landing-loading .landing-loading-inner {
    -webkit-clip-path: circle(100%);
    clip-path: circle(100%);
}
.mobile.ios .landing-loading .landing-loading-inner.remove2 {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
    left: -100vw;
    top: -100vw;
    -webkit-transition: all 1200ms ease;
    transition: all 1200ms ease;
}
.mobile.ios .landing-loading .landing-loading-inner.remove2 h1 {opacity: 0; transition: all 0.3s ease;}
.mobile.ios .vision-landing-top .txt h3 { transition-delay: 8.5s;}
.mobile.ios .vision-landing-top .txt p { transition-delay: 9s;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ml3{ position:absolute;top:50%;left:0;width:100vw}
	.ml4{ position:absolute;top:51%;left:0;width:100vw}
	.letterContainer{width:100%}
	.letterContainer .line {left: 40.5%; top:50%;width: 370px; margin-top: 30px;}
	.letterContainer .line2 {left: 45.2%;top:50%;margin-top: 18px;}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width:1600px) {
	.letterContainer .line {left: 38%; top:50%;}
	.letterContainer .line2 {left: 43.85%;top:50%;}
}


@media all and (max-width:1600px){ 
	.vision-landing-top .txt {top: 20%;}
}

@media all and (max-width: 1440px){
	.ml3 {font-size: 6.45em;}
	.ml4 {font-size: 5.6em;}
}

@media all and (max-width: 1240px){
	.ml3{font-size: 6.78em;}
	.ml4{font-size: 6em;}
	:lang(en) .ml4 {left: 7rem;}
}
@media all and (max-width: 767px){
	.letterContainer {top: -20px;}
	.ml3,.ml4 {font-size: 30px;}
	.ml4 {top: 0.3rem;left: 8.5rem;font-size:28px}
	.vision-landing-top .txt {position: absolute;top:13%;left: 15%;width: 70%;font-size: 20px;text-align: center;}
	.vision-landing-top .txt h3 {font-size:2.5rem;}
	.vision-landing-top .txt p {font-size:1.8rem;}
	.letterContainer .line {height: 5px;width: 180px;}
	.letterContainer .line2 {width: 5px;height: 18px;}
	.vision-landing-top {background-size: auto 105%;}
	

	
	:lang(en) .vision-landing-top .txt {top:8%;}
	:lang(en) .ml4 {left: 3.5rem;font-size:30px}
}