@charset "UTF-8";


@font-face {
    font-family: 'Druk Wide Medium';
    font-weight: 400;
    font-display: swap;
    src: local('Druk Wide Medium'), url('fonts/Druk Wide Medium.otf') format('otf');
}

body{
    font-family: Pretendard-Regular;
}

.container{
    max-width: 1280px;
    margin: 0 auto;
}

.recruit-logo{
    display: inline-block;
    margin-left: 4px;
    font-family: Druk Wide Medium;
    font-size: 18px;
    line-height: 21px;
}

h1{
    font-family: Pretendard-Bold, sans-serif;
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

h2{
    font-family: Pretendard-SemiBold, sans-serif;
    margin-bottom: 12px;
    font-size: 28px;
    font-weight: 600;
    line-height: 44px;
}

.gray{
    color: #565656;
}

.orange{
    color: #FF8845;
    text-decoration: underline;
    font-family: Pretendard-Bold;
}

.pre-line{
    white-space: pre-line;
    margin-top: -30px;
}

.recruit-header{
    margin: 80px 0 71px 0;
}

.rcrt-logo{
    width: 120px;
    margin: 0 auto 28px auto;
}

.rcrt-logo img{
    width: 120px;
}

.rcrt-tit{
    text-align: center;
}

.rcrt-intro{
    margin-bottom: 80px;
}

.rcrt-sec{
    margin-bottom: 200px;
}

.rcrt-sec .sec-txt{
    margin-bottom: 60px;
}

.sec-txt{
    font-size: 20px;
    line-height: 30px;
}

.team-img{
    width: 1280px;
    margin: 0 auto;
}

.tag-group{
    width: 900px;
}

.tag-group > span{
    display: inline-block;
    padding: 12px 20px;
    margin: 0 15px 16px 0;
    background-color: #FFEBA3;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #FF9B26;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
}

.tag-group > span.tag{
    background-color: rgba(255, 235, 163, 0.6);
    color: rgba(255, 155, 38, 0.6);
}

.quiz{
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.road{
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.road-group{
    display: flex;
    flex-direction: column;
}

.road-group:first-child{
    margin-right: 40px;
}

.road-tit{
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.road-box{
    width: 620px;
    height: 82px;
    background-color: #F3F3F3;
    border-radius: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 82px;
    text-align: center;
}

.resume-tit{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28.8px;
    font-family: Pretendard-SemiBold;
    font-weight: 600;
    color: #313131;
}

.resume-txt{
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 34px;
    color: #8a8a8a;
}

.welfare{
    display: flex;
}

.wel-row{
    margin-right: 40px;
}

.wel-row > div{
    width: 400px;
    margin-bottom: 40px;
    padding: 28px;
    border-radius: 10px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wel-tit{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
    font-family: Pretendard-Bold;
    font-weight: 700;
    color: #313131;
}

.wel-txt{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.3px;
    color: #565656;
}

.rcrt-sec.loc{
    width: 840px;
    margin: 0 auto 200px auto;
}

.loc-img{
    margin-bottom: 24px;
}

.loc-img img{
    width: 840px;
}

.loc-txt{
    font-size: 20px;
    line-height: 30px;
}

.loc-txt.mail{
    margin-bottom: 40px;
}

.cursor-no{
    cursor: default !important;
}

.wid-1058{
    width: 1058px;
    margin: 0 auto;

}

.flex{
    display: flex;
}

.underline{
    text-decoration: underline;
}

.arrow{
    width: 40px;
    height: 40px;
    background: url(../images/newImages/arrow.svg) no-repeat;
    margin: 14px auto;
}

/* role */
.role-container{
    margin: 0 60px;
}

.role-header{
    background-color: #000;
    padding: 60px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
}

.role-header{
    font-size: 40px;
    line-height: 48px;
}

.role-header-tit{
    margin-bottom: 10px;
    font-family: Pretendard-Bold;
    font-weight: 700;
}

.role-content{
    margin: 50px 0 150px;
}

.sec-role{
    margin-bottom: 40px;
}

.role-tit{
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28.8px;
    color: #313131;
    font-family: Pretendard-Bold, sans-serif;
    font-weight: 700;
}

.role-txt{
    font-size: 20px;
    line-height: 34px;
    color: #313131;
}

/* quiz */
.quiz-container{
    margin: 82px 81px 200px 81px;
}

.quiz-content{
    display: inline-block;
}

.quiz-header{
    margin-bottom: 40px;
}

.quiz-header h1{
    margin-bottom: 12px;
}

.sec-quiz{
    display: table;
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.sec-quiz+.sec-quiz{
    margin-top: 40px;
}

.quiz-tit{
    font-size: 20px;
    line-height: 24px;
    font-family: Pretendard-Bold, sans-serif;
    font-weight: 700;
    color: #313131;
    margin-bottom: 12px;
}

.quiz-txt{
    font-size: 14px;
    line-height: 24px;
    color: #8a8a8a;
}

.quiz-txt+.quiz-txt{
    margin-top: 30px;
}

.bold{
    font-family: Pretendard-Bold;
    font-weight: 700;
}

/* 1439px ~ 768px */
@media all  and (max-width: 1439px){
    .container{
        max-width: 100%;
        margin: 0 32px;
    }

    h1{
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 32px;
    }

    h2 {
        margin-bottom: 8px;
        font-size: 24px;
        font-family: Pretendard-Bold, sans-serif;
        font-weight: 700;
        line-height: 32px;
    }

    .respon-img{
        padding: 0;
        width: 100%;
    }

    .respon-img img{
        width: 100%;
    }

    .recruit-header{
        margin: 40px 0 32px 0;
    }

    .rcrt-logo{
        width: 80px;
    }

    .rcrt-logo img{
        width: 80px;
    }

    .rcrt-tit{
        height: 20px;
    }

    .rcrt-tit img{
        height: 20px;
    }

    .rcrt-intro{
        margin-bottom: 120px;
    }

    .wid-1058{
        width: 100%;
    }

    .rcrt-sec{
        margin-bottom: 120px;
    }

    .sec-txt{
        font-size: 16px;
        line-height: 26px;
    }

    .rcrt-sec .sec-txt {
        margin-bottom: 32px;
    }

    .mobile-br{
        display: inline-block;
        margin-bottom: 27px;
    }

    .tag-group{
        width: 100%;
    }

    .tag-group > span{
        margin: 0 12px 12px 0;
        padding: 10px 16px;
        font-size: 16px;
    }

    .quiz {
        margin-top: 16px;
        font-size: 14px;
        font-family: Pretendard-SemiBold, sans-serif;
        font-weight: 600;
        line-height: 18px;
        color: #565656 !important;
    }

    .road{
        display: flex;
        flex-flow: column;
        margin: 32px 0;
    }

    .road-group:first-child{
        margin-right: 0;
        margin-bottom: 48px;
    }

    .road-tit{
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.3px;
    }

    .road-box {
        width: 100%;
        height: 78px;
        font-size: 16px;
        line-height: 78px;
    }

    .resume-tit{
        font-size: 18px;
        line-height: 24px;
        font-family: Pretendard-Bold, sans-serif;
        font-weight: 700;
    }

    .resume-txt{
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 20px;
    }

    .welfare{
        display: block;
    }

    .wel-row{
        margin-right: 0;
    }

    .wel-row > div{
        width: 100%;
        padding: 14px;
        margin-bottom: 10px;
    }

    .wel-tit{
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 24px;
    }

    .wel-txt{
        font-size: 14px;
        line-height: 20px;
    }

    .rcrt-sec.loc{
        width: 100%;
        margin-bottom: 120px;
    }

    .loc-txt {
        font-size: 16px;
        line-height: 22px;
        font-family: Pretendard-SemiBold, sans-serif;
        font-weight: 600;
    }

    .loc-txt.mail{
        margin-bottom: 30px;
    }

    .gray{
        color: #313131;
    }

    .pre-line {
        white-space: normal;
        margin-top: 0;
    }

    .wid-955,
    .wid-1225{
        width: 100%;
    }

    .wid-870{
        width: 870px;
    }

    .line{
        display: block;
    }

    .enter{
        display: inline-block;
        margin-top: 22px;
    }

    /* role */
    .role-container{
        margin: 0 32px;
    }

    .role-header{
        padding: 32px 0;
        font-size: 24px;
        line-height: 32px;
    }

    .role-header-tit{
        margin-bottom: 8px;
    }

    .role-content{
        margin: 24px 0 150px;
    }

    .sec-role{
        margin-bottom: 28px;
    }

    .role-tit{
        font-size: 20px;
        line-height: 24px;
    }

    .role-txt{
        font-size: 16px;
        line-height: 26px;
    }

    .quiz-container{
        margin: 40px 20px 120px 20px;
    }

    .sec-quiz{
        padding: 14px;
    }

    .sec-quiz+.sec-quiz{
        margin-top: 20px;
    }

    .quiz-tit{
        font-size: 18px;
        line-height: 24px;
    }

    .quiz-txt{
        font-size: 16px;
        line-height: 24px;
    }

    .quiz-content img{
        width: 300px;
    }
}

/* ~767px */
@media all and (min-width:360px) and (max-width:767px){
    .container{
        margin: 0 32px;
    }

    .mobile-br{
        display: inline-block;
        margin-bottom: 27px;
    }

    .role-container{
        margin: 0 32px;
    }
}
