.container_body {
  overflow: hidden;
  position: relative;
  width: 100%;

  height: 100%;
}

.remove-col-padding {
  padding-left: 0 ;
  padding-right: 0 ;
}

/************************************************************************************************/
/*上工具列*/
.top_content {
  position: fixed;
  height: 55px;
  width: 100%;
  z-index: 2;
  background: #FFFFFF;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bottom_content {
  position: relative;
  top: 55px;
  height: calc(100% - 55px);
  width: 100%;
  background-color:rgba(126,131,143,0.16);
  border-top: solid 4px #D1D6E3;
}

.referral_content {
  position: relative;
  top: 55px;
  height: calc(100% - 55px);
  width: 100%;
  background-color:#FFFFFF;
  border-top: solid 4px #D1D6E3;
  display: none;
}

.navbar-brand {
  height: 55px;
}

.bottom_content_up {
  position: relative;
  /* height: calc(100% - 0px); */
  height: calc(100% - 52px);
  top: 52px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.right-tool-block {
  position: absolute;
  right: 0px;
  top: 0px;
}

.my-tours {
  color: #242F55;
    font-size: 1em;
    text-align: left;
    position: absolute;
    top: 13px;
    left: 20px;
    display: -webkit-flex;
    display: flex;
}

.filter-container {
  position: relative;
  margin-left: 8px;
  display: none;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}

.filter-container.show{
  margin-left: 12px;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 992px) {

  .filter-container {
    -webkit-align-items: center;
    align-items: center;
  }
}

.filter-container .filter-icon {
  cursor: pointer;
  width: 30px;
  height: 25px;
  background-image: url(../../editor/images/index/filter_n.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
}

@media (min-width: 992px) {

  .filter-container .filter-icon {
    width: 36px;
    height: 36px;
    transform: translateY(-1px);
  }
}

.filter-container .filter-icon:hover {
  background-image: url(../../editor/images/index/filter_h.svg) !important;
}

.filter-container .filter-icon.active {
  background-image: url(../../editor/images/index/filter_a.svg);
}

.filter-container .filter-popup {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.25s ease;
  visibility: hidden;
  position: absolute;
  top: 35px;
  left: 0;
  background: #FFFFFF;
  z-index: 10;
  border-radius: 2px;
  display: inline-block;
  white-space: nowrap;
}

.filter-container .filter-popup.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.filter-container .checkbox-wrapper {
  color: #3A3A3A;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 50px 12px 10px;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.filter-container .checkbox-wrapper.checked {
  background-color: #DFEAFF !important;
}

.filter-container .checkbox-wrapper input {
  display: none;
}

.filter-container .custom-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
  transition: border-color 0.3s;
}

.filter-container .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 0px;
  width: 7px;
  height: 13px;
  border: solid #2E28FA;
  border-width: 0 2px 2px 0;
  transform: scale(0) rotate(45deg);
  transition: transform 0.2s ease;
}

.filter-container input:checked + .custom-checkbox::after {
  transform: scale(1) rotate(45deg);
}

.filter-container .filter-tag-list {
  display: none;
  gap: 5px;
  margin-left: 8px;
}

@media (min-width: 576px) {

  .filter-container .filter-tag-list {
    display: inline-flex;
  }
}

@media (min-width: 992px) {

  .filter-container .filter-tag-list {
    margin-left: 12px;
  }
}

