.gradient {
	background-image: linear-gradient(107deg, #00cfbd, #004ea2);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.ui.grid {
	margin: 0 !important;
}

.ui.column {
	width: 320px !important;
	text-align: center;
	padding: 0 !important;
}

.labelBlock {
	display:inline-block; 
	font-family: 'Noto Sans TC', sans-serif;
	color: rgba(0,0,0,0.4); 
	padding:0 25px;height:45px; 
	line-height:45px; 
	font-size:20px; 
	vertical-align:middle; 
	color:#FFF; 
	text-align:center;
	top:-10px;
	left:-10px;
	position: absolute;
}

.sectionBlock {
	background-color: #FFF;
	width: 300px;
	height: 250px;
	margin: 0 auto;
	position: relative;
}

.sectionTopic {
	width: 300px;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
    bottom: 0;
    padding: 10px;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	color: rgba(0, 0, 0, 0.8);
}

.sectionImg {
	background-size: cover;
}

.section-cat {
  position:absolute;
  left:15px;
  top:15px;
  border-radius: 2px;
  background-color: #004ea2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  height: 30px;
  font-family: 'Songti TC', 'SimSun', serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  padding: 0 8px;
  display: none;
}


ul.sectionList {
	list-style: none;
	padding:0;
	margin: 10px;
}

ul.sectionList li {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: 0.6px;
	color: rgba(0, 0, 0, 0.6);
    text-indent: -30px;
    padding-left: 24px;
    padding-bottom: 10px;
}

ul.sectionList li:before {
	content: "• ";
	color: rgba(0, 0, 0, 0.1);
	font-size:24px;
	padding-right: 0;
	top: 3px;
	position: relative;
}

div.container {
	margin: 0 auto;
	width: 1024px;
}


@media only screen and (max-width: 767px) {
	div.container {
	    width: 320px;
	}
	.sectionBlock {
		background: transparent !important;
		height: auto !important;
	}
	.sectionBlock .labelBlock {
		top: 0 !important;
    left: auto !important;
    right: 0 !important;
	}
	.sectionBlock .sectionImg {
		height: 180px !important;
	  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
	}
	.sectionBlock div.sectionImg.AD {
		height: 250px !important;
	}
	.sectionBlock .sectionTopic {
		bottom: auto !important;
		position: relative !important;
	  margin-top: 5px;
		margin-bottom: 20px !important;
	  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
	}
	.sectionBlock .section-cat {
		display: block;
	}
	ul.sectionList {
		display: none !important;
	}
}
@media only screen and (min-width: 768px){
  div.container {
      width: 768px;
  }
}
@media only screen and (min-width: 1024px) {
  div.container {
      width: 960px;
  }
}