.aa {
    color: green;
    width: 200px;
    background-color: aqua;
}

.page {
    display: flex;
    min-height: 100vh;
    scroll-behavior: smooth;
    flex-direction: column;
    color: black;
    margin:0;
}

.container {
    display: flex;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 50px;
    margin-right: 50px;
    
}

.header {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 20vh;
    position: absolute;
    align-items: center;
    z-index: 100;
    width: 100%;
    padding-right:80px;
}

.headerw {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 15vh;
    position: static;
    align-items: center;
    z-index: 100;
    width: 100%;
    padding-right:80px;
    background-color: #050f20;
    max-height: 100px;
    min-height: 80px;
}

.headerw {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 15vh;
    position: static;
    align-items: center;
    z-index: 100;
    width: 100%;
    padding-right:80px;
    background-color: #050f20;
    max-height: 100px;
    min-height: 80px;
}

.header-txt {
    color: white;
    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 17px;
}

.headerw-txt {
    color: white;
    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
}

.header-link {
    text-decoration: none;
}

.main {
    background-image: url("/img/back.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    position: static;
    padding-top: 0px;

    box-sizing: border-box;
    color: black;

    height: 100vh;
}

.mainw {
    position: relative;
    scroll-behavior: smooth;
    box-sizing: border-box;
    color: black;
    height: 80vh;
}

.mspan-p1 {
    margin-left:70px;
    margin-top: 50px;

}

.main-img {
    width: 258px;
    margin-left: 70px;
    margin-top: 280px;
    margin-bottom: 50px;
}

.main-p1 {
    color: white;
    font-family: 'Nanum Gothic', sans-serif;
    font-style: normal;
    font-size: 24px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom:0px;
}

.main-p2 {
    color: white;
    font-family: 'Nanum Gothic', sans-serif;
    font-style: normal;
    font-size: 17px;
    margin-left: 70px;
    margin-top: 4px;
}

.main-p3 {
    color: white;
    font-family: 'Nanum Gothic', sans-serif;
    font-style: normal;
    font-size: 18px;
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
    margin-right: 0px;
}


.footer {
    display: flex;
    box-sizing: border-box;
    background-color: #060f21;
    color: white;
    position: static;
    height: 140px;
    margin-bottom: 0px;
}

.footer-img {
    margin-left: 50px;
    margin-top: 31px;
    margin-right: 60px;
    max-width: auto;
    width: 140px;
    height: 44px;
}

.footer-txt {
    color: white;
    font-family: "Noto Sans KR", sans-serif, tahoma;
    font-style: normal;
    font-size: 11px;
}

.footer-d1 {
    margin-top: 31px;
    margin-bottom: 0px;
}

.footer-p1 {
    margin-left: 24px;
    margin-top: 31px;
    margin-bottom: 4px;
}

.footer-p2 {
    margin-left: 24px;
    margin-top: 1px;
    margin-bottom: 4px;
}

.footer-p3 {
    margin-left: 24px;
    margin-top: 1px;
    margin-bottom: 4px;
}

.footer-link {
    text-decoration: none;
}

.dropbtn {
    background-color: unset;
    padding: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.dropbtnw {
    background-color: unset;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;

    border: none;
    cursor: pointer;
    border-radius: 15px;
}

.dropbtnw-set {
    color: black;
    background-color: #95aad6;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 25px;
}

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

.dropdownw-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 17px;
}

.dropdownw-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    transition: 0.5s;
}

.dropdownw-content a:hover {
    background-color: #f1f1f1;
    transition: 0.5s;
}

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

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

.dropdown:hover .dropbtn {
    background-color: #797979a4;
    transition: 0.5s;
}

.dropdown:hover .dropbtnw {
    background-color: #95aad6;
    color: black;
    border-radius: 0px;
    transition: 0.5s;
}

.dropdown:hover .dropbtnw-set {
    background-color: #95aad6;
    color: black;
    border-radius: 0px;
    transition: 0.5s;
}

