/* 허브소개 */
.hub_bgs1{background:#e6f1fb;}
.hub_bgs2{background:#e1f5ee;}
.hub_bgs3{background:#faeeda;}
.hub_bgs4{background:#faece7;}


/* 유학생 전 과정 단계별 지원프로그램 탭 부분 */

.hub_study_tab_new_wrap {
  width: 100%;
  padding: 0px 0 0px;
  background: #fff;
}

.hub_study_tab_new_inner {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.hub_study_tab_new_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 42px;
  align-items: start;
}

.hub_study_tab_new_item {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
}

.hub_study_tab_new_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 95px;
  right: -40px;
  width: 32px;
  height: 32px;
  background: url("/images/sub/studyhub/hub_tab_arrow.png") center / contain no-repeat;
}

.hub_study_tab_new_card {
  height: 210px;
  border-radius: 30px;
  background: #fff0e5;
  border: 3px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.hub_study_tab_new_card img {
  max-width: 220px;
  width: 40%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.hub_study_tab_new_card p {
  margin: 0;
  color: #4b4b4b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.hub_study_tab_new_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 52px);
  height: 52px;
  margin: 12px auto 0;
  border-radius: 999px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #606060;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
}

.hub_study_tab_new_item.active .hub_study_tab_new_card,
.hub_study_tab_new_item:hover .hub_study_tab_new_card {
  border-color: #ff7314;
}

.hub_study_tab_new_item.active .hub_study_tab_new_btn,
.hub_study_tab_new_item:hover .hub_study_tab_new_btn {
  background: #ff7314;
  border-color: #ff7314;
  color: #fff;
}

.hub_study_tab_new_contents {
  margin-top: 90px;
}

.hub_study_tab_new_content {
  display: none;
  color: #333;
  font-size: 25px;
 /* line-height: 1.6; */
}

.hub_study_tab_new_content.active {
  display: block;
}

/* //// */



.hub_study_intros_wrap {
  width: 100%;
  padding: 20px 0 80px;
  background: #fff;
  color: #222;
}

.hub_study_intros_inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.hub_study_intros_qa {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 22px;
  background: #f5f5f5;
  align-items: stretch;
}

.hub_study_intros_qa_img {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.hub_study_intros_qa_img .swiper,
.hub_study_intros_qa_img .swiper-wrapper,
.hub_study_intros_qa_img .swiper-slide {
  height: 100%;
}

.hub_study_intros_qa_img img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  display: block;
}

.hub_study_intros_qa_txt {
  padding: 38px 44px;
}

.hub_study_intros_q,
.hub_study_intros_a {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.hub_study_intros_q strong,
.hub_study_intros_a strong {
  min-width: 36px;
  font-size: 34px;
  font-weight: 800;
  color: #333;
}

.hub_study_intros_q p {
  margin: 0;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
}

.hub_study_intros_a {
  margin-top: 30px;
}

.hub_study_intros_a p {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.hub_study_txts{padding:0px 0 60px;}
.hub_study_txts p{font-size:22px; line-height:1.4;}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255,255,255,0.5);
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.hub_study_hs_btns{
	display: inline-block;
    padding: 10px 30px;
    border: 2px solid #444;
    border-radius: 24px;
    background: #fff;
    color: #444;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
	margin:10px 0 10px;
}

.hub_study_hs_btns:hover{
	background: #dfdfdf;
}


.hub_study_intros_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 0 60px;
  justify-content: center;
}

.hub_study_intros_btn {
  min-width: 170px;
  padding: 11px 18px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.hub_study_intros_btn.white {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}

.hub_study_intros_btn.dark {
  background: #444;
  color: #fff;
}

.hub_study_intros_btn.orange {
  background: #ff7a1a;
  color: #fff;
}

.hub_study_intros_info {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 50px;
  margin-top: 18px;
  padding: 26px 30px;
  border: 1px solid #f28b3b;
  border-radius: 18px;
}

.hub_study_intros_info_list dl {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 20px;
  align-items: center;
  margin: 0 0 24px;
}

.hub_study_intros_info_list dt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 600;
}

.hub_study_intros_info_list dt span {
  display: inline-flex;
 /* width: 26px;
  height: 26px;*/
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
}

.hub_study_intros_info_list dd {
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
  color: #333;
}

.hub_study_intros_info_list dd img {
  width: 22px;
  height: 22px;
  margin-left: 8px;
  vertical-align: middle;
}

.hub_study_intros_map_box {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 426px;
  overflow: hidden;
  background: #4b4b4b;
  color: #fff;
  font-size: 14px;
}

/* 지도 래퍼 */
.kakao_map_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 카카오맵 강제 100% */
.kakao_map_inner .root_daum_roughmap,
.kakao_map_inner .wrap_map {
  width: 100% !important;
  height: 100% !important;
}


.hub_study_intros_map_btns {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.hub_study_intros_map_btns button {
  padding: 9px 22px;
  border: 1px solid #ddd;
  border-radius: 9px;
  background: #fff;
  color: #555;
  cursor: pointer;
}

.hub_study_intros_partner {
  margin-top: 70px;
}


.hub_study_intros_banner {
  min-height: 230px;
  height:340px;
  width:100%;
  padding: 60px 48px;
  border-top: 1px solid #f0a060;
  background:
    url("../images/sub/studyhub/hub_study_intro_bg_img.jpg") center bottom / cover no-repeat;
}

.hub_study_intros_banner p {
  margin: 0;
  font-size: 33px;
  line-height: 1.55;
  font-weight: 600;
  word-break: keep-all;
}

.hub_study_intros_banner strong {
  color: #ff7a1a;
}

.hub_study_intros_group {
  margin-top: 36px;
}


.hub_study_intros_logo_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 12px;
}

.hub_study_intros_logo_grid.col2 {
  grid-template-columns: repeat(2, 305px);
}

.hub_study_intros_logo_item .logovb {
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 20px;
  font-weight: 800;
  color: #333;
}

.hub_study_intros_logo_item .logovb img{
	height:59px;
}

.hub_study_intros_logo_item p {
  margin: 10px 0 0;
  font-size: 20px;
  color: #555;
  text-align: center;
}

/* 주요사업 */
.hub_study_bizs_wrap {
  width: 100%;
  padding: 40px 0 120px;
  background: #fff;
  color: #222;
}

.hub_study_bizs_inner {
  max-width: 1600px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.hub_study_bizs_sec_title {
  margin-bottom: 22px;
}

.hub_study_bizs_sec_title span {
  display: block;
  width: 24px;
  height: 4px;
  margin-bottom: 9px;
  background: #f58220;
}

.hub_study_bizs_sec_title h3 {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hub_study_bizs_mt {
  margin-top: 70px;
}

.hub_study_bizs_step {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
  position: relative;
  margin: 35px 0 60px;
}

.hub_study_bizs_step_item {
  position: relative;
  text-align: center;
}

.hub_study_bizs_step_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 49px;
  right: -45px;
  width: 56px;
  height: 94px;
  background: url('../images/sub/studyhub/odi.png');
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.hub_study_bizs_step_item em {
  position: absolute;
  left: 50%;
  top: -28px;
  z-index: 2;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2c2c2c;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
}

.hub_study_bizs_step_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*height: 142px; */
  padding: 20px;
 /* border: 2px solid #f58220;*/
  border-radius: 20px;
  /*background: #fff;*/
}

.hub_study_bizs_step_icon {
  margin-bottom: 12px;
  font-size: 45px;
  line-height: 1;
  margin-top:20px;
}

.hub_study_bizs_step_icon img{
	width:70%;
}

.hub_study_bizs_step_box p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.hub_study_bizs_group {
}


.hub_study_bizs_group > p {
  margin-bottom: 18px;
  font-size: 21px;
  color: #555;
  letter-spacing: -0.04em;
}

.hub_study_bizs_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
  margin: 0 0 60px;
}

.hub_study_bizs_card {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
}

.hub_study_bizs_img {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.hub_study_bizs_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hub_study_bizs_img strong {
  position: absolute;
  left: 22px;
  top: 18px;
  min-width: 150px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #ff7a16;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.hub_study_bizs_cont {
  position: relative;
  min-height: 160px;
  padding: 25px 32px 28px;
  text-align: center;
}

.hub_study_bizs_cont li{
	text-align:left; 
	padding:5px 0 5px; 
	font-size:20px;
}


.hub_study_bizs_cont li.vs{
	font-size:26px;
}


.hub_study_bizs_cont li.mp{
	text-align:left;
	padding-left:20px
}

.hub_study_bizs_cont h5 {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ddd;
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hub_study_bizs_cont > p {
  margin-bottom: 20px;
  font-size: 21px;
  color: #555;
}

.hub_study_bizs_lang {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.hub_study_bizs_lang li {
  list-style: none;
  font-size: 16px;
  color: #444;
}

.hub_study_bizs_lang span {
  display: block;
  margin-bottom: 4px;
  font-size: 30px;
}

.hub_study_bizs_consult {
  text-align: left;
}

.hub_study_bizs_consult h5 {
  text-align: center;
}

.hub_study_bizs_consult > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 18px;
}

.hub_study_bizs_consult li,
.hub_study_bizs_program li {
  list-style: none;
  position: relative;
  padding-left: 10px;
  font-size: 20px;
  color: #555;
  line-height: 1.5;
}

.hub_study_bizs_consult li.bst{
	padding:8px;
	border:1px solid #ddd;
	background:#fff0e5;
	border-radius:12px;
	font-weight:500;
}

.hub_study_bizs_consult li::before,
.hub_study_bizs_program li::before {
  content: " - ";
  position: absolute;
  left: 0;
  top: 5px;
}

.hub_study_bizs_list ul{display:block;}
.hub_study_bizs_list li::before{display:none;}
.hub_study_bizs_list li{
  list-style: none;
  display:block;
  position: relative;
  padding-left: 0px;
}

.hub_study_bizs_program .hub_study_bizs_cont {
  min-height: 210px;
  padding: 28px 32px 32px 32px;
  text-align: left;
}

.hub_study_bizs_program h5 {
  text-align: center;
}

.hub_study_bizs_program i {
  position: absolute;
  right: 30px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ff7a16;
  color: #fff;
  font-size: 34px;
  font-style: normal;
}

.hub_study_bizs_program i img{
	width:60%;
}

.hub_study_bizs_health {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 12px;
}

.hub_study_bizs_health_box {
  min-height: 312px;
  padding: 32px 40px;
  background: #fff;
}

.hub_study_bizs_health_box:first-child {
  background:url("/images/sub/studyhub/hub_biz_ms_bg.png") center / cover no-repeat;
  border-right: 1px solid #e5e5e5;
}

.hub_study_bizs_health_box h5 {
  margin-bottom: 18px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.hub_study_bizs_hospital_logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 42px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 800;
  color: #1456a3;
  margin:30px 0 30px;
}

.hub_study_bizs_health_box p {
  font-size: 21px;
  color: #555;
  line-height: 1.7;
}

.hub_study_bizs_flags {
  margin-top: 18px;
  font-size: 30px;
  letter-spacing: 8px;
}

.hub_study_bizs_contact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 60px;
}

.hub_study_bizs_contact li {
  list-style: none;
  min-height: 82px;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.hub_study_bizs_contact strong {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

.hub_study_bizs_contact span,
.hub_study_bizs_contact em {
  display: block;
  font-size: 20px;
  color: #555;
  font-style: normal;
  padding: 5px 0 0px;
  line-height: 1.5;
}

.hub_study_bizs_contact span img,
.hub_study_bizs_contact em img{
	height:16px;
}


/* 주요사업 탭 부분 */
.study_hubsm_tabs {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/* 탭 메뉴 */
.study_hubsm_tabs_menu {
  display: flex;
  gap: 4px;
  /*flex-wrap: wrap;*/
}

.study_hubsm_tabs_btn {
  width:calc(97% / 4);
  min-width: 180px;
  padding: 16px 20px;
  border: none;
  border-radius: 40px;
  background: #e5e5e5;
  color: #555;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* 활성화 */
.study_hubsm_tabs_btn.active {
  background: #f57c00;
  color: #fff;
}

/* hover */
.study_hubsm_tabs_btn:hover {
  background: #f57c00;
  color: #fff;
}

/* 내용 */
.study_hubsm_tabs_contents {
  margin-top: 60px;
}

.study_hubsm_tabs_content {
  display: none;
  font-size: 18px;
  color: #333;
}

.study_hubsm_tabs_content.active {
  display: block;
}

/* 전체 영역 (가운데 정렬) */
.study_hubsm_btn_wrap {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap:5px;
}

/* 버튼 스타일 */
.study_hubsm_btn {
  display: inline-block;
  padding: 22px 35px;
  border: 2px solid #444;
  border-radius: 50px;
  background: #fff;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* hover 효과 */
.study_hubsm_btn:hover {
  background: #f4781d;
  color: #fff;
}


/* 오시는 길만 수정 */
.hub_locts_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  color: #111827;
}

.hub_locts_map {
  width: 100%;
  height: 488px;
  background: #eee;
  border-radius: 22px;
  margin-bottom: 14px;
  border:1px solid #ddd;
}

.hub_locts_btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.hub_locts_btns a {
  min-width: 98px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.hub_locts_info {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  padding: 28px 36px 32px;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #fff7f2, #fff);
}

.hub_locts_col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.hub_locts_item {
  display: grid;
  grid-template-columns: 36px 95px 1fr;
  align-items: center;
  gap: 10px;
}

.hub_locts_icon {
  width: 36px;
  height: 36px;
 /* border: 1px solid #ff6b1a; */
  border-radius: 50%;
 /* color: #ff6b1a;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-sizing: border-box;
}

.hub_locts_item strong {
  font-size: 24px;
  font-weight: 800;
  color: #111827;
  white-space: nowrap;
}

.hub_locts_item p {
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  color: #111827;
}

.hub_locts_sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 800;
  vertical-align: middle;
}

.hub_locts_sns.kakao {
  background: #ffe812;
  color: #381e1f;
}

.hub_locts_sns.insta {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  color: #fff;
}

.hub_locts_map_box {
  width: 100%;
  height: auto;
  border-radius: 22px;
  overflow: hidden;
  background: #eee;
}

#hub_locts_map {
  width: 100%;
  height: 100%;
}

.hub_locts_btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 24px;
}

.hub_locts_btns button {
  height: 44px;
  padding: 0 22px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.hub_locts_btns button:hover {
  border-color: #ff6b1a;
  color: #ff6b1a;
}

.root_daum_roughmap .wrap_controllers {
	display:none;
}

.root_daum_roughmap .cont {
	display:none;
}


/* 디테일 작업 */'
.hub_details_wrap {
  width: 100%;
  max-width: 676px;
  margin: 0 auto;
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.hub_details_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 38px;
}

.hub_details_card {
  min-height: 130px;
  padding: 10px 10px 10px;
  background: #f7f7f7;
  border-radius: 22px;
  box-sizing: border-box;
}

.hub_details_head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.hub_details_head img {
  width: 60px;
  height: 38px;
  object-fit: cover;
  display: block;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08);
}

.hub_details_head strong {
  font-size: 22px;
  font-weight: 800;
  color: #333;
}

.hub_details_card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hub_details_card li::before{
	display:none;
}


.hub_details_card li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
  color: #444;
  letter-spacing: -0.03em;
}

.hub_details_card li span {
  width: 18px;
  flex: 0 0 18px;
  font-size: 16px;
  color: #555;
  text-align: center;
}

.hub_details_card li span img{
	width:70%;
}


/* 반응형 작업 */

@media (max-width: 1280px) {
  .hub_study_tab_new_list {
    gap: 28px;
  }

  .hub_study_tab_new_card {
    height: 260px;
  }

  .hub_study_tab_new_card p {
    font-size: 21px;
  }

  .hub_study_tab_new_btn {
    font-size: 21px;
  }

  .hub_study_tab_new_item:not(:last-child)::after {
    right: -22px;
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 1200px) {
  .hub_locts_info {
    gap: 35px;
    padding: 28px;
  }

  .hub_locts_item p {
    font-size: 20px;
  }

  .hub_locts_item strong {
    font-size: 21px;
  }
}

@media (max-width: 1120px) {
	.study_hubsm_tabs_btn {
		font-size: 18px;
	}
}


/* tablet */
@media (max-width: 1024px) {
  .hub_study_intros_qa,
  .hub_study_intros_info {
    grid-template-columns: 1fr;
  }

  .hub_study_intros_qa_txt {
    padding: 34px 28px;
  }

  .hub_study_intros_logo_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub_study_intros_logo_grid.col2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub_study_bizs_step {
    gap: 24px;
  }

  .hub_study_bizs_step_item:not(:last-child)::after {
    right: -24px;
    width: 26px;
  }

  .hub_study_bizs_img {
    height: 220px;
  }

  .hub_study_bizs_contact {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub_study_tab_new_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 24px;
  }

  .hub_study_tab_new_item::after {
    display: none;
  }

  .hub_study_tab_new_card {
    height: 150px;
  }

  .hub_study_tab_new_btn {
    width: calc(100% - 19px);
  }

  .hub_study_tab_new_contents {
    margin-top: 60px;
  }

  .hub_study_tab_new_card p {
    font-size: 16px;
  }

  .hub_study_tab_new_btn {
        font-size: 18px;
  }
}


@media (max-width: 980px) {
	.hub_study_bizs_program i {
		width:60px;
		height:60px;
	}
}

@media (max-width: 920px) {
	.study_hubsm_tabs_menu {
		gap: 4px;
	}
}

@media (max-width: 900px) {
  .hub_locts_map_box {
    height: 360px;
    border-radius: 18px;
  }
  
  .hub_locts_map {
    height: 360px;
    border-radius: 18px;
  }

  .hub_locts_info {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hub_locts_item {
    grid-template-columns: 34px 88px 1fr;
  }

  .hub_locts_item p {
    font-size: 18px;
  }
}

@media (max-width: 890px) {
	.study_hubsm_tabs_menu {
		flex-wrap: wrap;
	}
	
	.study_hubsm_tabs_btn {
		width:calc(98% / 2);
	}
}

@media (max-width: 840px) {
	.hub_study_bizs_cont h5 {
		font-size:22px;
	}

	.hub_study_bizs_cont > p {
		font-size: 17px;
	}

	.hub_study_bizs_consult li, .hub_study_bizs_program li {
		font-size: 17px;
	}

	.hub_study_bizs_health_box h5 {
		font-size: 22px;
	}

	.hub_study_bizs_health_box p {
		font-size: 17px;
		word-break: keep-all;
	}

	.hub_study_bizs_health_box {
		padding: 32px 20px;
	}

	.hub_study_bizs_group > p {
		font-size: 16px;
	}
}

/* mobile */
@media (max-width: 768px) {
  .hub_study_bizs_cont li.vs{
	font-size:16px;
  }

  .hub_study_bizs_wrap {
    padding: 35px 0 80px;
  }

  .hub_study_bizs_inner {
    width: calc(100% - 28px);
  }

  .hub_study_bizs_sec_title h3 {
    font-size: 21px;
  }

  .hub_study_bizs_step {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 18px;
  }

  .hub_study_bizs_step_item:not(:last-child)::after {
    display: none;
  }


  .hub_study_bizs_step_icon {
    font-size: 38px;
  }

  .hub_study_bizs_grid {
    grid-template-columns: 1fr;
  }

  .hub_study_bizs_img {
    height: 210px;
  }

  .hub_study_bizs_cont {
    padding: 24px 20px;
  }

  .hub_study_bizs_cont h5 {
    font-size: 18px;
  }

  .hub_study_bizs_consult ul {
    grid-template-columns: 1fr;
  }

  .hub_study_bizs_program .hub_study_bizs_cont {
    min-height: 185px;
    padding: 24px 22px 28px 22px;
  }

  .hub_study_bizs_program i {
    right: 22px;
    bottom: 28px;
    width: 64px;
    height: 64px;
    font-size: 28px;
  }

  .hub_study_bizs_health {
    grid-template-columns: 1fr;
  }

  .hub_study_bizs_health_box:first-child {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .hub_study_bizs_health_box {
    min-height: auto;
    padding: 28px 22px;
  }

  .hub_study_intros_map_box {
    height: 320px;
  }

  .hub_study_tab_new_list {
        grid-template-columns: repeat(4, 1fr);
        gap: 35px 7px;
  }

  .hub_study_tab_new_card img {
	width:40%;
  }

  .hub_study_tab_new_btn {
        font-size: 16px;
    }

   .hub_study_txts p {
    font-size: 16px;
   }
}

@media (max-width: 760px) {
  .hub_details_wrap {
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .hub_details_grid {
    gap: 14px;
  }

  .hub_details_card {
    min-height: 135px;
    padding: 18px;
  }

  .hub_details_head strong {
    font-size: 20px;
  }

  .hub_details_card li {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .hub_study_intros_inner {
    width: calc(100% - 24px);
  }

  .hub_study_intros_q,
  .hub_study_intros_a {
    gap: 12px;
  }

  .hub_study_intros_q strong,
  .hub_study_intros_a strong {
    min-width: 30px;
    font-size: 26px;
  }

  .hub_study_intros_q p {
    font-size: 18px;
  }

  .hub_study_intros_a p,
  .hub_study_intros_info_list dd {
    font-size: 15px;
  }

  .hub_study_intros_btns {
    margin-left: 0;
  }

  .hub_study_intros_btn {
    flex: 1 1 100%;
  }

  .hub_study_intros_info {
    padding: 22px 18px;
    gap: 28px;
  }

  .hub_study_intros_info_list dl {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 22px;
  }

  .hub_study_intros_map_box {
    height: 240px;
  }

  .hub_study_intros_map_btns {
    flex-wrap: wrap;
  }

  .hub_study_intros_banner {
    padding: 42px 24px;
    min-height: 190px;
  }

  .hub_study_intros_banner p {
    font-size: 21px;
  }

  .hub_study_intros_logo_grid,
  .hub_study_intros_logo_grid.col2 {
    grid-template-columns: 1fr;
  }

  .hub_study_bizs_contact span, .hub_study_bizs_contact em {
	 font-size: 16px;
  }

  .hub_study_bizs_step_box p {
	 font-size: 17px;
  }

  .hub_study_tab_new_wrap {
    padding: 30px 0 45px;
  }

  .hub_study_tab_new_inner {
    padding: 0 15px;
  }

  /*.hub_study_tab_new_list {
    grid-template-columns: 1fr;
    gap: 24px;
  }*/

  .hub_study_tab_new_card {
   /* height: 230px; */
    border-radius: 24px;
  }

  .hub_study_tab_new_card img {
    max-width: 180px;
    width: 52%;
    margin-bottom: 16px;
  }

  /*.hub_study_tab_new_card p {
    font-size: 20px;
  }*/

  .hub_study_tab_new_btn {
    height: 48px;
    font-size: 15px;
  }

  .hub_study_tab_new_contents {
    margin-top: 45px;
  }

  .hub_study_tab_new_content {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .hub_locts_map_box {
    height: 260px;
  }

  .hub_locts_btns {
    flex-wrap: wrap;
  }

  .hub_locts_btns button {
    flex: 1 1 auto;
    height: 40px;
    padding: 0 12px;
    font-size: 15px;
  }
  
  .hub_locts_wrap {
    padding: 0 15px;
  }

  .hub_locts_map {
    height: 260px;
  }

  .hub_locts_btns {
    flex-wrap: wrap;
  }

  .hub_locts_btns a {
    flex: 1 1 auto;
    min-width: 30%;
    height: 40px;
    font-size: 15px;
    padding: 0 12px;
  }

  .hub_locts_info {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .hub_locts_col {
    gap: 20px;
  }

  .hub_locts_item {
    grid-template-columns: 32px 1fr;
    gap: 8px 10px;
    align-items: flex-start;
  }

  .hub_locts_icon {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }

  .hub_locts_item strong {
    font-size: 18px;
    line-height: 32px;
  }

  .hub_locts_item p {
    grid-column: 2 / 3;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .hub_details_grid {
    grid-template-columns: 1fr;
  }

  .hub_details_card {
    min-height: auto;
  }
}

/* small mobile */
@media (max-width: 480px) {
  .hub_study_bizs_step {
    grid-template-columns: 1fr;
  }

  .hub_study_bizs_lang {
    gap: 12px 16px;
  }

  .hub_study_bizs_contact {
    grid-template-columns: 1fr;
  }

  .hub_study_intros_map_box {
    height: 260px;
  }

  .hub_study_bizs_health_box h5 {
     font-size: 19px;
  }

   .hub_study_bizs_health_box {
        min-height: auto;
        padding: 28px 10px;
    }

  .hub_study_bizs_hospital_logo img{
	width:80%;
  }

   .study_hubsm_tabs_menu {
        gap: 4px;
		justify-content: space-between;
    }

	.study_hubsm_tabs_btn {
        font-size: 15px;
		padding: 16px 10px;
		min-width: 49%;
    }

	.hub_study_tab_new_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 7px;
    }

	.hub_study_tab_new_card {
        height: 100px;
    }

	.hub_study_tab_new_card img {
		width:30%;
	}

	.hub_study_tab_new_btn {
		margin: 5px auto 0;
	}

	.hub_study_tab_new_inner {
        padding: 0 0px;
    }

}

@media (max-width: 394px) {
	.hub_study_intros_map_btns button {
		width:100%;
		font-size:16px;
	}
}