:root {
  --black: #333;
  --white: white;
  --yellow: #ac9456;
  --grey: #eee;
  --dark-grey: #959595;
  --transprant: #fff0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all .3s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.all {
  padding-top: 80px;
  overflow: hidden;
}

.section {
  padding-top: 100px;
}

.section.no-padding {
  padding-top: 0;
}

.section.home-about {
  padding-top: 20px;
}

.container {
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.home-banner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.container.home-programe {
  padding-left: 120px;
  padding-right: 120px;
}

.home-banner-container {
  aspect-ratio: 3;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-photo-b {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  position: relative;
}

.home-banner-photo-b.img1 {
  background-image: url('../images/home-banner-img1-2x.jpg');
  background-position: 70% 100%;
}

.home-banner-photo-b.img2 {
  background-image: url('../images/home-banner-img2-2x.jpg');
  background-position: 50% 100%;
}

.home-banner-content-b {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-banner-subtitle-b {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 110%;
}

.home-banner-title-b {
  text-transform: uppercase;
  font-size: 5.2vw;
  font-weight: 600;
  line-height: 100%;
}

.home-banner-handwrite-b {
  margin-top: -2vw;
  transform: rotate(-10deg);
}

.handwrite-txt {
  color: var(--yellow);
  font-family: Oooh Baby, sans-serif;
  font-size: 36px;
  line-height: 110%;
}

.handwrite-txt.home-banner {
  font-size: 2.8vw;
}

.home-banner-handwrite-txt-b {
  padding-left: 2vw;
}

.map-grey-b {
  background-color: var(--grey);
  background-image: url('../images/map-img.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.map-grey-b.news {
  padding-bottom: 240px;
}

.img-full {
  width: 100%;
  display: block;
}

.relative {
  z-index: 1;
  position: relative;
}

.banner-bus-img-b {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.banner-bus-img {
  width: 10%;
}

.section-title-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-b.align-left {
  justify-content: flex-start;
  align-items: center;
}

.title-handwrite-b {
  margin-top: -15px;
  margin-left: -20px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-10deg);
}

.title-handwrite-b.long-txt {
  margin-top: -25px;
}

.padding-top-20 {
  padding-top: 20px;
}

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

.home-programe-content-b {
  padding-top: 60px;
}

.home-programe-wrap {
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.home-programe-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.home-programe-img-b {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 40px 40px 50px;
  display: flex;
}

.home-programe-img {
  width: 80%;
  max-width: 400px;
}

.home-program-title-b {
  flex: 1;
  margin-top: -40px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.home-program-title {
  background-color: var(--grey);
  padding: 10px 20px;
}

.home-programe-info-container {
  background-color: var(--grey);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.txt-darkgrey {
  color: var(--dark-grey);
}

.home-programe-info-b {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-programe-tag-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-programe-tag-tile-icon {
  width: 30px;
}

.txt-yellow {
  color: var(--yellow);
}

.home-programe-tag-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.home-programe-tag {
  border: 1px solid var(--yellow);
  color: var(--yellow);
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 160%;
}

.home-programe-tag:hover {
  background-color: var(--yellow);
  color: var(--white);
}

.common-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.btn-arrow-b {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.btn-arrow-img {
  width: 15px;
}

.btn-arrow-line {
  background-color: var(--black);
  width: 20px;
  height: 1px;
}

.inline-b {
  display: inline-block;
}

.home-professor-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-professor-img-col {
  width: 25%;
  max-width: 500px;
}

.home-professor-content-col {
  flex: 1;
}

.home-professor-bg-img {
  aspect-ratio: 1;
  border-radius: 1000px;
  width: 100%;
  overflow: hidden;
}

.img-cover {
  object-fit: cover;
  height: 100%;
}

.home-professor-img {
  border-bottom-right-radius: 1000px;
  border-bottom-left-radius: 1000px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-professor-img-b {
  z-index: 1;
  padding-top: 17%;
  position: relative;
}

.home-professor-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.about-img-content-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-img-content-col {
  flex: 1;
}

.about-img-col {
  width: 40%;
}

.about-img-container {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.about-img-container.about-page {
  padding-top: 0;
}

.about-main-img-b {
  aspect-ratio: 5 / 6;
  border-radius: 40px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.about-top-img-b {
  z-index: -1;
  aspect-ratio: 5 / 6;
  border-radius: 40px;
  width: 55%;
  margin-top: -60%;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.about-bottom-img-b {
  z-index: -1;
  aspect-ratio: 5 / 6;
  border-radius: 40px;
  width: 55%;
  margin-bottom: -60%;
  margin-left: 5px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.img-filter {
  opacity: .5;
  filter: blur(2px);
}

.about-top-gradient {
  pointer-events: none;
  background-image: linear-gradient(#fff, #fff0);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.about-bottom-gradient {
  pointer-events: none;
  background-image: linear-gradient(0deg, #fff, #fff0);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.about-img-content-b {
  padding-top: 40px;
}

.home-news-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-news-arrow-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-news-arrow-b {
  aspect-ratio: 1;
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  transition: all .3s;
  display: flex;
}

.home-news-arrow-b:hover {
  opacity: .5;
}

.home-news-arrow-img {
  width: 50%;
}

.home-news-arrow-border {
  background-color: var(--yellow);
  width: 50px;
  height: 1px;
}

.home-news-content-b {
  padding-top: 40px;
}

.home-news-wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.home-news-col {
  flex: none;
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.news-list-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.news-list-img {
  aspect-ratio: 12 / 15;
  border-radius: 40px;
  overflow: hidden;
}

.news-list-detail-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-list-detail {
  font-size: 12px;
  line-height: 160%;
}

.news-list-detail-border {
  background-color: var(--yellow);
  flex: 1;
  height: 1px;
}

.news-list-detail-tag {
  background-color: var(--yellow);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 2px 10px;
}

.news-list-tite-b {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.footer-container {
  background-color: var(--yellow);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 110%;
}

.footer-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--white);
}

.footer-link:hover {
  opacity: .5;
}

.header {
  z-index: 999;
  background-color: var(--white);
  width: 100%;
  position: fixed;
}

.header-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.header-logo {
  flex: 1;
}

.nav-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  font-size: 2vw;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0 0 4px;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--yellow);
}

.header-logo-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.cuhk-logo {
  transform-style: preserve-3d;
  width: 30%;
  min-width: 80px;
  max-width: 150px;
  display: block;
}

.cuhk-logo:hover {
  transform: scale(1.05);
}

.cdmp-logo {
  flex: 1;
  min-width: 120px;
  max-width: 300px;
  display: block;
}

.cdmp-logo:hover {
  transform: scale(1.05);
}

.header-logo-border {
  background-color: #750f6d;
  width: 2px;
  height: 45px;
}

.menu-btn {
  padding: 0;
}

.nav-link-hover {
  border-bottom: 1px solid var(--yellow);
  opacity: 0;
  width: 100%;
  margin-bottom: -1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.program-content-wrap {
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.program-content-fee-col {
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
}

.program-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.program-title-wrap.program-size {
  padding-right: 50%;
}

.h2-subtitle {
  color: var(--yellow);
  text-transform: none;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 130%;
}

.program-title-icon {
  flex: none;
  width: 60px;
}

.program-content-size-img-b {
  width: 80%;
  margin-top: -15%;
  margin-left: auto;
}

.program-content-size-col {
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
}

.program-content-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.program-content-fee-img-b {
  width: 90%;
}

.program-content-col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.program-table-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.program-table-b._1st {
  background-color: var(--grey);
}

.program-table-b._2nd {
  background-color: var(--dark-grey);
  color: var(--white);
}

.program-table-title {
  border-right: 1px solid #000;
  min-width: 180px;
  padding-right: 40px;
}

.program-table-title._2nd {
  border-right-color: var(--white);
}

.program-content-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.program-content-list-b {
  background-image: url('../images/program-list-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 40px;
}

.grey-bg-container {
  background-color: var(--grey);
  padding-top: 100px;
  padding-bottom: 100px;
}

.program-content-b {
  padding-top: 40px;
}

.program-pattern-container {
  padding-top: 20px;
}

.program-pattern-content {
  background-color: var(--yellow);
  color: var(--white);
  text-align: center;
  font-size: 22px;
  line-height: 130%;
  display: flex;
}

.program-pattern-content.white {
  background-color: var(--white);
  color: var(--black);
}

.program-pattern-content.grey {
  background-color: var(--dark-grey);
}

.program-pattern-content.black {
  background-color: var(--black);
  flex: 1;
}

.program-pattern-content.top {
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
}

.program-pattern-b {
  border-right: 2px solid var(--grey);
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 10px;
  display: flex;
}

.desktop-hide {
  display: none;
}

.program-pattern-highlign-txt {
  color: var(--yellow);
  font-weight: 600;
}

.txt-link {
  text-decoration: underline;
}

.txt-link:hover {
  opacity: .5;
}

.program-major-table {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.program-major-content {
  background-color: var(--yellow);
  color: var(--white);
  text-align: center;
  font-size: 22px;
  line-height: 130%;
  display: flex;
}

.program-major-content.light-grey {
  background-color: var(--grey);
  color: var(--black);
}

.program-major-content.grey {
  background-color: var(--dark-grey);
}

.program-major-content.black {
  background-color: var(--black);
  flex: 1;
}

.program-major-content.dark-grey {
  background-color: #717171;
}

.program-major-content.black {
  background-color: var(--black);
}

.program-major-content.white {
  background-color: var(--white);
  color: var(--black);
}

.program-major-b {
  border-right: 2px solid var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding: 10px 20px;
  font-size: 26px;
  line-height: 130%;
  display: flex;
  position: relative;
}

.program-major-b.first {
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.program-major-b.yellow-20 {
  background-color: #eeeadd;
}

.program-major-b.yellow-40 {
  color: var(--black);
  background-color: #ded4bb;
}

.program-major-b.yellow-60 {
  color: var(--black);
  background-color: #cdbf9a;
}

.program-major-b.yellow {
  background-color: var(--yellow);
}

.program-major-b.big-programe {
  text-align: left;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.program-major-b.center {
  justify-content: center;
  align-items: center;
}

.major-highligh-txt {
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
}

.program-major-top-b {
  border-bottom: 1px solid var(--black);
  width: 80%;
  height: 100%;
  padding-bottom: 10px;
}

.program-major-top-b._100 {
  width: 100%;
}

.program-major-top {
  height: 20px;
  margin-top: -20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.program-major-top-side {
  width: 20px;
}

.program-major-top-bar {
  background-color: var(--yellow);
  flex: 1;
  height: 100%;
}

.program-dropdown {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
}

.dropdown-arrow-img {
  width: 20px;
}

.program-dropdown-content {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.padding-top-10 {
  padding-top: 10px;
}

.list {
  color: var(--yellow);
  margin-bottom: 0;
  padding-left: 20px;
}

.list-item {
  padding-bottom: 5px;
}

.txt-black {
  color: var(--black);
}

.about-content-b {
  padding-top: 40px;
}

.about-icon-wrap {
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.about-icon-col {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.about-icon-content {
  background-color: var(--yellow);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.about-icon-img {
  width: 75%;
  max-width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.about-icon-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.about-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-content-col {
  width: 35%;
}

.about-content-num-col {
  flex: 1;
}

.about-num-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.about-num-col {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.about-num-border {
  background-color: var(--dark-grey);
  width: 1px;
  height: 100px;
}

.about-zip-zap-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.news-b {
  margin-top: -200px;
}

.news-wrap {
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.new-col {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
}

.news-detail-photo-b {
  aspect-ratio: 5 / 3;
  border-radius: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.news-detail-content-b {
  padding-top: 40px;
}

.news-detail-lightbox {
  width: 100%;
  height: 100%;
  display: block;
}

.news-detail-lightbox-col {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.news-detail-lightbox-photo {
  aspect-ratio: 8 / 5;
  border-radius: 20px;
  overflow: hidden;
}

.news-detail-lightbox-wrap {
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.hidden-h1 {
  width: 1px;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
}

.event-detail-tag-b {
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (min-width: 1280px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-programe-col {
    width: 33.33%;
  }

  .home-program-title-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-b {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    font-size: 16px;
    line-height: 160%;
  }

  .nav-link {
    font-size: 16px;
    line-height: 160%;
  }

  .header-logo-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h2-subtitle {
    text-transform: none;
    font-size: 40px;
  }

  .program-content-size-img-b {
    margin-top: -100px;
  }

  .major-highligh-txt {
    font-size: 32px;
    line-height: 130%;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 160%;
  }

  h2 {
    font-size: 44px;
    line-height: 110%;
  }

  h3 {
    font-size: 24px;
  }

  .section {
    padding-top: 80px;
  }

  .section.home-about {
    padding-top: 40px;
  }

  .container {
    max-width: none;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container.home-programe {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .handwrite-txt.home-banner {
    font-size: 2.6vw;
  }

  .map-grey-b {
    background-size: 150%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-programe-content-b {
    padding-top: 40px;
  }

  .home-programe-wrap {
    grid-row-gap: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .home-programe-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-programe-img-b {
    padding-top: 20px;
  }

  .home-program-title-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-programe-tag {
    font-size: 12px;
    line-height: 160%;
  }

  .home-professor-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-professor-img-col {
    width: 30%;
  }

  .about-img-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-main-img-b {
    width: 80%;
  }

  .about-top-img-b {
    width: 60%;
    margin-top: -50%;
  }

  .about-bottom-img-b {
    width: 60%;
    margin-bottom: -50%;
  }

  .about-img-content-b {
    padding-top: 20px;
  }

  .home-news-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-news-col {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .nav-b {
    display: block;
  }

  .nav-link {
    padding: 20px 5vw;
    font-size: 16px;
    line-height: 160%;
  }

  .nav-link.w--current {
    color: var(--yellow);
    border-bottom-style: none;
  }

  .menu-btn.w--open {
    background-color: var(--transprant);
  }

  .nav-link-hover {
    opacity: 100;
  }

  .menu-line1 {
    background-color: var(--black);
    border-radius: 8px;
    width: 35px;
    height: 3px;
    margin-bottom: 8px;
    padding: 0;
  }

  .menu-line2 {
    background-color: var(--black);
    border-radius: 8px;
    width: 35px;
    height: 3px;
    padding: 0;
  }

  .menu-line3 {
    background-color: var(--black);
    border-radius: 8px;
    width: 35px;
    height: 3px;
    margin-top: 8px;
    padding: 0;
  }

  .menu-close-line1, .menu-close-line2 {
    background-color: var(--yellow);
    border-radius: 8px;
    width: 35px;
    height: 3px;
    padding: 0;
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .program-content-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .program-content-fee-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .program-title-wrap.program-size {
    padding-right: 0%;
  }

  .h2-subtitle {
    font-size: 36px;
    line-height: 130%;
  }

  .program-title-icon {
    width: 50px;
  }

  .program-content-size-img-b {
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
  }

  .program-content-size-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .program-content-fee-img-b {
    width: 80%;
  }

  .program-content-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .program-table-title {
    font-size: 18px;
    line-height: 160%;
  }

  .program-content-list-b {
    background-size: 16px;
    padding-left: 35px;
  }

  .grey-bg-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .program-pattern-content {
    font-size: 20px;
    line-height: 130%;
  }

  .program-pattern-content.top {
    font-size: 24px;
    line-height: 130%;
  }

  .program-major-content {
    font-size: 20px;
    line-height: 130%;
  }

  .program-major-b {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 130%;
  }

  .major-highligh-txt {
    font-size: 26px;
    line-height: 130%;
  }

  .about-content-b {
    padding-top: 20px;
  }

  .about-icon-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .about-icon-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-content-col {
    width: 100%;
  }

  .about-num-description-b {
    text-align: center;
  }

  .new-col {
    width: 50%;
  }

  .news-detail-lightbox-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-detail-lightbox-wrap {
    grid-row-gap: 20px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 110%;
  }

  h3 {
    font-size: 22px;
    line-height: 130%;
  }

  .section {
    padding-top: 60px;
  }

  .home-banner-container {
    aspect-ratio: auto;
    flex-flow: column;
    display: block;
  }

  .home-banner-photo-b {
    aspect-ratio: 5 / 2;
  }

  .home-banner-content-b {
    width: 100%;
    padding: 20px 5vw;
  }

  .home-banner-subtitle-b {
    width: 50vw;
    font-size: 3vw;
  }

  .home-banner-title-b {
    font-size: 12vw;
  }

  .home-banner-handwrite-b {
    margin-top: -4vw;
  }

  .handwrite-txt {
    font-size: 32px;
    line-height: 110%;
  }

  .handwrite-txt.home-banner {
    font-size: 6vw;
  }

  .map-grey-b {
    background-size: 180%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-bus-img-b {
    width: 250vw;
    left: -75%;
  }

  .title-handwrite-b {
    margin-top: -10px;
    margin-left: -10px;
  }

  .home-programe-wrap {
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .home-programe-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-professor-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .home-professor-img-col {
    width: 50%;
    max-width: 300px;
  }

  .home-professor-content-col {
    flex: 0 auto;
    width: 100%;
  }

  .about-img-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .about-img-content-col {
    flex: 0 auto;
    width: 100%;
  }

  .about-img-col {
    order: -1;
    width: 80%;
  }

  .about-top-img-b {
    width: 65%;
    margin-top: -60%;
  }

  .about-bottom-img-b {
    width: 65%;
    margin-bottom: -60%;
  }

  .home-news-content-b {
    padding-top: 20px;
  }

  .home-news-col {
    width: 50%;
  }

  .header-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .program-content-wrap {
    grid-row-gap: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .program-content-fee-col {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-subtitle {
    font-size: 32px;
    line-height: 130%;
  }

  .program-content-size-col {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .program-content-fee-img-b {
    width: 100%;
  }

  .program-content-col {
    padding-left: 0;
    padding-right: 0;
  }

  .program-table-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .program-table-title {
    border-bottom: 1px solid #000;
    border-right-style: none;
    min-width: 0;
    padding-bottom: 5px;
    padding-right: 0;
    font-size: 16px;
    line-height: 160%;
  }

  .program-table-title._2nd {
    border-bottom-color: var(--white);
  }

  .grey-bg-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .program-content-b {
    padding-top: 20px;
  }

  .program-pattern-content {
    font-size: 16px;
    line-height: 130%;
  }

  .program-pattern-content.top {
    font-size: 20px;
    line-height: 130%;
  }

  .program-pattern-b {
    padding-left: 5px;
    padding-right: 5px;
  }

  .program-major-content {
    font-size: 16px;
    line-height: 130%;
  }

  .program-major-b {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    line-height: 130%;
  }

  .program-major-b.first, .program-major-b.big-programe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .major-highligh-txt {
    font-size: 20px;
    line-height: 130%;
  }

  .program-major-top-b {
    width: 100%;
  }

  .about-icon-col {
    width: 50%;
  }

  .news-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .new-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news-detail-lightbox-col {
    width: 50%;
  }

  .event-detail-tag-b {
    font-size: 14px;
    line-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
    line-height: 110%;
  }

  h3 {
    font-size: 20px;
    line-height: 130%;
  }

  .home-banner-subtitle-b {
    width: 70vw;
    font-size: 4vw;
  }

  .handwrite-txt {
    font-size: 28px;
    line-height: 110%;
  }

  .map-grey-b {
    background-size: 250%;
  }

  .map-grey-b.news {
    padding-bottom: 190px;
  }

  .home-professor-img-col {
    width: 80%;
  }

  .about-img-col, .home-news-col {
    width: 100%;
  }

  .footer-container {
    font-size: 14px;
    line-height: 110%;
  }

  .nav-link {
    font-size: 14px;
    line-height: 160%;
  }

  .header-logo-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cuhk-logo:hover {
    transform: scale3d(1none, 1none, 1none);
  }

  .header-logo-border {
    width: 1px;
    height: 35px;
  }

  .menu-line1 {
    width: 28px;
    height: 2px;
    margin-bottom: 5px;
  }

  .menu-line2 {
    width: 28px;
    height: 2px;
  }

  .menu-line3 {
    width: 28px;
    height: 2px;
    margin-top: 5px;
  }

  .menu-close-line1, .menu-close-line2 {
    width: 28px;
    height: 2px;
  }

  .program-content-fee-col {
    width: 100%;
  }

  .program-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2-subtitle {
    font-size: 30px;
  }

  .program-title-icon {
    width: 40px;
  }

  .program-content-size-col {
    width: 100%;
  }

  .program-table-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .program-pattern-b {
    flex: 1;
  }

  .program-pattern-b.mobile-title {
    flex: 0 auto;
    width: 35%;
  }

  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: block;
  }

  .program-pattern-mobile-b {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    display: flex;
  }

  .program-major-content {
    flex-flow: wrap;
  }

  .program-major-content.grey {
    background-color: var(--grey);
    color: var(--black);
  }

  .program-major-b {
    width: 50%;
  }

  .program-major-b.first {
    background-color: var(--dark-grey);
    color: var(--white);
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
  }

  .program-major-b.yellow {
    color: var(--white);
  }

  .program-major-b.big-programe {
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .program-major-top-b {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .about-icon-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .about-icon-col {
    width: 80%;
  }

  .about-num-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .about-num-col {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-num-border {
    width: 100%;
    height: 1px;
  }

  .news-b {
    margin-top: -150px;
  }

  .new-col {
    width: 100%;
  }

  .news-detail-lightbox-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .news-detail-lightbox-photo {
    border-radius: 10px;
  }

  .news-detail-lightbox-wrap {
    grid-row-gap: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}


