@font-face {
  font-family: "SUIT-Medium";
  src: url("./src/SUIT-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #313f5b;
  border-radius: 50px;
}

/* swiper */

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow-x: hidden;
  width: auto;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* swiper */

.loading {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #7d7d7dd9;
  z-index: 999;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  user-select: none;
  transition: all 0.3s;
}

.loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loading > .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  user-select: none;
}
.loading > .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.loading > .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading > .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading > .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

body {
  width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

* {
  font-family: "SUIT-Medium";
}

a {
  text-decoration: none !important;
}

header {
  transition: all 0.6s;
  padding: 40px 100px;
}

header > div > nav > ul {
  margin-bottom: 0;
}

header.sticky {
  padding: 5px 100px;
  background-color: #fff;
}

header.sticky > div > nav > a > label,
header.sticky > div > nav > ul li a {
  color: black !important;
  font-weight: bold;
}

.floating {
  position: fixed;
  bottom: 35px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  z-index: 98;

  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.floating.show {
  opacity: 1;
  visibility: visible;
}

.floating > a > .gotoTOP {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #79c3fb;
  cursor: pointer;
}

.floating > a > .gotoTOP > i {
  font-size: 35px;
}

.sectionSet {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding: 80px 0;
}

.sectionSet-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.textList {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.textList > p {
  font-size: 2rem;
  color: white;
  text-shadow: 0px 5px 6px black;
}

#section1 > div > div.textList > p:nth-child(3),
#section1 > div > div.textList > .binfo {
  font-weight: bold;
  font-size: 55px;
}

#section1 > div > div.textList > .binfo {
  margin: 0;
}

.textList > h1 {
  font-size: 7rem;
  color: white;
  margin-top: -24px;
  font-weight: bold;
  text-shadow: 0px 5px 6px black;
}

.firstSection {
  width: 100%;
  height: 100vh;
  padding: 0;
}

.firstSection > .sectionSet-wrapper {
  width: 100%;
  height: 100vh;
}

.firstSection .sectionSlider {
  width: 100%;
  height: 100%;
  user-select: none;
}

.firstSection .sectionSlider > .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  position: relative;
}

.firstSection .sectionSlider > .swiper-wrapper > .swiper-slide {
  position: relative;
}

.firstSection .sectionSlider > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
  object-fit: cover;
}

.firstSection .sectionSlider > .swiper-wrapper > .swiper-slide > img {
  width: 100%;
  object-fit: cover;
}

.navigation {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation > a {
  display: flex;
  align-items: center;
  gap: 1px;
}

.navigation > a > img {
  width: 73px;
}

.navigation > a > label {
  color: white;
  font-size: 22px;
  cursor: pointer;
}

.navigation > ul {
  display: flex;
  color: white;
  font-size: 19px;
  gap: 6rem;
}

.navigation > ul > li {
  list-style: none;
  cursor: pointer;
}

.navigation > ul > li > a {
  color: white;
}

.navigation > ul > li > a:hover,
.navigation > a > label:hover {
  transition: 0.2s ease-in-out;
  color: rgb(152, 218, 218);
}

.navigation > ul > li:not(:hover),
.navigation > a > label:not(:hover) {
  transition: 0.2s ease-in-out;
  color: white;
}

#section2 {
  background-color: #495c83;
  color: white;
}

.seciton2-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.seciton2-title > p {
  font-size: 19px;
  color: #979797;
}

.seciton2-title > h1 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 80px;
}

.seciton2-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 9rem;
}

.seciton2-content > .contentBox {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.seciton2-content > .contentBox > img {
  width: 370px;
  transition: all 0.3s;
}

.seciton2-content > .contentBox > img:hover {
  transform: scale(1.03);
}

.seciton2-content > .contentBox > .contentIcon {
  display: block;
  width: 100%;
  height: 100%;
}

.seciton2-content > .contentBox > p {
  font-size: 23px;
  margin-top: 10px;
}

#section3 {
  background-color: #7a86b6;
}

#section3 > .sectionSet-wrapper {
  padding: 30px 0;
}

#section3 > .sectionSet-wrapper > .section3-content > h1 {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin-top: 26px;
  color: white;
}

#section3 > .sectionSet-wrapper > .section3-content > p:nth-child(2) {
  margin-bottom: 5rem;
  font-size: 19px;
  color: #979797;
}

#section3 > .sectionSet-wrapper > .section3-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  gap: 3rem;
}

#section3 > .sectionSet-wrapper > .section3-content > .callList {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}

#section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall {
  display: flex;
  width: 400px;
  height: 100px;
  border-radius: 25px;
  border: 2px solid #b3b3b3;
  transition: all 0.2s;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
}

#section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall:hover {
  border: 2px solid #d9ffc4;
}

#section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall > svg {
  width: 45px;
  color: white;
  transition: all 0.2s;
}
#section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall:hover > svg {
  color: #d9ffc4;
}
#section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall > h1 {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  transition: all 0.2s;
}

#section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall:hover > h1 {
  color: #d9ffc4;
}

#section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall > img {
  width: 70px;
}

#section3 > div > div > p:nth-child(4) {
  margin-top: -26px;
}

#section3 > .sectionSet-wrapper > .section3-content > p {
  font-size: 20px;
  color: white;
}

#section4 {
  background-color: #495c83;
  color: white;
}

.seciton4-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.seciton4-title > p {
  font-size: 19px;
  color: #979797;
}

.seciton4-title > h1 {
  font-size: 34px;
  font-weight: bold;
  margin-top: 30px;
}

.seciton4-content {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 9rem;
}

