@charset "UTF-8";

body {
	background-color: #f6f5f0;
	font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
	color: #595757;
}

a,
a:hover {
	color: #595757;
	text-decoration: none;
}

section {
	overflow-x: hidden;
}

footer {
	margin-bottom: 15px;
}

.bg-custom {
	background: url("../images/portal/bg_header.jpg") repeat-x center center;
	background-color: #17464a !important;
	background-size: cover;
	padding: 0;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.bg-navbar ul {
	display: none;
	font-size: 1.125rem;
}

@media (max-width: 767px) {
	.bg-custom {
		background-position: center top;
		background-size: 100% 74px;
		padding: 0.5rem 1rem;
	}

	.bg-navbar ul {
		display: block;
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	.bg-navbar {
		background: url("../images/portal/img_title.png") no-repeat center center;
		width: 100%;
		height: 102px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.bg-navbar {
		background: url("../images/portal/img_title.png") no-repeat center center;
		flex-basis: auto;
		width: auto;
		height: 50px;
		background-size: contain;
		display: flex!important;
	}
}

/************* Hamburger *************/
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border: 0;
}
@media (min-width: 768px) {
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}
@media (max-width: 767px) {
	.navbar-expand-lg .navbar-toggler {
		display: block;
	}
}
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #fff;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    top: -11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
	padding-left: calc(100%/2 - 65px);
}

.navbar-nav .dropdown-toggle::after {
    color: white;
}

.dropdown-toggle::after {
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
	border: 0;
	transition-duration: 0.5s;
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
	border: 0;
	transform: rotate(-180deg);
	transition-duration: 0.5s;
}

.navbar-nav .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.3);
	border: 0;
}

.navbar-nav .dropdown-item {
	color: white;
	font-size: 1.125rem;
	text-align: center;
	border-bottom: 1px dashed white;
}

