@charset "UTF-8";
/*------------------------------------------------------------------------------------*\
     $OnlineApply　

     客製線上報名：
     列表、說明頁、我要報名、進度查詢等頁面
     
     CSS：Mobile first 
     
     搭配標準版共用元件：
     kf-components-layout.css、kf-components-style.css
     
     Breakpoints：
     phone：30.0625em, tablet：48.0625em
\*------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*\
     $OnlineApply-list
     列表樣式

     1.表格樣式、分頁套用標準共用css
     2.以下為欄位設定     
\*------------------------------------------------------------------------------------*/
.Plist_number {
  display: none;
}
.Plist_tit, .Plist_time {
  text-align: left !important;
}
.Plist_tit {
  margin-top: 2.5rem;
}
.Plist_tit a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Plist_time {
  position: absolute;
  top: 1rem;
  padding: .5rem;
  padding-left: 1.5rem;
  font-size: 0.875em;
  background: url(../../images/icon-date1.svg) no-repeat left 0.5rem;
}
.Plist_time br {
  display: none;
}

@media (min-width: 30.0625em) {
  .Plist_number {
    display: table-cell;
    width: 60px;
  }
  .Plist_tit a {
    white-space: normal;
  }
  .Plist_time {
    position: static;
    width: 170px;
    font-size: 1em;
    background: none;
  }
  .Plist_time br {
    display: inline-block;
  }
}
/*------------------------------------------------------------------------------------*\
     $OnlineApply-detail
     內頁樣式

     1.編輯區樣式套用標準共用css
     2.以下為活動相關資訊設定     
\*------------------------------------------------------------------------------------*/
.P_activity_box {
  margin-top: 2rem;
}
.P_activity_box .kf-form-hit {
  padding-top: 1rem;
}
.P_activity_tit {
  padding-left: 1.5em;
  line-height: 2.875em;
  font-size: 1.125rem;
  background: url(../../images/icon-activity-book.svg) no-repeat left center;
  background-size: 19px 22px;
  border-bottom: 1px solid #f0f0f0;
}
.P_activity_ul {
  padding-top: .5em;
}
.P_activity_ul li {
  padding: .35em 0;
  padding-left: 1.5rem;
  font-family: 16px;
  line-height: 1.5;
  background: url(../../images/Pactivity-arrow.gif) no-repeat 0.25rem 0.75rem;
}
.P_activity_ul li b {
  color: #5ea4f4;
}
.P_activity_ul li span {
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-left: .5em;
  background: url(../../images/icon-activity-map.svg) no-repeat left center;
  background-size: cover;
}
.P_activity_ul li span a {
  display: block;
  width: 14px;
  height: 18px;
  outline: none;
}
.P_activity_ul li > a:hover, .P_activity_ul li > a:active {
  color: #7c26c4;
  text-decoration: underline !important;
}

/*------------------------------------------------------------------------------------*\
     $OnlineApply-form
     表單樣式

     1.主要套用標準共用css
     2.地址、年月日為客製新增欄位    
\*------------------------------------------------------------------------------------*/
.P_birthday input[type="text"] {
  width: 45px;
}
.P_birthday input[type="text"]:first-child {
  width: 60px;
}
.P_birthday span {
  color: #555555;
  padding: .5rem;
  height: 2.375em;
}

.P_add_form > div {
  width: 100%;
}
.P_add_form > div > select {
  width: 48%;
  height: 2.375em;
  margin-bottom: .5rem;
  padding-left: 0.625em;
  box-sizing: border-box;
  font-size: 0.9375em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  vertical-align: bottom !important;
  color: #9f9f9f;
  border: 1px solid silver;
  outline: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.P_add_form > div > select:hover {
  border: 1px solid #5ea4f4 !important;
}
.P_add_form > div > select:last-child {
  float: right;
}

.P_check_group {
  line-height: 1.35;
}
.P_check_group label {
  display: inline-block;
  margin-bottom: .5rem;
}
.P_check_group > [type="radio"]:not(:checked) + label:after, .P_check_group > [type="radio"]:checked + label:after {
  top: .1rem;
  left: .15rem;
}

@media (min-width: 30.0625em) {
  .P_add_form > div {
    width: 50%;
  }
  .P_add_form > div > select {
    width: 100%;
  }
  .P_add_form > div > select:last-child {
    clear: right;
  }
}
