html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.clear, header, nav > ul, .breadcrumb, .pay_extra, .pay_sum {
  zoom: 1;
  clear: both;
}
.clear:after, header:after, nav > ul:after, .breadcrumb:after, .pay_extra:after, .pay_sum:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.ribbon, .lightbox_title {
  position: relative;
}
.ribbon:before, .lightbox_title:before, .ribbon:after, .lightbox_title:after {
  position: absolute;
  content: "";
  top: 100%;
  width: 13px;
  height: 13px;
}
.ribbon:before, .lightbox_title:before {
  left: 0;
  background-image: url(../images/sp_title_left.png);
}
.ribbon:after, .lightbox_title:after {
  right: 0;
  background-image: url(../images/sp_title_right.png);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei";
  font-size: 15px;
  background-color: #f2f4f5;
}

a {
  text-decoration: none;
}

select, input, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Jhenghei";
}

.header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #3f3f41;
  z-index: -1;
}

.max_container {
  width: 1200px;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 2;
  color: #fff;
}

.header_option {
  float: right;
}
.header_option > li {
  float: left;
  position: relative;
}

.header_option_item {
  height: 55px;
  line-height: 55px;
  padding: 0 18px;
  cursor: pointer;
}
.header_option_item:hover, .header_option_item.active {
  background-color: #f1fcfc;
  color: #434343;
}
.header_option_item img {
  vertical-align: middle;
  margin-right: 10px;
}

.header_2nd_member {
  position: absolute;
  top: 55px;
  right: 0;
  background-color: #f1fcfc;
  color: #fff;
  width: 270px;
  padding: 20px 35px;
  display: none;
  -moz-box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.37);
  -webkit-box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.37);
}

.header_2nd_btn {
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
  background-color: #0abab5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.header_2nd_btn:hover {
  opacity: 0.6;
}
.header_2nd_btn a {
  float: left;
  width: 100%;
  color: #fff;
}

.header_2nd_btn:last-child {
  margin-bottom: 0;
}

.header_2nd_login {
  position: absolute;
  top: 55px;
  right: 0;
  background-color: #f1fcfc;
  color: #fff;
  width: 270px;
  padding: 0 20px 20px 20px;
  text-align: center;
  display: none;
  -moz-box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

#header_mini .header_2nd_login_new {
  padding: 0;
}

.header_2nd_login_title {
  width: 100%;
  height: 40px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
  font-size: 18px;
  background-color: #0abab5;
}

.header_2nd_login_box {
  background-color: #fff;
  padding: 0 15px;
  border: 1px solid #e5f7f7;
  font-size: 16px;
}
.header_2nd_login_box li {
  width: 100%;
  line-height: 40px;
  color: #6d6d6d;
}
.header_2nd_login_box input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #9ed0cf;
  text-indent: 5px;
}

.header_2nd_login_txt {
  margin-top: 0;
}
.header_2nd_login_txt span {
  color: #ff0000;
}

.header_2nd_login_btn {
  margin-top: 20px;
}

.header_2nd_login_forget a {
  color: #0abab5;
  font-size: 16px;
  font-weight: bold;
}
.header_2nd_login_forget a:hover {
  text-decoration: underline;
}

.header_2nd_login_new {
  border-top: 1px solid #0abab5;
  border-bottom: 1px solid #0abab5;
  padding: 16px 0;
  margin-top: 20px;
  font-size: 18px;
}
.header_2nd_login_new a {
  color: #0abab5;
}
.header_2nd_login_new a:hover {
  color: #6d6d6d;
}

.header_logo img {
  float: left;
  vertical-align: middle;
}

.logo_big {
  margin-top: -42px;
}

.logo_text {
  margin-left: 25px;
  margin-top: 30px;
}

