/* CSS Document */
/* CSS Document */
:root {
  --body-width: min(1920px, 100vw);
}

@media screen and (max-width: 1600px) {
  :root {
    --content-width: 1250px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --content-width: 1100px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --content-width: 90vw;
  }
}
.wrap {
  width: 100%;
  margin: 0px auto;
}

.wrap_c {
  margin: 0px auto;
  max-width: var(--content-width);
}

.nsle_sub {
  background-color: #000;
}

.nsle_sub::before {
  display: none;
}

.nsle_sub .nr {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 999;
}

.nsle_sub .p {
  width: 100%;
  overflow: hidden;
  max-width: 43%;
}

.nsle_sub .p1 {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.nsle_sub .p2 {
  margin-top: 40px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.nsle_01 {
  overflow: hidden;
  position: relative;
}

.nsle_01 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nsle_01 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.nsle_01 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 150px 0px;
}

.nsle_01 .p {
  width: 100%;
  overflow: hidden;
}

.nsle_01 .nsle01_c {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.nsle_01 .nsle01_c .img {
  width: 50%;
  overflow: hidden;
}

.nsle_01 .nsle01_c .img img {
  width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.nsle_01 .nsle01_c .txt {
  width: calc(50% - 100px);
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.nsle_01 .nsle01_c .txt .c {
  width: 100%;
  overflow: visible;
}

.nsle_01 .nsle01_c .txt .p1 {
  font-weight: bold;
}

.nsle_01 .nsle01_c .txt .p2 {
  margin-top: 60px;
  color: #666;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.nsle_01 .nsle01_c .txt .p3 {
  overflow: visible;
  padding-top: 60px;
}

.nsle_01 .nsle01_c01 .img {
  order: 1;
}

.nsle_02 {
  overflow: hidden;
  position: relative;
}

.nsle_02 .bg {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.nsle_02 .bg img {
  width: 100%;
  display: block;
}

.nsle_02 .nr {
  width: 100%;
  overflow: visible;
  position: absolute;
  left: 0px;
  bottom: 100px;
  z-index: 9;
}

.nsle_02 .p {
  width: 100%;
  overflow: hidden;
}

.nsle_02 .wrap_c {
  overflow: visible;
  position: relative;
}

.nsle_02 .p1 {
  font-weight: bold;
  color: #fff;
}

.nsle_02 .p2 {
  color: #fff;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 60px;
}

.nsle_02 .p3 {
  position: absolute;
  right: 0px;
  top: 6px;
  width: auto;
}

.nsle_03 {
  overflow: hidden;
  position: relative;
}

.nsle_03 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nsle_03 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nsle_03 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 100px 0px 120px 0px;
}

.nsle_03 .p {
  width: 100%;
  overflow: hidden;
}

.nsle_03 .pt {
  text-align: center;
  color: #000;
  font-weight: bold;
}

.nsle_03 .ptab {
  position: relative;
  margin-top: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 100px;
  overflow: visible;
}

.nsle_03 .ptab .nsle03tab_prev {
  width: 60px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
  position: absolute;
  left: 0px;
  top: 0px;
  display: block !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_03 .ptab .nsle03tab_prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../img/nsle/t_02.svg") 50% no-repeat;
  background-size: 20px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_03 .ptab .nsle03tab_prev:hover {
  background-color: #146dc6;
}

.nsle_03 .ptab .nsle03tab_prev:hover::before {
  background-image: url("../img/nsle/t_01.svg");
}

.nsle_03 .ptab .nsle03tab_next {
  width: 60px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_03 .ptab .nsle03tab_next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../img/nsle/t_02.svg") 50% no-repeat;
  background-size: 20px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_03 .ptab .nsle03tab_next:hover {
  background-color: #146dc6;
}

.nsle_03 .ptab .nsle03tab_next:hover::before {
  background-image: url("../img/nsle/t_01.svg");
}

.nsle03tab_slide {
  width: 100%;
  overflow: hidden;
}

.nsle03tab_slide .swiper-slide {
  width: 20%;
  overflow: hidden;
  text-align: center;
}

.nsle03tab_slide .swiper-slide a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-bottom: 13px;
  line-height: 60px;
}

.nsle03tab_slide .swiper-slide a::before {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #146dc6;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle03tab_slide .swiper-slide a.active::before {
  width: 100%;
  left: 0px;
}

.nsle03tab_slide .swiper-slide a.active {
  color: #146dc6;
}

.nsle03tab_slide .swiper-slide .hid {
  overflow: hidden;
  width: 100%;
  display: none;
}

.nsle_03 .pcon {
  overflow: hidden;
  padding-top: 60px;
}

.nsle_03 .pcon .b1 {
  width: 35px;
  overflow: hidden;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nsle03con_slide {
  width: 100%;
  overflow: hidden;
}

.nsle03con_slide .swiper-slide {
  width: calc((100% - 70px) / 3);
  overflow: hidden;
}

.nsle03con_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.nsle03con_slide .swiper-slide .pimg {
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.nsle03con_slide .swiper-slide .pimg img {
  width: 100%;
  display: block;
}

.nsle03con_slide .swiper-slide .pimg img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.nsle03con_slide .swiper-slide .ptxt {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.nsle03con_slide .swiper-slide .ptxt .p1 {
  color: #000;
  font-weight: bold;
  line-height: 1.7;
  height: 68px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle03con_slide .swiper-slide .ptxt .p2 {
  margin-top: 26px;
}

.nsle03con_slide .swiper-slide .ptxt .p2 i {
  display: inline-block;
  font-style: normal;
  background: url("../img/nsle/t_03.svg") 0% 50% no-repeat;
  background-size: 18px;
  padding-left: 28px;
  color: #000;
  font-weight: bold;
}

.nsle03con_slide .swiper-slide a:hover .pimg img.img2 {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.nsle03con_slide .swiper-slide a:hover .ptxt .p1 {
  color: #146dc6;
}

.nsle_03 .pspfr {
  text-align: center;
  padding-top: 40px;
}

.nsle_03 .pspfr span {
  width: 10px;
  height: 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: #666;
}

.nsle_03 .pspfr span.swiper-pagination-bullet-active {
  background-color: #146dc6;
}

.nsle_04 {
  overflow: hidden;
  position: relative;
}

.nsle_04 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nsle_04 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nsle_04 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 150px 0px 150px 0px;
}

.nsle_04 .p {
  width: 100%;
  overflow: hidden;
  color: #fff;
}

.nsle_04 .pt {
  text-align: center;
  font-weight: bold;
}

.nsle_04 .pinfo {
  text-align: center;
  line-height: 1.8;
  margin-top: 60px;
}

.nsle_04 .pcon {
  margin-top: 100px;
}

.nsle_04 .pcon ul {
  width: 100%;
  max-width: 920px;
  margin: 0px auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 30px;
}

.nsle_04 .pcon ul li {
  width: 100%;
  overflow: hidden;
}

.nsle_04 .pcon ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #4b5c6e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.nsle_04 .pcon ul li .pconbg {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nsle_04 .pcon ul li .pconbg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.nsle_04 .pcon ul li .pcontxt {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 40px;
  z-index: 9;
}

.nsle_04 .pcon ul li .pcontxt .p1 img {
  display: block;
  height: 60px;
}

.nsle_04 .pcon ul li .pcontxt .p2 {
  margin-top: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_04 .pcon ul li .pcontxt .p2 i {
  display: inline-block;
  background: url("../img/nsle/t_04.svg") 100% calc(50% + 4px) no-repeat;
  background-size: 20px;
  padding-right: 50px;
  font-style: normal;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_04 .pcon ul li:hover .pcontxt .p2 {
  color: #146dc6;
}

.nsle_04 .pcon ul li:hover .pcontxt .p2 i {
  background-image: url("../img/nsle/t_05.svg");
}

.nsle_04 .pcon ul li:hover .pconbg img {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.nsle_05 {
  overflow: hidden;
  position: relative;
}

.nsle_05 .p {
  width: 100%;
  overflow: hidden;
}

.nsle_05 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nsle_05 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nsle_05 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding-top: 90px;
}

.nsle_05 .nr .pt {
  color: #060003;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.nsle_05 .nr .pc {
  margin-top: 60px;
}

.nsle_05 .nr .pc img {
  width: 100%;
  display: block;
}

.nsle_06 {
  overflow: hidden;
  position: relative;
  padding: 80px 0px 0px 0px;
}

.nsle_06 .p {
  width: 100%;
  overflow: hidden;
}

.nsle_06 .pt {
  font-weight: bold;
  color: #000;
}

.nsle_06 .pc {
  overflow: visible;
  position: relative;
  margin-top: 40px;
}

.nsle_06 .pc .wrap_c {
  overflow: visible;
  position: relative;
}

.nsle_06 .pc .img_dyw {
  width: calc((100% - 50px) / 2);
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  pointer-events: none;
  z-index: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.nsle_06 .pc .b1 {
  width: 50px;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nsle_06 .pc .ne6_prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  -moz-box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  position: absolute;
  left: -160px;
  top: 0%;
  z-index: 999;
  margin-top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_06 .pc .ne6_prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/nsle/t_02.svg") 50% no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_06 .pc .ne6_prev:hover {
  background-color: #146dc6;
}

.nsle_06 .pc .ne6_prev:hover::before {
  background-image: url("../img/nsle/t_01.svg");
}

.nsle_06 .pc .ne6_next {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  -moz-box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  position: absolute;
  right: -160px;
  top: 0%;
  z-index: 999;
  margin-top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_06 .pc .ne6_next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/nsle/t_02.svg") 50% no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_06 .pc .ne6_next:hover {
  background-color: #146dc6;
}

.nsle_06 .pc .ne6_next:hover::before {
  background-image: url("../img/nsle/t_01.svg");
}

.nsle_06 .pc .nr {
  width: calc(100% + 60px);
  overflow: hidden;
  margin-left: -30px;
}

.ne6c_slide {
  width: calc(100% - 60px);
  margin: 0px auto;
  padding: 0px;
  overflow: visible;
  padding-bottom: 100px;
}

.ne6c_slide .swiper-slide {
  width: calc((100% - 50px) / 2);
  overflow: visible;
}

.ne6c_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: visible;
}

.ne6c_slide .swiper-slide .ne6c_item {
  width: 100%;
  overflow: visible;
}

.ne6c_slide .swiper-slide .ne6c_item .pimg {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #bebebe;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.12);
  -webkit-box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.12);
  box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.12);
}

.ne6c_slide .swiper-slide .ne6c_item .pimg img {
  width: 100%;
  display: block;
}

.ne6c_slide .swiper-slide .ne6c_item .pimg img.img2 {
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.ne6c_slide .swiper-slide .ne6c_item .ptxt {
  overflow: visible;
}

.ne6c_slide .swiper-slide .ne6c_item .ptxt .p1 {
  color: #000;
  font-weight: bold;
  margin-top: 40px;
}

.ne6c_slide .swiper-slide .ne6c_item .ptxt .p2 {
  margin-top: 20px;
  color: #060003;
  line-height: 1.6;
  height: 64px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.ne6c_slide .swiper-slide .ne6c_item .ptxt .p3 {
  overflow: visible;
  margin-top: 30px;
}

.ne6c_slide .swiper-slide .ne6c_item:hover .pimg img.img2 {
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
}

.ne6c_slide .swiper-slide .ne6c_item:hover .nsle_more1 {
  background-color: #146dc6;
  color: #fff;
}

.ne6c_slide .swiper-slide .ne6c_item:hover .nsle_more1 i::before {
  background: url("../img/nsle/yh_02_on.png") calc(50% + 1px) 50% no-repeat #fff;
  background-size: 100%;
}

.nsle_07 {
  overflow: hidden;
  position: relative;
}

.nsle_07 .p {
  width: 100%;
  overflow: hidden;
}

.nsle_07 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nsle_07 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nsle_07 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 80px 0px 0px 0px;
}

.nsle_07 .nr .b1 {
  width: 35px;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nsle_07 .pt {
  font-weight: bold;
  color: #000;
}

.nsle_07 .pc {
  margin-top: 40px;
  overflow: visible;
}

.nsle_07 .pc .wrap_c {
  overflow: visible;
  position: relative;
}

.nsle_07 .pc .ne7_prev {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  -moz-box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  position: absolute;
  left: -160px;
  top: 50%;
  z-index: 999;
  margin-top: -70px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_07 .pc .ne7_prev::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/nsle/t_02.svg") 50% no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_07 .pc .ne7_prev:hover {
  background-color: #146dc6;
}

.nsle_07 .pc .ne7_prev:hover::before {
  background-image: url("../img/nsle/t_01.svg");
}

.nsle_07 .pc .ne7_next {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #fff;
  -moz-box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.2);
  position: absolute;
  right: -160px;
  top: 50%;
  z-index: 999;
  margin-top: -70px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_07 .pc .ne7_next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/nsle/t_02.svg") 50% no-repeat;
  background-size: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_07 .pc .ne7_next:hover {
  background-color: #146dc6;
}

.nsle_07 .pc .ne7_next:hover::before {
  background-image: url("../img/nsle/t_01.svg");
}

.nsle_07 .pc .nrc {
  width: calc(100% + 60px);
  overflow: hidden;
  margin-left: -30px;
}

.ns07_slide {
  width: calc(100% - 60px);
  margin: 0px auto;
  padding: 0px;
  overflow: visible;
  padding-bottom: 100px;
}

.ns07_slide .swiper-slide {
  width: calc((100% - 70px) / 3);
  overflow: visible;
}

.ns07_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  -moz-box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.05);
  -webkit-box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.05);
  box-shadow: 0px 10px 30px rgba(51, 51, 51, 0.05);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ns07_slide .swiper-slide .pimg {
  position: relative;
}

.ns07_slide .swiper-slide .pimg img {
  width: 100%;
  display: block;
}

.ns07_slide .swiper-slide .pimg img.img2 {
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.ns07_slide .swiper-slide .ptxt {
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
}

.ns07_slide .swiper-slide .ptxt .p1 {
  color: #000;
  font-weight: bold;
  line-height: 1.7;
  height: 68px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.ns07_slide .swiper-slide .ptxt .p2 {
  margin-top: 26px;
  overflow: visible;
}

.ns07_slide .swiper-slide .ptxt .p2 i {
  display: inline-block;
  font-style: normal;
  background: url("../img/nsle/t_03.svg") 0% 50% no-repeat;
  background-size: 18px;
  padding-left: 28px;
  color: #000;
  font-weight: bold;
}

.ns07_slide .swiper-slide a:hover .pimg img.img2 {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.ns07_slide .swiper-slide a:hover .ptxt .p1 {
  color: #146dc6;
}

.nslesub_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nslesub_slide .p {
  width: 100%;
  overflow: hidden;
}

.nslesub_slide .swiper-slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.nslesub_slide .swiper-slide .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nslesub_slide .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.nslesub_slide .swiper-slide .nr {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 0px);
  margin-top: 0px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
}

.nslesub_slide .swiper-slide .c {
  width: 100%;
  overflow: hidden;
}

.nslesub_slide .swiper-slide .p {
  max-width: 50%;
}

.nslesub_slide .swiper-slide .p1 {
  font-weight: bold;
}

.nslesub_slide .swiper-slide .p2 {
  line-height: 1.5;
}

.nslesub_slide .swiper-slide .p3 {
  margin-top: 30px;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
}

@-webkit-keyframes an_01 {
  0% {
    stroke-dashoffset: 310;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes an_01 {
  0% {
    stroke-dashoffset: 310;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.nsle_sub .nsles_prev {
  width: 60px;
  height: 60px;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  left: 5.21%;
  top: calc(50% + 50px);
  z-index: 999;
  margin-top: -30px;
  cursor: pointer;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.nsle_sub .nsles_prev b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nsle_sub .nsles_prev svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.nsle_sub .nsles_prev b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/nsle/t_01.svg") 50% no-repeat;
  background-size: 14px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.nsle_sub .nsles_prev.active .nsles_svg {
  -webkit-animation: an_01 6s linear;
  animation: an_01 6s linear;
}

.nsle_sub .nsles_next {
  width: 60px;
  height: 60px;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  right: 5.21%;
  top: calc(50% + 50px);
  z-index: 999;
  margin-top: -30px;
  cursor: pointer;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.nsle_sub .nsles_next b {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.nsle_sub .nsles_next b::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("../img/nsle/t_01.svg") 50% no-repeat;
  background-size: 14px;
  position: absolute;
  left: 0px;
  top: 0px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.nsle_sub .nsles_next svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
}

.nsle_sub .nsles_next.active .nsles_svg {
  -webkit-animation: an_01 6s linear;
  animation: an_01 6s linear;
}

.jjfa_01 {
  overflow: hidden;
  padding: 80px 0px;
}

.jjfa_01 .p {
  width: 100%;
  overflow: hidden;
}

.jjfa_01 .nr {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.jjfa_01 .nr .img {
  width: 41.35%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #bebebe;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.jjfa_01 .nr .img img {
  width: 100%;
  display: block;
}

.jjfa_01 .nr .img img.img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  object-fit: contain;
}

.jjfa_01 .nr .txt {
  width: 52.65%;
  overflow: visible;
}

.jjfa_01 .nr .txt .pt {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}

.jjfa_01 .nr .txt .pt span {
  display: inline-block;
  font-weight: bold;
}

.jjfa_01 .nr .txt .pc {
  padding-top: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.jjfa_01 .nr .txt .pc span {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  font-weight: 600;
}

.jjfa_01 .nr .txt .pc i {
  display: inline-block;
  float: left;
  margin: 0px 30px;
  width: 8px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.jjfa_01 .nr .txt .pc i::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #000;
}

.jjfa_01 .nr .txt .pc p {
  width: auto;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.jjfa_01 .nr .txt .pc p::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
}

.jjfa_01 .nr .txt .pc p:first-child::before {
  display: none;
}

.jjfa_01 .nr .txt .pc p:first-child {
  padding-left: 0px;
}

.jjfa_01 .nr .txt .pc p:last-child {
  margin-right: 0px;
}

.jjfa_01 .nr:hover .img {
  -moz-box-shadow: 0px 20px 50px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 20px 50px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 20px 50px rgba(51, 51, 51, 0.2);
}

.jjfa_02 {
  overflow: hidden;
  position: relative;
}

.jjfa_02 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.jjfa_02 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.jjfa_02 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 80px 0px;
}

.jjfa_02 .nr .c {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.jjfa_02 .nr .c .img {
  width: 41.35%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  border: 1px solid #bebebe;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  order: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.jjfa_02 .nr .c .img img {
  width: 100%;
  display: block;
}

.jjfa_02 .nr .c .img img.img2 {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  object-fit: contain;
}

.jjfa_02 .nr .c .txt {
  width: 52.65%;
  overflow: visible;
}

.jjfa_02 .nr .c .txt .pt {
  border-bottom: 1px solid #7f7f7f;
  padding-bottom: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}

.jjfa_02 .nr .c .txt .pt span {
  display: inline-block;
  font-weight: bold;
}

.jjfa_02 .nr .c .txt .pc {
  padding-top: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.jjfa_02 .nr .c .txt .pc span {
  display: inline-block;
  float: left;
  margin-bottom: 10px;
  font-weight: 600;
}

.jjfa_02 .nr .c .txt .pc i {
  display: inline-block;
  float: left;
  margin: 0px 30px;
  width: 8px;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.jjfa_02 .nr .c .txt .pc i::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #000;
}

.jjfa_02 .nr .c .txt .pc p {
  width: auto;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.jjfa_02 .nr .c .txt .pc p::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -4px;
}

.jjfa_02 .nr .c .txt .pc p:first-child::before {
  display: none;
}

.jjfa_02 .nr .c .txt .pc p:first-child {
  padding-left: 0px;
}

.jjfa_02 .nr .c .txt .pc p:last-child {
  margin-right: 0px;
}

.jjfa_02 .nr .c:hover .img {
  -moz-box-shadow: 0px 20px 50px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 20px 50px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 20px 50px rgba(51, 51, 51, 0.2);
}

#header {
  z-index: 9999;
}

.jjfa_03 .nr .b1 {
  width: 50px;
}

.ns07_slide_01 .swiper-slide {
  width: calc((100% - 50px) / 2);
}

.ns07_slide_01 .swiper-slide .ptxt .p2 {
  border-top: 1px solid #b2b2b2;
  padding-top: 26px;
}

.ns07_slide_01 .swiper-slide a {
  -moz-box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.2);
}

.ns07_slide_01 {
  padding-bottom: 80px;
}

.jjfa_03 .pb {
  padding-bottom: 100px;
  color: #666;
  line-height: 1.8;
}

.jjfa_04 {
  overflow: hidden;
  position: relative;
}

.jjfa_04 .p3 {
  max-width: 100%;
  margin-top: 80px;
}

.jjfa04_slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.jjfa04_slide .b1 {
  width: 10px;
  height: 1px;
  pointer-events: none;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

.jjfa04_slide .swiper-slide {
  width: 260px;
  overflow: hidden;
}

.jjfa04_slide .swiper-slide a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.jjfa04_slide .swiper-slide .pimg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #fff;
}

.jjfa04_slide .swiper-slide .pimg img {
  width: 100%;
  display: block;
}

.jjfa04_slide .swiper-slide .pimg img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
}

.jjfa04_slide .swiper-slide .ptxt {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.jjfa04_slide .swiper-slide:hover .pimg img.img2 {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.jjfa_05 {
  overflow: hidden;
  position: relative;
}

.jjfa_05 .p {
  width: 100%;
  overflow: hidden;
}

.jjfa_05 .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.jjfa_05 .bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 0% 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.jjfa_05 .nr {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 80px 0px 100px 0px;
}

.jjfa_05 .pt {
  overflow: hidden;
  position: relative;
}

.jjfa_05 .pt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #7f7f7f;
  position: absolute;
  left: 0px;
  bottom: 2px;
  z-index: 1;
}

.jjfapt_slide .b1 {
  width: 80px;
  height: 1px;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
}

.jjfapt_slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.jjfapt_slide .swiper-slide {
  width: auto;
}

.jjfapt_slide .swiper-slide span {
  display: inline-block;
  position: relative;
  padding-bottom: 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  color: #000;
  font-weight: bold;
  cursor: pointer;
}

.jjfapt_slide .swiper-slide span::before {
  content: "";
  display: block;
  width: 0%;
  height: 6px;
  background-color: #146ec6;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.jjfapt_slide .swiper-slide span.active {
  color: #146ec6;
}

.jjfapt_slide .swiper-slide span.active::before {
  width: 100%;
  left: 0px;
}

.jjfa_05 .pc {
  overflow: visible;
  padding-top: 100px;
}

.jjfapc_slide {
  width: 100%;
  overflow: visible;
}

.jjfapc_slide .swiper-slide {
  width: 100%;
  overflow: visible !important;
}

.jjfapc_c {
  width: 100%;
  overflow: visible;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.jjfapc_c .img {
  width: 42.11%;
  overflow: hidden;
}

.jjfapc_c .img .p1 {
  position: relative;
}

.jjfapc_c .img .p1 img {
  width: 100%;
  display: block;
}

.jjfapc_c .img .p2 {
  color: #666;
  margin-top: 30px;
  line-height: 1.8;
}

.jjfapc_c .img .p3 {
  overflow: visible;
}

.jjfapc_c .img .jjfapc_p3_slide {
  width: 100%;
  overflow: visible;
}

.jjfapc_c .img .jjfapc_p3_slide ul {
  width: 100%;
  overflow: visible;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 10px;
}

.jjfapc_c .img .jjfapc_p3_slide ul li {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.1);
}

.jjfapc_c .img .jjfapc_p3_slide ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.jjfapc_c .img .jjfapc_p3_slide ul li .jp3img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.jjfapc_c .img .jjfapc_p3_slide ul li .jp3img img {
  width: 100%;
  display: block;
}

.jjfapc_c .img .jjfapc_p3_slide ul li .jp3img img.img2 {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.jjfapc_c .img .jjfapc_p3_slide ul li .jp3txt {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}

.jjfapc_c .txt {
  width: calc(57.89% - 100px);
  overflow: visible;
}

.jjfapc_c .txt .p1 {
  color: #000;
  font-weight: bold;
}

.jjfapc_c .txt .p2 {
  margin-top: 20px;
  color: #060003;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}

.jjfapc_c .txt .p3 {
  overflow: visible;
  padding-top: 60px;
}

.jjfapc_c .txt .p3 ul li {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 0px 30px rgba(68, 68, 68, 0.1);
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.jjfapc_c .txt .p3 ul li:last-child {
  margin-bottom: 0px;
}

.jjfapc_c .txt .p3 ul li .i1 {
  width: 40px;
  overflow: hidden;
}

.jjfapc_c .txt .p3 ul li .i1 img {
  width: 100%;
  display: block;
}

.jjfapc_c .txt .p3 ul li .i2 {
  width: calc(100% - 40px - 20px);
  margin-left: 20px;
}

.jjfapc_c .txt .p3 ul li .i2 .sp1 {
  color: #999;
}

.jjfapc_c .txt .p3 ul li .i2 .sp2 {
  color: #000000;
  margin-top: 4px;
}

.jjfapc_c .txt .p3 ul li:hover {
  -moz-box-shadow: 0px 0px 30px rgba(20, 110, 198, 0.2);
  -webkit-box-shadow: 0px 0px 30px rgba(20, 110, 198, 0.2);
  box-shadow: 0px 0px 30px rgba(20, 110, 198, 0.2);
}

.jjfapc_c .txt .p4 ul li .i2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.jjfapc_c .txt .p4 ul li .i2 .sp2 {
  margin-top: 0px;
}

.jjfapc_c .txt .p4 ul li .i2 .sp1 {
  width: 120px;
}

.jjfapc_c1 .img {
  order: 1;
}

.nsle_more1 {
  display: inline-block;
  line-height: 56px;
  padding: 0px 40px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  -moz-box-shadow: 0px 10px 50px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 10px 50px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 50px rgba(51, 51, 51, 0.2);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_more1 i {
  display: inline-block;
  font-style: normal;
  padding-left: 38px;
  position: relative;
}

.nsle_more1 i::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -12px;
  background: url("../img/nsle/yh_02.png") calc(50% + 1px) 50% no-repeat #000;
  background-size: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_more1:hover {
  background-color: #146dc6;
  color: #fff;
}

.nsle_more1:hover i::before {
  background: url("../img/nsle/yh_02_on.png") calc(50% + 1px) 50% no-repeat #fff;
  background-size: 100%;
}

.nsle_more2 {
  display: inline-block;
  line-height: 50px;
  padding: 0px 40px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  -moz-box-shadow: 0px 10px 50px rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: 0px 10px 50px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 10px 50px rgba(51, 51, 51, 0.2);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_more2 i {
  display: inline-block;
  font-style: normal;
  padding-left: 30px;
  position: relative;
}

.nsle_more2 i::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  background: url("../img/nsle/yh_02.png") calc(50% + 1px) 50% no-repeat #000;
  background-size: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_more2:hover {
  background-color: #146dc6;
  color: #fff;
}

.nsle_more2:hover i::before {
  background: url("../img/nsle/yh_02_on.png") calc(50% + 1px) 50% no-repeat #fff;
  background-size: 100%;
}

.nsle_more3 {
  display: inline-block;
  line-height: 50px;
  padding: 0px 40px;
  border: 1px solid #000000;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_more3 i {
  display: inline-block;
  font-style: normal;
  padding-left: 30px;
  position: relative;
}

.nsle_more3 i::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  background: url("../img/nsle/yh_02.png") calc(50% + 1px) 50% no-repeat #000;
  background-size: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
}

.nsle_more3:hover {
  background-color: #146dc6;
  color: #fff;
  border: 1px solid #146dc6;
}

.nsle_more3:hover i::before {
  background: url("../img/nsle/yh_02_on.png") calc(50% + 1px) 50% no-repeat #fff;
  background-size: 100%;
}

.cookie {
  z-index: 99;
}

.font80 {
  font-size: 70px;
}

.font70 {
  font-size: 60px;
}

.font48 {
  font-size: 46px;
}

.font40 {
  font-size: 36px;
}

.font36 {
  font-size: 34px;
}

.font30 {
  font-size: 30px;
}

.font20 {
  font-size: 20px;
}

.font18 {
  font-size: 18px;
}

.font14 {
  font-size: 14px;
}

@media screen and (max-width: 1600px) {
  .wrap_c {
    margin: 0px auto;
    max-width: var(--content-width);
  }
}
@media screen and (max-width: 1440px) {
  .wrap_c {
    margin: 0px auto;
    max-width: var(--content-width);
  }
  .nsle_07 .pc .ne7_prev {
    left: -90px;
  }
  .nsle_07 .pc .ne7_next {
    right: -90px;
  }
  .jjfapt_slide .b1 {
    width: 60px;
  }
  .font80 {
    font-size: 62px;
  }
  .font70 {
    font-size: 52px;
  }
  .font48 {
    font-size: 32px;
  }
  .font40 {
    font-size: 28px;
  }
  .font36 {
    font-size: 26px;
  }
  .font30 {
    font-size: 24px;
  }
  .font20 {
    font-size: 18px;
  }
  .font18 {
    font-size: 16px;
  }
  .font14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .wrap_c {
    margin: 0px auto;
    max-width: var(--content-width);
  }
  .nsle_sub {
    height: 400px;
  }
  .nsle_sub .nr {
    margin-top: 60px;
  }
  .nsle_sub .p {
    max-width: 100%;
  }
  .nsle_sub .p2 {
    margin-top: 20px;
  }
  .nsle_01 .nr {
    padding: 60px 0px;
  }
  .nsle_01 .nsle01_c {
    display: block;
  }
  .nsle_01 .nsle01_c .img {
    width: 100%;
  }
  .nsle_01 .nsle01_c .txt {
    width: 100%;
    margin-top: 40px;
  }
  .nsle_01 .nsle01_c .txt .p2 {
    margin-top: 30px;
  }
  .nsle_02 .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
  }
  .nsle_02 .bg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .nsle_02 .nr {
    position: relative;
    bottom: 0px;
    padding: 60px 0px;
  }
  .nsle_02 .p3 {
    top: 2px;
  }
  .nsle_03 .nr {
    padding: 60px 0px;
  }
  .nsle03tab_slide .swiper-slide {
    width: auto;
    padding: 0px 20px;
  }
  .nsle03tab_slide .swiper-slide a {
    line-height: 40px;
  }
  .nsle_03 .ptab {
    padding: 0px 60px;
  }
  .nsle_03 .ptab .nsle03tab_prev {
    width: 40px;
    height: 40px;
  }
  .nsle_03 .ptab .nsle03tab_next {
    width: 40px;
    height: 40px;
  }
  .nsle_03 .pcon {
    padding-top: 30px;
  }
  .nsle03con_slide .swiper-slide {
    width: 100%;
  }
  .nsle_04 .nr {
    padding: 60px 0px;
  }
  .nsle_04 .pinfo {
    margin-top: 30px;
  }
  .nsle_04 .pcon {
    margin-top: 50px;
  }
  .nsle_04 .pcon ul li .pcontxt {
    padding: 20px;
  }
  .nsle_04 .pcon ul li .pcontxt .p1 img {
    height: 30px;
  }
  .nsle_04 .pcon ul {
    grid-gap: 10px;
  }
  .nsle_sub_fa {
    height: 500px;
  }
  .nslesub_slide .swiper-slide .p {
    max-width: 100%;
  }
  .nslesub_slide .swiper-slide .p3 {
    margin-top: 20px;
  }
  .jjfa_01 {
    padding: 60px 0px;
  }
  .jjfa_01 .nr {
    display: block;
  }
  .jjfa_01 .nr .img {
    width: 100%;
  }
  .jjfa_01 .nr .txt {
    width: 100%;
    margin-top: 40px;
  }
  .jjfa_02 .nr {
    padding: 60px 0px;
  }
  .jjfa_02 .nr .c {
    display: block;
  }
  .jjfa_02 .nr .c .img {
    width: 100%;
  }
  .jjfa_02 .nr .c .txt {
    width: 100%;
    margin-top: 40px;
  }
  .ns07_slide_01 .swiper-slide {
    width: 100%;
  }
  .nsle_07 .pc .ne7_prev {
    left: 0px;
  }
  .nsle_07 .pc .ne7_next {
    right: 0px;
  }
  .ne6c_slide {
    padding-bottom: 60px;
  }
  .nsle_06 {
    padding-top: 60px;
  }
  .nsle_06 .pc .img_dyw {
    width: 100%;
  }
  .nsle_06 .pc .ne6_prev {
    left: 0px;
  }
  .nsle_06 .pc .ne6_next {
    right: 0px;
  }
  .ne6c_slide .swiper-slide {
    width: 100%;
  }
  .ns07_slide .swiper-slide {
    width: 100%;
  }
  .ne6c_slide .swiper-slide .ne6c_item .ptxt .p2 {
    height: 51.2px;
  }
  .nsle_07 .nr {
    padding-top: 60px;
  }
  .ns07_slide {
    padding-bottom: 60px;
  }
  .jjfa_03 .pb {
    padding-bottom: 60px;
  }
  .jjfa_04 .p3 {
    margin-top: 20px;
  }
  .jjfa04_slide .swiper-slide {
    width: 140px;
  }
  .jjfa_05 .nr {
    padding: 60px 0px;
  }
  .jjfa_05 .pc {
    padding-top: 30px;
  }
  .jjfapc_c {
    display: block;
  }
  .jjfapc_c .img {
    width: 100%;
  }
  .jjfapc_c .txt {
    width: 100%;
    margin-top: 40px;
  }
  .ns07_slide .swiper-slide .ptxt .p2 i {
    background-size: 18px;
    padding-left: 28px;
    line-height: 1.8;
  }
  .nsle_04 .pcon ul li .pcontxt .p2 i {
    background: url("../img/nsle/t_04.svg") 100% calc(50% + 3px) no-repeat;
    background-size: 12px;
  }
  .nsle_04 .pcon ul li .pcontxt {
    padding: 20px 10px;
  }
  .nsle_04 .pcon ul li .pcontxt .p2 i {
    width: 100%;
    padding-right: 0px;
  }
  .jjfapt_slide .b1 {
    width: 20px;
  }
  .nsle_sub .nsles_prev {
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 30px;
    top: initial;
  }
  .nsle_sub .nsles_next {
    width: 40px;
    height: 40px;
    left: 70px;
    bottom: 30px;
    top: initial;
    right: initial;
  }
  .jjfa_01 .nr .txt .pc {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }
  .jjfa_01 .nr .txt .pc i {
    margin: 0px 0px;
    margin-bottom: 0px;
    display: none;
  }
  .jjfa_01 .nr .txt .pc i::before {
    margin: 0px auto;
  }
  .jjfa_01 .nr .txt .pc span {
    margin-bottom: 0px;
  }
  .jjfa_01 .nr .txt .pc p {
    padding-left: 14px;
    margin-right: 0px;
  }
  .jjfa_01 .nr .txt .pc p::before {
    width: 6px;
    height: 6px;
    margin-top: -2px;
  }
  .jjfa_01 .nr .txt .pc p:first-child {
    padding-left: 14px;
  }
  .jjfa_01 .nr .txt .pc p:first-child::before {
    display: block;
  }
  .jjfa_02 .nr .c .txt .pc {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 0px;
    grid-row-gap: 10px;
  }
  .jjfa_02 .nr .c .txt .pc i {
    display: none;
  }
  .jjfa_02 .nr .c .txt .pc span {
    margin-bottom: 0px;
  }
  .jjfa_02 .nr .c .txt .pc p {
    padding-left: 14px;
    margin-right: 0px;
  }
  .jjfa_02 .nr .c .txt .pc p::before {
    width: 6px;
    height: 6px;
    margin-top: -2px;
  }
  .jjfa_02 .nr .c .txt .pc p:first-child {
    padding-left: 14px;
  }
  .jjfa_02 .nr .c .txt .pc p:first-child::before {
    display: block;
  }
  .nsle_07 .pc .nrc {
    padding-bottom: 20px;
  }
  .nsle_07 .pc .ne7_prev {
    width: 40px;
    height: 40px;
    top: calc(100% - 60px);
    margin-top: 0px;
    left: 50%;
    margin-left: -50px;
  }
  .nsle_07 .pc .ne7_prev::before {
    background-size: 16px;
  }
  .nsle_07 .pc .ne7_next {
    width: 40px;
    height: 40px;
    top: calc(100% - 60px);
    margin-top: 0px;
    right: inherit;
    left: calc(50% + 40px + 20px);
    margin-left: -50px;
  }
  .nsle_07 .pc .ne7_next::before {
    background-size: 16px;
  }
  .nsle_06 .pc {
    padding-bottom: 20px;
  }
  .nsle_06 .pc .ne6_prev {
    width: 40px;
    height: 40px;
    top: calc(100% - 40px - 20px) !important;
    left: 50%;
    margin-left: -50px;
  }
  .nsle_06 .pc .ne6_prev::before {
    background-size: 16px;
  }
  .nsle_06 .pc .ne6_next {
    width: 40px;
    height: 40px;
    top: calc(100% - 40px - 20px) !important;
    right: inherit;
    left: calc(50% + 40px + 20px);
    margin-left: -50px;
  }
  .nsle_06 .pc .ne6_next::before {
    background-size: 16px;
  }
  .ne6c_slide {
    padding-bottom: 90px;
  }
  .nsle_more1 {
    line-height: 46px;
    padding: 0px 30px;
  }
  .nsle_more1 i {
    padding-left: 28px;
  }
  .nsle_more1 i::before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
  }
  .font80 {
    font-size: 20px;
  }
  .font70 {
    font-size: 20px;
  }
  .font48 {
    font-size: 20px;
  }
  .font40 {
    font-size: 18px;
  }
  .font36 {
    font-size: 18px;
  }
  .font30 {
    font-size: 18px;
  }
  .font20 {
    font-size: 16px;
  }
  .font18 {
    font-size: 14px;
  }
  .font14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .font80 {
    font-size: 20px;
  }
  .font70 {
    font-size: 20px;
  }
  .font48 {
    font-size: 20px;
  }
  .font40 {
    font-size: 18px;
  }
  .font36 {
    font-size: 18px;
  }
  .font30 {
    font-size: 18px;
  }
  .font20 {
    font-size: 16px;
  }
  .font18 {
    font-size: 14px;
  }
  .font14 {
    font-size: 14px;
  }
}