@charset "utf-8";
/* CSS Document */
body {
  background-image: url("../images/dust_scratches.jpg");
  background-repeat: repeat;
}
.crowdfunding-service_wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 700px;
  min-width: 320px;
  margin: 0 auto;
  padding: 2% 0;
  box-sizing: border-box;
}
.logo {
  display: block;
  overflow: hidden;
  width: 275px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 768px) {
  .crowdfunding-service_wrap {
    padding: 5% 5%;
  }
  .logo {
    width: 230px;
    margin: 0 auto 40px auto;
  }
}
/*BASE--------------------------------*/
.hide {
	display: none;
}
/*account--------------------------------*/
.account {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  color: #707070;
}
.account .logout {
	margin-left: 2px;
	cursor: pointer;
}

/*Tag按鈕--------------------------------*/
.bt_item_wrap {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 470px;
  border-radius: 10px;
  border: 1px #FFC800 solid;
  background-color: white;
  position: relative;
}
.bt_item_wrap .bt_item {
  display: block;
  overflow: hidden;
  padding: 20px 0px;
  width: 50%;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #707070;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
}
.bt_item_wrap .bt_item:hover {
  color: #212121;
}
.bt_item.active {
  color: #212121;
  background-color: #FFC800;
}
.bt_line {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #FFC800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (max-width: 768px) {
  .bt_item_wrap .bt_item {
    font-size: 14px;
    padding: 15px 0px;
  }
}

