.bg_gr{
    background-color: #f7f7f7;
}

/*color*/
.c_org {
    color: #fa5325 !important;
}
/*stit*/
.stit {
    padding-left: 30px;
    position: relative;
}
.stit:before {
    content: "";
    width: 25px;
    height: 3px;
    background-color: #fa5325;
    position: absolute;
    left: 0;
    top: 45%;
}
@media (max-width:768px){
    .stit {
        padding-left: 20px;
    }
    .stit:before {
        width: 15px;
        height: 2px;
    }
}

/*br_wrp*/
.br_wrp {
    border: 1px solid #ddd;
    background-color: #fff;
}
/*mtit*/
.mtit .cmt h4 {
    display: inline-block;
    border-radius: 5px;
    border: 1px dashed #fa5325;
    padding: 15px;
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
}
@media (max-width:768px){
    .mtit img{
        width: 30px;
    }
}
/*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;
}
.t_list1 li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #ff7e00;
}
@media (max-width:768px){
    .t_list1 li {
        font-size: 12px;
    }
}

/*company*/
.company_01 .sec01 h3{
    padding: 100px;
    background: url(../img/com01_bg1.png) center top no-repeat;
} 
.company_01 .sec01 .vdo_box{
        border: 1px solid #ddd;
    max-width: 800px;
    margin: 40px auto;
}
.company_01 .sec01 .vdo_box video.vdo{
    box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
    width: 100%;
    display: block;
}
@media (max-width:768px){
    .company_01 .sec01 h3{
        padding: 30px;
        background: url(../img/com01_bg1.png) center top no-repeat;
        background-size: 10%;
    } 
}
.company_02 .sec01 {
    background-color: #f7f7f7;
} 
/*his_wrp*/
.his_wrp {
    position: relative;
}
.his_wrp:before {
    content: "";
    width: 1px;
    height: 100%;
    background: url(../img/dot.png);
    display: block;
    position: absolute;
}
.his_wrp > li {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
    word-break: keep-all;
}
.his_wrp > li {
    width: 100%;
    margin-bottom: 30px;
}
.his_wrp > li h4 {
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
    position: relative;
}
.his_wrp > li h4:before {
    content: "";
    margin-top: -11px;
    width: 25px;
    height: 25px;
    display: block;
    border: 7px #fa5325 solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -38px;
    background: #fff;
    z-index: 2;
}
.his_wrp > li > ul > li {
    position: relative;
    margin-bottom: 5px;
}
.his_wrp > li > ul > li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    background-color: rgba(180, 142, 98, 0.8);
    position: absolute;
    top: 10px;
    border-radius: 50%;
    z-index: 5;
    margin-top: -2px;
}
.his_wrp > li > ul > li .month strong {
    display: inline-block;
    line-height: 1em;
    padding-bottom: 3px;
    border-bottom: 2px solid #b48e62;
    color: #b48e62;
    margin-bottom: 10px;
    font-size: 25px;
}
.his_wrp ul.t_list {
    margin-top: 10px;
}
.his_wrp ul.t_list li {
    font-size: 16px;
    color: #636363;
}
@media(min-width:769px){
    .his_wrp:before {
        left: 50%;
    }
    .his_wrp > li:nth-child(odd) {
        padding-right: calc( 50% + 25px );
        text-align: right;
    }
    .his_wrp > li:nth-child(even) {
        padding-left: calc( 50% + 25px );
        text-align: left;
    }
    .his_wrp > li:nth-child(odd) h4:before {
        right: -38px;
    }
    .his_wrp > li:nth-child(even) h4:before {
        left: -38px;
    }
    .his_wrp > li:nth-child(odd) > ul > li:before {
        right: -29px;
    }
    .his_wrp > li:nth-child(even) > ul > li:before {
        left: -28px;
    }
}
@media(max-width:768px){
    .his_wrp:before {
        left: 15px;
    }
    .his_wrp > li {
        padding-left: 30px;
        font-size: 13px;
        margin-bottom: 10px;
    }
    .his_wrp > li h4 {
        font-size: 25px;
    }
    .his_wrp > li h4:before {
        width: 20px;
        height: 20px;
        border-width: 6px;
        left: -25px;
        margin-top: -10px;
    }
    .his_wrp > li > ul > li:before {
        left: -18px;
    }
    .his_wrp > li > ul > li .month strong {
        padding-bottom: 2px;
        border-bottom: 1px solid #b48e62;
        margin-bottom: 5px;
    }
}

