.navbar-container {
    width: 1300px !important;
    /* height: 62px; */
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 10px;
    /* margin-top: 15px;
    margin-bottom: -15px; */
    background: rgba(255, 255, 255, 1);
    font-size: 1rem;
}

.navbar-toggler {
    font-size: 1rem;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-light .navbar-toggler {
    border: none;
}

.first-container {
    background: rgba(236, 102, 26, 1);
    width: 100%;
    padding: 12px 0;
    color: #FFF;
    height: 40px;
}
.first-container .container {
    width: 1160px !important;
    text-align: right;
    padding-right: 10px;
}
.first-container img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.logo {
    margin-right: 20px;
}

.second-container {
    width: 100%;
    display: flex;
    gap: 50px;
}

.second-container .logo {
    width: 20%;
    margin-top: -5px;
}

.second-container .button {
    width: 20%;
}
.second-container .content-middle {
    width: 60%;
    text-align: center;
}
.content-middle {
    display: flex;
    gap: 16px;
    margin-left: 20px;
}
.content-middle h5 {
    font-size: 18px;
    font-weight: 500;
}

.dropdown, .col-b, .col-c, .col-e {
    margin-right: 20px;
}
.col-b a, .col-c a, .col-e a {
    text-decoration: none;
    color: #000000;
}
.dropdown {
    position: relative;
    display: inline-block;
    /* text-align: left; */
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content h6 {
    margin-top: 15px;
    margin-left: 20px;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown-content-2 {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content-2 h6 {
    margin-top: 15px;
    margin-left: 20px;
  }

  .dropdown:hover .dropdown-content-2 {
    display: block;
  }

.btn.btn-primary {
    /*width: 100px;
    height: 40px;*/
    background: var(--main2, #FD6F22);
    /*font-size: 15px;
    font-style: normal;*/
    font-weight: lighter;
    border-radius: 6px;
    border: 1px solid #FD6F22;
    /*color: var(--Neutral-1, #FFF);*/
    /* margin-top: -20px; */
    padding: 0.5rem 2rem;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0 rgba(228, 83, 16, 0.5)!important;
}

.btn-outline-primary {
    color: #FD6F22 !important;
    border-color: #FD6F22 !important;
    padding: 0.5rem 2rem !important;
    border-radius: 6px !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #FD6F22 !important;
  border-color: #FD6F22 !important;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0 rgba(228, 83, 16, 0.5)!important;
}

.nav-link > i { margin-left: 0.2rem; }

.conact-info{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
}
.conact-info .cell-icon{
    width: 12px;
    height: auto;
    margin-top: 2px;
}
.conact-info .contact-number {
    margin: 0;
    line-height: 19px;
    font-size: 16px;
    height: 16px;
    font-weight: 600;
}
@media screen and (min-width: 1440px) {
    .content-middle {
        margin-left: 100px;
    }
}


@media screen and (min-width: 2048px) and (min-height: 1280px) {
    .navbar-container {
        width: 2048px;
        height: 68px;
        display: flex;
    }
    .second-container .content-middle {
        width: 60%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .content-middle {
        display: flex;
        gap: 36px;
    }
    .content-middle h5 {
        font-size: 26px;
        font-weight: 500;
    }
    .btn.btn-primary {
        width: 130px;
        height: 50px;
    }

}

.dot {
    top: -14px;
    right: -2px;
    position: relative;
    height: 6px;
    width: 6px;
    background-color: #EC661A;
    border-radius: 50%;
    display: inline-block;
}

.recruite-label{
    font-family: Pretendard;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #373737;
    line-height: 24px;
}

.recruite-text-color {
    color :  #BFBFBF;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 12px 16px 12px 16px;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.recruite-label.footer{
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
}

.recruite-checkbox{
    width: 15px;
    height: 15px;
    top: 2.5px;
    left: 2.5px;
    gap: 0px;
    opacity: 0px;
    background-color: #D9D9D9;
}

.recruite-label-footer{
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 19.2px;
    color: #646464;
}

.recruitment-btn{
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #FFFFFF;
}

.impersonate-container{
    text-align: center;
    padding-top: 20px;
    background-color: #ffffff;
}


.nav-link {
    font-weight: 500;
    color: #373737 !important;
}

