.banner-part{
    background-image: url(../images/home-page-banner.png);
    width: 100%;
    height: 288px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.banner-part{
    position: relative;
}
.banner-part h1{
    position: absolute;
    bottom: 35%;
    right: 18%;
}
.title-card h2{
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px;
    /*border-bottom: 1px solid #dddddd;*/
    padding-bottom: 10px;
}
.title-card{position: relative;}
/*.title-card h2:after{*/
    /*height: 5px;*/
    /*width: 150px;*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*bottom: -4px;*/
    /*background: #af030a;*/
/*}*/
.editage-card p{
    font-size: 14px;
    line-height: 24px;
}
.editage-card-banner .top-banner{
    border: 2px solid #e6e6e6;
    border-radius: 0px;
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
    padding: 10px; min-height: auto;
}
.editage-card-left-nav{margin-top: 30px;}
.inner-top-banner h3{
    font-size: 18px;
}
.inner-top-banner h2{
    font-size: 24px;
}
.inner-top-banner{
    position: relative;
    margin-top: 0px;
    vertical-align: middle;
    display: inline;
}
.inner-top-banner:before{
    content: '';
    background: url("../images/banner-top-img.png");
    top:0px;
    left: -80px;
    width: 65px;
    height: 64px;
    position: absolute;
}
.use-detail-editage-card{
    border-right: 1px solid #dddddd;
    padding: 0px 10px 0px 70px;
    min-height: 110px;
}
.use-detail-editage-card.editage-card-third{
    border: none;
}
.editage-card-first:before{
    background-image: url("../images/editage-card-first.png");
    width: 78px;
    height: 58px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
}
.editage-card-second:before{
    background-image: url("../images/editage-card-second.png");
    width: 78px;
    height: 56px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
}
.editage-card-third:before{
    background-image: url("../images/editage-card-third.png");
    width: 79px;
    height: 53px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
}
.use-detail-editage-card ul{
    padding-left: 20px;
}
.use-detail-editage-card h3{font-size: 18px;}
.use-detail-editage-card ul li{
    list-style-type: disc;
}
.question-detail .panel-group{
    border: none;
}
.question-detail .panel-group .panel-title{
    color: #2684ac;
    font-weight: bold;
}
.question-detail .panel-default>.panel-heading{
    background: transparent;
    border: none;
}
.question-detail .panel-default{
    border: none;
    box-shadow: none;
}
.question-detail .panel-default .panel-body{
    border-top: none !important;
    padding: 0px 15px;
}
.question-detail .panel-title a{
    font-size: 14px;
}
.question-detail .panel-title a:hover,.question-detail .panel-title a:visited{
    text-decoration: none;

}
.use-editage-card{
    padding: 30px 0px;
}
.use-editage-card-detail{
    border: 2px solid;
    border-color: rgba(68, 68, 68,0.2);
    padding: 5px 10px;
    position: relative;
    min-height: 230px;
    border-radius: 10px;
    z-index: 0;
}
.use-editage-card-detail p{
    color: #444444;
    font-size: 13px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 10px;
}
.aerrow-detail-first:after{
    background: url(../images/card-process-aerrow-first.png);
    width: 202px;
    height: 50px;
    content: '';
    position: absolute;
    left: 30px;
    top: 32px;
    z-index: -1;
}
.aerrow-detail-second:after{
    background: url(../images/card-process-aerrow-second.png);
    width: 276px;
    height: 49px;
    content: '';
    position: absolute;
    left: -32px;
    top: 32px;
    z-index: -1;
}
.aerrow-detail-third:after{
    background: url(../images/card-process-aerrow-third.png);
    width: 235px;
    height: 49px;
    content: '';
    position: absolute;
    left: -21px;
    top: 32px;
    z-index: -1;
}
.use-editage-card .col-md-4{
    padding: 10px 20px;
}
.use-editage-card-detail h3{
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding-top: 37px;
    min-height: 75px;
    line-height: 15px;
    padding-left: 100px;
}
.first-process-icon{position: relative;}
.first-process-icon:before{
    background: url(../images/use-card-first.png);
    width: 102px;
    height: 102px;
    content: '';
    position: absolute;
    left: -5px;
    top: 5px;
}
.second-process-icon:before{
    background: url(../images/use-card-second.png);
    width: 103px;
    height: 102px;
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
}
.third-process-icon:before{
    background: url(../images/use-card-third.png);
    width: 103px;
    height: 102px;
    content: '';
    position: absolute;
    left: 0px;
    top:10px;
}
.btn-card{
    margin: 50px auto;
    width: 100%;
    text-align: center;
}
.question-detail{
    padding-bottom: 30px;
    display: inline-block;
}
.btn-card a{
    background: #0884c1;
    padding: 13px 33px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0px auto;
    border-radius: 5px;
}
.ec-sub-title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: block;
    padding: 15px 0px;
}
.third-process-mdl{
    padding-top: 43px !important;
}

