/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
.last {
  max-width: 300px;
}

.events_content {
  padding: 10px;
}
.events_content .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.events_content .icon_infomation {
  width: 20px;
}

.events_register {
  padding: 0px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
    .events_register{
          text-align: center;
    }
    .events_register div:first-child{
          float: left;
          margin: 0 0 15px;
    }
    .events_register div div{
          float: left;
    }
    .events_register div div:first-child{
         margin-right: 10px;
    }
}
#DataTables_Table_0_filter{
  display: none;
}

.courseContent,
.registerContent {
  max-width: 800px;
  min-width: 600px;
  padding: 0 30px;
  max-height: 400px;
}
@media (max-width: 767px) {
  .courseContent,
  .registerContent {
    padding: 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.courseContent .title,
.registerContent .title {
  margin-bottom: 20px;
}
.courseContent .memberInfo,
.courseContent .code,
.registerContent .memberInfo,
.registerContent .code {
  padding: 30px 20px;
  margin: 20px 0;
  background-color: #f2f2f2;
  border-left: 10px solid;
  border-color: #e95492;
  align-items: center;
}
.courseContent .button,
.registerContent .button {
  text-align: center;
}
.courseContent .inquire,
.registerContent .inquire {
  margin-left: 20px;
  border: none;
  background-color: #1d2b35;
}
.courseContent .join_button,
.registerContent .join_button {
  margin: 20px 0;
  text-align: center;
}
.courseContent .join_member,
.registerContent .join_member {
  border: none;
  background-color: #1d2b35;
}
.courseContent .addEmail,
.registerContent .addEmail {
  text-align: right;
}
.courseContent .addEmail .addEmailBtn,
.registerContent .addEmail .addEmailBtn {
  color: #666666;
  border: none;
  background-color: unset;
}
.courseContent .addEmail .addEmailBtn:hover,
.registerContent .addEmail .addEmailBtn:hover {
  color: #4d4c4c;
}

.paymentContent {
  width: 100%;
  max-width: 400px;
  text-align: center;
}
.paymentContent .title {
  margin: 20px 0;
}

.address select {
  width: 400px;
}
.address .member_zip_code {
  width: 70px;
}

form#mw_form label.error,
label.error {
  position: relative;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}

.tip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.tip .organize a {
  font-weight: bold;
  text-decoration: underline;
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .tip {
    flex-direction: column;
    align-items: flex-start;
  }
}

.code {
  display: flex;
  align-items: center;
  gap: 20px;
}
.code label {
  flex-shrink: 0;
  align-items: center;
  font-weight: bold;
}

.qa {
  text-decoration: underline;
  color: #444;
}
.qa:hover {
  color: #e95492;
}

.city {
  display: flex;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
/*iPad*/
/*iPhone*/