@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");

html > body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}

.con {
  width: auto;
  height: auto;
  margin: 0 auto;
  width: 1280px;
  height: auto;
  margin: 0 auto;
}

ul li {
  list-style-type: none;
}
/*푸터바*/
.footer > ul {
  padding-left: 90px;
  padding-top: 30px;
  padding-bottom: 30px;

  align-content: center;
  background-color: white;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.13);
}

.footer > ul > .footer-logo {
  font-size: 30px;
  padding-right: 150px;
  font-weight: 700;
}
.footer > ul > .footer-f1 {
  font-size: 16px;
  padding-top: 10px;
  padding-right: 70px;
}
.footer > ul > .footer-f2 {
  font-size: 16px;
  padding-top: 10px;
  padding-right: 70px;
}
.footer > ul > .footer-f3 {
  font-size: 16px;
  padding-top: 10px;
  padding-right: 70px;
}

.box-1_1 {
  width: 1280px;
  height: 655px;
}

.box-1_1 > .text-1 {
  display: absolute;
  font-size: 48px;
  font-weight: 700;
  top: 171px;
  left: 100px;
}

.box-1_1 > .text-2 {
  position: absolute;
  top: 361px;
  left: 100px;
}
.box-1_1 > .img-1 {
  top: 146px;
  left: 580px;
}

.box-1_1 > .img-2 {
  top: 655px;
}
.box-1_1 > .img-3 {
  top: 735px;
  left: 160px;
}
.box-1_1 > .img-4 {
  top: 771px;
  left: 550px;
}
.box-1_1 > .img-5 {
  top: 895px;
  left: 840px;
}
.box-1_1 > .img-6 {
  top: 1235px;
  left: 498px;
}
.box-1_1 > .img-7 {
  top: 1302px;
  left: 384px;
}
.box-1_1 > .img-8 {
  top: 1420px;
  left: 353px;
}
.box-1_1 > .img-9 {
  top: 1788px;
  left: 120px;
}
.box-1_1 > .img-10 {
  top: 1888px;
  left: 190px;
}
.box-1_1 > .img-11 {
  top: 2031px;
  left: 190px;
}
.box-1_1 > .img-12 {
  top: 1000px;
  left: 0px;
}
.box-1_1 > .img-13 {
  top: 1140px;
  left: 280px;
}

.box-1_1 > .img-14 {
  top: 1140px;
  left: 365px;
}
.box-1_1 > .img-15 {
  top: 1140px;
  left: 505px;
}
.box-1_1 > .img-16 {
  top: 1145px;
  left: 590px;
}


.loginForm {
    border-top:2px solid rgba(0, 0, 0, 0.13);
    top:600px;
    width: 100%;
    padding: 50px 0;
}

.loginSection {
    width: 85%;
    margin: 0 auto;
}

.loginSection input {
    border:1px solid #a3a3a3;
    border-radius: 5px;
    width: 50%;
    padding: 5px 10px;
}

.loginSection label {
    width: 10%;
    display: inline-block;
}

.loginSection h1 {
    font-size: 2.5em;
    font-weight: bold;
}

.loginSection form > div:last-child {    
    text-align: left;
    margin-top: 10px;
    width: 50%;
}

.loginSection form > div:last-child > button{
    background: #a3a3a3;
    text-align: center;   
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    padding: 5px 0;
    color: white;
}

.loginInput {
    margin-top: 20px;
}
.loginInput > input:last-child{
    margin-top: 20px;
}

.secuLogo {
    top:720px;
    right: -50px;
}

.secuLogo img {
    width: 80%;
}