/******************************
***** 인재채용 recruitment *****
******************************/

/***** 인사제도 sc05_01 *****/
.triangle > ul::after{
    content:'';
    display:block;
    clear:both;
}
.triangle > ul > li{
    float:left;
    width:calc(98% / 2);
    position:relative;
    text-align:center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    transition: opacity 1s;
}
.triangle > ul > li.active{
    opacity: 1;
}
.triangle > ul > li:first-child{
    float:none;
    margin:0 auto;
}
.triangle > ul > li:not(:first-child){
    margin-top:-10%;
}
.triangle > ul > li:last-child{
    margin-left:2%;
}
.triangle > ul > li > img{
    width:100%;
    height:auto;
}
.triangle > ul > li > .inner{
    position:absolute;
    width:100%;
    text-align:center;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
}
.triangle > ul > li > .inner > h1{
    font-size:50px;
    font-weight:700;
    color:#dddddd;
}
.triangle > ul > li > .inner > img{
    margin:20px 0;
    width:100px;
    height:auto;
}
.triangle > ul > li > .inner > div{
    font-size:25px;
    line-height:1.3;
}
.triangle > ul > li > .inner > div.eng{font-size: 20px;}
@media screen and (max-width:1200px){
    .triangle > ul > li > .inner > h1{
        font-size:40px;
    }
    .triangle > ul > li > .inner > img{
        margin:15px 0;
        width:80px;
    }
    .triangle > ul > li > .inner > div{
        font-size:22px;
    }
}
@media screen and (max-width:1000px){
    .triangle > ul > li > .inner > h1{
        font-size:35px;
    }
    .triangle > ul > li > .inner > img{
        margin:10px 0;
        width:70px;
    }
    .triangle > ul > li > .inner > div{
        font-size:20px;
    }
    .triangle > ul > li > .inner > div.eng{font-size: 18px;}
}
@media screen and (max-width:850px){
    .triangle > ul{
        width:80%;
        margin:0 auto;
    }
    .triangle > ul > li > .inner > div.eng{font-size: 16px;}
}
@media screen and (max-width:600px){
    .triangle > ul{
        width:90%;
    }
    .triangle > ul > li > .inner > h1{
        font-size:30px;
    }
    .triangle > ul > li > .inner > img{
        width:60px;
    }
    .triangle > ul > li > .inner > div{
        font-size:18px;
    }
}
@media screen and (max-width:500px){
    .triangle > ul{
        width:100%;
    }
    .triangle > ul > li > .inner > h1{
        font-size:25px;
    }
    .triangle > ul > li > .inner > img{
        width:50px;
    }
    .triangle > ul > li > .inner > div{
        font-size:16px;
    }
    .triangle > ul > li > .inner > div.eng{font-size: 14px;}
}
@media screen and (max-width:400px){
    .triangle > ul > li > .inner > h1{
        font-size:22px;
    }
    .triangle > ul > li > .inner > img{
        width:40px;
        margin: 5px 0;
    }
    .triangle > ul > li > .inner > div{
        font-size:14px;
    }
}
@media screen and (max-width:450px){.triangle > ul > li > .inner > div.eng{font-size: 12px; line-height: 120%;}}
@media screen and (max-width:400px){.triangle > ul > li > .inner > div.eng{font-size: 11px;}}

