/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard";
  word-break: keep-all;
}

ul,
li {
  list-style: none;
}

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

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
}

/* header */
.header_m-bg {
  display: none;
}

header {
  width: 100%;
  background: transparent;
  position: fixed;
  z-index: 9999;
  transition: all 0.3s;
}
header .header {
  width: 75%;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header .open-btn {
  display: none;
}
header .header .open-menu {
  display: none;
}
header .header .left a {
  display: block;
}
header .header .left a svg path {
  fill: #ffffff;
  transition: all 0.3s;
}
header .header .right > ul {
  display: flex;
}
header .header .right > ul > li {
  margin-left: 0px;
  position: relative;
}
header .header .right > ul > li > a {
  width: 133px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.3s;
}
header .header .right > ul > li .dep02 {
  position: absolute;
  top: 80px;
  left: -8px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
header .header .right > ul > li .dep02 li a {
  width: 150px;
  background: #ffffff;
  display: block;
  padding: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #8e8e8e;
  text-align: center;
  transition: all 0.3s;
}
header .header .right > ul > li .dep02 li a:hover {
  color: #686868;
}
header .header .right > ul > li:first-child {
  margin-left: 40px;
}
header .header .right > ul li.lang {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 40px;
}
header .header .right > ul li.lang img {
  margin-right: 16px;
  content: url(../img/globe-02-w.svg);
}
header .header .right > ul li.lang span {
  width: 1px;
  height: 14px;
  background: #ffffff;
  display: block;
  margin: 0 16px;
}
header .header .right > ul li.lang > a {
  width: unset;
  height: unset;
  display: unset;
  align-items: unset;
  justify-content: unset;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  transition: all 0.3s;
}
header .header .right > ul li.lang a.active {
  color: #ffffff;
}
header .header .right > ul > li:hover > a {
  color: #686868;
}
header .header .right > ul > li:hover .dep02 {
  visibility: visible;
  opacity: 1;
}

header:hover {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
header:hover .header .left a svg path {
  fill: #3f3f3f;
}
header:hover .header .right > ul > li > a {
  color: #8e8e8e;
}
header:hover .header .right > ul li.lang {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 40px;
}
header:hover .header .right > ul li.lang img {
  content: url(../img/globe-02.svg);
}
header:hover .header .right > ul li.lang span {
  background: #adadad;
}
header:hover .header .right > ul li.lang > a {
  color: #8e8e8e;
}
header:hover .header .right > ul li.lang a.active {
  color: #151515;
}

header.fixed {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
header.fixed .header .left a svg path {
  fill: #3f3f3f;
}
header.fixed .header .right > ul > li > a {
  color: #8e8e8e;
}
header.fixed .header .right > ul li.lang {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 40px;
}
header.fixed .header .right > ul li.lang img {
  content: url(../img/globe-02.svg);
}
header.fixed .header .right > ul li.lang span {
  background: #adadad;
}
header.fixed .header .right > ul li.lang > a {
  color: #8e8e8e;
}
header.fixed .header .right > ul li.lang a.active {
  color: #151515;
}

/* section01 */
.section01 {
  width: 100%;
  height: 100vh;
}
.section01 .mySwiper {
  height: 100vh;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide {
  background: url(../img/section01_01.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #ffffff;
  margin-bottom: 40px;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide h3 span {
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #151515;
  display: block;
  padding: 16px 32px;
  background: #ffffff;
  border-radius: 26px;
  transition: all 0.3s;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide a:hover {
  color: #ffffff;
  background: #151515;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide01 a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: block;
  padding: 16px 32px;
  background: #151515;
  border-radius: 26px;
  transition: all 0.3s;
}
.section01 .mySwiper .swiper-wrapper .swiper-slide01 a:hover {
  color: #151515;
  background: #ffffff;
}

/* section02 */
.section02 {
  width: 100%;
  padding: 50px 0;
  background: #f7f7f7;
}
.section02 .top {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 24px;
}
.section02 .top h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
}
.section02 .bottom {
  width: 73.5688%;
  margin: auto;
}
.section02 .bottom .content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.section02 .bottom .content-wrap .content {
  width: 25%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section02 .bottom .content-wrap .content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #3f3f3f;
  margin-bottom: 32px;
}
.section02 .bottom .content-wrap span {
  display: block;
  width: 1px;
  height: 120px;
  background: #3f3f3f;
}
.section02 .bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #3f3f3f;
}

/* section03 */
.section03 {
  width: 100%;
  background: url(../img/section03_01.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.section03 .content-wrap {
  width: 73.5688%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.section03 .content-wrap .left {
  margin-right: 48px;
}
.section03 .content-wrap .left .top {
  margin-bottom: 24px;
}
.section03 .content-wrap .left .top h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
}
.section03 .content-wrap .left .top h3 span {
  position: relative;
  z-index: 1;
}
.section03 .content-wrap .left .top h3 span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  background: #47b5ff;
  left: 0;
  bottom: 13px;
  z-index: -1;
}
.section03 .content-wrap .left .middle {
  margin-bottom: 46px;
}
.section03 .content-wrap .left .middle p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #8e8e8e;
}
.section03 .content-wrap .left .middle p span {
  color: #3f3f3f;
}
.section03 .content-wrap .left .bottom a {
  width: 74px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0051a7;
  transition: all 0.3s;
}
.section03 .content-wrap .left .bottom a svg {
  margin-left: 8px;
  transition: all 0.3s;
}
.section03 .content-wrap .left .bottom a:hover {
  color: #151515;
  transform: translateX(20px);
}
.section03 .content-wrap .left .bottom a:hover svg path {
  stroke: #151515;
}
.section03 .content-wrap .right p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #adadad;
  text-align: center;
  margin-top: 16px;
}

/* section04 */
.section04 {
  width: 100%;
  height: 912px;
  background: #f7f7f7;
  padding-top: 50px;
}
.section04 .content-wrap {
  position: relative;
}
.section04 .content-wrap > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-left: 13.663%;
}
.section04 .content-wrap .bg {
  width: 11.9%;
  height: 912px;
  background: #f7f7f7;
  position: absolute;
  z-index: 5;
  top: -50px;
  left: 0;
}
.section04 .content-wrap .mySwiper02 {
  width: 100%;
  height: 818px;
  padding-top: 24px;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper {
  margin-left: 13.663%;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 32px;
  filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.15));
  height: 662px;
  width: 60.326%;
  opacity: 0.3;
  transition: all 0.3s;
}
.section04
  .content-wrap
  .mySwiper02
  .swiper-wrapper
  .swiper-slide
  .text-wrap
  h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  color: #ffffff;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide01 {
  background: url(../img/section04_01.jpg) no-repeat center center;
  background-size: cover;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide02 {
  background: url(../img/section04_02.jpg) no-repeat center center;
  background-size: cover;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide03 {
  background: url(../img/section04_03.jpg) no-repeat center center;
  background-size: cover;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide04 {
  background: url(../img/section04_04.jpg) no-repeat center center;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide05 {
  background: url(../img/section04_05.jpg) no-repeat center center;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide06 {
  background: url(../img/section04_06.jpg) no-repeat center center;
}
.section04 .content-wrap .mySwiper02 .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  transition: all 0.3s;
}
.section04 .content-wrap .mySwiper02 .swiper-button-next,
.section04 .content-wrap .mySwiper02 .swiper-button-prev {
  top: unset;
  bottom: 50px;
  width: unset;
  height: unset;
  margin-top: unset;
}
.section04 .content-wrap .mySwiper02 .swiper-button-next {
  right: unset;
  left: 17.5%;
}
.section04 .content-wrap .mySwiper02 .swiper-button-next::after {
  display: none;
}
.section04 .content-wrap .mySwiper02 .swiper-button-prev {
  right: unset;
  left: 14%;
}
.section04 .content-wrap .mySwiper02 .swiper-button-prev::after {
  display: none;
}

/* section_new */
.section_new {
  width: 100%;
  height: 982px;
  background: url(../img/section_new_bg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.section_new .left {
  margin-top: 120px;
}
.section_new .left h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: #0062bd;
  position: relative;
  margin-bottom: 40px;
}
.section_new .left h3 img {
  position: absolute;
  left: -90px;
  bottom: -10px;
}
.section_new .left .left-wrap {
  width: 561px;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.section_new .left .left-wrap .cont {
  margin-bottom: 40px;
}
.section_new .left .left-wrap .cont h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #484848;
  margin-bottom: 32px;
}
.section_new .left .left-wrap .cont p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #484848;
}
.section_new .left .left-wrap .cont:last-child {
  margin-bottom: 0px;
}
.section_new .right {
  margin-top: 133px;
  margin-left: 216px;
  position: relative;
}
.section_new .right .trigger-ani {
  position: relative;
  top: 75px;
}
.section_new .right .mo_img {
  visibility: hidden;
}
.section_new .right .wrap {
  position: absolute;
  top: -35px;
  left: -414px;
}
.section_new .right .wrap .ani {
  position: absolute;
  top: 0;
  left: 0;
  width: 1400px;
}
.section_new .right .wrap .ani02 {
  z-index: 9;
  transform: translate(89px, 255px);
}
.section_new .right .wrap .ani03 {
  z-index: 8;
  transform: translate(53px, 161px);
}
.section_new .right .wrap .ani04 {
  z-index: 7;
  transform: translate(0px, 66px);
}
.section_new .right .wrap .ani05 {
  z-index: 6;
  transform: translate(0px, 16px);
}
.section_new .right .wrap .ani06 {
  z-index: 5;
  transform: translate(0px, -85px);
}
.section_new .right .wrap .ani07 {
  z-index: 4;
  transform: translate(0px, -80px);
}
.section_new .right .wrap .ani08 {
  z-index: 3;
  transform: translate(-43px, -71px);
}
.section_new .right .wrap .ani09 {
  z-index: 2;
  transform: translate(-61px, -127px);
}
.section_new .right .wrap .ani10 {
  z-index: 1;
  transform: translate(-68px, -153px);
}

/* section05 */
.section05 {
  width: 100%;
  background: url(../img/section05_01.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.section05 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #eeeeee;
  margin-bottom: 52px;
}
.section05 img {
  width: 52.549%;
  margin-bottom: 52px;
}
.section05 p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #eeeeee;
}

/* section06 */
.section06 {
  width: 100%;
}
.section06 .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.section06 .content-wrap .content {
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.7s;
}
.section06 .content-wrap .content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
}
.section06 .content-wrap .content01 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/section06_01.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.section06 .content-wrap .content02 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/section06_02.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.section06 .content-wrap .content03 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/section06_03.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.section06 .content-wrap .content04 {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(../img/section06_04.jpg) no-repeat center center;
  background-size: 100% 100%;
}

/* section07 */
.section07 {
  width: 100%;
  background: #f7f7f7;
  padding: 50px 0;
}
.section07 .content-wrap {
  width: 73.5688%;
  margin: auto;
}
.section07 .content-wrap h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 32px;
}
.section07 .content-wrap .content-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.section07 .content-wrap .content-box img {
  width: 100%;
  display: block;
}
.section07 .content-wrap p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #3f3f3f;
}

/* section08 */
.section08 {
  width: 100%;
  padding: 50px 0;
}
.section08 .content-wrap {
  width: 72.097%;
  margin: auto;
}
.section08 .content-wrap > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 82px;
}
.section08 .content-wrap .content-box {
  display: flex;
  justify-content: center;
}
.section08 .content-wrap .content-box .left {
  display: flex;
  position: relative;
  z-index: 5;
}
.section08 .content-wrap .content-box .left .text .line {
  display: flex;
}
.section08 .content-wrap .content-box .left .text .line p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #686868;
  white-space: nowrap;
  margin-right: 15px;
}
.section08 .content-wrap .content-box .left .text .line svg {
  position: relative;
  top: 25px;
}
.section08 .content-wrap .content-box .left .line-text {
  position: relative;
  top: 91px;
  left: 124px;
}
.section08 .content-wrap .content-box .left img {
  width: 100%;
  position: relative;
  top: -56px;
  left: 25px;
}
.section08 .content-wrap .content-box .right {
  display: flex;
  position: relative;
}
.section08 .content-wrap .content-box .right .line {
  display: flex;
  flex-direction: row-reverse;
}
.section08 .content-wrap .content-box .right .line p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #686868;
  white-space: nowrap;
  margin-left: 15px;
}
.section08 .content-wrap .content-box .right .line svg {
  position: relative;
  top: 25px;
}
.section08 .content-wrap .content-box .right .line-text {
  position: relative;
  top: 91px;
  left: 60px;
}
.section08 .content-wrap .content-box .right img {
  width: 100%;
  position: relative;
  top: -56px;
  right: 25px;
}
.section08 .content-wrap a {
  width: 179px;
  height: 52px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0051a7;
  border-radius: 26px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 4px;
  transition: all 0.3s;
}
.section08 .content-wrap a:hover {
  background: #151515;
  color: #ffffff;
}

