.og_navi_area{
    margin-bottom: 100px;
}
.og_company_contentarea{
    margin-top: 100px;
}
.swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    opacity: 1;
    background-color: #BDBDBD;
}
.swiper-pagination-bullet:not(:last-of-type){
    margin-right: 9px;
}
.swiper-pagination-bullet-active{
    background-color: var(--color-red-primary);
}

/* selectbox custom */
#selectBox_wrap {
    width: 100%;
    position: relative;
    cursor: pointer;
}
#selectBox_wrap .selectBox_label {
    width: 200px;
    height: 50px;
    padding: 13px 15px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.2s
}
#selectBox_wrap .selectBox_label > span {
    width: 100%;
    font-size: 14px;
    transition: 0.2s
}
#selectBox_wrap .selectBox_label > svg {
    transition: 0.2s
}
#selectBox_wrap .selectBox_label.active > svg {
    transform: rotate(-180deg);
}
#selectBox_wrap .selectBox_label.active + .option_wrap {
    display: block
}
#selectBox_wrap .option_wrap {
    width: 100%;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    position: absolute;
    top: 99%;
    left: 0;
    background-color: #fff;
    display: none;
    z-index: 500
}
#selectBox_wrap .option_wrap ul {
    width: 100%
}
#selectBox_wrap .option_wrap ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding:15px;
    box-sizing: border-box;
    font-size: 14px;
}
#selectBox_wrap .option_wrap ul li:hover{
    background: #FAFAFA;
    color: var(--color-red-primary);
}
/*원래 옵션 제거하기*/
.selectBox_orgin_wrap { display: none;}



/* 회사소개 */
.section h2{
    font-size: 52px;
    font-weight: 700;
    line-height: 68px;
}
.section h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 48px;
}
#cnt1 h2{
    text-align: center;
}
#cnt1 h2 + p{
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin: 20px 0 100px;
    padding: 0 60px;
}
#cnt1 .company_area{
    background: url("/home/images/company/bg.png") no-repeat center / cover;
    margin-top: 157px;
}
#cnt1 .msg_wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    height: 595px;
    box-sizing: content-box;
}
#cnt1 .msg_wrap p{
    max-width: 852px;
    font-size: 26px;
    line-height: 44px;
    min-width: 334px;
}
.company_img{
    position: absolute;
    bottom: 50px;
    right: 60px;
}
.company_img img{
    width: 388px;
    height: 603px;
}

#cnt2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 60px;
    box-sizing: content-box;
}
#cnt2 h3{
    margin-bottom: 30px;
}
#cnt2 .txt_wrap:not(:first-child){
    margin-top: 12px;
}
#cnt2 .txt_wrap{
    font-size: 18px;
    line-height: 30px;
}

#cnt3{
    background: url("/home/images/company/banner2.png") center center / cover;
    padding: 120px 0;
    background-attachment: fixed;
}
#cnt3 h3{
    text-align: center;
    margin-bottom: 120px;
}
.flex_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
#cnt3 .flex_wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 60px;
    column-gap: 40px;
    box-sizing: content-box;
}
#cnt3 .flex_wrap .info_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    opacity: 90%;
    height: 400px;
    width: 350px;
    text-align: center;
    padding-top: 69px;
}
#cnt3 .flex_wrap .info_box .icon{
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 78px;
}
#cnt3 .flex_wrap .info1 .icon{
    background-image: url("/home/images/company/icon_01.svg");
    width: 84px;
}
#cnt3 .flex_wrap .info2 .icon{
    background-image: url("/home/images/company/icon_02.svg");
    width: 76px;
}
#cnt3 .flex_wrap .info3 .icon{
    background-image: url("/home/images/company/icon_03.svg");
    width: 101px;
}
#cnt3 .flex_wrap .info4 .icon{
    background-image: url("/home/images/company/icon_04.svg");
    width: 117px;
}
#cnt3 .flex_wrap .info_box strong{
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin: 39px 0 38px;
}
#cnt3 .flex_wrap .info_box p{
    font-size: 18px;
}
#cnt3 .flex_wrap .info_box p + span{
    font-size: 14px;
    color: #616161;
    margin-top: 33px;
}
#cnt4 .flex_wrap{
    column-gap: 12px;
}
#cnt4 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 120px 60px 0;
    box-sizing: content-box;
}
#cnt4 h3{
    margin-bottom: 20px;
}
#cnt4 > p{
    font-size: 20px;
    margin-bottom: 50px;
}
.flex_wrap .vision_box{
    border: 1px solid #9E9E9E;
    flex: 1;
    height: 249px;
    text-align: center;
    padding: 50px 20px;
}
.flex_wrap .vision_box + div{
    width: 24px;
    height: 24px;
}
.flex_wrap .vision_box strong{
    font-size: 28px;
    font-weight: 600;
    line-height: 46px;
    color: #9F1C20;
    font-family: "Poppins";
}
.flex_wrap .vision_box p{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
}