.sc05_01_02_right > ul > li{
    box-sizing:border-box;
    border:1px solid #e1e1e1;
    border-radius:20px;
    opacity: 0;
    transform: translateY(100px);
    transition: transform 1s, opacity 1s;
}
.sc05_01_02_right > ul > li.active{
    opacity: 1;
    transform: translateY(0);
}
.sc05_01_02_right > ul > li:not(:last-child){
    margin-bottom:15px;
}
.sc05_01_02_right > ul > li::after{
    content:'';
    display:block;
    clear:both;
}
.sc05_01_02_right > ul > li > div:first-child{
    width:100px;
    height:100px;
    line-height:100px;
    background-color:#313799;
    font-size:50px;
    color:#fff;
    font-weight:400;
    text-align:center;
    border-radius:20px;
    float:left;
}
.sc05_01_02_right > ul > li > div:last-child{
    float:left;
    width:calc(100% - 100px);
    box-sizing:border-box;
    padding-left:20px;
    line-height:100px;
    font-size:25px;
}
.sc05_01_02_right > ul > li > div.eng{font-size: 22px;}
@media screen and (max-width:950px){.sc05_01_02_right > ul > li > div.eng{font-size: 18px;}}
@media screen and (max-width:850px){
    .sc05_01_02_right > ul > li{
        border-radius:15px;
    }
    .sc05_01_02_right > ul > li > div:first-child{
        width:80px;
        height:80px;
        line-height:80px;
        border-radius:15px;
        font-size:40px;
    }
    .sc05_01_02_right > ul > li > div:last-child{
        width:calc(100% - 80px);
        padding-left:15px;
        line-height:80px;
        font-size:22px;
    }
}
@media screen and (max-width:600px){
    .sc05_01_02_right > ul > li{
        border-radius:10px;
    }
    .sc05_01_02_right > ul > li > div:first-child{
        width:60px;
        height:60px;
        line-height:60px;
        border-radius:10px;
        font-size:30px;
    }
    .sc05_01_02_right > ul > li > div:last-child{
        width:calc(100% - 60px);
        padding-left:10px;
        line-height:60px;
        font-size:18px;
    }
    .sc05_01_02_right > ul > li > div.eng{
        font-size: 16px;
        line-height: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: start;
    }
}
.sc05_01_03 table{
    width:100%;
    font-size:20px;
}
.sc05_01_03 table th{
    height: 50px;
    /* line-height: 50px; */
    line-height: 130%;
    background-color:#4960ab;
    border-radius:10px 0 0 10px;
    box-sizing:border-box;
    border-top:1px solid #fff;
    border-top:1px solid #fff;
    width:200px;
    vertical-align:middle;
    color:#fff;
}
.sc05_01_03 table td{
    border-top: 1px solid #4960ab;
    border-bottom: 1px solid #4960ab;
    height: 50px;
    /* line-height: 50px; */
    line-height: 130%;
    text-align: center;
    vertical-align: middle;
    text-align:left;
    padding-left:15px;
}
.sc05_01_03 table tr.eng td, .sc05_01_03 table tr.eng th{
    box-sizing: border-box;
    padding: 5px 0;
}
.sc05_01_03 table tr.eng td{padding-left: 15px;}
@media screen and (max-width:850px){
    .sc05_01_03 table{
        font-size:18px;
    }
    .sc05_01_03 table th{
        height: 45px;
        width:25%;
    }
    .sc05_01_03 table td{
        height: 45px;
    }
}

@media screen and (max-width:600px){
    .sc05_01_03 table{
        font-size:16px;
    }
    .sc05_01_03 table th{
        height: 40px;
    }
    .sc05_01_03 table td{
        height: 40px;
        line-height:1.5;
    }
}

