
/* subTopCon */
#subTopConWrp {
    position: relative;
}
#subTopCon {
    height: 500px;
    background-size: cover;
    position: relative;
}
#subTopCon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 0;
}
#subTopCon .fBox {
    position: relative;
    z-index: 3;
}
#subTopCon .fBox h1 {
    text-transform: uppercase;
}
#subTopCon .fBox h5 {
    margin-top: 10px;
}
@media (min-width:992px){
    #subTopCon {
        padding-top: 100px;
    }
    #subTopCon .fBox h1 {
        font-size: 70px;
    }
}
@media (max-width:992px){
    #subTopCon {
        height: 300px;
    }
}
@media (max-width:768px){
    #subTopCon {
        height: 200px;
    }
}
/* siteConfig */
#subTopConWrp .siteConfig {
    width: 100%;
    max-width: 50%;
    min-width: 350px;
    line-height: 70px;
    background-color: #fff;
    padding-left: 100px;
    z-index: 3;
}
#subTopConWrp .siteConfig > a {
    background:url(../img/home_i.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #1544ae;
}
#subTopConWrp .siteConfig ul li {
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
    color: #999;
}
#subTopConWrp .siteConfig ul li:not(:last-child) {
    background: url(../img/site_arr.png) right center no-repeat;
    padding-right: 20px;
    margin-right: 10px;
}
#subTopConWrp .siteConfig ul li:last-child {
    color: #111;
}
@media (min-width:1400px){
    #subTopConWrp .siteConfig {
        position: absolute;
        bottom: 0;
        left: 50%;
    }
}
@media (max-width:1400px){
    #subTopConWrp .siteConfig {
        position: relative;
        max-width: 100%;
        min-width: auto;
        left: 0%;
        padding: 8px 0;
        padding-left: 55px;
        line-height: normal;
    }
    #subTopConWrp .siteConfig > a {
        width: 40px;
        height: 41px;
        background-size: 20px !important;
    }
    #subTopConWrp .siteConfig ul li {
        font-size: 12px;
    }
    #subTopConWrp .siteConfig ul li:not(:last-child) {
        padding-right: 12px;
        margin-right: 5px;
        background-size: 4px;
    }
}

/* subC */
.subC {
    margin-top: 20px;
    font-weight: 300;
}
@media (max-width:768px){
    .subC {
        margin-top: 10px;
    }
}
/* subTopCon */
#subTopConWrp {
    position: relative;
}
#subTopCon {
    height: 500px;
    background-size: cover;
    position: relative;
}
#subTopCon:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 0;
}
#subTopCon .fBox {
    position: relative;
    z-index: 3;
}
#subTopCon .fBox h1 {
    text-transform: uppercase;
}
#subTopCon .fBox h5 {
    margin-top: 10px;
}
@media (min-width:992px){
    #subTopCon {
        padding-top: 250px;
    }
    #subTopCon .fBox h1 {
        font-size: 50px;
    }
}
@media (max-width:992px){
    #subTopCon {
        height: 300px;
    }
}
@media (max-width:768px){
    #subTopCon {
        height: 200px;
    }
	
    #subTopCon {
        padding-top: 100px;
    }
}
/* siteConfig */
#subTopConWrp .siteConfig {
    width: 100%;
    max-width: 50%;
    min-width: 350px;
    line-height: 70px;
    background-color: #fff;
    padding-left: 100px;
    z-index: 3;
}
#subTopConWrp .siteConfig > a {
    background:url(../img/home_i.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #cf242b;
}
#subTopConWrp .siteConfig ul li {
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
    color: #999;
}
#subTopConWrp .siteConfig ul li:not(:last-child) {
    background: url(../img/site_arr.png) right center no-repeat;
    padding-right: 20px;
    margin-right: 10px;
}
#subTopConWrp .siteConfig ul li:last-child {
    color: #111;
}
@media (min-width:1400px){
    #subTopConWrp .siteConfig {
        position: absolute;
        bottom: 0;
        left: 50%;
    }
}
@media (max-width:1400px){
    #subTopConWrp .siteConfig {
        position: relative;
        max-width: 100%;
        min-width: auto;
        left: 0%;
        padding: 8px 0;
        padding-left: 55px;
        line-height: normal;
    }
    #subTopConWrp .siteConfig > a {
        width: 40px;
        height: 41px;
        background-size: 20px !important;
    }
    #subTopConWrp .siteConfig ul li {
        font-size: 12px;
    }
    #subTopConWrp .siteConfig ul li:not(:last-child) {
        padding-right: 12px;
        margin-right: 5px;
        background-size: 4px;
    }
}

