@charset 'UTF-8';
@font-face {
	font-family: "mini-bold";
	src:
	url("font/mini_serif-bold-web.otf") format("opentype"),
	url("font/mini_serif-bold-web.ttf") format("truetype"),
	url("font/mini_serif-bold-web.woff") format("woff");
}
@font-face {
	font-family: "mini-regular";
	src:
	url("font/mini_serif-regular-web.otf") format("opentype"),
	url("font/mini_serif-regular-web.ttf") format("truetype"),
	url("font/mini_serif-regular-web.woff") format("woff");
}
.arwf-loading body { /*Web Font正在載入中，不顯示文字*/
      opacity: 0;
      visibility: hidden;
}
.arwf-active body { /*Web Font處理成功，直接顯示文字*/
      opacity: 1;
      visibility: visible;
}
.arwf-inactive body {/*如果Web Font處理失敗，直接顯示文字*/
      opacity: 1;
      visibility: visible;
}
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
html, body {
	color:#000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	/*max-width:1920px;
	height: auto;*/
	height:100%;
	text-align: center;
	overflow:auto;
	overflow-x:hidden;
	font-size: 16pt;
	font-family:"mini-regular","文鼎標準宋體_B","微軟正黑體", "Microsoft JhengHei";/*"æ–‡é¼ŽWæ¨™æº–å®‹é«”H" , "æ–‡é¼ŽWæ¨™æº–å®‹é«”B", "serif"*/
	/*-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing:0px;
	opacity:0.5;*/
}

#header.center,
#footer.center,
#page.center{
	max-width:1920px;
}

body.modal-open{
	padding-right: 0px!important;
}
#center{
	position:relative;
	display:block;
	margin:auto;
	width: 100%;
	height: 100%;
	max-width:1920px;
	pointer-events: none;
	/*border: 5px dotted #c0D;*/
}

img{
	padding:0px;
	margin:0px;
	border:0px;
}
br.clear {
	clear: both;
}
h1,h2,h3,h4,h5,h6,p {
	position:relative;
	padding:0px;
	margin:0px;
	overflow:visible;
	display: block;
	
}

@media screen and (max-width: 1026px) {
	wr{display:inline;}
	nr{display: inline;}
	sr{display: block;}
	.wide{display:none;}
	.normal{display:none;}
	.small{display:block;}
}
@media screen and (min-width: 1026px) and (max-width: 1600px) {
	wr{display: block;}
	nr{display: block;}
	sr{display: inline;}
	.wide{display:none;}
	.normal{display:block;}
	.small{display:none;}
}
@media screen and (min-width: 1600px) {
	wr{display: block;}
	nr{display: inline;}
	sr{display: inline;}
	.small{display:none;}
	.normal{display:none;}
	.wide{display:block;}
}

eng{
	font-family: BMWGlobalReg,Arial;
	font-weight:normal!important;
}

