.top_btn {position: fixed;right: 20px;bottom: 20px;width: 40px;height: 40px;background: #fff;border: 1px solid #dee2e6;box-shadow: 0 3px 24px 0 rgb(0 0 0 / 8%);border-radius: 4px;transition: all .4s;z-index: 1;display: none;cursor: pointer;}
.top_btn.active {display: block;}

.introduce_container {background: unset;position: relative;}

/*header*/
.introduce_container header {width: 100%;height: 100px;box-sizing: border-box;position: fixed;top: 0;z-index: 1;transition: background-color 0.3s ease;}
.introduce_container header.active {background: var(--white);}
.introduce_container header .inner_wrap {width:100%;max-width:1624px;height:100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;padding: 0 20px; flex-wrap:wrap;}
.introduce_container header .header_btn_wrap {display: flex;align-items: center;gap: 12px;}
.introduce_container header .header_btn_wrap .contact_btn .rpd_icon {filter: brightness(100);width: 14px;height: 14px;background-size: 14px;}
.introduce_container header .header_btn_wrap button .txt {margin-left: 4px;font-size: 14px;font-weight: 400;}
.introduce_container header .header_btn_wrap .login_btn {border-color: #262161;background: unset;}
.introduce_container header .header_btn_wrap .login_btn .txt {color: #262161;}

/*section_1*/
.introduce_container .main_container .section_1 {background: linear-gradient(129.69deg, rgba(255, 255, 255, 0.7) 16.5%, rgba(235, 241, 246, 0.7) 33.53%, rgba(205, 209, 235, 0.7) 88.82%);}
.introduce_container .main_container .section_1 .inner_wrap {max-width:1372px;background: url("/assets/imgs/intro/section_1_1.png");background-repeat: no-repeat;width:100%;height: 548px;margin: 0 auto;display: flex;align-items: center;padding: 100px 20px 178px 20px;box-sizing: content-box;background-position: right top 100px;}
.introduce_container .main_container .section_1 .inner_wrap .left .title {font-size: 100px;font-weight: 700;color: #262161;margin-bottom: 12px;}
.introduce_container .main_container .section_1 .inner_wrap .left .title .highlight {color: var(--blue500);}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title {display: flex;align-items: center;font-size: 40px;font-weight: 400;letter-spacing: -1px;color: #262161;margin-bottom: 12px;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title .highlight {display: contents;font-weight: 700;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title .text_slider {font-weight: 800;color: var(--blue500);margin-right: 12px;position: relative;width: 72px;height: 56px;overflow: hidden;font-size: 40px;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title .text_slider span {position: absolute;width: 100%;opacity: 0;animation: textSlide 9s infinite;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title .text_slider span:nth-child(1) {animation-delay: 0s;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title .text_slider span:nth-child(2) {animation-delay: 3s;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title .text_slider span:nth-child(3) {animation-delay: 6s;}
.introduce_container .main_container .section_1 .inner_wrap .left .description {margin-bottom: 80px;font-size: 20px;line-height: 1.5;color: var(--gray700);}
.introduce_container .main_container .section_1 .inner_wrap .left .description .br1 {display: none;}
.introduce_container .main_container .section_1 .inner_wrap .left .go_pass_btn {width:210px;height:50px;border-radius: 12px;padding: 0;}
.introduce_container .main_container .section_1 .inner_wrap .left .go_pass_btn .txt::before {content:'리로패스 바로가기';font-size: 20px;font-weight: 600;}

@keyframes textSlide {
0% {opacity: 0;transform: translateY(20px);}
5% {opacity: 1;transform: translateY(0);}
33% {opacity: 1;transform: translateY(0);}
38% {opacity: 0;transform: translateY(-20px);}
100% {opacity: 0;}
}

/*section_2*/
.introduce_container .main_container .section_2 {height:814px;}
.introduce_container .main_container .section_2 .inner_wrap {max-width: 1584px;width:100%;margin: 0 auto;display: flex;align-items:center;justify-content:center;flex-direction: column;position: relative;top: -120px;background: var(--white);border-radius: 40px 40px 0 0;padding: 120px 0;}
.introduce_container .main_container .section_2 .inner_wrap .en_title {font-size: 20px;color: #262161;letter-spacing: 0;margin-bottom: 8px;}
.introduce_container .main_container .section_2 .inner_wrap .title {font-size: 46px;font-weight: 700;color: #262161;margin-bottom: 42px;}
.introduce_container .main_container .section_2 .inner_wrap .title .highlight {color: var(--blue500);font-weight: 700;}
.introduce_container .main_container .section_2 .inner_wrap .video {width: 100%;max-width: 900px;aspect-ratio: 900 / 506.25;margin-bottom: 18px;}
.introduce_container .main_container .section_2 .inner_wrap .video iframe {width: 100%;height: 100%;border-radius: 12px;}
.introduce_container .main_container .section_2 .inner_wrap .description {font-size: 18px;color: var(--gray700);letter-spacing: 0;}

/*section_3*/
.introduce_container .main_container .section_3 {background: linear-gradient(98.11deg, #F3F5F7 1.42%, #F2F3FA 74.34%, #D3CAE8 100.55%);}
.introduce_container .main_container .section_3 .inner_wrap {width:100%;padding: 140px 0;margin: 0 auto;display: flex;align-items:center;justify-content:center;flex-direction: column;}
.introduce_container .main_container .section_3 .inner_wrap .title {font-size: 46px;font-weight: 700;color: #262161;letter-spacing: -1px;margin-bottom: 12px;}
.introduce_container .main_container .section_3 .inner_wrap .title .br1 {display: none;}
.introduce_container .main_container .section_3 .inner_wrap .sub_title {font-size: 20px;line-height: 1.5;color: var(--gray900);margin-bottom: 70px;}
.introduce_container .main_container .section_3 .inner_wrap .sub_title .br1 {display: none;}
.introduce_container .main_container .section_3 .inner_wrap .content_list {display: flex;align-items: flex-start;justify-content: center;gap: 48px;}
.introduce_container .main_container .section_3 .inner_wrap .content_list .elem {padding: 0 5px;text-align: center;}
.introduce_container .main_container .section_3 .inner_wrap .content_list .elem img {display: block;margin-bottom: 24px;}
.introduce_container .main_container .section_3 .inner_wrap .content_list .elem .elem_title {font-size: 24px;font-weight: 700;color: var(--gray900);margin-bottom: 4px;}
.introduce_container .main_container .section_3 .inner_wrap .content_list .elem .elem_description {font-size: 18px;color: var(--gray800);}

/*section_4*/
.introduce_container .main_container .section_4 {width: 100%;height:80px;background: linear-gradient(90.13deg, #007FF5 0%, #0E4DEE 73.35%);color: var(--white);display: flex;align-items: center;gap: 24px;font-size: 28px;font-weight: 700;letter-spacing: 0;white-space: nowrap;overflow: hidden;}
.introduce_container .main_container .section_4 .marquee_list .js-marquee {display: flex;align-items: center;gap: 24px;}

/*section_5*/
.introduce_container .main_container .section_5 .inner_wrap {display: flex;align-items: center;justify-content: space-between;padding:140px 20px;max-width: 1368px;margin: 0 auto;}
.introduce_container .main_container .section_5 .inner_wrap .left .title {font-size: 46px;color: #262161;margin-bottom: 24px;}
.introduce_container .main_container .section_5 .inner_wrap .left .title .highlight {font-weight: 700;color: var(--blue500);}
.introduce_container .main_container .section_5 .inner_wrap .left .title .highlight_v2 {font-weight: 700;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap {display: flex;align-items: center;gap: 8px;margin-bottom: 60px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap .tab_btn {height: 48px;border-radius: 12px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap .tab_btn.active {background: var(--blue500);}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap .tab_btn .txt {font-size: 20px;font-weight: 500;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap .tab_btn.active .txt {color: var(--white);}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap {display: none;width: 554px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap.active {display: block}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_title {font-size: 24px;font-weight: 700;color: var(--gray900);padding-bottom: 16px;border-bottom:1px solid var(--gray400);padding-left: 4px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_elem {border-bottom:1px solid var(--gray400);display: flex;align-items: center;gap: 4px;height: 70px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_elem .label {min-width: 140px;font-size: 18px;color: var(--gray700);}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_elem .content {font-size: 18px;font-weight: 600;color: var(--gray900);}
.introduce_container .main_container .section_5 .inner_wrap .right img {height: 620px;}

/*section_6*/
.introduce_container .main_container .section_6 {background: linear-gradient(279.81deg, #262161 -0.58%, #362BB8 100%);}
.introduce_container .main_container .section_6 .inner_wrap {padding:140px 20px;display: flex;align-items: center;justify-content: center;flex-direction: column;max-width: 1256px;margin: 0 auto;}
.introduce_container .main_container .section_6 .inner_wrap .en_title {font-size: 20px;color: var(--gray300);margin-bottom: 12px;}
.introduce_container .main_container .section_6 .inner_wrap .title {font-size: 46px;font-weight: 700;letter-spacing: -1px;color: var(--white);margin-bottom: 70px;}
.introduce_container .main_container .section_6 .inner_wrap .title .br1 {display: none;}
.introduce_container .main_container .section_6 .inner_wrap .content_list {display: flex;align-items: flex-start;justify-content: center;gap: 20px;width: 100%;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem {text-align: center;width: 100%;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem .img_wrap {width: 100%;background: var(--white);border-radius: 25px;display: flex;align-items: center;justify-content: center;padding: 40px 0;margin-bottom: 24px;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem .img_wrap img {display: block;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem .elem_title {font-size: 24px;font-weight: 700;color: var(--white);margin-bottom: 4px;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem .elem_description {font-size: 18px;color: var(--gray300);}

/*section_7*/
.introduce_container .main_container .section_7 .inner_wrap {max-width: 1256px;width: 100%;margin: 0 auto;padding: 140px 20px;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.introduce_container .main_container .section_7 .inner_wrap .title {font-weight: 700;font-size: 46px;color: #262161;margin-bottom: 48px;}
.introduce_container .main_container .section_7 .inner_wrap .title .br1 {display: none;}
.introduce_container .main_container .section_7 .inner_wrap .content_list {display: flex;align-items: center;flex-direction: column;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem {width: 100%;padding: 62px 60px;background: #F4F8FE;border-radius: 40px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem:nth-child(2n) {background: unset;padding-right: 0;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner {display: flex;align-items: center;justify-content:space-between;gap: 80px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner img {min-width: 600px;height:383px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem:nth-child(2n) .elem_inner {flex-direction: row-reverse;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_title {font-weight: 700;font-size: 34px;color: var(--blue500);margin-bottom: 22px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description {font-size: 18px;line-height: 1.6;color: var(--gray800);}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description .br1,
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description .br2,
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description .br3,
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description .br4 {display: none;}

/*section_8*/
.introduce_container .main_container .section_8 {background: url("/assets/imgs/intro/section_8_1.png"), linear-gradient(98.45deg, #F2F3FF 8.3%, #E0E4FF 74.55%, #F2E3FF 100%);background-repeat: no-repeat;background-position-x: 20%;}
.introduce_container .main_container .section_8 .inner_wrap {padding: 140px 20px;text-align: center;max-width: 1256px;margin: 0 auto;}
.introduce_container .main_container .section_8 .inner_wrap .title {font-weight: 700;font-size: 46px;letter-spacing: -1px;color: #262161;margin-bottom: 60px;}
.introduce_container .main_container .section_8 .inner_wrap table {margin: 0 auto;border-collapse: separate;border-spacing:0;table-layout: fixed;}
.introduce_container .main_container .section_8 .inner_wrap table tr {height:68px;}
.introduce_container .main_container .section_8 .inner_wrap table tr td {background: var(--white);border-right: 1px solid #C4CBFF;border-bottom: 1px solid #C4CBFF;width: 350px;color: var(--gray700);}
.introduce_container .main_container .section_8 .inner_wrap table tr td:first-child {background: #DDE1FF;width: 166px;border-left:1px solid #C4CBFF;color: var(--gray900);}
.introduce_container .main_container .section_8 .inner_wrap table tr:first-child td {border-top:1px solid #C4CBFF;font-weight: 700;}
.introduce_container .main_container .section_8 .inner_wrap table tr:first-child td:first-child {font-weight: 400;}
.introduce_container .main_container .section_8 .inner_wrap table tr td:nth-child(2) {border-left: 3px solid var(--blue500);border-right: 3px solid var(--blue500);color: var(--blue500);}
.introduce_container .main_container .section_8 .inner_wrap table tr:first-child td:nth-child(2) {border-top: 3px solid var(--blue500);}
.introduce_container .main_container .section_8 .inner_wrap table tr:nth-child(5) td:nth-child(2) {border-bottom: 3px solid var(--blue500);}

/*section_9*/
.introduce_container .main_container .section_9 {background: url("/assets/imgs/intro/section_9_1.png"), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);background-repeat: no-repeat;background-size: cover;background-position: center bottom;}
.introduce_container .main_container .section_9 .inner_wrap {max-width: 1256px;margin: 0 auto;padding: 100px 20px;}
.introduce_container .main_container .section_9 .inner_wrap .title {font-size: 20px;line-height: 1.5;color: var(--gray400);margin-bottom: 12px;}
.introduce_container .main_container .section_9 .inner_wrap .sub_title {font-size: 46px;font-weight: 700;color: var(--white);margin-bottom: 50px;}
.introduce_container .main_container .section_9 .inner_wrap .contact_btn {width: 154px;height:50px;border-radius: 12px;box-shadow: 0px 4px 10px 0px #33333326;background: var(--blue500);padding: 0;}
.introduce_container .main_container .section_9 .inner_wrap .contact_btn .txt {font-size: 20px;font-weight: 600;line-height: 1.5;}

/*section_10*/
.introduce_container .main_container .section_10 .inner_wrap {width: 1216px;margin: 0 auto;padding: 140px 0;}
.introduce_container .main_container .section_10 .inner_wrap .title {margin-bottom: 26px;font-size: 46px;font-weight: 700;color: var(--gray900);}
.introduce_container .main_container .section_10 .inner_wrap .question_list {border-top:1px solid var(--gray900);border-bottom:1px solid var(--gray900);}
.introduce_container .main_container .section_10 .inner_wrap .question_list .question_elem .q_title {padding: 26px 24px 26px 0;font-size: 24px;font-weight: 600;color: var(--gray900);border-top:1px solid var(--gray300);cursor: pointer;display: flex;align-items: center;justify-content: space-between;}
.introduce_container .main_container .section_10 .inner_wrap .question_list .question_elem .q_title.active ~ .answer {display: block;}
.introduce_container .main_container .section_10 .inner_wrap .question_list .question_elem .q_title.active .rpd_icon {transform: rotate(180deg);}
.introduce_container .main_container .section_10 .inner_wrap .question_list .question_elem .answer {padding:24px;border-top: 1px solid var(--gray300);display: none;font-size: 18px;line-height: 1.6;color: var(--gray800);}

.footer_container {border-top:1px solid var(--gray300);}

@media (max-width: 1400px) {
.introduce_container .main_container .section_1 {position: relative;}
.introduce_container .main_container .section_1 .inner_wrap {display: block;max-width: 1024px;padding-top: 140px;background-position: right bottom -50px;height: unset;box-sizing: border-box;background-size: 70%;}
.introduce_container .main_container .section_1 .inner_wrap .left .title {font-size: 90px;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title {font-size: 36px;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title .text_slider {width: 66px;height: 49px;font-size: 36px;}
.introduce_container .main_container .section_1 .inner_wrap .right {width: 100%;}
.introduce_container .main_container .section_1 .inner_wrap .right img {position: absolute;right: 20px;bottom: -60px;}

.introduce_container .main_container .section_2 {height:unset;}
.introduce_container .main_container .section_2 .inner_wrap {top: 0;padding: 100px 20px;}
.introduce_container .main_container .section_2 .inner_wrap .title {font-size: 42px;margin-bottom: 38px;}

.introduce_container .main_container .section_3 .inner_wrap {padding:100px 20px;max-width: 1024px;}
.introduce_container .main_container .section_3 .inner_wrap .title {font-size: 42px;}
.introduce_container .main_container .section_3 .inner_wrap .sub_title {margin-bottom: 66px;}
.introduce_container .main_container .section_3 .inner_wrap .content_list {justify-content: space-between;width: 100%;}
.introduce_container .main_container .section_3 .inner_wrap .content_list .elem {padding: 0;}

.introduce_container .main_container .section_4 {height:74px;font-size: 24px;}

.introduce_container .main_container .section_5 .inner_wrap {padding:100px 20px;max-width: 1024px;align-items: flex-start;position: relative;}
.introduce_container .main_container .section_5 .inner_wrap .left .title {font-size: 42px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap .tab_btn .txt {font-size: 18px;}
.introduce_container .main_container .section_5 .inner_wrap .right img {height: unset;position: absolute;right: 0;bottom: 64px;width: 64%;z-index: -1;opacity: 0.8;transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}

.introduce_container .main_container .section_6 .inner_wrap {padding:100px 20px;max-width: 1024px;margin: 0 auto;}
.introduce_container .main_container .section_6 .inner_wrap .title {font-size: 42px;margin-bottom: 66px;}
.introduce_container .main_container .section_6 .inner_wrap .content_list {display: grid;grid-template-columns: repeat(2, 1fr);gap: 40px;}

.introduce_container .main_container .section_7 .inner_wrap {padding:100px 20px;max-width: 1024px;}
.introduce_container .main_container .section_7 .inner_wrap .title {font-size: 42px;margin-bottom: 44px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list {width: 100%;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem {padding: 40px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner {flex-direction: column;align-items: flex-start;gap: 40px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem:nth-child(2n) {background: #F4F8FE;padding-right: 60px;margin: 20px 0;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem:nth-child(2n) .elem_inner {flex-direction: column;align-items: flex-end;text-align: right;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description .br1,
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description .br2,
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description .br3,
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description .br4 {display: block;}

.introduce_container .main_container .section_8 .inner_wrap {padding: 100px 20px;}
.introduce_container .main_container .section_8 .inner_wrap .title {font-size: 42px;margin-bottom: 56px;}

.introduce_container .main_container .section_9 .inner_wrap .sub_title {font-size: 42px;}

.introduce_container .main_container .section_10 .inner_wrap {padding: 100px 20px;max-width: 1024px;width: 100%;}
}
@media (max-width: 1024px) {
.introduce_container .main_container .section_3 .inner_wrap .content_list {flex-wrap: wrap;align-items: center;justify-content: center;}

}
@media (max-width: 768px) {
.introduce_container header {height:60px;}
.introduce_container .main_container .section_1 .inner_wrap {padding: 100px 32px 40px 32px;background: url("/assets/imgs/intro/section_1_1_mo.png");background-repeat: no-repeat;background-position: right bottom;background-size: 65%;}
.introduce_container .main_container .section_1 .inner_wrap .left .title {font-size: 40px;line-height: 1.2;margin-bottom: 6px;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title {font-size: 22px;}
.introduce_container .main_container .section_1 .inner_wrap .left .sub_title .text_slider {width: 38px;height: 28px;font-size: 22px;margin-right: 6px;}
.introduce_container .main_container .section_1 .inner_wrap .left .description {font-size: 14px;margin-bottom: 92px;}
.introduce_container .main_container .section_1 .inner_wrap .left .description .br1 {display: block;}
.introduce_container .main_container .section_1 .inner_wrap .left .go_pass_btn {width:104px;height:36px;}
.introduce_container .main_container .section_1 .inner_wrap .left .go_pass_btn .txt::before {content:'바로가기';font-size: 16px;font-weight: 600;}

.introduce_container .main_container .section_2 .inner_wrap {padding: 50px 28px;box-sizing: border-box;}
.introduce_container .main_container .section_2 .inner_wrap .en_title {font-size: 14px;margin-bottom: 4px;}
.introduce_container .main_container .section_2 .inner_wrap .title {font-size: 24px;margin-bottom: 32px;}
.introduce_container .main_container .section_2 .inner_wrap .video {margin-bottom: 12px;}
.introduce_container .main_container .section_2 .inner_wrap .description {font-size: 12px;text-align: center;width: 245px;}

.introduce_container .main_container .section_3 .inner_wrap {padding: 50px 32px;box-sizing: border-box;}
.introduce_container .main_container .section_3 .inner_wrap .title {font-size: 24px;line-height: 1.4;text-align: center;margin-bottom: 8px;}
.introduce_container .main_container .section_3 .inner_wrap .title .br1 {display: block;}
.introduce_container .main_container .section_3 .inner_wrap .sub_title {font-size: 14px;line-height: 1.4;text-align: center;margin-bottom: 24px;}
.introduce_container .main_container .section_3 .inner_wrap .sub_title .br1 {display: block;}
.introduce_container .main_container .section_3 .inner_wrap .content_list {align-items: center;justify-content: center;gap: 24px;}
.introduce_container .main_container .section_3 .inner_wrap .content_list .elem img {width: 180px;margin: 0 auto 16px;}
.introduce_container .main_container .section_3 .inner_wrap .content_list .elem .elem_title {font-size: 20px;font-weight: 600;margin-bottom: 2px;}
.introduce_container .main_container .section_3 .inner_wrap .content_list .elem .elem_description {font-size: 14px;color: var(--gray900);}

.introduce_container .main_container .section_4 {height:66px;}

.introduce_container .main_container .section_5 .inner_wrap {padding:50px 20px;box-sizing: border-box;}
.introduce_container .main_container .section_5 .inner_wrap .left {width: 100%;}
.introduce_container .main_container .section_5 .inner_wrap .left .title {font-size: 24px;margin-bottom: 16px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap {margin-bottom: 32px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap .tab_btn {padding: 0 14px;height:40px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap .tab_btn .txt {font-size: 14px;font-weight: 400;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_btn_wrap .tab_btn.active .txt {font-weight: 600;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap {width: 100%;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_title {padding-left: 0;font-size: 20px;font-weight: 600;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_elem {height:60px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_elem .label {font-size: 14px;min-width: 120px;}
.introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_elem .content {font-size: 14px;}
.introduce_container .main_container .section_5 .inner_wrap .right {display: none;}

.introduce_container .main_container .section_6 {background: linear-gradient(180deg, #372CB7 0%, #28226C 100%);}
.introduce_container .main_container .section_6 .inner_wrap {padding:50px 28px;box-sizing: border-box;}
.introduce_container .main_container .section_6 .inner_wrap .en_title {font-size:14px;margin-bottom: 8px;}
.introduce_container .main_container .section_6 .inner_wrap .title {font-size: 24px;text-align: center;margin-bottom: 32px;}
.introduce_container .main_container .section_6 .inner_wrap .title .br1 {display: block;}
.introduce_container .main_container .section_6 .inner_wrap .content_list {grid-template-columns: repeat(1, 1fr);gap: 32px;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem .img_wrap {width:180px;height:110px;margin: 0 auto 16px;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem .img_wrap img {width: 72px;height: 72px;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem .elem_title {font-size: 20px;margin-bottom: 2px;}
.introduce_container .main_container .section_6 .inner_wrap .content_list .elem .elem_description {font-size: 14px;color: var(--white);}

.introduce_container .main_container .section_7 .inner_wrap {padding:50px 28px;box-sizing: border-box;}
.introduce_container .main_container .section_7 .inner_wrap .title {font-size: 24px;text-align: center;margin-bottom: 32px;}
.introduce_container .main_container .section_7 .inner_wrap .title .br1 {display: block;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem {background: none;padding: 0;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner {gap: 23px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner img {min-width: unset;height: unset;width: 100%;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem:nth-child(2n) {padding: 0;background: none;margin:32px 0;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem:nth-child(2n) .elem_inner {align-items: flex-start;text-align: left;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_title {font-size: 20px;margin-bottom: 8px;}
.introduce_container .main_container .section_7 .inner_wrap .content_list .elem .elem_inner .content_wrap .elem_description {font-size: 14px;}

.introduce_container .main_container .section_8 {background: linear-gradient(90deg, #F1F3FF 3.2%, #E5E8FF 53.46%, #E9E4FF 100%);}
.introduce_container .main_container .section_8 .inner_wrap {padding:50px 0 50px 25px;box-sizing: border-box;}
.introduce_container .main_container .section_8 .inner_wrap .title {font-size: 24px;margin-bottom: 32px;}
.introduce_container .main_container .section_8 .inner_wrap .table_wrap {overflow: auto;padding-right: 25px;}
.introduce_container .main_container .section_8 .inner_wrap .table_wrap::-webkit-scrollbar {display: none;}
.introduce_container .main_container .section_8 .inner_wrap .table_wrap table {width: 760px;}
.introduce_container .main_container .section_8 .inner_wrap table tr {height:48px;}
.introduce_container .main_container .section_8 .inner_wrap table tr td {font-size: 14px;width: 220px;}
.introduce_container .main_container .section_8 .inner_wrap table tr:first-child td:first-child {font-size: 14px;}
.introduce_container .main_container .section_8 .inner_wrap table tr td:first-child {width: 100px;font-size:14px;position: sticky;left: 0;}
.introduce_container .main_container .section_8 .inner_wrap table tr:first-child td:nth-child(2) {font-size: 16px;}
.introduce_container .main_container .section_8 .inner_wrap table tr:first-child td {font-size: 16px;}

.introduce_container .main_container .section_9 {background: url("/assets/imgs/intro/section_9_1_mo.png"), linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);background-repeat: no-repeat;background-size: cover;height: 380px;background-position: bottom}
.introduce_container .main_container .section_9 .inner_wrap {padding: 50px 35px;}
.introduce_container .main_container .section_9 .inner_wrap .title {font-size: 14px;margin-bottom: 4px;}
.introduce_container .main_container .section_9 .inner_wrap .sub_title {font-size: 24px;margin-bottom: 32px;}
.introduce_container .main_container .section_9 .inner_wrap .sub_title br {display: none;}
.introduce_container .main_container .section_9 .inner_wrap .contact_btn {height: 40px;width: 116px;}
.introduce_container .main_container .section_9 .inner_wrap .contact_btn .txt {font-size: 16px;font-weight: 600;}

.introduce_container .main_container .section_10 .inner_wrap {padding:50px 20px;box-sizing: border-box;width: 100%;}
.introduce_container .main_container .section_10 .inner_wrap .title {font-size: 24px;margin-bottom: 32px;}
.introduce_container .main_container .section_10 .inner_wrap .question_list .question_elem .q_title {padding:18px 10px 18px 4px;font-size: 16px;}
.introduce_container .main_container .section_10 .inner_wrap .question_list .question_elem .q_title .rpd_icon {width: 16px;height: 16px;background-size: 16px;}
.introduce_container .main_container .section_10 .inner_wrap .question_list .question_elem .answer {padding:16px 24px; 16px 20px;font-size: 14px;}
}

@media all and (max-width:360px){
    .introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_elem {justify-content: space-between}
    .introduce_container .main_container .section_5 .inner_wrap .left .tab_wrap .tab_content_wrap .content_elem .content {word-break: keep-all}
    .introduce_container .main_container .section_10 .inner_wrap .question_list .question_elem .q_title {gap:10px}
}