@charset "utf-8";

/* 初始化 */
html {
  overflow-y: scroll;
}
body {
  font-family: Arial,sans-serif,"新細明體";
  font-size: 0.75em;
  margin: 0;
  padding: 0;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial,sans-serif,"新細明體";
  font-size: 1em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
#hd ul, nav ul, #ft ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
legend {
  font-size: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
}
label, input, button, select, img {
  vertical-align: middle;
}
input, button {
  font-family: Arial,sans-serif,"新細明體";
  font-size: 1em;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
textarea, select {
  font-family: Arial,sans-serif,"新細明體";
  font-size: 1em;
}
select {
  margin: 0;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  font-size: 1.1em;
  overflow-x: scroll;
}
a {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: underline;
}

/* popup layor */
#hd_pop {
  height: 0;
  margin: 0 auto;
  position: relative;
  width: 970px;
  z-index: 1000;
}
#hd_pop h2 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
}
.hd_pops {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e9e9e9;
  position: absolute;
}
.hd_pops_con {
}
.hd_pops_footer {
  background: none repeat scroll 0 0 #000;
  color: #fff;
  padding: 10px 0;
  text-align: right;
}
.hd_pops_footer button {
  background: none repeat scroll 0 0 #393939;
  border: 0 none;
  color: #fff;
  margin-right: 5px;
  padding: 5px 10px;
}

/* 頭部 */
#hd {
  background: none repeat scroll 0 0 #fff;
  min-width: 970px;
  position: relative;
  z-index: 4;
}
.hd_zindex {
  z-index: 10 !important;
}
#hd_h1 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
}
#hd_wrapper {
  margin: 0 auto;
  padding: 26px 0;
  position: relative;
  width: 970px;
}
#hd_wrapper:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
#logo {
  float: left;
  padding: 5px 0 0;
}

/* 全站搜索 */
#hd_sch {
  border: 1px solid #c3c6ca;
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}
#hd_sch legend {
  font-size: 0;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -9999em;
}
#hd_sch #sch_stx {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  height: 24px;
  line-height: 1.9em !important;
  padding-left: 5px;
  width: 110px;
}
#hd_sch #sch_submit {
  background: none repeat scroll 0 0 #e2e6eb;
  border: 0 none;
  color: #333;
  cursor: pointer;
  height: 26px;
  padding: 0 5px;
}

/* 調整字體大小 */
#text_size {
  float: left;
  letter-spacing: -3px;
  margin: 0 0 0 10px;
}
#text_size button {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #c3c6ca;
  cursor: pointer;
  margin: 0;
  padding: 1px 2px;
  vertical-align: middle;
}
.ts_up {
  font-size: 1.167em !important;
}
.ts_up2 {
  font-size: 1.3em !important;
}

/* 頭部註冊和連結 */
#tnb {
  float: right;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#tnb:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
#tnb li {
  float: left;
  margin: 0 0 0 10px;
}
#tnb a {
  color: #333;
  display: inline-block;
  height: 28px;
  letter-spacing: 0.1em;
  line-height: 2.4em;
  padding: 0 10px;
}
#tnb a:focus, #tnb a:hover, #tnb a:active {
  text-decoration: none;
}
#tnb img {
  margin-right: 3px;
}

/* 主選單 */
#gnb {
  background: none repeat scroll 0 0 #ecf0f7;
  border-bottom: 1px solid #dde4e9;
  border-top: 1px dotted #dde4e9;
  margin: -1px 0 0;
  position: relative;
}
#gnb h2 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
}
#gnb_1dul {
  margin: 0 auto !important;
  padding: 0;
  width: 970px;
}
#gnb_1dul:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.gnb_1dli {
  float: left;
  position: relative;
  z-index: 10;
}
.gnb_1da {
  background: url("../img/gnb_bg00.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
  display: inline-block;
  font-weight: bold;
  height: 35px;
  line-height: 2.95em;
  padding: 0 40px 0 10px;
  text-decoration: none;
}
.gnb_1da:focus, .gnb_1da:hover {
  background: url("../img/gnb_bg00.gif") no-repeat scroll right center #333;
  text-decoration: none;
}
.gnb_1dli_air .gnb_1da {
  background-color: #333;
  color: #fff;
}
.gnb_1dli_on .gnb_1da {
  background-color: #333;
  color: #fff;
}
.gnb_2dul {
  display: none;
  position: absolute;
  top: 35px;
  width: 180px;
}
.gnb_2da {
  display: block;
  padding: 13px 10px;
  text-align: left;
  text-decoration: none;
}
.gnb_1dli_air .gnb_2da {
  background-color: #333;
  color: #fff;
}
.gnb_1dli_on .gnb_2da {
  background-color: #333;
  color: #fff;
}
.gnb_2da:focus, .gnb_2da:hover {
  background: none repeat scroll 0 0 #666;
  text-decoration: none;
}
.gnb_1dli_over .gnb_2dul {
  background: none repeat scroll 0 0 #fff;
  display: block;
  left: 0;
}
.gnb_1dli_over2 .gnb_2dul {
  background: none repeat scroll 0 0 #fff;
  display: block;
  right: 0;
}
#gnb_empty {
  line-height: 2em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#gnb_empty a {
  text-decoration: underline;
}

