@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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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;
		opacity:1;
	}
	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-frame {
	opacity:0;
	transform:translateZ(0) scale(.75) rotate(0.02deg);
	transition-property:opacity,transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	padding-right:1px;
}
.zoom-frame.active {
	/*-webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;*/
	opacity:1;
	transition-duration:2s;
	transform:translateZ(0) scale(1) rotate(0.02deg);
}

.do-visual-wrap-hide {
    position: absolute;
    right: 0;
    top: -5px;
    width: 100%;
    height: calc(100% + 10px);
    z-index: 100;
    background: #fff;
    transition: width 1.2s;
    transition-timing-function: ease-in-out;
}
.zoom-frame.active .do-visual-wrap-hide {
	width: 0;
}
@media screen and (max-width: 1024px) {
	.zoom-frame {
		opacity:1;
		transform:translateZ(0) scale(1) rotate(0.02deg);
		padding-right:0px;
	}
	.zoom-frame.active {
		transition-duration:0s;
		transform:translateZ(0) scale(1) rotate(0.02deg);
	}
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0) 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;
	-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;
	/*mix-blend-mode:screen;*/
}

.opt-hide .vText {display:none}
.opt-show .vText {display:block}

@media screen and (max-width: 1440px) {
	.l-opt-hide .vText {display:none}
	.l-opt-show .vText {display:block}	
}
@media screen and (max-width: 1280px) {
	.p-opt-hide .vText {display:none}
	.p-opt-show .vText {display:block}	
}
@media screen and (max-width: 1024px) {
	.s-opt-hide .vText {display:none}
	.s-opt-show .vText {display:block}	
}
@media screen and (max-width: 768px) {
	.t-opt-hide .vText {display:none}
	.t-opt-show .vText {display:block}	
}
@media screen and (max-width: 480px) {
	.m-opt-hide .vText {display:none}
	.m-opt-show .vText {display:block}	
}

.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 10px 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:6.000em;
	letter-spacing:0px;
	line-height:120%;
	font-weight:100;
	font-family: "Raleway","Gothic A1",serif;
}
.vText .hs {
	position:relative;
	font-size:2.500em;
	letter-spacing:0px;
	line-height:120%;
	font-weight:400;
	font-family: "Raleway","Gothic A1",serif;
}
.vText .bar {
	border-bottom:1px solid rgba(255,255,255,1);
	padding-bottom:10px;
}
.vText h2 {
	position:relative;
	font-size:1.375em;
	font-size:1.250em;
	
	letter-spacing:0px;
	line-height:150%;	
	margin:0 0px;
	/*text-transform:uppercase;*/
}
.vText strong {
	font-weight:700;
}

.vText .main1,
.vText .main2,
.vText .main3,
.vText .hanja,
.vText .main-slogan,
.vText .main-ment,
.vText .main-ment2 {
	position:relative;
	font-size:1.625em;	
	letter-spacing:0px;
	line-height:130%;
	font-weight:400;
}
.vText .main1 {
	/*border:2px solid #fff;
	padding:15px 5px 10px;
	border-radius:30px;*/
	font-size:1.250em;
}
.vText .main2 {
	font-size:4.375em;
	font-size:3.000em;
	font-size:6.000em;
	letter-spacing:0px;
	line-height:120%;
	font-weight:100;
	font-family: "Raleway","Gothic A1",serif;
}
.vText .kor {
	font-style:normal;
	font-family:"Noto Serif KR",serif;
	font-weight:500;
}
.vText .hanja {
	font-size: 7.500em;
	font-family:"Noto Serif KR",serif;
	font-style:normal;
	font-weight:500;
	line-height:100%;
	letter-spacing:10px;
}

.vText .main3 {
	font-size:1.250em;	
	font-family:"Noto Serif KR",serif;
	/*text-align:right;
	margin-right:0.250em;*/
}

