
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
.mapbox .root_daum_roughmap .cont {
    display: none !important
}
@media (max-width:767px) {
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* contBoxs */
.contBoxs .item {
    /* border: 1px solid #aaa; */
    display: flex;
    align-items: center;
}
.contBoxs .item.kakao {
    background-color: rgba(250, 234, 98, 0.2);
}
@media (max-width:767px) {
    .contBoxs .item {
        padding: 10px;
    }
    .contBoxs .item .icon {
        font-size: 30px;
        width: 30px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 30px);
    }
}

/* company */
#company {
    overflow: hidden;
}
#company .sec1 .endlessRiverList {
    display: flex;
}
#company .sec1 .endlessRiverList img {
    border-radius: 10px;
    max-width: 20vw;
}
@media (max-width:768px){
    #company .sec1 .endlessRiverList li {
        margin: 0 10px;
    }
    #company .sec1 .endlessRiverList img {
        max-width: 40vw;
    }
}

/* sLogoWrp */
.sLogoWrp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.sLogoWrp .item {
    flex-grow: 1;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.06);
}
.sLogoWrp .item .sLogo {
    padding: 10px 0;
    border-radius: 10px 10px 0 0 ;
    background-color: #fff;
}
.sLogoWrp .item .txt {
    padding: 10px;
    /*background-color: #f39a50;*/
	background-color: #ef5a00;
	
    border-radius: 0 0 10px 10px;
}
.sLogoWrp .item .txt p {
    opacity: .7;
}
#company .sec2 .centerBg {
    background: url(../img/combg.jpg) center center no-repeat;
}
#company .sec2 .box {
    background-color: rgba(239, 90, 0, 0.6);
    backdrop-filter: brightness(1.1) blur(20px);
    -webkit-backdrop-filter: brightness(1.1) blur(20px);
    border-radius: 30px;
    box-shadow: 10px 10px 50px rgba(0,0,0,0.1);
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
}
@media (min-width:992px){
    #company .sec2 {
        background-attachment: fixed;
    }
    #company .sec2 .centerBg {
        height: 650px;
    }
}
@media (max-width:992px){
    .sLogoWrp {
        flex-wrap: wrap;
    }
    .sLogoWrp .item {
        width: 40%;
    }
    #company .sec2 .centerBg {
        height: 400px;
    }
}
/* conTextWrp */
.conTextWrp span,
.conTextWrp strong {
    display: inline-block;
    position: relative;
}
.conTextWrp .tcon .topTxt,
.conTextWrp .tcon .btTxt {
    position: absolute;
    width: 40%;
}
.conTextWrp .tcon .topTxt .lft,
.conTextWrp .tcon .btTxt .lft{
    position: absolute;
    width: 30px;
    top: 50%;
    height: 1px;
    left: 0;
    background-color: #fff;
}
.conTextWrp .tcon .topTxt::before,
.conTextWrp .tcon .btTxt::before,
.conTextWrp .tcon .topTxt:after,
.conTextWrp .tcon .btTxt:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #fff;
}
.conTextWrp .tcon .topTxt::before,
.conTextWrp .tcon .topTxt:after{
    top: 50%;
}
.conTextWrp .tcon .btTxt::before,
.conTextWrp .tcon .btTxt:after{
    bottom: 50%;
}
.conTextWrp .tcon .topTxt::before,
.conTextWrp .tcon .btTxt:after{
    right: 0;
}
.conTextWrp .tcon .topTxt::after,
.conTextWrp .tcon .btTxt::before{
    left: 0;
}
.conTextWrp .tcon .topTxt .rt,
.conTextWrp .tcon .btTxt .rt{
    position: absolute;
    width: 30px;
    top: 50%;
    height: 1px;
    right: 0;
    background-color: #fff;
}
.conTextWrp .tcon .topTxt {
    bottom: 100%;
    text-align: center;
    left: 10%;
}
.conTextWrp .tcon .btTxt {
    top: 100%;
    text-align: center;
    left: 50%;
}
.conTextWrp .text-mov {
    color: #fff !important;
    animation-duration: 1.5s !important;
}
/* dwList */
.dwListWrp {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.dwList {
    margin: 0 -5px;
}
.dwList > li {
    padding: 0 5px;
}
.dwList > li  a {
    text-decoration: none;
    display: block;
    line-height: 1em;
    padding: 15px 20px;
    background-color: #222;
    position: relative;
    overflow: hidden;
}
.dwList > li  a:hover {
    box-shadow: 5px 5px 25px rgba(238, 127, 36, 0.25);
}
.dwList > li  a i {
    color: #fff;
    font-size: 20px;
}
.dwList > li  a i,
.dwList > li  a h5 {
    position: relative;
    z-index: 3;
    display: inline-block;
    vertical-align: middle;
}
.dwList > li  a .backBg {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #ee8024;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -0;
}
.dwList > li  a:hover .backBg {
    width: 225%;
    height: 562.5px;
}
.dwList > li  a:hover .c_pt {
    color: #fff !important;
}

#company .sec3 .fbox {
    min-height: 400px;
}
#company .sec3 ul li:not(:first-child) {
    border-top: 1px solid #ddd;
}
#company .sec3 .num {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    background-color: #f39a50;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
@media (min-width:767px){
    .dwList > li  a h5 {
        margin-left: 10px;
    }
}
@media (max-width:768px){
    #company .sec3 .fbox {
        padding: 20px 0;
    }
    #company .sec3 .fbox > div {
        width: 100%;
        text-align: center;
    }
    .dwList > li  a h5 {
        display: block;
        margin-top: 5px;;
    }
}