.filter-container .filter-tag-list .tag {
  color: #333333;
  background-color: #D8D8D8;
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 15px;
  display: flex;
  align-items: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media (min-width: 992px) {

  .filter-container .filter-tag-list .tag {
    padding: 4px 13px;
  }
}


.filter-container .filter-tag-list .tag .close-btn {
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
}

.no-data {
  color: rgb(133, 133, 133);
  position: fixed;
  top: 120px;
  left: 30px;
  pointer-events: none;
  z-index: 2;
  font-size: 2em;
  font-weight: bold;
}

.teaching-box-parent {
  position: relative;
  padding-top: 56.25%;
  margin-top: 20px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.banner-right-padding {
  padding-right: 0px;
}

@media all and (min-width:768px) {
  .banner-right-padding {
    padding-right: 30px;
  }
}


@media all and (min-width:992px) {



  .banner-right-padding {
    padding-right: 50px;
  }



  .no-data {
    color: rgb(133, 133, 133);
    position: fixed;
    top: 160px;
    left: 30px;
    pointer-events: none;
    z-index: 2;
    font-size: 2em;
    font-weight: bold;
  }

  
  .my-tours {
    color: #242F55;
    font-size: 1.25em;
    text-align: left;
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: 10;
  }
  

  .right-tool-block {
    position: absolute;
    right: 45px;
    top: 27px;
  }

  .bottom_content_up {
    position: relative;
    /* height: calc(100% - 0px); */
    height: calc(100% - 89px);
    top: 89px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .navbar-brand {
    height: 60px;
  }

  .top_content {
    position: fixed;
    height: 60px;
    width: 100%;
    z-index: 2;
    background: #FFFFFF;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  .bottom_content {
    position: relative;
    top:60px;
    height: calc(100% - 60px);
    width: 100%;
    background-color:rgba(126,131,143,0.16);
    border-top: solid 4px #D1D6E3
  }

  .referral_content {
    position: relative;
    top:60px;
    height: calc(100% - 60px);
    width: 100%;
    background-color:#FFFFFF;
    border-top: solid 4px #D1D6E3;
    display: none;
  }
}

.top_content_body{
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:0px;
  padding-left:0px;
  padding-right:44px;
  padding-bottom:13px;
}

.top_content_body_content {
  position: relative;
  width:100%;
  height:100%;
  /*background-color:gray;*/
}

/*右邊按鈕區域*/
.top_content_right_content {
  display:none;
  position: absolute;
  right:0;
  top:0;
  float:right;
  width:300px;
  height:100%;
  /*border:solid 1px blue;*/
  /*background-color:blue;*/
}


/*搜尋的區域*/
.top_content_search_content {
  display:none;
  position: absolute;
  right:300px;
  top:0;
  float:right;
  /*width:479px;*/
  width:25%;
  height:100%;
  /*border:solid 1px green;*/
}

.top_content_search_content_mobile {
  right:180px !important;
}

@media screen and  (min-width: 800px) {
  .top_content_search_content {
    display:block;
  }
}

@media screen and  (min-width: 600px) {
  .top_content_right_content {
    display:block;
  }
}

.search_input_text {
  background: transparent;
}

/* .search_input_text {
  float:right;
  height:44px;
  width:calc(100% - 44px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top:12px;
  padding-bottom:12px;
  color:black;
  border-top:0px;
  border-left:0px;
  border-right:0px;
  border-bottom:0px;
  background-color:transparent;
  font-size:20px;
}

.search_input_text:focus { 
  border-bottom:1px solid black;
}
*/
.search_input_text::-webkit-input-placeholder { 
  color: #414141;
  font-size:20px;
}

.search_input_text::-moz-placeholder {
  color: #414141;;
  font-size:20px;
}

.search_input_text:-ms-input-placeholder {
  color:#414141;;
  font-size:20px;
}

.search_input_text:-moz-placeholder { 
  color:#414141;;
  font-size:20px;
} 

.empty_space {
  float:right;
  width:20px;
  height:100%;
}
/************************************************************************************************/


/************************************************************************************************/
/*主畫面下半部*/




.bottom_content_down {
  position: relative;
  bottom:0;
  height: 0px;
  width: 100%;
}
  
/************************************************************************************************/

/************************************************************************************************/

/*排序的選單*/
#sort_projectlist_menu {
  display:none;
  position: absolute;
  right: 240px;
  top: 85px;
  /*border:1px solid red;*/
  min-width: 100px;
  height: 150px;          
  z-index:1;
}


/************************************************************************************************/

/************************************************************************************************/

/*登入的選單*/
#user_account_menu {
  display:none;
  position: absolute;
  right: 44px;
  top: 85px;
  min-width: 100px;
  /*height: 150px;*/          
  z-index:1;
}

@media not all and (min-height: 400px) {
  #user_account_menu {
    max-height:60% !important;
    overflow-y:auto !important;
  }
}



