body {
  background: #FBFAF9;
  overflow-x: hidden;
}

html {
  font-size: 10px;
}

.centerbox {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
}

header .centerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .pc_nav .gnb {
  display: flex;
}
header .pc_nav .gnb li a {
  font-size: 2rem;
  padding: 1.85em 2.5em;
  display: block;
  font-family: "Pretendard-Medium";
}
header .topmenu {
  display: flex;
}
header .topmenu .search {
  font-weight: bold;
}
header .topmenu a {
  font-size: 1.6rem;
  padding: 1.85em 1em;
  position: relative;
}
header .topmenu a:nth-child(1)::after {
  content: "";
  border-right: 1px solid #505050;
  position: absolute;
  height: 12px;
  right: 0;
  top: 45%;
}

.search_box {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 70px;
  background: #F9FAFB;
  z-index: 3;
  display: none;
}
.search_box form {
  height: 100%;
}
.search_box input {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  text-indent: 10px;
}
.search_box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  cursor: pointer;
}

.btn_close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: -50px;
  transition: 0.5s;
}
.btn_close::before, .btn_close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f0fafb;
  left: 0;
  top: 50%;
}
.btn_close::before {
  transform: rotate(45deg);
}
.btn_close::after {
  transform: rotate(-45deg);
}
.btn_close:hover {
  transform: rotate(180deg);
}