/* sec4 */
#company .sec4 ul {
    margin: 0 -10px;
}
#company .sec4 ul li {
    padding: 0 10px;
}
#company .sec4 ul li .img {
    /*border: 1px solid #ddd;*/
    padding: 20px 0;
  /*  border: 1px solid #ddd;*/
    border-radius: 5px;
}
#company .sec4 ul li img {
    max-width: 80%;
}

/* proList */
.proList .top {
    text-align: center;
    background-color: #f39a50;
    padding: 30px 15px;
    border-radius: 10px 10px 0 0;
}
.proList > li:nth-child(2) .top {
    background-color: #ee822a;
}
.proList > li:nth-child(3) .top {
    background-color: #ee7919;
}
.proList > li:nth-child(4) .top {
    background-color: #e46d0c;
}
.proList .top p,
.proList .top h3 {
    color: #fff;
}
.proList .bottom {
    border: 1px solid #f39a50;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}
.proList .bottom p {
    display: block;
    border: 1px dashed #f39a50;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
}
.proList .bottom li:not(:first-child) p::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    border-left: 1px dashed #f39a50;
    height: 5px;
    width: 0px;
}
.proList .bottom li:not(:last-child) p::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-left: 1px dashed #f39a50;
    height: 5px;
    width: 0px;
}
.proList .bottom .sm {
    display: block;
    font-size: .8em;
    color: #999;
}
@media (min-width:992px){
    .proList .bottom {
        min-height: 500px;
    }
}
@media (max-width:768px){
    .proList .top {
        padding: 15px;
    }
    .proList .bottom {
        padding: 15px;
    }
}
/* work_tabs */
.work_tabs {
	display: flex;
	justify-content: center;
    gap: 2vw;
}
.work_tabs li,
.work_tabs li a {
	text-decoration: none;
	display: inline-block;
	margin: 0 1px;
}
.work_tabs li a {
    padding: 0px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    font-weight: 600;
    color: #aaa;
    border-bottom: 2px solid transparent;
}
.work_tabs li a.active {
	background-color: #fff;
	color: #f5a100;
	border-color: #f5a100;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
}

@media (max-width:768px){
	.work_tabs {
		flex-wrap: wrap;
        gap: 10px;
    }
	.work_tabs li,
	.work_tabs li a {
		margin: 1px;
	}
	.work_tabs li a {
        min-width: auto;
        line-height: 25px;
        font-size: 14px;
    }
	.work_tabs li a.active {
		background-color: #fff;
		color: #f5a100;
		border-color: #f5a100;
		box-shadow: 5px 5px 15px rgba(0,0,0,0.05);
	}
}