/***** 지원서접수 sc05_02 *****/
.sc05_02_01 > div > ul{
    width:100%;
    box-sizing:border-box;
    border:1px solid #bcbcbc;
    border-radius:30px;
    padding:1.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sc05_02_01 > div > ul > li{
    text-align:center;
}
.sc05_02_01 > div > ul > li > .circle{
    width:200px;
    height:200px;
    border-radius:100%;
    box-sizing:border-box;
    border:10px solid #4760ab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    flex-direction: column;
    box-shadow: 3px 3px 15px rgb(0 0 0 / 30%);
    transition: all 0.3s;
}
.sc05_02_01 > div > ul > li:nth-child(3) > .circle , .sc05_02_01 > div > ul > li:nth-child(7) > .circle{
    border:10px solid #bcbcbc;
}
.sc05_02_01 > div > ul > li > .circle > .circle_img{
    width:70px;
    height:70px;
    margin:0 auto;
}
.sc05_02_01 > div > ul > li > .circle > .circle_img > img{
    width:100%;
    height:100%;
}
.sc05_02_01 > div > ul > li > .circle > h3{
    margin:20px auto 0;
    font-size:20px;
    font-weight:700;
}
.sc05_02_01 > div > ul > li.arrow{
    width:3%;
}
.sc05_02_01 > div > ul > li.arrow > img{
    width:40%;
}

@media screen and (max-width:1150px){
    .sc05_02_01 > div > ul > li > .circle{
        width:170px;
        height:170px;
    }
}
@media screen and (max-width:1000px){
    .sc05_02_01 > div > ul{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sc05_02_01 > div > ul > li > .circle{
        width:200px;
        height:200px;
    }
}
@media screen and (max-width:800px){
    .sc05_02_01 > div > ul > li > .circle{
        width:170px;
        height:170px;
    }
}
@media screen and (max-width:600px){
    .sc05_02_01 > div > ul > li{
        padding-bottom:20px;
    }
    .sc05_02_01 > div > ul > li.arrow{
        width:10%;
    }
    .sc05_02_01 > div > ul > li > .circle{
        border:5px solid #4760ab;
        width:130px;
        height:130px;
    }
    .sc05_02_01 > div > ul > li:nth-child(3) > .circle , .sc05_02_01 > div > ul > li:nth-child(7) > .circle{
        border:5px solid #4760ab;
    }
    .sc05_02_01 > div > ul > li > .circle > .circle_img{
        width:50px;
        height:50px;
    }
    .sc05_02_01 > div > ul > li > .circle > h3{
        font-size:16px;
    }
}

@media screen and (max-width:530px){
    .sc05_02_01 > div > ul > li:last-child{
        padding-bottom:0;
    }
}
@media screen and (max-width:355px){
    .sc05_02_01 > div > ul > li:nth-child(7){
        padding-bottom:0;
    }
}

/* 지원서접수 버튼 */
.sc05_02_02 > ul{
    width:fit-content;
    margin:0 auto;
}
.sc05_02_02 > ul::after{
    content:'';
    display:block;
    clear:both;
}
.sc05_02_02 > ul > li{
    float:left;
}
.sc05_02_02 > ul > li > a::before,
.sc05_02_02 > ul > li > .sub_btn::before {
    content: '';
    position: absolute;
    left: -110%;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    transform: skew(20deg) scaleX(1.1);
    transition: left 0.5s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.sc05_02_02 > ul > li > a:hover::before,
.sc05_02_02 > ul > li > .sub_btn:hover::before {
    left: 0;
}
.sc05_02_02 > ul > li > a,
.sc05_02_02 > ul > li > .sub_btn{
    position:relative;
    width:300px;
    height:65px;
    font-size:22px;
    font-weight:700;
    color:#fff;
    border-radius:5px;
    overflow: hidden;
    display:inline-block;
}
.sc05_02_02 > ul > li:first-child > a{
    background-color:#4760ab;
}
.sc05_02_02 > ul > li:last-child > a,
.sc05_02_02 > ul > li:last-child > .sub_btn{
    background-color:#313799;
    margin-left:10px;
}
.sc05_02_02 > ul > li > a > span,
.sc05_02_02 > ul > li > .sub_btn > span{
    position:relative;
    z-index:2;
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.sc05_02_02 > ul > li > a > span > span,
.sc05_02_02 > ul > li > .sub_btn > span > span{
    display:inline-block;
    width:25px;
    height:25px;
    margin-right:10px;
}
.sc05_02_02 > ul > li > a > span > span > svg,
.sc05_02_02 > ul > li > .sub_btn > span > span > svg{
    width:100%;
    height:100%;
}
.sc05_02_02 > ul > li:first-child > a > span > span > svg,
.sc05_02_02 > ul > li:first-child > .sub_btn > span > span > svg{
    fill:#fff;
}

@media screen and (max-width:850px){
    .sc05_02_02 > ul > li{
        float:none;
    }
    .sc05_02_02 > ul{
        width:100%;
    }
    .sc05_02_02 > ul > li > a,
    .sc05_02_02 > ul > li > .sub_btn{
        width:100%;
    }
    .sc05_02_02 > ul > li:last-child > a,
    .sc05_02_02 > ul > li:last-child > .sub_btn{
        margin-left:0;
        margin-top:10px;
    }
}
@media screen and (max-width:600px){
    .sc05_02_02 > ul > li > a,
    .sc05_02_02 > ul > li > .sub_btn{
        font-size:20px;
        height:50px;
    }
    .sc05_02_02 > ul > li > a > span > span,
    .sc05_02_02 > ul > li > .sub_btn > span > span{
        width:20px;
        height:20px;
        margin-right:5px;
    }
}
/***** 지원서접수 write sc05_02_w *****/