/* subC */
.subC {
    margin-top: 20px;
    font-weight: 300;
}
@media (max-width:768px){
    .subC {
        margin-top: 10px;
    }
}



/*top_txt*/
.top_txt {
	position: relative;
	padding-left: 20px;
}
.top_txt:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 2px;
	height: 100%;
	top: 0;
	background-color: #707070;
	z-index: 0;
}
.top_txt span {
	position: relative;
	display: block;
}
.top_txt span:after {
	content: "";
	position: absolute;
	left: -20px;
	width: 2px;
	height: 100%;
	top: 0;
	background-color: #cf242b;
	z-index: 3;
}
.top_txt strong {
	font-weight: 700;
}
@media (max-width:768px){
	.top_txt {
		padding-left: 10px;
	}
	.top_txt span:after {
		left: -10px;
	}
}

/*company_01*/
#company_01 .sec01 .right {
	background: url(../img/bs_right.jpg) center right;
}
#company_01 .sec01 .com_bt {
	position: relative;
}
#company_01 .sec01 .com_bt:after {
	    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 110%;
    height: 1px;
    background-color: #f9f9f9;
    z-index: 0;
}
#company_01 .sec01 .com_bt img {
	position: relative;
	z-index: 3;
}
@media (min-width:769px){
	#company_01 .sec01 .left {
		width: 50%;
		padding-right: 50px;
	}
	#company_01 .sec01 .right {
		background-attachment: fixed !important;
	}
}
@media (max-width:768px){
	#company_01 .sec01 .left {
		padding: 0 15px 15px;
	}
	#company_01 .sec01 .right {
		background-size: cover !important;
		height: 350px;
		background-position: center bottom!important;
	}
	#company_01 .sec01 .com_bt img {
		max-width: 60%;
	}
}


#company1 .sec2 {
    background-color: #eaf4fb;
}

/* his */
.his {
    position: relative;
}
.his:after {
    content: "";
    position: absolute;
    left: 400px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #a5b3bb;
    z-index: 1;
}
.his > li {
    padding-left: 400px;
    padding-top: 60px;
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: flex-start;
    z-index: 3;
}
.his > li .txt {
    width: 100%;
}
/*
.his > li .imgBox {
    width: 40%;
    text-align: right;
}*/
.his > li h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    text-align: right;
    padding-right: 20px;
    z-index: 3;
}
.his > li h1::after {
    content: "";
    position: absolute;
    right: -9px;
    top: calc(50% - 9px);
    background-color: #04a6e1;
    width: 17px;
    height: 17px;
    z-index: 3;
    border-radius: 50%;
}
.his > li .hisYbox > li {
    margin-top: 40px;
}
.his > li .hisItem {
    position: relative;
}
.his > li .hisItem h2,
.his > li .hisItem h4 {
    position: relative;
    padding-left: 60px;
}
.his > li .hisItem h2::after {
    content: "";
    position: absolute;
    left: -6px;
    top: calc(50% - 3px);
   background-color: #1d4e89;
   /* border: 3px solid #333;*/
    width: 11px;
    height: 11px;
    z-index: 3;
    border-radius: 50%;
}
@media (max-width:992px){
    .his:after {
        left: 200px;
    }
    .his > li {
        padding-left: 200px;
        padding-top: 30px;
    }
    .his > li h1 {
        width: 200px;
    }
    .his > li .hisYbox > li {
        margin-top: 30px;
    }
    .his > li .hisItem h2,
    .his > li .hisItem h4 {
        position: relative;
        padding-left: 20px;
    }
}
@media (max-width:992px){
    .his:after {
        left: 0px;
    }
    .his > li {
        padding-left: 0;
        padding-top: 30px;
    }
    .his > li h1 {
        text-align: left;
        position: relative;
        padding-left: 20px;
        padding-right: 0;
    }
    .his > li h1::after {
        left: -5px;
        width: 11px;
        height: 11px;
        top: calc(50% - 6px);
    }
    .his > li .hisYbox > li {
        margin-top: 30px;
    }
    .his > li .hisItem h2,
    .his > li .hisItem h4 {
        position: relative;
        padding-left: 20px;
    }
    .his > li .imgBox {
        padding-left: 20px;
    }
}
@media (max-width:600px){
    .his > li {
        display: block;
    }
    .his > li .txt {
        width: 100%;
    }
    .his > li .imgBox {
        width: 100%;
        text-align: center;
        padding: 10px;
        margin-top: 20px;
    }
}

