﻿/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
*{margin:0; padding:0;}


.home__slider_box{width:100%; max-width:1280px; margin:0 auto; overflow:hidden; padding:80px 0;}
.home__slider{float:right;width:28%; margin-left:2%; }

/*유트브영상*/
.youtube_video_box{float:left; width:70%; overflow:hidden; }
.video-wrap { position:relative; padding-bottom:56.25%; padding-top:0px; height:350px; overflow:hidden; max-height:350px;}
.video-wrap iframe,
.video-wrap object,
.video-wrap embed {position:absolute; top:0; left:0; width:100%; height:100%;}

.bx-wrapper {
  position: relative;
 
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  /*max-width: 100%;*/
  /*이미지 크기 설정*/
  width:100%;
  height:auto;
  display: block;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.bxslider {
  margin-right: 0;
  padding: 0;
}
.bxslider .bxslider_textbox{width:100%; padding:9px 0; /*border:1px solid #ddd;*/ box-sizing:border-box; margin-top:-1px;}
.bxslider .bxslider_textbox .bxslider_title{ font-size:1.25em; color:#222; font-weight:500; line-height:1.8em; font-family:'GmarketSansMedium', sans-serif;
display: -webkit-box; display: -ms-flexbox; display: box; 
margin-top:1px; max-height:80px; overflow:hidden; vertical-align:top; 
text-overflow: ellipsis; word-break:break-all; -webkit-box-orient:vertical; -webkit-line-clamp:1;
display:none;
}
.bxslider .bxslider_textbox .bxslider_article{font-size:1.1em; color:#666;
display: -webkit-box; display: -ms-flexbox; display: box; 
margin-top:1px; max-height:80px; overflow:hidden; vertical-align:top; 
text-overflow: ellipsis; word-break:break-all; -webkit-box-orient:vertical; -webkit-line-clamp:1;
display:none

}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
	/*이미지밖의 껍데기 크기 설정*/
	width:358px;
	height:auto;
  
  
  background: #fff;
}

.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('../image/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.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;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  right:80px;
  background: url('../image/controls.png') no-repeat
}

.bx-wrapper .bx-next {
 right:50px;
  background: url('../image/controls.png') no-repeat -19px 50%;
}
.bx-wrapper .bx-controls-direction{}
.bx-wrapper .bx-controls{display:none;}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom:-30px;
  outline: 0;
  width: 16PX;
  height: 11px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
  
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  position: absolute;
  top:10px;
  left:0;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../image/controls.png') -38px 50% no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  position: absolute;
  right:0;
  top:10px;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../image/controls.png') -52px 50% no-repeat;
  margin: 0 3px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
  display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.home__slider_title{ font-size:1.18em; padding:10px 5px; color:#444; display:none;}
.home__slider_title br{display:none;}

.home__slider_title span{background:#e92028; color:#fff; padding:0 5px; font-weight:500; font-size:0.95em;}



@media all and (max-width:1280px){
.bx-wrapper {width:100%;}

}
@media all and (max-width:1100px){
.home__slider_box{padding:60px 0;}

}
@media all and (max-width:1024px){
.home__slider_box{width:100%; padding-left:15px; padding-right:15px;}
.home__slider{float:none; width:auto;   margin-bottom:45px;margin-left:0;}
.bx-wrapper img{height:auto; }

.youtube_video_box{float:none; width:100%;}
.video-wrap{height:auto; }
}

@media all and (max-width:767px){	
.bxslider .bxslider_textbox{}

}

@media all and (max-width:480px){	

.home__slider_title br{display:block;}
}