.pc {
    display: block;
}

.mb {
    display: none;
}

.hd-img-section {
    background-image: url(/assets2/image/hd-big-bg-2.png);
}

.hd-img-section .hd-title {
    color: #F29600;
}

.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin-bottom: 45px;
    min-width: 360px;
    z-index: 1;
}

.title-wrapper .title-txt {
    color: #F29600;
    font-size: 64px;
    font-weight: bold;
}

.title-wrapper .title-icon {
    width: 66px;
    margin-left: 4px;
    margin-top: 41px;
}

.bg-11 {
    position: absolute;
    top: -25%;
    left: 0;
    width: 85%;
    height: 150%;
    z-index: -1;
}

.bg-17 {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: -1;
}

.details-wrapper {
    position: relative;
}

.details-wrapper .txt {
    color: var(--font-color);
    font-size: 16px;
}

/* 新增圓點列表樣式 */
.details-wrapper .txt {
    padding-left: 20px;
}

.details-wrapper .txt p {
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 27px;
    color: var(--font-color);
    line-height: 48px;
    text-indent: 2em;
}

.details-wrapper .txt .item-p {
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 28px;
    color: var(--font-color);
    line-height: 50px;
    position: relative;
    text-indent: 0;
    padding-left: 24px;
}

#social-worker-counselling-service .my-wrapper .txt{
	text-indent: 0em;
}


#occupational-therapy-service .my-wrapper .txt{
	text-indent: 0em;
}

#parent-network .my-wrapper .txt{
	text-indent: 0em;
}

.details-wrapper .txt .item-p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background-color: var(--font-color);
    /* 黃色圓點 */
    border-radius: 50%;
}

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

.detail-line .left-wrapper {
    padding: 30px;
}

.detail-line .pic-img {
    width: 493px;
    border-radius: 20px;
}

.img-wrapper {
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    margin-left: 72px;
    border-radius: 20px;
}

.img-wrapper .pic-img {
    transition: all 0.3s ease-in-out;
}

.img-wrapper .pic-img:hover {
    transform: scale(1.1);
}

.detail-line .left-wrapper h3 {
    color: var(--font-color);
    font-family: PingFang HK, PingFang HK;
    font-weight: bold;
    font-size: 28px;
    color: var(--font-color);
    line-height: 50px;
}

.scope-content {
    color: var(--font-color);
    font-size: 16px;
    line-height: 1.8;
}

.scope-content p {
    font-family: PingFang HK, PingFang HK;
    font-size: 28px;
    color: var(--font-color);
    line-height: 50px;
    text-indent: 2em;
}

.page-en-us .details-wrapper .txt p,
.page-en-us .scope-content p {
	text-indent: 0em;
}

.scope-content ul {
    list-style: none;
    padding-left: 0;
}

.scope-content ul li {
    position: relative;
    font-family: PingFang HK, PingFang HK;
    font-size: 28px;
    color: var(--font-color);
    line-height: 50px;
    /* padding-left: 24px; */
}

/* .scope-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 8px;
    height: 8px;
    background-color: var(--font-color);
    border-radius: 50%;
} */

.social-worker-section .title-wrapper,
.meeting-section .title-wrapper {
    margin: 0 auto 45px;
}

.title-wrapper .tit-icon-10 {
    width: 50px;
    margin-right: 4px;
    margin-top: -22px;
}

.title-wrapper .title-icon.tit-icon-14 {
    width: 39px;
    margin-left: 8px;
    margin-top: 26px;
}

.title-wrapper .title-icon.tit-icon-12 {
    margin-top: 0;
    margin-right: 8px;
}

.bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-42 {
    margin-bottom: 42px !important;
}

.bold {
    font-weight: bold !important;
}

.text-indent-0 {
    text-indent: 0 !important;
}

.text-indent-2em {
    text-indent: 2em !important;
}

.text-indent-4em {
    text-indent: 4em !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.footer-blue-bg-2 {
    width: 100%;
}

@media screen and (min-width:769px) {
	.page-en-us .details-wrapper .txt p,.page-en-us  .scope-content p,.page-en-us  .scope-content ul li,.page-en-us .details-wrapper .txt p,.page-en-us .scope-content p{
		line-height: 42px;
	}
	
	.page-en-us .details-wrapper .txt p,.page-en-us  .scope-content ul li,.page-en-us  .details-wrapper .txt p,.page-en-us  .scope-content p,.page-en-us  .scope-content p,.page-en-us .scope-content p{
		line-height: 42px;
	}
	
	
	.title-wrapper .title-txt{
		font-size:55px;
	}
	
	 
}