/* sub2 - 氍错槇臧€鞀挫劚順� */
.sub2_section1 {
  width: 100%;
  height: 695px;
  background-image: url(../images/sub2_banner1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_section1 .center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.s2_sec1_textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s2_sec1_point_text {
  font-size: 28px;
  color: #111;
  /* font-family: 'yg-jalnan', sans-serif; */
  position: relative;
}

.s2_sec1_point_text span {
  text-emphasis-style: dot;
}

.s2_sec1_point_text img {
  position: absolute;
}

.s2_sec1_point_text img.font_img {
  top: -85px;
  right: -100px;
}

.s2_sec1_point_text img.talk_bloom {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.s2_sec1_textbox h1 {
  font-size: 80px;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  color: #222;
  margin-top: 30px;
}

.s2_sec1_textbox h1 span {
  color: #9961dd;
}

.s2_sec1_textbox > p {
  font-size: 16px;
  color: #5c5c5c;
  font-family: 'Montserrat-Medium', sans-serif;
  margin-top: 10px;
  letter-spacing: 5px;
  margin-right: -5px;
}

.sub2_section2 {
  width: 100%;
  padding: 70px 0;
}

.sub2_section2 .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s2_sec2_title {
  text-align: center;
  font-size: 55px;
  color: #222;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s2_sec2_title span {
  font-family: 'Montserrat-Medium', sans-serif;
  font-size: 14px;
  color: #999;
  letter-spacing: 1.5px;
  margin-right: -1.5px;
  margin-bottom: 10px;
  display: block;
}

.s2_sec2_textbox {
  text-align: center;
  font-size: 22px;
  color: #222;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  line-height: 35px;
  margin-top: 30px;
}

.s2_sec2_textbox span.underline {
  font-family: 'S-CoreDream-6Bold', sans-serif;
  background-image: linear-gradient(transparent 30%, #fffcad 70%);
  line-height: 1.3;
}

.s2_sec2_textbox span.purple_big_t {
  font-size: 28px;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  color: #9961dd;
}

.s2_sec2_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

.sub2_section3 {
  width: 100%;
  padding: 60px 0;
  background-color: rgba(247, 222, 255, 0.65);
}

.sub2_section3 .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s2_sec3_title {
  background-color: #9961dd;
  padding: 2px 55px;
  border-radius: 50px;
  font-size: 38px;
  /* font-family: 'yg-jalnan', sans-serif; */
  color: #fffcb5;
  position: relative;
}

.s2_sec3_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -27px;
}

.sub2_section4 {
  width: 100%;
  background-image: url(../images/sub2_banner2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_section4 .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s2_sec4_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2_sec4_textbox p {
  font-size: 45px;
  color: #111;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  margin-top: 15px;
}

.s2_sec4_textbox p br.pc_none {
  display: none;
}

.point_text3 {
  position: relative;
  font-size: 20px;
  color: #111;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  display: inline-block;
}

.point_text3 span {
  font-family: 'S-CoreDream-6Bold', sans-serif;
  position: relative;
  z-index: 1;
}

.point_text3 img {
  position: absolute;
  right: -30px;
  bottom: -8px;
}

.s2_sec4_video {
  width: 590px;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 45px;
  position: relative;
  padding-bottom: 52.25%;
}

.s2_sec4_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sub2_section5 {
  width: 100%;
  padding: 110px 0;
  background-image: url(../images/sub2_banner3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2_sec5_contain {
  width: 100%;
  height: 515px;
  position: relative;
}

.s2_sec5_contain > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vertical_text_left,
.vertical_text_right {
  position: absolute;
  font-size: 13px;
  color: #fff;
  font-family: 'Montserrat-Thin', sans-serif;
  letter-spacing: 1px;
}

.vertical_text_left {
  left: -85px;
  bottom: 65px;
  transform: rotate(-90deg);
}

.vertical_text_right {
  right: -85px;
  top: 65px;
  transform: rotate(90deg);
}

.s2_sec5_textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -35px;
}

.s2_sec5_text1 {
  font-size: 150px;
  color: #fff;
  font-family: 'InkLipquid', sans-serif;
  font-style: italic;
}

.s2_sec5_text2 {
  font-size: 30px;
  color: #fff;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  margin-top: 13px;
}

.s2_sec5_text2 span {
  font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s2_sec5_text3 {
  font-size: 22px;
  color: #fff;
  font-family: 'S-CoreDream-3Light', sans-serif;
  margin-top: 8px;
}

a.all_view_btn {
  width: 225px;
  height: 55px;
  border-radius: 50px;
  padding: 0 15px 0 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  margin-top: 45px;
}

.s2_sec5_textbox a.all_view_btn {
  background-color: #ff76ba;
}

.sub2_section6 {
  width: 100%;
  padding: 80px 0;
  background-image: url(../images/sub2_banner4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_section6 .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s2_sec6_title {
  text-align: center;
}

.s2_sec6_title > span {
  font-size: 30px;
  color: #111;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  font-weight: bold;
}

.s2_sec6_title > p {
  font-size: 65px;
  color: #111;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.s2_sec6_title > p span {
  color: #fffcb5;
  background-color: #9961dd;
  padding: 0 5px;
  display: block;
  line-height: 73px;
  margin-left: 15px;
}

.point_text4 {
  position: relative;
  font-size: 24px;
  color: #111;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  margin-top: 8px;
}

.point_text4 span {
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  position: relative;
  z-index: 10;
}

.point_text4 img {
  position: absolute;
  right: -8px;
  bottom: -5px;
}

.s2_sec6_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

.s2_sec6_img img {
  filter: drop-shadow(-5px 5px 15px rgba(209, 193, 157, 0.4));
}

.sub2_section6 a.all_view_btn {
  background-color: #9961dd;
}

.sub2_section7 {
  width: 100%;
  padding-top: 60px;
  background-image: url(../images/sub2_banner5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.s2_sec7_title {
  text-align: center;
}

.s2_sec7_title > span {
  font-size: 70px;
  color: #111;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  display: block;
}

.s2_sec7_title p {
  font-size: 22px;
  color: #111;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  margin-top: 8px;
}

.s2_sec7_title p span {
  font-size: 30px;
  color: #9961dd;
  font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s2_sec7_contain {
  width: 100%;
  padding: 50px 0 95px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.s2_sec7_contain img.position_img {
  position: absolute;
  z-index: 2;
  left: -165px;
  bottom: -5px;
}

.s2_sec7_right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s2_sec7_right img {
  filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.2));
}

.s2_sec7_right p {
  font-size: 24px;
  color: #111;
  font-family: 'Pretendard-Bold', sans-serif;
  line-height: 32px;
  text-align: center;
  margin-top: 25px;
}

.s2_sec7_right a {
  width: 165px;
  height: 45px;
  background-color: #222;
  border-radius: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  margin-top: 35px;
}

.s2_sec7_right a i {
  font-size: 18px;
}

.sub2_section8 {
  width: 100%;
  background-image: url(../images/sub2_banner6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_section8 .center {
  display: flex;
  align-items: center;
  position: relative;
  padding: 120px 0 90px;
}

.s2_sec8_text1 {
  font-size: 21px;
  color: #fff;
  font-family: 'S-CoreDream-3Light', sans-serif;
  position: relative;
  display: inline-block;
}

.s2_sec8_text1 span {
  font-size: 31px;
  font-family: 'S-CoreDream-4Regular', sans-serif;
  font-weight: bold;
}

.s2_sec8_text1 img {
  position: absolute;
  left: -12px;
  bottom: -13px;
}

.s2_sec8_text2 {
  font-size: 55px;
  color: #fff;
  font-family: 'S-CoreDream-8Heavy', sans-serif;
  display: flex;
  align-items: baseline;
  margin-top: 15px;
}

.s2_sec8_text2 span {
  width: 350px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: 15px;
}

.s2_sec8_img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2_sec8_video {
  width: 600px;
  height: 0;
  margin-top: 50px;
  position: relative;
  padding-bottom: 36.25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

.s2_sec8_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* // sub2 - 氍错槇臧€鞀挫劚順� */

/* sub2_1 - 臧€鞀错檿雽€靾� */
.sub2_1_section1 {
  width: 100%;
  height: 750px;
  background-image: url(../images/sub2_1_banner1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

img.banner_fix {
  position: absolute;
  bottom: 40px;
  right: 160px;
  z-index: 2;
}

.sub2_1_section1 .center {
  height: 100%;
  display: flex;
  align-items: center;
}

.s2_1_sec1_textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sub2_1_purple_text {
  font-size: 27px;
  color: #5b60f0;
  font-family: 'GmarketSansMedium', sans-serif;
  background-image: linear-gradient(transparent 55%, #fffece 45%);
  line-height: 1;
}

.sub2_1_purple_text span {
  font-size: 44px;
  font-family: 'InkLipquid', sans-serif;
  font-style: italic;
}

.s2_1_sec1_textbox h1 {
  font-size: 86px;
  color: #222;
  font-family: 'GmarketSansMedium', sans-serif;
  margin-top: 30px;
}

.s2_1_sec1_textbox2 {
  position: relative;
}

.s2_1_sec1_textbox2 p {
  font-size: 24px;
  color: #222;
  font-family: 'GmarketSansMedium', sans-serif;
  position: relative;
  z-index: 1;
}

.s2_1_sec1_textbox2 p span.t_bold {
  font-family: 'GmarketSansBold', sans-serif;
  letter-spacing: -0.5px;
}

.s2_1_sec1_textbox2 p span.italic {
  font-style: italic;
}

.s2_1_sec1_textbox2 img {
  position: absolute;
  left: -5px;
  bottom: -4px;
}

.s2_1_sec1_textbox > span {
  width: 1px;
  height: 45px;
  background-color: #b7b7b7;
  display: block;
  margin: 25px 0 30px;
}

.s2_1_sec1_textbox ul {
  display: flex;
}

.s2_1_sec1_textbox ul li {
  width: 95px;
  height: 115px;
  background-color: #fff;
  margin-right: 7px;
  box-shadow: -1px 1px 7px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 7px;
  box-sizing: border-box;
}

.s2_1_sec1_textbox ul li:last-child {
  margin-right: 0;
}

.s2_1_sec1_textbox ul li > span {
  font-size: 11px;
  color: #7c8bff;
  font-family: 'Pretendard-Regular', sans-serif;
  display: block;
  margin-top: 5px;
}

.s2_1_sec1_textbox ul li p {
  font-size: 14px;
  color: #111;
  font-family: 'Pretendard-SemiBold', sans-serif;
  text-align: center;
  margin-top: 5px;
}

.s2_1_sec1_textbox ul li p span {
  display: block;
  font-family: 'Pretendard-Regular', sans-serif;
  font-size: 12px;
}

.sub2_1_section2 {
  width: 100%;
  padding-top: 50px;
}

.s2_1_sec2_textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s2_1_sec2_textbox > p {
  font-size: 30px;
  color: #111;
  font-family: 'Pretendard-Medium', sans-serif;
  margin-bottom: 50px;
}

.s2_1_sec2_textbox > p span.t_big {
  font-size: 40px;
  font-family: 'Pretendard-Regular', sans-serif;
}

.s2_1_sec2_textbox > p strong {
  font-weight: normal;
  font-family: 'Pretendard-ExtraBold', sans-serif;
}

.s2_1_sec2_textbox2 {
  position: relative;
  font-size: 24px;
  color: #111;
  font-family: 'GmarketSansMedium', sans-serif;
  display: flex;
  align-items: center;
}

.s2_1_sec2_textbox2 span {
  font-size: 70px;
  font-family: 'Nanum Pen Script', cursive;
  font-style: italic;
  margin-right: 10px;
}

.s2_1_sec2_textbox2 img {
  position: absolute;
  left: -5px;
  bottom: 15px;
  z-index: -1;
}

.sub2_1_section2 > img {
  width: 100%;
  display: block;
}

.sub2_1_section3 {
  width: 100%;
  padding: 40px 0 10px;
  text-align: center;
}

.sub2_1_section4 {
  width: 100%;
  position: relative;
}

.sub2_1_section4 img {
  width: 100%;
}

.sub2_1_section4 p {
  position: absolute;
  font-size: 34px;
  line-height: 48px;
  color: #fff;
  font-family: 'GmarketSansMedium', sans-serif;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -15px;
}

.sub2_1_section4 p span {
  color: #fff799;
  font-weight: bold;
}

.sub2_1_section5 {
  width: 100%;
}

.s2_1_sec5_textbox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0 40px;
}

.s2_1_sec5_textbox > p {
  font-size: 26px;
  color: #222;
  line-height: 40px;
  font-family: 'Pretendard-SemiBold', sans-serif;
  text-align: center;
}

.pink_radius_text {
  margin: 70px auto 0;
  font-size: 42px;
  color: #fff;
  font-family: 'GmarketSansMedium', sans-serif;
  background-color: #ff95c3;
  padding: 0 70px;
  border-radius: 50px;
}

.pink_radius_text span {
  font-weight: bold;
}

.s2_1_sec5_textbox > span {
  font-size: 22px;
  color: #222;
  font-family: 'Pretendard-Medium', sans-serif;
  display: block;
  margin-top: 25px;
}

.purple_title {
  margin-top: 50px;
  text-align: center;
  font-size: 40px;
  color: #7c8bff;
  font-family: 'GmarketSansBold', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.purple_title span {
  font-size: 65px;
  font-family: 'Cafe24Shiningstar', sans-serif;
  font-style: italic;
  border-bottom: 1px solid rgba(124, 139, 255, 0.5);
  line-height: 48px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.s2_1_sec5_1 {
  width: 100%;
  padding: 45px 0 15px;
  background-color: #f9f5ff;
}

.s2_1_sec5_1_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2_1_sec5_1_num {
  width: 42px;
  height: 42px;
  background-color: #07193e;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-family: 'GmarketSansBold', sans-serif;
}

.s2_1_sec5_1_title p {
  font-size: 35px;
  color: #07193e;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-left: 15px;
}

.s2_1_sec5_1_title p span {
  font-family: 'Pretendard-ExtraBold', sans-serif;
}

.s2_1_sec5_1_contain {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.s2_1_sec5_1_contain > img {
  display: block;
}

.s2_1_sec5_1_motiva {
  margin-left: 95px;
}

.pp_text {
  font-size: 18px;
  color: #bc8dff;
  font-family: 'GmarketSansMedium', sans-serif;
}

.motive_name {
  font-size: 28px;
  color: #222;
  font-family: 'Pretendard-ExtraBold', sans-serif;
  margin: 20px 0;
}

.s2_1_sec5_1_motiva > p {
  font-size: 20px;
  color: #222;
  line-height: 30px;
  font-family: 'Pretendard-Regular', sans-serif;
}

.s2_1_sec5_1_motiva > p span {
  font-family: 'Pretendard-Bold', sans-serif;
}

.s2_1_sec5_2 {
  width: 100%;
  padding: 70px 0 85px;
}

.m_s2_1_sec5_1_table {
  display: none;
}

.s2_1_sec5_1_table {
  width: 100%;
  margin-top: 30px;
}

.s2_1_sec5_1_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.s2_1_sec5_1_table table th {
  width: 33.33%;
  background-color: #b9b9ff;
  font-weight: normal;
  padding: 20px 0;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.s2_1_sec5_1_table table th:last-child {
  border-right: 0;
}

.s2_1_sec5_1_table table th p {
  font-size: 26px;
  font-family: 'Pretendard-Bold', sans-serif;
  color: #fff;
}

.s2_1_sec5_1_table table th p span {
  font-size: 18px;
  font-family: 'Pretendard-ExtraLight', sans-serif;
}

.s2_1_sec5_1_table table td {
  width: 33.33%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 0;
}

.s2_1_sec5_1_table table td:last-child {
  border-right: 0;
}

.s2_1_sec5_1_table table td.color_t {
  text-align: center;
}

.s2_1_sec5_1_table table td.mint_t {
  color: #14c2c1;
}

.s2_1_sec5_1_table table td.purple_t {
  color: #7a69af;
}

.s2_1_sec5_1_table table td.color_t p {
  font-size: 18px;
  font-family: 'Pretendard-SemiBold', sans-serif;
}

.s2_1_sec5_1_table table td.color_t p span {
  font-size: 26px;
  font-family: 'Pretendard-ExtraBold', sans-serif;
  display: block;
  margin: 5px 0;
}

.s2_1_sec5_1_table table td.color_t > span {
  font-family: 'Pretendard-ExtraLight', sans-serif;
  display: block;
}

.s2_1_sec5_1_table table td.skincolor {
  background-color: #f8f8f8;
  text-align: center;
  padding: 13px 0;
  font-size: 18px;
  color: #222;
  font-family: 'Pretendard-Light', sans-serif;
}

.mentor_table_img {
  width: 100%;
}

.mentor_table_img img {
  width: 100%;
}

.s2_1_sec5_3 {
  width: 100%;
  padding: 65px 0 75px;
  background-color: rgba(230, 242, 245, 0.8);
}

.s2_1_sec5_3 ul {
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.s2_1_sec5_3 ul li {
  width: 50%;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s2_1_sec5_3 ul li:first-child {
  border-right: 1px dashed #c2c2c2;
  box-sizing: border-box;
}

.s2_1_sec5_3 ul li p {
  font-size: 28px;
  color: #111;
  font-family: 'Pretendard-ExtraBold', sans-serif;
}

.s2_1_sec5_3 ul li p span {
  font-size: 18px;
  color: #03718a;
  font-family: 'Pretendard-Light', sans-serif;
}

.s2_1_sec5_3 ul li > span {
  font-size: 20px;
  color: #222;
  line-height: 30px;
  text-align: center;
  font-family: 'Pretendard-Medium', sans-serif;
  display: block;
  margin-top: 10px;
}

.s2_1_sec5_4 {
  width: 100%;
  padding-top: 30px;
}

.s2_1_sec5_4 .center > p {
  font-size: 16px;
  text-align: center;
  color: #111;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-top: 15px;
}

.s2_1_sec5_4_table {
  width: 100%;
  margin-top: 40px;
}

.s2_1_sec5_4_table table {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-collapse: collapse;
}

.s2_1_sec5_4_table table th {
  background-color: #464646;
  padding: 20px 0;
  font-weight: normal;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.s2_1_sec5_4_table table th:last-child {
  border-right: 0;
}

.s2_1_sec5_4_table table th p {
  font-size: 23px;
  color: #fff;
  font-family: 'Pretendard-SemiBold', sans-serif;
}

.s2_1_sec5_4_table table th p span {
  font-size: 18px;
  font-family: 'Pretendard-ExtraLight', sans-serif;
}

.s2_1_sec5_4_table table td {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 17px;
  color: #111;
  font-family: 'Pretendard-Regular', sans-serif;
  text-align: center;
  padding: 22px 0;
}

.s2_1_sec5_4_table table td:last-child {
  border-right: 0;
}

.s2_1_sec5_4_table table td.pink_t {
  font-size: 22px;
  color: #ff82a9;
  font-family: 'Pretendard-Medium', sans-serif;
}

.s2_1_sec5_4_table table tr.bg_skincolor {
  background-color: #f8f8f8;
}

.s2_1_sec5_4_table table .mentor_table_img {
  padding: 0;
}

.s2_1_sec5_4_table table th:first-child,
.s2_1_sec5_4_table table td:first-child {
  width: 10%;
}

.s2_1_sec5_4_table table th:nth-child(2),
.s2_1_sec5_4_table table td:nth-child(2) {
  width: 45%;
}

.s2_1_sec5_4_table table th:last-child,
.s2_1_sec5_4_table table td:last-child {
  width: 45%;
}

.s2_1_sec5_5 {
  width: 100%;
  margin-top: 80px;
  padding: 65px 0 75px;
  background-color: rgba(255, 245, 227, 0.5);
}

.s2_1_sec5_5 .pink_radius_text {
  display: table;
  margin: 0 auto;
  padding: 0 50px;
}

.s2_1_sec5_5_table {
  width: 100%;
  margin-top: 30px;
}

.s2_1_sec5_5_table table {
  width: 100%;
  border-top: 2px solid #363636;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  border-collapse: collapse;
  background-color: #fff;
}

.s2_1_sec5_5_table table td {
  text-align: center;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #111;
  font-family: 'Pretendard-Regular', sans-serif;
  padding: 25px 0;
}

.s2_1_sec5_5_table table td:last-child {
  border-right: 0;
}

.s2_1_sec5_5_table table td p {
  font-size: 25px;
  font-family: 'Pretendard-Bold', sans-serif;
}

.s2_1_sec5_5_table table td p span {
  font-size: 18px;
  line-height: 25px;
  color: #777;
  font-family: 'Pretendard-Medium', sans-serif;
  display: block;
  margin-top: 15px;
}

.s2_1_sec5_5_table table td.pink_t {
  font-size: 22px;
  color: #ff82a9;
  font-family: 'Pretendard-Medium', sans-serif;
}

.s2_1_sec5_5_table table td:first-child {
  width: 10%;
}

.s2_1_sec5_5_table table td:nth-child(2),
.s2_1_sec5_5_table table td:nth-child(3),
.s2_1_sec5_5_table table td:last-child {
  width: 30%;
}

.s2_1_sec5_5_table table .mentor_table_img {
  padding: 0;
}

.s2_1_sec5_6 {
  width: 100%;
  padding-top: 70px;
}

.s2_1_sec5_6 .pink_radius_text {
  display: table;
  margin: 0 auto;
  padding: 0 25px;
}

.s2_1_sec5_6 > p {
  font-size: 20px;
  color: #111;
  font-family: 'Pretendard-Medium', sans-serif;
  text-align: center;
  margin-top: 20px;
}

.s2_1_sec5_6_inner {
  width: 100%;
  margin-top: 35px;
  background-color: #efe2f5;
}

.s2_1_sec5_6_inner .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub2_1_banner_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -45px;
}

.s2_1_sec5_6_table {
  width: 770px;
}

.s2_1_sec5_6_table table {
  width: 100%;
  border-top: 2px solid #363636;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  border-collapse: collapse;
  background-color: #fff;
}

.s2_1_sec5_6_table table th {
  background-color: #f8f8f8;
  padding: 15px 0;
  font-weight: normal;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.s2_1_sec5_6_table table th:last-child {
  border-right: 0;
}

.s2_1_sec5_6_table table th.gray_t {
  font-size: 16px;
  color: #999;
  font-family: 'Pretendard-Medium', sans-serif;
}

.s2_1_sec5_6_table table th.pink_t {
  font-size: 20px;
  color: #ff82a9;
  font-family: 'Pretendard-Medium', sans-serif;
}

.s2_1_sec5_6_table table td {
  font-size: 16px;
  line-height: 22px;
  color: #111;
  text-align: center;
  font-family: 'Pretendard-Regular', sans-serif;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.s2_1_sec5_6_table table td:last-child {
  border-right: 0;
}

.s2_1_sec5_6_table table td strong {
  font-weight: normal;
  font-size: 18px;
  font-family: 'Pretendard-Bold', sans-serif;
}

.s2_1_sec5_6_table table th:first-child,
.s2_1_sec5_6_table table td:first-child {
  width: 18%;
}

.s2_1_sec5_6_table table th:nth-child(2),
.s2_1_sec5_6_table table td:nth-child(2) {
  width: 41%;
}

.s2_1_sec5_6_table table th:last-child,
.s2_1_sec5_6_table table td:last-child {
  width: 41%;
}

.s2_1_sec5_7 {
  width: 100%;
  padding: 60px 0;
  background-image: url(../images/sub2_1_banner5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2_1_sec5_7 .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s2_1_sec5_7_title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.s2_1_sec5_7_title > span {
  font-size: 28px;
  font-family: 'GmarketSansMedium', sans-serif;
  color: #222;
  display: block;
}

.s2_1_sec5_7_title > p {
  font-size: 45px;
  line-height: 50px;
  font-family: 'GmarketSansBold', sans-serif;
  color: #222;
  display: flex;
  align-items: center;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding-top: 10px;
  margin-top: 8px;
}

.s2_1_sec5_7_title > p span {
  width: 4px;
  height: 4px;
  background-color: #252525;
  border-radius: 5px;
  display: block;
  margin-top: -10px;
}

.s2_1_sec5_7_title > p span:nth-of-type(1) {
  margin-right: 20px;
}

.s2_1_sec5_7_title > p span:nth-of-type(2) {
  margin-left: 20px;
}

.s2_1_sec5_7_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2_1_sec5_7_img img {
  filter: drop-shadow(1px 1px 15px rgba(0, 0, 0, 0.15));
}

.check_text {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.check_text p {
  font-size: 18px;
  color: #545454;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-left: 7px;
}

.s2_1_sec5_8 {
  width: 100%;
  padding: 70px 0;
  background-image: url(../images/sub2_1_banner6.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2_1_sec5_8_title {
  width: 100%;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: 'GmarketSansMedium', sans-serif;
}

.s2_1_sec5_8_title span {
  font-family: 'GmarketSansBold', sans-serif;
}

.s2_1_sec5_8_slide {
  width: 1030px;
  margin: 55px auto;
}

.s2_1_sec5_8_slidebox {
  margin: 0 15px;
}

.slide_img {
  width: 100%;
  height: 325px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.slide_img > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.s2_1_sec5_8_slidebox > p {
  font-size: 26px;
  color: #fff;
  font-family: 'Pretendard-SemiBold', sans-serif;
  text-align: center;
  margin-top: 25px;
}

.s2_1_sec5_8_slidebox > p span {
  width: 45px;
  height: 1px;
  background-color: #c2c2c2;
  display: block;
  margin: 20px auto 15px;
}

.s2_1_sec5_8_slidebox > span {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  font-family: 'Pretendard-Regular', sans-serif;
  display: block;
  word-break: break-all;
}

.more_view {
  width: 100%;
  display: flex;
  justify-content: center;
}

.more_view a {
  width: 220px;
  height: 55px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 0 30px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  font-family: 'S-CoreDream-4Regular', sans-serif;
}

/* // sub2_1 - 臧€鞀错檿雽€靾� */

/* sub2_1_1 - 氇嫲氚� 臧€鞀挫劚順� */
.sub2_1_1_section1 {
  width: 100%;
  height: 700px;
  background-image: url(../images/motiva_banner1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_1_1_section1 .center {
  height: 100%;
  display: flex;
  align-items: center;
}

.s2_1_1_textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.letter_text {
  font-size: 12px;
  color: #787878;
  font-family: 'Pretendard-Light', sans-serif;
  letter-spacing: 8px;
  text-transform: uppercase;
  border-left: 2px solid rgba(183, 183, 183, 0.8);
  border-right: 2px solid rgba(183, 183, 183, 0.8);
  padding: 0 7px 0 15px;
  display: inline-block;
}

.brown_bg_text {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

.brown_bg_text p {
  font-size: 38px;
  color: #fff;
  font-family: 'Pretendard-Regular', sans-serif;
  position: relative;
  z-index: 2;
  background-color: #342520;
  padding: 5px;
}

span.pink_text {
  color: #ffd4cc;
  font-family: 'Pretendard-Bold', sans-serif;
  text-emphasis-style: dot;
  text-emphasis-color: #342520;
}

span.brown_bg {
  width: 410px;
  height: 47px;
  background-color: #342520;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.s2_1_1_textbox h1 {
  font-size: 75px;
  color: #342520;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  margin-top: 10px;
}

.s2_1_1_textbox img {
  margin-top: 10px;
}

.sub2_1_1_section2 {
  width: 100%;
  padding: 75px 0 70px;
  background-image: url(../images/motiva_banner2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_1_1_section2 .center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.s_2_1_1_textbox {
  text-align: center;
}

.s_2_1_1_textbox p {
  font-size: 28px;
  text-align: center;
  color: #342520;
  font-family: 'Pretendard-Medium', sans-serif;
  line-height: 45px;
}

span.bold_t {
  font-family: 'Pretendard-ExtraBold', sans-serif;
}

span.pink_bg {
  color: #fff;
  background-color: #ff9683;
  font-family: 'Pretendard-SemiBold', sans-serif;
  padding: 3px 8px;
}

.radius_text {
  display: inline-block;
  font-size: 35px;
  color: #ffd4cc;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  background-color: #342520;
  border-radius: 50px;
  padding: 3px 51px 3px 55px;
  letter-spacing: 4px;
  margin-top: 20px;
}

.shadow_img {
  text-align: center;
  margin-top: 40px;
}

.shadow_img img {
  filter: drop-shadow(1px 1px 20px rgba(174, 91, 78, 0.3));
}

.s2_1_1_sec2_video {
  margin-top: 50px;
  display: flex;
}

.vertical_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  padding-bottom: 7px;
  box-sizing: border-box;
  margin-right: 20px;
}

.vertical_text p {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 12px;
  color: #826c59;
  font-family: 'Pretendard-Light', sans-serif;
  letter-spacing: 7px;
}

.vertical_text span {
  width: 1px;
  height: 55%;
  background-color: rgba(130, 108, 89, 0.5);
  display: block;
}

.video_box {
  width: 760px;
  height: auto;
}

.video_box video {
  width: 100%;
}

.sub2_1_1_section3 {
  width: 100%;
}

.s2_1_1_sec3_textbox {
  width: 100%;
  text-align: center;
  padding: 85px 0 60px;
}

.s2_1_1_sec3_textbox > span {
  font-size: 18px;
  color: #868686;
  font-family: 'S-CoreDream-3Light', sans-serif;
  letter-spacing: 10px;
  margin-right: -10px;
  text-transform: uppercase;
}

.s2_1_1_sec3_title {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s2_1_1_sec3_title p {
  font-size: 50px;
  color: #222;
  font-family: 'S-CoreDream-6Bold', sans-serif;
}

.s2_1_1_sec3_title p span {
  color: #ff9683;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s2_1_1_sec3_title > span {
  width: 24%;
  height: 1px;
  background-color: #b7b7b7;
}

.s2_1_1_sec3_1 {
  width: 100%;
  height: 670px;
  background-image: url(../images/motiva_banner3_1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2_1_1_sec3_1 .center {
  height: 100%;
  display: flex;
  align-items: center;
}

.shape_point {
  width: 87px;
  height: 100px;
  position: relative;
}

.shape_point img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shape_point p {
  font-size: 11px;
  color: #fff;
  font-family: 'S-CoreDream-3Light', sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 3px;
}

.shape_point p span {
  display: block;
  font-size: 30px;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  letter-spacing: normal;
}

.banner_in_text {
  margin-top: 30px;
}

.bold_text {
  font-size: 35px;
  font-family: 'Pretendard-Bold', sans-serif;
}

.regular_text {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-top: 20px;
}

.regular_text span {
  font-family: 'Pretendard-Bold', sans-serif;
}

.s2_1_1_sec3_2 {
  width: 100%;
  height: 670px;
  background-image: url(../images/motiva_banner3_2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2_1_1_sec3_2 .center {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}

.small_video {
  margin-top: 55px;
  width: 215px;
}

.small_video video {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.small_video span {
  font-size: 14px;
  color: #ff694e;
  display: block;
  margin-top: 10px;
  font-family: 'Pretendard-Medium', sans-serif;
}

.s2_1_1_sec3_3 {
  width: 100%;
  padding: 75px 0 70px;
  background-color: rgba(252, 236, 223, 0.5);
}

.s2_1_1_sec3_3 .shape_point {
  margin: 0 auto;
}

.s2_1_1_sec3_3 .bold_text {
  text-align: center;
}

ul.box_ul {
  width: 100%;
  margin-top: 35px;
  display: flex;
}

ul.box_ul > li {
  width: 50%;
}

.tech_name {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background-color: #ffd1c9;
  font-size: 28px;
  font-family: 'Pretendard-SemiBold', sans-serif;
}

ul.box_ul > li:first-child .tech_name {
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.tech_img {
  width: 100%;
  height: 415px;
  border: 1px solid #ff9d8c;
  border-top: none;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

ul.box_ul > li:last-child .tech_img {
  border-left: 0;
}

.tech_img img {
  position: absolute;
  left: 0;
  bottom: 0;
}

ul.text_ul {
  width: max-content;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

ul.text_ul li {
  font-size: 16px;
  font-family: 'Pretendard-Regular', sans-serif;
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 10px;
}

ul.text_ul li:last-child {
  margin-bottom: 0;
}

ul.text_ul li::marker {
  font-size: 10px;
}

.sub2_1_1_section4 {
  width: 100%;
  padding: 65px 0 70px;
}

.title_text {
  width: 100%;
  text-align: center;
  font-size: 45px;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  color: #222;
}

.title_text span {
  color: #ff9683;
}

ul.mark_ul {
  width: 100%;
  display: flex;
  margin-top: 50px;
}

ul.mark_ul li {
  width: 16.66%;
}

.mark_img {
  text-align: center;
}

.mark_img img {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.15));
}

ul.mark_ul li p {
  font-size: 16px;
  line-height: normal;
  text-align: center;
  margin-top: 25px;
  font-family: 'Pretendard-Medium', sans-serif;
}

.sub2_1_1_section5 {
  width: 100%;
  padding: 100px 0;
  background-image: url(../images/motiva_banner4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_1_1_section5 .center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s2_1_1_sec5_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2_1_1_sec5_img img {
  filter: drop-shadow(8px 8px 3px rgba(0, 0, 0, 0.18));
}

.s2_1_1_sec5_text {
  width: 50%;
}

.s2_1_1_sec5_text p {
  font-size: 45px;
  color: #222;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
}

.s2_1_1_sec5_text p span {
  display: block;
  font-size: 20px;
  color: #ff9683;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-bottom: 5px;
  letter-spacing: 1px;
  margin-left: 5px;
}

.s2_1_1_sec5_text > span {
  font-size: 20px;
  color: #222;
  line-height: 30px;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-top: 30px;
  display: block;
}

/* // sub2_1_1 - 氇嫲氚� 臧€鞀挫劚順� */

/* sub2_1_2 - 氅橅啝 臧€鞀挫劚順� */
.sub2_1_2_section1 {
  background-image: url(../images/mentor_banner1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_1_2_section1 h1 {
  color: #002d5f;
}

.blue_underline_text {
  font-size: 28px;
  color: #002d5f;
  font-family: 'Pretendard-Regular', sans-serif;
  background-image: linear-gradient(
    transparent 60%,
    rgba(142, 255, 251, 0.6) 40%
  );
  line-height: 1.3;
  margin-top: 30px;
}

.blue_underline_text span {
  font-family: 'Pretendard-Bold', sans-serif;
}

.sub2_1_2_section2 {
  background-image: url(../images/mentor_banner2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_1_2_section2 .radius_text {
  background-color: #001f42;
  color: #d1e7fe;
  padding: 3px 41px 3px 45px;
}

.s_2_1_2_textbox1 {
  font-size: 26px;
  color: #111;
  text-align: center;
  font-family: 'Pretendard-Medium', sans-serif;
}

.s_2_1_2_textbox1 strong {
  font-weight: normal;
  font-family: 'Pretendard-Bold', sans-serif;
}

.s_2_1_2_textbox1 span {
  text-emphasis-style: dot;
  text-emphasis-color: #111;
}

.sub2_1_2_section2 .shadow_img img {
  filter: drop-shadow(1px 1px 20px rgba(27, 69, 112, 0.2));
}

.sub2_1_2_section3 {
  width: 100%;
  padding-top: 100px;
}

.sub2_1_2_section3 ul {
  width: 100%;
}

.sub2_1_2_section3 ul li {
  width: 100%;
  display: flex;
  align-items: center;
}

.sub2_1_2_section3 ul li:last-child {
  flex-direction: row-reverse;
  margin-top: -280px;
}

.s2_1_2_sec3_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2_1_2_sec3_text {
  border-bottom: 2px solid rgba(42, 55, 89, 0.5);
  padding-bottom: 10px;
  position: relative;
}

.sub2_1_2_section3 ul li:first-child .s2_1_2_sec3_text {
  padding-left: 85px;
  padding-right: 10px;
  margin-left: -40px;
  margin-top: -210px;
}

.sub2_1_2_section3 ul li:last-child .s2_1_2_sec3_text {
  padding-left: 10px;
  padding-right: 70px;
  margin-right: -35px;
  margin-top: 240px;
}

.s2_1_2_sec3_text p {
  font-size: 34px;
  color: #002d5f;
  font-family: 'Pretendard-Regular', sans-serif;
}

.s2_1_2_sec3_text p span {
  font-size: 40px;
  font-family: 'Pretendard-ExtraBold', sans-serif;
}

.s2_1_2_sec3_text p i {
  font-size: 25px;
  transform: rotate(-60deg);
  margin: 0 -10px;
}

.sub2_1_2_section4 .s2_1_1_sec3_title p span {
  color: #002d5f;
}

.sub2_1_2_section4 .s2_1_1_sec3_title > span {
  width: 20%;
}

.sub2_1_2_section4 .s2_1_1_sec3_2 {
  background-image: url(../images/mentor_banner3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_small_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2_1_2_sec4_1 {
  width: 100%;
  background-image: url(../images/mentor_banner4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}

.s2_1_2_sec4_1 .center {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.m_mentor_point2_table {
  display: none;
}

.mentor_point2_table {
  width: 800px;
}

.mentor_point2_table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #63b1ff;
  box-sizing: border-box;
}

.mentor_point2_table table th {
  background-color: #14c2c1;
  padding: 10px 0;
  font-weight: normal;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

.mentor_point2_table table th:last-child {
  border-right: 0;
}

.mentor_point2_table table th p {
  font-size: 16px;
  color: #fff;
  font-family: 'Pretendard-ExtraLight', sans-serif;
}

.mentor_point2_table table th p span {
  display: block;
  font-size: 22px;
  font-family: 'Pretendard-Bold', sans-serif;
  margin-bottom: 3px;
}

.mentor_point2_table table td {
  vertical-align: middle;
  border-top: 1px solid #63b1ff;
  border-right: 1px solid #63b1ff;
  box-sizing: border-box;
  font-size: 0;
}

.mentor_point2_table table td:last-child {
  border-right: 0;
}

.mentor_type {
  font-size: 16px;
  font-family: 'Pretendard-ExtraLight', sans-serif;
  text-align: center;
}

.mentor_type span {
  display: block;
  font-size: 22px;
  font-family: 'Pretendard-Bold', sans-serif;
  margin-bottom: 3px;
}

.mentor_type_mint {
  color: #14c2c1;
}

.mentor_type_purple {
  color: #7a69af;
}

.mentor_type_img {
  width: 100%;
  text-align: center;
}

.mentor_type_img img {
  width: 100%;
}

.mentor_point2_table table th,
.mentor_point2_table table td {
  width: 33.33%;
}

.mentor_type_text {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Pretendard-Regular', sans-serif;
}

.s2_1_2_sec4_2 {
  width: 100%;
  padding: 60px 0;
  background-color: rgba(236, 249, 255, 0.8);
}

.s2_1_2_sec4_2 .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s2_1_2_sec4_2_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub2_1_2_section5 .title_text span {
  color: #002d5f;
}

.sub2_1_2_section5 ul.mark_ul {
  justify-content: center;
}

.sub2_1_2_section6 {
  background-image: url(../images/mentor_banner5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2_1_2_sec6_img {
  width: 42%;
  justify-content: flex-end;
}

.s2_1_2_sec6_img img {
  filter: none;
}

.sub2_1_2_section6 .s2_1_1_sec5_text p span {
  color: #6fb0e6;
}

/* // sub2_1_2 - 氅橅啝 臧€鞀挫劚順� */

/* sub2_1_3 - 靹鸽箞 臧€鞀挫劚順� */
.sub2_1_3_section1 {
  background-image: url(../images/sebbin_banner1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_1_3_section1 .blue_underline_text {
  position: relative;
  background-image: linear-gradient(
    transparent 60%,
    rgba(169, 242, 236, 0.6) 40%
  );
}

.sub2_1_3_section1 .blue_underline_text img {
  position: absolute;
  right: 0;
  bottom: 3px;
}

.sub2_1_3_section1 h1 {
  color: #006581;
}

.sub2_1_3_section2 {
  background-image: url(../images/sebbin_banner2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub2_1_3_section2 .s_2_1_1_textbox p {
  color: #111;
}

.sub2_1_3_section2 .s_2_1_1_textbox p span {
  font-family: 'Pretendard-Bold', sans-serif;
  text-emphasis: dot;
}

.sub2_1_3_section2 .radius_text {
  background-color: #017691;
  color: #fff;
  margin-top: 10px;
}

.sub2_1_3_section2 .shadow_img img {
  filter: drop-shadow(1px 1px 20px rgba(27, 69, 112, 0.2));
}

.sub2_1_3_section3 {
  width: 100%;
  padding-top: 70px;
}

.sub2_1_3_section3 .center {
  display: flex;
  align-items: center;
}

.s2_1_3_sec3_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.s2_1_3_sec3_text {
  margin-top: -120px;
  margin-left: -40px;
}

.border_text {
  width: 360px;
  border-bottom: 2px solid rgba(42, 55, 89, 0.5);
  padding-bottom: 20px;
}

.border_text p {
  width: 500px;
  margin-left: 90px;
  font-size: 45px;
  color: #222;
  font-family: 'Pretendard-Bold', sans-serif;
}

.border_text p span {
  color: #017691;
}

.line_point_text {
  margin: 35px 0 0 90px;
  font-size: 24px;
  color: #222;
  line-height: 40px;
  font-family: 'Pretendard-Medium', sans-serif;
  position: absolute;
}

.line_point_text span {
  font-family: 'Pretendard-Bold', sans-serif;
}

.line_point_text img {
  position: absolute;
  bottom: -3px;
  left: -5px;
  z-index: -1;
}

.sub2_1_3_section4 .s2_1_1_sec3_title span {
  color: #03718a;
}

.sub2_1_3_section4 .s2_1_1_sec3_title > span {
  width: 15%;
}

.s2_1_3_sec4_1 {
  background-image: url(../images/sebbin_banner3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  padding-top: 40px;
  box-sizing: border-box;
}

.s2_1_3_sec4_1 .center {
  display: flex;
  justify-content: flex-end;
}

.s2_1_3_sec4_1 .s2_1_3_sec4_inner {
  width: 38%;
}

.s2_1_3_sec4_1 .s2_1_3_sec4_inner > img {
  width: 32vw;
  display: block;
  margin: 45px 0 0 -7vw;
}

.s2_1_3_sec4_2 {
  width: 100%;
  padding: 50px 0 60px;
  background-image: url(../images/sebbin_banner4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2_1_3_sec4_2 .s2_1_1_sec3_inner {
  text-align: center;
  justify-content: center;
}

.s2_1_3_sec4_2 .shape_point {
  margin: 0 auto;
}

.s2_1_3_sec4_2 .regular_text {
  margin-top: 10px;
}

.sebbin_point2_table {
  width: 100%;
  margin-top: 45px;
}

.sebbin_point2_table table {
  width: 850px;
  border-collapse: collapse;
  border: 1px solid #63b1ff;
  box-sizing: border-box;
  margin: 0 auto;
}

.sebbin_point2_table table th {
  padding: 7px 0;
  font-weight: normal;
  font-size: 17px;
  color: #fff;
  font-family: 'Pretendard-SemiBold', sans-serif;
  border-right: 1px solid #fff;
  background-color: #03718a;
}

.sebbin_point2_table table th:last-child {
  border-right: 0;
}

.sebbin_point2_table table td {
  background-color: #fff;
  padding: 25px 0;
  border-right: 1px solid #63b1ff;
  border-top: 1px solid #63b1ff;
  font-size: 22px;
  color: #222;
  font-family: 'S-CoreDream-7ExtraBold', sans-serif;
  text-align: center;
}

.sebbin_point2_table table td:last-child {
  border-right: 0;
}

.sebbin_point2_table table td.td_bg_mint {
  background-color: #14c2c1;
  font-size: 17px;
  color: #fff;
  font-family: 'Pretendard-SemiBold', sans-serif;
}

.sebbin_point2_table table td.td_border {
  border-top: 1px solid #fff;
}

.sebbin_point2_table table th:first-child,
.sebbin_point2_table table td:first-child {
  width: 20%;
}

.sebbin_point2_table table th:nth-child(2),
.sebbin_point2_table table td:nth-child(2) {
  width: 26.66%;
}

.sebbin_point2_table table th:nth-child(3),
.sebbin_point2_table table td:nth-child(3) {
  width: 26.66%;
}

.sebbin_point2_table table th:last-child,
.sebbin_point2_table table td:last-child {
  width: 26.66%;
}

.arrow_img {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.line_point_text2 {
  display: table;
  margin: 30px auto 0;
  position: relative;
}

.line_point_text2 p {
  font-size: 30px;
  color: #222;
  font-family: 'S-CoreDream-6Bold', sans-serif;
  position: relative;
  z-index: 1;
}

.line_point_text2 img {
  position: absolute;
  bottom: -4px;
  right: 0;
}

.s2_1_3_sec4_3 {
  background-color: rgba(247, 247, 247, 0.8);
  background-image: none;
}

.s2_1_3_sec4_img {
  width: 100%;
  text-align: center;
  content: url(../m_images/sebbin_img4.jpg);
}

.sub2_1_3_section5 .s2_1_1_sec3_title > span {
  width: 31%;
}

.s2_1_3_sec4_4 {
  background-color: rgba(230, 242, 245, 0.5);
  background-image: none;
}

.circle_type {
  width: 81px;
  height: 81px;
  background-color: #54d0d5;
  border-radius: 100px;
}

.s2_1_3_sec4_img2 {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.s2_1_3_sec4_5 {
  background-color: rgba(252, 249, 243, 0.5);
  background-image: none;
}

.sub2_1_3_section6 .title_text span {
  color: #286d8a;
}

.sub2_1_3_section6 ul.mark_ul {
  justify-content: center;
}

.sub2_1_3_section7 {
  background-image: url(../images/sebbin_banner5.jpg);
}

.sub2_1_3_section7 .s2_1_1_sec5_text p span {
  color: #03718a;
}

.s2_1_3_sec7_img {
  width: 45%;
  justify-content: flex-end;
}

.s2_1_3_sec7_img img {
  filter: none;
}

/* // sub2_1_3 - 靹鸽箞 臧€鞀挫劚順� */

/* mobile */
@media screen and (max-width: 767px) {
  /* sub2 - 氍错槇臧€鞀挫劚順� */
  .sub2_section1 {
    height: 60vh;
    background-image: url(../m_images/m_sub2_banner1.jpg);
  }

  .sub2_section1 .center {
    align-items: flex-end;
    justify-content: center;
  }

  .s2_sec1_textbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 8vh;
  }

  .s2_sec1_point_text {
    font-size: 14px;
    line-height: 20px;
    color: transparent;
  }

  .s2_sec1_point_text span {
    text-emphasis-style: none;
  }

  .s2_sec1_point_text img.font_img {
    width: 100px;
    top: -35px;
    right: -70px;
  }

  .s2_sec1_point_text img.talk_bloom {
    width: 220px;
    top: -10px;
    content: url(../m_images/m_sub2_img2.png);
  }

  .s2_sec1_textbox h1 {
    font-size: 35px;
    margin-top: 15px;
  }

  .s2_sec1_textbox > p {
    font-size: 10px;
    margin-top: 5px;
    letter-spacing: 3px;
    margin-right: -3px;
  }

  .sub2_section2 {
    padding: 50px 0;
  }

  .s2_sec2_title {
    font-size: 22px;
  }

  .s2_sec2_title span {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .s2_sec2_textbox {
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
    word-break: break-all;
  }

  .s2_sec2_textbox br {
    display: none;
  }

  .s2_sec2_textbox span.underline {
    display: inline;
  }

  .s2_sec2_textbox span.purple_big_t {
    font-size: 13px;
  }

  .s2_sec2_img {
    margin-top: 30px;
  }

  .s2_sec2_img img {
    width: 100%;
    content: url(../m_images/sub2_img3.jpg);
  }

  .sub2_section3 {
    padding: 40px 0;
  }

  .s2_sec3_title {
    padding: 2px 20px;
    font-size: 20px;
  }

  .s2_sec3_img {
    width: 100%;
    margin-top: -10px;
  }

  .s2_sec3_img img {
    width: 100%;
  }

  .s2_sec4_img {
    width: 50%;
  }

  .s2_sec4_img img {
    width: 100%;
  }

  .s2_sec4_contain {
    width: 45%;
  }

  .s2_sec4_textbox p {
    font-size: 16px;
    margin-top: 8px;
  }

  .s2_sec4_textbox p br.pc_none {
    display: block;
  }

  .point_text3 {
    font-size: 10px;
    line-height: 16px;
  }

  .point_text3 span {
    display: block;
  }

  .point_text3 img {
    width: 105px;
    right: auto;
    left: 0;
    bottom: -2px;
  }

  .s2_sec4_video {
    width: 100%;
    margin-top: 10px;
    position: relative;
  }

  .sub2_section5 {
    padding: 20px 0 40px;
    background-image: url(../images/sub2_img6.png);
  }

  .s2_sec5_contain {
    height: auto;
  }

  .s2_sec5_contain > img {
    display: none;
  }

  .vertical_text_left,
  .vertical_text_right {
    display: none;
  }

  .s2_sec5_textbox {
    margin-top: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .s2_sec5_text1 {
    font-size: 40px;
  }

  .s2_sec5_text2 {
    font-size: 17px;
    margin-top: 5px;
  }

  .s2_sec5_text3 {
    font-size: 12px;
    line-height: inherit;
    margin-top: 5px;
  }

  a.all_view_btn {
    width: 170px;
    height: 35px;
    padding: 0 10px 0 20px;
    font-size: 14px;
    margin-top: 20px;
  }

  .sub2_section6 {
    padding: 40px 0;
  }

  .s2_sec6_title > span {
    font-size: 20px;
  }

  .s2_sec6_title > p {
    font-size: 25px;
    margin-top: 10px;
  }

  .s2_sec6_title > p span {
    padding: 0 5px;
    line-height: normal;
    margin-left: 10px;
  }

  .point_text4 {
    font-size: 14px;
    margin-top: 5px;
  }

  .point_text4 img {
    width: 80px;
    right: 0;
  }

  .s2_sec6_img {
    width: 100%;
    margin-top: 30px;
    content: url(../m_images/sub2_img7.png);
  }

  .s2_sec6_img img {
    width: 100%;
  }

  .sub2_section7 {
    padding-top: 40px;
  }

  .s2_sec7_title > span {
    font-size: 20px;
  }

  .s2_sec7_title p {
    font-size: 12px;
    margin-top: 5px;
  }

  .s2_sec7_title p span {
    font-size: 13px;
  }

  .s2_sec7_contain {
    padding: 30px 0 40px;
  }

  .s2_sec7_contain img.position_img {
    width: 78%;
    left: -5px;
    bottom: auto;
    top: 30px;
  }

  .s2_sec7_right {
    width: 35%;
    text-align: center;
  }

  .s2_sec7_right img {
    width: 80%;
  }

  .s2_sec7_right p {
    width: 140px;
    font-size: 10px;
    line-height: 15px;
    margin-top: 15px;
  }

  .s2_sec7_right a {
    width: 110px;
    height: 30px;
    font-size: 10px;
    margin-top: 10px;
    padding: 0 15px;
  }

  .s2_sec7_right a i {
    font-size: 12px;
  }

  .sub2_section8 {
    background-position: 100% center;
  }

  .sub2_section8 .center {
    display: block;
    padding: 40px 0;
  }

  .s2_sec8_text1 {
    font-size: 12px;
  }

  .s2_sec8_text1 span {
    font-size: 16px;
  }

  .s2_sec8_text1 img {
    width: 100px;
    left: -5px;
    bottom: -7px;
  }

  .s2_sec8_text2 {
    font-size: 22px;
    margin-top: 10px;
  }

  .s2_sec8_text2 span {
    display: none;
  }

  .s2_sec8_img {
    display: none;
  }

  .s2_sec8_video {
    width: 100%;
    height: 0;
    margin-top: 20px;
    padding-bottom: 56.25%;
    border: 1px solid rgba(255, 255, 255, 0.8);
  }

  /* // sub2 - 氍错槇臧€鞀挫劚順� */

  /* sub2_1 - 臧€鞀错檿雽€靾� */
  .sub2_1_section1 {
    height: 80vh;
    background-image: url(../m_images/m_sub2_1_banner1.jpg);
  }

  .sub2_1_section1 .center {
    align-items: flex-end;
  }

  img.banner_fix {
    width: 70px;
    bottom: auto;
    right: 10px;
    top: 10px;
  }

  .sub2_1_purple_text {
    font-size: 14px;
  }

  .sub2_1_purple_text span {
    font-size: 23px;
  }

  .sub2_1_section1 .s2_1_sec1_textbox {
    width: 100%;
    margin-bottom: 15px;
  }

  .s2_1_sec1_textbox h1 {
    font-size: 30px;
    margin-top: 10px;
  }

  .s2_1_sec1_textbox2 p {
    font-size: 13px;
  }

  .s2_1_sec1_textbox2 > img {
    width: 100px;
    left: -3px;
  }

  .s2_1_sec1_textbox > span {
    display: none;
  }

  .s2_1_sec1_textbox ul {
    width: max-content;
    display: inline-block;
    margin: 20px auto 0;
  }

  .s2_1_sec1_textbox ul li {
    width: 80px;
    float: left;
    height: 85px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .s2_1_sec1_textbox ul li:nth-child(4) {
    clear: both;
  }

  .s2_1_sec1_textbox ul li:nth-child(3n) {
    margin-right: 0;
  }

  .s2_1_sec1_textbox ul li > img {
    width: 25px;
  }

  .s2_1_sec1_textbox ul li > span {
    font-size: 10px;
    margin-top: 5px;
  }

  .s2_1_sec1_textbox ul li p {
    font-size: 12px;
    margin-top: 5px;
  }

  .s2_1_sec1_textbox ul li p span {
    font-size: 10px;
  }

  .sub2_1_section2 {
    padding-top: 40px;
  }

  .sub2_1_section2 > img {
    content: url(../m_images/sub2_1_banner2.png);
  }

  .s2_1_sec2_textbox > p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
  }

  .s2_1_sec2_textbox > p span.t_big {
    font-size: 22px;
    display: block;
  }

  .s2_1_sec2_textbox2 {
    font-size: 14px;
  }

  .s2_1_sec2_textbox2 span {
    font-size: 30px;
    margin-right: 5px;
  }

  .s2_1_sec2_textbox2 img {
    width: 60px;
    left: -5px;
    bottom: 5px;
  }

  .sub2_1_section3 {
    padding: 20px 0 10px;
    content: url(../m_images/sub2_1_img1.jpg);
  }

  .sub2_1_section3 img {
    width: 100%;
  }

  .sub2_1_section4 {
    padding: 30px 0;
  }

  .sub2_1_section4 img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .sub2_1_section4 p {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    top: auto;
    left: auto;
    transform: none;
    margin-top: -10px;
    z-index: 1;
  }

  .s2_1_sec5_textbox {
    padding: 20px 0 30px;
  }

  .s2_1_sec5_textbox > p {
    font-size: 15px;
    line-height: 23px;
    word-break: break-all;
  }

  .pink_radius_text {
    margin: 50px auto 0;
    font-size: 16px;
    padding: 3px 20px;
  }

  .s2_1_sec5_textbox > span {
    font-size: 13px;
    margin-top: 19px;
    word-break: break-all;
    text-align: center;
    margin-top: 15px;
  }

  .purple_title {
    margin-top: 30px;
    font-size: 18px;
  }

  .purple_title span {
    font-size: 35px;
    line-height: 30px;
    padding-right: 5px;
    margin-bottom: 10px;
  }

  .s2_1_sec5_1 {
    padding: 30px 0 15px;
  }

  .s2_1_sec5_1_num {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .s2_1_sec5_1_title p {
    font-size: 16px;
    margin-left: 10px;
  }

  .s2_1_sec5_1_contain {
    display: block;
    margin-top: 0;
  }

  .s2_1_sec5_1_contain > img {
    width: 80%;
    margin: 0 auto;
  }

  .s2_1_sec5_1_motiva {
    margin-left: 0;
  }

  .pp_text {
    font-size: 10px;
  }

  .motive_name {
    font-size: 17px;
    margin: 5px 0 10px;
  }

  .s2_1_sec5_1_motiva > p {
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
  }

  .s2_1_sec5_1_motiva > p br {
    display: none;
  }

  .s2_1_sec5_2 {
    padding: 40px 0;
  }

  .pc_s2_1_sec5_1_table {
    display: none;
  }

  .m_s2_1_sec5_1_table {
    display: block;
  }

  .s2_1_sec5_1_table table {
    width: 80%;
    margin: 0 auto;
  }

  .s2_1_sec5_1_table table th {
    padding: 10px 0;
  }

  .s2_1_sec5_1_table table th p {
    font-size: 14px;
  }

  .s2_1_sec5_1_table table th p span {
    font-size: 12px;
    display: block;
  }

  .s2_1_sec5_1_table table td.color_t {
    padding: 13px 0;
  }

  .s2_1_sec5_1_table table td.color_t p {
    font-size: 12px;
    display: inline-block;
  }

  .s2_1_sec5_1_table table td.color_t p span {
    font-size: 15px;
    display: inline;
    margin-left: 3px;
  }

  .s2_1_sec5_1_table table td.color_t > span {
    font-size: 15px;
    display: inline-block;
  }

  .s2_1_sec5_1_table table td.skincolor {
    padding: 8px 0;
    font-size: 12px;
  }

  .mentor_table_img {
    width: 100%;
  }

  .mentor_table_img img {
    width: 100%;
  }

  .s2_1_sec5_3 {
    padding: 40px 0 10px;
  }

  .s2_1_sec5_3 ul {
    margin-top: 0;
    display: block;
  }

  .s2_1_sec5_3 ul li {
    width: 100%;
    padding: 30px 0;
  }

  .s2_1_sec5_3 ul li:first-child {
    border-right: 0;
    border-bottom: 1px dashed #c2c2c2;
  }

  .s2_1_sec5_3 ul li p {
    font-size: 16px;
  }

  .s2_1_sec5_3 ul li p span {
    font-size: 12px;
  }

  .s2_1_sec5_3 ul li > span {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }

  .s2_1_sec5_3 ul li img {
    width: 60%;
  }

  .s2_1_sec5_4 {
    padding-top: 20px;
  }

  .s2_1_sec5_4 .center > p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    word-break: break-all;
  }

  .s2_1_sec5_4_table {
    margin-top: 20px;
  }

  .s2_1_sec5_4_table table th {
    padding: 10px 0;
  }

  .s2_1_sec5_4_table table th p {
    font-size: 13px;
  }

  .s2_1_sec5_4_table table th p span {
    font-size: 12px;
  }

  .s2_1_sec5_4_table table td {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 10px;
    box-sizing: border-box;
    /* word-break: break-all; */
  }

  .s2_1_sec5_4_table table td.pink_t {
    font-size: 12px;
  }

  .s2_1_sec5_5 {
    margin-top: 50px;
    padding: 40px 0;
  }

  .s2_1_sec5_5 .center {
    position: relative;
  }

  .s2_1_sec5_5 .row_scroll {
    top: 0;
  }

  .s2_1_sec5_5 .pink_radius_text {
    padding: 3px 20px;
  }

  .s2_1_sec5_5_table {
    overflow: auto;
    margin-top: 20px;
  }

  .s2_1_sec5_5_table table {
    width: max-content;
  }

  .s2_1_sec5_5_table table td {
    font-size: 10px;
    line-height: 15px;
    padding: 15px 10px;
    box-sizing: border-box;
    word-break: break-all;
  }

  .s2_1_sec5_5_table table td br {
    display: none;
  }

  .s2_1_sec5_5_table table td p {
    font-size: 12px;
  }

  .s2_1_sec5_5_table table td p span {
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
  }

  .s2_1_sec5_5_table table td.pink_t {
    font-size: 12px;
  }

  .s2_1_sec5_5_table table td:nth-child(2),
  .s2_1_sec5_5_table table td:nth-child(3),
  .s2_1_sec5_5_table table td:last-child {
    width: 150px;
  }

  .s2_1_sec5_6 {
    padding: 50px 0;
  }

  .s2_1_sec5_6 .pink_radius_text {
    padding: 3px 20px;
  }

  .s2_1_sec5_6 > p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    word-break: break-all;
  }

  .s2_1_sec5_6_inner {
    margin-top: 20px;
    padding-bottom: 30px;
  }

  .s2_1_sec5_6_inner .center {
    flex-direction: column;
  }

  .sub2_1_banner_img {
    width: 50%;
    margin-left: 0;
  }

  .sub2_1_banner_img img {
    width: 100%;
  }

  .s2_1_sec5_6_table {
    width: 100%;
  }

  .s2_1_sec5_6_table table th {
    padding: 10px 5px;
    box-sizing: border-box;
  }

  .s2_1_sec5_6_table table th.gray_t {
    font-size: 12px;
  }

  .s2_1_sec5_6_table table th.pink_t {
    font-size: 14px;
  }

  .s2_1_sec5_6_table table td {
    font-size: 10px;
    line-height: 15px;
    padding: 10px;
    box-sizing: border-box;
    /* word-break: break-all; */
  }

  .s2_1_sec5_6_table table td br {
    display: none;
  }

  .s2_1_sec5_6_table table td strong {
    font-size: 12px;
    word-break: break-all;
  }

  .s2_1_sec5_7 {
    padding: 40px 0;
  }

  .s2_1_sec5_7 .center {
    position: relative;
  }

  .s2_1_sec5_7 .row_scroll {
    top: 50px;
  }

  .s2_1_sec5_7_title {
    margin-bottom: 20px;
  }

  .s2_1_sec5_7_title > span {
    font-size: 13px;
  }

  .s2_1_sec5_7_title > p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 5px;
    margin-top: 8px;
  }

  .s2_1_sec5_7_title > p span {
    width: 3px;
    height: 3px;
    margin-top: -5px;
  }

  .s2_1_sec5_7_title > p span:nth-of-type(1) {
    margin-right: 10px;
  }

  .s2_1_sec5_7_title > p span:nth-of-type(2) {
    margin-left: 10px;
  }

  .s2_1_sec5_7_img {
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
    border-radius: 30px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  }

  .s2_1_sec5_7_img img {
    height: 200px;
    filter: none;
  }

  .check_text {
    margin-top: 20px;
  }

  .check_text img {
    width: 10px;
  }

  .check_text p {
    font-size: 12px;
    margin-left: 5px;
  }

  .s2_1_sec5_8 {
    padding: 50px 0;
    background-position: 20% center;
  }

  .s2_1_sec5_8_title {
    font-size: 20px;
  }

  .s2_1_sec5_8_title span {
    display: block;
  }

  .s2_1_sec5_8_slide {
    width: 100%;
    margin: 30px auto;
    padding: 0 8%;
    box-sizing: border-box;
  }

  .s2_1_sec5_8_slidebox {
    margin: 0 5px;
  }

  .slide_img {
    height: 150px;
  }

  .s2_1_sec5_8_slidebox > p {
    font-size: 14px;
    margin-top: 15px;
  }

  .s2_1_sec5_8_slidebox > p span {
    width: 30px;
    margin: 10px auto;
  }

  .s2_1_sec5_8_slidebox > span {
    font-size: 10px;
    line-height: 15px;
    word-break: break-all;
  }

  .s2_1_sec5_8_slidebox > span br {
    display: none;
  }

  .more_view a {
    width: 150px;
    height: 35px;
    padding: 0 15px 0 20px;
    font-size: 12px;
  }

  /* // sub2_1 - 臧€鞀错檿雽€靾� */

  /* sub2_1_1 - 氇嫲氚� 臧€鞀挫劚順� */
  .sub2_1_1_section1 {
    height: 57vh;
    background-image: url(../m_images/m_motiva01.jpg);
  }

  .sub2_1_1_section1 .center {
    align-items: flex-end;
    justify-content: center;
  }

  .s2_1_1_textbox {
    margin-bottom: 4vh;
  }

  .letter_text {
    font-size: 10px;
    letter-spacing: 3px;
    padding: 0 5px 0 10px;
  }

  .brown_bg_text {
    margin-top: 10px;
  }

  .brown_bg_text p {
    font-size: 16px;
  }

  span.brown_bg {
    width: 170px;
    height: 20px;
    bottom: -1px;
  }

  .s2_1_1_textbox h1 {
    font-size: 30px;
    margin-top: 7px;
  }

  .s2_1_1_textbox > img {
    width: 180px;
    margin-top: 5px;
  }

  .sub2_1_1_section2 {
    padding: 50px 0;
  }

  .s_2_1_1_textbox p {
    font-size: 16px;
    line-height: 25px;
  }

  span.pink_bg {
    padding: 2px 5px;
  }

  .radius_text {
    font-size: 20px;
    padding: 3px 23px 3px 25px;
    letter-spacing: 2px;
    margin-top: 15px;
  }

  .shadow_img {
    width: 100%;
    margin-top: 30px;
  }

  .shadow_img img {
    width: 100%;
  }

  .s2_1_1_sec2_video {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }

  .vertical_text {
    margin-right: 0;
  }

  .vertical_text p {
    font-size: 10px;
    letter-spacing: 5px;
  }

  .vertical_text span {
    height: 20%;
  }

  .video_box {
    width: 95%;
  }

  .s2_1_1_sec3_textbox {
    padding: 40px 0 30px;
  }

  .s2_1_1_sec3_textbox > span {
    font-size: 10px;
    letter-spacing: 5px;
    margin-right: -5px;
  }

  .s2_1_1_sec3_title {
    margin-top: 5px;
  }

  .s2_1_1_sec3_title p {
    font-size: 20px;
  }

  .s2_1_1_sec3_title > span {
    width: 30px;
  }

  .s2_1_1_sec3_1 {
    height: auto;
    padding: 30px 0 290px;
    background-image: url(../m_images/m_motiva02.jpg);
  }

  .s2_1_1_sec3_1 .center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .s2_1_1_sec3_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .shape_point {
    width: 50px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shape_point img {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .shape_point p {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 3px;
  }

  .shape_point p span {
    font-size: 16px;
  }

  .banner_in_text {
    margin-top: 15px;
    text-align: center;
  }

  .bold_text {
    font-size: 16px;
  }

  .regular_text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    word-break: break-all;
  }

  .s2_1_1_sec3_2 {
    height: auto;
    padding: 250px 0 30px;
    background-image: url(../m_images/m_motiva03.jpg);
  }

  .s2_1_1_sec3_2 .center {
    flex-direction: row;
  }

  .small_video {
    margin: 20px auto 0;
    width: 150px;
  }

  .small_video video {
    height: 100px;
  }

  .small_video span {
    font-size: 10px;
    margin-top: 5px;
  }

  .s2_1_1_sec3_3 {
    padding: 50px 0;
  }

  ul.box_ul {
    margin-top: 30px;
    display: block;
    border: 1px solid #ff9d8c;
    box-sizing: border-box;
  }

  ul.box_ul > li {
    width: 100%;
  }

  .tech_name {
    padding: 10px 0;
    font-size: 14px;
  }

  ul.box_ul > li:first-child .tech_name {
    border-right: 0;
  }

  .tech_img {
    width: 100%;
    height: auto;
    border: 0;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .tech_img img {
    width: 100%;
    position: relative;
  }

  ul.text_ul {
    width: 100%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px 0 25px;
    box-sizing: border-box;
  }

  ul.text_ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    word-break: break-all;
    list-style-position: outside;
  }

  ul.text_ul li:last-child {
    border-top: 0;
  }

  .sub2_1_1_section4 {
    padding: 50px 0 30px;
  }

  .title_text {
    font-size: 20px;
  }

  ul.mark_ul {
    display: inline-block;

    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  ul.mark_ul li {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
  }

  .mark_img {
    width: 100%;
  }

  .mark_img img {
    width: 70%;
  }

  ul.mark_ul li p {
    font-size: 10px;
    line-height: 15px;
    margin-top: 10px;
    word-break: break-all;
  }

  ul.mark_ul li p br {
    display: none;
  }

  .sub2_1_1_section5 {
    height: auto;
    padding: 50px 0;
  }

  .sub2_1_1_section5 .center {
    justify-content: center;
    flex-direction: column-reverse;
  }

  .s2_1_1_sec5_img {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }

  .s2_1_1_sec5_img img {
    width: 80%;
  }

  .s2_1_1_sec5_text {
    width: 100%;
    text-align: center;
  }

  .s2_1_1_sec5_text p {
    font-size: 16px;
  }

  .s2_1_1_sec5_text p span {
    font-size: 10px;
    margin-left: 0;
  }

  .s2_1_1_sec5_text > span {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }

  /* // sub2_1_1 - 氇嫲氚� 臧€鞀挫劚順� */

  /* sub2_1_2 - 氅橅啝 臧€鞀挫劚順� */
  .sub2_1_2_section1 {
    background-image: url(../m_images/m_mentor01.jpg);
  }

  .blue_underline_text {
    font-size: 13px;
    margin-top: 10px;
  }

  .sub2_1_2_section2 .radius_text {
    padding: 3px 23px 3px 25px;
  }

  .s_2_1_2_textbox1 {
    font-size: 20px;
  }

  .sub2_1_2_section3 {
    padding: 60px 0 0;
  }

  .sub2_1_2_section3 ul li {
    flex-direction: column;
  }

  .sub2_1_2_section3 ul li:last-child {
    flex-direction: column;
    margin-top: 30px;
  }

  .s2_1_2_sec3_img {
    width: 70%;
  }

  .s2_1_2_sec3_img img {
    width: 100%;
  }

  .s2_1_2_sec3_text {
    width: max-content;
    padding-bottom: 5px;
  }

  .sub2_1_2_section3 ul li:first-child .s2_1_2_sec3_text {
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0 0 0;
  }

  .sub2_1_2_section3 ul li:last-child .s2_1_2_sec3_text {
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0 0 0;
  }

  .s2_1_2_sec3_text p {
    font-size: 18px;
  }

  .s2_1_2_sec3_text p span {
    font-size: 20px;
  }

  .s2_1_2_sec3_text p i {
    font-size: 15px;
    transform: rotate(-60deg);
    margin: 0 -5px;
  }

  .sub2_1_2_section4 .s2_1_1_sec3_title > span {
    width: 20px;
  }

  .sub2_1_2_section4 .s2_1_1_sec3_2 {
    background-image: url(../m_images/m_mentor02.jpg);
    padding: 260px 0 20px;
  }

  .banner_small_img {
    width: 100%;
  }

  .banner_small_img img {
    width: 250px;
  }

  .s2_1_2_sec4_1 {
    padding: 50px 0;
  }

  .s2_1_2_sec4_1 .center {
    display: block;
  }

  .s2_1_2_sec4_1 .s2_1_1_sec3_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .pc_mentor_point2_table {
    display: none;
  }

  .m_mentor_point2_table {
    display: block;
    width: 100%;
    margin-top: 20px;
  }

  .m_mentor_point2_table table {
    width: 80%;
    margin: 0 auto;
  }

  .mentor_point2_table table th p {
    font-size: 12px;
  }

  .mentor_point2_table table th p span {
    font-size: 14px;
  }

  .mentor_type {
    font-size: 15px;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .mentor_type span {
    font-size: 15px;
    margin-right: 3px;
  }

  .mentor_type span br {
    display: none;
  }

  .mentor_type_img {
    width: 100%;
  }

  .mentor_type_img img {
    width: 100%;
  }

  .mentor_type_text {
    padding: 10px 0 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .s2_1_2_sec4_2 {
    padding: 40px 0;
  }

  .s2_1_2_sec4_2 .center {
    justify-content: center;
    flex-direction: column-reverse;
  }

  .s2_1_2_sec4_2 .s2_1_1_sec3_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .s2_1_2_sec4_2_img {
    width: 100%;
    margin-top: 25px;
  }

  .s2_1_2_sec4_2_img img {
    width: 100%;
  }

  .sub2_1_2_section6 .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: inherit;
  }

  .s2_1_2_sec6_img {
    width: 30%;
    margin: 0;
  }

  .sub2_1_2_section6 .s2_1_1_sec5_text {
    width: 66%;
    text-align: left;
  }

  /* // sub2_1_2 - 氅橅啝 臧€鞀挫劚順� */

  /* sub2_1_3 - 靹鸽箞 臧€鞀挫劚順� */
  .sub2_1_3_section1 {
    background-image: url(../m_images/m_sebbin.jpg);
  }

  .sub2_1_3_section1 .blue_underline_text img {
    width: 30px;
    bottom: 2px;
  }

  .sub2_1_3_section3 {
    padding-top: 50px;
  }

  .sub2_1_3_section3 .center {
    display: block;
  }

  .s2_1_3_sec3_img {
    width: 100%;
    text-align: center;
  }

  .s2_1_3_sec3_img img {
    width: 80%;
  }

  .s2_1_3_sec3_text {
    margin-top: 20px;
    margin-left: 0;
  }

  .border_text {
    width: 100%;
    padding-bottom: 5px;
  }

  .border_text p {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }

  .line_point_text {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 22px;
    position: relative;
  }

  .line_point_text img {
    width: 110px;
    bottom: -3px;
    left: -5px;
  }

  .sub2_1_3_section4 .s2_1_1_sec3_title {
    justify-content: center;
  }

  .sub2_1_3_section4 .s2_1_1_sec3_title > span {
    width: 20px;
    display: none;
  }

  .s2_1_3_sec4_1 {
    background-image: url(../m_images/m_sebbin02.jpg);
    height: auto;
    padding: 250px 0 20px;
  }

  .s2_1_3_sec4_1 .center {
    align-items: flex-end;
    justify-content: center;
  }

  .s2_1_3_sec4_1 .s2_1_3_sec4_inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .s2_1_3_sec4_1 .s2_1_3_sec4_inner > img {
    width: 300px;
    margin: 25px 0 0 0;
  }

  .s2_1_3_sec4_2 {
    padding: 50px 0;
  }

  .sebbin_point2_table {
    margin-top: 20px;
  }

  .sebbin_point2_table table {
    width: 100%;
  }

  .sebbin_point2_table table th {
    padding: 5px 0;
    font-size: 13px;
  }

  .sebbin_point2_table table td {
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 12px;
  }

  .sebbin_point2_table table td.td_bg_mint {
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    padding: 15px;
  }

  .sebbin_point2_table table th:first-child,
  .sebbin_point2_table table td:first-child {
    width: 25%;
  }

  .sebbin_point2_table table th:nth-child(2),
  .sebbin_point2_table table td:nth-child(2) {
    width: 25%;
  }

  .sebbin_point2_table table th:nth-child(3),
  .sebbin_point2_table table td:nth-child(3) {
    width: 25%;
  }

  .sebbin_point2_table table th:last-child,
  .sebbin_point2_table table td:last-child {
    width: 25%;
  }

  .arrow_img {
    margin-top: 20px;
  }

  .arrow_img img {
    width: 30%;
  }

  .line_point_text2 {
    margin: 15px auto 0;
  }

  .line_point_text2 p {
    font-size: 12px;
  }

  .line_point_text2 img {
    width: 75px;
  }

  .s2_1_3_sec4_img img {
    width: 100%;
  }

  .sub2_1_3_section5 .s2_1_1_sec3_title > span {
    width: 70px;
  }

  .circle_type {
    width: 50px;
    height: 50px;
  }

  .s2_1_3_sec4_img2 {
    margin-top: 20px;
  }

  .s2_1_3_sec4_img2 img {
    width: 100%;
  }

  .s2_1_3_sec4_5 .s2_1_3_sec4_img2 img {
    width: 70%;
  }

  .sub2_1_3_section6 ul.mark_ul li:nth-child(4) {
    margin-left: 17.5%;
  }

  /* // sub2_1_3 - 靹鸽箞 臧€鞀挫劚順� */
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* sub2 - 氍错槇臧€鞀挫劚順� */
  .sub2_section1 {
    width: 80%;
    margin: 0 auto;
    height: 72vh;
    background-image: url(../m_images/m_sub2_banner1.jpg);
  }

  .sub2_section1 .center {
    align-items: flex-end;
    justify-content: center;
  }

  .s2_sec1_textbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 8vh;
  }

  .s2_sec1_point_text {
    font-size: 14px;
    color: transparent;
  }

  .s2_sec1_point_text span {
    text-emphasis-style: none;
  }

  .s2_sec1_point_text img.font_img {
    width: 100px;
    top: -35px;
    right: -70px;
  }

  .s2_sec1_point_text img.talk_bloom {
    width: 220px;
    top: -10px;
    content: url(../m_images/m_sub2_img2.png);
  }

  .s2_sec1_textbox h1 {
    font-size: 35px;
    margin-top: 15px;
  }

  .s2_sec1_textbox > p {
    font-size: 10px;
    margin-top: 5px;
    letter-spacing: 3px;
    margin-right: -3px;
  }

  .sub2_section2 {
    padding: 50px 0;
  }

  .s2_sec2_title {
    font-size: 22px;
  }

  .s2_sec2_title span {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .s2_sec2_textbox {
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
    word-break: break-all;
  }

  .s2_sec2_textbox br {
    display: none;
  }

  .s2_sec2_textbox span.underline {
    display: inline;
  }

  .s2_sec2_textbox span.purple_big_t {
    font-size: 13px;
  }

  .s2_sec2_img {
    margin-top: 30px;
  }

  .s2_sec2_img img {
    width: 100%;
  }

  .sub2_section3 {
    padding: 40px 0;
  }

  .s2_sec3_title {
    padding: 2px 20px;
    font-size: 20px;
  }

  .s2_sec3_img {
    width: 100%;
    margin-top: -10px;
  }

  .s2_sec3_img img {
    width: 100%;
  }

  .s2_sec4_img {
    width: 45%;
  }

  .s2_sec4_img img {
    width: 100%;
  }

  .s2_sec4_contain {
    width: 50%;
  }

  .s2_sec4_textbox p {
    font-size: 22px;
    margin-top: 10px;
  }

  .point_text3 {
    font-size: 12px;
  }

  .point_text3 img {
    width: 140px;
    right: -20px;
  }

  .s2_sec4_video {
    width: 100%;
    margin-top: 15px;
  }

  .sub2_section5 {
    padding: 20px 0 40px;
    background-image: url(../images/sub2_img6.png);
  }

  .s2_sec5_contain {
    height: auto;
  }

  .s2_sec5_contain > img {
    display: none;
  }

  .vertical_text_left,
  .vertical_text_right {
    display: none;
  }

  .s2_sec5_textbox {
    margin-top: 0;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .s2_sec5_text1 {
    font-size: 40px;
  }

  .s2_sec5_text2 {
    font-size: 17px;
    margin-top: 5px;
  }

  .s2_sec5_text3 {
    font-size: 12px;
    line-height: inherit;
    margin-top: 5px;
  }

  a.all_view_btn {
    width: 170px;
    height: 35px;
    padding: 0 10px 0 20px;
    font-size: 14px;
    margin-top: 20px;
  }

  .sub2_section6 {
    padding: 40px 0;
  }

  .s2_sec6_title > span {
    font-size: 20px;
  }

  .s2_sec6_title > p {
    font-size: 25px;
    margin-top: 10px;
  }

  .s2_sec6_title > p span {
    padding: 0 5px;
    line-height: normal;
    margin-left: 10px;
  }

  .point_text4 {
    font-size: 14px;
    margin-top: 5px;
  }

  .point_text4 img {
    width: 80px;
    right: 0;
  }

  .s2_sec6_img {
    width: 100%;
    margin-top: 30px;
  }

  .s2_sec6_img img {
    width: 100%;
  }

  .sub2_section7 {
    padding-top: 40px;
  }

  .s2_sec7_title > span {
    font-size: 20px;
  }

  .s2_sec7_title p {
    font-size: 12px;
    margin-top: 5px;
  }

  .s2_sec7_title p span {
    font-size: 13px;
  }

  .s2_sec7_contain {
    padding: 50px 0;
  }

  .s2_sec7_contain img.position_img {
    width: 84%;
    left: 0;
  }

  .s2_sec7_right {
    width: 20%;
    text-align: center;
  }

  .s2_sec7_right img {
    width: 100%;
  }

  .s2_sec7_right p {
    width: 200px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
  }

  .s2_sec7_right a {
    width: 140px;
    height: 35px;
    font-size: 12px;
    margin-top: 15px;
  }

  .s2_sec7_right a i {
    font-size: 14px;
  }

  .sub2_section8 {
    background-position: 100% center;
  }

  .sub2_section8 .center {
    display: block;
    padding: 40px 0;
  }

  .s2_sec8_text1 {
    font-size: 12px;
  }

  .s2_sec8_text1 span {
    font-size: 16px;
  }

  .s2_sec8_text1 img {
    width: 100px;
    left: -5px;
    bottom: -7px;
  }

  .s2_sec8_text2 {
    font-size: 22px;
    margin-top: 10px;
  }

  .s2_sec8_text2 span {
    display: none;
  }

  .s2_sec8_img {
    display: none;
  }

  .s2_sec8_video {
    width: 100%;
    height: 0;
    margin-top: 20px;
    padding-bottom: 56.25%;
    border: 1px solid rgba(255, 255, 255, 0.8);
  }

  /* // sub2 - 氍错槇臧€鞀挫劚順� */

  /* sub2_1 - 臧€鞀错檿雽€靾� */
  .sub2_1_section1 {
    width: 80%;
    margin: 0 auto;
    height: 70vh;
    background-image: url(../m_images/m_sub2_1_banner1.jpg);
    background-position: center 0%;
  }

  .sub2_1_section1 .center {
    align-items: flex-end;
  }

  img.banner_fix {
    width: 70px;
    bottom: auto;
    right: 10px;
    top: 10px;
  }

  .sub2_1_purple_text {
    font-size: 14px;
  }

  .sub2_1_purple_text span {
    font-size: 23px;
  }

  .sub2_1_section1 .s2_1_sec1_textbox {
    width: 100%;
    margin-bottom: 20px;
  }

  .s2_1_sec1_textbox h1 {
    font-size: 30px;
    margin-top: 10px;
  }

  .s2_1_sec1_textbox2 p {
    font-size: 13px;
  }

  .s2_1_sec1_textbox2 > img {
    width: 100px;
    left: -3px;
  }

  .s2_1_sec1_textbox > span {
    display: none;
  }

  .s2_1_sec1_textbox ul {
    margin-top: 20px;
  }

  .s2_1_sec1_textbox ul li {
    width: 90px;
    height: 85px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .s2_1_sec1_textbox ul li:nth-child(4) {
    clear: both;
  }

  .s2_1_sec1_textbox ul li > img {
    width: 25px;
  }

  .s2_1_sec1_textbox ul li > span {
    font-size: 10px;
    margin-top: 5px;
  }

  .s2_1_sec1_textbox ul li p {
    font-size: 12px;
    margin-top: 5px;
  }

  .s2_1_sec1_textbox ul li p span {
    font-size: 10px;
  }

  .sub2_1_section2 {
    padding-top: 40px;
  }

  .s2_1_sec2_textbox > p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
  }

  .s2_1_sec2_textbox > p span.t_big {
    font-size: 22px;
    display: block;
  }

  .s2_1_sec2_textbox2 {
    font-size: 14px;
  }

  .s2_1_sec2_textbox2 span {
    font-size: 30px;
    margin-right: 5px;
  }

  .s2_1_sec2_textbox2 img {
    width: 60px;
    left: -5px;
    bottom: 5px;
  }

  .sub2_1_section3 {
    padding: 20px 0 10px;
  }

  .sub2_1_section3 img {
    width: 60%;
  }

  .sub2_1_section4 {
    padding: 30px 0;
  }

  .sub2_1_section4 img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .sub2_1_section4 p {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    top: auto;
    left: auto;
    transform: none;
    margin-top: -10px;
    z-index: 1;
  }

  .s2_1_sec5_textbox {
    padding: 20px 0 30px;
  }

  .s2_1_sec5_textbox > p {
    font-size: 15px;
    line-height: 23px;
    word-break: break-all;
  }

  .pink_radius_text {
    margin: 50px auto 0;
    font-size: 16px;
    padding: 3px 20px;
  }

  .s2_1_sec5_textbox > span {
    font-size: 13px;
    margin-top: 19px;
    word-break: break-all;
    text-align: center;
    margin-top: 15px;
  }

  .purple_title {
    margin-top: 30px;
    font-size: 18px;
  }

  .purple_title span {
    font-size: 35px;
    line-height: 30px;
    padding-right: 5px;
    margin-bottom: 10px;
  }

  .s2_1_sec5_1 {
    padding: 30px 0 15px;
  }

  .s2_1_sec5_1_num {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .s2_1_sec5_1_title p {
    font-size: 16px;
    margin-left: 10px;
  }

  .s2_1_sec5_1_contain {
    margin-top: 0;
  }

  .s2_1_sec5_1_contain > img {
    width: 40%;
    margin: 0 auto;
  }

  .s2_1_sec5_1_motiva {
    margin-left: 0;
  }

  .pp_text {
    font-size: 10px;
  }

  .motive_name {
    font-size: 17px;
    margin: 5px 0 10px;
  }

  .s2_1_sec5_1_motiva > p {
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
  }

  .s2_1_sec5_1_motiva > p br {
    display: none;
  }

  .s2_1_sec5_2 {
    padding: 40px 0;
  }

  .s2_1_sec5_1_table table th {
    padding: 10px 0;
  }

  .s2_1_sec5_1_table table th p {
    font-size: 14px;
  }

  .s2_1_sec5_1_table table th p span {
    font-size: 12px;
    display: block;
  }

  .s2_1_sec5_1_table table td.color_t {
    padding: 13px 0;
  }

  .s2_1_sec5_1_table table td.color_t p {
    font-size: 12px;
    display: inline-block;
  }

  .s2_1_sec5_1_table table td.color_t p span {
    font-size: 15px;
    display: inline;
    margin-left: 3px;
  }

  .s2_1_sec5_1_table table td.color_t > span {
    font-size: 15px;
    display: inline-block;
  }

  .s2_1_sec5_1_table table td.skincolor {
    padding: 8px 5px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 18px;
    word-break: keep-all;
  }

  .mentor_table_img {
    width: 100%;
  }

  .mentor_table_img img {
    width: 100%;
  }

  .s2_1_sec5_3 {
    padding: 40px 0 10px;
  }

  .s2_1_sec5_3 ul {
    margin-top: 0;
    padding: 30px 0;
  }

  .s2_1_sec5_3 ul li {
    width: 50%;
    padding: 15px 0;
  }

  .s2_1_sec5_3 ul li p {
    font-size: 16px;
  }

  .s2_1_sec5_3 ul li p span {
    font-size: 12px;
  }

  .s2_1_sec5_3 ul li > span {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }

  .s2_1_sec5_3 ul li img {
    width: 60%;
  }

  .s2_1_sec5_4 {
    padding-top: 20px;
  }

  .s2_1_sec5_4 .center > p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    word-break: break-all;
  }

  .s2_1_sec5_4_table {
    margin-top: 20px;
  }

  .s2_1_sec5_4_table table th {
    padding: 10px 0;
  }

  .s2_1_sec5_4_table table th p {
    font-size: 13px;
  }

  .s2_1_sec5_4_table table th p span {
    font-size: 12px;
  }

  .s2_1_sec5_4_table table td {
    font-size: 12px;
    line-height: 18px;
    padding: 15px 10px;
    box-sizing: border-box;
    word-break: break-all;
  }

  .s2_1_sec5_4_table table td.pink_t {
    font-size: 12px;
  }

  .s2_1_sec5_5 {
    margin-top: 50px;
    padding: 40px 0;
  }

  .s2_1_sec5_5 .pink_radius_text {
    padding: 3px 20px;
  }

  .s2_1_sec5_5_table {
    overflow: auto;
    margin-top: 20px;
  }

  .s2_1_sec5_5_table table td {
    font-size: 10px;
    line-height: 15px;
    padding: 15px 10px;
    box-sizing: border-box;
    word-break: break-all;
  }

  .s2_1_sec5_5_table table td br {
    display: none;
  }

  .s2_1_sec5_5_table table td p {
    font-size: 12px;
  }

  .s2_1_sec5_5_table table td p span {
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
  }

  .s2_1_sec5_5_table table td.pink_t {
    font-size: 12px;
  }

  .s2_1_sec5_5_table table td:nth-child(2),
  .s2_1_sec5_5_table table td:nth-child(3),
  .s2_1_sec5_5_table table td:last-child {
    width: 150px;
  }

  .s2_1_sec5_6 {
    padding: 50px 0;
  }

  .s2_1_sec5_6 .pink_radius_text {
    padding: 3px 20px;
  }

  .s2_1_sec5_6 > p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    word-break: break-all;
  }

  .s2_1_sec5_6_inner {
    margin-top: 20px;
  }

  .s2_1_sec5_6_inner .center {
    width: 100%;
    justify-content: center;
  }

  .sub2_1_banner_img {
    width: 30%;
    margin: 0;
  }

  .sub2_1_banner_img img {
    width: 100%;
  }

  .s2_1_sec5_6_table {
    width: 65%;
    margin-left: 2%;
  }

  .s2_1_sec5_6_table table th {
    padding: 10px 5px;
    box-sizing: border-box;
  }

  .s2_1_sec5_6_table table th.gray_t {
    font-size: 12px;
  }

  .s2_1_sec5_6_table table th.pink_t {
    font-size: 14px;
  }

  .s2_1_sec5_6_table table td {
    font-size: 10px;
    line-height: 15px;
    padding: 10px;
    box-sizing: border-box;
    word-break: break-all;
  }

  .s2_1_sec5_6_table table td br {
    display: none;
  }

  .s2_1_sec5_6_table table td strong {
    font-size: 12px;
  }

  .s2_1_sec5_7 {
    padding: 40px 0;
  }

  .s2_1_sec5_7_title {
    margin-bottom: 20px;
  }

  .s2_1_sec5_7_title > span {
    font-size: 13px;
  }

  .s2_1_sec5_7_title > p {
    font-size: 20px;
    line-height: 30px;
    padding-top: 5px;
    margin-top: 8px;
  }

  .s2_1_sec5_7_title > p span {
    width: 3px;
    height: 3px;
    margin-top: -5px;
  }

  .s2_1_sec5_7_title > p span:nth-of-type(1) {
    margin-right: 10px;
  }

  .s2_1_sec5_7_title > p span:nth-of-type(2) {
    margin-left: 10px;
  }

  .s2_1_sec5_7_img {
    width: 100%;
  }

  .s2_1_sec5_7_img img {
    width: 100%;
  }

  .check_text {
    margin-top: 20px;
  }

  .check_text img {
    width: 10px;
  }

  .check_text p {
    font-size: 12px;
    margin-left: 5px;
  }

  .s2_1_sec5_8 {
    padding: 50px 0;
    background-position: 20% center;
  }

  .s2_1_sec5_8_title {
    font-size: 20px;
  }

  .s2_1_sec5_8_title span {
    display: block;
  }

  .s2_1_sec5_8_slide {
    width: 100%;
    margin: 30px auto;
    padding: 0 8%;
    box-sizing: border-box;
  }

  .s2_1_sec5_8_slidebox {
    margin: 0 5px;
  }

  .slide_img {
    height: 190px;
  }

  .s2_1_sec5_8_slidebox > p {
    font-size: 14px;
    margin-top: 15px;
  }

  .s2_1_sec5_8_slidebox > p span {
    width: 30px;
    margin: 10px auto;
  }

  .s2_1_sec5_8_slidebox > span {
    font-size: 10px;
    line-height: 15px;
    word-break: break-all;
  }

  .s2_1_sec5_8_slidebox > span br {
    display: none;
  }

  .more_view a {
    width: 150px;
    height: 35px;
    padding: 0 15px 0 20px;
    font-size: 12px;
  }

  /* // sub2_1 - 臧€鞀错檿雽€靾� */

  /* sub2_1_1 - 氇嫲氚� 臧€鞀挫劚順� */
  .sub2_1_1_section1 {
    width: 80%;
    margin: 0 auto;
    height: 60vh;
    background-position: center 0%;
    background-image: url(../m_images/m_motiva01.jpg);
  }

  .sub2_1_1_section1 .center {
    align-items: flex-end;
    justify-content: center;
  }

  .s2_1_1_textbox {
    margin-bottom: 4vh;
  }

  .letter_text {
    font-size: 10px;
    letter-spacing: 3px;
    padding: 0 5px 0 10px;
  }

  .brown_bg_text {
    margin-top: 10px;
  }

  .brown_bg_text p {
    font-size: 16px;
  }

  span.brown_bg {
    width: 170px;
    height: 20px;
    bottom: -1px;
  }

  .s2_1_1_textbox h1 {
    font-size: 30px;
    margin-top: 7px;
  }

  .s2_1_1_textbox > img {
    width: 180px;
    margin-top: 5px;
  }

  .sub2_1_1_section2 {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .s_2_1_1_textbox p {
    font-size: 16px;
    line-height: 25px;
  }

  span.pink_bg {
    padding: 2px 5px;
  }

  .radius_text {
    font-size: 20px;
    padding: 3px 23px 3px 25px;
    letter-spacing: 2px;
    margin-top: 15px;
  }

  .shadow_img {
    width: 100%;
    margin-top: 30px;
  }

  .shadow_img img {
    width: 70%;
  }

  .s2_1_1_sec2_video {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }

  .vertical_text {
    margin-right: 0;
  }

  .vertical_text p {
    font-size: 10px;
    letter-spacing: 5px;
  }

  .vertical_text span {
    height: 20%;
  }

  .video_box {
    width: 95%;
  }

  .s2_1_1_sec3_textbox {
    padding: 40px 0 30px;
  }

  .s2_1_1_sec3_textbox > span {
    font-size: 10px;
    letter-spacing: 5px;
    margin-right: -5px;
  }

  .s2_1_1_sec3_title {
    margin-top: 5px;
  }

  .s2_1_1_sec3_title p {
    font-size: 20px;
  }

  .s2_1_1_sec3_title > span {
    width: 30%;
  }

  .s2_1_1_sec3_1 {
    height: auto;
    padding: 50px 0 60px;
  }

  .shape_point {
    width: 50px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shape_point img {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .shape_point p {
    font-size: 10px;
    letter-spacing: 2px;
    margin-top: 3px;
  }

  .shape_point p span {
    font-size: 16px;
  }

  .banner_in_text {
    margin-top: 15px;
  }

  .bold_text {
    font-size: 16px;
  }

  .regular_text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
  }

  .s2_1_1_sec3_2 {
    height: auto;
    padding: 50px 0;
  }

  .small_video {
    margin-top: 20px;
    width: 150px;
  }

  .small_video video {
    height: 100px;
  }

  .small_video span {
    font-size: 10px;
    margin-top: 5px;
  }

  .s2_1_1_sec3_3 {
    padding: 50px 0;
  }

  ul.box_ul {
    margin-top: 30px;
  }

  ul.box_ul > li {
    width: 100%;
  }

  .tech_name {
    padding: 10px 0;
    font-size: 14px;
  }

  .tech_img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-color: #fff;
  }

  .tech_img img {
    width: 100%;
    position: relative;
  }

  ul.text_ul {
    width: 100%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px 0 25px;
    box-sizing: border-box;
  }

  ul.text_ul li {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
    word-break: break-all;
    list-style-position: outside;
  }

  ul.text_ul li:last-child {
    border-top: 0;
  }

  .sub2_1_1_section4 {
    padding: 50px 0 30px;
  }

  .sub2_1_1_section4 .center {
    width: 90%;
  }

  .title_text {
    font-size: 20px;
  }

  ul.mark_ul {
    margin-top: 30px;
  }

  .mark_img {
    width: 100%;
  }

  .mark_img img {
    width: 70%;
  }

  ul.mark_ul li p {
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 15px;
    margin-top: 10px;
    word-break: break-all;
  }

  ul.mark_ul li p br {
    display: none;
  }

  .sub2_1_1_section5 {
    height: auto;
    padding: 50px 0;
  }

  .s2_1_1_sec5_img {
    width: 35%;
  }

  .s2_1_1_sec5_img img {
    width: 100%;
  }

  .s2_1_1_sec5_text {
    width: 55%;
  }

  .s2_1_1_sec5_text p {
    font-size: 16px;
  }

  .s2_1_1_sec5_text p span {
    font-size: 10px;
    margin-left: 0;
  }

  .s2_1_1_sec5_text > span {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
  }

  /* // sub2_1_1 - 氇嫲氚� 臧€鞀挫劚順� */

  /* sub2_1_2 - 氅橅啝 臧€鞀挫劚順� */
  .sub2_1_2_section1 {
    width: 80%;
    margin: 0 auto;
    height: 60vh;
    background-position: center 0%;
    background-image: url(../m_images/m_mentor01.jpg);
  }

  .blue_underline_text {
    font-size: 13px;
    margin-top: 10px;
  }

  .sub2_1_2_section2 .radius_text {
    padding: 3px 23px 3px 25px;
  }

  .s_2_1_2_textbox1 {
    font-size: 20px;
  }

  .sub2_1_2_section3 {
    padding: 60px 0 0;
  }

  .s2_1_2_sec3_img {
    width: 45%;
  }

  .sub2_1_2_section3 ul li:last-child {
    margin-top: -150px;
  }

  .s2_1_2_sec3_img img {
    width: 100%;
  }

  .sub2_1_2_section3 ul li:first-child .s2_1_2_sec3_text {
    margin-left: -30px;
    margin-top: -150px;
  }

  .sub2_1_2_section3 ul li:last-child .s2_1_2_sec3_text {
    padding-right: 90px;
    margin-right: -30px;
    margin-top: 150px;
  }

  .s2_1_2_sec3_text p {
    font-size: 16px;
  }

  .s2_1_2_sec3_text p span {
    font-size: 18px;
  }

  .s2_1_2_sec3_text p i {
    font-size: 16px;
    margin: 0 -5px;
  }

  .sub2_1_2_section4 .s2_1_1_sec3_title > span {
    width: 25%;
  }

  .sub2_1_2_section4 .s2_1_1_sec3_2 {
    padding: 30px 0 15px;
  }

  .banner_small_img {
    width: 100%;
  }

  .banner_small_img img {
    width: 200px;
  }

  .s2_1_2_sec4_1 {
    padding: 50px 0;
  }

  .s2_1_2_sec4_1 .center {
    display: block;
  }

  .s2_1_2_sec4_1 .s2_1_1_sec3_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .mentor_point2_table {
    width: 100%;
    margin-top: 20px;
  }

  .mentor_point2_table table th p {
    font-size: 12px;
  }

  .mentor_point2_table table th p span {
    font-size: 14px;
  }

  .mentor_type {
    font-size: 15px;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .mentor_type span {
    font-size: 15px;
    margin-right: 3px;
  }

  .mentor_type span br {
    display: none;
  }

  .mentor_type_img {
    width: 100%;
  }

  .mentor_type_img img {
    width: 100%;
  }

  .mentor_type_text {
    padding: 10px 0 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .s2_1_2_sec4_2 {
    padding: 40px 0;
  }

  .s2_1_2_sec4_2_img {
    width: 40%;
  }

  .s2_1_2_sec4_2_img img {
    width: 100%;
  }

  .s2_1_2_sec6_img {
    width: 45%;
    margin: 0;
  }

  .s2_1_2_sec6_img img {
    width: 60%;
  }

  .sub2_1_2_section6 .s2_1_1_sec5_text {
    width: 45%;
  }

  /* // sub2_1_2 - 氅橅啝 臧€鞀挫劚順� */

  /* sub2_1_3 - 靹鸽箞 臧€鞀挫劚順� */
  .sub2_1_3_section1 {
    width: 80%;
    margin: 0 auto;
    height: 60vh;
    background-position: center 0%;
    background-image: url(../m_images/m_sebbin.jpg);
  }

  .sub2_1_3_section1 .blue_underline_text img {
    width: 30px;
    bottom: 2px;
  }

  .sub2_1_3_section3 {
    padding-top: 50px;
  }

  .sub2_1_3_section3 .center {
    justify-content: center;
  }

  .s2_1_3_sec3_img {
    width: 250px;
  }

  .s2_1_3_sec3_img img {
    width: 100%;
  }

  .s2_1_3_sec3_text {
    width: 60%;
    margin-top: -30px;
  }

  .border_text {
    width: max-content;
    padding-bottom: 10px;
  }

  .border_text p {
    width: max-content;
    margin-left: 90px;
    font-size: 18px;
  }

  .line_point_text {
    margin: 20px 0 0 90px;
    font-size: 14px;
    line-height: 20px;
  }

  .sub2_1_3_section4 .s2_1_1_sec3_title > span {
    width: 25%;
  }

  .s2_1_3_sec4_1 {
    height: auto;
    padding: 30px 0;
  }

  .s2_1_3_sec4_1 .s2_1_3_sec4_inner {
    width: 45%;
  }

  .s2_1_3_sec4_1 .s2_1_3_sec4_inner > img {
    width: 100%;
    margin: 25px 0 0 0;
  }

  .s2_1_3_sec4_2 {
    padding: 50px 0;
  }

  .sebbin_point2_table {
    margin-top: 20px;
  }

  .sebbin_point2_table table {
    width: 100%;
  }

  .sebbin_point2_table table th {
    padding: 5px 0;
    font-size: 13px;
  }

  .sebbin_point2_table table td {
    padding: 15px 10px;
    box-sizing: border-box;
    font-size: 12px;
  }

  .sebbin_point2_table table td.td_bg_mint {
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    padding: 15px;
  }

  .sebbin_point2_table table th:first-child,
  .sebbin_point2_table table td:first-child {
    width: 25%;
  }

  .sebbin_point2_table table th:nth-child(2),
  .sebbin_point2_table table td:nth-child(2) {
    width: 25%;
  }

  .sebbin_point2_table table th:nth-child(3),
  .sebbin_point2_table table td:nth-child(3) {
    width: 25%;
  }

  .sebbin_point2_table table th:last-child,
  .sebbin_point2_table table td:last-child {
    width: 25%;
  }

  .arrow_img {
    margin-top: 20px;
  }

  .arrow_img img {
    width: 30%;
  }

  .line_point_text2 {
    margin: 15px auto 0;
  }

  .line_point_text2 p {
    font-size: 12px;
  }

  .line_point_text2 img {
    width: 75px;
  }

  .s2_1_3_sec4_img img {
    width: 100%;
  }

  .sub2_1_3_section5 .s2_1_1_sec3_title > span {
    width: 35%;
  }

  .circle_type {
    width: 50px;
    height: 50px;
  }

  .s2_1_3_sec4_img2 {
    margin-top: 20px;
  }

  .s2_1_3_sec4_img2 img {
    width: 85%;
  }

  .s2_1_3_sec4_5 .s2_1_3_sec4_img2 img {
    width: 60%;
  }

  /* // sub2_1_3 - 靹鸽箞 臧€鞀挫劚順� */
}