.vText .main-slogan {
	display:inline-block;
	font-size:4.500em;
	letter-spacing:-2px;
	line-height:100%;
	font-family: "Raleway","Gothic A1",serif;
	font-weight:300;
	/*font-style:italic;
	font-family: "Playfair Display","Noto Serif KR";*/
}
.vText .logo-img {
	position:relative;
	display:block;
}
.vText .main-slogan-pharos {
	display:inline-block;
	font-size:12.000em;
	letter-spacing:-1px;
	line-height:100%;
	font-weight:normal;
	font-style:normal;
	top:0px;
}
.vText .main-slogan-pharos2 {
	display:inline-block;
	font-size:12.000em;
	letter-spacing:-1px;
	line-height:100%;
	font-weight:normal;
	font-style:normal;
	top:30px;
	left:-10px;
}
.vText .pharos-line {
	position:relative;
	display:inline-block;
	font-size:1.500em;
	line-height:100%;
	letter-spacing:0px;
	padding:12px 0px 15px;
	font-family:"Noto Serif KR",serif;
}
.vText .pharos-tit {
	position:relative;
	display:inline-block;
	font-size:1.250em;
	font-weight:400;
	line-height:160%;
	letter-spacing:0px;
	text-align:right;
	font-family:"Noto Serif KR",serif;
}
.vText .main-ment {
	font-size:1.500em;
	text-align:left;
	font-weight:400;
	padding:0 5px;
}


.vText .asig {
	font-family:"asig",serif;
	font-weight:normal;
}
.vText .asig-large {
	font-size:4.000em;
}
.main-slogan-group {
	position:relative;
}
.vText .asig-main {
	top:0px;
	left:30px;
	font-size:3.000em;
}


.do-visual-tit-pos-cc .vText .main-ment {
	text-align:center;
}
.do-visual-tit-pos-cc .vText .asig-main {
	left:0px;
}
.vText.color-gold {
	color: rgba(200,175,120,1);
}
.do-visual-tit-pos-cc .vText .main1,
.do-visual-tit-pos-rb .vText .main1,
.do-visual-tit-pos-rc .vText .main1,
.do-visual-tit-pos-rt .vText .main1 {
	margin-right:0.0em;
}

.vText .s1,
.vText .s2,
.vText .s3,
.vText .sub {
	position:relative;
	font-size:1.375em;
	letter-spacing:0px;
	line-height:110%;
	
	
}
.vText .bar-text-out {
	position:relative;
	width:100%;
	display:inline-block;
	text-align:right;
}
.do-visual-tit-pos-cc .vText .bar-text-out {
	display:block;
	text-align:center;
}
.vText .bar-text-in {
	position:relative;
	width:100%;
	display:inline-block;
	
}
.do-visual-tit-pos-cc .vText .bar-text-in {
	
}
.vText .bar-text {
	position:relative;
	width:100%;
	display:table;
}
.do-visual-tit-pos-cc .vText .bar-text  {
	
}
.vText .bar-text .sep-bar {
	position:relative;
	display:table-cell;
	width:30%;
	padding:0 0px 0;
	vertical-align:middle;
}
.vText .bar-text .sep-bar .sep-bar-in {
	position:absolute;
	display:block;
	left:3px;
	top:50%; 
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width:100%;
	height:1px;
	background:rgba(255,255,255,1);
}
.vText.color-gold .bar-text .sep-bar .sep-bar-in {
	background:rgba(200,175,120,1);
}
.line-w-ani {
	width:0% !important;
	transition-property:width
}
.line-w-ani.active {
	transition-duration:3.0s;
	width:100% !important;
}
.vText .main-ment2 {
	position:relative;
	text-align:right;
	display:table-cell;
	width:auto;
	white-space:nowrap;
	padding:0 0px 0 25px;
	font-size:1.250em;
	font-family: "Raleway","Gothic A1",serif;
}

.vText .main-line {
	position:relative;
	display:inline-block;
	font-size:1.750em;
	font-weight:400;
	letter-spacing:-0.5px;
	padding:0px 0px 0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-family:"Noto Serif KR",serif;
	line-height:inherit;
}
.vText .main-ment-eng {
	font-size:1.500em;
	font-weight:300;
	padding:0 0px;
	letter-spacing:3px;
	/*text-transform:uppercase;*/
	font-family:"Roboto Condensed",serif;
}


@media screen and (max-width: 425px) {
	.vText .main-ment2 {
		padding:0 0px 0 10px;
	}
}
.vText .s1 {
	font-size:1.250em;
	font-family:"Gothic A1",serif;
	line-height:150%;
}

