.form-style-1 {
    margin:10px auto;
    max-width: 730px;
    padding: 0px 12px 10px 12px;
    font-size:13px; font-family:Malgun Gothic,'맑은고딕','돋움',dotum, Helvetica, sans-serif ; font-weight:normal;
}
.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 #96a0cf;
    -webkit-box-shadow: 0 0 8px #96a0cf;
    box-shadow: 0 0 8px #96a0cf;
    border: 1px solid #96a0cf;
}


.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: #0073BD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #96a0cf;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:#0073BD;
}
.tableline{
	border-top:2px solid #96A0CF;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;
}

.trackr{
	font-size:8pt;
}

.btn_submit a{
	text-decoration:none;
}


.btn_submit a{
	text-decoration:none;
}



.btn_submit div{
	text-align:center;padding: 8px 15px 8px 15px; border: none;color: #fff;
	background: #00719f;
}

.btn_submit :hover{
	background: #2488B3;
}



/* 부트스트랩 재정의 */
.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:#0173be;
    text-align: left;
}

.dl-horizontal .dd {
   font-weight: normal;
   color:#000; 
}

mark, .mark {
    background-color: #e6f5ff;
    color: #009aff;
}

.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;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.nav-tabs {
    border-bottom: 1px solid #00719f;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #00719f;
    border-radius: 4px 4px 0 0;
	background-color: #00719f;
	color:#fff;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #00719f;
    cursor: default;
    background-color: #fff;
    border: 1px solid #00719f;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    border-color: #00719f;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #2488B3;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li {
    width: 150px;
    text-align: right;
}
.panel-default {
    border-color: #00719f;
}


.panel-default > .panel-heading {
    color: #fff;
    background-color: #00719f;
    border-color: #00719f;
}

.panel-title a{
	font-size:13px;
	text-decoration:none;
}

.panel-default > .panel-heading:hover{
	 background-color: #2488B3;
}


/*모달 재정의*/
.modal-title {
    color:#E82828;
	font-weight: bold;
}

.modal-header {
    border-bottom: 1px solid #F5D7D7;
}

.modal-body {
    padding: 15px 15px 10px;
}
.modal-footer {
    border-top: 1px solid #F5D7D7;
}


