/*color*/
.c_bl {
	color: #062f6e !important;
}
.c_rd {
	color: #f4313f !important;
}
/*sub_tit*/
.sub_tit h1,
.sub_tit h4 {
	line-height: 1.4em;
}
.sub_tit h4,
.sub_tit p {
	margin-top: 20px;
}
.sub_tit span {
	font-size: 20px;
}
@media (max-width:768px){
	
	.sub_tit span {
		font-size: 17px;
	}
}
/*company_01*/
#company_01 .sec01 {
    background: url(../img/com_sec01.png) center center no-repeat;
}
#company_01 .sec02 {
	background-color: #f6f6f6;
}
/*company_02*/
#company_02 .sec02 {
	background-color: #f7f7f7;
}
.idt_item {
    background: url(../img/idt_bg.png) -1px top;
    border: 1px solid #ddd;
}
@media (max-width:768px){
	.idt_item {
		background-size: cover;
	}
}
/*sub btn*/
.sub .btn_wrp {
	margin-top: 30px;
}
.sub .btn_wrp a {
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #333;
	font-size: 19px;
	line-height: 1em;
	min-width: 255px;
	text-align: center;
	position: relative;
	padding: 15px 20px;
	padding-left: 40px;
	-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;
}
.sub .btn_wrp a.dft {
	padding: 15px 20px;
	min-width: 200px;
	margin: 0px;
}
.sub .btn_wrp a.dft_btn {
	padding-left: 20px;
}
.sub .btn_wrp a:hover {
	border-color: #333;
}
.sub .btn_wrp a img {
	width: 30px;
	position: absolute;
	left: 15px;
	top: 10px;
}
@media (min-width:769px){
	.sub .btn_wrp a {
		margin-right: 5px;
	}
}
@media (max-width:768px){
	.sub .btn_wrp {
		margin-top: 20px;
	}
	.sub .btn_wrp a {
		margin: 5px auto;
        font-size: 15px;
	}
	.sub .btn_wrp a.dft {
        font-size: 13px;
		width: 80%;
		min-width: auto;
		padding: 10px 5px;
	}
}

/*bt_list*/
.bt_list > li > .tbox h2 {
	position: relative;
}
.bt_list > li > .tbox h2:before {
	content: "";
	position: absolute;
	right: 105%;
	width: 800px;
	height: 1px;
	top: 50%;
	background-color: #ddd;
}
/*company_03*/
#company_03 .img_wrp {
	border: 1px solid #ddd;
	padding: 20px 0;
}
.bt_list > li > .tbox h2:after {
	content: "";
	position: absolute;
	right: 105%;
	width: 5px;
	height: 5px;
	top: 45%;
	border-radius: 50%;
	background-color: #f4313f;
}
@media (min-width:991px){
	.bt_list > li{
		position: relative;
		margin-top: 30px;
		padding-left: 300px;
		padding-bottom: 30px;
	}
	.bt_list > li > .tbox {
		position: absolute;
		left: 0;
	}
}
@media (max-width:992px){
	.bt_list > li {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	.bt_list > li > h2 {
		margin-bottom: 10px;
	}
	.bt_list > li > .tbox {
		margin-bottom: 20px;
		overflow: hidden;
	}
	.bt_list > li > .tbox p {
		padding-left: 15px;
	}
	.bt_list > li > .tbox h2 {
		display: inline-block;
		line-height: 1em;
		padding-left: 15px;
	}
	.bt_list > li > .tbox h2:before {
		content: "";
		position: absolute;
		right: auto;
		left: 105%;
		width: 800px;
		height: 1px;
		top: 50%;
		background-color: #ddd;
	}
	.bt_list > li > .tbox h2:after {
		border-radius: 0px;
		height: 100%;
		top: 0;
		right: auto;
		left: 0;
	}
}

/*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 #062f6e solid;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -38px;
    background: #fff;
    z-index: 2;
}
.his_wrp > li > ul > li {
    position: relative;
	padding: 0 15px;
    margin-bottom: 25px;
    min-height: 40px;
    line-height: 40px;
}
/*.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 .qnum {
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 50px;
	line-height: 45px;
}
.his_wrp > li > ul > li .qnum:after {
	content: "";
	position: absolute;
	width: 56px;
	line-height: 56px;
	height: 56px;
	right: -5px;
	top: -5px;
	border: 1px dashed #ddd;
	border-radius: 50px;
}
.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;
    }
	.his_wrp > li > ul > li .qnum {
		right: -50px;
	}
	.his_wrp > li:nth-child(even) > ul > li .qnum {
		left: -50px;
	}
}
@media(max-width:768px){
    .his_wrp:before {
        left: 15px;
    }
    .his_wrp > li {
        padding-left: 50px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .his_wrp > li h4 {
        font-size: 25px;
    }
    .his_wrp > li h4:before {
        width: 20px;
        height: 20px;
        border-width: 6px;
        left: -45px;
        margin-top: -10px;
    }
	.his_wrp > li > ul > li {
		padding: 0px;
	}
	.his_wrp > li > ul > li .qnum {
		width: 40px;
    	height: 40px;
		line-height: 37px;
	}
	.his_wrp > li > ul > li .qnum:after{
		width: 46px;
		line-height: 46px;
		height: 46px;
	}
    .his_wrp > li > ul > li:before {
        left: -18px;
    }
	.his_wrp > li > ul > li .qnum {
		left: -55px;
	}
	.his_wrp > li > ul > li .qnum strong {
		font-family: 'Poppins', sans-serif;
	}
}


/*company_04*/
#company_04 .sec01 ul li {
    margin: 15px 0;
}
@media (max-width:768px){
    #company_04 .sec01 ul li {
		margin-bottom: 20px;
    }
}