.vText .s2 {
	font-size:4.500em;
	letter-spacing:0.313em;
	margin-right:-0.375em;
	font-family:"Playfair Display","Noto Serif KR",serif;
	
}
.vText .sub {
	font-size:2.500em;
	letter-spacing:0;
	font-weight:500;
}
.do-visual-tit-pos-rb .vText .s1,
.do-visual-tit-pos-rc .vText .s1,
.do-visual-tit-pos-rt .vText .s1 {
	margin-right:0px;
}
.do-visual-tit-pos-rb .vText .main-ment,
.do-visual-tit-pos-rc .vText .main-ment,
.do-visual-tit-pos-rt .vText .main-ment {
	text-align:right;
}
.do-visual-tit-pos-cc .vText .s2 {
	margin-right:-0.250em;
}
.do-visual-tit-pos-lb .vText .s2,
.do-visual-tit-pos-lc .vText .s2,
.do-visual-tit-pos-lt .vText .s2 {
	margin-left:-0.150em;
	margin-right:0;
}
.do-visual-tit-pos-lb .vText .asig-main,
.do-visual-tit-pos-lc .vText .asig-main,
.do-visual-tit-pos-lt .vText .asig-main {
	left:0px;
} 
.vText .s3 {
	position:relative;
	font-size:1.375em;
	letter-spacing:0px;
	line-height:140%;
}
.vText .s4 {
	position:relative;
	font-size: 3.125em;
	letter-spacing:-0.5px;
	line-height:140%;
	font-weight:600;
}



.do-visual-tit-pos-rb .vText {
	top:auto; 
	bottom:40px;
	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:40px;
	left:100px; 
	right:auto;
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	text-align:left;
}
.sub-visual.do-visual-tit-pos-rb .vText {
	bottom:40px;
}
.sub-visual.do-visual-tit-pos-lb .vText {
	bottom:40px;
}

.gnb-top-use .do-visual-tit-pos-rb .vText,
.gnb-top-use .do-visual-tit-pos-lb .vText {
	bottom:calc(40px + 52px);
}

.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:40px;
	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;
}

.type_movie.do-visual-tit-pos-rb .vText .in {
	margin-bottom:100px;
}

.do-visual-tit-pos-cc .vText .in {
	margin-top:60px;
}