/*語系的選單*/
#lang_menu {
  display:none;
  position: absolute;
  right: 160px;
  top: 85px;
  /*border:1px solid red;*/
  min-width: 100px;
  height: 150px;          
  z-index:1;
}

.lang_menu_button {
  border: 0px ;
  color: white;
  padding: 16px 20px 16px 20px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  display: block;
}
  
/************************************************************************************************/

/************************************************************************************************/

/*通知未讀取的圓圈(小於3位數時)*/
.unread_notice_circle_3 {
  width:22px;
  height:22px;
  border-radius:50px;
  font-size:10px;
  color:#fff;
  line-height:22px;
  text-align:center;
  background:#f27000;
}


/************************************************************************************************/

/************************************************************************************************/
#searchShowHideCheckbox {
  display: none;
}

/* #search_project_input {
  width: 0px;
  overflow: hidden;
  pointer-events:none;
  transition: width 0.5s, overflow 0s;
}

#searchShowHideCheckbox:checked + #search_project_input {
  width: 70%;
  overflow: auto;
  pointer-events:auto;
  transition: width 0.5s, overflow 0.5s 0.5s;
  float:right;
} */
/************************************************************************************************/


input.es-input {
  width: 100%;
  height: 36px;
  font-size: 0.9375;
  color: #494949;
  border: solid 1px #c2d3d3;
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.unselect {
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.buttonMargin {
  margin-right: 20px;
}

button:focus {
  outline: 0 !important;
}

span:focus {
  outline: 0 !important;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}



.bannerStringContainer {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.example-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
}



@media screen and (orientation:portrait) {
  .PC {
    display: none !important;
  }

  .MB {
    display: block !important;
  }
}

@media screen and (orientation:landscape) {
  .PC {
    display: block !important;
  }

  .MB {
    display: none !important;
  }
}

@media not all and (min-width: 1024px) {
  .noticeParentifrmaeStyle {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
  }
}

.navbar_nav_mb {
  height: 200px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

@media all and (min-height:420px) {
  .navbar_nav_mb {
    height: auto !important;
    overflow: hidden !important;
  }
}

.navbar {
  padding: 0;
}

.navbar-nav .nav-link {
  padding-left: 10px;
}

#search-nav-item {
  display: none;
}

#search-mb-nav-item {
  display: block;
}

.dropdown-menu {
  background-color: transparent;
  border: none;
  color: white;
}

a {
  text-decoration: none !important;
}

#navMenu {
  margin-top: 3px;
}

.referral-box {
  display: none;
}

.referral-item {
  position: absolute;
  right: 70px;
  top: 0;
  height: 55px;
}

@media (min-width: 992px) {
  .referral-item {
    position: absolute;
    right: 430px;
    top: 0;
    height: 60px;
  }
}

.referralButton {
  color: #242F55;
  font-size: 16px;
  padding: 4px 15px;
  border-radius: 20px;
  background-color: #D1D6E3;
  cursor: pointer;
}

.nav-item {
  background-color: #F5F7F8;
  min-height: 44px;
  color: #3A3A3A;
  padding: 8px 10px 8px 10px !important;
  cursor: pointer;
}

.nav-item .sub-nav-item:hover {
  background-color: #DDE7FF;
  color: #3A3A3A;
}

.nav-item .sub-nav-item:active {
  background-color: #566c95;
  color: #FFFFFF;
}

.nav-item.show:hover {
  background-color: #F5F7F8;
  color: #3A3A3A;
}

