* {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}

:root {
    --fontABlueColor: #234e98;
    --fontANomalColor: #000000;
    --fontGayColor: #959595;
    --fontSize16: 16px;
    --fontSize18: 18px;
    --fontSize20: 20px;
    --fontSize22: 22px;
    --fontSize24: 24px;
    --fontSize26: 26px;
    --fontSize28: 28px;
    --fontSize30: 30px;
    --fontSize32: 32px;
    --fontSize34: 34px;
    --fontSize36: 36px;
    --fontSize38: 38px;
    --fontSize40: 40px;
    --fontSize42: 42px;
    --fontSize44: 44px;
    --fontSize46: 46px;
    --fontSize48: 48px;
    --fontSize50: 50px;

}

body {
    font-family: Arial, Helvetica, sans-serif, 'weirua ', "microsoft yahei", 'siyuan CN', '閿熸枻锟斤拷??濠靛洨鐖遍梺璺ㄥ枑閺嬶拷?锟藉?閻戣姤鏅搁柡鍌樺??敓鏂ゆ??? CN';
    color: #000000;
    font-size: var(--fontSize20);
    line-height: 1.6;
}

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 {
    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;
}

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

a:hover {
    text-decoration: none;
}


.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;
}

.mod {
    min-height: 100px;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
}

.container {
    max-width: 1400px;
    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;
}

.point {
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    overflow-x: visible;
    overflow-y: visible;
}

.point h1 {
    font-size: var(--fontSize50);
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 2.5rem;
}

.point h1 a {
    color: var(--fontABlueColor);
}

.point p {
    font-size: var(--fontSize18);
    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;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftBox {
    min-height: 100px;
}

.rightBox {
    min-height: 100px;
}

.thumb {
    position: relative;
    width: 100%;
    height: 100%;
}

.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-x: initial;
    background-repeat-y: 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-right: 0px;
    padding-left: 0px;
}

.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;
}

.text-text {
    padding-bottom: 1.5rem;
}

.text-text strong {
    font-size: var(--fontSize20);
    font-weight: 500;
    display: inline-block;
    padding-bottom: 1rem;
}

.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: rgb(90, 89, 89);
    font-size: var(--fontSize16);
}

.img-text {
    align-items: stretch;
}

.img-text .thumb {
    width: auto;
    height: auto;
    flex-shrink: 0;
}

.img-text .text-text {
    width: auto;
    flex-grow: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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);
}

ul.ul-listy li {
    margin-bottom: 1rem;
    list-style-position: inside;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: disc;
}

ul.ul-listy li::marker {
    color: #0062c6;
}

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);
}

.imgText02 .thumb {
    max-width: 20%;
    height: 100%;
    flex-shrink: 0;
}

.imgText02 .text-text {
    flex-grow: 1;
}

.flexImg {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.img-item {
    display: flex;
    align-content: stretch;
    justify-content: space-between;
}

.img-item ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.img-item ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.img-item:nth-child(3) {
    width: 26%;
}

.img-item:nth-child(2) {
    width: 54%;
}

.img-item:nth-child(1) {
    width: 17%;
}

.img-item:nth-child(1) ul {
    align-content: stretch;
}

.img-item:nth-child(1) ul li {
    height: 100%;
}

.footer {
    padding-top: 5rem;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    text-align: center;
    font-size: var(--fontSize16);
    color: #ffffff;
}



.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-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);
}

/*banner*/
.banner {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    position: relative;
}

.banner>img {
    width: 100%;
    height: auto;
    display: block;
}

/*nav*/

.nav {
    width: 150px;
    height: auto;
    position: fixed;
    right: 0;
    overflow: visible;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: var(--fontSize20);
    text-decoration: none;
    align-content: center;
    /* line-height: 52px; */
    text-align: center;
    z-index: 99;
}

.autoSize {
    width: auto;
    height: auto;
}