@media (max-width: 1600px) {
  .section08 .content-wrap .content-box .left img {
    width: 50%;
  }
  .section08 .content-wrap .content-box .right img {
    width: 50%;
  }
}
/* footer */
.footer {
  width: 100%;
  background: #686868;
}
.footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 73.5687%;
  margin: auto;
  padding: 50px 0;
}
.footer .footer-wrap .left .top {
  margin-bottom: 32px;
}
.footer .footer-wrap .left .middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer .footer-wrap .left .middle div {
  display: flex;
  align-items: center;
}
.footer .footer-wrap .left .middle div h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.footer .footer-wrap .left .middle div p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.footer .footer-wrap .left .middle div a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.footer .footer-wrap .left .middle .ceo h3 {
  margin-right: 8px;
}
.footer .footer-wrap .left .middle .tel h3 {
  margin-right: 8px;
}
.footer .footer-wrap .left .middle .fax h3 {
  margin-right: 8px;
}
.footer .footer-wrap .left .middle .company-num h3 {
  margin-right: 8px;
}
.footer .footer-wrap .left .middle .company-num h3 {
  margin-right: 8px;
}
.footer .footer-wrap .left .middle span {
  width: 1px;
  height: 12px;
  background: #ffffff;
  margin: 0 8px;
}
.footer .footer-wrap .left .middle01 {
  margin-bottom: 12px;
}
.footer .footer-wrap .left .middle01-01 {
  margin-bottom: 12px;
}
.footer .footer-wrap .left .middle02 {
  margin-bottom: 32px;
}
.footer .footer-wrap .left .bottom ul {
  display: flex;
  align-items: center;
}
.footer .footer-wrap .left .bottom ul li {
  margin-right: 12px;
}
.footer .footer-wrap .left .bottom ul li a {
  display: block;
}
.footer .footer-wrap .right .top {
  margin-bottom: 42px;
}
.footer .footer-wrap .right .top > ul {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-wrap .right .top > ul > li {
  margin-left: 100px;
}
.footer .footer-wrap .right .top > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
.footer .footer-wrap .right .top > ul > li .dep02 {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .footer-wrap .right .top > ul > li .dep02 > li {
  margin-left: 15px;
  position: relative;
}
.footer .footer-wrap .right .top > ul > li .dep02 > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.footer .footer-wrap .right .top > ul > li .dep02 > li::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #ffffff;
  left: -12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer > .bottom {
  width: 100%;
  padding: 40px 0;
  background: #adadad;
}
.footer > .bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-left: 13.663%;
}

/* top-btn */
.top-btn {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 60px;
  right: 120px;
  background: #ffffff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.top-btn svg {
  transition: all 0.3s;
}

.top-btn.active {
  visibility: visible;
  opacity: 1;
}

.top-btn:hover {
  background: #0051a7;
}
.top-btn:hover svg path {
  stroke: #ffffff;
}

/* sub-page */
/* about */
.about-banner {
  width: 73.5687%;
  height: 210px;
  background: url(../img/about01.jpg) no-repeat center center;
  background-size: cover;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  color: #ffffff;
  margin: 0 9.358%;
}
.about-banner span {
  width: 25.715%;
  height: 1px;
  background: #ffffff;
  position: relative;
  display: block;
}
.about-banner span:first-child::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #ffffff;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-banner span:last-child::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #ffffff;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about-section01 {
  width: 100%;
  margin-bottom: 80px;
}
.about-section01 .content-wrap {
  width: 73.5687%;
  margin: auto;
  display: flex;
  align-items: center;
}
.about-section01 .content-wrap .left img {
  width: 100%;
}
.about-section01 .content-wrap .right h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 40px;
}
.about-section01 .content-wrap .right p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #8e8e8e;
}
.about-section01 .content-wrap .right p span {
  color: #3f3f3f;
}

