@charset "utf-8";

:root {
  --color-wt: #FFFFFF;
  --color-main: #0E1E63;
  --color-accent: #45A2FF;
  --color-second-accent: #0B8ACB;
  --color-primary: #000;
  --color-second: #1A202C;
  --color-gray: #d9d9d9;
  --color-text-gray: #5D5D5D;
}

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

body,
input,
textarea,
select,
button,
table {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  word-break: keep-all;
  color: var(--color-primary);
  line-height: 1.3;
  word-break: break-all;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

ol,
ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

em {
  color: var(--color-accent);
  font-style: normal;
}

.pc-b {
  display: block;
}

.m-b {
  display: none;
}

.mo-br {
  display: none;
}

footer .top-btn {
  display: none;
}

/* Helper Classes */
.no_style {
  margin: 0;
  padding: 0;
  border: 0;
  background: none
}

/* Button */
.btn-right-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  height: 55px;
  line-height: 51px;
  border: 2px solid var(--color-main);
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  background-color: var(--color-main);
  color: var(--color-wt);
  cursor: pointer;
  border-radius: 99px;
}

section {
  width: 100%;
  box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1520px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* header.main-header */
.m-menu-b {
  display: none;
  cursor: pointer;
}

.m-gnb {
  display: none;
  position: absolute;
  width: 100%;
  background-color: var(--color-main);
  color: var(--color-wt);
  text-align: center;
  left: 0;
  top: 78px;
}

.m-gnb li {
  padding: 16px 0;
}

.wrap header.main-header {
  position: relative;
  width: 100%;
  height: 110px;
  background-color: var(--color-main);
}

.wrap header.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.wrap header.main-header .container .gnb ul {
  display: flex;
  gap: 70px;
  align-items: center;
  font-size: 22px;
  color: var(--color-wt);
}
.wrap header.main-header .container .gnb ul li a:hover{
  color: #45A2FF;
}
.wrap header.main-header .container .gnb ul li a.menu-btn:hover{
  color: var(--color-wt);
}
.wrap header.main-header .container .gnb ul li a.menu-btn {
  display: inline-block;
  width: 137px;
  height: 38px;
  border-radius: 4px;
  line-height: 38px;
  background-color: var(--color-accent);
  text-align: center;
  font-size: 20px;
}
.wrap header.main-header .container .gnb ul li a.acc{
  color: #45A2FF;
}
h3 {
  position: relative;
  line-height: 1.5;
  font-size: 48px;
  font-weight: 500;
}

h3::before {
  content: "";
  position: absolute;
  top: -30px;
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 99px;
  background-color: var(--color-accent);
}

/* section01 */
.section01 {
  width: 100%;
  height: 970px;
  background-image: url(../img/main_visual_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--color-wt);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.section01 img {
  display: block;
}

.section01 span {
  display: inline-block;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.2;
}

.section01 h2 {
  margin-top: 10px;
  font-size: 65px;
  font-weight: 500;
  line-height: 1.2;
}

.section01 p {
  margin-top: 24px;
  font-size: 28px;
  line-height: 1.4;
}

.section01 .btn-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.section01 .btn-wrap .btn-1 {
  width: 218px;
}

.section01 .btn-wrap .btn-2 {
  width: 218px;
  background-color: inherit;
  border: 2px solid var(--color-wt);
}

/* section02 */
.section02 {
  width: 100%;
  padding: 124px 0 57px;
  box-sizing: border-box;
  background-color: var(--color-main);
  color: var(--color-wt);
}

.section02 h3 em {
  font-weight: 600;
}

.section02 p {
  margin-top: 22px;
  color: #C7E3FF;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
}

.section02 span.text {
  display: block;
  margin-top: 25px;
  color: #C7E3FF;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
}

.section02 .about-icon-wrap {
  display: flex;
  justify-content: flex-start;
  margin-top: 62px;
}

.section02 .about-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #C7E3FF;
}

.section02 .about-icon span::after {
  content: "";
  width: 19px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/aboutus-icon02.png);
  background-repeat: no-repeat;
}

/* section03 */
.section03 {
  width: 100%;
  height: 970px;
  padding: 174px 0 147px;
  background-image: url(../img/section3-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--color-wt);
}

.section03 .container>p {
  margin-top: 12px;
  color: #f8f8f8;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
}

.section03 ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 64px;
}

.section03 ul li {
  width: 25%;
  height: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.section03 ul li span {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
}

.section03 ul li p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.06em;
}