.navBar {
    width: 100%;
    /* height: 135px; */
    /* padding-top: 50px; */
    z-index: 10;
    display: none;
    /* background-image: url("navHidBg.png"); */
    margin: 0 auto;
    transition: all 0.5s;
    transition-delay: 0.5;
    background-size: cover;
    color: #1c5dd5;
    background: #ffffff;
    box-shadow: -1px 0 1px #bac3f4, 0 1px 1px #bac3f4;
    border-radius: 10px 0 0 10px;
}

.navBar span {
    display: inline-block;
    width: auto;
    height: auto;
    /* background: #ffffff; */
    color: #1c5dd5;
    font-size: 16px;
    position: relative;
    /* margin-left: 40px; */
    border-radius: 10px;
    line-height: initial;
    padding-left: 25px;
    /* margin-top: 20px; */
}

.navBar span:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px #1c5dd5 solid;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 15px;
    bottom: -5px;
    transform: translateX(-50%) rotate(180deg);
}

.upBar {
    display: block;
}

.upBar:before {
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px #0041b1 solid;
    border-left: 10px solid transparent;

}

.nav-container {
    width: auto;
    height: auto;
    background-image: url("navBg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 190px;
    transition: all 0.5s;
    padding-bottom: 30px;
    border-radius: 0 0 20px 20px;
}

.open {
    height: auto;
}

.hid {
    height: 0;
    padding-top: 0;
    width: 0;
    border: none;

}

#navHid {
    line-height: normal;
    /* width: 60%; */
    margin: 0 auto;
    color: #1c5dd5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#navHid span {
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
    padding-left: 20px;
}

#navHid span:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px #ffffff solid;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 0;
    bottom: 4px;
}

.nav-main {
    width: 90%;
    height: 300px;
}

.nav-main .swiper .swiper-slide {
    height: 52px;
    text-align: center;
}

.nav-main ul {
    gap: 10px;
}

.nav ul li.current {
    /* background: url("line01.png") no-repeat center bottom; */

}

.nav-main ul li {
    /* width: 87%; */
    height: 34px;
    margin: 0 auto;
    border: 2px solid #ffffff;
    border-radius: 8px;
    /* margin-bottom: 10px; */
}

/* .nav-main ul li:nth-last-child(1){
    width: 63%;
    background-image: url('backtop.png');
} */
.nav-main ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
    /* font-size: 20px; */
    text-decoration: none;
    align-content: center;
    margin: 0 auto;
    /* padding: 15px 0; */
    /* border-radius: 2px; */
    line-height: normal;
}

/* .nav-main ul li a:hover{   
    background:linear-gradient(to bottom, #fce58e, #f2c460);
} */
.nav-main ul li:nth-last-child(1) a:hover {
    background: none;
}

.nav .swiper-button-next,
.nav .swiper-button-prev {
    opacity: 0;
}

.backTop {
    width: auto;
    height: auto;
    background: url('backtop.png') 100% 100%;
    color: #6075e1;
    font-size: var(--fontSize16);
    margin: 0 auto;
    font-weight: bold;
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 2rem;
}

.backTop img {
    display: block;
    margin: 0 auto;

}

.hid~.backTop {
    width: auto;
    height: auto;
    background: #4eafd7;
    box-shadow: -1px 1px 1px #bac3f4;
    margin-top: -1px;
    border-radius: 0 0 0 10px;
}

.hid~#navHid {
    display: none;
}

/* 濞ｏ??锟斤??锟斤???锟斤??鐛ラ弽宄??*/
.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.popup-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.popup-content {
    position: relative;
    margin: 5% auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.popup-content img {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    margin: 0 auto;
}

.close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}