#log {
	position:fixed;
	width:500px;
	height:300px;
	z-index:3000;
	background: #FFF;
	color:#000;
}
/*********************************************************************************/
/* Loading                                                                        */
/*********************************************************************************/
#loading {
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 12000;
	left: 0;
	top: 0;
	padding: 0;	
}
#loading .loadTxt,
#loading .loadCircle{
	position: absolute;
	display: block;
	width:160px;
	height:160px;
	top:calc(50% - 80px);
	left:calc(50% - 80px);
	border-radius: 80px;
	color:#FFF;
	border:5px solid rgba(255,255,255,0.2);
}
#loading .loadTxt{
	font-weight: bold;
	font-size: 18pt;
	line-height:150px;
	font-family:"mini-bold";
}
#loading .loadCircle{
	animation-duration: 2s;
    animation-name: loading;
	animation-iteration-count: infinite;
	animation-timing-function:linear;
	border-top:5px solid rgba(255,255,255,1);
}
@keyframes loading {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


/*
#loading {
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 12000;
	left: 0;
	top: 0;
	padding: 0;	
}
#loading .loadPic{
	position:absolute;
	top:calc(50% - 8px);
	left:calc(50% - 8px);
	width:16px;
	height:16px;
}
#loading .loadPic img {
	animation-duration: 1s;
    animation-name: loading;
	animation-iteration-count: infinite;
	animation-timing-function:linear;
}
*/




/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header {
	position: fixed;
	z-index:5000;
	/*left: 0;*/
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/**/
}


.toggleBtn {
	position: absolute;
	display: block;
	width:90px;
	height:90px;
	line-height:90px;
	padding:20px;
	top:0px;
	right:0px;
	z-index:200;
	cursor: pointer;
	pointer-events: auto;
	/*border:1px #d00 dotted;*/
}
.toggleBtn span{
	position:absolute;
	display: block;
	top:48%;
	width:52%;
	height:4px;
	transform-origin: center center;
	/*margin-bottom:8px;*/
	background-color:#000;
}
/*.toggleBtn span:nth-child(1){
	transform-origin: 50% 50% ;
	transform: translateY(-390%);
}
.toggleBtn span:nth-child(3){
	transform-origin: 50% 50% ;
	transform: translateY(390%);
}*/
#menu,#navi{
	position: absolute;
	display: block;
	text-align: left;
	/*box-shadow: 0px 0px 5px #d5d5d5;
	border-bottom:1px #d5d5d5 solid;*/
	background-color:#FFF;
}
#navi{
	width:100%;
	height:90px;
	z-index:200;
}
#navi .logo {
	position: absolute;
	display: block;
	width:130px;
	height:auto;
	line-height:85px;
	left:50px;
	z-index:2000;
	cursor: pointer;
	pointer-events: auto;
}
.logo img{
	width:100%;
	height:auto;
}
#navi ul{
	position: absolute;
	display: block;
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#navi ul{
	right:100px;
}
#menu ul li,
#navi ul li{
	position: relative;
	cursor: pointer;
	pointer-events: auto;
	top:0px;
	font-family:"mini-bold","文鼎標準宋體_H";
	margin:0px;
	overflow: hidden;
	/*border:1px #F00 dotted;*/
}
#navi ul li{
	display:inline-block;
	width:auto;
	height:90px;
	font-size:0.8em;
	line-height:90px;
	padding:0 20px 0 20px;
	text-align: center;
	/*border:1px #F00 dotted;*/
}
#navi ul li:hover{
	text-decoration: underline;
}
#navi ul li.socialBtn{
	line-height:80px;
	padding:0 10px 0 10px!important;
	/*border:1px #F00 dotted;*/
}
.socialBtn img{
	width:auto;
	height:30px;
}
.socialBtn:hover img{
	opacity:0.5;
}

#menu{
	width:20%;
	height:100%;
	right:0;
	z-index:100;
	margin-right:-20%;
	/*box-shadow: 0px 0px 5px #d5d5d5;
	border-bottom:1px #d5d5d5 solid;*/
	/*border:5px #D00 dashed;*/
}
#menu ul{
	list-style-type: none;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-top:100px;
	width:80%;
	height:auto;
	/*margin-left:16%;*/
	/**/
}
#menu ul li,#menu ul li p{
	position:relative;
	display:block;
	margin:0;
	text-align: left;
	font-size:1em;
	line-height:120%;
	/*overflow:hidden; */
	
}
#menu ul li{
	height:auto;
	padding:0.3em;
}
#menu ul li .btn{
	width:auto;
	display:inline-block;
	
}

#menu ul li .out{
	position:absolute;
	transform-origin: top center;
	transform:"rotateX(0deg) translateZ(5px)";
	opacity:1;
}
#menu ul li .over{
	transform-origin: bottom center;
	transform:"rotateX(90deg) translateZ(5px)";
}
#menu ul li span{
	position:relative;
	display:block;
	top:100%;
	width:0%;
	height:2px;
	background-color: #000;
	
}

/*
#shareBox{
	position:absolute;
	display:block;
	top:150px;
	left:0px;
	width:65px;
	height:260px;
	background-color: #000;
}
#shareBox .shareTi, #shareBox .shareBtn{
	position:relative;
	display:block;
	/*border:2px #F00 dotted;
}
#shareBox .shareTi{
	color:#FFF;
	font-size:16pt;
	height:70px;
}
#shareBox .shareTi p{
	margin-top:50px;
	transform: rotate(90deg);
	transform-origin: 50% 50% ;
}
#shareBox .shareBtn{
	padding:15px;
	pointer-events: auto;
	cursor: pointer;
}
#shareBox .shareBtn img{
	width:100%;
	height:auto;
	margin:auto;
}*/






