﻿/*
Description: dwb_style_PhubCloud(mobile 홈페이지)
Author: mail@dwb.kr
Version: 1.0
P-Day:2020.02.06
Last_Edit:
Update:
*/



body {margin: 0px;padding: 0px; }
img{margin:0px; padding:0px;}

/*#dwb_Center_header,
#dwb_Center_body .inner,
#dwb_Center_footer .inner{width:100%; overflow: hidden;}*/
#main .inner{width:100% ;overflow: hidden;}
#main .inner2{width:100%; overflow: hidden;}

#dwb_Center_body .inner{width:100%;}
#dwb_Center_body .inner2{width:100%;}
.span1{width:128px;}.span2{width:256px;}.span3,.span4,.span5,.span6,.span7,.span8,.span9,.span10{width:100%;}

.op_mob{display: block!important;}
.op_pc{display: none!important;}
.dots { display:none;}
.dots li a:before { display:none;}
.Mob_span2{
	display: block!important;
}
.mb_logo2{display: block!important;}
.scroll-container {
	width: 100%;
	overflow:hidden;
	position: static;
	margin: 0;
	padding: 0;
}
.scroll-container section{
	width: 100%; overflow:hidden;
}

#TopScroll{opacity:0; display:scroll;position:fixed; bottom:10px;  z-index:999; right:10px	}

.full_img{width:100%;}
.full_img img{width:100%;}
/*.hidden-mobile_h,.MobileNoneDisplay{display:none;}*/
.NoneDisplay, .hidden-mobile_h, .MobileNoneDisplay{ display:none!important;}
.pc-l{ display:none;}

.kakao_fixed{
	display: block;
	position: fixed;
	z-index: 999999;
	right: 3%;
	bottom: 3%;
	float: right;
}
.kakao_fixed img{
	width: 15%;
	right: 1%;
	float: right;
}

.main_kakao_fixed{
	
	position: fixed;
	z-index: 999999;
	right: 4%;
	bottom: 3%;
	float: right;
}
.main_kakao_fixed img{
	width:40px;
	height:40px;
	right: 1%;
	float: right;
}
.pc_none{display: block;}

/*공통사항쓰*/
.t_color1{
	color: #fff;
}
.t_color2{
	color: #7dbef3;
}
.table a{
	color: #000;
}
.sub_txt a{
	color: #fff;
}

/*공통사항쓰*/







.dwb_Center_header{
	display: none!important;
}
/*=========================================================================*/

#dwb_Center_header,
#dwb_Center_header_page{ 
	display: block!important;
	width:100%!important; 
	position: absolute; 
	z-index: 9999; 
	background-color: transparent; 
	border-bottom: 0px; 
	overflow: hidden;

}
#dwb_Center_header,
#dwb_Center_header_page {			
	width:96%!important; 
	padding: 10px 0;
	margin: 2%;
	margin-top:10px;
	background-color: rgba(51,57,92,0.8);
}
#dwb_Center_header>.span1,
#dwb_Center_header_page>.span1{
	width:12%; 
	overflow: hidden; 
	text-align: center;
	display:block;
}
#dwb_Center_header>.span1 i,
#dwb_Center_header_page>.span1 i{
	font-size:8vw; 
	line-height:16vw; 
	text-align: center;
	display:block;
	color: #fff;
}

#dwb_Center_header .span3,
#dwb_Center_header_page .span3{ 
	width:72%; 
	margin-left:1%; 
	margin-right:1%;
	display:block; 
	text-align: center;
} 
#dwb_Center_header #company_logo img,
#dwb_Center_header_page #company_logo img{    
	width: 60%; padding-top:10px; padding-bottom: 10px;
	
}



#dwb_Mobile_Menu{  height:auto; margin-top:-800px;  -webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
#dwb_Mobile_Menu.NavActive{margin-top:0px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}




