/*box_dvd*/
.box_dvd > li:not(:first-child) {
    margin: 40px 0;
}
h4.stit {
    position: relative;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1em;
}
h4.stit:after {
   content: "";
    position: absolute;
    left: 0;
    width: 5px;
    top: 2px;
    height: 98%;
    background-color: #023f98;
}

@media (max-width:768px){
    .box_dvd > li:not(:first-child) {
        margin: 20px 0;
    }
    h4.stit {
        padding-left: 10px;
        margin-bottom: 15px;
    }
    h4.stit:after {
        width: 5px;
        top: 1px;
    }
}

.img_box{
    padding: 50px;
    border: 1px solid #ddd;
}
@media (max-width:768px){
    .img_box{
    padding: 20px;
    }
}
/*his_box*/
.his_box > li:not(:last-child) {
	margin-bottom: 60px;
}
.his_box li h1 {
	font-size: 45px;
	line-height: 1em;
	font-weight: 600;
	color: #222;
	margin-bottom: 20px;
}
.his_box .his_con {
	position: relative;
	padding-left: 30px;
}
.his_box .his_con:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 8px;
	background-color: #0e192b;
	z-index: 3;
}
.his_box .his_con:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: #ddd;
	z-index: 1;
}
.his_box .his_con li {
	position: relative;
	padding: 0;
	padding: 2px 0;
	padding-left: 120px;
	margin-bottom: 15px;
}
.his_box .his_con li h3 {
	font-weight: 600;
	font-family: 'Montserrat';
	position: absolute;
	left: 0;
	width: 120px;
	top: 0;
	line-height: 1em;
}

.his_box .his_con li p {
	position: relative;
}
@media (max-width:768px) {
	.his_box .his_con {
		padding-left: 20px;
	}
	.his_box .his_con:after {
		width: 4px;
		height: 4px;
	}
	.his_box .his_con:before {
		width: 4px;
	}
	.his_box > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.his_box li h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.his_box .his_con li {
		padding-left: 95px;
	}
	.his_box .his_con li h3 {
		width: 50px;
	}
	.his_box .his_con li .lined {
		left: 55px;
		width: 30px;
		height: 18px
	}
	.his_box .his_con li p {
		padding-left: 25px;
	}
	.his_box .his_con li p strong {
		position: absolute;
		left: 0;
	}
}

/*t_list*/
.t_list > li {
    font-size: 17px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 5px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
}
.t_list.wide > li {
    padding-left: 82px;
}
.t_list.t_list_sm > li {
    font-size: 14px;
    padding-left: 10px;
}
.t_list > li.impt {
	color: #db0808;
    font-weight: 600;
}
.t_list > li > span {
    position: absolute;
    left: 0;
}
.t_list.wide > li > span {
    position: absolute;
    left: 0;
    font-weight: 500;
}
@media (max-width:768px){
    .t_list > li {
        font-size: 14px;
        padding-left: 10px;
    }
    .t_list.t_list_sm > li {
        font-size: 12px;
        padding-left: 7px;
        margin: 5px 0;
    }
    .t_list.wide > li {
        padding-left: 80px;
    }
}
/*t_list1*/
.t_list1 li {
    font-size: 17px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 10px !important;
    word-break: keep-all;
	margin: 5px 0;
}
.t_list1.m-n li {
	margin-top: 0px;
	padding-left: 15px !important;
}
.t_list1 li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #0e192b;
}
.t_list1 li:before {
	content: "";
	position: absolute;
	height: 1px;
	width: 40px;
	background-color: #ddd;
	right: 100%;
	top: 12px;
}
@media (max-width:768px){
    .t_list1 li {
        font-size: 12px;
    }
	.t_list1 li:after {
		top: 7px;
		height: 3px;
		width: 3px;
	}
}