.his .img_wrp {
    position: absolute;
    width: 280px;
    height: 280px;
}
.his .num {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1em;
    font-weight: 600;
}
.his .num .c_wrp {
        height: 100%;
    font-size: 55px;
    line-height: 1em;
    font-weight: 900;
    color: #1d4e89;
}
.his .img_wrp:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 80px;
    background-color: #333;
}
.history_wrp .hst_item .c_wrp h2 {
    font-size: 80px;
    line-height: 1em;
    font-weight: 900;
    color: #eee;
}
@media (min-width:998px){
    .his > li .img_wrp:after {
        left: 100%;
    }
    .his > li .img_wrp {
        left: 40px;
        top: -10%;
    }
}
@media (max-width:998px){
   .his .img_wrp {
		width: 130px;
		left: 5%;
		height: 0px;
		top: -5%;
	}
    .his > li .img_wrp:after {
        left: 100%;
        width: 0px;
    }
	.his .img_wrp img{
		display:none;
	}
	.his .num .c_wrp span{
		font-size: 40px;
		color: rgb(29 79 139 / 20%);
	}
}


#company_01 .sec4  {
	background: url(../img/com1_sec4_bg.png);
	    background-attachment: fixed;
    background-size: cover;
}
#company_01 .sec4 .c_wrp {
	height:800px;
}
#company_01 .sec4 .lt {
	width:30%
}
@media (max-width:998px){
   
	#company_01 .sec4 {
		background: none;
	}
	#company_01 .sec4 h1,
	#company_01 .sec4 h5{
		color:#000 !important;
	}
}





/* business_01 */
#business_01 .sec02 {
    position: relative;
	 /*   background: #f7f7f7;*/
}
#business_01 .sec02 .c_wrp {
    position: relative;
    z-index: 3;
}
#business_01 .sec02 .c_wrp .rt {
   padding: 30px 0px;
  padding-left: 50px;
}
#business_01 .sec02 .c_wrp .rt h6 {
    font-weight: 300;
    line-height: 2em;
    margin-top: 15px;
	font-size: 18px;
}
#business_01 .sec02 .c_wrp .lt .ibox {
    display: inline-block;
    position: relative;
    width: 650px;
}
#business_01 .sec02 .c_wrp .lt .ibox img {
    width: auto;
    display: inline-block;
}
#business_01 .sec02 .btn_wrp a {
  text-decoration: none;
    display: inline-block;
    width: 220px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
    color: #1e1e1e;
    margin-top: 20px;
    border: 1px solid #333;
}
#business_01 .sec02 .owl-theme .owl-dots {
      text-align: center;
    margin-top: 20px;
}
#business_01 .sec02 .owl-carousel .owl-dots .owl-dot.active span, 
#business_01 .sec02 .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ffed00;
}
@media (max-width:1200px){
    #business_01 .sec02 .c_wrp .lt .ibox {
        width: 340px;
    }
}

@media (max-width:1200px) and (min-width:992px){

	#business_01 .sec02 .c_wrp {
		position: relative;
		z-index: 3;
		display: flex;
	}
}


.txt_p.txt1 h1{
    font-size: 300px;
    position: absolute;
    z-index: -1;
    top: -30%;
    right: -70px;
    color: #f5f5f5;
}

