/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	margin:0 auto;
	-ms-touch-action: pan-y;
	padding:0 33px 0 35px;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width:100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  padding:1px 0;
}

.owl-pagination { display:none; }

.plan_list { width:100%; max-width:1000px; margin:0 auto; }

#planbana .owl-item div {
    border: 1px solid #999999;
	margin:0 10px;
	overflow:hidden;
	padding:1px 0;
	height:340px;
	padding-bottom:12px;
}
#planbana dl { width:90%; font-size:12px; font-weight:bold; color:#666666; margin:0 auto; overflow:hidden; padding-top:12px; }
#planbana dl dt.plan_title { font-size:14px; color:#000000; padding:10px 0 10px; margin:0; line-height:120%; -webkit-text-size-adjust: 100%; text-align:left; height:34px; }
#planbana dl dt.plan_title a { font-weight:bold; color:#666666; }
#planbana dd { font-weight:normal; text-align:left; -webkit-text-size-adjust: 100%; display:block!important; overflow:hidden; font-size:12px; width:100%; margin:0; padding:0 0 10px; line-height:140%; }
#planbana dt { margin:0 0 0 0; width:100%; }
#planbana dt.plan_img { overflow:hidden; height:174px; }
#planbana dt img { width:100%; height:auto; }

.bg_img {
    margin: 0 auto 150px;
    max-width: 960px;
    width: 100%;
}

#planbana dl a:visited	{ text-decoration:none!important;}
#planbana dl a:link		{ text-decoration:none!important;}
#planbana dl a:active	{ text-decoration:none!important;}
#planbana dl a:hover	{ text-decoration:underline!important;}

#planbana dd.price { text-align:center!important; line-height:200%; letter-spacing:1.5px; }
#planbana dd span.p01 { font-size:12px; color:#999999; }
#planbana dd span.p02 { color:#B16752; font-size:18px; }


@media screen and (max-width:640px){
#planbana .owl-item div { height:auto; padding-bottom:0; }
#planbana dt { width:100%; margin:0 auto; }
#planbana dl dt.plan_title { padding:6% 0 2%; height:auto; margin:0 auto; width:100%; text-align:center; }
#planbana dt.plan_img { overflow:hidden; height:auto; max-height:170px; width:100%; margin:0 auto; text-align:center; }


}