*{
	margin:0;
	padding:0
}
/*------- section basic  ----------- */
#carprice{
	margin-top : 50px;
}
#carprice,#carsold,#paybudae,#payupfront,#calculationCondition,#statement,#ask-quotation{
	padding : 3em 0;
	margin-bottom : 15px;
	border-radius : 20px;
	border : 0.5px dotted red;
	box-shadow : inset 2px 2px 5px grey;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
}

#statement,#calculationCondition,#ask-quotation{
	display : none
}
.img-rounded {
	box-shadow : 0 0 0 2px #526363
}
.is-current {
	display : none
}
.budae-type{
	display : block
}
.budae-type-none{
	display : none
}
.sub-title{
	padding-left :1.6em;
	box-sizing : border-box;
	-webkit-box-sizing : border-box;
	-moz-box-sizing : border-box;
	margin-bottom : 35px;
	transition : all 0.3s ease;
}
.sub-title:hover{
	color : #cc0000;
	margin-left : 3px;
}
.sub-title ~ .row, #upfront-view > div, #deposit-view > div, #statement .row{
	width : 95%;	
	margin : 0 auto 25px auto;
}
.sm-title{
	text-align : center;
	font-size : 14pt;
	color : #526363;
	width : 80%;
	border : 1px solid #cccccc;
	border-radius : 15px;
	-moz-border-radius : 15px;
	-webkit-border-radius : 15px;
	line-height : 2em;
}
.sub-title + .row .col-md-3 .sm-title{
	background : #449652;
	color : #fff;
	box-shadow : 5px 5px 15px grey
}
.sub-title+.row .col-md-3:first-child .sm-title,.sub-title+.row .col-md-3:nth-child(2) .sm-title,.sub-title+.row .col-md-3:nth-child(3) .sm-title{
	background : #815b7c;
}
.sub-title+.row .col-md-3:nth-child(4) .sm-title{
	background : #a52526;
}
/*-------- next button ---------*/
#payupfront + .row{
	margin : 55px auto;
}
/*---- Calculator------*/
.calculator-one{
	position :relative;
	height : 400px;
	padding : 3em;
	border : 1px solid grey;
	box-sizing : border-box;
	overflow : hidden;	
}
/*----  기존차량 매각여부에 따라 달라지는 박스모델 --------- */
.calculator-two{
	position :relative;
	height : 480px;
	padding : 3em;
	border : 1px solid grey;
	box-sizing : border-box;
	overflow : hidden;	
}
.calculator-one:first-child a{
	margin-top : 25px
}
.sub-one p{
	text-align :center;
}
.sub-one p:first-child{
	font-size : 12pt;
}
.sub-one p:last-child{
	font-size : 46px;
	font-weight :bold;
}
.sub-one:nth-child(2){
	margin-top : 25px;
	padding : 1em;
	border-bottom : 0.5px solid #999999
}
.sub-one:nth-child(3){
	padding : 1em;
}
.sub-one:nth-child(2) span:first-child,.sub-one:nth-child(3) span:first-child{
	display : inline-block;
	font-size : 13pt;
	width : 48%
}
.sub-one:nth-child(2) span:last-child,.sub-one:nth-child(3) span:last-child{
	display : inline-block;
	text-align :right;
	font-size : 13pt;
	width : 48%
}

/*---  calculation/상환스케쥴보기 버튼---------------*/
.sub-one:last-child, .calculator-one:first-child .row > div:last-child{
	overflow : hidden;
	position : absolute;
	width : 100%;
	bottom : 35px;
}
.payment-one p:first-child{
	text-align :right;
	font-size : 16pt;
	font-weight : bold
}
.payment-one p:last-child{
	font-size : 26pt;
	font-weight : bold;
	text-align : right
}
.table-responsive{
	padding-top: 35px
}

#ask-quotation{
	margin-top : 50px;
}

/*----------- radio button  ---------*/
#payupfront .sub-title + .row label{
	margin-left : 65px
}
#payupfront .sub-title + .row label input{
	margin-right : 15px
}
#payupfront .sub-title + .row input{
	display :inline-block;
	content : "";
	height : 1.25em;
	width : 1.25em;
	border-radius : 50%
}
.radiobtn {
	display : inline-block;
	font-size : 13pt;
}

#upfront-view, #deposit-view{
	display : none
}


