.section03 ul li p em {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.section03 .btn-center-wrap {
  margin-top: 80px;
}

.section03 .btn-center-wrap button {
  width: 255px;
  background-color: inherit;
  border-color: #fff;
}

/* section4 */
.section04 {
  background-color: #fff;
  height: 940px;
  padding: 206px 0 22px;
}

.section04 .container {
  display: flex;
  justify-content: space-between;
}

.section04 .section04-left {
  width: 740px;
}

.section04 .section04-left>img {
  width: 100%;
  max-width: 702px;
}

.section04 h3 {
  color: var(--color-primary);
}

.section04 h3::before {
  background-color: var(--color-primary);
}

.section04 p {
  margin-top: 72px;
  color: var(--color-second-accent);
  font-size: 32px;
  line-height: 1.5;
  font-weight: 500;
}

.section04 span {
  display: block;
  margin-top: 3px;
  font-size: 28px;
  color: var(--color-second);
  line-height: 1.3;
}

.section04 span+span {
  margin-top: 56px;
  font-size: 26px;
  letter-spacing: -0.5px;
}

.section04 a {
  display: inline-block;
  margin-top: 97px;
  color: var(--color-second-accent);
  font-size: 26px;
  font-weight: 500;
}

.section04 a::after {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  background-image: url(../img/product-icon01.png);
  background-repeat: no-repeat;
  margin-left: 10px;
}

.section04 .section04-right img {
  position: relative;
  top: -30px;
}

/* section05 */
.section05 {
  background-color: var(--color-main);
  padding: 194px 0 77px;
  color: var(--color-wt);
}

.section05 .container>p {
  margin-top: 10px;
  margin-bottom: 62px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 400;
}

.section05 .swiper-slide .card {
  width: 100%;
}

.section05 .swiper-slide .card>img {
  width: 100%;
}

.section05 .swiper-slide .card-txt {
  padding: 30px 25px 14px;
  background-color: var(--color-accent);
  border-radius: 0 0 25px 25px;
}

.section05 .swiper-slide .card-txt span.line {
  display: block;
  width: 40px;
  height: 2px;
  background-color: var(--color-main);
}

.section05 .swiper-slide .card-txt p.title {
  height: 52px;
  margin-top: 15px;
  font-size: 26px;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.section05 .swiper-slide .card-txt span {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
}

.section05 .swiper-slide .card-txt p {
  height: 124px;
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section05 .swiper-slide .card-txt a {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 122px;
  padding: 6px 0;
  border: 2px solid var(--color-wt);
  text-align: center;
  border-radius: 27px;
  font-size: 22px;
  line-height: 1.4;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-wrapper {
  height: auto;
  box-sizing: border-box;
}

.swiper-controls {
  width: 100%;
  height: 50px;
  position: relative !important;
  margin-top: 35px;
}

.swiper-button-next.swiper-button-disabled {
  background: url(../img/eva_arrow01.png) no-repeat;
  background-position: center;
  transform: scaleX(1);
  width: 30px;
  height: 30px;
}

.swiper-button-prev.swiper-button-disabled {
  background: url(../img/eva_arrow01.png) no-repeat !important;
  background-position: center;
  transform: scaleX(-1);
  width: 30px;
  height: 30px;
}

.swiper-button-next {
  background: url(../img/eva_arrow02.png) no-repeat;
  background-position: center;
  transform: scaleX(-1);
  width: 30px;
  height: 30px;
  right: 0px !important;
}

.swiper-button-prev {
  background: url(../img/eva_arrow02.png) no-repeat;
  width: 30px;
  height: 30px;
  right: 80px !important;
  left: auto !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-pagination {
  left: 0 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  bottom: var(--swiper-pagination-bottom);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 0 !important;
  margin-right: 15px;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #DDE0E4;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 45px;
  border-radius: 99px;
  background-color: #45A2FF;
}

.section05 .btn-center-wrap {
  margin-top: 38px;
}

.section05 .btn-center-wrap .btn {
  width: 255px;
  border-color: #fff;
}


/* section06 */
.section06 {
  position: relative;
  padding: 124px 0 146px;
}

.section06 h3::before {
  background-color: var(--color-primary);
}

.section06 .container {
  display: flex;
  justify-content: space-between;
}

.section06 .section06-left {
  margin-top: 86px;
}

.section06 .section06-left p {
  margin-top: 23px;
  font-size: 28px;
  line-height: 1.3;
  color: var(--color-second);
}

.section06 .section06-left dl {
  margin-top: 50px;
}

.section06 .section06-left dl dt {
  color: var(--color-second-accent);
  font-weight: 500;
}

.section06 .section06-left dl dt::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../img/trusted-icon01.png);
}

.section06 .section06-left dl dd {
  margin-top: 5px;
  margin-left: 20px;
  font-size: 24px;
  line-height: 1.3;
  color: #5d5d5d;
}

.section06 .section06-logo-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 15px;
  margin-left: 20px;
}

.section06 .section06-right {
  position: absolute;
  right: 0;
}
.section06 .section06-right.pc-b{
  top: 50%;
  transform: translateY(-50%);
}

.section06 .section06-right img {
  width: 470px;
}


/* section07 */
.section07 {
  padding: 150px 0 64px;
  background-color: #F8F8F8;
  text-align: center;
}

.section07 h4 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.section07 p {
  margin-top: 54px;
  font-size: 28px;
  line-height: 1.3;
  color: var(--color-second);
}

.section07 .btn-center-wrap {
  margin-top: 34px;
}

.section07 .btn-center-wrap .btn {
  width: 255px;
}

/* footer */
.footer-top .container,
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
}

footer .footer-top {
  padding: 106px 0 90px;
  background-color: var(--color-main);
  color: var(--color-wt);
}

footer .footer-top .footer-top-left a {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.005em;
  font-weight: 500;
}

footer .footer-top .footer-top-left p {
  font-size: 24px;
  color: #a8a8a8;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

footer .footer-top .footer-top-left dl {
  margin-top: 27px;
}

footer .footer-top .footer-top-left dt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

footer .footer-top .footer-top-left dd {
  font-size: 24px;
  color: #a8a8a8;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

footer .footer-top .footer-top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

footer .footer-top .footer-top-right img {
  margin-top: 17px;
  width: 284px;
}

footer .footer-top .footer-top-right .link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 45px;
}

footer .footer-top .footer-top-right .link-box a {
  font-size: 22px;
  line-height: 1.5;
}

footer .footer-bottom {
  background-color: var(--color-accent);
  height: 111px;
  display: flex;
  align-items: center;
  color: var(--color-main);
}

footer .footer-bottom .footer-bottom-left p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.005em;
}

footer .footer-bottom .footer-bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 45px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.005em;
}


