@charset "utf-8";

/* RECRUIT CSS */

/* 배경 이미지 상이함 */
#talent_bg.bg_img {
    background-image: url('../images/bg004.jpg');  
}

#guide_bg.bg_img {
    background-image: url('../images/bg002.jpg');
    background-position-y: 0px;
}

.row-bg-overlay {
    opacity: 0.5;
}

.section01 {
    margin: 100px 0;
}
.eng {
    font-weight: 800 !important;
}

.m_num {
    display: none;
} 
/* guide start */

.content_box {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 150px 0 300px 0;
    justify-content: space-between;
}

.content_box::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #D5D5D5;
    z-index: -1;
}

.content_box .cb01 p:first-child {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 70px;
    margin-top: 55px;
    font-family: 'NanumSquareAceb' !important;
}

.content_box .cb01 p:last-child {
    font-weight: 700;
    line-height: 1.6;
}

.content_box .cb02 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.content_box .cb02 div {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: #F6F6F6;
    text-align: center;
    line-height: 210px;
}

.content_box .cb02 div p {
    color: #2F5CED;
    font-weight: 900;
}

.content_box .cb02 div:nth-child(2) {
    background-color: #2F5CED; 
}
.content_box .cb02 div:nth-child(2) p { 
    color: #fff;
}

/* ------section2 */


.section02 .content_box {
    margin: 150px 0;
}

.employment_ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around; 
}

