.form-style-1 {
    margin:10px auto;
    max-width: 960px;
    padding: 0px 12px 10px 12px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0px;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px 0px 1px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #D88A8A;
    -webkit-box-shadow: 0 0 8px #D88A8A;
    box-shadow: 0 0 8px #D88A8A;
    border: 1px solid #D88A8A;
}


.form-style-1 select{
    padding: 6px 7px;
    font-weight: bold;
}



.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #E85050;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #E87B7B;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:#E82828;
}
.tableline{
	border-top:2px solid #D88A8A;height:10px;	
}
.form-style-1 .service{
	border-top:2px solid #D2D2D2;height:10px;		
	border-bottom:2px solid #D2D2D2;height:10px;	
}
.form-style-1 .myinfo{
	background-color: #EFF1D6;	
	width:100px;
	font-weight: bold;
}

.agreement {
    font-size: 12px;
    padding: 10px;
    background: #ffffff;
    max-height: 120px;
    overflow-y: scroll;
    border: 1px solid #cecece;
    line-height: 19px;
}

/* 부트스트랩 재정의 */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 10px;
    padding-left:  10px;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 10px;
    margin-top: 1px \9;
    line-height: normal;
}

.dl-horizontal dt {
    font-weight: bold;
    color:#E82828;
    text-align: left;
}

.dl-horizontal .dd {
   font-weight: normal;
   color:#000; 
}

mark, .mark {
    background-color: #FFF9D9;
    color:#E82828;
}

.btn-primary {
    color: #fff;
    background-color: #E85050;
    border-color: #E85050;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #E87B7B;
    border-color: #E87B7B;
}

.bottombannertb{
	width:100%; max-width:960px; margin:10px auto;
}

.bottombannerdiv{
	text-align:center;background: #007e95;padding: 8px 2px 8px; border: none;color: #fff; max-width: 480px; margin:0px auto;
}