/* media query */
/* ====== Responsive ====== */
/* 1600 */
@media (max-width:1600px) {

  body,
  input,
  textarea,
  select,
  button,
  table {
    font-size: 22px;
  }

  h3 {
    font-size: 44px;
  }

  .wrap header.main-header .container .gnb ul {
    gap: 50px;
    font-size: 20px;
  }

  .section01 h2 {
    font-size: 58px;
  }

  .section03 ul li span {
    font-size: 24px;
  }

  .section03 ul li p {
    font-size: 22px;
  }

  .section04 p {
    font-size: 30px;
  }

  .section04 span {
    font-size: 26px;
  }

  .section06 .section06-left {
    width: 70%;
  }
}

/* 1440 */
@media (max-width:1440px) {
  .container {
    width: 100%;
    max-width: 1376px;
    padding: 0 32px;
  }

  .wrap header.main-header {
    height: 96px;
  }

  .wrap header.main-header .container .gnb ul {
    gap: 36px;
  }

  .section03 {
    padding: 140px 0 120px;
    height: auto;
  }

  .section03 ul {
    gap: 18px;
  }

  .section03 ul li {
    height: auto;
    padding: 24px 12px;
  }

  .section04 {
    padding: 160px 0 10px;
    height: auto;
  }

  footer .footer-top .footer-top-right .link-box {
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }
}

/* 1280 */
@media (max-width:1280px) {
  .container {
    width: 100%;
    max-width: 1080px;
    padding: 0 28px;
  }

  body,
  input,
  textarea,
  select,
  button,
  table {
    font-size: 20px;
  }

  h3 {
    font-size: 40px;
  }

  .wrap header.main-header .container .gnb ul {
    gap: 28px;
    font-size: 18px;
  }

  .section01 {
    height: auto;
    padding: 120px 0 96px;
  }

  .section01 h2 {
    font-size: 50px;
  }

  .section01 p {
    font-size: 24px;
  }

  .btn {
    height: 50px;
    line-height: 46px;
    font-size: 22px;
  }

  .section03 ul {
    flex-wrap: wrap;
  }

  .section03 ul li {
    width: 48%;
  }

  .section04 .container {
    flex-direction: column;
    gap: 48px;
  }

  .section05 .swiper-slide .card-txt {
    padding: 24px 20px 12px;
  }

  .section05 .swiper-slide .card-txt p.title {
    height: 45px;
    font-size: 22px;
  }
  .section05 .swiper-slide .card-txt p{
    height: 105px;
  }
  .section05 .swiper-slide .card-txt span,
  .section05 .swiper-slide .card-txt p {
    font-size: 20px;
  }

  .section06 {
    padding: 96px 0 120px;
  }

  .section06 .container {
    flex-direction: column;
  }

  .section06 .section06-left {
    width: 100%;
  }

  .section06 .section06-right {
    position: relative;
    right: 0;
    margin-top: 32px;
    height: 178px;
  }

  .pc-b {
    display: none;
  }

  .m-b {
    display: block;
  }

  .section06 .section06-right img.m-b {
    position: absolute;
    right: 0;
  }

}