.recruit-con {
    width: 800px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.recruit-img {
    align-items: center;
    object-fit: cover;
    width: 800px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.recruit-img2 {
    align-items: center;
    object-fit: cover;
    width: 550px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 125px;
    padding-left: 125px;
}

.divbox-s {
    background-color: #113178;
    height: 2px;
    width: 50px;
    margin-top: 80px;
    margin-bottom: 10px;
}

.divbox-long {
    background-color: #113178;
    height: 1px;
    width: 800px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divbox-long2 {
    background-color: #113178;
    height: 1px;
    width: 900px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divbox-e {
    height: 100px;
    background-color: unset;
}

.divbox-e2 {
    height: 20px;
    background-color: unset;
}


.spanbox-s {
    height: 30px;
    display: flex;
    align-items: center;
}

.p-sub-1 {
    color: black;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
}

.p-sub-2 {
    color: black;
    
    text-decoration: none;
    display: block;

    font-family: "Nanum Gothic", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 10px;
}

.p-sub-3 {
    color: black;
    text-decoration: none;
    display: inline-block;
    font-family: "Nanum Gothic", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 8px;
    margin-right: 50px;
}

.img-icon {
    width: 16px;
    margin-top: 1px;
}

#ceo {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 50vh;
}

#history {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 100vh;
}

#cdiv {
    display: flex;
    width: 1000px;
    max-width: 900px;

    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 80vh;
    flex-flow: column;
}

#map {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 100vh;
}

#customer {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 30vh;
}

#sample1 {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 80vh;
}

#npp {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 50vh;
}

#fossil {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 50vh;
}

#maintenance {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 50vh;
}

#tech {
    width: 1000px;
    max-width: 900px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: 50vh;
}


.divbox-lr {
    display: flex;
}

.divbox-il {
    display: flex;
    flex-direction: column;
    color: black;
    height: 50vh;
    width: 500px;
    margin-right: 2px;
}

.p-sub-11 {
    color: black;
    margin-top: 10px;
    margin-bottom: 1px;
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
}

.p-sub-12 {
    color: black;
    margin-top: 1px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 20px;
}

.p-sub-13 {
    color: black;
    
    text-decoration: none;
    display: block;

    font-family: "Nanum Gothic", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 1px;
    margin-top: 8px;
}

.p-sub-14 {
    color: black;
    
    text-decoration: none;
    display: block;

    font-family: "Nanum Gothic", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 2px;
}

.ceo-img1 {
    object-fit: cover;
    width: 400px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 25px;
}

.ceo-img2 {
    object-fit: cover;
    width: 500px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    z-index: 1;
}

.ceo-img3 {
    object-fit:scale-down;
    width: 300px;
    height: 300px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
    z-index: 100;
}

.ceo-img4 {
    object-fit:scale-down;
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 100;
}

.ceo-img5 {
    object-fit:scale-down;
    width: 700px;
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 00px;
    z-index: 100;
}

.ceo-img6 {
    object-fit:scale-down;
    width: 800px;
    height: 60px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
    z-index: 100;
}

.p-sub-21 {
    color: black;
    
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 2px;
}

.p-sub-22 {
    color: black;
    
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.p-sub-note {
    color: black;
    
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 9px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.p-sub-exp {
    color: black;
    text-align: center;
    text-decoration: none;
    display: block;

    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 2px;
}

.img-sample1 {
    object-fit: fill;
    width: 330px;
    height: 210px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 00px;
}

.img-arrow {
    object-fit:scale-down;
    width: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.divbox-sample1 {
    display: flex;
    align-content: center;
    flex-direction: column;
    color: black;
    
    margin-right: 2px;
}

.divbox-lr2 {
    display: flex;
    align-content: space-around;
    padding-left: 40px;
    margin-bottom: 20px;
}

.sample-img1 {
    object-fit: cover;
    width: 400px;
    height: 160px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 5px;
}

.div-note {
    display: none;
    width: 200px;
}

.img-note {
    color:black;
    font-size: 9px;
    font-family: "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 100;
    text-decoration: none;
    margin-left: 20px;
}

.divbox-il:hover .div-note {
    display: block;
}