.do-visual-tit-pos-cc .vText .in,
.do-visual-tit-pos-rc .vText .in,
.do-visual-tit-pos-lc .vText .in {
	margin-bottom:0px;
}
.gnb-dark .do-visual-layout .vText .in,
.gnb-trans .do-visual-layout .vText .in {
	margin-top:60px;
}
@media screen and (max-width: 1600px) {
	.vText {
		font-size:15px;
	}
	.do-visual-tit-pos-rb .vText {
		right:60px;
	}
	.do-visual-tit-pos-lb .vText {
		left:60px;
	}
}
@media screen and (max-width: 1440px) {
	.vText {
		font-size:14px;
	}
	.vText img {
		max-width:500px;
	}
}
@media screen and (max-width: 1280px) {
	.sep-visual .vText {
		font-size:12px;
	}
	
}
@media screen and (max-width: 1024px) {
	.vText {
		font-size:13px;
	}
	.main .vText {
		font-size:14px;
	}
	/*.do-visual-tit-pos-cc .vText .in,
	.do-visual-tit-pos-rc .vText .in,
	.do-visual-tit-pos-lc .vText .in,
	.main .vText .in {
		margin-top:calc(40px);
	}*/
	.gnb-dark .do-visual-layout .vText .in,
	.gnb-trans .do-visual-layout .vText .in {
		margin-top:0px;
	}
	.gnb-mobile-trans .do-visual-layout .vText .in {
		margin-top:30px;
	}
	.gnb-mobile-top-use .do-visual-layout .vText .in {
		margin-top:50px;
	}
	.main .vText .in {
		margin-bottom:0;
	}
	.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,
	.gnb-top-use .do-visual-tit-pos-rb .vText,
	.gnb-top-use .do-visual-tit-pos-lb .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;
	}
	
	.use-dal-frame.do-visual-tit-pos-rb .vText,
	.use-dal-frame.do-visual-tit-pos-lb .vText
	.use-dal-frame.do-visual-tit-pos-cb .vText {
		bottom:60px;
	}
	.use-dal-frame.do-visual-tit-pos-rt .vText,
	.use-dal-frame.do-visual-tit-pos-rb .vText,
	.use-dal-frame.do-visual-tit-pos-rc .vText {
		right:65px;
	}
	.use-dal-frame.do-visual-tit-pos-lt .vText,
	.use-dal-frame.do-visual-tit-pos-lc .vText,
	.use-dal-frame.do-visual-tit-pos-lb .vText {
		left:65px; 
	}
	.main .vText {
		top:50% !important; 
		left:50% !important; 
		bottom:auto !important;
		right:auto !important;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		
		text-align:center !important;
	}
	.main .vText .main-ment {
		text-align:center;
	}
	.vText .asig-main {
		left:auto;
	}
	.main .vText .s2 {
		margin-right:-0.250em !important;
	}
	.main .vText .main1 {
		margin-left:0;
		margin-right:0;
	}
	.main .vText .main2 {
		margin-left:0;
		margin-right:0em;
	}
	.main .do-visual-nav-set {
		/*display:none !important;*/
	}
	.sub-visual.do-visual-tit-pos-rb .vText {
		bottom:20px;
	}
	.sub-visual.do-visual-tit-pos-lb .vText {
		bottom:20px;
	}
}
@media screen and (max-width: 768px) {
	.vText {
		font-size:12px;
	}
	.vText .main1 {
		font-size:1.375em;
	}
	.main .vText {
		font-size:13px;
	}
	.main .vText .main-line {
		font-size:1.750em;
	}
	.vText .asig-large {
		font-size:3.000em;
	}
	.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:400px;
	}
}
@media screen and (max-width: 480px) {
	.vText {
		font-size:10px;
	}
	.main .vText {
		font-size:11px;
	}
	
	.vText .s1 {
		font-size:15px;
	}
	.vText h2{
		font-size:15px;
	}
	.vText .s3,
	.vText .s4 {
		font-size:15px;
	}
	.vText .main-ment {
		font-size:1.500em;
	}
	.vText .main-slogan {
		font-size:4.250em;
	}
	.vText .main-ment2 {
		font-size:1.400em;
	}
	
	.sep-visual .vText {
		font-size:10px;
	}
	.sep-visual .vText h2{
		font-size:16px;
	}
	
	.do-visual-tit-pos-cc .vText .in {
		margin-top:40px;
	}

	.do-visual-tit-pos-rb .vText,
	.do-visual-tit-pos-lb .vText,
	.do-visual-tit-pos-cb .vText,
	.gnb-top-use .do-visual-tit-pos-rb .vText,
	.gnb-top-use .do-visual-tit-pos-lb .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:280px;
	}
	
	.use-dal-frame.do-visual-tit-pos-rb .vText,
	.use-dal-frame.do-visual-tit-pos-lb .vText
	.use-dal-frame.do-visual-tit-pos-cb .vText {
		bottom:40px;
	}
	.use-dal-frame.do-visual-tit-pos-rt .vText,
	.use-dal-frame.do-visual-tit-pos-rb .vText,
	.use-dal-frame.do-visual-tit-pos-rc .vText {
		right:50px;
	}
	.use-dal-frame.do-visual-tit-pos-lt .vText,
	.use-dal-frame.do-visual-tit-pos-lc .vText,
	.use-dal-frame.do-visual-tit-pos-lb .vText {
		left:50px; 
	}
	
}
@media screen and (max-width: 375px) {
	.vText {
		font-size:9px;
	}
	.main .vText {
		font-size:10px;
	}
	.vText-right,
	.vText-top-right {
		top:auto;
		bottom:30px;
		right:30px;
	}
	.vText-left {
		bottom:30px;
		left:30px;
	}
	.vText img {
		max-width:260px;
	}
}