/*子事業體Logo--------------------------------*/
.sub-brands {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.sub-brands-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sub-brands-logos img {
  height: 25px;
  opacity: 0.75;
}

.sub-brands-logos .divider {
  width: 1px;
  height: 24px;
  background-color: #ddd;
}
@media only screen and (max-width: 768px) {
	.sub-brands-logos img {
		height: 15px;
	}
}

/** 警示訊息(參考bootstrap) ********************************************/
.alert {
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-warning{
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
.alert-danger{
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

/*內容--------------------------------*/
.content_wrap {
  display: none;
  overflow: hidden;
  padding: 50px 100px;
  margin-top: 20px;
  width: 100%;
  border-radius: 5px;
  border: 1px #FFC800 solid;
  background-color: white;
  box-sizing: border-box;
}
.input_wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
.input_wrap:first-child {
  margin-top: 0px;
}
.input_wrap .title {
  width: 20%;
  margin-left: 3%;
  font-size: 16px;
  line-height: 45px;
  text-align: left;
  letter-spacing: 1px;
  color: #212121;
  float: left;
  box-sizing: border-box;
  position: relative;
}
.input_wrap .required::before {
  content: "*";
  font-size: 16px;
  line-height: 16px;
  color: #2E9DD6;
  position: absolute;
  top: 14px;
  left: -12px;
}
.input_wrap input, .input_wrap textarea {
  width: 77%;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #212121;
  float: left;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}
.input_wrap .project_list{
	  width: 77%;
/* 	  padding: 12px 12px; */
	  font-size: 16px;
	  line-height: 20px;
	  letter-spacing: 1px;
	  color: #212121;
	  float: left;
/* 	  border: 1px solid #ddd; */
	  border-radius: 5px;
	  box-sizing: border-box;
	  margin-bottom: 30px;
	  margin-right: 0px;
}
.input_wrap .tel_inp{
	width:140px; 
}
.input_wrap .ext_inp{
	width:100px;	
}
.input_wrap .ext_lab{
	width:52px;	
}

/*詢問類別----------*/
.input_wrap .ask_item_list {
  display: block;
  overflow: hidden;
  width: 77%;
  padding: 12px 0px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #212121;
  box-sizing: border-box;
}
.input_wrap .ask_item_list li {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
.input_wrap .ask_item_list li:first-child {
  margin-top: 0px;
}
.input_wrap .ask_item_list li p {
  text-align: left;
  margin-bottom: 10px;
  color: #212121;
}
.input_wrap .ask_item_list .inputrad_wrap {
  display: inline-block;
  margin-right: 5px;
}
.input_wrap .ask_item_list .inputrad_wrap:last-child {
  margin-right: 0;
}
.input_wrap .ask_item_list .inputrad_wrap input[type=radio] {
  width: inherit;
  position: absolute;
  visibility: hidden;
}
.input_wrap .ask_item_list .inputrad_wrap .title {
  display: inline-block;
  width: auto;
  position: relative;
  margin-left: inherit;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 14px;
  color: #9E9E9E;
  border-radius: 5px;
  border: 1px #cecece solid;
  cursor: pointer;
}
.input_wrap .ask_item_list .inputrad_wrap .title:hover {
  border: 1px #2E9DD6 solid;
}
.input_wrap .ask_item_list .inputrad_wrap input[type=radio]:checked ~ .title {
  background-color: #2E9DD6;
  color: white;
  font-weight: bold;
  border: 1px #2E9DD6 solid;
}
/*詢問類別 END------*/
/*銀行資訊 ---------*/
.input_wrap .ask_item_list .bank_content {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px #DEDEDE dotted;
}
.input_wrap .ask_item_list .bank_content .input_wrap {
  display: inline-block;
  overflow: visible;
}
.custom-select {
    width: 95px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-right: 10px;
    color: #212121;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #ffffff;
  border-radius: 5px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #212121 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #212121 transparent;
  top: 14px;
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  padding: 12px 15px;
  color: #212121;
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
}
.select-items div:hover, .select-selected:hover {border: 1px solid #9E9E9E;}
/*style items (options):*/
.select-items {
  display: block;
  overflow: auto;
  height: 250px;
  position: absolute;
  background-color: #ffffff;
  color: #212121;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/*銀行資訊 END------*/
.input_wrap textarea {
  height: 150px;
}
.input_wrap input:hover, .input_wrap textarea:hover {
  border: 1px solid #9E9E9E;
}
.input_wrap input:focus, .input_wrap textarea:focus {
  outline: none;
  border: 1px solid #9E9E9E;
}
.content_wrap .bt_suc {
  display: block;
  overflow: hidden;
  margin: 40px auto 0 auto;
  padding: 15px 40px;
  width: 100px;
  font-size: 16px;
  line-height: 16px;
  color: #565656;
  background-color: white;
  border-radius: 5px;
  border: 1px #FFC800 solid;
  outline: none;
  text-align: center;
}
.content_wrap .bt_suc:hover {
  color: #212121;
  background-color: #FFC800;
}
.content_wrap p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #212121;
  letter-spacing: 1px;
}
.content_wrap p:first-child {
  margin-top: 0;
}
.content_wrap p a {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
  text-decoration: underline;
  color: #2E9DD6;
}
.content_wrap p a:last-child {
  margin-right: 0;
}
.content_wrap p a:hover {
  text-decoration: none;
}
.content_wrap.online {
  padding: 50px 80px;
}
.content_wrap.online h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #707070;
}
.content_wrap.online .project_name {
  margin-bottom: 40px;
}
.content_wrap.online p {
  text-align: center;
  color: #707070;
}
.content_wrap.online p span {
  display: block;
}
.input_wrap.verification input {
  width: 40%;
  margin-right: 20px;
}
.input_wrap.verification a {
  font-size: 16px;
  line-height: 45px;
  color: #2E9DD6;
  text-decoration: underline
}
.input_wrap.verification a:hover {
  text-decoration: none;
}


.select_telzyd{
	font-size:16px; 
	padding: 12px 12px; 
	border: 1px solid #ddd; 
	box-sizing: border-box; 
	font-family: Helvetica, Verdana, Arial, 'Microsoft JhengHei','微軟正黑體', sans-serif;
	float:left;
	margin-right: 10px;
}

/** 清單樣式 **/
.container-list {
	box-sizing: border-box;
    max-width: 600px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}
.container-list .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #e0e0e0;
}
.container-list .header-action {
    font-size: 16px;
    color: #666;
}
.container-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 12px;
    border-bottom: 1px solid #e0e0e0;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.2s;
}
.container-list-item:nth-child(even) {
    background-color: #f9f9f9;
}
.container-list-item:hover {
    background-color: #fff3cd;
}
.container-list-item .item-name {
	width: 80%;
    font-size: 16px;
    color: #333;
}

/** 客製化checkbox **/
.custom-checkbox {
    position: relative;
    width: 24px;
    height: 24px;
}
.custom-checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: all 0.2s;
}
.custom-checkbox:hover .checkmark {
    border-color: #4CAF50;
}
.custom-checkbox input:checked ~ .checkmark {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/** 滑動式開關 **/
.toggle-switch {
    position: relative;
    width: 50px;
    height: 26px;
    cursor: pointer;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-switch .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 26px;
    transition: 0.3s;
}

.toggle-switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

.toggle-switch input:checked + .slider {
    background-color: #4CAF50;
}

.toggle-switch input:checked + .slider:before {
    transform: translateX(24px);
}

/** 手機版 **/
@media only screen and (max-width: 768px) {
  .content_wrap {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 15px;
  }
  .input_wrap .title {
    width: 25%;
    margin-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    line-height: 45px;
  }
  .input_wrap input, .input_wrap textarea {
    width: 70%;
    font-size: 14px;
    line-height: 20px;
  }
  .input_wrap .project_list{
	width: 70%;
    font-size: 14px;
    line-height: 20px;
  }
  .input_wrap .ask_item_list {
    width: 70%;
    font-size: 14px;
    line-height: 20px;
  }
  .content_wrap .bt_suc {
    padding: 10px 20px;
    width: 100px;
    font-size: 14px;
    line-height: 14px;
  }
  .content_wrap.online h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .content_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
  .content_wrap.online {
    padding: 30px 15px;
  }
  .content_wrap.online .project_name {
    margin-bottom: 30px;
  }
  .input_wrap.verification a {
    font-size: 14px;
    line-height: 45px;
    color: #2E9DD6;
    text-decoration: underline
  }
  .input_wrap .ask_item_list .bank_content .title, .input_wrap .ask_item_list .bank_content input, .input_wrap .ask_item_list .bank_content .custom-select {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
  }
  .input_wrap .ask_item_list .bank_content .title {
    line-height: 35px;
  }
  .input_wrap .ask_item_list .bank_content .required::before {
    top: 10px;
  }
  .bank_content .input_wrap {
    margin-top: 0px;
  }
  
.custom-select {
	width:30%;
	margin-right:3%;
}
  .input_wrap .tel_inp{
	width:37%; 
}
.input_wrap .ext_inp{
	width: 55%;
    margin-top: 15px;	
}
.input_wrap .ext_lab{
	width: 15%;
    margin-left: 30%;
    margin-top: 15px;	
}
  .select-selected:after {
    top: 18px;
  }
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {
    top: 12px;
  }
  .input_wrap.verification input {
    width: 70%;
    margin-right: 0px;
}
.input_wrap .verify_pic{
	margin-top:10px;
	margin-left: 30%;
}

}