body{
	font-family: "Noto Sans JP", sans-serif;
/*	background: #FCFCFC;*/
	max-width: 1920px;
	margin: auto;
	border: 1px solid #EEE;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}

a:hover{
	color: #5CC7C3 !important;
}

.headline1{
	font-family: "Noto Sans JP", sans-serif;
	line-height: 40px;
	letter-spacing: 2.5px;
	font-weight: 600;
	font-size: 20px !important;
}

.headline2{
	font-size: 24px;
	border-bottom: 1px solid #02ADEE;
	color: #02ADEE !important;
	width: fit-content;
	padding-bottom: .5rem !important;
	margin-bottom: 1.5rem !important;
}

.headline3{
	font-size: 20px;
	color: #5CC7C3 !important;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.headline4{
	font-size: 16px;
	color: #000 !important;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 1.6px;
	font-weight: 600;
}

.link{
	color: #3B6FA3;
}

.general-1{
	font-family: "Noto Sans JP", sans-serif;
	line-height: 28px;
	letter-spacing: 1.7px;
	font-size: 16px;
}


#post-content h2{
	color: #02ADEE;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	width: fit-content;
}

#post-content h3{
	color: #5CC7C3;
	font-size: 20px;
	margin-bottom: 30px;
	position: relative;
	width: fit-content;
}

#post-content{
	letter-spacing: 1px;
}

#post-content p{
	font-family: "Noto Sans JP", sans-serif;
	line-height: 28px;
	font-size: 16px;
}

#post-content table {
	text-align: center;
}

#post-content table th{
	background: #F0F0F0;
}

#post-content table td{
	vertical-align: middle;
	min-width: 150px !important;
	max-width: 150px !important;
}

#post-content table td button{
	background: #3AABE5;
	color: #fff;
}

#navbarSupportedContent .nav-link{
	font-weight: 600;
	font-style: 16px;
	padding-left: 20px !important;
	padding-right: 20px !important;
/*	font-family: "Noto Sans JP", sans-serif;*/
}

#navbarSupportedContent .dropdown-menu{
	border-radius: 0;
	padding: 0;
}

#navbarSupportedContent .dropdown-item{
	padding: 5px 0;
	text-align: center;
	color: #5CC7C3;
}

#navbarSupportedContent .dropdown-item:hover{
	background: #5CC7C3;
	color: #fff !important;
}

.nav-item.active .nav-link{
	color: #5CC7C3 !important;
	border-bottom: 2px solid #5CC7C3;
}

.text-color-1{
	color: #5CC7C3 !important;
}

.text-color-2{
	color: #8E8E8E !important;
}

.text-color-3{
	color: rgba(16, 16, 16, 0.60) !important;
}

.text-color-4{
	color: #02ADEE !important;
}

.text-color-5{
	color: #000 !important;
}

.border-radius-1{
	border-radius: 5px;
}

.border-radius-2{
	border-radius: 60px;
}

.border-radius-3{
	border-radius: 20px;
}


.border-radius-2-left{
	border-bottom-left-radius: 60px;
	border-top-left-radius: 60px;
}

.border-radius-2-right{
	border-bottom-right-radius: 60px;
	border-top-right-radius: 60px;
}

.border-1{
	border: 1px solid #EEE;
}

.border-1-left{
	border-left: 1px solid #EEE;
}

.border-1-top{
	border-top: 1px solid #EEE;
}

.border-1-bottom{
	border-bottom: 1px solid #EEE;
}

.border-2{
	border: 1px solid rgba(238, 238, 238, 0.80);
}

.border-3-bottom{
	border-bottom: 1px solid #66707E;
}

.border-4-bottom{
	border-bottom: 1px solid #5CC7C3;
}


.bg-color-1{
	background: #5CC7C3;
}

.bg-color-2{
	background: #F8F7F5;
}

.bg-color-3{
	background: #F8F8F8;
}

