/* font */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "NanumSquare";
  font-style: normal;
  word-break: keep-all;
}

ul, li {
  list-style: none;
}

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

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}

img {
  display: block;
}

/* header */
.open-menu {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: transparent;
  display: flex;
  align-items: center;
  z-index: 9999;
  transition: all 0.3s;
}
header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 73.5688%;
  margin: auto;
}
header .header-wrap .right .open-btn {
  display: none;
}
header .header-wrap .right > ul {
  display: flex;
  align-items: center;
}
header .header-wrap .right > ul > li {
  position: relative;
}
header .header-wrap .right > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 146px;
  height: 80px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
}
header .header-wrap .right > ul > li > ul {
  position: absolute;
  border-top: 2px solid #00201C;
  left: -47px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
header .header-wrap .right > ul > li > ul > li > a {
  width: 238px;
  height: 60px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #00201C;
  border-left: 2px solid #FFFFFF;
  transition: all 0.2s;
}
header .header-wrap .right > ul > li > ul > li > a:hover {
  border-left: 2px solid #00201C;
}
header .header-wrap .right > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
header:hover {
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
header:hover .header-wrap .right > ul > li > a {
  color: #00201C;
}
header:hover .header-wrap .right > ul > li:hover > a {
  color: #008170;
}
header.fixed {
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
header.fixed .header-wrap .right > ul > li > a {
  color: #00201C;
}
header.fixed .header-wrap .right > ul > li:hover > a {
  color: #008170;
}

footer {
  width: 100%;
  border-top: 1px solid #777777;
}
footer .footer-wrap {
  width: 70%;
  margin: auto;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-wrap .left img {
  width: 100%;
}
footer .footer-wrap .right .link-box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 24px;
}
footer .footer-wrap .right .link-box a, footer .footer-wrap .right .link-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
}
footer .footer-wrap .right .text-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
  margin-bottom: 24px;
}
footer .footer-wrap .right .copyright p{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #757575;
}

/* main */
.section01 {
  width: 100%;
  height: 100vh;
}
.section01 .mySwiper {
  width: 100%;
  height: 100%;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box {
  margin-left: 13.542%;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 66px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box > p {
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 80px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box {
  width: 330px;
  display: flex;
  flex-direction: column;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn {
  display: flex;
  gap: 24px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-next,
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: unset;
  height: unset;
  margin-top: unset;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: unset;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-next svg path,
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-prev svg path {
  transition: all 0.3s;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-next svg circle,
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-prev svg circle {
  transition: all 0.3s;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-next::after,
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-prev::after {
  display: none;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-next:hover svg path,
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-prev:hover svg path {
  opacity: 1;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-next:hover svg circle,
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .btn .swiper-button-prev:hover svg circle {
  stroke-opacity: 1;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .line {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box .line span {
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
}
.section01 .mySwiper .swiper-wrapper .swiper-slide .text-box .box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #FFFFFF;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide01 {
  background: url(../img/main/section01-01.jpg) no-repeat center center;
  background-size: cover;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide01 .text-box .box .line span:nth-child(1) {
  background: #FFFFFF;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide02 {
  background: url(../img/main/section01-02.jpg) no-repeat center center;
  background-size: cover;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide02 .text-box .box .line span:nth-child(2) {
  background: #FFFFFF;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide03 {
  background: url(../img/main/section01-03.jpg) no-repeat center center;
  background-size: cover;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide.swiper-slide03 .text-box .box .line span:nth-child(3) {
  background: #FFFFFF;
}

.section02 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  width: 73.5688%;
  margin: 80px auto 24px;
}
.section02 .left img {
  width: 100%;
}
.section02 .right h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #212121;
  margin-bottom: 24px;
}
.section02 .right p {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin-bottom: 24px;
}
.section02 .right a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 134px;
  height: 32px;
  background: transparent;
  border: 1px solid #00201C;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #00201C;
}
.section02 .right a svg path {
  transition: all 0.3s;
}
.section02 .right a:hover {
  background: #00201C;
  color: #FFFFFF;
}
.section02 .right a:hover svg path {
  stroke: #FFFFFF;
}

.section03 {
  width: 73.5688%;
  margin: 24px auto;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 41px 50px 30px;
}
.section03 > h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  color: #00201C;
  margin-bottom: 30px;
}
.section03 .mySwiper02 {
  display: flex;
  align-items: center;
  gap: 80px;
  padding-bottom: 35px;
}
.section03 .mySwiper02 .swiper-slide {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.section03 .mySwiper02 .swiper-slide img {
  width: 100%;
}
.section03 .mySwiper02 .swiper-slide p {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #424242;
  text-align: center;
}
.section03 .mySwiper02 .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 32px;
  border: 1px solid #00201C;
  border-radius: 5px;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #00201C;
}
.section03 .mySwiper02 .swiper-slide a:hover {
  background: #00201C;
  color: #FFFFFF;
}

.section04 {
  width: 73.5688%;
  margin: 0 auto 150px;
  display: flex;
  gap: 24px;
}
.section04 .left {
  background: #00201C;
  border-radius: 10px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 64.5px;
}
.section04 .left .box {
  display: flex;
  gap: 24px;
}
.section04 .left .box .text-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section04 .left .box .text-box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #FAFAFA;
}
.section04 .left .box .text-box p, .section04 .left .box .text-box a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #FAFAFA;
}
.section04 .right {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 60px;
  position: relative;
}
.section04 .right .title {
  margin-bottom: 31px;
}
.section04 .right .title h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 41px;
  color: #00201C;
}
.section04 .right form button {
  position: absolute;
  top: 61.14px;
  right: 75.7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 40px;
  border: 1px solid #00201C;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #00201C;
}
.section04 .right form button:hover {
  background: #00201C;
  color: #FFFFFF;
}
.section04 .right form .top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 22px;
}
.section04 .right form .top input {
  width: 100%;
  padding: 20px 65px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  text-align: center;
}
.section04 .right form .bottom textarea {
  width: 100%;
  height: 189px;
  padding: 20px 65px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  resize: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  text-align: center;
}