.nav-item.show .nav_title {
  color: #4D61DE;
}

.nav-item.show .dropdown-toggle::after {
  display: none;
}

.nav-item:active {
  color: #3A3A3A;
}

.nav-item-check {
  background-color: #566c95 !important;
  color: #FFFFFF !important;
}

.nav-item-check div img {
  display: block !important;
}

.sub-nav-item {
  background-color: #F5F7F8;
  color: #3A3A3A;
  min-width: 300px;
  padding: 8px 10px 8px 54px !important;
}

.createProjectButtonMargin {
  margin-right: 0px;
}

.logo-block {
  position: fixed;
  top: 0px;
  left: 40px;
  bottom: 0;
  width: auto;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  cursor: default;
}

.logo-block.enable {
  pointer-events: auto;
  cursor: pointer;
}

.logo-new {
  width: auto;
  height: 40px;
}

.logo-text {
  margin-left: 10px;
  font-size: 20px;
  color: #242F55;
}

.top_content .toggler-btn {
  position: absolute;
  right: 10px;
  top: 12px;
  padding: 2.5px;
  height: 36px;
  width: 40px;
  border: solid 1px rgba(0,0,0,.1);
  border-radius: .25rem;
  cursor: pointer;
}

.top_content .toggler-btn img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media not all and (min-width:992px) {

  .nav-line {
    width: 1px;
    background: #11318F;
    height: 26px;
    margin-top: 16px;
    margin-right: 47px;
    margin-left: 47px;
    display: none;
  }
  
  .create-project-button {
    color: white;
    font-size: 1em;
    background: #1226AA;
    cursor: pointer;
    float: right;
    line-height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 15px;
    border-radius: 20px;
    margin-top: 11px;
  }


  .hideSearchBlock {
    height: 50px;
    min-width: 310px;
    background-color: transparent;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    pointer-events: none;
    /* float: right; */
  }
  
  .hideSearchBlock .search_input_text {
    border: none;
    background: transparent;
    float: right;
    width: 0px;
  }
  
  #search_button {
    margin-top:10px;
  }

  .showSearchBlock {
    pointer-events: all;
    height: 44px;
    width: 100vw;
    max-width: 100vw;
    position: absolute;
    top: 3px;
    right: 0px;
    background-color: white;
    z-index: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 30px;
  }
  
  .showSearchBlock .search_input_text {
    width: calc(100% - 60px) !important;
    height: 44px;
    border: none;
    float: right;
    margin-right: 10px;
    background: transparent;
    padding: 10px;
    padding-left: 0;
    padding-right: 45px;
    line-height: 44px;
  }

  .clear-search-button-parent {
    width: 50px;
    height: 44px;
    position: absolute;
    top: 0px;
    right: 0px;
  }



  .clearButton {
    width: 28px;
    height: 28px;
    background: rgba(126,131,143,0.2);
    border-radius: 50%;
    background-image: url(../../editor/images/index/svg/clear_search_n.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-top: 7px;
    float: right;
    margin-right: 8px;
  }

  .logo-block {
    position: fixed;
    top: 0px;
    left: 20px;
    width: auto;
    height: 55px;  
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1;
    pointer-events: none;
    cursor: default;
  }

  .logo-new {
    width: auto;
    height: 36px;
  }

  .logo-text {
    margin-left: 10px;
    font-size: 18px;
    color: #242F55;
  }

  .banner-row-root {
    margin-left: 0%;
    width: 100%;
    position: auto !important;
    height: 100%;
  }

  #PC_banner {
    display: none;
  }

  #MB_banner {
    display: block;
  }

  .setp-bg {
    background: #566c95;
  }

  /************************/
  /*讓手機模式的選單順序也正確*/
  ul#rootul {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  ul#rootul > li {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /************************/

  .video-box {
    width: auto !important;
    height: auto !important;
    min-height: 300px;
  }

  .example-box {
    width: 100%;
    max-height: 300px;
    max-width: 300px;
    padding: 5px;
  }
}