.container-box-shadow {
	-webkit-box-shadow: 0px 2px 6px 0px rgba(136, 156, 176, 0.1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(136, 156, 176, 0.1);
	box-shadow: 0px 2px 6px 0px rgba(136, 156, 176, 0.1);
}

.left-boxshaow {
	-webkit-box-shadow: 30px 0px 15px -30px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 30px 0px 15px -30px rgba(0, 0, 0, 0.3);
	box-shadow: 30px 0px 15px -30px rgba(0, 0, 0, 0.3);
}

.card-title {
	font-size: 1.25rem;
	font-weight: bold;
	padding: 10px 15px;
	border: 1px solid #f3b702;
}

ul.halo-circle li {
	position: relative;
	padding: 15px;
	padding-left: calc(100%/2 - 65px);
	border-bottom: 1px dashed #898989;
}

ul.halo-circle li:nth-child(1) a:before {
	content: url("../images/portal/board_icon_muted.png");
    width: 100%;
    height: 100%;
}
ul.halo-circle li:nth-child(1) a:hover:before {
	content: url("../images/portal/board_icon.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.halo-circle li:nth-child(1) a.active:before {
	content: url("../images/portal/board_icon.png");
}
ul.halo-circle li:nth-child(2) a:before {
	content: url("../images/portal/calendar_icon_muted.png");
    width: 100%;
    height: 100%;
}
ul.halo-circle li:nth-child(2) a:hover:before {
	content: url("../images/portal/calendar_icon.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.halo-circle li:nth-child(2) a.active:before {
	content: url("../images/portal/calendar_icon.png");
}
ul.halo-circle li:nth-child(3) a:before {
	content: url("../images/portal/download_icon_muted.png");
    width: 100%;
    height: 100%;
}
ul.halo-circle li:nth-child(3) a:hover:before {
	content: url("../images/portal/download_icon.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.halo-circle li:nth-child(3) a.active:before {
	content: url("../images/portal/download_icon.png");
}


ul.halo-circle li:nth-child(3) div a {
	font-size: 1.125rem;
	text-indent: 13px;
	border: 0;
	padding: .5rem 1.25rem;
} 

ul.halo-circle li:nth-child(3) div a:before,
ul.halo-circle li:nth-child(3) div a:hover:before {
	content: " ";
}
ul.halo-circle li:nth-child(3) div a.list-group-item.active {
	content: " ";
	z-index: 2;
    color: #74b70b;
    background: none;
    border: none;
} 
ul.halo-circle li:nth-child(3) div a.list-group-item.active:before {
	content: " ";
} 
ul.halo-circle li:nth-child(3) div a.list-group-item.active:after {
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 8px;
}

ul.halo-circle li:nth-child(3) div a.list-group-item:hover,
ul.halo-circle li:nth-child(3) div a.list-group-item:active,
ul.halo-circle li:nth-child(3) div a.list-group-item:focus {
	color: #74b70b;
	background-color: transparent;
}


ul.halo-circle li:nth-child(4) a:before {
	content: url("../images/portal/link_icon_muted.png");
    width: 100%;
    height: 100%;
}
ul.halo-circle li:nth-child(4) a:hover:before {
	content: url("../images/portal/link_icon.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.halo-circle li:nth-child(4) a.active:before {
	content: url("../images/portal/link_icon.png");
}
ul.halo-circle li:nth-child(5) a:before {
	content: url("../images/portal/QA_icon_muted.png");
    width: 100%;
    height: 100%;
}
ul.halo-circle li:nth-child(5) a:hover:before {
	content: url("../images/portal/QA_icon.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.halo-circle li:nth-child(5) a.active:before {
	content: url("../images/portal/QA_icon.png");
}

ul.halo-circle li:nth-child(5) div a {
	font-size: 1.125rem;
	text-indent: 13px;
	border: 0;
	padding: .5rem 1.25rem;
} 

ul.halo-circle li:nth-child(5) div a:before,
ul.halo-circle li:nth-child(5) div a:hover:before {
	content: " ";
}
ul.halo-circle li:nth-child(5) div a.list-group-item.active {
	content: " ";
	z-index: 2;
    color: #74b70b;
    background: none;
    border: none;
} 
ul.halo-circle li:nth-child(5) div a.list-group-item.active:before {
	content: " ";
} 
ul.halo-circle li:nth-child(5) div a.list-group-item.active:after {
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 8px;
}

ul.halo-circle li:nth-child(5) div a.list-group-item:hover,
ul.halo-circle li:nth-child(5) div a.list-group-item:active,
ul.halo-circle li:nth-child(5) div a.list-group-item:focus {
	color: #74b70b;
	background-color: transparent;
} 

@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}

	65% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	80% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	30% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}

	65% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	80% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}


ul.halo-circle li a span {
	font-size: 1.125rem;
	font-weight: bold;
	display: inline-block;
	padding-left: 7px;
	vertical-align: top;
}

.border-bot-green {
	border-bottom: 2px solid #9cc55b;
}

.login-content-title {
	font-size: 1.5rem;
	font-weight: bold;
	color: black;
}

.login-content-subtitle {
	font-family: Arial;
	color: #f3b909;
}

.note-info {
	color: #0b88b7;
}

form .form-group select.custom-select{
	background: none !important;
} 

form .form-group select+i.fa {
    float: right;
    margin-top: -26px;
    margin-right: 6px;
    pointer-events: none;
    background-color: transparent;
    padding-right: 5px;
}


.refresh {
	font-size: 0.75rem;
}

.btn-sumbit {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding: .75rem 1.25rem;
	background-color: #ebbd37;
	border-color: #ebbd37;
}

.btn-sumbit:hover {
	color: #fff;
	background-color: #bc9627;
	border-color: #bc9627;
}

.btn-register {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding: .75rem 1.25rem;
	background-color: #ac2;
	border-color: #ac2;
}

.btn-register:hover {
	color: #fff;
	background-color: #681;
	border-color: #681;
}



/******* Billboards *******/
.content-table ul li {
	padding: .75rem .3rem;
}

.content-table ul li:nth-of-type(odd) {
    background-color: #fff;
}

.content-table ul li:nth-of-type(even) {
    background-color: #f2f2f3;
}
.icon-animated:hover i {
	-webkit-animation: swing 1s ease;
            animation: swing 1s ease;
  	-webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}
.icon-animated:hover span {
	color: #f3b909!important;
}
/******* Billboards *******/



/******* Faq *******/
.faq .card {
	border: 0;
	border-bottom: 1px dashed #898989!important;
}
.faq .card-header {
	background-color: transparent;
	border: 0;
}
.faq .btn-link {
    text-align: left;
    color: black;
    width: 100%;
    padding: .25rem 1.25rem;
    border: 1px solid transparent;
}
.faq .btn-link:hover,
.faq .btn-link:hover i.fa-question-circle {
	color: #fb5392;
}
.faq .btn-link:hover,
.faq .btn-link:active,
.faq .btn-link:focus {
	text-decoration: none;
}
.faq .card .card-body {
	margin-left: 2.5rem;
	padding: 0 .5rem .75rem 1.5rem;
}
.faq i.fa-question-circle {
	color: #f3b909;
}

.faq .card.active {
	background-color: #f2f2f3;
}
.faq .card.active .btn-link,
.faq .card.active .btn-link i.fa-question-circle {
	color: #fb5392;
}

.faq.accordion .btn-link:after {
	color: #595757;
    font-size: 1rem;
    line-height: 1.5;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    position: absolute;
    right: 1rem;
	top: 1rem;
	transition-duration: 0.5s;
}
.faq.accordion .btn-link[aria-expanded="true"]:after {
	transform: rotate(-180deg);
	transition-duration: 0.5s;
}
.page-menu.show {
    padding: 0px;
    min-width: auto;
}
.page-link {
    background-color: #ededed;
    color: #666666;
}
.page-link:hover {
    background-color: #cccccc;
    color: #fff;
}
.btn-page {
	background-color: #fff;
	color: #666666;
}

/******* Faq *******/

@media (min-width: 1600px) {
	.large_page .container {
		max-width: 1480px;
	}
}

/******* Review *******/
ul.review-circle li {
	position: relative;
	padding: 15px;
	padding-left: calc(100%/2 - 65px);
	border-bottom: 1px dashed #898989;
}

ul.review-circle li:nth-child(1) a:before {
	content: url("../img/ic_review01_muted.png");
    width: 100%;
    height: 100%;
}
ul.review-circle li:nth-child(1) a:hover:before {
	content: url("../img/ic_review01.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.review-circle li:nth-child(1) a.active:before {
	content: url("../img/ic_review01.png");
}
ul.review-circle li:nth-child(2) a:before {
	content: url("../img/ic_review02_muted.png");
    width: 100%;
    height: 100%;
}
ul.review-circle li:nth-child(2) a:hover:before {
	content: url("../img/ic_review02.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.review-circle li:nth-child(2) a.active:before {
	content: url("../img/ic_review02.png");
}
ul.review-circle li:nth-child(3) a:before {
	content: url("../img/ic_review03_muted.png");
    width: 100%;
    height: 100%;
}
ul.review-circle li:nth-child(3) a:hover:before {
	content: url("../img/ic_review03.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.review-circle li:nth-child(3) a.active:before {
	content: url("../img/ic_review03.png");
}
ul.review-circle li:nth-child(4) a:before {
	content: url("../img/ic_review04_muted.png");
    width: 100%;
    height: 100%;
}
ul.review-circle li:nth-child(4) a:hover:before {
	content: url("../img/ic_review04.png");

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
ul.review-circle li:nth-child(4) a.active:before {
	content: url("../img/ic_review04.png");
}

ul.review-circle li a span {
	font-size: 1.125rem;
	font-weight: bold;
	display: inline-block;
	padding-left: 7px;
	vertical-align: top;
}

.table-responsive .table th,
.table-responsive .table td {
	white-space: nowrap;
}
.table .thead-info th {
    color: #fff;
    background-color: #489bc2;
}
.table .thead-me  th {
    color: #fff;
    background-color: #f3b909;
}
.table .thead-sch  th {
    color: #fff;
    background-color: #AE0000;
}
/******* Review *******/


.mb-28{
	margin-bottom: 28px;
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.5) ;
}
/******* Student List *******/
ul.student-list li {
	position: relative;
	padding: 15px;
	padding-left: calc(100%/2 - 75px);
	border-bottom: 1px dashed #898989;
}

ul.student-list li.menu-item a:before {width: 100%;height: 100%;}
ul.student-list li.menu-item a:hover:before {-webkit-animation: swing 1s ease;animation: swing 1s ease;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;}

ul.student-list li.menu-changepwd a:before {content: url("../images/index/ic_s_list01_muted.png");}
ul.student-list li.menu-changepwd a:hover:before {content: url("../images/index/ic_s_list01.png");}
ul.student-list li.menu-changepwd a.active:before {content: url("../images/index/ic_s_list01.png");}

ul.student-list li.menu-petitionwork a:before {content: url("../images/index/ic_s_list02_muted.png");}
ul.student-list li.menu-petitionwork a:hover:before {content: url("../images/index/ic_s_list02.png");}
ul.student-list li.menu-petitionwork a.active:before {content: url("../images/index/ic_s_list02.png");}

ul.student-list li.menu-planchange a:before {content: url("../images/index/ic_s_list03_muted.png");}
ul.student-list li.menu-planchange a:hover:before {content: url("../images/index/ic_s_list03.png");}
ul.student-list li.menu-planchange a.active:before {content: url("../images/index/ic_s_list03.png");}

ul.student-list li.menu-result a:before {content: url("../images/index/ic_s_list06_muted.png");}
ul.student-list li.menu-result a:hover:before {content: url("../images/index/ic_s_list06.png");}
ul.student-list li.menu-result a.active:before {content: url("../images/index/ic_s_list06.png");}

ul.student-list li.menu-evaluation a:before {content: url("../images/index/ic_s_list09_muted.png");}
ul.student-list li.menu-evaluation a:hover:before {content: url("../images/index/ic_s_list09.png");}
ul.student-list li.menu-evaluation a.active:before {content: url("../images/index/ic_s_list09.png");}

ul.student-list li.menu-visit a:before {content: url("../images/index/ic_s_list07_muted.png");}
ul.student-list li.menu-visit a:hover:before {content: url("../images/index/ic_s_list07.png");}
ul.student-list li.menu-visit a.active:before {content: url("../images/index/ic_s_list07.png");}
/*
ul.student-list li:nth-child(7) a:before {content: url("../images/index/ic_s_list08_muted.png");}
ul.student-list li:nth-child(7) a:hover:before {content: url("../images/index/ic_s_list08.png");}
ul.student-list li:nth-child(7) a.active:before {content: url("../images/index/ic_s_list08.png");}

ul.student-list li:nth-child(8) a:before {content: url("../images/index/ic_s_list10_muted.png");}
ul.student-list li:nth-child(8) a:hover:before {content: url("../images/index/ic_s_list10.png");}
ul.student-list li:nth-child(8) a.active:before {content: url("../images/index/ic_s_list10.png");}

ul.student-list li:nth-child(9) a:before {content: url("../images/index/ic_s_list08_muted.png");}
ul.student-list li:nth-child(9) a:hover:before {content: url("../images/index/ic_s_list08.png");}
ul.student-list li:nth-child(9) a.active:before {content: url("../images/index/ic_s_list08.png");}

ul.student-list li:nth-child(10) a:before {content: url("../images/index/ic_s_list09_muted.png");}
ul.student-list li:nth-child(10) a:hover:before {content: url("../images/index/ic_s_list09.png");}
ul.student-list li:nth-child(10) a.active:before {content: url("../images/index/ic_s_list09.png");}

ul.student-list li:nth-child(11) a:before {content: url("../images/index/ic_s_list10_muted.png");}
ul.student-list li:nth-child(11) a:hover:before {content: url("../images/index/ic_s_list10.png");}
ul.student-list li:nth-child(11) a.active:before {content: url("../images/index/ic_s_list10.png");}
*/
ul.student-list li a span {
	font-size: 1.125rem;
	font-weight: bold;
	display: inline-block;
	padding-left: 7px;
	vertical-align: top;
}

.card-row .card .card-body {
	height: 46px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.card-text {
	vertical-align: middle;
}
.bg-blue {
	background-color: #489bc2;
}
.button-border-1y {
	background-color: #f6f5f0;
	border: 1px solid #fdd000;
	padding: 5px 40px;
	line-height: 36px;
}
@media (max-width: 767px) {
	.button-border-1y {
		width: 100%;
		display: inline-block;
	}
}
.table .thead-success th {
    color: #fff;
    background-color: #a4c56e;
}
.inputDnD .form-control-file {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 110px;
	outline: none;
	visibility: hidden;
	cursor: pointer;
}

.inputDnD .form-control-file:before {
	content: "上傳檔案(PDF,PNG,JPG) \a 可拖曳上傳";
	color: #595757;
	white-space: pre;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 110px;
	line-height: 1.75em;
	padding-top: 2.5em;
	opacity: 1;
	visibility: visible;
	text-align: center;
	border: 1px dashed #595757;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
}

.inputDnD .form-control-file:hover:before {
	border-style: solid;
	box-shadow: inset 0px 0px 0px 0.25em #595757;
}
.inputDnD .form-control-file:after {
	content: "請點學生之生活照";
	color: #db0542;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	min-height: 100px;
	padding-top: 1em;
	opacity: 1;
	visibility: visible;
	text-align: center;
	overflow: hidden;
}

/******* Judge List *******/
ul.judge-list li {
	position: relative;
	padding: 15px;
	padding-left: calc(100%/2 - 65px);
	border-bottom: 1px dashed #898989;
}

ul.judge-list li.menu-item a:before {width: 100%;height: 100%;}
ul.judge-list li.menu-item a:hover:before {-webkit-animation: swing 1s ease;animation: swing 1s ease;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;}

ul.judge-list li.menu-changepwd a:before {content: url("../images/index/ic_s_list01_muted.png");}
ul.judge-list li.menu-changepwd a:hover:before {content: url("../images/index/ic_s_list01.png");}
ul.judge-list li.menu-changepwd a.active:before {content: url("../images/index/ic_s_list01.png");}

ul.judge-list li.menu-profile a:before {content: url("../images/index/ic_s_list02_muted.png");}
ul.judge-list li.menu-profile a:hover:before {content: url("../images/index/ic_s_list02.png");}
ul.judge-list li.menu-profile a.active:before {content: url("../images/index/ic_s_list02.png");}

ul.judge-list li.menu-apply a:before {content: url("../images/index/ic_s_list03_muted.png");}
ul.judge-list li.menu-apply a:hover:before {content: url("../images/index/ic_s_list03.png");}
ul.judge-list li.menu-apply a.active:before {content: url("../images/index/ic_s_list03.png");}

ul.judge-list li.menu-auditing a:before {content: url("../images/index/ic_s_list04_muted.png");}
ul.judge-list li.menu-auditing a:hover:before {content: url("../images/index/ic_s_list04.png");}
ul.judge-list li.menu-auditing a.active:before {content: url("../images/index/ic_s_list04.png");}

ul.judge-list li.menu-visit a:before {content: url("../images/index/ic_s_list08_muted.png");}
ul.judge-list li.menu-visit a:hover:before {content: url("../images/index/ic_s_list08.png");}
ul.judge-list li.menu-visit a.active:before {content: url("../images/index/ic_s_list08.png");}

ul.judge-list li.menu-evaluation a:before {content: url("../images/index/ic_s_list07_muted.png");}
ul.judge-list li.menu-evaluation a:hover:before {content: url("../images/index/ic_s_list07.png");}
ul.judge-list li.menu-evaluation a.active:before {content: url("../images/index/ic_s_list07.png");}

ul.judge-list li a span {
	font-size: 1.125rem;
	font-weight: bold;
	display: inline-block;
	padding-left: 7px;
	vertical-align: top;
}

/******* Edu List *******/
ul.edu-list li {
	position: relative;
	padding: 15px;
	padding-left: calc(100%/2 - 80px);
	border-bottom: 1px dashed #898989;
}

ul.edu-list li.menu-item a:before {width: 100%;height: 100%;}
ul.edu-list li.menu-item a:hover:before {-webkit-animation: swing 1s ease;animation: swing 1s ease;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;}

ul.edu-list li.menu-changepwd a:before {content: url("../images/index/ic_s_list01_muted.png");}
ul.edu-list li.menu-changepwd a:hover:before {content: url("../images/index/ic_s_list01.png");}
ul.edu-list li.menu-changepwd a.active:before {content: url("../images/index/ic_s_list01.png");}

ul.edu-list li.menu-home a:before {content: url("../images/index/ic_s_list02_muted.png");}
ul.edu-list li.menu-home a:hover:before {content: url("../images/index/ic_s_list02.png");}
ul.edu-list li.menu-home a.active:before {content: url("../images/index/ic_s_list02.png");}

ul.edu-list li.menu-work a:before {content: url("../images/index/ic_s_list03_muted.png");}
ul.edu-list li.menu-work a:hover:before {content: url("../images/index/ic_s_list03.png");}
ul.edu-list li.menu-work a.active:before {content: url("../images/index/ic_s_list03.png");}

ul.edu-list li.menu-member a:before {content: url("../images/index/ic_s_list04_muted.png");}
ul.edu-list li.menu-member a:hover:before {content: url("../images/index/ic_s_list04.png");}
ul.edu-list li.menu-member a.active:before {content: url("../images/index/ic_s_list04.png");}

ul.edu-list li.menu-nsch a:before {content: url("../images/index/ic_s_list05_muted.png");}
ul.edu-list li.menu-nsch a:hover:before {content: url("../images/index/ic_s_list05.png");}
ul.edu-list li.menu-nsch a.active:before {content: url("../images/index/ic_s_list05.png");}

ul.edu-list li.menu-audit a:before {content: url("../images/index/ic_s_list05_muted.png");}
ul.edu-list li.menu-audit a:hover:before {content: url("../images/index/ic_s_list05.png");}
ul.edu-list li.menu-audit a.active:before {content: url("../images/index/ic_s_list05.png");}

ul.edu-list li.menu-changeplan a:before {content: url("../images/index/ic_s_list06_muted.png");}
ul.edu-list li.menu-changeplan a:hover:before {content: url("../images/index/ic_s_list06.png");}
ul.edu-list li.menu-changeplan a.active:before {content: url("../images/index/ic_s_list06.png");}

ul.edu-list li.menu-auditing a:before {content: url("../images/index/ic_s_list10_muted.png");}
ul.edu-list li.menu-auditing a:hover:before {content: url("../images/index/ic_s_list10.png");}
ul.edu-list li.menu-auditing a.active:before {content: url("../images/index/ic_s_list10.png");}

ul.edu-list li.menu-noaudit a:before {content: url("../images/index/ic_s_list08_muted.png");}
ul.edu-list li.menu-noaudit a:hover:before {content: url("../images/index/ic_s_list08.png");}
ul.edu-list li.menu-noaudit a.active:before {content: url("../images/index/ic_s_list08.png");}

ul.edu-list li.menu-visit a:before {content: url("../images/index/ic_s_list09_muted.png");}
ul.edu-list li.menu-visit a:hover:before {content: url("../images/index/ic_s_list09.png");}
ul.edu-list li.menu-visit a.active:before {content: url("../images/index/ic_s_list09.png");}

ul.edu-list li.menu-evaluation a:before {content: url("../images/index/ic_s_list07_muted.png");}
ul.edu-list li.menu-evaluation a:hover:before {content: url("../images/index/ic_s_list07.png");}
ul.edu-list li.menu-evaluation a.active:before {content: url("../images/index/ic_s_list07.png");}

ul.edu-list li a span {
	font-size: 1.125rem;
	font-weight: bold;
	display: inline-block;
	padding-left: 7px;
	vertical-align: top;
}


.hint{display: none;}
@media (max-width: 767px) {
  .hint{
    display: block;
    position: absolute;
    top: 30%;
    left: 30%;
    padding: 10px 15px;
    background: rgba(0,0,0,0.35);
    color: white;
    border-radius: 50px;
    z-index: 99999;
  }
}

.hint i {
  padding-right: 10px;
}


.t-14 {
	font-size: 0.875rem;
}
.text-orange {
	color: #f3b909;
}
.text-light-green {
	color: #9cc55b;
}
.text-gray {
	color: #595757;
}
.text-pink {
	color: #ff2f7f;
}
.text-pass {
	color: #ff2f7f;
}
.text-unckeck {
	color: #595757;
}
.text-nopass {
	color: #0b88b7;
}
/************* Go Top *************/
.back-to-top {
	background-color: white;
	font-size: 1rem;
	position: fixed;
	width: 48px;
	height: 48px;
	border: 1px solid #c8c8c8;
	border-radius: 50%;
	padding: 0;
	bottom: 25px;
	right: 20px;
	display: none;
}

.back-to-top:hover {
	color: #836929;
}

.back-to-top p {
	font-size: 0.75em;
	font-family: Verdana;
	font-weight: bold;
	line-height: initial;
	color: #e6217d;
	padding: 10px 0 0;
	margin: 0 0 -5px;
}

.back-to-top p:hover {
	color: #b40f5c;
}

.back-to-top i {
	color: #e6217d;
}

.back-to-top i:hover {
	color: #b40f5c;
}

/************* Go Top **************/


/* remove the original arrow */
select.input-lg {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	/* no standardized syntax available, no ie-friendly solution available */
}

select+i.fa {
	float: right;
	margin-top: -26px;
	margin-right: 5px;
	/* this is so when you click on the chevron, your click actually goes on the dropdown menu */
	pointer-events: none;
	/* everything after this is just to cover up the original arrow */
	/* (for browsers that don't support the syntax used above) */
	background-color: #fff;
	padding-right: 5px;
}