.visual {
  position: relative;
}
.visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual .centerbox .textbox {
  display: flex;
  flex-direction: column;
  gap: 3em;
  font-family: "Pretendard-Medium";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35vw, -50%);
  color: #F9FAFB;
}
.visual .centerbox .textbox strong {
  font-size: 8rem;
  font-weight: normal;
}
.visual .centerbox .textbox .detail {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.visual .centerbox .textbox .detail p {
  font-size: 2.2rem;
  padding-left: 1.5rem;
}
.visual.on::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.section_box {
  padding: 15rem 0;
}
.section_box > section {
  padding: 15rem 0;
}

.section1 .centerbox {
  display: flex;
  align-items: start;
  position: relative;
  height: 47vh;
}
.section1 .centerbox .textbox {
  position: relative;
  top: 50px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3rem;
  z-index: 10;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 8px 16px 0 rgba(1, 2, 61, 0.37);
}
.section1 .centerbox .textbox h2 {
  font-size: 5rem;
  color: #656565;
  font-weight: normal;
}
.section1 .centerbox .textbox .btn_box {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  justify-content: end;
}
.section1 .centerbox .textbox .btn_box > span {
  display: flex;
  cursor: pointer;
}
.section1 .centerbox .part1_slidebox {
  width: calc(100% - 300px + (100vw - 100%) / 2);
  flex-shrink: 0;
  position: absolute;
  left: 300px;
}
.section1 .centerbox .part1_slidebox .swiper-slide {
  cursor: pointer;
}
.section1 .centerbox .part1_slidebox .swiper-slide img {
  width: 100%;
}
.section1 .centerbox .part1_slidebox .swiper-slide .text {
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-align: justify;
}
.section1 .centerbox .part1_slidebox .swiper-slide .text .title {
  font-size: 22px;
}
.section1 .centerbox .part1_slidebox .swiper-slide .text .title .category {
  font-size: 16px;
  color: #505050;
  margin-left: 5px;
}
.section1 .centerbox .part1_slidebox .swiper-slide .text .detail {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 5px;
}

.section2 .content_box {
  display: flex;
  justify-content: space-between;
}
.section2 .content_box .textbox {
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.section2 .content_box .textbox h3 {
  display: block;
  font-size: 5rem;
  line-height: 1.1;
}
.section2 .content_box .textbox .text_b {
  margin-bottom: 30px;
  text-align: right;
}
.section2 .content_box .textbox p {
  width: 95%;
  font-size: 2rem;
  text-align: justify;
  display: block;
  padding: 0 3px 0 5px;
}
.section2 .content_box .textbox .btn_box {
  text-align: center;
  margin-top: 30px;
}
.section2 .content_box .textbox .btn_box .btn {
  margin-top: 20px;
  font-size: 1.8rem;
  background: #1a1a1a;
  color: #fafafa;
  padding: 15px 20px;
  display: inline-block;
}
.section2 .content_box .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3rem;
}
.section2 .content_box .content li:first-child {
  position: relative;
  top: 240px;
}
.section2 .content_box .content li img {
  max-width: 360px;
}

.section3 {
  position: relative;
  display: flex;
  align-items: center;
  height: 717px;
  margin: 10rem 0;
}
.section3 .big_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 856px;
  height: 717px;
  z-index: 0;
}
.section3 .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section3 .centerbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.section3 .centerbox .part2_slidebox {
  max-width: 922px;
  margin-left: 0;
  position: relative;
}
.section3 .centerbox .part2_slidebox .swiper-slide img {
  width: 100%;
}
.section3 .centerbox .part2_slidebox .btn_box {
  position: absolute;
  left: 80%;
  top: 75%;
  display: flex;
  gap: 20px;
  z-index: 7;
}
.section3 .centerbox .part2_slidebox .btn_box > span {
  width: 68px;
  height: 68px;
  background: #fafafa;
  border: 1px solid #fafafa;
  box-shadow: 6px 13px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section3 .centerbox .textbox {
  width: 22%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.section3 .centerbox .textbox h2 {
  font-size: 4.8rem;
  margin-bottom: 10px;
}
.section3 .centerbox .textbox p {
  font-size: 2rem;
  text-align: justify;
}
.section3 .centerbox .btn_box {
  text-align: center;
  margin-top: 40px;
}
.section3 .centerbox .btn_box .btn {
  font-size: 1.8rem;
  background: #1a1a1a;
  color: #fafafa;
  padding: 15px 20px;
  display: inline-block;
}

.section4 h2 {
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 5rem;
}
.section4 .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

footer {
  height: 300px;
  padding: 50px;
  border-radius: 1rem 1rem 0 0;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px 0 rgba(1, 2, 61, 0.37);
  font-size: 1.4rem;
}
footer .info_box {
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #505050;
}
footer .info_box ul {
  display: flex;
  gap: 20px;
}
footer .info_box ul a {
  font-size: 1.4rem;
}
footer .info_box ul:last-child {
  font-size: 1.3rem;
}

@media (max-width: 1324px) {
  .visual .centerbox .textbox strong {
    font-size: clamp(4rem, 4.6vw, 7.8rem);
  }
  .section2 .centerbox .content {
    display: flex;
    gap: 1.5rem;
  }
  .section2 .centerbox .content li {
    display: flex;
    align-items: center;
  }
  .section2 .centerbox .content li img {
    width: clamp(200px, 18.75vw, 360px);
  }
  .section2 .centerbox .content li:first-child {
    top: 0;
  }
  .section2 .centerbox .content .textbox {
    font-size: clamp(1.6rem, 1.04vw, 2rem);
  }
  .section2 .centerbox .content .textbox h3 {
    font-size: clamp(3rem, 2.6vw, 5rem);
  }
}
@media (max-width: 1024px) {
  .centerbox {
    padding: 0 10px;
  }
  header .pc_nav .gnb li a {
    font-size: clamp(1.6rem, 2vw, 2rem);
    padding: 1.85em 1.5em;
  }
  header .topmenu a {
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  }
  .search_box {
    width: clamp(500px, 70vw, 700px);
  }
  .visual .centerbox .textbox {
    transform: translate(-40vw, -50%);
    gap: 2em;
  }
  .visual .centerbox .textbox strong {
    font-size: clamp(4rem, 6vw, 8rem);
  }
  .visual .centerbox .textbox .detail p {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
  }
  .section1 .centerbox {
    height: auto;
    gap: 3rem;
  }
  .section1 .centerbox .textbox {
    position: relative;
  }
  .section1 .centerbox .textbox h2 {
    font-size: clamp(3rem, 4vw, 5rem);
  }
  .section1 .centerbox .part1_slidebox {
    width: 100%;
    position: relative;
    left: -10rem;
  }
  .section2 .content_box {
    flex-direction: column;
    gap: 5rem;
  }
  .section2 .content_box .textbox {
    width: 100%;
  }
  .section2 .content_box .textbox .text_b {
    text-align: center;
    margin-bottom: 1rem;
  }
  .section2 .content_box .textbox h3 {
    font-size: clamp(3rem, 4.5vw, 5rem);
    text-align: center;
  }
  .section2 .content_box .textbox p {
    width: 100%;
    font-size: clamp(1.6rem, 2vw, 2rem);
    text-align: center;
  }
  .section2 .content_box .textbox .btn_box {
    margin-top: 1rem;
  }
  .section2 .content_box .textbox .btn_box .btn {
    margin-top: 1rem;
  }
  .section2 .content_box .content {
    justify-content: center;
  }
  .section2 .content_box .content li:first-child {
    top: 0;
  }
  .section2 .content_box .content li img {
    max-width: clamp(200px, 14.58vw, 280px);
  }
  .section3 {
    height: auto;
    padding: 5rem 0;
  }
  .section3 .big_img {
    width: clamp(600px, 44.58vw, 856px);
    height: auto;
  }
  .section3 .centerbox {
    flex-direction: column;
    gap: 4rem;
  }
  .section3 .centerbox .part2_slidebox {
    max-width: 100%;
  }
  .section3 .centerbox .part2_slidebox .btn_box {
    left: 70%;
  }
  .section3 .centerbox .textbox {
    width: 100%;
    text-align: start;
  }
  .section3 .centerbox .textbox h2 {
    font-size: clamp(3rem, 4vw, 4.8rem);
  }
  .section3 .centerbox .textbox p {
    font-size: clamp(1.6rem, 2vw, 2rem);
    text-align: start;
  }
  .section3 .centerbox .textbox .btn_box {
    text-align: start;
  }
  .section3 .centerbox .part2_slidebox {
    width: 60%;
  }
  .section3 .centerbox .part2_slidebox .swiper-slide img {
    width: 100%;
  }
  .section4 h2 {
    font-size: clamp(2.4rem, 3vw, 3rem);
  }
  .section4 .content {
    justify-content: center;
  }
  .section4 .content li img {
    width: clamp(200px, 20.8vw, 360px);
  }
  footer {
    height: auto;
    padding: 40px 30px;
  }
  footer .info_box ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .centerbox {
    padding: 0 20px;
  }
  header .centerbox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  header .pc_nav .gnb {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .pc_nav .gnb li a {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    padding: 1em 1.5em;
  }
  header .topmenu {
    width: 100%;
    justify-content: center;
  }
  header .topmenu a {
    font-size: clamp(1.4rem, 2vw, 1.6rem);
  }
  .search_box {
    width: clamp(300px, 90vw, 700px);
    height: 60px;
  }
  .search_box input {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
  }
  .search_box button {
    width: 60px;
  }
  .btn_close {
    right: -30px;
    top: -40px;
    width: 35px;
    height: 35px;
  }
  .visual .centerbox .textbox {
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90%;
    gap: 1.5em;
  }
  .visual .centerbox .textbox strong {
    font-size: clamp(3rem, 6vw, 6rem);
  }
  .visual .centerbox .textbox .detail {
    gap: 1.5em;
  }
  .visual .centerbox .textbox .detail p {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    padding-left: 0;
  }
  .section_box {
    padding: 8rem 0;
  }
  .section_box > section {
    padding: 3rem 0;
  }
  .section1 .centerbox .textbox {
    padding: 2rem;
  }
  .section1 .centerbox .textbox h2 {
    font-size: clamp(2.4rem, 5vw, 4rem);
  }
  .section1 .centerbox .textbox .btn_box {
    justify-content: center;
  }
  .section1 .centerbox .textbox .btn_box > span img {
    width: clamp(40px, 8vw, 60px);
  }
  .section1 .centerbox .part1_slidebox .swiper-slide .text .title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
  }
  .section1 .centerbox .part1_slidebox .swiper-slide .text .title .category {
    font-size: clamp(1.4rem, 2.5vw, 1.6rem);
  }
  .section1 .centerbox .part1_slidebox .swiper-slide .text .detail {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  }
  .section2 .content_box .textbox {
    text-align: center;
  }
  .section2 .content_box .textbox h3 {
    font-size: clamp(2.8rem, 6vw, 4rem);
  }
  .section2 .content_box .textbox .text_b {
    text-align: center;
    margin-bottom: 20px;
  }
  .section2 .content_box .textbox p {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    text-align: center;
  }
  .section2 .content_box .textbox .btn_box .btn {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    padding: 12px 18px;
  }
  .section2 .content_box .content li img {
    max-width: clamp(130px, 10.41vw, 200px);
  }
  .section3 {
    margin: 5rem 0;
  }
  .section3 .big_img {
    width: 100%;
    height: clamp(400px, 60vh, 600px);
    position: relative;
  }
  .section3 .centerbox .part2_slidebox .btn_box {
    left: 60%;
    top: 85%;
  }
  .section3 .centerbox .part2_slidebox .btn_box > span {
    width: clamp(50px, 10vw, 68px);
    height: clamp(50px, 10vw, 68px);
  }
  .section3 .centerbox .part2_slidebox .btn_box > span img {
    width: 60%;
  }
  .section3 .centerbox .textbox {
    text-align: start;
    gap: 0;
  }
  .section3 .centerbox .textbox h2 {
    font-size: clamp(2.8rem, 5vw, 4rem);
  }
  .section3 .centerbox .textbox p {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    text-align: start;
  }
  .section3 .centerbox .btn_box {
    margin-top: 20px;
  }
  .section3 .centerbox .btn_box .btn {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    padding: 12px 18px;
  }
  .section3 .centerbox .part2_slidebox {
    width: 40%;
  }
  .section3 .centerbox .part2_slidebox .swiper-slide img {
    width: 100%;
  }
  .section3 .centerbox .part2_slidebox .btn_box {
    left: 80%;
    top: 74%;
    gap: 1.4rem;
  }
  .section3 .centerbox .part2_slidebox .btn_box span {
    width: 40px;
    height: 40px;
  }
  .section4 h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 3rem;
  }
  .section4 .content {
    align-items: center;
  }
  .section4 .content li {
    width: 100%;
    max-width: 300px;
  }
  .section4 .content li img {
    max-width: clamp(130px, 10.41vw, 200px);
  }
  .section4 footer {
    padding: 30px 20px;
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
  .section4 footer h1 img {
    max-width: 150px;
  }
  .section4 footer .info_box {
    margin-left: 0;
    margin-top: 2rem;
    gap: 6px;
  }
  .section4 footer .info_box ul {
    gap: 1rem;
    text-align: center;
  }
  .section4 footer .info_box ul li {
    text-indent: 2rem;
  }
  .section4 footer .info_box ul a {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
  .section4 footer .info_box ul:last-child {
    font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .visual .centerbox .textbox strong {
    font-size: clamp(2.4rem, 7vw, 4rem);
  }
  .visual .centerbox .textbox .detail p {
    font-size: clamp(1.4rem, 3vw, 1.6rem);
  }
  .section1 .centerbox .textbox h2 {
    font-size: clamp(2rem, 6vw, 3rem);
  }
  .section3 .centerbox .part2_slidebox .btn_box {
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=main.css.map */