@charset "UTF-8";
html,
body {
  color: #666;
  font-family: Arial, Helvetica, Sans-Serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}
/*grid*/
.column_main_890,
.column_side1_w35,
.column_side2_w35 {
  min-height: 1px;
}
.column_main_890,
.column_side1_w35,
.column_side2_w35 {
  position: relative;
  display: inline;
  float: left;
}
.column_main_890 {
  width: 890px;
  left: 35px;
}
.column_side1_w35 {
  width: 35px;
  left: 35px;
}
.column_side2_w35 {
  width: 35px;
  left: -925px;
}
/*table*/
.table-container {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-container .table-tr {
  display: table-row;
}
.table-container .table-td {
  display: table-cell;
  vertical-align: top;
}
/*public*/
a,
a:link {
  outline: none;
  /* behavior: expression(this.onfocus=this.blur()); */
  text-decoration: none;
}
.color_books a {
  color: #333;
}
u,
ins {
  text-decoration: none;
}
i {
  font-style: normal;
}
s,
strike,
del {
  text-decoration: none;
}
b {
  font-weight: normal;
}
link {
  text-decoration: none;
}
cite,
em,
strong,
dfn,
address {
  font-style: normal;
  font-weight: normal;
}
.hide {
  left: -9999px;
  position: absolute;
}
.cover,
.ban {
  vertical-align: bottom;
}
img {
  vertical-align: bottom;
}
button {
  cursor: pointer;
}
input[type='button'] {
  cursor: pointer;
}
/* u-btn-icon  */
.u-btn-icon {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: Helvetica, Arial, "Microsoft JhengHei", "微軟正黑體", Sans-Serif;
  color: #333;
  line-height: 1.2em;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  box-sizing: border-box;
}
.u-btn-icon i::before {
  width: 37px;
  height: 37px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-btn-icon .icon-heart::before {
  color: #FF6666;
}
/* carousel */
.u-carousel {
  position: relative;
}
.u-carousel .carousel-inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: baseline;
  justify-content: space-between;
}
.u-carousel .carousel-flex {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.u-carousel .carousel-next,
.u-carousel .carousel-prev {
  z-index: 1;
  position: absolute;
  top: 55%;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 50%;
  outline: 0;
  transform: translate(0, -50%);
  background-color: rgba(204, 204, 204, 0.8);
}
.u-carousel .carousel-next {
  right: -50px;
}
.u-carousel .carousel-prev {
  left: -50px;
}
.u-carousel .carousel-next:hover,
.u-carousel .carousel-prev:hover {
  background-color: rgba(128, 128, 128, 0.8);
}
.u-carousel .carousel-next::before,
.u-carousel .carousel-prev::before {
  font-family: "icon_01";
  line-height: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  color: #424242;
}
.u-carousel .carousel-next::before {
  content: '\f006';
}
.u-carousel .carousel-prev::before {
  content: '\f007';
}
.u-carousel .carousel-dots {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.u-carousel .carousel-dots li {
  margin: 0 0 0;
  cursor: pointer;
}
.u-carousel .carousel-dots li.active::before,
.u-carousel .carousel-dots li::before {
  font-family: "icon_01";
  content: '\e82e';
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  color: #c6c6c6;
  opacity: 1;
}
.u-carousel .carousel-dots li::before {
  color: #ebebeb;
}
/* slick */
.u-slider {
  position: relative;
}
.u-slider .slide-effect {
  width: 100%;
  display: inline-block;
  user-select: auto;
}
.u-slider .slide-wrap {
  flex-grow: 0;
  flex-shrink: 0;
}
.u-slider .slick-next,
.u-slider .slick-prev {
  z-index: 1;
  position: absolute;
  top: 55%;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 50%;
  outline: 0;
  background-color: rgba(204, 204, 204, 0.8);
}
.u-slider .slick-next:hover,
.u-slider .slick-prev:hover {
  background-color: rgba(128, 128, 128, 0.8);
}
.u-slider .slick-next {
  right: -50px;
}
.u-slider .slick-prev {
  left: -50px;
}
.u-slider .slick-next::before,
.u-slider .slick-prev::before {
  font-family: "icon_01";
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  opacity: 1;
  color: #424242;
}
.u-slider .slick-next::before {
  content: '\f006';
}
.u-slider .slick-prev::before {
  content: '\f007';
}
.u-slider .slick-dotted.slick-slider {
  margin: 0;
}
.u-slider .slick-dots {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.u-slider .slick-dots li {
  margin: 0 0 0;
}
.u-slider .slick-dots li.slick-active button::before,
.u-slider .slick-dots li button::before {
  font-family: "icon_01";
  content: '\e82e';
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  color: #c6c6c6;
  opacity: 1;
}
.u-slider .slick-dots li button::before {
  color: #ebebeb;
}
/*backtotop*/
#backtotop {
  display: block;
  width: 39px;
  height: 39px;
  float: right;
  background: url(images/sp_type02_icon1.png) no-repeat -61px -950px;
}
#backtotop span {
  position: absolute;
  text-indent: -9999px;
}
/*shadow*/
.hr_shadow {
  height: 20px;
  background: url(images/sp_type02_pic1.png) no-repeat 100% 0;
}
.hr_shadow b.bl {
  width: 20px;
  height: 20px;
  background: url(images/sp_type02_pic1.png) no-repeat 0 0;
  z-index: 0;
}
/*set_price*/
.price_a {
  display: block;
  line-height: 1.5;
}
.price_a strong {
  color: #D0021B;
}
.price_a b {
  font-weight: bold;
}
/*.multi-language-price { }*/
.type02_bd {
  padding: 0 20px 0 0;
}
.type02_bd-a {
  margin: 0 auto;
}
.mod_a {
  margin-bottom: 17px;
}
.mod_b {
  margin-bottom: 35px;
}
.mod_c {
  margin-bottom: 50px;
}
.mod_d {
  margin-bottom: 24px;
}
.mod_no {
  margin: 0;
}
/* badge-icon */
.badge-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.badge-icon .badge {
  width: 24px;
  height: 24px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.badge-icon .badge.sign-01 {
  background-size: 20px 16px;
  border: 1px solid #d8dad8;
  background-color: #fff;
  background-image: url("//jci.book.com.tw/img/bui/icon-headphones-01.svg");
}
.badge-icon .badge.sign-02 {
  background-size: 30px 30px;
  border: 1px solid #9e0c0d;
  background-color: #D0021B;
  background-image: url("//jci.book.com.tw/img/bui/icon-18x-01.svg");
}
.badge-icon .badge.sign-03 {
  background-size: 18px 18px;
  border: 1px solid #d8dad8;
  background-color: #fff;
  background-image: url("//jci.book.com.tw/img/bui/icon-play-circled-01.svg");
}
.badge-icon .badge.sign-04 {
  background-size: 18px 18px;
  border: 1px solid #d8dad8;
  background-color: #fff;
  background-image: url("//jci.book.com.tw/img/bui/icon-doc-text-01.svg");
  background-position: 2px center;
}
.category-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.category-icon .sign-ebook {
  width: 107px;
  height: 20px;
  background: url("//jci.book.com.tw/img/bui/sign-ebook.svg") no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
}
.category-icon .sign-emag {
  width: 107px;
  height: 20px;
  background: url("//jci.book.com.tw/img/bui/sign-emag.svg") no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
}
/* special_border */
.special_border_a {
  position: relative;
  display: inherit;
}
.special_border_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*   z-index: 1; */
}
.special_border {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative !important;
}
/*set_switch*/
.swleft,
.swleft a:hover,
.swleft:hover,
.swright,
.swright a:hover,
.swright:hover,
.switch01.swleft,
.switch01.swright {
  background: url(images/sp_type02_pic1.png);
  background-repeat: no-repeat;
}
.switch,
.switch01 {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.switch span,
.switch01 span {
  left: -9999px;
  position: absolute;
}
.swleft {
  left: 0;
  background-position: -803px -88px;
}
.swright {
  right: 0;
  background-position: -845px -88px;
}
.swleft a:hover,
.swleft:hover {
  background-position: -903px -88px;
}
.swright a:hover,
.swright:hover {
  background-position: -945px -88px;
}
/*set_switch*/
.switch01.swleft {
  left: 0;
  background-position: -811px -790px;
}
.switch01.swright {
  right: 0;
  background-position: -950px -790px;
}
/*set_rotater*/
.rotater {
  position: absolute;
  top: 3px;
  right: 0;
}
.rotater li {
  display: inline;
}
.rotater a {
  width: 18px;
  height: 18px;
  float: left;
  display: block;
  background: url(images/sp_type02_pic1.png) no-repeat -962px -200px;
}
.rotater .here a,
.rotater .here a:hover,
.rotater a:hover {
  background: url(images/sp_type02_pic1.png) no-repeat -962px -164px;
}
.rotater span {
  left: -9999px;
  position: absolute;
}
/*set_rotater*/
.rotater01 {
  position: absolute;
  top: 8px;
  right: 7px;
}
.rotater01 li {
  display: inline;
  margin-left: 3px;
}
.rotater01 a {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 3px solid #a7a7a7;
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: inline-block;
}
.rotater01 .here a,
.rotater01 .here a:hover {
  background-color: #8fc21f;
  border: 3px solid #8fc21f;
}
.rotater01 a:hover {
  border: 3px solid #8fc21f;
}
.rotater01 span {
  left: -9999px;
  position: absolute;
}
/*set_button_btn01*/
.type02_btn01,
.type02_btn02,
.type02_btn05 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font: 12px "Helvetica Neue", Helvetica, Arial, clean, sans-serif !important;
  text-decoration: none !important;
  color: #333;
  background: none;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  /*   _width: 0; */
  overflow: visible;
}
.type02_btn01 span {
  display: block;
  height: 21px;
  padding-right: 8px;
  background: url(images/sp_type02_btn1.gif) no-repeat right -248px;
}
.type02_btn01 span span {
  padding-right: 0;
  padding-left: 8px;
  line-height: 21px;
  /*   line-height: 24px\9; */
  background: url(images/sp_type02_btn1.gif) no-repeat left -248px;
}
/*button_btn02*/
.type02_btn02 span {
  display: block;
  height: 20px;
  padding-right: 8px;
  background: url(images/sp_type02_btn1.gif) no-repeat right -300px;
  /* background: #fce046;
  border-radius: 3px;
  border: 1px #f8d413; */
}
.type02_btn02 span span {
  padding-right: 0;
  padding-left: 8px;
  line-height: 20px;
  /*   line-height: 23px\9; */
  background: url(images/sp_type02_btn1.gif) no-repeat left -300px;
  /* background: #fce046;
  border-radius: 3px;
  border: 1px solie #f8d413; */
}
/*btn03 btn04 btn07*/
.type02_btn03,
.type02_btn04,
.type02_btn07,
.type02_btn10 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  font: 13px;
  text-decoration: none !important;
  color: #333;
  background: none;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  /*   _width: 0; */
  overflow: visible;
}
.type02_btn03 span,
.type02_btn04 span,
.type02_btn07 span,
.type02_btn10 span {
  display: block;
  height: 33px;
  padding-right: 8px;
  background: url(images/sp_type02_btn1.gif) no-repeat right -350px;
}
.type02_btn04 span {
  background: url(images/sp_type02_btn1.gif) no-repeat right -413px;
}
.type02_btn07 span {
  background: url(images/sp_type02_btn1.gif) no-repeat right -589px;
}
.type02_btn10 span {
  background: url(images/sp_type02_btn1.gif) no-repeat right -413px;
}
.type02_btn03 span span,
.type02_btn04 span span,
.type02_btn07 span span,
.type02_btn10 span span {
  padding-right: 0;
  padding-left: 8px;
  line-height: 33px;
  /*   line-height: 36px\9; */
  background: url(images/sp_type02_btn1.gif) no-repeat left -350px;
}
.type02_btn04 span span {
  background: url(images/sp_type02_btn1.gif) no-repeat left -413px;
}
.type02_btn07 span span,
.type02_btn10 span span {
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: url(images/sp_type02_btn1.gif) no-repeat left -589px;
}
.type02_btn10 span span {
  color: #333;
  background: url(images/sp_type02_btn1.gif) no-repeat left -413px;
}
/*set_button_btn05*/
.type02_btn05 span {
  display: block;
  height: 20px;
  padding-right: 8px;
  background: url(images/sp_type02_btn1.gif) no-repeat right -476px;
}
.type02_btn05 span span {
  padding-right: 0;
  padding-left: 8px;
  line-height: 20px;
  /*   line-height: 23px\9; */
  background: url(images/sp_type02_btn1.gif) no-repeat left -476px;
}
.type02_btn12 {
  background-color: #fce046;
  border-radius: 3px;
  border: 1px solid #f8d413;
  color: #333;
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
}
.type02_btn12.disabled {
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
  color: #757575;
  cursor: auto;
}
.type02_btn13 {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 2px 15px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background: #fede90;
  background: -moz-linear-gradient(top, #fede90 0%, #e8af23 100%);
  background: -webkit-linear-gradient(top, #fede90 0%, #e8af23 100%);
  background: linear-gradient(to bottom, #fede90 0%, #e8af23 100%);
  /*   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fede90', endColorstr='#e8af23',GradientType=0 ); */
}
/*set_button form*/
.type02_btn_form01 {
  display: inline-block;
  margin-right: 6px;
  height: 27px;
  line-height: 27px;
  background: url(images/sp_type02_btn1.gif) no-repeat left -136px;
}
.type02_btn_form01 input {
  position: relative;
  left: 6px;
  /*   top: -3px\9; */
  /*   *top: 0; */
  padding: 0 6px 0 0;
  border: 0;
  line-height: 26px;
  height: 26px;
  /*   *height: auto; */
  float: left;
  cursor: pointer;
  background: url(images/sp_type02_btn1.gif) no-repeat right -136px;
}
/*set btn06 btn09*/
.type02_btn06,
.type02_btn09 {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #b3b3b3 100%);
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #858585;
  display: inline-block;
  color: #333333;
  font-family: arial;
  font-size: 13px;
  font-weight: normal;
  padding: 4px 10px;
  text-shadow: 0 1px 0 #e6e3df;
  text-decoration: none;
}
.type02_btn06:hover,
.type02_btn09:hover {
  text-decoration: none;
}
.type02_m048 .type02_btn06:hover {
  text-decoration: none;
}
.type02_btn08 {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding: 0px 6px;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background-color: #f9f9f9;
  display: inline-block;
  text-shadow: 1px 1px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
  margin: 0 5px;
}
.type02_btn08:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
  background-color: #e9e9e9;
}
.type02_btn08:active {
  position: relative;
  top: 1px;
}
/*set_button_btn09*/
.type02_btn09 {
  border-radius: 5px;
  font-size: 12px;
  line-height: 18px;
  padding: 2px 5px 0;
}
.type02_btn09:hover {
  text-decoration: none;
}
/*.type02_button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}*/
/* type02_btn14 */
.type02_btn14 {
  font-size: 15px;
  line-height: 22px;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  column-gap: 4px;
}
.type02_btn14.w-full {
  width: 100%;
}
.type02_btn14.disabled,
.type02_btn14[disabled="true"] {
  cursor: not-allowed;
}
.type02_btn14.fw-700 {
  font-weight: 700;
}
.type02_btn14.btn-01 {
  color: #aaaaaa;
  background: #f0f0f0;
  text-decoration: none;
}
.type02_btn14.line {
  border: 1px solid #d8d8d8;
}
.type02_btn14.line-transparent {
  border: 1px solid transparent;
}
.type02_btn14.color-01 {
  color: #D99000;
  background-color: #fff;
}
.type02_btn14.color-01.line {
  border: 1px solid #D99000;
}
.type02_btn14.color-02 {
  color: #fff;
  background-color: #F2AA18;
}
.type02_btn14.color-02.line {
  border: 1px solid #F2AA18;
}
.type02_btn14.color-03 {
  color: #fff;
  background-color: #D99000;
}
.type02_btn14.color-03:hover {
  background-color: #F2AA18;
  text-decoration: none;
}
.type02_btn14.color-03.line {
  border: 1px solid #D99000;
}
.type02_btn14.color-04 {
  color: #000000;
}
.type02_btn14.color-06 {
  color: #000000;
  background-color: #FCE046;
}
.type02_btn14.color-06:hover {
  background-color: #FCE046;
  text-decoration: none;
}
.type02_btn14.color-06.line {
  border: 1px solid #F8D413;
}
.type02_btn14.btn-01.color-01.line:hover {
  background: #F2AA18;
  color: #ffffff;
  border: 1px solid #F2AA18;
}
/*view_type*/
.type02_view_type {
  position: relative;
  padding: 0 15px 12px;
}
.type02_view_type .change {
  float: left;
}
.type02_view_type .select {
  float: right;
}
.type02_view_type .type1 a,
.type02_view_type .type1.here a {
  width: 22px;
  height: 18px;
  vertical-align: middle;
  background: url(images/sp_type02_icon1.png) no-repeat -800px -1050px;
}
.type02_view_type .type1.here a {
  background: url(images/sp_type02_icon1.png) no-repeat -857px -1050px;
}
.type02_view_type .type2 a,
.type02_view_type .type2.here a {
  width: 22px;
  height: 18px;
  vertical-align: middle;
  background: url(images/sp_type02_icon1.png) no-repeat -879px -1050px;
}
.type02_view_type .type2.here a {
  background: url(images/sp_type02_icon1.png) no-repeat -822px -1050px;
}
.type02_view_type span a {
  width: 22px;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
}
.type02_view_type select {
  display: inline-block;
  color: #000;
  border: 1px solid #b1b1b1;
}
/*type02_list*/
.type02_list {
  color: #333;
  position: relative;
  text-align: right;
}
.type02_list ul {
  margin: 0 15px 15px 0;
  font-size: 15px;
  color: #696969;
}
.type02_list li {
  display: inline;
  border-right: 1px solid;
  padding: 1px 10px;
}
.type02_list li a {
  color: #696969;
}
.type02_list li.first {
  color: #ff6000;
  border: 1px solid #ff6000;
}
.type02_list li.first a {
  color: #ff6000;
  text-decoration: none;
}
/*type02_tab*/
.type02_tab {
  position: relative;
  background: #eee;
}
.type02_tab li {
  float: left;
}
.type02_tab li span,
.type02_tab li.here span {
  display: block;
  height: 4px;
  background: #bfbfbf;
  font-size: 0;
}
.type02_tab li.here span {
  background: #94c722;
}
.type02_tab li div {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  color: #333;
  border: 1px solid #e1dfdf;
  border-width: 0 0 1px 1px;
  background: #eee;
}
.type02_tab.width01 li {
  width: 106px;
}
.type02_tab h3 {
  height: 30px;
  line-height: 30px;
  font-size: 116%;
  font-weight: bold;
  text-align: center;
  color: #f28900;
  background: #fff;
  border-bottom: 1px solid #fff;
}
.type02_tab h3 a {
  color: #f28900;
}
.type02_tab li.here div {
  border-bottom: 1px solid #fff;
  background: #fff;
}
.type02_tab li.last div {
  border-right: 1px solid #e6e4e4;
}
.type02_tab li.title {
  width: 154px;
  overflow: hidden;
}
.type02_tab .on_tabs li.title {
  width: 100%;
}
.type02_tab .on_tabs h3 {
  text-align: left;
}
/*type02_switch*/
.type02_switch {
  display: block;
  position: absolute;
  width: 40px;
  height: 35px;
  cursor: pointer;
  background-image: url(images/sp_type03_icon.png);
  background-repeat: no-repeat;
  background-color: #bbbbbb;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 2;
}
.type02_switch span {
  left: -9999px;
  position: absolute;
}
.type02_switch.prev {
  left: 0;
  background-position: 50% -138px;
}
.type02_switch.next {
  right: 0;
  background-position: 50% -188px;
}
.type02_switch.prev a:hover,
.type02_switch.prev:hover {
  background-position: 50% -138px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.type02_switch.next a:hover,
.type02_switch.next:hover {
  background-position: 50% -188px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.type02_m102 .type02_switch {
  top: 40%;
}
/*-------------------------------------------------------------------------mod*/
/*title*/
.type02_box h3,
.type02_l001 h3,
.type02_l001-1 h3,
.type02_l001-2 h3,
.type02_l002 h3,
.type02_l003 h3,
.type02_l004 h3,
.type02_l005 h3,
.type02_l006 h3,
.type02_l007 h3,
.type02_l008 h3,
.type02_l009 h3,
.type02_l010 h3,
.type02_l012 h3,
.type02_l021 h3,
.type02_m002 h3,
.type02_m007 h3,
.type02_m008 h3,
.type02_m010 h3,
.type02_m012 h3,
.type02_m014 h3,
.type02_m017 h3,
.type02_m019 h3,
.type02_m033 h3,
.type02_m034 h3,
.type02_m036 h3,
.type02_m037 h3,
.type02_m038 h3,
.type02_m040 h3,
.type02_m044 h3,
.type02_m050 h3,
.type02_m051 h3,
.type02_m052 h3,
.type02_m056 h3,
.type02_m057 h3,
.type02_m058 h3,
.type02_m059 h3,
.type02_m060 h3,
.type02_m061 h3,
.type02_m062 h3,
.type02_m063 h3,
.type02_m064 h3,
.type02_m065 h3,
.type02_m066 h3,
.type02_m071 h3,
.type02_m072 h3,
.type02_m073 h3,
.type02_m074 h3,
.type02_m076 h3,
.type02_m077 h3,
.type02_m078 h3,
.type02_m079 h3,
.type02_m096 h3,
.type02_m098 h3,
.type02_m110 h3,
.type02_m111 h3,
.type02_m113 h3,
.type02_s005 h3,
.type02_s008 h3,
.type02_s009 h3,
.type02_s018 h3,
.type02_s021 h3,
.type02_s022 h3 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 116%;
  font-weight: bold;
  color: #f28900;
  line-height: 1.5;
  border-bottom: 1px dotted #d8d8d8;
}
.type02_m017 h3,
.type02_m036 h3,
.type02_m037 h3,
.type02_m073 h3,
.type02_m110 h3 {
  height: 22px;
}
.type02_l001 h3,
.type02_l001-1 h3 {
  margin-bottom: 3px;
}
.type02_box h3 a,
.type02_l001 h3 a,
.type02_l001-1 h3 a,
.type02_l001-2 h3 a,
.type02_l002 h3 a,
.type02_l003 h3 a,
.type02_l004 h3 a,
.type02_l005 h3 a,
.type02_l006 h3 a,
.type02_l007 h3 a,
.type02_l008 h3 a,
.type02_l009 h3 a,
.type02_l010 h3 a,
.type02_l012 h3 a,
.type02_l021 h3 a,
.type02_m002 h3 a,
.type02_m007 h3 a,
.type02_m010 h3 a,
.type02_m012 h3 a,
.type02_m014 h3 a,
.type02_m017 h3 a,
.type02_m019 h3 a,
.type02_m033 h3 a,
.type02_m034 h3 a,
.type02_m036 h3 a,
.type02_m037 h3 a,
.type02_m038 h3 a,
.type02_m040 h3 a,
.type02_m050 h3 a,
.type02_m051 h3 a,
.type02_m052 h3 a,
.type02_m056 h3 a,
.type02_m057 h3 a,
.type02_m058 h3 a,
.type02_m059 h3 a,
.type02_m060 h3 a,
.type02_m061 h3 a,
.type02_m062 h3 a,
.type02_m063 h3 a,
.type02_m064 h3 a,
.type02_m065 h3 a,
.type02_m066 h3 a,
.type02_m071 h3 a,
.type02_m072 h3 a,
.type02_m073 h3 a,
.type02_m074 h3 a,
.type02_m077 h3 a,
.type02_m113 h3 a,
.type02_s005 h3 a,
.type02_s008 h3 a,
.type02_s009 h3 a {
  text-align: left;
  font-size: 100%;
  color: #f28900;
  text-decoration: underline;
}
/*new h3*/
.type02_l013 h3,
.type02_l014 h3,
.type02_l015 h3,
.type02_l016 h3,
.type02_l017 h3,
.type02_l018 h3,
.type02_l019 h3,
.type02_l020 h3,
.type02_m080 h3,
.type02_m081 h3,
.type02_m082 h3,
.type02_m086 h3,
.type02_m087 h3,
.type02_m088 h3,
.type02_m089 h3,
.type02_m090 h3,
.type02_m091 h3,
.type02_m092 h3,
.type02_m093 h3,
.type02_m094 h3,
.type02_m095 h3,
.type02_m097 h3,
.type02_m101 h3,
.type02_container01 h3,
.type02_s014 h3 {
  padding: 5px 10px;
  background: #8fc21f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  /*
  padding-left: 10px;
  line-height: 27px;
  min-height: 27px;
  */
}
.type02_m080 .wrap,
.type02_m081 .wrap,
.type02_m082 .wrap,
.type02_m086 .wrap,
.type02_m087 .wrap,
.type02_m088 .wrap,
.type02_m089 .wrap,
.type02_m090 .wrap,
.type02_m091 .wrap,
.type02_m092 .wrap,
.type02_m093 .wrap,
.type02_m094 .wrap,
.type02_m095 .wrap,
.type02_m097 .wrap,
.type02_m101 .wrap,
.type02_container01 .wrap,
.type02_s014 .wrap {
  position: relative;
  overflow: hidden;
  border-color: #a7a7a7;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_l014 .wrap,
.type02_l016 .wrap,
.type02_l017 .wrap,
.type02_l018 .wrap {
  border-color: #a7a7a7;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 10px 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_l017 .wrap {
  padding: 15px 8px 15px;
}
.type02_l018 .wrap {
  padding: 15px 8px 15px;
  text-align: center;
}
.type02_m080 .wrap,
.type02_m087 .wrap {
  padding: 15px 0 14px;
}
.type02_m081 .wrap,
.type02_m086 .wrap,
.type02_m095 .wrap {
  padding: 35px 0 14px;
}
.type02_m087 .wrap {
  padding: 15px 0 30px;
}
.type02_m082 .wrap {
  padding: 15px 10px 14px;
}
.type02_m088 .wrap,
.type02_m090 .wrap,
.type02_m091 .wrap {
  padding: 15px 0 20px;
}
.type02_m092 .wrap,
.type02_m093 .wrap,
.type02_m094 .wrap {
  padding: 15px 0 10px;
}
.type02_m097 .wrap {
  padding: 15px 0 0;
}
.type02_s014 .wrap {
  padding: 30px;
}
.type02_container01 .wrap {
  padding: 15px 0 20px;
}
.type02_container01 .box_1 {
  width: 395px;
  float: left;
}
.type02_container01 .box_2 {
  width: 393px;
  float: left;
}
/*more*/
.type02_l002 .more,
.type02_l006 .more,
.type02_l007 .more,
.type02_m014 .more,
.type02_m017 .more,
.type02_m036 .more,
.type02_m037 .more,
.type02_m038 .more,
.type02_m040 .more,
.type02_m044 .more,
.type02_m051 .more,
.type02_m059 .more,
.type02_m073 .more,
.type02_right_more {
  text-align: right;
  line-height: 22px;
  height: 22px;
  font-size: 93%;
}
.type02_l002 .more a,
.type02_l006 .more a,
.type02_l007 .more a,
.type02_m007 .more a,
.type02_m014 .more a,
.type02_m008 .more a,
.type02_m010 .more a,
.type02_m012 .more a,
.type02_m017 .more a,
.type02_m036 .more a,
.type02_m037 .more a,
.type02_m038 .more a,
.type02_m040 .more a,
.type02_m051 .more a,
.type02_m056 .more a,
.type02_m059 .more a,
.type02_m071 .more a,
.type02_m073 .more a,
.type02_p004 .more a,
.type02_p005 .more a,
.type02_right_more a {
  padding-left: 10px;
  background: url(images/sp_type02_icon1.png) no-repeat -295px -847px;
}
.type02_l014 .more {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
}
.type02_l014 .more a {
  position: absolute;
  right: -8px;
  bottom: 0;
  color: #fff;
  line-height: 20px;
  height: 20px;
  padding: 2px 10px;
  text-decoration: none;
  background: #8fc21f;
}
.type02_m085 .more,
.type02_m089 .more {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.type02_m087 .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.type02_m091 .more {
  position: absolute;
  left: 0;
  bottom: 0;
}
.type02_m085 .more a,
.type02_m087 .more a,
.type02_m089 .more a,
.type02_m091 .more a {
  color: #fff;
  line-height: 20px;
  height: 20px;
  padding: 2px 13px;
  margin: 10px 0 0;
  text-decoration: none;
  background: #8fc21f;
}
/*---------------------------------------------------------------------- l mod*/
/*l001-l001-1*/
.type02_l001 li span a,
.type02_l001-1 li span a,
.type02_l001-2 li span a {
  color: #000;
  /* text-decoration: underline; */
  /*   _display: block; */
}
.type02_l001 li,
.type02_l001-1 li,
.type02_l001-2 li {
  padding: 5px 0;
  line-height: 1.38;
  /*   _height: 1% */
}
.type02_l001 li a:hover {
  color: #f28900;
}
.type02_l001 li span a:hover,
.type02_l001-1 li span a:hover,
.type02_l001-2 li span a:hover {
  color: #f28900;
}
/*l001-1*/
.type02_l001-1 li span {
  padding-left: 10px;
  display: block;
}
.type02_l001-2 li span {
  padding-left: 10px;
  display: block;
}
.type02_l001-2 li.open span {
  padding: 0;
}
.type02_l001-2 li.open.here {
  font-weight: normal;
}
.type02_l001-2 li.open .sub li.here span {
  background: url(images/sp_type02_icon1.png) no-repeat -997px -1492px;
  font-weight: bold;
}
.type02_l001-1 li.here span,
.type02_l001-1 li span:hover {
  background: url(images/sp_type02_icon1.png) no-repeat -997px -1492px;
}
.type02_l001-2 li span:hover,
.type02_l001-2 li.open .sub span:hover {
  background: url(images/sp_type02_icon1.png) no-repeat -997px -1492px;
}
.type02_l001-2 li.open span:hover {
  background: none;
}
/*l001*/
.type02_l001 .sub li span,
.type02_l001-2 .sub li span {
  padding-left: 15px;
  display: block;
}
.type02_l001 li.here {
  padding-left: 10px;
  background: url(images/sp_type02_icon1.png) no-repeat -997px -1489px;
}
.type02_l001 .open {
  color: #000;
  font-weight: bold;
  padding-left: 10px;
  background: url(images/sp_type02_icon1.png) no-repeat -997px -1489px;
}
.type02_l001-2 .open {
  color: #000;
  font-weight: bold;
  padding-left: 10px;
  background: url(images/sp_type02_icon1.png) no-repeat -997px -1489px;
}
.type02_l001 .open .sub,
.type02_l001-2 .open .sub {
  font-weight: normal;
}
.type02_l001 .sub span:hover,
.type02_l001-2 .sub span:hover {
  background: url(images/sp_type02_icon1.png) no-repeat -997px -1492px;
}
/*l002*/
.type02_l002 {
  position: relative;
  color: #666;
}
.type02_l002 ul li {
  line-height: 1.38;
  padding: 0 0 5px 10px;
  background: url(images/sp_type02_icon1.png) no-repeat -896px -541px;
}
.type02_l002 li a:hover {
  color: #f28900;
}
/*l003*/
.type02_l003 h3 {
  margin-bottom: 0;
}
.type02_l003 li {
  border-bottom: 1px solid #e1e1e1;
  padding: 6px 0;
}
.type02_l003 .show span {
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  background: #efefef;
}
.type02_l003 img {
  width: 150px;
  height: 40px;
}
.type02_l003 p {
  font-size: 100%;
  color: #333;
  padding-left: 10px;
  height: 18px;
  line-height: 1.38;
  overflow: hidden;
  background: url(images/sp_type02_icon1.png) no-repeat -896px -542px;
}
.type02_l003 .hidden img {
  display: none;
}
.type02_l003 .show img {
  display: block;
  cursor: pointer;
}
.type02_l003 .show p {
  display: none;
}
/*l004*/
.type02_l004 li {
  margin: 6px 0;
}
.type02_l004 li span {
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0;
  background: #efefef;
}
.type02_l004 img {
  width: 150px;
  height: 50px;
}
/*l005*/
.type02_l005 h4 {
  margin-bottom: 4px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
}
.type02_l005 h4 .more span {
  width: 18px;
  height: 18px;
  float: left;
  position: absolute;
  text-indent: -99999px;
  cursor: pointer;
  background: url(images/sp_type02_icon1.png) no-repeat -685px -147px;
}
.type02_l005 .month_box {
  padding-bottom: 8px;
}
.type02_l005 .month_box li {
  float: left;
  width: 43px;
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_l005 .month_box a {
  text-decoration: underline;
}
.type02_l005 .hidden .month_box {
  display: none;
}
.type02_l005 .show .more {
  display: none;
}
/*l006*/
.type02_l006 h4 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  height: 38px;
  overflow: hidden;
}
.type02_l006 .msg {
  margin-bottom: 2px;
  line-height: 18px;
  height: 54px;
  *height: 55px;
  overflow: hidden;
}
.type02_l006 .cover {
  margin-bottom: 5px;
  width: 130px;
  height: 130px;
}
.type02_l006 .writer {
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.type02_l006 .writer a {
  color: #666;
}
/*l007*/
.type02_l007 h4 {
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  max-height: 40px;
  _height: 40px;
  overflow: hidden;
}
.type02_l007 .msg {
  margin-bottom: 2px;
  line-height: 18px;
  max-height: 54px;
  /*   *max-height: 55px; */
  overflow: hidden;
}
.type02_l007 cite {
  color: #333;
}
.type02_l007 .cover {
  margin-bottom: 5px;
  width: 130px;
  height: 130px;
}
/*l008*/
.type02_l008 h4 {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 0 5px 13px;
  color: #333333;
  background: #efefef url(images/sp_type02_icon1.png) no-repeat -993px -1489px;
}
.type02_l008 li {
  position: relative;
  line-height: 17px;
  margin-bottom: 6px;
}
.type02_l008 .here {
  font-weight: bold;
  color: #d93800;
}
.type02_l008 .cancel span {
  width: 15px;
  height: 17px;
  float: left;
  position: absolute;
  text-indent: -99999px;
  cursor: pointer;
  background: url(images/sp_type02_icon1.png) no-repeat -785px -1096px;
}
.type02_l008 .open_list {
  text-align: right;
}
.type02_l008 .star {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
/*l009*/
.type02_l009 .cover {
  margin-bottom: 2px;
  width: 150px;
  height: 100px;
}
.type02_l009 li {
  margin-bottom: 15px;
}
.type02_l009 li.last {
  margin-bottom: 0;
}
.type02_l009 li span {
  width: 1px;
  height: 100px;
  position: absolute;
  right: 0;
  background: #efefef;
}
.type02_l009 p {
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
}
/*l010*/
.type02_l010 {
  position: relative;
  color: #666;
}
.type02_l010 ul li {
  line-height: 1.38;
  padding: 0px 0px 5px 10px;
  background: url(images/sp_type02_icon1.png) no-repeat -896px -541px;
}
.type02_l010 p {
  line-height: 20px;
  margin: 5px 0;
}
.type02_l010 .btn {
  text-align: center;
  line-height: 2;
}
/*l011-iframe*/
.type02_l011 {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/*l012*/
.type02_l012 li {
  margin: 6px 0;
}
.type02_l012 img {
  width: 150px;
}
/*l013*/
.type02_l013 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_l013 h3+ul {
  border-color: #a7a7a7;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  padding: 7px 7px 12px;
}
.type02_l013 li {
  padding: 4px 0;
  line-height: 1.38;
  _height: 1%;
}
.type02_l013 li {
  padding-left: 12px;
}
.type02_l013 .sub>li {
  padding-left: 0;
}
.type02_l013 .sub span {
  padding-left: 15px;
  display: block;
}
.type02_l013 .sub li.here {
  font-weight: bold;
  background: url(images/sp_type02_icon1.png) no-repeat -5px -1942px;
}
.type02_l013 a {
  color: #000;
  text-decoration: underline;
  _display: block;
}
.type02_l013 .open {
  color: #000;
  font-weight: bold;
  padding-left: 12px;
  background: url(images/sp_type02_icon1.png) no-repeat -5px -1940px;
}
.type02_l013 .open:hover {
  background: url(images/sp_type02_icon1.png) no-repeat -5px -1940px;
}
.type02_l013 li:hover {
  background: url(images/sp_type02_icon1.png) no-repeat -5px -1942px;
}
.type02_l013 .open .sub {
  font-weight: normal;
}
.type02_l013 .this {
  font-weight: normal;
}
/*l014*/
.type02_l014 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_l014 img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: block;
}
.type02_l014 h4 {
  color: #2d2d2d;
  font-size: 13px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  font-weight: bold;
  margin: 5px 0 10px;
}
.type02_l014 ul {
  margin-bottom: 17px;
}
.type02_l014 li {
  padding: 2px 5px;
  line-height: 1.5em;
  height: 1.5em;
}
.type02_l014 .writer {
  overflow: hidden;
}
.type02_l014 blockquote {
  margin: 17px auto 18px;
  padding: 5px 5px 0;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  border-top: 1px dotted #696969;
}
/*l015*/
.type02_l015 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_l015 ul {
  position: relative;
}
.type02_l015 ul:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #a7a7a7;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.type02_l015 ul:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #a7a7a7;
  -webkit-transform: translateX(149px);
  transform: translateX(149px);
}
.type02_l015 li:last-child:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #a7a7a7;
}
.type02_l015 img {
  width: 150px;
  height: 50px;
}
/*l016*/
/*.type02_l016 .search_set {
  margin-bottom: 20px;
}*/
.type02_l016 h4 {
  font-weight: bold;
  color: #000;
  padding: 0 0 6px 7px;
  border-bottom: 1px dotted #696969;
}
.type02_l016 ul {
  margin: 10px 0;
}
.type02_l016 li {
  position: relative;
  line-height: 17px;
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
}
.type02_l016 li:last-child {
  margin: 0;
}
.type02_l016 .open_list {
  text-align: right;
}
.type02_l016 .here {
  color: #ff6000;
  font-weight: bold;
}
.type02_l016 .cancel span {
  width: 15px;
  height: 15px;
  position: absolute;
  text-indent: -99999px;
  cursor: pointer;
  top: -1px;
  left: 0px;
  background: url(images/sp_type02_icon1.png) no-repeat -698px -1097px;
}
.type02_l016 .here a {
  color: #ff6000;
}
/*l017*/
.type02_l017 {
  position: relative;
  color: #666;
}
.type02_l017 a {
  text-decoration: none;
}
.type02_l017 ul li {
  line-height: 1.38;
  padding: 0 0 8px 10px;
  background: url(images/sp_type02_icon1.png) no-repeat -896px -541px;
  text-align: justify;
}
/*l018*/
.type02_l018 .btn {
  text-align: center;
  line-height: 2;
  display: inline-block;
  margin-bottom: 8px;
}
/*l019 | l020*/
.type02_l019,
.type02_l020 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_l019 img,
.type02_l020 img {
  width: 150px;
  height: 100px;
}
.type02_l019 ul,
.type02_l020 ul {
  position: relative;
  padding: 15px 0;
  overflow: hidden;
  border-right: 1px solid #a7a7a7\9;
}
.type02_l019 ul:before,
.type02_l020 ul:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #a7a7a7;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.type02_l019 ul:after,
.type02_l020 ul:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #a7a7a7;
  -webkit-transform: translateX(149px);
  transform: translateX(149px);
}
.type02_l019 li.last,
.type02_l020 li.last {
  margin-bottom: 0;
}
.type02_l019 li span,
.type02_l020 li span {
  width: 1px;
  height: 100px;
  position: absolute;
  right: 0;
  background: #efefef;
}
.type02_l019 p {
  line-height: 18px;
  max-height: 54px;
  overflow: hidden;
  margin: 10px;
  text-align: justify;
}
.type02_l019 ul:before,
.type02_l020 ul:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #a7a7a7;
}
.type02_l019 li:last-child:before,
.type02_l020 li:last-child:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #a7a7a7;
}
.type02_l019 li a,
.type02_l020 li a {
  display: block;
  position: relative;
}
/*l020*/
.type02_l020 ul {
  padding: 0 0;
  overflow: hidden;
}
.type02_l020 li {
  margin: 10px 0;
}
/*l021*/
.type02_l021 h4 {
  margin-bottom: 4px;
  font-weight: bold;
  color: #333333;
  line-height: 18px;
}
.type02_l021 .hidden ul {
  max-height: 150px;
  overflow: hidden;
}
.type02_l021 ul {
  margin-top: -5px;
  margin-bottom: 10px;
  height: auto;
  overflow: auto;
}
.type02_l021 li {
  width: 50%;
  float: left;
  display: inline-block;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
}
.type02_l021 a {
  text-decoration: underline;
}
.type02_l021 .more {
  padding-left: 15px;
  float: right;
}
.type02_l021 .more span {
  width: 18px;
  height: 18px;
  float: left;
  cursor: pointer;
  background: url(images/sp_type02_icon1.png) no-repeat -586px -198px;
}
.type02_l021 .hidden .more span {
  background: url(images/sp_type02_icon1.png) no-repeat -685px -147px;
}
/*---------------------------------------------------------------------- s mod*/
/*s001*/
.type02_s001 {
  position: relative;
  z-index: 0;
}
.type02_s001 .tag {
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
}
.type02_s001 .tag li {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  font-size: 100%;
  border-right: 1px solid #dcdcdc;
}
.type02_s001 .tag li a {
  display: block;
  white-space: nowrap;
  color: #333;
  z-index: 3;
}
.type02_s001 .tag li.here a {
  font-weight: bold;
  color: #f28900;
}
.type02_s001 .tag li.here b {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 7px;
  font-size: 0;
  line-height: 0;
  z-index: 999;
  width: 100%;
  /*   _width: expression(this.parentNode.clientWidth+"px"); */
  background: #fff url(images/sp_type02_tag1.gif) no-repeat 50% -297px;
}
.type02_s001 .tag li.last {
  border-right: none;
}
.type02_s001 .tag li a:hover {
  color: #f28900;
}
.type02_s001 .tag .here a:hover {
  text-decoration: none;
}
.type02_s001 .tag li>div {
  display: block;
}
/*s002*/
.type02_s002,
.type02_s002 {
  margin-top: 10px;
  border-bottom: 1px dotted #d8d8d8;
}
.type02_s002 p,
.type02_s002 p {
  font-size: 93%;
  line-height: 2;
}
/*s003*/
.type02_s003 {
  position: relative;
  z-index: 0;
}
.type02_s003 .tag {
  height: 54px;
  padding: 10px 0;
  overflow: hidden;
  background: url(images/sp_type02_tag1.gif) repeat-x 0 0;
}
.type02_s003 .tag li {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  font-size: 100%;
  border-right: 1px solid #dcdcdc;
}
.type02_s003 .tag li.here b {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 7px;
  font-size: 0;
  line-height: 0;
  z-index: 999;
  width: 100%;
  /*   _width: expression(this.parentNode.clientWidth+"px"); */
  background: #fff url(images/sp_type02_tag1.gif) no-repeat 50% -342px;
}
.type02_s003 .tag li a {
  display: block;
  white-space: nowrap;
  color: #333;
  z-index: 3;
}
.type02_s003 .tag li a:hover {
  color: #f28900;
}
.type02_s003 .tag li.here a {
  font-weight: bold;
  color: #f28900;
}
.type02_s003 .tag li.here a:hover {
  text-decoration: none;
}
.type02_s003 .tag li .sub_list {
  display: none;
}
.type02_s003 .tag li.here .sub_list {
  display: block;
}
.type02_s003 .tag li>div {
  display: block;
}
.type02_s003 .tag li.last {
  border-right: none;
}
.type02_s003 .tag .sub_list {
  top: 42px;
  left: 0;
  position: absolute;
  line-height: 1.38;
}
.type02_s003 .tag .sub_list.right {
  left: auto;
  right: 0;
}
.type02_s003 .tag .sub_list.right li {
  margin: 0 5px;
}
.type02_s003 .tag .sub_list {
  width: 950px;
}
.type02_s003 .tag .sub_list li {
  margin: 0 5px;
  padding: 0;
  border: none;
  text-align: center;
  overflow: hidden;
}
.type02_s003 .tag .sub_list li a {
  font-weight: normal;
  color: #333;
  text-decoration: none;
}
.type02_s003 .tag .sub_list li.here a {
  font-weight: bold;
  cursor: pointer;
}
.type02_s003 .tag .sub_list li.here,
.type02_s003 .tag .sub_list li:hover {
  border-bottom: 4px solid #f28900;
}
/*s004*/
.type02_s004 {
  position: relative;
}
.type02_s004 table {
  border-top: 1px dotted #d8d8d8;
  position: relative;
}
.type02_s004 tr {
  line-height: 1.38;
}
.type02_s004 th {
  width: 135px;
  padding: 10px;
  text-align: center;
  border-right: 1px dotted #d8d8d8;
}
.type02_s004 td {
  padding: 10px;
  width: 814px;
}
.type02_s004 li {
  float: left;
  width: 119px;
  max-height: 36px;
  overflow: hidden;
  padding-right: 10px;
}
.type02_s004 li.hr {
  width: 100%;
  font-size: 0;
  line-height: 0;
  height: 8px;
}
.type02_s004 .set_color {
  background: #f5f5f5;
}
.type02_s004 h4 {
  font-size: 116%;
  font-weight: bold;
  line-height: 2;
}
/*s005*/
.type02_s005 .item {
  width: 190px;
  height: 210px;
  position: relative;
  overflow: hidden;
  float: left;
}
.type02_s005 .first {
  width: 165px;
}
.type02_s005 .last {
  color: #333333;
  width: 215px;
}
.type02_s005 .box {
  width: 140px;
  margin-left: 33px;
}
.type02_s005 .first .box {
  text-align: left;
  margin-left: 0;
}
.type02_s005 .last .box {
  width: 190px;
  margin-left: 20px;
}
.type02_s005 .cover {
  width: 140px;
  height: 140px;
}
.type02_s005 h4 {
  margin: 10px 0 5px;
  text-align: left;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}
.type02_s005 p {
  text-align: left;
}
.type02_s005 .add,
.type02_s005 .total {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 65px;
  left: 0;
  text-indent: -9999px;
  background: url(images/sp_type02_pic1.png) no-repeat 0px -249px;
}
.type02_s005 .total {
  background: url(images/sp_type02_pic1.png) no-repeat 0px -330px;
}
.type02_s005 blockquote p {
  line-height: 1.5;
  margin-bottom: 5px;
  max-height: 80px;
  font-weight: bold;
  overflow: hidden;
}
.type02_s005 .last .price {
  color: #333333;
}
.type02_s005 .price b {
  font-size: 116%;
  color: #d93800;
}
.type02_s005 .price strong {
  color: #d93800;
}
.type02_s005 .last .price {
  margin-top: 15px;
}
.type02_s005 .type02_btn03 {
  margin-top: 5px;
}
.type02_s005 .type02_btn03 span {
  padding-right: 15px;
}
.type02_s005 .type02_btn03 span span {
  padding-left: 55px;
}
.type02_s005 .type02_btn03 .btn_icon02 {
  width: 35px;
  height: 22px;
  position: absolute;
  top: 7px;
  left: 10px;
  background: url(images/sp_type02_pic1.png) no-repeat 0px -600px;
}
/*s006*/
.type02_s006 .box_1,
.type02_s006 .box_2,
.type02_s006 .box_3,
.type02_s006 .box_4,
.type02_s006 .box_5,
.type02_s006 .box_6 {
  position: relative;
  height: 135px;
  overflow: hidden;
  float: left;
  font-weight: bold;
  line-height: 1.7;
}
.type02_s006 .box_1 .line,
.type02_s006 .box_2 .line,
.type02_s006 .box_3 .line,
.type02_s006 .box_4 .line,
.type02_s006 .box_5 .line,
.type02_s006 .box_6 .line {
  height: 135px;
}
.type02_s006 ul {
  margin: 0 0 0 30px;
}
.type02_s006 .box_1,
.type02_s006 .box_4,
.type02_s006 .box_5 {
  width: 160px;
}
.type02_s006 .box_2,
.type02_s006 .box_3 {
  width: 150px;
}
.type02_s006 .box_6 {
  width: 170px;
}
.type02_s006 .box_2 .line,
.type02_s006 .box_4 .line,
.type02_s006 .box_5 .line,
.type02_s006 .box_6 .line {
  background: url(images/bg_gray_1px.gif) repeat-y;
}
.type02_s006 .box_6 {
  background: url(images/bg_gray_1px.gif) repeat-y 100%;
}
.type02_s006 a {
  text-decoration: none;
}
.type02_s006 a:hover {
  color: #666;
  text-decoration: underline;
}
/*s007*/
.type02_s007 li {
  width: 950px;
  margin-bottom: 10px;
}
.type02_s007 li:last-child {
  margin-bottom: 0;
}
.type02_s007 img {
  width: 100%;
  font-size: 0;
  vertical-align: bottom;
}
/*s008|s009*/
.type02_s008,
.type02_s009 {
  position: relative;
}
.type02_s008 .special_border_div,
.type02_s009 .special_border_div {
  z-index: 1;
}
.type02_s008 .switch {
  top: 80px;
}
.type02_s008 .box,
.type02_s009 .box {
  padding: 0 40px;
  text-align: center;
}
.type02_s008 .box>ul,
.type02_s009 .box>ul {
  width: 100%;
  display: flex;
}
.type02_s008 .item,
.type02_s009 .item {
  width: 20%;
  float: left;
  padding: 0 0px 25px;
  text-align: center;
  line-height: 1.38;
}
.type02_s008 .last,
.type02_s009 .last {
  margin-right: 0;
}
.type02_s008 .type02_bd-a,
.type02_s009 .type02_bd-a {
  padding: 0 5px;
}
.type02_s008 .cover,
.type02_s009 .cover {
  width: 140px;
  height: 140px;
  margin-bottom: 5px;
}
.type02_s008 h4,
.type02_s009 h4 {
  margin-bottom: 5px;
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}
.type02_s008 .msg,
.type02_s009 .msg {
  color: #666;
}
.type02_s008 .msg a,
.type02_s009 .msg a {
  color: #666;
}
.type02_s008 .msg li,
.type02_s009 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
/*s009*/
.type02_s009 h3 {
  border-bottom: none;
  margin-bottom: 3px;
}
.type02_s009 .rotater {
  top: 30px;
  right: 5px;
}
.type02_s009 .switch {
  top: 100px;
}
.type02_s009 .swleft {
  left: 5px;
}
.type02_s009 .swright {
  right: 5px;
}
.type02_s009 .box {
  padding: 25px 40px 10px;
  border: 1px solid #dadada;
}
.type02_s009 .item {
  padding: 0;
  width: 19.9%;
  border-right: 1px solid #dadada;
}
.type02_s009 .last {
  border: none;
}
/*type02_s010*/
.type02_s010 {
  padding: 10px 0;
  color: #333;
}
.type02_s010 a {
  text-decoration: none;
}
.type02_s010 h3 {
  text-align: left;
  font-size: 116%;
  font-weight: bold;
  color: #f28900;
}
.type02_s010 li {
  width: 165px;
  *width: 160px;
  display: inline-flex;
  float: left;
  line-height: 20px;
  height: 20px;
  font-size: 100%;
  padding: 0 4px;
  *padding: 0 2px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(images/sp_type02_icon1.png) no-repeat -699px -1147px;
}
.type02_s010 li.title {
  width: 115px;
  *width: 100px;
  border-left: none;
  padding: 0;
  background: none;
}
.type02_s010 em {
  font-size: 116%;
  margin: 0 5px 0 3px;
}
.type02_s010 em.hot {
  color: #f28800;
}
.type02_s010 .icon-trend-up,
.type02_s010 .icon-trend-equal,
.type02_s010 .icon-trend-down {
  float: left;
  width: 20px;
  height: 20px;
}
.type02_s010 .icon-trend-up {
  background: url(images/sp_type02_icon1.png) no-repeat -484px -1748px;
}
.type02_s010 .icon-trend-equal {
  background: url(images/sp_type02_icon1.png) no-repeat -284px -1842px;
}
.type02_s010 .icon-trend-down {
  background: url(images/sp_type02_icon1.png) no-repeat -384px -1797px;
}
/*s011*/
.type02_s011 {
  position: relative;
  padding: 0 50px 0;
}
.type02_s011 .row {
  width: 100%;
  margin: 0 auto 35px;
  text-align: center;
}
.type02_s011 .row:last-child {
  margin: 0 auto 0;
}
.type02_s011 .item {
  width: 20%;
  float: left;
  text-align: center;
}
.type02_s011 .bd {
  width: 150px;
  margin: 0 auto;
}
.type02_s011 .cover {
  width: 150px;
  height: 150px;
  margin-bottom: 12px;
}
.type02_s011 .special_border_a {
  display: inline-block;
}
.type02_s011 .special_border_div {
  height: 150px;
  width: 150px;
}
.type02_s011 h4 {
  font-weight: bold;
  height: 3em;
  line-height: 1.5em;
  margin-bottom: 10px;
  overflow: hidden;
}
.type02_s011 h5 {
  color: #f28800;
  text-align: center;
  padding: 4px 0;
  border-bottom: 2px solid #696969;
  margin: 0 15px 18px;
  font-weight: bold;
}
.type02_s011 h5 em {
  font-size: 18px;
  margin-left: 5px;
}
.type02_s011 h5 a {
  text-decoration: none;
}
.type02_s011 .msg a {
  color: #666;
}
.type02_s011 .msg li {
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
}
.type02_s011 .tips {
  text-align: center;
  color: #696969;
}
/*s012*/
.type02_s012 {
  position: relative;
  height: 35px;
  *height: auto;
  width: 100%;
  background: #eee;
  border-top: 4px solid #bfbfbf;
  border-bottom: 1px solid #e1dfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_s012 ul {
  width: 100%;
  text-align: center;
}
.type02_s012 li {
  float: left;
  position: relative;
  text-align: center;
  color: #333;
  /*background:#eee;*/
  border-right: 1px solid #e1dfdf;
  cursor: pointer;
  /*-webkit-box-sizing: border-box;
          box-sizing: border-box;*/
}
.type02_s012 div {
  padding: 0 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.type02_s012 li:hover div {
  background: #fff;
  border-bottom: 1px solid #f28800;
}
.type02_s012 .here div,
.type02_s012 .here:hover div {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.type02_s012 .here span,
.type02_s012 li:hover span,
.type02_s012 .here:hover span {
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
  background: #94c722;
}
.type02_s012 li:hover span {
  background: #f28800;
}
/*s013*/
.type02_s013 {
  padding: 30px;
}
.type02_s013 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.type02_s013 img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto;
  float: left;
}
.type02_s013 .special_border_div {
  height: 170px;
  width: auto;
}
.type02_s013 .content {
  float: left;
  width: 710px;
  margin-left: 10px;
  overflow: hidden;
}
.type02_s013 h4 {
  padding-right: 10px;
  font-weight: bold;
  height: 1.75em;
  line-height: 1.75em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.type02_s013 .price {
  float: left;
  width: 190px;
  margin-top: 15px;
}
.type02_s013 .price li {
  line-height: 1.75em;
  height: 1.75em;
  overflow: hidden;
}
.type02_s013 .price strong {
  font-weight: bold;
  color: #fe2828;
  font-size: 13px;
}
.type02_s013 .price em {
  font-weight: normal;
  color: #fe2828;
  font-size: 13px;
  text-decoration: none;
}
.type02_s013 blockquote {
  position: relative;
  height: 110px;
  overflow: hidden;
  padding: 0 0 0 20px;
  border-left: 1px solid #c1c1c1;
}
.type02_s013 blockquote p {
  line-height: 19px;
  color: #696969;
  height: 78px;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.type02_s013 blockquote p {
  height: 75px;
  -webkit-line-clamp: 2;
}
.type02_s013 .more {
  position: absolute;
  left: 20px;
  bottom: 0;
}
.type02_s013 .more a {
  color: #fff;
  line-height: 20px;
  height: 20px;
  padding: 2px 10px;
  margin: 10px 0 0;
  text-decoration: none;
  background: #8fc21f;
}
.type02_s013 .info {
  margin-bottom: 15px;
}
.type02_s013 .info em {
  color: #fe2828;
}
.type02_s013 .info li {
  line-height: 1.75em;
  height: 1.75em;
  overflow: hidden;
  text-align: justify;
}
.type02_s013 .info li span:first-child {
  display: none;
}
.type02_s013 .price li:last-child {
  margin-top: 5px;
}
/*s014*/
.type02_s014 ol li {
  list-style-type: decimal;
  margin-left: 20px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.type02_s014 ol li:last-child {
  margin-bottom: 0;
}
.type02_s014 ul {
  margin: 10px 0;
}
.type02_s014 ul li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 2;
  line-height: 1;
}
/*s015*/
.type02_s015 .msg {
  width: 450px;
  height: 300px;
  overflow: hidden;
  float: left;
  text-align: center;
  font-family: "Helvetica Neue", "微軟正黑體", "Microsoft JhengHei", "黑體", "SimHei", Helvetica, Arial, Sans;
}
.type02_s015 .wrap {
  padding: 10px;
}
.type02_s015 h2 {
  width: 375px;
  border: 5px solid #c9c9c9;
  font-weight: bold;
  font-size: 25px;
  line-height: 50px;
  color: #000;
  text-align: center;
  margin: 30px auto 25px;
  letter-spacing: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Verdana, Helvetica, Arial;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.type02_s015 h2 span {
  font-size: 15px;
  margin: 0 3px;
}
.type02_s015 h3 {
  color: #000;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.type02_s015 h3 em {
  margin: 0 5px;
}
.type02_s015 img {
  width: 500px;
  height: 300px;
  display: block;
}
.type02_s015 p {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 10px;
  color: #666;
}
.type02_s015 p span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.type02_s015 em {
  color: #666;
}
/*s016*/
.type02_s016 {}
/*s017*/
.type02_s017 {
  width: 100%;
  margin: 0 auto 20px;
  color: #333;
  position: relative;
}
.type02_s017 h3 {
  padding: 3px 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.75em;
  background-color: #d7d7d7;
  border-radius: 5px 5px 0 0;
}
.type02_s017 h3 i:before {
  margin-right: 5px;
  color: #E78800;
  font-size: 20px;
}
.type02_s017 h3 em {
  float: right;
  font-size: 12px;
}
.type02_s017 .wrap {
  padding: 5px 12px;
  border: 1px solid #c9c9c9;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.type02_s017 .row {
  width: 100%;
  position: relative;
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px dotted #c9c9c9;
}
.type02_s017 .row:last-child {
  margin-bottom: 0;
}
.type02_s017 .row:last-child {
  border-bottom: none;
}
.type02_s017 .item {
  width: 20%;
  float: left;
  box-sizing: border-box;
  position: relative;
  padding: 10px 20px 15px;
  text-align: center;
}
.type02_s017 .item a {
  position: relative;
  display: block;
  width: 140px;
  margin: 0 auto;
}
.type02_s017 .item:first-child {}
.type02_s017 .item:last-child {}
.type02_s017 .item::before {
  content: '\e82a';
  font-family: "icon_01";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  position: absolute;
  right: -15px;
  top: 22%;
  color: #b2b2b2;
  z-index: 1;
  overflow: hidden;
  width: 28px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.type02_s017 .item:last-child:before {
  right: -10px;
}
.type02_s017 .item.last:before {
  content: '';
  background-color: transparent;
}
.type02_s017 .item img {
  margin: 0 auto 10px;
  width: 140px;
  height: 140px;
}
.type02_s017 .item h4 {
  margin-bottom: 10px;
  color: #333;
  font-size: 13px;
  text-align: left;
  line-height: 1.5em;
  overflow: hidden;
  height: 3em;
}
.type02_s017 .item .count {
  margin-bottom: 10px;
  text-align: left;
}
.type02_s017 .item .count b {
  font-weight: bold;
}
.type02_s017 select::-ms-expand {
  display: none;
}
.type02_s017 select {
  width: 100%;
  padding: 3px 20px 3px 8px;
  line-height: 1.5;
  font-size: 13px;
  color: #333;
  border: 1px solid #a9a9a9;
  box-shadow: none;
  border-radius: 0;
  background: #fff url("//jci.book.com.tw/jss/books/mobilebase/css/images/icon_arrow_down.svg") no-repeat right 0 center;
  background-size: 22px 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.type02_s017 .item option.sellout,
.type02_s017 .item option[disabled] {
  color: #bdbdbd;
  cursor: not-allowed;
  background-color: #f1f1f1;
}
.type02_s017 .sign_ebook,
.type02_s017 .sign_emag {
  position: absolute;
  right: 0;
  bottom: 10px;
  /* background-size:contain;   */
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  backface-visibility: hidden;
  z-index: 2;
}
.type02_s017 .sign_ebook {
  width: 110px;
  height: 21px;
  background-image: url("//jci.book.com.tw/css/books/m_cart2015/images/m-ebook.png");
}
.type02_s017 .sign_emag {
  width: 110px;
  height: 21px;
  background-image: url("//jci.book.com.tw/css/books/m_cart2015/images/m-emag.png");
}
/* type02_s018 */
.type02_s018 a {
  color: #333;
  text-decoration: none;
}
.type02_s018 h3 {
  margin-bottom: 0;
}
.type02_s018 .swleft {
  top: 40px;
  left: 5px;
}
.type02_s018 .swright {
  top: 40px;
  right: 5px;
}
.type02_s018 .title-bar {
  display: flex;
  height: 45px;
  min-height: 45px;
  align-items: center;
}
.type02_s018 .toggle-btn {
  margin-left: auto;
  cursor: pointer;
  color: #666;
}
.type02_s018 .toggle-btn i {
  margin-left: 5px;
}
.type02_s018 .toggle-btn i::before {
  content: '';
  padding-left: 25px;
  background: url("images/sp_type02_icon1.png") no-repeat -688px -148px;
}
.type02_s018 .toggle-btn.slide-up i::before {
  background: url("images/sp_type02_icon1.png") no-repeat -588px -198px;
}
.type02_s018 .title-bar p {
  display: flex;
  align-items: center;
  padding-left: 33px;
}
.type02_s018 .title-bar p span {
  margin: 0 6px;
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
  align-items: center;
  border-radius: 15px;
  background-color: #f8a721;
}
.type02_s018 .select-product-list {
  position: relative;
  padding: 0 60px;
  display: none;
}
.type02_s018 .select-product-list .msg-box {
  min-height: 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  color: #666;
  font-size: 13px;
}
.type02_s018 .select-product-list>ul {
  display: flex;
  width: 100%;
}
.type02_s018 .select-product .item {
  position: relative;
  width: 16.66666666666667%;
  padding: 6px 5px 20px;
  text-align: center;
}
.type02_s018 .select-product .item-wrap {
  position: relative;
  width: 103px;
  margin: 0 auto;
}
.type02_s018 .select-product .item-wrap img {
  width: 103px;
  height: 103px;
  display: block;
  margin: 0 auto 6px;
}
.type02_s018 .select-product-list h4 {
  font-size: 15px;
  color: #333;
  line-height: 1.5em;
  overflow: hidden;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.type02_s018 .select-product .num {
  color: #333;
  font-size: 13px;
}
.type02_s018 .select-product .num span {
  color: #Ef4e5e;
}
.type02_s018 .item-del {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -6px;
  right: -6px;
  border-radius: 5px;
  background-color: rgb(102 102 102 / 30%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.type02_s018 .item-del::before {
  margin: 0;
  padding: 0;
  font-family: "icon_01";
  font-style: normal;
  font-weight: normal;
  content: '\e809';
  color: #fff;
  vertical-align: inherit;
  font-size: 18px;
}
.type02_s018 .product-list {
  padding: 6px 0;
  display: flex;
  border-top: 1px dashed #d8d8d8;
}
.type02_s018 .product-list .item {
  width: 233px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column;
  border: 2px solid transparent;
  margin-right: 2px;
}
.type02_s018 .product-list .item.choose {
  border: 2px solid #F8A721;
}
.type02_s018 .product-list .item:last-child {
  margin-right: 0;
}
.type02_s018 .product-list .item-wrap {
  border: 1px solid red;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.type02_s018 .product-list .img-wrap {
  position: relative;
  width: 175px;
  height: 175px;
  margin: 0 auto 6px;
}
.type02_s018 .product-list img {
  width: 175px;
  height: 175px;
  display: block;
}
.type02_s018 .product-list .check-mark {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: -19px;
  background-color: #F8A721;
  line-height: 35px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  text-indent: 1px;
  opacity: 0;
  z-index: 1;
}
.type02_s018 .product-list .check-mark i::before {
  color: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 35px;
}
.type02_s018 .product-list .item.choose .check-mark {
  opacity: 1;
}
.type02_s018 .product-list .prod-name {
  margin-bottom: 8px;
  width: 175px;
  font-size: 13px;
  line-height: 1.5em;
  color: #000;
  height: 3em;
  overflow: hidden;
  display: block;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.type02_s018 .product-list .details {
  color: #666;
  font-size: 13px;
}
.type02_s018 .product-list .details del {
  text-decoration: line-through;
}
.type02_s018 .product-list .details li {
  margin-bottom: 6px;
}
.type02_s018 .product-list .details strong {
  color: #FE2828;
  font-size: 18px;
  font-weight: bold;
}
.type02_s018 .btn-check {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  min-width: 55px;
  height: 35px;
  color: #333;
  text-shadow: 1px 1px 0px #fff;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(180, 180, 180, 1) 100%, rgba(180, 180, 180, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(180, 180, 180, 1) 100%, rgba(180, 180, 180, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(180, 180, 180, 1) 100%, rgba(180, 180, 180, 1) 100%);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 7px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.type02_s018 .btn-check.disabled {
  color: #666666;
  font-size: 13px;
  border: 1px solid transparent;
  background-color: #f2f2f2;
  background: #f2f2f2;
  cursor: auto;
}
.type02_s018 .stock-tips {
  color: #999999;
  font-size: 13px;
  margin-top: 8px;
}
.type02_s018 .stock-tips em {
  color: #Ef4e5e;
  margin-right: 5px;
}
.type02_s018 .product-list .item.choose .btn-check {
  color: #E17400;
  background-color: #f2f2f2;
}
.type02_s018 .item-2 .flex {
  display: flex;
  flex-wrap: wrap;
}
.type02_s018 .select-quantity input[type=number]::-webkit-outer-spin-button,
.type02_s018 .select-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.type02_s018 .select-quantity input[type=number] {
  -moz-appearance: textfield;
  border-radius: 0;
}
.type02_s018 .select-quantity {
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 112px;
  height: 35px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.type02_s018 .select-quantity .minus {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.type02_s018 .select-quantity .plus {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.type02_s018 .select-quantity .minus,
.type02_s018 .select-quantity .plus,
.type02_s018 .select-quantity input {
  display: block;
  float: left;
  width: 25px;
}
.type02_s018 .select-quantity input {
  width: 38px;
  height: 33px;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #5a5a5a;
  font-size: 15px;
  vertical-align: middle;
  outline: none;
}
.type02_s018 .select-quantity .minus,
.type02_s018 .select-quantity .plus {
  width: 35px;
  background-color: #f2f2f2;
  color: #959595;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 33px;
  text-decoration: none;
}
.type02_s018 .select-quantity i:before {
  color: #aeaeae;
}
.type02_s018 .disabled .select-quantity .minus,
.type02_s018 .disabled .select-quantity .plus {
  color: #aeaeae;
  background-color: #DADADA;
  cursor: not-allowed;
}
.type02_s018 .select-quantity a.disabled {
  color: #d0d0d0;
  cursor: auto;
}
.type02_s018 .select-quantity input:disabled {
  color: #c3c3c3;
  background-color: #DADADA;
  cursor: not-allowed;
}
.type02_s018 .addpord-num {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type02_s018 .addpord-num .flex {
  min-height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.type02_s018 .more {
  display: flex;
  height: 30px;
  border-top: 1px solid #d8d8d8;
  align-items: center;
  justify-content: flex-end;
}
.type02_s018 .more a {
  text-decoration: underline;
}
.type02_s018 .more i {
  margin-right: 5px;
}
.type02_s018 .more i::before {
  margin: 0;
  padding: 0;
  font-family: "icon_01";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  content: '\f105';
  color: #f8a721;
}
/* type02_s019 */
.type02_s019 {
  width: 100%;
}
.type02_s019 a {
  text-decoration: none;
}
.type02_s019 .container_table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.type02_s019 .table_tr {
  display: table-row;
}
.type02_s019 .table_td {
  padding: 15px 10px;
  position: relative;
  display: table-cell;
  border-color: #F2F2F2;
  border-style: solid;
  border-width: 0px 1px 1px 0;
}
.type02_s019 .table_td:first-child {
  border-color: #F2F2F2;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
}
.type02_s019 .table_tr:first-child .table_td {
  border-top: 1px solid #F2F2F2;
  position: relative;
}
.type02_s019 .item {
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.type02_s019 .choose::before {
  border: 2px solid #F8A721;
  content: " ";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  pointer-events: none;
}
.type02_s019 .item-wrap {
  border: 1px solid red;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.type02_s019 .img-wrap {
  position: relative;
  width: 175px;
  height: 175px;
  margin: 0 auto 6px;
}
.type02_s019 img {
  width: 175px;
  height: 175px;
  display: block;
}
.type02_s019 .check-mark {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  left: -19px;
  background-color: #F8A721;
  line-height: 35px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
  text-indent: 1px;
  opacity: 0;
  z-index: 2;
}
.type02_s019 .check-mark i::before {
  color: #fff;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  line-height: 35px;
}
.type02_s019 .choose .check-mark {
  opacity: 1;
}
.type02_s019 .prod-name {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 1.5em;
  color: #000;
  height: 3em;
  overflow: hidden;
  display: block;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.type02_s019 .details {
  color: #666;
  font-size: 13px;
}
.type02_s019 .details del {
  text-decoration: line-through;
}
.type02_s019 .details li {
  margin-bottom: 6px;
}
.type02_s019 .details strong {
  color: #fe2828;
  font-size: 18px;
  font-weight: bold;
}
.type02_s019 .btn-check {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  min-width: 55px;
  height: 35px;
  color: #333;
  text-shadow: 1px 1px 0px #fff;
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(180, 180, 180, 1) 100%, rgba(180, 180, 180, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(180, 180, 180, 1) 100%, rgba(180, 180, 180, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(180, 180, 180, 1) 100%, rgba(180, 180, 180, 1) 100%);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 7px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.type02_s019 .btn-check.disabled {
  color: #666666;
  font-size: 13px;
  border: 1px solid transparent;
  background-color: #f2f2f2;
  background: #f2f2f2;
  cursor: auto;
}
.type02_s019 .stock-tips {
  color: #999999;
  font-size: 13px;
  margin-top: 8px;
}
.type02_s019 .stock-tips em {
  color: #Ef4e5e;
  margin-right: 5px;
}
.type02_s019 .choose .item .btn-check {
  color: #E17400;
  background-color: #f2f2f2;
}
.type02_s019 .select-quantity input[type=number]::-webkit-outer-spin-button,
.type02_s019 .select-quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.type02_s019 .select-quantity input[type=number] {
  -moz-appearance: textfield;
  border-radius: 0;
}
.type02_s019 .select-quantity {
  flex-grow: 0;
  flex-shrink: 0;
  width: 112px;
  height: 35px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.type02_s019 .select-quantity .minus {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.type02_s019 .select-quantity .plus {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.type02_s019 .select-quantity .minus,
.type02_s019 .select-quantity .plus,
.type02_s019 .select-quantity input {
  display: block;
  float: left;
  width: 25px;
}
.type02_s019 .select-quantity input {
  width: 38px;
  height: 33px;
  text-align: center;
  background-color: #fff;
  border: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #5a5a5a;
  font-size: 15px;
  vertical-align: middle;
  outline: none;
}
.type02_s019 .select-quantity .minus,
.type02_s019 .select-quantity .plus {
  width: 35px;
  background-color: #f2f2f2;
  color: #959595;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 33px;
  text-decoration: none;
}
.type02_s019 .select-quantity i::before {
  color: #aeaeae;
}
.type02_s019 .disabled .select-quantity .minus,
.type02_s019 .disabled .select-quantity .plus {
  color: #aeaeae;
  background-color: #DADADA;
  cursor: not-allowed;
}
.type02_s019 .select-quantity a.disabled {
  color: #d0d0d0;
  cursor: auto;
}
.type02_s019 .select-quantity input:disabled {
  color: #c3c3c3;
  background-color: #DADADA;
  cursor: not-allowed;
}
.type02_s019 .addpord-num {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type02_s019 .addpord-num .flex {
  min-height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.type02_s019 .more {
  display: flex;
  height: 30px;
  border-top: 1px solid #d8d8d8;
  align-items: center;
  justify-content: flex-end;
}
.type02_s019 .more a {
  text-decoration: underline;
}
.type02_s019 .more i {
  margin-right: 5px;
}
.type02_s019 .more i::before {
  margin: 0;
  padding: 0;
  font-family: "icon_01";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  content: '\f105';
  color: #f8a721;
}
/* type02_s020 */
.type02_s020 {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
  width: 100%;
  height: 93px;
  overflow: hidden;
}
.type02_s020 .carousel-list {
  width: 950px;
  height: 93px;
  position: relative;
  overflow: hidden;
}
.type02_s020 .switch {
  top: 30px;
}
.type02_s020 .switch.swleft {
  left: 30px;
}
.type02_s020 .switch.swright {
  right: 30px;
}
.type02_s020 .box {
  position: relative;
  margin: 0 93px;
}
.type02_s020 .switch_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.type02_s020 .box li {
  width: 33.3333%;
  text-align: center;
}
.type02_s020 img {
  width: 243px;
  height: 93px;
}
/* type02_s021 */
.type02_s021 {
  position: relative;
  margin-bottom: 16px;
  z-index: 0;
}
.type02_s021 .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
  /*   border-radius: 5px;
  background: #FAFAFA; */
}
.type02_s021 .list li {
  position: relative;
  padding: 0 30px 0 0;
  font-size: 13px;
  color: #333;
}
.type02_s021 .list li::before {
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  margin: 0;
  padding: 0;
  content: "";
  width: 1px;
  height: 8px;
  overflow: hidden;
  border-right: 1px solid #ccc;
}
.type02_s021 .list li a {
  padding: 10px 0;
  display: block;
  /* max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis; */
  white-space: nowrap;
}
.type02_s021 .list.hashtags li {
  padding-left: 13px;
}
.type02_s021 .list.hashtags li::after {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  color: #333;
  font-size: 13px;
  line-height: initial;
  content: "＃";
}
/* type02_s022 */
.type02_s022 {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  z-index: 0;
}
.type02_s022 .box-container {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
}
.type02_s022 .box-container:last-child {
  margin: 0;
}
.type02_s022 .img-wrap {
  margin: 0 8px 0 0;
  width: 190px;
  overflow: hidden;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
.type02_s022 .img-wrap img {
  width: 100%;
}
.type02_s022 .box-shrink {
  width: 100%;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
}
.type02_s022 .box-title {
  margin: 0 0 5px;
  color: #333;
  font-weight: bold;
  max-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.type02_s022 .box-shrink p {
  color: #666;
  line-height: 1.5em;
}
/* type02_s023 */
.type02_s023 {
  width: 100%;
  padding: 25px 0 0;
  position: relative;
  z-index: 0;
}
.type02_s023 img {
  width: 950px;
  height: 60px;
  display: block;
  vertical-align: bottom;
}
.type02_s023 .carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 60px;
}
.type02_s023 .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity 0.8s ease-in-out;
}
.type02_s023 .slick-dots,
.type02_s023 .carousel-dots {
  width: auto;
  padding: 0;
  height: 20px;
  top: -20px;
  right: 0;
}
.type02_s023 .item.active {
  opacity: 1;
  display: block;
}
.type02_s023 .u-carousel .carousel-dots.hidden,
.type02_s023 .u-carousel .carousel-prev.hidden,
.type02_s023 .u-carousel .carousel-next.hidden {
  display: none;
}
.type02_s023 .slick-dots li.slick-active button::before,
.type02_s023 .carousel-dots li.active::before {
  opacity: 1;
}
.type02_s023 .slide-effect>div {
  font-size: 0;
}
.type02_s023 .u-slider .slick-next,
.type02_s023 .u-slider .slick-prev,
.type02_s023 .u-carousel .carousel-next,
.type02_s023 .u-carousel .carousel-prev {
  z-index: 1;
  position: absolute;
  top: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 45px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
}
.type02_s023 .u-slider .slick-prev,
.type02_s023 .u-carousel .carousel-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.type02_s023 .u-slider .slick-next,
.type02_s023 .u-carousel .carousel-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.type02_s023 .u-slider .slick-next::before,
.type02_s023 .u-slider .slick-prev::before,
.type02_s023 .u-carousel .carousel-next::before,
.type02_s023 .u-carousel .carousel-prev::before {
  color: #fff;
}
.type02_s023.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.type02_s023 .slide-effect.slick-initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}
/* type02_s024 */
.type02_s024 {
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  overflow: hidden;
}
.type02_s024 button {
  border: none;
}
.type02_s024 .nav-bar {
  width: 100%;
  padding: 0 27px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px dotted #d8d8d8;
  box-sizing: border-box;
}
.type02_s024 .nav-tabs {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
}
.type02_s024 .nav-prev,
.type02_s024 .nav-next {
  position: absolute;
  top: calc(50% - 12px);
  font-size: 0;
  line-height: 0;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  border-radius: 50%;
  background-color: rgba(242, 242, 242, 0);
}
.type02_s024 .nav-prev {
  left: 0;
}
.type02_s024 .nav-next {
  right: 0;
}
.type02_s024 .nav-prev:hover,
.type02_s024 .nav-next:hover {
  background-color: rgba(242, 242, 242, 1);
}
.type02_s024 .nav-prev::before,
.type02_s024 .nav-next::before {
  font-family: 'icon_01';
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #868686;
  opacity: 1;
}
.type02_s024 .nav-prev::before {
  content: '\f104';
}
.type02_s024 .nav-next::before {
  content: '\f105';
}
.type02_s024 .nav-item {
  position: relative;
  width: 128px;
  padding: 0 12px;
  display: block;
  font-size: 15px;
  color: #868686;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.type02_s024 .nav-item a {
  display: block;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  text-align: center;
  color: #868686;
}
.type02_s024 .nav-item.active,
.type02_s024 .nav-item.active a {
  color: #F28900;
  font-weight: bold;
}
.type02_s024 .nav-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: 2px solid #f28900;
}
.type02_s024 .img-wrap {
  position: relative;
  margin: 0 auto 8px;
  width: 133px;
  height: 133px;
}
.type02_s024 .img-wrap img {
  display: block;
  width: 133px;
  height: 133px;
  aspect-ratio: 1/1;
}
.type02_s024 .badge-icon .badge {
  width: 20px;
  height: 20px;
}
.type02_s024 .badge-icon .badge.sign-01 {
  background-size: 16px;
}
.type02_s024 .badge-icon .badge.sign-02 {
  background-size: 25px;
}
.type02_s024 .badge-icon .badge.sign-03 {
  background-size: 16px;
}
.type02_s024 .badge-icon .badge.sign-04 {
  background-size: 14px;
}
.type02_s024 .content-wrap {
  padding: 0 51px;
  min-height: 206px;
  box-sizing: border-box;
}
.type02_s024 .item-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.type02_s024 .item-list .item {
  width: 133px;
  display: flex;
  flex-direction: column;
}
.type02_s024 .prod-name a {
  margin-bottom: 6px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  color: #333;
  height: 1.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.type02_s024 .prod-name a:hover {
  color: #f28900;
}
.type02_s024 .item-change-state {
  position: relative;
  min-height: 37px;
  max-width: 133px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: auto auto 0;
}
.type02_s024 .item-change-state .btns {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  column-gap: 5px;
}
.type02_s024 .u-btn-icon {
  cursor: pointer;
  border: 1px solid transparent;
}
.type02_s024 i.icon-heart::before {
  color: #FF6666;
}
.type02_s024 i.icon-bell-alt::before {
  color: #FF6666;
}
.type02_s024 .prod-price {
  font-size: 13px;
  margin-bottom: 0;
}
.type02_s024 .prod-price strong {
  font-weight: 600;
  font-size: 15px;
  color: #D0021B;
}
.type02_s024 .carousel {
  position: relative;
}
.type02_s024 .switch.swleft,
.type02_s024 .switch.swright {
  top: 45%;
  text-indent: -9999px
}
.type02_s024 .switch.swright {
  right: -50px;
}
.type02_s024 .switch.swleft {
  left: -50px;
}
.type02_s024 .carousel-inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: baseline;
  justify-content: space-between;
}
.type02_s024 .carousel-flex {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.type02_s024 .container {
  display: inline-flex;
  flex-wrap: nowrap;
  column-gap: 10px;
}
.type02_s024 .tab-content {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}
/* loading */
.pop-loading {
  z-index: 99999;
  position: fixed;
  width: 136px;
  height: 136px;
  top: 40%;
  left: 50%;
  margin-left: -68px;
  margin-top: -68px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pop-loading img {
  width: 124px;
  height: 124px;
  display: block;
  margin: 6px auto;
}
/* pop-addprod-win */
.pop-addprod-win,
.pop-addprod-win.win {
  width: 950px;
  top: 20px;
  left: 50%;
  margin-left: -475px;
  overflow: hidden;
  color: #2a2a2a;
  font-size: 15px;
  line-height: 1.5em;
  z-index: 99999;
  position: fixed;
}
.pop-addprod-win.win {
  z-index: 999999;
}
.pop-addprod-win .container-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.pop-addprod-win .container-table .table-tr {
  display: table-row;
}
.pop-addprod-win .container-table .table-td {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.pop-addprod-win .back-to-top {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  position: absolute;
  right: 15px;
  bottom: 25px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  z-index: 999;
  background-color: rgba(42, 42, 42, 0.5);
  -webkit-backface-visibility: hidden;
  transition: all 300ms ease;
  display: none;
}
.pop-addprod-win .back-to-top i {
  display: block;
  font-size: 16px;
  margin: 8px auto;
}
.pop-addprod-win .back-to-top i:before {
  width: 12px;
  border-top: 2px solid #fff;
  padding-top: 3px;
  opacity: 1;
}
.pop-addprod-win .mod {
  margin-bottom: 10px;
}
.pop-addprod-win .fbar {
  width: 100%;
  min-height: 45px;
  text-align: center;
  margin: 0px;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop-addprod-win .fbar a {
  text-decoration: none;
}
.pop-addprod-win .fbar .bt_orange {
  position: relative;
}
.pop-addprod-win .fbar .bt_gray {
  background-color: #e4e4e4;
  color: #2a2a2a;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  width: 100px;
  height: 45px;
  margin-right: 10px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 2px #a4a4a4;
  border: none;
}
.pop-addprod-win .fbar .bt_orange {
  background-color: #f28900;
  color: #2a2a2a;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 2px #a4a4a4;
  border: none;
}
.pop-addprod-win .panel-heading {
  position: relative;
  color: #333333;
  font-weight: bold;
  text-align: left;
  line-height: 1.75em;
  min-height: 1.75em;
  padding: 9px 16px;
  background-color: #fff;
  border-bottom: 1px solid #E4E4E4;
}
.pop-addprod-win .panel-heading .cart-summary {
  font-size: 13px;
  color: #666;
  font-weight: normal;
  margin-left: 30px;
}
.pop-addprod-win .panel-heading .cart-summary em {
  margin: 0 6px;
  padding: 2px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
  align-items: center;
  border-radius: 15px;
  background-color: #f8a721;
}
.pop-addprod-win .addprod-wrap {
  height: 79vh;
  padding: 10px;
  overflow: hidden;
  background-color: #fff;
}
.pop-addprod-win .panel-heading .btn-close {
  position: absolute;
  top: 3px;
  right: 0;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.pop-addprod-win .panel-heading i.icon-fail::before {
  font-weight: bold;
}
/* pop-prodstatus */
.pop-prodstatus {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  filter: blur(0);
  z-index: 9999;
  display: none;
}
.pop-prodstatus .pop-ctn {
  width: 300px;
  padding: 10px 20px;
  line-height: 28px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.65);
}
/* pop-evaluate-dialog */
.m115.u-pop-win {
  position: fixed;
  top: 30%;
  right: 0px;
  left: 40%;
  z-index: 1000000;
}
.m115.u-pop-win.text {
  left: 35%;
}
.m115 b {
  font-weight: bold;
}
.m115 a {
  color: #2c62c2;
}
.m115 .text-left {
  text-align: left;
}
.m115 .text-center {
  text-align: center;
}
.m115 .text-right {
  text-align: right;
}
.m115 .btn-group {
  display: flex;
  align-items: center;
}
.m115 .btn-group.row-left {
  justify-content: left;
}
.m115 .btn-group.row-center {
  justify-content: center;
}
.m115 .btn-group.row-right {
  justify-content: right;
}
.m115 .btn-group.row-left>:not(:first-child) {
  margin-left: 8px;
}
.m115 .btn-group.row-right>:not(:last-child) {
  margin-right: 8px;
}
.m115 .content .description {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #000000;
  margin-bottom: 24px;
}
.m115 .content .description.px-10 {
  padding: 0px 10px;
}
.m115 .type02_btn14.btn-01 {
  min-width: 80px;
}
.m115 .u-pop-ctn {
  width: 280px;
  min-height: auto;
  padding: 32px 24px;
  border-radius: 5px;
  background-color: #FAFAFA;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.m115.type-04 .u-pop-ctn {
  width: 560px;
  height: 400px;
}
.m115.type-01 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m115.type-01 .content .main-img-box {
  width: 72px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 24px;
}
.m115.type-01 .content .main-img-box img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.m115.type-02 .content .description {
  margin-bottom: 42px;
}
.m115.type-03 .content .description {
  margin-bottom: 69px;
}
.m115.type-03 .rating-box {
  margin: 4px 0px;
}
.m115.type-03 .rating-box fieldset.rating,
.m115.type-03 .rating-box fieldset.rating label {
  margin: 0;
  padding: 0;
}
.m115.type-03 .rating-box .rating {
  border: none;
  float: left;
}
.m115.type-03 .rating-box .rating>input {
  display: none;
}
.m115.type-03 .rating-box .rating>label:before {
  margin: 0 5px;
  font-size: 20px;
  font-family: "icon_01";
  display: inline-block;
  content: "\e808";
}
.m115.type-03 .rating-box .rating>.half:before {
  content: "\e84d";
  position: absolute;
}
.m115.type-03 .rating-box .rating>label {
  color: #ccc;
  float: right;
}
.m115.type-03 .rating-box .rating>input:checked~label,
.m115.type-03 .rating-box .rating:not(:checked)>label:hover,
.m115.type-03 .rating-box .rating:not(:checked)>label:hover~label {
  color: #FDCE11;
}
.m115.type-03 .rating-box .rating>input:checked+label:hover,
.m115.type-03 .rating-box .rating>input:checked~label:hover,
.m115.type-03 .rating-box .rating>label:hover~input:checked~label,
.m115.type-03 .rating-box .rating>input:checked~label:hover~label {
  color: #ffda43;
}
.m115.type-03 .rating-box .rating-set {
  position: relative;
}
.m115.type-03 .rating-box .rating-set span {
  line-height: 43px;
  display: inline-block;
}
.m115.type-03 .bui-star::before,
.m115.type-03 .bui-star::after,
.m115.type-03 .bui-stars.star-s .bui-star::before,
.m115.type-03 .bui-stars.star-s .bui-star::after {
  font-size: 20px;
}
.m115.type-04 textarea.form-element {
  width: calc(100% - 24px);
  height: 229px;
  resize: none;
  margin-top: 8px;
  padding: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 12px;
}
.m115.type-04 textarea.form-element::placeholder {
  color: #AAAAAA;
  font-size: 15px;
  line-height: 22px;
}
/* panel-title */
.pop-addprod-win .panel-title {
  background-color: #f2f2f2;
  margin-bottom: 10px;
  padding: 5px 15px;
  color: #5a5a5a;
  font-weight: bold;
  line-height: 1.5em;
}
/*mod-addprod-01*/
.mod-addprod-01 {
  margin-bottom: 20px;
  font-size: 13px;
}
.mod-addprod-01 .table-td:first-child {
  width: 280px;
}
.mod-addprod-01 .table-td:last-child {
  padding-left: 10px;
}
.mod-addprod-01 .badge-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-addprod-01 .category-icon .sign-ebook,
.mod-addprod-01 .category-icon .sign-emag {
  width: 134px;
  height: 25px;
}
.mod-addprod-01 h4 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5em;
  color: #333;
}
.mod-addprod-01 .price {
  margin-bottom: 15px;
  font-size: 13px;
  color: #6c6c6c;
}
.mod-addprod-01 .price strong {
  color: #fe2828;
  font-size: 22px;
  font-weight: bold;
}
.mod-addprod-01 del {
  text-decoration: line-through;
}
.mod-addprod-01 .select-quantity {
  float: left;
  margin-right: 10px;
}
.mod-addprod-01 .shoppingcar {
  width: 165px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  padding-left: 25px;
  border: none;
  cursor: pointer;
  color: #000;
  text-align: center;
  font-size: 13px;
  user-select: none;
  background: url("https://jci.book.com.tw/css/books/myaccount/images/shoppingcar.jpg") no-repeat;
}
.mod-addprod-01 .transport {
  padding-top: 5px;
  font-size: 13px;
  color: #666666;
  border-top: 1px dotted #bdbdbd;
}
.mod-addprod-01 .transport h5 {
  font-size: 13px;
  color: #666666;
  margin-bottom: 2px;
}
.mod-addprod-01 .transport li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.mod-addprod-01 .transport li:last-child {
  margin-bottom: 0;
}
.mod-addprod-01 .transport .icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.mod-addprod-01 .transport .icon.icon-1 {
  background: url("https://jci.book.com.tw/img/books/shopping_cart/transport_icon1.jpg") no-repeat 0 0;
}
.mod-addprod-01 .transport .icon.icon-2 {
  background: url("https://jci.book.com.tw/img/books/shopping_cart/transport_icon2.jpg") no-repeat 0 0;
}
.mod-addprod-01 .btn-wrap {
  line-height: 35px;
  margin-bottom: 25px;
}
.mod-addprod-01 label {
  margin-right: 5px;
  display: inline-block;
  float: left;
  color: #666;
}
.mod-addprod-01 .btn {
  margin-right: 10px;
  padding: 0 10px;
  color: #2a2a2a;
  display: inline-block;
  float: left;
  text-align: center;
  border-radius: 2px;
}
.mod-addprod-01 .btn.buy {
  min-width: 60px;
  border: 1px solid #ffda46;
  background-color: #ffda46;
  font-size: 13px;
  cursor: pointer;
}
.mod-addprod-01 .btn.disabled {
  font-size: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #2a2a2a;
  cursor: not-allowed;
}
.mod-addprod-01 .one-text {
  display: inline-block;
  float: left;
  color: #666;
}
/*mod-addprod-02*/
.mod-addprod-02 {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
}
.mod-addprod-02 a,
.mod-addprod-02 a:link {
  color: #F28900;
}
.mod-addprod-02 .mod-free {
  position: relative;
  padding: 0 15px;
  overflow: hidden;
  line-height: 1.75em;
  color: #333;
  text-align: left;
}
.mod-addprod-02 .mod-free img {
  max-width: 100%;
  font-size: 0;
  vertical-align: bottom;
}
.mod-addprod-02 .mod-free strong {
  font-weight: bold;
}
.mod-addprod-02 .list-disc {
  padding-left: 15px;
}
.mod-addprod-02 ul.list-disc li {
  margin-left: 15px;
  margin-bottom: 3px;
  list-style: disc;
  line-height: 1.7em;
}
.mod-addprod-02 .video-container {
  position: relative;
  padding-bottom: 50%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.mod-addprod-02 .video-container iframe,
.mod-addprod-02 .video-container object,
.mod-addprod-02 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%; */
  width: 640px;
  height: 360px;
  border: 0 none;
}
/*mod-addprod-03*/
.mod-addprod-03 {
  margin-bottom: 15px;
}
.mod-addprod-03 a,
.mod-addprod-03 a:link {
  color: #F28900;
}
.mod-addprod-03 h5 {
  font-weight: bold;
  padding: 0 8px;
}
.mod-addprod-03 ul {
  margin-bottom: 15px;
  padding: 0 15px;
}
.mod-addprod-03 ul:last-child {
  margin-bottom: 0;
}
.mod-addprod-03 ul li {
  line-height: 1.7em;
}
.mod-addprod-03 ul li:last-child {
  margin-bottom: 0;
}
.mod-addprod-03 ul.list-disc li,
.mod-addprod-03 ul.list-decimal li {
  margin-left: 20px;
  margin-bottom: 5px;
  line-height: 1.7em;
}
.mod-addprod-03 ul.list-disc li {
  list-style: disc;
}
.mod-addprod-03 ul.list-decimal li {
  list-style: decimal;
}
.mod-addprod-03 ul li:last-child,
.mod-addprod-03 ul.list-disc li:last-child,
.mod-addprod-03 ul.list-decimal li:last-child {
  margin-bottom: 0;
}
.mod-addprod-03 ul.info-img img {
  max-width: 100%;
}
/*mod-addprod-06*/
.mod-addprod-06 {
  text-align: center;
}
.mod-addprod-06 a,
.mod-addprod-06 a:link {
  color: #333;
  text-decoration: none;
}
.mod-addprod-06 p {
  width: 120px;
  margin: 0 auto;
  font-size: 13px;
  text-align: left;
  line-height: 1.5em;
}
.mod-addprod-06 .price {
  color: #666;
  font-size: 13px;
  margin-top: 5px;
}
.mod-addprod-06 .price em {
  color: #D93800;
}
.mod-addprod-06 ul {
  width: 100%;
}
.mod-addprod-06 li {
  position: relative;
  width: 100%;
  padding: 15px 10px 10px;
}
.mod-addprod-06 li.active {
  background-color: #fff;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.349019607843137);
}
.mod-addprod-06 li.active:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 5px solid #f28900;
}
.mod-addprod-06 li img {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
  vertical-align: bottom;
}
.mod-addprod-06 .num {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  right: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #ea6369;
}
/*---------------------------------------------------------------------- m mod*/
/*m001*/
.type02_m001 {
  color: #333;
  position: relative;
}
.type02_m001 h3 {
  float: left;
}
.type02_m001 ul {
  margin-bottom: 10px;
  height: 18px;
  line-height: 1.38;
  font-size: 93%;
  overflow: hidden;
}
.type02_m001 li {
  display: inline;
  border-left: 1px solid;
}
.type02_m001 li.first {
  border: none;
}
.type02_m001 li a {
  margin: 0 0 0 5px;
}
/*m002*/
.type02_m002 .scroll-pane {
  width: 100%;
  height: 140px;
  overflow: auto;
}
.type02_m002 .horizontal-only {
  height: auto;
  max-height: 140px;
}
.type02_m002 ul {
  height: 140px;
  overflow: auto;
}
.type02_m002 li {
  margin: 0 0 10px 0;
  padding: 0 5px 0 30px;
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
  background: url(images/sp_type02_icon1.png) no-repeat -280px -847px;
}
/*m003*/
.type02_m003 li {
  width: 790px;
  margin-bottom: 10px;
}
.type02_m003 li.last,
.type02_m003 li:last-child {
  margin-bottom: 0;
}
/*m004*/
.type02_m004 li {
  float: left;
  margin-right: 10px;
  *margin-right: 6px;
}
.type02_m004 li.last {
  margin-right: 0;
}
.type02_m004 .ban {
  width: 190px;
  height: 120px;
}
/*m007*/
.type02_m007 .cont {
  margin-left: 150px;
  margin-right: 5px;
}
.type02_m007 .txt_cont {
  width: 380px;
  height: 59px;
  margin: 0 auto 10px;
  overflow: hidden;
  color: #666666;
  line-height: 1.5;
}
.type02_m007 .cover {
  width: 140px;
  height: 140px;
  float: left;
  margin-bottom: 8px;
}
.type02_m007 h4 {
  max-height: 71px;
  _height: 70px;
  line-height: 1.38;
  font-weight: bold;
  overflow: hidden;
}
.type02_m007 .list {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  line-height: 1.38;
}
.type02_m007 .list li {
  /*display: inline;*/
  line-height: 1.5;
  height: 18px;
  overflow: hidden;
  margin-bottom: 2px;
}
.type02_m007 .list li a {
  color: #666;
}
.type02_m007 .star dfn {
  line-height: 1.5;
}
.type02_m007 p.more {
  text-align: right;
  line-height: 22px;
  height: 22px;
  font-size: 93%;
  margin-bottom: 5px;
}
/*m008*/
.type02_m008 .box_1 {
  background: url(images/bg_gray_1px.gif) repeat-y 100%;
}
.type02_m008 .box_1,
.type02_m008 .box_2 {
  height: 222px;
  overflow: hidden;
}
.type02_m008 .txt_cont {
  line-height: 1.4;
  height: 167px;
  overflow: hidden;
  color: #666666;
  text-align: justify;
}
.type02_m008 .cover {
  width: 140px;
  height: 140px;
  margin-bottom: 8px;
}
.type02_m008 .special_border_div {
  height: 140px;
  width: 140px;
}
.type02_m008 h4 {
  width: 140px;
  height: 36px;
  line-height: 1.38;
  font-weight: bold;
  overflow: hidden;
}
.type02_m008 h5 {
  color: #333;
  margin-bottom: 15px;
  line-height: 1.38;
  height: 34px;
  overflow: hidden;
}
.type02_m008 .msg {
  width: 140px;
}
.type02_m008 .msg a {
  color: #666;
}
.type02_m008 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m008 .msg strong {
  color: #fe2828;
}
.type02_m008 .msg b {
  font-weight: bold;
}
/*m010*/
.type02_m010 .cover {
  width: 180px;
  height: 180px;
  margin-bottom: 8px;
  text-align: right;
}
.type02_m010 .special_border_a {
  display: inline-block;
}
.type02_m010 .special_border_div {
  height: 180px;
  width: 180px;
}
.type02_m010 h4 {
  width: 180px;
  height: 35px;
  margin-left: 10px;
  margin-bottom: 2px;
  line-height: 1.38;
  font-weight: bold;
  text-align: left;
  overflow: hidden;
}
.type02_m010 h5 {
  margin-bottom: 15px;
  line-height: 1.38;
  height: 19px;
  overflow: hidden;
}
.type02_m010 .box_1 {
  text-align: right;
}
.type02_m010 .txt_cont {
  line-height: 20px;
  height: 222px;
  overflow: hidden;
  color: #666666;
  letter-spacing: 1px;
  text-align: justify;
}
.type02_m010 .msg {
  margin-left: 10px;
  text-align: left;
}
.type02_m010 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m010 .msg a {
  color: #666;
}
.type02_m010 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m010 .msg strong {
  color: #fe2828;
}
.type02_m010 .msg b {
  font-weight: bold;
}
/*m012*/
.type02_m012 h3 span {
  margin: 0 2px;
  color: #000;
  font-size: 85%;
  font-weight: normal;
}
.type02_m012 h3 em {
  color: #f28900;
}
.type02_m012 h4 {
  margin-bottom: 5px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.38;
}
.type02_m012 .item {
  margin: 0 0 24px 10px;
  position: relative;
  line-height: 1.38;
  height: 160px;
  overflow: hidden;
}
.type02_m012 .msg {
  margin-left: 170px;
  padding-right: 135px;
}
.type02_m012 .list {
  line-height: 1.53;
  position: relative;
  overflow: hidden;
}
.type02_m012 .list a {
  color: #666;
}
.type02_m012 .review .member_name {
  float: left;
  margin-right: 10px;
}
.type02_m012 .review .member_name a {
  color: #666666;
}
.type02_m012 .review .star {
  float: left;
}
.type02_m012 .star dfn {
  line-height: 1.53;
}
.type02_m012 img.cover {
  width: 160px;
  height: 160px;
  float: left;
}
.type02_m012 .price_box {
  width: 125px;
  *width: 130px;
  position: absolute;
  top: 0;
  right: 0;
}
.type02_m012 .price {
  font-weight: normal;
  color: #666;
}
.type02_m012 .price strong {
  color: #FE2828;
  font-size: 116%;
  font-weight: bold;
}
.type02_m012 .item .txt_cont {
  margin-top: 5px;
  line-height: 1.4;
  height: 56px;
  text-align: justify;
  overflow: hidden;
}
/*m014*/
.type02_m014 {
  position: relative;
}
.type02_m014 .switch {
  top: 160px;
}
.type02_m014 .box {
  width: 715px;
  margin: 0 auto;
  text-align: center;
}
.type02_m014 .item {
  width: 170px;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 1.38;
  padding-bottom: 15px;
}
.type02_m014 .last {
  margin-right: 0;
}
.type02_m014 .type02_bd-a {
  width: 150px;
}
.type02_m014 .cover {
  width: 170px;
  height: 170px;
  margin-bottom: 10px;
}
.type02_m014 h4 {
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}
.type02_m014 .txt_cont {
  text-align: justify;
  height: 34px;
  overflow: hidden;
}
.type02_m014 .msg a {
  color: #666;
}
.type02_m014 .msg li {
  height: 18px;
  overflow: hidden;
}
.type02_m014 .stitle {
  text-align: center;
  padding-bottom: 17px;
  background: url(images/s_title_line.gif) no-repeat center bottom;
}
.type02_m014 .stitle p {
  width: 140px;
  height: 18px;
  line-height: 1.38;
  margin: 0 auto;
  overflow: hidden;
}
/*m017 m036*/
.type02_m017,
.type02_m036 {
  position: relative;
}
.type02_m017 .star.star-s .stars {
  width: 80px;
}
.type02_m017 .switch {
  top: 160px;
}
.type02_m036 .switch {
  top: 317px;
}
.type02_m073 .switch {
  top: 85px;
}
.type02_m036.fix_height02 .switch {
  top: 240px;
}
.type02_m017 .box,
.type02_m036 .box {
  width: 715px;
  margin: 0 auto;
  text-align: center;
}
.type02_m036.fix_height01 .box {
  height: 633px;
}
.type02_m036.fix_height02 .box {
  height: 484px;
}
.type02_m017 .item,
.type02_m036 .item {
  width: 135px;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 1.38;
  padding-bottom: 25px;
}
.type02_m017 .last,
.type02_m036 .last {
  margin-right: 0;
}
.type02_m017 .type02_bd-a,
.type02_m036 .type02_bd-a {
  width: 135px;
}
.type02_m017 .cover,
.type02_m036 .cover {
  width: 135px;
  height: 135px;
  margin-bottom: 5px;
}
.type02_m017 h4,
.type02_m036 h4 {
  margin-bottom: 5px;
  font-weight: bold;
  height: 34px;
  overflow: hidden;
}
.type02_m017 .txt_cont,
.type02_m036 .txt_cont {
  margin-top: 3px;
  text-align: left;
  letter-spacing: 1px;
  height: 35px;
  overflow: hidden;
}
.type02_m017 .msg,
.type02_m036 .msg {
  min-height: 36px;
}
.type02_m017 .msg a,
.type02_m036 .msg a {
  color: #666;
}
.type02_m017 .msg li,
.type02_m036 .msg li {
  height: 18px;
  overflow: hidden;
}
.type02_m017 .stitle,
.type02_m036 .stitle {
  text-align: center;
  padding-bottom: 17px;
  background: url(images/s_title_line.gif) no-repeat center bottom;
}
.type02_m017 .stitle p,
.type02_m036 .stitle p {
  width: 120px;
  line-height: 1.38;
  height: 18px;
  margin: 0 auto;
  overflow: hidden;
}
/*m019*/
.type02_m019 .wrap {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}
.type02_m019 h3 span {
  margin: 0 2px;
  color: #000;
  font-size: 85%;
  font-weight: normal;
}
.type02_m019 h3 em {
  color: #f28900;
}
.type02_m019 h4 {
  margin-bottom: 5px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.38;
}
.type02_m019 .item {
  margin-right: 30px;
  float: left;
  width: 170px;
  text-align: center;
}
.type02_m019 .item.last {
  margin-right: 0;
  clear: right;
}
.type02_m019 img.cover {
  width: 170px;
  height: 170px;
  margin-bottom: 5px;
}
.type02_m019 .price strong {
  color: #FE2828;
  font-size: 116%;
  font-weight: bold;
}
.type02_m019 .list {
  line-height: 1.53;
  position: relative;
  overflow: hidden;
}
.type02_m019 .list a {
  color: #666;
}
.type02_m019 .list .info span,
.type02_m019 .list .review,
.type02_m019 .txt_cont,
.type02_m019 .price .set1,
.type02_m019 .price .set3 {
  display: none;
}
.type02_m019 .hr {
  clear: both;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  width: 100%;
}
/*m020*/
.type02_m020 .search {
  border: 1px solid #bbbbbb;
  padding: 4px 5px;
  width: 250px;
}
.type02_m020 .type02_btn08:hover {
  text-decoration: none;
}
.type02_m020 .here {
  font-weight: bold;
}
.type02_m020 a {
  text-decoration: none;
}
.type02_m020 a:hover {
  text-decoration: underline;
}
.type02_m020 table {
  width: 100%;
  border-top: 1px dotted #aaa;
  border-width: 1px 0 0;
}
.type02_m020 th label {
  font-weight: normal;
}
.type02_m020 th,
.type02_m020 td {
  padding: 5px;
  line-height: 2;
  border-bottom: 1px dotted #aaa;
}
.type02_m020 th {
  width: 20%;
  font-weight: normal;
  text-align: right;
  background: #eee;
}
.type02_m020 th a {
  text-decoration: underline;
  color: #d93800;
}
.type02_m020 td {
  width: 80%;
  padding-left: 10px;
  background: #fff;
}
.type02_m020 span {
  margin: 0 10px;
}
.type02_m020 span.here {
  font-weight: bold;
  color: #d93800;
}
.type02_m020 .here a {
  color: #d93800;
}
/*m021*/
.type02_m021 .group {
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.type02_m021 ul {
  position: relative;
  overflow: hidden;
  margin: 10px auto 0;
  width: 100%;
}
.type02_m021 li {
  width: 182px;
  float: left;
  display: inline;
  padding-left: 15px;
  position: relative;
}
.type02_m021 .hr {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 0;
  height: 10px;
  line-height: 0;
}
.type02_m021 .title strong {
  padding: 2px 8px;
  text-align: center;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  background: #bbbbbb;
}
.type02_m021 li em {
  width: 10px;
  text-align: center;
  left: 0;
  top: -0px;
  font-weight: bold;
  font-family: PMingLiU, "taipei";
  color: #333;
  display: block;
  position: absolute;
}
.type02_m021 .set_color {
  background: #f5f5f5;
}
/*m032*/
.type02_m032 .cover {
  width: 150px;
  height: 150px;
}
.type02_m032 .sub_1 ul li {
  float: left;
  margin-right: 10px;
  *margin-right: 6px;
}
.type02_m032 .sub_1 ul li.last {
  margin-right: 0;
}
.type02_m032 h4 {
  margin-bottom: 3px;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m032 .txt_cont {
  line-height: 1.38;
  height: 51px;
  overflow: hidden;
}
.type02_m032 .sub_2 ul li {
  padding-left: 15px;
  height: 25px;
  overflow: hidden;
  line-height: 2.08;
  font-size: 93%;
  background: url(images/sp_type02_icon1.png) no-repeat -491px -740px;
}
/*m033*/
.type02_m033 h4 {
  font-weight: bold;
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
  margin: 5px 0 3px;
}
.type02_m033 .item ul li {
  padding-left: 15px;
  height: 22px;
  overflow: hidden;
  line-height: 2;
  font-size: 93%;
  background: url(images/sp_type02_icon1.png) no-repeat -492px -740px;
}
.type02_m033 .item {
  width: 150px;
  float: left;
  margin-right: 10px;
}
.type02_m033 .last {
  margin-right: 0;
}
.type02_m033 .cover {
  width: 150px;
  height: 150px;
}
/*m034*/
.type02_m034 .sub_1 {
  text-align: right;
}
.type02_m034 .sub_1 .ban {
  width: 246px;
  height: 164px;
}
.type02_m034 ul {
  margin: 0 auto;
  width: 478px;
}
.type02_m034 li {
  float: left;
  margin-right: 26px;
  width: 142px;
  text-align: center;
}
.type02_m034 li .cover {
  width: 142px;
  height: 142px;
}
.type02_m034 li.last {
  margin-right: 0;
}
.type02_m034 p {
  line-height: 2.2;
  height: 23px;
  overflow: hidden;
}
/*m035 m072*/
.type02_m035 .item,
.type02_m072 .item {
  float: left;
  width: 150px;
  height: 325px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.38;
}
.type02_m035 .item.last,
.type02_m072 .item.last {
  margin-right: 0;
}
.type02_m035 .type02_bd-a,
.type02_m072 .type02_bd-a {
  width: 140px;
}
.type02_m035 .cover,
.type02_m072 .cover {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
.type02_m035 .msg a,
.type02_m072 .msg a {
  color: #666;
}
.type02_m035 .msg li,
.type02_m072 .msg li {
  height: 18px;
  line-height: 1.38;
  overflow: hidden;
}
.type02_m035 .msg li.date,
.type02_m072 .msg li.date {
  max-height: 35px;
  height: auto;
}
.type02_m035 h4,
.type02_m072 h4 {
  font-weight: bold;
  height: 35px;
  margin-bottom: 3px;
  overflow: hidden;
}
/*m035-stitle*/
.type02_m035 .stitle,
.type02_m072 .stitle {
  height: 37px;
  background: url(images/s_title_line.gif) no-repeat center bottom;
}
.type02_m035 .stitle p,
.type02_m072 .stitle p {
  position: relative;
  line-height: 20px;
  height: 24px;
  overflow: hidden;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.type02_m035 .stitle .no,
.type02_m072 .stitle .no {
  line-height: 20px;
  font-weight: normal;
  font-size: 153.8%;
  font-style: italic;
  color: #6F9B10;
}
.type02_m035 .stitle .no_list .no,
.type02_m072 .stitle .no_list .no {
  position: absolute;
  top: 3px;
  left: 75px;
}
.type02_m035 .stitle .symbol,
.type02_m072 .stitle .symbol {
  text-indent: -9999px;
  vertical-align: middle;
  display: inline-table;
  *display: inline-block;
}
.type02_m035 .stitle .symbol.icon_01,
.type02_m072 .stitle .symbol.icon_01 {
  width: 22px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 52px;
  background: url(images/sp_type02_icon1.png) no-repeat -582px -693px;
}
.type02_m035 .stitle .symbol.icon_02,
.type02_m072 .stitle .symbol.icon_02 {
  width: 16px;
  height: 20px;
  background: url(images/sp_type02_icon1.png) no-repeat -688px -646px;
}
.type02_m035 .stitle .symbol.icon_03,
.type02_m072 .stitle .symbol.icon_03 {
  width: 16px;
  height: 20px;
  background: url(images/sp_type02_icon1.png) no-repeat -786px -595px;
}
.type02_m035 .stitle .symbol.icon_04,
.type02_m072 .stitle .symbol.icon_04 {
  width: 19px;
  height: 19px;
  background: url(images/sp_type02_icon1.png) no-repeat -382px -793px;
}
.type02_m035 .stitle .week_list em.txt,
.type02_m072 .stitle .week_list em.txt {
  font-size: 11px;
  height: 20px;
  overflow: hidden;
}
.type02_m035 .type02_btn02 {
  margin: 5px 0 10px;
}
.type02_m035 .type02_btn02.disabled {
  cursor: not-allowed;
  color: #757575;
}
.type02_m035 .type02_btn12 {
  margin: 5px 0 10px;
  min-width: 70px;
}
/*m037*/
.type02_m037 {
  position: relative;
}
.type02_m037 .switch {
  top: 115px;
}
.type02_m037 .box {
  width: 470px;
  margin: 0 auto 5px;
  text-align: center;
}
.type02_m037 .item {
  width: 150px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.type02_m037 .last {
  margin-right: 0;
}
.type02_m037 h4 {
  margin: 4px 0 3px;
  font-weight: bold;
  line-height: 1.38;
  height: 36px;
  overflow: hidden;
}
.type02_m037 .cover {
  width: 150px;
  height: 150px;
}
.type02_m037 .msg {
  color: #666;
}
.type02_m037 .msg a {
  color: #666;
}
.type02_m037 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
/*m038 | m040*/
.type02_m038 {
  margin-left: 6px;
}
.type02_m038 .bd {
  padding-right: 10px;
  padding-left: 5px;
}
.type02_m038 .cover {
  width: 110px;
  height: 110px;
  display: block;
}
.type02_m038 .number_a li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 28px;
  font-size: 100%;
  line-height: 1.38;
  height: 35px;
  overflow: hidden;
  background: url(images/number_a.gif) no-repeat;
}
.type02_m038 .number_a.h_free li {
  min-height: 35px;
  height: auto;
}
.type02_m038 .number_a li.first {
  height: 146px;
}
.type02_m038 .number_a li a {
  text-decoration: underline;
}
.type02_m038 .number_a li.r01,
.type02_m040 .number_a li.r01 {
  background-position: 0 0;
}
.type02_m038 .number_a li.r02,
.type02_m040 .number_a li.r02 {
  background-position: 0 -200px;
}
.type02_m038 .number_a li.r03,
.type02_m040 .number_a li.r03 {
  background-position: 0 -400px;
}
.type02_m038 .number_a li.r04,
.type02_m040 .number_a li.r04 {
  background-position: 0 -600px;
}
.type02_m038 .number_a li.r05,
.type02_m040 .number_a li.r05 {
  background-position: 0 -800px;
}
.type02_m038 .number_a li.r06,
.type02_m040 .number_a li.r06 {
  background-position: 0 -1000px;
}
.type02_m038 .number_a li.r07,
.type02_m040 .number_a li.r07 {
  background-position: 0 -1200px;
}
.type02_m038 .number_a li.r08,
.type02_m040 .number_a li.r08 {
  background-position: 0 -1400px;
}
.type02_m038 .number_a li.r09,
.type02_m040 .number_a li.r09 {
  background-position: 0 -1600px;
}
.type02_m038 .number_a li.r10,
.type02_m040 .number_a li.r10 {
  background-position: 0 -1800px;
  margin-bottom: 0;
}
/*m040*/
.type02_m040 {
  margin-left: 6px;
}
.type02_m040 .bd {
  padding-right: 0px;
  padding-left: 5px;
}
.type02_m040 .cover {
  width: 85px;
  height: 85px;
  margin-right: 10px;
  float: left;
  display: block;
}
.type02_m040 .number_a li p {
  height: 49px;
  margin-top: 33px;
  line-height: 1.38;
  font-size: 93%;
  overflow: hidden;
}
.type02_m040 p a {
  text-decoration: underline;
}
.type02_m040 .number_a li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
  font-size: 100%;
  line-height: 1.38;
  height: 85px;
  overflow: hidden;
  background: url(images/number_a.gif) no-repeat;
}
/*m043*/
.type02_m043 {
  position: relative;
  overflow: hidden;
  width: 790px;
  height: 250px;
}
.type02_m043 .banner {
  width: 790px;
  height: 250px;
  overflow: hidden;
  background: #333;
}
.type02_m043 .banner img {
  width: 790px;
  height: 250px;
}
.type02_m043 .cycle_btn_a {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.type02_m043 .cycle_btn_a .btn_a {
  height: 22px;
  float: left;
  background: url(images/cycle_btn_a_bg.png) repeat-x;
  _filter: alpha(opacity=90);
}
.type02_m043 .cycle_btn_a b.left {
  width: 5px;
  height: 22px;
  float: left;
  background: url(images/cycle_btn_a_left.png) no-repeat;
  /*  _background: none;
  _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='https://jci.book.com.tw/css/books/product/images/cycle_btn_a_left.png',sizingMethod='scale'); */
}
.type02_m043 .cycle_btn_a b.right {
  width: 5px;
  height: 22px;
  float: left;
  background: url(images/cycle_btn_a_right.png) no-repeat;
  /* _background: none;
  _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='https://jci.book.com.tw/css/books/product/images/cycle_btn_a_right.png',sizingMethod='scale'); */
}
.type02_m043 .cycle_btn_a li {
  width: 9px;
  height: 9px;
  margin: 8px 4px;
  float: left;
  cursor: pointer;
  background: url(images/cycle_btn_a_no.png) no-repeat;
  /* _background: none;
  _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='https://jci.book.com.tw/css/books/product/images/cycle_btn_a_no.png',sizingMethod='scale'); */
}
.type02_m043 .cycle_btn_a li.here {
  background: url(images/cycle_btn_a_here.png) no-repeat;
  /* _background: none;
  _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='https://jci.book.com.tw/css/books/product/images/cycle_btn_a_here.png',sizingMethod='scale'); */
}
.type02_m043 span {
  left: -9999px;
  position: absolute;
}
/*m044*/
.type02_m044 .sub_1,
.type02_m044 .sub_2 {
  height: 240px;
  overflow: hidden;
}
.type02_m044 .sub_1 .cover {
  width: 160px;
  height: 160px;
  margin-bottom: 8px;
}
.type02_m044 .sub_1 h4 {
  height: 36px;
  line-height: 18px;
  font-weight: bold;
  overflow: hidden;
}
.type02_m044 .box_1 {
  float: left;
  width: 160px;
}
.type02_m044 .sub_2 h4 {
  height: 54px;
  line-height: 18px;
  font-weight: bold;
  overflow: hidden;
}
.type02_m044 .sub_2 .cover {
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
}
.type02_m044 .sub_2 .item {
  float: left;
  width: 120px;
  margin-right: 10px;
}
.type02_m044 .sub_2 .last {
  margin-right: 0;
}
.type02_m044 .box_2 {
  float: left;
  width: 212px;
  padding: 0 10px 0 8px;
  _padding: 0 10px 0 4px;
  background: url(images/bg_gray_1px.gif) repeat-y 100%;
}
.type02_m044 h5 {
  margin-bottom: 22px;
  line-height: 18px;
  height: 38px;
  overflow: hidden;
}
.type02_m044 .txt_cont {
  line-height: 20px;
  height: 180px;
  overflow: hidden;
  color: #666666;
  text-align: justify;
}
.type02_m044 .msg a {
  color: #666;
}
.type02_m044 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m044 .msg strong {
  color: #D0021B;
}
.type02_m044 .msg b {
  font-weight: bold;
}
/*m045_2014_1124*/
.type02_m045 {
  position: relative;
}
.type02_m045 h2 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-align: left;
  font-size: 100%;
  color: #000;
  line-height: 1.5;
  border-bottom: 1px dotted #d8d8d8;
}
.type02_m045 .title {
  position: relative;
  height: 20px;
  border-bottom: 4px solid #e9e9e9;
  margin-bottom: 15px;
}
.type02_m045 h3 strong {
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0;
  text-align: left;
  font-size: 116%;
  font-weight: bold;
  color: #f28900;
  line-height: 22px;
  background: #fff;
  margin-left: 30px;
  padding: 0 9px;
  border-bottom: 4px solid #e9e9e9;
}
.type02_m045 .stitle {
  padding-bottom: 17px;
  background: url(images/s_title_line.gif) no-repeat center bottom;
}
.type02_m045 p {
  padding: 0 5px;
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m045 .switch {
  top: 325px;
}
.type02_m045 .box {
  padding: 0 30px;
  text-align: center;
}
.type02_m045 .box>ul {
  width: 100%;
}
.type02_m045 .item {
  width: 33%;
  float: left;
  padding: 0 0px 25px;
  text-align: center;
  line-height: 1.38;
}
.type02_m045 .type02_bd-a {
  padding: 0 5px;
}
.type02_m045 .cover {
  width: 150px;
  height: 150px;
  margin-bottom: 5px;
}
.type02_m045 .special_border_a {
  display: inline-block;
}
.type02_m045 .special_border_div {
  height: 150px;
  width: 150px;
}
.type02_m045 h4 {
  margin: 4px 0 3px;
  font-weight: bold;
  line-height: 1.38;
  height: 36px;
  overflow: hidden;
}
.type02_m045 .msg {
  color: #666;
}
.type02_m045 .msg a {
  color: #666;
}
.type02_m045 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
/*m046(cnt_page)*/
.type02_m046 {
  margin-top: 10px;
  padding: 7px 5px;
  *padding: 5px 5px 10px;
  /*ie7*/
  _padding: 5px 5px 11px;
  /*ie6*/
  text-align: center;
  vertical-align: middle;
  position: relative;
  /*ie6*/
  background-color: #eaeaea;
  clear: both;
}
.type02_m046 span {
  color: #9c0000;
  _vertical-align: middle;
}
.type02_m046 .page {
  font-size: 100%;
  *padding-top: 5px;
}
.type02_m046 .page a {
  margin: 0;
  /*margin: 0 -1px;*/
  border: 1px solid #d1d1d1;
  padding: 5px;
  text-decoration: none;
  color: #5a5a5a;
  background: #ffffff;
}
.type02_m046 .page a:visited {
  border: 1px solid #d1d1d1;
}
.type02_m046 .page a:hover {
  color: #ffffff;
  background: #333333;
}
.type02_m046 .page span.here {
  margin: 0 1px;
  padding: 5px;
  font-weight: bold;
  color: #ffffff;
  background: #333333;
  _vertical-align: middle;
}
.type02_m046 select {
  font-size: 100%;
  display: inline;
  border: 1px solid #d1d1d1;
  padding: 4px 2px;
  *margin-left: 3px;
  *vertical-align: middle;
}
.type02_m046 .page a.prv {
  margin: 0 6px 0px 4px;
  *padding: 8px 5px 2px;
  _padding: 5px;
}
.type02_m046 .page a.nxt {
  margin: 0 4px 0 6px;
  *padding: 8px 5px 2px;
  _padding: 5px;
}
/*m047*/
.type02_m047 {
  position: absolute;
  top: 30px;
  right: 0;
  line-height: 2;
  vertical-align: middle;
  _padding: 2px 0;
  vertical-align: middle;
}
.type02_m047 select {
  color: #000;
  border: 1px solid #b1b1b1;
  padding: 4px 5px;
}
/*m048 | m049*/
.type02_m048 li,
.type02_m049 li {
  display: table-cell;
  *display: inline;
  *float: left;
  vertical-align: middle;
}
.type02_m048 select,
.type02_m049 select {
  margin: 0 12px 0 0;
  padding: 4px 5px;
  width: 126px;
  color: #000;
  border: 1px solid #b1b1b1;
}
.type02_m048 select.width01,
.type02_m049 select.width01 {
  width: 168px;
}
/*m050*/
.type02_m050 {
  position: relative;
}
.type02_m050 .item {
  width: 150px;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 1.38;
  padding-bottom: 25px;
}
.type02_m050 .last {
  margin-right: 0;
}
.type02_m050 .type02_bd-a {
  width: 140px;
}
.type02_m050 .cover {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
.type02_m050 h4 {
  margin: 0 auto 5px;
  font-weight: bold;
  height: 36px;
  overflow: hidden;
}
.type02_m050 .txt_cont {
  text-align: justify;
  height: 51px;
  overflow: hidden;
}
.type02_m050 .msg {
  margin-bottom: 5px;
}
.type02_m050 .msg a {
  color: #666;
}
.type02_m050 .msg li {
  height: 17px;
  overflow: hidden;
}
.type02_m050 .stitle {
  padding-bottom: 17px;
  background: url(images/s_title_line.gif) no-repeat center bottom;
}
.type02_m050 .stitle p {
  width: 125px;
  margin: 0 auto;
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
/*m051*/
.type02_m051 a:hover {
  color: #f28900;
}
.type02_m051 .cover {
  width: 110px;
  height: 110px;
  display: block;
  margin-bottom: 3px;
}
.type02_m051 li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 26px;
}
.type02_m051 li em {
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #949494;
  display: block;
  text-align: right;
}
.type02_m051 li p {
  line-height: 1.38;
  max-height: 35px;
  overflow: hidden;
}
.type02_m051 li.first {
  max-height: 150px;
  overflow: hidden;
}
/*m052*/
.type02_m052 li {
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 1.38;
  color: #333333;
  background: url(images/sp_type02_icon1.png) no-repeat -491px -740px;
}
.type02_m052 li a {
  color: #333333;
  text-decoration: underline;
}
/*m047|m054*/
.type02_m047_m054_wrap {
  position: relative;
}
.type02_m047_m054_wrap .type02_m012 h3 {
  margin-bottom: 40px;
}
.type02_m047_m054_wrap .type02_m019 h3 {
  margin-bottom: 40px;
}
/*m054*/
.type02_m054 {
  position: absolute;
  top: 30px;
}
.type02_m054 .view_type {
  line-height: 2;
}
.type02_m054 .view_type li {
  _padding: 2px 0;
}
.type02_m054 .view_type li .type1 a,
.type02_m054 .view_type li .type1.here a {
  width: 22px;
  height: 18px;
  vertical-align: middle;
  background: url(images/sp_type02_icon1.png) no-repeat -800px -1050px;
}
.type02_m054 .view_type li .type1.here a {
  background: url(images/sp_type02_icon1.png) no-repeat -857px -1050px;
}
.type02_m054 .view_type li .type2 a,
.type02_m054 .view_type li .type2.here a {
  width: 22px;
  height: 18px;
  vertical-align: middle;
  background: url(images/sp_type02_icon1.png) no-repeat -879px -1050px;
}
.type02_m054 .view_type li .type2.here a {
  background: url(images/sp_type02_icon1.png) no-repeat -822px -1050px;
}
.type02_m054 .view_type li span a {
  width: 22px;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  text-indent: -1000px;
}
.type02_m054 .hr {
  clear: both;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  width: 100%;
}
/*m055*/
.type02_m055 {
  margin-top: 22px;
}
.type02_m055 li {
  margin-bottom: 10px;
}
.type02_m055 img {
  width: 190px;
  height: 120px;
}
/*m056*/
.type02_m056 h4 {
  padding-left: 15px;
  margin-bottom: 3px;
  line-height: 1.38;
  font-size: 100%;
  font-weight: bold;
  background: url(images/sp_type02_icon1.png) no-repeat -292px -847px;
}
.type02_m056 .bd {
  padding-left: 5px;
  padding-right: 5px;
}
.type02_m056 .info cite {
  margin-right: 10px;
}
.type02_m056 li {
  margin-bottom: 20px;
}
.type02_m056 li.last {
  margin-bottom: 0;
}
.type02_m056 .cont {
  padding-left: 15px;
  text-align: justify;
}
.type02_m056 .cont p {
  line-height: 1.8em;
}
.type02_m056 .cover {
  width: 180px;
  height: 120px;
  float: left;
  margin-left: 15px;
  font-size: 0;
}
.type02_m056 li.set_img .cont {
  margin-left: 190px;
}
.type02_m056 .more.on {
  padding-left: 15px;
  background: url(images/sp_type02_icon1.png) no-repeat -688px -147px;
}
.type02_m056 .more.off {
  padding-left: 15px;
  background: url(images/sp_type02_icon1.png) no-repeat -588px -197px;
}
/*m057*/
.type02_m057 {
  position: relative;
  line-height: 1.8em;
  color: #232323;
}
.type02_m057 h4 {
  margin-bottom: 10px;
  line-height: 1.38;
  font-size: 123.1%;
  font-weight: bold;
}
.type02_m057 .bd {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.type02_m057 .content {
  min-height: 300px;
  /* text-align: justify; */
}
.type02_m057 .content img {
  max-width: 750px;
}
.type02_m057 .content.more_off {
  height: 300px;
  max-height: 300px;
  overflow: hidden;
}
.type02_m057 .ft {
  margin-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
.type02_m057 p {
  margin-bottom: 15px;
}
.type02_m057 strong,
.type02_m057 p strong {
  font-weight: bold;
}
.type02_m057 pre {
  line-height: 1.8em;
  color: #232323;
}
.type02_m057 .more.on {
  padding-left: 15px;
  background: url(images/sp_type02_icon1.png) no-repeat -688px -147px;
}
.type02_m057 .more.off {
  padding-left: 15px;
  background: url(images/sp_type02_icon1.png) no-repeat -588px -197px;
}
/*m058*/
.type02_m058 {
  line-height: 1.8em;
  color: #232323;
}
.type02_m058 .bd {
  padding-left: 5px;
  padding-right: 5px;
}
.type02_m058 ul.sort {
  margin-top: 20px;
}
/*m059*/
.type02_m059 {
  line-height: 1.8em;
  color: #232323;
}
.type02_m059 h4 {
  margin-bottom: 10px;
  line-height: 1.38;
  font-size: 123.1%;
  font-weight: bold;
}
.type02_m059 .bd {
  padding-left: 5px;
  padding-right: 5px;
}
.type02_m059 .content {
  height: 260px;
  overflow: hidden;
}
.type02_m059 .ft {
  margin-top: 15px;
  padding-right: 5px;
  padding-left: 5px;
}
.type02_m059 p {
  margin-bottom: 15px;
}
.type02_m059 strong,
.type02_m059 p strong {
  font-weight: bold;
}
/*m060*/
.type02_m060 .item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  line-height: 2em;
  color: #333333;
}
.type02_m060 .cont {
  padding: 0 15px;
}
.type02_m060 h4 {
  margin: 0 0 0 5px;
  padding-left: 15px;
  font-weight: bold;
  font-size: 100%;
  line-height: 1.53;
  background: url(images/sp_type02_icon1.png) no-repeat -492px -742px;
}
.type02_m060 .item .box_1 {
  overflow: hidden;
}
.type02_m060 .item .box_2 {
  overflow: hidden;
  background: url(images/bg_gray_1px.gif) repeat-y;
}
.type02_m060 .item .box_2 img {
  max-width: 500px;
  height: auto;
  font-size: 0;
}
/*m061*/
.type02_m061 .bd {
  padding: 10px;
}
.type02_m061 .cnt_mod001 {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border: 1px solid #cfcfcf;
}
/*m061-title*/
.type02_m061 .title_002 {
  padding: 3px 8px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #5A5A5A;
  display: flex;
  align-items: center;
  border: none;
}
.type02_m061 .title_002 a {
  color: #5A5A5A;
  text-decoration: none;
}
.type02_m061 .title {
  color: #000000;
  height: 50px;
  padding-left: 10px;
  background: url(images/sp_type02_pic1.png) no-repeat 0 -450px;
}
.type02_m061 .title .cont {
  height: 50px;
  position: relative;
  overflow: hidden;
  background: url(images/sp_type02_pic1.png) no-repeat 100% -450px;
}
.type02_m061 .title .star {
  float: left;
  margin-top: 12px;
}
.type02_m061 .title .star .style_2 {
  margin-top: 7px;
  margin-right: 15px;
}
.type02_m061 .title .btn {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
.type02_m061 .title .type02_btn01 {
  margin-right: 5px;
}
.type02_m061 .title .star strong {
  color: #f28900;
  font-weight: bold;
}
/*m061-tag*/
.type02_m061 .tag {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #dadada;
}
.type02_m061 .tag li {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  font-size: 100%;
  border-right: 1px solid #333;
}
.type02_m061 .tag li a {
  white-space: nowrap;
  color: #333;
  z-index: 3;
}
.type02_m061 .tag li.here a {
  font-weight: bold;
  color: #f28900;
}
.type02_m061 .tag li.here b {
  display: block;
  position: absolute;
  bottom: -17px;
  left: 0;
  height: 7px;
  font-size: 0;
  line-height: 0;
  z-index: 999;
  width: 100%;
  /*   _width: expression(this.parentNode.clientWidth+"px"); */
  background: #fff url(images/sp_type02_tag1.gif) no-repeat 50% -297px;
}
.type02_m061 .tag li span {
  margin: 0 3px;
}
.type02_m061 .tag li.last {
  border-right: none;
}
.type02_m061 .tag li a:hover {
  color: #f28900;
}
.type02_m061 .tag .here a:hover {
  text-decoration: none;
}
.type02_m061 .tag li>div {
  display: block;
}
/*m061-review*/
.type02_m061 .review li.set {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
  _height: 1%;
}
.type02_m061 .review li.last .cont {
  border: none;
  padding-bottom: 0;
}
.type02_m061 .review li.set:last-child .cont {
  border: none;
/*  padding-bottom: 0;*/
}
.type02_m061 .review .msg {
  position: relative;
/*  overflow: hidden;*/
  color: #313131;
}
.type02_m061 .review .msg em {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: -22px;
  font-weight: normal;
  color: #000000;
  display: block;
  text-align: right;
}
.type02_m061 .review .msg strong {
  font-weight: bold;
  font-size: 116%;
/*  float: left;*/
  margin-right: 15px;
}
.type02_m061 .review .prod-name,
.type02_m061 .review .prod-name a {
  padding: 6px 0;
  font-size: 13px;
  line-height: 20px;
  color: #2C62C2;
}
.type02_m061 .review .cont {
  line-height: 2em;
  padding-bottom: 20px;
  text-align: justify;
  border-bottom: 1px solid #efefef;
}
.type02_m061 .review .list {
  margin: 5px 0 8px;
}
.type02_m061 .review .list li {
  position: relative;
  display: inline;
  float: left;
  padding: 0 15px;
  line-height: 15px;
  height: 15px;
  vertical-align: middle;
  color: #333;
/*  background: url(images/sp_type02_icon1.png) no-repeat -697px -1149px;*/
}
.type02_m061 .review .list li::after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "icon_01";
  content: '\ea2b';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  color: #ccc;
}
.type02_m061 .review .list li:last-child::after {
  content: '';
}
.type02_m061 .review .list .first,
.type02_m061 .review .list li:first-child {
  background: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.type02_m061 .review .list span.icon {
  padding-left: 15px;
  background: url(images/sp_type02_icon1.png) no-repeat -492px -744px;
}
.type02_m061 .review .list li .more {
  position: relative;
  display: flex;
}
.type02_m061 .review .list li .more::before,
.type02_m061 .review .list li .more::after {
  display: block;
  width: 25px;
  font-family: "icon_01";
  display: flex;
  align-items: center;
  justify-content: center;
}
.type02_m061 .review .list li .more::before {
  content: '\e854';
  color: #ccc;
}
.type02_m061 .review .list li .more::after {
  content: '\f105';
}

.type02_m061 .review .star dfn {
  line-height: 15px;
  height: 15px;
  vertical-align: middle;
}
.type02_m061 .review .star .style_2 {
  margin-top: 0;
  margin-right: 10px;
}
.type02_m061 .spoiler-alert {
  display: flex;
  gap: 10px 5px;
}
.type02_m061 .spoiler-alert .alert-tag {
  padding: 2px 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px 4px;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  background: #CD3D35;
  border-radius: 4px;
}
.type02_m061 .spoiler-alert .alert-tag i.alert:before {
  content: '';
  width: 16px;
  height: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-triangle-alert.svg) no-repeat center center / 16px;
}
.type02_m061 .spoiler-alert .text {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  width: 465px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*m062*/
.type02_m062 {
  color: #292929;
}
.type02_m062 h4 strong {
  padding: 0 8px;
  background: #eee;
  line-height: 25px;
  font-weight: bold;
  display: inline-block;
  text-shadow: 1px 1px 0px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*   behavior: url(css/ie-css3.htc) */
}
.type02_m062 p {
  margin: 10px;
  line-height: 1.538;
}
.type02_m062 li {
  margin-bottom: 15px;
}
.type02_m062 li.last {
  margin-bottom: 0;
}
/*m063*/
.type02_m063 {
  color: #292929;
}
.type02_m063 h4 {
  margin-bottom: 10px;
}
.type02_m063 h4 strong {
  margin-right: 5px;
  font-weight: bold;
  display: inline-block;
  text-shadow: 1px 1px 0px #fff;
}
.type02_m063 h4 dfn {
  padding: 0 8px;
  background: #eee;
  line-height: 25px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*   behavior: url(css/ie-css3.htc) */
}
.type02_m063 h4 .title01 {
  color: #1ba504;
}
.type02_m063 h4 .title02 {
  color: #f28900;
}
.type02_m063 h5 {
  padding-left: 15px;
  height: 22px;
  font-weight: bold;
  font-size: 93%;
  line-height: 2;
  background: url(images/sp_type02_icon1.png) no-repeat -492px -740px;
}
.type02_m063 p {
  padding-left: 15px;
  line-height: 1.538;
}
.type02_m063 li {
  margin-bottom: 20px;
}
.type02_m063 .cont ul {
  margin-left: 165px;
}
.type02_m063 .cont ul li {
  margin-bottom: 5px;
}
.type02_m063 .cont p {
  line-height: 1.538;
}
.type02_m063 .cover_box {
  width: 154px;
  height: 154px;
  float: left;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #9e9797;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  /*   filter: progid: dximagetransform.microsoft.shadow(color='#aaaaaa',direction=145,strength=3);  */
}
.type02_m063 .cover {
  margin-top: 7px;
  width: 140px;
  height: 140px;
  font-size: 0;
  cursor: pointer;
  border: none;
}
.type02_m063 .special_border_div {
  top: 7px;
  width: 140px;
  height: 140px;
  left: calc(50% - 70px);
}
.type02_m063 .cont strong {
  font-weight: bold;
  color: #d93800;
}
/*m064*/
.type02_m064 li {
  margin: 0 0 10px 0;
  padding: 0 5px 0 20px;
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
  background: url(images/sp_type02_icon1.png) no-repeat -288px -847px;
}
.type02_m064 li.last {
  background: none;
  padding-left: 0;
}
.type02_m064 .more.on {
  padding-left: 15px;
  background: url(images/sp_type02_icon1.png) no-repeat -688px -147px;
}
.type02_m064 .more.off {
  padding-left: 15px;
  background: url(images/sp_type02_icon1.png) no-repeat -588px -197px;
}
.type02_m064 li a:hover {
  color: #f28900;
}
/*m65*/
.type02_m065 {
  position: relative;
}
.type02_m065 .switch {
  top: 80px;
}
.type02_m065 .box {
  padding: 0 40px;
  text-align: center;
}
.type02_m065 .box>ul {
  width: 100%;
}
.type02_m065 .item {
  width: 20%;
  float: left;
  padding: 0 0px 25px;
  text-align: center;
  line-height: 1.38;
  position: relative;
}
.type02_m065 .last {
  margin-right: 0;
}
.type02_m065 .type02_bd-a {
  padding: 0 5px;
}
.type02_m065 .cover {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}
.type02_m065 .special_border_a {
  display: inline-block;
}
.type02_m065 .special_border_div {
  height: 120px;
  width: 120px;
  top: 0;
  left: 7px;
  z-index: 1;
}
.type02_m065 h4 {
  margin-bottom: 5px;
  font-weight: bold;
  height: 35px;
  overflow: hidden;
}
.type02_m065 .msg {
  color: #666;
}
.type02_m065 .msg a {
  color: #666;
}
.type02_m065 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m065 .item_x {
  border-radius: 2px;
  height: 25px;
  width: 25px;
  position: absolute;
  cursor: pointer;
  top: 2px;
  right: 10px;
  background: #f2f2f2 url(images/x.png) no-repeat 50% 50%;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  display: none;
  z-index: 1;
}
/*m066*/
.type02_m066 .bd {
  padding: 15px 10px;
  color: #262626;
  line-height: 1.75em;
  text-align: justify;
}
.type02_m066 .bd a {
  text-decoration: underline;
}
.type02_m066 strong {
  font-weight: bold;
}
.type02_m066 tr,
.type02_m066 td,
.type02_m066 th {
  height: 22px;
  padding: 5px;
  color: #000;
  border: 1px solid #C0C0C0;
  background: #ffffff;
}
.type02_m066 th {
  text-align: center;
  font-weight: normal;
  background: #FFFCCD;
}
/*m067*/
.type02_m067 {
  color: #333;
  position: relative;
}
.type02_m067 h3 {
  /*position: absolute;*/
  float: left;
}
.type02_m067 ul {
  margin-bottom: 10px;
  /*padding-left: 90px;*/
  line-height: 1.38;
  font-size: 93%;
}
.type02_m067 li {
  display: inline-block;
  padding: 0 5px 0 10px;
  margin-bottom: 12px;
  border-left: 1px solid #999999;
}
.type02_m067 li.first {
  border: none;
}
.type02_m067 li strong {
  font-weight: bold;
  color: #D93800;
}
/*m068*/
.type02_m068 .sub_1 {
  height: 240px;
  overflow: hidden;
}
.type02_m068 .cont {
  width: 390px;
  overflow: hidden;
}
.type02_m068 .sub_1 .cover {
  width: 390px;
  height: 240px;
}
/*m069*/
.type02_m069 .sub_1 {
  height: 240px;
  overflow: hidden;
}
.type02_m069 .cont {
  width: 390px;
  overflow: hidden;
}
.type02_m069 .sub_1 .cover {
  width: 390px;
  height: 240px;
}
/*m070*/
.type02_m070 .cont {
  width: 390px;
  overflow: hidden;
}
/*m071*/
.type02_m071 .cont {
  width: 540px;
  overflow: hidden;
}
.type02_m071 .sub_2 .cont {
  display: none;
}
.type02_m071 .sub_1 .ban {
  width: 540px;
  height: 300px;
}
.type02_m071 .sub_1 h4 {
  position: relative;
  margin: 5px 0;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  font-size: 116%;
  font-weight: bold;
}
.type02_m071 .sub_1 p {
  line-height: 1.5em;
  text-align: justify;
}
.type02_m071 .sub_2 h4 {
  height: 60px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
}
.type02_m071 .sub_2 .cover {
  width: 108px;
  height: 60px;
  margin-right: 6px;
  float: left;
  border: 1px solid #d8d8d8;
}
.type02_m071 .sub_2 li {
  height: 60px;
  padding: 10px 0;
  overflow: hidden;
}
.type02_m071 .sub_2 li.here {
  background: #f5f5f5;
  border-color: #d8d8d8;
  border-image: none;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.type02_m071 .msg strong {
  color: #fe2828;
}
.type02_m071 .msg b {
  font-weight: bold;
}
/*m073*/
.type02_m073 {
  position: relative;
}
.type02_m073 .box {
  width: 660px;
  margin: 0 auto;
  text-align: center;
}
.type02_m073 .box {
  padding-bottom: 10px;
}
.type02_m073 .item {
  padding-bottom: 10px;
}
.type02_m073 .item {
  width: 120px;
  float: left;
  margin-right: 15px;
  text-align: center;
  line-height: 1.38;
  padding-bottom: 10px;
}
.type02_m073 .last {
  margin-right: 0;
}
.type02_m073 .pages {
  height: 20px;
  font-weight: bold;
}
.type02_m073 .pages a {
  text-decoration: none;
}
.type02_m073 .show_content {
  text-align: left;
}
.type02_m073 .cover {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}
.type02_m073 .show_content img.cover {
  width: 160px;
  height: 160px;
  float: left;
  margin-right: 5px;
}
.type02_m073 .show_content .special_border_div {
  height: 160px;
  width: 160px;
}
.type02_m073 .show_content cite {
  font-weight: bold;
  color: #333;
}
.type02_m073 .show_content p {
  margin-top: 10px;
  line-height: 1.5em;
}
.type02_m073 .pages .icon {
  vertical-align: middle;
  display: inline-table;
  *display: inline-block;
}
.type02_m073 .item.here .icon {
  width: 16px;
  height: 20px;
  background: url(images/sp_type02_icon1.png) no-repeat -786px -595px;
}
.type02_m073 .item.here .pages a {
  color: #D93801;
}
/*m074*/
.type02_m074 a:hover {
  color: #f28900;
}
.type02_m074 li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}
.type02_m074 li em {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #949494;
  display: block;
  text-align: right;
  *font-style: normal;
  /*ie67*/
}
.type02_m074 .cover {
  width: 110px;
  height: 110px;
  display: block;
  margin-bottom: 3px;
}
.type02_m074 p {
  line-height: 1.38;
  max-height: 35px;
  overflow: hidden;
  _height: 1%;
}
/*m075*/
.type02_m075 {
  width: 350px;
  background: url(images/msg_info.gif) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #666;
  margin: 30px auto 20px;
  min-height: 80px;
  padding: 5px 0 10px 70px;
}
.type02_m075 h2 {
  font-size: 123.1%;
  font-weight: bold;
  color: #fe2828;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.type02_m075 h3 {
  font-size: 123.1%;
  margin-bottom: 10px;
}
.type02_m075 p {
  font-size: 100%;
  margin-bottom: 10px;
}
/*m076*/
.type02_m076 h4 {
  font-size: 100%;
  color: #F28900;
  line-height: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.type02_m076 .box {
  margin-bottom: 10px;
}
.type02_m076 .box:last-child {
  margin-bottom: 0;
}
.type02_m076 li {
  border-bottom: 1px solid #e9e9e9;
  color: #333;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-right: 45px;
  position: relative;
}
.type02_m076 li:hover,
.type02_m076 li.here {
  background-color: #eee;
}
.type02_m076 em {
  font-size: 11px;
  color: #949494;
  padding: 0 10px;
}
.type02_m076 .play,
.type02_m076 .stop {
  width: 26px;
  height: 20px;
  right: 10px;
  top: 6px;
  position: absolute;
}
.type02_m076 .play {
  background: url(images/sp_type02_icon1.png) no-repeat -100px -1900px;
}
.type02_m076 .stop {
  background: url(images/sp_type02_icon1.png) no-repeat -175px -1900px;
}
/*m077*/
.type02_m077 h4 {
  font-size: 116%;
  font-weight: bold;
  color: #333;
  line-height: 1.7;
}
.type02_m077 h4 span {
  font-size: 13px;
  font-weight: normal;
  margin-left: 15px;
}
.type02_m077 h5 {
  color: #333;
  line-height: 1.7;
  font-size: 100%;
}
.type02_m077 li {
  color: #666;
  font-size: 100%;
  line-height: 1.7;
}
.type02_m077 .content {
  margin-top: 15px;
  line-height: 22px;
  color: #333;
  letter-spacing: 1px;
  text-align: justify;
}
.type02_m077 p {
  margin-bottom: 15px;
}
.type02_m077 strong,
.type02_m077 p strong {
  font-weight: bold;
}
/*m078*/
.type02_m078>ul {
  width: 100%;
}
.type02_m078 .item {
  width: 33.3333%;
  float: left;
  text-align: center;
}
.type02_m078 h4 {
  margin: 4px 4px 3px;
  font-weight: bold;
  line-height: 1.38;
  height: 36px;
  overflow: hidden;
}
.type02_m078 .cover {
  width: 150px;
  height: 150px;
}
.type02_m078 .msg {
  color: #666;
  margin: 4px 4px 3px;
}
.type02_m078 .msg a {
  color: #666;
}
.type02_m078 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m078 .txt_cont {
  margin-top: 3px;
  text-align: left;
  letter-spacing: 1px;
  height: 35px;
  line-height: 1.38;
  overflow: hidden;
  margin: 4px 4px 0;
}
/*m079*/
.type02_m079 {
  text-align: right;
}
.type02_m079 img {
  width: 160px;
  height: 600px;
}
/*m080*/
.type02_m080 img {
  width: 290px;
  height: 290px;
  display: block;
  margin: 0 15px;
  float: left;
}
.type02_m080 .special_border_div {
  height: 290px;
  width: auto;
}
.type02_m080 .content {
  float: left;
  width: 468px;
  overflow: hidden;
}
.type02_m080 h4 {
  padding-right: 10px;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.type02_m080 .price_a {
  display: block;
  margin: 10px 0;
}
.type02_m080 .price strong,
.type02_m080 .price b {
  color: #cc4414;
  font-size: 13px;
}
.type02_m080 blockquote {
  position: relative;
  min-height: 236px;
  overflow: hidden;
  padding: 0 10px;
  border-left: 1px solid #c1c1c1;
}
.type02_m080 blockquote p {
  line-height: 19px;
  color: #696969;
  height: 210px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
}
.type02_m080 .more {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.type02_m080 .more a {
  color: #fff;
  line-height: 20px;
  height: 20px;
  padding: 2px 10px;
  margin: 10px 0 0;
  text-decoration: none;
  background: #8fc21f;
}
/*m081 m086 m087 m095*/
.type02_m081,
.type02_m086,
.type02_m087,
.type02_m095 {
  position: relative;
}
.type02_m081 .switch01 {
  top: 171px;
}
.type02_m095 .switch01 {
  top: 40%;
}
.type02_s016 .switch01 {
  top: 50%;
}
.type02_m081 .box,
.type02_m086 .box,
.type02_m087 .box,
.type02_m095 .box {
  width: 720px;
  margin: 0 auto;
  text-align: center;
}
.type02_m081 .row,
.type02_m086 .row,
.type02_m087 .row {
  width: 100%;
  margin: 0 auto 35px;
  text-align: center;
}
.type02_m095 .row {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.type02_m081 .row:last-child,
.type02_m086 .row:last-child,
.type02_m087 .row:last-child,
.type02_m095 .row:last-child {
  margin: 0 auto 0;
}
.type02_m081 .item {
  width: 25%;
  float: left;
  text-align: center;
}
.type02_m086 .item,
.type02_m087 .item {
  width: 20%;
  float: left;
  text-align: center;
}
.type02_m095 .item {
  width: 33.33333333333333%;
  float: left;
  text-align: center;
}
.type02_m081 .bd {
  width: 150px;
  margin: 0 auto;
}
.type02_m086 .bd,
.type02_m087 .bd {
  width: 120px;
  margin: 0 auto;
}
.type02_m081 .cover {
  width: 170px;
  height: 170px;
  margin-bottom: 12px;
}
.type02_m081 .special_border_a {
  display: inline-block;
}
.type02_m081 .special_border_div {
  height: 170px;
  width: 170px;
}
.type02_m086 .cover,
.type02_m087 .cover {
  width: 135px;
  height: 135px;
  margin-bottom: 12px;
}
.type02_m086 .special_border_div,
.type02_m087 .special_border_div {
  height: 135px;
}
.type02_m081 h4,
.type02_m086 h4,
.type02_m087 h4 {
  font-weight: bold;
  height: 3em;
  line-height: 1.5em;
  margin-bottom: 10px;
  overflow: hidden;
}
.type02_m081 h5,
.type02_m086 h5 {
  text-align: center;
  padding: 4px 0;
  border-color: #c6c6c6;
  border-style: solid;
  border-width: 2px 0 2px 0;
  margin: 0 10px 18px;
}
.type02_m081 h5 span,
.type02_m086 h5 span {
  display: block;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}
.type02_m087 h5 {
  color: #f28800;
  text-align: center;
  padding: 4px 0;
  border-bottom: 2px solid #696969;
  margin: 0 10px 18px;
  font-weight: bold;
}
.type02_m087 h5 em {
  font-size: 18px;
  margin-left: 5px;
}
.type02_m081 h5 a,
.type02_m086 h5 a,
.type02_m087 h5 a {
  text-decoration: none;
}
.type02_m081 blockquote,
.type02_m086 blockquote,
.type02_m087 blockquote {
  border-top: 1px dotted #696969;
  margin: 10px auto 0;
  padding: 10px 10px 0;
  line-height: 1.5em;
  text-align: justify;
  height: 4.5em;
  overflow: hidden;
}
.type02_m081 blockquote a,
.type02_m086 blockquote a,
.type02_m087 blockquote a {
  color: #f28900;
}
.type02_m081 .msg a,
.type02_m086 .msg a,
.type02_m087 .msg a {
  color: #666;
}
.type02_m081 .msg li,
.type02_m086 .msg li,
.type02_m087 .msg li {
  height: 1.5em;
  line-height: 1.5em;
  overflow: hidden;
}
/*m082*/
.type02_m082 h4 {
  width: 130px;
  text-align: left;
  font-weight: bold;
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
  margin: 5px auto 3px;
}
.type02_m082 .item li {
  padding-left: 15px;
  height: 22px;
  overflow: hidden;
  line-height: 2;
  font-size: 93%;
  text-align: left;
  background: url(images/sp_type02_icon1.png) no-repeat -492px -740px;
}
.type02_m082 li a {
  color: #696969;
  text-decoration: none;
}
.type02_m082 .item {
  width: 20%;
  text-align: center;
  float: left;
}
.type02_m082 .cover {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}
.type02_m082 .special_border_div {
  height: 150px;
  width: 150px;
}
.type02_m082 ul {
  width: 130px;
  margin: 0 auto;
}
/*m083*/
.type02_m083 {
  width: 385px;
  height: 240px;
  margin: 0 auto;
  overflow: hidden;
}
/*m084*/
.type02_m084 .item {
  width: 33.33333333333333%;
  float: left;
}
.type02_m084 .cover {
  width: 120px;
  height: 120px;
  margin: 0 auto 8px;
  display: block;
}
.type02_m084 .special_border_div {
  text-align: center;
}
.type02_m084 h4 {
  text-align: left;
  height: 54px;
  padding: 0 6px;
  line-height: 18px;
  font-weight: bold;
  overflow: hidden;
}
.type02_m084 a {
  color: #2d2d2d;
}
.type02_m084 ul {
  color: #696969;
  padding: 10px 6px 0;
}
.type02_m084 li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
/*m085*/
.type02_m085 img {
  width: 160px;
  /*height: 255px;*/
  display: block;
  margin: 0 10px 0 5px;
  float: left;
}
.type02_m085 .content {
  float: left;
  width: 220px;
  height: 255px;
  overflow: hidden;
}
.type02_m085 h4 {
  font-weight: bold;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  margin-bottom: 17px;
}
.type02_m085 h4 a {
  color: #2d2d2d;
}
.type02_m085 blockquote {
  position: relative;
  height: 180px;
  overflow: hidden;
  padding: 0 10px;
  border-left: 1px solid #c1c1c1;
}
.type02_m085 blockquote p {
  line-height: 19px;
  color: #696969;
  height: 135px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
/*m088*/
.type02_m088 .cover {
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 18px;
}
.type02_m088 .special_border_div {
  text-align: center;
}
.type02_m088 .box {
  width: 778px;
  margin: 0 auto;
  position: relative;
}
.type02_m088 .box>ul {
  width: 100%;
}
.type02_m088 .item {
  width: 20%;
  *width: 19.9%;
  float: left;
  line-height: 1.38;
  padding: 0;
}
.type02_m088 .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #d0d2d1;
  transform: translateX(0px);
}
.type02_m088 .item:first-child:before {
  border-left: none;
}
.type02_m088 h4 {
  padding: 0 13px;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
}
.type02_m088 .msg {
  margin: 18px 0 0;
  padding: 0 13px;
  color: #868686;
}
.type02_m088 .price_a {
  color: #333333;
}
/*m089*/
.type02_m089 .box {
  width: 140px;
  display: block;
  margin: 0 14px;
  float: left;
}
.type02_m089 img {
  display: block;
  margin: 0 auto;
  height: 140px;
  width: 140px;
  margin-bottom: 18px;
}
.type02_m089 .content {
  float: left;
  width: 220px;
  height: 255px;
  overflow: hidden;
}
.type02_m089 .msg li {
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
}
.type02_m089 h4 {
  font-weight: bold;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 17px;
}
.type02_m089 h4 a {
  color: #2d2d2d;
}
.type02_m089 h5 {
  font-weight: bold;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin: 0 0 17px;
}
.type02_m089 h5 a {
  color: #2d2d2d;
}
.type02_m089 blockquote {
  position: relative;
  height: 198px;
  overflow: hidden;
  padding: 0 14px 0 10px;
  border-left: 1px solid #c1c1c1;
}
.type02_m089 blockquote p {
  line-height: 19px;
  color: #696969;
  height: 153px;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
/*m090*/
.type02_m090 .box {
  width: 50%;
  float: left;
}
.type02_m090 .content {
  margin-left: 168px;
  margin-right: 33px;
}
.type02_m090 blockquote {
  position: relative;
  /*height: 114px;*/
  /*overflow: hidden;*/
  padding: 0 33px 0 14px;
  border-left: 1px solid #c1c1c1;
  clear: both;
}
.type02_m090 .box:first-child blockquote {
  border-left: none;
}
.type02_m090 blockquote p {
  line-height: 19px;
  color: #696969;
  height: 77px;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.type02_m090 .cover {
  width: 140px;
  height: 140px;
  float: left;
  margin: 0 14px 8px;
}
.type02_m090 .special_border_div {
  width: 140px;
  height: 140px;
  margin: 0 14px 8px;
}
.type02_m090 h4 {
  max-height: 71px;
  _height: 70px;
  line-height: 1.38;
  font-weight: bold;
  overflow: hidden;
}
.type02_m090 .list {
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  line-height: 1.38;
}
.type02_m090 .list li {
  line-height: 1.5;
  height: 18px;
  overflow: hidden;
}
.type02_m090 .list li a {
  color: #666;
}
.type02_m090 .star dfn {
  line-height: 1.5;
}
.type02_m090 .moreinfo_r {
  position: absolute;
  top: 5px;
  right: 10px;
}
.type02_m090 .moreinfo_r q,
.type02_m090 .moreinfo_r q a {
  font-size: 12px;
  font-weight: 100;
  color: #ffffff;
}
/*m091*/
.type02_m091 .sub_1 {
  float: left;
  width: 540px;
  margin: 0 4px 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_m091 .sub_2 {
  float: left;
  width: 234px;
}
.type02_m091 .sub_2 a {
  text-decoration: none;
}
.type02_m091 .sub_2 .blockquote {
  display: none;
}
.type02_m091 .sub_1 img {
  width: 540px;
  height: 300px;
  vertical-align: bottom;
  margin-bottom: 16px;
}
.type02_m091 .sub_2 img {
  width: 108px;
  height: 60px;
  margin-right: 8px;
  float: left;
}
.type02_m091 .sub_1 h4 {
  margin-bottom: 10px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  font-size: 100%;
  font-weight: bold;
}
.type02_m091 .sub_2 h4 {
  height: 60px;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
}
.type02_m091 blockquote {
  position: relative;
  height: 82px;
  overflow: hidden;
  clear: both;
}
.type02_m091 blockquote p {
  line-height: 1.4em;
  color: #696969;
  height: 4.2em;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.type02_m091 .sub_2 li {
  height: 60px;
  padding: 10px;
  overflow: hidden;
  clear: both;
}
.type02_m091 .sub_2 li:hover,
.type02_m091 .sub_2 li.here {
  background: #ccc;
  text-decoration: none;
}
/*m092 & m094 */
.type02_m092 .row,
.type02_m094 .row {
  padding: 0 15px;
}
.type02_m092 .type02_m046,
.type02_m094 .type02_m046 {
  margin-top: 32px;
}
.type02_m092 .item,
.type02_m094 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.type02_m092 img,
.type02_m094 img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto;
  float: left;
}
.type02_m092 .special_border_div,
.type02_m094 .special_border_div {
  height: 170px;
  width: auto;
}
.type02_m092 .content,
.type02_m094 .content {
  float: left;
  width: 577px;
  margin-left: 11px;
  overflow: hidden;
}
.type02_m092 h3 span,
.type02_m094 h3 span {
  color: #000;
  font-weight: normal;
  font-size: 13px;
  margin: 0 8px;
}
.type02_m092 h3 em,
.type02_m094 h3 em {
  color: #fff;
  margin: 0 4px 0 2px;
}
.type02_m092 h4,
.type02_m094 h4 {
  padding-right: 10px;
  font-weight: bold;
  height: 1.75em;
  line-height: 1.75em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.type02_m092 .price,
.type02_m094 .price {
  float: left;
  width: 155px;
  margin-top: 15px;
}
.type02_m092 .price li,
.type02_m094 .price li {
  line-height: 1.75em;
  height: 1.75em;
  overflow: hidden;
}
.type02_m092 .price strong,
.type02_m094 .price strong {
  font-weight: bold;
  color: #fe2828;
}
.type02_m092 .price strong,
.type02_m094 .price strong,
.type02_m092 .price b,
.type02_m094 .price b {
  color: #cc4414;
  font-size: 13px;
}
.type02_m092 blockquote,
.type02_m094 blockquote {
  position: relative;
  height: 110px;
  overflow: hidden;
  padding: 0 0 0 10px;
  border-left: 1px solid #c1c1c1;
}
.type02_m092 blockquote p,
.type02_m094 blockquote p {
  line-height: 19px;
  color: #696969;
  height: 78px;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.type02_m094 blockquote p {
  height: 35px;
  -webkit-line-clamp: 2;
}
.type02_m092 .more,
.type02_m094 .more {
  position: absolute;
  left: 10px;
  bottom: 0;
}
.type02_m092 .more a,
.type02_m094 .more a {
  color: #fff;
  line-height: 20px;
  height: 20px;
  padding: 2px 10px;
  margin: 10px 0 0;
  text-decoration: none;
  background: #8fc21f;
}
.type02_m092 .info,
.type02_m094 .info {
  margin-bottom: 15px;
}
.type02_m092 .info li,
.type02_m094 .info li {
  line-height: 1.75em;
  height: 1.75em;
  overflow: hidden;
  text-align: justify;
}
.type02_m092 .info li span:first-child,
.type02_m094 .info li span:first-child {
  display: none;
}
.type02_m092 .price li:last-child,
.type02_m094 .price li:last-child {
  margin-top: 5px;
}
/*m093*/
.type02_m093 h3 span {
  color: #000;
  font-weight: normal;
  font-size: 13px;
  margin: 0 8px;
}
.type02_m093 h3 em {
  color: #fff;
  margin: 0 4px 0 2px;
}
.type02_m093 .row {
  padding: 0 15px;
  clear: both;
  display: block;
  position: relative;
  overflow: hidden;
}
.type02_m093 .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  width: 25%;
  float: left;
  text-align: center;
  display: inline-block;
}
.type02_m093 h4 {
  font-weight: bold;
  height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  margin-bottom: 15px;
}
.type02_m093 img {
  width: 170px;
  height: 170px;
  display: block;
  margin: 0 auto 15px;
}
.type02_m093 .content {
  width: 150px;
  margin: 0 auto;
}
.type02_m093 blockquote,
.type02_m093 .info span,
.type02_m093 .price span {
  display: none;
}
.type02_m093 .info li,
.type02_m093 .info li {
  line-height: 1.75em;
  height: 1.75em;
  overflow: hidden;
}
.type02_m093 .price strong {
  font-weight: bold;
}
.type02_m093 .info li span:first-child {
  display: inline;
}
/*m094*/
.type02_m094 blockquote ul {
  margin-bottom: 5px;
}
.type02_m094 blockquote li {
  height: 1.5em;
  line-height: 1.5;
  overflow: hidden;
}
.type02_m094 dfn {
  color: #f28900;
}
/*m095*/
.type02_m095 h4 {
  text-align: center;
  padding: 4px 0;
  border-color: #c6c6c6;
  border-style: solid;
  border-width: 2px 0 2px 0;
  margin: 0 10px 18px;
  line-height: 1.75em;
  height: 1.5em;
  overflow: hidden;
}
.type02_m095 h4 a {
  text-decoration: none;
}
.type02_m095 blockquote {
  margin: 10px 10px 0;
  height: 4.5em;
  overflow: hidden;
  line-height: 1.5em;
  text-align: justify;
}
/*m096*/
.type02_m096 ul {
  color: #868686;
}
.type02_m096 li {
  display: inline-block;
  line-height: 1;
  border-left: 1px solid #868686;
  padding-left: 8px;
  margin-bottom: 12px;
}
.type02_m096 li:first-child {
  border-left: none;
  padding-left: 0;
}
.type02_m096 span {
  font-weight: bold;
  color: #666666;
  margin: 0 8px 0 0;
}
/*m097*/
.type02_m097 .cover {
  width: 165px;
  height: 165px;
  display: block;
  margin: 0 auto 10px;
}
.type02_m097 .box {
  width: 778px;
  margin: 0 auto;
  position: relative;
}
.type02_m097 .box>ul {
  width: 100%;
}
.type02_m097 .item {
  width: 25%;
  *width: 24.9%;
  text-align: center;
  float: left;
  line-height: 1.38;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_m097 h4 {
  padding: 0 13px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.type02_m097 .msg {
  margin: 10px 0 0;
  padding: 0 13px;
  line-height: 1.5em;
  height: 3em;
  color: #868686;
}
.type02_m097 .price_a {
  color: #333333;
}
.type02_m097 .item>div {
  width: 95%;
  height: 340px;
  padding: 5px;
  border: 4px solid #fff;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_m097 .selected>div {
  border: 4px solid #94c722;
}
.type02_m097 button {
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  background-color: #efefef;
  border: 1px solid #ccc;
  color: #000;
  display: block;
}
.type02_m097 .selected button {
  color: #fff;
  background-color: #83B319;
  border: 1px solid #6F9814;
}
/*m098*/
.type02_m098 ul {
  width: 750px;
  margin: 0 auto;
}
.type02_m098 li {
  margin-bottom: 10px;
}
.type02_m098 li:last-child {
  margin-bottom: 0;
}
.type02_m098 img {
  width: 750px;
  height: auto;
  vertical-align: bottom;
}
/*m099*/
.type02_m099 {
  width: 100%;
  display: table;
  border: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_m099 .row {
  display: table-row;
}
.type02_m099 .cell {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.type02_m099 .cell:first-child {
  width: 12%;
  background-color: #eee;
}
.type02_m099 .cell:last-child {
  width: 88%;
  position: relative;
}
.type02_m099 a {
  text-decoration: none;
}
.type02_m099 ul {
  width: 642px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 0 auto;
  /*white-space: nowrap;*/
}
.type02_m099 li {
  display: inline-block;
  align-items: center;
  position: relative;
  padding: 0 10px;
  white-space: nowrap;
}
.type02_m099 li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #8fc21f;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* @media \0screen {
 .type02_m099 li a:before {
    background-color: #fff;
 }
} */
.type02_m099 li:hover a::before,
.type02_m099 li.active a::before {
  background-color: #8fc21f;
  opacity: 1;
}
.type02_m099 .btn_prev,
.type02_m099 .btn_next {
  position: absolute;
  top: 0;
  width: 25px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.type02_m099 .btn_prev:hover,
.type02_m099 .btn_next:hover {
  background: #fff;
}
.type02_m099 .btn_prev {
  left: 0;
  border-right: 1px dashed #cfcfcf;
  background: #d7d7d7;
  background: -webkit-linear-gradient(to left, #FFFFFF, #d7d7d7);
  background: linear-gradient(to left, #FFFFFF, #d7d7d7);
}
.type02_m099 .btn_next {
  right: 0;
  border-left: 1px dashed #cfcfcf;
  background: #d7d7d7;
  background: -webkit-linear-gradient(to left, #d7d7d7, #FFFFFF);
  background: linear-gradient(to left, #d7d7d7, #FFFFFF);
}
.type02_m099 .btn_prev i,
.type02_m099 .btn_next i {
  color: #9c9c9c;
  font-size: 15px;
  font-weight: normal;
}
.type02_m099 h3 {
  width: 78px;
  color: #666666;
  line-height: 40px;
  font-size: 13px;
  margin: 0 auto;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
}
/** top-list **/
.type02_m100 .table-td {
  text-align: center;
  padding: 0 0 20px 0;
}
.type02_m100 .top-list {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto 15px;
  width: 76%;
  font-weight: normal;
  font-family: Sans-Serif;
}
.type02_m100 .top-list:after,
.type02_m100 .top-list b:after {
  content: '';
  position: absolute;
  top: 112%;
  right: 44%;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 8px;
  border-top-color: currentColor;
  color: #fff;
}
.type02_m100 .top-list b:after {
  top: 118%;
  border-top-color: currentColor;
  color: #d4d4d4;
}
/*.type02_m100 .top-list b:before {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: -5px;
  border-bottom: 1px solid #d4d4d4;
}*/
.type02_m100 .top-list b:before {
  content: '';
  background: -webkit-linear-gradient(left, #ececec, #d4d4d4, #ececec);
  background: linear-gradient(to right, #ececec, #d4d4d4, #ececec);
  position: absolute;
  left: 0;
  top: 28px;
  width: 100%;
  height: 1px;
}
.type02_m100 .top-list span {
  color: #999999;
  font-size: 10px;
  margin-right: 5px;
  font-weight: normal;
}
.type02_m100 .top-list strong {
  font-weight: normal;
  font-size: 153.8%;
  font-style: italic;
  color: #f28800;
}
.type02_m100 .price {
  font-size: 13px;
}
.type02_m100 .price b {
  margin: 0 2px;
  color: #fe2828;
  font-weight: bold;
}
.type02_m100 img {
  width: 150px;
  height: 150px;
  margin-bottom: 6px;
}
.type02_m100 .special_border_a {
  display: block;
}
.type02_m100 h4 {
  padding: 0 6px;
  margin-bottom: 6px;
  height: 36px;
  max-height: 36px;
  line-height: 18px;
  overflow: hidden;
  font-weight: bold;
}
.type02_m100 .msg {
  padding: 0 6px 10px;
}
.type02_m100 .msg li {
  height: 18px;
  line-height: 18px;
  margin-bottom: 5px;
  overflow: hidden;
}
.type02_m100 .msg li:last-child {
  margin-bottom: 0;
}
.type02_m100 a.btn {
  padding: 0.3rem 0.75rem;
  color: #98be4a;
  font-weight: bold;
  background-color: #fff;
  vertical-align: bottom;
  text-decoration: none;
  border: 1px solid #98be4a;
  transition: all 500ms ease;
  display: inline-block;
}
/*m101*/
.type02_m101 .content_free {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  color: #333;
  font-size: 13px;
  line-height: 1.75em;
  text-align: left;
  word-wrap: break-word;
  word-break: normal;
  box-sizing: border-box;
}
.type02_m101 .content_free p {
  margin-bottom: 15px;
}
.type02_m101 .content_free strong,
.type02_m101 .content_free b {
  font-weight: bold;
}
.type02_m101 .collapse_active {
  max-height: 6.25em;
  overflow: hidden;
  position: relative;
  transition-property: max-height, height;
  transition-timing-function: ease-in-out;
  transition-duration: .3s;
}
.type02_m101 .collapse_active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%)
}
.type02_m101 .more {
  padding: 6px 0;
  text-align: center;
  border-top: 1px dotted #e5e5e5;
}
.type02_m101 .more a {
  display: block;
  width: 100%;
  color: #666;
  text-align: center;
  text-decoration: none;
}
.type02_m101 .more i {
  font-weight: bold;
  font-size: 15px;
}
/*type02_m102*/
.type02_m102 {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_m102 a {
  color: #333;
  text-decoration: none;
}
.type02_m102 .box {
  padding-top: 10px;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.type02_m102 .box li {
  float: left;
  text-align: center;
  width: 180px;
  margin-right: 23px;
}
.type02_m102 .box li.last {
  margin-right: 0;
}
.type02_m102 .box h4 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-bottom: 5px;
}
.type02_m102 .box p {
  margin-top: 5px;
  height: 3em;
  line-height: 1.5em;
  overflow: hidden;
  color: #666;
}
/*type02_m103*/
.type02_m103 {
  position: relative;
  overflow: hidden;
  width: 790px;
  height: 250px;
  z-index: 0;
}
.type02_m103 .banner {
  width: 790px;
  height: 250px;
  overflow: hidden;
  background: #333;
}
.type02_m103 .banner img {
  width: 790px;
  height: 250px;
}
.type02_m103 .cycle_btn_a {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.type02_m103 .cycle_btn_a .btn_a {
  height: 22px;
  float: left;
  background: url(https://jci.book.com.tw/css/books/product/images/cycle_btn_a_bg.png) repeat-x;
  _filter: alpha(opacity=90);
}
.type02_m103 .cycle_btn_a b.left {
  width: 5px;
  height: 22px;
  float: left;
  background: url(https://jci.book.com.tw/css/books/product/images/cycle_btn_a_left.png) no-repeat;
  /* _background: none;
        _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='https://jci.book.com.tw/css/books/product/images/cycle_btn_a_left.png', sizingMethod='scale'); */
}
.type02_m103 .cycle_btn_a b.right {
  width: 5px;
  height: 22px;
  float: left;
  background: url(https://jci.book.com.tw/css/books/product/images/cycle_btn_a_right.png) no-repeat;
  /* _background: none;
        _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='https://jci.book.com.tw/css/books/product/images/cycle_btn_a_right.png', sizingMethod='scale'); */
}
.type02_m103 .dot_type01 {
  text-align: center;
}
.type02_m103 .dot_type01 a {
  width: 9px;
  height: 9px;
  margin: 8px 4px;
  float: left;
  cursor: pointer;
  background: url(https://jci.book.com.tw/css/books/product/images/cycle_btn_a_no.png) no-repeat;
  /* _background: none;
        _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='https://jci.book.com.tw/css/books/product/images/cycle_btn_a_no.png', sizingMethod='scale'); */
}
.type02_m103 .dot_type01 a.here {
  background: url(https://jci.book.com.tw/css/books/product/images/cycle_btn_a_here.png) no-repeat;
  /* _background: none;
        _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='https://jci.book.com.tw/css/books/product/images/cycle_btn_a_here.png', sizingMethod='scale'); */
}
.type02_m103 span {
  left: -9999px;
  position: absolute;
}
.type02_m103 .prev-circle,
.type02_m103 .next-circle {
  cursor: pointer;
  position: absolute;
  top: 38%;
  padding: 20px 10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
  background-color: rgba(204, 204, 204, 0.8);
  z-index: 100;
}
.type02_m103 .next-circle {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.type02_m103 .prev-circle:hover,
.type02_m103 .next-circle:hover {
  background-color: rgba(128, 128, 128, 0.8);
  text-decoration: none;
}
/*type02_m104*/
.type02_m104 {
  width: 390px;
  float: left;
}
.type02_m104 h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 116%;
  font-weight: bold;
  color: #f28900;
  line-height: 1.5;
  border-bottom: 1px dotted #d8d8d8;
}
.type02_m104 ul {
  width: 100%;
  padding-top: 5px;
}
.type02_m104 li {
  position: relative;
  border-bottom: 1px dotted #999999;
  display: flex;
}
.type02_m104 li a {
  color: #333;
  text-decoration: none;
}
.type02_m104 li:last-child {
  border-bottom: none;
}
.type02_m104 li div {
  position: relative;
  line-height: 32px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
  font-size: 14px;
}
/*type02_m105*/
.type02_m105 {
  width: 380px;
  float: right;
}
.type02_m105 ul {
  width: 100%;
}
.type02_m105 li {
  width: 380px;
  margin: 10px 0;
}
.type02_m105 li .ban {
  width: 380px;
}
/*type02_m106*/
.type02_m106 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8px 0;
}
.type02_m106 .prev-circle {
  cursor: pointer;
  position: absolute;
  top: 40%;
  padding: 10px 5px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
  background-color: rgba(204, 204, 204, 0.8);
  z-index: 100;
  margin: 0 auto;
}
.type02_m106 .next-circle {
  cursor: pointer;
  position: absolute;
  top: 40%;
  padding: 10px 5px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 5px 5px 0;
  user-select: none;
  background-color: rgba(204, 204, 204, 0.8);
  z-index: 100;
  margin: 0 auto;
}
.type02_m106 .next-circle {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.type02_m106 .prev-circle:hover,
.type02_m106 .next-circle:hover {
  background-color: rgba(128, 128, 128, 0.8);
  text-decoration: none;
}
.type02_m106 .slider {
  display: inline-flex;
}
.type02_m106 .item {
  position: relative;
  padding: 0;
  width: 390px;
  text-align: center;
  counter-increment: item-counter;
  margin-right: 10px;
}
.type02_m106 .item img {
  width: 390px;
  height: 196px;
}
/*type02_m107*/
.type02_m107 {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
}
.type02_m107 .sub_1 {
  height: 240px;
  overflow: hidden;
}
.type02_m107 .sub_2 {
  height: 240px;
  overflow: hidden;
  padding: 10px;
}
.type02_m107 .sub_1 .cont {
  width: 390px;
  overflow: hidden;
}
.type02_m107 .sub_1 .cover {
  width: 390px;
  height: 240px;
}
.type02_m107 .sub_2 h4 {
  height: 54px;
  line-height: 18px;
  font-weight: bold;
  overflow: hidden;
}
.type02_m107 .sub_2 .cover {
  width: 120px;
  height: 120px;
  margin-bottom: 8px;
}
.type02_m107 .sub_2 .item {
  float: left;
  width: 120px;
  margin-right: 10px;
}
.type02_m107 .sub_2 .last {
  margin-right: 0;
}
.type02_m107 .msg a {
  color: #666;
}
.type02_m107 .msg li {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
}
.type02_m107 .msg strong {
  color: #fe2828;
}
.type02_m107 .msg b {
  font-weight: bold;
}
/*type02_m108*/
.type02_m108 {
  position: relative;
  color: #333;
}
.type02_m108 .search-wrap {
  position: relative;
  padding: 12px 10px;
  background-color: #eee;
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
}
.type02_m108 .title {
  font-size: 15px;
  font-weight: bold;
  color: #F28900;
  margin-bottom: 5px;
}
.type02_m108 .select-search {
  display: flex;
  align-items: center;
}
.type02_m108 select,
.type02_m108 button {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: 1;
  outline: none;
  background-color: transparent
}
.type02_m108 select {
  position: relative;
  background: #f7f8f9 url(//jci.book.com.tw/img/bui/icon-angle-down-03.svg) no-repeat right 15px center;
  background-size: 10px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  color: #333;
  padding: 7px 30px 7px 10px;
  vertical-align: middle;
  font-size: 13px;
  align-items: center;
  display: flex;
  width: 100%;
}
.type02_m108 .select-wrap li {
  margin-right: 10px;
}
.type02_m108 .select-wrap {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}
.type02_m108 .select-wrap li {
  flex: 1;
}
.type02_m108 .search-btn {
  flex-grow: 0;
  flex-shrink: 0;
  width: 80px;
  align-items: center;
}
.type02_m108 .search-btn .btn {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  background: -webkit-linear-gradient(270deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 0%, rgba(237, 237, 237, 1) 100%, rgba(237, 237, 237, 1) 100%);
  background: -moz-linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 0%, rgba(237, 237, 237, 1) 100%, rgba(237, 237, 237, 1) 100%);
  background: linear-gradient(180deg, rgba(249, 249, 249, 1) 0%, rgba(249, 249, 249, 1) 0%, rgba(237, 237, 237, 1) 100%, rgba(237, 237, 237, 1) 100%);
  box-sizing: border-box;
  border-radius: 5px;
}
.type02_m108 .select-filter {
  padding: 20px 0 5px;
  border-bottom: 1px dotted #aaa;
  color: #666;
  font-size: 15px;
}
.type02_m108 .select-filter li {
  margin-right: 15px;
  display: inline-block;
}
.type02_m108 .select-filter span {
  color: #F28900;
  font-weight: bold;
}
/*m109*/
.type02_m109 {
  position: relative;
}
.type02_m109 .list_prod_check {
  display: flex;
  margin-bottom: 10px;
  padding-right: 10px;
  align-items: center;
}
.type02_m109 .list_prod_check .note {
  line-height: 1.5em;
  font-size: 13px;
  color: #666;
  display: flex;
  margin-bottom: 5px;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1
}
.type02_m109 .list_prod_check .flex {
  display: flex;
  margin-left: auto;
}
.type02_m109 .list_prod_check .checkbox {
  width: 80px;
  display: flex;
  align-items: center;
}
.type02_m109 .list_prod_check .btn {
  margin-left: auto;
  min-width: 88px;
}
.type02_m109 .btn {
  padding: 2px 5px;
  display: inline-block;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
}
.type02_m109 .btn.btn_type01 {
  color: #333;
  background-color: #fce046;
  border: 1px solid #f8d413;
}
.type02_m109 .btn.btn_type02 {
  color: #757575;
  background-color: #f2f2f2;
  border: 1px solid #bfbfbf;
}
.type02_m109 .list_prod_check [type="checkbox"]:not(:checked)+label,
.type02_m109 .list_prod_check [type="checkbox"]:checked+label {
  padding-left: 20px;
}
.type02_m109 .list_prod_check [type="checkbox"]:not(:checked)+label::before,
.type02_m109 .list_prod_check [type="checkbox"]:checked+label::before {
  top: -2px;
  left: 50px;
}
.type02_m109 .list_prod_check [type="checkbox"]:not(:checked)+label::after,
.type02_m109 .list_prod_check [type="checkbox"]:checked+label::after {
  top: -2px;
  left: 50px;
}
/* Base for label style*/
.type02_m109 [type="checkbox"]:not(:checked),
.type02_m109 [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.type02_m109 [type="checkbox"]:not(:checked)+label,
.type02_m109 [type="checkbox"]:checked+label {
  position: relative;
  padding-left: 16px;
  cursor: pointer;
  line-height: inherit;
  user-select: none;
}
/* checkbox aspect */
.type02_m109 [type="checkbox"]:not(:checked)+label::before,
.type02_m109 [type="checkbox"]:checked+label::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
}
/* checked mark aspect */
.type02_m109 [type="checkbox"]:not(:checked)+label::after,
.type02_m109 [type="checkbox"]:checked+label::after {
  content: '\e841';
  font-family: "icon_01";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 14px;
  color: #fff;
  /* transition: all .2s; */
  background-color: #666666;
  width: 20px;
  height: 20px;
  border: 2px solid #666666;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* checked changes */
.type02_m109 [type="checkbox"]:not(:checked)+label::after {
  opacity: 0;
  transform: scale(0);
}
.type02_m109 [type="checkbox"]:checked+label::after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.type02_m109 [type="checkbox"]:disabled:not(:checked)+label::before,
.type02_m109 [type="checkbox"]:disabled:checked+label::before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.type02_m109 [type="checkbox"]:disabled:checked+label::after {
  color: #999;
}
.type02_m109 [type="checkbox"]:disabled+label {
  color: #aaa;
}
.type02_m109 .product_list .title {
  margin-bottom: 1px;
  background-color: #d7d7d7;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
}
.type02_m109 .product_list .item {
  position: relative;
  display: flex;
  font-size: 15px;
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9;
}
.type02_m109 .product_list .item:last-child {
  border-bottom: none;
}
.type02_m109 .product_list .item.choose {
  background-color: #ffffee;
}
.type02_m109 .product_list .checkbox {
  position: relative;
  width: 65px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  /*   display: flex;
  align-items: start;
  justify-content: center; */
}
.type02_m109 .product_list .item_1 {
  position: relative;
  width: 160px;
  flex-grow: 0;
  flex-shrink: 0;
}
.type02_m109 .product_list .item_2 {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 15px 0 10px;
  overflow: hidden;
}
.type02_m109 .product_list .item_3 {
  position: relative;
  width: 130px;
  flex-grow: 0;
  flex-shrink: 0;
}
.type02_m109 .product_list .img_wrap {
  position: relative;
  width: 160px;
  height: 160px;
}
.type02_m109 .product_list img {
  width: 160px;
  height: 160px;
  display: block;
}
.type02_m109 .product_list .prod_name {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5em;
  color: #333;
  font-weight: bold;
}
.type02_m109 .product_list .details {
  color: #666;
  font-size: 15px;
}
.type02_m109 .product_list .details li {
  margin-bottom: 6px;
}
.type02_m109 .product_list .details strong {
  color: #FE2828;
  font-size: 15px;
  font-weight: bold;
}
.type02_m109 .product_list .btn {
  min-width: 88px;
}
.type02_m109 .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.type02_m109 .btn-wrap .btn {
  min-width: 165px;
  margin: 0 auto 15px;
  padding: 3px 5px;
  display: inline-block;
  color: #2a2a2a;
  font-size: 16px;
  box-sizing: border-box;
}
/*m110*/
.type02_m110 {
  position: relative;
}
.type02_m110 .switch {
  top: 45%;
  z-index: 1;
}
.type02_m110 .switch_inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.type02_m110 .switch_inner .item {
  width: 100%;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.type02_m110 .item_text {
  width: 100%;
  height: 4.5em;
  overflow: hidden;
  line-height: 1.5em;
  font-size: 13px;
  color: #666;
}
.type02_m110 .item_text cite {
  display: block;
  color: #333;
  font-weight: bold;
  height: 1.5em;
  overflow: hidden;
}
.type02_m110 .item_text p {
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.type02_m110 .img_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 567px;
  height: 800px;
  overflow: hidden;
  margin: 10px auto;
}
.type02_m110 .img_wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
/*m111*/
.type02_m111 {
  position: relative;
  margin-bottom: 20px;
  color: #333;
}
.type02_m111 .fixed-table {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.type02_m111 table {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
  border-spacing: 0;
  margin-bottom: 3px;
}
.type02_m111 table th,
.type02_m111 table td {
  vertical-align: middle;
  border-bottom: 1px solid #E1DFDF;
  font-size: 13px;
  line-height: 1.5em;
}
.type02_m111 table th {
  position: -webkit-sticky;
  position: sticky;
  padding: 5px 10px;
  left: 0;
  width: 100px;
  background: #F9F9F9;
  text-align: right;
  z-index: 2;
}
.type02_m111 table td {
  width: 145px;
  padding: 5px;
  text-align: left;
}
.type02_m111 table tr:first-child th {
  background: #fff;
}
.type02_m111 .img-wrap {
  position: relative;
  width: 140px;
  height: 140px;
  display: block;
  margin: 0 auto 10px;
}
.type02_m111 .img-wrap img {
  width: 140px;
  height: 140px;
  display: block;
}
.type02_m111 .badge-icon .badge {
  width: 20px;
  height: 20px;
}
.type02_m111 .badge.sign-01 {
  background-size: 18px 15px;
}
.type02_m111 .badge.sign-02 {
  background-size: 26px 26px;
}
.type02_m111 .badge.sign-03 {
  background-size: 17px 17px;
}
.type02_m111 .badge.sign-04 {
  background-size: 17px 17px;
}
.type02_m111 .sign-emag,
.type02_m111 .sign-ebook {
  width: 96px;
  height: 18px;
}
.type02_m111 .prod-name {
  /* max-width: 300px; */
  margin: 0 auto;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
  color: #252624;
  height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* -webkit-box-orient: vertical;  */
  text-align: left;
}
.type02_m111 .prod-price span {
  color: #D0021B;
}
/*m112*/
.type02_m112 .item_list {
  display: flex;
  justify-content: center;
}
.type02_m112 h3 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 126%;
  font-weight: bold;
  color: #f28900;
  line-height: 1.5;
  border-bottom: 1px dotted #d8d8d8;
}
.type02_m112 .item {
  float: left;
  width: 149px;
  height: 325px;
  overflow: hidden;
  margin-right: 9px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.38;
}
.type02_m112 .stitle {
  height: 37px;
  background: url(https://jci.book.com.tw/css/books/product/images/s_title_line.gif) no-repeat center bottom;
}
.type02_m112 .stitle p {
  position: relative;
  line-height: 20px;
  height: 24px;
  overflow: hidden;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
.type02_m112 .stitle .symbol.icon_01 {
  width: 22px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 52px;
  background: url(https://jci.book.com.tw/css/books/product/images/sp_type02_icon1.png) no-repeat -582px -693px;
  text-indent: -9999px;
  vertical-align: middle;
  display: inline-table;
}
.type02_m112 .stitle .no_list .no {
  position: absolute;
  top: 3px;
  left: 75px;
  line-height: 20px;
  font-weight: normal;
  font-size: 153.8%;
  font-style: italic;
  color: #6F9B10;
}
.type02_m112 .color_books a {
  color: #333;
}
.type02_m112 .cover {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}
.type02_m112 h4 {
  font-weight: bold;
  height: 32px;
  margin-bottom: 3px;
  overflow: hidden;
  font-size: 12.5px;
  line-height: 1.3em;
}
.type02_m112 .msg a {
  color: #666;
}
.type02_m112 .msg li {
  height: 18px;
  line-height: 1.38;
  overflow: hidden;
  font-size: 12.5px;
  color: #666;
}
.type02_m112 .msg li.date {
  max-height: 35px;
  height: auto;
}
.type02_m112 .price_a strong {
  color: #D0021B;
}
.type02_m112 .price_a {
  display: block;
  line-height: 1.5;
}
.type02_m112 .type02_right_more {
  text-align: right;
  line-height: 1em;
  height: 22px;
  font-size: 12px;
  cursor: pointer;
}
.type02_m112 .type02_right_more a {
  padding-left: 10px;
  background: url(https://jci.book.com.tw/css/books/product/images/sp_type02_icon1.png) no-repeat -295px -846px;
}
/*m113*/
.type02_m113 {
  position: relative;
}
.type02_m113 .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-transform: rotate(0.000001deg);
  overflow: hidden;
}
.type02_m113 .video iframe,
.type02_m113 .video object,
.type02_m113 .video embed,
.type02_m113 .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0 none;
  top: 0;
  left: 0;
}
.type02_m113 .container {
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  font-size: 13px;
  color: #333;
  line-height: 1.75em;
}
.type02_m113 .container img {
  max-width: 100%;
  font-size: 0;
  vertical-align: bottom;
}
.type02_m113 .container a {
  text-decoration: underline;
}
.type02_m113 .container strong {
  font-weight: bold;
}
.type02_m113 .container tr,
.type02_m113 .container td,
.type02_m113 .container th {
  height: 22px;
  padding: 5px;
  color: #000;
  border: 1px solid #C0C0C0;
  background: #ffffff;
}
.type02_m113 .container th {
  text-align: center;
  font-weight: normal;
  background: #eee;
}
/* type02_m114 */
.type02_m114 .title-box {
  padding: 12px;
  background: #f2f2f2;
}
.type02_m114 .title-box h3 {
  font-size: 15.08px;
  font-weight: 700;
  line-height: 27px;
  color: #626364;
}
.type02_m114 .guide-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  padding: 16px 8px;
}
.type02_m114 .guide-score .data-analysis {
  display: flex;
  align-items: center;
}
.type02_m114 .guide-score .data-analysis.bui-stars {
  position: relative;
}
.type02_m114 .guide-score .data-analysis.bui-stars.star-s .bui-star::before,
.type02_m114 .guide-score .data-analysis.bui-stars.star-s .bui-star::after {
  font-size: 18px;
}
.type02_m114 .guide-score .data-analysis .bui-star::before,
.type02_m114 .guide-score .data-analysis .bui-star::after {
  font-family: "icon_01";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 23px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.25em;
}
.type02_m114 .guide-score .data-analysis .bui-star::after {
  color: #ffac00;
}
.type02_m114 .guide-score .data-analysis .bui-star::before {
  color: #d3d3d3;
  content: '\e808\e808\e808\e808\e808';
}
.type02_m114 .guide-score .data-analysis .bui-star.s0::after {
  content: '';
}
.type02_m114 .guide-score .data-analysis .bui-star.s1::after {
  content: '\e84d';
}
.type02_m114 .guide-score .data-analysis .bui-star.s2::after {
  content: '\e808';
}
.type02_m114 .guide-score .data-analysis .bui-star.s3::after {
  content: '\e808\e84d';
}
.type02_m114 .guide-score .data-analysis .bui-star.s4::after {
  content: '\e808\e808';
}
.type02_m114 .guide-score .data-analysis .bui-star.s5::after {
  content: '\e808\e808\e84d';
}
.type02_m114 .guide-score .data-analysis .bui-star.s6::after {
  content: '\e808\e808\e808';
}
.type02_m114 .guide-score .data-analysis .bui-star.s7::after {
  content: '\e808\e808\e808\e84d';
}
.type02_m114 .guide-score .data-analysis .bui-star.s8::after {
  content: '\e808\e808\e808\e808';
}
.type02_m114 .guide-score .data-analysis .bui-star.s9::after {
  content: '\e808\e808\e808\e808\e84d';
}
.type02_m114 .guide-score .data-analysis .bui-star.s10::after {
  content: '\e808\e808\e808\e808\e808';
}
.type02_m114 .guide-score .data-analysis .average {
  font-size: 18px;
  font-weight: 700;
}
.type02_m114 .guide-score .data-analysis .sum {
  font-size: 13px;
  line-height: 20px;
}
.type02_m114 .guide-score .data-analysis span.divide {
  font-size: 8px;
  vertical-align: top;
  margin: 0px 8px;
  padding: 6px 0px 6px 0px;
  color: #626364;
}
.type02_m114 .guide-score .data-analysis .link>a {
  font-size: 13px;
  font-weight: 700;
  color: #626364;
  text-decoration: underline;
}
.type02_m114 .guide-score .data-analysis .rating-overview {
  width: 118px;
  height: 26px;
  display: flex;
  position: relative;
  margin: 0px 24px 0px 0px;
  padding: 0px 8px;
}
.type02_m114 .guide-score .data-analysis .rating-overview li {
  position: relative;
  padding: 0 8px;
}
.type02_m114 .guide-score .data-analysis .rating-overview li:first-child {
  padding-left: 0;
}
.type02_m114 .guide-score .data-analysis .bui-star::before,
.type02_m114 .guide-score .data-analysis .bui-star::after,
.type02_m114 .guide-score .data-analysis .bui-stars.star-s .bui-star::before,
.type02_m114 .guide-score .data-analysis .bui-stars.star-s .bui-star::after {
  font-size: 25px;
}
.type02_m114 .guide-score .publish-area>.row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
}
.type02_m114 .guide-score .publish-area>.row-between>div:first-child {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.type02_m114 .guide-score .publish-area>.row-between>div.link:first-child {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #626364;
  text-decoration: underline;
}
.type02_m114 .guide-score .publish-area>.row-between .user-score {
  font-size: 20px;
  line-height: 30px;
}
.type02_m114 .guide-score .publish-area .rating>label:before {
  font-size: 25px;
}
.type02_m114 .guide-score .publish-area>.footer {
  margin-top: 8px;
}
.type02_m114 .guide-score .publish-area .rating>input:checked~label,
.type02_m114 .guide-score .publish-area .rating:not(:checked)>label:hover,
.type02_m114 .guide-score .publish-area .rating:not(:checked)>label:hover~label {
  color: #FDCE11;
}
.type02_m114 .guide-score .publish-area .rating-box .rating>input:checked+label:hover,
.type02_m114 .guide-score .publish-area .rating-box .rating>input:checked~label:hover,
.type02_m114 .guide-score .publish-area .rating-box .rating>label:hover~input:checked~label,
.type02_m114 .guide-score .publish-area .rating-box .rating>input:checked~label:hover~label {
  color: #ffda43;
}
.type02_m114 .guide-score .publish-area .rating-box .rating>input:checked~label,
.type02_m114 .guide-score .publish-area .rating-box .rating:not(:checked)>label:hover~label {
  color: #FDCE11;
}
.type02_m114 .type02_btn14 {
  font-size: 15px;
  line-height: 22px;
  border: none;
  border-radius: 8px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}
.type02_m114 .type02_btn14.color-03 {
  color: #fff;
  background-color: #D99000;
}
.type02_m114 .evaluate-list .type02_btn14.btn-01 i,
.type02_m114 .evaluate-list .type02_btn14.btn-02 i {
  margin-right: 5px;
}
.type02_m114 .evaluate-list .type02_btn14 i::before {
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
}
.type02_m114 .evaluate-list .box-item.type-02 {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}
.type02_m114 .evaluate-list span.divide {
  color: #00000033;
  font-size: 8px;
  vertical-align: bottom;
}
.type02_m114 .evaluate-list .item-header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
}
.type02_m114 .evaluate-list .item-header .box-img {
  height: 40px;
  width: 40px;
  overflow: hidden;
}
.type02_m114 .box-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.type02_m114 .evaluate-list .item-header .box-content {
  margin-left: 16px;
}
.type02_m114 .evaluate-list .item-header .user,
.type02_m114 .evaluate-list .item-header .detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.type02_m114 .evaluate-list .item-header .user>:not(:first-child),
.type02_m114 .evaluate-list .item-header .detail>:not(:first-child),
.type02_m114 .evaluate-list .item-discuss .footer .link {
  margin-left: 6px;
  /* color: #AAAAAA; */
}
.type02_m114 .evaluate-list .item-header .user .name {
  width: 196px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.type02_m114 .evaluate-list .item-header .user.level {
  color: #AAAAAA;
}
.type02_m114 .evaluate-list .star.star-s .stars {
  margin: 0px 0px 0px 8px;
}
.type02_m114 .evaluate-list .item-header .detail .star span {
  color: #000000;
}
.type02_m114 .evaluate-list .item-body>.title {
  display: flex;
  align-items: center;
}
.type02_m114 .evaluate-list .bui-tag {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.type02_m114 .evaluate-list .item-header .bui-tag.bg-01 {
  color: #626364;
  background: #f0f0f0;
}
.type02_m114 .evaluate-list .item-header .level,
.type02_m114 .evaluate-list .item-header .date {
  color: #AAAAAA;
}
.type02_m114 .evaluate-list .item-header .other {
  color: #626364;
}
.type02_m114 .evaluate-list .bui-tag.bg-02 {
  color: #ffffff;
  background: #CD3D35;
  margin-right: 8px;
}
.type02_m114 .evaluate-list .bui-tag.bg-02>i:before {
  content: '';
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.type02_m114 .evaluate-list .bui-tag.bg-02>i.alert:before {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-triangle-alert.svg) no-repeat center center / 16px;
}
.type02_m114 .evaluate-list .item-body {
  font-size: 15px;
  color: #000;
  line-height: 22px;
  padding-left: 52px;
}
.type02_m114 .evaluate-list .item-body .title h4 {
  font-weight: 700;
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.type02_m114 .evaluate-list .item-body .title.has-tag h4 {
  width: 360px;
}
.type02_m114 .evaluate-list .item-body .description {
  text-align: justify;
  margin-top: 4px;
}
.type02_m114 .evaluate-list .item-body>.description {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 4px;
  padding-right: 24px;
}
.type02_m114 .evaluate-list .item-body>.description.limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.type02_m114 .evaluate-list .open-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #626364;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.type02_m114 .evaluate-list .open-more>span {
  cursor: pointer;
}
.type02_m114 .evaluate-list .row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type02_m114 .evaluate-list .item-footer {
  margin: 16px 0px;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 52px;
}
.type02_m114 .evaluate-list .item-footer .bui-btn {
  position: relative;
  cursor: pointer;
  padding: 0px;
  color: #000000;
  background: transparent;
  font-weight: 700;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  column-gap: 4px;
}
.type02_m114 .evaluate-list .bui-btn:not(:last-child) {
  margin-right: 16px;
}
.type02_m114 .evaluate-list .bui-btn i,
.type02_m114 .evaluate-list .bui-btn i::before {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin: auto;
}
.type02_m114 .evaluate-list .bui-btn.gold {
  color: #BF8000;
}
.type02_m114 .evaluate-list .bui-btn.btn-thumbs-up i::before {
  width: 24px;
  height: 24px;
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
}
.type02_m114 .evaluate-list .bui-btn.btn-thumbs-up i:before {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-thumbs-up.svg) no-repeat center center / 24px;
}
.type02_m114 .evaluate-list .bui-btn.btn-thumbs-up:focus i:before,
.type02_m114 .evaluate-list .bui-btn.btn-thumbs-up.gold i:before {
  background: transparent url(//jci.book.com.tw/css/books/module/images/icon-thumbs-up-gold.svg) no-repeat center center / 24px;
}
.type02_m114 .more-evaluate {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 24px 0px;
}
.type02_m114 .more-evaluate a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.type02_m114 .more-evaluate a>span {
  color: #626364;
  font-size: 15px;
  line-height: 22px;
  margin-right: 4px;
}
.type02_m114 .more-evaluate a>i {
  color: #626364;
}
/*----------------------------------------------------------------------------*/
/*review star*/
.jquery-ratings-star {
  width: 22px;
  height: 22px;
  background: url(images/star-off.png) no-repeat;
  float: left;
  margin-right: 2px;
}
.jquery-ratings-full {
  background: url(images/star-on.png) no-repeat;
}
.star dfn {
  margin-right: 3px;
  float: left;
  line-height: 2;
}
.star .style_1 {
  height: 23px;
  width: 115px;
  margin-top: 2px;
  float: left;
  text-indent: -9999px;
  background: url(images/star-off.png) repeat-x;
}
.star .style_1 .star0 {
  height: 23px;
  display: block;
  text-indent: -9999px;
  background: url(images/star-off.png) repeat-x;
}
.star .style_1 .star1,
.star .style_1 .star2,
.star .style_1 .star3,
.star .style_1 .star4,
.star .style_1 .star5 {
  height: 23px;
  display: block;
  text-indent: -9999px;
  background: url(images/star-on.png) repeat-x;
}
.star .style_1 .star1 {
  width: 23px;
}
.star .style_1 .star2 {
  width: 46px;
}
.star .style_1 .star3 {
  width: 69px;
}
.star .style_1 .star4 {
  width: 92px;
}
.star .style_1 .star5 {
  width: 115px;
}
.star .style_1 .star0 {
  width: 115px;
}
.star .style_2 {
  height: 15px;
  width: 75px;
  margin-top: 4px;
  float: left;
  background: url(images/star_s-off.png) repeat-x;
}
.star .style_2 .star0 {
  height: 15px;
  display: block;
  text-indent: -9999px;
  background: url(images/star_s-off.png) repeat-x;
}
.star .style_2 .star1,
.star .style_2 .star2,
.star .style_2 .star3,
.star .style_2 .star4,
.star .style_2 .star5 {
  height: 15px;
  display: block;
  text-indent: -9999px;
  background: url(images/star_s-on.png) repeat-x;
}
.star .style_2 .star1 {
  width: 15px;
}
.star .style_2 .star2 {
  width: 30px;
}
.star .style_2 .star3 {
  width: 45px;
}
.star .style_2 .star4 {
  width: 60px;
}
.star .style_2 .star5 {
  width: 75px;
}
.star .style_2 .star0 {
  width: 75px;
}
/*----------------------------------------------------------------------------*/
/*serial cont*/
.type02_specific_wrap {
  padding: 15px 0 40px;
}
.type02_specific_01 .clearfix {
  display: flex;
}
.type02_specific_01 .cover {
  width: 160px;
  height: 160px;
  float: left;
  font-size: 0;
}
.type02_specific_01 .cont {
  margin-left: 175px;
  padding-top: 20px;
}
.type02_specific_01 h2 {
  font-weight: bold;
  font-size: 116%;
  line-height: 1.38;
}
.type02_specific_01 .list {
  margin-top: 10px;
}
.type02_specific_01 .list em {
  color: #333;
}
.type02_specific_01 .list li {
  line-height: 1.75;
}
.type02_specific_02 .hr_shadow {
  position: relative;
  text-align: center;
}
.type02_specific_02 .hr_shadow strong {
  font-size: 16px;
  line-height: 25px;
}
.type02_specific_02 .hr_shadow .page {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 12px;
  letter-spacing: 2px;
}
.type02_specific_02 .hr_shadow .page b {
  font-weight: bold;
  color: #d93800;
}
.type02_specific_02 .cont {
  width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 15px;
  line-height: 25px;
  color: #292929;
  text-align: justify;
}
.type02_specific_02 .cont strong {
  font-weight: bold;
}
.type02_p01_wrap {
  margin-bottom: 50px;
}
.type02_p01_wrap .cnt_prod_img001 .cover_img img.cover {
  width: 348px;
  height: 348px;
}
/*p001*/
.type02_p001 .icon_01,
.type02_p001 .icon_01:hover,
.type02_p001 .icon_01:active,
.type02_p001 .icon_02,
.type02_p001 .icon_02:hover,
.type02_p001 .icon_02:active,
.type02_p001 .icon_03,
.type02_p001 .icon_04,
.type02_p001 .icon_04:hover,
.type02_p001 .icon_04:active,
.type02_p001 .icon_05,
.type02_p001 .icon_05:hover,
.type02_p001 .icon_05:active,
.type02_p001 .icon_06,
.type02_p001 .icon_06:hover,
.type02_p001 .icon_06:active,
.type02_p001 .icon_07,
.type02_p001 .icon_07:hover,
.type02_p001 .icon_07:active,
.type02_p001 .icon_08,
.type02_p001 .icon_08:hover,
.type02_p001 .icon_08:active,
.type02_p001 .icon_09,
.type02_p001 .icon_09:hover,
.type02_p001 .icon_09:active,
.type02_p001 .icon_10,
.type02_p001 .icon_10:hover,
.type02_p001 .icon_10:active,
.type02_p001 .icon_11,
.type02_p001 .icon_12 {
  background-image: url(images/sp_type02_pic1.png);
  background-repeat: no-repeat;
}
.type02_p001 {
  width: 46px;
  height: 49px;
  float: left;
  margin-right: 8px;
}
.type02_p001 span {
  width: 46px;
  height: 49px;
  display: block;
  float: left;
  margin-right: 8px;
  _margin-right: 0;
  text-indent: -9999px;
}
.type02_p001 a {
  cursor: pointer;
}
.type02_p001 .icon_01 {
  background-position: 0px -123px;
}
.type02_p001 .icon_01:hover,
.type02_p001 .icon_01:active {
  background-position: 0px -179px;
}
.type02_p001 .icon_02 {
  background-position: -62px -123px;
}
.type02_p001 .icon_02:hover,
.type02_p001 .icon_02:active {
  background-position: -62px -179px;
}
.type02_p001 .icon_03 {
  background-position: -124px -123px;
}
.type02_p001 .icon_04 {
  background-position: -186px -123px;
}
.type02_p001 .icon_04:hover,
.type02_p001 .icon_04:active {
  background-position: -186px -179px;
}
.type02_p001 .icon_05 {
  background-position: -248px -123px;
}
.type02_p001 .icon_05:hover,
.type02_p001 .icon_05:active {
  background-position: -248px -179px;
}
.type02_p001 .icon_06 {
  background-position: -310px -123px;
}
.type02_p001 .icon_06:hover,
.type02_p001 .icon_06:active {
  background-position: -310px -179px;
}
.type02_p001 .icon_07 {
  background-position: -372px -123px;
}
.type02_p001 .icon_07:hover,
.type02_p001 .icon_07:active {
  background-position: -372px -179px;
}
.type02_p001 .icon_08 {
  background-position: -434px -123px;
}
.type02_p001 .icon_08:hover,
.type02_p001 .icon_08:active {
  background-position: -434px -179px;
}
.type02_p001_wrap {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /*-webkit-justify-content: center;
          justify-content: center;*/
}
.type02_p001_count {
  margin-right: 8px;
  position: relative;
  width: 46px;
  float: left;
  text-align: center;
  border: 1px solid #d3d3d3;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.type02_p001_count span {
  font-size: 12px;
  line-height: 15px;
  color: #666666;
  display: block;
  height: 30px;
  overflow: hidden;
}
.type02_p001_count .arrow_l_int {
  width: 0px;
  height: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #d3d3d3 transparent transparent;
  position: absolute;
  top: 30%;
  left: -12px;
}
.type02_p001_count .arrow_l_out {
  width: 0px;
  height: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 30%;
  left: -11px;
}
.type02_p001 .icon_09 {
  background-position: -496px -123px;
}
.type02_p001 .icon_09:hover,
.type02_p001 .icon_09:active {
  background-position: -496px -179px;
}
.type02_p001 .icon_10 {
  background-position: -558px -123px;
}
.type02_p001 .icon_10:hover,
.type02_p001 .icon_10:active {
  background-position: -558px -179px;
}
.type02_p001 .icon_11 {
  background-position: -620px -123px;
}
.type02_p001 .icon_12 {
  background-position: -620px -179px;
}
/*p002*/
.type02_p002 {
  color: #333333;
  line-height: 1.38;
}
.type02_p002 h1 {
  font-size: 130.8%;
  font-weight: bold;
}
.type02_p002 h1 .u_product_fav {
  font-weight: normal;
  margin-left: 6px;
}
/*p003*/
.type02_p003 {
  line-height: 1.7;
}
.type02_p01_wrap .prd002,
.type02_p01_wrap .prd002 .price {
  line-height: 1.7;
}
.type02_p01_wrap .cnt_prod002 .prod_cont_a {
  padding-left: 0;
}
.type02_p01_wrap .cnt_prod002 ul.price li {
  line-height: 1.7;
  letter-spacing: normal;
}
.type02_p01_wrap .price b,
.type02_p01_wrap .price strong.price01 b {
  font-size: 116%;
  color: #d93800;
}
.type02_p01_wrap .cnt_prod002 ul.price strong {
  color: #d93800;
  margin: 0 2px;
}
.type02_p01_wrap ul.smoney_cnt li.smoney,
.type02_p01_wrap ul.smoney_cnt li.smoney_bk {
  background: url(images/sp_type02_icon1.png) no-repeat -675px -1647px;
}
.type02_p01_wrap ul.info_cnt li.info {
  background: url(images/sp_type02_icon1.png) no-repeat -175px -1347px;
}
.type02_p01_wrap .cnt_prod002 .prod_cont_b {
  padding-left: 0;
}
.type02_p01_wrap .cnt_prod002 .hr_01 {
  display: none;
}
.type02_p003 .type02_btn08 {
  line-height: 16px;
  padding-top: 2px;
}
/*p004*/
.type02_p004 {
  color: #333333;
  margin-top: 10px;
}
.type02_p004 .bd {
  padding: 0 7px 7px;
}
.type02_p004 .line {
  border-bottom: 1px solid #cfcfcf;
}
.type02_p004 .box_1 {
  position: relative;
  width: 65px;
  float: left;
}
.type02_p004 .box_2 {
  position: relative;
  width: 111px;
  float: left;
  line-height: 1.38;
}
.type02_p004 .box_2 strong {
  color: #FE2828;
}
.type02_p004 h4 {
  color: #fff;
  margin-bottom: 7px;
}
.type02_p004 h4 strong {
  background: #9a9a9a;
  display: inline-block;
  padding: 2px 5px;
}
.type02_p004 .cover {
  width: 54px;
  height: 54px;
  border: 1px solid #cfcfcf;
}
.type02_p004 .special_border_div {
  width: 56px;
  height: 56px;
}
.type02_p004 span.more {
  margin-left: 5px;
}
/*p005*/
.type02_p005 {
  line-height: 1.38;
}
.type02_p005 .bd {
  padding: 0 7px 7px;
}
.type02_p005 .line {
  border-bottom: 1px solid #cfcfcf;
}
.type02_p005 h4 strong {
  color: #F28900;
  font-weight: bold;
}
.type02_p005 h5 {
  line-height: 1.38;
  height: 18px;
  overflow: hidden;
  color: #333;
}
.type02_p005 span.more {
  margin-left: 5px;
}
.type02_p005 p {
  position: relative;
}
/*p006*/
.type02_p006 .btn {
  text-align: center;
  padding: 0 10px;
}
.type02_p006 .type02_btn02 {
  width: 155px;
}
/*p007*/
.type02_p007 {
  padding-left: 20px;
}
.type02_p007 p {
  float: left;
  margin: 0;
  line-height: 20px;
  padding: 5px 0;
}
.type02_p007 li {
  height: 30px;
  float: left;
  padding: 5px 0;
  box-sizing: border-box;
}
.type02_p007 span {
  left: -9999px;
  position: absolute;
}
.type02_p007 li.fbblock {
  /*width: 50%;*/
  margin: 0;
  padding: 8px 0 0 0;
}
.type02_p007 li.googleblock {
  /*width: 50%;*/
  margin: 0;
  padding: 0;
}
.type02_p007 .fb a,
.type02_p007 .pl a,
.type02_p007 .tw a {
  display: block;
  background-image: url(https://jci.book.com.tw/css/books/product/images/sp_type01.gif);
  background-repeat: no-repeat;
}
.type02_p007 .fb a {
  width: 20px;
  height: 20px;
  background-position: -250px -236px;
}
.type02_p007 .pl a {
  width: 20px;
  height: 20px;
  background-position: -270px -236px;
}
.type02_p007 .tw a {
  width: 20px;
  height: 20px;
  background-position: -290px -236px;
}
/*p008*/
.type02_p008 {
  color: #333;
}
.type02_p008 .top {
  display: none;
}
.type02_p008 .inner {
  position: relative;
  background: #eee;
  padding-bottom: 5px;
  border: 1px solid #d0d0d0;
  border-radius: 5px 5px 5px 5px;
}
.type02_p008 strong {
  margin: 0 2px;
  font-weight: bold;
  color: #fd010c;
}
.type02_p008 .icon_24hr {
  margin: 5px auto 5px;
  width: 141px;
  height: 27px;
  text-indent: -9999px;
  display: block;
  cursor: pointer;
  background: url(images/sp_type02_pic1.png) no-repeat 0 -553px;
}
.type02_p008 .line {
  padding-bottom: 5px;
  background: url(images/type02_line1.gif) repeat-x bottom;
}
.type02_p008 .box_2 {
  padding: 5px 10px 0;
  line-height: 1.38;
}
.type02_p008 .list li {
  padding: 5px 0;
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #fff;
}
.type02_p008 .list li.no {
  border: none;
}
.type02_p008 .list li.first,
.type02_p008 .list li:first-child {
  border-top: none;
}
.type02_p008 .list li.last,
.type02_p008 .list li:last-child {
  border-bottom: none;
}
.type02_p008 .btn li {
  margin: 5px 0;
}
.type02_p008 .type02_btn04,
.type02_p008 .type02_btn07,
.type02_p008 .type02_btn10 {
  width: 165px;
}
.type02_p008 .type02_btn04 span {
  padding-right: 10px;
}
.type02_p008 .type02_btn04 span span {
  padding-left: 50px;
}
.type02_p008 .type02_btn04 .btn_icon01 {
  width: 35px;
  height: 22px;
  position: absolute;
  top: 7px;
  left: 10px;
  background: url(images/sp_type02_pic1.png) no-repeat 0px -642px;
}
.type02_p008 .wishlist {
  line-height: 1.75em;
}
.type02_p008 .wishlist a {
  color: #2C62C2;
  text-decoration: none;
}
.type02_p008 .type02_btn11 {
  position: relative;
  width: 165px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 33px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #88bb1e;
  border: 1px solid #777;
  border-radius: 6px;
  text-decoration: none;
}
.type02_p008 .type02_btn11 i.icon {
  position: absolute;
  top: 1px;
  left: 5px;
}
.type02_p008 .type02_btn11 i.icon::before {
  font-family: "icon_01";
  content: '\e846';
  color: #FFF;
  font-size: 17px;
  width: 27px;
  height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  background-color: #66910E;
  font-style: normal;
}
.type02_p008 .bottom,
.type02_p008 .bottom .bl,
.type02_p008 .bottom .br {
  display: none;
}
/*p009*/
.type02_p009 {
  padding: 0 8px;
}
.type02_p009 b.top {
  height: 10px;
  background: url(images/p009_top_bg.gif) repeat-x top;
}
.type02_p009 .inner {
  padding-top: 15px;
  border-right: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  background: #fdfdfd url(images/p009_bg.gif) repeat-x top;
  border-radius: 0 0 5px 5px;
}
.type02_p009 .box {
  padding-bottom: 8px;
  overflow: hidden;
  background: url(images/p009_bottom_bg.gif) repeat-x right bottom;
  border-radius: 0 0 6px 6px;
}
.type02_p009 .btn {
  text-align: center;
}
.type02_p009 .type02_btn02 {
  width: 126px;
}
.type02_p009 .bottom {
  display: none;
}
/*p010*/
.type02_p010 {
  border: 1px solid #9a9a9a;
}
.type02_p010 h4 {
  color: #fff;
  padding: 2px 5px;
  background-color: #9a9a9a;
}
.type02_p010 .bd {
  padding: 5px 10px;
  line-height: 25px;
}
.type02_p010 .help {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
  background: url(images/sp_type02_icon1.png) no-repeat -581px -1198px;
}
.type02_p010 .googlePlay,
.type02_p010 .appStore {
  text-indent: -9999px;
  width: 82px;
  height: 24px;
  margin-right: 3px;
  display: inline-block;
  float: left;
  background: url(images/sp_type02_pic1.png) no-repeat -818px -556px;
}
.type02_p010 .appStore {
  margin-right: 0;
  background: url(images/sp_type02_pic1.png) no-repeat -918px -556px;
}
.type02_p010 .btn_wrap a:last-child {
  margin-right: 0;
}
/*p011*/
.type02_p011 {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 10px 0;
  position: relative;
}
.type02_p011 .left {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 40px;
  top: calc(58% - 20px);
  left: 0;
  text-indent: -9999px;
  background: url(images/sp_type02_pic1.png) no-repeat -899px -655px;
}
.type02_p011 .left:hover {
  background: url(images/sp_type02_pic1.png) no-repeat -899px -718px;
}
.type02_p011 .right {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 40px;
  top: calc(58% - 20px);
  right: 0;
  background: url(images/sp_type02_pic1.png) no-repeat -970px -655px;
  text-indent: -9999px;
}
.type02_p011 .right:hover {
  background: url(images/sp_type02_pic1.png) no-repeat -970px -718px;
}
.type02_p011 .title strong {
  color: #da3800;
  font-size: 13px;
  line-height: 15px;
}
.type02_p011 ul {
  position: relative;
  overflow: hidden;
  width: 351px;
  margin: 5px auto 0;
  display: flex;
  overflow: hidden;
}
.type02_p011 ul span {
  display: block;
}
.type02_p011 ul li {
  width: 107px;
  font-size: 12px;
  line-height: 15px;
  float: left;
  border-radius: 2px;
  margin: 0 4px;
  border: 1px solid #cfcfcf;
  flex-grow: 0;
  flex-shrink: 0;
}
.type02_p011 ul li:hover {
  border: 1px solid #e77600;
}
.type02_p011 ul li.here {
  border: 1px solid #e77600;
  background: #eeeeee;
}
.type02_p011 li a {
  text-decoration: none;
  display: block;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type02_p011 .price em {
  color: #da3800;
  text-decoration: none;
}
/*p012*/
.type02_p012 {
  padding: 0 7px;
  color: #999;
  font-size: 13px;
}
.type02_p012 li {
  line-height: 22px;
  margin-bottom: 3px;
}
.type02_p012 li em {
  color: #f04f47;
}
.type02_p012 li:first-child {
  color: #f04f47;
}
.type02_p012 li:last-child {
  margin-bottom: 0;
}
/*p013*/
.type02_p013 {
  color: #666;
  font-size: 12px;
}
.type02_p013 li {
  line-height: 22px;
  margin-bottom: 3px;
}
.type02_p013 li em {
  color: #f04f47;
}
.type02_p013 li:last-child {
  margin-bottom: 0;
}
.type02_p013 li i::before {
  color: #F28900;
  font-size: 1.2em;
}
/* p014 */
.type02_p014 {
  position: relative;
  margin: 20px auto;
  padding-left: 20px;
}
.type02_p014 .push-list .title {
  font-size: 13px;
  color: #666;
  margin-right: 5px;
}
.type02_p014 .push-list {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.type02_p014 .push-list li {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}
.type02_p014 .push-list li:last-child {
  margin-right: 0;
}
.type02_p014 i.svg-logo-fb,
.type02_p014 i.svg-logo-line,
.type02_p014 i.svg-icon-link {
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.type02_p014 .push-list i.svg-logo-fb {
  background-image: url(//jci.book.com.tw/jss/books/mobilebase/css/images/svg-logo-fb.svg);
}
.type02_p014 .push-list i.svg-logo-line {
  background-image: url(//jci.book.com.tw/jss/books/mobilebase/css/images/svg-logo-line.svg);
}
.type02_p014 .push-list i.svg-icon-link {
  background-image: url(//jci.book.com.tw/jss/books/mobilebase/css/images/svg-icon-link.svg);
}
.type02_p014 .like-button {
  height: 20px;
  width: 85px;
  border: none;
  overflow: hidden;
  line-height: 0;
}
.type02_p014 .svg-icon-link {
  position: relative;
}
.type02_p014 .svg-icon-link::before {
  content: attr(data-tooltip);
}
.type02_p014 .svg-icon-link:active::before,
.type02_p014 .svg-icon-link:active::after {
  opacity: 1;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.type02_p014 .svg-icon-link[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  width: 50px;
  margin-right: -50%;
  margin-left: -50%;
  top: -20px;
  filter: blur(0);
  line-height: 22px;
  padding: 3px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.type02_p014 .svg-icon-link::before,
.type02_p014 .svg-icon-link::after {
  opacity: 0;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
/*type02_p015*/
.type02_p015 {
  position: relative;
  padding: 10px 0;
  font-size: 13px;
  border-bottom: 1px solid #d8dad8;
}
.type02_p015 .prev {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 40px;
  top: calc(50% - 20px);
  left: -20px;
  text-indent: -9999px;
  background: url(images/sp_type02_pic1.png) no-repeat -899px -655px;
}
.type02_p015 .prev:hover {
  background: url(images/sp_type02_pic1.png) no-repeat -899px -718px;
}
.type02_p015 .next {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 40px;
  top: calc(50% - 20px);
  right: -20px;
  background: url(images/sp_type02_pic1.png) no-repeat -970px -655px;
  text-indent: -9999px;
}
.type02_p015 .next:hover {
  background: url(images/sp_type02_pic1.png) no-repeat -970px -718px;
}
.type02_p015 .title {
  margin-bottom: 5px;
  font-size: 13px;
  color: #666;
  display: block;
}
.type02_p015 .title em {
  padding: 0 3px;
  color: #d0021b;
  font-weight: normal;
}
.type02_p015 .cards {
  position: relative;
  width: 351px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.type02_p015 .item a {
  display: flex;
  text-decoration: none;
}
.type02_p015 .cards .s-title {
  display: block;
  margin-bottom: 5px;
}
.type02_p015 .cards .item {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.type02_p015 .cards .item {
  margin: 0 4px;
}
.type02_p015 .cards .wrap {
  width: 170px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.type02_p015 .cards .item:hover .wrap {
  border: 1px solid #e77600;
}
.type02_p015 .cards .item.active .wrap {
  border: 1px solid #e77600;
  background-color: #eeeeee;
}
.type02_p015 .price {
  color: #6c6c6c;
  font-size: 12px;
  font-weight: normal;
}
.type02_p015 .price em {
  color: #d0021b;
  font-weight: bold;
  text-decoration: none;
}
.type02_p015 a:hover .price {
  color: #6c6c6c;
}
.type02_p015 .note {
  font-weight: normal;
  margin-top: 3px;
  line-height: 1.4em;
  color: #616161;
}
.type02_p015 a:hover .note {
  color: #616161;
}
/*type02_p016*/
.type02_p016 {
  width: 170px;
  margin: 0 auto 15px;
  position: relative;
}
.type02_p016 img {
  width: 170px;
  height: auto;
}
.type02_p016 li {
  margin-bottom: 10px;
}
.type02_p016 li:last-child {
  margin-bottom: 0;
}
/*type02_p017*/
.type02_p017 {
  position: relative;
  margin-bottom: 12px;
}
.type02_p017 .title {
  display: block;
  color: #6C6C6C;
  font-size: 13px;
  line-height: 1.75em;
}
.type02_p017 i.icon-info {
  color: #D93800;
  font-size: 17px;
  cursor: pointer;
}
.type02_p017 i.icon-info::before {
  margin-right: 0;
  margin-left: 0;
  vertical-align: middle;
}
.type02_p017 .info {
  color: #6C6C6C;
  font-size: 13px;
  line-height: 1.75em;
}
.type02_p017 .cards {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.type02_p017 .cards .item {
  margin: 4px 10px 4px 0;
  font-size: 13px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
.type02_p017 .item>a {
  display: flex;
}
.type02_p017 .item .wrap {
  width: 155px;
  min-height: 55px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.type02_p017 .item:hover .wrap {
  border: 1px solid #ef7a31;
  opacity: 1;
}
.type02_p017 .active .wrap {
  border: 1px solid #ef7a31;
  background-color: rgba(239, 122, 49, 0.15);
}
.type02_p017 .active .s-title,
.type02_p017 .active .note b,
.type02_p017 .active .note .num {
  font-weight: bold;
}
.type02_p017 .disabled .wrap,
.type02_p017 .item.disabled:hover .wrap {
  color: #AEAEAE;
  cursor: not-allowed;
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
}
.type02_p017 .disabled .icon-bui-op {
  background-image: url("//jci.book.com.tw/img/bui/icon_P_gray.svg");
}
.type02_p017 .disabled .num {
  color: #AEAEAE;
}
.type02_p017 .item .s-title {
  font-size: 13px;
  line-height: 20px;
}
.type02_p017 .item .note {
  font-size: 13px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
}
.type02_p017 .num {
  color: #D0021B;
}
.type02_p017 .icon-bui-op {
  width: 13px;
  height: 13px;
  margin-right: 4px;
  display: inline-block;
  background-size: cover;
  background-image: url("//jci.book.com.tw/img/bui/icon_P.svg");
}
.type02_p017 .tooltip-wrap {
  position: relative;
  font-size: 13px;
}
.type02_p017 .tooltip {
  width: 330px;
  padding: 32px 14px 12px;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: left;
  color: #666;
  background-color: #fff;
  border: 1px solid #999;
  box-shadow: 0 0 10px rgb(13, 13, 13, 30%);
  z-index: 9999;
  display: none;
}
.type02_p017 .tooltip::before,
.type02_p017 .tooltip::after {
  border-color: transparent;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 22.3%;
  bottom: -8.2px;
}
.type02_p017 .tooltip::before {
  border-top-color: #999;
}
.type02_p017 .tooltip::after {
  border-top-color: #fff;
  margin-bottom: 2px;
}
.type02_p017 .tooltip .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 32px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.type02_p017 .tooltip .btn-close i::before {
  content: '\e809';
  font-family: "icon_01";
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.type02_p017 .tooltip .content {
  padding: 8px;
  background-color: #eee;
  border-radius: 6px;
}
.type02_p017 .tooltip .msg {
  font-size: 15px;
  color: #333;
  line-height: 26px;
}
/*type02_p018*/
.type02_p018 {
  position: relative;
  margin: 12px auto;
  font-size: 13px;
  color: #666;
}
.type02_p018 ul {
  width: 100%;
}
.type02_p018 ul li {
  position: relative;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
  display: block;
}
.type02_p018 ul li.notice {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.type02_p018 ul li.notice.red {
  color: #d93800;
}
.type02_p018 ul li:last-child {
  margin-bottom: 0;
}
.type02_p018 li a {
  color: #0066c0;
}
.type02_p018 .notice_more .box {
  display: flex;
}
.type02_p018 .notice_more .text {
  width: auto;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 20px;
  line-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.type02_p018 .notice_more .text.show {
  height: auto;
  overflow: visible;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
}
.type02_p018 .notice_more .toggle-btn {
  width: 30px;
  padding-top: 3px;
  display: flex;
  margin-left: auto;
  justify-content: center;
  align-items: start;
  flex-grow: 0;
  flex-shrink: 0;
  border: none;
  background: transparent;
}
.type02_p018 .notice_more .toggle-btn i::before {
  content: '';
  padding-left: 25px;
}
.type02_p018 .notice_more .toggle-btn i::before {
  background: url("images/sp_type02_icon1.png") no-repeat -685px -148px;
}
.type02_p018 .notice_more .toggle-btn.slide-up i::before {
  background: url("images/sp_type02_icon1.png") no-repeat -585px -198px;
}
/* type02_p019 */
.type02_p019 {
  position: relative;
  margin-bottom: 12px;
  padding: 10px 0;
  font-size: 14px;
  border-top: 1px solid #d8dad8;
}
.type02_p019 .title {
  width: 100%;
  overflow: hidden;
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.type02_p019 .item-list {
  width: 100%;
  position: relative;
  margin: 5px auto 10px;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #d8dad8;
  transition: height 300ms ease-in;
}
.type02_p019 .collapse .item-list {
  height: 105px;
  overflow: hidden;
  transition: none;
}
.type02_p019 .item {
  margin: 0 6px 12px 0;
}
.type02_p019 .item:nth-child(4n) {
  margin-right: 0;
}
.type02_p019 .img-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  border: 1px solid transparent;
}
.type02_p019 .img-wrap img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
.type02_p019 .item.active .img-wrap,
.type02_p019 .item:hover .img-wrap {
  border: 1px solid #ef7a31;
}
.type02_p019 .more {
  display: flex;
  line-height: 1.5em;
  height: 1.5em;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  color: #333;
}
.type02_p019 .more a {
  color: #333;
}
.type02_p019 .toggle-btn {
  position: relative;
  padding: 0 20px 0 0;
  font-size: 13px;
  color: #333;
}
.type02_p019 .toggle-btn::before {
  position: absolute;
  top: 1px;
  right: 0;
  content: '';
  width: 20px;
  height: 20px;
}
.type02_p019 .collapse .toggle-btn::before {
  background: url("images/sp_type02_icon1.png") no-repeat -685px -148px;
}
.type02_p019 .toggle-btn::before {
  background: url("images/sp_type02_icon1.png") no-repeat -585px -198px;
}
/* type02_p020 */
.type02_p020 {
  position: relative;
  display: inline-flex;
  background: #f3f3f5;
  border-radius: 8px;
  margin: 0 auto 10px;
  padding: 0 8px;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
  color: #333;
  align-items: center;
}
.type02_p020 .ratingValue {
  margin: 0 5px 0 5px;
}
.type02_p020 .bui-stars {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 90px;
  height: 15px;
}
.type02_p020 .total {
  position: relative;
  margin: 0;
  padding: 0 9px 0 11px;
}
.type02_p020 .total::after,
.type02_p020 .btn-link::after {
  position: absolute;
  top: 7px;
  margin: 0;
  padding: 0;
  content: "";
  width: 1px;
  height: 7px;
  overflow: hidden;
  color: #c9c9c9;
}
.type02_p020 .total::after,
.type02_p020 .btn-link::after {
  left: 0;
  border-left: 1px solid #c9c9c9;
}
.type02_p020--v2 .type02_p020 .total::after,
.type02_p020--v2 .type02_p020 .btn-link::after {
  border-left: none;
}
.type02_p020 .bui-stars {
  line-height: 1;
}
.type02_p020 .bui-stars.star-s .bui-star::before,
.type02_p020 .bui-stars.star-s .bui-star::after {
  font-size: 15px;
}
.type02_p020 .btn-link {
  position: relative;
  margin: 0;
  padding: 0 0 0 11px;
  display: inline-block;
  color: #333;
}
.type02_p020--v2 .type02_p020 .btn-link {
  padding: 0;
}
.type02_p020 .btn-link:hover {
  color: #F28900;
}
.type02_p020 .btn-link i:before {
  margin: 0;
}
/* bui-stars */
.type02_p020 .bui-stars {
  position: relative;
}
.type02_p020 .bui-stars.star-s .bui-star::before,
.type02_p020 .bui-stars.star-s .bui-star::after {
  font-size: 15px;
}
.type02_p020 .bui-star::before,
.type02_p020 .bui-star::after {
  font-family: "icon_01";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 0.25em;
}
.type02_p020 .bui-star::after {
  color: #ffac00;
}
.type02_p020 .bui-star::before {
  color: #d3d3d3;
  content: '\e808\e808\e808\e808\e808';
}
.type02_p020 .bui-star.s0::after {
  content: '';
}
.type02_p020 .bui-star.s1::after {
  content: '\e84d';
}
.type02_p020 .bui-star.s2::after {
  content: '\e808';
}
.type02_p020 .bui-star.s3::after {
  content: '\e808\e84d';
}
.type02_p020 .bui-star.s4::after {
  content: '\e808\e808';
}
.type02_p020 .bui-star.s5::after {
  content: '\e808\e808\e84d';
}
.type02_p020 .bui-star.s6::after {
  content: '\e808\e808\e808';
}
.type02_p020 .bui-star.s7::after {
  content: '\e808\e808\e808\e84d';
}
.type02_p020 .bui-star.s8::after {
  content: '\e808\e808\e808\e808';
}
.type02_p020 .bui-star.s9::after {
  content: '\e808\e808\e808\e808\e84d';
}
.type02_p020 .bui-star.s10::after {
  content: '\e808\e808\e808\e808\e808';
}
/*gradient*/
.type02_gradient {
  z-index: 2;
  position: relative;
  height: 50px;
  margin-top: -50px;
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 100%);
  display: block;
}
.type02_bun07 {
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 5%, #b3b3b3 100%);
  background-color: #ffffff;
  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;
  width: 165px;
}
/*20150316*/
.type02_p003 {
  position: relative;
}
.type02_p003 li {
  position: relative;
  line-height: 22px;
  margin-bottom: 3px;
}
.type02_p003 .help {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
  background: url(images/sp_type02_icon1.png) no-repeat -581px -1198px;
}
.type02_p003 .trace_box {
  width: 350px;
  position: absolute;
  top: -4px;
  left: 33px;
  text-align: left;
  background-color: #fff;
  border: solid #999;
  border-width: 1px 1px 1px 5px;
  color: #333;
  z-index: 2;
  min-height: 100px;
}
.type02_p003 .trace_box .arrow {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: transparent;
  border-right-color: #999;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 8px;
  left: -17px;
  _display: none;
}
.type02_p003 .trace_box .list_raced {
  border-bottom: 1px dotted #999;
  padding: 0 5px;
}
.type02_p003 .list_raced>h4 {
  position: relative;
}
.type02_p003 .list_raced .edit {
  float: right;
}
.type02_p003 .trace_box .list_raced li {
  padding-left: 16px;
  background: url(images/sp_type02_icon1.png) no-repeat -586px -1696px;
}
.type02_p003 .trace_box .list_trace {
  padding: 5px;
}
.type02_p003 .trace_box .list_trace li {
  padding-left: 20px;
  position: relative;
}
.type02_p003 .trace_box ul {
  font-weight: bold;
}
.type02_p003 .trace_box input {
  margin-right: 5px;
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 15px;
}
.type02_p003 .trace_box label {
  line-height: 1.38;
}
.type02_p003 .trace_btn_wrap {
  background-color: #f3f3f3;
  padding: 8px;
}
.type02_p003 .trace_btn_wrap .type02_btn09 {
  margin: 0 5px 0 0;
}
/*win*/
.u-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.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.25; */
  /*opacity: :0.25; */
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 99999;
}
.book-free-win {
  z-index: 999999;
  position: fixed;
  width: 500px;
  height: 212px;
  top: 40%;
  left: 50%;
  margin-left: -250px;
  margin-top: -106px;
}
.book-free-win .wrap {
  position: relative;
  overflow: hidden;
  color: #333333;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.book-free-win .winscroll {
  max-height: 122px;
  overflow-y: auto;
  margin: 10px 10px 20px;
}
.book-free-win i.icon-ok-1 {
  color: #94C722;
  font-size: 30px;
  font-weight: bold;
  vertical-align: bottom;
}
.book-free-win p {
  line-height: 2em;
  font-size: 16px;
}
.book-free-win b {
  font-weight: bold;
}
.book-free-win .red {
  color: #D0021B;
}
.book-free-win .fbar {
  text-align: center;
  margin: 0px;
  padding-top: 10px;
  min-height: 50px;
  overflow: hidden;
  border-top: 1px solid #e6e4e4;
}
.book-free-win .btn {
  margin: 0 5px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 10px 15px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
  background-color: #f9f9f9;
  display: inline-block;
  -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
  -moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
  box-shadow: inset 1px 1px 0px 0px #ffffff;
}
a.mod-anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
  transition-delay: 2s;
}
/*u_product_fav*/
.u_product_fav {
  font-size: 12px;
  line-height: 1.5em;
  color: #666;
}
.u_product_fav i::before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  height: 8px;
  width: 8px;
  border-radius: 10px;
  background: #f00;
}
/*商品介紹影片*/
.play_btn {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: url('https://jci.book.com.tw/css/books/mobile/images/video_icon.png') no-repeat 0 0 / 100% 100%;
  cursor: pointer;
  z-index: 2;
}
.video_fram {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.video_area {
  width: calc(98% - 20px);
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #121212;
  padding: 10px;
}
.video_container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_container_topbar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #fff;
  margin-bottom: 8px;
}
.video_container_topbar span {
  font-size: 16px;
  cursor: pointer;
}
.video_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type02_m040 .special_border_div {
  height: 85px;
  width: 85px;
}
.type02_m007 .special_border_div {
  height: 140px;
  width: 140px;
}