@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap');
body{ font-size: 16px; font-family: 'Noto Sans TC', sans-serif; font-weight: 400; color: var(--color_grey);}
:root{
  --firstFont: 'Noto Sans TC', sans-serif;
  --Material: 'Material Icons';
  --Awesome: "Font Awesome 5 Free";
  --font_24: 24px;
  --color_grey: #434343;
  --color_grey-2: #747474;
  --color_grey-3:#E0E1E5;
  --color_green:#3AB14D;
  --color_bebygreen:#F0FFDD;
  --color_babyblue:#D2F0FF;
  --color_skyblue:#6197FF;
  --color_darkblue:#3c64b1;
  --color_black:#000;
  --color_red:#f44336;
  --line_grey:#CBCBCB;
  --line_greylight:#a9a9a9;
  --bg_white:#fff;
  --bg_greyBlue:#D2D5DF;
  --point_red:#BF1616;
  --brown:#A99D8F;
  --bs-border-radius-xl: .7rem;
  --bs-border-radius-xxl: 1rem;
}
/*預設設定*/
a{
  color: var(--line_greylight);
}
a:hover{
  color: var(--color_black);
}
::placeholder {
  color: var(--line_grey) !important;
}
textarea{
  height: auto;
}
img{ max-width: 100%;}
.modal .modal-content .modal-body{
  color: var(--color_grey);
}
.card{
  margin-bottom: 15px;
  margin-top: 0;
}
.border{
  border:1px solid #CBCBCB !important;
}
.content_nologin{
  margin: 60px 0 0 0;
}
.breadcrumb{
  margin-bottom: 0;
}
.breadcrumb li{
  font-weight: 400;
}
.breadcrumb li.active{
  background-color: transparent !important;
}
.w-60p{ width: 60px;}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl)!important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl)!important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/*list-style*/
ul.list-disc{
  padding-left: 30px;
}
ul.list-disc li{
  list-style: disc;
  margin-bottom: 1rem;
}
.modal .modal-content{
  border-radius: 10px;
}
.modal .modal-header{
  padding: 0 10px;
}
.modal .modal-header .close{
  font-size: 28px;
}

/*階段進度條*/
.progress-bar-wrapper li.section{
}
.progress-bar-wrapper li.section.visited.current::before{
  box-shadow: none;
  top: 7px;
}
.progress-bar-wrapper li.section::after{
  mask: none;
  background-color: transparent;
}
.progress-bar-wrapper li.section::before{
  width: 20px;
  height: 20px;
  top: 7px;
  left: calc(50% - 10px);
  transform-origin: center center;
}
.progress-bar-wrapper .status-bar{
  height: 10px;
  top: 22px;
}
.progress-bar-wrapper .current-status{
  height: 10px;
  background-color: var(--color_black);
}
@keyframes changeBackground {
  from {
    background: gray;
    transform: scale(1);
  }
  to {
    background: black;
    transform: scale(1.5);
  }
}

