/* new_intro */
.new_intro {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #222;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    transition: opacity 2.5s 1s;
    z-index: 100000000000001;
}
.new_intro::before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(82deg, rgba(0, 55, 119, 0) 51.99%, rgba(0, 55, 119, 0.5) 96.38%), rgba(0, 0, 0, 0.47);
    z-index: -1;
}
.new_intro_wrap {
    display: block;
    text-decoration: none;
    letter-spacing: -0.1rem;
    color: transparent;
}
.new_intro_wrap h2 {
    display: flex;
    overflow: hidden;
    justify-content: center;
    font-size: 7vw;
    line-height: 7vw;
    color: #333;
    letter-spacing: -0.1rem;
}
.new_intro_wrap h2 span {
    display: block;
    min-width: 1vw;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(0) translateZ(0);
    text-shadow: 0 9vw 0 #fff;
    animation: splash 2s ease both;
}

@keyframes splash {
    0% {
        transform: translateY(0) translateZ(0);
    }
    100% {
        transform: translateY(-9vw) translateZ(0);
    }
}

.new_intro_wrap h2 span:nth-child(1) {
    animation-delay: 0.5s;
}
.new_intro_wrap h2 span:nth-child(2) {
    animation-delay: 0.55s;
}
.new_intro_wrap h2 span:nth-child(3) {
    animation-delay: 0.6s;
}
.new_intro_wrap h2 span:nth-child(4) {
    animation-delay: 0.65s;
}
.new_intro_wrap h2 span:nth-child(5) {
    animation-delay: 0.7s;
}
.new_intro_wrap h2 span:nth-child(6) {
    animation-delay: 0.75s;
}
.new_intro_wrap h2 span:nth-child(7) {
    animation-delay: 0.8s;
}
.new_intro_wrap h2 span:nth-child(8) {
    animation-delay: 0.85s;
}
.new_intro_wrap h2 span:nth-child(9) {
    animation-delay: 0.9s;
}
.new_intro_wrap h2 span:nth-child(10) {
    animation-delay: 0.95s;
}
.new_intro_wrap h2 span:nth-child(11) {
    animation-delay: 1s;
}
.new_intro_wrap h2 span:nth-child(12) {
    animation-delay: 1.05s;
}
.new_intro_wrap h2 span:nth-child(13) {
    animation-delay: 1.1s;
}
.new_intro_wrap h2 span:nth-child(14) {
    animation-delay: 1.15s;
}
.new_intro_wrap h2 span:nth-child(15) {
    animation-delay: 1.2s;
}
.new_intro_wrap h2 span:nth-child(16) {
    animation-delay: 1.25s;
}
.new_intro_wrap h2 span:nth-child(17) {
    animation-delay: 1.3s;
}
.new_intro_wrap h2 span:nth-child(18) {
    animation-delay: 1.35s;
}
.new_intro_wrap h2 span:nth-child(19) {
    animation-delay: 1.4s;
}
.new_intro .second {
    margin: 45px auto;
}
.new_intro h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 157px;
    line-height: 100px;
    border-radius: 99px;
    border: 4px solid #fff;
    font-size: 42px;
    font-weight: 400;
    padding: 0px 93px;
    width: max-content;
    color: #fff;
    letter-spacing: -0.1rem;
}
.new_intro h3 span {
    font-weight: 700;
    color: #fff1c5;
}

/* main_banner */
.main_banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.main_banner .swiper-slide {
    position: relative;
}
.main_banner .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: var(--white-color);
}
.main_banner h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff1c5;
    display: flex;
    align-items: center;
}
.main_banner h3 img {
    margin: 0px 10px;
}
.main_banner h2 {
    font-size: 60px;
    font-weight: 700;
    margin: 20px 0px 40px;
}
.main_banner h2 span {
    color: #fff1c5;
}
.main_banner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}
.main_banner_tag {
    display: flex;
    align-items: center;
    margin: 30px 0px 70px;
}
.main_banner_tag span {
    display: inline-block;
    margin-right: 10px;
    border-radius: 99px;
    border: 1px solid var(--white-color);
    line-height: 46px;
    padding: 0px 20px;
    font-size: 16px;
    font-weight: 700;
}
.main_banner_nav {
    display: flex;
    align-items: center;
}
.main_banner_page {
    display: flex;
    align-items: center;
}
.main_banner_page span {
    height: 3px;
    width: 60px;
    background-color: var(--white-color);
    margin-right: 10px;
    display: inline-block;
    opacity: 0.5;
}
.main_banner_page span.active {
    opacity: 1;
}
.main_banner h4 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.main_banner h4 span {
    font-weight: 700;
    color: var(--white-color);
}
.main_banner_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.main_banner_progress {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    height: 10px;
}
.main_banner_bar {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
}