.group-customer {
    border-right: 1px solid #eaeaea;
    font-size: 14px;
    height: 172px;
    line-height: 18px;
    color: #11749d;
}
.group-customer.bor-0{
    border-right:0px;
}
.group-customer p{
    min-height: 50px;
}
a.btn-general1 {
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px;
}
.group-register {
    font-size: 14px;
    line-height: 18px;
    color: #11749d;
}
.group-register span{
    color:#444; font-family:Verdana; font-size:12px
}
#basicModal .modal-dialog{
    overflow-y: hidden;
}

/*==============================================================
	Sidebar and table Section Style
==============================================================*/
.table-section{
	background:rgba(243, 245, 254, 1);
    margin-bottom: 40px;
}
.table-section .top{background: rgba(20, 60, 203, 1); border-radius: 0 0 50% 50%; height: 160px; width: 100%; clear: both; color: #ffffff;}
.table-data{
	padding: 0px 0;

}
.table-data .row{margin: 0; padding: 0;}
.table-cup img{
	margin-left: -30px;
    margin-top: 5px;
}
.table-data h2{
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
    line-height: 44px;
	text-align: center; padding: 20px 0 0 0 ; margin: 0;
}
.table-data h3{
	font-family: 'Nanum Gothic', sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
    line-height: 24px;
	text-align: center;
}
.table-data h3 span{
	color: rgba(251, 186, 0, 1);
}
.yellow-text{
	color: rgba(251, 186, 0, 1);
}
.font-20{font-size: 20px;}
.table-data h4{
    font-family: 'Nanum Gothic', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 5px;
    color: #F5EDDA;
    text-align: left;
    max-width: 446px;
    margin: -34px 0px 0px auto;
}
.table-data h4 span{
	color: #F4F8AA;
}
.table-data table{
	width: 80%;
	margin: 25px auto;  border-radius: 8px;
}
.table-responsive{border: none;}
.table-responsive .table-header-text{
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.table-responsive .table-text{
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.btn-table{
    margin-bottom: 33px;
}
.table-data table,
.table-data table td,
.table-data table th{
	border: none !important;
	text-align: center;
}
.table-data table td,
.table-data table th{
	width: 50%;
}
.btn-table,.btn-table:focus{
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	color: #ffffff;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	padding: 13px 20px;
    background: #101E70; border-radius: 8px;
}
.btn-table:hover{
	border: 2px solid #101E70;
	border-radius: 4px;
	color: #101E70;
    background: #fff;
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	padding: 13px 20px;
}
.footer-section{
	background: #143CCB;
	padding: 22px 25px;
}
.footer-section ul{width: 90%; margin: 0 auto;}
.footer-section ul li{
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	font-family: 'Nanum Gothic', sans-serif; 
    list-style-type: disc;
}
.footer-section p:last-child{
	margin-bottom: 0px;
}
@media(max-width:991px){
    .table-data table{width: 100%;}
	.table-cup{
		text-align: center;
        margin-top: 30px;
	}
	.table-data h3{
		color: #F5EDDA;
		text-align: center;
        font-size: 26px;
        line-height: 50px;
        margin-bottom: 25px;
	}
   .table-data h2{
		color: #F5EDDA;
		text-align: center;
        font-size: 26px;
        line-height: 10px;
	}
    .table-data h4{
        display: none;
    }
	/* .table-data{
		padding: 0px 30px;
	} */
    .table-data .table-responsive>.table {
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
	.round-img-1{
		height: 150px;
		object-fit: cover;
	}
	
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .inner-top-banner:before {
        top: 5px;
        left: -10px;
    }
    .inner-top-banner h3,.inner-top-banner h2{margin-left: 70px;}
    .use-detail-editage-card{
        border: none;
        height: auto;
        margin: 30px 0px;
    }
    .aerrow-detail:after {
        left: -20px;
    }
    .first-process-icon:before{
        left: 15px;
    }
    .second-process-icon:before{
        left: 30px;
    }
    .third-process-icon:before{
        left: 30px;
    }
    .use-editage-card-detail h3 {
        padding-left: 150px;
    }
    .aerrow-detail-second:after {
         left: 10px;
    }
    .aerrow-detail-first:after {
        background: url(../images/card-process-aerrow-second.png);
        width: 276px;
        height: 49px;
        left: 10px;
    }
    .aerrow-detail-third:after {
         left: 10px;
        background: url(../images/card-process-aerrow-second.png);
        width: 276px;
        height: 49px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .inner-top-banner:before {
        top: 5px;
        left: -10px;
    }
    .inner-top-banner h3,.inner-top-banner h2{margin-left: 70px;}
    .use-detail-editage-card {
        border-right: 0px solid #dddddd;
    }
    .btn-card a {
        margin-top: 40px;
        display: inline-block;
    }
}
