@charset "UTF-8";


/* 공통 임시 나중에 common 으로 옮겨야함 */
.txt-blue {
    color: #406eb6;
}

/* ---------회사개요 시작--------- */

/* 상단 텍스트 */
._company {
    word-break: keep-all;
}

._company ._s_cont {}

._company ._s_cont .topBox {
    overflow: hidden;
}

._company ._s_cont .topBox .wrap {}

._company ._s_cont .topBox .wrap .txtArea {
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
}

._company ._s_cont .topBox .wrap .txtArea .dottitleWrap {
    border: none;
    padding-bottom: 0;
}

._company ._s_cont .topBox .wrap .txtArea .dottitleWrap h1 {
    white-space: nowrap;
}

._company ._s_cont .topBox .wrap .txtArea .dottitleWrap h1 i {}

._company ._s_cont .topBox .wrap .txtArea .right {
    max-width: 842px;
    font-size: 26px;
    letter-spacing: -0.025em;
    line-height: 1.692307692307692;
}

._company ._s_cont .topBox .wrap .txtArea .right b {
    font-weight: 600;
}

/* 상단 이미지 */
._company ._s_cont .topBox .imgArea {
    width: 100%;
    height: calc((500 * 100) / 1920 * 1vw);
    position: relative;
}

._company ._s_cont .topBox .imgArea .imgBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

._company ._s_cont .topBox .imgArea .imgBox img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

._company ._s_cont .topBox .imgArea .bgTxt {
    max-width: 1920px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(2.5%);
    opacity: 0.3;
    overflow: hidden;
}

._company ._s_cont .topBox .imgArea .bgTxt span {
    
    font-weight: 700;
    font-size: 200px;
    letter-spacing: -0.03em;
    color: #fff;
    display: block;
    filter: contrast(1);
}

/* 하단 */
._company ._s_cont .bottomCont {
    padding-top: 170px;
    text-align: center;
}

._company ._s_cont .bottomCont h2 {
    font-size: 60px;
    padding-bottom: calc(((50 / 60) * 1em));
    font-weight: 600;
    letter-spacing: -0.025em;
    text-align: center;
    overflow: hidden;
}

._company ._s_cont .bottomCont h2 span {
    display: inline-block;
}

._company ._s_cont .bottomCont .info {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box
}

._company ._s_cont .bottomCont .info .top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

._company ._s_cont .bottomCont .info .bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

._company ._s_cont .bottomCont .info .box {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 7px;
    box-sizing: border-box;
}

._company ._s_cont .bottomCont .info .box .imgBox {}

._company ._s_cont .bottomCont .info .box .imgBox img {}

._company ._s_cont .bottomCont .info .box .txtBox {}

._company ._s_cont .bottomCont .info .box .txtBox em {
    display: block;
    font-size: 22px;
    letter-spacing: -0.025em;
    font-weight: 600;
    margin-top: calc((20 / 22) * 1em);
    margin-bottom: calc((13 / 22) * 1em);
}

._company ._s_cont .bottomCont .info .box .txtBox span {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.44444444444444;
    color: #333333;
}

._company ._s_cont .bottomCont .info .box .txtBox span:nth-of-type(2) {}

@media screen and (max-width:1280px) {

    /* 상단 텍스트 */
    ._company ._s_cont .topBox .wrap .txtArea {
        flex-direction: column;
        align-items: flex-start;
    }

    ._company ._s_cont .dottitleWrap h1 {
        margin-bottom: calc(40 / 28 * 1em);
    }

    /* 상단 이미지 */
    ._company ._s_cont .topBox .imgArea .bgTxt span {
        font-size: calc(160 / 1280 * 100vw);
    }

    /* 하단 컨텐츠 */
    ._company ._s_cont .bottomCont .info .top {}

    ._company ._s_cont .bottomCont .info .box {
        padding: 20px;
    }

    ._company ._s_cont .bottomCont .info .bottom {
        display: flex;
        flex-wrap: wrap;
    }

    ._company ._s_cont .bottomCont .info .bottom .box {
        width: 50%;
        display: inline-flex;
    }

    ._company ._s_cont .bottomCont .info .bottom .box:last-child {
        flex: 1;
    }
}

