/*  주거정보 */
.housing_wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 0px;
  box-sizing: border-box;
}

.housing_card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 30px;
  padding: 16px;
  margin-bottom: 22px;
  border: 1px solid #e5e0dc;
  border-radius: 18px;
  background: #fff;
  box-sizing: border-box;
}

.housing_img {
  border-radius: 14px;
  overflow: hidden;
}

.housing_img img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  display: block;
}

.housing_cont {
  padding: 8px 4px 0;
  color: #4a3122;
}

.housing_cont h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  color: #3a2418;
}

.housing_cont h3 span {
  font-size: 22px;
}

.housing_desc {
  margin: 0 0 28px;
  font-size: 21px;
  line-height: 1.6;
  color: #4b392e;
}

.housing_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.info_box {
  padding: 24px 26px;
  border-radius: 16px;
  background: #f6f6f6;
  box-sizing: border-box;
}

.info_box h4 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  color: #4a3122;
}

.info_box ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.info_box li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 9px;
  font-size: 18px;
  line-height: 1.5;
  color: #4a3122;
}

.info_box li::before {
  content: " · ";
  position: absolute;
  left: 0;
  top: 0;
}

.notice {
  margin-top: 14px;
  padding: 17px 22px;
  border-radius: 15px;
  background: #ffe2c2;
  font-size: 15px;
  line-height: 1.6;
  color: #4a3122;
  box-sizing: border-box;
}

.housing_guides{
    max-width:1600px;
    margin:0px auto;
    padding:55px 40px;
    border:1px solid #e5e5e5;
    border-radius:28px;
    background:#fafafa;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;

    box-sizing:border-box;
}

.housing_guides_title{
    min-width:190px;
}

.housing_guides_title h2{
    margin:0;
    font-size:34px;
    font-weight:700;
    color:#222;
    letter-spacing:-1px;
}

.housing_guides_item{
    flex:1;

    display:flex;
    align-items:center;
    gap:25px;
}

.housing_guides_icon{
    width:110px;
    height:110px;
    min-width:110px;

    border-radius:50%;
    background:#ff7a12;

    display:flex;
    align-items:center;
    justify-content:center;
}

.housing_guides_icon i{
    color:#fff;
    font-size:46px;
}

.housing_guides_text{
    font-size:21px;
    line-height:1.6;
    color:#463528;
    word-break:keep-all;
}

/* 학생 지원 서비스 */
.hub4_sn_student_service {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.hub4_sn_student_service_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.hub4_sn_student_service_card {
  min-height: 335px;
  padding: 42px 38px 30px;
  border: 1px solid #ddd;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}

.hub4_sn_student_service_card h3 {
  margin: 0;
  font-size: 27px;
  font-weight: 800;
  color: #222;
  line-height: 1.25;
}

.hub4_sn_student_service_sub {
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.hub4_sn_student_service_logo {
  height: 86px;
  margin: 34px 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_sn_student_service_logo img {
  max-width: 210px;
  max-height: 70px;
  object-fit: contain;
}

.hub4_sn_student_service_logo.small img {
  max-height: 76px;
}

.hub4_sn_student_service_card p {
  margin: 0 auto;
  max-width: 360px;
  font-size: 16px;
  line-height: 1.55;
  color: #222;
  word-break: keep-all;
}

.hub4_sn_student_service_card a {
  width: 230px;
  height: 40px;
  margin: 46px auto 0;
  padding: 0 26px;
  border-radius: 30px;
  background: #ff7615;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hub4_sn_student_service_card a span {
  position: absolute;
  right: 26px;
  font-size: 34px;
  line-height: 1;
}

.hub4_sn_student_service_call {
  margin-top: 28px;
  padding: 36px 70px;
  border: 1px solid #ddd;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 55px;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
}

.hub4_sn_student_service_call_left {
  display: flex;
  align-items: center;
  gap: 24px;
  border-right: 1px solid #999;
  padding-right: 45px;
}

.hub4_sn_student_service_call_icon {
  width: 86px;
  height: 86px;
  border: 7px solid #ff7615;
  border-radius: 50%;
  color: #ff7615;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  box-sizing: border-box;
}

.hub4_sn_student_service_call_left strong {
  display: block;
  font-size: 23px;
  color: #222;
}

.hub4_sn_student_service_call_left b {
  display: block;
  font-size: 44px;
  line-height: 1.1;
  color: #222;
}

.hub4_sn_student_service_call_left span {
  display: block;
  font-size: 16px;
  color: #222;
}

.hub4_sn_student_service_call_text {
  font-size: 20px;
  line-height: 1.55;
  color: #222;
  word-break: keep-all;
}


/* 부산에서의 첫주 */
.hub4_subs_wrap {
  width: 100%;
  padding: 50px 0px;
  box-sizing: border-box;
  background: #fff;
}

.hub4_subs_list {
  max-width: 1600px;
  margin: 0 auto;
}

.hub4_subs_item {
  position: relative;
  padding-left: 0;
  margin-bottom: 48px;
}

.hub4_subs_item::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: -48px;
  width: 1px;
  background: #ddd;
}

.hub4_subs_item:last-child::before {
  display: none;
}

.hub4_subs_step {
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.hub4_subs_step span {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 4px;
}

.hub4_subs_step strong {
  font-size: 22px;
  font-weight: 800;
}

.hub4_subs_card {
  margin-left: 58px;
  border: 1px solid #ddd;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  gap: 32px;
  align-items: stretch;
  background: #fff;
  box-sizing: border-box;
}

.hub4_subs_img {
  flex: 0 0 480px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
}

.hub4_subs_img img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  display: block;
}

.hub4_subs_txt {
  flex: 1;
  padding: 4px 0;
}

.hub4_subs_txt h3 {
  margin: 0 0 4px;
  font-size: 29px;
  font-weight: 800;
  color: #222;
  line-height: 1.25;
}

.hub4_subs_sub {
  margin: 0 0 10px;
  color: #f4781d;
  font-size: 15px;
  font-weight: 600;
}

.hub4_subs_txt ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hub4_subs_txt li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}

.hub4_subs_txt li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f4781d;
}

.hub4_subs_txt li strong {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.hub4_subs_txt li p {
  margin: 0;
  font-size: 20px;
  color: #333;
  line-height: 1.55;
}

.hub4_subs_point {
  margin: 12px 0 22px;
  color: #f4781d;
  font-size: 18px;
  font-weight: 600;
}

.hub4_subs_notice {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #ffe3c1;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}


/* 비자안내 */
.hub4_visa_indf_wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 0px;
  color: #222;
}

.hub4_visa_indf_card {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 20px;
  padding: 70px 30px;
  border: 1px solid #ddd;
  border-radius: 22px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 26px;
}

.hub4_visa_indf_title_row {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 42px;
}

.hub4_visa_indf_main_icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_visa_indf_orange .hub4_visa_indf_main_icon {
  background: #f4781d;
}

.hub4_visa_indf_blue .hub4_visa_indf_main_icon {
  background: #1777c8;
}

.hub4_visa_indf_title_row h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1;
  font-weight: 800;
}

.hub4_visa_indf_orange h3 {
  color: #f4781d;
}

.hub4_visa_indf_blue h3 {
  color: #1777c8;
}

.hub4_visa_indf_title_row strong {
  display: block;
  margin-top: 10px;
  font-size: 28px;
  font-weight: 700;
}

.hub4_visa_indf_left > p {
  font-size: 19px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin: 0;
  word-break: keep-all;
}

.hub4_visa_indf_label_line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0 48px;
}

