h1 {
  color: black;
  font-family: impact, Sans-serif;
  font-size: 44px;
  font-weight: 400;
}
.section1 p {
  color: #545454;
  font-weight: 400;
  font-family: "Myriad Pro", Sans-serif;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}
.section1 img {
  width: 100%;
}
.section {
  padding: 50px 6vw 30px;
  margin: 0px;
}
.padright {
  padding-right: 70px;
}
.section2 h3 {
  color: #545454;
  font-family: "Proxima Nova Alt Bold", Sans-serif;
  font-size: 30px;
  font-weight: 700;
}
.section2 p {
  color: #545454;
  font-weight: 400;
  font-family: "Myriad Pro", Sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
.section3 img {
  width: 15%;
}
.section3 h4 {
  color: #545454;
  font-family: "Proxima Nova Alt Semi-Bold", Sans-serif;
  font-size: 21px;
  font-weight: 600;
  margin-top: 18px;
}
.section3 p {
  color: #545454;
  font-family: "Myriad Pro", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin-top: 16px;
}
.websection3 div {
  padding: 20px;
}
.section2 label {
  font-size: 30px;
  background: #d8dadb;
  width: 50px;
  color: #545454;
  height: 50px;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.webP {
  font-size: 20px;
  font-weight: 500;
  color: #545454;
}
.sloganDiv {
  background-image: linear-gradient(to right, #048def 0%, #0449a9 100%);
  padding: 25px 10vw;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: white;
}
.section4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section4 div {
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  margin: 10px;
  text-align: center;
  padding: 20px;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section4 img {
  width: 37%;
}
.section4 h4 {
  color: #545454;
  font-family: "Proxima Nova Alt Bold", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
}
.section4 p {
  text-align: center;
  color: #737373;
  font-family: "Myriad Pro", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
.section5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.imgSection5 {
  width: 31%;
  background: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  padding-block-start: 24px;
  padding-block-end: 18px;
  padding-inline-start: 18px;
  padding-inline-end: 18px;
  gap: 20px;
  box-shadow: 0px 0px 3px 1px rgb(212, 212, 212);
  transition: all 0.3s;
  margin-bottom: 50px;
}

.imgSection5 div {
  margin-top: -45px;
  text-align: left;
}

.imgSection5 img {
  width: 17%;
}

.imgSection5 h3 {
  color: #545454;
  font-family: proxima nova alt bold, Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.imgSection5 p {
  color: #545454;
  font-family: myriad pro, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.seoul li {
  color: #545454;
  font-weight: 400;
  font-family: "Myriad Pro", Sans-serif;
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 0px;
}
.imageSection {
  position: relative;
}
.imageSection img {
  width: 100%;
}
.imageSection div {
  position: absolute;
  left: 5vw;
  top: 30%;
  color: white;
  border-left: 4px solid #b9b9b5;
  padding: 14px;
  width: 40%;
  border-right: 4px solid #b9b9b5;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 0px #b9b9b5;
}
.imageSection section {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #00132cd1;
  position: absolute;
}
.imageSection h1 {
  font-family: impact, Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}
.imageSection p {
  font-family: proxima nova alt semi-bold, Sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.accordion-button {
  font-size: 18px;
  font-weight: 500;
  color: #545454;
}
@media (max-width: 1000px) {
  .section2 h3 {
    font-size: 27px;
  }
  .imageSection div {
    top: 20%;
  }
}
@media (max-width: 900px) {
  .imgSection5 {
    width: 45%;
  }
  .imageSection div {
    width: 50%;
  }
  .section4 div {
    width: 45%;
  }
}
@media (max-width: 700px) {
  .imageSection div {
    top: 15%;
    width: 70%;
  }
  .imageSection h2 {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .imgSection5 {
    width: 100%;
  }
  .imageSection div {
    top: 10%;
    width: 80%;
  }
  .imageSection h2 {
    font-size: 30px;
  }
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .section2 h3 {
    font-size: 20px;
  }
  .imageSection div {
    top: 5vw;
    width: 90%;
  }
  .section4 div {
    width: 90%;
  }
  .imageSection h2 {
    font-size: 18px;
  }
  .imageSection p {
    font-size: 12px;
  }
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 360px) {
  .imageSection div {
    top: 3vw;
    width: 96%;
    left: 2vw;
    padding: 10px;
  }
  .imageSection h2 {
    font-size: 14px;
  }
  .imageSection p {
    font-size: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 300px) {
  .imageSection div {
    top: 2vw;
    width: 96%;
    left: 2vw;
    padding: 5px;
  }
  .imageSection h2 {
    font-size: 14px;
  }
  .imageSection p {
    font-size: 10px;
    margin-top: 10px;
  }
}