#dwb_Center_header ul,
#dwb_Center_header_page ul{ 
	width: 100%; display:block; margin:0; padding:0;
}
#dwb_Center_header li,
#dwb_Center_header_page li{ 	
	width: 100%; 	
	list-style: none; 
	font-size: 16px; 
	/*padding:15px 0 15px 40px !important;*/
	margin:0; 
	padding-left: 20px;
	line-height: 40px!important;
	width: 100%;
}
#dwb_Center_header ul li a,
#dwb_Center_header_page ul li a{
	color: #fff;
	text-decoration: none;
	font-weight:700; 
	line-height: 26px;
}











#main .section1 .span10,#main .section2 .span10,#main .section3 .span10,#main .section4 .span10{width:100%; overflow: hidden;}


#main .inner{
	width: 96%!important;
	margin-left: 2%!important;
	margin-right: 2%!important;
}





/*=======page1시작
========================*/
#dwb_Center_body .inner2 #dwb_Mainslide{width:100%;height:400px;border:none;margin:0px;padding:0px; overflow: hidden; }

#dwb_Center_body .inner2 #dwb_Mainslide  .vertical .carousel-inner {height: 100%;}
#dwb_Center_body .inner2 #dwb_Mainslide  .carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {top: 0;}
.carousel.vertical .next {top: 100%;}
.carousel.vertical .prev {top: -100%;}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {top: 0;}
.carousel.vertical .active.left {top: -100%;}
.carousel.vertical .active.right {top: 100%;}
#dwb_Center_body .inner2 #dwb_Mainslide  .carousel.vertical .item {left: 0;}                                                   
#dwb_Center_body .inner2 #dwb_Mainslide #dwb_Carousel_item_00{width:100%; height:700px; background:url(../img/main/main_slide_01.jpg); background-position:top center; background-size:800px;}
#dwb_Center_body .inner2 #dwb_Mainslide #dwb_Carousel_item_01{width:100%; height:700px; background:url(../img/main/main_slide_02.jpg); background-position:top right; background-size:800px;}
#dwb_Center_body .inner2 #dwb_Mainslide #dwb_Carousel_item_02{width:100%; height:700px; background:url(../img/main/main_slide_03.jpg); background-position:top center; background-size:800px;}

#dwb_Mainslide .carousel-indicators {display:none;}





#dwb_Center_logo{position: absolute; width:100%; z-index: 9997; top:140px; text-align: center;}
#dwb_Center_logo img{width: 80%;}


#dwb_video_Area.dwb_video-size {padding-top: 0px;width: 100%;  height: 56.25vw;  min-height: 100vh; overflow: hidden;  margin: 0px;padding: 0px; font-family:""}
#dwb_video_Area.dwb_video-size iframe{width:330%; height:100%; margin-left:-125%}  


#dwb_video_Area #dwb_video_cover{width: 100%; 
   height: 56.25vw; 
   min-height: 100vh;
   min-width: 177.77vh; 
   margin-top:0px; position: absolute; background: url("../img/company/dot.png");}




/*=======page1끝
========================*/



















/*========================================page2시작==================================
========================*/
#main .section2{
	background: url("../img/main3/main_banner_bg_012.jpg") no-repeat center/cover;
	padding-top: 110px;
}

#main .section2 .inner .span8 .block{display: block;}
#main .section2 .inner .span8{				
	color: #fff;
	font-size: 3.5vw;
	font-weight: 500;
	line-height: 30px;
	width: 100%;
	margin-top: 20px;
}
#main .section2 .inner .span8 .company-name{
	float: right;
	margin-top: 30px;
}
#main .section2 .inner .span3{
	float: right;
	width: 100%;
	margin-top:30px;
}
#main .section2 .inner .span3 img{
	width: 100%;
}
#main .section2 .inner .span3 h2{		
	color: #01fefd;
	font-size: 15vw;
	margin: 0;
	text-align: center;
	line-height: 23vw;
    text-shadow: 1px 1px 1px #eee;
}
#main .section2 .page_2_img{		
	margin-top: 50px;
}




/*========================================page2시작==================================
========================*/