.bg-color-4{
	background: var(--color-01, #02ADEE);
}

.shadow-1{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.circle{
	border-radius: 999px;
}

.articles-index .active-1{
	color: #5CC7C3 !important;
}

.articles-index .active-2{
	color: #02ADEE !important;
}

.page-btn-block{
	margin: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-btn-block .arrow{
	max-width: 38px;
}

.page-btn-block .page-num{
	display: flex;
	align-items: center;
}

.page-btn-block .page-num span{
	padding: 0 10px;
	color: #8E8E8E;
}

.page-btn-block .page-num span.active{
	color: #101010;
}

svg{
	display: flex;
}

.nav-ul{
	padding: 0;
	margin: 0;
}

.nav-ul li{
	list-style: none;
	padding-bottom: 12px;
}

.ul-style-1{
	list-style-image: url('../img/icon/dash.svg');
	padding-left: 25px;
}

.ul-style-1 li{

}

a{
	text-decoration: none !important;
}

.header-logo{
	max-width: 250px;
}

#footer-logo{
	max-width: 315px;
}

.icon{
	position: relative;
	width: 45px;
	height: 45px;
}

.follow-block .icon{
	width: 35px;
	height: 35px;
}

.index-articles .icon{
	width: 15px;
	height: 15px;
}

.swiper-navigation img{
	width: 25px;
	height: 25px;
	margin: 0 20px;
}

.swiper-navigation svg{
	color: #000;
	border: 1px solid #000;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	padding: 5px;
	margin: 0 20px;
}

.swiper-navigation svg:hover{
	color: #5CC7C3;
	border: 1px solid #5CC7C3;
}

.swiper-navigation-style-1{
	position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.swiper-navigation-style-1 img{
	margin: 0px;
}

.index-swiper .card{
	height: 575px;
}

.index-swiper .active{
	display: none;
}

.index-swiper .not-active{
	display: block;
}

.index-swiper .cover-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-swiper .card-body{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.index-swiper .card-body h3{
	color: #fff;
}

.index-swiper .swiper-slide-active .active{
	display: block;
}

.index-swiper .swiper-slide-active .not-active{
	display: none;
}

.index-swiper .swiper-slide-active .cover-img{
	position: unset;
	height: 350px;
}

.index-swiper .swiper-slide-active .card-body{
	position: unset;
}

.index-swiper .swiper-slide-active .card-body h3{
	color: unset;
}

#arrow-1{
	color: #000;
}

.btn-2:hover #arrow-1{
	color: #fff;
}

.linear-gradient-1{
	background: linear-gradient(to top, black, rgb(255 255 255 / 0%));
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.related-post-link.active{
	color: #5CC7C3 !important;
}

footer .icon{
	width: 30px;
	height: 30px;
}

.icon .hover{
	z-index: 0;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.icon-block span{
/*	font-size: 14px;*/
}

.icon-block:hover .hover{
	z-index: 2;
	opacity: 1;
}

.icon-block:hover span{
	z-index: 2;
	color: #02ADEE !important;
}

.icon div{
	z-index: 1;
	position: relative;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.send-icon div{
	background-size: contain;
	background-position: center;
}

.send-icon .hover{
	z-index: 0;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.send-block:hover .send-icon .hover{
	z-index: 2;
	opacity: 1;
}

.err_404 {
    aspect-ratio: 1 / 1;
    min-height: 1px;
    padding: 6.5%;
}

.sub-menu-1{
	line-height: 30px;
	word-wrap: break-word; /* 長單詞或URL斷行 */
	overflow-wrap: break-word; /* 支持新版瀏覽器的斷行方式 */
}

.sub-menu-1 a{
	color: #101010;	
}

.sub-menu-1 a.active,
.sub-menu-1 a:hover
{
	color: #02ADEE !important;
	border-bottom: 1px solid #02ADEE;
}

.sub-menu .menu-select{
	display: none;
}

.sub-menu .menu-items{
	width: fit-content;
	float: left;
	margin: 0 15px;	
}

.multiline-ellipsis-clamp-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiline-ellipsis-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.multiline-ellipsis-clamp-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.doctor-block{
	position: absolute;
	top: 0px;
	left: 0px;
	width: fit-content;
	border-bottom-right-radius: .25rem;
}

.text-tag{
	float: left;
	padding-right: 0.5rem;
	padding-bottom: 0.5rem;
	
}

.text-tag div{
	transition: border-radius 0.3s ease-in-out;
}

.text-tag:hover div{
	border-radius: 50px !important;
	border: 1px solid #5CC7C3 !important;
	color: #5CC7C3 !important;
}

.text-tag-2{
	color: #8E8E8E;
}

.text-tag-2:hover{
	color: #02ADEE;
}

.view-more{
	display: flex;
	align-items: center;
	transition: transform 0.3s ease;
}

.view-more:hover{
	transform: translateX(10px);
}

.category-block{
	position: absolute;
	top: 15px;
	left: 15px;
	width: fit-content;
	z-index: 10;
}

.div-1{
	margin-top: 100px;
	margin-bottom: 60px;
}

.div-2{
	max-width: 600px;
}

.div-3{
	max-width: 50px;
}

.div-4{
	margin-top: 65px;
	z-index: 10;
}

.div-5{
	margin-right: -18px;
}

.div-6{
	max-width: 65px;
}

.width-1{
	width: 100px;
}

.square-1{
	width: 15px !important;
	height: 15px !important;
}

.articles-cover-aspect-ratio-1{
	aspect-ratio: 14 / 9;
}

.articles-cover-aspect-ratio-2{
	aspect-ratio: 4 / 3;
}

.articles-cover-aspect-ratio-3{
	aspect-ratio: 1 / 1;
}

.btn-submit{
	background: #5CC7C3;
	padding: 10px 50px;
}

#search{
	max-width: 180px;
}

#search::placeholder{
	font-size: 14px;
}

#sub-search{
	max-width: 180px;
}

#sub-search::placeholder{
	font-size: 14px;
}

.bg-cover-1{
	object-position: center;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.btn-1:hover{
	background: #02ADEE !important;
	color: #fff !important;
}

.btn-2:hover{
	background: #5CC7C3 !important;
	color: #fff !important;
}

.collapsed .bi-chevron-up{
	rotate: 180deg;
}

@media screen and (max-width: 1024px) {
	.main.container{
		padding: 0 35px;
	}
}


@media screen and (min-width: 992px) {
	.dropdown:hover .dropdown-menu {
	    display: block;
	}
	#search-block.collapse{
		display: block !important;
	}
}
@media screen and (max-width: 991px) {
	body{
		padding-top: 71px;
	}
	#primary-menu{
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		padding-bottom: 15px;
		border-bottom: 1px solid #EEE;
	}
	.header-logo-custom{
		width: 100%;
	}
	.follow-block{
		display: unset !important;
	}
	.follow-block .icon-block{
		float: left !important
	}
	#search-block{
		width: 100%;
	}
	#search{
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.table-768-hide{
		display: none !important;
	}
	.table-768-show{
		display: block !important;
	}
	.bg-cover-1 {
	    top: -25%;
	}
}
@media (min-width: 576px) {
    .container {
        max-width: unset;
    }
    .menu-items-block.collapse{
    	display: unset !important;
    }
}
@media screen and (max-width: 576px) {
	.err_404 {
	    padding: 8%;
	}
	.mobile-border-radius-1{
		border-radius: 30px !important;
	}
	body{
		padding-top: 61px;
	}
	#between-border{
		display: none;
	}
	#sub-search{
		max-width: 100%;		
	}
	.div-1{
		margin-top: 30px;
	}
	.div-4 {
	    margin-top: 60px;
	    z-index: 10;
	}
	.breadcrumbs{
		margin-top: 10px;
	}
	.mobile-border-left-0{
		border-left: 0 !important;
	}
	.sub-menu .menu-select{
		display: block;
	}
	.sub-menu .menu-items{
		width: 100%;
		float: unset;
		margin: 0 15px;	
	}
	.bg-cover-1 {
	    top: -15%;
	}
}

@media screen and (max-width: 370px) {
	.index-swiper .card{
		height: 590px;
	}
	.swiper-navigation svg {
	    margin: 0 10px;
	}
	.card-info{
		display: block !important;
	}
	.bg-cover-1 {
	    top: -20%;
	}
}