.logo_search {
  float: right;
  width: 270px;
  height: 40px;
  line-height: 40px;
  margin-top: 25px;
  border: 3px solid #c7c7c7;
  background-color: #fff;
}
.logo_search img {
  float: right;
  margin-right: 8px;
  margin-top: 7px;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.logo_search img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.logo_search input {
  float: left;
  width: 220px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  margin-left: 15px;
  line-height: 15px;
  padding: 0;
  border: transparent;
  outline: none;
}

nav {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 59px;
  background-color: #0abab5;
  text-align: center;
}
nav > ul {
  display: inline-block;
  line-height: 59px;
}
nav > ul > li {
  float: left;
}
nav:before, nav:after {
  position: absolute;
  content: "";
  top: 100%;
  width: 22px;
  height: 15px;
}
nav:before {
  left: 0;
  background-image: url(../images/main_ribbon_l.png);
}
nav:after {
  right: 0;
  background-image: url(../images/main_ribbon_r.png);
}

.nav_item {
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background-color: #0abab5;
}
.nav_item:hover {
  background-color: #08a49f;
}
.nav_item img {
  vertical-align: middle;
  margin-right: 9px;
}
.nav_item.active {
  background-color: #08a49f;
}

.nav_2nd {
  display: none;
}
.nav_2nd li {
  height: 50px;
  line-height: 50px;
  background-color: #08a49f;
}
.nav_2nd li a {
  float: left;
  width: 100%;
  color: #fff;
}
.nav_2nd li a:hover {
  background-color: #0abab5;
}

.footer_title {
  color: #0abab5;
  font-size: 16px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 18px;
}

footer {
  background-color: #3f3f41;
  color: #fff;
  padding: 10px 0;
}

#footer_left {
  border-right: 1px solid #656567;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_left li {
  margin-bottom: 20px;
  text-indent: 10px;
  cursor: pointer;
  -moz-transition: text-indent 0.2s linear;
  -o-transition: text-indent 0.2s linear;
  -webkit-transition: text-indent 0.2s linear;
  transition: text-indent 0.2s linear;
}
#footer_left li a {
  color: #fff;
}
#footer_left li:hover {
  text-indent: 20px;
}
#footer_left li:before {
  content: url("../images/footer_pointer.png");
  margin-right: 10px;
}

#footer_right {
  padding: 26px 13px 0;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer_right li {
  height: 45px;
  line-height: 45px;
}

.footer_right_title {
  font-size: 24px;
}
.footer_right_title span {
  color: #0abab5;
  font-size: 16px;
  margin-right: 15px;
}

.footer_right_copyright {
  font-size: 14px;
}
.footer_right_copyright span {
  text-decoration: underline;
  cursor: pointer;
}

#header_mini {
  position: fixed;
  top: -55px;
  left: 0;
  width: 100%;
  background-color: #3f3f41;
  height: 55px;
  line-height: 55px;
  color: #fff;
  z-index: 10;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_mini_left {
  float: left;
}

.header_mini_left_logo {
  float: left;
  margin-right: 30px;
  margin-top: 7.5px;
}

.logo_search_mini {
  float: left;
  width: 230px;
  height: 30px;
  line-height: 30px;
  margin-top: 12.5px;
  background-color: #fff;
}
.logo_search_mini img {
  float: right;
  margin-right: 8px;
  margin-top: 3px;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.logo_search_mini img:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.logo_search_mini input {
  float: left;
  width: 185px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  margin-left: 15px;
  line-height: 15px;
  padding: 0;
  border: transparent;
  outline: none;
}

.header_mini_menu {
  position: relative;
  float: right;
  font-size: 20px;
}

.header_mini_btn {
  width: 50px;
  height: 55px;
  text-align: center;
  cursor: pointer;
}
.header_mini_btn.active {
  background-color: #5c5c5c;
}
.header_mini_btn img {
  margin-top: 16px;
}

#header_mini .header_mini_btn:hover {
  background-color: #5c5c5c;
}

.header_mini_1st {
  position: absolute;
  right: 0;
  line-height: 40px;
  background-color: #5c5c5c;
  display: none;
}

.header_mini_1st_btn {
  display: inline-block;
  text-align: center;
  width: 160px;
  line-height: 50px;
  cursor: pointer;
}
.header_mini_1st_btn:hover, .header_mini_1st_btn.active {
  background-color: #6c6c6c;
}