/*时间套件*/
.date_JQ{
}
.date_JQ button{
  border: 0;
}
.vanilla-calendar{
  background-color: transparent;
  /* width: auto; */
  /* max-width: 350px; */
  transform:scale(1);
  box-shadow: none;
  border: 0;
}
.vanilla-calendar .vanilla-calendar-week{
  background-color: transparent;
}
.vanilla-calendar .vanilla-calendar-week span{
  color: var(--color_grey);
}
.vanilla-calendar .vanilla-calendar-date span{
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vanilla-calendar .vanilla-calendar-date--selected{
  background-color: transparent;
  color: var(--color_grey);
}
.vanilla-calendar .vanilla-calendar-date--selected span{
  background-color: var(--color_green);
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vanilla-calendar .vanilla-calendar-date--today{
  background-color: transparent;
}
.vanilla-calendar .vanilla-calendar-date--today span{
  background-color: var(--color_green);
  color: #fff;
}

/*bg-color*/
.bg-grey{ background-color: var(--color_grey) !important;}
.bg-greybaby{ background-color: var(--color_grey-3) !important;}
.bg-greyBlue{ background-color: var(--bg_greyBlue) !important;}
.bg-brown2{ background-color: var(--brown) !important;}
.bg-white{ background-color: var(--bg_white) !important; color: inherit !important;}

/*font-color*/
.col-green{ color: var(--color_green);}
.col-greydark{ color: var(--color_grey);}
.col-greylight{ color: var(--line_greylight);}

/*label*/
.label{ border-radius: 15px;}

/*** top_bar ***/
.label-num {
  position: absolute;
  top: -2px;
  right: 2px;
  font-size: 12px;
  line-height: 15px;
  background-color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform:scale(.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification_box{
  line-height: 1.5em;
}
.notification_box .body{  
  padding:8px;
}
.notification_box ul.menu{
  font-weight: 400;
  padding-left: 15px;
}
.notification_box ul.menu li{
  position: relative;
  border-bottom: 1px solid var(--line_greylight);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.notification_box ul.menu .label-count {
  position: absolute;
  top: 6px;
  right: auto;
  left: -13px;
  font-size: 10px;
  line-height: 15px;
  background-color: #000;
  padding: 3px 3px;
  border-radius: 3px;
}
.notification_box p{ margin-bottom: 10px;}

.navbar-nav .dropdown-menu{
  border: 1px solid var(--line_grey);
}

/*btn*/
.btn.disabled, .disabled.btn-large, .disabled.btn-small, .btn-floating.disabled, .btn-large.disabled, .btn-small.disabled, .btn-flat.disabled, .btn:disabled, .btn-large:disabled, .btn-small:disabled, .btn-floating:disabled, .btn-large:disabled, .btn-small:disabled, .btn-flat:disabled, .btn[disabled], .btn-large[disabled], .btn-small[disabled], .btn-floating[disabled], .btn-large[disabled], .btn-small[disabled], .btn-flat[disabled]{
  background-color:#efefef !important;
  color:inherit !important;
  opacity: .5;
}

.btn{
  height: 36px;
}
.btn:not(.btn-link):not(.btn-circle){
  border-radius: 6px;
  box-shadow: none;
  font-weight: 400;
}
.btn_box .btn{
  /* padding: 3px 8px; */
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
}
.btn, .btn-large, .btn-small, .btn-flat{
}
.btn-outline-default{
  border: 1px solid #CBCBCB !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  height: auto;  
  min-height: 2em;
}
.btn-outline-default:hover{
  border-color: #CBCBCB !important;
  background-color: #888 !important;
  color: #fff !important;
}
.btn-outline-info{
  color: #7199bf !important;
  border: 1px solid #7199bf !important;
}
.btn-outline-info:hover{
  background: #7199bf !important;
  color: #fff !important;
  border: 1px solid #7199bf !important;
}
.btn-outline-success{
  color: var(--color_green) !important;
  border: 1px solid var(--color_green) !important;
}
.btn-outline-success:hover {
  background: var(--color_green) !important;
  border: 1px solid var(--color_green) !important;
}
.btn_back{
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: none;
  text-decoration: none;
  color: var(--color_grey);
  font-weight: 400;
}
.btn_back:hover,.btn_back:focus{
  background-color: transparent;
  box-shadow: none;
  color: var(--color_green);
}
.btn_back i.material-icons{
  font-size: 32px;
  height: auto;
}

/*上傳*/
.dropzone{ 
  background-color: var(--bg_white) !important;
  border: 3px dashed var(--line_grey) !important;
  border-radius: 15px;
  margin: 1.5rem 0;
}
.update a{ 
  color: inherit;
  transition: all .3s;
}
.update a:hover{
  border-color: var(--line_greylight) !important;
  transition: all .3s;
}

/*2-1-3 预约咨询师*/
.teacher_info{}
.info_box .img_box{

}
.main_box p{ margin-bottom: 10px;}
.main_box .contact_box{}


/*3.2*/
.two_ser_box .ser_text{
  max-width: 600px;
  margin: 0 auto;
}
.ser_cont_box .items .img_box{
  position: relative;  
}
.items2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ser_cont_box .items img{
  max-width: 90px;
}
.black_round{
  background-color: var(--color_black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  width: 60px;
  height: 60px;
}

/**/
.more_btn{ 
  padding: 10px 10px 30px 10px; 
  text-align: center;
}
.more_btn button{
  font-size: 2rem;
}

/*star*/
.star_bar .material-icons{ font-size: 30px; margin:0 1px;}

/*input*/
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea{
  border:1px solid var(--line_grey);
  border-radius: 6px;
  height: auto;
  padding: 3px;
  box-sizing: border-box;
  line-height: 1em;
  background-color: var(--bg_white);
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
  border: 1px solid var(--color_skyblue);
  -webkit-box-shadow: 0 1px 0 0 var(--color_skyblue);
  box-shadow: none;
}
.form-group .form-line:after{ display: none;}

/*owl*/
.owl-theme .owl-dots{ position: absolute; bottom: 0; width: 100%;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  bottom: 50%;
  width: 46px;
  height: 46px;
  font-size: 24px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
.owl-carousel .owl-nav button span{
  display: none;
}
.owl-theme .owl-nav{ height: 0px; margin-top: 0;}
.owl-theme .owl-nav [class*=owl-]:hover{
  background-color: rgba(0,0,0,0.25);
  background-image: url('../assets/images_plus/icon/owl_arrow.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-next{
  right: 0;
  background-image: url('../assets/images_plus/icon/owl_arrow.png');
  transform: rotate(180deg);
}
.owl-carousel .owl-nav button.owl-prev{
  left: 0;
  background-image: url('../assets/images_plus/icon/owl_arrow.png');
}

/*#single*/
/*紅色點點*/
#single.owl-theme .owl-dots .owl-dot.active span, #single.owl-theme .owl-dots .owl-dot:hover span{
  background-color: var(--point_red);
}

/*#teacherItem*/
/*黑色點點*/
#teacherItem.owl-theme .owl-dots .owl-dot.active span, #teacherItem.owl-theme .owl-dots .owl-dot:hover span{
  background-color: var(--color_black);
}
#teacherItem.owl-carousel .owl-item img{
  width: 100%;
  max-height: none;
}
#teacherItem.owl-theme .owl-dots{
  position: static;
}

/*#partner*/
/*黑色點點*/
#partner.owl-theme .owl-dots .owl-dot.active span, #partner.owl-theme .owl-dots .owl-dot:hover span{
  background-color: var(--color_black);
}
#partner.owl-carousel .owl-item img{
  width: 100%;
  max-height: none;
}
#partner.owl-theme .owl-dots{
  position: static;
}
#partner.owl-carousel .owl-nav button.owl-next{
  right: -60px;
}
#partner.owl-carousel .owl-nav button.owl-prev{
  left: -60px;
}
#partner.owl-carousel .owl-nav button.owl-next, #partner.owl-carousel .owl-nav button.owl-prev{
  top: calc(50% - 40px);
}
#partner.owl-theme .owl-dots{
  margin-top: 10px;
}

/**
.owl_style_1 用於 #comment #column_article
**/

/*灰色點點*/
.owl_style_1.owl-theme .owl-dots .owl-dot.active span, 
.owl_style_1.owl-theme .owl-dots .owl-dot:hover span{
  background-color:var(--color_grey);
}
.owl_style_1.owl-carousel .owl-item img{
  width: 100%;
  max-height: none;
}
.owl_style_1.owl-theme .owl-dots{
  position: static;
}
.owl_style_1.owl-theme .owl-dots .owl-dot span{
  background: var(--line_grey);
}

#student_list.owl_style_1 .owl-item img{
  width: auto;
}


/*date-time*/
.date-time.owl-carousel .owl-nav button.owl-next, .date-time.owl-carousel .owl-nav button.owl-prev{
  top: calc(50% - 30px);
}
.date-time.owl-carousel .owl-nav button.owl-next{
  right: -60px;
}
.date-time.owl-carousel .owl-nav button.owl-prev{
  left: -60px;
}

@media ( min-width: 992px ) {
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    display: block;
  }

}
@media ( min-width: 1200px ) {
  #teacherItem.owl-carousel .owl-nav button.owl-prev{
    left: -60px;
  }
  #teacherItem.owl-carousel .owl-nav button.owl-next{
    right: -60px;
  }
  .owl_style_1.owl-carousel .owl-nav button.owl-prev{
    left: -60px;
  }
  .owl_style_1.owl-carousel .owl-nav button.owl-next{
    right: -60px;
  }
}

/*麵包屑*/
.breadcrumbs{
  margin-bottom: 0;
}
.breadcrumb li{
  display: flex; 
  align-items: center;
  line-height: 1.5em;
}
.breadcrumb li a .fa-home{
  display: flex; 
  align-items: center;
  padding-right: 10px;
}
nav ul.breadcrumb.breadcrumb-style{
  font-family: 'Noto Sans TC', sans-serif; 
  font-weight: 400;
}
nav ul.breadcrumb.breadcrumb-style li.active,
nav ul.breadcrumb.breadcrumb-style li:hover{
  background-color: transparent;
  color: #464646;
}
.theme-black .breadcrumb li a{
  color: #b1b1b1 !important;
  transition: color .5s;
  padding: 0 8px;
  font-family: 'Noto Sans TC', sans-serif; 
  font-weight: 400;
  display: flex;
  align-items: center;
}
.theme-black .breadcrumb li a:hover{
  background-color: transparent;
  color: #000 !important;
  transition: color .5s;
}
.navbar-collapse{
  border-top: none;
}

