html, body {
  color: #666;
  font-family: Arial, Helvetica, Sans-Serif, PMingLiU;
  word-wrap: break-word;
}
*:focus {
  outline: none;
}
a {
  outline: none;
/*   behavior: expression(this.onFocus=this.blur());   */
}
.mod-16 {
  margin-bottom: 16px;
}
.mod-24 {
  margin-bottom: 24px;
}
.mod-50 {
  margin-bottom: 50px;
}
.mod-90 {
  margin-bottom: 90px;
}
.newmember {
  color: #373737;
}
.newmember a {
  color: #0044aa;
  text-decoration: underline;
}
.hide {
  left: -9999px;
  position: absolute;
}
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;}
u, ins {
  text-decoration: none;
}
s, strike, del {
  text-decoration: none;
}
cite, em, strong, dfn, address {
  font-style: normal;
  font-weight: normal;
}
img {
  vertical-align: bottom;
}
button {
  cursor: pointer;
}
input[type='button'] {
  cursor: pointer;
}
input:focus,
textarea:focus {
  outline: none;
}
/* input{
  border-radius: 0;   
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
} */
/*newmember*/
/** button - button01 **/
.newmember .button01 {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background-color: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #666666;
  font-family: arial;
  font-size: 100%;
  padding: 4px 10px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
  line-height: 1.38;
}
.newmember .button01:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  background-color: #f6f6f6;
}
.newmember .button01:active {
  position: relative;
  top: 1px;
}
/** button - button02 **/
.newmember .button02 {
  -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
  box-shadow: inset 0px 1px 0px 0px #fff6af;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fded9d), color-stop(1, #fbce3b));
  background: -moz-linear-gradient(top, #fded9d 5%, #fbce3b 100%);
  background: -webkit-linear-gradient(top, #fded9d 5%, #fbce3b 100%);
  background: -o-linear-gradient(top, #fded9d 5%, #fbce3b 100%);
  background: -ms-linear-gradient(top, #fded9d 5%, #fbce3b 100%);
  background: linear-gradient(to bottom, #fded9d 5%, #fbce3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fded9d', endColorstr='#fbce3b', GradientType=0);
  background-color: #fded9d;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #858585;
  display: inline-block;
  color: #333333;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
  line-height: 1.38;
}
.newmember .button02:active {
  position: relative;
  top: 1px;
}
/** button - button03 **/
.newmember .button03 {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #b3b3b3));
  background: -moz-linear-gradient(top, #ffffff 5%, #b3b3b3 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #b3b3b3 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #b3b3b3 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #b3b3b3 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #b3b3b3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#b3b3b3', GradientType=0);
  background-color: #ffffff;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #858585;
  display: inline-block;
  color: #333333;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 15px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #e6e3df;
  line-height: 1.38;
}
.newmember .button03.disabled {
  color: #999;
  text-shadow: none;
  cursor: not-allowed;
  border: 1px solid #aeaeae;
}
/** button - button04 **/
.newmember .button04 {
  width: 100%;
  background-color: #8fc31f;
  border-radius: 6px;
  border: 1px solid #86b81b;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.38;
  font-family: "Helvetica Neue", "Microsoft JhengHei", "SimHei", Helvetica, Arial, Sans;
}
.newmember .button04:hover {
  background-color: #8fc31f;
}
.newmember .button04:active {
  position: relative;
  top: 1px;
}
.newmember .btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  margin-right: 10px;
}
.newmember .btn:last-child {
  margin-right: 0;
}
.newmember .btn.line {
  border: 1px solid #E4E4E4;
}
.newmember a.btn:hover, .btn:hover {
  text-decoration: none;
}
.newmember .btn.color {
  color: #333;
  background-color: #ffcb0b;
}
.newmember .btn.line.color{
  border: 1px solid #deb620;
}
.newmember .btn-01 {
  padding: 0px 15px;
  background-color: #eee;
  border-radius: 4px;
  color: #5A5A5A;
  font-size: 13px;
  text-decoration: none;
  line-height: 27px;
  height: 27px;
  cursor: pointer;
}
.newmember a.btn-01 {
  color: #5A5A5A;
}
.newmember .btn-02 {
  padding: 0px 15px;
  background-color: #eee;
  border-radius: 5px;
  color: #5A5A5A;
  font-size: 15px;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
}
.newmember a.btn-02 {
  color: #5A5A5A;
}
.newmember .btn-03 {
  padding: 0px 15px;
  background-color: #eee;
  border-radius: 4px;
  color: #5A5A5A;
  font-size: 15px;
  text-decoration: none;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}
.newmember a.btn-03 {
  color: #5A5A5A;
}
.newmember .btn-04 {
  padding: 0px 20px;
  background-color: #7ac420;
  border-radius: 60px;
  color: #5A5A5A;
  font-size: 15px;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
}
.newmember a.btn-04 {
  color: #fff;
}
/** button - wrap **/
.newmember .ft01,
.newmember .ft02 {
  position: relative;
  overflow: hidden;
}
.newmember .ft01 {
  padding: 20px;
  background: #f6f6f6;
}
.newmember .ft01 span {
  margin: 0 5px;
}
.newmember .ft02 {
  padding: 40px 0;
}
.newmember .btnwrap {
  display: block;
  text-align: center;
}
/** wrap **/
.newmember .box1,
.newmember .box2,
.newmember .sub1,
.newmember .sub2 {
  float: left;
}
/*input*/
.newmember .input01 {
  padding: 4px 5px;
  border: 1px solid #dadada;
  color: #666;
  background: #fff;
}
.newmember .join_wrap .input01 {
  padding: 8px 40px 8px 0;
  box-sizing: border-box;
  border: 1px solid #dadada;
  color: #666;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-indent: 5px;
  *text-indent: 0;
}
.newmember input.err {
  border: 1px solid #d80000;
}
.newmember p.msg {
  line-height: 1.5em;
  color: #666666;
}
.newmember .point {
  padding: 2px 0 2px 18px;
  line-height: 1.38;  
  background-image: url("images/sp_newmember.gif");
  background-repeat: no-repeat;
}
.newmember .point.err {
  color: #d80000;
  background-position: -685px -475px;
}
.newmember .point.pass {
  color: #7bb403;
  background-position: -784px -395px;
}
.newmember .point.msg {
  margin: 5px 0;
  padding: 0;
  color: #d80000;
  background: none;
}
.newmember .table_b .style02 {
  display: block;
}
.newmember .table_b .style01 {
  display: inline;
}
.newmember .width01 {
  width: 150px;
}
.newmember .width02 {
  width: 250px;
}
.newmember .width03 {
  width: 100px;
}
.newmember .width04 {
  width: 20px;
}
.newmember .width05 {
  width: 84%;
}
.newmember .width06 {
  width: 16%;
}
.newmember .width07 {
  width: 70%;
}
.newmember .width08 {
  width: 30%;
}
.newmember .width09 {
  width: 65%;
}
.newmember .width10 {
  width: 35%;
}
.newmember .width11 {
  width: 50px;
}
.newmember .width12 {
  width: 71%;
}
.newmember .width13 {
  width: 80%;
}
.newmember .width14 {
  width: 20%;
}
.newmember .mod01 {
  margin: 0 0 20px;
}
.newmember .join_wrap .width01 {
  width: 99%;
  /*width:233px;*/
}
.newmember .join_wrap .width02 {
  width: 98%;
  /*width:113px;*/
}
/** title **/
.newmember .title_01,
.newmember .title_02,
.newmember .title_03,
.newmember .title_04,
.newmember .title_05,
.newmember .title_06,
.newmember .title_07,
.newmember .title_08,
.newmember .title_09,
.newmember .title_10,
.newmember .title_11,
.newmember .title_12 {
  height: 34px;
  text-indent: -9999px;
  background-image: url("images/sp_newmember.gif");
  background-repeat: no-repeat;
}
.newmember .title_01 {
  background-position: 0 0;
  margin-bottom: 10px;
}
.newmember .title_02 {
  background-position: 0 -80px;
  margin-bottom: 10px;
}
.newmember .title_03 {
  background-position: 0 -160px;
  margin-bottom: 10px;
}
.newmember .title_04 {
  background-position: 0 -240px;
  margin-bottom: 10px;
}
.newmember .title_05 {
  background-position: 0 -640px;
  margin-bottom: 10px;
}
.newmember .title_06 {
  background-position: 0 -720px;
  margin-bottom: 15px;
}
.newmember .title_07 {
  background-position: 0 -800px;
  margin-bottom: 15px;
}
.newmember .title_08 {
  background-position: 0 -1200px;
  margin-bottom: 15px;
}
.newmember .title_09 {
  background-position: 0 -560px;
  margin-bottom: 15px;
}
.newmember .title_10 {
  background-position: 0 -1280px;
  margin-bottom: 15px;
}
.newmember .title_11 {
  background-position: 0 -1680px;
  margin-bottom: 15px;
}
.newmember .title_12 {
  background-position: 0 -1760px;
  margin-bottom: 15px;
}
/** wrap bd**/
.newmember .content_wrap {
  position: relative;
  overflow: hidden;
  border: 4px solid #f6f6f6;
}
.newmember .bd_a {
  padding: 20px 35px;
}
.newmember .bd_b {
  padding: 15px 8px;
}
.newmember .bd_c {
  padding: 15px 16px;
}
.newmember .height_1 {
  height: 350px;
}
/*table a*/
.newmember table.table_a {
  width: 100%;
  border-top: 1px dotted #aaa;
  border-width: 1px 0 0;
}
.newmember .table_a th label {
  margin-right: 10px;
  font-weight: normal;
}
.newmember .table_a th,
.newmember .table_a td {
  padding: 10px;
  border-bottom: 1px dotted #aaa;
}
.newmember .table_a th {
  width: 17%;
  font-weight: 100;
  text-align: right;
  background: #eee;
}
.newmember .table_a td {
  width: 80%;
  padding-left: 10px;
  background: #ffffff;
}
.newmember .table_a th dfn {
  display: block;
  font-weight: 100;
  color: #949494;
}
.newmember .table_a td dfn {
  color: #666666;
  line-height: 1.5em;
}
.newmember .table_a td div {
  margin: 8px 0;
}
.newmember .red {
  color: #D93800;
}
/*table b*/
.newmember .table_b {
  width: 100%;
}
.newmember .table_b tr.first th,
.newmember .table_b tr.first td {
  border-top: 1px dotted #aaa;
}
.newmember .table_b tr.last th,
.newmember .table_b tr.last td {
  border-bottom: 1px dotted #aaa;
}
.newmember .table_b th,
.newmember .table_b td {
  padding: 10px;
  border: 1px solid #fff;
}
.newmember .table_b th {
  text-align: right;
  background: #eeeeee;
}
.newmember .table_b td {
  padding-left: 10px;
  background: #f8f8f8;
}
.newmember .table_b tfoot td {
  background: #fff;
}
.newmember .table_b th dfn,
.newmember .table_b td dfn {
  display: block;
  font-weight: 100;
  color: #949494;
}
.newmember .table_b th strong {
  font-size: 93%;
  font-weight: 800;
  color: #f28900;
  vertical-align: super;
}
.newmember .table_b td q {
  color: #666;
}
.newmember .space th,
.newmember .space td {
  font-size: 0;
  margin: 0;
  padding: 5px;
  background: #fff;
  border: none;
}
.newmember .space01 th,
.newmember .space01 td {
  background: #fff;
  border: none;
}
.newmember .space01 p {
  line-height: 1.38;
  margin: 3px 0 0;
}
/*table c*/
.newmember .table_c {
  width: 100%;
}
.newmember .table_c th,
.newmember .table_c td {
  padding: 5px 0;
}
.newmember .table_c td.ref_msg {
  padding: 0 5px 0 0;
  text-align: right;
  vertical-align: top;
}
.newmember .tip {
  margin: 10px 0;
}
.newmember .tip p {
  float: right;
  line-height: 1.38;
  color: #000;
}
.newmember .tip strong {
  margin: 0 3px;
  color: #f28900;
  font-weight: 800;
  font-size: 93%;
}
.newmember .msg01 {
  margin: 0 30px;
}
.newmember .msg01 .title {
  font-weight: 800;
  font-size: 116%;
}
.newmember .msg01 p {
  line-height: 1.38;
  padding-left: 17px;
  text-align: justify;
}
.newmember .msg02 {
  color: #a4a4a4;
  font-size: 85%;
}
.newmember .member_m01 {
  color: #5c5c5c;
  margin: 20px 0 40px;
}
.newmember .member_m01 p {
  line-height: 1.8em;
  margin-bottom: 20px;
}
.newmember.op_policy .scroll {
  width: 100%;
  height: 260px;
  padding-right: 13px;
  margin: 0 auto;
  overflow-y: auto;
}
.newmember .but {
  float: left;
  margin-right: 2px;  
}
.newmember .but img {
  width: 175px;
  height: 40px;
}
.newmember .join_btn {
  width: 100%;
  margin: 50px auto 10px;
}
.newmember .join_btn h3 {
  font-size: 100%;
  line-height: 1.38;
  margin: 0 0 5px;
}
.newmember .join_fb,
.newmember .join_google,
.newmember .join_yahoo,
.newmember .join_line,
.newmember .join_fb_new {
  width: 100%;
  /*width:190px;*/
  height: 35px;
  display: block;
  margin-bottom: 8px;
  text-indent: -9999px;
  background-image: url("images/sp_newmember.gif");
  background-repeat: no-repeat;
}
.newmember .join_fb_new {
  background-image: url("images/fb_PC.png");
}
.newmember .join_line {
  background-image: url("images/line_PC.png");
}
.newmember .join_fb {
  background-position: 52% -880px;
}
.newmember .join_google {
  background-position: 52% -960px;
}
.newmember .join_yahoo {
  background-position: 52% -1040px;
}
.newmember .join_wrap .join_btn {
  width: auto;
  margin: 40px auto 0;
  padding-top: 6px;
  border-top: 1px solid #e1e1e1;
}
.newmember .join_wrap .join_fb,
.newmember .join_wrap .join_google,
.newmember .join_wrap .join_yahoo,
.newmember .join_wrap .join_line,
.newmember .join_wrap .join_fb_new {
  width: 99%;
  /*width:233px;*/
  height: 37px;
  margin-bottom: 8px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  /*padding:0 5px;*/
}
.newmember .join_wrap .join_fb {
  display: block;
  background-color: #3570bc;
  border-radius: 6px;
  border: 1px solid #3570bc;
}
.newmember .join_wrap .join_google {
  display: block;
  background-color: #f6f6f6;
  border-radius: 6px;
  border: 1px solid #f4f4f4;
}
.newmember .join_wrap .join_yahoo {
  display: block;
  background-color: #f6f6f6;
  border-radius: 6px;
  border: 1px solid #f4f4f4;
}
.newmember .join_wrap .join_line {
  display: block;
  background-color: #00c300;
  border-radius: 6px;
  border: 1px solid #00c300;
}
.newmember .join_wrap .join_fb_new {
  display: block;
  background-color: #1877f2;
  border-radius: 6px;
  border: 1px solid #1877f2;
}
/*member_m02 790Banner*/
.newmember .member_m02 li {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 790px;
}
.newmember .member_m02 .last {
  margin-bottom: 0;
}
.newmember_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
      filter: alpha(opacity=50);
  -moz-opacity: 0.5;
      opacity: 0.5;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;  
}
.newmember_pop {
  width: 710px;
  position: absolute;
  text-align: left;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 15px 1px rgba(102, 102, 102, 0.75);
  -moz-box-shadow: 0 5px 15px 1px rgba(102, 102, 102, 0.75);
  box-shadow: 0 5px 15px 1px rgba(102, 102, 102, 0.75);
  z-index: 999;
}
.newmember_pop {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  filter: blur(0);
  z-index: 9999;
}
.newmember_pop .close_pop {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 15px;
  right: 15px;
  border: 0;
  cursor: pointer;
  background: url("images/sp_newmember.gif") no-repeat 0 -400px;
}
.newmember_pop .close_pop span {
  position: absolute;
  left: -9999px;
}
.newmember_pop .bd {
  position: relative;
}
.newmember.service_policy {
  min-height: 500px;
  _height: 500px;
}
.newmember.service_policy .cont {
  position: relative;
  height: 345px;
  overflow: auto;
  margin: 10px 0;
  padding-right: 5px;
  line-height: 1.7;
  color: #5c5c5c;
  text-align: justify;
}
.newmember.service_policy h3 {
  color: #2C62C2;
  font-size: 100%;
  font-weight: 800;
  margin: 10px 0;
  font-size: 116%;
}
.newmember.service_policy .item-title {
  margin: 20px 0 0;
  color: #434343;
  line-height: 26px; 
  font-size: 22px;   
}
.newmember.service_policy ul {
  position: relative;
  margin: 5px 0;
}
.newmember.service_policy li {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  padding-left: 22px;
  font-size: 100%;
  text-align: left;
  _width: 100%;
}
.newmember.service_policy li em {
  display: block;
  width: 18px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
.newmember.service_policy .li-style01 {
  padding-left: 0;
}
.newmember.service_policy .li-style01 li {
  padding-left: 0;
}
.newmember.service_policy strong,
.newmember.service_policy .strengthens,
.newmember.service_policy .red {
  color: #D80000;
}
.newmember.service_policy b {
  font-weight: bold;
}
.newmember.service_policy .font_15 {
  font-size: 15px;
}
.newmember .member_m03 {
  text-align: center;
  line-height: 1.38;
}
.newmember .member_m03 li {
  display: inline;
}
.newmember .member_m03 li.li_left {
  padding-right: 11px;
  border-right: 1px solid #949494;
}
.newmember .member_m03 li.li_right {
  padding-left: 8px;
}
.newmember .join_wrap .join_btn h3 {
  font-weight: 800;
}
.newmember .member_m04 {
  position: relative;
  overflow: hidden;
  width: 480px;
}
.newmember .member_m04 .banner {
  width: 480px;
  height: 320px;
  overflow: hidden;
  background: #333;
}
.newmember .member_m04 .cycle_btn {
  float: right;
}
.newmember .member_m04 .cycle_btn li {
  width: 17px;
  height: 17px;
  margin: 8px 4px;
  float: left;
  cursor: pointer;
  background: url("images/sp_newmember.gif") no-repeat -483px -400px;
}
.newmember .member_m04 .cycle_btn li:hover {
  background: url("images/sp_newmember.gif") no-repeat -383px -400px;
}
.newmember .member_m04 .cycle_btn li.here {
  background: url("images/sp_newmember.gif") no-repeat -283px -400px;
}
.newmember .member_m04 span {
  left: -9999px;
  position: absolute;
}
.newmember.fb_policy {
  min-height: 470px;  
}
.newmember.fb_link,
.newmember.op_link,
.newmember.line_link {
  min-height: 450px;  
}
.newmember.fb_link h3.pic {
  height: 80px;
  text-indent: -9999px;
  background: url("images/sp_newmember.gif") no-repeat 50% -1360px;
}
.newmember.line_link h3.pic {
  height: 80px;
  text-indent: -9999px;
  background: url("images/sp_newmember.gif") no-repeat 50% -1840px;
}
.newmember.op_link h3.pic {
  height: 80px;
  text-indent: -9999px;
  background: url("images/sp_newmember.gif") no-repeat 50% -1950px;
}
.newmember.fb_link .set_cont,
.newmember.line_link .set_cont,
.newmember.op_link .set_cont {
  text-align: center;
  margin-bottom: 20px;
  min-height: 190px;
}
.newmember.fb_link .set_cont .input01,
.newmember.op_link .set_cont .input01,
.newmember.line_link .set_cont .input01 {
  margin: 5px 0;
  padding: 8px;
  border: 1px solid #dadada;
  color: #666;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.newmember.fb_link .set_cont .width01,
.newmember.op_link .set_cont .width01,
.newmember.line_link .set_cont .width01 {
  width: 50%;
  /*width:233px;*/
}
.newmember.message_info {
  min-height: 300px;
  _height: 300px;
}
.newmember.message_info .set_cont {
  min-height: 200px;
  _height: 200px;
  padding-left: 160px;
  color: #5c5c5c;
  background: url(images/sp_newmember.gif) no-repeat -650px -1500px;
}
.newmember.message_info .set_cont ul {
  line-height: 3em;
}
.newmember .check_auth .set_cont {
  width: 350px;
  margin: 0 auto 30px;
  line-height: 3em;
  font-weight: 800;
}
.newmember .check_auth .set_cont p {
  _margin: 10px 0;
}
.newmember .check_auth .set_cont dfn.style01 {
  color: #a8a8a8;
  padding-left: 5px;
}
.newmember .check_auth .set_cont .input01 {
  width: 99%;
  padding: 8px;
  border: 1px solid #dadada;
  color: #666;
  background: #fff;
  border-radius: 4px;
  font-weight: 100;
}
/*logout*/
.newmember .logout {
  min-height: 300px;
  _height: 300px;
}
/*Banner*/
.newmember_ban {
  text-align: center;
}
.newmember_ban img {
  width: 728px;
  margin: 5px auto 15px;
}
/**pages-title**/
.page-title {
  position: relative;
  color: #7aaf39;
}
.page-title b {
  position: relative;
  display: inline-block;
  color: #7aaf39;
  /*non-webkit fallback*/
  line-height: 1em;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Microsoft JhengHei', 'Helvetica Neue', 'SimHei', Helvetica, Arial, Sans, ' Sans-Serif';
  text-transform: uppercase;
  letter-spacing: -1px;
  background: -webkit-linear-gradient(90deg, #2a884f, #7aaf39, #7aaf39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 2px;
  border-bottom: 4px solid #7aaf39;
}
.page-title.pattern span {
  padding-right: 10px;
  display: inline-block;
  background-color: #fff;
}
.page-title.pattern span:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  height: 15px;
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #fff 100%);
  z-index: -1;
}
.page-title.pattern:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, #fff 0px, #fff 1px, #d9d9d9 2px,transparent 3px);
  z-index: -2;
}
.page-title .btn-close {
  position: absolute;
  top: -10px;
  right: -25px;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.page-title .btn-close i::before {
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 15px;
  line-height: 30px;
}
.page-title .btn-close:hover {
  text-decoration: none;
}
/*FB|LINK|OP*/
.sns-btn-group.hr {
  border-top: 1px solid #e1e1e1;  
}
.sns-btn-group h3 {
  margin: 8px 0;
  font-weight: bold;
}
.sns-btn-group li {
  margin-bottom: 8px;
}
.sns-btn-group li:last-child {
  margin-bottom: 0;
}
.sns-btn-group li.active .sns-btn:after {
  content: '\e841';
  font-family: "icon_01";
  position: absolute;
  right: 10px;
  top: 0;  
}
.sns-btn-group.style01 .sns-btn {
  font-size: 13px;
}
.sns-btn {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-family: "Helvetica Neue", "Microsoft JhengHei", "SimHei", Helvetica, Arial, Sans;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}
a.sns-btn, a:hover.sns-btn {
  color: #fff;
  text-decoration: none;
}
.sns-btn.btn-fb {
  background-color: #1877f2;
}
.sns-btn.btn-fb::before {
  content: '';
  background-image: url("https://jci.book.com.tw/img/social/logo-fb-01.svg");
  position: absolute;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 9px;
  width: 24px;
  height: 24px;
}
.sns-btn.btn-line {  
  background-color: #00c300;
}
.sns-btn.btn-line::before {
  content: "";
  background-image: url("https://jci.book.com.tw/img/social/logo-line-01.svg");
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 25px;
  height: 24px;
}
.sns-btn.btn-op {
  background-color: #e70012;
}
.sns-btn.btn-op::before {
  content: "";
  background-image: url("https://jci.book.com.tw/img/social/logo-op-01.png");
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 27px;
  height: 27px;
}
/* pop */
.newmember_pop_win,
.newmember_pop_alert {
  display: none;
  position: fixed;
  top: 11%;
  right: 0;
  left: 0;
  z-index: 9999;
}
.newmember_pop_win .close_pop,
.newmember_pop_alert .close_pop {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 15px;
  right: 15px;
  border: 0;
  cursor: pointer;
  background: url("images/sp_newmember.gif") no-repeat 0 -400px;
}
.newmember_pop_win .close_pop span,
.newmember_pop_alert .close_pop span{
  position: absolute;
  left: -9999px;
}
.newmember_pop_win .pop_ctn {
  position: relative;
  width: 710px;
  margin: 0 auto;
  text-align: left;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 1px rgba(102, 102, 102, 0.75);
  z-index: 999;
}
/* pop-win */
.win-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.83);
  opacity: 0.83;
  z-index: 999;
}
/* pop */
.pop-win, .pop-alert {
  display: none;
  position: fixed;
  top: 15%;
  right: 0;
  left: 0;
  z-index: 9999;
}
.pop-win .panel-title {
  margin-bottom: 15px;
}
.pop-win .wrap {
  padding: 15px 30px;  
}
.pop-win .pop-ctn {
  margin: 0 auto;
  position: relative;
  color: #5c5c5c;
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 1px rgba(102, 102, 102, 0.75); 
}
.pop-win .btnwrap {
  margin-top: 20px;
}
.pop-title {
  padding: 0 0 0 15px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  background-color: #f2f2f2;
}
.pop-win .page-title {
  margin-bottom: 15px;
  z-index: 1;
}
.pop-title .btn-close {
  float: right;
  width: 60px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.pop-title i.icon-fail::before {
  font-weight: bold;
  line-height: 40px;
}
.pop-closebtn {
  position: absolute;
  top: -23px;
  right: 32px;
  display: block;
  width: 40px;
  height: 40px;
  background: #e4e4e4;
  text-align: center;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.pop-closebtn i::before {
  line-height: 40px;
}
.pop-footer {
  min-height: 90px;
  color: #333;
}
.pop-ctn .btn-wrap {
  position: relative;
  width: 100%;
}
.pop-ctn .btn-wrap.bg {
  padding: 15px 0;
  background-color: #fafafa;
}
.pop-ctn .btn-wrap.center {
  text-align: center;
}
.op_link .pop-ctn,
.op-policy .pop-ctn,
.pop_otp .pop-ctn {
  width: 710px;
}
.op-policy .scroll-wrap {
  max-height: 325px;
  overflow-y: auto;  
} 
/* pop_otp */
.pop_otp  {
  color: #5c5c5c;
  font-size: 15px;
  line-height: 20px;
}
.pop_otp .page-title {
  margin-bottom: 20px;
}
.pop_otp .scroll-wrap {
  padding: 0 8px;
  max-height: 470px;
  overflow-y: auto; 
}
.pop_otp .set_cont {
  width: 356px;
  margin: 15px auto;
  font-size: 15px;
  color: #333;
}
.pop_otp .form li {
  margin-bottom: 8px;
}
.pop_otp .form li:last-child {
  margin-bottom: 0;
}
.pop_otp .phone-number {  
  font-size: 19px;  
  color: #333;
}
.pop_otp .set_cont .title {
  display: block;
  margin-bottom: 10px;
}
.pop_otp .set_cont input {  
  margin: 0 0 5px;
  padding: 0 8px;
  width: 100%;  
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  border: 1px solid #ececec;
}
.pop_otp .set_cont .msg {
  margin: 20px 0 10px;
  font-size: 13px;
  line-height: 1.5em;
  color: #666;
}
.pop_otp .set_cont .err {
  color: #D80000;
  font-size: 13px;
}
.pop_otp .set_cont .verify{
  color: #F28900;
}
.newmember .welcome_wrap {
  position: relative;
  padding: 0 0 30px;
  text-align: center;    
}
.newmember .welcome_wrap .img_welcome {
  display: block;
  margin: 50px auto;  
  width: 325px;  
  height: auto;
}
.newmember .welcome_wrap .title {  
  font-size: 28px;
  color: #333;
  margin: 5px auto 10px;
}
.newmember .welcome_wrap .btn-02 {
  min-width: 200px;
  padding: 0;
  color: #333;
  height: 50px;
  font-size: 17px;
  line-height: 50px;
  border: none;
  background-color: #f6b517;
  
}
.newmember .welcome_wrap .btn-04 {
  min-width: 150px;  
}
.newmember_mod01 {  
  display: flex;
  align-items:  center;
  justify-content: center;
}
.newmember_mod01 img {
  width: 145px;
}
.newmember_mod01 li {
  margin-right: 30px;
}
.newmember_mod01 li:last-child{
  margin-right: 0;
}
.newmember_mod02 {  
  display: flex;
  align-items:  center;
  justify-content: center;
}
.newmember_mod02 li {
  margin-right: 20px;
}
.newmember_mod02 li:last-child{
  margin-right: 0;
}
.newmember_mod02 li a {
  display: block;
  font-size: 15px;
  color: #0066C0;
  padding: 15px;
}
/* panel-title */
.newmember .panel-title {
  position: relative;
  margin-bottom: 8px;
  color: #5a5a5a;
  line-height: 2em;
  font-size: 15px;
  font-weight: bold;
  z-index: 0;
}
.newmember .panel-title span {
  position: relative;
  display: block;
}
.newmember .panel-title span::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  visibility: visible;
  border-bottom: 5px solid #ebebeb;
  z-index: -1;
}
.newmember .panel-title b {
  position: relative;
  display: inline-block;
  padding: 0.1em;
}
.newmember .panel-title b::after {
  content:' ';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  visibility: visible;
  border-bottom: 5px solid #90c31f;
}
/* list-group-icon */
.list-group-icon {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #5a5a5a;  
}
.list-group-icon>li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
.list-group-icon>li::before {
  font-family: "icon_01";
  font-style: normal;
  font-weight: normal;
  content: '\e82e';
  color: #8F8E8D;
  vertical-align: inherit;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.list-group-icon.square>li::before{
  content: '\e805';
  font-size: 8px;
  left: 8px;
}
.list-group-icon li:last-child {
  margin-bottom: 0;
}
.list-group-icon a {
  color: #2C62C2;
}
.list-group-icon b {
  font-weight: bold;
}
/* mod-service-policy */
.mod-service-policy {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
}
.mod-service-policy .title {
  color: #7AAF39;
  font-size: 22px;
  font-weight: bold;
}
.mod-service-policy p {
  margin-bottom: 15px;  
}
.mod-service-policy b {
  font-weight: bold;
}
.mod-service-policy .red {
  color: #CC0000;
}
.mod-service-policy a {
  color: #2C62C2;
}
.mod-service-policy a:hover {
  text-decoration: underline;
}
.mod-service-policy .list {
  margin-bottom: 15px;
}
.mod-service-policy .list li {
  margin-bottom: 8px;
  position: relative;
  list-style: inherit;
}
.mod-service-policy .list.pd-15{
  padding-left: 15px;
}
.mod-service-policy .list.pd-20{
  padding-left: 20px;
}
.mod-service-policy .list.pd-25{
  padding-left: 25px;
}
.mod-service-policy .list.pd-30{
  padding-left: 30px;
}
.mod-service-policy .list.pd-35{
  padding-left: 35px;
}
.mod-service-policy .list.pd-40{
  padding-left: 40px;
}
.mod-service-policy .list li:last-child {
  margin-bottom: 0;
}
.mod-service-policy .li-style01 {
  padding-left: 0;
}
.mod-service-policy .li-style02 {
  list-style-type: decimal;
  padding-left: 20px;
}
.mod-service-policy .li-style03 {  
  list-style-type: disc;
  padding-left: 20px;
}
.mod-service-policy .li-style04>li{  
  padding-left: 22px;
}
.mod-service-policy .li-style04 em {  
  position: absolute;
  left: 0;
  top: 0;
}
.mod-service-policy .li-style05 {  
  list-style-type: lower-alpha;
  padding-left: 20px;
}
.mod-service-policy .li-style06>li{  
  padding-left: 30px;
}
.mod-service-policy .li-style06 em {  
  position: absolute;
  left: 0;
  top: 0;
}
.mod-service-policy .list-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.mod-service-policy .list-check{
  margin: 20px auto;
} 
.mod-service-policy .list-check li {
  margin-bottom: 15px;
}
/* 2021登入頁倒數畫面 */
#wrapper {
  width: 100%;
  min-width: 320px;
}           
#wrapper .form_style01 {
  width: 70%;
  background: #F8F9F9;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  text-align: center;
  min-height: 100px;
  margin-top: 20px;
  border: 1px solid #ddd;
}         
#wrapper .form_style01 li {
  padding-top: 35px;
  letter-spacing: 1px;
}           
#wrapper .form_style01 li span {
  color: #f04f47;
  font-size: 26px;
  margin: 0 1px;
  font-weight: bold;
}            
#wrapper .form_style01 li i {
  color: #ddd;
  font-size: 26px;
}
/* 加入會員頁 */
/* 步驟條 */
.newmember .stepBar{
	width: 77%;  /* 寬度待下方完成後調整 */
  max-width: 300px;
	margin: 5px auto 0 auto;
}
.newmember .stepBar--wrap{
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.newmember .stepBar--bar{
	position: absolute;
	width: 96%;
	left: 2%;
	right: 2%;
	top: 50%;
	margin-top: -3px;
	height: 4px;
	border-radius: 4px;
	overflow: hidden;	
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
}
/* 進度 */
.newmember .stepBar--bar1:after{
	content: ' ';
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
	background: #6F9B10;
	position: absolute;
	top: 0;
	left: -65%;
}
.newmember .stepBar--bar2:after{
	content: ' ';
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
	background: #6F9B10;
	position: absolute;
	top: 0;
	left: -26%;
}
.newmember .stepBar--bar3:after{
	content: ' ';
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
	background: #6F9B10;
	position: absolute;
	top: 0;
	left: 0;
}
.newmember .stepBar--step{
	position: relative;	
	text-align: center;
}
.newmember .stepBar--step--stepIcon{	
	background: #dbdbdb;
	overflow: hidden;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newmember .stepBar--step--stepIcon__active{	
	background: -webkit-linear-gradient( rgba(174,234,44,1) 0%, rgba(143,195,31,1) 50%, rgba(121,166,24,1) 100% );   
	background: linear-gradient( rgba(174,234,44,1) 0%, rgba(143,195,31,1) 50%, rgba(121,166,24,1) 100% );    
}
.newmember .stepBar--step--stepIcon__last{
	background-image: url(./images/btnAddCellN.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.newmember .stepBar--step--stepIconLast__active{
	background-image: url(./images/btnAddCellNcheckGreen@3x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.newmember .stepBar--step--stepTxt{
	white-space: nowrap;
	display: inline-block;
	text-align: center;
	top: -24px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  font-size: 15px;
}
.newmember .green,
.newmember .edit .green {
    color: #6F9B10;
}
.newmember .txtShadow {
    text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
}
.newmember .pdOneColumn01,
.newmember .edit .pdOneColumn01{
	background: #fff;
	padding-top: 21.5pt;
	padding-top: 28px;
  margin-bottom: 16px;
}
.newmember .mb-1 {
  margin-bottom:10px;
}
.newmember .get_otp{
    width: 140px;
    height: 30px;
    background: -webkit-linear-gradient(270deg, rgba(253, 237, 157, 1) 0%, rgba(253, 237, 157, 1) 0%, rgba(251, 206, 59, 1) 100%, rgba(251, 206, 59, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(253, 237, 157, 1) 0%, rgba(253, 237, 157, 1) 0%, rgba(251, 206, 59, 1) 100%, rgba(251, 206, 59, 1) 100%);
    background: linear-gradient(180deg, rgba(253, 237, 157, 1) 0%, rgba(253, 237, 157, 1) 0%, rgba(251, 206, 59, 1) 100%, rgba(251, 206, 59, 1) 100%);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(133, 133, 133, 1);
    border-radius: 9px;
    margin: 6px auto 10px;
}
.newmember .getting .get_otp{
  width: 165px;
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(179, 179, 179, 1) 100%, rgba(179, 179, 179, 1) 100%);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(174, 174, 174, 1);
    color: #999;
}
.newmember .get_otp_area{
  text-align: center;
}
.newmember .get_otp_area span a{
  cursor: pointer;
}
.newmember .get_otp_area .point{
  padding: 4px 0 2px 18px;
}
.newmember .button02[disabled]{
      background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(179, 179, 179, 1) 100%, rgba(179, 179, 179, 1) 100%);
    border-color: rgba(174, 174, 174, 1);
    color: #999;
    text-shadow: none;
}
.newmember .phone_area{
  display: flex;
  align-items: center;
}
.newmember .area_code{
    width: 60px;
    padding: 4px 5px;
    border: 1px solid #dadada;
    color: #666;
    background: #fff;
    line-height: normal;
    cursor: pointer;
    position: relative;
}
.newmember .area_code::after{
  content: '';
        width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 6px;
    background-position: -492px -444px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    background-image: url(images/sp_header.png);
    background-repeat: no-repeat;
    opacity: .5;
}
div.pop_win_ctn {
    width: 96%;
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 30px 30px 30px;
    position: relative;
    border: 1px solid #dbd6d7;
    max-height: 88%;
}
.pop_win_content {
    max-height: 400px;
    overflow: auto;
    padding: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
div.pop_win_ctn ul.favi_list {
    border: 1px solid #e4e4e4;
    border-bottom: none;
	padding-left: 0;
}
div.pop_win_ctn ul.favi_list li {
    border-bottom: 1px solid #e4e4e4;
    padding: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: left;
	color: #000;
  cursor: pointer;
}
div.pop_win_ctn ul.favi_list li:hover{
  background: #ffebd9;
}
ul.favi_list li label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5;
    cursor: pointer;
}
ul.favi_list li input[type="radio"] {
    appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    width: 30px;
    margin-left: 16px;
}
ul.favi_list li input[type="radio"] {
    display: none;
}
ul.favi_list li input[type="radio"]+label span.icon {
    display: inline-block;
}
ul.favi_list li input[type="radio"]+label {
    color: #000;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: 16px;
}
ul.favi_list li input[type="radio"]+label span.radio-span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #565656;
    background-color: #ececec;
    vertical-align: middle;
    cursor: pointer;
}
ul.favi_list li input[type="radio"]:checked + label span.radio-span {
    box-shadow: 0 0 0 1px #333;
    background-color: #333;
}
.aligner-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.pop_top{
    text-align: right;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 6px;
}
.newmember .table_a td dfn.green{
    color: #6F9B10;
}
.newmember .join_wrap .idword{
  position: relative;
}
.newmember .join_wrap .idword i.icon {
  position: absolute;
  right: 3px;
  top: 2px;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newmember .join_wrap .idword i.icon::before {
  font-family: "icon_01";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-size: 15px;
  color: #666;
}
.newmember .join_wrap .idword i.icon::before {
  content: '\e877';
}
.newmember .join_wrap .idword i.icon.show::before {
  content: '\e836';
}
.newmember .txt01 {
  font-size: 13px;
  color: #6F9B10;
  line-height: 1.5em;
}