.about-section02 {
  width: 100%;
  margin-bottom: 80px;
}
.about-section02 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 40px;
}
.about-section02 .content-wrap {
  width: 73.5687%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.about-section02 .content-wrap .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.about-section02 .content-wrap .content img {
  width: 47.556%;
  margin-bottom: 24px;
}
.about-section02 .content-wrap .content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #3f3f3f;
  margin-bottom: 24px;
}
.about-section02 .content-wrap .content p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #8e8e8e;
}

.about-section03 {
  width: 100%;
  margin-bottom: 80px;
}
.about-section03 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 24px;
}
.about-section03 .content-wrap {
  width: 73.5687%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.about-section03 .content-wrap .content {
  width: 100%;
}
.about-section03 .content-wrap .content img {
  width: 100%;
  margin-bottom: 24px;
}
.about-section03 .content-wrap .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #8e8e8e;
  text-align: center;
}

.brandstory-section01 {
  width: 100%;
  margin-bottom: 80px;
}
.brandstory-section01 .content-wrap {
  width: 73.5687%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brandstory-section01 .content-wrap .left img {
  width: 100%;
}
.brandstory-section01 .content-wrap .right h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 40px;
  text-align: center;
}
.brandstory-section01 .content-wrap .right p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #8e8e8e;
  text-align: center;
}
.brandstory-section01 .content-wrap .right p span {
  color: #3f3f3f;
}

.location-section01 {
  width: 100%;
  margin-bottom: 80px;
}
.location-section01 .content-wrap {
  width: 73.5687%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 40px;
}
.location-section01 .content-wrap .left {
  width: 100%;
}
.location-section01 .content-wrap .left iframe {
  width: 100%;
  height: 500px;
}
.location-section01 .content-wrap .right {
  width: 100%;
}
.location-section01 .content-wrap .right h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 40px;
}
.location-section01 .content-wrap .right p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #8e8e8e;
}
.location-section01 .content-wrap .right p span {
  color: #3f3f3f;
}