@media (max-width:992px){

	#business_01 .sec02 .c_wrp {
		    display: grid;
	}
    #business_01 .sec02:after {
        height: 140px;
        width: 80%;
		bottom: 50%;
    }
    #business_01 .sec02 .c_wrp .lt {
        width: 100%;
    }
    #business_01 .sec02 .c_wrp .rt {
        width: 100%;
        padding: 20px 15px 20px 40px;
		    padding: 0px;
    }

	.txt_p.txt1 h1{
		 font-size: 150px;
		position: absolute;
		z-index: -1;
		top: -25%;
		right: 0;
		    display: none;
	}
	
    #business_01 .sec02 .btn_wrp img {
        width: 100%;
    }

}



#business_01 .sec03 {
    position: relative;
	 /*   background: #f7f7f7;*/
}
#business_01 .sec03 .c_wrp {
    position: relative;
    z-index: 3;
}
#business_01 .sec03 .c_wrp .lt {
   padding: 30px 0px;
  padding-right: 100px;
}
#business_01 .sec03 .c_wrp .lt h6 {
    font-weight: 300;
    line-height: 2em;
    margin-top: 15px;
	font-size: 18px;
}
#business_01 .sec03 .c_wrp .rt .ibox {
    display: inline-block;
    position: relative;
    width: 650px;
}
#business_01 .sec03 .c_wrp .rt .ibox img {
    width: auto;
    display: inline-block;
}
#business_01 .sec03 .btn_wrp a {
  text-decoration: none;
    display: inline-block;
    width: 220px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
    color: #1e1e1e;
    margin-top: 20px;
    border: 1px solid #333;
}
#business_01 .sec03 .owl-theme .owl-dots {
      text-align: center;
    margin-top: 20px;
}
#business_01 .sec03 .owl-carousel .owl-dots .owl-dot.active span, 
#business_01 .sec03 .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #ffed00;
}

@media (max-width:1200px){
    #business_01 .sec03 .c_wrp .rt .ibox {
        width: 340px;
    }
}


@media (max-width:1200px) and (min-width:992px){

	#business_01 .sec03 .c_wrp {
		position: relative;
		z-index: 3;
		display: flex;
	}
}

.txt_p.txt2 h1{
    font-size: 300px;
    position: absolute;
    z-index: -1;
    top: -20%;
    left: -15%;
    color: #f5f5f5;
}

.txt_p.txt3 h1{
    font-size: 300px;
    position: absolute;
    z-index: -1;
    top: -35%;
    left: -15%;
    color: #f5f5f5;
}

.txt_p.txt4 h1{
       font-size: 250px;
    position: absolute;
    z-index: -1;
    top: -25%;
    right: -15%;
    color: #f5f5f5;
}

@media (max-width:992px){

	#business_01 .sec03 .c_wrp {
		    display: grid;
	}
    #business_01 .sec03:after {
        height: 140px;
        width: 80%;
		bottom: 50%;
    }
    #business_01 .sec03 .c_wrp .lt {
        width: 100%;
		    padding: 0;
    }
    #business_01 .sec03 .c_wrp .rt {
          width: 100%;
		/* padding: 20px 15px 20px 40px; */
		text-align: center;
		padding: 0;
    }

	.txt_p.txt2 h1{
		font-size: 150px;
		position: absolute;
		z-index: -1;
		top: -10%;
		left: 0;
		color: #f5f5f5;
		    display: none;
	}
	.txt_p.txt3 h1{
		    display: none;
	}
	.txt_p.txt4 h1{
		    display: none;
	}


}




/*.owl-carousel .owl-stage-outer {
    box-shadow: 6px 6px 11px 3px #c9c9c9;
	    border-radius: 30px;
	    background: #fff;
}*/







.partner  {
        background: #f9f9f9;
}
.partner ul li {
    margin: 15px 0;
}
.partner ul li .item {
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}