/*==========================================page3시작===================================
========================*/
#main .section3{
	background: url("../img/main3/main_bg_c.jpg") no-repeat center/cover;
	padding-bottom: 30px;
}
#main .section3 .inner{					
	margin-top: 50px;
	/*margin-top: 200px;*/
	color: #fff;
}
#main .section3 .inner h2{
	font-size: 23px;
}
#main .section3 .inner .span3{					
	width: 50%;
	height: 345px!important;
	float: left;
	text-align: center;
	margin-top: 0;
	margin-left: 0;
	margin-right:0;
	background: url("../img/main3/phone_bg.png") no-repeat center/80%;
}

#main .section3 .inner .span3 img{
	margin-top: 75px;
	width: 70%;
	text-align: center;
}
#main .section3 .inner .span3 p{
	margin-top: 50px;
	font-size:18px;
	font-weight: 500;
	line-height: 30px;
}



/*==========================================page3끝===================================
========================*/










/*==========================================page4시작===================================
========================*/
#main .section4{ background-color:#ffda00;}
#main .section4 .inner{
	height:100%;
	margin-bottom: 30px;
	margin-top: 0!important;
}
#main .section4 .span10{
	width:100%!important;
	margin-top:20px;
}
#main .section4 .span10 p{ 
	margin-top:15px; 
	margin-left:0; 
	color:#222; 
	font-size:4.1vw; 
	line-height:8vw; 
	
}
#main .section4 .span10 .span7{ 
	display: none;
}
#main .section4 .span10 .span7 img{
	width: 80%;
}
#main .section4 .span10 .span5{ 
	width:100%;
	margin-bottom:0; 
}
#main .section4 .span10 .span5 img{width: 100%;}
#main .section4 .span10 .span5 a{ 
	position:static;
	width:100%; 
	z-index:999;
}
.dwb_effect_btn{
	width:50%; 
	height:40px;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	font-size:12px; 
	font-weight:900; 
	border:1px solid #221e1f;
	color:#222;  
	margin-left:25%;
	margin-right: 25%;
	margin-top:20px;
	background-color: #fff;
	
}
.dwb_effect_btn:hover{text-decoration:none; background-color:#113366; color:#fff;-webkit-transition: background-color 1s;-moz-transition: background-color 1s;-ms-transition: background-color 1s;-o-transition: background-color 1s;transition: background-color 1s; cursor: pointer;}











/*==========================================pag4끝===================================
========================*/








/*==========================================page7시작===================================
========================*/
#main .section7{
	display: none!important;
	background: url(../img/main3/main_bg7.jpg) no-repeat center/cover;
}
.section7 .inner{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 30px;
}
.section7 .inner>h2{
	font-size: 9vw;
}
.section7 .inner>p>span{display: block;}

.section7 .inner .span3{
	width:100%;
	background-color: rgba(0,0,0,0.8);
	border-radius: 15px;
	margin-top: 50px;
	margin-right: 0;
}
.section7 .inner .span3 img{
	margin: 20px 0;
}
.section7 .inner .span3 .line{
	width: 30px;
	text-align: center;
	margin: 0 auto 30px;
	background-color: #fff;
	height: 1px;
}
.section7 .inner .span3>p{
	font-size: 10vw;
	margin: 20px 0 50px 0;
}
.section7 .inner .span3_1{
	margin-left:0;
}



/*==========================================page7끝===================================
========================*/
















/*==========================================page8시작===================================
========================*/
#main .section8{
	
}
#main .section8 .inner{								
	margin-top:20px;
	padding-bottom: 30px;
}
#main .section8 .inner .span5{			
	width:100%;
	margin-right:0;
	background-color: #fff;
	margin-top: 20px;
	text-align: center;
}
#main .section8 .inner .span5 .span1{
	width: 100%!important;
	text-align: center;
	margin-left:0;
	margin-right: 0;
	float: left;
	padding: 35px 0;
}
#main .section8 .inner .span5 h5,
#main .section8 .inner .span5 p span{
	display: block;
}
#main .section8 .inner .span5 h5{
	margin-top: 20px;
}
.left_span5{
	margin-left:0;
}
.section8 .op_mob{				
	width: 100%!important;
}




/*==========================================page8끝===================================
========================*/














