@charset "utf-8";
.programCon_Custom{width: 100%; max-width: none;}
.programCon_Custom.pd-0{padding: 0;}
.programCon_Custom.pt-0{padding-top: 0;}
.programCon_Custom .gal_wrap ul li a .part_img img{height: 100%; object-fit: cover; max-width:none;}

@media all and (max-width:1000px){
    .programCon_Custom .program_search{display: flex;}
    .programCon_Custom .program_search > span{margin-top: 0; width: 70%;}
    .programCon_Custom .program_search input[type="text"]{width: calc(100% - 115px);}
}

@media all and (max-width:640px){
    .programCon_Custom .program_search input[type="text"]{width: calc(100% - 110px);}
}
.navbar.main-bg {
    background-color: #fff;
}
.bg_white {
    background-color: #fff;
}
/* main */
.custom_main_wrap .crev-header .caption h1 {
    font-size: var(--fz-68);
    font-weight: 100;
}
.custom_main_wrap .crev-header .caption h1 b {
    font-weight: 700;
}
.custom_main_wrap .banner_section {
    background: url('/img/main_banner.jpg') no-repeat center / cover;
}
.custom_main_wrap .banner_section .txt_box {
    text-align: center;
    padding: 100px 0;
}
.custom_main_wrap .banner_section .txt_box .banner_tit {
    font-size: 16px;
    font-weight: 400;
    color: #cd1f13;
    margin-bottom: 40px;
}
.custom_main_wrap .banner_section .txt_box .banner_tit.main_tit h3{
    color: #cd1f13;
    
}
.custom_main_wrap .banner_section .txt_box .banner_alt {
    font-size: var(--fz-40);
    font-weight: 300;
    line-height: 1.4em;
}
.custom_main_wrap .banner_section .txt_box .banner_alt b {
    font-weight: 600;
}
.footer-container {
    transform: unset !important;
}
.custom_main_wrap .main_tit h3 {
    font-size: var(--fz-48);
    color: #222222;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.4583333em;
    text-align: center;
}
.custom_main_wrap .con04 .con_box {
    display: flex;
    gap: 75px;
}

.custom_main_wrap .con04 .left_box {
    width: calc(50% + 100px);
    box-sizing: border-box;
}

.custom_main_wrap .con04 .left_box .tab_map {
    height: 560px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 30px;
}

.custom_main_wrap .con04 .right_box {
    width: calc(50% - 175px);
    padding-left: 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.custom_main_wrap .con04 .info_box ul li {
    display: flex;
    letter-spacing: -0.025em;
    padding: 25px 0;
}

.custom_main_wrap .con04 .info_box ul li+li {
    border-top: 1px solid #e9ebe7;
}

.custom_main_wrap .con04 .info_box ul li b {
    width: 60px;
    display: block;
    color: #222222;
    font-weight: 600;
    font-size: var(--fz-22);
}

.custom_main_wrap .con04 .info_box ul li span {
    font-size: var(--fz-22);
    color: #444444;
    line-height: 1.45454em;
    display: inline-block;
    width: calc(100% - 60px);
}

.btn_box_wrap ul .btn a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_box_wrap ul li.btn {
    width: 118px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 30px 0 30px 0;
    background-color: #d5dfe1;
    color: #96afb4;
    font-size: var(--fz-22);
    letter-spacing: -0.025em;
    font-weight: 700;
    transition: .3s;
}
.btn_box_wrap ul .btn.on {
    background-color: #ce231b;
    color: #fff;
    box-shadow: 4px 7px 24px 0px rgba(71, 94, 43, 0.16);
}
.crev-header .main-img img {
    max-width: 100%;
}
.navbar .dropdown-toggle:after {
    display: none;
}

.sub_visual_wrap{background-color: #f1f3f5;}

.about .cont p{word-break: keep-all;}
.about .pg-about .bg-img{height: 462px;}
.progress-wrap{width: fit-content !important;}

@media all and (max-width:1024px) {
    .custom_main_wrap .con04 .con_box {
        gap: 50px;
    }

    .custom_main_wrap .con04 .left_box,
    .custom_main_wrap .con04 .right_box {
        width: calc(50% - 25px);
    }

    .custom_main_wrap .con04 .left_box .tab_map {
        height: 420px;
    }


    .business .list-arrow li .icon{display: none;}
}

@media all and (max-width:991px){

    .navbar .dropdown-toggle:after {
        display: inline-block;
        vertical-align: middle;
    }
}

@media all and (max-width:768px) {
    .custom_main_wrap .con04 .con_box {
        flex-direction: column;
    }

    .custom_main_wrap .con04 .left_box,
    .custom_main_wrap .con04 .right_box {
        width: 100%;
        padding-left: 0;
    }

    .custom_main_wrap .con04 .btn_box ul {
        justify-content: center;
    }
.about .pg-about .bg-img{height: 400px;}
}
/* END main */

/* human */

/* END human */

/*회사 소개 */
/* .about .pg-about .container .row {
        flex-direction: column;
align-items: center;
}

.about .pg-about .container .row .col-lg-4 .position-re {
    margin-bottom: 60px;
}

.about .pg-about .container .row .col-lg-8 {
    flex-direction:row;
    align-items: center;
} */