/* 中間 */
#wrapper {
  border-left: 1px solid #dde4e9;
  border-right: 1px solid #dde4e9;
  margin: 0 auto;
  width: 970px;
  z-index: 5;
}
#wrapper:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
#aside {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid #dde4e9;
  float: right;
  margin: 0 0 0 -1px;
  width: 210px;
}
#container {
  background: none repeat scroll 0 0 #fff;
  border-right: 1px solid #dde4e9;
  float: left;
  font-size: 1em;
  height: auto !important;
  min-height: 500px;
  padding: 15px 16px 15px 15px;
  position: relative;
  width: 728px;
  z-index: 4;
}
#container:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
#container_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 尾部 */
#ft {
  background: none repeat scroll 0 0 #f2f5f9;
  border-top: 1px solid #dde4e9;
  min-width: 970px;
}
#ft h1 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
}
#ft p {
  line-height: 1.8em;
  margin: 0;
  padding: 10px 0;
}
#ft_catch {
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
  text-align: center;
  width: 970px;
}
#ft_company {
  text-align: center;
}
#ft_copy {
  background: none repeat scroll 0 0 #414141;
}
#ft_copy div {
  color: #fff;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  width: 970px;
}
#ft_copy a {
  color: inherit;
  display: inline-block;
  margin: 0 10px 0 0;
}
#ft_copy #ft_totop {
  position: absolute;
  right: 0;
  top: 10px;
}

/* 選擇複製移動 */
#copymove {
}
.copymove_current {
  color: #ff3061;
  float: right;
}
.copymove_currentbg {
  background: none repeat scroll 0 0 #f4f4f4;
}

/* 給閱讀器使用者 */
#hd_login_msg {
  font-size: 0;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.msg_sound_only, .sound_only {
  border: 0 none !important;
  display: inline-block !important;
  font-size: 0;
  left: 0;
  line-height: 0;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
}

/* Skip */
#skip_to_container a {
  font-size: 0;
  height: 1px;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100000;
}
#skip_to_container a:focus, #skip_to_container a:active {
  background: none repeat scroll 0 0 #21272e;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  height: 75px;
  line-height: 3.3em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* IE6圖像指定寬度 */
.img_fix {
  height: auto;
  width: 100%;
}

/* 防止captcha自動輸入 - PC */
#captcha {
  display: inline-block;
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  width: 160px;
  height: 60px;
  border: 1px solid #e9e9e9;
}
#captcha #captcha_mp3 {
  display: none;
  position: absolute;
  top: 0;
  left: 161px;
  margin: 0;
  padding: 0;
  width: 31px;
  height: 31px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
#captcha #captcha_mp3 span {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: url('../img/captcha.png') no-repeat;
}
#captcha #captcha_reload {
  position: absolute;
  top: 31px;
  left: 161px;
  margin: 0;
  padding: 0;
  width: 31px;
  height: 31px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
}
#captcha #captcha_reload span {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: url('../img/captcha.png') no-repeat 0 -30px;
  border-top: 1px solid #ccc;
}
#captcha #captcha_key {
  margin: 0 0 0 33px;
  padding: 0 5px;
  width: 70px;
  height: 60px;
  border: 1px solid #b8c9c2;
  background: #f7f7f7;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  line-height: 2.8em;
}
#captcha #captcha_info {
  display: block;
  margin: 5px 0 0;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -30px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 快速鍵 */
