@charset "utf-8";

.sub-visual-use .empty-space {display:none;} 
.zoomActive {
	transform:scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	
	/* Safari 4.0 - 8.0 */
	-webkit-animation-name: zoomActive; 
    -webkit-animation-duration: 6s;
    /*-webkit-animation-iteration-count: 3;
    -webkit-animation-direction: alternate;*/
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
    
    
    animation-name: zoomActive;
    animation-duration: 6s;
    /*animation-iteration-count: 3;
    animation-direction: alternate;*/
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	
	
		
	/*animation:zoomActive 10s ease-in-out forwards; */
}
@keyframes zoomActive {
	0% { 
		transform:scale(1.15) rotate(0.02deg);
	    -ms-transform: scale(1.15) rotate(0.02deg);
    	-webkit-transform: scale(1.15) rotate(0.02deg);
		-moz-transform: scale(1.15) rotate(0.02deg);
	}
	40% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
	100% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
}

@-webkit-keyframes zoomActive {
	0% { 
		transform:scale(1.15) rotate(0.02deg);
	    -ms-transform: scale(1.15) rotate(0.02deg);
    	-webkit-transform: scale(1.15) rotate(0.02deg);
		-moz-transform: scale(1.15) rotate(0.02deg);
	}
	40% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
	100% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
}
@-moz-keyframes zoomActive {
	0% { 
		transform:scale(1.15) rotate(0.02deg);
	    -ms-transform: scale(1.15) rotate(0.02deg);
    	-webkit-transform: scale(1.15) rotate(0.02deg);
		-moz-transform: scale(1.15) rotate(0.02deg);
	}
	40% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
	100% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
}
@-o-keyframes zoomActive {
	0% { 
		transform:scale(1.15) rotate(0.02deg);
	    -ms-transform: scale(1.15) rotate(0.02deg);
    	-webkit-transform: scale(1.15) rotate(0.02deg);
		-moz-transform: scale(1.15) rotate(0.02deg);
	}
	40% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
	100% { 
		transform:scale(1.0) rotate(0.02deg);
		-ms-transform: scale(1.0) rotate(0.02deg);
		-webkit-transform: scale(1.0) rotate(0.02deg);
		-moz-transform: scale(1.0) rotate(0.02deg);
	}
}

@-webkit-keyframes scaleFade {
	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
	}
}
@-moz-keyframes scaleFade {
  	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
	}
}
@-o-keyframes scaleFade {
  	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
	}
}
@keyframes scaleFade {
 	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
	}
}