.sub-visual {
	position: relative; 
	width:100%;
	z-index:1;
	overflow: hidden; 
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display:none;
	
	background:transparent;
	background:#fff;
	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-use .sub-visual {
	display:block;
}
.sep-visual {
	display:block;
}
.sub-visual .img {
	position:relative;
	opacity:.4;
	opacity:1;
	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 2.5s 0s ease-in-out forwards;
	-moz-animation:    scaleFade 2.5s 0s ease-in-out forwards;
	-o-animation:      scaleFade 2.5s 0s ease-in-out forwards;
	animation:         scaleFade 2.5s 0s ease-in-out forwards;
	
}
.sep-visual .img { 
    /*background-attachment: fixed;*/
}
@media screen and (max-width: 1280px) {
	.sep-visual .img {background-attachment:initial;}
}
@media screen and (max-width: 1024px) {
	.sub-visual-mobile-use .sub-visual {
		display:block;
	}
}
.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;*/
}
.gnb-dark .sub-visual .visual-cover {
	background:rgba(0,0,0,.2);
}
.gnb-trans .sub-visual .visual-cover {
	background:rgba(0,0,0,.25);
}

@media screen and (max-width: 1024px) {
	.sub-visual {
		/*margin-top:calc(40px * -1);*/
	}
	.sep-visual {
		margin-top:0;
	}
	.gnb-trans .sub-visual .visual-cover {
		background:rgba(0,0,0,.2);
	}
}

.sub-visual .link a.more {
	position: relative; 
	display: inline-block;
	width: auto; 
	color:#000;
	background:#fff;
	text-transform:none;
	font-size: 18px;
	font-weight:normal;
	padding:0 40px 0px 20px;
	text-align: center; 
	letter-spacing:0; 
	height:40px;
	line-height: 40px;
	-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(40px * -1);
		margin-top:calc(80px);*/
	}
}
.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*/
	
}
.gnb-top-use .do-visual-wrap {
	/*height:calc(100% - 50px);*/
}
.do-visual-wrap.main .main-container {
	padding-top:210px;
	padding-bottom:60px;
}
.do-visual-wrap.main .base-container {
	padding-bottom:60px;
}
@media screen and (max-width: 1440px) {
	.do-visual-wrap.main .main-container {
		padding-bottom:40px;
	}
	.do-visual-wrap.main .base-container {
		padding-bottom:40px;
	}
}
@media screen and (max-width: 1024px) {
	.do-visual-wrap.main .main-container {
		padding-top:140px;
		padding-left:20px;
		padding-right:20px;
	}
	.do-visual-wrap.main .base-container {
		padding-bottom:20px;
	}
	.gnb-top-use .do-visual-wrap {
		height:calc(100%);
	}
}
.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;	
	-webkit-backface-visibility: hidden;
}
.use-visual-octagon .do-visual-container,
.use-visual-octagon #vimelar-container {
	overflow:hidden;
	-webkit-clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
	clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
}


/* octagon frame */
:root { 
	--pharos-frame-padding: 20px;
	--pharos-frame-border-width: 2px;
	--pharos-frame-border-color-l: #003378;
	--pharos-frame-border-color-r: #e9561e;
	--pharos-frame-border-color-l: #fff;
	--pharos-frame-border-color-r: #fff;
	
	--pharos-frame-width: 20px;
}