/* technology */
.technology-banner {
  width: 73.5687%;
  height: 210px;
  background: url(../img/technology01.jpg) no-repeat center center;
  background-size: cover;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-banner h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 62px;
  color: #ffffff;
  margin: 0 9.358%;
}
.technology-banner span {
  width: 25.715%;
  height: 1px;
  background: #ffffff;
  position: relative;
  display: block;
}
.technology-banner span:first-child::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #ffffff;
  left: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.technology-banner span:last-child::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #ffffff;
  right: -8px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.technology-section01 {
  width: 100%;
  height: 500px;
  background: url(../img/technology02.svg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.technology-section01 h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 80px;
  line-height: 95px;
  text-align: center;
  color: #ffffff;
  -webkit-text-stroke: 1px #0051a7;
}
.technology-section01 h3 span {
  -webkit-text-stroke: unset;
  color: #0051a7;
}

.technology-section02 {
  width: 100%;
  margin-bottom: 80px;
}
.technology-section02 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 74px;
}
.technology-section02 .content-wrap {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.technology-section02 .content-wrap .left {
  display: flex;
  position: relative;
  align-items: center;
}
.technology-section02 .content-wrap .left > img {
  position: absolute;
  left: -98%;
}
.technology-section02 .content-wrap .left .box {
  padding: 40px 0;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  position: relative;
}
.technology-section02 .content-wrap .left .box span {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 180px;
  height: 56px;
  background: #0051a7;
  border-radius: 0px 20px 20px 0px;
  top: -34px;
}
.technology-section02 .content-wrap .left .box h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #0051a7;
  margin-bottom: 24px;
}
.technology-section02 .content-wrap .left .box img {
  display: block;
  margin: 0 39px;
  margin-bottom: 24px;
}
.technology-section02 .content-wrap .left .box p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #8e8e8e;
}
.technology-section02 .content-wrap .right {
  display: flex;
  position: relative;
  align-items: center;
}
.technology-section02 .content-wrap .right > img {
  position: absolute;
  right: -98%;
  z-index: -1;
}
.technology-section02 .content-wrap .right .box {
  padding: 40px 0;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  position: relative;
}
.technology-section02 .content-wrap .right .box span {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 180px;
  height: 56px;
  background: #0051a7;
  border-radius: 0px 20px 20px 0px;
  top: -34px;
}
.technology-section02 .content-wrap .right .box h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #0051a7;
  margin-bottom: 24px;
}
.technology-section02 .content-wrap .right .box img {
  display: block;
  margin: 0 93px;
  margin-bottom: 24px;
}
.technology-section02 .content-wrap .right .box p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #8e8e8e;
}

@media (max-width: 1600px) {
  .technology-section02 .content-wrap .left > img {
    position: absolute;
    width: 100%;
    left: -65%;
  }
  .technology-section02 .content-wrap .right > img {
    position: absolute;
    width: 100%;
    right: -65%;
    z-index: -1;
  }
}
.technology-section03 {
  width: 100%;
  margin-bottom: 80px;
}
.technology-section03 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 40px;
}
.technology-section03 .content-wrap {
  width: 73.5688%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 38px;
  margin-bottom: 24px;
}
.technology-section03 .content-wrap .left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.technology-section03 .content-wrap .left img {
  width: 100%;
}
.technology-section03 .content-wrap .right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.technology-section03 .content-wrap .right .content {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.technology-section03 .content-wrap .right .content p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #8e8e8e;
}
.technology-section03 .content-wrap .right .content p span {
  color: #0051a7;
}
.technology-section03 > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #8e8e8e;
}

.technology-section04 {
  width: 100%;
  margin-bottom: 80px;
}
.technology-section04 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 40px;
}
.technology-section04 .content-wrap {
  width: 73.5688%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.technology-section04 .content-wrap .content {
  width: 100%;
}
.technology-section04 .content-wrap .content img {
  width: 100%;
  margin-bottom: 24px;
}
.technology-section04 .content-wrap .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #8e8e8e;
  text-align: center;
}

/* product */
.product-section01 {
  width: 100%;
  height: 860px;
  background: url(../img/product01.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 80px;
}
.product-section01 h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 96px;
  color: #ffffff;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}
.product-section01 p {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  color: #ffffff;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.product-section02 {
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}
.product-section02 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 24px;
}
.product-section02 > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #8e8e8e;
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-section02 > p span {
  color: #3f3f3f;
}
.product-section02 > p:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #8e8e8e;
  text-align: center;
  margin-bottom: 24px;
}
.product-section02 .bg .line {
  position: absolute;
  top: 40px;
  z-index: -1;
}
.product-section02 .bg .bg02 .left {
  position: absolute;
  width: 50%;
  height: 309px;
  background: #ffffff;
  top: 40px;
  left: 0;
  transition: all 3s;
}
.product-section02 .bg .bg02 .left.active {
  transform: translateX(-100%);
}
.product-section02 .bg .bg02 .right {
  position: absolute;
  width: 50%;
  height: 309px;
  background: #ffffff;
  top: 40px;
  right: 0;
  transition: all 3s;
}
.product-section02 .bg .bg02 .right.active {
  transform: translateX(100%);
}
.product-section02 .content-wrap {
  width: 59.906%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
.product-section02 .content-wrap .content {
  width: 148px;
  height: 148px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.product-section02 .content-wrap .content p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #0051a7;
}
.product-section02 .content-wrap .content::after {
  position: absolute;
  content: "";
  width: 148px;
  height: 148px;
  background: url(../img/product03.png) no-repeat center center;
  background-size: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 148px;
  z-index: -1;
}
.product-section02 .chart-wrap {
  width: 56.753%;
  height: 443px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.product-section02 .chart-wrap .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transform: translateY(-11.4%);
  transition: all 1.5s;
}
.product-section02 .chart-wrap .bg.active {
  transform: translateY(-100%);
}
.product-section02 .chart-wrap .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
.product-section02 .chart-wrap .chart {
  display: flex;
  justify-content: center;
  gap: 320px;
}
.product-section02 .chart-wrap .chart .left {
  position: relative;
}
.product-section02 .chart-wrap .chart .left .chart01 {
  position: absolute;
  display: block;
  width: 58px;
  height: 8px;
  background: #0051a7;
  left: 0;
  right: 0;
  margin: auto;
  top: -8px;
}
.product-section02 .chart-wrap .chart .left h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #0051a7;
  margin-top: 24px;
}
.product-section02 .chart-wrap .chart .right {
  position: relative;
}
.product-section02 .chart-wrap .chart .right .chart02 {
  position: absolute;
  display: block;
  width: 58px;
  height: 393px;
  background: #0051a7;
  left: 0;
  right: 0;
  margin: auto;
  top: -24.59rem;
}
.product-section02 .chart-wrap .chart .right h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #0051a7;
  margin-top: 24px;
}

