@charset "UTF-8";

.section1 {
    position: relative;
    max-width: 100%;
    height: 100vh;
}
.section1 .vidWrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section1 .mainVid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.section1 .vidWrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.section1 .txtWrap{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.section1 .txtWrap .txt1{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.section1 .txtWrap .txt2{
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-top: 24px;
}
.section2{
    padding: 120px 0;
}
.section2 .txtWrap{
    text-align: center;
}
.section2 .txtWrap .txt1{
    font-size: 32px;
    font-weight: 800;
    color: var(--primary);
}
.section2 .txtWrap .txt2{
    font-size: 32px;
    font-weight: bold;
    margin-top: 8px;
}
.section2 .txtWrap .txt3{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 24px;
}
.section2 .mainList{
    display: flex;
    justify-content: space-between;
    margin-top: 72px;
}
.section2 .mainList div{
    text-align: center;
}
.section2 .mainList .eng{
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
    margin-top: 16px;
}
.section2 .mainList .sub{
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
}
.section3 .swiper {
    width: 100%;
    overflow: hidden;
}
.section3 .swiper .swiperTxtWrap .txt1{
    font-size: 30px;
    font-weight: 800;
    line-height: 1.7;
}
.section3 .swiper {
    width: 100%; 
    position: relative;
}
.section3 .swiper .swiper-wrapper {
    display: flex;
    position: relative;
}
.section3 .swiper .swiper-slide{
    margin-top: 50px;
    padding:120px 0;
    text-align: left;
    flex-shrink: 0;
    width: 100% !important;
    height: 100%;
    font-size: 24px;
}
.section3 .swiper .swiper-slide.heal{
    background: #F5FBFB;
}
.section3 .swiper .swiper-slide.petion{
    background: #F6F7FF;
}
.section3 .swiper .swiper-slide .txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
}
.section3 .swiper .swiper-slide .moreBtn{
    width: 184px;
    height: 54px;
    line-height: 52px;
    font-size: 18px;
    transition: none !important
}
.section3 .swiper .swiper-slide.heal .moreBtn{
    border: 1px solid #26D0C8;
    color: #26D0C8;
}
.section3 .swiper .swiper-slide.heal .moreBtn::after {
    margin:-3px 0 0 10px;
    background: url("../images/ico_more_b.png") no-repeat center / 24px auto;
}
.section3 .swiper .swiper-slide.petion .moreBtn{
    border: 1px solid #737AF4;
    color: #737AF4;
}
.section3 .swiper .swiper-slide.petion .moreBtn::after {
    margin:-3px 0 0 10px;
    background: url("../images/ico_more_p.png") no-repeat center / 24px auto;
}
.section3 .swiper .swiper-button-next,
.section3 .swiper .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    background: url("../images/ico_swiper.png") no-repeat center / 56px auto;
    z-index: 10;
}
.section3 .swiper .swiper-button-next {
    right: 10%;
}
.section3 .swiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 10%;
}
.section4{
    padding: 120px 0;
}
.section4 .box1{
    width: 100%;
    background: #f4f4f4;
    position: relative;
    border-radius: 24px;
    padding: 80px 60px;
}
.section4 .box1 .boxlogo{
    width: 189px;
    height: 40px;
}
.section4 .box1 .txt{
    line-height: 1.7;
    font-weight: 500;
    margin-top: 32px;
}
.section4 .box1 .boxImg{
    position: absolute;
    bottom: 0;
    right: 24px;
}
.section4 .noticeBox,
.section4 .storeBox{
    width: 100%;
    border-radius: 24px;
    padding: 60px 40px;
    background: url("../images/ico_more_w_40.png") no-repeat 95% center / 40px auto;
}
.section4 .noticeBox div,
.section4 .storeBox div{
    color: #fff;
}
.section4 .noticeBox{
    background-color: #FF6969;
}
.section4 .storeBox{
    background-color: #29C970;
    margin-top: 16px;
}
.section4 .noticeBox .title,
.section4 .storeBox .title{
    font-size: 24px;
    font-weight: 800;
}
.section4 .noticeBox .sub,
.section4 .storeBox .sub{
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}
.section4 .noticeBox .title::after,
.section4 .storeBox .title::after{
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 8px;
}
.section4 .noticeBox .title::after{
    background: url("../images/ico_noticeBox.png") no-repeat center / 24px auto;
}
.section4 .storeBox .title::after{
    background: url("../images/ico_storeBox.png") no-repeat center / 24px auto;
}
.moreBtn {
    display: inline-block;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    width: 225px;
    height: 70px;
    line-height: 68px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 50px;
    overflow: hidden; 
    color: #ffffff;
    transition: color .3s ease;
}
.moreBtn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
    z-index: -1;
}
.moreBtn::after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    background: url("../images/ico_more_w.png") no-repeat center / 24px auto;
    transition: background .35s ease;
}
.moreBtn:hover::before {
    transform: scaleX(1);
}
.moreBtn:hover {
    color: #212121;
}
.moreBtn:hover::after {
    background: url("../images/ico_more.png") no-repeat center / 24px auto;
}