@-webkit-keyframes scaleFadeGray {
	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@-moz-keyframes scaleFadeGray {
  	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@-o-keyframes scaleFadeGray {
  	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@keyframes scaleFadeGray {
 	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}

@-webkit-keyframes scaleFadeGray {
	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@-moz-keyframes scaleFadeGray {
  	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@-o-keyframes scaleFadeGray {
  	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@keyframes scaleFadeGray {
 	0% { 
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2) rotate(0.02deg);
		-o-transform:scale(1.2);
		-ms-transform:scale(1.2);
		opacity:0.4;
	}
	100% { 
		transform:scale(1.0);
		-webkit-transform:scale(1.0);
		-moz-transform:scale(1.0) rotate(0.02deg);
		-o-transform:scale(1.0);
		-ms-transform:scale(1.0);
		opacity:1;
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}




@-webkit-keyframes fadeGray {
	0% { 
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	100% { 
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@-moz-keyframes fadeGray {
  	0% { 
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	100% { 
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@-o-keyframes fadeGray {
  	0% { 
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	100% { 
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}
@keyframes fadeGray {
 	0% { 
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	100% { 
		-webkit-filter: grayscale(0%);
		-moz-filter: grayscale(0%);
		filter: grayscale(0%);
	}
}

@-webkit-keyframes fade {
  0%   { opacity: 1; }
  100% { opacity: .4; }
}
@-moz-keyframes fade {
  0%   { opacity: 1; }
  100% { opacity: .4; }
}
@-o-keyframes fade {
  0%   { opacity: 1; }
  100% { opacity: .4; }
}
@keyframes fade {
  0%   { opacity: 1; }
  100% { opacity: .4; }
}

@-webkit-keyframes fadeClear {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-moz-keyframes fadeClear {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@-o-keyframes fadeClear {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeClear {
  0%   { opacity: 1; }
  100% { opacity: 0; }
}


.grayscale {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);filter: grayscale(100%);}
.grayscale90 {-webkit-filter: grayscale(90%);-moz-filter: grayscale(90%);filter: grayscale(90%);}
.grayscale80 {-webkit-filter: grayscale(80%);-moz-filter: grayscale(80%);filter: grayscale(80%);}
.grayscale70 {-webkit-filter: grayscale(70%);-moz-filter: grayscale(70%);filter: grayscale(70%);}
.grayscale60 {-webkit-filter: grayscale(60%);-moz-filter: grayscale(60%);filter: grayscale(60%);}
.grayscale50 {-webkit-filter: grayscale(50%);-moz-filter: grayscale(50%);filter: grayscale(50%);}

.text-up {
	transform:translate3d(0,100px,0);
	opacity:0;
	transition-property:opacity,transform
}
.text-up.active {
	transition-duration:2.0s;
	opacity:1;
	transform:translateZ(0);
}
.zoom-ani {
	transform:scale(.6) rotate(0.02deg);
	opacity:0;
	transition-property:opacity,transform
}
.zoom-ani.active {
	transition-duration:3.0s;
	opacity:1;
	transform:translateZ(0) scale(1) rotate(0.02deg);
}
.zoom-ani-2 {
	transform:scale(.6) rotate(0.02deg);
	opacity:0;
	transition-property:opacity,transform
}
.zoom-ani-2.active {
	transition-duration:2.0s;
	opacity:1;
	transform:translateZ(0) scale(1) rotate(0.02deg);
}

@keyframes slow-wave {
	0%{
		-webkit-transform:perspective(1000) rotateX(360deg) rotateY(0);
		transform:perspective(1000) rotateX(360deg) rotateY(0)
	}
	100%{
		-webkit-transform:perspective(2000) rotateX(360deg) rotateY(360deg);
		transform:perspective(2000) rotateX(360deg) rotateY(360deg)
	}
}




.vText {
	color:rgba(255,255,255,1);
	font-size:16px;
	z-index:4;
	font-family:"bodoni Moda","Noto Serif KR",serif;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	
	position:absolute; 
	top:50%; 
	left:50%; 
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	text-align:center;
}

.sep-visual .vText {
	font-size:14px;
}

.vText .in {
	position:relative; 
	display:block;
	width:auto;
	height:100%;
	white-space: nowrap;
	word-break:keep-all;
	margin:0px 0px 0 0;
}
.vText-center {
	
}	


.vText-bar {
    position:absolute; 
	top:auto; 
	bottom:0;
	left:50%; 
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width:auto;
	
	height:20%;
	text-align:center;
	z-index:5;
	
}
@media screen and (max-width: 1024px) {
	.vText-bar {
		height:20%;
	}
}

.bar-up {
	bottom:-100%;
}
.bar-up-active {
	-webkit-animation: bar-up 2s ease-in-out forwards;
	-moz-animation:    bar-up 2s ease-in-out forwards;
	-o-animation:      bar-up 2s ease-in-out forwards;
	animation:         bar-up 2s ease-in-out forwards;
}
@-webkit-keyframes bar-up {
	
	100% {
		bottom:0;
	}
}
@-moz-keyframes bar-up {
  	
	100% {
		bottom:0;
	}
}
@-o-keyframes bar-up {
  	
	100% {
		bottom:0;
	}
}
@keyframes bar-up {
 	
	100% {
		bottom:0;
	}
}

.vText-bar .in-w {
	position:relative;
	display:inline-block;
	width:1px;
	height:100%;
	background:rgba(255,255,255,1);
}
.vText-top-right {
	position:absolute; 
	top:80px; 
	bottom:auto;
	left:auto; 
	right:100px;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:right;
}	
.vText-right {
	position:absolute; 
	top:auto; 
	bottom:80px;
	left:auto; 
	right:100px;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:right;
}	

.vText-right-line {
	position:absolute; 
	top:0; 
	left:auto; 
	right:100px;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:right;
	height:100%;
}
.vText-right-line .in-bar {
	position:relative;
	display:inline-block;
	width:1px;
	height:calc(100% - 200px);
	background:rgba(255,255,255,1);
}

.vText-left {
	position:absolute; 
	top:auto; 
	bottom:80px;
	left:100px; 
	right:auto;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}	
.vText h1 {
	position:relative;
	font-size:2.500em;
	font-size:3.125em;
	letter-spacing:0px;
	line-height:120%;	
	font-style:italic;
}
.vText .bar {
	border-bottom:1px solid rgba(255,255,255,1);
	padding-bottom:10px;
}
.vText h2 {
	position:relative;
	
	font-size:1.250em;
	font-size:1.375em;
	letter-spacing:0px;
	line-height:150%;	
	margin:0 5px;
	font-family:"Noto Serif KR",serif;
	/*text-transform:uppercase;*/
}
.vText strong {
	font-weight:700;
}

.vText .s1,
.vText .s2 {
	position:relative;
	font-size:5.000em;
	letter-spacing:0px;
	line-height:110%;	
	font-style:italic;
}
.do-visual-tit-pos-rb .vText .s1,
.do-visual-tit-pos-rc .vText .s1,
.do-visual-tit-pos-rt .vText .s1 {
	margin-right:100px;
}
.do-visual-tit-pos-cc .vText .s2,
.do-visual-tit-pos-lb .vText .s2,
.do-visual-tit-pos-lc .vText .s2,
.do-visual-tit-pos-lt .vText .s2 {
	margin-left:35%;
}
.vText .s3 {
	position:relative;
	font-size:1.375em;
	letter-spacing:0px;
	line-height:140%;
	font-family:"Gothic A1",serif;
}
.vText .s4 {
	position:relative;
	font-size:1.375em;
	letter-spacing:0px;
	line-height:140%;
	font-weight:600;
	font-family:"Gothic A1",serif;
}
.do-visual-tit-pos-rb .vText {
	top:auto; 
	bottom:80px;
	left:auto; 
	right:100px;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:right;
}
.do-visual-tit-pos-rt .vText {
	top:80px; 
	bottom:auto;
	left:auto; 
	right:100px;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:right;
}
.do-visual-tit-pos-rc .vText {
	left:auto; 
	right:100px;
	top:50%; 
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:right;
}

.do-visual-tit-pos-lb .vText {
	top:auto; 
	bottom:80px;
	left:100px; 
	right:auto;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:left;
}
.do-visual-tit-pos-lt .vText {
	top:80px; 
	bottom:auto;
	left:100px;
	right:auto;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:left;
}
.do-visual-tit-pos-lc .vText {
	left:100px;
	right:auto; 
	top:50%; 
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:left;
}
.do-visual-tit-pos-cb .vText {
	top:auto;
	bottom:80px;
	left:50%; 
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
/* 이미지 네비 있을 경우 */
.do-nav-pos-rb .vText .in,
.do-nav-pos-cb .vText .in,
.do-nav-pos-lb .vText .in {
	margin-bottom:50px;
}
.do-visual-tit-pos-cc .vText .in,
.do-visual-tit-pos-rc .vText .in,
.do-visual-tit-pos-lc .vText .in {
	margin-bottom:0px;
}

@media screen and (max-width: 1440px) {
	.vText {
		font-size:14px;
	}
}
@media screen and (max-width: 1280px) {
	.sep-visual .vText {
		font-size:12px;
	}
}
@media screen and (max-width: 1024px) {
	.vText {
		font-size:13px;
	}
	.do-visual-tit-pos-cc .vText .in,
	.do-visual-tit-pos-rc .vText .in,
	.do-visual-tit-pos-lc .vText .in {
		margin-top:calc(var(--mobile-lnb-top-height));
	}
	.sep-visual .vText .in {
		margin-top:0px;
	}
	.do-visual-tit-pos-rb .vText,
	.do-visual-tit-pos-lb .vText
	.do-visual-tit-pos-cb .vText {
		bottom:40px;
	}
	.do-visual-tit-pos-rt .vText,
	.do-visual-tit-pos-rb .vText,
	.do-visual-tit-pos-rc .vText {
		right:45px;
	}
	.do-visual-tit-pos-lt .vText,
	.do-visual-tit-pos-lc .vText,
	.do-visual-tit-pos-lb .vText {
		left:45px; 
	}
	.do-visual-side-nav .vText .in {
		margin-bottom:50px;
	}

}
@media screen and (max-width: 768px) {
	.vText {
		font-size:12px;
	}
	.sep-visual .vText {
		font-size:11px;
	}
	.vText-right,
	.vText-top-right {
		top:auto;
		bottom:40px;
		right:40px;
	}
	.vText-left {
		bottom:40px;
		left:40px;
	}
	.vText img {
		max-width:300px;
	}
}
@media screen and (max-width: 480px) {
	.vText {
		font-size:10px;
	}
	.vText h2{
		font-size:14px;
	}
	.vText .s3,
	.vText .s4 {
		font-size:15px;
	}
	
	.sep-visual .vText {
		font-size:10px;
	}
	.sep-visual .vText h2{
		font-size:16px;
	}

	.do-visual-tit-pos-rb .vText,
	.do-visual-tit-pos-lb .vText,
	.do-visual-tit-pos-cb .vText {
		bottom:20px;
	}
	.do-visual-tit-pos-rt .vText,
	.do-visual-tit-pos-rb .vText,
	.do-visual-tit-pos-rc .vText {
		right:25px;
	}
	.do-visual-tit-pos-lt .vText,
	.do-visual-tit-pos-lc .vText,
	.do-visual-tit-pos-lb .vText {
		left:25px; 
	}
	.vText img {
		max-width:200px;
	}
}
@media screen and (max-width: 375px) {
	.vText {
		font-size:9px;
	}
	.vText-right,
	.vText-top-right {
		top:auto;
		bottom:30px;
		right:30px;
	}
	.vText-left {
		bottom:30px;
		left:30px;
	}
	
}

.sub-visual {
	position: relative; 
	width:100%;
	z-index:1;
	overflow: hidden; 
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background:rgba(0,0,0,1);
	margin-bottom:0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
}

.sub-visual .img {
	position:relative;
	opacity:.4;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2) rotate(0.02deg);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-animation: scaleFade 1.5s ease-out forwards;
	-moz-animation:    scaleFade 1.5s ease-out forwards;
	-o-animation:      scaleFade 1.5s ease-out forwards;
	animation:         scaleFade 1.5s ease-out forwards;
	
}
.sep-visual .img { 
    /*background-attachment: fixed;*/
}
@media screen and (max-width: 1280px) {
	.sep-visual .img {background-attachment:initial;}
}
.sub-visual .scaleFadeGray {
	-webkit-animation: scaleFadeGray 1.5s ease-out forwards;
	-moz-animation:    scaleFadeGray 1.5s ease-out forwards;
	-o-animation:      scaleFadeGray 1.5s ease-out forwards;
	animation:         scaleFadeGray 1.5s ease-out forwards;
	
}
.sub-visual .visual-cover {
	position:absolute;
	left:0;right:0;
	width:100%;
	height:100%;
	
	background:rgba(0,0,0,.3);
	z-index:3;
	/*-webkit-animation: fade 2s ease-out forwards;
	-moz-animation:    fade 2s ease-out forwards;
	-o-animation:      fade 2s ease-out forwards;
	animation:         fade 2s ease-out forwards;*/
}

@media screen and (max-width: 1024px) {
	.sub-visual {
		margin-top:calc(var(--mobile-lnb-top-height) * -1);
	}
	.sep-visual {
		margin-top:0;
	}
}

.sub-visual .link a.more {
	position: relative; 
	display: inline-block; *display: inline; *zoom: 1; 
	width: auto; 
	color:#000;
	background:#fff;
	text-transform:none;
	font-size: 20px;
	font-weight:normal;
	padding:0 40px 0px 20px;
	text-align: center; 
	letter-spacing:0; 
	height:40px;
	line-height: 42px;
	font-family:"Gothic A1",serif;
	-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; 
}
.sub-visual .link a.more:after { 
	position: absolute; 
	display: block; font-size: 14px; 
	font-family: 'themify'; content: "\e61a";
	font-weight: normal; 
	top: 50%; right: 15px; bottom:0px; line-height: 0px;
}

@media screen and (max-width: 768px) {
	.sub-visual .link a.more {
		font-size: 16px;
	}
}

/*visual*/
.do-visual-layout {
	position: relative; 
	margin:0 auto;
	height:100vh;
	background:rgba(0,0,0,1);
}
@media screen and (max-width: 1024px) {
	.do-visual-layout {
		margin-top:calc(var(--mobile-lnb-top-height) * -1);
	}
}
.do-visual {
	position: relative; 
	height:100%;
	margin:0 auto;	
}
.do-visual-wrap {
	/*
	position:absolute;
	overflow: hidden; 
	top: 50%; left: 50%;
	
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	position: relative;
    display: block;
	width:calc(100%);
	height:calc(100%);
    box-sizing: border-box;
	overflow:hidden; /*!important*/
}
.do-photo-area {
	position:absolute;
	width:100%;
	height:100%;	
	z-index:2;
	
}
.do-visual-container {
	position:relative;
	/*display:block !important;*/
	width:100%;
	height:100% !important;	
}
.do-visual-item {
	position:relative;
	display:block;
	background-color:#000;
	height:100%;
    background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
	backface-visibility: visible;
	-webkit-backface-visibility:visible;
    image-rendering: -webkit-optimize-contrast;
}
.fade-gray .do-visual-item {
	-webkit-animation: fadeGray 1.5s ease-out forwards;
	-moz-animation:    fadeGray 1.5s ease-out forwards;
	-o-animation:      fadeGray 1.5s ease-out forwards;
	animation:         fadeGray 1.5s ease-out forwards;
	
}
/*
.do-visual-item:before,
.do-visual-item:after {
	position: absolute;
	display: block;
	clear: both;
	content: '';
	width: 100%;
	height: 100%;
	transition: 1.8s ease width 0.1s; 
	background:rgba(255,255,255,0.03);
	z-index: 10;
}
.do-visual-item:after{right:0;}
.do-visual-item:before{right:0;}
.do-visual-container .active .do-visual-item:before,
.do-visual-container .active .do-visual-item:after {
	width:0;
}*/

.do-visual-cover {
	position:absolute;
	left:0;right:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	z-index:4;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

/*owl*/
.owl-carousel {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.owl-carousel .owl-item {
	-webkit-backface-visibility: visible;
	height:100%;
}

.owl-carousel .owl-stage {
	height: 100%;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
	height: 100%;
	/*item-scale 을 크게 할떄*/
	/*padding:2em 0;
	overflow: visible !important;*/
    -webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-stage {
	position:relative;
}

.owl-carousel .disabled {
	display:none !important; /*owl nav*/
}

/* owl nav */
.do-visual-nav-rect {
	position:absolute;
	text-align:center;
	right:-100px;
	top:50%; 
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:11; /*커버보다 위 텍스트보다 위*/
	font-size:0;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.side-nav-on .do-visual-nav-rect {
	right:0px;
	
}
.side-nav-on .do-visual-nav-rect.org-visual-nav {
	display:none;
}
.side-nav-on .gnb-side-contents .text {
	opacity:1;
}
.side-nav-on .gnb-side-contents .text {
	opacity:0;
}
.do-visual-nav-rect .do-control {
	position:relative;
	width:calc(var(--gnb-side-width) - 1px);
	font-size:0;
	text-align:center;
}


.do-visual-nav-rect .do-nav-counter {
	position:relative;
	font-size:14px;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-weight:300;
	padding:5px 10px;
}

.do-control .do-nav-btn {
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	cursor:pointer; 
	border-radius: 50%;
	background:var(--text-point-color);
	background:transparent;
	border:1px solid #fff;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	font-size:0;
	margin:5px;
}


@media screen and (max-width: 1024px) {
	.do-visual-nav-rect {
		right:-180px;
		top:calc(100% - 50px); 
	}
	.side-nav-on .do-visual-nav-rect {
		right:40px;
	}
	.side-nav-on .do-visual-nav-rect.org-visual-nav {
		display:block;
	}
	.side-nav-on .do-visual-nav-rect.clone-visual-nav {
		display:none;
	}
	.do-visual-nav-rect .do-control {
		width:auto;
	}
	.do-visual-nav-rect .do-nav-counter {
		display:inline-block;
		float:left;
		line-height:40px;
	}
}

@media screen and (max-width: 480px) {
	.do-visual-nav-rect {
		top:calc(100% - 35px); 
	}
	.side-nav-on .do-visual-nav-rect {
		right:20px;
	}
	.do-visual-nav-rect .do-nav-counter {
		display:inline-block;
		float:left;
		line-height:30px;
		font-size:14px;
	}
	.do-control .do-nav-btn {
		width:30px;
		height:30px;
	}

}


.do-control .do-nav-btn span {
	position: absolute; 
	display:block;
	outline:0;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.do-control .do-nav-btn span:before {
	position: absolute;
	display:block;
	content:"";
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	box-sizing:border-box;
	transform:rotate(45deg);
}

.do-control .btn-prev span:before {
	top:-5px;
	left: -3px;
	border-top: 0;
	border-right: 0;
}
.do-control .btn-next span:before{
	top:-5px;
	right: -3px;
	border-bottom: 0;
	border-left: 0;
}
.do-control .do-nav-btn:hover,
.do-control .do-nav-btn:active {
	background:rgba(0,0,0,1);
	background:#fff;
}
.do-control .do-nav-btn:hover span:before,
.do-control .do-nav-btn:active span:before {
	border-color:#000;
}

.do-visual-nav {
	position:absolute;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:center;
	bottom:60px;
	left:50%; 
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index:5; /*커버보다 위 텍스트보다 위*/
	font-size:0;
	opacity:0;
}
.do-nav-hide .do-visual-nav-set {
	display:none !important;
}
.do-nav-pos-rb .do-visual-nav {
	right:100px;
	left:auto; 
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.gnb-side-use .do-nav-pos-rb .do-visual-nav {
	right:100px;
}
.do-nav-pos-lb .do-visual-nav {
	right:auto;
	left:100px; 
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.gnb-side-use .do-nav-pos-lb .do-visual-nav {
	left:100px;
}
.do-nav-pos-text .do-visual-nav {
	margin-top:30px;
}
.vText .do-visual-nav {
	position:relative;
	margin:30px auto 0px;
	bottom:auto;
}

@media screen and (max-width: 1024px) {
	.do-visual-nav {
		bottom:40px;
	}
	.gnb-side-use .do-nav-pos-rb .do-visual-nav,
	.do-nav-pos-rb .do-visual-nav {
		right:40px;
	}
	.gnb-side-use .do-nav-pos-lb .do-visual-nav,
	.do-nav-pos-lb .do-visual-nav {
		left:40px;
	}
}
@media screen and (max-width: 480px) {
	.do-visual-nav {
		bottom:25px;
	}
	.gnb-side-use .do-nav-pos-rb .do-visual-nav,
	.do-nav-pos-rb .do-visual-nav {
		right:20px;
	}
	.gnb-side-use .do-nav-pos-lb .do-visual-nav,
	.do-nav-pos-lb .do-visual-nav {
		left:20px;
	}
}
.do-visual-nav .owl-control-out {
	position:relative;
	width:auto;
	display:inline-block;
}
.do-visual-nav .owl-control {
	position:relative;
	width:100%;
	display:table;
	font-size:0;
}
.do-visual-nav .owl-nav .owl-prev,
.do-visual-nav .owl-nav .owl-next,
.do-visual-nav .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
}
.do-visual-nav .owl-dots {
	position: relative;
	z-index:inherit;
	bottom: 0px;
	display:table-cell;
	text-align: center;
	left:auto;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size:0;
	padding:0 20px 0 16px;
	vertical-align:middle;
}
.do-visual-nav .owl-dot {
	position:relative;
	display: inline-block;
	font-size:0;
}
.do-visual-nav .owl-dot span {
	position:relative;
	display: inline-block;
	-webkit-backface-visibility: visible;
	width:6px;
	height:6px;
	margin: 0 8px;
	border-radius: 100%;
	background:#fff;
	outline:0;
}
.do-visual-nav .owl-dot span:after{
	position: relative;
	display:block;
	content:"";
	top: -7px;
	left: -7px;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	transition: 0.6s;
	transform: scale(0);
}
.do-visual-nav .owl-dot.active span:after{
	opacity:1;
	transform: scale(1);
}

.do-visual-nav .owl-nav-btn {
	display:table-cell;
	width:20px;
	height:20px;
	cursor:pointer; 
	
	font-size:0;
}
.do-visual-nav .owl-nav-btn span {
	position: absolute; 
	display:block;
	width: 14px;
	height: 12px;
	
	outline:0;
	overflow:inherit;
	transition:0.3s;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.do-visual-nav .owl-nav-btn span:before {
	position: absolute;
	display:block;
	content:"";
	top: 2px;
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	box-sizing:border-box;
	transform:rotate(45deg);
}
.do-visual-nav .owl-nav-btn span:after{
	position: absolute;
	display:block;
	content:"";
	width: 100%;
	height: 2px;
	background: #fff;
	top:50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.do-visual-nav .btn-prev {
	margin-right:20px;
}
.do-visual-nav .btn-next {
	margin-left:20px;
}
.do-visual-nav .btn-prev span:before {
	left: 0;
	right:auto;
	border-top: 0;
	border-right: 0;
}
.do-visual-nav .btn-next span:before{
	left:auto;
	right: 0;
	border-bottom: 0;
	border-left: 0;
}
.do-visual-nav .owl-nav-btn:hover span,
.do-visual-nav .owl-nav-btn:active span{width:20px;}



/* stage over 시 노출*/
.owl-controls .owl-next:before {
	-webkit-transform: translate(200%,-50%);
	-moz-transform: translate(200%,-50%);
	-o-transform: translate(200%,-50%);
	-ms-transform: translate(200%,-50%);
	transform: translate(200%,-50%);
}

/* animation type */
.owl-carousel .animated {
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animation-zoom .owl-carousel .animated {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}


/* nav Type*/


.owl-controls .owl-nav {
	z-index:12;	
}
.owl-controls .owl-dots {
	z-index:11;	
}
.owl-controls .owl-nav > div {
	position:absolute;
	display:inline-block;
	
	top: calc(50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:20;
	border: 0;
	padding:0;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.owl-controls .owl-nav .owl-prev {
	left:20px;
}
.owl-controls .owl-nav .owl-next {
	right:20px;
}


@media screen and (max-width: 768px) {
	.owl-controls .owl-nav .owl-prev {
		left:0px;
	}
	.owl-controls .owl-nav .owl-next {
		right:0px;
	}
}


/* video */


@-webkit-keyframes spin {
	to { 
		transform:rotate(360deg); 
		-ms-transform: rotate(360deg); 
  		-webkit-transform: rotate(360deg); 
	}
}
@-moz-keyframes spin {
  	to { 
		transform:rotate(360deg); 
		-ms-transform: rotate(360deg); 
  		-webkit-transform: rotate(360deg); 
	}
}
@-o-keyframes spin {
  	to { 
		transform:rotate(360deg); 
		-ms-transform: rotate(360deg); 
  		-webkit-transform: rotate(360deg); 
	}
}
@keyframes spin {
  	to { 
		transform:rotate(360deg); 
		-ms-transform: rotate(360deg); 
  		-webkit-transform: rotate(360deg); 
	}
}

.do-video-progress {
	position:absolute;
    z-index: 10;
	
	bottom:50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.side-nav-on .do-video-progress,
.do-nav-pos-rb .do-video-progress {
	right:60px;
	left:auto; 
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.do-nav-pos-rb .do-video-progress,
.gnb-side-use .do-nav-pos-rb .do-video-progress {
	left:auto; 
	right:100px;
}
.do-nav-pos-lb .do-video-progress {
	right:auto;
	left:60px; 
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.do-nav-pos-lb .do-video-progress,
.gnb-side-use .do-nav-pos-lb .do-video-progress {
	left:100px; 
	right:auto;
}
.do-video-loader {
	display: block;
	width: 40px;
	height: 40px;
	margin:5px;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: #fff;
	
	animation: spin 1s ease-out infinite;
	-webkit-animation: spin 1s ease-out infinite;
}
@media screen and (max-width: 1024px) {
	.do-video-progress {
		bottom:25px;
	}
	.gnb-side-use .do-nav-pos-rb .do-video-progress,
	.side-nav-on .do-video-progress,
	.do-nav-pos-rb .do-video-progress {
		left:auto;
		right:40px;
	}
	.gnb-side-use .do-nav-pos-lb .do-video-progress,
	.do-nav-pos-lb .do-video-progress {
		left:40px;
		right:auto;
	}
}
@media screen and (max-width: 480px) {
	.do-video-progress {
		bottom:20px;
	}
	.gnb-side-use .do-nav-pos-rb .do-video-progress,	
	.side-nav-on .do-video-progress,
	.do-nav-pos-rb .do-video-progress {
		left:auto;
		right:20px;
	}
	.gnb-side-use .do-nav-pos-lb .do-video-progress,	
	.do-nav-pos-rb .do-video-progress {
		left:20px;
		right:auto;
	}
	.do-video-loader {
		width: 30px;
		height: 30px;
	}
}

.do-video-ctrl {
	position:absolute;
    z-index: 6;
	margin:0 auto;
	text-align:right;
	bottom:50px;
	width:auto;
	padding:0px 0px;
	
	opacity:0;
	display:none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.do-nav-pos-rb .do-video-ctrl {
	right:100px;
	left:auto; 
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.do-nav-pos-lb .do-video-ctrl {
	right:auto; 
	left:100px;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
/*.gnb-side-use .do-nav-pos-rb .do-video-ctrl {
	right:100px;
}*/
@media screen and (max-width: 1024px) {
	.do-video-ctrl {
		bottom:25px;
	}
	.gnb-side-use .do-nav-pos-rb .do-video-ctrl,
	.do-nav-pos-rb .do-video-ctrl {
		right:40px;
	}
	.gnb-side-use .do-nav-pos-lb .do-video-ctrl,
	.do-nav-pos-lb .do-video-ctrl {
		left:40px;
	}
}
@media screen and (max-width: 480px) {
	.do-video-ctrl {
		bottom:20px;
	}
	.gnb-side-use .do-nav-pos-rb .do-video-ctrl,
	.do-nav-pos-rb .do-video-ctrl {
		right:20px;
	}
	.gnb-side-use .do-nav-pos-lb .do-video-ctrl,
	.do-nav-pos-lb .do-video-ctrl {
		left:20px;
	}
}
.do-video-ctrl .do-ctrl {
	position:relative;
	display:block;
	vertical-align:middle;
	font-size:0;
}
.do-ctrl .playSet {
	position:relative;
	display: inline-block;	
	overflow:hidden;
	margin:5px;
}
.do-ctrl .soundSet {
}
.do-ctrl .btnSet {
	position:relative;
	width:40px;
	height:40px;
	-webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; 
	border:2px solid rgba(255,255,255,1);
}
@media screen and (max-width: 480px) {
	.do-ctrl .btnSet {
		width:30px;
		height:30px;
	}

}
.do-ctrl .sound-play{
	display:inline-block;
	cursor:pointer;
}
.do-ctrl .sound-pause{
	display:none;
	cursor:pointer;
}
.do-ctrl .video-play {
	display:none;
	cursor:pointer;
}
.do-ctrl .video-pause{
	display:inline-block;
	cursor:pointer;
}

.do-ctrl .video-play {
	background:url(/imgs/video/w_play.png) center center no-repeat;
}
.do-ctrl .video-pause {
	background:rgba(255,255,255,1) url(/imgs/video/b_pause.png) center center no-repeat;
}
.do-ctrl .sound-play {
	background:rgba(255,255,255,1) url(/imgs/video/b_sound_on.png) center center no-repeat;
}
.do-ctrl .sound-pause {
	background:url(/imgs/video/w_sound_off.png) center center no-repeat;
}

.do-video-ctrl-rect {
	position:absolute;
	text-align:center;
	right:-100px;
	top:50%; 
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index:11; /*커버보다 위 텍스트보다 위*/
	font-size:0;
	display:none;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;		
}
.side-nav-on .do-video-ctrl-rect {
	right:0px;
	
}
.side-nav-on .do-video-ctrl-rect.org-video-ctrl {
	display:none;
}
.do-video-ctrl-rect .do-ctrl .soundSet {
	/*display:none;*/
}
.do-video-ctrl-rect .do-ctrl {
	position:relative;
	width:calc(var(--gnb-side-width) - 1px);
	font-size:0;
	text-align:center;
}


@media screen and (max-width: 1024px) {
	.do-video-ctrl-rect {
		right:-180px;
		top:calc(100% - 50px); 
	}
	.side-nav-on .do-video-ctrl-rect {
		right:40px;
	}
	.side-nav-on .do-video-ctrl-rect.org-video-ctrl {
		display:block;
	}
	.side-nav-on .do-video-ctrl-rect.clone-video-ctrl {
		display:none;
	}
	.do-video-ctrl-rect .do-ctrl {
		width:auto;
	}
	
}

@media screen and (max-width: 480px) {
	.do-video-ctrl-rect {
		top:calc(100% - 35px); 
	}
	.side-nav-on .do-video-ctrl-rect {
		right:20px;
	}
}


.do-video-area {
	position:relative;
	width:100%;
	height:100%;
}
.do-video-area iframe {
	position:absolute; 
	top:50%; 
	left:50%; 
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:100%;
	height:100%;
	border:0;
}

#vimelar-overlay {
	width: 100%; height: 100%; z-index: 2; 
	position: absolute; left: 0; top: 0; 
	
	background:rgba(0,0,0,1);
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
}
@media screen and (max-width: 1024px) {
	
	#vimelar-overlay {
		opacity: 0.2;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		-moz-opacity: 0.2;
		-khtml-opacity: 0.2;
	}
}

/* 3Depth tab */
#movie-photo-tab {
	position:relative;
	display:table;
	width:100%;
	font-size:0;
}
#movie-photo-tab:after {content: ".";height: 0;display: block;visibility: hidden;clear: both;}
#movie-photo-tab li {
	position:relative;
	display:table-cell;
	vertical-align:bottom;
	width:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	
}
#movie-photo-tab li a {
	position:relative;
	width:100%;
	display:inline-block;
	font-size:18px;
	padding:20px 0px 15px;
	text-decoration:none;
	line-height:140%;
	border:1px solid var(--bar-point-color);
	border-top-color:transparent;
	color:#fff;
	background:var(--bar-point-color);
}
#movie-photo-tab li:first-child a {border-left:none;}
#movie-photo-tab li:last-child a{border-right:none;}
#movie-photo-tab li a span {
	padding:0 0px;
}
#movie-photo-tab li.on a, 
#movie-photo-tab li:focus a {
	border-top:1px solid var(--bar-point-color);
	border-bottom-color:transparent;
	background:transparent;
    color: var(--text-over-color);
}
#movie-photo-tab li.on a {
	font-weight:400;
	padding:25px 0px 20px;
}


#movie-photo-tab.type3 li {width:33.3333336%;}
#movie-photo-tab.type4 li {width:25%;}
#movie-photo-tab.type5 li {width:20%;}
#movie-photo-tab.type6 li {width:16.6666666%;}

@media screen and (max-width: 1024px) {
	#movie-photo-tab li a {
		font-size:16px;
	}	
	
	#movie-photo-tab li a span {
		padding:0 0px 0 0px;
		background:none;
	}
	#movie-photo-tab li.on a span {background:none;}
}
@media screen and (max-width: 768px) {
	#movie-photo-tab li a span {
		padding:0 0px 0 0px;
		background:none;
	}
	#movie-photo-tab li.on a span {background:none;}
}
@media screen and (max-width: 640px) {
	#movie-photo-tab {margin-bottom:0px;}
	#movie-photo-tab li a {
		font-size:14px;
		padding:15px 0px 10px;
	}
	#movie-photo-tab li a span {
		padding:0 0px 0 0px;
		background:none;
	}
	#movie-photo-tab li.on a span {background:none;}
	#movie-photo-tab li.on a {
		padding:20px 0px 15px;
	}

}

.photo-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
.about-video-frame {
	position: relative;
	padding:40px;
	background:var(--bar-point-color2);
	color:#fff;
	/*border:1px solid var(--bar-point-color);*/
	color:var(--text-point-color);
	text-align:center;
	-webkit-border-radius: 0px 10px 10px 10px; 
	   -moz-border-radius: 0px 10px 10px 10px; 
			border-radius: 0px 10px 10px 10px;
}
.about-video-tit {
	position:relative;
	display:inline-block;
	font-size:26px;
	font-weight:500;
	line-height:100%;
	letter-spacing:-1px;
}
@media screen and (max-width: 640px) {
	.about-video-frame {
		padding:30px 20px 20px;
		-webkit-border-radius: 0px 0px 0px 0px; 
		   -moz-border-radius: 0px 0px 0px 0px; 
				border-radius: 0px 0px 0px 0px;
	}
	.about-video-tit {
		font-size:18px;
	}

}
.photo-video-container iframe,
.photo-video-container object,
.photo-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.visual-zone .tit-zone {
	position:relative;
}
.visual-zone .tit {
	position:relative;
	display:inline-block;
	font-size:1.125em;
	font-weight:500;
	line-height:100%;
	padding-left:20px;
	color:var(--text-over-color);
	font-family:"Bodoni Moda","Gothic A1",serif;
	letter-spacing:0px;
}
.visual-zone .tit:before {
	content:'';
	position:absolute;
	top:-5px;
	left:0px;
	width: 15px;
    height: 15px;
	/*border-radius: 50%;*/    
	border:2px solid var(--bar-point-color);
	border-radius: 50%;
}
@media screen and (max-width: 640px) {
	.visual-zone .tit-zone {
		padding:0 20px;
	}

}


.visual-slogan {
	position:relative;
	font-size:16px;
}
.visual-slogan h1 {
	position:relative;
	font-size: 240px;
	font-size: 15.000em;
	font-size: 12.500em;
	line-height:100%;
	letter-spacing:0px;
	font-family:"Yeseva One",serif;
	text-transform:uppercase;
	font-style:normal;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.visual-slogan .spin span {
	position:relative;
    display: inline-block;
	margin:0;
	padding:0;
}


.visual-slogan .spin span:nth-of-type(1) {
    animation-duration: 3s;
    animation-iteration-count: 3;
    animation-name: slow-wave;
}
.visual-slogan .spin span:nth-of-type(2) {
	/*animation-direction:alternate-reverse;*/
	animation-duration:2s;
	animation-delay: 0s;
	animation-iteration-count:;
	animation-name:slow-wave
}
.visual-slogan h2 {
	position:relative;
	font-size: 80px;
	font-size: 5.000em;
	font-size: 4.375em;
	line-height:100%;
	font-weight:600;
	text-transform:uppercase;
	font-family:"Bodoni Moda",serif;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.visual-slogan h3 {
	position:relative;
	font-size: 40px;
	font-size: 2.000em;
	font-weight:400;
	line-height:150%;
	font-family:"Noto Serif KR",serif;
	letter-spacing:-0.5px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.vText-cb {
	position:absolute; 
	bottom:0;
	color:rgba(255,255,255,1);
	font-size:16px;
	z-index:4;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	left:50%; 
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	
	text-align:center;
}
.section-tit-bar {
	position:relative;
	text-align:center;
	font-size:0;
}
.section-tit-bar .in {
	position:relative;
	display:inline-block;
	width:1px;
	background:rgba(255,255,255,1);
}


@media screen and (max-width: 768px) {
	.visual-slogan {
		font-size:10px;
	}
	.visual-slogan p {
		font-size:15px;
	}
}
@media screen and (max-width: 425px) {
	.visual-slogan {
		font-size:9px;
	}
	.visual-slogan p {
		font-size:14px;
	}
}
