@charset "utf-8";
/* CSS Document */

.accordion {
margin: 3em auto;
max-width: 60vw;
}
.toggle {
display: none;
}
.option {
position: relative;
/*margin-bottom: 1em;*/
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
padding: 1em;
display: block;
color: #FFF;
font-weight: bold;
cursor:pointer;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #FFF;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
padding-top: 1.5em;
}

.toggle:checked + .title + .content {
max-height: 4000px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}

.amzbms_toggle {
	background-color:#3c7ed4;
}
.asbmr_toggle {
	background-color:#a40045;
}
.ects_toggle {
	background-color:#168919;
}
.ifmrs_toggle {
	background-color:#E16900;
}
.joint-study_toggle {
	background-color:#DB15CD;
}
i {
	color: #E02D30; #E02D305;
	margin-right: 5px;
}