﻿.sub_bg_layer {
    background: url(/img/sub/sub_bg_layer.png) no-repeat center top;
    height: 101px;
    position: relative;
    margin: auto;
    margin-top: -101px;
}


.sub_container {
    width: 100%;
    margin:auto;
    position:relative;
}

.smlc {
    margin:auto;
    height:50px;
}

.sub_top_wrap {
    overflow:auto;
    /*height: 300px;*/
}

    .sub_top_wrap img {
        float:left;
    }

    .sub_top_bg {
        width: 100%;
    }

.sub_ml_wrap {
    height: 50px;
}

.sml_home, .sml_link1, .sml_link2 {
    background: #fff;
    border: 1px solid #c6c6c0;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
}

.sml_link1, .sml_link2 {
    background-color: #fff;
    background-image: url(/img/sub/bt_down.png);
    background-repeat: no-repeat;
    color: #303033;
    font-weight:500;
    font-size: 18px;
    padding-left: 20px;
    text-align: left;
    margin-left: -1px;
}

.sml_link1 {
    width: 165px;
    background-position: 130px center;
}

.sml_link2 {
    width: 200px;
    background-position: 165px center;
}

    .sml_home:hover, .sml_link1:hover, .sml_link2:hover {
        opacity: 0.8;
    }

    .sml_home:active, .sml_link1:active, .sml_link2:active {
        box-shadow: rgba(0,0,0,0.1) 3px 3px 5px inset;
    }

    .sml_home img {
        width: 20px;
    }


.slm_wrap, .slm_wrap li {
    clear: both;
    padding: 0px;
    margin: 0px;
    list-style:none;
    box-sizing:border-box;
    position:relative;
}

.slm {
    clear:both;
    position:relative;
}

.slm_wrap {
    display:none;
    margin-left:49px;
    position:absolute;
    vertical-align:top;
    width: 165px;
    background: #fff;
    box-shadow:rgba(0,0,0,0.05) 3px 3px 0px;
}

    .slm_wrap li {
        height: 50px;
        line-height: 50px;
        border: 1px solid #c6c6c0;
        border-top:none;
    }


    .slm_wrap button {
        font-size: 18px;
        padding: 0px 0px 0px 20px;
        text-align: left;
        background: none;
        width: 100%;
        height: 50px;
        border: none;
        color: #303033;
    }

        .slm_wrap button:hover {
            opacity:0.8;
        }

        .slm_wrap button:active {
            opacity: 1;
            box-shadow:rgba(0,0,0,0.1) 3px 3px 3px inset;
        }

        .slm_wrap button.slm_sel {
            color: #946b3d;
        }

.slm_sub_wrap {
    margin-left:213px;
    width:200px;
}

.sub_title {
    padding-top:20px;
    text-align:center;
    font-size: 48px;
    font-weight:500;
    color: #000;
    line-height:100%;
}

.sub_tit_txt {
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight:300;
    line-height: 100%;
    padding: 25px 0px 33px 0px;
    margin: 0px 0px 40px 0px;
    border-bottom: 1px solid #d0d0dd;
}

.ceo_txt {
    float: left;
    width: 800px;
    color: #303033;
    font-size:18px;
    font-weight:300;
    line-height:166%;
    margin-top:-4px;
}

    .ceo_txt p {
        font-size:60px;
        margin:40px 0px 60px 0px;
        padding:0px;
    }

    .ceo_img {
        float: right;
        text-align:right;
    }

        .ceo_img img {
            display:block;
        }

        .ceo_img p {
            margin-top:40px;
            padding-top:5px;
            border-top: 1px solid #000;
            font-size: 15px;
            font-weight: 500;
            display: inline-block;
        }

        .ceo_img p span {
            font-size: 36px;
            font-weight: 200;
            display:block;
            margin-top:5px;
            margin-bottom:40px;
        }

.bg_txt {
    position:absolute;
    width:100%;
    top:20%;
}

.bg_txt img {
    display:block;
    float:none !important;
}