/* 사업영역 */
.og_business_area,
.og_benefit_area,
.og_history_area{
    max-width: 1400px;
    padding: 0 60px;
    margin: 100px auto 0;
    box-sizing: content-box;
}
.business_area,
.benefit_area,
.history_cnt,
.location_cnt{
    margin: 50px auto 0;
}
.sub_tab{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 80px
}
.sub_tab li{
    width: 70px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #9E9E9E;
    background-color: #FAFAFA;
    border-radius: 50px;
    text-align: center;
}
.sub_tab li.on{
    background-color: #9F1C20;
    color: #fff;
}

.business_area .business_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    column-gap: 20px;
    row-gap: 80px;
}
.business_area .business_box .box{
    display: flex;
    flex-direction: column;
}

.business_area .business_box .box .txt_wrap{
    margin-top: 20px;
}
.business_area .business_box .box .txt_wrap h3{
    font-weight: var(--fw-semibold);
    font-size: 30px;
    line-height: 48px;
}
.business_area .business_box .box .txt_wrap p{
    font-size: 20px;
    line-height: 32px;
    margin-top: 5px;
}

.og_navi_area + div{
    padding-top: 0;
}

/* 복지 */
.benefit_area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
}
.benefit_area .benefit_box{
    padding-right: 40px;
}
.benefit_area .benefit_box:not(:last-of-type){
    flex-grow: 1;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 60px;
}
.benefit_area .benefit_box .icon{
    display: block;
    width: 70px;
    height: 70px;
}
.benefit_area .benefit_box strong{
    display: inline-block;
    font-size: 26px;
    line-height: 44px;
    margin: 16px 0 14px;
}
.benefit_area .benefit_box p{
    font-size: 18px;
    line-height: 32px;
}
.benefit_area .benefit_box .btn_wrap{
    display: flex;
    column-gap: 16px;
    margin-top: 24px;
}
.benefit_area .benefit_box .btn_wrap button{
    border: 1px solid #E0E0E0;
    padding: 9px 17px ;
}
.benefit_area .benefit_box .btn_wrap button span{
    display: flex;
    align-items: center;
}
.benefit_area .benefit_box .btn_wrap button span::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("/home/images/ico_play.svg");
    width: 24px;
    height: 24px;
    margin-left: 7px;
}

/* 연혁 */
.history_cnt .history_area{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.history_cnt .history_area dl{
    display: flex;
    column-gap: 100px;
    margin-top: 60px;
}
.history_cnt .history_area:first-of-type dl:first-of-type{
    margin-top: 0;
}
.history_cnt .history_area dl dt{
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    font-family: 'pretendard', sans-serif;
    width: 125px;
}
.history_cnt .history_area dd{
    margin-top: 22px;
}
.history_cnt .history_area dd ul li{
    display: flex;
    align-items: flex-start;
}
.history_cnt .history_area dd ul li:not(:first-of-type){
    margin-top: 14px;
}
.history_cnt .history_area dd ul li strong{
    display: inline-block;
    width: 90px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-red-primary);
    margin-right: 18px;
}
.history_cnt .history_area dd ul li div {
	width: 80%;
}
.history_cnt .history_area dd ul li span{
    font-size: 18px;
    line-height: 32px;
}
.history_cnt .history_area dd ul li span + span{
    display: block;
    margin-top: 20px;
}
.history_cnt .right{
    width: 453px;
}
.history_cnt .history_area:nth-of-type(2) .right{
    margin-top: 116px;
}
.history_cnt .history_area:nth-of-type(3) .right{
    margin-top: 102px;
}
.history_cnt .right .swiper-container img{
    height: 292px;
}
.history_cnt .right .swiper-pagination{
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
}
.history_cnt .right .swiper-slide p{
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
}