.cke_sc {
  margin: 0 0 5px;
  text-align: right;
}
.btn_cke_sc {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #ccc;
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  line-height: 1.9em;
  padding: 0 10px;
  text-decoration: none;
  vertical-align: middle;
}
.cke_sc_def {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #ccc;
  margin: 0 0 5px;
  padding: 10px;
  text-align: center;
}
.cke_sc_def dl {
  margin: 0 0 5px;
  text-align: left;
}
.cke_sc_def dl:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.cke_sc_def dt, .cke_sc_def dd {
  border-bottom: 1px solid #e9e9e9;
  float: left;
  margin: 0;
  padding: 5px 0;
}
.cke_sc_def dt {
  font-weight: bold;
  width: 20%;
}
.cke_sc_def dd {
  width: 30%;
}

/* button */
a.btn01 {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #ccc;
  color: #000;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  vertical-align: middle;
}
a.btn01:focus, a.btn01:hover {
  text-decoration: none;
}
button.btn01 {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #ccc;
  color: #000;
  display: inline-block;
  margin: 0;
  padding: 7px;
  text-decoration: none;
}
a.btn02 {
  background: none repeat scroll 0 0 #4b545e;
  border: 1px solid #3b3c3f;
  color: #fff;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  vertical-align: middle;
}
a.btn02:focus, .btn02:hover {
  text-decoration: none;
}
button.btn02 {
  background: none repeat scroll 0 0 #4b545e;
  border: 1px solid #3b3c3f;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 7px;
  text-decoration: none;
}
.btn_confirm {
  text-align: center;
}
.btn_submit {
  background: none repeat scroll 0 0 #ff3061;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.1em;
  padding: 8px;
}
fieldset .btn_submit {
  height: 24px;
  line-height: 1em;
  padding: 0 7px;
}
a.btn_cancel {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #ccc;
  color: #000;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  vertical-align: middle;
}
button.btn_cancel {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #ccc;
  color: #000;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  vertical-align: top;
}
a.btn_frmline, button.btn_frmline {
  background: none repeat scroll 0 0 #333;
  border: 0 none;
  color: #fff;
  display: inline-block;
  height: 24px;
  letter-spacing: 0.1em;
  padding: 0 5px;
  text-decoration: none;
  vertical-align: top;
}
a.btn_frmline {
  line-height: 24px;
}
button.btn_frmline {
  font-size: 1em;
}

