/* 탑슬라이더 */
.slide-tmargin {margin-top: -94px;}
.slide-tmargin.margin-top-0 {margin-top: 0;}
/* 메인슬라이더 */
.main-slider {
    width: 100%;
	/*width: 750px;*/
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
@media screen and (min-width: 1241px) {
	section .slide-tmargin.margin-top-0 .main-slider {
		height: calc(100vh - (94px + 70px));
	}
}
.carousel-style-user4-h-config {
    height: 100%;
}
.carousel-style-user4-h-config .owl-stage-outer {
    height: 100%;
}
.carousel-style-user4-h-config .owl-stage {
    height: 100%;
}
.carousel-style-user4-h-config.owl-drag .owl-item {
    height: 100%;
}
.carousel-style-user4-h-config .item {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 기본값
.carousel-style-user4-h-config .owl-dots {
    bottom: 5%;
	position: absolute;
    width: 100%;
    text-align: center;
	margin-top:0
}
.carousel-style-user4-h-config .owl-dots span {
	display: block;
    width: 20px;
    height: 3px;
    background-color: #d6d6d6;
}
.carousel-style-user4-h-config .owl-dot {
	display: inline-block;
    margin: 0 0.35rem;
}
.carousel-style-user4-h-config .owl-dot.active span {
	background-color: #D4F21B;
}
*/
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: calc(50% - 13px);
	left: 15px;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: calc(50% - 13px);
	right: 15px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	line-height: 1.0;
	color: rgba(255,255,255, .5);
	padding: 5px 10px !important;
	border: 1px solid rgba(255,255,255, .5);
	margin: 0 0.1rem;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	color: rgba(255,255,255, 1.0);
	border: 1px solid rgba(255,255,255, 1.0);
}

.carousel-style-user4-h-config .owl-dots {
	bottom: 5%;
	position: absolute;
    width: 100%;
    text-align: center;
	margin-top:0
}
.carousel-style-user4-h-config .owl-dots span {
	display: block;
    width: 10px;
    height: 20px;
    background-color: rgba(255,255,255, .4);
	border-radius: 2px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.carousel-style-user4-h-config .owl-dot {
	display: inline-block;
    margin: 0 0.25rem;
}
.carousel-style-user4-h-config .owl-dot.active span {
	width: 20px;
	background-color: rgba(255,255,255, .8);
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

@media screen and (min-width: 1001px) {
}

.carousel-style-user4-h-config .animated {
    -webkit-animation-duration : 2s;
    animation-duration : 2s;
    -webkit-animation-fill-mode : both;
    animation-fill-mode : both;
}
.carousel-style-user4-h-config .item-cont {
    width: 100%;
	max-width: 1500px; /* 1340, 1430, 1540*/
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    /*align-items: left;*/
    justify-content: center;
    flex-direction: column;
	margin: 0 auto;
}
.carousel-style-user4-h-config .item-cont .con-box {
	position: relative;
	padding: 13% 100px;
	max-width: 100%;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	flex-direction: column;
	row-gap: 1.6em;
}
.carousel-style-user4-h-config .item-cont .con-box .con-box-border-1 {
	display: none;
	position: absolute;
	top: 0;
	left: calc(50% - 400px);
	width: 100%;
	max-width: 800px;
	height: 50px;
	border-top: 10px solid rgba(255, 255, 255, 0.3);
	border-left: 10px solid rgba(255, 255, 255, 0.3);
	border-right: 10px solid rgba(255, 255, 255, 0.3);
	z-index: -1;
}
.carousel-style-user4-h-config .item-cont .con-box .con-box-border-2 {
	display: none;
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	max-width: 400px;
	height: 80px;
	border-right: 10px solid rgba(243, 245, 102, 0.3);
	z-index: -1;
}
.carousel-style-user4-h-config .item-cont .con-box .con-box-border-3 {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	height: calc(100% - 10px);
	border-bottom: 10px solid rgba(255, 255, 255, 0.3);
	border-right: 10px solid rgba(255, 255, 255, 0.3);
	z-index: -1;
	border-bottom-right-radius: 80px;
}
.carousel-style-user4-h-config .item-cont .con-box .con-box-border-4 {
	display: none;
	position: absolute;
	bottom: 0;
	right: calc(50% - 400px);
	width: 100%;
	max-width: 800px;
	height: 50px;
	border-left: 10px solid rgba(255,255,255, 0.3);
	border-right: 10px solid rgba(255, 255, 255, 0.3);
	border-bottom: 10px solid rgba(255, 255, 255, 0.3);
	z-index: -1;
}

.carousel-style-user4-h-config .item-cont .con-box .con-box-area {
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	row-gap: 0.8em;
}
.carousel-style-user4-h-config .item-cont h6 {color: #fff;letter-spacing: -0.05em;font-weight: 400;margin:0;word-break: keep-all;text-transform: unset;line-height: 1.2;}
.carousel-style-user4-h-config .item-cont h2 {color: #fff;font-weight: 700;word-break: keep-all;line-height: 1.2;position: relative;padding: 0;}
.carousel-style-user4-h-config .item-cont span.min1241-up {display: block;color: #fff;text-shadow: 1px 1px 1px #000;}
.carousel-style-user4-h-config .item-cont p {color: #fff;letter-spacing: -0.05em;font-weight: 400;margin: 0;word-break: keep-all;text-transform: unset;line-height: 1.4;}

.uppercase {text-transform: uppercase;}
.max-800-on {display: none;}
.color-test {background-color: #fff;}

.carousel-style-user4-h-config a.theme-btn-2, .carousel-style-user4-h-config a.theme-btn-2-black {width: auto;border-radius: 29px;}
.carousel-style-user4-h-config a.theme-btn-2:hover {background-color: #9272ce;}

.carousel-style-user4-h-config .item-cont .btn-zone {display: block;margin: 15px 0;text-align: left;}

.carousel-style-user4-h-config .bg-article {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1200px) {
	.carousel-style-user4-h-config .bg-article {left: 50%;}
}
@media screen and (max-width: 800px) {
	.carousel-style-user4-h-config .bg-article {display: none;}
}

.carousel-style-user4-h-config .bg-article-2 {
	position: absolute;
	top: 36%;
	left: 0;
	width: 10%;
	height: 34%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1200px) {
	.carousel-style-user4-h-config .bg-article-2 {left: 50%;}
}
@media screen and (max-width: 800px) {
	.carousel-style-user4-h-config .bg-article-2 {display: none;}
}

.video-play-layer {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.video-play-layer video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.doteoveray {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.0) 100%);
}
.doteoveray.grid {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../../theme/ybusiness_1/js/revolution-slider/assets/gridtile.png');
}

@media screen and (min-width: 1241px) {
	span.min1241-up {
		font-size: 120%;
	}
	/*
	.carousel-style-user4-h-config .item-cont h2 {
		font-size: 60px;
	}
	.carousel-style-user4-h-config .item-cont h6 {
		font-size: 26px;
	}
	.carousel-style-user4-h-config .item-cont p {
		font-size: 20px;
	}
	*/
}
@media screen and (min-width: 801px) and (max-width: 1240px) {
	.carousel-style-user4-h-config .item-cont h2 {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
	.carousel-style-user4-h-config .item-cont h6 {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
	.carousel-style-user4-h-config .item-cont p {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
	.carousel-style-user4-h-config .item-cont .btn-zone {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 1240px) {
	.main-slider {
		/*height: 750px;*/
	}
	.carousel-style-user4-h-config .item-cont .con-box {
		padding: 11% 100px 7%;
	}
	.carousel-style-user4-h-config .item-cont .con-box .con-box-border-1 {
		left: calc(50% - 350px);
		max-width: 700px;
	}
	.carousel-style-user4-h-config .item-cont .con-box .con-box-border-4 {
		right: calc(50% - 350px);
		max-width: 700px;
	}
	.carousel-style-user4-h-config .owl-nav {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
    .slide-tmargin {margin-top: 0;}
}
@media screen and (min-width: 986px) {
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_1 {
		justify-content: left;
		align-items: start ;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_2 {
		justify-content: left;
		align-items: center;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_2 .con-box-area .text-align-opt-1 {
		text-align: center;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_3 {
		justify-content: left;
		align-items: end;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_3 .con-box-area .text-align-opt-1 {
		text-align: right;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_4 {
		justify-content: center;
		align-items: start ;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_5 {
		justify-content: center;
		align-items: center;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_5 .con-box-area .text-align-opt-1 {
		text-align: center;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_6 {
		justify-content: center;
		align-items: end;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_6 .con-box-area .text-align-opt-1 {
		text-align: right;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_7 {
		justify-content: end;
		align-items: start ;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_8 {
		justify-content: end;
		align-items: center;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_8 .con-box-area .text-align-opt-1 {
		text-align: center;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_9 {
		justify-content: end;
		align-items: end;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_1_9 .con-box-area .text-align-opt-1 {
		text-align: right;
	}	
}
@media screen and (max-width: 985px) {
	.main-slider {
		height: 100vw;
	}
	.carousel-style-user4-h-config .item-cont .con-box {
		padding: 11% 5% 13%;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_1 {
		justify-content: left !important;
		align-items: start !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_2 {
		justify-content: left !important;
		align-items: center !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_2 .con-box-area .text-align-opt-1 {
		text-align: center !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_3 {
		justify-content: left !important;
		align-items: end !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_3 .con-box-area .text-align-opt-1 {
		text-align: right !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_4 {
		justify-content: center !important;
		align-items: start !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_5 {
		justify-content: center !important;
		align-items: center !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_5 .con-box-area .text-align-opt-1 {
		text-align: center !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_6 {
		justify-content: center !important;
		align-items: end !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_6 .con-box-area .text-align-opt-1 {
		text-align: right !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_7 {
		justify-content: end !important;
		align-items: start !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_8 {
		justify-content: end !important;
		align-items: center !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_8 .con-box-area .text-align-opt-1 {
		text-align: center !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_9 {
		justify-content: end !important;
		align-items: end !important;
	}
	.carousel-style-user4-h-config .item-cont .con-box.wr_con_loc_2_9 .con-box-area .text-align-opt-1 {
		text-align: right !important;
	}
}
@media only screen and (max-width: 800px) {
	.carousel-style-user4-h-config .item {
		background-position: center center;
	}
    .carousel-style-user4-h-config .item-cont {width: 90%;margin-left: auto;margin-right: auto;}
    .max-800-on {display: inline-block;}
    /*.carousel-style-user4-h-config .item-cont h6 {text-align: center;width: 90%;margin-left:auto;margin-right: auto;}
    .carousel-style-user4-h-config .item-cont h2 {text-align: center;justify-content: center;}
	.carousel-style-user4-h-config .item-cont p {text-align: center;}
	.carousel-style-user4-h-config .item-cont .btn-zone {text-align: center;}*/
	.carousel-style-user4-h-config .item-cont .con-box {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10%;
		padding-bottom: 14%;
		max-width: 800px;
		width: 100%;
		/*background-color: rgba(255,255,255, 0.9);*/
		border-radius: 30px;
	}
	div.section .carousel-style-user4-h-config .item-cont .con-box {
		padding-top: 25%;
		padding-bottom: 20%;
	}
	.carousel-style-user4-h-config .item-cont .con-box .con-box-border-1 {
		left: 0;
		width: 100%;
		max-width: 100%;
	}
	.carousel-style-user4-h-config .item-cont .con-box .con-box-border-4 {
		right: 0;
		width: 100%;
		max-width: 100%;
	}
	.carousel-style-user4-h-config .item-cont h2:after {
		left: calc(50% - 60px);
	}
	.carousel-style-user4-h-config .item-cont .progress-box .progress {
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
    #public h2, #guide h2 {margin-bottom: 30px !important;}
	.main-slider {
		height: 100vw;
	}
}
@media screen and (max-width: 640px) {
    .carousel-style-user4-h-config .item-cont h2 {
		font-size: 40px;
	}
}
@media screen and (max-width: 480px) {
	.slide-tmargin {
		margin-top: 0;
	}
	.main-slider {
		height: 100vw;
	}
	div.section .carousel-style-user4-h-config .item-cont .con-box {
		padding-top: 35%;
		padding-bottom: 35%;
	}
	.carousel-style-user4-h-config .item-cont .con-box .con-box-border-1 {
		left: 0;
		width: 100%;
		max-width: 100%;
	}
	.carousel-style-user4-h-config .item-cont .con-box .con-box-border-2 {
		right: 0;
		width: 100%;
		max-width: 100%;
	}
	.carousel-style-user4-h-config .item-cont .con-box .con-box-border-3 {
		right: 0;
		width: 100%;
		max-width: 100%;
	}
}

/* Scroll down icon */

@-webkit-keyframes scroll-down-anim {
	0%{ top: -7px; }
	50%{ top: 3px; }
	100%{ top: -7px; }
}
@-moz-keyframes scroll-down-anim {
	0%{ top: -7px; }
	50%{ top: 3px; }
	100%{ top: -7px; }
}
@-o-keyframes scroll-down-anim {
	0%{ top: -7px; }
	50%{ top: 3px; }
	100%{ top: -7px; }
}
@keyframes scroll-down-anim {
	0%{ top: -7px; }
	50%{ top: 3px; }
	100%{ top: -7px; }
}

.slide-cover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}

.scroll-down{
	z-index: 999;
	width: 150px;
	height: 43px;
	margin-left: -75px;
	line-height: 43px;
	white-space: nowrap;
	position: absolute;
	bottom: 10%;
	left: 50%;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255, .5) !important;
	
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 

}


.scroll-down:hover,
.scroll-down:focus{
	text-decoration: none;
	letter-spacing: 6px;
	color: rgba(255,255,255, 0) !important;
}
.scroll-down.static,
.scroll-down.static{
	color: rgba(255,255,255, .4) !important;
}
.scroll-down.static:hover,
.scroll-down.static:focus{
	letter-spacing: 3px;
	color: rgba(255,255,255, .85) !important;
}
.scroll-down-icon{
	width: 26px;
	height: 100%;
	margin-left: -13px;
	position: absolute;
	top: 0;
	left: 50%;
	border: 2px solid rgba(255,255,255, .35);
	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	
	-webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
}

.scroll-down-icon:after{
	content: " ";
	width: 2px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background: rgba(255,255,255, .35);
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.scroll-down:hover .scroll-down-icon{
	background: rgba(255,255,255, .7);
}

.scroll-down:hover .scroll-down-icon:after{
	background: rgba(0,0,0, .5);
}
.scroll-down.light:hover .scroll-down-icon:after,
.bg-color .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-30 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-50 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-70 .scroll-down:hover .scroll-down-icon:after,
.bg-color-alfa-90 .scroll-down:hover .scroll-down-icon:after{
	background: rgba(255,255,255, .15);
}

@media only screen and (max-width: 1240px) {
	.scroll-down {display: none;}
}
@media only screen and (max-width: 480px) {
	.scroll-down {display: none;bottom: 20%;}
}

/* owl-carousel play and stop button */
.play-btn-zone {
    z-index: 999;
    position: absolute;
    bottom: 5%;
    right: 15px;
}
a.button.play, a.button.stop {
    display: inline-block;
    padding: 5px 0;
    width: 60px;
    text-align: center;
    line-height: 1 !important;
    font-size: min(3.4vw,16px);
    outline: 1px solid rgba(255,255,255,0.5) !important;
    border-radius: 0;
	color: rgba(255,255,255,0.5);
}
a.button.play {
    margin-right: 5px;
}
a.button.play:hover, a.button.stop:hover {
   	outline: 1px solid rgba(255,255,255,1.0) !important;
	border-radius: 0;
	color: rgba(255,255,255,1.0);
}
@media screen and (min-width: 1241px) {
	.play-btn-zone {
		right: 5%;
	}
}
@media screen and (max-width: 640px) {
	.play-btn-zone {
        display: none;
    }
}
@media screen and (max-width: 480px) {
}

@media only screen and (min-width: 1241px) {
	/* s : 좌슬라이더+우배너 사용 시 옵션 */
	.slider-banner-twin-1 .slider-banner-twin-1-layer .order-1 .carousel-style-user4-h-config .item-cont {
		width: 100%;
		max-width: 1500px;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		/*align-items: left;*/
		justify-content: center;
		flex-direction: unset;
		margin: 0 auto;
	}
	.slider-banner-twin-1 .slider-banner-twin-1-layer .order-1 .carousel-style-user4-h-config .item-cont .con-box {
		position: relative;
		padding: 80px 100px;
		max-width: 100%;
		width: 100%;
		z-index: 1;
	}
	.slider-banner-twin-1 .slider-banner-twin-1-layer .order-1 .carousel-style-user4-h-config .item-cont h2 {
		justify-content: left;
	}
	.slider-banner-twin-1 .slider-banner-twin-1-layer .order-1 .carousel-style-user4-h-config .item-cont h2 small {
		text-align: left;
	}
	.slider-banner-twin-1 .slider-banner-twin-1-layer .order-1 .carousel-style-user4-h-config .item-cont .progress-box .progress {
		margin-left: 0;
	}
	.slider-banner-twin-1 .slider-banner-twin-1-layer .order-1 .carousel-style-user4-h-config .item-cont p {
		text-align: left;
	}
	.slider-banner-twin-1 .slider-banner-twin-1-layer .order-1 .scroll-down,
	.slider-banner-twin-1 .slider-banner-twin-1-layer .order-1 .play-btn-zone {
		display: none;
	}
	/* e : 좌슬라이더+우배너 사용 시 옵션 */
}