/*==========================================page9시작===================================
========================*/
#main .section9{
	background: url("../img/main3/main_bg9.jpg") no-repeat center/cover;
}
#main .section9 .inner{
	text-align: center;
	margin-top: 20px!important;
}
#main .section9 .inner>h2{
	font-size: 7vw;
}
#main .section9 .inner .span7{
	width: 100%;
	margin-left: 0;
}
#main .section9 .inner .span7 .gray_bg{
	background-color: #133c63;
	color: #fff;
}
#main .section9 .inner .span7 .white{
	background-color: #fff;
	letter-spacing: -1px;
}
#bank_num{
	display: none;
}
.mob_bank{
	display: block;
}



/*==========================================page9끝===================================
========================*/








/*섹션 10  / 11 / 12  겅통사항입니다.*/

.table_section{background-color: #f5f5f5;}
.table_section .inner{							
	margin-top: 20px;
}
.table_section .inner h2{
	text-align: center;
	font-size: 9vw;
	margin-left: 0;
	margin-bottom: 50px;
}
.table_section .inner .span3{								
	width:100%;
	text-align: center;
	margin-right:0;
	margin-bottom: 0!important;
}
.table_section .inner .span7{
	width:100%;
	
}
.table th, .table td,
.table-bordered th, .table-bordered td{
	border-top: 1px solid #000;
}

.table-bordered{
	border: 1px solid #000;
}
.table_section .inner .span7 .letter{
	letter-spacing: -1px;
}
.table_section .inner .span7 td{
	line-height: 30px;
}

.table_section .effect_btn{
	width: 45%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	border: 2px solid #113366;
	color: #113366;
	margin-right: 0;
	float: left;
}
.table_section .btn_wrap{			
	width: 100%!important;
	margin-left: 0;
	padding-bottom: 30px;
}
.effect_btn2{
	float: right!important;
}
.table_section .effect_btn:hover{
	text-decoration:none; background-color:#113366; color:#fff;-webkit-transition: background-color 1s;-moz-transition: background-color 1s;-ms-transition: background-color 1s;-o-transition: background-color 1s;transition: background-color 1s; cursor: pointer;
}


.dwb_Scroll_Table{overflow-x:scroll;}
.dwb_Scroll_Table table{width:auto !important;}
.dwb_Scroll_Table th,.dwb_Scroll_Table td{ white-space:nowrap;}

/*섹션 10  / 11 / 12  겅통사항입니다.*/


.sub_btn_wrap{			
	width: 100%;
}
.sub_btn_wrap .effect_btn{				
	width: 45%!important;
	float: left;
	margin-right: 0!important;
}
.effect_btn_r{
	float: right!important;
}
/*==========================================page10===================================
========================*/
.section10{
	
}
.section10 .inner{				
	
}





/*==========================================page10===================================
========================*/











/*==========================================page11===================================
========================*/
.section11{
	
}
.section11 .inner{				
	
}

/*==========================================page11===================================
========================*/















/*==========================================page12===================================
========================*/
.section12{
	background: url("../img/main3/main-bg12.png") no-repeat center/cover;
	padding-top: 30px;
    padding-bottom: 30px;
}
.section12 .inner{										
	margin-top: 90px!important;
}
.section12 .inner .span3,
.section12 .inner .span4{
	width: 100%;
	text-align: center;
	
}
.section12 .inner .span3 img,.section12 .inner .span4 img{
	width: 80%;
}
.section12 .inner .span3 p{
	font-size: 16px;
	line-height: 35px;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
}

.section12 .inner .span4{
	
}
.coupon-btn{
	width:80%;
	margin-right: 10%!important;
	margin-left: 10%!important;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 2px solid #fff;
	background-color: #ffde00;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	margin-left:0;
}



/*==========================================page12===================================
========================*/













/*=======서브 시작
========================*/
#dwb_Center_body{ width:100%; height:100%;}
#dwb_Center_body .inner{ width:100%;}
#dwb_Center_body.sub{padding-top:200px; width:100% !important;}
#dwb_Center_body.sub.customer{background: url("../img/sub/sub_bg_customer.jpg"); background-repeat: no-repeat; background-position: center top; background-size:900px 200px;}
#dwb_Center_body.sub.cargo{background: url("../img/sub/sub_bg_cargo.jpg"); background-repeat: no-repeat; background-position: center top; background-size:900px 200px;}
#dwb_Center_body.sub.quick{background: url("../img/sub/sub_bg_quick.jpg"); background-repeat: no-repeat; background-position: center top; background-size:900px 200px;}
#dwb_Center_body.sub.motocycle{background: url("../img/sub/motocycle_bg.jpg");  background-repeat: no-repeat; background-position: center top; background-size:900px 200px;}
#dwb_Center_body.sub.damas{background: url("../img/sub/damas_bg.jpg"); background-repeat: no-repeat; background-position: center top; background-size:900px 200px;}
#dwb_Center_body.sub.service_center{background: url(../img/main/sub_title_bg_07.jpg);
    background-repeat: no-repeat; background-position: center top; background-size:900px 200px;}