.product-section03 {
  width: 100%;
  padding: 50px 0;
  margin-bottom: 80px;
  background: url(../img/product05.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-section03 h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 24px;
}
.product-section03 img {
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.15));
  margin-bottom: 24px;
}
.product-section03 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 24px;
}
.product-section03 p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.product-section04 {
  width: 100%;
  margin-bottom: 80px;
}
.product-section04 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #151515;
  margin-bottom: 24px;
}
.product-section04 > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #8e8e8e;
  margin-bottom: 24px;
}
.product-section04 .content-wrap {
  width: 100%;
  background: #eeeeee;
  position: relative;
}
.product-section04 .content-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 250px;
  height: 100%;
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-section04 .content-wrap .mySwiper-sub01 {
  padding: 50px 0;
  padding-bottom: 124px;
}
.product-section04 .content-wrap .mySwiper-sub01 .swiper-wrapper {
  margin-left: 260px;
}
.product-section04 .content-wrap .mySwiper-sub01 .swiper-wrapper .swiper-slide {
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  height: 369px;
}
.product-section04
  .content-wrap
  .mySwiper-sub01
  .swiper-wrapper
  .swiper-slide
  img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 24px;
}
.product-section04
  .content-wrap
  .mySwiper-sub01
  .swiper-wrapper
  .swiper-slide
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #8e8e8e;
}
.product-section04 .content-wrap .mySwiper-sub01 .swiper-button-next,
.product-section04 .content-wrap .mySwiper-sub01 .swiper-button-prev {
  right: unset;
  left: unset;
  top: unset;
  bottom: 35px;
}
.product-section04 .content-wrap .mySwiper-sub01 .swiper-button-next {
  width: unset;
  height: unset;
  margin-top: unset;
  left: 334px;
}
.product-section04 .content-wrap .mySwiper-sub01 .swiper-button-prev {
  width: unset;
  height: unset;
  margin-top: unset;
  left: 260px;
}
.product-section04 .content-wrap .mySwiper-sub01 .swiper-button-next::after {
  display: none;
}
.product-section04 .content-wrap .mySwiper-sub01 .swiper-button-prev::after {
  display: none;
}

.product-section05 {
  width: 100%;
  background: url(../img/product11.svg) no-repeat center center;
  background-size: 27%;
  margin-bottom: 80px;
}
.product-section05 .top {
  width: 72.728%;
  margin: auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
}
.product-section05 .top .left {
  width: 100%;
}
.product-section05 .top .left img {
  width: 100%;
  display: block;
}
.product-section05 .top .right {
  width: 100%;
}
.product-section05 .top .right h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 60px;
}
.product-section05 .top .right p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #8e8e8e;
}
.product-section05 .bottom {
  width: 72.728%;
  margin: auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.product-section05 .bottom .left {
  width: 100%;
}
.product-section05 .bottom .left h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 60px;
}
.product-section05 .bottom .left ul li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #3f3f3f;
}
.product-section05 .bottom .left ul li svg {
  margin-right: 24px;
}
.product-section05 .bottom .left ul li:last-child {
  margin-bottom: 0;
}
.product-section05 .bottom .right {
  width: 100%;
}
.product-section05 .bottom .right img {
  width: 100%;
  display: block;
}

.product-section06 {
  width: 100%;
  margin-bottom: 80px;
}
.product-section06 .content-wrap {
  width: 73.5688%;
  margin: auto;
}
.product-section06 .content-wrap .tab-menu ul {
  display: flex;
}
.product-section06 .content-wrap .tab-menu ul li {
  padding: 24px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #3f3f3f;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: transparent;
  transition: all 0.3s;
}
.product-section06 .content-wrap .tab-menu ul li.active {
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #d8d8d8;
  background: #ffffff;
}
.product-section06 .content-wrap .tab-content .content01 {
  width: 100%;
  justify-content: center;
  gap: 40px;
  padding: 24px 0;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  position: relative;
  top: -1px;
  z-index: -1;
  display: none;
}
.product-section06 .content-wrap .tab-content .content01 .cont {
  padding: 24px 80px;
  border: 1px solid #d8d8d8;
}
.product-section06 .content-wrap .tab-content .content01 .cont img {
  margin-bottom: 24px;
}
.product-section06 .content-wrap .tab-content .content01 .cont h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #3f3f3f;
}
.product-section06 .content-wrap .tab-content .content01 .cont h3 span {
  color: #0051a7;
}
.product-section06 .content-wrap .tab-content .content02 {
  width: 100%;
  padding: 24px 0;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  position: relative;
  top: -1px;
  z-index: -1;
  flex-direction: column;
  align-items: center;
  display: none;
}
.product-section06 .content-wrap .tab-content .content02 .cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
  margin-bottom: 24px;
}
.product-section06 .content-wrap .tab-content .content02 .cont img {
  width: 100%;
}
.product-section06 .content-wrap .tab-content .content02 h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #3f3f3f;
}
.product-section06 .content-wrap .tab-content .content03 {
  width: 100%;
  padding: 24px 181px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  position: relative;
  top: -1px;
  z-index: -1;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-section06 .content-wrap .tab-content .content03 .cont {
  width: 100%;
  padding: 32px 40px;
  border: 1px solid #d8d8d8;
}
.product-section06 .content-wrap .tab-content .content03 .cont .img-box {
  margin-bottom: 24px;
}
.product-section06 .content-wrap .tab-content .content03 .cont .img-box img {
  width: 100%;
}
.product-section06 .content-wrap .tab-content .content03 .cont h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #3f3f3f;
}
.product-section06 .content-wrap .tab-content .content04 {
  width: 100%;
  padding: 24px 227.5px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  position: relative;
  top: -1px;
  z-index: -1;
  display: none;
  flex-direction: column;
  align-items: center;
}
.product-section06 .content-wrap .tab-content .content04 .cont {
  padding: 2px 80px;
  border: 1px solid #d8d8d8;
  margin-bottom: 24px;
}
.product-section06 .content-wrap .tab-content .content04 h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #3f3f3f;
}
.product-section06 .content-wrap .tab-content .content05 {
  width: 100%;
  padding: 24px 227.5px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  position: relative;
  top: -1px;
  z-index: -1;
  display: none;
  flex-direction: column;
  align-items: center;
}
.product-section06 .content-wrap .tab-content .content05 .cont {
  padding: 24px 80px;
  border: 1px solid #d8d8d8;
  margin-bottom: 24px;
}
.product-section06 .content-wrap .tab-content .content05 h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #3f3f3f;
}
.product-section06 .content-wrap .tab-content .content01.active {
  display: flex;
}
.product-section06 .content-wrap .tab-content .content02.active {
  display: flex;
}
.product-section06 .content-wrap .tab-content .content03.active {
  display: grid;
}
.product-section06 .content-wrap .tab-content .content04.active {
  display: flex;
}
.product-section06 .content-wrap .tab-content .content05.active {
  display: flex;
}

