/* 手機垂直Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
	.vdowidth{
	width: 100%;
    max-width: 1200px;
    height: auto;       /* 電腦版：可以維持較高的高度 */
    display: block;
    margin: 0 auto;      /* 已修正隱藏的非法空白字元 */
    object-fit: cover;
    border-radius: 0.5rem;
    border: none;
    overflow: hidden;
    transition: height 0.3s ease; /* 讓扁平化過程有平滑過渡 */}
	.imgwh{width:2.5rem;height:2rem;margin-top:0.1rem}
	.header-area .main-nav img {
		width:8rem;
		height:2.5rem;
		margin:0;
		padding:0;
	}
	.bs{box-shadow: 2px 2px 2px 1px rgba(58, 79, 104, 0.3);}
	section.upcoming-meetings-product .font1{font-size:1rem;font-weight: 400;letter-spacing:0.2rem}
}

/* 手機橫屏Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.vdowidth{
	width: 100%;
	max-width: 1200px; /* 限制最大寬度，到了大螢幕就不再放大 */
	height: auto;
	display: block;
	margin: 0 auto;    /* 如果沒滿版，置中對齊 */
	object-fit: cover;
	border-radius:1rem;
	border:none;
	overflow:hidden}
	.imgwh{width:2.5rem;height:2rem;margin-top:0.1rem}
	.header-area .main-nav img {
		width:10rem;
		height:3.5rem;
	}
	.bs{box-shadow: 2px 2px 2px 1px rgba(58, 79, 104, 0.3);}
	section.upcoming-meetings-product .font1{font-size:1rem;font-weight: 400;letter-spacing:0.2rem}

}

/* 平板Tablet Portrait size to standard 960 (devices and browsers)768 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.vdowidth{
	width: 100%;
    max-width: 1200px;
    height: auto;       /* 電腦版：可以維持較高的高度 */
    display: block;
    margin: 0 auto;      /* 已修正隱藏的非法空白字元 */
    object-fit: cover;
    border-radius: 1rem;
    border: none;
    overflow: hidden;
    transition: height 0.3s ease; /* 讓扁平化過程有平滑過渡 */}
	.imgwh{width:2.5rem;height:2rem;margin-top:0.1rem}
	.header-area .main-nav img {
		width:10rem;
		height:3.5rem;
	}
	section.upcoming-meetings-product .font1{font-size:1.3rem;font-weight: 400;letter-spacing:0.2rem}
}

/* 電腦橫 */
@media only screen and (min-width: 1028px) {
	.vdowidth{
	width: 100%;
    max-width: 1200px;
    height: 21rem;       /* 電腦版：可以維持較高的高度 */
    display: block;
    margin: 0 auto;      /* 已修正隱藏的非法空白字元 */
    object-fit: cover;
    border-radius: 0.8rem;
    border: none;
    overflow: hidden;
    transition: height 0.3s ease; /* 讓扁平化過程有平滑過渡 */}
	.imgwh{width:2.5rem;height:2rem;margin-top:0.1rem}
	.header-area .main-nav img {
		width:10rem;
		height:3.5rem;
		margin:0;
		padding:0;
	}
	section.upcoming-meetings-product .font1{font-size:1.1rem;font-weight: 400;letter-spacing:0.2rem}

}	

.fontcolor1{color:#000}
@media (hover: hover) {
  .fontcolor1:hover {
    color: #f5a425;
  }
}