/* 1024 */
@media (max-width:1024px) {
  .wrap header.main-header {
    height: auto;
  }

  .wrap header.main-header .container {
    gap: 16px;
    flex-wrap: wrap;
    padding: 16px 28px;
  }

  .wrap header.main-header .logo img {
    max-width: 180px;
    height: auto;
  }

  .wrap header.main-header .gnb {
    width: 100%;
  }

  .wrap header.main-header .gnb ul {
    gap: 20px;
    font-size: 17px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 6px;
  }

  .section02 {
    padding: 96px 0 48px;
  }

  .section02 p {
    font-size: 28px;
  }

  .section02 span.text {
    font-size: 20px;
  }

  .section04 .container {
    flex-direction: column;
    gap: 40px;
  }

  .section04 .section04-left {
    width: 100%;
  }

  .section04 a {
    margin-top: 48px;
  }

  .section06 .container {
    flex-direction: column;
  }

  .section06 .section06-left {
    margin-top: 48px;
  }

  .section06 .section06-right img {
    width: 100%;
    max-width: 520px;
  }

  footer .footer-top .container,
  footer .footer-bottom .container {
    flex-direction: column-reverse;
    gap: 28px;
    align-items: flex-start;
  }

  footer .footer-top .footer-top-right {
    align-items: flex-start;
    gap: 18px;
  }

  footer .footer-bottom {
    height: auto;
    padding: 20px 0;
  }

  footer .footer-top .footer-top-right .link-box {
    display: none;
  }
}