/*prbar*/
.prbar > li {
	position: relative;
	margin-bottom: 60px;
}
.prbar > li h2 {
	font-weight: 700;
	color: #062f6e;
	margin-bottom: 15px;
}
.prbar > li h4 {
	margin-bottom: 10px;
}
@media (max-width:768px){
	.prbar > li {
		margin-bottom: 40px;
	}
	.prbar > li h2 {
		margin-bottom: 5px;
	}
}

/*t2_list*/
.t2_list > li {
    font-size: 16px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 300;
    position: relative;
    padding-left: 15px;
    margin: 7px 0 !important;
}
.t2_list.wide > li {
    padding-left: 25px;
    margin: 3px 0 !important;
}
.t2_list > li > span {
    position: absolute;
    left: 0;
    font-weight: 500;
}
@media (max-width:768px){
    .t2_list > li {
        font-size: 14px;
    }
}
/*company_05*/
#company_05 .img_wrp {
	border: 1px solid #ddd;
	padding: 20px 0;
}
/*company_06*/
#company_06 .dx_map .root_daum_roughmap .wrap_map,
#company_06 .dx_map iframe {
    height: 500px !important;
}
@media (max-width:768px) {
#company_06 .dx_map .root_daum_roughmap .wrap_map,
#company_06 .dx_map iframe {
		height: 250px !important;
	}
}
/*load_wrp*/
.load_wrp .load_box {
    margin-top: 50px;
}
.load_wrp .load_box h4 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    padding-bottom: 15px;
    border-bottom: 2px solid #1e1e1e;
    margin-bottom: 20px;
}
.load_wrp .load_box .t_list li {
    font-size: 17px;
    line-height: 1.2em;
    color: #1e1e1e;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;
}
.load_wrp .load_box .t_list li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 50%;
    top: 8px;
}
.load_wrp .load_box .load_how li {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
    color: #1e1e1e;
    padding: 30px;
    padding-left: 100px;
    position: relative;
}
.load_wrp .load_box .load_how li .subw {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
}
@media(max-width:768px){
    .load_wrp .load_box {
        margin-top: 30px;
    }
    .load_wrp .load_box h4 {
        font-size: 15px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .load_wrp .load_box .t_list li {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .load_wrp .load_box .t_list li:after {
        top: 4px;
    }
    .load_wrp .load_box .load_how li {
        font-size: 13px;
        padding: 15px;
        padding-left: 60px;
    }
    .load_wrp .load_box .load_how li .subw {
        width: 50px;
        top: calc(50% - 35px);
    }
}
/*cr_box*/
.cr_box li .imgbox span {
	display: inline-block;
	border-radius: 50%;
	background-color: #f7f7f7;
}
.cr_box li .imgbox span img {
	width: 150px;
}
.cr_box li .ctbox {
	line-height: 1em;
	padding: 8px 0;
}
.cr_box li .ctbox:before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 1px;
	background-color: #aaa;
	-webkit-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.cr_box li .txtbox h5 {
	border-radius: 30px;
	background-color: #062f6e;
	color: #fff;
	line-height: 1em;
	padding: 10px;
	font-weight: 600;
	margin-bottom: 5px;
}
.cr_box li:nth-child(even) .txtbox h5 {
	background-color: #f4313f;
}
.cr_box li .txtbox p {
	border: 1px dashed #ccc;
    padding: 10px;
    line-height: 1em;
    border-radius: 30px;
}
@media (min-width:769px) {
	.cr_box li {
		text-align: center;
	}
}
@media (max-width:768px) {
	.cr_box li {
		border-bottom: 1px dashed #ddd;
	}
	.cr_box li .imgbox span {
		margin: 20px 10px;
	}
	.cr_box .txtbox {
		width: 75%;
		padding-left: 30px;
	}
	.cr_box li .ctbox:before {
		width: 3px;
		margin-left: -10px;
	}
	.cr_box li .txtbox h5 {
		border-radius: 0px 30px 30px 0;
		padding-left: 15px;
	}
}
/*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: 8px;
	height: 8px;
	background-color: #f4313f;
	z-index: 3;
}
.his_box .his_con:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background-color: #ddd;
	z-index: 1;
}
.his_box .his_con li {
	position: relative;
	padding: 0;
	padding: 2px 0;
	padding-left: 150px;
	margin-bottom: 15px;
}
.his_box .his_con li h3 {
	font-weight: 600;
	font-family: 'Montserrat';
	position: absolute;
	left: 0;
	width: 60px;
	top: 0;
	line-height: 1em;
}
.his_box .his_con li .lined {
	position: absolute;
	left: 70px;
	height: 24px;
	background: url(../img/lined.png) right center no-repeat;
	width: 60px;
}
.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;
	}
}
/*business_02*/
#business_02 .sec01 {
    background: url(../img/com_sec01.png) center center no-repeat;
}
/*business_03*/
#business_03 .conbox .c_wrp {
	margin-top: -1px;
}
#business_03 .conbox .c_wrp > div {
	border: 1px solid #ddd;
	text-align: center;
}
#business_03 .conbox .c_wrp > div:not(:first-child) {
	border-left: 0px;
}
#business_03 .conbox .c_wrp a {
	text-decoration: none;
	display: block;
}
#business_03.bsn_cate.business_03_3 ul li a {
	background-color: #fdfcfc;
}
/*bsn_cate*/
.bsn_cate .sen_tit {
	border-bottom: 2px solid #f4313f;
}
.bsn_cate ul li {
	margin-bottom: 10px;
}
.bsn_cate ul li a {
	text-decoration: none;
	border: 1px solid #ddd;
	display: block;
	
	-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;
}
.bsn_cate ul li a:hover {
	border-color: #f4313f;
}
.bsn_cate ul li a p {
	border-top: 1px solid #ddd;
	padding: 15px;
}