.header_mini_2nd {
  position: absolute;
  top: 0;
  right: 160px;
  line-height: 50px;
  background-color: #6c6c6c;
  display: none;
}
.header_mini_2nd li {
  display: inline-block;
  text-align: center;
  width: 160px;
  line-height: 50px;
  cursor: pointer;
}
.header_mini_2nd li a {
  color: #fff;
}
.header_mini_2nd li:hover {
  background-color: #5c5c5c;
}

#header_device {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 11px;
  display: none;
}
#header_device > ul {
  width: 100%;
  height: 55px;
  background-color: #3f3f41;
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
}
#header_device > ul > li {
  float: left;
  line-height: 55px;
  text-align: center;
}
#header_device > ul > li img {
  vertical-align: middle;
}
#header_device > ul > li:first-child {
  width: 35%;
}

.header_device_click {
  width: 16.25%;
}
.header_device_click.active {
  background-color: #5c5c5c;
}

.header_device_click .header_2nd_login, .header_device_click .header_2nd_member {
  position: absolute;
  top: auto;
  left: 0;
  width: 80%;
  padding: 20px 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.header_device_btn {
  cursor: pointer;
}

.lightbox_target {
  position: fixed;
  z-index: 100;
  top: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  overflow: hidden;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lightbox_target.active {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.lightbox_target.active .lightbox_content {
  max-height: 100%;
  max-width: 100%;
}

.lightbox_content {
  position: absolute;
  width: 800px;
  height: 600px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  max-height: 0%;
  max-width: 0%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.lightbox_title {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 13px;
  margin-left: -13px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #0abab5;
  color: #fff;
}

.lightbox_close {
  position: relative;
  float: right;
  top: 15px;
  right: 0;
  cursor: pointer;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.lightbox_close:hover {
  opacity: 0.6;
}

.lightbox_scroll {
  position: relative;
  float: left;
  width: 100%;
  height: 90%;
  overflow-y: auto;
}

.privacy_content {
  width: 100%;
  height: 100%;
  padding: 40px 8%;
  color: #6e6e6e;
  line-height: 24px;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dialog_privacy .lightbox_scroll, #dialog_right .lightbox_scroll {
  overflow: hidden;
}

.main_cotainer {
  position: relative;
  width: 100%;
  padding: 0 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main_page {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.page_image {
  width: 100%;
  margin-bottom: 20px;
}
.page_image img {
  width: 100%;
}

.breadcrumb {
  width: 100%;
  padding: 20px 0 10px 40px;
  line-height: 35px;
  color: #6e6e6e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.breadcrumb img {
  float: left;
  margin-right: 6px;
  margin-top: 5px;
}
.breadcrumb span {
  float: left;
  margin-right: 6px;
}
.breadcrumb span:before {
  content: ">";
  margin-right: 6px;
}

.breadcrumb_menu {
  display: inline-block;
}
.breadcrumb_menu ul {
  display: inline-block;
}
.breadcrumb_menu li {
  float: left;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
  background-color: #0b928e;
  margin-right: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb_menu li:hover {
  opacity: 0.6;
}
.breadcrumb_menu li a {
  padding: 0 24px;
  color: #fff;
}
.breadcrumb_menu li.active {
  background-color: #ff5967;
}

.ezwaven_page {
  margin: 0 6.75%;
  width: 86.5%;
}

.ezwaven_page_title {
  width: 100%;
  background-color: #4eccc8;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}

.ezwaven_btn_green, .ezwaven_btn_gray {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.ezwaven_btn_green a, .ezwaven_btn_gray a {
  float: left;
  width: 100%;
  color: #fff;
}
.ezwaven_btn_green:hover, .ezwaven_btn_gray:hover {
  opacity: 0.6;
}

.ezwaven_btn_green {
  background-color: #0abab5;
}

.ezwaven_btn_gray {
  background-color: #cfcfcf;
}

.ezwaven_input, .member_account input, .register-row input, .member_data input, .ezwaven_select, .member_data select {
  padding: 0;
  border: 2px solid #c7c7c7;
  font-size: 16px;
  line-height: 30px;
  min-height: 30px;
  text-indent: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .max_container {
    width: 100%;
  }

  nav {
    background-image: none;
    background-color: #0abab5;
  }

  .lightbox_target .lightbox_content {
    width: 90%;
    height: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .header_mini_left {
    width: 87%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #header_mini .header_option {
    width: 100%;
    background-color: #3f3f41;
  }
}
@media screen and (max-width: 480px) {
  header, nav, .header_bg, .logo_search_mini, #header_mini {
    display: none;
  }

  #header_device {
    display: block;
  }

  #footer_left {
    padding-left: 13px;
  }

  .breadcrumb {
    padding-left: 5%;
  }

  .ezwaven_page {
    margin: 0 5%;
    width: 90%;
  }

  .main_cotainer {
    padding: 0;
  }

  .breadcrumb_menu li {
    margin-bottom: 10px;
  }
}
.member_box {
  width: 400px;
  margin: 40px auto 0;
  color: #726a6a;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.member_account {
  width: 100%;
  margin: 25px 0 60px;
  line-height: 30px;
  font-size: 16px;
}
.member_account span {
  color: #ff0000;
}

.member_btn {
  width: 42.5%;
  margin-bottom: 20px;
}

.register-row {
  margin-bottom: 10px;
  color: #606060;
}
.register-row label {
  line-height: 30px;
  display: inline-block;
  width: 70px;
}
.register-row input {
  width: 200px;
}
.register-row select {
  color: #606060;
  line-height: 30px;
  border: 2px solid #c7c7c7;
  width: 65px;
  height: 30px;
}

.register-checkbox {
  margin-bottom: 20px;
  line-height: 22px;
  color: #606060;
}
.register-checkbox img {
  margin-right: 18px;
  vertical-align: middle;
  cursor: pointer;
}
.register-checkbox span {
  cursor: pointer;
  color: #089591;
  text-decoration: underline;
  margin: 0 5px;
}

.register_hint {
  color: #606060;
  padding: 10px 0 20px;
}
.register_hint span {
  color: #ff0000;
}

#register_twzipcode {
  float: left;
  width: 230px;
}
#register_twzipcode div {
  display: inline-block;
}
#register_twzipcode select, #register_twzipcode input {
  color: #606060;
  line-height: 30px;
  border: 2px solid #c7c7c7;
  width: 80px;
  height: 30px;
  text-indent: 5px;
}

#register_twzipcode .zipcode input {
  width: 40px;
}

.register_half {
  padding-top: 40px;
  padding-left: 10%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.member_data {
  padding-top: 60px;
  padding-left: 30px;
  color: #606060;
}
.member_data label {
  display: inline-block;
  width: 80px;
}
.member_data li {
  line-height: 30px;
  margin-bottom: 20px;
}
.member_data input {
  width: 200px;
}
.member_data select {
  height: 30px;
  line-height: 30px;
  width: 80px;
}

#data_twzipcode {
  float: left;
  width: 290px;
}
#data_twzipcode div {
  display: inline-block;
}

#data_twzipcode .data_long select {
  width: 100px;
  height: 30px;
  line-height: 30px;
}

#data_twzipcode .data_short input {
  width: 80px;
}

#data_twzipcode .data_full {
  margin-top: 10px;
  width: 100%;
}

