@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
select, option {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

input {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

textarea {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  /* top: 0 !important; */
}
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate{
  /* display: none; */
  /* height: 0; */
}
button {
  border: none;
  outline: none;
  cursor: pointer;
  color: initial;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

h3 {
  color: #002d74;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 768px) {

  .goog-te-combo{
    font-size: 12px !important;
    padding: 0 3px !important;
  }
}
.skiptranslate.goog-te-gadget{
  color: #fff;
}

.skiptranslate.goog-te-gadget >span{
  display: none;
}

.swiper {
  position: relative;
}

.swiper-pagination {
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #002d74;
  width: 20px;
  height: 20px;
}