.hub4_visa_indf_label_line span {
  width: 155px;
  height: 44px;
  background: #2d2d2d;
  color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
}

.hub4_visa_indf_label_line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

.hub4_visa_indf_grid {
  display: grid;
  gap: 8px;
}

.hub4_visa_indf_grid7 {
  grid-template-columns: repeat(7, 1fr);
}

.hub4_visa_indf_grid2 {
  grid-template-columns: repeat(2, 210px);
}

.hub4_visa_indf_type {
  min-height: 135px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hub4_visa_indf_type i {
  font-style: normal;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
}

.hub4_visa_indf_orange .hub4_visa_indf_type i {
  color: #f4781d;
}

.hub4_visa_indf_blue .hub4_visa_indf_type i {
  color: #1777c8;
}

.hub4_visa_indf_type b {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}

.hub4_visa_indf_type em {
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.hub4_visa_indf_notice {
  margin-top: 28px;
  padding: 18px 22px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  align-items: center;
}

.hub4_visa_indf_notice span {
  flex: 0 0 34px;
  height: 34px;
  border-radius: 50%;
  background: #1777c8;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_visa_indf_notice p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  word-break: keep-all;
}


/* 체류자격 변경 및 체류 기간 연장 */
.hub4_sunsegs_wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 70px 30px;
  color: #2b2b2b;
  box-sizing: border-box;
}

.hub4_sunsegs_steps {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  align-items: start;
  gap: 28px;
}

.hub4_sunsegs_item {
  text-align: center;
}

.hub4_sunsegs_icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(145deg, #f8fafc, #eef2f5);
  border: 1px solid #e2e7ec;
  box-shadow: inset 0 0 25px rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_sunsegs_icon span {
  font-size: 56px;
  filter: grayscale(1);
}

.hub4_sunsegs_arrow {
  padding-top: 58px;
  font-size: 48px;
  font-weight: 700;
  color: #61707e;
  text-align: center;
}

.hub4_sunsegs_box {
  min-height: 132px;
  padding: 24px 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

.hub4_sunsegs_box h3 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hub4_sunsegs_box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hub4_sunsegs_notice {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 10px;
  background: #eee;
  font-size: 21px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hub4_sunsegs_bottom {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 520px;
  align-items: center;
  gap: 40px;
  padding: 0 12px;
}

.hub4_sunsegs_bottom h2 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hub4_sunsegs_bottom p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hub4_sunsegs_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 10px;
  background: #ff6815;
  color: #fff;
  font-size: 27px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: -0.04em;
  transition: 0.25s;
}

.hub4_sunsegs_btn:hover {
  background: #f4781d;
}

/* 가족동반 */
.hub4_f3_msnd_wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 0px;
  color: #222;
  box-sizing: border-box;
}

.hub4_f3_msnd_card {
  border: 1px solid #dcdcdc;
  border-radius: 18px;
  background: #fff;
  padding: 28px 36px 42px;
  margin-bottom: 24px;
  box-sizing: border-box;
}

.hub4_f3_msnd_title {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e2e2e2;
}

.hub4_f3_msnd_title span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.hub4_f3_msnd_title h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hub4_f3_msnd_blue span {
  background: #1769b9;
}

.hub4_f3_msnd_green span {
  background: #25a84a;
}

.hub4_f3_msnd_applicant {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.hub4_f3_msnd_doc {
  text-align: center;
  padding: 0 28px;
  border-right: 1px solid #ddd;
}

.hub4_f3_msnd_doc:last-child {
  border-right: 0;
}

.hub4_f3_msnd_doc i,
.hub4_f3_msnd_item i,
.hub4_f3_msnd_manual_txt i {
  font-style: normal;
}

.hub4_f3_msnd_doc i {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  border-radius: 10px;
  background: #eef5fc;
  color: #1769b9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.hub4_f3_msnd_doc h4 {
  margin: 0 0 18px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.hub4_f3_msnd_doc p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hub4_f3_msnd_sponsor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 52px;
}

.hub4_f3_msnd_item {
  display: flex;
  align-items: center;
  gap: 22px;
}

.hub4_f3_msnd_item i {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  background: #edf9ef;
  color: #12853a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.hub4_f3_msnd_item h4 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.hub4_f3_msnd_item h4 small {
  font-size: 17px;
  font-weight: 500;
}

.hub4_f3_msnd_item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.hub4_f3_msnd_manual {
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #f9f9f9;
  padding: 20px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.hub4_f3_msnd_manual_txt {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hub4_f3_msnd_manual_txt i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #dceeff;
  color: #1769b9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.hub4_f3_msnd_manual_txt strong {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hub4_f3_msnd_manual a {
  flex: 0 0 360px;
  height: 72px;
  border-radius: 12px;
  background: #f4781d;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.04em;
}

/* 건강보험 가입 */
.hub4_health_join {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  width: 100%;
  padding:0 0 40px;
}

.hub4_health_card {
  min-height: 255px;
  border: 1px solid #ddd;
  border-radius: 22px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  gap: 42px;
  padding: 48px 70px;
  box-sizing: border-box;
}

.hub4_health_icon {
  flex: 0 0 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_health_icon span {
  font-size: 86px;
  line-height: 1;
}

.hub4_health_book {
  width: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff7a1a, #f4781d);
}

.hub4_health_book span {
  font-size: 58px;
  /* filter: grayscale(1) brightness(0) invert(1); */
}

.hub4_health_txt h3 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
  color: #333;
  letter-spacing: -1.2px;
}

.hub4_health_txt p {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 500;
  color: #222;
  letter-spacing: -0.8px;
}

.hub4_health_txt em {
  color: #f4781d;
  font-style: normal;
  font-weight: 800;
}

.hub4_study4_txts{padding:0px 0 20px;}
.hub4_study4_txts p{font-size:22px; line-height:1.4;}

.hub4_health_notice{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
	padding:0 0 30px;
}

.hub4_health_notice_card{
    display:flex;
    align-items:center;
    gap:42px;

    background:#fafafa;
    border:1px solid #ddd;
    border-radius:24px;

    padding:42px 45px;
    min-height:250px;

    box-sizing:border-box;
}

.hub4_health_notice_icon{
    width:150px;
    flex-shrink:0;
}

.hub4_health_notice_icon img{
    width:100%;
    display:block;
}

.hub4_health_notice_txt{
    flex:1;
}

.hub4_health_notice_txt h3{
    margin:0 0 22px;
    font-size:30px;
    font-weight:800;
    color:#333;
    letter-spacing:-1px;
}

.hub4_health_notice_txt ul{
    margin:0;
    padding:0;
    list-style:none;
}

.hub4_health_notice_txt ul li{
    position:relative;
    padding-left:18px;
    margin-bottom:12px;

    font-size:22px;
    line-height:1.5;
    color:#333;
    letter-spacing:-0.5px;
}

.hub4_health_notice_txt ul li:last-child{
    margin-bottom:0;
}

.hub4_health_notice_txt ul li:before{
    content:"•";
    position:absolute;
    left:0;
    top:0;
}

.hub4_health_notice_txt p{
    margin:0;
    font-size:22px;
    line-height:1.55;
    color:#333;
    letter-spacing:-0.5px;
}

/* 보험료 납부 */
.hub4_health_pay {
  width: 100%;
}

.hub4_health_pay_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-bottom: 24px;
}

.hub4_health_pay_card {
  min-height: 275px;
  border: 1px solid #ddd;
  border-radius: 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 28px 18px;
  box-sizing: border-box;
}

.hub4_health_pay_card img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
}

.hub4_health_pay_card p {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: #333;
  text-align: center;
  letter-spacing: -1px;
}

.hub4_health_pay_card p span {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;
}

.hub4_health_info_box {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 18px 34px;
  min-height: 114px;
  border-radius: 22px;
  background: #ffe1bd;
  box-sizing: border-box;
}

.hub4_health_info_icon {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #ff6418;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  font-family: Georgia, serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_health_info_box strong {
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 800;
  color: #ff6418;
  letter-spacing: -1.2px;
}

.hub4_health_info_box ul {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hub4_health_info_box li {
  font-size: 21px;
  line-height: 1.55;
  color: #222;
  letter-spacing: -0.7px;
}

.hub4_health_info_box li::before {
  content: "· ";
}

.hub4_health_info_btn {
  flex: 0 0 auto;
  min-width: 270px;
  height: 82px;
  padding: 0 28px;
  border-radius: 14px;
  background: #ff6418;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
}

/* 언어시험 */
.hub4_topik_wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 0px;
  box-sizing: border-box;
}

.hub4_topik_summary {
  display: flex;
  align-items: center;
  gap: 45px;
  padding: 38px 55px;
  border: 1px solid #ddd;
  border-radius: 22px;
  background: #fafafa;
}

.hub4_topik_cert {
  width: 120px;
  flex-shrink: 0;
}

.hub4_topik_cert img {
  width: 100%;
  display: block;
}

.hub4_topik_intro {
  flex: 1;
}

.hub4_topik_intro h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  color: #222;
  letter-spacing: -1px;
}

.hub4_topik_intro h3 span {
  color: #f4781d;
}

.hub4_topik_intro p {
  margin: 0;
  font-size: 21px;
  line-height: 1.55;
  color: #222;
  letter-spacing: -0.5px;
}

.hub4_topik_benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

.hub4_topik_benefits div {
  text-align: center;
}

.hub4_topik_benefits span {
  width: 92px;
  height: 92px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fff0e6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_topik_benefits span img {
  width:100%;
  object-fit: contain;
}

.hub4_topik_benefits p {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #222;
  letter-spacing: -0.6px;
}

.hub4_topik_title {
  margin: 70px 0 40px;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: #333;
  letter-spacing: -1.2px;
}

.hub4_topik_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}

.hub4_topik_card {
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
  border-bottom: 3px solid #ff6418;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.hub4_topik_num {
  position: absolute;
  left: 0;
  top: 0;
  width: 84px;
  height: 58px;
  border-radius: 18px 0 18px 0;
  background: #ff6418;
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_topik_card h3 {
  margin: 82px 20px 28px;
  font-size: 32px;
  font-weight: 700;
  color: #050505;
  letter-spacing: -1px;
}

.hub4_topik_img {
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.hub4_topik_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hub4_topik_card p {
  margin: 0;
  padding: 34px 20px 42px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 500;
  color: #111;
  letter-spacing: -1.2px;
}

/* 취업정보 */
.hub4_doll_mdns {
  width: 100%;
  padding: 40px 0px;
  background: #fff;
  box-sizing: border-box;
}

.hub4_doll_mdns_wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.hub4_doll_mdns_item {
  position: relative;
  margin-bottom: 42px;
}

.hub4_doll_mdns_num {
  position: absolute;
  left: 0;
  top: -28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f4781d;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hub4_doll_mdns_inner {
  min-height: 150px;
  margin-left: 0;
  padding: 34px 48px 34px 70px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #fff;
  display: grid;
  grid-template-columns: 330px 1fr;
  align-items: center;
  box-sizing: border-box;
}

.hub4_doll_mdns_left {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 45px;
  border-right: 1px solid #eee;
}

.hub4_doll_mdns_icon {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  font-size: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_doll_mdns_icon img{
	width:100%;
}

.hub4_doll_mdns_left h3 {
  margin: 0;
  color: #111827;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.hub4_doll_mdns_txt {
  padding-left: 45px;
  color: #333;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.hub4_doll_mdns_txt strong {
  display: block;
  margin: 0 0 6px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
}

.hub4_doll_mdns_txt strong:not(:first-child) {
  margin-top: 22px;
}

.hub4_doll_mdns_txt em {
  color: #f4781d;
  font-style: normal;
  font-weight: 700;
}

/* 채용공고 사이트 확인 */
.hub4_goahead_site {
  width: 100%;
  padding: 42px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.hub4_goahead_site_wrap {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 14px;
}

.hub4_goahead_site_item {
  width: 280px;
  text-align: center;
  text-decoration: none;
  color: #222;
}

.hub4_goahead_site_logo {
  width: 100%;
  height: 82px;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: 0.25s;
}

.hub4_goahead_site_logo img {
  max-width: 72%;
  max-height: 46px;
  object-fit: contain;
}

.hub4_goahead_site_item p {
  margin: 12px 0 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.hub4_goahead_site_item:hover .hub4_goahead_site_logo {
  border-color: #f4781d;
  box-shadow: 0 8px 20px rgba(244, 120, 29, 0.12);
  transform: translateY(-3px);
}

/* 아르바이트 */
.hub4_partime_job_s {
  width: 100%;
  padding: 30px 0px;
  background: #fff;
  box-sizing: border-box;
}

.hub4_partime_job_s * {
  box-sizing: border-box;
}

.hub4_partime_job_s_wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.hub4_partime_job_s_card {
  width: 100%;
  min-height: 220px;
  margin-bottom: 28px;
  padding: 36px 54px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: #fafafa;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
}

.hub4_partime_job_s_left {
  height: 100%;
  padding-right: 54px;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hub4_partime_job_s_icon {
  width: 108px;
  height: 108px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_partime_job_s_icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.hub4_partime_job_s_left h3 {
  margin: 0;
  color: #333;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -0.04em;
}

.hub4_partime_job_s_cont {
  padding-left: 54px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

.hub4_partime_job_s_cont h4 {
  margin: 0 0 12px;
  color: #222;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}

.hub4_partime_job_s_cont p {
  margin: 0 0 8px;
  word-break: keep-all;
}

.hub4_partime_job_s_cont p:last-child {
  margin-bottom: 0;
}

.hub4_partime_job_s_cont strong {
  color: #f4781d;
  font-weight: 700;
}

.hub4_partime_job_s_gap {
  margin-top: 22px !important;
}

.hub4_partime_job_s_cont ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.hub4_partime_job_s_cont li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 4px;
}

.hub4_partime_job_s_cont li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

.hub4_partime_job_s_notice {
  width: 100%;
  margin-top: 30px;
  padding: 34px 54px;
  border-radius: 18px;
  background: #ffe0b8;
  display: flex;
  align-items: center;
  gap: 34px;
}

.hub4_partime_job_s_notice_icon {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f7c550;
  border: 3px solid #8d6200;
  color: #4b3400;
  font-size: 38px;
  font-weight: 900;
  line-height: 52px;
  text-align: center;
}

.hub4_partime_job_s_notice p {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.04em;
  word-break: keep-all;
}

/* 노동 권리 */
.hub4_coind_emppd {
  padding: 30px 0px;
  background: #fff;
  color: #222;
}

.hub4_coind_emppd * {
  box-sizing: border-box;
}

.hub4_coind_emppd_inner {
  max-width: 1600px;
  margin: 0 auto;
}

.hub4_coind_emppd_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 28px;
}

.hub4_coind_emppd_card {
  min-height: 250px;
  padding: 26px 28px;
  background: #fff;
  border: 1px solid #e6e9ee;
  border-radius: 18px;
}

.hub4_coind_emppd_card.small {
  min-height: 160px;
}

.hub4_coind_emppd_card h3 {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  color: #222;
}

.hub4_coind_emppd_top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.hub4_coind_emppd_icon {
  flex: 0 0 89px;
  width: 89px;
  height: 89px;
  border-radius: 50%;
  background: #eef3fb;
  border: 1px solid #dbe5f3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #17406f;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

.hub4_coind_emppd_icon img{
	width:100%;
}

.hub4_coind_emppd_card.small .hub4_coind_emppd_icon {
  font-size: 20px;
}

.hub4_coind_emppd_top ul {
  margin: 0;
  padding-left: 15px;
}

.hub4_coind_emppd_top li {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
}

.hub4_coind_emppd_graybox,
.hub4_coind_emppd_notice {
  margin-top: 20px;
  padding: 17px 20px;
  border-radius: 9px;
  background: #f1f1f1;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.hub4_coind_emppd_graybox strong {
  display: block;
  margin-bottom: 8px;
  color: #f4781d;
  font-size: 20px;
  font-weight: 700;
}

.hub4_coind_emppd_graybox p {
  margin: 3px 0;
  word-break: keep-all;
}

.hub4_coind_emppd_graybox p img{
  vertical-align: middle;
}

.hub4_coind_emppd_notice {
  position: relative;
  padding-left: 45px;
}

.hub4_coind_emppd_notice::before {
  content: "!";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f4781d;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 18px;
}

.hub4_coind_emppd_orangebox {
  margin-top: 20px;
  padding: 15px 18px;
  border-radius: 9px;
  background: #ffe1ba;
  color: #6d3b00;
  font-size: 14px;
  line-height: 1.55;
}

.hub4_coind_emppd_badge {
  display: inline-block;
  margin-top: 14px;
  margin-left: 94px;
  padding: 10px 17px;
  background: #ffe1ba;
  border-radius: 9px;
  color: #8a4a00;
  font-size: 14px;
  font-weight: 800;
}

.hub4_coind_emppd_download {
  margin-top: 24px;
  padding: 22px 28px;
  border: 2px solid #f4781d;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.hub4_coind_emppd_download_text {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hub4_coind_emppd_download_text span {
  font-size: 42px;
}

.hub4_coind_emppd_download_text strong {
  font-size: 18px;
  line-height: 1.45;
  color: #222;
}

.hub4_coind_emppd_download_btns {
  display: flex;
  gap: 14px;
}

.hub4_coind_emppd_download_btns a {
  min-width: 185px;
  padding: 14px 18px;
  border-radius: 12px;
  background: #36454F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.hub4_coind_emppd_download_btns a:last-child {
  background: #f4781d;
}

/*인턴 및 봉사활동 */
.hub4_intnship_sm {
  width: 100%;
  padding: 30px 0px;
  box-sizing: border-box;
  background: #fff;
  color: #222;
}

.hub4_intnship_sm * {
  box-sizing: border-box;
}

.hub4_intnship_sm_inner {
  max-width: 1600px;
  margin: 0 auto;
}

.hub4_intnship_sm_card {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 16px;
  margin-bottom: 28px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #fff;
}

.hub4_intnship_sm_img {
  flex: 0 0 500px;
  height: 300px;
  border-radius: 14px;
  overflow: hidden;
}

.hub4_intnship_sm_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hub4_intnship_sm_txt {
  flex: 1;
  padding: 20px 10px;
}

.hub4_intnship_sm_txt h3 {
  margin: 0 0 6px;
  font-size: 28px;
  font-weight: 800;
  color: #222;
}

.hub4_intnship_sm_sub {
  margin: 0 0 38px;
  font-size: 21px;
  font-weight: 600;
  color: #f4781d;
}

.hub4_intnship_sm_txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hub4_intnship_sm_txt li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 22px;
  font-size: 21px;
  line-height: 1.5;
  color: #222;
}

.hub4_intnship_sm_txt li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 16px;
    height: 16px;
   background-image: url("/images/sub/studyhub/nu_dd.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

.hub4_intnship_sm_support {
  margin-top: 24px;
  padding: 28px 90px 20px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #fafafa;
}

.hub4_intnship_sm_support_top {
  display: grid;
  grid-template-columns: 150px 240px 1fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}

.hub4_intnship_sm_logo img {
  max-width: 140px;
  display: block;
}

.hub4_intnship_sm_support_top h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 800;
  color: #222;
}

.hub4_intnship_sm_support_top p {
  margin: 0;
  font-size: 21px;
  line-height: 1.7;
  color: #222;
}

.hub4_intnship_sm_program {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 230px;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  border-radius: 15px;
  background: #f4781d;
}

.hub4_intnship_sm_program_item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
}

.hub4_intnship_sm_program_item span {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hub4_intnship_sm_program_item span img {
  /*width: 36px;
  height: 36px; */
  width:100%;
  object-fit: contain;
}

.hub4_intnship_sm_program_item strong {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.hub4_intnship_sm_btn {
  height: 82px;
  padding: 0 24px 0 30px;
  border-radius: 15px;
  background: #222;
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hub4_intnship_sm_btn em {
  font-style: normal;
  font-size: 34px;
  font-weight: 300;
}



/*  ////// 반응형 ////// */
@media (max-width:1200px){

.housing_guides{
    flex-wrap:wrap;
    gap:35px;
}

.housing_guides_title{
    width:100%;
    min-width:100%;
}

.housing_guides_title h2{
    font-size:42px;
}

.housing_guides_text{
    font-size:23px;
}

.housing_guides_icon{
    width:90px;
    height:90px;
    min-width:90px;
}

.housing_guides_icon i{
    font-size:38px;
}

.hub4_sn_student_service_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub4_sn_student_service_call {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .hub4_sn_student_service_call_left {
    border-right: 0;
    border-bottom: 1px solid #ddd;
    padding-right: 0;
    padding-bottom: 25px;
  }

 .hub4_sunsegs_steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .hub4_sunsegs_arrow {
    display: none;
  }

  .hub4_sunsegs_icon {
    width: 130px;
    height: 130px;
  }

  .hub4_sunsegs_box h3 {
    font-size: 23px;
  }

  .hub4_sunsegs_box p {
    font-size: 16px;
  }

  .hub4_sunsegs_bottom {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: left;
  }

  .hub4_sunsegs_btn {
    width: 100%;
  }

  .hub4_visa_indf_card {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 50px 30px;
  }

  .hub4_visa_indf_grid7 {
    grid-template-columns: repeat(4, 1fr);
  }

  .hub4_f3_msnd_applicant {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }

  .hub4_f3_msnd_doc:nth-child(3) {
    border-right: 0;
  }

  .hub4_f3_msnd_sponsor {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub4_f3_msnd_manual {
    flex-direction: column;
    align-items: stretch;
  }

  .hub4_f3_msnd_manual a {
    flex: none;
    width: 100%;
  }

  .hub4_health_card {
    padding: 40px;
    gap: 28px;
  }

  .hub4_health_txt h3 {
    font-size: 28px;
  }

  .hub4_health_txt p {
    font-size: 20px;
  }

  .hub4_health_pay_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hub4_health_info_box {
    flex-wrap: wrap;
  }

  .hub4_health_info_box ul {
    flex-basis: 100%;
    order: 4;
  }

  .hub4_health_info_btn {
    margin-left: auto;
  }

  .hub4_topik_summary {
    flex-wrap: wrap;
  }

  .hub4_topik_benefits {
    width: 100%;
  }

  .hub4_topik_card h3 {
    font-size: 27px;
  }

  .hub4_topik_card p {
    font-size: 22px;
  }

}

@media (max-width: 1024px) {
  .housing_card {
    grid-template-columns: 300px 1fr;
    gap: 24px;
  }

  .housing_cont h3 {
    font-size: 25px;
  }

  .housing_info {
    gap: 10px;
  }

  .info_box {
    padding: 20px;
  }

  .hub4_subs_card {
    gap: 24px;
  }

  .hub4_subs_img {
    flex-basis: 330px;
  }

  .hub4_subs_txt h3 {
    font-size: 23px;
  }

  .hub4_health_notice{
        grid-template-columns:1fr;
    }

  .hub4_doll_mdns_inner {
    grid-template-columns: 260px 1fr;
    padding: 34px 34px 34px 56px;
  }

  .hub4_doll_mdns_left {
    gap: 24px;
    padding-right: 30px;
  }

  .hub4_doll_mdns_left h3 {
    font-size: 23px;
  }

  .hub4_doll_mdns_txt {
    padding-left: 30px;
    font-size: 16px;
  }

  .hub4_partime_job_s_card {
    grid-template-columns: 250px 1fr;
    padding: 32px 38px;
  }

  .hub4_partime_job_s_left {
    padding-right: 36px;
  }

  .hub4_partime_job_s_cont {
    padding-left: 36px;
    font-size: 16px;
  }

  .hub4_partime_job_s_left h3 {
    font-size: 23px;
  }

  .hub4_intnship_sm_card {
    gap: 28px;
  }

  .hub4_intnship_sm_img {
    flex-basis: 45%;
    height: 260px;
  }

  .hub4_intnship_sm_support {
    padding: 28px;
  }

  .hub4_intnship_sm_support_top {
    grid-template-columns: 130px 220px 1fr;
    gap: 20px;
  }

  .hub4_intnship_sm_program {
    grid-template-columns: 1fr 1fr;
  }

  .hub4_intnship_sm_btn {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .hub4_sunsegs_steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 24px;
  }

  .hub4_sunsegs_notice {
    font-size: 18px;
    line-height: 1.5;
  }

  .hub4_health_join {
    grid-template-columns: 1fr;
  }

  .hub4_health_card {
    min-height: auto;
  }

  .hub4_topik_summary {
    padding: 32px;
    gap: 25px;
  }

  .hub4_topik_grid {
    grid-template-columns: 1fr;
  }

  .hub4_topik_img {
    height: 360px;
  }

  .hub4_goahead_site_wrap {
    max-width: 100%;
    gap: 12px;
  }

  .hub4_goahead_site_item {
    width: 31.33%;
  }

  .hub4_goahead_site_item p {
    font-size: 18px;
  }

  .hub4_coind_emppd_grid {
    grid-template-columns: 1fr;
  }

  .hub4_coind_emppd_card,
  .hub4_coind_emppd_card.small {
    min-height: auto;
  }

  .hub4_coind_emppd_download {
    flex-direction: column;
    align-items: flex-start;
  }

  .hub4_coind_emppd_download_btns {
    width: 100%;
  }

  .hub4_coind_emppd_download_btns a {
    flex: 1;
  }
}

/* mobile */
@media (max-width: 768px) {
  .housing_wrap {
    padding: 30px 0px;
  }

  .housing_card {
    display: block;
    padding: 14px;
    border-radius: 16px;
  }

  .housing_img img {
    min-height: auto;
    height: 230px;
  }

  .housing_cont {
    padding-top: 20px;
  }

  .housing_cont h3 {
    font-size: 24px;
  }

  .housing_desc {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .housing_info {
    grid-template-columns: 1fr;
  }

  .notice {
    font-size: 14px;
  }

  .hub4_sn_student_service {
    padding: 30px 15px;
  }

  .hub4_sn_student_service_grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hub4_sn_student_service_card {
    min-height: auto;
    padding: 34px 24px 28px;
  }

  .hub4_sn_student_service_card h3 {
    font-size: 23px;
  }

  .hub4_sn_student_service_logo {
    margin: 26px 0 22px;
  }

  .hub4_sn_student_service_card a {
    width: 100%;
    max-width: 240px;
    margin-top: 34px;
  }

  .hub4_sn_student_service_call {
    padding: 30px 24px;
  }

  .hub4_sn_student_service_call_left {
    flex-direction: column;
    text-align: center;
  }

  .hub4_sn_student_service_call_left b {
    font-size: 36px;
  }

  .hub4_sn_student_service_call_text {
    font-size: 16px;
    text-align: center;
  }

  .hub4_subs_wrap {
    padding: 35px 0px;
  }

  .hub4_subs_item {
    margin-bottom: 35px;
  }

  .hub4_subs_item::before {
    left: 24px;
    bottom: -35px;
	width: 0px;
  }

  .hub4_subs_step {
    width: 50px;
    height: 50px;
  }

  .hub4_subs_step strong {
    font-size: 19px;
  }

  .hub4_subs_card {
    margin-left: 0;
    padding: 64px 16px 18px;
    flex-direction: column;
    gap: 18px;
    border-radius: 16px;
  }

  .hub4_subs_img {
    flex: none;
    width: 100%;
  }

  .hub4_subs_img img {
    min-height: auto;
    aspect-ratio: 16 / 10;
  }

  .hub4_subs_txt h3 {
    font-size: 22px;
  }

  .hub4_subs_sub {
    font-size: 14px;
  }

  .hub4_subs_txt li strong {
    font-size: 16px;
  }

  .hub4_subs_txt li p,
  .hub4_subs_point,
  .hub4_subs_notice {
    font-size: 14px;
  }

  .hub4_visa_indf_wrap {
    padding: 25px 0px;
  }

  .hub4_visa_indf_card {
    padding: 34px 22px;
    border-radius: 16px;
  }

  .hub4_visa_indf_title_row {
    gap: 18px;
    margin-bottom: 28px;
  }

  .hub4_visa_indf_main_icon {
    width: 68px;
    height: 68px;
    font-size: 30px;
  }

  .hub4_visa_indf_title_row h3 {
    font-size: 34px;
  }

  .hub4_visa_indf_title_row strong {
    font-size: 18px;
  }

  .hub4_visa_indf_left > p {
    font-size: 16px;
  }

  .hub4_visa_indf_label_line {
    margin-bottom: 25px;
  }

  .hub4_visa_indf_grid7,
  .hub4_visa_indf_grid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub4_visa_indf_type {
    min-height: 120px;
  }

  .hub4_f3_msnd_wrap {
    padding: 24px 0px;
  }

  .hub4_f3_msnd_card {
    padding: 24px 20px 30px;
    border-radius: 14px;
  }

  .hub4_f3_msnd_title span {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .hub4_f3_msnd_title h3 {
    font-size: 23px;
  }

  .hub4_f3_msnd_applicant {
    grid-template-columns: 1fr;
  }

  .hub4_f3_msnd_doc {
    display: flex;
    text-align: left;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }

  .hub4_f3_msnd_doc:last-child {
    border-bottom: 0;
  }

  .hub4_f3_msnd_doc i {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    margin: 0;
    font-size: 28px;
  }

  .hub4_f3_msnd_doc h4 {
    margin: 0 0 6px;
    font-size: 19px;
  }

  .hub4_f3_msnd_doc p {
    font-size: 15px;
  }

  .hub4_f3_msnd_sponsor {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hub4_f3_msnd_item {
    align-items: flex-start;
    gap: 16px;
  }

  .hub4_f3_msnd_item i {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
    font-size: 27px;
  }

  .hub4_f3_msnd_item h4 {
    font-size: 18px;
  }

  .hub4_f3_msnd_item p {
    font-size: 14px;
  }

  .hub4_f3_msnd_manual {
    padding: 22px 18px;
  }

  .hub4_f3_msnd_manual_txt {
    align-items: flex-start;
  }

  .hub4_f3_msnd_manual_txt i {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .hub4_f3_msnd_manual_txt strong {
    font-size: 18px;
    line-height: 1.45;
  }

  .hub4_f3_msnd_manual a {
    height: 58px;
    font-size: 17px;
  }

  .hub4_health_notice_card{
        flex-direction:column;
        align-items:flex-start;

        padding:30px;
        gap:24px;
        min-height:auto;
    }

    .hub4_health_notice_icon{
        width:110px;
    }

    .hub4_health_notice_txt h3{
        font-size:26px;
        margin-bottom:15px;
    }

    .hub4_health_notice_txt ul li,
    .hub4_health_notice_txt p{
        font-size:18px;
    }

	 .hub4_health_pay_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .hub4_health_pay_card {
    min-height: 190px;
    border-radius: 18px;
    gap: 14px;
  }

  .hub4_health_pay_card img {
    width: 78px;
    height: 78px;
  }

  .hub4_health_pay_card p {
    font-size: 19px;
  }

  .hub4_health_pay_card p span {
    font-size: 14px;
  }

  .hub4_health_info_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 24px;
  }

  .hub4_health_info_icon {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 34px;
  }

  .hub4_health_info_box strong {
    font-size: 24px;
  }

  .hub4_health_info_box li {
    font-size: 17px;
  }

  .hub4_health_info_btn {
    width: 100%;
    min-width: 0;
    height: 58px;
    font-size: 19px;
    margin-left: 0;
  }

  .hub4_doll_mdns {
    padding: 45px 16px;
  }

  .hub4_doll_mdns_item {
    margin-bottom: 34px;
  }

  .hub4_doll_mdns_num {
    width: 48px;
    height: 48px;
    top: -20px;
    font-size: 18px;
  }

  .hub4_doll_mdns_inner {
    display: block;
    padding: 42px 24px 28px;
    border-radius: 14px;
  }

  .hub4_doll_mdns_left {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 0 0 22px;
    margin-bottom: 22px;
    gap: 20px;
  }

  .hub4_doll_mdns_icon {
    width: 68px;
    height: 68px;
    font-size: 46px;
  }

  .hub4_doll_mdns_left h3 {
    font-size: 22px;
  }

  .hub4_doll_mdns_txt {
    padding-left: 0;
    font-size: 15.5px;
    line-height: 1.7;
  }	

  .hub4_partime_job_s {
    padding: 36px 16px;
  }

  .hub4_partime_job_s_card {
    display: block;
    min-height: auto;
    padding: 32px 22px;
    border-radius: 18px;
  }

  .hub4_partime_job_s_left {
    padding: 0 0 22px;
    margin-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .hub4_partime_job_s_icon {
    width: 88px;
    height: 88px;
  }

  .hub4_partime_job_s_left h3 {
    font-size: 22px;
  }

  .hub4_partime_job_s_cont {
    padding-left: 0;
    font-size: 15.5px;
  }

  .hub4_partime_job_s_cont h4 {
    font-size: 19px;
  }

  .hub4_partime_job_s_notice {
    padding: 26px 22px;
    gap: 18px;
    align-items: flex-start;
  }

  .hub4_partime_job_s_notice_icon {
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 44px;
  }

  .hub4_partime_job_s_notice p {
    font-size: 15.5px;
  }

  .hub4_intnship_sm {
    padding: 40px 0px;
  }

  .hub4_intnship_sm_card {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 14px;
  }

  .hub4_intnship_sm_img {
    flex: none;
    width: 100%;
    height: 220px;
  }

  .hub4_intnship_sm_txt {
    padding: 4px 4px 10px;
  }

  .hub4_intnship_sm_txt h3 {
    font-size: 24px;
  }

  .hub4_intnship_sm_sub {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .hub4_intnship_sm_txt li {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .hub4_intnship_sm_txt li::before {
	top: 4px;
  }

  .hub4_intnship_sm_support {
    padding: 22px 16px;
  }

  .hub4_intnship_sm_support_top {
    display: block;
  }

  .hub4_intnship_sm_logo {
    margin-bottom: 14px;
  }

  .hub4_intnship_sm_support_top h3 {
    margin-bottom: 14px;
    font-size: 23px;
  }

  .hub4_intnship_sm_support_top p {
    font-size: 15px;
  }

  .hub4_intnship_sm_program {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .hub4_intnship_sm_program_item {
    justify-content: flex-start;
  }

  .hub4_intnship_sm_btn {
    grid-column: auto;
    height: 72px;
    font-size: 17px;
  }

}

@media (max-width:768px){

.housing_guides{
    padding:35px 25px;
    border-radius:20px;
    gap:30px;
}

.housing_guides_title{
    text-align:center;
}

.housing_guides_title h2{
    font-size:28px;
}

.housing_guides_item{
    /*flex-direction:column;
    text-align:center; */
    gap:18px;
}

.housing_guides_icon{
    width:80px;
    height:80px;
    min-width:80px;
}

.housing_guides_icon i{
    font-size:32px;
}

.housing_guides_text{
    font-size:18px;
    line-height:1.7;
}

.housing_guides_text br{
    display:none;
}
}


@media (max-width: 640px) {
  .hub4_sunsegs_wrap {
    padding: 40px 0px;
  }

  .hub4_sunsegs_steps {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hub4_sunsegs_item {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
  }

  .hub4_sunsegs_icon {
    flex: 0 0 92px;
    width: 92px;
    height: 92px;
    margin: 0;
  }

  .hub4_sunsegs_icon span {
    font-size: 36px;
  }

  .hub4_sunsegs_box {
    flex: 1;
    min-height: auto;
    padding: 18px 16px;
  }

  .hub4_sunsegs_box h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .hub4_sunsegs_box p {
    font-size: 15px;
    line-height: 1.45;
  }

  .hub4_sunsegs_notice {
    margin-top: 28px;
    padding: 16px;
    font-size: 15px;
  }

  .hub4_sunsegs_bottom {
    margin-top: 32px;
    padding: 0;
    gap: 20px;
  }

  .hub4_sunsegs_bottom h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  .hub4_sunsegs_bottom p {
    font-size: 15px;
    line-height: 1.5;
  }

  .hub4_sunsegs_btn {
    height: 56px;
    font-size: 18px;
  }

   .hub4_sunsegs_icon span img{
	width:100%;
  }

  .hub4_study4_txts p {
	font-size: 16px;
    line-height: 1.4;
  }

  .hub4_topik_wrap {
    padding: 25px 15px;
  }

  .hub4_topik_summary {
    display: block;
    padding: 26px 22px;
    border-radius: 18px;
  }

  .hub4_topik_cert {
    width: 90px;
    margin-bottom: 20px;
  }

  .hub4_topik_intro h3 {
    font-size: 23px;
  }

  .hub4_topik_intro p {
    font-size: 16px;
  }

  .hub4_topik_intro p br {
    display: none;
  }

  .hub4_topik_benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 28px;
  }

  .hub4_topik_benefits span {
    width: 74px;
    height: 74px;
  }

  .hub4_topik_benefits span img {
    width: 100px;
  }

  .hub4_topik_benefits p {
    font-size: 15px;
  }

  .hub4_topik_title {
    margin: 45px 0 25px;
    font-size: 23px;
  }

  .hub4_topik_num {
    width: 70px;
    height: 50px;
    font-size: 26px;
  }

  .hub4_topik_card h3 {
    margin: 72px 15px 22px;
    font-size: 24px;
  }

  .hub4_topik_img {
    height: 230px;
  }

  .hub4_topik_card p {
    padding: 26px 18px 32px;
    font-size: 19px;
  }

  .hub4_topik_card p br {
    display: none;
  }

  .hub4_goahead_site {
    padding: 30px 16px;
  }

  .hub4_goahead_site_wrap {
    flex-direction: column;
    gap: 18px;
  }

  .hub4_goahead_site_item {
    width: 100%;
  }

  .hub4_goahead_site_logo {
    height: 78px;
    border-radius: 16px;
  }

  .hub4_goahead_site_item p {
    font-size: 18px;
  }
}


@media (max-width: 560px) {
  .hub4_coind_emppd {
    padding: 24px 0px;
  }

  .hub4_coind_emppd_card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .hub4_coind_emppd_card h3 {
    font-size: 20px;
  }

  .hub4_coind_emppd_top {
    gap: 14px;
  }

  .hub4_coind_emppd_icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .hub4_coind_emppd_card.small .hub4_coind_emppd_icon {
    font-size: 15px;
  }

  .hub4_coind_emppd_top li {
    font-size: 15px;
  }

  .hub4_coind_emppd_badge {
    margin-left: 72px;
    font-size: 13px;
  }

  .hub4_coind_emppd_download {
    padding: 20px;
  }

  .hub4_coind_emppd_download_text strong {
    font-size: 16px;
  }

  .hub4_coind_emppd_download_btns {
    flex-direction: column;
  }

  .hub4_coind_emppd_download_btns a {
    width: 100%;
  }

  .hub4_coind_emppd_top {
    flex-direction: column;
  }

  .hub4_coind_emppd_graybox, .hub4_coind_emppd_notice {
	font-size: 15px;
  }
}

@media (max-width: 600px) {
  .hub4_health_card {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 26px;
    border-radius: 18px;
    gap: 20px;
  }

  .hub4_health_icon {
    flex-basis: auto;
    width: 80px;
    height: 80px;
  }

  .hub4_health_icon span {
    font-size: 66px;
  }

  .hub4_health_book {
    width: 80px;
    height: 80px;
  }

  .hub4_health_book span {
    font-size: 42px;
  }

  .hub4_health_txt h3 {
    font-size: 24px;
  }

  .hub4_health_txt p {
    font-size: 17px;
  }

  .hub4_health_txt p br {
    display: none;
  }
}


@media (max-width: 486px) {
   .hub4_f3_msnd_doc {
	 display: flex;
	 flex-direction: column;
	}

	.hub4_f3_msnd_doc p {
        text-align:center;
    }

	.hub4_f3_msnd_item {
		display:flex;
		flex-direction: column;
        align-items: center;
	}

	.hub4_f3_msnd_item h4 {
        font-size: 19px;
		text-align:center;
    }

	.hub4_f3_msnd_item p {
        font-size: 15px;
		text-align:center;
    }
}


/* small mobile */
@media (max-width: 480px) {
  .housing_img img {
    height: 200px;
  }

  .info_box {
    padding: 18px;
  }

  .info_box h4 {
    font-size: 18px;
  }

  .info_box li {
    font-size: 14px;
  }

  .hub4_health_notice_card{
        padding:22px;
        border-radius:18px;
    }

    .hub4_health_notice_icon{
        width:90px;
    }

    .hub4_health_notice_txt h3{
        font-size:22px;
    }

    .hub4_health_notice_txt ul li,
    .hub4_health_notice_txt p{
        font-size:16px;
        line-height:1.6;
    }

	.hub4_health_pay_grid {
    grid-template-columns: 1fr;
   }

   .hub4_doll_mdns_left {
    align-items: flex-start;
  }

  .hub4_doll_mdns_icon {
    width: 58px;
    height: 58px;
    font-size: 40px;
  }

  .hub4_doll_mdns_left h3 {
    font-size: 20px;
  }

  .hub4_doll_mdns_txt {
    font-size: 15px;
  }

  .hub4_partime_job_s_card {
    padding: 28px 18px;
  }

  .hub4_partime_job_s_notice {
    display: block;
  }

  .hub4_partime_job_s_notice_icon {
    margin-bottom: 16px;
  }

  .hub4_intnship_sm_img {
    height: 190px;
  }

  .hub4_intnship_sm_program_item span {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }

  .hub4_intnship_sm_program_item span img {
    width: 32px;
    height: 32px;
  }
}


@media (max-width: 420px) {
  .hub4_sunsegs_item {
    gap: 12px;
  }

  .hub4_sunsegs_icon {
    flex-basis: 76px;
    width: 76px;
    height: 76px;
  }

  .hub4_sunsegs_icon span {
    font-size: 30px;
  }

  .hub4_sunsegs_icon span img{
	width:100%;
  }

  .hub4_sunsegs_box {
    padding: 16px 14px;
  }

  .hub4_sunsegs_box h3 {
    font-size: 18px;
  }

  .hub4_sunsegs_box p {
    font-size: 14px;
  }

  .hub4_visa_indf_grid7,
  .hub4_visa_indf_grid2 {
    grid-template-columns: 1fr;
  }

  .hub4_visa_indf_title_row {
    align-items: flex-start;
  }
}