@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #000000;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		outline: none !important;
		-webkit-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		transition: all 0.1s ease;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #ff3333;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 600;
		font-size: 16px;
}
.card.reset, .card.reset .card-header, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.c-red {
		color: #ff3e3e;
}
.bg-black {
		background-color: #ffffff;
}
@media screen and (min-width: 1200px) {
		.container.sm {
				max-width: 930px;
		}
}
@media screen and (max-width: 991px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden;
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 49;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background-color: RGBA(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/*------------------------------------------ 
Go to Black
--------------------------------------------*/
.goto-block {
		right: 0;
		bottom: 5.5em;
		width: 12vw;
		max-width: 145px;
		z-index: 3;
		text-align: right;
}
.goto-block .text {
		right: 0;
		top: 0;
		z-index: 2;
}
/*------------------------------------------ 
Btn
--------------------------------------------*/
.btn-more {
		padding: .35rem 2rem;
		background-color: #ff3e3e;
		color: #ffffff !important;
		font-size: .875rem;
		border-radius: .25rem;
}
.btn-more:focus, .btn-more:hover {
		background-color: #d90000 !important;
}
/*------------------------------------------ 
Li Star Mode
--------------------------------------------*/
.star_mode {
		list-style: none;
		text-align: start;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
}
.star_mode li {
		position: relative;
		padding-left: 1.125rem;
		margin-bottom: .5rem;
}
.star_mode li .icon {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1rem;
		margin: auto;
}
.star_mode li .icon::before, .star_mode li::before {
		content: '';
		position: absolute;
		background-image: url("../images/point.svg");
		background-repeat: no-repeat;
		background-position: center;
		width: 10px;
		height: 10px;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.star_mode li.sp::before {
		display: none;
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 991px;
		}
		.container-xxl.wide {
				max-width: 1100px;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		left: 0;
		width: 46px;
		height: 46px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 120px;
		z-index: 50;
		border-top: 0;
		background-color: RGBA(255, 255, 255, 0.99);
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header.open {
		height: 50px;
		border-top: 4px solid #2e2e2e;
		-webkit-box-shadow: 0px 2px 2px 0px RGBA(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px 0px RGBA(0, 0, 0, 0.2);
}
header.open, header {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
		header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu, header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 480px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		position: relative;
		top: 8px;
		width: 190px;
		margin-right: 15px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-left: 10px;
		margin-right: 10px;
		top: 5px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 46px;
		}
		header .h_content > div {
				padding: 0;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				bottom: 0;
				top: 0;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				position: absolute;
				margin: auto;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 230px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 200px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/************************
FOOTER
************************/
footer {
		background-color: rgb(72, 72, 72);
}
/************************/
footer .s_link a {
		display: inline-block;
		margin-left: 1rem;
		opacity: .3;
}
footer .s_link a:hover {
		opacity: 1;
}
footer .s_link a:first-child {
		margin-left: 0;
}
footer .s_link img {
		width: 30px;
		height: 30px;
}
/************************/
footer .f_link {
		margin-top: 10px;
		font-size: 14px;
		color: #c0c0c0;
}
footer .f_link a {
		display: inline-block;
		padding: 0px 10px;
		color: #c0c0c0;
		line-height: 1em;
}
footer .f_link a:hover {
		color: #ffffff;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #c0c0c0 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 1199px) {
		.s_link {
				padding-right: 4rem;
		}
}
@media screen and (max-width: 991px) {
		footer .f_link {
				font-size: 13px;
		}
		.s_link {
				padding-right: 3rem;
		}
}
@media screen and (max-width: 576px) {}
@media screen and (max-width: 480px) {
		footer .s_link {
				margin-right: auto !important;
				margin-left: 0 !important;
		}
}
@media screen and (max-width: 480px) {
		footer .f_link, footer .s_link {
				text-align: start;
		}
}
/************************
YT Btn
************************/
.yt-btn {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
		cursor: pointer;
}
/************************
KEY VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #040606;
		overflow: hidden;
}
.key-visual .topic {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		max-width: 19vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual .topic img {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
}
.key-visual img {
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
}
.key-visual .is_sd {
		max-width: 140%;
		left: -20%;
		top: -15%;
}
@media screen and (min-width:1600px) {}
@media screen and (min-width:1920px) {
		.key-visual .pc {
				width: 2560px;
		}
		.key-visual .topic {
				top: 10%;
				bottom: auto;
				max-width: 420px;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .pc {
				display: block !important;
		}
		.key-visual .mobile {
				display: none !important;
		}
}
@media screen and (max-width:480px) {
		.key-visual .topic {
				max-width: 30vw;
		}
		.key-visual .topic img {
				-webkit-transform: translateX(103%);
				-ms-transform: translateX(103%);
				transform: translateX(103%);
		}
}
/************************
AWARDS
************************/
.awards-block .star {
		max-width: 65px;
		right: 0;
		top: 0;
}
.awards-block {
		padding-right: 65px;
		padding-top: 26px;
		color: #5a5a5d;
		margin: 2rem 3rem 0 0;
}
.awards-block .title {
		font-size: 1.25rem;
		position: relative;
		right: 8px;
		font-weight: 600;
}
.awards-block .info {
		font-size: .875rem;
		line-height: 1.5;
}
/************************
CARD
************************/
.card.content {
		background-color: #ffffff;
		border-radius: 2rem;
		-webkit-box-shadow: 0 0 .5rem RGBA(0, 0, 0, .175);
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .175);
}
.card.content > .card-header {
		font-size: 1.5rem;
		padding-top: 1rem;
		font-weight: 600;
		padding-bottom: 0;
}
.card.content .card-body {
		padding: 1.25rem 1rem;
		display: inline-block;
		margin: auto;
}
.card.info-card {
		max-width: 315px;
}
.card.info-card .card-header {
		padding: 0;
		overflow: hidden;
		-webkit-box-shadow: 0 0 .5rem RGBA(0, 0, 0, .175);
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .175);
}
.card.info-card .card-body .title {
		font-size: 1.5rem;
		font-weight: 600;
		margin: 0 auto 1rem auto;
		display: block;
		text-align: center;
}
.card.info-card .card-body .info {
		display: block;
		text-align: start;
		margin-left: 1rem;
}
.card.info-card:hover .card-header img {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
}
.card.info-card .card-header img, .card.info-card:hover .card-header img {
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
}
.card.info-card .card-body .star_mode li {
		padding-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: .5rem;
}
/************************
BLOCK 1
************************/
.block_01 {
		background-color: #ffffff;
		padding: 4rem 0;
		overflow: hidden;
}
/************************
BLOCK 2
************************/
.block_02 {
		background-color: #282828;
		padding: 4rem;
}
/************************
BLOCK 3
************************/
.block_03 {
		background-image: url("../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 4rem;
		background-color: #e9eaee;
}
.box-topic h2 {
		font-size: 2.5rem;
		line-height: 1.5;
		font-weight: 900;
		letter-spacing: 1px;
}
.box-topic p {
		font-size: 1.25rem;
		line-height: 1.5;
		letter-spacing: 2px;
		font-weight: 600;
}
.block_01 .remark-text {
		font-size: 1rem;
}
@media (min-width:1600px) {
		.box-topic h2 {
				font-size: 2.75rem;
		}
		.box-topic p {
				font-size: 1.5rem;
		}
}
@media (min-width:1920px) {
		.block_03 {
				background-size: 2560px auto;
		}
}
@media (max-width:1199px) {
		.card.info-card .card-body .title {
				font-size: 1.25rem;
		}
		.card.info-card .card-body .info {
				font-size: .825rem;
		}
		.block_03 {
				padding: 4rem 0;
		}
		.box-topic h2 {
				font-size: 2rem;
		}
		.box-topic p {
				font-size: 1.125rem;
		}
		.card.content .card-header {
				font-size: 1.5rem;
		}
		.card.info-card {
				max-width: 250px;
		}
		.card.content > .card-body {
				padding: 1rem;
		}
		.card.info-card .card-body {
				padding: 1rem 0;
		}
		.block_03 {
				background-size: cover;
		}
}
@media (max-width:991px) {
		.box-topic h2 {
				font-size: 1.75rem;
		}
		.box-topic p {
				font-size: 1rem;
		}
		.card.content {
				border-radius: 1rem;
		}
		.card.content > .card-body {
				padding: .75rem;
		}
		.card.info-card {
				max-width: 210px;
		}
		.card.content .card-header {
				font-size: 1.25rem;
		}
		.card.info-card .card-body .title {
				font-size: 1.125rem;
		}
		.card.info-card .card-body .info {
				font-size: .75rem;
		}
		.card.info-card .card-body .star_mode li {
				margin-bottom: .25rem;
		}
		.card.info-card .card-body {
				padding: 1rem 0 .5rem 0;
		}
		.awards-block .star {
				max-width: 45px;
				right: 0;
				top: 0;
		}
		.awards-block {
				padding-right: 45px;
				padding-top: 15px;
				margin: 2rem 1rem 0 0;
		}
		.awards-block .title {
				font-size: 1rem;
				right: 8px;
		}
		.awards-block .info {
				font-size: .75rem;
				line-height: 1.5;
		}
		.star_mode li .icon::before, .star_mode li::before {
				left: 0;
				top: 2px;
				bottom: auto;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.card.info-card {
				max-width: 220px;
		}
		.card.info-card .card-body .title br {
				display: none !important;
		}
}
@media (max-width:767px) {
		.card.info-card .card-body .title {
				font-size: 1rem;
				min-height: inherit;
		}
		.star_mode li .icon::before, .star_mode li::before {
				top: 3px;
		}
		.card.info-card {
				max-width: 190px;
		}
		.btn-more {
				padding: .35rem 1.5rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.block_03 {
				padding: 4rem .0;
		}
		.card.info-card .card-body .info {
				margin-left: 0;
		}
		.card.info-card .card-body {
				padding: 1rem .25rem .5rem .25rem;
		}
		.card.info-card {
				max-width: 165px;
		}
		.card.info-card .card-body .title {
				font-size: .85rem;
		}
		.star_mode li .icon::before, .star_mode li::before {
				width: 8px;
				height: 8px;
				top: 5px;
		}
		.star_mode li .icon {
				left: -10px;
		}
		.card.info-card .card-body .title br, br.d-xs-block {
				display: block !important;
		}
		.star_mode {
				padding-left: .35rem !important;
		}
		.block_03 .col-sm {
				-webkit-box-flex: 1;
				-ms-flex: 1 0 0%;
				flex: 1 0 0%;
		}
		.block_03 .col-sm-auto {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
		}
}
@media (max-width:480px) {
		.card.info-card .card-body .title {
				font-size: 1.275rem;
				display: inline-block;
		}
		.star_mode li .icon::before, .star_mode li::before {
				top: 4px;
		}
		.card.info-card .card-body .info {
				font-size: .85rem;
		}
		.block_03 {
				padding: 4rem 2rem;
		}
		.block_01 {
				padding: 2rem 0 2rem 0;
		}
		.block_02 {
				padding: 1.5rem 1rem;
		}
		.box-topic h2 {
				font-size: 1.375rem;
		}
		.box-topic p {
				font-size: .875rem;
				letter-spacing: normal;
		}
		.card.info-card {
				max-width: 100%;
		}
		.awards-block .star {
				max-width: 35px;
				right: 0;
				top: 0;
		}
		.awards-block {
				padding-right: 35px;
				padding-top: 10px;
				margin: 2rem 0 0 0;
		}
		.awards-block .title {
				font-size: .85rem;
				right: 3px;
		}
		.awards-block .info {
				font-size: 2.125vw;
				line-height: 1.5;
		}
}
@media (max-width:320px) {
		.card.info-card .card-body .title {
				font-size: 1.25rem;
		}
		.box-topic h2 {
				font-size: 1.25rem;
		}
		.box-topic p {
				font-size: .8125rem;
				letter-spacing: normal;
		}
		br.d-xs-block {
				display: block !important;
		}
		br.d-xs-none {
				display: none !important;
		}
		.block_03 {
				padding: 4rem 1rem;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 10px;
				bottom: 2em;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 8px;
				bottom: 1rem;
		}
}