.product-section07 {
  width: 100%;
  background: url(../img/product30.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 80px;
  padding: 50px 0;
}
.product-section07 .fix-text {
  position: fixed;
  top: 10rem;
  left: 9%;
  transform: rotate(-90deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.product-section07 .fix-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #0051a7;
}
.product-section07 .fix-text.active {
  opacity: 1;
  visibility: visible;
}
.product-section07 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  color: #151515;
  margin-bottom: 24px;
}
.product-section07 > h3:nth-child(2) {
  margin-bottom: 88px;
}
.product-section07 .content-wrap01 {
  width: 67.263%;
  margin: auto;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.product-section07 .content-wrap01 .content {
  width: 100%;
  position: relative;
  padding: 24px 40px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.product-section07 .content-wrap01 .content span {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 96px;
  color: #ffffff;
  -webkit-text-stroke: 1px #3f3f3f;
  position: absolute;
  top: -65px;
}
.product-section07 .content-wrap01 .content img {
  width: 100%;
  margin-bottom: 16px;
}
.product-section07 .content-wrap01 .content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #3f3f3f;
  margin-bottom: 16px;
}
.product-section07 .content-wrap01 .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #686868;
}
.product-section07 .content-wrap02 {
  width: 67.263%;
  margin: auto;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.product-section07 .content-wrap02 .content {
  width: 100%;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.product-section07 .content-wrap02 .content img {
  width: 100%;
  margin-bottom: 24px;
}
.product-section07 .content-wrap02 .content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #151515;
}
.product-section07 > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #686868;
}

.product-section08 {
  width: 100%;
  margin-bottom: 80px;
}
.product-section08 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 24px;
  text-align: center;
}
.product-section08 > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #8e8e8e;
  margin-bottom: 24px;
  text-align: center;
}
.product-section08 .content-wrap {
  width: 73.5688%;
  margin: auto;
}
.product-section08 .content-wrap .top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.product-section08 .content-wrap .top .content {
  width: 100%;
}
.product-section08 .content-wrap .top .content img {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.product-section08 .content-wrap .top .content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #686868;
  text-align: center;
}
.product-section08 .content-wrap .bottom {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.product-section08 .content-wrap .bottom .content {
  width: 32.143%;
}
.product-section08 .content-wrap .bottom .content img {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}
.product-section08 .content-wrap .bottom .content h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #686868;
  text-align: center;
}

.product-section09 {
  width: 100%;
  margin-bottom: 80px;
}
.product-section09 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 24px;
}
.product-section09 .content-wrap {
  width: 73.5688%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.product-section09 .content-wrap .content {
  width: 100%;
}
.product-section09 .content-wrap .content img {
  width: 100%;
  margin-bottom: 24px;
}
.product-section09 .content-wrap .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #8e8e8e;
  text-align: center;
}

.product-section10 {
  width: 100%;
  margin-bottom: 80px;
}
.product-section10 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 24px;
}
.product-section10 .content-wrap {
  width: 73.5688%;
  margin: auto;
}
.product-section10 .content-wrap .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbfbfb;
  padding: 40px;
  margin-bottom: 24px;
}
.product-section10 .content-wrap .top > span {
  display: block;
  width: 1px;
  height: 140px;
  background: #d8d8d8;
  margin: 0 80px;
}
.product-section10 .content-wrap .top .content {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-section10 .content-wrap .top .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #3f3f3f;
  margin-bottom: 24px;
}
.product-section10 .content-wrap .top .content h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #3f3f3f;
  margin-top: 24px;
}
.product-section10 .content-wrap .top .content h3 span {
  color: #d8d8d8;
}
.product-section10 .content-wrap .top .content ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 6px;
}
.product-section10 .content-wrap .top .content ul li span {
  display: block;
  width: 50px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 25px;
  position: relative;
}
.product-section10 .content-wrap .top .content ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3f3f3f;
  margin-bottom: 0;
}
.product-section10 .content-wrap .top .content ul li:nth-child(1) span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 47px;
  height: 8px;
  background: #0051a7;
  border-radius: 25px;
}
.product-section10 .content-wrap .top .content ul li:nth-child(2) span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  background: #0051a7;
  border-radius: 25px;
}
.product-section10 .content-wrap .top .content ul li:nth-child(3) span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #0051a7;
  border-radius: 4px;
  box-sizing: border-box;
}
.product-section10 .content-wrap .top .content ul li:last-child {
  margin-bottom: 0px;
}
.product-section10 .content-wrap .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
.product-section10 .content-wrap .bottom .content {
  width: 100%;
  padding: 24px;
  border: 1px solid #d8d8d8;
}
.product-section10 .content-wrap .bottom .content img {
  width: 100%;
  margin-bottom: 24px;
}
.product-section10 .content-wrap .bottom .content > p {
  font-style: normal;
  font-weight: 400;
  font-size: 17.9px;
  line-height: 24px;
  color: #3f3f3f;
  margin-bottom: 10px;
  word-break: break-all;
}
.product-section10 .content-wrap .bottom .content .box {
  display: flex;
  align-items: center;
}
.product-section10 .content-wrap .bottom .content .box p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #686868;
  white-space: nowrap;
}
.product-section10 .content-wrap .bottom .content .box svg {
  margin-left: 16px;
  margin-right: 22px;
}