/* 오시는길 */
.location_cnt{
    padding: 0 60px;
    max-width: 1520px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.location_cnt .info{
    margin: 50px auto 100px;
    display: flex;
}
.location_cnt .info dl{
    position: relative;
    padding-left: 17px;
    width: 50%;
}
.location_cnt .info dl::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-red-primary);
}
.location_cnt .info dl dt{
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}
.location_cnt .info dl dd{
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
}
.location_cnt .info dl:nth-of-type(2) ul:first-child {
	margin-bottom: 20px;
}
.location_cnt .info dl:nth-of-type(2) li{
    position: relative;
    display: inline-block;
    margin-right: 14px;
}
.location_cnt .info dl:nth-of-type(2) li:first-child {
	width: 100%;
}
.location_cnt .info dl:nth-of-type(2) li span{
    color: var(--color-red-primary);
    margin-right: 5px;
    display: inline-block;
}
.location_cnt .info dl:nth-of-type(2) li:nth-of-type(2){
    padding-right: 10px;
}
.location_cnt .info dl:nth-of-type(2) li:nth-of-type(2)::after{
    content: "";
    position: absolute;
    top: 7px;
    right: -4px;
    width: 1px;
    height: 15px;
    background: #9E9E9E;

}
.location_cnt .box_wrap{
    display: flex;
    column-gap: 20px;
}
.location_cnt .box_wrap .box{
    background: #F9F9F9;
    position: relative;
    width: calc(100% / 3);
    height: 300px;
    padding: 30px;
}
.location_cnt .box_wrap .box::after{
    content: "";
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.location_cnt .box_wrap .subway::after{
    background: url("/home/images/ico_subway.svg");
    width: 47px;
    height: 63px;
}
.location_cnt .box_wrap .bus::after{
    background: url("/home/images/ico_bus.svg");
    width: 61px;
    height: 49px;
}
.location_cnt .box_wrap .car::after{
    background: url("/home/images/ico_car.svg");
    width: 65px;
    height: 49px;
}
.location_cnt .box_wrap .box strong{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 26px;
}
.location_cnt .box_wrap .box dl{
    font-size: 18px;
    color: #222;
}
.location_cnt .box_wrap .box dl:nth-of-type(2){
    margin-top: 16px;
}
.location_cnt .box_wrap .box dl:nth-of-type(2) dd {
    margin-right: 60px;
}
.location_cnt .box_wrap .box dl dt{
    color: var(--color-red-primary);
}


/***************** TABLET / Mobile ******************/
@media all and (max-width:1440px) {
    #cnt3 .flex_wrap{
        column-gap: 20px;
    }
    #cnt1 .msg_wrap p{
        max-width: 800px;
    }
    #cnt1 .msg_wrap p .pc{
        display: none;
    }
    .company_img{
        right: 2%;
    }

    /* 연혁 */
    .history_cnt .history_area dl{
        column-gap: 50px;
    }
    .og_history_area{
        padding: 0 40px;
    }
    .og_history_area h2 + p{
        padding: 0;
    }
    .history_cnt .history_list{
        margin-right: 10px;
    }
    .history_cnt .history_area dl dt{
        font-size: 40px;
    }
    .history_cnt .history_area dl dt{
        width: auto;
    }
    .history_cnt .right{
        width: 400px;
    }
    .history_cnt .right .swiper-container img{
        height: auto;
    }
}
@media all and (max-width:1366px) {
    /* 오시는 길 */
    .location_cnt .box_wrap .box{
        height: auto;
    }
    .location_cnt .box_wrap .box.bus dl{
        flex-direction: column;
    }
}
@media all and (max-width:1024px) {
    .og_navi_area{
        margin-bottom: 50px;
    }
    .section h2{
        font-size: 40px;
    }

    #cnt1 h2 + p {
        padding: 0 20px;
    }
    #cnt1 .company_area{
        background: url("/home/images/company/bg_mo.jpg") no-repeat bottom center / cover;
        width: 100%;
    }
    #cnt1 .msg_wrap{
        padding: 100px 20px;
        height: 688px;
        align-items: flex-end;
        justify-content: center;
    }
    #cnt1 .msg_wrap p{
        text-align: center;
    }
    .company_img{
        top: -110px;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translateX(-50%);
    }
    .company_img img{
        height: 450px;
        object-fit: cover;
        object-position: top;
    }
    #cnt2{
        padding: 100px 20px;
    }
    #cnt3{
        padding: 100px 20px;
    }
    #cnt3 h3{
        margin-bottom: 50px;
    }
    #cnt3 .flex_wrap{
        flex-direction: column;
        row-gap: 20px;
    }
    #cnt3 .flex_wrap .info_box{
        position: relative;
        height: auto;
        width: 100%;
        padding: 50px 0;
        justify-content: flex-start;
    }
    #cnt3 .flex_wrap .info_box::after{
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #EAEAEA;
    }
    #cnt3 .flex_wrap .info_box .icon{
        background-size: contain;
        background-repeat: no-repeat;
    }
    #cnt3 .flex_wrap .info1 .icon{
        width: 72px;
        height: 66px;
    }
    #cnt3 .flex_wrap .info2 .icon{
        width: 62px;
        height: 62px;
    }
    #cnt3 .flex_wrap .info3 .icon{
        width: 77px;
        height: 68px;
    }
    #cnt3 .flex_wrap .info4 .icon{
        width: 93px;
        height: 68px;
    }
    #cnt4{
        padding: 60px 20px 0;
    }
    #cnt4 .flex_wrap{
        flex-direction: column;
        row-gap: 14px;
    }
    .flex_wrap .vision_box{
        padding: 30px;
        width: 100%;
    }


    /* pdf_btn */
    .pdf_btn button{
        padding: 21px 70px;
    }

    /* 사업영역 */
    .og_business_area, .og_benefit_area, .og_history_area{
        padding: 0 20px;
    }
    .business_area .business_box{
        grid-template-columns: repeat(2, 1fr);
    }
    .business_area .business_box .box .txt_wrap h3{
        font-size: 24px;
        line-height: 38px;
    }
    .business_area .business_box .box .txt_wrap p{
        font-size: 18px;
        line-height: 32px;
    }

    /* 오시는 길 */
    .location_cnt{
        padding: 0 20px;
    }

    /* 복지 */
    .benefit_area{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 50px;
    }
    .benefit_area .benefit_box strong{
        font-size: 22px;
        margin-bottom: 16px;
    }
    .benefit_area .benefit_box p{
        font-size: 16px;
    }
    .benefit_area .benefit_box .btn_wrap{
        margin-top: 26px;
    }

    /* 연혁 */
    .history_cnt .history_list{
        width: 100%;
        margin-right: 0;
    }
    .history_cnt .history_area{
        flex-direction: column-reverse;
    }
    .history_cnt .right{
        width: 100%;
        margin: 50px 0;
    }
    .history_area:first-of-type .right{
        margin-top: 0;
    }
    .history_cnt .history_area:nth-of-type(2) .right{
        margin: 50px 0;
    }
    .history_cnt .right .swiper-container img{
        height: auto;
        min-height: 220px;
        width: 100%;
    }
    .history_cnt .right .swiper-slide p{
        margin-top: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .history_cnt .history_area dl{
        column-gap: 21px;
    }
    .history_cnt .history_area:nth-of-type(2) dl{
        margin-top: 0;
    }
    .history_cnt .history_area dl dt{
        font-size: 24px;
        line-height: 40px;
        width: auto;
    }
    .history_cnt .history_area dd{
        width: 100%;
        margin-top: 6px;
    }
    .history_cnt .history_area dd ul{
        padding-bottom: 25px;
        border-bottom: 1px solid #EAEAEA;
    }
    .history_cnt .history_area dd ul li strong,
    .history_cnt .history_area dd ul li span {
        font-size: 16px;
    }
    .history_cnt .history_area dl:not(:first-of-type){
        margin-top: 25px;
    }
    .history_cnt .history_area dd ul li span + span{
        padding-left: 0;
    }

}
@media all and (max-width:768px) {
    .og_company_contentarea{
        margin-top: 50px;
    }
    .section h2{
        font-size: 30px;
        line-height: 48px;
    }

    #cnt1 h2 + p{
        font-size: 18px;
        line-height: 32px;
        margin: 12px 0 30px;
        padding: 0 20px;
    }
    #cnt1 .company_area{
        margin-top: 250px;
    }
    #cnt1 .msg_wrap p{
        font-size: 18px;
        line-height: 32px;
    }
    #cnt1 .msg_wrap{
        height: 562px;
        padding-top: 0;
        padding-bottom: 60px;
    }
    .company_img img{
        min-width: 260px;
        width: 100%;
        height: 340px;
    }
    .company_img{
        top: -170px;
    }
    .company_img img{
        height: 430px;
        min-width: 260px;
    }
    #cnt2{
        padding: 60px 20px 60px;
    }
    #cnt2 h3{
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    #cnt2 .txt_wrap{
        font-size: 16px;
        line-height: 28px;
    }
    #cnt3{
        padding: 50px 20px;
    }
    #cnt3 h3{
        font-size: 24px;
        line-height: 40px;
    }
    #cnt3 > img{
        display: none;
    }
    #cnt3 .flex_wrap{
        row-gap: 10px;
        padding: 0 20px;
    }
    #cnt3 .flex_wrap .info_box{
        padding: 50px 20px;
    }
    #cnt3 .flex_wrap .info_box strong{
        font-size: 18px;
        line-height: 32px;
        margin: 15px 0 5px;
    }
    #cnt3 .flex_wrap .info_box p{
        font-size: 16px;
        line-height: 24px;
    }
    #cnt3 .flex_wrap .info_box p + span{
        margin-top: 20px;
    }
    #cnt4{
        padding-bottom: 0;
    }
    #cnt4 h3{
        font-size: 20px;
        line-height: 32px;
    }
    #cnt4 p{
        font-size: 16px;
        line-height: 24px;
    }
    .flex_wrap .vision_box strong{
        font-size: 20px;
        line-height: 32px;
    }
    .flex_wrap .vision_box p{
        margin-top: 14px;
    }


    /* 사업영역 */
    .business_area .business_box{
        row-gap: 60px;
    }
    .business_area .business_box .box .txt_wrap{
        margin-top: 15px;
    }
    .business_area .business_box .box .txt_wrap h3{
        font-weight: var(--fw-base);
        font-size: 14px;
        line-height: 20px;
    }
    .business_area .business_box .box .txt_wrap p{
        font-size: 18px;
        line-height: 32px;
        margin-top: 8px;
    }

    /* 연혁 */
    .og_history_area #cnt1 h2 + p{
        padding: 0;
    }

    /* 오시는길 */
    .location_cnt{
        margin-top: 30px;
    }
    .location_cnt .map iframe{
        height: 220px;
    }
    .location_cnt .info{
        margin: 30px auto;
        flex-direction: column;
        row-gap: 30px;
    }
    .location_cnt .info dl {
		width: 100%;
	}
    .location_cnt .info dl:first-of-type{
        margin-right: 0;
    }
    .location_cnt .info dl dt{
        font-size: 20px;
        line-height: 32px;
    }
    .location_cnt .info dl dd{
        font-size: 16px;
        line-height: 24px;
    }
    .location_cnt .info dl dd ul{
        display: flex;
        flex-direction: column;
        row-gap: 8px;
    }
    .location_cnt .info dl dd ul:not(:first-of-type) {
        margin-top: 10px;
    }
    .location_cnt .info dl:nth-of-type(2) li:nth-of-type(2)::after{
        display: none;
    }
    .location_cnt .box_wrap{
        flex-direction: column;
        row-gap: 10px;
    }
    .location_cnt .box_wrap .box{
        width: 100%;
        height: auto;
        min-height: 193px;
        padding: 30px 26px;
    }
    .location_cnt .box_wrap .box strong{
        margin-bottom: 10px;
        line-height: 24px;
    }
    .location_cnt .box_wrap .box dl{
        font-size: 14px;
        line-height: 22px;
    }
    .location_cnt .box_wrap .box dl:nth-of-type(2){
        margin-top: 14px;
    }
    .location_cnt .box_wrap .box::after{
        right: 26px;
        bottom: 41px;
        background-size: cover;
    }
    .location_cnt .box_wrap .subway::after{
        width: 32px;
        height: 43px;
    }
    .location_cnt .box_wrap .bus::after{
        width: 41px;
        height: 33px;
    }
    .location_cnt .box_wrap .car::after{
        width: 44px;
        height: 33px;
    }
}
@media all and (max-width: 600px) {
    #cnt1 .msg_wrap{
        height: 730px;
    }

    /* 사업영역 */
    .business_area .business_box {
        grid-template-columns: repeat(1, 1fr);
    }
    .history_cnt .history_area dd ul li {
		display: block;
	}
	.history_cnt .history_area dd ul li div,
	.history_cnt .history_area dd ul li strong {
	    width: 100%;
	}
}


