/*sub_pages*/
#company_03 .sub_box h2 {
	font-size: 22px;
    line-height: 1.4em;
    color: #ed1c24;
    margin-bottom: 5px;
    position: relative;
    vertical-align: middle;
    font-weight: 400;
}
#company_03 .sub_box h1 {
	font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    color: #1e1e1e;
    margin-bottom: 25px;
    position: relative;
    vertical-align: middle;
}
#company_03 p {
	font-size: 17px;
	line-height: 1.4em;
	color: #1e1e1e;
	font-weight: 300;
}
@media (max-width:768px){
	#company_03 .sub_box h2 {
		font-size: 15px;
	}
    #company_03 .sub_box h1 {
        font-size: 17px;
        margin-bottom: 10px;
        word-break: keep-all;
    }
	#company_03 p {
		font-size: 13px;
	}
}
/*company_03*/
#company_03 .table {
	border-top: 2px solid #333;
}
#company_03 .table thead tr th,
#company_03 .table tbody tr td,
#company_03 .table tbody tr th {
	border: 1px solid #eee !important;
	vertical-align: middle;
	padding: 15px;
    font-size: 17px;
    line-height: 1.4em;
    color: #1e1e1e;
    font-weight: 300;
}
#company_03 .table thead tr th,
#company_03 .table tbody tr th {
	background-color: #fcfcfc;
	border-left: 0px !important;
}
#company_03 .table tbody tr td {	
	border-right: 0px !important;
}
@media (max-width:768px) {
	#company_03 .table thead tr th,
	#company_03 .table tbody tr td,
	#company_03 .table tbody tr th {
		display: block;
		width: 100%;
		margin-top: -1px;
		text-align: left;
	}	
	#company_03 .table select.mobile_gab {
		margin-bottom: 5px;
	}	
	#company_03 .table thead tr th, 
	#company_03 .table tbody tr td, 
	#company_03 .table tbody tr th{
		font-size: 12px;
		border-left: 0px !important;
		border-right: 0px !important;
		padding: 8px;
	}
	#company_03 .table thead tr th label, #company_03 .table thead tr td label, #company_03 .table tbody tr th label, #company_03 .table tbody tr td label, #company_03 .table thead tr th input, #company_03 .table thead tr td input, #company_03 .table tbody tr th input, #company_03 .table tbody tr td input {
		font-size: 12px;
	}
}
/*company_03*/
#company_03 .root_daum_roughmap .wrap_map {
    height: 500px !important;
}
@media (max-width:768px){
	#company_03 .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
	#company_03 ul li h4,
	#company_03 ul li {
		font-size: 13px;
		line-height: 23px;
	}
}

/*trans_box*/
.trans_box {
	margin-bottom: 30px;
}
.trans_box h3 {
	color: #1e1e1e;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
}
.trans_box p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
}
.trans_box .secd_item {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
	display: inline-block;
	margin-right: 20px;
}
.trans_box .secd_item .circle {
	display: inline-block;
    line-height: 1em;
    border-radius: 30px;
    text-align: center;
    font-size: 11px;
    background-color: #f2b802;
    color: #fff;
    padding: 3px 5px;
    font-weight: 600;
    vertical-align: middle;
}
.trans_box .secd_item .circle.m_circle01 {
    background-color: #30a32a;		
}
.trans_box .secd_item .circle.m_circle02 {
    background-color: #cea33a;	
}
.trans_box .secd_item .row_ln {
	display: inline-block;
    border-right: 1px solid #ccc;
    height: 10px;
    vertical-align: middle;
}
.trans_box .secd_item strong {
	color: #ed1c24;
}
.trans_box .thrt_item {
	margin-bottom: 5px;
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
}
.trans_box .thrt_item strong {
	color: #ed1c24;
}
.trans_box .thrt_item .squre {
	display: inline-block;
    line-height: 1em;
    text-align: center;
    font-size: 11px;
    background-color: #3353a2;
    color: #fff;
    padding: 3px 5px;
    font-weight: 600;
    vertical-align: middle;
}
.trans_box .thrt_item .squre.squre01 {
    background-color: #c91017;
}
.trans_box .thrt_item .squre.squre02 {
    background-color: #9730cc;
}
.trans_box .thrt_item .squre.squre03 {
    background-color: #29b118;
}
.trans_box .thrt_item .row_ln {
	display: inline-block;
    border-right: 1px solid #ccc;
    height: 10px;
    vertical-align: middle;
}
@media (max-width: 768px){
	.trans_box h3 {
		font-size: 14px;
		word-break: keep-all;
	}
	.trans_box .secd_item,
	.trans_box .thrt_item {
		font-size: 13px;
	}
}