.company_05 .pro_item_wrp {
	position: relative;
	background-color: #191919;
	margin-bottom: 30px;
	
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.company_05 .pro_item_wrp:hover {
	background-color: #d48205;
}
.company_05 .pro_item {
	text-decoration: none;
	display: block;
	padding: 40px 30px;
    min-height: 394px;
}
.company_05 .pro_item.pro_item01 {
	background: url(../img/pro_item01_bg.png) right center no-repeat;
	background-size: cover;
}
.company_05 .pro_item.pro_item02 {
	background: url(../img/pro_item02_bg.png) right center no-repeat;
	background-size: cover;
}
.company_05 .pro_item.pro_item03 {
	background: url(../img/pro_item03_bg.png) right center no-repeat;
	background-size: cover;
}
.company_05 .pro_item.pro_item04 {
	background: url(../img/pro_item04_bg.png) right center no-repeat;
	background-size: cover;
}
.company_05 .pro_item.pro_item05 {
	background: url(../img/pro_item05_bg.png) right center no-repeat;
	background-size: cover;
}
.company_05 .pro_item.pro_item06 {
	background: url(../img/pro_item06_bg.png) right center no-repeat;
	background-size: cover;
}
.company_05 .pro_item h4 {
    margin-bottom: 5px;
    font-weight: 600;
}
.company_05 .pro_item h2 {
	color: #fff;
    line-height: 1em;
    font-size: 45px;
    letter-spacing: 0px;
    font-weight: 400;
}
.company_05 .pro_item .t_list li{
	color: #fff;
    font-weight: 200;	
}
.company_05 .pro_item .btn_wrp{
    margin-top: 50px;
}
@media (max-width:768px){
	.company_05 .subtit h1 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.company_05 .pro_item_wrp {
		margin-bottom: 15px;
	}
	.company_05 .pro_item {
		padding: 20px 15px;
        min-height: 300px;
	}
	.company_05 .pro_item:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;	
	}
	.company_05 .pro_item .conbox {
		position: relative;
		z-index: 3;
	}
	.company_05 .pro_item h2 {
		font-size: 22px;
	}
    .company_05 .pro_item h4 {
		font-size: 14px;
    }
	.company_05 .pro_item p {
		font-size: 10px;
		margin-bottom: 50px;
		height: 40px;
	}
	.company_05 .pro_item .btn_wrp img {
		width: 90px;
	}
}

/*t_list*/
.t_list {
	
	margin-bottom: 15px;
}
.t_list li {
	position: relative;
	padding-left: 16px;
	color: #1e1e1e;
	line-height: 1.5em;
    font-weight: 400;
	font-size: 14px;
    margin-bottom: 5px;
	word-break: keep-all;
	text-align: left;
}
.t_list.t_list_lg li{	
	padding-left: 25px;
}
.t_list.text-light li {
	color: #eee;
}
.t_list li:last-child {
    margin-bottom: 0px;
}
.t_list li span{
	content: "";
	position: absolute;
	left: 0;
}
.t_list.t_list_ty2 > li {
    margin-bottom: 15px;
}
.t_list.t_list_ty2 > li li {
    margin-bottom: 5px;
}
.t_list.t_list_ty2 li:last-child {
    margin-bottom: 0px;
}
.t_list.t_list_ty2 li strong {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    padding-left: 5px;
}
@media (max-width:768px){
	.t_list li {
		font-size: 14px;
	}
	.t_list li:before{
		top: 7px;
	}
}

/*n_list*/
.n_list > li {
    font-size: 16px;
    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;
    }
}


/*edu*/
/*table_basic*/
.table.table_basic {
    border-top: 2px solid #ec672e;
}
.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: 500;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.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.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: 500;
}
.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.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;
    }
}

.text_box{
    padding: 50px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}
@media (max-width:768px){
    .text_box{
        padding: 20px;
    }
}
.table.table_basic.table_deep {
    border-top: 1px solid #ddd;
}