.history_container {
  max-width: 850px;
  width: 100%;
  height: 200px;
  margin: 34px auto;
  border: 1px solid #9ed0cf;
  overflow-y: hidden;
  overflow-x: auto;
}

.history_row, .history_title, .history_content ul {
  width: 850px;
  text-indent: 5px;
  padding-left: 3%;
  color: #616161;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.history_row li, .history_title li, .history_content ul li {
  float: left;
  width: 25%;
}

.history_title {
  height: 55px;
  background-color: #d7f6f5;
}
.history_title li {
  line-height: 55px;
}

.history_content {
  width: 850px;
  height: 145px;
  background-color: #f1fcfc;
  overflow-y: auto;
  overflow-x: hidden;
}
.history_content ul {
  cursor: pointer;
  height: 35px;
}
.history_content ul li {
  line-height: 35px;
}
.history_content ul.active {
  background-color: #fff;
  color: #ff3e3e;
}
.history_content ul:hover {
  background-color: #9ed0cf;
}

.detail_container {
  width: 100%;
  margin-top: 25px;
  color: #6d6d6d;
  overflow-x: auto;
  overflow-y: hidden;
}

.detail_title {
  width: 1000px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.detail_title li {
  float: left;
}
.detail_title li:first-child {
  width: 340px;
}
.detail_title li:nth-child(2) {
  width: 520px;
}
.detail_title li:nth-child(2) span.pay {
  color: #f43a3a;
}
.detail_title li:last-child {
  width: 140px;
  text-align: right;
}
.detail_title li:last-child span {
  margin: 0 5px;
}

.detail_list {
  width: 1000px;
  padding: 25px 0;
  font-size: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.detail_list td {
  padding-bottom: 6px;
}

.list_status {
  width: 60px;
}
.list_status span {
  display: inline-block;
  width: 55px;
  height: 29px;
  line-height: 29px;
  font-size: 15px;
  color: #fff;
  background-color: #4eccc8;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.list_no {
  width: 110px;
}

.list_name {
  width: 230px;
  padding-right: 10px;
  line-height: 26px;
}

.list_other {
  width: 150px;
}

.list_price {
  width: 100px;
}
.list_price span {
  margin-left: 5px;
}

.list_discount {
  width: 100px;
}
.list_discount span {
  display: inline-block;
  padding: 0 10px;
  height: 29px;
  line-height: 29px;
  font-size: 18px;
  color: #fff;
  background-color: #ff8686;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.list_quantity {
  width: 40px;
  text-align: center;
}

.list_sum {
  width: 100px;
  text-align: right;
  color: #13b8b3;
}
.list_sum span {
  margin-left: 5px;
  font-size: 26px;
}

.pay_extra, .pay_sum {
  width: 1000px;
  text-align: right;
  line-height: 50px;
  font-size: 20px;
}
.pay_extra div:first-child, .pay_sum div:first-child {
  float: left;
  width: 760px;
}
.pay_extra div:last-child, .pay_sum div:last-child {
  float: left;
  width: 235px;
}

.pay_extra div:last-child {
  color: #525252;
}
.pay_extra div:last-child span {
  font-size: 30px;
  margin-left: 5px;
}

.pay_sum div:last-child {
  color: #f93648;
}
.pay_sum div:last-child span {
  font-size: 40px;
  margin-left: 10px;
}

.detail_end {
  padding-top: 25px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  border-top: 1px solid #e3e3e3;
}
.detail_end > div > span {
  color: #dd3131;
  margin: 0 8px;
}
.detail_end .ezwaven_btn_green {
  width: 170px;
  margin-top: 20px;
}

.user_data {
  width: 100%;
  color: #606060;
  font-size: 16px;
  line-height: 40px;
  padding: 25px 0;
}
.user_data span {
  margin-left: 25px;
}

.pay_others {
  padding: 30px 0 60px;
  font-size: 16px;
  color: #606060;
}

.history_service {
  padding-top: 30px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #606060;
}
.history_service textarea {
  margin-top: 24px;
  width: 100%;
  max-width: 620px;
  height: 75px;
  border: 2px solid #c7c7c7;
}
.history_service .ezwaven_btn_green {
  width: 170px;
  margin-bottom: 23px;
}

.service_hint {
  color: #e97878;
  padding: 20px 0;
}

.service_qa {
  color: #5a5a5a;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 30px;
}
.service_qa div:first-child {
  color: #01aca7;
}
.service_qa div:last-child {
  font-size: 16px;
}

.row_q {
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
}

@media screen and (max-width: 480px) {
  .member_box {
    width: 100%;
    font-size: 15px;
    line-height: 26px;
  }

  .register_half {
    padding-top: 10px;
    padding-left: 0;
  }

  .member_data {
    padding-left: 0;
  }

  .member_data label {
    width: 100%;
  }

  .history_container, .detail_container, .service_qa {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