/*n_list*/
.n_list > li {
    font-size: 17px;
    color: #221814;
    line-height: 1.6em;
    font-weight: 300;
    margin: 10px 0;
    padding-left: 15px;
    position: relative;
    word-break: keep-all;
    text-align: left;
    padding-left: 30px;
}
.n_list > li > strong {
    position: absolute;
    left: 0;
    top: -1px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #314b6d;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    font-size: 0.9em;
}
@media (max-width:768px){
    .n_list > li {
        font-size: 14px;
        padding-left: 25px;
    }
    .n_list > li > strong {
        width: 22px;
        line-height: 22px;
    }
}
/*table_basic*/
.table.table_basic {
    border-top: 2px solid #314b6d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 16px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 15px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th,
.table.table_basic tbody tr th {
    font-weight: 600;
}
.table.table_basic tbody tr td {
    font-weight: 300;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
    word-break: keep-all;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    background-color: rgba(255, 255, 255, 0.5);
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr.bg_gr {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: 14px;
        padding: 10px;
		word-break: break-all !important;
    }
}





/*product*/
.product ul li {
    margin: 15px 0 20px;
}
.product ul li .applybox {
    text-decoration: none;
    display: block;
	border: 1px solid #ddd;
}
.product ul li .applybox_ty2 {
    padding: 30px 15px;
}
.product ul li .applybox_ty2 .apply,
.product ul li .applybox_ty2 .icon {
    margin-top: 0px;
}
.product ul li .applybox_ty2 .tbox .txt li {
    font-size: 15px;
    font-weight: 400;
    color: #111;
    padding-left: 15px;
    position: relative;
}
.product ul li .applybox_ty2 .tbox .txt li:after {
    content: "";
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #999;
    position: absolute;
    left: 0;
}
.product ul li .applybox_ty2 .apply {
    padding: 0px;
    margin-top: 15px;
}
.product ul li .applybox_ty2 .apply .view {
    display: block;
    padding: 10px 25px;
    border: 1px solid #aaa;
    background-color: #eee;
    color: #333;
    font-weight: 400;
    width: 100%;
}

.product  .icon {
    text-align: center;
   margin-top: 15px;
}
.product  .icon .stat {
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    font-weight: 300;
    font-size: 15px;
    padding: 10px 25px;
    line-height: 1em;
    vertical-align: middle;
}
.product  .icon h5.ing{
    color: #fff;
    background: #e44141;
}
.product  .icon h5.ing2{
    background: #2351a2;
}
.product  .icon h5.end{
    background: #6b6969;
}
.product  .icon h5.proc{
    background: #4155e4;
}
.product  .icon h5.pre{
     background: #8d6dda;
}
.product .tbox,
.product .b_wrp {
    margin: 0 auto;
}
.product .tbox .btit {
    font-weight: 600;
    line-height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	text-align: center;
}
.product .tbox .txt {
     margin-top: 20px;
    padding: 0 0 15px 0;
}
.product .tbox .txt li {
	color: #717171;
    word-break: break-all;
    font-size: 17px;
    margin: 5px 0px;
}

.product .apply {
  text-align:center;
  padding: 20px;
}

/*.product .apply a{
   padding: 10px 60px;
    background: #0b9;
    border-radius: 10px;
    color: #fff;
	margin: 0px 20px;
}*/
.product a.adm_com{
  padding: 3px 8px;
    background: #0b9;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.product .apply a:hover{
   background: #444;
	text-decoration: unset;
	cursor:pointer;
}
@media (max-width:768px){
    .product .tbox .btit {
        font-size: 14px;
    }
    .product .tbox .txt {
        font-size: 12px;
    }
}



/*product list*/
.program_list {
   display:none;
}
.program_list.adm {
     padding:0px 30px;
}
.program_list .list_out > li:not(:last-child) {
    margin-bottom: 40px;
}

.program_list .item > .view {
    position: absolute;
    right: 15px;
    bottom: 25px;
    padding: 10px 25px;
    border: 1px solid #aaa;
    background-color: #eee;
    color: #333;
    font-weight: 400;
}
.program_list ul li .tbox {
    padding-right: 110px;
}
.program_list ul li .icon{
    position: relative;
    margin: 15px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.program_list ul li .icon .view{
    position: absolute;
    left: 90%;
}
.program_list ul li .icon .view.view_a{
    position: absolute;
    left: 95%;
}
.program_list ul li .icon a.view{
    padding: 3px 8px;
    background: #0b9;
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.program_list ul li .icon .st_box {
    display: inline-block;
}
.program_list ul li .icon .stau{ display: inline-block;
margin-left: 5px;} 
.program_list ul li .icon span{ 
    display: inline-block;
    color: #000;
    border-radius: 50px;
    font-weight: 300;
    font-size: 13px;
    padding: 8px 15px;
    line-height: 1em;
    vertical-align: middle;
    margin-top: -4px;
} 
.program_list  .icon h5{ 
color: #000; font-weight: 600; line-height: 1.4em; font-size: 17px; width: 100%;
padding: 5px 0px; } 
.program_list  .icon span.ing{ color: #fff; background: 
#e44141; } .program_list  .icon span.ing2{ color: #fff; background: #2351a2; } 
.program_list  .icon span.end{ background: #6b6969; color:#fff; } .program_list  
.icon span.proc{ background: #4155e4; } .program_list  .icon span.pre{ 
background: #8d6dda; color:#fff; } .program_list   ul li { margin: 0px; } 
.program_list .icon { text-align:left; } 
.program_list .tbox .txt { margin-top: 0px; height: auto; } 
.program_list ul li.list {     
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #aaa;
} 
.program_list .tbox .txt li {
    font-size: 15px;
    font-weight: 400;
    color: #111;
    padding-left: 15px;
    position: relative;
}
.program_list .tbox .txt li:after {
    content: "";
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #999;
    position: absolute;
    left: 0;
}
.product .search_box_wrp {
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	padding: 20px 15px;
	margin: 30px 0;
}
.product .search_box_wrp .form-control {
	border: 1px solid #ddd;
	box-shadow:  0 0 0;
}
.product .search_box_wrp span.form-control {
	cursor: pointer;
	position: relative;
}
.product .search_box_wrp span.form-control:after {
	content: "\f078";
    font-family: FontAwesome;    
	position: absolute;
    right: 10px;
}
.product .search_box_wrp .form-control.btn {
	background-color: #3165ae;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
	border-color: #3165ae;
}
.product .search_box_wrp  a.btn {
    background-color: #41bad4 !important;
    border-color: #37a3ba !important;
}
.product .search_box_wrp .re_to {
    color: #666;
    cursor: pointer;
    font-size: 14px;
    padding-top: 5px;
    display: block;
    text-align: center;
}

.product .input-daterange.input-group{
	border-left: 1px solid #ccc !important;
}



/*product_view*/
.product_view .info_top {
    border: 1px solid #ddd;
    padding: 60px 30px;
}
.product_view .info_top .b_info h3 {
    line-height: 1.2em;
	font-size: 24px;
}
.product_view .info_top .b_info h3 span {
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    font-weight: 300;
    font-size: 15px;
    padding: 10px 25px;
    line-height: 1em;
    vertical-align: middle;
    margin-bottom: 2px;
}
.product_view .info_top .b_info h3 span.ing {
    background: #e44141;
}
.product_view .info_top .b_info h3 span.end {
    background: #6b6969;
}
.product_view .info_top .b_info h3 span.proc {
    background: #00b5d8;
}
.product_view .info_top .b_info h3 span.pre {
    background: #8d6dda;
}
.product_view .info_top .b_info h3 span.ing2 {
    background: #2351a2;
}
.product_view .info_top .b_img {
    padding-top: 5px;
}
.product_view .info_top > .c_wrp > div,
.product_view .info_top > .c_wrp > div {
    vertical-align: top;
}
.product_view .info_top .table {
    margin-top: 10px;
}
.product_view .info_top .table tr th,
.product_view .info_top .table tr td {
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 300;
    border: 0px;
    vertical-align: middle;
    color: #111;
    word-break: keep-all;
}

.product_view .apply_btn {
	text-align:center;
}
.product_view .apply_btn a {
    border-radius: 4px;
    text-align: center;
    padding: 10px 50px;
    background: #1e62c1;
    color: #fff;
    font-size: 18px;
}
.product_view .apply_btn a.ing {
    background: #e44141;
}

.product_view .apply_btn a.ing2{
    background: #2351a2;
}
.product_view .apply_btn a.end{
    background: #6b6969;
}
.product_view .apply_btn a.proc{
    background: #4155e4;
}
.product_view .apply_btn a.pre{
     background: #ddd;
}
.product_view .apply_btn a:hover {
	background: #154fa0;
	text-decoration: unset;
	cursor:pointer;
}
.product_view .apply_btn a.end{
    background: #999;
    cursor: unset;
    text-decoration: unset;
    color: #ddd;
    cursor: no-drop;
}
.product_view .info_top .table tr th {
    font-weight: 600;
    padding-left: 0px;
    position: relative;
    padding-left: 15px;
}
.product_view .info_top .table tr th:after {
    content: "";
    top: 17px;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #999;
    position: absolute;
    left: 0;
}
.product_view .info_top .b_img img {
    display: inline-block;
}
.product_view .bd_s_tit {
    position: relative;
    padding-left: 10px;
}
.product_view .bd_s_tit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 4px;
    height: 70%;
    background-color: #013f99;
}
@media (min-width:769px){
    .product_view .info_top .b_img,
    .product_view .info_top .b_img img {
        width: 230px;
        text-align: center;
    }
    .product_view .info_top .b_info {
        padding-left: 30px;
    }
}
@media (max-width:768px){
    
    .product_view .info_top .table tr th:after {
        top: 15px;
    }
    .product_view .info_top {
        padding: 40px 15px;
    }
    .program_list ul li .icon {
        margin: 10px 0;
        padding-bottom: 10px;
    }
    .product_view .info_top .b_info {
        margin-top: 10px;
    }
    .product_view .info_top .b_img {
        text-align: center;
        padding: 15px;
       /* border: 1px solid #ddd;
        background-color: #f7f7f7;*/
    }
    .product_view .info_top .b_img img {
        width: 200px;
    }
    .product_view .info_top .table tr th,
    .product_view .info_top .table tr td {
        font-size: 13px;
    }
	.program_list ul li .icon .view{
		position: absolute;
		left: 85%;
	}
	.program_list ul li .icon .view.view_a{
		position: absolute;
		left: 85%;
	}
    .program_list ul li .icon .st_box {
        display: block;
        margin-top: 7px;
    }
	.program_list ul li .icon .stau{
		position: unset;
	}
    .program_list .tbox { 
        padding: 0px; 
        margin-top: 0px; 
        padding-right: 80px;
    } 
    .program_list .item > .view {
        bottom: 20px;
        padding: 5px 15px;
        font-size: 13px;
        right: 0;
    }
    .program_list .icon h5{
        text-align: center;
    }
    .program_list ul li .icon span {
        margin-top: 0px;
    }
}

.list_type a{
    padding: 5px 10px;
    background: #bdbdbd;
    color: #eee;
    border: 1px solid #bdbdbd;
    width: 80px;
    display: inline-block;
    text-align: center;
}
.list_type a:hover{
    text-decoration: unset;
}
.list_type a.active{
    background: #f5f5f5;
    color: #444;
    background-color: #fff;
    border-color: #888;
}


/*sec_list*/
.sec_list > li:not(:last-child) {
    margin-bottom: 30px;
}
.sec_list > li h5 {
    font-weight: 600;
}
.sec_list > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .sec_list > li:not(:last-child) {
        margin-bottom: 20px;
    }
}


/*product_write*/
.product_write table {
	border-bottom: 2px solid #1e62c1;
    border-top: 2px solid #1e62c1;
	margin-bottom: 20px !important;
}
.product_write table tr th,
.product_write table tr td {
	vertical-align: middle;
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
}
.product_write table tr th {
	background-color: #fcfcfc;
}
.product_write table tr td input.form-control{
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: 0 0 0 0;
}
.product_write .contents {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
	padding: 20px;
    background: #f9f9f9;
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.product_write .contents h6{
	margin:0px;
}
.product_write .contents span {
	color: #e60000;
}
.product_write .btn_wrp {
	margin: 20px 0px;
}
.product_write .btn_wrp .btn {
	background-color: #f67720;
    color: #fff;
    line-height: 1.5em;
	font-weight: 400;
    border-radius: 4px;
    font-size: 18px;
	    padding: 6px 30px;
}
@media (min-width:769px) {	
	.product_write table tr th {
		padding-left: 20px;
	}
}
@media (max-width:768px) {	
	.product_write table tr th,
	.product_write table tr td {
		font-size: 13px;
		display: block;
		width: 100%;
	}
	.product_write table tr td {
		border-top: 0px;
	}
	.product_write p {
		font-size: 13px;
	}
	.product_write .btn_wrp .btn {
		font-size: 13px;
		width: 100%;
	}
}

/*pr_wrp*/
.pr_wrp {
	background-color: #fff;
	padding: 30px 15px ;
    border: 1px solid #eee;
    border-radius: 20px;
}
.pr_wrp > li {
	position: relative;
	padding: 0 20px;
}
.pr_wrp > li:not(:last-child):after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	width: 12px;
	background: url(../img/arr.png) center center no-repeat;
}
.pr_wrp .ibox {
	width: 45px;
}
.pr_wrp .txtbox {
	padding-left: 15px;
}
.pr_wrp .txtbox h5 {
	color: #a5a5a5;
    font-weight: 700;
}
.pr_wrp .txtbox p {
	font-size: 14px;
}
@media (min-width:769px) {
	.pr_wrp .c_wrp {
		height: 100px;
	}
}
@media (max-width:768px) {
	.pr_wrp {
		padding: 15px;
	}
	.pr_wrp .ibox {
		width: 35px;
	}
	.pr_wrp > li {
		position: relative;
		padding: 20px 15px;
	}
	.pr_wrp > li:not(:last-child):after {
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		height: 20px;
		top: auto;
		right: 0;
		width: 100%;
		bottom: -10px;
	}
}
#lecture_02 .lec_table table tr td{
    min-width: 130px;
}

#lecture_02 .lec_table{
width: 100%;
height: 100%;
/*overflow-x: scroll;*/
}
@media (max-width:768px) {
    #lecture_02 .lec_table table tr td{
    min-width: 110px;
}
}
#lecture_04 .table_04 tr td{
    border: 1px solid #ddd !important;
}
#lecture_04 .table_04 thead tr th{
    background-color: #3165ae !important;
    border: 1px solid #ddd !important;
    color: #fff;
}
#lecture_04 table .t_list{
    text-align: left;
}

/*tab_box*/
.tab_box .nav-tabs {
    width: 100%;
    border-bottom: 0px;
}
.tab_box .nav-tabs li {
    width: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0px;
    float: left;
    width: 20%;
    display: block;
    margin-left: -1px;
}
.tab_box .nav-tabs.col50 li {
    width: 50% !important;
}
.tab_box .nav-tabs li a {
    background-color: transparent;
    border: 0px !important;
    font-size: 15px;
    color: #888 !important;
    padding: 10px;
    border-radius: 0;
    letter-spacing: 0px;
    margin-right: 0px;
}
.tab_box .nav-tabs li.active {
    border-color: #3165ae;
}
.tab_box .nav-tabs li.active a {
    background-color: #3165ae;
    color: #fff !important;
}
.tab_box .tab-content {
    box-shadow: 0 0 0;
    border: 0px;
    padding: 0px 0;
}
@media (max-width:768px){
    .tab_box .nav-tabs li a {
        font-size: 13px;
        padding: 10px 5px;
    }
    .tab_box .tab-content {
        padding: 30px 0;
    }
    .tab_box .nav-tabs li {
        width: 33.33333%;
    }
}

