*{
    font-family: 'SUIT','Pretendard','Poppins';
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.body{
    margin-top: 0;
    padding: 0;
}
.header{
    position: fixed;
    /* display: flex; */
    z-index: 2;
    top: 0;
    width: 100%;
    height: 70px;
    /* margin:auto; */
    background-color: rgba(0, 1, 7, 0.30);
}
.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    gap: 0px;
    margin: 0;
    padding: 0;
}
.wrap{
    position: relative;
    margin: 0;
    padding: 0;
    height: fit-content;
}
.intro_bg{
    background-image: url("img/intro.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;}
.nav{
    display: flex;
    justify-content: flex-end;
    line-height: 70px;
}

.nav > li{
    font-family: 'SUIT';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 10%;
    width: 100px;
    margin: 0px 60px;
    /* background-color: yellow; */
    text-align: center;
}
.intro_text{
    width: fit-content;
    margin: 0px auto 0px auto;
    padding: 240px 0px 0px;
    /* background-color: red; */
    text-align: center;
}
.intro_text > h2{
    color: #fff;
    opacity: 70%;
    font-family: "Poppins";
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.675px;
    line-height: 100%;
}
.intro_text > h1{
    position: relative;
    margin-top: 10px;
    color: #fff;
    font-family: "SUIT";
    font-size: 86px;
    font-weight: 500;
    letter-spacing: 5.22px;
    line-height: 100%;
}
.intro_text > h3{
    position: relative;
    margin-top: 31px;
    color: #fff;
    opacity: 40%;
    font-family: "SUIT";
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 100%;
}
.wrap_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 65px auto 0px auto;
    width: fit-content;
    height: fit-content;
    /* background-color: blueviolet; */
    text-align: center;
    line-height: 140%;
    font-size: 26px;
    font-family: Poppins;
    font-weight: 500;
    letter-spacing: 2.88px;
}
.wrap_box .not{
    text-align: center;
    line-height: 60px;
    /* color: rgba(0, 255, 174, 1); */
    width: 180px;
    height: 60px;
    /* padding: 10px 60px; */
    background-color: rgba(14, 16, 36, 0.6);
    /* box-shadow: 0px 0px 12px 0px rgba(255, 255, 255, 0.05); */
}
.wrap_box{
    opacity: 80%;
}
.allinone{
    width: 100%;
    height: auto;
    /* background-color: brown; */
    margin: 160px auto 0px ;
    text-align: center;
}
.allinone > h4{
    color: #FFFFFF;
    font-size: 30px;
    font-family: SUIT;
    font-weight: 500;    
    line-height: 100%;
}
.allinone > h5{
    margin-top: 18px;
    color: #fff;
    font-size: 20px;
    font-family: SUIT;
    font-weight: 300;    
    line-height: 100%;
}
.allinone > ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 80px auto 0px;
    align-items: center;
    justify-content: center;
}
.allinone > ul > li{
    height: 50vh;
}

.img_pcb{
    background-image: url("img/pcb.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 2;
}
.img_smt{
    background-image: url("img/smt.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 1;
}
.img_assy{
    background-image: url("img/ass\'y.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 1;

}

.allinone > h6{
    margin: -20px auto 0px auto;
    padding-bottom: 180px;
    color: #FFF;
    text-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
    font-size: 60px;
    font-family: SUIT;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2px;
}
/* ---인트로 끝--- */

.about_us{
    position: relative;
    width: 100%;
    display: flex;
    margin: auto;
    /* background-color: #00FFAE; */
}
.about_us .company_photo{
    flex: 1;
}
.about_us .info{
    flex: 1;
}
.company_photo{
    background-image: url("img/company0.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.company_photo .t1{
    margin-top: 100px;
}
.t1{
    /* margin-top: 100px; */
    margin-left: 12vw;
    color: #FFF;
    font-size: 60px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
}
.c1{
    margin-top: 12px;
    margin-left: 12vw;
    color: #FFF;
    font-size: 25px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 100%;
}
.info{
    background-color: #F7F7F9;
}
.history{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    height: fit-content;
    margin-top: 84px;
    /* background-color: aquamarine; */
}
.history .content {
    text-align: center;
    padding: 34px;
    /* background-color: darkcyan; */
}
.d1{
    color: #001169;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 600;
    letter-spacing: 0.56px;
    line-height: 100%;
}
.b1{
    color: #1B1B1B;
    margin-top: 20px;
    font-size: 18px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 100%;

}
.b2{
    color: #4e4e4e;
    text-align: center;
    margin-top: 18px;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 100%;

}
.line{
    width: 36px;
    height: 2px;
    background-color: rgba(212, 212, 212, 1);
}
.goal{
    margin-top: 40px;
    margin-bottom: 80px;
    display: flex;
    padding: 34px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 41px;
    /* background-color: aquamarine; */
}
.goal > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.goal > ul > li{
    color: #1B1B1B;
    text-align: center;
    font-size: 16px;
    width: auto;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 100%;
}
/* ---연혁 끝--- */
.vision{
    position: relative;
    height: fit-content;
    padding-top: 0px;
    text-align: center;
    align-items: center;
    align-content: center;
    /* background-color: #001169; */
}
.vision > div{
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    width: 100%;
    height: auto;
    margin: 40px auto 0px auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background-color: aquamarine; */
}
.vision .img{
    width: 80%;
    display: grid;
    margin: 0px 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.vision .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vision .img_detail{
    margin-top: 100px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vision .img_detail > div{
    width: 100vw;
    height: 50vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: darkblue; */
}
.vision .detail1{
    background-image: url("img/detail1.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vision .detail2{
    background-image: url("img/detail2.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vision .detail3{
    background-image: url("img/detail3.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.vision .detail4{
    background-image: url("img/detail4.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.vision .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 20px;
    width: fit-content;
    height: fit-content;
    /* background-color: #4e4e4e; */
    margin-top: 73px;
}
.c2{
    color: #757883ce;
    text-align: center;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 100%;
}
.h5{
    color: #000a3d;
    text-align: center;
    font-size: 28px;
    font-family: SUIT;
    font-weight: 600;
    line-height: 135%;
}
/* ---비전 끝--- */
.contact_last{
    position: absolute;
    width: 100%;
    height: 790px;
    padding: 120px 0px;
    background-color: #16182A;
}
.contact_last > ul{
    display: flex;
    flex-direction: column;
    gap: 6vh;
    margin-top: 20vh;
    margin-left: 12vw;
    height: fit-content;
    width: fit-content;
    background-color: #16182A;
}
.contact_last > ul > li{
    /* background-color: #4e4e4e; */
    flex: 1;
    height: fit-content;
    width: fit-content;
}
.contact_last .logo img {
    width: 20vw;
}
.contact_last .detail{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: auto;
    height: fit-content;
    background-color: #16182A;

}
.contact_last .detail > div{
    display: flex;
    justify-content: space-between;
    gap: 4vw;
    background-color: #16182A;
}
.detail .name{
    width: auto;
    color: #FFF;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1px;
}
.detail .content{
    width: auto;
    color: #FFF;
    font-size: 20px;
    font-family: Pretendard;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.5px;
}
.contact_info .address{
    color: #FFF;
    font-size: 21px;
    font-family: Pretendard;
    font-weight: 400;
    letter-spacing: 1px;
}
.map{
    background-color: #FFF;
    width:100%;
    height:400px;
}