@charset "UTF-8";
/*--------------- infoBox------------ */
.infoBox {
  display: none;
  background: #000000c2;
  z-index: 9999;
  height: 100%;
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
}
.infoBox .infoBox_Wrap {
  position: absolute;
  max-width: 400px;
  padding-bottom: 50px;
  width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.infoBox .infoBox_Wrap .info_tit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #bad4aa;
}
.infoBox .infoBox_Wrap .info_tit .info_closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  transition: ease-in-out 0.3s;
}
.infoBox .infoBox_Wrap .info_tit .info_closeBtn:hover {
  transform: scale(0.8);
}
.infoBox .infoBox_Wrap .info_tit .info_closeBtn:hover .info_close {
  background: #367064;
}
.infoBox .infoBox_Wrap .info_tit .info_closeBtn .info_close {
  position: absolute;
  height: 5px;
  width: 50px;
  background: #fff;
  border-radius: 5px;
  top: 50%;
  left: 10%;
}
.infoBox .infoBox_Wrap .info_tit .info_closeBtn .info_close01 {
  transform: rotate(45deg);
}
.infoBox .infoBox_Wrap .info_tit .info_closeBtn .info_close02 {
  transform: rotate(-45deg);
}
.infoBox .infoBox_Wrap .info_content {
  height: 550px;
  overflow: scroll;
  overflow-x: hidden;
  width: 100%;
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
.infoBox .infoBox_Wrap .info_content .info_theme {
  margin-top: 20px;
  margin-bottom: 5px;
  width: 90%;
  font-size: 26px;
  font-weight: bold;
  color: #367064;
  border-bottom: #e1aa7d 5px solid;
  box-sizing: border-box;
  padding-bottom: 0.2em;
}
.infoBox .infoBox_Wrap .info_content .info_other {
  width: 90%;
  font-size: 20px;
  font-weight: bold;
  color: #45462a;
  margin: 10px 0 10px 0;
}
.infoBox .infoBox_Wrap .info_content .info_other span {
  font-size: 18px;
  color: #808080;
  font-weight: normal;
}
.infoBox .infoBox_Wrap .info_content .info_txtWrap {
  display: flex;
  flex-flow: wrap row;
  word-wrap: break-word;
  width: 90%;
}
.infoBox .infoBox_Wrap .info_content .info_txtWrap .info_txt {
  box-sizing: border-box;
  padding-left: 1em;
  font-size: 18px;
  color: #808080;
  margin: 5px 0 5px 0;
}

/*--------------------------- */
.center {
  padding: 70px 120px;
  background-color: #ebf5df;
}
@media (max-width: 854px) {
  .center {
    padding: 40px 50px;
  }
}
@media (max-width: 640px) {
  .center {
    padding: 25px 30px;
  }
}

.center_section {
  background-color: #fff;
  padding: 50px;
}
.center_section h2 {
  text-align: center;
  font-size: 26px;
  color: #357266;
  font-weight: bold;
}
.center_section h2 img {
  display: block;
  margin: 30px auto;
  height: 80px;
}
.center_section .login__form {
  padding: 40px 0;
}
.center_section .login__form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  height: 50px;
  margin: 0 auto 15px auto;
  display: block;
  font-size: 15px;
}
.center_section .login__form input[type=text].account {
  padding-left: 60px;
  background: url(../images/acc.png) left 15px center no-repeat #ffecc4;
}
.center_section .login__form input[type=password].password {
  padding-left: 60px;
  background: url(../images/pwd.png) left 15px center no-repeat #ffecc4;
}
.center_section a.forget_btn {
  font-size: 16px;
  color: #3a3a3a;
  display: block;
  width: 70px;
  margin: 20px auto;
  letter-spacing: 0.07em;
  cursor: pointer;
}
@media (max-width: 480px) {
  .center_section {
    padding: 20px;
  }
}

button.style01 {
  width: 100%;
  max-width: 400px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  letter-spacing: 0.07em;
}

button.login {
  background-color: #357266;
}
button.login:hover {
  background-color: #bad4aa;
  color: #357266;
}

button.regi {
  background-color: #ffc552;
}
button.regi:hover {
  background-color: #ffecc4;
  color: #ffc552;
}