/*con_list*/
.con_list > li:not(:first-child) {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
@media (min-width:769px) {
    .con_list > li > .imgbox img {
        max-width: 555px;
    }
    .con_list > li:nth-child(2) .txtbox,.con_list > li:nth-child(4) .txtbox{
        padding-left: 90px;
    }
}
@media (max-width:768px) {
    .con_list > li > .txtbox h4 {
        margin-bottom: 5px !important;
        margin-top: 10px !important;
    }
}


*prd_gall*/
.prd_gall a {
    text-decoration: none;
    display: block;
}
.prd_gall .imgWrp {
    position: relative;
}
.prd_gall a .imgWrp .txtWrt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    padding: 10px;
    left: 0;
    top: 0;
    opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.prd_gall a:hover .imgWrp .txtWrt {
    opacity: 1;
}
.prd_gall a:hover .imgWrp p {
    font-size:17px;
}
.prd_gall .imgWrp .txtWrt .c_wrp {
    border: 3px solid #ec672e;
    height: 100%;
    text-align: center;
}
@media (max-width:768px){
	.prd_gall a:hover .imgWrp p {
		font-size:13px;
	}
	.prd_gall a:hover .imgWrp h3{
		font-size:17px;
	}
}

/*product_rol*/
#product_rol .owl-carousel .owl-item  a {
	text-decoration: none;
}
#product_rol .owl-carousel .owl-item .img_wrp img {
	width: auto;	
	border-radius: 50%;
	border: 5px solid #ddd;
	overflow: hidden;
	display: inline-block;
}
#product_rol .owl-carousel .owl-item .btn_wrp img {
	width: auto;
}
#product_rol .owl-carousel .owl-item .txtbox {
	padding-top: 15%;
}
#product_rol .owl-carousel .owl-item .txtbox h1 {
	color: #1e1e1e;
    line-height: 1em;
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}
#product_rol .owl-carousel .owl-item .txtbox h4 {
	color: #ccc;
}
#product_rol .owl-carousel .owl-item .txtbox p {
	color: #1e1e1e;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 400;
	margin-bottom: 60px;
}
#product_rol .owl-carousel .owl-nav [class*="owl-"] {
    color: #333;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.8;
}
#product_rol .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 1;
}
#product_rol .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#product_rol .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
#product_rol .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #eee;
}
#product_rol .owl-carousel .owl-dots .owl-dot.active span{
	background-color: #f60000;
	width: 30px;
    border-radius: 10px;
}
@media(min-width:991px){
	#product_rol .owl-carousel .owl-nav {
		top: 50%;
    	opacity: 1;
	}
	.edu_03 #shurin_course .owl-theme .owl-nav [class*='owl-'] {
		padding: 15px 7px;
	}
	#product_rol .owl-carousel .owl-nav .owl-prev {
		left: -55px;
	}
	#product_rol .owl-carousel .owl-nav .owl-next {
		right: -55px;
	}
	#product_rol .owl-carousel .owl-nav .owl-prev, 
	#product_rol .owl-carousel .owl-nav .owl-next {
		width: 50px;
		height: 50px;
		font-size: 60px;
	}	
}
@media(max-width:992px){	
	#product_rol .owl-carousel .owl-nav [class*="owl-"] {
		opacity: 0;
	}
	#product_rol .owl-carousel .owl-dots .owl-dot.active span{
		width: 20px;
	}
}
@media(max-width:768px){	
	#product_rol .owl-carousel .owl-item .img_wrp {
		padding: 0 20%;
	}
	#product_rol .owl-carousel .owl-item .txtbox {
		padding-top: 15px;
	}
	#product_rol .owl-carousel .owl-item .txtbox h1 {
		font-size: 25px;
	}
	#product_rol .owl-carousel .owl-item .txtbox p {
		font-size: 11px;
		margin-bottom: 20px;
	}
	#product_rol .owl-carousel .owl-item .txtbox .btn_wrp img {
		width: 90px;
	}
}

/*drone*/
.drone_01 .sec00 .miss_box{
    background-color: #f7f7f7;
    padding: 30px 40px;
}
.drone_01 .sec00 .miss{
    background-color: #f60000;
    border-radius: 30px;
    padding: 8px 50px;
    color: #fff;
    display: inline-block;
}
.drone_01 .sec01 .drone_logo li .logo_box{
    border: 1px solid #ddd;
    padding: 20px;
    margin: 10px 0;
    background-color: #fff;
}
 .drone_01 .sec02 .txtbox {
        border: 1px solid #ddd;
     padding: 50px;
     background-color: #fff;
     
    }
@media (min-width:769px){
    .drone_01 .sec01 .txtbox {
        padding-right: 40px;
        
    }
   
}
@media (max-width:768px){
    .drone_01 .sec01 .txtbox h2 {
        margin-bottom: 10px;
    }
    .drone_01 .sec01 .imgbox {
        margin-top: 20px;
        
    }
    .drone_01 .sec02 .txtbox {
        padding: 20px;
        
    }
}


.center_01 ul li {
    padding: 40px 0;
}
.center_01 h1{
    margin-bottom: 20px;
}
.center_01 ul li:nth-child(even) {
    background-color: #f7f7f7;
}
.center_01 .sec05 ul li {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width:768px){
    .center_01 .lft img {
        width: 300px;
    }
}