/* special02_s01 */
.special02_s01 {
    padding: 300px 0px;
    color: #333;
    text-align: center;
}
.sub_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_menu > * {
    margin-right: 10px;
}
.sub_menu p {
    font-size: 15px;
    font-weight: 500;
    color: #9b9b9b;
}
.sub_menu p.active {
    font-weight: 700;
    color: #333;
}
.special02_s01 h3 {
    margin: 30px 0px 15px;
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}
.special02_s01 h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 130px;
}

/* special02_s02 */
.special02_s02_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 44px;
}
.special02_s02_left {
    padding-top: 34px;
}
.special02_s02_left h2 {
    font-size: 42px;
    font-weight: 400;
    color: #333;
    line-height: 140%;
}
.special02_s02_left p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 160%;
    margin: 30px 0px 42px;
}
.special02_s02_tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 391px;
    width: 100%;
}
.special02_s02_tag span {
    display: inline-block;
    line-height: 56px;
    background-color: #333;
    color: #fff;
    border-radius: 10px;
    padding: 0px 30px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
}
.special02_s02_tag span:last-child {
    margin-top: 15px;
}
.special02_s02_txt {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 34px 0px;
}
.special02_s02_txt p {
    margin-top: 13px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 160%;
}

/* special02_s03 */
.special02_s03 {
    padding: 150px 0px;
}
.special02_s03 h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    color: #333;
    margin-bottom: 30px;
}

/* special02_s04 */
.special02_s04 {
    padding-bottom: 104px;
    color: #333;
}
.special02_s04 h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 50px;
}
.special02_s04_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.special02_s04_list h3 {
    margin-top: 20px;
    padding-left: 21px;
    font-size: 24px;
    font-weight: 600;
}
.special02_s04_list span {
    font-weight: 700;
    color: #034580;
    margin-right: 14px;
}
.special02_s04_list01,
.special02_s04_list02,
.special02_s04_list03,
.special02_s04_list04 {
    margin-bottom: 48px;
}

/* special02_s05 */
.special02_s05 {
    background-color: #f5f5f5;
    padding: 65px 0px;
    text-align: center;
    color: #333;
}
.special02_s05 h3 {
    font-size: 24px;
    font-weight: 400;
}
.special02_s05 h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    margin: 20px auto;
}
.special02_s05_swiper {
    max-width: 800px;
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
    height: 333px;
    border-radius: 20px;
}
.special02_s05_swiper .swiper-slide {
    background-color: #fff;
    display: flex;
    padding-left: 64px;
    align-items: center;
    text-align: justify;
}
.special02_s05_txt {
    padding-left: 39px;
}
.special02_s05_txt h4 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}
.special02_s05_txt p {
    font-size: 18px;
    font-weight: 400;
    color: #4a4a4a;
    margin-top: 20px;
    line-height: 160%;
}
.special02_s05_img {
    position: relative;
}
.special02_s05_img::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    border-radius: 50%;
    background-color: #f5f5f5;
    width: 236px;
    height: 236px;
}
.special02_s05 .special02_s05_page01 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.special02_s05 .special02_s05_page01 > span {
    background-color: transparent;
    opacity: 1;
    font-size: 18px;
    font-weight: 400;
    line-height: 71px;
    width: 33.3%;
    border-bottom: 1px solid #c8c8c8;
    border-radius: 0px;
    height: auto;
    margin: 0 !important;
}
.special02_s05 .special02_s05_page01 > span.swiper-pagination-bullet-active {
    font-weight: 700;
    border-bottom: 2px solid #333;
}
.special02_s05 .special02_s05_page02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 56px;
    width: 100%;
    margin: 0 auto;
}
.special02_s05 .special02_s05_page02 > span {
    background-color: transparent;
    opacity: 1;
    width: 12px;
    border: 1px solid #333;
    height: 12px;
    margin: 0px 10px 0px 0px !important;
}
.special02_s05 .special02_s05_page02 > span.swiper-pagination-bullet-active {
    background-color: #333;
}
.special02_s05 .special02_s05_page02 > span:last-child {
    margin: 0 !important;
}

/* special02_s06 */
.special02_s06 {
    padding: 200px 0px 0px;
}
.special02_s06 > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.special02_s06_con02 {
    margin: 200px 0px;
}
.special02_s06 .special02_s06_con02 div {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.special02_s06_con02 .special02_s06_txt {
    padding-left: 70px;
}
.special02_s06_txt > span {
    font-size: 42px;
    font-weight: 700;
    color: #034580;
}
.special02_s06_txt h3 {
    font-size: 42px;
    font-weight: 400;
    color: #333;
    line-height: 140%;
    margin: 10px 0px 30px;
}
.special02_s06_txt p {
    font-size: 20px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 160%;
}
.special02_s06_con03 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.special02_s06_wrap {
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.special02_s06_nav {
    display: flex;
    align-items: center;
    margin-top: 49px;
}
.special02_s06_page {
    margin: 0px 8px;
}
.special02_s06_swiper {
    max-width: 960px;
    overflow: hidden;
}
.special02_s06_swiper h4 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 17px;
    padding-left: 21px;
    color: #9b9b9b;
}
.special02_s06_swiper .swiper-slide-active h4 {
    font-weight: 700;
    color: #333;
}
.special02_s06 .special02_s06_page {
    width: auto;
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.special02_s06 .special02_s06_page .swiper-pagination-current {
    color: #333;
}