.product-section11 {
  width: 100%;
  background: #f7f7f7;
  padding: 50px 0;
  margin-bottom: 80px;
}
.product-section11 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  margin-bottom: 24px;
  text-align: center;
}
.product-section11 .mySwiper-sub02 .swiper-wrapper .swiper-slide {
  width: 42.039%;
  position: relative;
}
.product-section11 .mySwiper-sub02 .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-bottom: 24px;
  opacity: 0.4;
  transform: scaleY(0.85);
  transform-origin: bottom;
  transition: all 0.5s;
}
.product-section11 .mySwiper-sub02 .swiper-wrapper .swiper-slide img.active {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
}
.product-section11 .mySwiper-sub02 .swiper-wrapper .swiper-slide h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #3f3f3f;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.product-section11 .mySwiper-sub02 .swiper-wrapper .swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
}
.product-section11
  .mySwiper-sub02
  .swiper-wrapper
  .swiper-slide-active
  img.active {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-section11 .mySwiper-sub02 .swiper-wrapper .swiper-slide-active h3 {
  opacity: 1;
  visibility: visible;
}
.product-section11 .mySwiper-sub02 .swiper-button-next,
.product-section11 .mySwiper-sub02 .swiper-button-prev {
  right: unset;
  left: unset;
  top: unset;
  bottom: 50%;
}
.product-section11 .mySwiper-sub02 .swiper-button-next {
  width: unset;
  height: unset;
  margin-top: unset;
  right: 25%;
}
.product-section11 .mySwiper-sub02 .swiper-button-prev {
  width: unset;
  height: unset;
  margin-top: unset;
  left: 25%;
}
.product-section11 .mySwiper-sub02 .swiper-button-next::after {
  display: none;
}
.product-section11 .mySwiper-sub02 .swiper-button-prev::after {
  display: none;
}

.product-section12 {
  width: 100%;
  margin-bottom: 80px;
}
.product-section12 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 24px;
}
.product-section12 .content-wrap {
  width: 73.5688%;
  margin: auto;
}
.product-section12 .content-wrap .top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.product-section12 .content-wrap .top .content {
  width: 100%;
}
.product-section12 .content-wrap .top .content img {
  width: 100%;
}
.product-section12 .content-wrap .top .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #686868;
  margin-top: 16px;
}
.product-section12 .content-wrap .bottom {
  width: 65.143%;
  margin: auto;
}
.product-section12 .content-wrap .bottom .content .img-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.product-section12 .content-wrap .bottom .content .img-box img {
  width: 100%;
  margin: auto;
}
.product-section12 .content-wrap .bottom .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #686868;
  margin-top: 16px;
}

.product-section13 {
  width: 100%;
  margin-bottom: 80px;
}
.product-section13 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 24px;
}
.product-section13 .content-wrap {
  width: 54.651%;
  margin: auto;
}
.product-section13 .content-wrap .content-btn {
  width: 100%;
  padding: 24px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  cursor: pointer;
}
.product-section13 .content-wrap .content-btn p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #3f3f3f;
}
.product-section13 .content-wrap .content-btn svg {
  margin-left: 32px;
  transition: all 0.3s;
}
.product-section13 .content-wrap .content-btn.active svg {
  transform: rotate(180deg);
}
.product-section13 .content-wrap .content {
  display: none;
  margin-top: 24px;
}
.product-section13 .content-wrap .content table {
  border-collapse: collapse;
  width: 100%;
}
.product-section13 .content-wrap .content table thead tr {
  border-top: 1px solid #3f3f3f;
}
.product-section13 .content-wrap .content table thead tr th:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3f3f3f;
  text-align: left;
  padding: 12px 24px;
  background: #f7f7f7;
  width: 280px;
  border-right: 1px solid #3f3f3f;
}
.product-section13 .content-wrap .content table thead tr th:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #8e8e8e;
  text-align: left;
  padding: 12px 24px;
  width: 760px;
}
.product-section13 .content-wrap .content table tbody tr {
  border-top: 1px solid #3f3f3f;
}
.product-section13 .content-wrap .content table tbody tr td:nth-child(1) {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3f3f3f;
  text-align: left;
  padding: 12px 24px;
  background: #f7f7f7;
  width: 280px;
  border-right: 1px solid #3f3f3f;
}
.product-section13 .content-wrap .content table tbody tr td:nth-child(2) {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #8e8e8e;
  text-align: left;
  padding: 12px 24px;
  width: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-section13
  .content-wrap
  .content
  table
  tbody
  tr
  td:nth-child(2)
  .img-box {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.product-section13
  .content-wrap
  .content
  table
  tbody
  tr
  td:nth-child(2)
  .img-box
  img {
  display: block;
}
.product-section13 .content-wrap .content table tbody tr:last-child {
  border-bottom: 1px solid #3f3f3f;
}
.product-section13 .content-wrap .content.active {
  display: block;
}

.product-section14 {
  width: 100%;
  margin-bottom: 80px;
}
.product-section14 > h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #151515;
  text-align: center;
  margin-bottom: 24px;
}
.product-section14 .content-wrap {
  width: 54.651%;
  margin: auto;
}
.product-section14 .content-wrap .content {
  margin-bottom: 24px;
}
.product-section14 .content-wrap .content .content-btn {
  width: 100%;
  padding: 24px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  cursor: pointer;
}
.product-section14 .content-wrap .content .content-btn p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #3f3f3f;
}
.product-section14 .content-wrap .content .content-btn svg {
  margin-left: 32px;
  transition: all 0.3s;
}
.product-section14 .content-wrap .content .bottom {
  padding: 24px 40px;
  border-bottom: 1px solid #d8d8d8;
  display: none;
}
.product-section14 .content-wrap .content .bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #686868;
}
.product-section14 .content-wrap .content.active .content-btn svg {
  transform: rotate(180deg);
}
.product-section14 .content-wrap .content.active .bottom {
  display: block;
}