@media all and (min-width:992px) {

  .nav-line {
    width: 1px;
    background: #11318F;
    height: 26px;
    margin-top: 16px;
    margin-right: 26px;
    margin-left: 26px;
    display: block;
  }

  .create-project-button {
    color: white;
    font-size: 1em;
    background: #1226AA;
    cursor: pointer;
    border-radius: 30px;
    float: right;
    line-height: 44px;
    padding-right: 34px;
    padding-left: 34px;
    margin-left: 24px;
    margin-right: 30px;
  }

  .create-project-button:active {
    background:#436CF9;
  }


  .hideSearchBlock {
    height: 50px;
    min-width: 310px;
    background-color: transparent;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    pointer-events: none;
    /* float: right; */
  }
  
  .hideSearchBlock .search_input_text {
    border: none;
    background: transparent;
    float: right;
    width: 0px;
  }

  #search_button {
    margin-top:0px;
  }
  
  .showSearchBlock {
    pointer-events: all;
    height: 44px;
    width: 50vw;
    max-width: 500px;
    position: absolute;
    top: 0;
    right: 230px;
    background-color: white;
    z-index: 1;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 30px;
  }
  
  .showSearchBlock .search_input_text {
    width: calc(100% - 60px) !important;
    height: 44px;
    border: none;
    float: right;
    margin-right: 10px;
    background: transparent;
    padding: 10px;
    padding-left: 0;
    padding-right: 45px;
    line-height: 44px;
  }

  .clear-search-button-parent {
    width: 50px;
    height: 44px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .clearButton {
    width: 28px;
    height: 28px;
    background: rgba(126,131,143,0.2);
    border-radius: 50%;
    background-image: url(../../editor/images/index/svg/clear_search_n.svg);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-top: 7px;
    float: right;
    margin-right: 8px;
  }


  #PC_banner {
    display: block;
  }

  #MB_banner {
    display: none;
  }

  .banner-row-root {
    margin-left: 11%;
    width: 78%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 15px;
  }


  .nav-item {
    background-color: transparent;
    min-height: 44px;
    color: white;
    padding: 8px 21px 8px 21px !important;
    cursor: pointer;
  }


  .navbar {
    padding: 0;
  }

  .dropdown-menu {
    left: auto;
    top: auto;
    right: 0;
    padding-right: 10px;
    padding-top: 55px;
  }

  .dropdown-menu-lang {
    padding-right: 100px;
  }

  .nav_title {
    display: none !important;
  }

  .nav-item:hover {
    background-color: transparent;
  }

  .dropdown-toggle::after {
    display: none !important;
  }

  #search-nav-item {
    display: block !important;
  }

  #search-mb-nav-item {
    display: none !important;
  }

  #navMenu {
    margin-top: 0px;
  }

  .nav-item.show:hover {
    background-color: #FFFFFF;
    color: #3A3A3A;
  }
  
  .sub-nav-item {
    background-color: #F5F7F8;
    color: #3A3A3A;
    min-width: 300px;
    padding: 16px 20px 16px 20px !important;
  }

  .sub-nav-item:hover {
    background-color: #DDE7FF;
    color: #3A3A3A;
  }

  .sub-nav-item:active {
    background-color: #566c95;
    color: #FFFFFF;
  }

  .createProjectButtonMargin {
    margin-right: 30px;
  }

  .video-box, .example-box {
    width: 95%;
    height: calc(100% - 50px);
  }
}

.langButton {
  float: left;
  width: 42px;
  height: 42px;
  background: url(../images/index/svg/language_n.svg) no-repeat center center;
}

.nav-item.show .langButton {
  background: url(../images/index/svg/language_d.svg) no-repeat center center !important;
}

.langButton:active {
  background: url(../images/index/svg/language_d.svg) no-repeat center center !important;
}

