/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by:Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.bx-wrapper { position: relative; top: -7px; z-index: 1; }
/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: 20px; }
.newsticker_wrapper .bx-controls-auto { bottom: 2px; left: 0px; width: 30px; }
.newsticker_wrapper .bx-controls-all { position: absolute; bottom: -26px; left: 33px; z-index: 2; width: 11px; height: 11px; text-indent: -9999px; background: url("img/main_v_controls.png") -85px -65px no-repeat; }
/* LOADER */
.bx-wrapper .bx-loading { display: none; text-indent: -9999px; }
/* PAGER */
.bx-wrapper .bx-pager { width: 150px; font-size: .85em; font-weight: 700; padding-top: 20px; padding-left: 20px; }
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block;}
.bx-wrapper .bx-pager.bx-default-pager a { background-color: #e8e8e8; text-indent: -9999px; display: block; width: 12px; height: 11px; margin: 0 3px; outline: 0; border-radius: 5px; box-shadow: 0px 1px 3px rgba(0,0,0,.1); }
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background-color: #134697; }
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev { left: 20px; background: url("img/main_v_controls.png") no-repeat 0 -48px; }
.bx-wrapper .bx-next { right: 20px; background: url("img/main_v_controls.png") no-repeat -43px -48px; }
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
.bx-wrapper .bx-next:hover { background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -22px; width: 32px; height: 45px; text-indent: -9999px; z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url("img/main_v_controls.png") -86px -11px no-repeat; margin: 0 2px; }
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url("img/main_v_controls.png") -86px -44px no-repeat; margin: 0 2px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { left: 80px; width: 35px; }
/* 메인슬라이드 배너 */
.bx-wrapper .main_v { width: 100%; height: 243px; text-indent: -9999px; background-repeat: repeat-x; background-position: 50% 50%; }
.bx-wrapper .main_v_01 { background-image: url("img/main_v_01.png"); }
.bx-wrapper .main_v_02 { background-image: url("img/main_v_02.png"); }
.bx-wrapper .main_v_03 { background-image: url("img/main_v_03.png"); }



/********************************** Media Queries **********************************/

/* 웹 */
@media all and (min-width:1025px) {
}

/* 타블릿 가로 */
@media (max-width :1024px) {
}

/* 타블릿 세로 및 그 이하 공통 */
@media (max-width :992px) {
	.bx-wrapper .main_v { height: 180px; }
	.bx-wrapper .main_v_01 { background-image: url("img/tablet_v_01.png"); }
	.bx-wrapper .main_v_02 { background-image: url("img/tablet_v_02.png"); }
	.bx-wrapper .main_v_03 { background-image: url("img/tablet_v_03.png"); }
	#its_vod { display: block; }
	.bx-wrapper .bx-pager,  .bx-wrapper .bx-controls-auto { bottom: 5px; }
}

/* 스마트폰 공통 */
@media (max-width:767px) {
	.bx-wrapper { top: 0px; border-top: 1px solid #e8e8e8; }
	.bx-wrapper .bx-controls-direction a { margin-top: -20px; }
	.bx-wrapper .bx-prev,  .bx-wrapper .bx-next { display: none; }
	.bx-wrapper .main_v { height: 140px; }
	.bx-wrapper .main_v_01 { background-image: url("img/mobile_v_01.png"); }
	.bx-wrapper .main_v_02 { background-image: url("img/mobile_v_02.png"); }
	.bx-wrapper .main_v_03 { background-image: url("img/mobile_v_03.png"); }
	#its_vod { display: block; }
}