/*********************************************************************************/
/* page                                                                      */
/*********************************************************************************/

#page{
	position:relative;
	display: block;
	width: 100%;
	height: 100%;
	/*min-height:100%;*/
	overflow:visible;
	top:0%;
	z-index: 10;
	background-color: #FFF;
	/*border:5px #F00 dotted;*/
}
.section {
	position:relative;
	display:block;
	margin: 0px;
	padding: 0px;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 100;
	overflow:hidden;
	pointer-events: none;
	/*border:3px #D0D dotted;*/
}

.section .content {
	position: relative;
	display:block;
	width:100%;
	height: 100%;
	top:0px;
	left:0px;
	text-align: left;
	z-index: 100;
	overflow: hidden;
	pointer-events: none;
	
	
}
.section .box{
	position:relative;
	display:block;
	width:100%;
	height: 100%;
	top:0%;
	left:0px;
	margin:auto;
	padding:0px;
	overflow:hidden;
	pointer-events: auto;
}
/*
.section .bg{
	position:absolute;
	display:block;
	width: 100%;
	height: 100%;
	top:0px;
	left:0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url();
	z-index: 1;
	opacity:1;
	border:5px dotted #F00;
}*/
.section .picBox,
.section .txtBox{
	width:100%;
	height: 100%;
	padding: 0;
	margin:0;
	/*border: 3px dotted #F00;*/
}
.section .picBox{
	position: absolute;
	display: block;
	overflow: hidden;
	height: 100%;
}
.section .picBox .pic{
	position:relative;
    display: block;
	width:100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.section .txtBox,
.section .txtBox::before,
.section .vBox{
	position:relative;
	display: inline-block;
	vertical-align: middle;
	/*border: 3px dotted #F00;*/
}
.section .vBox{
	left:15%;
	width:70%;
	height: auto;
	/*border: 3px dotted #F00;*/
}
.section .txtBox::before{
	content: "";
	wdith:0%;
	height: 100%;
	/*border: 3px dotted #F00;*/
}

.picL .picBox{
	width:55%;
	height:100%;
}
.picL .txtBox{
	left:55%;
	width:45%;
	height:100%;
}
.picR .picBox{
	left:45%;
	width:55%;
	height:100%;
}
.picR .txtBox{
	width:45%;
	height:100%;
}



.section .txtBox h1,
.section .txtBox h2,
.section .txtBox h3{
	position:relative;
	display:block;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	/*border:1px #F00 dotted;*/
}
.section .txtBox h1{
	font-size:1.4em;
	line-height:120%;
	font-family:"mini-bold","文鼎標準宋體_H","微軟正黑體", "Microsoft JhengHei";
	/**/
}
.section .txtBox h2{
	font-size:1.4em;
	line-height:120%;
	letter-spacing: 0px;
	font-family:"mini-bold","文鼎標準宋體_H","微軟正黑體", "Microsoft JhengHei";
	/*border:1px #F00 dotted;*/
}
.section .txtBox h3{
	margin-top:1em;
	margin-bottom:1em;
	font-size: 1em;
	line-height: 180%;
	/*text-align : justify;*/
	/*word-break :keep-all; keep-all*/
}
.test{
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
	border: 3px dotted #F00;
}
.test:after {
	content: '';
	display: inline-block;
	width: 100%;
}



.borderBtn,
.blackBtn{
	position:relative;
	display:inline-block;
	width:auto;
	height: 50px;
	line-height: 50px;
	cursor:pointer;
	pointer-events:auto;
	text-align:center;
	background-color: #000;
	color: #FFF;
	opacity:1;
	font-size:1em;
	margin-right:0.5em;
	padding:0 30px 0 30px;
	border:2px #000 solid;
}
.blackBtn span,
.borderBtn span{
	position:relative;
	display:block;
	z-index: 5;
	/*font-family:"mini-regular";*/
}
.blackBtn .over,
.borderBtn .over{
	position:absolute;
	display:block;
	width:0%;
	height: 100%;
	z-index: 1;
	top:0;
	left:0;
	margin:0;
}
.blackBtn .over{
	background-color: #FFF;
}
.blackBtn:hover span{
	color: #000;
}

.borderBtn{
	color: #FFF;
	background-color: rgba(0,0,0,0);
	border:2px #FFF solid;
}
.borderBtn .over{
	background-color: #FFF;
}
.borderBtn:hover span{
	color: #000;
}

hr{
	margin-top:5px;
	margin-bottom:5px;
	opacity: 0;
	
}



/*********************************************************************************/
/* home                                                                          */
/*********************************************************************************/
#homeArea {
	/*opacity:0.5;*/
	
}

