@charset "utf-8";

#m_vis {position:relative;}
#m_vis .adm {display:block;position:absolute;right:10px;top:10px;padding:3px 7px;border:1px solid #d8d8d8;border-radius:2px;font-size:.82em;color:rgba(0,0,0,.5);text-transform:uppercase;box-shadow:1px 1px 3px rgba(0,0,0,.1);z-index:15;}
#m_vis .adm:hover {color:#e33;}
.da-slider {position:relative;width:100%;height:380px;overflow:hidden;-webkit-transition:background-position 1s ease-out 0.3s;-moz-transition:background-position 1s ease-out 0.3s;-o-transition:background-position 1s ease-out 0.3s;-ms-transition:background-position 1s ease-out 0.3s;transition:background-position 1s ease-out 0.3s;}

.da-slide {position:absolute;left:0;top:0;width:100%;height:100%;}
.da-slide-current {z-index:2;}
.da-slide .da_txt {position:absolute;right:0;top:0;width:50%;height:380px;opacity:0;overflow:hidden;}
	.da-slide .da_txt .wrap {display:table;width:100%;height:100%;}
	.da-slide .da_txt blockquote {display:table-cell;width:100%;height:100%;margin:0;padding:0 15%;vertical-align:middle;}
	.da-slide .da_txt blockquote * {display:block;font-family:"Roboto Condensed",Roboto,Arial,"Noto Sans KR","Nanum Gothic","NanumGothic","나눔고딕",Dotum,"돋움";color:#fff;}
	.da-slide .da_txt blockquote strong {margin-bottom:30px;font-size:2.8em;font-weight:bold;}
	.da-slide .da_txt blockquote strong:before {display:block;position:relative;content:"\f10d";font-family:"FontAwesome";font-weight:normal;font-size:.75em;margin-left:-20px;}
	.da-slide .da_txt blockquote span {font-size:1.2em;font-weight:300;line-height:1.35em;}
	.da-slide .da_txt .link {margin-top:10px;font-size:.8em;color:#fd0;text-align:right;}
.da-slide .da-img {position:absolute;left:0;top:0;width:50%;height:380px;line-height:380px;opacity:0;overflow:hidden;}
.da-slide-current .da_txt {right:0;opacity:1;}
.da-slide-current .da-img {left:0;opacity:1;}
.da-dots {position:absolute;left:0;bottom:10px;width:100%;text-align:center;z-index:20;-moz-user-select:none;-webkit-user-select:none;}
.da-dots span {display:inline-block;position:relative;width:20px;height:20px;margin:3px;border-radius:50%;background:#e54f42;cursor:pointer;}
.da-dots span.da-dots-current:after {position:absolute;width:16px;height:16px;left:2px;top:2px;border-radius:50%;content:'';background:rgb(255,255,255);}

/* All Device*/
@media all and (max-width:1260px) {
	.da-slide .da_txt {left:0;width:100%;z-index:3;}
	.da-slide .da_txt blockquote strong {font-size:2.2em;}
	.da-slide .da_txt blockquote span {font-size:1.1em;}
	.da-slide .da-img {width:100%}
	.da-slide .da-img img {width:100% !important;opacity:.5;}
}

/* Slide in from the right*/
.da-slide-fromright .da_txt {
	-webkit-animation:fromRightAnim1 ease-in-out 0.5s both;
	-moz-animation:fromRightAnim1 ease-in-out 0.5s both;
	-o-animation:fromRightAnim1 ease-in-out 0.5s both;
	-ms-animation:fromRightAnim1 ease-in-out 0.5s both;
	animation:fromRightAnim1 ease-in-out 0.5s both;
}
.da-slide-fromright .da-img {
	-webkit-animation:fromRightAnim2 ease-in-out 0.5s both;
	-moz-animation:fromRightAnim2 ease-in-out 0.5s both;
	-o-animation:fromRightAnim2 ease-in-out 0.5s both;
	-ms-animation:fromRightAnim2 ease-in-out 0.5s both;
	animation:fromRightAnim2 ease-in-out 0.5s both;
}
@keyframes fromRightAnim1 {
	0% { right:110%; opacity:0; }
	100% { right:0; opacity:1; }
}
@keyframes fromRightAnim2 {
	0% { left:110%; opacity:0; }
	100% { left:0; opacity:1; }
}

/* Slide in from the left*/
.da-slide-fromleft .da_txt {
	-webkit-animation:fromLeftAnim1 0.2s ease-in-out 0.6s both;
	-moz-animation:fromLeftAnim1 0.2s ease-in-out 0.6s both;
	-o-animation:fromLeftAnim1 0.2s ease-in-out 0.6s both;
	-ms-animation:fromLeftAnim1 0.2s ease-in-out 0.6s both;
	animation:fromLeftAnim1 0.2s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-img {
	-webkit-animation:fromLeftAnim2 0.2s ease-in-out 0.6s both;
	-moz-animation:fromLeftAnim2 0.2s ease-in-out 0.6s both;
	-o-animation:fromLeftAnim2 0.2s ease-in-out 0.6s both;
	-ms-animation:fromLeftAnim2 0.2s ease-in-out 0.6s both;
	animation:fromLeftAnim2 0.2s ease-in-out 0.6s both;
}
@keyframes fromLeftAnim1 {
	0% { right:-110%; opacity:0; }
	100% { right:0; opacity:1; }
}
@keyframes fromLeftAnim2 {
	0% { left:-110%; opacity:0; }
	100% { left:0; opacity:1; }
}

/* Slide out to the right */
.da-slide-toright .da_txt {
	-webkit-animation:toRightAnim1 ease-in-out 0.6s both;
	-moz-animation:toRightAnim1 ease-in-out 0.6s both;
	-o-animation:toRightAnim1 ease-in-out 0.6s both;
	-ms-animation:toRightAnim1 0.6s ease-in-out both;
	animation:toRightAnim1 ease-in-out 0.6s both;
}
.da-slide-toright .da-img {
	-webkit-animation:toRightAnim2 ease-in-out 0.6s both;
	-moz-animation:toRightAnim2 ease-in-out 0.6s both;
	-o-animation:toRightAnim2 ease-in-out 0.6s both;
	-ms-animation:toRightAnim2 ease-in-out 0.6s both;
	animation:toRightAnim2 ease-in-out 0.6s both;
}
@keyframes toRightAnim1 {
	0% { right:0;  opacity:1; }
	100% { right:100%; opacity:0; }
}
@keyframes toRightAnim2 {
	0% { left:0;  opacity:1; }
	100% { left:100%; opacity:0; }
}

/* Slide out to the left*/
.da-slide-toleft .da_txt {
	-webkit-animation:toLeftAnim1 0.6s ease-in-out both;
	-moz-animation:toLeftAnim1 0.6s ease-in-out both;
	-o-animation:toLeftAnim1 0.6s ease-in-out both;
	-ms-animation:toLeftAnim1 0.6s ease-in-out both;
	animation:toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft .da-img {
	-webkit-animation:toLeftAnim2 0.6s ease-in-out both;
	-moz-animation:toLeftAnim2 0.6s ease-in-out both;
	-o-animation:toLeftAnim2 0.6s ease-in-out both;
	-ms-animation:toLeftAnim2 0.6s ease-in-out both;
	animation:toLeftAnim2 0.6s ease-in-out both;
}
@keyframes toLeftAnim1 {
	0% { right:50%;  opacity:1; }
	100% { right:20%; opacity:0; }
}
@keyframes toLeftAnim2 {
	0% { left:0;  opacity:1; }
	100% { left:-50%; opacity:0; }
}