/* ½½¶óÀÌµå ÀÌ¹ÌÁö ³ôÀÌ ¼öÁ¤ */
.bxslider-img { 
	width:100%; 
	height:920px; 
	background-size:cover !important;
}

@media all and (max-width: 1400px) {
	/* ½½¶óÀÌµå ÀÌ¹ÌÁö ³ôÀÌ ¼öÁ¤ */
	.bxslider-img { 
		height:650px;
	}
}

@media all and (max-width: 1024px) and (min-width: 901px)  {
	/* ½½¶óÀÌµå ÀÌ¹ÌÁö ³ôÀÌ ¼öÁ¤ */
	.bxslider-img { 
		height:430px;
	}

}
@media all and (max-width: 900px) {
	.bxslider-img {
		height: 200px; 
		background-size:100% !important;
	}
}
@media all and (max-width: 500px) {
	.bxslider-img {
		height: 160px; 
		background-size: 100% !important;
	}
}




/* Ä¸¼Ç ½ºÅ¸ÀÏ */
.bx-caption		{ 
	position: absolute; 
	top: 32%; 
	box-sizing: border-box; 
	width: 100%; 
	padding-left: calc(20% - 2px); 
	letter-spacing: -1px; 
	text-align: left;
}
.bx-caption h2	{ position:relative; display:inline-block; padding-bottom:25px; font-size:76px; color:#fff; font-weight:700; line-height:76px; text-shadow:0 0 15px rgba(0,0,0,.2); }
.bx-caption h2 span { display:block; margin-right:90px; font-size:56px; font-weight:300;}
.bx-caption h2 a{ position:absolute; right:0; top:101px;}
.bx-caption p	{ color:#FFF; font-size:24px; line-height:33px; font-weight:300; text-shadow:0 0 10px rgba(0,0,0,.5);}
.bx-caption .bx-caption-btn { padding-top:60px;}

@media only screen and (max-width: 1400px) { 
	/* Ä¸¼Ç ½ºÅ¸ÀÏ */
	.bx-caption h2 {
		font-size: 56px;
		line-height: 57px;
	}
	.bx-caption h2 span {
		margin-right: 76px;
		font-size: 44px;
	}
	.bx-caption h2 a {
		top: 76px;
	}
	.bxslider img {
		max-width: 80%;
	}
	.bx-caption p {
		font-size: 20px;
		line-height: 26px;
	}
}

@media all and (max-width: 1024px) {
	/* ½½·Î°Ç ¼öÁ¤ */
	.bx-caption {
		top: 31%;
		padding-left: 0;
		text-align: center;
	}
	.bx-caption h2 {
		padding-bottom: 15px;
		font-size: 35px;  
		line-height: 38px;
	}
	.bx-caption h2 span {
		margin-right: 46px;
		font-size: 28px;
	}
	.bx-caption h2 a {
		top: 47px;
	}
	.bx-caption h2 a img {
		max-width: 36px;
	}
	.bx-caption p {
		font-size: 16px;
		line-height: 21px;
	}
}
@media all and (max-width: 900px) {
	/* ½½·Î°Ç ¼öÁ¤ */
	.bx-caption {
		top: 24%;
	}
	.bx-caption h2 {
		padding-bottom: 10px;
		font-size: 31px;
		line-height: 34px;
	}
	.bx-caption h2 span {
		margin-right: 40px;
		font-size: 23px;
	}
	.bx-caption h2 a {
		top: 44px;
	}
	.bx-caption h2 a img {
		max-width: 30px;
	}
	.bx-caption p {
		font-size: 14px;
		line-height: 17px;
	}
}

@media all and (max-width: 500px) {
	/* ½½·Î°Ç ¼öÁ¤ */
	.bx-caption h2 {
		font-size: 23px;
		line-height: 25px;
	}
	.bx-caption h2 span {
		margin-right: 32px;
		font-size: 18px;
	}
	.bx-caption h2 a {
		top: 30px;
	}
	.bx-caption h2 a img {
		max-width: 24px;
	}
	.bx-caption p {
		padding-bottom: 5px;
		font-size: 12px;
		line-height: 14px;
	}

	.bx-wrapper .bx-caption .bx-caption-btn {
		padding-top:20px;
	}
	a.slider-link {
		padding:5px 35px; 
		font-size: 14px;
	}

	/* ÇÏ´Ü ÄÁÆ®·Ñ¹Ù */
	.bx-wrapper .bx-pager.bx-default-pager a {
		width:14px; 
		height:14px;
		border-width:2px; 
	}
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
		padding-left:110px;
	}
}






/* ¹öÆ° */
a.slider-link { display:inline-block; padding:8px 45px; margin:0 auto; border:1px solid #FFF; color:#FFF; font-size:20px; font-weight:400;}
a.slider-link:hover {background:rgba(255,255,255,0.3); color:#FFF;}

.slider-wrap {width:100%;}
.bx-wrapper { position: relative; width: 100%; padding: 0; *zoom: 1; -ms-touch-action: pan-y; touch-action: pan-y;}
.bxslider img {max-width:100%; display: block; }
.bxslider { margin: 0; padding: 0;  z-index:0;}

ul.bxslider {list-style: none;}
.bx-viewport {/*fix other elements on the page moving (on Chrome)*/ -webkit-transform: translatez(0);}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {position: absolute; bottom:30px; width: 100%;}

/* LOADER */
.bx-wrapper .bx-loading {min-height: 50px; background: url('../../img/_designcoco/images/images/bx_loader.gif') center center no-repeat; height:100%; width:100%; position: absolute; top: 0; left: 0; z-index: 2000;}
/* ÇÏ´Ü ÄÁÆ®·Ñ¹Ù */
.bx-wrapper .bx-pager {display:none;text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; z-index:3;}
.bx-wrapper .bx-pager.bx-default-pager a {background:none; border:3px solid #fff; text-indent: -9999px; display: block; width:22px; height:22px; margin:0 5px; outline: 0; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {background:#FFF; border:2px solid #FFF;}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block; vertical-align: bottom; *zoom: 1; *display: inline;}
.bx-wrapper .bx-pager-item {font-size: 0; line-height: 0;}
/* ÁÂ¿ì ÄÁÆ®·Ñ¹Ù (NEXT / PREV) */
.bx-wrapper .bx-prev {left:0; background: url('/V2020/images/controls.png') no-repeat 0 50%;}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {background-position:0 50%;}
.bx-wrapper .bx-next {right:0; background: url('/V2020/images/controls.png') no-repeat 100% 50%;}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {background-position: 100% 50%;}
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top:-40px; outline: 0; width:45px; height:80px; text-indent: -9999px; z-index: 9;}
.bx-wrapper .bx-controls-direction a.disabled {display: none;}
/* ÇÏ´Ü ÄÁÆ®·Ñ¹Ù ¼öÁ¤(STOP/STARTºÎºÐ) */
.bx-wrapper .bx-controls-auto {text-align: center; z-index:9; }
.bx-wrapper .bx-controls-auto .bx-start {display: block; text-indent: -9999px; width:20px; height:19px; outline: 0; background: url('/images/controls.png') -120px -19px no-repeat; }
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {background-position: -120px 0;}
.bx-wrapper .bx-controls-auto .bx-stop {display: block; text-indent: -9999px; width:21px; height:19px; outline:0; background: url('/images/controls.png') -120px -57px no-repeat; margin:0;}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {background-position: -120px -38px;}
/* ÇÏ´Ü ÄÁÆ®·Ñ¹Ù ¼öÁ¤(ÆäÀÌÂ¡) */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {text-align:center; width:100%; bottom:70px;}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {width:100%; bottom:27px; right:0; text-align:center; padding-left:130px; display:inline-block;}

@media all and (max-width: 1400px) {
	/* ½½¶óÀÌµå ¿ÞÂÊ ¿À¸¥ÂÊ */
	.bx-wrapper .bx-controls-direction a {
		width:35px;
		background-size:75px; 
	}
}

@media all and (max-width: 1024px) and (min-width: 901px)  {
	/* ½½¶óÀÌµå ÀÌ¹ÌÁö ³ôÀÌ ¼öÁ¤ */
	.bxslider-img { 
		height:430px;
	}
	/* ½½¶óÀÌµå ¿ÞÂÊ ¿À¸¥ÂÊ */
	.bx-wrapper .bx-controls-direction a {
		width:25px;
		height:50px;
		margin-top:-25px;
		background-size:65px; 
	}
}
@media all and (max-width: 900px) {
	.bxslider-img {
		height: 200px; 
		background-size:100% !important;
	}
	/* ½½¶óÀÌµå ¿ÞÂÊ ¿À¸¥ÂÊ */
	.bx-wrapper .bx-controls-direction a {
		width:20px;
		height:40px;
		margin-top:-20px;
		background-size:65px; 
	}
}
@media all and (max-width: 500px) {
	.bxslider-img {
		height: 160px; 
		background-size: 100% !important;
	}
}


.bx-caption h2 {
 -webkit-animation: moveUp 1.2s ease-in-out both;
 -moz-animation: moveUp 1.2s ease-in-out both;
 -o-animation: moveUp 1.2s ease-in-out both;
 -ms-animation: moveUp 1.2s ease-in-out both;
 animation: moveUp 1.2s ease-in-out both;
}
.bx-caption p {
 -webkit-animation: moveUp2 1.2s ease-in-out both;
 -moz-animation: moveUp2 1.2s ease-in-out both;
 -o-animation: moveUp2 1.2s ease-in-out both;
 -ms-animation: moveUp2 1.2s ease-in-out both;
 animation: moveUp2 1.2s ease-in-out both;
}
.bx-caption-btn {
 -webkit-animation: fadeIn 1s linear 0.5s both;
 -moz-animation: fadeIn 1s linear 0.5s both;
 -o-animation: fadeIn 1s linear 0.5s both;
 -ms-animation: fadeIn 1s linear 0.5s both;
 animation: fadeIn 1s linear 0.5s both;
}
@-webkit-keyframes moveUp{
 0% {-webkit-transform: translateY(30px);}
 100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
 0% {-moz-transform: translateY(30px);}
 100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
 0% {-o-transform: translateY(30px);}
 100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
 0% {-ms-transform: translateY(30px);}
 100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
 0% {transform: translateY(30px);}
 100% {transform: translateY(0px);}
}
@-webkit-keyframes moveUp2 {
 0% {-webkit-transform: translateY(20px);}
 100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp2 {
 0% {-moz-transform: translateY(20px);}
 100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp2 {
 0% {-o-transform: translateY(20px);}
 100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp2 {
 0% {-ms-transform: translateY(20px);}
 100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp2 {
 0% {transform: translateY(20px);}
 100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
 0% {opacity: 0;}
 100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
 0% {opacity: 0;}
 100% {opacity: 1;}
}
@-o-keyframes fadeIn{
 0% {opacity: 0;}
 100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
 0% {opacity: 0;}
 100% {opacity: 1;}
}
@keyframes fadeIn{
 0% {opacity: 0;}
 100% {opacity: 1;}
}