#homeArea .txtBox{
	margin-top:25%;
	top:0%;
	left:12%;
	width:70%;
	height:auto;
	color:#FFF;
	/*border:3px #F00 dotted;*/
}
#homeArea .txtBox h1{
	margin-bottom:1.2em;
}
#homeArea .txtBox h1::after{
	display: block;
	content: "";
	width:4.4em;
	height:1px;
	border-bottom:5px #FFF solid;
}
#homeArea .txtBox h1 p,
#homeArea .txtBox h2 p{
	font-size:1.7em;
	line-height:150%;
	/* */
}
#homeArea .preview{
	position:absolute;
	display:block;
	width: 100%; 
    height: 100%; 
	top:0;
	opacity:1;
	pointer-events: none;
	/*border: 10px #E00 dotted;*/
}
#homeArea .preview video{
	/*position:absolute;
	bottom:0;*/
	width: 100%; 
    height: auto; 
	
}


/*********************************************************************************/
/* clubmanArea                                                               */
/*********************************************************************************/
#clubmanArea .picBox .pic{
	background-image: url(../images/clubmanBg.jpg);
}


/*********************************************************************************/
/* fea1Area                                                               */
/*********************************************************************************/
#fea1Area {
	
}
#fea1Area .picBox{
	width:100%;
	height:100%;
	/*border:1px #F00 dotted;*/
}
#fea1Area .picBox .pic{
	background-image: url(../images/fea1Bg.jpg);
}
#fea1Area .txtBox{
	top:30%;
	left:5%;
	width:70%;
	height:30%;
	color:#FFF;
	/*border:2px #F0D dotted;*/
}

/*********************************************************************************/
/* fea2Area                                                               */
/*********************************************************************************/
#fea2Area .picBox .pic{
	background-image: url(../images/fea2Bg.jpg);
}


/*********************************************************************************/
/* fea3Area                                                               */
/*********************************************************************************/
#fea3Area {
	
}
#fea3Area .picBox{
	position: relative;
	width:100%;
	height:65vh;
	/*border:2px #A00 dotted;*/
}
#fea3Area .txtBox{
	top:0%;
	width:100%;
	height:35vh;
	/*border:2px #F00 dotted;*/
}

/*********************************************************************************/
/* fea4Area                                                               */
/*********************************************************************************/
#fea4Area .picBox .pic{
	background-image: url(../images/fea4Bg.jpg);
}

/*********************************************************************************/
/* fea5Area                                                               */
/*********************************************************************************/
#fea5Area .picBox .pic{
	background-image: url(../images/fea5Bg.jpg);
}

/*********************************************************************************/
/* fea6Area                                                               */
/*********************************************************************************/
#fea6Area .picBox .pic{
	background-image: url(../images/fea6Bg.jpg);
}

/*********************************************************************************/
/* fea7Area                                                               */
/*********************************************************************************/

#fea7Area .txtBox{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/fea7TxtBg.jpg);
	/*border:5px dotted #F00;*/
}




/*flexslider====================================================*/
.flexslider{
	position:relative;
	display:block;
	border-radius: 0;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	/*background-color: #000;*/
	border:0px #F00 dotted;
}
.flexslider ul.slides,
.flexslider ul.slides li{
	margin:0;
	padding:0;
	width:100%;
	height:100vh;
	z-index: 90;
	border:0px #F0F dashed;
}
.flexslider .bg{
	width:100%;
	height:100%;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	border:0px #F00 dotted;
}
.flexslider .navigation{
	position: absolute;
	display: block;
	width:100%;
	height:100%;
	top:0;
	text-align:center;
	z-index: 100;
	pointer-events: none;
}