@media screen and (max-width:1024px) {

    /* 상단 텍스트 */
    ._company ._s_cont .topBox .wrap .txtArea .right {
        font-size: 22px;
    }

    ._company ._s_cont .topBox .wrap .txtArea {
        margin-bottom: 60px;
    }

    /* 하단 컨텐츠 */
    ._company ._s_cont .bottomCont h2 {
        font-size: 40px;
    }

    ._company ._s_cont .bottomCont .info .bottom .box:nth-of-type(2) .txtBox span:nth-of-type(2) {
        display: inline-block;
        margin-top: 0.5em;
    }
}

@media screen and (max-width:820px) {

    /* 상단 텍스트 */
    ._company ._s_cont .topBox .wrap .txtArea .right {
        font-size: 20px;
    }

    /* 하단 컨텐츠 */
    ._company ._s_cont .bottomCont {
        padding-top: 110px;
    }

    ._company ._s_cont .bottomCont .info .box {
        height: auto;
        padding: 24px;
    }

    ._company ._s_cont .bottomCont .info .box .txtBox em {
        font-size: 18px;
        margin-top: 12px;
        margin-bottom: 6px;
    }

    ._company ._s_cont .bottomCont .info .box .txtBox span {
        font-size: 13px;
    }

    ._company ._s_cont .bottomCont .info .box .imgBox img {
        width: 80%;
    }
}