.rfd_lst {
    display:table;
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: auto;
    width:100%;
}

    .rfd_lst li {
        display:table-cell;
    }

    .rfd_lst button {
        background: none;
        border: 1px solid #515055;
        padding: 14px 25px;
        font-size: 17px;
        letter-spacing: 0px !important;
        color: #000;
        border-right: none;
        width: 100%;
    }

    .rfd_lst li:last-child button {
        border-right: 1px solid #474749;
    }

    .rfd_lst button:hover {
        background: #f0f0f0;
    }

    .rfd_lst button:active {
        background: #ddd;
        color: #333;
    }

    .rfd_lst button.sel {
        background: #302f34;
        color: #fff;
    }



.job_list {
    width: 100%;
    border: none;
    margin-top: 50px;
    border-collapse:collapse;
}

    .job_list th {
        font-size: 16px;
        font-weight: 100;
        text-align: center;
        border-top: 1px solid #505155;
        border-bottom: 1px solid #505155;
        background: #7f756c;
        padding: 12px;
        color: #fff;
    }

    .job_list td {
        border-bottom: 1px solid #ccc;
        font-size: 15px !important;
        font-weight:300;
        color: #000;
        padding: 14px 0px;
    }

        .job_list td a:link, .job_list td a:visited {
            color:#000;
        }

        .job_list td a:hover {
            color: #946b3d;
            text-decoration:underline;
        }

        .job_list p {
            margin: 3px 0px;
        }


    .job_list tr:last-child td {
        border-bottom: 1px solid #555;
    }




.job_list2 td {
    padding: 12px 25px;
    color: #000;
}