.main_banner_fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--main-color);
    width: 0%; /* 시작은 무조건 0 */
    transition: width 5s linear;
}
/* .main_banner_progress .main_banner_bar {
    position: absolute;
    height: 10px;
    
    width: auto;
    clear: both;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
}
.main_banner_progress .main_banner_bar:after {
    position: absolute;
    top: 0;
    left: 0;
    
    height: 100%;
    width: 0;
    content: '';
    transition: width linear;
    transition-duration: var(--bar-duration, 5s); 
} */
.main_banner_progress.active .main_banner_bar {
    opacity: 1;
}
.main_banner_progress.animate .main_banner_bar:after {
    transition: width linear;
    transition-delay: unset;
    width: 100%;
    transition-duration: 5s;
}
.main_banner_swiper .swiper-slide > img {
    transform: scale(1.13);
}
.main_banner_swiper .swiper-slide-active > img {
    transform: scale(1);
    transition: 3s;
}

/* main_intro */
.main_intro {
    padding: 160px 0px;
    position: relative;
}
.main_intro_title {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: space-between;
    color: #111;
}
.main_intro_title h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 30px;
}
.main_intro_title p {
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
}
.main_intro_con {
    display: flex;
    align-items: flex-start;
}
.main_intro_con > div {
    padding-top: 50px;
    padding-left: 50px;
}
.main_intro_con p {
    font-size: 22px;
    font-weight: 400;
    line-height: 180%;
    color: var(--black-color);
}
.main_intro_con p span {
    font-weight: 700;
    color: var(--main-color);
    line-height: 36px;
    background-color: rgba(217, 217, 217, 0.4);
    padding: 3px 5px;
}
.main_intro_name {
    display: flex;
    align-items: baseline;
    margin-top: 30px;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 700;
}
.main_intro_name h3 {
    font-size: 18px;
}
.main_intro_name h4 {
    font-weight: 400;
    margin-left: 20px;
    margin-right: 8px;
}
.main_intro_name h5 {
    font-size: 24px;
}
.main_intro_marquee {
    font-size: 150px;
    font-weight: 700;
    color: #f5f5f5;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 54px;
    z-index: -1;
}