/* company_02 :: sec1*/
#company_02 .mapInfo {
    position: relative;
}
#company_02 .mapInfo ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#company_02 .mapInfo ul li {
    padding: 0 15px;
}
#company_02 .mapInfo .item {
    background: url(../img/map_icon1.png) left center no-repeat;
    padding: 40px 10px;
    padding-left: 80px;
}
#company_02 .mapInfo .item.item2 {
    background: url(../img/map_icon2.png) left center no-repeat;
}
#company_02 .mapInfo .item.item3 {
    background: url(../img/map_icon3.png) left center no-repeat;
}
#company_02 .mapInfo .item strong {
    display: block;
}
#company_02 .mapdiv {
	border: 10px solid #f9f9f9;
}
@media (min-width:992px){
    #company_02 .mapInfo {
        border-top: 1px solid #dddd;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    #company_02 .mapInfo ul {
        display: flex;
        flex-wrap: wrap;
    }
    #company_02 .mapInfo ul li {
        padding: 0;
        width: 100%;
        border-bottom: 1px dashed #ddd;
    }
    #company_02 .mapInfo {
        padding-top: 20px;
    }
    #company_02 .mapInfo .item h5 {
        word-break: break-all;
        line-height: 1.2em;
    }
    #company_02 .mapInfo .item h5 strong {
        margin-bottom: 5px;
    }
    #company_02 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px 10px;
        padding-left: 50px;
    }

}

#company_02 .sec1 {
	position: relative;
}
#company_02 .dx_map .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
#company_02 .dx_map .root_daum_roughmap .wrap_map,
#company_02 .dx_map iframe {
    height: 500px !important;
}
#company_02 .local_info > ul > li {
    font-size: 16px;
    line-height: 1.6em;
    color: #666;
    font-weight: 300;
	word-break: keep-all;
	position: relative;
}
#company_02 .local_info > h3 img {
    width: 200px;
}
#company_02 .local_info ul li h4 {
    color: #111;
    margin-bottom: 5px;
}
#company_02 .local_info ul li h4 img {
    width: 30px;
}
@media (min-width:1400px){
	#company_02 .local_info {
        padding-left: 350px;
		position: relative;
    }
	#company_02 .local_info > .fullLeft {
		position: absolute;
		left: 0;
		top: -5px;
		line-height: 1em;
	}
}
@media (max-width:1400px) and (min-width:992px){
	#company_02 .local_info {
        padding-left: 0;
		position: relative;
    }
	#company_02 .local_info > ul {
        margin-top: 15px;
    }
}
@media (min-width:992px){
	#company_02 .local_info > ul {    
		display: flex;
        justify-content: space-between;
	}
}
@media (max-width:992px){
	#company_02 .sec1 {
		padding-bottom: 0px !important;
	}
	#company_02 .sec1 .local_info {
		padding: 40px 0;
		margin-top: 0px;
	}
	#company_02 .local_info > ul {
        margin-top: 20px;
    }
	#company_02 .local_info > ul > li {
		margin-bottom: 10px;
		padding-bottom: 10px;
        border-bottom: 1px dashed #ddd;
	}
	#company_02 .local_info h4 {
		margin-bottom: 5px;
	}
}
@media (max-width:768px) {
	#company_02 .dx_map .root_daum_roughmap .wrap_map,
	#company_02 .dx_map iframe {
		height: 250px !important;
	}
	#company_02 .local_info > ul > li > ul > li {
		font-size: 14px;
	}
    #company_02 .local_info ul li h4 img {
        width: 30px;
        vertical-align: middle;
    }
}

.certify li img {
	border: 1px solid #eee;
}



.partner .owl-carousel {
    padding: 0 50px;
}
.partner .owl-theme .owl-nav {
    left: 0;
    top: 0;
    margin: 0;
    height: 100%;
}
.partner .owl-theme .owl-nav [class*='owl-'] {
    margin: 0px;
    background-color: #eee;
    height: 100% !important;
    line-height: 100%;
    height: auto;
    color: #999;
    border-radius: 0px;
    width: 40px;
    font-size: 20px;
    text-align: center;
}
.partner .owl-carousel .owl-nav .owl-prev:before,
.partner .owl-carousel .owl-nav .owl-next:before {
    top: calc(50% - 8px);
}
.partner .owl-carousel .owl-stage-outer {
    z-index: 5;
}
.partner .pti {
    text-decoration: none;
    display: block;
    border: 1px solid #ddd;
    margin: 1px;
    text-align: center;
}
.partner .pti img {
    display: inline-block;
   /* width: auto;*/
}

.owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"]:focus, .owl-carousel .owl-nav [class*="owl-"]:active:hover, .owl-carousel .owl-nav [class*="owl-"]:active:focus {
    border-color: #eeeeee #eeeeee #eeeeee;
    background-color: #eeeeee;
}