/*topBar*/
.logo-white .navbar-header{
  background-color: #fff;
}
.theme-black .navbar{
  background-color: #fff;
}
.logo-white .navbar-header,.sidebar .menu{
  border-right: 1px solid #e8e8e8;
}

.theme-black .navbar.active{
  background-color: var(--color_grey) !important;
}
.theme-black .navbar.active .breadcrumb li a .fa-home{
  color: #fff;
  margin-top: 3px;
}
.theme-black .navbar.active nav ul.breadcrumb.breadcrumb-style li.active,
.theme-black .navbar.active nav ul.breadcrumb.breadcrumb-style li:hover,
.theme-black .navbar.active .breadcrumb li.active{
  color: #fff !important;
}

/*左側選單*/
.user-panel{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  float: none;
}
.user-panel .image{
  width: 9.5rem;
  height: 9.5rem;
  border-radius: 50%;
  max-width: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../assets/images_plus/icon/icon_user.png') no-repeat center center #C4C4C4;
  background-size: 50% 50%;
  margin: 0;
}
.user-img-style{
  border-radius: 0;
  width: auto;
}
.user-panel .image img{  
  max-width: 200px;
  max-height: none;
}
.sidebar-userpic-name{
  font-size: 1.8rem;
  margin-bottom: 0.4em;
}
.sidebar .menu .list .ml-menu li a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sidebar .menu .list a span,.sidebar .menu .list a{
  font-size: 1.1rem;
}
.sidebar .menu .list a span.label{
  font-size: 0.9rem;
  color: #fff;    
  border-radius: 15px;
  padding: 5px 10px;
  line-height: 1em;
  margin: 0 0 0 5px;
}
.sidebar .menu .list .active .menu-toggle{
  background-color: var(--color_grey);
  color:#fff
}
.sidebar .menu .list a:hover, .sidebar .menu .list a:active, .sidebar .menu .list a:focus {
  background-color: var(--color_grey);
  color:#fff
}
.sidebar .menu .list a:hover span,
.sidebar .menu .list a:focus span{
  color: #fff;
}
.sidebar .menu .list li a .feather{
  fill: none;
}
.sidebar .menu .list li.active a .feather{
  color:#7199bf;
}
.sidebar .menu .list li.active>:first-child span{
  color:#7199bf;
}
.msg_server{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 3em;
  width: 100%;
}
.sidebar .menu .list .msg_server a{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
  padding: 2px 10px;
}
.sidebar .menu .list .msg_server a span{
  margin: 0 3px;
}

/*登入後首页 tab*/
.index_nav_tab .header{
   padding: 1.2em 1.8em;
}
.index_nav_tab .header h1{
  font-size: 2.5rem;
}
.index_nav_tab ul.sel_tab{
  display: flex;
  justify-content: center;
}
.index_nav_tab .sel_tab li{
  width: 300px;
  margin: 0 .5em;
  position: relative;
  margin-bottom: 2em;
}
.index_nav_tab .sel_tab a .img_box{
  /* width: 284px; */
  height: 245px;
  margin-bottom: 1em;
  border-radius: 10px;
  border: 4px solid #fff;
  background-color: #fff;
  color:#464646;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme-black .index_nav_tab .sel_tab a:hover .img_box{
  background-color: #fff !important;
}
.theme-black .index_nav_tab .sel_tab li a.active:hover .img_box, 
.theme-black .index_nav_tab .sel_tab li a.active:active .img_box, 
.theme-black .index_nav_tab .sel_tab li a.active:focus .img_box{
  background-color: #fff !important;
}

.index_nav_tab .nav-tabs{
  border: 0;
}
.index_nav_tab .sel_tab a.active .img_box{
  border-color: #3AB14D;
}
.index_nav_tab .sel_tab a::before{
  display: none;
}
.index_nav_tab .sel_tab li .img_box img{
  max-width: 110px;
  height: auto;
}
.index_nav_tab .sel_tab li .img_box p{
  margin-bottom: 0;
  font-size: 1.7rem;
  margin-top: 1.1em;
  font-family: var(--firstFont);
  font-weight: 700;
  color: var(--color_grey) !important;
}
.index_nav_tab .sel_tab li a.active::before{
  content: '';
  background: url('../assets/images_plus/icon/triangle_arrow_green.png') no-repeat center center;
  width: 41px;
  height: 25px;
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -20px;
  border: none;
}

/*未登入tab*/
/* .index_nav_tab .not_logged_in .sel_tab a .img_box{
  height: auto;
  padding: 10px;
}
.index_nav_tab .not_logged_in .sel_tab li .img_box p{
  margin-top: 0;  
}
.index_nav_tab .not_logged_in .sel_tab li{
  width: 250px;
}
.index_nav_tab .not_logged_in .tab-content{
  padding: 1rem .5rem;
}*/
.not_logged_in .tag_box{
  padding-right: 0;
}

/*首页 tab 內容*/
.index_nav_tab .tab-content{
  padding: 2.5rem;
}
.index_nav_tab .ser_content h2{
 font-size: 2rem;
 margin-bottom: 1em;
}
.index_nav_tab .ser_content ul li .counter-box{ 
  background-color: #7b7b7b;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  /* flex-wrap: wrap; */
  padding: 1rem;
  height: 150px;
  margin-bottom: 1.5rem;
}

.index_nav_tab .ser_effect{
  margin: 4em 0 3em;
}
.index_nav_tab .ser_effect h2{
  margin-bottom: 1em;
}
.index_nav_tab .ser_effect ul{
  padding-top: 15px;
}
.index_nav_tab .ser_effect ul li .img_box{
  border-radius: 50%;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.25);
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
.index_nav_tab .ser_content.blue_bg .counter-box{
  background-color: #7199bf;
}
.ser_content button.btn{
  position: absolute;
  right: 2.5em;
  top: 2.6em;
}

/*选择咨询师*/
.school_select_box .btn_box .btn{
  font-size: 1.5rem;
}
.selet_bar .btn_box button.btn{ padding: 0 2em;}
.card .body.selet_bar .col-6{ margin-bottom: 0;}
.card .body.selet_bar .form-group{ margin-bottom: 0;}
.teacher_items .img_box{
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  height: 180px;
}
.teacher_items .img_box img{
  max-width: 100%;
  max-height: 100%;
}
.teacher_items h3{
  font-weight: 300;
  display: block;
  text-align: center;
  padding: .5em;
}
.teacher_items h3 span{
  display: block;
  width: 100%;
  min-height: 40px;
}
/*共用*/
.tag_box{  
  position: relative;
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  flex-wrap: wrap;
  padding-right: 30px;
}
.tag_box span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  text-align: center;
  line-height: 1.5em;
}
/*共用 end*/

