@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}
ul, li{
    list-style: none;
}
.wrap{
    position: relative;
    width: 100%;
}
.nav{
    position: relative;
    width: 100%;
    z-index: 1;
}
.nav .tit1{
    position: relative;
    width: 100%;
    height: 110px;
    max-width: 1512px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    text-align: center;
}
.nav .logo1{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #2179EB;
    cursor: pointer;
}
.nav .gnb{
    position: relative;
    width: 750px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 13px;
}
.nav .gnb li{
    position: relative;
    display: inline-block;
    width: 250px;
    font-size: 28px;
    font-weight: 400;
    color: #393939;
    letter-spacing: -1px;
    cursor: pointer;
}
.pnm{
    padding: 0 0;
}
.main .main_img{
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-top: 25px;
}
.main .main_img img{
    width: 100%;
    max-width: 1512px;
}
.main .txts{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 0;
}
.main .txts .txt{
    display: inline-block;
}
.main .txt1{
    position: relative;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #2179EB;
    letter-spacing: -1px;
    vertical-align: top;
}
.main .txt1 .hr1{
    width: 330px;
    height: 6px;
    margin: 0 auto;
    background: #FFCF10;
}
.main .txt2{
    position: relative;
    padding: 15px 0 15px 0;
    margin-left: 50px;
}
.main .txt2 li{
    position: relative;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-left: 34px;
}
.main .txt2 li::before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "•";
    color: #45AC59;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
}
.service{
    width: 860px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 170px;
}
.service .contents{
    position: relative;
    width: 100%;
}
.service .sec{
    position: relative;
    width: 100%;
}
.service .sec ul li {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-left: 210px;
    line-height: 54px;
}
.service .sec .tit1{
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 36px;
    font-weight: 500;
    color: #2179EB;
    line-height: 36px;
}
.service .sec1 ul li::before {
    content: "•";
    color: #45AC59;
    display: inline-block;
    width: 24px;
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
}
.service .sec2{
    margin-top: 40px;
    padding-left: 0;
}
.service .sec2 .years{
    margin-right: 30px;
}
.service .sec2 .li1{
    position: relative;
    line-height: 40px;
    padding-left: 90px;
}
.service .sec2 .li1 .years2{
    position: absolute;
    top: 0;
    left: 0;
}
.service .hr1{
    width: 100%;
    height: 1px;
    background: #CFCFCF;
    margin: 80px 0;
}
.recruit{
    width: 1240px;
    margin: 0 auto;
    margin-top: 30px;
}
.recruit .contents{
    position: relative;
    width: 100%;
}
.recruit .mtit1{
    text-align: center;
    color: #45AC59;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 48px;
    padding-bottom: 30px;
    border-bottom: 2px solid #D2D2D2;
    margin-bottom: 50px;
}
.recruit table{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-bottom: 2px solid #D2D2D2;
}
.recruit table td{
    padding: 0 15px 0 15px;
    vertical-align: top;
    letter-spacing: -0.5px;
}
.recruit table .td1{
    width: 20%;
    font-size: 32px;
    font-weight: 500;
    color: #2179EB;
    padding-top: 24px;
}
.recruit .tr1 td{
    padding-bottom: 20px;
}
.recruit table .td2{
    width: 20%;
    font-size: 28px;
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
}
.recruit table .td3{
    font-size: 20px;
    font-weight: 400;
    line-height: 44px;
}
.recruit table .sp1{
    display: block;
    margin-top: 15px;
}
.recruit table .sp{
    margin-top: 25px;
}
.recruit table .pct{
    padding-top: 30px;
}
.recruit .mb_bar1{
    display: none;
    padding: 0;
}
.recruit .tit2{
    display: none;
    text-align: center;
    color: #2179EB;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-left: 15px;
}
.recruit .mail{
    color: #000;
    text-decoration: none;
}
.recruit .pc1{
   display: none;
}
.recruit .mb_indent{
    display: inline-block;
    text-indent: 0;
}
.recruit .tit3{
    display: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #2179EB;
    padding: 12px 0;
}
.recruit .tit2 div{
    width: 100%;
    max-width: 362px;
    margin: 0 auto;
}
.recruit .join{
    position: relative;
    display: block;
    background: #2179EB;
    color: #fff;
    width: 580px;
    margin: 0 auto;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    padding: 30px 0;
    margin-top: 90px;
    margin-bottom: 100px;
    letter-spacing: -1px;
    cursor: pointer;
    text-decoration: none;
}
.recruit .in_tit{
    display: none;
    margin-bottom: 0;
}
.recruit .mo_br{
    display: none;
}
.copyright{
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    font-weight: 400;
}
.copyright .copy{
    position: relative;
    width: 100%;
    font-size: 18px;
    margin-top: 0;
}
.copyright .tel{
    margin-left: 40px;
    font-size: 18px;
}
.copyright .quick2{
    font-family: 'Quicksand', sans-serif;
    font-weight: 600 !important;
    font-size: 40px;
    color: #2179EB;
    cursor: pointer;
}
.sg{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 28px;
}
@media (max-width: 1600px){
    .nav .tit1{
        max-width: 1200px;
    }
    .main .main_img img{
        max-width: 1200px;
    }
}
@media (max-width: 1315px){
    .nav .logo1{
        left: 15px;
    }
}
@media (max-width: 1200px){
    .main .txts {
        width: 900px;
    }
}
@media (max-width: 1024px){
    .nav{
        border-bottom: 0;
    }
    .nav .tit1{
        height: 110px;
    }
    .nav .logo1{
        position: relative;
        left: 0;
        font-size: 24px;
        text-align: left;
        margin-left: 30px;
        width: 65px;
    }
    .nav .gnb{
        width: 320px;
        margin-top: 45px;
    }
    .nav .gnb li{
        width: 106px;
        font-size: 18px;
    }
    .sg{
        margin-top: 60px;
        margin-bottom: 0;
        font-size: 16px;
    }
    .pnm{
        padding: 0 20px;
    }
    .main .main_img{
        margin-top: 40px;
    }
    .main .txts{
        position: relative;
        width: 100%;
        max-width: 580px;
        margin-top: 15px;
        margin-bottom: 60px;
    }
    .main .txts .txt{
        display: block;
    }
    .main .txt1{
        font-size: 24px;
        margin-top: 30px;
    }
    .main .txt1 .hr1{
        width: 214px;
        height: 4px;
    }
    .main .txt2{
        width: 300px;
        margin: 0 auto;
        margin-top: 10px;
    }
    .main .txt2 li{
        font-size: 16px;
        margin-bottom: 15px;
        padding-left: 24px;
    }
    .main .txt2 li::before {
        top: -3px;
        left: 0;
        font-size: 26px;
        line-height: 26px;
    }
    .service{
        width: 320px;
        margin-top: 50px;
    }
    .service .sec .tit1{
        position: relative;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .service .sec ul li {
        font-size: 16px;
        margin-left: 0;
        line-height: 32px;
    }
    .service .sec1 ul li::before {
        width: 24px;
        font-size: 25px;
        line-height: 30px;
    }
    .service .sec2{
        margin-top: 30px;
        line-height: 22px;
        padding-left: 0;
    }
    .service .sec2 .li1{
        line-height: 22px;
        padding-left: 62px;
    }
    .service .hr1{
        margin: 60px 0;
    }
    .recruit{
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .recruit .mtit1{
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 20px;
    }
    .recruit .tit2{
        display: block;
        border-top: 1px solid #2179EB;
        border-bottom: 1px solid #2179EB;
        padding-top: 15px;
        padding-left: 0;
        padding-bottom: 15px;
        text-align: center;
        font-size: 16px;
    }
    .recruit table .td1{
        display: none;
    }
    .recruit table .td2{
        width: 20%;
        font-size: 14px;
        vertical-align: top;
        padding-top: 14px;
        text-align: right;
        line-height: 16px;
        border-right: 0;
        padding-right: 7px;
    }
    .recruit table .td3{
        font-size: 13px;
        line-height: 30px;
    }
    .recruit .join{
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        font-size: 16px;
        padding: 22px 0;
        margin-top: 70px;
        margin-bottom: 100px;
    }
    .recruit table{
        border-bottom: 0;
        max-width: 400px;
    }
    .recruit table td{
        padding: 8px 15px 0 15px;
    }
    .recruit .border_top{
        border-top: 0;
    }
    .recruit .border_bottom{
        border-bottom: 0;
    }
    .recruit .border_bottom2{
        border-bottom: 0;
    }
    .recruit .in_tit{
        display: none;
        margin-top: 5px;
        margin-bottom: 0;
        font-size: 14px;
    }
    .recruit .mo_br{
        display: inline;
    }
    .recruit table .sp1{
        margin-top: 0;
    }
    .recruit table .sp{
        margin-top: 0;
    }
    .recruit table .pct{
        padding-top: 15px;
    }
    .recruit .tr1 td{
        padding-bottom: 15px;
    }
    .recruit .mb_indent{
        text-indent: 8px;
    }
    .copyright{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .copyright .quick2{
        font-size: 20px;
    }
    .copyright .copy{
        font-size: 12px;
    }
    .copyright .tel{
        margin-left: 20px;
        font-size: 12px;
    }
}