.langButton:hover {
  background: url(../images/index/svg/language_h.svg) no-repeat center center;
}

.srotButton {
  float: left;
  width: 44px;
  height: 44px;
  background: url(../images/index/top-function_sort_n.png) no-repeat left center;
}

.srotButton:disabled {
  background: url(../images/index/top-function_sort_g.png) no-repeat left center;
}

.srotButton:active {
  background: url(../images/index/top-function_sort_d.png) no-repeat left center;
}

.srotButton:hover {
  background: url(../images/index/top-function_sort_h.png) no-repeat left center;
}

.noticeButton {
  float: left;
  width: 44px;
  height: 44px;
  background: url(../images/index/svg/message_n.svg) no-repeat center center;
}

.nav-item.show .noticeButton {
  background: url(../images/index/svg/message_d.svg) no-repeat center center !important;
}

.noticeButton:disabled {
  background: url(../images/index/svg/message_n.svg) no-repeat center center;
}

.noticeButton:active {
  background: url(../images/index/svg/message_d.svg) no-repeat center center !important; 
}

.noticeButton:hover {
  background: url(../images/index/svg/message_h.svg) no-repeat center center;
}

.settingButton {
  float: left;
  width: 44px;
  height: 44px;
  background: url(../images/index/svg/setting_n.svg) no-repeat center center;
}

.nav-item.show .settingButton {
  background: url(../images/index/svg/setting_d.svg) no-repeat center center !important;
}

.settingButton:disabled {
  background: url(../images/index/svg/setting_d.svg) no-repeat center center;
}

.settingButton:active {
  background: url(../images/index/svg/setting_d.svg) no-repeat center center !important;
}

.settingButton:hover {
  background: url(../images/index/svg/setting_h.svg) no-repeat center center;
}

.userButton {
  float: left;
  width: 44px;
  height: 44px;
  background: url(../images/index/svg/person_n.svg) no-repeat center center;
}

.nav-item.show .userButton {
  background: url(../images/index/svg/person_d.svg) no-repeat center center !important;
}

.userButton:disabled {
  background: url(../images/index/svg/person_d.svg) no-repeat center center;
}

.userButton:active {
  background: url(../images/index/svg/person_d.svg) no-repeat center center !important;
}

.userButton:hover {
  background: url(../images/index/svg/person_h.svg) no-repeat center center ;
}

.createProjectButton {
  float: left;
  width: 44px;
  height: 44px;
  background: url(../images/index/top-function_add-project_n.png) no-repeat left center;
}

.createProjectButton:disabled {
  background: url(../images/index/top-function_add-project_g.png) no-repeat left center;
}

.createProjectButton:active {
  background: url(../images/index/top-function_add-project_d.png) no-repeat left center;
}

.createProjectButton:hover {
  background: url(../images/index/top-function_add-project_h.png) no-repeat left center;
}

.searchButton {
  float: left;
  width: 44px;
  height: 44px;
  background: url(../images/index/top-function_search_n.png) no-repeat left center;
}

.searchButton:disabled {
  background: url(../images/index/top-function_search_g.png) no-repeat left center;
}

.searchButton:active {
  background: url(../images/index/top-function_search_d.png) no-repeat left center;
}

.searchButton:hover {
  background: url(../images/index/top-function_search_h.png) no-repeat left center;
}



/* https://stackoverflow.com/questions/33601165/scrolling-slow-on-mobile-ios-when-using-overflowscroll */
#use_project_listview_content {
  -webkit-overflow-scrolling: touch;
}

.desc {
  font-size: 1.75em;
  color: #293665;
  width: 88%;
  font-family: Nunito Sans,Noto Sans TC,Noto Sans SC !important;
  padding-left: 30px;
  padding-right: 30px
}

.row-margin {
  margin-bottom: 50px;
}

.banner-background {
  background: rgba(242,242,242, 0.6);
  box-shadow: 0px 3px 8px #00000047;
}