.flexslider .controls{
	position:absolute;
	display:block;
	bottom:0%;
	width:100%;
	height:40px;
	z-index: 500;
	/*border:3px #F0D dotted;*/
}
.flexslider .controls .flex-control-nav{
	position:relative;
	display:block;
	top:0%;
	
}
.flexslider .controls li,
.flexslider .controls li a{
	position:relative;
	display:inline-block;
	width:15px;
	height:15px;
	margin-right:15px;
	border-radius: 0;
	-webkit-box-shadow: 0 0px 0px -0px black;
	   -moz-box-shadow: 0 0px 0px -0px black;
	        box-shadow: 0 0px 0px -0px black;
}
.flexslider .controls li:last-child{
	margin-right:0px;
}
.flexslider .controls li a{
	pointer-events: auto;
	background-color:#DDD;
	border:1px rgba(0,0,0,0) solid;
}
.flexslider .controls li a.flex-active{
	background-color:#000;
	border:1px #AAA solid;
}

.flexslider .prevBtn,
.flexslider .nextBtn{
	position: absolute;
	display: block;
	top:calc(50% - 20px);
	width:20px;
	height:20px;
	line-height:50px;
	text-align:center;
	cursor: pointer;
	pointer-events: auto;
	/**/
}
.flexslider .prevBtn{
	left:20px;
}
.flexslider .nextBtn{
	right:20px;
}
.flexslider .prevBtn .arrow,
.flexslider .nextBtn .arrow{
	position: relative;
	display:inline-block;
	top:0%;
	width:100%;
	height:100%;
	/*transform:translate(-0%,-50%);*/
    border-style: solid solid solid solid;
    border-width: 20px;
}
.flexslider .prevBtn .arrow{
	margin-left:-20px;
	border-color: transparent #FFF transparent transparent;
}
.flexslider .nextBtn .arrow{
	border-color: transparent transparent transparent #FFF;
}
.flexslider .prevBtn .arrow img,
.flexslider .nextBtn .arrow img{
	width:100%;
	height:auto;
}
.flex-direction-nav{
	/*display: none;*/
}


/*********************************************************************************/
/* fea3Slider                                                                      */
/*********************************************************************************/
#fea3Slider ul.slides,
#fea3Slider ul.slides li{
	height:65vh;
}

#fea3Slider .bg1{
	background-image: url(../images/fea3P1.jpg);
}
#fea3Slider .bg2{
	background-image: url(../images/fea3P2.jpg);
}
#fea7Slider ul.slides,
#fea7Slider ul.slides li{
	height:100vh;
}
#fea7Slider .bg1{
	background-image: url(../images/fea7P1.jpg);
}
#fea7Slider .bg2{
	background-image: url(../images/fea7P2.jpg);
}


/*********************************************************************************/
/* galleryArea                                                                      */
/*********************************************************************************/
#gallerySlider{
	
}


#gallerySlider .controls {
	position:absolute;
	display:block;
	width: 105%;
	height:5px;
	bottom:5px;
	/*border:1px #F00 dotted;*/
}
#gallerySlider .controls ol li a{
	display: none;
}
#gallerySlider .controls ol{
	width: 105%;
	height:5px;
	bottom:5px;
	margin:0;
	padding:0px;
}
#gallerySlider .controls ol li{
	position: relative;
	display:block;
	width: 15%;
	height: 5px;
	line-height:50px;
	background-color: #FFF;
	border-radius: 0%;
	margin:0px;
	margin-right:5px;
	vertical-align: top;
	cursor: pointer;
	pointer-events: auto;
	float: left;
	z-index: 10;
}
#gallerySlider .controls ol li.flex-active{
	background-color: #DDD;
}

#gallerySlider .controls ol li .over{
	position:absolute;
	display:block;
	width: 0%;
	height: 5px;
	z-index: 50;
	top:0;
	background-color: #000;
	/*border:3px #F00 dotted;*/
}

