﻿@font-face {
    font-family: 'Noto Sans TC';
    src: url(/font/Noto_Sans_TC/NotoSansTC-Black.otf);
    src: url(/font/Noto_Sans_TC/NotoSansTC-Bold.otf);
    src: url(/font/Noto_Sans_TC/NotoSansTC-Light.otf);
    src: url(/font/Noto_Sans_TC/NotoSansTC-Medium.otf);
    src: url(/font/Noto_Sans_TC/NotoSansTC-Regular.otf);
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}
.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: none;
}
.btn:focus {
    box-shadow: none;
}

a {
    text-decoration: none;
}
/* /*login*/ */
/* .login { */
    /* width: 25%; */
    /* min-height: 100vh; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: auto; */
    /* padding: 0 15px; */
/* } */
/* .login .card { */
    /* box-shadow: 0 0 10px rgb(0 0 0 / 50%); */
    /* padding: 50px 30px; */
/* } */
/* .login .logo_pic { */
    /* text-align: center; */
/* } */
/* .login .logo_pic img { */
    /* width: 250px; */
/* } */
/* .login .logo_title { */
    /* text-align: center; */
    /* font-family: 'Noto Sans TC'; */
    /* font-weight: bold; */
    /* font-size: 25px; */
    /* margin-bottom: 20px; */
    /* letter-spacing: 2px; */
/* } */
/* .login .form-group { */
    /* margin-bottom: 10px; */
/* } */
/* .login .form-check { */
    /* text-align: center; */
    /* margin: 15px 0; */
    /* padding: 0 10px; */
/* } */
/* .login .form-check .btn { */
    /* font-family: 'Noto Sans TC'; */
    /* font-weight: 500; */
    /* background: #ffffff; */
    /* border: 1px solid #000000; */
    /* border-radius: 0; */
    /* letter-spacing: 2px; */
    /* margin-left: 15px; */
    /* transition: all 0.6s ease; */
/* } */
/* .login .form-check .btn:hover { */
    /* background: #000000; */
    /* color: #ffffff; */
/* } */
/* .login .copy-text { */
    /* font-family: 'Noto Sans TC'; */
    /* font-weight: 500; */
    /* text-align: center; */
/* } */
/* .login .error_txt { */
    /* font-family: 'Noto Sans TC'; */
    /* font-weight: bold; */
    /* text-align: center; */
    /* color: #ff0000; */
    /* font-size: 18px; */
    /* letter-spacing: 2px; */
/* } */
/*side1 */
.side1 {
    height: 100vh;
}
/*side2 */
.side2 {
    border-left: 1px solid #c9c9c9;
}
/*menu*/
.accordion {
    padding: 0;
}

.accordion > li {
    border-bottom: 1px solid #c9c9c9;
	color: 	#2F0000;
}
.accordion li a {
    color: 	#2F0000;
    font-family: 'Noto Sans TC';
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
}
.accordion li a.m_tit {
    display: block;
    padding: 5px 0;
	
}
.accordion li a.c_tit {
    display: block;
    padding: 5px 0;
	color:	#003E3E;
}
.accordion li a .fas {
    padding-right: 10px;
	color:#930000;
}
.accordion li a .fas1 {
    padding-right: 10px;
	color:	#000093;
}
.accordion li > .sub-menu {
    display: none;
    padding-left: 15px;
    padding-bottom: 5px;
    
}
.accordion li > .sub-menu li {
    padding-bottom: 5px;

}
/*main_top*/
/* .main_top { */
    /* margin: 10px 0; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* padding-bottom: 10px; */
    /* border-bottom: 1px solid #c9c9c9; */
/* } */
/* .main_top .btn_item { */
    /* position: absolute; */
    /* display: none; */
/* } */
/* .main_top .btn_item .btn { */
    /* border-radius: 0; */
    /* border: 1px solid #000000; */
    /* transition: all 0.6s ease; */
/* } */
/* .main_top .btn_item .btn:hover { */
    /* background: #000000; */
    /* color: #ffffff; */
/* } */
/* .main_top .txt_item { */
    /* text-align: center; */
    /* font-family: 'Noto Sans TC'; */
    /* font-weight: bold; */
    /* font-size: 22px; */
    /* letter-spacing: 5px; */
/* } */
/* .main_top .edit_itmes .btn { */
    /* background: #ffffff; */
    /* border-radius: 0; */
    /* border: 1px solid #000000; */
    /* margin: 0 10px; */
    /* font-family: 'Noto Sans TC'; */
    /* font-weight: 500; */
    /* font-size: 20px; */
    /* letter-spacing: 3px; */
    /* transition: all 0.6s ease; */
/* } */
/* .main_top .edit_itmes .btn:hover { */
    /* background: #000000; */
    /* color: #ffffff; */
/* } */