/* main_doctor */
.main_doctor {
    background-color: #f8f8f8;
}
.doctor_intro {
    padding: 150px 60px 64px;
    text-align: center;
}
.doctor_intro h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
}
.doctor_intro h2 {
    font-size: 42px;
    font-weight: 400;
    color: var(--black-color);
    margin: 30px auto 0px;
    line-height: 160%;
}
.doctor_intro_pin {
    padding: 200px 0px;
}
.doctor_intro_img {
    border-radius: 30px;
    height: 400px;
    position: relative;
    background-image: url(../img/doctor_intro_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.doctor_intro_img h4 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.doctor_intro_img h4 span {
    color: #fff1c5;
}
.doctor01 {
    background-color: var(--white-color);
    /* padding-top: 93px; */
    position: relative;
}
.doctor01 > img {
    position: absolute;
    right: 93px;
    top: 112px;
}
.doctor01 > div {
    display: flex;
    align-items: flex-start;
    padding-left: 16px;
}
.doctor01 > div > img {
    position: relative;
    z-index: 1;
}
.doctor01 p {
    padding-top: 166px;
    font-size: 18px;
    font-weight: 400;
    color: var(--black-color);
    line-height: 200%;
    margin-right: 62px;
}
.doctor01_title {
    padding-top: 166px;
    margin-right: 101px;
}
.doctor01 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #586f7d;
}
.doctor01 h3 {
    font-size: 42px;
    font-weight: 700;
    color: #223d61;
    margin: 6px 0px 32px;
}
.doctor01_title span {
    display: inline-block;
    line-height: 35px;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    background-color: #223d61;
}
.doctor01 h5 {
    font-size: 20px;
    font-weight: 500;
    color: #586f7d;
    margin: 16px 0px 50px;
}
.doctor01_mark > img:first-child {
    margin-right: 22px;
}
.doctor02 {
    padding-top: 56px;
    position: relative;
}
.doctor02 > img {
    position: absolute;
    left: 80px;
    top: 151px;
}
.doctor02 > div {
    display: flex;
    align-items: flex-start;
}
.doctor02 > div > img {
    position: relative;
    z-index: 1;
}
.doctor02 p {
    padding-top: 110px;
    font-size: 18px;
    font-weight: 400;
    color: var(--black-color);
    line-height: 200%;
}
.doctor01 p span {
    color: var(--main-color);
    background-color: rgba(217, 217, 217, 0.4);
    padding: 3px 9px;
    font-weight: 700;
}
.doctor02 p span {
    color: var(--main-color);
    background-color: rgba(217, 217, 217, 0.4);
    padding: 3px 9px;
    font-weight: 700;
}
.doctor02_title {
    padding-top: 110px;
    margin-right: 77px;
    margin-left: 45px;
}
.doctor02 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #586f7d;
}
.doctor02 h3 {
    font-size: 42px;
    font-weight: 700;
    color: #223d61;
    margin: 6px 0px 32px;
}
.doctor02_title span {
    display: inline-block;
    line-height: 35px;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    background-color: #223d61;
}
.doctor02 h5 {
    font-size: 20px;
    font-weight: 500;
    color: #586f7d;
    margin: 16px 0px 50px;
}
.doctor02_mark > img:first-child {
    margin-right: 27px;
}

/* main_sleep */
.main_sleep {
    text-align: center;
    padding: 200px 0px;
}
.main_sleep h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
}
.main_sleep h2 {
    font-size: 42px;
    font-weight: 400;
    color: #111;
    margin: 20px auto 50px;
}
.main_sleep_swiper {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.main_sleep_prev {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_sleep_next {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_sleep .main_sleep_page {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.main_sleep .main_sleep_page span {
    width: 25%;
    line-height: 100px;
    height: auto;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    color: var(--white-color);
    box-shadow: 1px 0 0 0 #ccc, 0 1px 0 0 #ccc, 1px 1px 0 0 #ccc, 1px 0 0 0 #ccc inset, 0 1px 0 0 #ccc inset;
    border-radius: 0px;
    opacity: 1;
    margin: 0 !important;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.2s;
}
.main_sleep .main_sleep_page span:hover {
    opacity: 0.7;
}
.main_sleep .main_sleep_page span.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, var(--main-color, #003777) -13.23%, #20569d 112.19%);
}

/* half_banner */
.half_banner {
    background-image: url(../img/half_banner_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 209px;
    padding-bottom: 221px;
}
.half_banner > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.half_banner > img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.half_banner_left {
    color: var(--white-color);
}
.half_banner_left h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 160%;
}
.half_banner_left p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    margin: 25px 0px 75px;
}
.half_banner_left h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.half_banner_right {
    padding-top: 184px;
}
.half_banner_right h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111;
}
.half_banner_right span {
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    background-color: var(--main-color);
    margin: 30px 0px 24px;
    line-height: 38px;
    display: inline-block;
    padding: 0px 10px;
}
.half_banner_right p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: #111;
}

/* main_implant */
.main_implant {
    text-align: center;
    padding: 200px 0px;
}
.main_implant h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
}
.main_implant h2 {
    font-size: 42px;
    font-weight: 400;
    color: #111;
    margin: 20px auto 50px;
    line-height: 160%;
}
.main_implant .main_implant_page {
    display: flex;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}