.teacher_items .contact_box{
  color: var(--color_grey);
  padding: 10px 0;
  min-height: 95px;
}
.teacher_items .tag_box{
  min-height: 76px;
}
.teacher_items .tag_box span{
  width: 46%;
  display: block;
  margin: 1.5% 2px;
  text-align: center;
}
.teacher_items .tag_box .more_box > span{
  font-size: 12px;
  text-align: center;
  padding: 0;
  height: 26px;
  width: 26px;
  border-radius: 50%;
}
.teacher_items .tag_box .more_box{
  position: absolute;
  bottom: 3px;
  right: 0;
}
.teacher_items .tag_box .more_box .list_box{
  /* display: flex; */
  display: none;
  border-radius: 15px;
  max-width: 200px;
  position: absolute;
  left: -210px;
  top: -10px;
  border:1px solid var(--line_grey);
  background-color: var(--bg_white);
  padding: 7px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.list_box::after{
  content: '';
  display: block;
  background: url(../assets/images_plus/icon/icon_arrow.png) no-repeat;
  position: absolute;
  top: 15px;
  right: -9px;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}
.teacher_items .tag_box .more_box .list_box>span{
  margin: 2%;
  width: 46%;
}
.teacher_items .tag_box .more_box:hover .list_box{
  display: flex;
}

/*预约咨询师*/
.teacher_info .img_box img{
}
.nav-tabs{ border-bottom: 0;}

/*选择方案 & 预约时间*/
.school_select_tab .nav-tabs li a{
  border: 5px solid transparent !important;
  background-color: var(--bg_white) !important;
  border-radius: 10px !important;
}
.school_select_tab .nav-tabs li a.active{
  color: var(--color_grey) !important;
  border-color: var(--color_green) !important;
  border-radius: 10px !important;
  background-color: var(--bg_white) !important;
}
.school_select_tab .nav-tabs li a.active:hover,
.school_select_tab .nav-tabs li a.active:active,
.school_select_tab .nav-tabs li a.active:focus{
  background-color: var(--bg_white) !important;
}
.school_select_tab .nav-tabs>li>a::before{
  content: '';
  border-bottom: 0;
  width: 41px;
  height: 15px;
  display: block;
  background: url(../assets/images_plus/icon/triangle_arrow_green.png) no-repeat center center;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -30px;
}

.school_select_tab .ser_content .time_month,
.school_select_tab .owl_contact .time_area{
  line-height: 1.7em;
  border: 1px solid var(--line_grey);
  border-radius: 6px;
  padding: 10px;
}
.school_select_tab .ser_content .time_month{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.owl_contact .time_area{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.school_select_tab .item.active .time_month,
.school_select_tab .owl_contact li.active .time_area{
  background-color: var(--color_grey);
  color: var(--bg_white);
  cursor: pointer;
}
.school_select_tab .owl_contact ul li:hover .time_month,
.school_select_tab .owl_contact li:hover .time_area{
  border-color: var(--color_black);
}
.frequency_box{
  display: flex;
  justify-content: space-between;
}
.icon_finish span{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 25px;
  background-color:transparent;
  border: 1px solid var(--line_greylight);
  color: var(--line_greylight);
  cursor: pointer;
  white-space:nowrap;
}
.icon_finish .active span{
  background-color: var(--color_grey);
  border-color: var(--line_greylight);
  color: #fff;
}
.icon_finish .icon_finish:after{
  content: 'done';
  font-family: var(--Material);
  font-size: 32px;
  color: var(--color_green);
  padding: 5px 8px;
}

/*付款*/
.pay_box{
  width: 500px;
  margin: 0 auto;
}
.pay_box p{
  margin-bottom: 0;
}
.pay_box .img_box{
  width: 175px;
  margin: 0 auto;
}

/*諮詢列表*/
.scale_main ul li{
  margin-bottom: 10px;
}

/*1.8来访者首页*/
.my_school_box .list_form{
  position: relative;
}
.my_school_box .list_form span{
  position: absolute;
  left: -12px;
  top: -12px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
}
.data_box{
  background-color: #e3e3e3;
  border: 1px solid #D0D0D0;
  color: #949494;
  width: 180px;
  margin: 0 auto;
  border-radius: 10px;

}
.data_box.active{
  background-color: #F0FFDD;
  border: 1px solid var(--line_grey);
  color: var(--color_grey);
}
.record_box .img_box{
  width: 100px;
}
.record_box .talk_box{
  flex: 1;
}
.record_box .talk_box .main_box{
  position: relative;
}
.record_box .talk_box .main_box::before{
  content: '';  
  background: url('../assets/images_plus/icon/icon_arrow.png') no-repeat left top;
  display: block;
  width: 9px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: -9px;
}
.record_box .main_box{
  min-height: 100px;
}

/*任务列表*/
.assignment_list{
  position: relative;
}
.assignment_box span.icon_new{
  position: absolute;
  left: 5px;
  top: -15px;
}
.date{ border-right: 1px solid var(--line_grey);}

/*上傳*/
.update_box .progress{
  border-radius: 10px;
  height: 5px;
}

/*填写我的需求单form*/
.need_form{ font-size: 15px;}
.need_form input[type=email]:not(.browser-default),
.need_form input[type=email]:not(.browser-default),
.need_form select,
.need_form textarea{
  border-radius: 6px;
  border: 1px solid var(--line_grey);
  border-radius: 6px;
  min-height: auto;
  padding: 3px 5px !important;
  box-sizing: border-box;
  line-height: 1em;
  background-color: var(--bg_white);
  font-size: 15px;
}
.need_form select{
  padding: 3px 2.25rem 3px 0.75rem !important;
}
.need_form input.form-control{
  height: 42px !important;
  margin-bottom: 0 !important;
  font-size: 15px;
  padding: 3px 10px !important;
}
.need_form .form-select{
  transition: none;
  border-radius: 6px;
  border: 1px solid var(--line_grey);
  background-color: var(--bg_white);
  line-height: 1em;
  font-size: 15px;
}
.need_form .form-select:focus{
  transition: none;
  line-height: 1em;
  box-shadow: none;
}
.need_form .col-form-label{
  line-height: 1.9;
}
.need_form textarea.form-control{
  border-radius: 6px;
  border: 1px solid var(--line_grey);
  transition: none;
  box-shadow: none;
}
.need_form .form-check span{
  padding-right: 5px;
}
[type="checkbox"]+span:not(.lever){
  padding-left: 30px;
  font-size: 1.1rem;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before,
[type="checkbox"].filled-in:checked+span:not(.lever):after,
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
  top: 2px;
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):before{
  top: 8px;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after{
  border-color: var(--color_darkblue);
  background-color: var(--color_darkblue);
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
  border-color: var(--color_darkblue);
}
[type="radio"]:checked+span:after, 
[type="radio"].with-gap:checked+span:after{
  background-color: var(--color_darkblue);
}
[type="radio"]:checked+span:after, 
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after{
  border-color: var(--color_darkblue);
}
[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after{
  border-color: var(--line_grey);
}
[type="radio"]:not(:checked)+span, 
[type="radio"]:checked+span{
  padding-left: 30px;
  font-size: inherit;
}
[type="radio"]+span:before, 
[type="radio"]+span:after{
  width: 20px;
  height: 20px;
  margin: 3px;
}

/*feel_modal*/
.need_form.feel_modal .img_box img{
  width: 120px;
  height: 120px;
}
.need_form .password_i{
  position: relative;
}
.need_form .password_i i{
  position: absolute;
  height: 100%;
  top: 0;
  right: 10px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**/
.modal.detail_box .modal-content .modal-body{
  padding: 15px 15px;
}
.modal-content .modal-header .abs_close{
  position: absolute; 
  top: 15px;
  right: 15px;
}
.detail_time{
  margin-right:-25px;
  margin-left:-25px;
  background-color: var(--color_grey-2);
  color: var(--bg_white);
}
.detail_num .data_box{
  width: auto;
}
.detail_num .data_box p{
  margin:0;
  line-height: 1em;
  line-height: 1em;
  padding: 5px;
}

/*owl 有框線*/
.have_Brline .card{
  border:1px solid var(--line_grey);
}
.have_Brline .tag_box{
  margin: -0.3rem;
}
.have_Brline .tag_box > span{
  width: auto;
  margin: .3rem;
}

.have_Brline a{
  color: var(--color_grey);
}
.have_Brline a:hover{
  box-shadow: inset 0 0 0 4px rgba(0,0,0,.25);
}

/*單元2-寻找咨询师*/
.student_list.owl-carousel{
}
.student_list.owl-carousel img{
  width: auto;
}
.student_list.owl-carousel .item{
  position: relative;
  border:2px solid transparent;
  cursor: pointer;
}
.student_list.owl-carousel .item:hover{
  border-color: var(--color_red);
}
.student_list.owl-carousel .item:hover .mask{
  display: block;
}
.student_list.owl-carousel .item span.num{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  line-height: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/*弹窗*/
.mask{
  position: absolute;
  top: 0px;
  /* right: -50px; */
  border-radius: 10px;
  border:1px solid var(--line_grey);
  padding: 5px 10px;
  box-shadow: 0 0 5px rgba(0,0,0,.25);
  background-color: var(--bg_white);
  z-index: 9;
  width: 13rem;
  display: none;
}
.mask::after{
  position: absolute;
  top: 20px;
  left: -9px;
  content:'';
  display: block;
  background: url(../assets/images_plus/icon/icon_arrow.png) no-repeat center center;
  width: 9px;
  height: 16px;
}
.mask ul li{
  border-bottom: 1px solid var(--line_greylight);
  padding: .5rem;
}
.mask ul li:last-child{
  border-bottom: 0;
}
.mask ul li a{
  text-decoration: underline;
  text-align: right;
  display: block;
}
.mask ul li a:hover{
  color: var(--color_black) !important;
}

/*2.2 咨询中个案列表*/
.studentIng_box .num{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  line-height: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.studentIng_box .search i.zoom{
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 1;
  font-size: 25px;
}
.studentIng_box .search input{
  padding: 8px 8px 8px 38px;
  margin-bottom: 0;
}
.studentIng_box .search span{
  cursor: pointer;
}
.studentIng_list a{
  color: var(--color_grey);
}
.studentIng_list a .card{
  /* border:4px solid transparent; */
}
.studentIng_list a:hover .card{
  /* border-color: var(--color_green); */
  box-shadow: inset 0 0 0 4px var(--color_green);
}

/*2.3.1 諮詢個案*/
.self_box .self_txt{
  min-height: 100px;
}
.self_box ul{
  margin-bottom: 0;
}
.self_box ul li{
  margin-bottom: 8px;
}
.self_box ul li:last-child{
  margin-bottom: 0;
}
.send_scoll{
  position: relative;
}
.send_scoll button{
  white-space:nowrap;
  margin:5px 5px 0;
}
.send_scoll>div:hover{
  background-color: #efefef;
}
.send_scoll .tag_new{
  position: absolute;
  top: -13px;
  left: -5px;
}
.send_list>div{
  min-height: 87px;
}
.edit_main textarea{
  height: 350px;
  outline: none;
  border:1px solid var(--line_greylight) !important;
  color: var(--color_grey);
}
.tab_form ul.nav li span.label-num{
  position: absolute;
  z-index: 2;
  top: -10px;
  right: 4px;
  width: 26px;
  height: 26px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}
.tab_form .nav-tabs li{
  margin:0 5px;
}
.tab_form .nav>li>a{
  border-radius: 25px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.2rem;
  border: 1px solid var(--line_greylight) !important;
}
.tab_form .nav-tabs>li>a::before{
  border-bottom: 0;
}
.tab_form .nav-tabs li a.active{
  background-color: var(--color_grey-2) !important;
  color: #fff !important;
}
.tab_form ul{
  border-radius: 10px;
}
.tab_form button.add_btn{
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.report_btn button{
  width: 100%;
  font-size: 1.7rem;
  height: 6rem;
}

/** 我的专栏 **/
.btn_add .material-icons{
  height: auto;
  margin-right: 5px;
}
button.btn_add{
  background-color: transparent;
}
 button.btn_add:hover{
  color: var(--point_red);
}
.add_article .search i{
  position: absolute;
  top: 8px;
  left: 20px;
  z-index: 1;
  font-size: 25px;
  height: auto;
}
.add_article .search input {
  padding: 8px 8px 8px 38px;
  margin-bottom: 0;
}

.table-body .table-tr{
  background-color: var(--bg_white);
  border: 1px solid var(--line_grey);
  margin-bottom: .8rem;
}
.table-body .table-tr:hover{
  border-color: var(--color_green);
  box-shadow: inset 0 0 0 1px var(--color_green);
}
.table-tr{
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-tr i{
  margin: 0 5px;
}
.table-tr button{
  word-break: normal;
}
.table-tr .sort_up{
}
.table-tr .sort_up::after{
  content: 'arrow_drop_up';
  font-family: var(--Material);
  font-size: 2.2rem;
  line-height: 1em;
}
.table-tr .sort_down::after{
  content: 'arrow_drop_down';
  font-family: var(--Material);
  font-size: 2.2rem;
  line-height: 1em;
}
.table-tr>div{
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.table-tr .th,.table-tr .td{
  flex: 1 1 auto;
  min-height: 4.3rem;
}
.table-tr .num{
  flex: 0 0 auto;
  min-width: 6%;
}
.table-tr .title{
  width: 45%;
}
.table-tr .browse{
  width: 17%;
  text-align: center;
}
.table-tr .dateDay{
  width: 13%;
  text-align: center;
}
.table-body .table-tr .dateDay{
  color: var(--line_greylight);
}
.table-tr .state{
  width: 11%;
  text-align: center;
}
.table-tr .delet{
  flex: 0 0 auto;
  min-width: 8%;
  text-align: center;
}
.table-tr .delet i{
  color: var(--color_red);
}

/*page_layout*/
.page_layout ul{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
.page_layout ul li{
  border-radius: 5px;
  margin: 0 10px;
  min-width: 30px;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid transparent;
}
.page_layout ul li.active,
.page_layout ul li:hover{
  background-color: var(--line_grey);
}
.page_layout ul li.next,
.page_layout ul li.prev{
  background-color: var(--bg_white);
  padding: 0;
  display: flex;
  align-items: center;
}
.page_layout ul li.next:hover,
.page_layout ul li.prev:hover{
  border-color: var(--color_grey-2);
}
.page_layout ul li i{
  font-size: 30px;
  height: 30px;
}

/**/
.arcitle_edit .items_box .form_select_box{
  margin-bottom: auto;
}
.arcitle_edit .sel_together .col-form-label{
  display: flex;
  align-items: center;
  height: 50px;
  padding: 10px;
}
.arcitle_edit .sel_together .form-control{
  height: 50px !important;
  padding: 10px 12px !important;
}

/*2.8 咨询师个人资料*/
.add_items_box{
  display: flex;
  flex-wrap: wrap;
}
.add_items_box .input_layout{
  width: 66.5%;
}
.table-layout .table-tr .student{
  flex: 0 0 auto;
  min-width: 12.5%;
}
.table-layout .table-tr .rate{
  flex: 0 0 auto;
  min-width: 12.5%;
  justify-content: center;
}
.table-layout .table-tr .starDay{
  flex: 0 0 auto;
  min-width: 12.5%;
}
.table-layout .table-tr .overDay{
  flex: 0 0 auto;
  min-width: 12.5%;
}
.table-layout .table-tr .money{
  flex: 0 0 auto;
  min-width: 12.5%;
}
.table-layout .table-tr .acceptMoney{
  flex: 0 0 auto;
  min-width: 12.5%;
}
.table-layout .table-tr .account{
  flex: 0 0 auto;
  min-width: 12.5%;
}

/*行事曆*/
table.table_date tr th,
table.table_date tr td{
  vertical-align: top;
}
table.table_date tr th{
  width: calc(100% / 7);
  text-align: center;
}
table.table_date tr td{
  height: 170px;
  text-align: center;
  position: relative;
}
table.table_date tr td.active{
  background-color: #F2FBFF;
  border: 1px solid #D2F0FF;
}
table.table_date tr td>span{
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
table.table_date tr td span.more{
  display: block;
  width: 100%;
  text-align: right;
  padding: 0 5px;
  cursor: pointer;
}
table.table_date tr td>p{
  margin-bottom: 5px;
  background-color: var(--color_babyblue);
  border-radius: 5px;
  padding: 3px 6px;
  text-align: left;
}
table.table_date tr td p.open{
  background-color: #A9ECC8;
}
table.table_date tr td span.today{
  background-color: var(--color_black);
  color: var(--bg_white);
}
.more_mask{
  position: absolute;
  z-index: 9;
  left: 100%;
  top: 64%;
  border-radius: 15px;
  border: 1px solid var(--line_grey);
  background-color: var(--bg_white);
  width: 230px;
  padding: 15px 45px 15px 15px;
  box-shadow: 2px 5px 10px var(--line_greylight);
}
.more_mask p{
  margin-bottom: 5px;
  background-color: var(--color_babyblue);
  border-radius: 5px;
  padding: 3px 6px;
  text-align: left;
}
.more_mask::before{
  content: '';
  background: url('../assets/images_plus/icon/icon_arrow.png') no-repeat center center;
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  left: -9px;
  top: 23px;
  border: none;
}
.more_mask .btn_close{
  text-align: right;
  position: absolute;
  right: 8px;
  top: 12px;
  cursor: pointer;
}
table.table tr td .more_mask .btn_close i{
  font-size: 35px;
}
.open_mask{
  position: absolute;
  z-index: 9;
  left: 105%;
  top: 0;
  border-radius: 15px;
  border: 1px solid var(--line_grey);
  background-color: var(--bg_white);
  width: 250px;
  padding: 15px;
  box-shadow: 2px 5px 10px var(--line_greylight);
}
.open_mask .btn_close{
  text-align: right;
  position: absolute;
  right: 8px;
  top: 12px;
  cursor: pointer;
}
.open_mask .btn_add i{
  font-size: 35px;
}
.open_mask p{
  background-color: transparent;
  padding: 0;
  text-align: left;
}
.open_mask::before{
  content: '';
  background: url('../assets/images_plus/icon/icon_arrow.png') no-repeat center center;
  width: 9px;
  height: 16px;
  display: block;
  position: absolute;
  left: -9px;
  top: 23px;
  border: none;
}
.open_mask label span{
 width: auto;
}
.open_mask select.form-select{
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  height: auto;
  width: auto;
}

.title_bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title_bar .month{
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.title_bar .month span{
  font-size: 3rem;
  margin: 0 10px;
}
.title_bar .month span:first-child{
  font-weight: bold;
}
.title_bar .month button{
  font-size: 2rem;
  padding: 0 20px;
  margin-left: 1.5rem;
}

.title_bar .page_btn{
  font-size: 20px;
}
.title_bar .page_btn a{
  background-color: var(--bg_white);
  width: auto;
  display: inline-flex;
  height: auto;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 8px 4px;
}
.title_bar .page_btn i.material-icons{
  font-size: 40px;
  color: var(--color_black);
  height: auto;
}

@media (max-width:990px) {
  .table-layout{
    width: 995px;
  }
  .table-layout .table-tr .title{
    width: 30%;
  }
}

/**************未登入 style*************/
/*header*/
.nologin_header .container-fluid{ 
  width: 100%;
}
.top_header a:first-child,
.top_header a:last-child{
  display: none;
}
.top_header{
  float: left;
  display: block;
  height: 100%;
}
.login_bar,
.login_in_layout{
  display: flex;
  align-items: center;
}
.login_bar input,
.login_in_layout input{
  height: 34px !important;
}
nav .login_bar i,
nav .login_in_layout .icon_search i{
  position: absolute;
  left: 7px;
  top: 5px;
  height: 34px;
  line-height: 1em;
}

nav .login_bar .icon_search input,
nav .login_in_layout .icon_search input{
  padding-right: 5px;
  padding-left: 35px;
}
.menu_layout{
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-wrap: wrap;
}

.nologin_header .navbar-brand{ width: auto; height: 100%; display: flex; align-items: center; justify-content: center; min-width: 170px;}
.nologin_header .logo-name{ color: var(--color_black);}
.nologin_header .navbar-nav{ height: 100%;}
.nologin_header .navbar-nav>li>a{ margin-top: 0; height: 100%; margin-left: 2px;}
.nologin_header nav>.container-fluid{ height: 100%;}
.nologin_header .navbar-nav>li>a{ align-items: center; display: flex; font-size: 1.1rem;}
.nologin_header nav ul a{ color: var(--color_grey); font-weight: 300;
  font-family: 'Noto Sans TC', sans-serif;}
.nologin_header  .nav-link:hover,.nologin_header .nav-link:focus{
  background-color: var(--color_grey);
  color: var(--bg_white);
}
.nologin_header nav.active ul a{
  color: var(--bg_white);
}
.nologin_header nav.active ul a:hover{
  background-color: var(--color_black);
}
.nologin_header nav ul.navbar-nav a:hover,
.nologin_header nav ul.navbar-nav a.active{
  background-color: var(--color_grey);
  color:var(--bg_white);
}
.nologin_header nav ul.navbar-nav li.active{
  background-color: transparent;
}
.nologin_header nav ul.navbar-nav li.active a{
  background-color: var(--color_grey);
  color: var(--bg_white);
}
.nologin_header .login_bar .btn_box{
  padding: 0 1rem;
}
.nologin_header .login_bar{ height: 100%;}
.light nav ul.login_in>li>a{
  background-color: transparent !important;
  color:#000;
}
.nologin_header nav ul.login_in li a{
  color:#000;
}

.nologin_header nav ul.login_in li ul li{
  width: 100%;
}
.nologin_header nav ul.login_in>li>a:hover, 
.nologin_header nav ul.login_in>li>a.active{
 color: #000;
}
@media(max-width:995px){  
  .top_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: none;
  }
  .top_header a:first-child,
  .top_header a:last-child{
    display: block;
  }
  .menu_layout .nav_bar{
    display: block;
    width: 100%;
  }
  .menu_layout .nav_bar li{
    width: 100%;
  }
  .menu_layout .nav_bar li a{
    padding: 5px;
    line-height: 2em;
    font-size: 1.5rem !important;
  }
  .login_bar{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
  }
  .theme-black .navbar.active{
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
  }
  .nologin_header .nav_bar,
  .login_top_bar{
    position: fixed;
    left: 0;
    top: 56px;
    width: 100%;
    background-color: var(--bg_white);
    border-bottom: 1px solid var(--line_greylight);
    display: none;
  }
  .nologin_header .nav_bar{
    margin: 0;
    background-color: var(--bg_white);
    height: auto;
    border-bottom: 1px solid var(--line_greylight);
  }
  .nologin_header .nav_bar>li>a{
    margin-left: 0;
  }
  .nologin_header nav ul.nav_bar li a{
    padding: 5px 10px;
  }
  .login_bar{
    display: flex;
    flex-direction: column;
  }
  .login_bar .btn{
    font-size: 1.3rem !important;
  }  
  .nologin_header .login_bar .btn_box{
    margin-top: 10px;
    padding: 5px;
  }
  .login_bar .btn{
    padding: 5px 1.5rem;
  }
  .login_bar .btn_box .btn{
    margin-right: 10px !important;
  }
  .navbar .nav.login_in{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: revert;
    /* display: none; */
  }
  .navbar-nav.nav .user_profile .dropdown-menu{
    right: 9px;
  }
  .login_in_layout{
    flex-wrap: wrap;
    justify-content: center;
  }
  .login_in_layout .icon_search{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .login_in_layout button.btn{
    font-size: 15px;
  }  
  .theme-black .nologin_header .navbar.active .nav>li>a{
    color: #000;
  }
}

#login_member ul.nav-tabs{
  width: 100%;
  border-bottom: 1px solid var(--line_greylight);
}
#login_member ul.nav-tabs li{
  border-left: 1px solid var(--line_greylight);
}
#login_member ul.nav-tabs li:first-child{
  border-left: 0px;
}
#login_member ul.nav-tabs li:last-child{
  border-right: 1px solid var(--line_greylight);
}
#login_member ul.nav-tabs li:first-child a{
  border-top-left-radius: 10px;
}
#login_member.modal .modal-header{
  padding: 0 !important;
}
#login_member .nav-tabs>li{
  top: 0px; 
  left: 0px;
}
#login_member .nav-tabs li a{
  transition: none;
}
#login_member .nav-tabs li a.active{
  background-color: #D9E3FF !important;
}
.theme-black #login_member .nav-tabs>li>a:before{
  border:0
}

/*諮詢步驟*/
.step_box ul{
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
}
.step_box ul::before{
  content: '';
  height: 2px;
  width: 100%;
  background-color: var(--bg_white);
  position: absolute;
  z-index: 0;
  top: calc(50% - 10px);

}
.step_box ul li{
  width: 100%;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color_grey);
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.step_box ul li img{
  width: 56px;
  margin: 1rem 0;
}

/*四大特色*/
.import_four ul li{  
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.import_four ul li p{
  margin: 1rem 0;
}

/*來自各方的评论*/
.comment_box .comment_info{
  min-width: 100px;
  text-align: center;
}
.comment_box .comment_info .img_box{
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.comment_box .comment_info img{
  width: 100%;
  height: 100%;
}
.comment_box .comment_info p{
  width: 100%;
  margin-bottom: 0;
}

/*预约咨询*/
.index_nav_tab.reserve_tabs .sel_tab li a{
  opacity: .5;
}
.index_nav_tab.reserve_tabs .sel_tab li a.active{
  opacity: 1;
}
.index_nav_tab.reserve_tabs .nav-tabs>li>a{
  color: var(--bg_white) !important;
}

/*四大特色下面说明*/
.import_four_contact{
  display: flex;
  flex-wrap: wrap;
}
.import_four_contact .img_box{
  overflow: hidden;
  max-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.import_four_contact>div{
  width: 50%;
}
.import_four_contact .contant_box{
  height: 100%;
}
.import_four_contact ul{
  padding-left: 2rem;
}
.import_four_contact ul li{
  list-style: disc;
  margin-bottom: 1.5rem;
}

/*合作伙伴*/
.partner_box .item{
  border-radius: 28px;
  overflow: hidden;
}
.partner_box .item img{
  max-width: 100%;
  max-height: 100%;
}

/****** select 模擬 ******/
/*select 模擬*/
.form_select_box .select_btn,
.search_bar input.form-control,
.search_box button.btn,
.search_box select.form-select{
  height: 50px;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  font-size: 1.2rem;
  border:1px solid var(--line_grey)
}
.search_box select.form-select{
  padding: 10px 30px 10px 12px;
}
.search_box select.form-select:focus{
  box-shadow: none;
  border: 1px solid var(--color_skyblue);
}
.search_box .form-line i{
  position: absolute;
  left: 7px;
  top: 13%;
  font-size: 35px;
  height: auto;
}
.search_box .form-line input.form-control{
  padding-left: 50px;
 }
.form_select_box{
  position: relative;
}
.form_select_box .select_btn{  
  min-width: 12em;
  cursor: context-menu;
}
.form_select_box .select_btn i{
  transform: rotate(90deg) scale(.4,.6);
}

/*select 子選單*/
.form_select_box .select_li button.clear_btn{
  color: var(--color_skyblue);
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-bottom: 5px;
}
.form_select_box .select_li{
  border: 1px solid var(--line_grey);
  background-color: var(--bg_white);
  border-radius: 6px;
  color: var(--color_grey);
  padding: 15px;
  margin-top: 5px;
}
.form_select_box .select_li{
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.form_select_box .select_li dl dt{
  margin-bottom: 8px;
  color: var(--color_black);
}
.form_select_box .select_li dl dd{
  margin-bottom: 5px;
}
.form_select_box .select_li ul li{
  display: flex;
  padding: 3px 0;
}
.select_btn.star{
  min-width: 220px;
}
.form_select_box .select_li ul li{
  color: var(--color_black);
}
.search_box button.btn{ 
  justify-content: center;
}

.form_select_box .select_li dl dd.active::after,
.form_select_box .select_li ul li.active::after{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--color_green);
  margin-left:10px;
  font-size: 18px;
}
.form_select_box .select_li dl dd:hover,
.form_select_box .select_li ul li:hover{
  color: var(--color_skyblue);
}
.form_select_box .select_li dl dd,
.form_select_box .select_li ul li{
  cursor: pointer;
}
/****** select 模擬 end ******/

.search_box .btn{
  width: 10em;
  justify-content: center;
}
.search_bar .form-group{
  margin-bottom: 0;
}

.article_main .img_box{
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article_main .img_box img{
  max-height: 100%;
}

/**/
.dateil_edit{
  min-height: 700px;
}
.dateil_edit img{
  margin-bottom: 1.5rem;
}
.dateil_box .writer_bar{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

/*常见问题*/
.dateil_box{ min-height: 600px;}
.collapsible{
  border: 0;
  box-shadow: none;
}
.collapsible-header{
  border: 0;
  background-color: var(--color_grey-3);
  border-radius: 5px;
  margin-bottom: 6px;
  align-items: center;
}
.collapsible-body{
  border: 0;
  padding:1.5rem;
}
.collapsible-header i{
  font-size: 30px;
  line-height: .9em;
}
.collapsible li.active .collapsible-header{
  background-color: var(--color_grey);
  color: #fff;
}

/*search*/
.search_page .icon_search i{
  position: absolute;
  top: 8px;
  left: 10px;
  height: auto;
  font-size: 30px;
}
.search_page .icon_search input{
  padding-right: 5px;
  padding-left: 40px;
  height: 45px;
}
.search_page button.btn{
  height: 45px;  
}
.search_page .img_box{
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_grey-3);
}
.search_page a{
  color:var(--color_black);
  display: block;
  overflow: hidden;
  padding: .8rem 1rem;
  border-radius: 10px;
  margin-bottom: 5px;
}
.search_page a:hover{
  background-color: var(--color_grey-3);
}

/****** Footer ******/
/*footer*/
.footer_box .row{
  font-size: 16px;
  padding-left: 3em;
  padding-right: 3em;
}
.footer_box dl a{
  color: var(--line_grey);
  text-decoration: underline;
}
.footer_box dl a:hover{
  color: var(--bg_white);
}
.footer_box dl dt{ margin-bottom: 13px;}
.footer_box dl dd{ margin-bottom: 10px;}

.footer_box dl dd img{
  max-height: 40px;
  margin-right: 10px;
}
/****** Footer end ******/

@media (min-width: 768px){
  .navbar-collapse.collapse {
      height: 100% !important;
  }
  .need_form .col-form-label{
    text-align: right;
  }
}
@media (max-width:991px){
  .step_box ul li{ max-width: 150px;}

  .footer_box .row{ padding: 0;}
  .footer_box dl { margin-bottom: 2rem; overflow: hidden;}
  .footer_box dl dd{ width: 50%; float: left;}
  .footer_box dl.license dd{ width: 100%;}

  .import_four_contact>div:last-child{
    width: 40%;
  }
}
@media (max-width:767px){
  .step_box ul{ flex-direction: column;}
  .step_box ul li{ max-width: none;}
  .step_box ul::before{ width: 2px; height: 100%; left: 50%; top: 0;}
  .step_box ul li:first-child{ margin-top: 0;}
  .step_box ul li:last-child{ margin-bottom: 0;}
  .import_four::after{
    content: '';
    border-bottom:1px solid var(--line_grey);
    display: flex;
  }
  .import_four_contact>div{
    flex: 1;
  }
  
  /**/
  .search_bar .col-auto{
    width: 100%;
  } 
  .dateil_box .writer_bar{
    align-items: flex-start;
    flex-direction: column;
  }
  .dateil_box .writer_bar>div{
    margin-top: 5px;
    margin-bottom: 5px;
  }

  /*督导*/
  .studentIng_list .border-end{
    border-right:0 !important;
    border-bottom:1px solid #dee2e6;
    padding-bottom: 12px !important;
  }
}
@media (max-width:576px) {
  :root{
    font-size:12px ;
  }
  body{ font-size: 13px;}
  .index_nav_tab .sel_tab li{ 
  }
  .index_nav_tab .sel_tab a .img_box{
    height: auto;
  }
  .index_nav_tab .sel_tab li .img_box img{
    max-width: 75px;
  }
  .index_nav_tab .sel_tab li .img_box p{
    font-size: 1.5em;
  }
  .index_nav_tab .sel_tab a .img_box{
    padding: 15px;
  }
  .index_nav_tab .sel_tab li .img_box p{
    margin-top: 10px;
  }
  .index_nav_tab .header h1{
    font-size: 1.8rem;
  }
  .import_four ul li{
    font-size: 1.3rem;
  }
  .index_nav_tab.not_logged_in .sel_tab li{ width: 40%;}

  .footer_box dl { margin-bottom: 2rem; overflow: auto;}
  .footer_box dl dd{ width: 100%; float: none;}

  /**/
  .px-5 {
      padding-right: 2rem !important;
      padding-left: 2rem !important;
  }
}