.do-dal-frame {
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.4);
	-moz-transform: translate(-50%, -50%) scale(0.4);
	-ms-transform: translate(-50%, -50%) scale(0.4);
	-o-transform: translate(-50%, -50%) scale(0.4);
	transform: translate(-50%, -50%) scale(0.4);
	overflow:hidden;
	z-index:2;
	padding:20px;
	opacity:1;
	transition-property:opacity,height,transform;
	mix-blend-mode: normal;
}
.do-dal-frame.active {
	transition-duration:3.0s;
	opacity:.4;
	
	transform: translate(-50%, -50%) scale(1);
}
.use-frame-frame .do-dal-frame {
	display:block;
}
@media screen and (max-width: 1024px) {
	.do-dal-frame {
		display:none;
		margin-top:calc(40px / 2);
		height:calc(100% - 40px); 
	}
	.use-dal-frame .do-dal-frame {
		display:block;
	}
}
.do-dal-frame svg {
	width: 20px; 
	height: 20px; 
}
.do-dal-frame line {
	fill: transparent;
	stroke-width: 2px;
	stroke-linecap:"square";
}
.do-dal-frame .color-l {
	border-color: #fff;
}
.do-dal-frame .color-l line {
	stroke: #fff;
}
.do-dal-frame .color-r {
	border-color: #fff;
}
.do-dal-frame .color-r line {
	stroke: #fff;
}
.do-dal-frame .top, 
.do-dal-frame .bot {
	display:table;
	width:100%;
	font-size:0;
}
.do-dal-frame .mid {
	height:calc(100% - 20px - 20px);
	display:table;
	width:100%;
	font-size:0;
	border-left:2px solid #fff;	
	border-right:2px solid #fff;	
}
.do-dal-frame .tb-cell {
	display:table-cell;
	width: 20px; 
	height: 20px; 
}
.do-dal-frame .line-tw {
	width:auto;
	border-top-width:2px;
	border-top-style:solid;
}
.do-dal-frame .line-bw {
	width:auto;
	border-bottom-width:2px;
	border-bottom-style:solid;
}
/*
.do-dal-frame:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	background:transparent;;
	-webkit-clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
	clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0 calc(100% - 30px), 0 30px);
}*/

.do-visual-item {
	position:relative;
	display:block;
	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(90px - 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:rgba(115,115,115,1);
	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:40px;
	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;
	white-space:nowrap;
}
.fixH-gnb-100v .do-visual-nav,
.fixH100v .do-visual-nav {
	/*bottom:60px;*/
}
.use-frame-frame .do-visual-nav {
	bottom:60px;
}
.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;
}