/* table_product */
.table.table_product tr.topTr {
    border-top: 2px solid #666;
}
.table.table_product tr th,
.table.table_product tr td {
    font-size: 18px;
    font-weight: 300;
    color: #333;
    border: 1px solid #ccc;
    padding: 15px;
    vertical-align: middle;
    word-break: keep-all;
    min-width: 130px;
}
.table.table_product tr th:first-child,
.table.table_product tr td:first-child {
    border-left: 0px;
}
.table.table_product tr th:last-child,
.table.table_product tr td:last-child {
    border-right: 0px;
}
.table.table_product tr th {
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}
.table.table_product thead tr th {
    background-color: #333;
    color: #fff;
    border-right: 1px solid #fff;
}
.table.table_product tbody tr th {
    background-color: #fcfcfc;
}
.table.table_product tr.this td {
    background-color: #fdf9ef;
}
.table.table_product tr td.cost {
    font-weight: 600;
    background-color: #fff8f8;
    color: #cd4848;    
    white-space: nowrap;
}
.table.table_product tr td span {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 50px;
    background-color: #fdf9ef;
    color: #af802e;
}
.table.table_product tr td.coltags span:not(:nth-of-type(1)) {
    margin-top: 15px;
}
@media (max-width:768px) {
    .ovf {
        overflow-x: scroll;
    }
    .table.table_product tr th,
    .table.table_product tr td {
        font-size: 15px;
        padding: 15px 10px;
    }
    .table.table_product tr th:not(.tags),
    .table.table_product tr td:not(.tags) {
        white-space: nowrap;
    }
    .table.table_product tr td span {
        padding: 5px 10px;
        margin: 2px 0;
        white-space: nowrap;
    }
}

.pList  {
	overflow: auto;
}
.pList  li h5{
	font-size:20px;
	font-weight: 300;
}
.pList  li span{
	font-size:17px;
}

.ulist1 p {
	font-size:15px;
}

@media (max-width:768px) {
	.pList  li h5{
		font-size: 14px;
	}
	.pList  li span{
		font-size:12px;
	}
	.ulist1 p {
		font-size:12px;
	}
}