.employment_ul li {
    position: relative;
    display: inline-block;  
    width: 200px;
    height: 200px;
    background-size: 100px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.employment_ul li:nth-child(1) {
    background-image: url('/config/images/guide_1.png');
}

.employment_ul li:nth-child(2) {
    background-image: url('/config/images/guide_2.png');
}

.employment_ul li:nth-child(3) {
    background-image: url('/config/images/guide_3.png');
}

.employment_ul li:nth-child(4) {
    background-image: url('/config/images/guide_4.png');
}

.employment_ul li:nth-child(5) {
    background-image: url('/config/images/guide_5.png');
}

.employment_ul li .txt1 {
    position: absolute;
    top: 235px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    width: max-content;
    line-height: 1.3;
}
 
.circle_event {
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #616161;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
   
.em_bar {
    position: absolute;
    top: 192px; 
    left: 109px;
    content: '';
    width: 240px;
    height: 3px;
    border-top: 2px dashed #CECECE; 
}
 

.circle_event.event_on {
    background-color: #2F5CED;
    animation-duration: 1.5s; 
    animation-name: sparkle;
    animation-iteration-count: infinite;
}
 

/* ------table------- */
.guide_table {
    width: 95.7%;
    margin: 260px auto;
    border-collapse: separate;
}

.guide_table th {
    background: #f2f2f2;
    padding: 20px 35px;
    text-align: center;
    vertical-align: middle;
}

.guide_table td {
    border-bottom: 2px solid #f2f2f2;
    padding-left: 30px;
    vertical-align: middle;
}

.guide_table tbody tr td.bt_1 {
    border-top: 2px solid #f2f2f2;
}

.guide_table th p,
.guide_table td p {
    font-size: 20px;
    line-height: 1.6;
}

.guide_table th p {
    font-weight: bold;
}


/* --------- talent start -----------*/

.tit_txt_sm {
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.4;
}

.img_box {
    text-align: center;
    margin: 70px 0;
}

.img_box img { 
    width: 70%;
}

.talent_line {
    width: 2px;
    height: 130px;
    background-color: #D5D5D5;
    margin: 0 auto;
    margin-bottom: 150px;
}
    
.tal_table {
    width: 100%;
    border-top: 4px solid #2F5DED;
    margin: 60px 0 200px 0;
}

.tal_table_tit {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin-top: 50px;
}

.tal_table th {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #D5D5D5;
}
.tal_table td {
    vertical-align: middle;
    border-bottom: 1px solid #D5D5D5;
    padding: 0 20px;
}

.tal_table th img {
    width: 100px;
    margin-bottom: 20px;
}

.tal_table td p {
    text-align: center;
    font-weight: bold;
    word-break: keep-all;
    line-height: 1.4;
}

.mB_wrap {
    display: none;
}


.tal_mobile_box {
    display: none;
} 

@media only screen and (max-width: 1400px) {

    /* careers guide start */

    .em_bar { 
        top: 162px;
        left: 94px; 
        width: 205px; 
    }

    .content_box .cb02 div {
        width: 190px;
        height: 190px; 
        line-height: 190px;
    }

    .section02 .content_box {
        margin: 100px 0;
    }


    /* employment_ul */
    .employment_ul li {
        width: 170px;
        height: 170px;
        background-size: 70px auto;
    }
  
    .employment_ul li .txt1,
    .guide_table th p,
    .guide_table td p {
        font-size: 16px;
    }

    .employment_ul li .txt1 {
        top: 180px;
    }

    .guide_table {
        margin: 180px auto;
    }
}

@media only screen and (max-width: 1200px) {
    /* careers guide start */
    .em_bar {
        top: 132px;
        left: 77px;
        width: 169px;
    }

    /* employment_ul */ 
    .employment_ul li {
        width: 140px;
        height: 140px;
        background-size: 55px auto;
    }

    .employment_ul li .txt1 {
        top: 155px;
    }
 
    .employment_ul li .num {
        font-size: 15px;
    }

}

@media only screen and (max-width: 992px) {
    
    /* careers guide start */ 
    .content_box .cb02 { 
        gap: 5px;
    }
    .content_box .cb02 div {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .content_box .cb02 div p { 
        font-size: 14px;
    }
    .content_box .cb01 p:first-child {
        font-size: 18px;
    }

    .content_box .cb01 p:last-child {
        font-size: 14px;
    }
 
    .employment_ul li {
        width: 120px;
        height: 120px;
        background-size: 50px auto;
    }

    .employment_ul li .txt1 {
        top: 130px;
    }

    .guide_table th {
        padding: 20px 20px;
        width: 120px;
    }
 
    .employment_ul li .txt1, .guide_table th p, .guide_table td p {
        font-size: 14px;
    }

    .em_bar {
        top: 113px;
        left: 67px;
        width: 129px;
    }

    .circle_event {
        width: 12px;
        height: 12px;
    }
 
}

@media only screen and (max-width: 767px) {
    .employment_ul li {
        width: 85px;
        height: 85px;
        background-size: 40px auto;
        margin: 0 5px;
    }
 
    .employment_ul li .txt1,
    .guide_table th p,
    .guide_table td p {
        font-size: 14px;
    }

    .employment_ul li .txt1 {
        font-size: 12px;
        top: 100px;
    }

    .employment_ul li .num {
        margin-top: -15px;
    }


    .content_box { 
        flex-direction: column; 
        justify-content: space-between;
    }
 
    .em_bar {
        top: 78px;
        left: 55px;
        width: 104px;
    }

    .tit_txt_sm {
        font-size: 14px;
        word-break: keep-all;
    }     

    .content_box::before { 
        top: 22%; 
    }

    .content_box .cb02 div {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

    .content_box .cb02 {
        margin-top: 50px;
    }
    .section02 .content_box {
        margin: 150px 0 100px 0;
    }

    .section02 .content_box::before {
        top: 47%
    }


    .content_box .cb02 {
        position: relative;
    }

    .content_box .cb02::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 160px;
        transform: translateY(-50%);
        width: 280px;
        height: 3px;
        z-index: -1;
        border-top: 2px dashed #D5D5D5;
    }

    .tal_table_tit {
        font-size: 17px;
    }
    .tal_table th img {
        width: 70px; 
    }

}

/* Mobile Start*/
@media only screen and (max-width: 642px) {
    .em_bar {
        top: 78px;
        left: 55px;
        width: 75px;
    }
}

/* Mobile Start*/
@media only screen and (max-width: 500px) {
   
    
    .content_box { 
        margin: 100px 0 200px 0; 
    }
    .section02 .content_box {
        margin: 100px 0 100px 0;
    }

    .content_box .cb02 { 
        flex-direction: column;  
        gap: 20px;
    }
    .content_box::before {
        top: 12%;
    }
    .section02 .content_box::before {
        top: 52%;
    }
  
    .content_box .cb01 p:first-child {
        font-size: 16px;
    }
    .content_box .cb01 p:first-child {
        margin-bottom: 20px;
    } 

    .employment_ul { 
        flex-direction: row; 
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .employment_ul li {
        width: 40%;
        height: 150px;
        margin: 15px 10px;
        background-size: 70px auto;
        background-position-y: 0px;
    }

    .employment_ul li .num {
        font-size: 13px;
    }

    .employment_ul li .txt1 {
        font-size: 14px;
        top: 80px;
    }

    .line {
        margin: 20px 0 30px;
    }

    .circle_event, .em_bar {
        display: none; 
    }

    .m_num {
        display: block; 
        margin: -5px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif !important;
        color: #2F5CED;
        font-size: 13px;
    }
 
    .guide_table {
        margin: 50px auto;
    }

    .guide_table th p,
    .guide_table td p {
        font-size: 13px;
        line-height: 1.2;
    }

    .guide_table th {
        padding: 20px 5px;
        width: 80px;
    }

    .guide_table td {
        padding-left: 10px;
    }

    .content_box .cb02 {
        position: relative;
    }

    .content_box .cb02::before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 490px; 
        z-index: -1;
        border-left: 2px dashed #D5D5D5;
    }


    .tal_table th img {
        width: 50px;
    }

    .tal_table p {
        font-size: 13px;
        word-break: keep-all;
    }

    /* talent mobile ver */
    .img_box img {
        display: none;
    }

    .mBox_1 {
        background-color: #2F5DED; 
        width: 250px;
        height: 120px;
        line-height: 120px;
        margin: 0 auto 80px auto;
        border-radius: 60px;
    }

    .mBox_1 p {
        color: #fff;
    }

    .tal_mobile_box {
        display: block;
    }
    .mB_wrap {
        position: relative;
        display: block;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px; 
        justify-content: center;
    }

    .mBox_2 { 
        background-color: #2F5DED;
        border-radius: 50%;
        width: 150px;
        height: 150px; 
        color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-weight: bold;
        align-items: center;
    }

    .mBox_2 p {
        color: #fff;
    }

    .mBox_2.gray {
        background-color: #E8E8E8;
    }

    .mBox_2.gray p {
        color: #1c1c1c;
    }

    .cir_line {
        width: 270px;
        height: 270px;
        border: 1px dashed #aaa;
        border-radius: 50%;
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
    }
    

}

@media only screen and (max-width: 375px) {

.section02 .content_box::before {
    top: 54%;
}
  
.content_box .cb01 p:last-child {
    font-size: 13px;
}

.tal_table p {
    font-size: 11px;
    word-break: keep-all;
}

.mBox_2 {
    width: 130px;
    height: 130px;
}
 
.cir_line {
    width: 240px;
    height: 240px; 
}


.talent_line {
    width: 2px;
    height: 90px; 
}

.section01 { 
    margin-bottom: 130px;
}

.tal_table_tit {
    font-size: 16px;
}

} 

@media only screen and (max-width: 340px) {
    .cir_line {
        display: none;
    }
}


@keyframes slowShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
 
@keyframes sparkle {
    0% {
       opacity: 0.4;
    }

    50% {
        opacity: 1;
        animation-timing-function: cubic-bezier(.67,.45,.24,.98)
    }
    100% {
        opacity: 0.4;
     }
} 