.do-nav-pos-lb .do-visual-nav {
	right:auto;
	left:100px; 
	-ms-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.gnb-top-use .do-nav-pos-rb .do-visual-nav,
.gnb-top-use .do-nav-pos-cb .do-visual-nav,
.gnb-top-use .do-nav-pos-lb .do-visual-nav {
	bottom:calc(40px + 52px);
}
.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: 1600px) {
	.gnb-side-use .do-nav-pos-rb .do-visual-nav,
	.do-nav-pos-rb .do-visual-nav {
		right:60px;
	}
	
	.gnb-side-use .do-nav-pos-lb .do-visual-nav,
	.do-nav-pos-lb .do-visual-nav {
		left:60px;
	}
	
	
}
@media screen and (max-width: 1024px) {
	.do-visual-nav,
	.gnb-top-use .do-nav-pos-rb .do-visual-nav,
	.gnb-top-use .do-nav-pos-cb .do-visual-nav,
	.gnb-top-use .do-nav-pos-lb .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;
	}
	
	.use-dal-frame.do-nav-pos-rb .do-visual-nav {
		right:60px;
	}
	.use-dal-frame.do-nav-pos-lb .do-visual-nav {
		left:60px;
	}
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 480px) {
	.do-visual-nav,
	.gnb-top-use .do-nav-pos-rb .do-visual-nav,
	.gnb-top-use .do-nav-pos-cb .do-visual-nav,
	.gnb-top-use .do-nav-pos-lb .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;
	}
	
	.use-dal-frame.do-nav-pos-rb .do-visual-nav {
		right:45px;
	}
	.use-dal-frame.do-nav-pos-lb .do-visual-nav {
		left:45px;
	}
	.use-dal-frame .do-visual-nav {
		bottom:45px;
	}
}
.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;
}
.gnb-top-use .do-nav-pos-rb .do-video-progress,
.gnb-top-use .do-nav-pos-lb .do-video-progress {
	bottom:calc(50px + 26px);
}
.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,
	.gnb-top-use .do-nav-pos-rb .do-video-progress,
	.gnb-top-use .do-nav-pos-lb .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;
	}
	.use-dal-frame.do-nav-pos-rb .do-video-progress {
		left:auto;
		right:60px;
	}
	.use-dal-frame.do-nav-pos-lb .do-video-progress {
		left:60px;
		right:auto;
	}
	.use-dal-frame .do-video-progress {
		bottom:45px;
	}
}
@media screen and (max-width: 480px) {
	.do-video-progress,
	.gnb-top-use .do-nav-pos-rb .do-video-progress,
	.gnb-top-use .do-nav-pos-lb .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-lb .do-video-progress {
		left:20px;
		right:auto;
	}
	.use-dal-frame.do-nav-pos-rb .do-video-progress {
		left:auto;
		right:45px;
	}
	.use-dal-frame.do-nav-pos-lb .do-video-progress {
		left:45px;
		right:auto;
	}
	.use-dal-frame .do-video-progress {
		bottom:40px;
	}
	.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;
}*/
.gnb-top-use .do-nav-pos-rb .do-video-ctrl,
.gnb-top-use .do-nav-pos-lb .do-video-ctrl {
	bottom:calc(50px + 26px);
}
@media screen and (max-width: 1024px) {
	.do-video-ctrl,
	.gnb-top-use .do-nav-pos-rb .do-video-ctrl,
	.gnb-top-use .do-nav-pos-lb .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;
	}
	.use-dal-frame.do-nav-pos-rb  .do-video-ctrl {
		left:auto;
		right:60px;
	}
	.use-dal-frame.do-nav-pos-lb .do-video-ctrl, {
		left:60px;
		right:auto;
	}
	.use-dal-frame .do-video-ctrl {
		bottom:45px;
	}
}
@media screen and (max-width: 480px) {
	.do-video-ctrl,
	.gnb-top-use .do-nav-pos-rb .do-video-ctrl,
	.gnb-top-use .do-nav-pos-lb .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;
	}
	.use-dal-frame.do-nav-pos-rb  .do-video-ctrl {
		left:auto;
		right:45px;
	}
	.use-dal-frame.do-nav-pos-lb .do-video-ctrl, {
		left:45px;
		right:auto;
	}
	.use-dal-frame .do-video-ctrl {
		bottom:40px;
	}
}
.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 .sound-ment {
	position:absolute;
	top:-35px;
	right:-5px;
	padding:0px 0 6px;
	z-index:10;
	background:url(/imgs/gnb/pointer.png) no-repeat right 19px bottom;
	background-size:15px auto;
	
}
.do-ctrl .sound-ment .text{
	position:relative;
	display:block;
	width:106px;
	height:22px;
	line-height:20px;
	padding:0 0px;
	margin:0;
	font-size:12px;
	font-weight:normal;
	text-align:center;
	background:#fff;;
	border-radius:5px 5px 5px 5px;
}
.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-ment {
		background:url(/imgs/gnb/pointer.png) no-repeat right 14px bottom;
		
	}

}
.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(90px - 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 rgba(205,205,205,1);
	border-top-color:transparent;
	color:#fff;
	background:rgba(205,205,205,1);
}
#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 rgba(205,205,205,1);
	border-bottom-color:transparent;
	background:transparent;
    color: rgba(20,20,20,1);
}
#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:rgba(205,205,205,.3);
	color:#fff;
	color:rgba(115,115,115,1);
	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: 768px) {
	.about-video-frame {
		padding:30px 20px 20px;
		padding:0px 0px 0px 25px;
		-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:rgba(20,20,20,1);
	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 rgba(205,205,205,1);
	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;
	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-size: 2.250em;*/
	font-family:"Song Myung","Noto Serif KR",serif;
	font-weight:300;
	line-height:150%;
	letter-spacing:1px;
	-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 .line {
	padding-left:20px;
	border-left:1px solid #fff;
}
.visual-slogan .line h3 {
	top:-10px;
}
.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;
}
.vText-lb {
	display:none;
	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;
	bottom:0px;
	left:100px; 
	right:auto;
}
.section-tit-bar {
	position:relative;
	text-align:center;
	font-size:0;
}
.section-tit-bar .line {
	position:relative;
	display:inline-block;
	width:1px;
	background:rgba(255,255,255,1);
}

.vText-cc {
	position:absolute; 
	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;

	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;
}

@media screen and (max-width: 1280px) {
	.visual-slogan {
		font-size:12px;
	}
}
@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;
	}
}

.dark-cover {
	position:absolute;
	display:none;
	bottom:0px;
	width:100%;
	height:50%;
	z-index:3;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
}
.dark-concept .dark-cover {
	display:block;
}

.pointer-events-cover {
	position: absolute; left: 0; top: 0; 
	bottom:0px;
	width:100%;
	height:100%;
	z-index:7;	
}