#dwb_Center_body.sub.delivery {
    background: url(../img/main/sub_title_bg_04.jpg);
    background-repeat: no-repeat; background-position: center top; background-size:900px 200px;}




#sub_title_txt{ width:100% !important;  position:absolute; z-index:997;top:7%;text-align: center; min-width:100%; margin-right:0; right:0 !important; overflow: hidden;}
#sub_title_txt p{ width:100% !important;}
#sub_title_txt .title{width:100%; font-size:10vw; line-height:10vw; line-height:0; margin:80px 0 20px 0; padding-bottom: 0px; color:#fff; font-weight:600;   text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }
#sub_title_txt .sub_txt.line{width:100%; font-size:5vw; line-height:7vw; color:#fff; font-weight:400; text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75); }


.dwb_contents_txt02{font-size:13px; color:#444; line-height:28px; width:96%; margin-left:2%; margin-right:2%;}
.pt30pb50{padding-top:10px; padding-bottom: 20px;}
.version{font-size:16px;}
.version_link a{color:#e77a01; font-size:14px;}
.version_link :hover{text-decoration:none; font-style:italic; font-weight:bold;}
.AgreementContainer{font-size:15px; color:#666; line-height:35px; padding-top:15px; margin-bottom:20px;}
.AgreementContainer .title{color:#009944; padding-top:10px; font-weight:700;}
.txt03,.txt01{ color: #009944;}









#pay .span3 img{	
	width: 100%!important;
}
#pay .span3{							
	text-align: center;
	width: 100%;
	
}

#cargo .span3,
#quick .span3,
#motocycle .span3,
#damas .span3{width:100%; margin-top:50px;}

#cargo .span3 img,
#quick .span3 img,
#damas .span3 img,#motocycle .span3 img{ width:100%; }

#cargo .span7,
#quick .span7,
#motocycle .span7,
#damas .span7,#pay .span7,#motocycle .span7{width:100% !important; margin-top:50px;}

#cargo .title,
#quick .title,
#motocycle .title,
#damas .title,
#pay .title,#motocycle .title{font-weight:700; padding-left:20px; font-size:15px;}

#cargo .table td,
#quick .table td,
#motocycle .table td,
#damas .table td,
#pay .table td{vertical-align: middle !important; line-height: 30px; }



#cargo .inner,#quick .inner,#pay .inner,#damas .inner,#motocycle .inner{ width:100% !important;}























#dwb_Center_body .inner{}
#dwb_Center_body #dwb_car_size .inner{ width:100% !important;}
#dwb_Center_body #dwb_car_size .inner>.span3{

	width: 100%; margin-top: 50px;
	/*outline: 1px solid red;*/
}#dwb_Center_body #dwb_car_size .inner>.span3>h1{
	text-align: center; font-size: 30px;
}
#dwb_Center_body #dwb_car_size .inner>.span7{
	width: 100%;
	/*outline: 1px solid red;*/
}
#dwb_Center_body #dwb_car_size .inner p{
 text-align: center;
}
#dwb_Center_body #dwb_car_size .inner p span{ display:block;}
#dwb_Center_body #dwb_car_size .inner>.span7>p:first-child{
	font-size:25px; padding-top: 0; 
	color:#083388;
}
#dwb_Center_body #dwb_car_size .inner>.span7>p:nth-child(2){
	font-size: 15px; line-height: 20px; 
}
#dwb_Center_body #dwb_car_size .inner>.span10{
	margin-top: 20px; margin-bottom: 20px;

}
#dwb_Center_body #dwb_car_size .inner>.span10>.span2{ }
#dwb_Center_body #dwb_car_size .inner>.span10>.span2 img{ width:100%; }
#dwb_Center_body #dwb_car_size .inner>.span10>.span2{
	width: 50% !important; height: 350px;
	outline: 1px solid #ddd; 
}
/*#dwb_Center_body #dwb_car_size  .inner>.span10>.span2 p{
	outline: 1px solid red; 
}*/
#dwb_Center_body  #dwb_car_size .inner .span10 .car01,
#dwb_Center_body  #dwb_car_size .inner .span10 .car02,
#dwb_Center_body  #dwb_car_size .inner .span10 .car03,
#dwb_Center_body  #dwb_car_size .inner .span10 .car04,
#dwb_Center_body  #dwb_car_size .inner .span10 .car05,
#dwb_Center_body  #dwb_car_size .inner .span10 .car06,
#dwb_Center_body  #dwb_car_size .inner .span10 .car07,
#dwb_Center_body  #dwb_car_size .inner .span10 .car08,
#dwb_Center_body  #dwb_car_size .inner .span10 .car09,
#dwb_Center_body  #dwb_car_size .inner .span10 .car10,
#dwb_Center_body  #dwb_car_size .inner .span10 .car11,
#dwb_Center_body  #dwb_car_size .inner .span10 .car13,
#dwb_Center_body  #dwb_car_size .inner .span10 .car16,
#dwb_Center_body  #dwb_car_size .inner .span10 .car17{
	margin-right:0 !important;
}
#dwb_Center_body  #dwb_car_size .inner .span10 .car01,
#dwb_Center_body  #dwb_car_size .inner .span10 .car02,
#dwb_Center_body  #dwb_car_size .inner .span10 .car03,
#dwb_Center_body  #dwb_car_size .inner .span10 .car04,
#dwb_Center_body  #dwb_car_size .inner .span10 .car05,
#dwb_Center_body  #dwb_car_size .inner .span10 .car06,
#dwb_Center_body  #dwb_car_size .inner .span10 .car07,
#dwb_Center_body  #dwb_car_size .inner .span10 .car08,
#dwb_Center_body  #dwb_car_size .inner .span10 .car09,
#dwb_Center_body  #dwb_car_size .inner .span10 .car10,
#dwb_Center_body  #dwb_car_size .inner .span10 .car11,
#dwb_Center_body  #dwb_car_size .inner .span10 .car12{
	margin-bottom:0 !important;
}

