@charset "utf-8";


.position{
	font-size:18px;
	line-height:26px;
	margin-top:20px;
	padding-bottom: 14px;
	border-bottom: 2px solid #dcdcdc;
	color:#252525;
}
.description{
	margin:10px 0;
	padding-bottom:20px;
	border-bottom: 1px solid #dcdcdc;
}

.resumefilldesc{
	
	color:#818181;
	line-height:20px;
	margin:15px 0px;
}







/* 檔案上傳 欄位，會員、購物車、詢問車都有*/
.cust_upload::after{
  display: none;
}
.cust_upload_btn{
  display: inline-block;
  user-select: none;
  margin: 0 15px 0 0;
  background: #999;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 1.3em;
}
.no-touch .cust_upload_btn:hover{
  background: #222;
}
.cust_filelist{
  padding: 0 0 15px 0;
  font-size: 0;
  letter-spacing: 0;
}
.cust_file{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 8px 15px 8px 0px;
  width: 180px;
  border: #efefef 1px solid;
  border-radius: 3px;
  overflow: hidden;
  background: #efefef;
  font-size: 14px;
  text-align: center;
  transition: all .2s;
}
.cust_file[data-filetype=pic]{
  max-width: calc(50% - 15px);
}
.cust_file.error{
  color: inherit;
}
.no-touch .cust_file:hover{
  background: #fff;
}
.cust_file:not([data-filetype=pic])::before, .cust_file[data-filetype=pic].error::before{
  content: attr(data-filetype);
  padding: .34em 1em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #ccc;
  border-radius: .8em;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 50%;
  bottom: 55%;
  transform: translateX(-50%);
}
.cust_filelink{
  position: relative;
  display: block;
  border: 0;
  text-decoration: none;
}
.cust_fileimg{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.cust_file:hover .cust_fileimg{
  opacity: .8;
}
.cust_filename{
  position: absolute;
  top: 52%;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  padding: 0 1em;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  box-sizing: border-box;
}
.cust_fileimg+.cust_filename{
  display: none;
}
.cust_file.newfile .cust_fileimg+.cust_filename{
  position: relative;
  display: block;
  top: 0;
}
.cust_file:not([data-filetype=pic]) .cust_filelink::before{
  content: "";
  display: block;
  padding-top: 61.8%;
  min-height: 8em;
}
.newfile.cust_file:not([data-filetype=pic]), .newfile.cust_file[data-filetype=pic].error{
  height: 8em;
}
.cust_errormsg{
  position: absolute;
  color: #fff;
  background: red;
  border-radius: 3px;
  padding: .34em .5em;
  font-size: .857em;
  line-height: 1;
}
.cust_filedel{
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: .95em 1em;
  background: #aaa;
  color: #fff;
  outline: 0;
  border: 0;
  white-space: nowrap;
  font-size: .875em;
  line-height: 1;
  text-decoration: none;
  z-index: 2;
  opacity: 1;
  transition: all .25s;
}
.newfile .cust_filedel, .no-touch .newfile .cust_filedel{
  opacity: 1;
}
.no-touch .cust_filedel{
  padding: .4em .7em;
  opacity: 0;
}
.no-touch .cust_filedel:hover{
  background: red;
}
.no-touch .cust_file:hover .cust_filedel{
  opacity: 1;
}
.column_memo{
  font-size: 13px;
}
@media (max-width:767px){
  .newfile.cust_file:not([data-filetype=pic]), .newfile.cust_file[data-filetype=pic].error{
      height: auto;
  }
  .cust_file:not([data-filetype=pic]){
      width: auto;
  }
  .cust_file:not([data-filetype=pic]):not(.newfile){
      padding: 0 4em 0 0;
  }
  .cust_file:not([data-filetype=pic]) .cust_errormsg{
      position: relative;
  }
  .cust_filename{
      position: relative;
      top: 0;
      padding: .5em 1em;
      text-align: left;
  }
  .cust_file:not([data-filetype=pic])::before{
      display: none !important;
  }
  .cust_file:not([data-filetype=pic]) .cust_filelink::before{
      display: none;
  }
}









#waitmsg{
  position:relative;
  display:none;
}
#waitmsg #maskmsg{
  left:50%;
  margin-left:-25%;
  top:40%;
  width:50%;height:120px;
  position:fixed;
  display:block;
  text-align:center;
  padding-top:10px;-moz-opacity:1; opacity:1;font-weight:bold;color:#000;font-size:16px;line-height:230%;z-index:9999;
  background:#fff url(../../../images/loading.gif)  center center scroll no-repeat;
}
#waitmsg #maskcover{
  top:0;left:0;width:100%;height:100%;min-height:900px;position:fixed;display:block;background:#000;filter:Alpha(Opacity=80, FinishOpacity=80, Style=2);-moz-opacity:0.5; opacity:0.5; z-index:9998;
}