/* board用button */
a.btn_b01 {
  background: none repeat scroll 0 0 #f2f5f9;
  border: 1px solid #d9ded9;
  color: #000;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b01:focus, .btn_b01:hover {
  text-decoration: none;
}
a.btn_b02 {
  background: none repeat scroll 0 0 #4b545e;
  border: 1px solid #3b3c3f;
  color: #fff;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b02:focus, .btn_b02:hover {
  text-decoration: none;
}
a.btn_admin {
  background: none repeat scroll 0 0 #e8180c;
  border: 1px solid #e8180c;
  color: #fff;
  display: inline-block;
  padding: 7px;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_admin:focus, a.btn_admin:hover {
  text-decoration: none;
}

/* 評論樣式 */
.cnt_cmt {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 3px;
}

/* table默認樣式 */
.tbl_wrap table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.tbl_wrap caption {
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
}
.tbl_head01 {
  margin: 0 0 10px;
}
.tbl_head01 caption {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding: 0;
}
.tbl_head01 thead th {
  background: none repeat scroll 0 0 #e5ecef;
  border-bottom: 1px solid #d1dee2;
  border-top: 1px solid #d1dee2;
  color: #383838;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  padding: 12px 0;
  text-align: center;
}
.tbl_head01 thead a {
  color: #383838;
}
.tbl_head01 thead th input {
  vertical-align: top;
}
.tbl_head01 tfoot th, .tbl_head01 tfoot td {
  background: none repeat scroll 0 0 #d7e0e2;
  border-bottom: 1px solid #c1d1d5;
  border-top: 1px solid #c1d1d5;
  padding: 10px 0;
  text-align: center;
}
.tbl_head01 tbody th {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding: 8px 0;
}
.tbl_head01 td {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  line-height: 1.5em;
  padding: 8px 5px;
  word-break: break-all;
}
.tbl_head01 a {
}
.tbl_head02 {
  margin: 0 0 10px;
}
.tbl_head02 caption {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  padding: 0;
}
.tbl_head02 thead th {
  background: none repeat scroll 0 0 #e5ecef;
  border-bottom: 1px solid #d1dee2;
  border-top: 1px solid #d1dee2;
  color: #383838;
  font-size: 0.95em;
  letter-spacing: 0.1em;
  padding: 5px 0;
  text-align: center;
}
.tbl_head02 thead a {
  color: #383838;
}
.tbl_head02 thead th input {
  vertical-align: top;
}
.tbl_head02 tfoot th, .tbl_head02 tfoot td {
  background: none repeat scroll 0 0 #d7e0e2;
  border-bottom: 1px solid #c1d1d5;
  border-top: 1px solid #c1d1d5;
  padding: 10px 0;
  text-align: center;
}
.tbl_head02 tbody th {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding: 5px 0;
}
.tbl_head02 td {
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  line-height: 1.4em;
  padding: 5px 3px;
  word-break: break-all;
}
.tbl_head02 a {
}

/* form table */
.tbl_frm01 {
  margin: 0 0 20px;
}
.tbl_frm01 table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.tbl_frm01 th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #f5f8f9;
  border-color: #e9e9e9 #e9e9e9 #e9e9e9 -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  padding: 7px 13px;
  text-align: left;
  width: 70px;
}
.tbl_frm01 td {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  padding: 7px 10px;
}
.tbl_frm01 textarea, .frm_input {
  background: none repeat scroll 0 0 #f7f7f7;
  border: 1px solid #e4eaec;
  color: #000;
  line-height: 2em;
  vertical-align: middle;
}
.tbl_frm01 textarea {
  padding: 2px 2px 3px;
}
.frm_input {
  height: 22px;
}
.tbl_frm01 textarea {
  height: 100px;
  width: 98%;
}
.tbl_frm01 a {
  text-decoration: none;
}
.tbl_frm01 .frm_file {
  display: block;
  margin-bottom: 5px;
}
.tbl_frm01 .frm_info {
  display: block;
  line-height: 1.4em;
  padding: 0 0 5px;
}

/* no data list */
.empty_table {
  padding: 50px 0 !important;
  text-align: center;
}
.empty_list {
  padding: 20px 0 !important;
  text-align: center;
}

/* 必填 */
.required, textarea.required {
  background: url("../img/wrest.gif") no-repeat scroll right top #f7f7f7 !important;
}

/* table 項目定義 */
.td_board {
  text-align: center;
  width: 120px;
}
.td_category {
  text-align: center;
  width: 80px;
}
.td_chk {
  text-align: center;
  width: 30px;
}
.td_date {
  text-align: center;
  width: 60px;
}
.td_datetime {
  text-align: center;
  width: 110px;
}
.td_group {
  text-align: center;
  width: 100px;
}
.td_mb_id {
  text-align: center;
  width: 100px;
}
.td_mng {
  text-align: center;
  width: 80px;
}
.td_name {
  text-align: left;
  width: 100px;
}
.td_nick {
  text-align: center;
  width: 100px;
}
.td_num {
  text-align: center;
  width: 50px;
}
.td_numbig {
  text-align: center;
  width: 80px;
}
.td_stat {
  text-align: center;
  width: 60px;
}
.txt_active {
  color: #5d910b;
}
.txt_done {
  color: #e8180c;
}
.txt_expired {
  color: #ccc;
}
.txt_rdy {
  color: #8abc2a;
}

/* New Window default style */
.new_win {
}
.new_win .tbl_wrap {
  margin: 0 20px;
}
.new_win #win_title {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #dde4e9;
  border-top: 3px solid #333;
  font-size: 1.2em;
  margin: 0 0 20px;
  padding: 20px;
}
.new_win #win_title .sv {
  font-size: 0.75em;
  line-height: 1.2em;
}
.new_win .win_ul {
  background: none repeat scroll 0 0 #484848;
  border-bottom: 1px solid #455255;
  list-style: none outside none;
  margin: -20px 0 20px;
  padding: 0 20px;
}
.new_win .win_ul:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}
.new_win .win_ul li {
  float: left;
  margin-left: -1px;
}
.new_win .win_ul a {
  border-left: 1px solid #455255;
  border-right: 1px solid #455255;
  color: #fff;
  display: block;
  font-family: Arial,sans-serif,"新細明體";
  font-weight: bold;
  padding: 10px 10px 8px;
  text-decoration: none;
}
.new_win .win_desc {
  padding: 20px;
}
.new_win .win_btn {
  clear: both;
  padding: 20px;
  text-align: center;
}
.new_win .win_btn button {
  background: none repeat scroll 0 0 #4b545e;
  border: 0 none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 2em;
  padding: 0 10px;
}
.new_win .win_btn input {
  height: 30px;
  line-height: 2em;
  padding: 0 10px;
}
.new_win .win_btn a {
  background: none repeat scroll 0 0 #4b545e;
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 2.4em;
  padding: 0 10px;
  vertical-align: middle;
}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {
  text-decoration: none;
}
/* 搜索結果顏色 */
.sch_word {
  color: #ff3061;
}