#dwb_Center_body #dwb_car_size .inner>.span10 .car13{
	
}
#dwb_Center_body #dwb_car_size .inner>.span10 .car14{
	
}
#dwb_Center_body #dwb_car_size .inner>.span10 .car15{
	width: 100%; 
	/*outline: 1px solid red;*/
}
#dwb_Center_body #dwb_car_size .inner>.span10 .car15 .main_txt14{
	width: 100%;
}

#dwb_Center_body #dwb_car_size .inner>.span10 .car16{ margin:0; padding:0;}




#dwb_Center_body #dwb_car_size .inner>.span10 .car{
	width: 100%;

}

#dwb_Center_body #dwb_car_size .inner>.span10>.span2>.title{
	text-align: center; font-size: 17px; margin-top: 20px;

}
#dwb_Center_body #dwb_car_size .inner>.span10>.span2>.line{
	width: 70%; margin: 0 auto; 
	outline: 1px solid #113366;
}
#dwb_Center_body #dwb_car_size .inner>.span10>.span2>.main_txt{
	width: 100%; padding-top: 20px;
	

}
#dwb_Center_body #dwb_car_size .inner>.span10>.span2>.main_txt>p{
	margin-left: 1.5%; text-align:left;


}

#dwb_Center_body #dwb_car_size .inner>.span10>.span2>.t12{font-size:15px; letter-spacing:-2px;}
#dwb_Center_body #dwb_car_size .inner>.span10>.span2>.main_txt .s_tt{ letter-spacing:-1px;}
#dwb_Center_body #dwb_car_size .inner>.span10>.span2>.main_txt>p>span{
	float: right; margin-right:4%;

}
#dwb_Center_body #dwb_car_size .inner>.span10>.car15>.line{
	width: 70%; margin: 0 auto; 
	outline: 1px solid #113366; 
}
#dwb_Center_body #dwb_car_size .inner>.span10>.span4>.main_txt14{
	width: 100%; padding-top: 10px;



}
#dwb_Center_body #dwb_car_size .inner>.span10>.span4>.main_txt14>p{
	text-align:center;
}
#dwb_Center_body #dwb_car_size .inner>.span10>.span4>.main_txt14>p>span{
	display: block; line-height: 20px;     
}