.form-wrapper {
  width: 800px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.form-wrapper > form > input[type="text"] {
  width: 100%;
  height: 55px;
  padding: 10px 19px;
  margin: 0.5rem 0;
  font-size: 15px;
  font-family: "Pretendard";
  outline: none;
  border: none;
  border-bottom: 1px solid #a3a3a3;
  transition: all 0.3s;
  background-color: #dae0e5;
  color: black;
}

.form-wrapper > form > textarea {
  width: 100%;
  height: 200px;
  padding: 10px 19px;
  margin: 0.5rem 0 1rem 0;
  font-size: 15px;
  font-family: "Pretendard";
  line-height: 25px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #dae0e5;
  color: black;
}

.form-wrapper > form > .submitBtn > .submit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.form-wrapper > form > .submitBtn > .submit > button {
  border: none;
  width: 151px;
  height: 50px;
  border-radius: 15px;
  background-color: #e3e3e3;
  font-size: 20px;
}

.menuBtn {
  display: none;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #04293a;
  padding: 25px 20px;
}

footer > .footer-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
footer > .footer-content > p {
  color: rgb(186, 186, 186);
  margin-bottom: 0;
}
.footer-content > .info {
  display: flex;
  width: 100%;
  color: rgb(186, 186, 186);
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 20px;
}

@media all and (max-width: 1440px) {
  .seciton2-content > .contentBox > img {
    width: 308px;
  }
}
@media all and (max-width: 1280px) {
  #section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall {
    width: 350px;
  }
  #section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall > h1 {
    font-size: 1.7rem;
  }
  #section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall > img {
    width: 60px;
  }
}

@media all and (max-width: 1114px) {
  .navigation > ul {
    gap: 4rem;
  }

  header.sticky {
    padding: 5px 53px;
  }

  .seciton2-title {
    margin-top: 32px;
  }

  .seciton2-content {
    flex-direction: column;
    gap: 2rem;
  }

  .form-wrapper {
    width: 500px;
  }
  #section3 > .sectionSet-wrapper > .section3-content > .callList {
    flex-direction: column;
  }
}

@media all and (max-width: 767px) {
  header {
    position: absolute !important;
  }

  header.sticky {
    background-color: #fff0 !important;
  }

  header > div > nav > ul {
    display: none !important;
  }

  .menuBtn {
    display: block;
    cursor: pointer;
  }

  .menuBtn > i {
    font-size: 50px;
    color: white;
  }

  .menuBtn > ul {
    display: none;
    padding-left: 0;
  }

  .menuBtn > ul.checked {
    display: flex;
    position: absolute;
    top: 83px;
    right: -34px;
    width: 124px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1f4f7b;
    box-shadow: 0 5px 8px rgb(4 41 58);
  }

  .menuBtn > ul > li {
    list-style: none;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border: 1px solid #bbb;
  }

  .menuBtn > ul > li > a {
    text-decoration: none !important;
    color: white;
  }

  .textList > h1 {
    font-size: 5rem;
  }

  footer > .footer-content > p {
    font-size: 13px;
  }
  #section1 > div > div.textList > p:nth-child(3),
  #section1 > div > div.textList > .binfo {
    font-size: 43px;
  }
}

@media all and (max-width: 479px) {
  .menuBtn > ul.checked {
    right: 0px;
  }

  .textList > p {
    font-size: 1.2rem;
  }

  .textList > h1 {
    font-size: 3.5rem;
  }

  .form-wrapper {
    width: 350px;
  }
  #section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall {
    width: 350px;
    gap: 1rem;
  }
  #section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall > h1 {
    font-size: 1.5rem;
  }
  #section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall > img {
    width: 65px;
  }
  #section1 > div > div.textList > p:nth-child(3),
  #section1 > div > div.textList > .binfo {
    font-size: 27px;
  }
  .footer-content > .info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .footer-content > .info > p {
    font-size: 13px;
  }
}

@media all and (max-width: 390px) {
  .navigation > a > label {
    font-size: 20px;
  }

  .navigation > a > img {
    width: 60px;
  }

  .menuBtn > i {
    font-size: 41px;
  }

  .textList > p {
    font-size: 1.2rem;
  }

  .textList > h1 {
    font-size: 2.5rem;
  }

  header.sticky {
    padding: 5px 16px;
  }

  .seciton2-title > h1 {
    font-size: 27px;
  }

  .seciton2-title > p {
    font-size: 17px;
  }

  .seciton2-content > .contentBox > img {
    width: 269px;
  }

  .seciton2-content > .contentBox > p {
    font-size: 19px;
  }
  #section3 > .sectionSet-wrapper {
    padding: 70px 0;
  }

  #section3 > .sectionSet-wrapper > .section3-content > h1 {
    font-size: 27px;
  }

  #section3 > .sectionSet-wrapper > .section3-content > p:nth-child(2) {
    font-size: 17px;
    margin-bottom: 4rem;
  }

  .seciton4-title > h1 {
    font-size: 27px;
  }
  #section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall > img {
    width: 55px;
  }

  .seciton4-title > p {
    font-size: 17px;
  }

  .form-wrapper {
    width: 250px;
  }

  .form-wrapper > form > .submitBtn > .submit > button {
    border: none;
    width: 124px;
    height: 46px;
    border-radius: 15px;
    background-color: #e3e3e3;
    font-size: 20px;
    margin-bottom: 30px;
  }

  #section3 > .sectionSet-wrapper > .section3-content > .callList > .phoneCall {
    width: 320px;
    height: 85px;
  }

  footer > .footer-content > p {
    font-size: 12px;
  }
  #section1 > div > div.textList > p:nth-child(3),
  #section1 > div > div.textList > .binfo {
    font-size: 22px;
  }
}