.product-mini-section01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}
.product-mini-section01 img {
  display: block;
  width: 100%;
}
body > section > div > img:nth-child(2) {
  width: 80%;
  margin: 0 auto;
}
.contact-section01 {
  width: 100%;
  margin: 120px 0;
}
.contact-section01 .content-wrap {
  width: 73.5688%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.contact-section01 .content-wrap > .left {
  margin-right: 60px;
}
.contact-section01 .content-wrap > .left > h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  color: #000000;
  margin-bottom: 24px;
}
.contact-section01 .content-wrap > .left > p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 48px;
}
.contact-section01 .content-wrap > .left .text-wrap > div {
  display: flex;
  align-items: center;
}
.contact-section01 .content-wrap > .left .text-wrap > div h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-right: 12px;
}
.contact-section01 .content-wrap > .left .text-wrap > div p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.contact-section01 .content-wrap > .left .text-wrap > div a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.contact-section01 .content-wrap > .left .text-wrap > .middle {
  margin: 12px 0;
}
.contact-section01 .content-wrap > .left .text-wrap > .middle > div {
  display: flex;
  align-items: center;
}
.contact-section01 .content-wrap > .left .text-wrap > .middle > .right {
  margin-left: 24px;
}
.contact-section01 .content-wrap > .right form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  position: relative;
}
.contact-section01 .content-wrap > .right form button {
  width: 184px;
  height: 50px;
  background: #0051a7;
  cursor: pointer;
  margin-left: auto;
  border: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  grid-column: 2/2;
}
.contact-section01 .content-wrap > .right form div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contact-section01 .content-wrap > .right form div label {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 4px;
}
.contact-section01 .content-wrap > .right form div input {
  width: 379px;
  height: 41px;
  background: #ffffff;
  border: 1px solid #dddddd;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
  padding: 12px;
}
.contact-section01 .content-wrap > .right form div input:placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.contact-section01 .content-wrap > .right form div textarea {
  width: 782px;
  height: 160px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 12px;
  resize: none;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.contact-section01 .content-wrap > .right form div textarea:placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}
.contact-section01 .content-wrap > .right form .message {
  grid-column: span 2;
}

.notice-section {
  width: 100%;
  margin: 120px 0;
}
.notice-section .content-wrap {
  width: 73.5688%;
  margin: auto;
}
.notice-section .content-wrap > h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 24px;
}
.notice-section .content-wrap .content {
  width: 100%;
}
.notice-section .content-wrap .content table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 60px;
}
.notice-section .content-wrap .content table thead tr {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #dddddd;
}
.notice-section .content-wrap .content table thead tr th {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding: 20.5px 10px;
}
.notice-section .content-wrap .content table thead tr th:nth-child(1) {
  width: 110px;
}
.notice-section .content-wrap .content table thead tr th:nth-child(2) {
  width: 1111px;
}
.notice-section .content-wrap .content table thead tr th:nth-child(3) {
  width: 179px;
}
.notice-section .content-wrap .content table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.notice-section .content-wrap .content table tbody tr td {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  padding: 20.5px 10px;
}
.notice-section .content-wrap .content table tbody tr td:nth-child(1) {
  width: 110px;
  text-align: center;
}
.notice-section .content-wrap .content table tbody tr td:nth-child(2) {
  width: 1111px;
  padding-left: 40px;
}
.notice-section .content-wrap .content table tbody tr td:nth-child(3) {
  width: 179px;
  text-align: center;
}
.notice-section .content-wrap .content table tbody tr:last-child {
  border-bottom: 1px solid #666666;
}
.notice-section .content-wrap .content table tbody tr:hover {
  background: #f6f6f6;
}
.notice-section .content-wrap .content .bottom-btn {
  display: flex;
  justify-content: space-between;
}
.notice-section .content-wrap .content .bottom-btn .blank {
  visibility: hidden;
}
.notice-section .content-wrap .content .bottom-btn .pageing {
  display: flex;
  align-items: center;
}
.notice-section .content-wrap .content .bottom-btn .pageing a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  position: relative;
}
.notice-section .content-wrap .content .bottom-btn .pageing a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0051a7;
  opacity: 0;
}
.notice-section .content-wrap .content .bottom-btn .pageing a.active::after {
  opacity: 1;
}
.notice-section .content-wrap .content .bottom-btn .writ a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  padding: 10px 36px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.notice-section .content-wrap .content .bottom-btn {
  display: flex;
  justify-content: center;
}

.news-section {
  width: 100%;
  margin-bottom: 80px;
}
.news-section .content-wrap {
  width: 73.5688%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 24px;
}
.news-section .content-wrap .content {
  width: 100%;
  position: relative;
}
.news-section .content-wrap .content a {
  display: block;
  margin-bottom: 24px;
  position: relative;
}
.news-section .content-wrap .content a img {
  width: 100%;
  height: 220px;
  display: block;
}
.news-section .content-wrap .content a span {
  position: absolute;
  z-index: 2;
  display: table;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  padding: 16px 32px;
  background: #0051a7;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
}
.news-section .content-wrap .content a span svg {
  margin-left: 16px;
  position: relative;
  top: 2px;
}
.news-section .content-wrap .content a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.news-section .content-wrap .content a:hover span {
  visibility: visible;
  opacity: 1;
}
.news-section .content-wrap .content a:hover::after {
  visibility: visible;
  opacity: 1;
}
.news-section .content-wrap .content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #4d4d4d;
  margin-bottom: 16px;
}
.news-section .content-wrap .content p:nth-child(3) {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #4d4d4d;
  margin-bottom: 16px;
}
.news-section .content-wrap .content p:nth-child(4) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #737373;
}

.news-detail-section {
  width: 73.5688%;
  margin: auto;
  margin-bottom: 100px;
}
.news_contents_detail {
  width: 100%;
}

.news_contents_detail .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #dddddd;
  background: #f6f6f6;
}
.news_contents_detail .top h3 {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
.news_contents_detail .top p {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}

.news_contents_detail .bottom {
  padding: 20px 24px;
  border-bottom: 1px solid #999999;
  margin-bottom: 24px;
}
.news_contents_detail .bottom p {
  font-family: "SUIT";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.news_contents_detail .bottom p img {
  width: 40% !important;
}
.news_contents_detail a {
  display: inline-block;
  padding: 10px 40px;
  font-family: "SUIT";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  transition: 0.3s;
  border: 1px solid #000000;
}