/*=======서브 끝
========================*/











.section7 .inner>p,
#main .section8 .inner>p,
#main .section9 .inner>p{
	margin-top: 10px;
	font-size: 3.7vw;
	width: 100%!important;
}
#main .section9 .inner>p>span{
	display: block;
}



















/******푸터 시작
**************************************/



#dwb_Center_footer a{
	color: #fff!important;
}
#dwb_Center_footer{
	background-color:#33395c; 
	color:#626262;
	margin-top: 0px;
}
#dwb_Center_footer .inner{						
	padding-top:20px; 
	width:100%!important;
	text-align:center;
	padding-bottom:20px !important;
	margin: 0!important;
	color: #fff;
}

#dwb_Center_footer .inner .span10{ margin-top:0; width:100% !important;}
#dwb_Center_footer .inner a{color:#555;}
#dwb_Center_footer .inner a.btn{color:#fff;}
#dwb_Center_footer p{padding-top:10px; padding-bottom:0px; margin:0px;}
#dwb_Center_footer .inner .btn{margin-bottom:5px; width:75px;}
#dwb_Center_footer .inner .btn.dwb_btn_large{margin-bottom:5px; width:275px; margin-top:5px;}
#dwb_Center_footer .inner p .block{ display:block; outline:1px solid red;}
/******푸터 끝
**************************************/




/******엘리먼트 시작
**************************************/




.title_h2{text-align: center; font-size: 30px; font-weight: 500; padding-top:0px; font-weight:800; width:96%; margin-right:2%; margin-left:2%; }
.title_p{width:96%;	text-align: center; margin-top: 10px; margin-bottom:0px;font-size:15px;  margin-right:2%; margin-left:2%;}
#main a{ text-decoration:none;}


#dwb_Accordion_Area{margin-top:20px; margin-bottom:20px;}
#dwb_Accordion_Area a{text-decoration: none; color: #1443E0; font-weight: bold;}
#dwb_Accordion_Area .accordion-heading,
#dwb_Accordion_Area .accordion-body{padding:10px; font-size:13px; line-height:20px;}



	/*메뉴박스 끝*/
/******엘리먼트 끝





**************************************/


#delivery .span3{
	width: 100%;

}
#delivery .span3 img{	width: 100%;		
	
}
#delivery .span7{				
	overflow-x: scroll;
	width: 100%;
}


.airplane{							
	width: 100%!important;
	overflow-y: scroll!important;
}

.btn_wrap .effect_btn{
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border: 2px solid #005bac;
	color:#005bac;
	margin-right: 20px;
	float: left;
}
.btn_wrap{									
	width:100%!important;
	margin-left: 0;
	margin-bottom: 100px;
}
.btn_wrap .effect_btn:hover{
	text-decoration:none; background-color:#005bac;color:#fff;-webkit-transition: background-color 1s;-moz-transition: background-color 1s;-ms-transition: background-color 1s;-o-transition: background-color 1s;transition: background-color 1s; cursor: pointer;
}