/* subpTopCon */
#subpTopCon {
    background-color: #2f2f2d;
}
/* subtabs */
#subtabs {
    display: flex;
    gap: 2vw;
    justify-content: flex-start;
    align-items: center;
}
#subtabs a {
    display: inline-block;
    padding: 20px 0;
    position: relative;
    font-size: 17px;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
#subtabs a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}
#subtabs a.act {
    color: #fff;
}
#subtabs a.act:after {
    background-color: #fff;
}
@media (max-width:768px) {
    #subtabs {
        gap: 15px;
    }
    #subtabs a {
        padding: 10px 0;
        font-size: 13px;
    }
}
/* siteConfig */
#siteConfig {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

/* company1 */
#company1 .sec1 {
    background: url(../img/com1_bg.jpg) center center no-repeat;
    background-size: cover;
    height: 550px;
    max-height: 60vh;
}
@media (max-width:768px) {
    #company1 .sec1 {
        height: 250px;
        max-height: 250px;
    }
    #company1 .sec2 .img {
        padding-top: 25px;
    }
    #company1 .sec2 .img,
    #company1 .sec2 .img img {
        width: 100%;
    }
}

/* sLinkSec */
.sLinkSec {
    background: url(../img/sLinkSec.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    height: 220px;
    align-items: center;
    justify-content: center;
}
.sLinkSec h2 {
    letter-spacing: -0.001em;
}
@media (max-width:768px) {
    .sLinkSec {
        height: 150px;
        text-align: center;
    }
    .sLinkSec .fbox {
        justify-content: center;
    }
    #company1 .sLinkSec {
        height: auto;
        padding: 40px 0;
        text-align: center;
    }
    #company1 .sLinkSec .btnWrp {
        margin-top: 15px;
    }
}

/* locTab */
#locTab .ltab {
    color: #666;
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
    font-weight: 600;
}
#locTab .ltab.active {
    border-color: #eb3831;
    color: #eb3831;
}

/* mapbox */
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 350px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}

/* mapCon */
#mapCon .mapInfo {
    position: relative;
    z-index: 5;
    margin-top: -20px;
}
#mapCon .mapInfo .map_hd {
    width: 240px;
    height: 180px;
    padding: 45px 30px;
    background-color: #eb3831;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#mapCon .mapInfo .map_con {
    width: calc(100% - 240px);
    padding: 20px;
    padding-left: 40px;
}
#mapCon .mapInfo .map_con .cItem {
    display: flex;
    align-items: center;
    gap: 10px;
}
#mapCon .mapInfo .map_con .cItem .icon {
    width: 30px;
}
#mapCon .mapInfo .map_con .cItem .hd {
    width: 60px;
}
#mapCon .mapInfo .map_con .cItem .cc {
    width: calc(100% - 110px);
}
@media (max-width:768px) {
    #mapCon .mapInfo {
        display: block;
    }
    #mapCon .mapInfo .map_hd {
        width: 70vw;
        height: auto;
        padding: 20px;
    }
    #mapCon .mapInfo .map_con {
        width: 100%;
        padding: 10px 0;
    }
    #mapCon .mapInfo .map_con .cItem {
        align-items: flex-start;
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }
    #mapCon .mapInfo .map_con .cItem .icon {
        width: 16px;
    }
}

/* bsTop */
#bsTop {
    /* background-color: #ce2123; */
    background-color: #ef3931;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#bsTop .container {
    position: relative;
    z-index: 4;
}
#bsTop .bgImg {
    text-align: right;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media (max-width:768px) {
    #bsTop {
        flex-wrap: wrap;
        height: auto;
    }
    #bsTop .container {
        padding: 30px 15px 0;
        text-align: center;
    }
    #bsTop .bgImg {
        position: relative;
    }
    #bsTop .bgImg:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(#ef3931 20%, transparent);
    }
}

/* svList */
#svList > li {
    display: flex;
    padding: 40px 0;
    border-top: 1px solid #ddd;
}
#svList > li > .sv_hd {
    width: 260px;
    padding-right: 20px;
}
#svList > li > .sv_hd .tt {
    display: flex;
    gap: 8px;
}
#svList > li > .sv_con {
    width: calc(100% - 260px);
}
@media (min-width:991px) {
    #svList > li.v_ct {
        align-items: center;
    }
}
@media (max-width:992px) {
    #svList > li {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    #svList > li > .sv_hd {
        width: 100%;
        padding-right: 0;
    }
    #svList > li > .sv_con {
        width: 100%;
        margin-top: 8px;
    }
}

/* strength */
.strength {
    display: flex;
    align-items: center;
}
.strength .icon {
    width: 90px;
}
.strength .tcon {
    width: calc(100% - 90px);
    padding-left: 25px;
}
@media (max-width:768px) {
    .strength {
        border: 1px solid #ddd;
        padding: 20px;
        margin-top: 8px;;
    }
    .strength .icon {
        width: 60px;
        order: 2;
    }
    .strength .tcon {
        width: calc(100% - 60px);
        padding-right: 25px;
        padding-left: 0;
        order: 1;
    }
}

/* bsBt */
#bsBt {
    background: url(../img/bsBt1.jpg) center center;
    background-size: cover;
}
#business2 #bsBt {
    background: url(../img/bsBt2.jpg) center center;
    background-size: cover;
}
@media (max-width:768px) {
    #bsBt img {
        width: 50px;
    }
}

/* hd_hunting */
.hd_hunting .htItem {
    padding: 20px 35px;
    height: 240px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
@media (max-width:768px) {
    .hd_hunting .htItem {
        height: auto;
        padding: 30px 20px;
    }
}

/* business3 */
#business3  .sec1 .img {
    border: 1px solid #ddd;
}
#business3  .sec1 #svList > li:first-child {
    border-top: 0px solid #ddd;
}


/* processCon */
.processCon .row {
    margin: 0 -5px;
}
.processCon .row > li {
    padding: 0 5px;
}
.processCon .item {
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 3rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.processCon .item .more {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 2px 5px;
}
.processCon a.item:hover {
    border-color: var(--point-color);
}
.processCon .item .arr {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translate3d(-50%, -50%, 0);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #999;
    z-index: 9;
}
.processCon .item .step {
    background-color: #eb3831;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 7px 20px;
    border-radius: 60px;
}
.processCon .item .icon img {
    width: 45px;
    margin-bottom: 10px;
}
.processCon .item p {
    line-height: 1.2em;
    margin-top: 5px;
}
@media (min-width:768px) {
    .processCon .item .bt {
        min-height: 80px;
    }
    .processCon .item .more {
        display: none;
    }
}
@media (max-width:768px) {
    .processCon .item {
        padding: 2rem 1rem;
        border-radius: 5px;
    }
    .processCon .item .icon img {
        width: 70px;
    }
    .processCon li:nth-child(2) .item .arr,
    .processCon li:nth-child(4) .item .arr {
        display: none;
    }
}
@media (max-width:500px) {
    .processCon li .item .arr {
        display: flex !important;
        left: 50%;
        top: 100%;
        width: 30px;
        height: 30px;
    }
    .processCon li .item .arr i {
        display: inline-block;
        transform: rotate(90deg);
    }
    .processCon .dft br {
        display: none;
    }
}



/* catesItems */
.catesItems {
    margin: 0 -5px;
}
.catesItems > div {
    padding: 5px;
}
.catesItems .item {
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:768px) {
    .catesItems .item {
        height: 60px;
        border-radius: 10px;
    }
}