@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/*
Pretendard font-weight
Thin 100
ExtraLight 200
Light 300
Regular 400
Medium 500
SemiBold 600
Bold 700
ExtraBold 800
Black 900
*/

body{
    position: relative;
    width: 100%;
    /* min-width: 1280px; */
}

#sc_header{
    height:270px;
    width:100%;
    margin:0 auto;
    position: relative;
}
#sc_background{
    position: absolute;
    top: 0;
    z-index: -1;
}
#sc_background > img{
    width: 100%;
    object-fit: cover;
    min-height: 270px;
}
#sc_header_logo{
    width: 200px;
    position: absolute;
    top: 10px;
    left: 10px;
}
#sc_header_container{
    height: calc(100vh - 70px - 80px);
    width: auto;
    margin: 0 auto;
    background-image: url('/img/bncf_main.png?v=3'); /*1920x810*/
    background-repeat: no-repeat;
    background-size: cover;
}

#sc_header_content{
    line-height: 40px;
    font-weight: 600;
    font-family: "Pretendard";
    position: absolute;
    top: 300px;
    left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
#sc_header_content > h3{
    font-size: 30px;
    text-align: left;
    padding: 0 8px;
    color: #fff;
    animation: tracking-in-expand 0.5s 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
#sc_header_content > h1{
    font-size: 35px;
    text-align: left;
    padding: 0 8px;
    color: #FFF;
    font-weight: 900;
    animation: tracking-in-expand 1s 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
div#container{
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}
div#new_lnb{
    display: none;
}

#sc_lnb{
    /* width: 1920px; */
    width: 100%;
    height: 70px;
    background-color: #FFF;
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0px 2px 5px -1px #ddd;
    display:flex;
    justify-content: space-between;
}

#sc_lnb > ul{
    height: 70px;
    display: flex;
    justify-content: right;
    align-content: center;
}

#sc_lnb > ul > li{
    line-height: 70px;
    white-space: nowrap;
    height: 70px;
    text-align: center;
    padding: 0 30px;
}

/* #sc_lnb > ul > li:hover{
    background-color: #254AA5;
} */

#sc_lnb > ul > li > a{
    display: block;
    color: #666;
    font-size: 22px;
    font-weight: 600;
    font-family: Pretendard;
}
#sc_lnb > ul > li > a:hover {
    color: #254AA5;
}
#sc_lnb > ul > li > a.locate {
    color: #254AA5;
}

#sc_lnb > a {
    margin: auto 0;
    margin-left: 15px;
}

div#content{
    float: unset;
    width: 719px;
    margin: 0 auto;
    padding: 50px;
    border:unset;
}

textarea{
    width: 99% !important;
}
#sc_footer p {
    font-family: Pretendard!important;
}
#sc_footer {
    font-size: 13px;
    box-shadow: 0px -2px 5px -1px #ddd;
    background-color: #ffffff;
    height: 80px;
    width: 100%;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sc_footer > div{
    margin: 0 8px;
}



@-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.5em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  
/* jobinfo ÆäÀÌÁö µðÀÚÀÎ º¯°æ */
.pretendard{
    font-family: Pretendard;
}
#newtable {
    width:100%;
}

#newtable th{
    font-weight: 700;
    font-size: 23px;
    white-space: nowrap;
    padding: 10px;
    line-height: 30px;
    text-align: center;
}
#newtable th span{
    font-size: 0.8em;
}

#newtable td{
    font-weight: 500;
    font-size: 22px;
    padding: 30px;
}
#newtable td a{
    color: #333;
}
#newtable td a:hover{
    color: #254AA5;
}
#newtable td span{
    color: #666;
    font-size: 0.8em;
}

#newtable .on{
    border: 2px solid #254AA5;
    color: #254AA5;
}
#newtable .off{
    border: 2px solid #aaa;
    color: #808080;
}
#newtable th>a.on{
    width: 130px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border: 2px solid #254AA5;
    padding: 5px 10px;
}
#newtable th>a.off{
    width: 130px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border: 2px solid #aaa;
    padding: 5px 10px;
}

@media screen and (max-width: 1280px) {
    #sc_header_container{
        width: 1450px;
        height: calc(100vh - 90px - 80px);
        padding-top: 30px;
    }
}

@media(max-width: 768px){
    #sc_header_container{
        width: 1300px;
        height: calc(100vh - 90px - 80px);
        padding-top: 30px;
    }
}