/* Javascript警告替代 */
#validation_check {
  margin: 100px auto;
  width: 500px;
}
#validation_check h1 {
  font-size: 1.3em;
  margin-bottom: 20px;
}
#validation_check p {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 30px 20px;
}

/* Side view*/
.sv_wrap {
  display: inline-block;
  font-weight: normal;
  position: relative;
}
.sv_wrap .sv {
  border: 1px solid #283646;
  display: none;
  margin: 5px 0 0;
  z-index: 1000;
}
.sv_wrap .sv a {
  background: none repeat scroll 0 0 #111;
  border-bottom: 1px solid #283646;
  color: #fff !important;
  display: inline-block;
  margin: 0;
  padding: 3px;
  width: 94px;
}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {
  text-decoration: none;
}
.sv_on {
  display: block !important;
  height: auto;
  left: 20px;
  position: absolute;
  top: 10px;
  width: auto;
}
.sv_nojs .sv {
  display: block;
}
/* 分頁 */
.pg_wrap {
  clear: both;
  margin: 0 0 20px;
  padding: 20px 0 0;
  text-align: center;
}
.pg {
}
.pg_page, .pg_current {
  color: #000;
  display: inline-block;
  height: 25px;
  letter-spacing: 0;
  line-height: 2.2em;
  padding: 0 8px;
  vertical-align: middle;
}
.pg a:focus, .pg a:hover {
  text-decoration: none;
}
.pg_page {
  background: none repeat scroll 0 0 #e4eaec;
  text-decoration: none;
}
.pg_start, .pg_prev { /* 上一頁 */
}
.pg_end, .pg_next { /* 下一頁 */
}
.pg_current {
  background: none repeat scroll 0 0 #333;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin: 0 4px 0 0;
}

/* 前往手機版 */
#device_change {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #eee;
  border-radius: 2em;
  color: #000;
  display: block;
  font-size: 2em;
  margin: 0.3em;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
}

/* 電子郵件驗證 */
.rg_em {
  margin-top: 5px;
}
.rg_em caption{
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  padding: 0;
}

/*캡챠 모바일에서 피시버젼*/
#captcha.m_captcha audio{display:block;margin:5px 0 10px;}
#captcha.m_captcha #captcha_key{margin-left:3px }
#captcha.m_captcha #captcha_reload span{background:none;display:inline}
#captcha.m_captcha  #captcha_reload {position:relative ;width:auto;top:0;left:0;margin:0;padding:0 10px;height:43px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}

/* 聯絡表單 */
#contact {
  margin: 10px 20px;
}

#contact > .row {
  padding: 5px 0;
}
#contact > .row > label {
  background: #F5F5F7;
  display: inline-block;
  height: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: right;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  vertical-align: top;
  width: 130px;
}
#contact select,
#contact input[type=text] {
  border: 1px solid #CAC6C2;
  color: #333;
  font-size: 13px;
  height: 24px;
  margin: 3px 0;
  padding: 0 2px;
  width: 300px;
}
#contact input[type=text]:focus,
#contact textarea:focus {
  box-shadow: 0 0 3px #CAC6C2;
}
#contact textarea {
  border: 1px solid #CAC6C2;
  color: #333;
  font-size: 13px;
  height: 120px;
  width: 300px;
}
#contact button {
  background: #FFC000;
  border: 0;
  border-radius: 5px;
  color: #FFF;
  display: block;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 4px 7px;
}
#contact button:hover {
  background: orange;
}

