﻿@charset 'utf-8';

a {
	text-decoration: none;
}

body {
	font-family: Microsoft JhengHei;
}

@media ( max-width : 1023px) {
	.section--m {
		box-sizing: border-box;
	}
	.item--m {
		width: 100%;
		height: 64px;
		border-bottom: 1px solid #CCCCCC;
		position: relative;
		display: flex;
		align-items: center;
	}
	.item__text--m {
		color: #6acc6c;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.1;
		position: absolute;
		left: 5%;
		right: 5%;
	}
}

@media ( min-width : 1025px) {
	.section {
		display: block !important;
		box-sizing: border-box;
	}
	.item {
		width: 100%;
		height: 64px;
		border-bottom: 1px solid #CCCCCC;
		position: relative;
		display: flex;
		align-items: center;
	}
	.item__text {
		color: #6acc6c;
		font-size: 1.2rem;
		font-weight: 600;
		position: absolute;
		left: 5%;
	}
}