* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
}

body {
    font-family: Arial, Helvetica, sans-serif, "microsoft yahei";
    color: #000000;
    background: #fffefd;
    font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th {
    background: transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ul,
li,
ol {
    list-style: none;
}

em,
b,
i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}

input,
textarea,
select,
a {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}

textarea {
    resize: none;
    overflow: auto;
}

aside,
article,
footer,
header,
nav,
section,
.main {
    display: block;
    height: auto;
    overflow: hidden;
}

:root {
    --fontAColor: #000000;
    --basicAcolor: #959595;
    --blueColor: #416dd9;
    --Font14: 14px;
    --Font16: 16px;
    --Font18: 18px;
    --Font20: 20px;
    --Font22: 22px;
    --Font24: 24px;
    --Font26: 26px;
    --Font28: 28px;
    --Font30: 30px;
    --Font50: 50px;
}

a {
    color: var(--fontAColor);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
    text-decoration: none;
    color: inherit;
    color: #000;
}

p {
    line-height: 1.8;
}

.disFlex {
    display: -moz-box;
    /*firefox*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-box;
    /*Safari*/
    display: -webkit-flex;
    /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disFlexBlock {}

.swiper {
    width: 100%;
    height: auto;
}

.swiper-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.left,
.right {
    width: 50%;
}

.main {
    max-width: 1920px;
    height: auto;
    min-height: 100px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.banner01 {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.banner01 img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}


.nav {
    width: 100%;
    position: absolute;
    /* height: 9rem; */
    color: #416dd9;
    text-align: center;
    font-size: var(--Font22);
    align-items: center;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    z-index: 99;
    top: 84%;
    transform: rotate(-6deg);
    transition: rotate .3s ease;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: "none";
}

.nav .disFlex {
    max-width: 66%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: space-around;
}

.nav.fixNav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    transform: rotate(0deg);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    bottom: auto;
}

.nav li {
    display: flex;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
    align-items: center;
    /* height: 9rem; */
    position: relative;
    padding: 2rem 0;

}

.nav a {
    display: block;
    color: #416dd9;
    text-align: center;
    /* line-height: 9rem; */
    padding-top: 0px;
    /* padding-right: 1rem; */
    padding-bottom: 0px;
    /* padding-left: 1rem; */
}

.nav .active a {
    color: #f89f15;
    font-size: var(--Font30);
}

.nav.swiper {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    padding-top: 0px;
    padding-right: 5rem;
    padding-bottom: 0px;
    padding-left: 5rem;
    transform: rotate(0deg);
    top: auto;
    background-color: #ffffff;
}

.nav.swiper .disFlex {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.nav.swiper a,
.nav.swiper span {
    font-size: 16px;
}

.nav.swiper a {
    padding-top: 0px;
    padding-right: 1rem;
    padding-bottom: 0px;
    padding-left: 1rem;
}

.nav.swiper ul {
    width: calc(100% - 8rem);
}

.nav.swiper ul li {
    width: auto;
    height: auto;
}

.nav.swiper .swiper-button-next,
.nav.swiper .swiper-button-prev {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #9edbf4;
    color: #ffffff;
}
.nav.swiper .swiper-button-next{
    right: 0;
} .nav.swiper .swiper-button-prev{
    left: 0;
}
.nav.swiper .swiper-button-next::after,
.nav.swiper .swiper-button-prev::after {
    font-size: 3rem;
}
.nav.activeNav {
    z-index: 99;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    transform: rotate(0deg);
}

.mod {

    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
}

.container {
    max-width: 1400px;
    height: auto;
     
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.leftBox {
    min-height: 100px;
}

.rightBox {
    min-height: 100px;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
}

.point {
    position: relative;
    text-align: center;
    margin-bottom: 7rem;
    overflow-x: visible;
    overflow-y: visible;
}

.point h1 {
    font-size: var(--Font50);
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 2.5rem;
}

.point h1 a {
    color: #416dd9;
}

.point p {
    font-size: var(--Font18);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.point p a {
    padding-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
}

.point p a:nth-last-child(1) {
    border-right-width: 0px;
    border-right-style: initial;
    border-right-color: initial;
}

.thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.thumb p {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}

.thumbSwiperRight-box {
    height: 560px;
}

.thumbSwiperRight-box .left {
    width: 82%;
    height: 100%;
    flex-shrink: 0;
}

.thumbSwiperRight-box .right {
    width: 17%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.thumbSwiperRight-box .swiper {
    width: 100%;
    height: 100%;
}

.thumbSwiperRight-box .swiper.thumbsRight {
    height: calc(100% - 8rem);
}

.thumbsRight .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbsRight .swiper-slide-thumb-active {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(248, 190, 60);
    border-right-color: rgb(248, 190, 60);
    border-bottom-color: rgb(248, 190, 60);
    border-left-color: rgb(248, 190, 60);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.thumbSwiperRight-box .right .swiper-button-prev,
.thumbSwiperRight-box .right .swiper-button-next {
    width: 100%;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 1rem;
    padding-right: 0px;
    padding-bottom: 1rem;
    padding-left: 0px;
    margin-top: 0px;
    right: 0px;
    left: 0px;
    color: rgb(255, 255, 255);
    transform: translate(0px);
}

.thumbSwiperRight-box .right .swiper-button-prev {
    top: 0px;
}

.thumbSwiperRight-box .right .swiper-button-next {
    bottom: 0px;
    top: auto;
}

.thumbSwiperRight-box .right .swiper-button-next::after,
.thumbSwiperRight-box .right .swiper-button-prev::after {
    font-size: 2.8rem;
    font-weight: bolder;
    color: rgb(255, 255, 255);
    transform: rotate(90deg);
}

.text-text a strong {
    font-size: var(--Font20);
    margin-bottom: 1.5rem;
    display: block;
}

.text-text a p {
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--basicAcolor);
}

.imgText02 .thumb {
    max-width: 20%;
    height: 100%;
    flex-shrink: 0;
}

.imgText02 .text-text {
    flex-grow: 1;
}

ul.ul-listy02 li {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 0px;
    padding-bottom: 1rem;
    padding-left: 0px;
}

ul.ul-listy02 li a {
    color: rgb(0, 0, 0);
}

.ulListyTime {

    display: block;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ulListyTime li {
    position: relative;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 1.5rem;
}

.ulListyTime li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ulListyTime li p {
    width: 80%;
}

.ulListyTime li span {
    width: 20%;
    right: 0px;
    text-align: right;
    color: #959595;
}
ul.ul-listy li {
    margin-bottom: 1rem;
    list-style-position: inside;
    padding-top: 1rem;
    padding-right: 0px;
    padding-bottom: 1rem;
    padding-left: 0px;
    list-style-type: disc;
}

ul.ul-listy li::marker {
    color: rgb(248, 190, 60);
}

ul.ul-listy li a {
    color: rgb(0, 0, 0);
}
.swiperBevellPerspective {
    width: 50%;
    overflow-x: visible;
    overflow-y: visible;
    z-index: 1;
}

.swiperBevellPerspective .swiper-slide {
    perspective: 2000px;
    z-index: 2;
}

.swiperBevellPerspective .swiper-slide-active {
    z-index: 3;
}

.swiperBevellPerspective .swiper-slide-prev .thumb {
    transform: scale(0.8) translateX(50%) rotateY(45deg);
}

.swiperBevellPerspective .swiper-slide-next .thumb {
    transform: scale(0.8) translateX(-50%) rotateY(-45deg);
}

.adOne img {
    display: block;
    width: 100%;
    height: auto;
}

.thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs .swiper-slide-thumb-active {
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(248, 190, 60);
    border-right-color: rgb(248, 190, 60);
    border-bottom-color: rgb(248, 190, 60);
    border-left-color: rgb(248, 190, 60);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.swiperBevell {
    width: 50%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow-x: visible;
    overflow-y: visible;
}

.swiperBevell .thumb {
    width: 100%;
    height: 100%;
}

.swiperBevell .swiper-slide {
    transform: scale(0.9);
    z-index: 1;
}

.swiperBevell .swiper-slide .thumb {
    transform: scale(0.9);
    transition-behavior: normal;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: all;
}

.swiperBevell .swiper-slide-prev {
    transform: scale(0.8) translateX(50%);
    z-index: 2;
}

.swiperBevell .swiper-slide-next {
    z-index: 2;
    transform: scale(0.8) translateX(-50%);
}

.swiperBevell .swiper-slide-active {
    z-index: 3;
    transform: scale(1) translateX(0px);
}

.swiperBevell .swiper-slide-active .thumb {
    transform: scale(1);
}

.swiperBevell .swiper-slide-prev .thumb {
    transform: scale(1);
}

.swiperBevell .swiper-slide-next .thumb {
    transform: scale(1);
}

.footer {
    padding-top: 8rem;
    padding-right: 2rem;
    padding-bottom: 8rem;
    padding-left: 2rem;
    text-align: center;
    font-size:var(--Font16);
    background-image: linear-gradient(135deg, #001ed2 0px, #007cfd);
    color: #ffffff;
}

.footer p {
    line-height: 2.5;
}


/*.mod-01*/
.mod-01 {
    padding-bottom: 12rem;
}

.mod-01>.container>.flexBox {
    gap: 4rem
}

.mod-01 .leftBox {
    width: 92rem;
    height: 46rem;
    flex-shrink: 0;
}

.mod-01 .swiper-box {
    overflow: visible;
}

.mod-01 .thumbSwiperRight-box {
    height: auto;
    position: relative;
}

.mod-01 .thumbSwiperRight-box .left {
    width: 77.4rem;
    height: 43.6rem;
    flex-shrink: 0;
    float: left;

}

.mod-01 .thumbSwiperRight-box .right {
    width: 17rem;
    height: 43.64rem;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.mod-01 .thumbSwiperRight-box .swiper.thumbsRight {
    height: 100%;
}

.mod-01 .thumbSwiperRight-box .right .swiper-button-prev,
.mod-01 .thumbSwiperRight-box .right .swiper-button-next {
    height: 1.6rem;
    background-color: transparent;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.mod-01 .thumbSwiperRight-box .right .swiper-button-prev::after,
.mod-01 .thumbSwiperRight-box .right .swiper-button-next::after {
    display: none;
}

.mod-01 .thumbSwiperRight-box .right .swiper-button-prev {
    top: -2.4rem;
    background-image: url('prev.png');
}

.mod-01 .thumbSwiperRight-box .right .swiper-button-next {
    bottom: -2.4rem;
    background-image: url('next.png');
}

.mod-01 .thumbsRight .swiper-slide {
    border: 2px #ffffff solid;
    border-radius: 1rem;
    overflow: hidden;
}

.mod-01 .thumbsRight .swiper-slide-thumb-active {
    border: 2px #416dd9 solid;
}

.more {
    display: block;
    width: 120px;
    height: auto;
    padding: 1rem 0;
    background-color: rgba(158, 219, 244, 0.7);
    border-radius: 2rem;
    float: right;
    margin-top: 3rem;
}

.more img {
    width: auto;
    height: auto;
    max-height: 16rem;
    display: block;
    margin: 0 auto;
}

.mod-01 .more {
    width: 100%;
}
.mod-01 .text-text{
    margin-bottom: 2rem;
}
.mod-01 .ul-listy02{
   padding-bottom: 2rem;
}
/*mod-02*/
.mod-02 {
    background-image: url('bg02.jpg');
    padding-bottom: 10rem;
    position: relative;
}
.mod-02::before{
    display: block;
    content: ' ';
    width:28rem;
    height: 27.9rem;
    background: url('icon2.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.title {
    padding: 6rem 0;
    text-align: center;
}

.title img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 11.4rem;
}

.mod-02 .swiper,
.mod-02 .swiper .swiper-slide {
    height: auto;
}

.mod-02 .swiper .thumb {
    height: auto;
}

.mod-02 .swiper .thumb p {
    position: relative;
    background: none;
    color: var(--fontAColor);
    height: 3.6em;

    padding: 0;
    font-size: var(--Font20);
}

.mod-02 .swiper .thumb img {
    height: auto;
    aspect-ratio: 16 / 9;
    margin-bottom: 2rem;
}

.mod-02 .swiper .swiper-slide .thumb {
    transform: scale(0.9);

}

.mod-02 .swiper .swiper-slide-next .thumb {
    transform: scale(1);
}

.mod-02 .ulListyTime {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 4rem;
    padding-top: 4rem;

}

.mod-02 .ulListyTime li {
    width: calc(50% - 2rem);
}

/**mod-03*/
.mod-03 {
    background-image: url('bg03.jpg');
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 15rem;
    position: relative;
}
.mod-03::before{
    display: block;
    content: ' ';
    width:38rem;
    height: 30.1rem;
    background: url('icon03.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 5rem;
}
.mod-03 .swiper-box {
    margin-bottom: 5rem;
}

.mod-03 .swiperBevellPerspective {
    height: 31.6rem;
    width: 56.1rem;
}

.mod-03 .swiperBevellPerspective .swiper-slide .thumb {
    transform: scale(0.8) translateX(30%) rotateY(60deg);
}

.mod-03 .swiperBevellPerspective .swiper-slide-next .thumb {
    transform: scale(0.9) translateX(-20%) rotateY(-45deg);
}

.mod-03 .swiperBevellPerspective .swiper-slide-prev .thumb {
    transform: scale(0.9) translateX(20%) rotateY(45deg);
}

.mod-03 .swiperBevellPerspective .swiper-slide-next+.swiper-slide .thumb {
    transform: scale(0.8) translateX(-30%) rotateY(-60deg);
}

.mod-03 .swiperBevellPerspective .swiper-slide-active .thumb {
    transform: scale(1) translateX(0px) rotateY(0deg);
}

.mod-03 .swiper-button-next,
.mod-03 .swiper-button-prev {
    background: #9edbf4;
    color: #ffffff;
    height: 11rem;
    width: 4rem;

}

.mod-03 .swiper-button-next::after,
.mod-03 .swiper-button-prev::after {
    font-size: 3rem;
}

/*mod-04*/
.mod-04 {
    background-image: url('bg04.jpg');
    padding-bottom: 7rem;
    padding-top: 4rem;
}

.mod-04 .swiper-box {
    width: 98rem;
    height: auto;
    position: relative;
    overflow: visible;
    margin: 0 auto;
}

.mod-04 .swiper {
    margin: 0 auto;
    position: relative;
}

.mod-04 .swiper-box::before {
    content: ' ';
    display: block;
    width: 11.7rem;
    height: 100%;
    position: absolute;
    left: -8.5rem;
    top: 0;
    background-image: url('hj.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 99;
}

.mod-04 .swiper .swiper-slide {
    width: 9.3rem;
    height: auto;
    padding-bottom: 3rem;
}

.mod-04 .swiper-slide .thumb {
    height: auto;

    border-radius: 2rem;
    overflow: hidden;
}

.mod-04 .swiper-slide .thumb img {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, #2645e2 0%, #8eca95 100%);
    border-radius: 2rem;
    aspect-ratio: 9 / 16;
    border: 4px solid rgba(0, 0, 0, 0);
}

.mod-04 .swiper-slide .thumb p {
    position: relative;
    background: none;
    padding: 0;
    margin-top: 2rem;
}

.btn-box {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
}

.btn-box .swiper-pagination {
    position: static;
    width: auto;
    display: inline;
}

.btn-box .swiper-button-next,
.btn-box .swiper-button-prev {
    position: relative;
    margin: 0 auto;
}

.mod-04 .swiper-button-next::after,
.mod-04 .swiper-button-prev::after {
    font-size: 2rem;
    font-weight: bolder;
}

.mod-04 .swiper-pagination span {
    background: #a3a9af;
    opacity: 1;
}

.mod-04 .swiper-pagination .swiper-pagination-bullet-active {
    background: #2645e2;
}

/*mod-05*/
.mod-05 {
    overflow: visible;
    background-image: url('bg05.jpg');
    padding-bottom: 6rem;
    position: relative;
    z-index: 2;
}
.mod-05::before{
    display: block;
    content: ' ';
    width:54.1rem;
    height:55.1rem;
    background: url('icon05.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -10rem;
    z-index: 1;
}
.mod-05 .imgText02 {
    max-width: 102rem;
    margin: 0 auto;
    gap: 4rem;
    z-index: 3;
    position: relative;
}

.mod-05 .imgText02 .thumb {
    max-width: 39rem;
    height: auto;
    aspect-ratio: 9 / 16;
    flex-shrink: 0;
    flex-basis: 39rem;
}

.mod-05 .text-text strong {
    display: block;
    font-size: var(--Font20);
    padding-bottom: 1.5rem;
}

.mod-05 .text-text p {
    font-size: var(--Font16);
    color: var(--basicAcolor);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/**mod-06**/
.mod-06 {
    background-image: url('bg06.jpg'); 
    background-size: 100% 100%;
    position: relative;
    padding-bottom: 2rem;
}
.mod-06::before{
    display: block;
    content: ' ';
    width:30.7rem;
    height: 34.9rem;
    background: url('icon06.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mod-06 .swiper-box {
    max-width: 129rem;
    margin: 0 auto;
    position: relative;
}

.mod-06 .swiper {
    width: calc(100% - 10rem);
    margin: 0 auto;
}

.mod-06 .swiper .swiper-slide {}

.mod-06 .swiper .swiper-slide .thumb {
    width: auto;
    margin: 0 1rem;
    height: auto;
    border: 4px solid #d3d9eb;
    border-radius: 2rem;
    margin: 0 auto 3rem auto;
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);

}

.mod-06 .swiper .swiper-slide .thumb img {
    height: auto;
    aspect-ratio: 9 / 16;
}

.mod-06 .swiper .swiper-slide .text-text strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: var(--Font20);
    font-weight: normal;
    /* margin-bottom: 1.5rem; */
}

.mod-06 .swiper .swiper-slide .text-text p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mod-06 .swiper-button-next {
    right: 0;
}

.mod-06 .swiper-slide-prev,
.mod-06 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 0 !important;
}

/*mod-07*/
 .mod-07{
    background: none;
 }
    
.mod-03.mod-07::before{
    display: none;
}
.mod-07 .swiper-box{
margin-bottom: 2.5rem; 
}
.mod-07 .swiper {
    width: 140rem;
    height: auto; 
     
}
 .mod-07 .swiperBevell .swiper-slide{
    height: auto;
    transform: scale(1);
    aspect-ratio: 16 / 9;
 }

.mod-07 .swiperBevell .swiper-slide-prev {
    transform: scale(1) translateX(50%); 
}

.mod-07 .swiperBevell .swiper-slide-next { 
    transform: scale(1) translateX(-50%);
}
 .mod-07 .swiperBevell .swiper-slide .thumb{
    transform: scale(1);
 }

.mod-07 .swiperBevell .swiper-slide-active .thumb {
    /* width: calc(100% - 12rem);  */
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}

 
.mod-07 .swiperBevell .swiper-slide-next .thumb,
.mod-07 .swiperBevell .swiper-slide-prev .thumb {
    transform: scale(1);

} 
.mod-07 .swiperBevell .swiper-slide-next .thumb p,
.mod-07 .swiperBevell .swiper-slide-prev .thumb p {
    top: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.mod-07 .swiper-button-next{
    right: -5rem;
} .mod-07 .swiper-button-prev{
left: -5rem;
}
.mod-08{
    padding-bottom: 5rem;
}
.mod-08 .flexBox{
    gap: 3rem;
}
.mod-08 .flexBox .text-text{
    width: calc(50% - 3rem);
    background-image: linear-gradient(to bottom , #e2f0ff 20%, #ffffff);
    padding:  2rem;
    border-radius: 4rem 0 4rem 0;
    margin-bottom: 4rem;
}
.mod-08 .flexBox .text-text a p{
    line-clamp: 4;
    -webkit-line-clamp:4;
}
 .mod-08 ul.ul-listy {
    display: flex;
    /* gap: 3rem; */
    flex-wrap: wrap; 
    justify-content: space-between;
 }
  .mod-08 ul.ul-listy li{
    width: calc(50% - 3rem);
    margin-bottom: 0;
  }
  .mod-08 ul.ul-listy li a{
    display: inline-flex;
    width: calc(100% - 2em);
  }
.mod-08 ul.ul-listy li::marker{
    color: #d1d1d1;
}
@media screen and (max-width: 1400px) {
    .container{
        margin:  1rem;
    }
    .point h1 {
        font-size: 34px;
    }

    .nav {
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 1);

        transform: rotate(0deg);
        top: auto;
    }

    .nav .disFlex {
        max-width: 100%;
    }
    .mod-07 .swiper{
        width: 100%;
    }
       .mod-02::before,.mod-03::before,.mod-05::before,.mod-06::before{
        transform: scale(0.8);
    }
    .mod-02::before,.mod-05::before{
         transform-origin: right bottom;
    }
    .mod-03::before,.mod-06::before{

         transform-origin: left bottom;
    }
    .mod-07 .swiper-button-next{
    right: 1rem;
} .mod-07 .swiper-button-prev{
left: 1rem;
}
 
    
}

@media screen and (max-width: 1200px) {
    .point h1 {
        font-size: 28px;
    }

    .nav {
        font-size: var(--Font20);

    }

    .nav .active a {
        font-size: var(--Font22);
    }

    .mod-01 .leftBox {
        width: calc(92vw * 0.7);
        height: calc(46vw * 0.7);
    }

    .mod-01 .thumbSwiperRight-box .left {
        width: calc(77.4vw * 0.7);
        height: calc(46vw * 0.7);
    }

    .mod-01 .thumbSwiperRight-box .right {
        width: calc(17vw * 0.7);
        height: calc(43.64vw * 0.7);
    }
     .mod-02::before,.mod-03::before,.mod-05::before,.mod-06::before{
        transform: scale(0.6);
    }
     .mod-03 .swiperBevellPerspective{
        width: 50vw;
        height: calc(50vw * 9 / 16);
     }
     .mod-03 .swiperBevellPerspective .swiper-slide-next .thumb {
    transform: scale(0.8) translateX(-50%) rotateY(-45deg);
}

.mod-03 .swiperBevellPerspective .swiper-slide-prev .thumb {
    transform: scale(0.8) translateX(50%) rotateY(45deg);
}
}

@media screen and (max-width: 1024px) {
    .mod-01>.container>.flexBox {
        display: block;
    }

    .mod-01 .leftBox {
        margin: 0 auto;
        width: calc(92vw * 1);
        height: calc(46vw * 1);
        margin-bottom: 2rem;
    }

    .mod-01 .thumbSwiperRight-box .left {
        width: calc(77.4vw * 1);
        height: calc(46vw * 1);
    }

    .mod-01 .thumbSwiperRight-box .right {
        width: calc(17vw * 1);
        height: calc(43.64vw * 1);
    }
    .mod-02 .ulListyTime li{
        width: 100%;
    }
    .mod-04 .swiper-box{
        width: calc(100% - 6rem);
        margin: 0 auto;
    }
     .mod-02::before,.mod-03::before,.mod-05::before,.mod-06::before{
        transform: scale(0.4);
    }
     .mod-03{
        background:none;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    :root {
        --Font16: 14px;
        --Font18: 16px;
        --Font20: 18px;
        --Font22: 20px;
        --Font24: 22px;
        --Font26: 24px;
        --Font28: 26px;
        --Font30: 28px;
    }

    .disFlexBlock,.mod-08 ul.ul-listy,.mod-08 .flexBox {
        display: block;
    }

    .left,
    .right {
        width: auto;
    }

    .point h1 {
        font-size: 26px;
    }

    .imgText02 .thumb {
        max-width: 40%;
    }

    .swiperBevell {
        width: auto;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .mod-01{
        padding-bottom: 3rem;
    }
    .mod-03{
        padding-bottom: 5rem;
    }
    .mod-08 .flexBox .text-text{
        width: auto;
    }
    .mod-08 ul.ul-listy li{
        width: auto;
    }
   

}

@media screen and (max-width: 480px) {
    .point h1 {
        font-size: 22px;
    }
}