.banner-box {
  padding-top: 66px;
  width: 77.5%;
  margin-left: 11.25%;
  margin-right: 11.25%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ground-background {
  background-image: url("../../Images/home/grid_background_down.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.download, .buy {
  font-family: Nunito Sans,Noto Sans TC,Noto Sans SC !important;
  cursor: pointer;
  background: #e28074;
  color: #293665;
  min-width: 220px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 1.75em;
  margin-top: 78px;
}

.price {
  font-family: Nunito Sans,Noto Sans TC,Noto Sans SC !important;
  color: #293665;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.close-video {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.youtube-video-box {
  width: 95%;
  height: 45vh;
}

.image-box {
  width: 95%;
}

@media not all and (min-width:992px) {

  
  .banner-box {
    padding-top: 20px;
    width: 77.5%;
    margin-left: 11.25%;
    margin-right: 11.25%;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  

  .image-box {
    width: 100%;
  }

  .youtube-video-box {
    width: 100%;
    height: 45vh;
  }

  .desc {
    width: 95%;
    margin-left: 2.5%;
    font-size: 1.2em;
    color: #293665;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .row-margin {
    margin-bottom: 20px;
  }

  .banner-margin {
    margin-top: 25px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 65px;
    padding-right: 20px;
  }

  .download, .buy {
    cursor: pointer;
    background: #e28074;
    color: #293665;
    min-width: 220px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 1.25em;
    margin-top: 15px;
  }

  .price {
    color: #293665;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 10px;
  }
}


.pano-count-parent {
  position: absolute;
  left: 8px;
  bottom: 6px;
  background-color: rgba(0,0,0,0.3);
  color: white;
  min-height: 24px;
  min-width: 55px;
  padding-left: 12px;
  border-radius: 30px;
}

.pano-count-parent-retouched  {
  background-color: rgba(104,109,132, 0.8) !important;
}

.pano-count {
  font-size: 0.75em;
  color: inherit;
  margin-left: 8px;
  padding-right: 10px;
  line-height: 25px;
}



.pano-icon {
  width: 10px;
}

.task-icon-status {
  width: 36px;
  display: none;
}

.task-icon-status.margin {
  margin-bottom: 6px;
}

.imageButton:disabled ~ .use_project_listview-bottom-title {
  color: #8D8D8D;
  /* cursor: not-allowed; */
}


.search-project-button {
  float: right;
}



/* .search_project_input.show {
  width: calc(100% - 60px);
    height: 40px;
    border: none;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
} */

.banner-left {
  margin-top: 10px;
}


.banner-content {
  position: fixed;
  top: calc(55px + 55px);
  width: 100%;
  overflow-x: hidden;
  height: calc(100% - 103px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  background-color: #F2F2F2;
  display: none;
}

.banner-msg-1 {
  color: #010101;
  font-size: 1.5em;
  text-align: left;
  float: left;
  line-height: 37px;
  font-weight: bold;
  width: 100%;
}

.banner-msg-2 {
  color: #363636;
  font-size: 1em;
  text-align: left;
  float: left;
  line-height: 30px;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
}

.banner-msg-3 {
  color: #363636;
  font-size: 1.125em;
  float: left;
  line-height: 21px;
  font-weight: bold;
  width: 100%;
}

.banner-msg-4 {
  color: #363636;
  font-size: 1.25em;
  text-align: left;
  width: 100%;
  margin-top: 10px;
}

.banner-msg-5 {
  color: #363636;
  font-size: 0.875em;
  text-align: left;
  width: 100%;
  margin-top: 7px;
  float: left;
  margin-bottom: 17px;
}

.banner-msg-6 {
  color: #363636;
  font-size: 1.125em;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

.banner-msg-7 {
  color: #363636;
  font-size: 1.125em;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
}


.banner-line {
  width: 100%;
  height: 1px;
  background: #707070;
  margin-top: 25px;
  margin-bottom: 25px;
}

.banner-msg-parent-1 {
  min-height: 37px;
  margin-bottom: 20px;
  height: auto;
  display: inline-block;
}


.banner-li {
  text-align: left;
  line-height: 24px;
  width: calc(100% - 5px);
  margin-left: 5x;
}

.banner-li-dot {
  height: 19px;
  width: 19px;
  /* background-color: #525CEC;
  border-radius: 50%; */
  display: inline-block;
  /* color: white;
  font-size: 0.875em; */
  text-align: center;
}



@media all and (min-width:992px) {

  .teaching-box-parent {
    position: relative;
    padding-top: 56.25%;
    margin-top: 30px;
    width: 95%;
    float: left;
    margin-bottom: 20px;
  }

  .banner-msg-4 {
    color: #363636;
    font-size: 1.25em;
    text-align: left;
    width: 100%;
    margin-top: 15px;
  }
    
  .banner-margin {
    margin-top: 60px;
    width: 100%;
    padding-left: 8%;
    margin-bottom: 72px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 65px;
    padding-right: 8%;
  }
  
  .banner-line {
    width: 100%;
    height: 1px;
    background: #707070;
    margin-top: 50px;
    margin-bottom: 34px;
  }

  .banner-left {
    margin-top: 39px;
  }
  

  .banner-msg-1 {
    color: #010101;
    font-size: 2.375em;
    text-align: left;
    font-weight: bold;
    float: left;
    line-height: 46px;
    width: 100%;
  }
  
  .banner-msg-2 {
    color: #363636;
    font-size: 1.375em;
    text-align: left;
    float: left;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    margin-top: 15px;
  }
  
  .banner-msg-3 {
    color: #363636;
    font-size: 1.375em;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
  }



  .banner-msg-5 {
    color: #363636;
    font-size: 0.875em;
    text-align: left;
    width: 100%;
    margin-top: 7px;
    float: left;
    margin-bottom: 17px;
  }

  .banner-msg-6 {
    color: #363636;
    font-size: 1.125em;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }

  .banner-msg-7 {
    color: #363636;
    font-size: 1.125em;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .banner-msg-parent-1 {
   min-height: 37px; 
   margin-bottom: 81px;
  }
  
  ul {
    list-style-type: none;
  }
  
  .banner-li {
    text-align: left;
    line-height: 24px;
    width: calc(100% - 5px);
    margin-left: 5px;
  }
  
  .banner-li-dot {
    height: 19px;
    width: 19px;
    /* background-color: #525CEC; */
    border-radius: 50%;
    display: inline-block;
    /* color: white; */
    /* font-size: 0.875em; */
    text-align: center;
  }

  .banner-content {
    position: fixed;
    top: calc(60px + 92px);
    width: 100%;
    overflow-x: hidden;
    height: calc(100% - 139px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    background-color: #F2F2F2;
    display: none;
  }
}

@media all and (min-width:1200px) {

  .teaching-box-parent {
    position: relative;
    padding-top: 56.25%;
    margin-top: 30px;
    width: 80%;
    float: left;
    margin-bottom: 20px;
  }

  .banner-margin {
    margin-top: 133px;
    width: 100%;
    padding-left: 12%;
    margin-bottom: 72px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 65px;
    padding-right: 12%;
  }

  .banner-msg-4 {
    color: #363636;
    font-size: 1.25em;
    text-align: left;
    width: 100%;
    margin-top: 29px;
  }
}

ul {
  list-style-type: none;
}

.buy-kit-button {
  background: #5A86FF;
  color: white;
  border-radius: 6px;
  line-height: 48px;
  height: 48px;
  text-align: center;
  cursor: pointer;
  min-width: 180px;
}

.buy-kit-button:active {
  background: #1226AA;
}

.remove-row-maring {
  margin-left: 0px ;
  margin-right: 0px ;
}