/* story01_s01 */
.story01_s01 {
    padding: 300px 0px 39px;
    position: relative;
    text-align: center;
}
.story01_s01::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 232px;
    background-color: #034580;
    z-index: -1;
}
.story01_s01 > div > h3 {
    margin: 30px 0px 15px;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
    text-align: center;
}
.story01_s01 > div > h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 14px auto 100px;
    text-align: center;
}
.story01_s01_title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
    margin-top: 100px;
    text-align: justify;
}
.story01_s01_title h2 {
    font-size: 52px;
    font-weight: 700;
    color: #034580;
}
.story01_s01_title p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    margin-top: 13px;
}
.story01_s01_title a {
    background-color: #fff;
    color: #034580;
    border: 1px solid #034580;
    line-height: 59px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 188px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    transition: all 0.2s;
}
.story01_s01_title a:hover {
    background-color: #034580;
    color: #fff;
}
.story01_s01_title a > img {
    transition: all 0.2s;
}
.story01_s01_title a:hover > img {
    filter: invert(1);
}
.story01_s01_swiper {
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.story01_s01_swiper .swiper-slide {
    position: relative;
    border: 1px solid #c8c8c8;
    padding: 20px 15px 28px;
    background-color: #fff;
}
.story01_s01_swiper .swiper-slide > img {
    position: absolute;
    top: 0px;
    right: 13px;
}
.story01_s01_swiper .swiper-slide h4 {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.story01_s01_swiper .swiper-slide h4 > img {
    margin-right: 7px;
}
.story01_s01_swiper .swiper-slide h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 120%;
    margin: 11px 0px 13px;
}
.story01_s01_swiper .swiper-slide p {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 140%;
    margin-bottom: 18px;
}
.blog_b {
    border-top: 1px solid #c8c8c8;
    padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog_b span {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
}
.blog_b a {
    font-size: 12px;
    font-weight: 400;
    color: #034580;
}
.story01_s01 .story01_s01_page {
    text-align: center;
    margin-top: 49px;
}
.story01_s01 .story01_s01_page > span {
    background-color: transparent;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    opacity: 1;
}
.story01_s01 .story01_s01_page > span.swiper-pagination-bullet-active {
    background-color: #fff;
}

/* story01_s02 */
.story01_s02 {
    padding: 300px 0px 60px;
    overflow: hidden;
}
.story01_s02 h2 {
    font-size: 52px;
    font-weight: 700;
    color: #034580;
}
.story01_s02 > div > p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    margin: 13px 0px 36px;
}
.story01_s02_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.story01_s02_tab {
    display: flex;
    align-items: center;
    border-radius: 99px;
    background-color: #f1f1f1;
}
.story01_s02_tab > span {
    display: inline-block;
    line-height: 49px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #9b9b9b;
    border-radius: 99px;
    cursor: pointer;
}
.story01_s02_tab > span.active {
    background-color: #034580;
    color: #fff;
}
.story01_s02_btn a {
    color: #034580;
    border: 1px solid #034580;
    line-height: 59px;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 173px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    transition: all 0.2s;
}
.story01_s02_btn a:hover {
    background-color: #034580;
    color: #fff;
}
.story01_s02_btn a > img {
    transition: all 0.2s;
}
.story01_s02_btn a:hover > img {
    filter: invert(1);
}
.story01_s02_wrap {
    margin-top: 45px;
}
.story01_s02_wrap h3 {
    font-size: 24px;
    font-weight: 700;
    color: #034580;
    margin-bottom: 10px;
}
.story01_s02_wrap h3 span::before {
    display: inline-block;
    content: '|';
    margin: 0px 10px;
    font-size: 24px;
    font-weight: 300;
    color: #9b9b9b;
}
.story01_s02_wrap .swiper-slide > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.story01_s02_wrap .swiper-slide > div:first-of-type {
    margin-bottom: 44px;
}
.story01_s02_wrap .swiper-slide > p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 160%;
    margin: 48px auto 35px;
}
.case_wrap > * {
    position: relative;
}
.case_wrap > div {
    max-width: 600px;
}
.before_wrap span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #a4a4a4;
    line-height: 45px;
    padding: 0px 28px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.after_wrap span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #034580;
    line-height: 45px;
    padding: 0px 28px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.story01_s02_cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.story01_s02_cover p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 7px;
}
.story01_s02_wrap > div {
    position: relative;
}
.story01_s02_prev {
    position: absolute;
    left: -76px;
    top: 44%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.story01_s02_next {
    position: absolute;
    right: -76px;
    top: 44%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.story01_s02_page {
    text-align: center;
}
.story01_s02 .story01_s02_page > span {
    border: 1px solid #034580;
    background-color: transparent;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    opacity: 1;
}
.story01_s02 .story01_s02_page > span.swiper-pagination-bullet-active {
    background-color: #034580;
}
.story01_s02_wrap > div {
    display: none;
}
.story01_s02_wrap > div.active {
    display: block;
}

/* story01_s03 */
.story01_s03 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 300px 0px 550px;
}
.story01_s03_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
}
.story01_s03_title h2 {
    margin-top: 44px;
    font-size: 52px;
    font-weight: 400;
    color: #333;
    line-height: 120%;
}
.story01_s03_con {
    max-width: 1100px;
    width: 100%;
    overflow: hidden;
}
.story01_s03 .story01_s03_page {
    position: relative;
    margin-top: 35px;
    background-color: #eeeeee;
    height: 10px;
}
.story01_s03 .story01_s03_page .swiper-pagination-progressbar-fill {
    background-color: #034580;
}
@media screen and (max-width: 1920px) {
    .story01_s03 {
        padding: 300px 0px 150px;
    }
}
@media screen and (min-width: 1921px) {
    .story01_s03 .story01_s03_page {
        margin-top: 90px;
        height: 20px;
    }
}