.job_list3 th {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.job_list3 td {
    padding: 10px 3px;
    text-align: center;
}

.rt_agr_txt1 {
    font-weight:500;
    font-size:25px;
    margin-top:40px;
}

.blue-color {
    color: #956c40;
    font-weight:400;
}

.rt_agr_box {
    border: 1px solid #515055;
    font-weight:300;
    color: #333;
    padding:20px;
}

.rt_agr_box ol {
    margin:0px;
    padding-left:20px;
}

.job_list3 {
    border-top: 1px solid #515056;
}

    .job_list3 tr:last-child th, .job_list3 tr:last-child td {
        border-bottom: 1px solid #515056;
    }

.job_list3 th {
    background: #a7a09a;
    border-bottom: 1px solid #d0cfdd;
}

.job_list3 td {
    /*padding-left: 20px;*/
    border-bottom: 1px solid #d0cfdd;
    text-align:left;
}

    .job_list3 td table td {
        border:none !important;
    }

.job_list_form {
    margin:0px 0px 30px 0px;
}

.job_list_form td, .job_list_form th {
    padding: 5px 10px;
}

    .job_list_form th {
        width:200px;
        font-weight:300;
    }

    .input, .job_list_form input[type=date], .job_list_form input[type=text], .job_list_form input[type=password], .job_list_form input[type=email], .job_list_form textarea {
        height: 40px;
        border: 1px solid #b0b0bc;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 15px;
        font-weight: 300;
        vertical-align: middle;
        max-width: 250px;
    }

    .job_list_form textarea {
        height: auto;
        max-width: 100%;
    }

    .job_list_form input[type=text], .job_list_form input[type=date], .job_list_form input[type=password], .job_list_form input[type=email] {
        height: 30px;
    }

.rct_msg_box, .rct_guide_box {
    border: 1px solid #505055;
    text-align: center;
    color: #505055;
    font-size: 16px;
    font-weight: 400;
    padding: 40px;
    margin-bottom: 200px;
    line-height: 100%;
}

    .rct_guide_box {
        text-align:left;
        padding:15px 25px;
        margin-bottom:40px;
    }

        .rct_guide_box ol {
            margin: 0px 0px 0px 20px;
            padding: 0px;
            list-style: decimal;
        }

        .rct_guide_box ol li {
            height:30px;
            line-height:30px;
            padding:0px;
        }

        .rct_msg_tit {
            text-align: center;
            font-size: 24px;
            color: #000;
            font-weight: 500;
            margin: 60px 0px 18px 0px;
            padding: 0px;
        }

.rct_sub_tit {
    color:#000;
    margin:0px 0px 20px 0px;
    padding:0px;
    font-size:24px;
    font-weight:500;
}

h4.rct_sub_tit {
    margin: 20px 0px 10px 0px;
    font-size: 18px;
    font-weight: 300;
}

.btn_rct {
    width: 140px;
    height: 140px;
    border: none;
    padding: 0px;
    background: url(/img/recruit/btn.png) no-repeat;
    background-size:cover;
    font-size: 24px;
    color: #303033;
    vertical-align: middle;
    cursor: pointer;
}

.btn_rct:hover {
    opacity:0.6;
    color:#000;
    text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}

.btn_rct_end {
    background: url(/img/recruit/btn_end.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.btn_rct_sel {
    background: url(/img/recruit/btn_sel.png) no-repeat;
    background-size: cover;
    color: #fff;
}

        .btn_rct_sel:hover, .btn_rct_end:hover {
            opacity: 0.8;
            color: #fff;
        }


.rct_btn_wrap {
    margin-bottom:60px;
}

.rct_btn_wrap img {
    margin: 0px 5px;
}

.bss_txt1 {
    color: #101011;
    font-size:30px;
    font-weight:300;
    text-align:center;
    margin:50px 0px 25px 0px;
    padding:0px;
}

.bss_txt2 {
    font-size: 18px;
    color: #505055;
    text-align: center;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
    line-height:130%;
}

.h3_tit1 {
    font-size:30px;
    color:#000;
    border-top:2px solid #000;
    padding-top:13px;
    display:inline-block;
    line-height:100%;
    margin:60px 0px 35px 0px;
    font-weight:500;
}

.h3_tit2 {
    font-size: 24px;
    color: #000;
    padding: 0px;
    display: block;
    line-height: 100%;
    margin: 70px 0px 20px;
    font-weight: 500;
}

.rpf_wrap {
    border: 1px solid #d0d0dd;
    float:left;
    width:700px;
    vertical-align:top;
    overflow:auto;
}

.rpf_wrap_l {
    border-right:none;
}

.rpf_wrap_r {
    border-left: none;
}

.rpf_wrap div {
    float:left;
    padding:40px 40px 0px 40px;
}

.rpf_wrap img {
    float:right;
}

.rpf_wrap_r div {
    padding-right: 0px;
}

.rpf_wrap_r img {
    float: left;
}

.rpf_wrap p {
    margin:0px;
    padding:0px;
}

p.rpf_txt1 {
    font-size:23px;
    color:#000;
    font-weight:400;
    margin-bottom:30px;
}

p.rpf_txt2 {
    color: #707077;
    font-size:15px;
    margin-bottom:10px;
}

p.rpf_txt3 {
    color: #303033;
    font-size:15px;
    font-weight:400;
}

.rpf_table {
    width:680px;
    border-collapse:collapse;
    border-spacing:0px;
}

    .rpf_table th {
        border-top: 1px solid #505055;
        border-bottom: 1px solid #505055;
        font-size:18px;
        padding:10px;
    }

    .rpf_table td {
        color: #505055;
        font-size: 17px;
        padding: 9px 17px;
        font-weight:300;
        border-bottom: 1px solid #d0d0dd;
    }

    .rpf_table tr:last-child td {
        border-bottom: 1px solid #505055;
    }

.rpf_tab {
    overflow:auto;
    padding-bottom:40px;
}

    .rpf_tab button {
        float: left;
        width: 25%;
        box-sizing: border-box;
        background: #fff;
        font-size: 18px;
        color: #303033;
        height: 50px;
        border-top: 1px solid #505055;
        border-bottom: 1px solid #505055;
        border-right: 1px solid #c0c0cc;
    }

    .rpf_tab button:last-child {
        border-right: 1px solid #505055;
    }
        .rpf_tab button:first-child {
            border-left: 1px solid #505055;
        }

    .rpf_tab button:hover {
        opacity:0.8;
    }

button.rpf_btn_sel {
    background: #303033;
    border:none;
    color:#fff;
    font-weight:500;
}

#rpfTab2, #rpfTab3, #rpfTab4 {
    display:none;
}

.search_table {
    border-top: 1px solid #000;
}

.search_table td {
    font-size: 16px !important;
    font-weight:200 !important;
}


    .search_table td strong {
        font-weight: 500;
        color: #946b3d;
    }

.his_table {
    width:100%;
    border-spacing:0px;
    border-collapse:collapse;
    margin-bottom:100px;
}

.his_table tr:nth-child(odd) span {
    display:inline-block;
    width:160px;
    height:60px;
    line-height:60px;
    background:url(/img/sub/year_bg1.png) no-repeat;
}

    .his_table tr:nth-child(odd) th {
        vertical-align:top;
        background: url(/img/sub/year_tbg1.jpg) repeat-y;
        color:#fff;
        font-size:30px;
        width:160px;
    }

    .his_table tr:nth-child(even) span {
        display: inline-block;
        width: 160px;
        height: 60px;
        line-height: 60px;
        background: url(/img/sub/year_bg2.png) no-repeat;
    }

    .his_table tr:nth-child(even) th {
        vertical-align: top;
        background: url(/img/sub/year_tbg2.jpg) repeat-y;
        color: #fff;
        font-size: 30px;
        width: 160px;
        padding-left:40px;
    }

    .his_table th {
        text-align: left;
        padding: 0px 0px 40px;
    }


    .his_table th span {
        text-align: center;
    }

    .his_table td {
        padding-bottom: 40px;
        color: #303033;
        font-size:18px;
        font-weight:300;
    }

    .his_table td strong {
        color:#000;
        margin-right:20px;
        font-weight:500;
        line-height:30px;
    }

    .his_table tr:nth-child(even) td {
        padding-left: 40px;
    }

    .his_table tr:last-child td, .his_table tr:last-child th {
        background:none;
        padding-bottom:0px;
    }

    .his_tbtn_wrap {
        border-bottom: 1px solid #d0d0dd;
        padding-bottom: 40px;
        margin-bottom: 40px;
        text-align: center;
    }

        .his_tbtn_wrap button {
            font-size: 36px;
            color: #606066;
            background: none;
            border: none;
            border-top: 3px solid #c0c0cc;
            padding-top: 13px;
            font-weight: 300;
            margin: 30px 40px 0px 40px;
        }

button.his_btn_sel {
    color:#000;
    border-top:3px solid #f25920;
}

.map_btn {
    width: 50%;
    float: left;
    border: 1px solid #505055;
    background: none;
    font-size: 18px;
    color: #303033;
    height:50px;
    font-weight:300;
}

.map_btn_sel {
    background: #303033;
    color: #fff;
}

.map_addr_table {
    border-collapse:collapse;
    border-spacing:0px;
    font-size:18px;
}

.map_addr_table td {
    padding-left:45px;
    font-weight:300;
    height:40px;
    word-break:keep-all;
}

.ci_h3 {
    margin-top: 70px;
    font-size: 36px;
    color: #000;
    width: 80px;
    border-top: 3px solid #bcb531;
    white-space: nowrap;
    font-weight: 300;
    padding-top: 10px;
    clear: both;
}

.bi_txt {
    color: #606066;
    font-size: 18px;
    font-weight: 200;
}

.bi_img_wrap {
    border: 1px solid #d0d0dd;
    text-align: center;
    padding: 20px;
    height: 400px;
    line-height: 360px;
    margin-top: 20px;
    margin-bottom: 70px;
}

    .bi_img_wrap span {
        position: absolute;
        display: inline-block;
        border: 1px solid #e77711;
        background: #f88822;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        padding: 10px 25px;
        line-height: 100%;
    }

    .bi_img_wrap img {
        max-width: 100%;
        vertical-align: middle;
    }

.biw_l, .biw_r {
    width: 50%;
    float: left;
}

.biw_r {
    border-left: none;
}

.bi_img_wrap div {
    display: inline-block;
    vertical-align: top;
    float: left;
}

    .bi_img_wrap div:last-child {
        margin-left: 70px;
    }

.bi_color_wrap {
    border: 1px solid #d0d0dd;
    padding: 20px;
    margin-top: -1px;
}

    .bi_color_wrap span {
        text-align: center;
        display: block;
        width: 178px;
        margin-bottom: 20px;
        border: 1px solid #b0b0bb;
        color: #303033;
        font-size: 18px;
        font-weight: 300;
        padding: 10px 0px;
        line-height: 100%;
    }




.sust_btn_lst {
    list-style: none;
    display: flex;
    padding: 0px;
    margin: 85px 0px 0px 0px;
}

    .sust_btn_lst li {
        width: 25%;
        height: 60px;
        border: 1px solid #826a4f;
        border-right: none;
        box-sizing: border-box;
    }

        .sust_btn_lst li:last-child {
            border-right: 1px solid #826a4f;
        }

        .sust_btn_lst li button, .sust_num_btn_lst li button {
            color: #826a4f;
            font-size: 24px;
            background: none;
            border: none;
            height: 100%;
            width: 100%;
            transition: background 0.3s ease, color 0.3s ease;
        }

            .sust_btn_lst li button:hover, .sust_num_btn_lst li button:hover {
                background: rgb(130 106 79 / 0.10);
                color: #422a0f;
            }

            .sust_btn_lst li button.sust_btn_sel, .sust_num_btn_lst li button.sust_btn_sel {
                background: #826a4f !important;
                color: #fff;
            }

.sust_bg {
    height: 900px;
    background-size: cover;
    display: flex;
    padding-left: 60px;
    margin-bottom: 60px;
}

.sust_num_btn_lst {
    display: flex;
    column-gap: 10px;
    padding: 0px;
    list-style: none;
    justify-content: right;
    margin: 60px 0px;
    flex-wrap: wrap;
}

    .sust_num_btn_lst li {
        border: 1px solid #826a4f;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
    }

        .sust_num_btn_lst li button {
            font-weight: bold;
        }

.sust_cert_wrap {
    border: 1px solid #826a4f;
    min-width: 600px;
    height: 900px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 0px;
    background-position-x: center;
    background-color: #fff;
    max-width: 100%;
}

.sust_cert_txt_wrap {
    padding: 60px;
    box-sizing: border-box;
}

.sust_txt1 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    line-height: 135%;
}

    .sust_txt1 div {
        height: 5px;
        width: 80px;
        background: #fff;
        display: inline-block;
    }

.sust_txt2 {
    color: #fff;
    font-size: 17px;
    word-break: keep-all;
    margin-top: 45px;
    line-height: 190%;
}

.sust_txt1, .sust_txt2 {
    opacity: 0;
    transform: translateY(-20px); /* 위에서 아래로 슬라이드 */
    transition: all 0.6s ease-out;
}

    .sust_txt1.show {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0s;
    }

    .sust_txt2.show {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.3s; /* 순차적 등장 */
    }


.synergy_lst {
    padding: 0px;
    margin: 80px 0px 0px 0px;
    list-style: none;
    display: grid;
    width: 100%;
    grid-gap: 40px;
}

    .synergy_lst .item1 {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .synergy_lst .item2 {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .synergy_lst .item3 {
        grid-column: 3/4;
        grid-row: 1/2;
    }

    .synergy_lst .item4 {
        grid-column: 2/3;
        grid-row: 2/3;
        margin-top: -210px;
        margin-left: -240px;
    }

    .synergy_lst .item5 {
        grid-column: 3/4;
        grid-row: 2/3;
        margin-top: -210px;
        margin-left: -240px;
    }