button.submit {
  background-color: #454545;
}
button.submit:hover {
  background-color: #2c2c2c;
}

.forget__form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px auto;
  padding: 15px;
  border: 1px solid #a7a7a7;
  display: none;
}
.forget__form p {
  font-size: 15px;
  color: #908f8f;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.forget__form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  height: 50px;
  display: block;
  padding: 0 15px;
  background: #f6f6f6;
  margin: 15px 0;
}

.register_sec {
  padding: 50px 50px 20px 50px;
}
@media (max-width: 480px) {
  .register_sec {
    padding: 20px;
  }
}

.program_sec {
  margin-top: 20px;
  padding-top: 0px;
}

.register__form {
  padding: 40px 100px 0 100px;
}
.register__form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  width: 48%;
  height: 50px;
  display: inline-block;
  padding: 0 15px;
  background: #ffecc4;
  margin: 0 1% 15px 1%;
  font-size: 14px;
}
.register__form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  width: 48%;
  height: 50px;
  display: inline-block;
  padding: 0 15px;
  background: #ffecc4;
  margin: 0 1% 15px 1%;
  font-size: 14px;
}
.register__form p.remind {
  font-size: 14px;
  color: #931515;
  font-weight: bold;
  width: 48%;
  display: inline-block;
  margin: 0 1% 15px 1%;
  vertical-align: middle;
  line-height: 1.3;
}
.register__form div.line {
  border-top: 2px dashed #afafaf;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .register__form {
    padding: 40px 50px 0 50px;
  }
}
@media (max-width: 992px) {
  .register__form {
    padding: 40px 15px 0 15px;
  }
}
@media (max-width: 640px) {
  .register__form input[type=text] {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .register__form p.remind {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.program__form {
  position: relative;
  padding-left: 170px;
  margin-bottom: 30px;
}
.program__form > p {
  position: absolute;
  left: 0;
  top: 0;
  color: #357266;
  font-size: 15px;
  font-weight: bold;
  margin-left: 1%;
}
.program__form > span.red {
  color: #a5034b;
  font-size: 15px;
  margin-right: 10px;
}
.program__form > span.black {
  color: #4a4a4a;
  font-size: 15px;
}
.program__form input[type=text] {
  height: 30px;
  width: 300px;
  background: #ffecc4;
  border: 0;
  font-size: 16px;
  margin-right: 5px;
  margin-top: 5px;
}
.program__form__option {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
  position: relative;
  margin-bottom: 20px;
}
.program__form__option input[type=radio]:not(old) {
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  padding: 0;
  top: 0;
  opacity: 0;
}
.program__form__option input[type=radio]:not(old) + label {
  display: inline-block;
  padding-left: 28px;
  line-height: 20px;
  background: url("../images/check0.png") no-repeat;
  font-size: 15px;
  color: #3a3a3a;
  line-height: 1.5;
}
.program__form__option input[type=radio]:not(old) + label span {
  color: #a5034b;
  display: block;
  margin-top: 5px;
}
.program__form__option input[type=radio]:not(old):checked + label {
  background: url("../images/check1.png") no-repeat;
}
@media (max-width: 640px) {
  .program__form {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .program__form > p {
    position: relative;
    display: block;
    margin-left: 0;
    margin-bottom: 30px;
    margin-left: -20px;
  }
  .program__form > span {
    font-size: 13px;
  }
}

.check__form {
  position: relative;
  display: block;
  margin: 20px auto;
  width: 98%;
  max-width: 320px;
}
.check__form input[type=checkbox]:not(old) {
  width: 26px;
  height: 26px;
  margin: 0;
  position: absolute;
  padding: 0;
  left: 0;
  opacity: 0;
}
.check__form input[type=checkbox]:not(old) + label {
  display: inline-block;
  padding-left: 34px;
  line-height: 26px;
  background: url("../images/check_0.png") no-repeat;
  color: #3a3a3a;
}
.check__form input[type=checkbox]:not(old) + label p {
  font-size: 15px;
  line-height: 1.5;
  color: #357266;
  font-weight: bold;
}
.check__form input[type=checkbox]:not(old) + label p a {
  color: #a5034b;
  font-weight: bold;
}
.check__form input[type=checkbox]:not(old) + label p a:hover {
  color: #ffc552;
}
.check__form input[type=checkbox]:not(old):checked + label {
  background: url("../images/check_1.png") no-repeat;
}
.check__form .submit_btn {
  background-color: #357266;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  padding: 15px 0;
  margin: 30px 0 0 0;
}
.check__form .submit_btn:hover {
  background-color: #36737e;
}
@media (max-width: 640px) {
  .check__form input[type=checkbox]:not(old) + label p {
    font-size: 14px;
  }
}

.register_finish > p {
  color: #3a3a3a;
  font-size: 15px;
  line-height: 1.5;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 40px auto;
  letter-spacing: 0.05em;
}
.register_finish > p .pro {
  font-weight: bold;
}
.register_finish > p .amount {
  color: #932020;
}
.register_finish > p a {
  color: #3a3a3a;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #3a3a3a;
  margin: 0 2px;
}
@media (max-width: 640px) {
  .register_finish > p {
    font-size: 14px;
  }
}

/*---------------會員中心-----------------------*/
.member {
  padding: 60px 30px;
  background-color: #e9f3de;
  min-height: 500px;
}
@media (max-width: 854px) {
  .member {
    padding: 40px 30px;
  }
}

.member__main {
  position: relative;
  padding-left: 330px;
}
.member__main .aside {
  width: 300px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  padding: 30px 30px 40px 30px;
  box-sizing: border-box;
}
.member__main .aside h3 {
  color: #367064;
  font-weight: bold;
  font-size: 30px;
}
.member__main .main {
  background-color: #fff;
  padding: 50px 50px 90px 50px;
  min-height: 733px;
}
.member__main .main .file_Upload_EDM {
  font-size: 20px;
  color: #357266;
  border: #6a2e35 1px solid;
}
@media (max-width: 854px) {
  .member__main {
    padding-left: 0;
  }
  .member__main .aside {
    width: 100%;
    position: relative;
    padding: 30px 20px 40px 20px;
  }
  .member__main .main {
    width: 100%;
    margin-top: 20px;
    padding: 50px 20px 70px 20px;
    min-height: auto;
  }
}

.choose_confirm {
  width: 100%;
}
.choose_confirm .choose_list_Wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.choose_confirm .choose_list_Wrap .choose_list_box {
  height: 25px;
  background: #EBF5DF;
  border-radius: 5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
  margin: 5px;
  width: 100%;
}
.choose_confirm .choose_list_Wrap .choose_list_box .choose_list_item {
  font-size: 12px;
  color: #357266;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  border-right: 3px solid #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: inline-block;
}
.choose_confirm .choose_list_Wrap .choose_list_box #choose_list_checkbox {
  width: 10%;
  text-align: center;
}
.choose_confirm .choose_list_Wrap .choose_list_box #choose_list_name {
  width: 20%;
}
.choose_confirm .choose_list_Wrap .choose_list_box #choose_list_mail {
  width: 70%;
}
.choose_confirm .choose_list_Wrap .choose_list_box .choose_list_item:last-child {
  border-right: 0px;
}
@media (max-width: 1560px) {
  .choose_confirm .choose_list_Wrap .choose_list_box {
    width: 98%;
  }
}

.aside h3 {
  color: #367064;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
.aside h3 img {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.aside > p {
  font-size: 13px;
  color: #3e3e3e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 3px 0;
}
@media (max-width: 854px) {
  .aside > p {
    display: inline-block;
    margin-right: 20px;
  }
}
.aside .aside_menu_btn {
  width: 100%;
  font-size: 15px;
  color: #367064;
  letter-spacing: 0.05em;
  background: #fce9c2;
  padding: 5px 0;
  font-weight: bold;
  margin: 10px 0 20px 0;
  display: none;
}
.aside .aside_menu_btn:after {
  content: " ▼ ";
  display: inline-block;
  font-size: 15px;
  color: #367064;
  margin-left: 5px;
}
.aside .aside_menu_btn.open {
  display: block;
  opacity: 1;
}
.aside .aside_menu_btn.open:after {
  content: "▲";
}
@media (max-width: 854px) {
  .aside .aside_menu {
    display: none;
  }
  .aside .aside_menu_btn {
    display: block;
  }
}
@media (min-width: 855px) {
  .aside .aside_menu {
    display: block !important;
  }
}

.aside__nav {
  border-top: 3px solid #f6bf54;
  border-bottom: 3px solid #f6bf54;
  padding: 15px 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.aside__nav__item {
  font-size: 15px;
  margin: 25px 0;
}
.aside__nav__item a {
  color: #7f7f7f;
}
.aside__nav__item a.current {
  color: #367064;
  font-size: 18px;
  font-weight: bold;
}

.aside__link {
  color: #7f7f7f;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: table;
  margin: 10px 0;
}
@media (max-width: 854px) {
  .aside__link {
    display: inline-block;
    margin: 10px 10px 10px 0;
  }
}

.logout_btn {
  background-color: #367064;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 50px;
}
.logout_btn img {
  vertical-align: middle;
  margin-left: 10px;
}
.logout_btn:hover {
  background-color: #f6bf54;
}
@media (max-width: 854px) {
  .logout_btn {
    margin-top: 10px;
    display: table;
  }
}

.member__main .main h3 {
  font-size: 30px;
  color: #367064;
  letter-spacing: 0.06em;
  font-weight: bold;
  border-left: 10px solid #f6bf54;
  padding-left: 0.5em;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.member__main .main h1 {
  font-size: 26px;
  color: #6a2e35;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 1em;
}
.member__main .main.remit h3 {
  margin-bottom: 10px;
}
.member__main .main.remit h1 {
  margin-bottom: 10px;
}
.member__main .main.remit > p {
  font-size: 15px;
  color: #3a3a3a;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 60px;
}
.member__main .main.remit > p.tip {
  letter-spacing: 0.07em;
  line-height: 1.7;
}
@media (max-width: 480px) {
  .member__main .main.remit > p.tip {
    font-size: 13px;
  }
}
.member__main .main.remit .program__form {
  margin-bottom: 50px;
}
.member__main .main.remit .program__form.upgrade {
  margin-bottom: 20px;
}
.member__main .main.remit .program__form.upgrade P {
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .member__main .main.remit .program__form.upgrade div {
    font-size: 13px;
  }
  .member__main .main.remit .program__form.upgrade p {
    font-size: 13px;
  }
}
.member__main .main.remit .program__form p {
  margin-left: 0;
}
.member__main .main.remit .program__form .total {
  font-size: 15px;
  color: #a5034b;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-left: -15px;
}
@media (max-width: 640px) {
  .member__main .main.remit .program__form {
    padding-left: 0;
  }
  .member__main .main.remit .program__form .program__form__option {
    margin-left: 20px;
  }
  .member__main .main.remit .program__form p {
    margin-left: 0;
  }
  .member__main .main.remit .program__form .total_num {
    display: inline-block;
  }
  .member__main .main.remit .program__form .total {
    margin-left: 20px;
    display: inline-block;
  }
}

.form__box {
  position: relative;
  padding-left: 120px;
  margin-bottom: 15px;
}
.form__box p {
  position: absolute;
  left: 0;
  top: 0;
  color: #367064;
  font-size: 18px;
  letter-spacing: 0.06em;
  padding-top: 17px;
}
.form__box input[type=text], .form__box input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 15px;
  background-color: #fce9c2;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
}
.form__box .sel {
  background: #ffecc4;
  width: 100%;
  height: 50px;
  border: none;
  font-size: 15px;
}
.form__box .sel option {
  background: #ffecc4;
  width: 100%;
  height: 50px;
  border: none;
}
@media (max-width: 640px) {
  .form__box {
    padding-left: 90px;
  }
  .form__box p {
    font-size: 14px;
    padding-top: 12px;
  }
  .form__box input[type=text], .form__box input[type=password] {
    font-size: 14px;
    height: 40px;
  }
  .form__box.marquee {
    padding-left: 0;
  }
  .form__box.marquee p {
    display: block;
    position: relative;
    margin-bottom: 15px;
  }
}

.btn_list {
  padding-left: 120px;
  margin-top: 40px;
}
.btn_list .form_submit {
  background-color: #367064;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 0.5em;
  width: 115px;
  font-weight: bold;
  margin-right: 10px;
}
.btn_list .form_submit:hover {
  background-color: #b7d0a8;
  color: #367064;
}
.btn_list .form_cancel {
  background-color: #f6bf54;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 10px 0;
  font-weight: bold;
  width: 115px;
}
.btn_list .form_cancel:hover {
  background-color: #fce9c2;
  color: #367064;
}
@media (max-width: 640px) {
  .btn_list {
    padding-left: 0px;
    text-align: center;
  }
  .btn_list .form_submit {
    margin: 5px;
  }
  .btn_list .form_cancel {
    margin: 5px;
  }
}

.btn_list2 .form_submit {
  background-color: #367064;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 0.5em;
  margin-right: 15px;
  font-weight: bold;
}
.btn_list2 .form_submit:hover {
  background-color: #b7d0a8;
  color: #367064;
}
.btn_list2 .form_cancel {
  background-color: #f6bf54;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 10px 0;
  font-weight: bold;
  width: 115px;
}
.btn_list2 .form_cancel:hover {
  background-color: #fce9c2;
  color: #367064;
}
@media (max-width: 640px) {
  .btn_list2 {
    padding-left: 0px;
    text-align: center;
  }
  .btn_list2 .form_submit {
    margin: 5px;
  }
  .btn_list2 .form_cancel {
    margin: 5px;
  }
}

.member_download_form a {
  display: flex;
  align-items: center;
  color: #357266;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.member_download_form a:hover {
  color: #ffc552;
}
.member_download_form a img {
  height: 30px;
}

.loading_member_info {
  color: #6a2e35;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

.employee {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 50px;
  position: relative;
}
.employee .remind {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.employee .remind p {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.employee .remind span {
  top: 50%;
  position: relative;
  color: #7f7f7f;
  font-size: 25px;
}
.employee .remind span img {
  vertical-align: top;
  position: relative;
  top: 2px;
}

.employee_form {
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.employee_form.attendance {
  width: 100%;
  min-width: 750px;
  max-width: 100%;
  font-size: 14px;
}
.employee_form.attendance td {
  padding: 10px 3px;
}
.employee_form th {
  background-color: #bad4aa;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
}
.employee_form td {
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  color: #474747;
  padding: 10px 0;
  color: #45462a;
  background-color: #f2f2f2;
}
.employee_form td button {
  color: #6a2e35;
  font-size: 26px;
}
.employee_form td button a {
  color: #6a2e35;
}
.employee_form td button a:hover {
  color: #f6bf54;
}
.employee_form td button:hover {
  color: #f6bf54;
}
.employee_form .employee_click_info {
  cursor: pointer;
}
.employee_form .employee_form_name {
  width: 40%;
}
.employee_form .employee_form_remark {
  width: 40%;
}
.employee_form .employee_form_peoplenum {
  width: 10%;
}
.employee_form .employee_form_control {
  width: 5%;
}
.employee_form .employee_form_js {
  cursor: pointer;
}
@media (max-width: 1350px) {
  .employee_form th {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .employee_form th {
    font-size: 20px;
  }
  .employee_form .employee_form_name {
    width: 80%;
  }
  .employee_form .employee_form_remark {
    display: none;
  }
}
@media (max-width: 480px) {
  .employee_form {
    font-size: 13px;
  }
}

.select_input {
  background-color: #ffecc4;
  padding: 10px 10px 0 10px;
  margin-bottom: 30px;
}
.select_input p {
  font-size: 20px;
  font-weight: bold;
  color: #357266;
  margin-bottom: 5px;
}
.select_input .search_history_date {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: stretch;
}
.select_input .search_history_date p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.select_input .search_history_date #date_start, .select_input .search_history_date #date_end {
  background: #fff;
  height: 30px;
  width: 200px;
  font-size: 15px;
}
.select_input input {
  border: 0;
  height: 30px;
  padding: 0 5px;
  display: inline-block;
  font-size: 15px;
  color: #367064;
  background: #ffecc4;
  margin-right: 15px;
  width: 200px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 0px;
}
.select_input button {
  background-color: #bad4aa;
  color: #357266;
  font-weight: bold;
  border-radius: 0px;
  height: 30px;
  font-size: 15px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.select_input button:hover {
  color: #fff;
  background-color: #357266;
  position: relative;
  top: 1px;
  left: 1px;
}
@media (max-width: 480px) {
  .select_input input {
    width: 70px;
    margin-right: 5px;
    font-size: 13px;
  }
  .select_input p {
    margin-right: 5px;
    font-size: 14px;
  }
}

.sec_inputWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  justify-content: space-between;
}
.sec_inputWrap .hide_search {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  border-bottom: #FFC552 3px solid;
}
.sec_inputWrap .hide_search .hide_search_Btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  margin-right: 3px;
  cursor: pointer;
}
.sec_inputWrap .hide_search .hide_search_Btn:hover {
  background: #FFC552;
  color: #fff;
}
.sec_inputWrap .hide_search .personal_search_Btn {
  background: #FFC552;
  color: #fff;
}
.sec_inputWrap .hide_search .company_search_Btn {
  background: transparent;
  color: #357266;
}
.sec_inputWrap .select_input02 {
  width: 49%;
  height: 480px;
  border: double 15px #367064;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  margin-top: 20px;
  overflow-y: auto;
}
@media (max-width: 1750px) {
  .sec_inputWrap .select_input02 {
    border: double 8px #367064;
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .sec_inputWrap .select_input02 {
    width: 100%;
  }
}
.sec_inputWrap .select_input02 button {
  background-color: #367064;
  margin: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 30px;
  font-weight: bold;
}
.sec_inputWrap .select_input02 .send_search:hover {
  background: #FFC552;
}
.sec_inputWrap .select_input02 .sec_input_them {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}
.sec_inputWrap .select_input02 .sec_input_them .selbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  background: #f2f2f2;
  width: 80%;
  margin-right: 0;
}
.sec_inputWrap .select_input02 .sec_input_them .selbox div {
  color: #367064;
  margin: 10px;
}
.sec_inputWrap .select_input02 .sec_input_them .selbox div p {
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 0.3em;
}
.sec_inputWrap .select_input02 .sec_input_them .selbox_industry div {
  width: 350px;
}
.sec_inputWrap .select_input02 .sec_input_them .sec__input_tit {
  font-size: 16px;
  color: #367064;
  width: 20%;
}
.sec_inputWrap .select_input02 .sec_input_them .sec__input_input {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 80%;
}
.sec_inputWrap .select_input02 .sec_input_them .sec__input_input input {
  border: 0;
  height: 30px;
  padding: 0 5px;
  display: inline-block;
  font-size: 15px;
  color: #367064;
  background: #ffecc4;
  width: 100%;
}
.sec_inputWrap .select_input02 .sec_input_them .sec__input_input p {
  font-size: 20px;
  color: #367064;
  box-sizing: border-box;
  padding: 0 0.5em 0 0.5em;
}
.sec_inputWrap .select_input02 .sec_input_them .sec__input_input select {
  background: #ffecc4;
  width: 100%;
  height: 30px;
  border: none;
  color: #367064;
  font-size: 15px;
}
.sec_inputWrap .select_input02 .sec_input_them .sec__input_input select option {
  background: #ffecc4;
  width: 100%;
  height: 30px;
  border: none;
}
.sec_inputWrap .select_input02 .sec_input_them .sec__input_input .sel_department_btn {
  background: #ffecc4;
  color: #367064;
  width: 100%;
  font-size: 15px;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1720px) {
  .sec_inputWrap .select_input02 .sec_input_them {
    flex-wrap: wrap;
  }
  .sec_inputWrap .select_input02 .sec_input_them .sec__input_tit {
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.2em;
  }
  .sec_inputWrap .select_input02 .sec_input_them .sec__input_input {
    width: 100%;
  }
  .sec_inputWrap .select_input02 .sec_input_them .selbox {
    width: 100%;
  }
}

.main .line {
  width: 100%;
  border-bottom: 1px solid #797979;
  margin-bottom: 50px;
}

.main .line2 {
  width: 100%;
  border-bottom: 1px solid #797979;
  margin: 50px 0;
}

#search {
  background-color: #fff;
}

input[type=submit] {
  margin-top: 1em;
  border: none;
  background-color: #367064;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 0.5em;
  width: 115px;
  font-weight: bold;
}
input[type=submit]:hover {
  background-color: #b7d0a8;
  color: #367064;
}

@media (max-width: 640px) {
  input[type=submit] {
    padding-left: 0px;
    text-align: center;
    margin: 5px;
  }
}/*# sourceMappingURL=member.css.map */