@media screen and (max-width:500px) {

    /* 상단 텍스트 */
    ._company ._s_cont .topBox .wrap .txtArea .right {
        font-size: 14px;
    }

    ._company ._s_cont .dottitleWrap h1 {
        margin-bottom: 15px;
    }

    ._company ._s_cont .topBox .wrap .txtArea {
        margin-bottom: 40px;
    }

    /* 상단 이미지 */
    ._company ._s_cont .topBox .imgArea {
        height: calc(260 / 500 * 100vw);
        overflow: hidden;
    }

    ._company ._s_cont .topBox .imgArea .imgBox {
        width: 150%;
    }

    ._company ._s_cont .topBox .imgArea .bgTxt span {
        font-size: calc((80 / 500) * 100vw)
    }

    /* 하단 컨텐츠 */
    ._company ._s_cont .bottomCont {
        padding-top: 80px;
    }

    ._company ._s_cont .bottomCont h2 {
        font-size: 26px;
    }

    ._company ._s_cont .bottomCont .info .box {
        padding: 24px 10px;
    }

    ._company ._s_cont .bottomCont .info .box .txtBox em {
        font-size: 14px;
    }

    ._company ._s_cont .bottomCont .info .top {
        grid-template-columns: repeat(2, 1fr);
    }

    ._company ._s_cont .bottomCont .info .bottom {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    ._company ._s_cont .bottomCont .info .bottom .box {
        width: 100%;
    }
}

/* ---------회사개요 종료--------- */



/* ---------사업분야 시작--------- */
._business_line {
    overflow-x: hidden;
}

._business_line ._s_cont {
    padding-bottom: 0;
}

._business_line ._s_cont>.top {}

._business_line ._s_cont>.top .dottitleWrap {
    border: none;
    padding-bottom: 90px;
}

._business_line ._s_cont>.top .dottitleWrap h1 {}

._business_line ._s_cont>.top .dottitleWrap p {}

._business_line ._s_cont>.top .dottitleWrap p .txt-blue {
    font-weight: 600;
}

._business_line ._s_cont>.top .imgArea {
    position: relative;
    height: 1000px;
}

._business_line ._s_cont>.top .imgArea .cardBox {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

._business_line ._s_cont>.top .imgArea .cardBox .card {
    display: inline-block;
    position: relative;
}

._business_line ._s_cont>.top .imgArea .cardBox .card.n1 {
    width: 35.625%;
}

._business_line ._s_cont>.top .imgArea .cardBox .card.n2 {
    width: 31.25%;
    display: flex;
    align-items: center;
}

._business_line ._s_cont>.top .imgArea .cardBox .card.n3 {
    width: 26.25%;
}

._business_line ._s_cont>.top .imgArea .cardBox .card .box {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

._business_line ._s_cont>.top .imgArea .cardBox .card.n1 .box {
    bottom: 0;
}

._business_line ._s_cont>.top .imgArea .cardBox .card.n2 .box {}

._business_line ._s_cont>.top .imgArea .cardBox .card.n3 .box {
    top: 0;
}

._business_line ._s_cont>.top .imgArea .cardBox .card img {
    width: 100%;
}

._business_line ._s_cont>.top .imgArea .cardBox .card p {
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0.8;
}

._business_line ._s_cont>.top .imgArea .bgTxt {
    font-size: 280px;
    letter-spacing: -0.03em;
    font-weight: 700;
    opacity: 0.1;
    position: absolute;
    
}

._business_line ._s_cont>.top .imgArea .bgTxt span {
    display: block;
}

._business_line ._s_cont>.top .imgArea .bgTxt.n1 {
    top: 0;
    right: 0;
    transform: translate(21.5%, 11%);
}

._business_line ._s_cont>.top .imgArea .bgTxt.n2 {
    bottom: 0;
    left: 0;
    transform: translate(-18.5%, -19%);
}

/* 하단 */
._business_line ._s_cont>.bottomCont {}

._business_line ._s_cont>.bottomCont h2 {
    font-size: 60px;
    letter-spacing: -0.025em;
    font-weight: 600;
    text-align: center;
    margin-top: calc(68 / 60 * 1em);
    margin-bottom: calc(68 / 60 * 1em);
}

._business_line ._s_cont>.bottomCont h2 span {}

._business_line ._s_cont>.bottomCont .col {
    padding: 60px 0;
}

._business_line ._s_cont>.bottomCont .col:nth-child(even) {
    background-color: #f3f3f3;
}

._business_line ._s_cont>.bottomCont .col h3 {
    font-size: 30px;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
    overflow: hidden;
}

._business_line ._s_cont>.bottomCont .col h3 span {
    display: inline-block;
}

._business_line ._s_cont>.bottomCont .col h3 span small {
    font-size: 0.4666666666666667em;
    letter-spacing: -0.03em;
    color: #406eb6;
    vertical-align: top;
}

._business_line ._s_cont>.bottomCont .col h3 span em {
    font-size: 1em;
    letter-spacing: -0.025em;
    font-weight: 600;
    margin-left: 5px;
}

._business_line ._s_cont>.bottomCont .col h3 p {
    font-size: 0.6em;
    letter-spacing: -0.025em;
    color: #555555;
    display: inline-block;
    vertical-align: bottom;
}

._business_line ._s_cont>.bottomCont .col .contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

._business_line ._s_cont>.bottomCont .col .contents .con {
    display: flex;
    margin-bottom: 23px;
}

._business_line ._s_cont>.bottomCont .col .contents .con .blueBox {
    min-width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #406eb6;
    border-radius: 20px;
}

._business_line ._s_cont>.bottomCont .col .contents .con .blueBox span {
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #fff;
    font-weight: 600;
}

._business_line ._s_cont>.bottomCont .col .contents .con p {
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.444444444444444;
    padding-top: calc(7 / 18 * 1em);
    padding-left: 1em;
    padding-right: 1em;
    box-sizing: border-box;
    word-break: keep-all;
}

._business_line ._s_cont>.bottomCont .col .contents strong {
    font-size: 18px;
    letter-spacing: -0.025em;
    font-weight: 400;
}

._business_line ._s_cont>.bottomCont .col .contents.width {
    grid-template-columns: repeat(1, 1fr);
}

@media screen and (max-width:1280px) {
    ._business_line ._s_cont .dottitleWrap p {
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px;
    }

    ._business_line ._s_cont>.top .imgArea {
        height: calc(800 / 1280 * 100vw);
        min-height: 500px;
    }

    ._business_line ._s_cont>.top .imgArea .bgTxt {
        font-size: calc(180 / 1280 * 100vw);
    }

    ._business_line ._s_cont>.top .imgArea .bgTxt.n1 {
        transform: unset;
    }

    ._business_line ._s_cont>.top .imgArea .bgTxt.n2 {
        transform: unset;
    }

    /* 하단 */
    ._business_line ._s_cont>.bottomCont h2 {
        font-size: 40px;
        margin-top: 160px;
    }
}

@media screen and (max-width:1024px) {

    ._business_line ._s_cont>.top .imgArea .cardBox .card.n1,
    ._business_line ._s_cont>.top .imgArea .cardBox .card.n2,
    ._business_line ._s_cont>.top .imgArea .cardBox .card.n3 {
        width: 32%;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card p {
        font-size: 12px;
        bottom: 5px;
        right: 5px;
    }

    /* 하단 */
    ._business_line ._s_cont>.bottomCont .col h3 {
        font-size: 26px;
    }

    ._business_line ._s_cont>.bottomCont .col h3 span small {
        font-weight: 800;
    }

    ._business_line ._s_cont>.bottomCont .col h3 span em {
        margin-right: 5px;
    }

    ._business_line ._s_cont>.bottomCont .col .contents .con .blueBox {
        min-width: 110px;
    }

    ._business_line ._s_cont>.bottomCont .col .contents .con .blueBox span {
        font-size: 14px;
        font-weight: 400;
    }

    ._business_line ._s_cont>.bottomCont .col .contents .con p {
        font-size: 16px;
        padding-top: 10px;
    }

    ._business_line ._s_cont>.bottomCont .col .contents strong {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media screen and (max-width:820px) {
    ._business_line ._s_cont>.top .imgArea {
        height: auto;
        max-width: 400px;
        margin: 0 auto;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card {
        margin-bottom: 40px;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card.n3 {
        margin-bottom: 0;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card p {
        font-size: 20px;
        bottom: 10px;
        right: 10px;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card.n1,
    ._business_line ._s_cont>.top .imgArea .cardBox .card.n2,
    ._business_line ._s_cont>.top .imgArea .cardBox .card.n3 {
        width: 100%;
        overflow: hidden;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox {
        flex-direction: column;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card .box {
        position: unset;
        width: 100%;
        height: 100%;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card.n2 {
        display: block;
    }

    ._business_line ._s_cont>.top .imgArea .bgTxt {
        display: none;
    }

    /* 하단 */
    ._business_line ._s_cont>.bottomCont h2 {
        font-size: 30px;
    }

    ._business_line ._s_cont>.bottomCont h2 {
        margin-top: 120px;
    }

    ._business_line ._s_cont>.bottomCont .col .contents {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:500px) {
    ._business_line ._s_cont>.top .dottitleWrap {
        padding-bottom: 40px;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card {
        margin-bottom: 20px;
    }

    ._business_line ._s_cont>.top .imgArea .cardBox .card p {
        font-size: 14px;
    }

    /* 하단 */
    ._business_line ._s_cont>.bottomCont h2 {
        margin-top: 80px;
        font-size: 26px;
    }

    ._business_line ._s_cont>.bottomCont .col {
        padding: 40px 0;
    }

    ._business_line ._s_cont>.bottomCont .col h3 {
        font-size: 20px;
        margin-left: 0;
    }

    ._business_line ._s_cont>.bottomCont .col h3 span {
        display: block;
        margin-bottom: 10px;
    }

    ._business_line ._s_cont>.bottomCont .col h3 span small {
        font-size: 12px;
    }

    ._business_line ._s_cont>.bottomCont .col h3 p {
        font-size: 14px;
        line-height: 1.3;
    }

    ._business_line ._s_cont>.bottomCont .col .contents .con {
        flex-direction: column;
        flex-wrap: nowrap;
        margin-bottom: 26px;
    }

    ._business_line ._s_cont>.bottomCont .col .contents .con .blueBox {
        min-width: unset;
        width: 100px;
        height: 30px;
        border-radius: 8px;
    }

    ._business_line ._s_cont>.bottomCont .col .contents .con .blueBox span {
        font-size: 13px;
    }

    ._business_line ._s_cont>.bottomCont .col .contents .con p {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
    }

    ._business_line ._s_cont>.bottomCont .col .contents strong {
        font-size: 14px;
    }
}

/* ---------사업분야 종료--------- */



/* ---------조직도 시작--------- */
._organization_chart {
    word-break: keep-all;
    overflow-x: hidden;
}

._organization_chart ._s_cont .dottitleWrap {
    border: none;
    padding-bottom: 96px;
}

._organization_chart ._s_cont .dottitleWrap h1 span {
    position: relative;
}

._organization_chart ._s_cont .dottitleWrap h1 span i {}

._organization_chart ._s_cont .dottitleWrap>p {
    margin-top: 34px;
    display: block;
    font-size: 20px;
    letter-spacing: -0.025em;
    line-height: 1.6;
}

._organization_chart ._s_cont .dottitleWrap>span .txt-blue {
    font-weight: 600;
}

._organization_chart ._s_cont .chart .imgBox {
    text-align: center;
}

._organization_chart ._s_cont .chart .imgBox .mo {
    display: none;
}

@media screen and (max-width:1280px) {
    ._organization_chart ._s_cont .dottitleWrap>p {
        max-width: 800px;
        margin: 0 auto;
        margin-top: 34px;
    }

    ._organization_chart ._s_cont .dottitleWrap>p br {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    ._organization_chart ._s_cont .dottitleWrap>p {
        font-size: 18px;
    }
}

@media screen and (max-width:820px) {
    ._organization_chart ._s_cont .chart .imgBox {
        max-width: 360px;
        margin: 0 auto;
    }

    ._organization_chart ._s_cont .chart .imgBox .pc {
        display: none;
    }

    ._organization_chart ._s_cont .chart .imgBox .mo {
        display: block;
    }

    ._organization_chart ._s_cont .dottitleWrap>p {
        font-size: 16px;
    }
}

@media screen and (max-width:500px) {
    ._organization_chart ._s_cont .dottitleWrap {
        padding-bottom: 60px;
    }

    ._organization_chart ._s_cont .dottitleWrap>p {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media screen and (max-width:320px) {
    ._organization_chart ._s_cont .dottitleWrap {
        padding-bottom: 30px;
    }
}

/* ---------조직도 종료--------- */



/* ---------연혁 시작--------- */
._history {
    word-break: keep-all;
    overflow-x: hidden;
}

._history .dottitleWrap {
    border: none;
    text-align: left;
    padding-bottom: 100px;
}

._history .contents {
    display: flex;
    justify-content: space-between;
}

/* 왼쪽 */
._history .fixed {
    position: relative;
    width: 500px;
}

._history .fixed .yearsArea {
    position: absolute;
    font-size: 80px;
    height: 2em;
    overflow: hidden;
    white-space: nowrap;
}

._history .fixed .yearsArea .yearsBox {
    height: 2em;
    transition: all 0.5s;
}

._history .fixed .yearsArea .yearsBox .year {
    
    font-size: 1em;
    letter-spacing: -0.03em;
    font-weight: 600;
}

._history .fixed .yearsArea .yearsBox .year span {
    display: block; line-height:1em;
}

._history .fixed .yearsArea .yearsBox .year span small {
    font-size: 0px;
}

/* 왼쪽 하단 */
._history .fixed .list {
    position: absolute;
    top: 200px;
    display: inline-flex;
    flex-direction: column;
    white-space: nowrap;
}

._history .fixed .list>div {
    padding: 7px 0;
    cursor: pointer;
    display: inline-block;
}

._history .fixed .list>div span {
    font-size: 16px;
    color: var(--fontColor555);
    
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

._history .fixed .list>div.on span {
    font-size: 20px; font-weight:700;
    color:var(--fontColorblue7);
}


/* 오른쪽 */
._history .listArea {
    width: 820px;
}

._history .listArea .box {
    margin-bottom: 200px;
}

._history .listArea .box:last-child {
    margin-bottom: 0;
}

._history .listArea .box .col {
    display: flex;
    font-size: 0px;
    border-bottom: 1px solid #ddd;
    padding: 34px 0;
}

._history .listArea .box .col:nth-of-type(1) {
    padding-top: 0;
}

._history .listArea .box .col em {
    
    font-size: 20px;
    color: var(--fontColorblue7);
    font-weight: 700;
    min-width: 120px;
    margin-right: 15px;
    vertical-align: top;
}

._history .listArea .box .col span {
    font-size: 20px;
    letter-spacing: -0.025em;
    color: #333333;
    /*line-height: 1.6; */
}

/*2024-10-24 text-bold-up*/
._history .listArea .box .bold-up span {
    font-weight: 600;
    color: #406eb6;
}


@media screen and (max-width:1280px) {
    ._history .fixed .yearsArea {
        font-size: 70px;
    }
}

@media screen and (max-width:1024px) {
    ._history .fixed .yearsArea {
        font-size: 56px;
    }
}

@media screen and (max-width:820px) {
    ._history .dottitleWrap {
        padding-bottom: 60px;
        text-align: center;
    }

    ._history .fixed {
        display: none;
    }

    ._history .listArea .box {
        margin-bottom: 140px;
    }

    ._history .listArea .box .col {
        padding: 28px 0;
    }

    ._history .listArea .box .col em {
        /*
        font-size: 26px;
        margin-right: 0;
        */
    }

    ._history .listArea .box .col span {
        /*
        font-size: 16px;
        */
    }
}

@media screen and (max-width:500px) {
    ._history .listArea .box {
        margin-bottom: 80px;
    }

    ._history .listArea .box .col {
        flex-direction: column;
        padding: 14px 0;
    }

    ._history .listArea .box .col em {
        font-size: 20px;
        width: auto;
        margin-bottom: 10px;
    }

    ._history .listArea .box .col span {
        font-size: 15px;
    }
}

@media screen and (max-width:320px) {}

/* ---------연혁 종료--------- */



/* ---------관계사 시작--------- */
._partners {}

._partners .dottitleWrap {
    border: none;
    padding-bottom: 95px;
}

._partners .dottitleWrap h1 {}

._partners .dottitleWrap p {}

._partners .bottom {}

._partners .bottom .boxArea {
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

._partners .bottom .boxArea .box {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    height: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

._partners .bottom .boxArea .box.n1 {
    width: 33.333%;
}

._partners .bottom .boxArea .box.n2 {
    width: 33.333%;
}

._partners .bottom .boxArea .box.n3 {
    width: 33.333%;
}

._partners .bottom .boxArea .box.n4 {
    width: 50%;
}

._partners .bottom .boxArea .box.n5 {
    width: 50%;
}

._partners .bottom .boxArea .box.n6 {
    width: 33.333%;
}

._partners .bottom .boxArea .box.n7 {
    width: 33.333%;
}

._partners .bottom .boxArea .box.n8 {
    width: 33.333%;
}

._partners .bottom .boxArea .box img {}

@media screen and (max-width:1280px) {
    ._partners .bottom .boxArea .box img {
        min-width: 120px;
    }

    ._partners .bottom .boxArea .box.n1 img {
        width: calc((180 / 1280) * 100vw);
    }

    ._partners .bottom .boxArea .box.n2 img {
        width: calc((246 / 1280) * 100vw);
    }

    ._partners .bottom .boxArea .box.n3 img {
        width: calc((198 / 1280) * 100vw);
    }

    ._partners .bottom .boxArea .box.n4 img {
        width: calc((252 / 1280) * 100vw);
    }

    ._partners .bottom .boxArea .box.n5 img {
        width: calc((212 / 1280) * 100vw);
    }

    ._partners .bottom .boxArea .box.n6 img {
        width: calc((308 / 1280) * 100vw);
        min-width: 140px;
    }

    ._partners .bottom .boxArea .box.n7 img {
        width: calc((312 / 1280) * 100vw);
        min-width: 140px;
    }

    ._partners .bottom .boxArea .box.n8 img {
        width: calc((182 / 1280) * 100vw);
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:820px) {
    ._partners .bottom .boxArea .box {
        width: 50% !important;
    }

}

@media screen and (max-width:500px) {
    ._partners .dottitleWrap {
        padding-bottom: 50px;
    }

    ._partners .bottom .boxArea {
        border: none;
    }

    ._partners .bottom .boxArea .box {
        width: 100% !important;
        border: 1px solid #ddd;
        margin-top: -1px;
        height: 120px;
    }
}

/* ---------관계사 종료--------- */

/* ---------사업장 안내 시작--------- */
._s._location {
    word-break: keep-all;
    overflow-x: hidden;
}

._s._location .dottitleWrap {
    border: none;
    padding-bottom: 22px;
}

._s._location .tabArea {
    display: flex;
    flex-wrap: wrap;
}

._s._location .tabArea button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 33.333%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-right: none;
    transition: all 0.3s;
    cursor: pointer;
}

._s._location .tabArea button:last-child {
    border-right: 1px solid #ddd;
}

._s._location .tabArea button span {
    transition: all 0.3s;
    font-size: 20px;
    letter-spacing: -0.025em;
    opacity: 0.3;
}

/* 호버 */
._s._location .tabArea button:hover {
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

._s._location .tabArea button:hover span {
    opacity: 1;
    color: #fff;
}

/* on */
._s._location .tabArea button.on {
    background-color: #406eb6;
    border-color: #406eb6;
}

._s._location .tabArea button.on span {
    color: #ffff;
    opacity: 1;
    font-weight: 600;
}

._s._location .contents {}

._s._location .contents .address {
    text-align: center;
    margin-bottom: 26px;
}

._s._location .contents .address strong {
    display: block;
    font-size: 30px;
    letter-spacing: -0.025em;
    font-weight: 600;
    line-height: 1.466666666666667;
    margin-bottom: calc(5 / 30 * 1em);
}

._s._location .contents .address strong i {
    color: #406eb6;
    font-size: calc(26 / 30 * 1em);
}

._s._location .contents .address>span {
    display: block;
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: -0.025em;
}

._s._location .contents .address div {
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #333333;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

._s._location .contents .address div small {
    position: relative;
    padding: 0 35px;
}

._s._location .contents .address div small:nth-of-type(1) {}

._s._location .contents .address div small:nth-of-type(1)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    background-color: #333333;
    height: 1em;
    width: 2px;
    opacity: 0.7;
}

._s._location .contents .address div small:nth-of-type(2) {}

._s._location .contents .mapArea {
    overflow: hidden;
    height: 400px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

._s._location .contents .mapArea .root_daum_roughmap_landing {
    width: 100%;
    height: 100%;
}

._s._location .contents .mapArea .root_daum_roughmap .wrap_map {
    height: 100%;
}

._s._location .contents .transportation {
    display: flex;
    margin-top: 28px;
}

._s._location .contents .transportation .box {
    width: 50%;
    display: flex;
    padding: 13px 0;
    box-sizing: border-box;
}

._s._location .contents .transportation .box.subway {
    position: relative;
}

._s._location .contents .transportation .box.subway::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}

._s._location .contents .transportation .box.bus {
    padding-left: 54px;
}

._s._location .contents .transportation .box .ico {
    text-align: center;
    margin-right: 38px;
}

._s._location .contents .transportation .box .ico .imgBox {}

._s._location .contents .transportation .box .ico .imgBox img {
    min-height: 65px;
}

._s._location .contents .transportation .box .ico span {
    font-size: 14px;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #333333;
    display: block;
    margin-top: 12px;
}

._s._location .contents .transportation .box .txtArea {
    padding-right: 18px;
    box-sizing: border-box;
}

._s._location .contents .transportation .box .txtArea em {
    display: block;
    font-size: 18px;
    letter-spacing: -0.025em;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: calc(13 / 18 * 1em);
}

._s._location .contents .transportation .box .txtArea .con {
    display: inline-flex;
    margin-right: 56px;
    margin-bottom: 6px;
}

._s._location .contents .transportation .box .txtArea .con b {
    font-size: 14px;
    letter-spacing: -0.025em;
    color: #fff;
    padding: 3px 6px;
    max-height: 1em;
    white-space: nowrap;
    margin-right: 10px;
}

._s._location .contents .transportation .box .txtArea .con b.yell {
    background-color: #ffce32;
}

._s._location .contents .transportation .box .txtArea .con b.green {
    background-color: #47af1b;
}

._s._location .contents .transportation .box .txtArea .con b.mint {
    background-color: #00afbd;
}

._s._location .contents .transportation .box .txtArea .con span {
    line-height: 1.3;
    letter-spacing: -0.025em;
    font-weight: 500;
}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {
    ._s._location .contents .transportation {
        flex-direction: column;
    }

    ._s._location .contents .transportation .box {
        width: 100%;
        padding: 30px 20px;
    }

    ._s._location .contents .transportation .box.subway {
        border-bottom: 1px solid #ddd;
    }

    ._s._location .contents .transportation .box.bus {
        padding-left: 0;
        padding: 30px 20px;
    }

    ._s._location .contents .transportation .box.subway::after {
        display: none;
    }

}

@media screen and (max-width:820px) {
    ._s._location .tabArea button {
        height: 44px;
    }

    ._s._location .tabArea button span {
        font-size: 16px;
    }

    ._s._location .contents .address strong {
        font-size: 24px;
    }

    ._s._location .contents .address>span {
        font-size: 16px;
        line-height: 1.3;
    }

    ._s._location .contents .address>span span {
        display: inline-block;
    }

    ._s._location .contents .address div {
        font-size: 16px;
    }

    ._s._location .contents .address div small {
        padding: 0 20px;
    }

    ._s._location .contents .mapArea {
        height: 320px;
    }
}

@media screen and (max-width:500px) {
    ._s._location .tabArea {
        flex-direction: column;
    }

    ._s._location .tabArea button {
        width: 100%;
        border-right: 1px solid #ddd;
        margin-bottom: 8px;
        height: 38px;
    }

    ._s._location .contents .mapArea {
        height: 240px;
    }

    ._s._location .contents .address strong {
        font-size: 20px;
        margin-bottom: 20px;
    }

    ._s._location .contents .address>span {
        font-size: 14px;
    }

    ._s._location .contents .address div small {
        padding: 0;
        font-size: 14px;
    }

    ._s._location .contents .address div small:nth-of-type(1) {
        margin-right: 20px;
    }

    ._s._location .contents .address div small:nth-of-type(1)::after {
        right: -11px;
        width: 1px;
    }

    ._s._location .contents .transportation .box {
        display: block;
        padding: 20px 0;
    }

    ._s._location .contents .transportation .box.bus {
        padding: 20px 0;
    }

    ._s._location .contents .transportation .box .txtArea {
        padding-right: 0;
    }

    ._s._location .contents .transportation .box .txtArea .con {
        margin-right: 20px;
    }

    ._s._location .contents .transportation .box .ico {
        margin-bottom: 30px;
        margin-right: 0;
    }

    ._s._location .contents .transportation .box .ico .imgBox img {
        min-height: auto;
        height: 60px;
    }

    ._s._location .contents .transportation .box .ico span {
        font-size: 12px;
        margin-top: 8px;
    }

    ._s._location .contents .transportation .box .txtArea em {
        font-size: 14px;
    }

    ._s._location .contents .transportation .box .txtArea .con span {
        font-size: 14px;
    }

    ._s._location .contents .transportation .box .txtArea .con b {
        font-size: 13px;
    }
}

@media screen and (max-width:320px) {}

/* ---------사업장 안내 종료--------- */














/* wow */
.wow {
    position: relative !important;
}

.wow * {
    opacity: 0.8;
}

.wow::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/asset/img/sub/company/비교.jpg);
    /* filter: invert(1); */
}