/* 768 */
@media (max-width:768px) {

  body,
  input,
  textarea,
  select,
  button,
  table {
    font-size: 18px;
  }

  h3 {
    font-size: 26px;
  }

  .container {
    padding: 0 20px;
    width: 100%;
    max-width: 728px;
  }

  .gnb {
    display: none;
  }

  .m-menu-b {
    display: block;
  }

  .letter-spacing {
    letter-spacing: -0.03em;
  }

  .pc-br {
    display: none;
  }

  .btn {
    font-size: 16px;
  }

  .section01 {
    padding: 215px 0 225px;
    text-align: center;
  }

  .section01 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section01 img {
    width: 34px;
  }

  .section01 span {
    font-size: 24px;
    margin-top: 8px;
  }

  .section01 h2 {
    font-size: 30px;
    margin-top: 8px;
  }

  .section01 p {
    font-size: 18px;
    margin-top: 32px;
  }

  .section01 .btn-wrap {
    gap: 0px;
    flex-wrap: wrap;
  }

  .section01 .btn-wrap .btn-2 {
    border: 1px solid #fff;
    width: 155px;
  }

  .section01 .btn-wrap .btn-1 {
    width: 155px;
  }

  .section02 p {
    font-size: 24px;
  }

  .section02 span.text {
    font-size: 16px;
  }

  .section02 .about-icon {
    font-size: 16px;
    gap: 8px;
  }

  .section02 .about-icon img {
    width: 29px;
    height: 29px;
  }

  .section02 .about-icon span::after {
    width: 11px;
    height: 11px;
    background-size: contain;
  }

  .section02 .about-icon-wrap {
    justify-content: flex-end;
    margin-top: 50px;
  }

  .section03 {
    padding: 95px 0 53px;
  }

  .section03 .container>p {
    font-size: 16px;
    letter-spacing: -0.005em;
  }

  .section03 ul li p em {
    font-size: 14px;
  }

  .section03 ul {
    gap: 14px;
  }

  .section03 ul li {
    padding: 15px 5px;
    border-radius: 12px;
  }

  .section03 ul li img {
    max-width: 50px;
  }

  .section03 ul li span {
    font-size: 16px;
  }

  .section03 ul li p {
    font-size: 14px;
    letter-spacing: -0.049em;
  }

  .section03 .btn-center-wrap button {
    width: 171px;
    font-size: 16px;
    height: 36.5px;
    line-height: 34px;
  }

  .section03 .btn-center-wrap {
    margin-top: 55px;
  }

  .section04 {
    padding: 95px 0 0px;
  }

  .section04 p {
    margin-top: 11px;
    font-size: 20px;
  }

  .section04 span {
    font-size: 20px;
  }

  .section04 span+span {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section04 a {
    width: 100%;
    font-size: 16px;
    text-align: right;
    margin-top: 0;
    color: #0E1E63;
  }

  .section04 a::after {
    background-image: url(../img/m-aboutus-icon02.png);
    position: relative;
    top: 6px;
    margin-left: 6px;
  }

  .section05 {
    padding: 95px 0 50px;
  }

  .section05 .container>p {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .swiper-controls {
    margin-top: 20px;
    height: 44px;
  }

  .swiper-button-prev {
    right: 56px !important;
  }

  .swiper-pagination {
    width: 96px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .swiper-pagination-bullet-active {
    width: 32px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    width: 100%;
  }

  .swiper-button-prev {
    top: 40%;
    left: 0 !important;
    right: auto;
  }

  .swiper-button-next {
    top: 40%;
  }

  .section05 .btn-center-wrap {
    margin-top: 0px;
  }

  .section05 .btn-center-wrap .btn {
    width: 109px;
    height: 36.5px;
    line-height: 34px;
    font-size: 16px;
  }

  .section05 .swiper-slide .card {
    width: 100%;
  }

  .section05 .swiper-slide .card-txt {
    padding: 15px;
    border-radius: 0 0 13px 13px;
  }

  .section05 .swiper-slide .card-txt span.line {
    width: 20px;
  }

  .section05 .swiper-slide .card-txt p.title {
    font-size: 16px;
    line-height: 1.1;
    height: 32px;
  }

  .section05 .swiper-slide .card-txt span {
    font-size: 14px;
    margin-top: 4px;
  }

  .section05 .swiper-slide .card-txt p {
    height: 72px;
    font-size: 14px;
    margin-top: 6px;
  }

  .section05 .swiper-slide .card-txt a {
    font-size: 16px;
    margin-top: 10px;
    width: 80px;
    height: 28px;
    align-items: center;
  }

  .section05 .swiper-slide .card-txt a img {
    width: 10px;
    height: 10px;
  }

  .section06 {
    padding: 59px 0 50px;
  }

  .section06 .section06-right img.m-b {
    width: 371px;
  }

  .section06 .section06-left p {
    font-size: 16px;
  }

  .section06 .section06-left dl dt {
    font-size: 16px;
  }

  .section06 .section06-left dl dt::before {
    position: relative;
    top: 2px;
  }

  .section06 .section06-left dl dd {
    font-size: 14px;
  }

  .section06 .section06-logo-box {
    gap: 11px;
    flex-wrap: wrap;
  }

  .section06 .section06-logo-box img:first-child {
    width: 97px;
  }

  .section06 .section06-logo-box img:last-child {
    width: 199px;
  }

  .section06 .section06-logo-box img.m-size {
    width: 90px;
  }

  .section07 {
    padding: 79px 0;
  }

  .section07 h4 {
    font-size: 20px;
  }

  .section07 h4 span {
    font-size: 18px;
  }

  .section07 p {
    font-size: 18px;
    margin-top: 24px;
  }

  .section07 .btn-center-wrap .btn {
    width: 143px;
    height: 36.5px;
    line-height: 34px;
    font-size: 16px;
  }

  footer .footer-top {
    padding: 64px 0 56px;
    position: relative;
  }

  footer .footer-top .footer-top-right img {
    width: 211px;
  }

  footer .footer-bottom .footer-bottom-right {
    flex-direction: column;
    gap: 0px;
    font-size: 16px;
    align-items: flex-start;
  }

  .section04 .section04-right img.m-b {
    min-width: 351px;
    max-width: 100%;
  }

  footer .top-btn {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 27px;
    font-size: 12px;
    cursor: pointer;
  }

  footer .footer-top .footer-top-left a {
    font-size: 16px;
  }

  footer .footer-top .footer-top-left p {
    font-size: 16px;
  }

  footer .footer-top .footer-top-left dt {
    font-size: 16px;
  }

  footer .footer-top .footer-top-left dd {
    font-size: 16px;
  }

  footer .footer-bottom .footer-bottom-left p {
    font-size: 14px;
  }

}

@media (max-width:390px) {
  .section03 ul{
    gap: 10px;
  }
}