.mod {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.mod-01 {
    background-image: url('bg01.jpg');
}

.mod-02 {
    background-image: url('bg02.jpg');
}

.mod-03 {
    background-image: url('bg03.jpg');
}

.mod-04 {
    background-image: url('bg04.jpg');
}

.mod-05 {
    background-image: url('bg05.jpg');
}

.mod-06 {
    background-image: url('bg06.jpg');
}

/*mod-01*/
.mod-01 {
    padding-bottom: 10rem;
}

.mod-01 .text-text a p {
    color: var(--fontGayColor);
    font-size: var(--fontSize16);
}

.mod-01-son01 {
    padding-bottom: 3rem;
}
.mod-01-son01 .swiper-slide .thumb p{
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mod-01-son01 .flexBox .leftBox {
    width: 84.6rem;
    height: auto;
    flex-shrink: 0;
    margin-right: 3.5rem;
}

.mod-01-son01 .flexBox .leftBox .swiper {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}


.mod-01-son01 .swiper-button-next,
.mod-01-son01 .swiper-button-prev {
    width: 2.4rem;
    height: 5.3rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.mod-01-son01 .swiper-button-next::after,
.mod-01-son01 .swiper-button-prev::after,
.mod-01-son03 .swiper-button-next::after,
.mod-01-son03 .swiper-button-prev::after {
    display: none;
}

.mod-01-son01 .swiper-button-next {
    background-image: url('next.png');
}

.mod-01-son01 .swiper-button-prev {
    background-image: url('prev.png');
}

.more {
    width: auto;
    display: inline-block;
    background: #4c70ad;
    border-radius: 6rem;
    color: #ffffff;
    font-size: var(--fontSize16);
    padding: 0.5rem 2rem;
    float: right;
}

.more a {
    color: #ffffff;
}

.line-box {
    width: 2rem;
    height: 1.8rem;
    position: relative;
    margin-right: 1rem;
}

.baseBurger__line {
    width: 100%;
    display: block;
    height: 0.3rem;
    background: #ffffff;
    position: absolute;
    border-radius: 6px;
}

.baseBurger__line:nth-child(1) {
    top: 0
}

.baseBurger__line:nth-child(2) {
    top: 0.7rem;
}

.baseBurger__line:nth-child(3) {
    top: 1.4rem;
}

[class^="ani"] {
    position: absolute;
    opacity: 0;
    transform: translateX(100%);
    animation: slideInLeft 1s forwards;
}

[class^="ani"] img {
    position: absolute;
}

[class^="ani"] img:nth-of-type(2) {
    display: block;
}

[class^="ani"] img:nth-of-type(1) {
    left: 0;
    top: 1%;
}

.ani01 {
    width: 17%;
    height: 68%;
    right: 2.5%;
    top: 23%;
    animation-delay: 2s;
}

.ani01 img:nth-of-type(1) {
    width: 23%;
    height: auto;
}

.ani01 img:nth-of-type(2) {
    width: 65.6%;
    height: auto;
    bottom: 0;
    right: 0;
}

.ani02 {
    width: 15%;
    height: 59%;
    right: 12.3%;
    top: 32.8%;
    animation-delay: 1s;
    overflow: hidden;
}

.ani02 img:nth-of-type(1) {
    width: 28.2%;
    height: auto;
    left: 35.8%;

}

.ani02 img:nth-of-type(2) {
    width: 100%;
    height: auto;
    bottom: -1%;
    right: 0;
}

.ani03 {
    width: 10.9%;
    height: 58.8%;
    right: 28.3%;
    top: 34.6%;
    animation-delay: 0s;
    overflow: hidden;
}

.ani03 img:nth-of-type(1) {
    width: 39%;
    height: auto;
    left: auto;
    right: 0;

}

.ani03 img:nth-of-type(2) {
    width: 100%;
    height: auto;
    bottom: -1%;
    right: 0;
}

.mod-01-son02 {
    padding-bottom: 10rem;
}

.mod-01-son02>.flexBox {
    justify-content: space-around;
    align-items: flex-start;
}

.mod-01-son02 .flexBox .leftBox,
.mod-01-son02 .flexBox .rightBox {
    width: 44rem;
    flex-shrink: 0;
}

.mod-01-son02 .flexBox .thumb img {
    width: 100%;
    height: auto;
    /* aspect-ratio: 16 / 9; */
    margin-bottom: 2rem;
}

.mod-01-son02 .flexBox .thumb p {
    position: relative;
    background: none;
    text-align: left;

}

.mod-01-son03 .swiper-button-next,
.mod-01-son03 .swiper-button-prev {
    width: 4.1rem;
    height: 10.1rem;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    transform: translateY(-50%);
}

.mod-01-son03 .swiper-button-next {
    background-image: url('next02.png');
}

.mod-01-son03 .swiper-button-prev {
    background-image: url('prev02.png');
}

.mod-01-son03 .swiper {
    width: calc(100% - 16rem);
    margin: 0 auto;
}

.mod-01-son03 .swiper-slide {
    background: #e6e6e6;
}

.mod-01-son03 .thumb {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mod-01-son03 .thumb img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.mod-01-son03 .swiper-slide .thumb p {
    position: relative;
    background: none;
    color: var(--fontANomalColor);
}

.mod-01-son04 {
    padding-top: 5rem;
}

.mod-01-son04 ul li img {
    width: auto;
    max-width: 100%;
}

@keyframes titleFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title {
    padding-top: 7rem;
    padding-bottom: 2rem;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.title img {
    width: auto;
    height: auto;
    max-height: 18rem;
}

.title.in-viewport {
    animation: titleFadeInUp 1.1s ease forwards;
}

.titleM {
    padding-bottom: 3.5rem;
    text-align: left;
}

.titleM img {
    width: auto;
    height: auto;
    max-height: 5.5rem;
}

/*mod-02*/
.mod-02 .titleM {
    text-align: center;
}

.mod-02 .titleM img {
    max-height: 10.5rem;
}

.mod-02-son01 .swiperBevellPerspective {
    width: 72.6rem;
    height: auto;
    aspect-ratio: 16 / 9;
}

.mod-02-son01 .swiperBevellPerspective .swiper-slide-next .thumb {
    transform: scale(0.8) translateX(-35%) rotateY(-45deg);
}

.mod-02-son01 .swiperBevellPerspective .swiper-slide-prev .thumb {
    transform: scale(0.8) translateX(35%) rotateY(45deg);
}

.mod-02-son02 .text-text strong {
    color: #ffffff;

}

.mod-02-son02 .flexBox .text-text p {
    color: #ffffff;
    font-size: var(--fontSize16);
}

.mod-02 .more {
    background: none;
    color: #ffffff;
}

.mod-02-son02 .flexBox .leftBox,
.mod-02-son02 .flexBox .rightBox {
    flex-shrink: unset;
    padding-bottom: 7rem;
    overflow: hidden;
}

.mod-02-son02 .leftBox .thumb {
    box-sizing: border-box;
    margin-bottom: 3rem;
}

.mod-02-son02 .leftBox .thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 1rem 3rem 1rem 1rem;
}

.mod-02-son02 .leftBox .thumb a::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('borderIcon.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mod-02-son02 .leftBox .thumb img {
    margin-bottom: 0;
    aspect-ratio: 16 / 9;
    border: 8px solid;
    border-image-slice: 1;
    border-width: 8px;
    border-image-source: linear-gradient(45deg, #f15a24, #fcee21);

}

.mod-02-son02 .leftBox .thumb img::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    z-index: -1;
    background: linear-gradient(45deg, #f15a24, #fcee21);
    border-radius: inherit;
}

.mod-02-son02 .rightBox .thumb img {
    border-radius: 1rem;
}

.mod-02-son02 .flexBox .leftBox {
    width: 78rem;
}

.mod-02-son02 .flexBox .rightBox {
    width: 52rem;
}

.mod-02-son02 .rightBox .swiper .thumb img {
    aspect-ratio: 16 / 9;
}

.mod-02-son02 .rightBox .swiper {
    margin-bottom: 3rem;
}

/*mod-03*/
.mod-03 {
    padding-bottom: 6rem;
}

.mod-03-son01>.flexBox>.leftBox {
    width: 16rem;
}

.mod-03-son01 .titleM {
    text-align: center;
}

.mod-03-son01 .titleM img {

    height: 30.8rem;
    max-height: 100%;
    margin: 0 auto;
}

.mod-03-son01>.flexBox>.rightBox .img-text:nth-child(1) {
    background: #6896c0;
    color: #ffffff;
}

.mod-03-son01>.flexBox>.rightBox .img-text:nth-child(1) .text-text strong,
.mod-03-son01>.flexBox>.rightBox .img-text:nth-child(1) .text-text p {
    color: #ffffff;
}

.mod-03-son01>.flexBox>.rightBox {
    border: 4px #1d61a7 solid;
    border-radius: 2rem;
    padding: 5rem 0 5rem 8rem;
    margin-bottom: 3rem;
}

.mod-03-son01>.flexBox>.rightBox .img-text {
    margin-bottom: 3rem;
    gap: 3rem;
}

.mod-03-son01 .img-text img {
    width: 33rem;
    height: auto;
    aspect-ratio: 16/9;
}

.mod-03-son01>.flexBox>.rightBox .img-text {
    align-items: center;
    padding-right: 3rem;
}

.mod-03-son01>.flexBox>.rightBox .img-text .text-text {
    align-items: center;
}

.mod-03-son01>.flexBox>.rightBox .img-text .text-text p {

    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.mod-03-son01 ul {
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 3rem;
}

.mod-03-son01 ul li {
    width: calc(50% - 3rem);

}

.mod-03-son02,
.mod-03-son03,
.mod-03-son04 {
    padding-top: 3rem;
    overflow: visible;
    padding-bottom: 3rem;
}

.mod-03-son02 .img-text img,
.mod-03-son03 .img-text img,
.mod-03-son04 .img-text img {
    border-radius: 10px;
    margin-bottom: 0;
    aspect-ratio: 16 / 9;
    border: 4px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(45deg, #4b8fe8, #47d1fb);
}

.mod-03-son02 .img-text {
    padding-top: 4rem;
    align-items: flex-end;
    margin-bottom: 3rem;
}

.mod-03-son02 .img-text .text-text {
    margin-top: 8rem;
    background: #1b7eb1;
    padding: 2rem 4rem 2rem 4rem;
    color: #ffffff;
}

.mod-03 .container:nth-child(2) .text-text strong,
.mod-03 .container:nth-child(2) .text-text p {
    color: #ffffff;
}

.mod-03-son02 .text-text a p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.mod-03-son02 .img-text .thumb {
    z-index: 1;
}

.mod-03-son02 .img-text a {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

.mod-03-son02 .img-text .thumb::after {
    content: " ";
    display: block;
    position: absolute;
    top: -5rem;
    width: 22.1rem;
    height: 11.7rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    background-image: url('title03-02.png');
}

.mod-03-son02.img-text .thumb::after {
    background-image: url('title03-02.png');
    left: 90%;
}

.mod-03-son03 .img-text .thumb::after {
    background-image: url('title03-03.png');
    left: -20rem;
}

.mod-03-son03 .img-text .text-text {
    background: #d2fffd;
}

.mod-03-son04 .img-text .thumb::after {
    background-image: url('title03-04.png');
    left: 90%;
}

.mod-03-son04 .img-text .text-text {
    background: #c6edff;
}

.mod-04 {
    padding-bottom: 14rem;
}

.mod-04 .flexImg {
    /* margin-bottom:4rem ; */
}

.mod-04 .more {
    background: none;
}

.mod-04 .more a {
    color: #ffffff;
}

/*mod-05*/
.mod-05 {
    padding-bottom: 9rem;
}

.mod-05 .leftBox {
    float: left;
    padding-left: 8rem;
}

.mod-05 .rightBox {
    padding-left: 40rem;
    /* min-height: 48rem; */
    background-image: url('bg0501.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 12rem;
    padding: 7rem 5rem 6rem calc(100% - 94rem);
}

.mod-05 .leftBox .thumb {
    width: 31rem;
    height: auto;
    aspect-ratio: 9/16;
    border-radius: 1rem;
    overflow: hidden;
}

.mod-05 .swiper-box {

    position: relative;
    padding-bottom: 0;
}

.mod-05 .thumbBox {
    position: relative;
}

.mod-05 .swiper-box .swiper {
    margin: 0 8rem;
}

.mod-05 .swiper-box .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 1rem;
    overflow: hidden;
}

.mod-05 .text-text {
    padding-bottom: 6rem;
}

.mod-05 .text-text strong {
    color: #ffffff;
}

.mod-05 .text-text a p {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    color: #ffffff;
}

.mod-05,
.more {
    margin-top: 4rem;
}

/**mod-06*/
.mod-06 {}

.mod-03.mod-06::before {
    display: none;
}

.mod-06 .swiper-box {
    margin-bottom: 2.5rem;
}

.mod-06 .swiper {
    max-width: 126rem;
    height: auto;
    aspect-ratio: 16 / 9;
}

.mod-06 .swiperBevell .swiper-slide {
    height: auto;
    transform: scale(1);
    aspect-ratio: 16 / 9;
}

.mod-06 .swiperBevell .swiper-slide-prev {
    transform: scale(1) translateX(-1rem);
}

.mod-06 .swiperBevell .swiper-slide-next {
    transform: scale(1) translateX(1rem);
}

.mod-06 .swiperBevell .swiper-slide .thumb {
    transform: scale(1);
}

.mod-06 .swiperBevell .swiper-slide-active .thumb {
    /* width: calc(100% - 12rem);  */
    height: auto;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
}


.mod-06 .swiperBevell .swiper-slide-next .thumb,
.mod-06 .swiperBevell .swiper-slide-prev .thumb {
    transform: scale(1);

}

.mod-06 .swiperBevell .swiper-slide-next .thumb p,
.mod-06 .swiperBevell .swiper-slide-prev .thumb p {
    top: 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.mod-06 .swiper-button-next {
    right: 0;
}

.mod-06 .swiper-button-prev {
    left: 0;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

[class^="ani"] img:first-child {
    animation:
        rotate360 2s ease-in-out,
        scalePulse 2s 3s infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes scalePulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1400px) {
    .mod-05 .leftBox {
        padding-left: 2%;
        width: 25%
    }

    .mod-05 .leftBox .thumb {
        width: 100%;
    }

    .mod-05 .rightBox {
        padding-left: 30%;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --fontSize18: 16px;
        --fontSize20: 18px;
        --fontSize22: 18px;
        --fontSize24: 18px;
        --fontSize26: 20px;
        --fontSize28: 20px;
        --fontSize30: 24px;
        --fontSize32: 26px;
        --fontSize34: 26px;
        --fontSize36: 26px;
        --fontSize38: 28px;
        --fontSize40: 30px;
        --fontSize42: 32px;
        --fontSize44: 34px;
        --fontSize46: 36px;
        --fontSize48: 38px;
        --fontSize50: 42px;
    }

    .mod-05 .rightBox {
        padding-right: 1rem;
    }
    .nav-container{
        margin: 0 20px;
    }
} 

@media screen and (max-width: 1024px) {
   :root {
        --fontSize16: 14px;
        --fontSize22: 18px;
        --fontSize24: 18px;
        --fontSize26: 18px;
        --fontSize28: 18px;
        --fontSize30: 24px;
        --fontSize32: 26px;
        --fontSize34: 26px;
        --fontSize36: 26px;
        --fontSize38: 28px;
        --fontSize40: 30px;
        --fontSize42: 32px;
        --fontSize44: 34px;
        --fontSize46: 36px;
        --fontSize48: 38px;
        --fontSize50: 42px;
    }
    body{
        font-size: var(--fontSize16);
    }

    .mod-03-son02 .img-text .thumb::after {
        top: -12rem;
        left: 0 !important
    }

    .mod-03-son02 .img-text .text-text {
        margin-top: 10rem;
    }

    .main {
        padding-top: 14rem;


    }

    .container {
        margin: 0 1rem;
    }

    .flexBox {
        display: block;
    }

    .more .flexBox {
        display: flex;
    }

    .nav {
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 12rem;
        transform: translateY(0);
        background: #4eafd7;
    }

    .navBar,
    #navHid {
        display: none;
    }

    .container.nav-container {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 30px;
    }

    .nav-container.open {
        height: 12rem;
    }

    .nav-main {
        width: auto;
        height: 12rem;
        margin: 0 ;
    }

    .nav-main ul li {
        width: auto;
        height: 12rem;
        border: 0;
    }

    .nav .swiper-button-next {
        right: 0;
    }

    .nav .swiper-button-prev {
        left: 0;
    }

    .nav .swiper-button-next,
    .nav .swiper-button-prev {
        opacity: 1;
        background: #4eafd7;
        height: 12rem;
    }

    .nav .swiper-button-next::after,
    .nav .swiper-button-prev::after {
        font-size: var(--fontSize28);
        color: #ffffff;
    }

    .nav .swiper-vertical>.swiper-wrapper {
        flex-direction: row;
        height: 12rem;
    }

    .point h1 {
        font-size: 28px;
    }

    .imgText02 .thumb {
        max-width: 40%;
    }

    .swiperBevell {
        width: auto;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .mod-01 {
        background: none;
    }

    .mod-01-son01 .flexBox .leftBox {
        width: auto;
        margin-bottom: 3rem;
        margin-right: 0;
    }

    .mod-01-son04 ul li {
        margin-bottom: 3rem;
    }

    .mod-01-son02 .flexBox .leftBox,
    .mod-01-son02 .flexBox .rightBox {
        width: auto;
        max-width: 100%;
        padding-bottom: 3rem;
    }

    .mod-01-son02 .flexBox .thumb {
        width: auto;
        height: auto;
        margin-bottom: 3rem;
    }

    .mod-01-son02 .flexBox .thumb img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .mod-06 .swiper-box {
        margin: 0 2rem;
    }

    .mod-03 .container {

        height: auto;
        overflow: hidden;
    }

    .mod-03-son01>.flexBox {
        display: flex;
        align-items: flex-start;
    }

    .mod-03-son01>.flexBox>.rightBox {
        padding: 2rem;
    }

    .mod-03-son01 .img-text img {
        width: auto;
        height: auto;
        max-width: 100%;
        display: block;
        margin: 2rem auto;
    }

    .mod-03-son01>.flexBox>.rightBox .img-text {
        padding-right: 0;
    }

    .mod-03-son01>.flexBox>.rightBox .img-text .text-text {
        padding: 2rem;
    }

    .mod-03-son01 ul li {
        width: auto;
    }

    .mod-03-son02>.flexBox,
    .mod-03-son03>.flexBox,
    .mod-03-son04>.flexBox {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-top: 10rem;
        width: 100%;
        margin-bottom: 5rem;
    }

    .mod-03-son02 .ul-listy {
        padding-top: 3rem;
    }

    .mod-03-son02 .img-text .text-text {
        margin-top: 0;
    }

    .mod-03-son02 .img-text .thumb {
        flex-shrink: unset;
    }

    .mod-03-son03 .img-text {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .mod-03-son03 .img-text .thumb {
        order: 1;
    }

    .mod-03-son03 .img-text .text-text {
        order: 2
    }

    .mod-05 .leftBox {
        float: none;
        margin: 3rem auto;

    }

    .mod-05 .leftBox .thumb {
        margin: 0 auto;
    }

    .mod-05 .rightBox {
        padding: 2rem;
    }

    .mod-05 .rightBox .flexBox {
        padding-left: 0;
    }

    .mod-05 .rightBox {
        height: auto;

    }

}


@media screen and (max-width: 480px) {
    :root {
        --fontSize26: 16px;
        --fontSize28: 16px;
        --fontSize30: 16px;
        --fontSize32: 16px;
        --fontSize34: 16px;
        --fontSize36: 22px;
        --fontSize38: 24px;
        --fontSize40: 26px;
        --fontSize42: 28px;
        --fontSize44: 30px;
        --fontSize46: 32px;
        --fontSize48: 32px;
        --fontSize50: 32px;
    }
}
 