/* */
.cart-item {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  height: 30px;
  padding: 0 20px;
}
#purchaser label {
  margin-left: 20px;
}
#cart {
  color: #676767;
  float: left;
  margin: 20px;
  width: 680px;
}
.cart_warn {
  color: #f00;
  float: left;
  line-height: 1.5;
  margin: 20px;
  width: 680px;
}
.cart_warn > span {
  display: block;
}
.cart_warn > a {
  text-align: right;
}
#cart_function {
}
.display_cart {
}
#order_list {
  margin: 10px auto;
  text-align: center;
  width: 95%;
}
#order_list th {
  border-bottom: 1px solid gray;
}
#order_list th, #order_list td {
  padding: 5px 2px;
}
a.order_link {
  text-decoration: underline;
}
#order-breadcrumb {
  padding: 10px;
  text-align: right;
  width: 95%;
  word-spacing: 10px;
}
#order-breadcrumb > .current {
  font-weight: bold;
}
.order-wrap {
  line-height: 25px;
  margin: 0 auto;
}
.order-wrap thead tr th {
  background: none repeat scroll 0 0 #333;
  color: #f5f5f5;
  height: 25px;
  letter-spacing: 2px;
}
.product_list thead tr th {
  background: none repeat scroll 0 0 #f5f5f5;
  color: #666;
}
.order-wrap tbody tr td {
  padding: 1px 5px;
}
.product_list tbody tr td {
  border-bottom: 1px solid #333;
}
.order-wrap .title {
  background: none repeat scroll 0 0 #e8e8e8;
  border-bottom: 1px solid #fff;
  color: #000;
  text-align: center;
}
.order-wrap .price td {
  color: #00688b;
  text-align: right;
}
.order-wrap td.total_price {
  color: #cd2626;
  font-weight: bold;
  text-align: center;
}
.service_wrap {
  line-height: 25px;
  margin: 0 auto;
  text-align: left;
}
.order_qa_wrap, .order_qa_wrap_adm {
  margin: 5px 0;
  width: 90%;
}
.order_qa_wrap p, .order_qa_wrap_adm p {
  padding: 5px 10px;
  width: 95%;
}
.order_qa_wrap span, .order_qa_wrap_adm span {
  border-bottom: 1px dashed gray;
  display: block;
  text-align: right;
  width: 100%;
}
.order-wrap input[type="submit"] {
  background-color: #666;
  border-color: #666;
  border-radius: 5px;
  color: #f5f5f5;
  letter-spacing: 1px;
  margin: 5px;
  padding: 3px 7px;
}

/* 編輯器 */
.post-content {
  color: #333;
  font-size: 13px;
  line-height: 1.6em;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: normal;
  line-height: 1.2em;
}
.post-content h1 {
  margin: 17px 0;
}
.post-content h2 {
  margin: 16px 0;
}
.post-content h3 {
  margin: 15px 0;
}
.post-content h4 {
  margin: 17px 0;
}
.post-content h5 {
  margin: 18px 0;
}
.post-content h6 {
  margin: 20px 0;
}
.post-content ol,
.post-content ul,
.post-content dl {
  margin: 13px 0;
  padding: 0 40px;
}
.post-content ol {
  list-style-type: decimal;
}
.post-content ul {
  list-style-type: disc;
}
.post-content p {
  margin: 13px 0;
}
.post-content blockquote {
  border-color: #CCC;
  border-width: 0 0 0 5px;
  border-style: solid;
  font-style: italic;
  margin: 13px 40px;
  padding: 2px 8px 2px 20px;
}

/* category 分類圖 */
#cate_banner img {
  display: block;
  margin: 0 auto;
}

/* category 分類附件 */
#cate_wrap ul {
  list-style: none;
  padding: 0;
}
#cate_wrap > ul {
  border-bottom: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
}
#cate_wrap ul li {
  border-top: 1px solid #E9E9E9;
}
#cate_wrap ul li > h3 {
  background: #F2F5F9;
  padding: 10px;
}
#cate_wrap ul.sub {
  opacity: 0.8;
}
#cate_wrap ul.sub li > h3 {
  font-weight: normal;
}
#cate_wrap .files {
  border-top: 1px solid #E9E9E9;
  padding: 10px;
}
#cate_wrap a.download {
  display: block;
  padding: 2px 0;
}
#cate_wrap .files span {
  color: gray;
  margin: 0 5px;
}