.main_implant .main_implant_page span {
    width: 20%;
    line-height: 80px;
    height: auto;
    display: inline-block;
    background-color: transparent;
    color: #777;
    border-radius: 0px;
    opacity: 1;
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: all 0.2s;
}
.main_implant .main_implant_page span:hover {
    border-bottom: 1px solid var(--main-color);
}
.main_implant .main_implant_page span.swiper-pagination-bullet-active {
    background: var(--main-color);
    color: var(--white-color);
}
.main_implant_swiper {
    background-color: #f8f8f8;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden;
    position: relative;
    height: 650px;
}
.main_implant_prev {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_implant_next {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_implant_swiper .swiper-slide {
    display: flex;
    align-items: center;
    padding-left: 135px;
}
.main_implant_con {
    margin-left: 48px;
    text-align: left;
}
.main_implant_con h4 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}
.main_implant_con p {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    line-height: 160%;
    margin: 16px 0px 40px;
}
.implant_hashtag {
    display: flex;
    align-items: center;
}
.implant_hashtag span {
    display: inline-block;
    line-height: 45px;
    background-color: var(--main-color);
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    padding: 0px 20px;
    border-radius: 5px;
    margin-right: 10px;
}

/* main_beauty */
.main_beauty {
    background-image: url(../img/main_beauty_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px;
    text-align: center;
}
.main_beauty h3 {
    font-size: 24px;
    font-weight: 600;
    color: #c3e6ff;
}
.main_beauty h2 {
    font-size: 42px;
    font-weight: 400;
    color: var(--white-color);
    line-height: 160%;
    margin: 20px auto 40px;
}
.main_beauty .main_beauty_page {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto 60px;
}
.main_beauty .main_beauty_page span {
    width: 20%;
    line-height: 60px;
    height: auto;
    display: inline-block;
    background-color: transparent;
    color: var(--white-color);
    border-radius: 99px;
    opacity: 1;
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s;
}
.main_beauty .main_beauty_page span.swiper-pagination-bullet-active {
    background: var(--white-color);
    color: #112c50;
    font-weight: 600;
}
.main_beauty_swiper {
    overflow: hidden;
    background-color: var(--white-color);
    border-radius: 50px;
    position: relative;
    height: 630px;
    max-width: 1200px;
    margin: 0 auto;
}
.main_beauty_swiper .swiper-slide {
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.main_beauty_nav {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    display: flex;
    align-items: center;
}
.main_beauty_nav > div {
    cursor: pointer;
}
.main_beauty_prev {
    margin-right: 10px;
}
.main_beauty_con {
    text-align: left;
    padding-left: 50px;
}
.main_beauty_con h4 {
    font-size: 32px;
    font-weight: 700;
    color: #111;
}
.main_beauty_con p {
    font-size: 20px;
    font-weight: 500;
    color: #666;
    line-height: 160%;
    margin: 20px 0px 50px;
}
.main_beauty_tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main_beauty_tag span {
    line-height: 45px;
    border-radius: 5px;
    background-color: var(--main-color);
    color: var(--white-color);
    display: inline-block;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 10px;
}
.main_beauty01 .main_beauty_tag {
    max-width: 260px;
}
.main_beauty03 .main_beauty_tag {
    max-width: 390px;
}
.main_beauty04 .main_beauty_tag {
    max-width: 300px;
}

/* main_wisdom */
.main_wisdom {
    background-color: #f5f8fb;
    padding: 200px 0px;
    text-align: center;
}
.main_wisdom h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
}
.main_wisdom h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 160%;
    color: #111;
    margin: 30px auto 50px;
}
.main_wisdom_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* main_bna */
.main_bna {
    position: relative;
    text-align: center;
    padding: 200px 0px;
}
.main_bna h2 {
    font-size: 42px;
    font-weight: 400;
    color: #111;
}
.main_bna > img {
    position: absolute;
    top: 71px;
    right: 164px;
    z-index: -1;
}
.main_bna p {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    color: #666;
    margin-top: 50px;
}
.main_bna_wrap > div {
    position: relative;
}
.main_bna_prev {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_bna_next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_bna_wrap > div {
    display: none;
}
.main_bna_wrap > div.active {
    display: block;
}
.main_bna_wrap .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_bna_wrap .swiper-slide div {
    position: relative;
}
.main_bna_wrap .swiper-slide span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: var(--white-color);
    line-height: 80px;
    width: 80px;
    font-size: 16px;
    font-weight: 500;
}
.main_bna_wrap .swiper-slide h3 {
    position: absolute;
    bottom: -190px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.8;
    color: #666;
    border: 1px solid #838383;
    line-height: 39px;
    padding: 0px 25px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.before_wrap {
    margin-right: 24px;
}
.before_wrap span {
    background-color: var(--black-color);
}
.after_wrap span {
    background-color: var(--main-color);
}
.main_bna_tab {
    display: flex;
    align-items: center;
    margin: 60px auto 40px;
    max-width: 371px;
    justify-content: space-between;
}
.main_bna_tab span {
    font-size: 24px;
    font-weight: 500;
    color: #999;
    cursor: pointer;
    display: inline-block;
}
.main_bna_tab span.active {
    font-weight: 700;
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

/* main_category */
.main_category {
    padding: 128px 0px 117px;
    background-image: url(../img/main_category_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white-color);
}
.main_category > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.main_category_title span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0.5;
}
.main_category_title h2 {
    font-size: 42px;
    font-weight: 400;
    margin: 70px 0px 40px;
}
.main_category_title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}
.main_category_con {
    display: flex;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    max-width: 850px;
    height: 420px;
    width: 100%;
    flex-wrap: wrap;
}
.main_category_con > div {
    width: 205px;
    height: 205px;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid transparent;
    cursor: default;
}
.main_category_con > div:hover {
    background-color: var(--white-color);
    border: 2px solid var(--main-color);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.main_category_con img {
    filter: contrast(0) brightness(100);
}
.main_category_con > div:hover img {
    filter: none;
}
.main_category_con span {
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
}
.main_category_con > div:hover span {
    color: var(--main-color);
}

/* main_digital */
.main_digital {
    background-image: url(../img/main_digital_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.main_digital_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1680px;
    width: 100%;
}
.main_digital_right {
    max-width: 1059px;
    width: 100%;
}
.main_digital_title h2 {
    font-size: 42px;
    font-weight: 400;
    color: #111;
}
.main_digital_title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    color: var(--black-color);
    margin: 40px 0px 60px;
}
.main_digital_nav {
    display: flex;
    align-items: center;
}
.main_digital_nav > div {
    cursor: pointer;
}
.main_digital_prev {
    margin-right: 10px;
}
.main_digital_swiper {
    overflow: hidden;
}
.main_digital_swiper h3 {
    font-size: 18px;
    font-weight: 400;
    color: var(--black-color);
    margin: 20px 0px 10px;
}
.main_digital_swiper h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.main_digital .main_digital_page {
    max-width: 830px;
    height: 5px;
    background-color: var(--white-color);
    margin-top: 58px;
    left: initial;
    top: initial;
}
.main_digital .main_digital_page .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

/* main_interior */
.main_interior {
    padding: 150px 0px 100px;
    text-align: center;
}
.main_interior h2 {
    font-size: 42px;
    font-weight: 400;
    color: #111;
    margin-bottom: 40px;
}
.main_interior_swiper {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.main_interior .main_interior_page {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}
.main_interior .main_interior_page span {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    height: auto;
    line-height: 70px;
    display: inline-block;
    width: 14.285%;
    font-size: 20px;
    font-weight: 400;
    color: var(--white-color);
    border-radius: 0px;
    margin: 0 !important;
}
.main_interior .main_interior_page span.swiper-pagination-bullet-active {
    background-color: rgba(17, 44, 80, 0.9);
}
.main_interior_prev {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.main_interior_next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

/* main_info */
.main_info {
    background-image: url(../img/main_info_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 180px;
    color: var(--white-color);
}
.main_info > div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.main_info_con > a {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 59px;
    color: var(--white-color);
    width: fit-content;
}
.main_info_con > a img {
    margin-left: 5px;
}
.main_info_con > h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.main_info_link {
    display: flex;
    align-items: center;
}
.main_info_link a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    width: 278px;
    text-align: center;
    line-height: 64px;
    border-radius: 10px;
}
.main_info_link a > img {
    margin-right: 5px;
}
.main_info_link01 {
    background-color: #3e9f46;
    margin-right: 15px;
}
.main_info_link02 {
    background: linear-gradient(94deg, #5b4593 -8.75%, #d83d53 53.89%, #e2b55a 106.19%);
}