#gallerySlider .bg1{
	background-image: url(../images/photo1.jpg);
}
#gallerySlider .bg2{
	background-image: url(../images/photo2.jpg);
}
#gallerySlider .bg3{
	background-image: url(../images/photo3.jpg);
}
#gallerySlider .bg4{
	background-image: url(../images/photo4.jpg);
}
#gallerySlider .bg5{
	background-image: url(../images/photo5.jpg);
}
#gallerySlider .bg6{
	background-image: url(../images/photo6.jpg);
}



#galleryArea .note{
	position:absolute;
	display:block;
	width:100%;
	height: auto;
	margin:0;
	bottom:20px;
	right:10px;
	display:block;
	line-height: 160%;
	font-size:0.8em;
	text-align:right;
	color:#FFF;
	z-index: 200;
	text-shadow: 0 0 10px rgba(0,0,0,1);
	/*border:10px #A00 dotted;*/
}


/*POPUP====================================================*/

/*起點:改由下方往上*/
.modal-centered {
	top:0;
	-webkit-transform: translate(0%, 0%) !important; 
			transform: translate(0%, 0%) !important;
}
.modal.fade.show .modal-centered{
	top:0;
  	-webkit-transform: translate(0, -0%)!important;
          transform: translate(0, -0%)!important;
}
.modal{
	width:100%;
	max-width: 100%;
	min-width: 100%;
	height:100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	/*border:2px #D00 dotted;*/
}
.modal-dialog,
.modal-content,
.modal-body{
	position: relative;
	display:block;
	width:100%;
	max-width: 100%;
	min-width: 0%;
	height:100%;
	padding:0;
	margin:auto;
	border: 0px;
	border-radius: 0px;
	background-color: rgba(0,0,0,0);
}
.closeBtn{
	position:absolute;
	display:block;
	cursor:pointer;
	pointer-events:auto;
	width:50px;
	height: 50px;
	top:0%;
	right:-60px;
	background-color: #FFF;
}
.closeBtn img{
	margin:25% auto;
	width:50%;
	height: 50%;
}
.closeBtn:hover{
	background-color: #AAA;
}


#menuModal{
	display: none;
}


/*********************************************************************************/
/* detailModal                                                                      */
/*********************************************************************************/
#detailModal .modal-centered {
	top:calc(50% - 300px);
	-webkit-transform: translate(0%, 10%) !important; 
			transform: translate(0%, 10%) !important;
}
#detailModal.fade.show .modal-centered{
	top:calc(50% - 300px);
  	-webkit-transform: translate(0, -0%)!important;
          transform: translate(0, -0%)!important;
}
#detailModal .modal-dialog,
#detailModal .modal-content,
#detailModal .modal-body{
	width:1100px;
	max-width: 1100px;
	height:570px;
}
#detailModal .modal-body{
	padding:30px;
	color:#000;
	background-color: #FFF;
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.5);
}

#detailSlider{
	display: none;
}

.detailBox{
	width:100%;
	font-size:1em;
	line-height: 120%;
	/*border:3px #F00 dotted;*/
}
#detailModal .row{
	padding:0;
	margin-left:0;
	/*border:1px #F00 dotted;*/
}
#detailModal .row span{
	padding:15px;
}
#detailModal .row.dl{
	height: 6px;
}
#detailModal .row.dl span{
	padding-top:0px;
	height: 6px;
	/*border:2px #F00 dotted;*/
}
#detailModal .row.dl hl{
	position: relative;
	display: block;
	width:100%;
	height: 1px;
	margin:0px;
	border-top:2px #000 solid;
}
#detailModal .row .ti{
	text-align: left;
	font-weight: bold;
	width:26%;
	border-right:1px #000 solid;
}
#detailModal .row .ti.lh2{
	line-height:2.2em;
}
#detailModal .row .ti.lh3{
	line-height:3.5em;
}

#detailModal .row .txt{
	width:36%;
}
#detailModal .row .txt1{
	border-right:1px #000 solid;
}
#detailModal .row .txt.carName{
	font-weight: bold;
	line-height: 130%;
}


