/********** component **********/
/*** inlineBlock Alignment ***/
/*** color ***/
/*** text ***/
/****************************** MenuText ******************************/
/*** s1 ***/
/*** s2 ***/
/*** s3 ***/
/*** Fixed value ***/
/*** form structure ***/
/** checkbox **/
/*** form ***/
/************************* overallSize ****************************/
/************************* btn Controler ****************************/
/************************* bgSize Controler ****************************/
/*** co-c2-listingBox1Item ***/
/* line 6, scss/component.scss */
.co-c2-listingBox1Item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 240px;
  margin: 0 25px 25px 0;
  vertical-align: top;
}
/* line 15, scss/component.scss */
.desktop .co-c2-listingBox1Item:hover {
  background-color: #f1f1f1;
}
/* line 20, scss/component.scss */
.co-c2-listingBox1Item a.link {
  display: block;
  text-decoration: none;
}
/* line 24, scss/component.scss */
.co-c2-listingBox1Item a.link .imgWrapper {
  display: block;
  position: relative;
}
/* line 28, scss/component.scss */
.co-c2-listingBox1Item a.link .imgWrapper img {
  display: block;
}
/* line 33, scss/component.scss */
.co-c2-listingBox1Item a.link .contentWrapper {
  display: block;
  width: auto;
  padding: 10px 35px 10px 10px;
  background-color: transparent;
  min-height: inherit;
}
/* line 40, scss/component.scss */
.co-c2-listingBox1Item a.link .contentWrapper h3 {
  padding-bottom: 5px;
  font-weight: bold;
}
/* line 44, scss/component.scss */
.mobile .co-c2-listingBox1Item a.link .contentWrapper h3 {
  font-size: 15px;
}
/* line 49, scss/component.scss */
.co-c2-listingBox1Item a.link .contentWrapper p {
  margin-bottom: 0;
}
/* line 53, scss/component.scss */
.desktop .co-c2-listingBox1Item a.link .contentWrapper {
  height: 90px;
}
/* line 58, scss/component.scss */
.co-c2-listingBox1Item a.link .arrowBox {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
}
/* line 63, scss/component.scss */
.co-c2-listingBox1Item a.link .arrowBox .arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("/images/common/components/uiMap.png");
  background-position: -100px -40px;
}
/* line 73, scss/component.scss */
.mobile .co-c2-listingBox1Item {
  display: block;
  width: auto;
  margin: 20px 0 0 0;
  border-top: 1px solid #c8c8c8;
  padding-top: 30px;
}
/* line 80, scss/component.scss */
.mobile .co-c2-listingBox1Item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 88, scss/component.scss */
.mobile .co-c2-listingBox1Item a.link .imgWrapper {
  padding-right: 30%;
}
/* line 92, scss/component.scss */
.mobile .co-c2-listingBox1Item a.link .contentWrapper {
  padding: 10px 0;
}
/* line 96, scss/component.scss */
.mobile .co-c2-listingBox1Item a.link .arrowBox {
  right: 8%;
}
/* line 99, scss/component.scss */
.mobile .co-c2-listingBox1Item a.link .arrowBox .arrow {
  width: 40px;
  height: 35px;
  background-image: url("/images/common/components/uiMapM2X.png");
  background-position: -120px -95px;
  background-size: 320px auto;
}

/*** co-c4-listingBox2Item ***/
/* line 112, scss/component.scss */
.co-c4-listingBox2Item {
  position: relative;
  text-decoration: none;
}
/* line 117, scss/component.scss */
.desktop .co-c4-listingBox2Item {
  width: 25%;
  padding: 0 8px 20px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 126, scss/component.scss */
.mobile .co-c4-listingBox2Item {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
}
/* line 133, scss/component.scss */
.co-c4-listingBox2Item .innerPadding {
  position: relative;
  display: block;
  border: 1px solid #ebebeb;
  -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
/* line 140, scss/component.scss */
.mobile .co-c4-listingBox2Item .innerPadding {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 88px;
}
/* line 147, scss/component.scss */
.co-c4-listingBox2Item .innerPadding .imgWrapper {
  position: relative;
  display: block;
}
/* line 152, scss/component.scss */
.co-c4-listingBox2Item .innerPadding .imgWrapper img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
/* line 159, scss/component.scss */
.desktop .co-c4-listingBox2Item .innerPadding .imgWrapper .ghost {
  display: none;
}
/* line 164, scss/component.scss */
.mobile .co-c4-listingBox2Item .innerPadding .imgWrapper {
  position: absolute;
  display: block;
  width: 130px;
  height: 100%;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  padding: 13px 7px 13px 13px;
}
/* line 176, scss/component.scss */
.co-c4-listingBox2Item .innerPadding .contentWrapper {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  min-height: inherit;
}
/* line 184, scss/component.scss */
.desktop .co-c4-listingBox2Item .innerPadding .contentWrapper {
  padding: 20px;
  min-height: 125px;
}
/* line 190, scss/component.scss */
.mobile .co-c4-listingBox2Item .innerPadding .contentWrapper {
  width: auto;
  padding: 10px 13px 13px 6px;
  margin-left: 130px;
}
/* line 197, scss/component.scss */
.co-c4-listingBox2Item .innerPadding .contentWrapper h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #000000;
}
/* line 205, scss/component.scss */
.desktop .co-c4-listingBox2Item .innerPadding .contentWrapper h3 {
  font-size: 17px;
}
/* line 210, scss/component.scss */
.mobile .co-c4-listingBox2Item .innerPadding .contentWrapper h3 {
  font-size: 15px;
}
/* line 216, scss/component.scss */
.co-c4-listingBox2Item .innerPadding .contentWrapper p {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000000;
  margin-bottom: 5px;
}
/* line 224, scss/component.scss */
.desktop .co-c4-listingBox2Item .innerPadding .contentWrapper p {
  font-size: 15px;
  min-height: 42px;
}
/* line 230, scss/component.scss */
.mobile .co-c4-listingBox2Item .innerPadding .contentWrapper p {
  font-size: 13px;
}
/* line 237, scss/component.scss */
.co-c4-listingBox2Item .innerPadding .contentWrapper .btnKnowMore {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #b70050;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  white-space: nowrap;
}
/* line 249, scss/component.scss */
.desktop .co-c4-listingBox2Item .innerPadding .contentWrapper .btnKnowMore:hover {
  text-decoration: underline;
}

/**** c5-listingBox3Item ****/
/* line 263, scss/component.scss */
.co-c5-listingBox3Item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  box-sizing: border-box;
  width: 25%;
  padding: 0 8px 20px 0;
}
/* line 270, scss/component.scss */
.co-c5-listingBox3Item .innerBox {
  box-shadow: 0px 2px 13px -2px #ddd;
  border: 1px solid #eaeaea;
}
/* line 274, scss/component.scss */
.co-c5-listingBox3Item .innerBox p {
  margin: 0;
}
/* line 277, scss/component.scss */
.desktop .co-c5-listingBox3Item .innerBox p {
  min-height: 42px;
}
/* line 282, scss/component.scss */
.co-c5-listingBox3Item .innerBox .textBox {
  position: relative;
  padding: 10px 10px 40px;
  min-height: 86px;
}
/* line 287, scss/component.scss */
.co-c5-listingBox3Item .innerBox .textBox .more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 15px;
  color: #b51650;
  text-decoration: none;
  padding: 2px 20px 2px 0;
  margin: 10px 0 0;
  filter: inherit;
  white-space: nowrap;
}
/* line 302, scss/component.scss */
.desktop .co-c5-listingBox3Item .innerBox .textBox .more:hover {
  text-decoration: underline;
}
/* line 307, scss/component.scss */
.co-c5-listingBox3Item .innerBox .textBox .more .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/common/components/uiMap.png");
  background-position: -160px -40px;
  filter: inherit;
}
/* line 319, scss/component.scss */
.desktop .co-c5-listingBox3Item {
  max-width: 292px;
}
/* line 323, scss/component.scss */
.mobile .co-c5-listingBox3Item {
  display: block;
  width: 100%;
  padding-right: 0;
}
/* line 328, scss/component.scss */
.mobile .co-c5-listingBox3Item img {
  width: 100%;
}

/********** co-c7-listingBox5Item **********/
/* line 336, scss/component.scss */
.co-c7-listingBox5Item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 25%;
  padding: 20px 0;
}
/* line 344, scss/component.scss */
.desktop .co-c7-listingBox5Item:hover {
  background-color: #f1f1f1;
}
/* line 347, scss/component.scss */
.desktop .co-c7-listingBox5Item:hover .more {
  text-decoration: underline;
}
/* line 353, scss/component.scss */
.mobile .co-c7-listingBox5Item {
  width: 50%;
}
/* line 357, scss/component.scss */
.co-c7-listingBox5Item a {
  display: block;
  text-decoration: none;
}
/* line 362, scss/component.scss */
.co-c7-listingBox5Item .itemTitle {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
  color: #000;
  min-height: 45px;
}
/* line 371, scss/component.scss */
.co-c7-listingBox5Item .imgBox {
  display: block;
  padding: 0 30px;
}
/* line 375, scss/component.scss */
.mobile .co-c7-listingBox5Item .imgBox {
  padding: 0 20px;
}
/* line 379, scss/component.scss */
.co-c7-listingBox5Item .imgBox img {
  display: block;
  width: 100%;
}
/* line 383, scss/component.scss */
.mobile .co-c7-listingBox5Item .imgBox img {
  width: 100%;
}
/* line 389, scss/component.scss */
.co-c7-listingBox5Item .moreBtn {
  display: block;
  padding: 0 25px;
  text-align: right;
}
/* line 394, scss/component.scss */
.mobile .co-c7-listingBox5Item .moreBtn {
  padding: 0 15px;
}
/* line 398, scss/component.scss */
.co-c7-listingBox5Item .moreBtn .more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
  color: #b51650;
  text-decoration: none;
  padding: 2px 20px 2px 0;
  margin: 10px 0 0;
  filter: inherit;
  white-space: nowrap;
}
/* line 412, scss/component.scss */
.desktop .co-c7-listingBox5Item .moreBtn .more:hover {
  text-decoration: underline;
}
/* line 417, scss/component.scss */
.co-c7-listingBox5Item .moreBtn .more .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/common/components/uiMap.png");
  background-position: -160px -40px;
  filter: inherit;
}

/*** co-c8-listingBox6Item ***/
/* line 432, scss/component.scss */
.co-c8-listingBox6Item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 240px;
  margin: 0 25px 0px 0;
  vertical-align: top;
}
/* line 441, scss/component.scss */
.desktop .co-c8-listingBox6Item:hover {
  background-color: #f1f1f1;
}
/* line 446, scss/component.scss */
.co-c8-listingBox6Item a.link {
  display: block;
  text-decoration: none;
}
/* line 450, scss/component.scss */
.co-c8-listingBox6Item a.link .imgWrapper {
  display: block;
  position: relative;
}
/* line 454, scss/component.scss */
.co-c8-listingBox6Item a.link .imgWrapper img {
  display: block;
}
/* line 459, scss/component.scss */
.co-c8-listingBox6Item a.link .contentWrapper {
  display: block;
  width: auto;
  padding: 10px 35px 10px 10px;
  background-color: transparent;
  min-height: inherit;
}
/* line 466, scss/component.scss */
.co-c8-listingBox6Item a.link .contentWrapper h3 {
  padding-bottom: 5px;
  font-weight: bold;
}
/* line 470, scss/component.scss */
.mobile .co-c8-listingBox6Item a.link .contentWrapper h3 {
  font-size: 15px;
}
/* line 475, scss/component.scss */
.co-c8-listingBox6Item a.link .contentWrapper p {
  margin-bottom: 0;
}
/* line 479, scss/component.scss */
.desktop .co-c8-listingBox6Item a.link .contentWrapper {
  height: 90px;
}
/* line 484, scss/component.scss */
.co-c8-listingBox6Item a.link .arrowBox {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
}
/* line 489, scss/component.scss */
.co-c8-listingBox6Item a.link .arrowBox .arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("/images/common/components/uiMap.png");
  background-position: -100px -40px;
}
/* line 499, scss/component.scss */
.mobile .co-c8-listingBox6Item {
  display: block;
  width: auto;
  margin: 10px 0 0 0;
  border-top: 1px solid #c8c8c8;
  padding-top: 20px;
}
/* line 506, scss/component.scss */
.mobile .co-c8-listingBox6Item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
/* line 514, scss/component.scss */
.mobile .co-c8-listingBox6Item a.link .imgWrapper {
  padding-right: 30%;
}
/* line 518, scss/component.scss */
.mobile .co-c8-listingBox6Item a.link .contentWrapper {
  padding: 10px 0;
}
/* line 522, scss/component.scss */
.mobile .co-c8-listingBox6Item a.link .arrowBox {
  right: 8%;
}
/* line 525, scss/component.scss */
.mobile .co-c8-listingBox6Item a.link .arrowBox .arrow {
  width: 40px;
  height: 35px;
  background-image: url("/images/common/components/uiMapM2X.png");
  background-position: -120px -95px;
  background-size: 320px auto;
}

/*** co-c11-extendableContentItem ***/
/* line 539, scss/component.scss */
.co-c11-extendableContentItem {
  position: relative;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
/* line 546, scss/component.scss */
.desktop .co-c11-extendableContentItem {
  width: 25%;
  padding: 0px 5px;
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
/* line 556, scss/component.scss */
.mobile .co-c11-extendableContentItem {
  width: 50%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 10px;
}
/* line 560, scss/component.scss */
.mobile .co-c11-extendableContentItem.fullMobile {
  width: 100%;
}
/* line 569, scss/component.scss */
.mobile .co-c11-extendableContentItem .innerPadding {
  margin: 0px 10px;
}
/* line 578, scss/component.scss */
.co-c11-extendableContentItem.noContent .innerPadding {
  padding-bottom: 30px;
}
/* line 583, scss/component.scss */
.co-c11-extendableContentItem .innerPadding {
  position: relative;
  display: block;
  border: 1px solid #ebebeb;
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
/* line 590, scss/component.scss */
.co-c11-extendableContentItem .innerPadding .imgWrapper {
  position: relative;
  display: block;
}
/* line 595, scss/component.scss */
.mobile .co-c11-extendableContentItem .innerPadding .imgWrapper {
  position: relative;
  display: block;
}
/* line 600, scss/component.scss */
.mobile .co-c11-extendableContentItem .innerPadding .imgWrapper.maxWidth {
  max-width: 200px;
  margin: 15px auto 0px;
}
/* line 608, scss/component.scss */
.co-c11-extendableContentItem .innerPadding .contentWrapper {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  min-height: inherit;
}
/* line 616, scss/component.scss */
.desktop .co-c11-extendableContentItem .innerPadding .contentWrapper {
  padding: 20px;
}
/* line 620, scss/component.scss */
.desktop .co-c11-extendableContentItem .innerPadding .contentWrapper.row4 {
  min-height: 130px;
}
/* line 624, scss/component.scss */
.desktop .co-c11-extendableContentItem .innerPadding .contentWrapper.row2 {
  min-height: 84px;
}
/* line 629, scss/component.scss */
.mobile .co-c11-extendableContentItem .innerPadding .contentWrapper {
  padding: 10px 10px 5px 10px;
}
/* line 634, scss/component.scss */
.co-c11-extendableContentItem .innerPadding .contentWrapper h3 {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #000000;
}
/* line 643, scss/component.scss */
.desktop .co-c11-extendableContentItem .innerPadding .contentWrapper h3 {
  font-size: 17px;
}
/* line 648, scss/component.scss */
.mobile .co-c11-extendableContentItem .innerPadding .contentWrapper h3 {
  font-size: 15px;
}
/* line 654, scss/component.scss */
.co-c11-extendableContentItem .innerPadding .contentWrapper p {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000000;
  margin-bottom: 0px;
}
/* line 662, scss/component.scss */
.desktop .co-c11-extendableContentItem .innerPadding .contentWrapper p {
  font-size: 15px;
}
/* line 667, scss/component.scss */
.mobile .co-c11-extendableContentItem .innerPadding .contentWrapper p {
  font-size: 13px;
}
/* line 676, scss/component.scss */
.co-c11-extendableContentItem .innerPadding .sliderContentWrapper {
  position: relative;
  display: block;
}
/* line 681, scss/component.scss */
.co-c11-extendableContentItem .innerPadding .sliderContentWrapper .hideSliderContent {
  position: relative;
  width: 100%;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px 20px;
  display: none;
}
/* line 690, scss/component.scss */
.co-c11-extendableContentItem .innerPadding .sliderContentWrapper .hideSliderContent p {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
/* line 699, scss/component.scss */
.co-c11-extendableContentItem .innerPadding .sliderContentWrapper .arrowWrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 0px;
}
/* line 706, scss/component.scss */
.desktop .co-c11-extendableContentItem .innerPadding .sliderContentWrapper .arrowWrapper {
  height: 20px;
}
/* line 711, scss/component.scss */
.mobile .co-c11-extendableContentItem .innerPadding .sliderContentWrapper .arrowWrapper {
  height: 20px;
}
/* line 719, scss/component.scss */
.desktop .co-c11-extendableContentItem .icoArrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  background-image: url("/images/common/components/uiMap.png");
  background-position: -80px -40px;
}
/* line 737, scss/component.scss */
.mobile .co-c11-extendableContentItem .icoArrow {
  position: absolute;
  display: block;
  width: 30px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -10px;
  background-image: url("/images/common/components/uiMapM2X.png");
  background-position: -85px -10px;
  background-size: 320px auto;
}
/* line 756, scss/component.scss */
.co-c11-extendableContentItem.show .icoArrow, .co-c11-extendableContentItem.active .icoArrow {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*** co-c12-table2Item ***/
/* line 771, scss/component.scss */
.colorWhite {
  color: #FFFFFF !important;
}

/* line 775, scss/component.scss */
.colorBgWhite {
  background-color: #FFFFFF !important;
}

/* line 779, scss/component.scss */
.colorBlack {
  color: #000000 !important;
}

/* line 782, scss/component.scss */
.colorBgBlack {
  background-color: #000000 !important;
}

/* line 786, scss/component.scss */
.colorRed {
  color: #b70050 !important;
}

/* line 789, scss/component.scss */
.colorBgRed {
  background-color: #b70050 !important;
}

/* line 793, scss/component.scss */
.colorGrey {
  color: #898989 !important;
}

/* line 796, scss/component.scss */
.colorBgGrey {
  background-color: #898989 !important;
}

/* line 800, scss/component.scss */
.colorGrey2 {
  color: #f0f0f0 !important;
}

/* line 803, scss/component.scss */
.colorBgGrey2 {
  background-color: #f0f0f0 !important;
}

/* line 807, scss/component.scss */
.colorBlue {
  color: #ebedf1 !important;
}

/* line 810, scss/component.scss */
.colorBgBlue {
  background-color: #ebedf1 !important;
}

/* line 814, scss/component.scss */
.colorBlue2 {
  color: #97b9e0 !important;
}

/* line 817, scss/component.scss */
.colorBgBlue2 {
  background-color: #97b9e0 !important;
}

/* line 821, scss/component.scss */
.colorVIPYellow {
  color: #dcac64 !important;
}

/* line 825, scss/component.scss */
.colorPBYellow {
  color: #645343 !important;
}

/* line 829, scss/component.scss */
.co-c12-table2Item {
  /* p {
  	margin-bottom:5px;
  } */
}
/* line 835, scss/component.scss */
.co-c12-table2Item .intro {
  padding-bottom: 20px;
}
/* line 837, scss/component.scss */
.desktop .co-c12-table2Item .intro {
  font-size: 15px;
}
/* line 842, scss/component.scss */
.mobile .co-c12-table2Item .intro {
  font-size: 13px;
}
/* line 850, scss/component.scss */
.co-c12-table2Item p {
  margin-bottom: 0;
}
/* line 854, scss/component.scss */
.co-c12-table2Item {
  width: 100%;
  margin-bottom: 20px;
}
/* line 858, scss/component.scss */
.co-c12-table2Item th {
  background-color: #b70050;
  color: #FFFFFF;
}
/* line 864, scss/component.scss */
.co-c12-table2Item td, .co-c12-table2Item th {
  /*** Font ***/
  padding: 10px;
  border-bottom: 1px solid #d0d0d0;
  /*** vertical alignment ***/
  vertical-align: middle;
  /*** columnGrid ***/
}
/* line 867, scss/component.scss */
.desktop .co-c12-table2Item td, .desktop .co-c12-table2Item th {
  font-size: 15px;
  line-height: 1.4em;
}
/* line 872, scss/component.scss */
.desktop .co-c12-table2Item td.paddingLeft, .desktop .co-c12-table2Item th.paddingLeft {
  padding-left: 80px;
}
/* line 877, scss/component.scss */
.mobile .co-c12-table2Item td, .mobile .co-c12-table2Item th {
  font-size: 13px;
  line-height: 1.4em;
}
/* line 889, scss/component.scss */
.co-c12-table2Item td.vaTop, .co-c12-table2Item th.vaTop {
  display: table-cell;
  vertical-align: top;
}
/* line 895, scss/component.scss */
.co-c12-table2Item td.vaMiddle, .co-c12-table2Item th.vaMiddle {
  display: table-cell;
  vertical-align: middle;
}
/* line 901, scss/component.scss */
.co-c12-table2Item td.vaBottom, .co-c12-table2Item th.vaBottom {
  display: table-cell;
  vertical-align: bottom;
}
/* line 908, scss/component.scss */
.co-c12-table2Item td.columnGrid, .co-c12-table2Item th.columnGrid {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
/* line 914, scss/component.scss */
.desktop .co-c12-table2Item td.columnGrid, .desktop .co-c12-table2Item th.columnGrid {
  position: static;
}
/* line 919, scss/component.scss */
.co-c12-table2Item td.caption, .co-c12-table2Item th.caption {
  font-size: 12px;
}
/* line 926, scss/component.scss */
.desktop .co-c12-table2Item td.title, .desktop .co-c12-table2Item th.title {
  font-size: 17px;
}
/* line 931, scss/component.scss */
.mobile .co-c12-table2Item td.title, .mobile .co-c12-table2Item th.title {
  font-size: 13px;
}
/* line 941, scss/component.scss */
.co-c12-table2Item.noTableBorder td, .co-c12-table2Item.noTableBorder th {
  border: 0;
}
/* line 946, scss/component.scss */
.co-c12-table2Item .scrollable {
  position: relative;
}
/* line 949, scss/component.scss */
.mobile .co-c12-table2Item .scrollable {
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 957, scss/component.scss */
.mobile .co-c12-table2Item .scrollable td, .mobile .co-c12-table2Item .scrollable th {
  white-space: nowrap;
}

/*** co-c15-listingBox9Item ***/
/* line 966, scss/component.scss */
.co-c15-listingBox9Item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 280px;
  margin: 0 0 10px 15px;
  box-sizing: border-box;
}
/* line 973, scss/component.scss */
.mobile .co-c15-listingBox9Item {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 10px;
}
/* line 979, scss/component.scss */
.co-c15-listingBox9Item a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 2px solid #b70050;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 989, scss/component.scss */
.desktop .co-c15-listingBox9Item a:hover {
  background-color: #f1f1f1;
}
/* line 994, scss/component.scss */
.co-c15-listingBox9Item a .imgBox {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 1000, scss/component.scss */
.co-c15-listingBox9Item a .imgBox img {
  display: block;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 1005, scss/component.scss */
.mobile .co-c15-listingBox9Item a .imgBox img {
  width: 100%;
}
/* line 1019, scss/component.scss */
.co-c15-listingBox9Item a .textBox {
  position: relative;
  padding: 5px 30px 4px 10px;
  min-height: 64px;
}
/* line 1024, scss/component.scss */
.co-c15-listingBox9Item a .textBox p {
  margin: 0;
}
/* line 1028, scss/component.scss */
.co-c15-listingBox9Item a .textBox .title {
  font-size: 16px;
}
/* line 1032, scss/component.scss */
.co-c15-listingBox9Item a .textBox .arrowBox {
  position: absolute;
  top: 0;
  right: 5px;
  height: 100%;
}
/* line 1037, scss/component.scss */
.co-c15-listingBox9Item a .textBox .arrowBox .arrow {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-image: url("/images/common/components/uiMap.png");
  background-position: -100px -40px;
}

/*** co-c16-freeEditor1Item ***/
/*** co-c17-freeEditor2Item ***/
/*** co-c18-freeEditor3Item ***/
/* line 1054, scss/component.scss */
.co-c16-freeEditor1Item,
.co-c17-freeEditor2Item,
.co-c18-freeEditor3Item {
  position: relative;
  width: 100%;
}
/* line 1061, scss/component.scss */
.co-c16-freeEditor1Item img,
.co-c17-freeEditor2Item img,
.co-c18-freeEditor3Item img {
  margin-bottom: 15px;
  text-align: center;
}
/* line 1067, scss/component.scss */
.co-c16-freeEditor1Item .imgBox,
.co-c17-freeEditor2Item .imgBox,
.co-c18-freeEditor3Item .imgBox {
  text-align: center;
}
/* line 1071, scss/component.scss */
.mobile .co-c16-freeEditor1Item, .mobile
.co-c17-freeEditor2Item, .mobile
.co-c18-freeEditor3Item {
  text-align: left;
}
/* line 1075, scss/component.scss */
.mobile .co-c16-freeEditor1Item img, .mobile
.co-c17-freeEditor2Item img, .mobile
.co-c18-freeEditor3Item img {
  position: relative;
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 1084, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder,
.co-c17-freeEditor2Item .tableBorder,
.co-c18-freeEditor3Item .tableBorder {
  text-align: center;
}
/* line 1087, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder table,
.co-c17-freeEditor2Item .tableBorder table,
.co-c18-freeEditor3Item .tableBorder table {
  width: 100%;
}
/* line 1090, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder table td,
.co-c17-freeEditor2Item .tableBorder table td,
.co-c18-freeEditor3Item .tableBorder table td {
  vertical-align: middle;
}
/* line 1093, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder table td.h300,
.co-c17-freeEditor2Item .tableBorder table td.h300,
.co-c18-freeEditor3Item .tableBorder table td.h300 {
  height: 300px;
}
/* line 1097, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder table td img,
.co-c17-freeEditor2Item .tableBorder table td img,
.co-c18-freeEditor3Item .tableBorder table td img {
  margin-bottom: 0;
}
/* line 1102, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder table .more,
.co-c17-freeEditor2Item .tableBorder table .more,
.co-c18-freeEditor3Item .tableBorder table .more {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  font-size: 15px;
  color: #b51650;
  text-decoration: none;
  padding: 2px 20px 2px 0;
  margin: 1px 0;
  filter: inherit;
  line-height: 1.1em;
}
/* line 1113, scss/component.scss */
.desktop .co-c16-freeEditor1Item .tableBorder table .more:hover, .desktop
.co-c17-freeEditor2Item .tableBorder table .more:hover, .desktop
.co-c18-freeEditor3Item .tableBorder table .more:hover {
  text-decoration: underline;
}
/* line 1117, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder table .more .arrow,
.co-c17-freeEditor2Item .tableBorder table .more .arrow,
.co-c18-freeEditor3Item .tableBorder table .more .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/common/components/uiMap.png");
  background-position: -160px -40px;
  filter: inherit;
}
/* line 1134, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand1 table td, .mobile
.co-c17-freeEditor2Item .tableBorder.expand1 table td, .mobile
.co-c18-freeEditor3Item .tableBorder.expand1 table td {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 25%;
  font-size: 13px;
}
/* line 1143, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand2,
.co-c17-freeEditor2Item .tableBorder.expand2,
.co-c18-freeEditor3Item .tableBorder.expand2 {
  width: 500px;
  margin: 0 auto;
}
/* line 1147, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand2, .mobile
.co-c17-freeEditor2Item .tableBorder.expand2, .mobile
.co-c18-freeEditor3Item .tableBorder.expand2 {
  width: 100%;
}
/* line 1153, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand2 table tr,
.co-c17-freeEditor2Item .tableBorder.expand2 table tr,
.co-c18-freeEditor3Item .tableBorder.expand2 table tr {
  border-top: 1px solid #d1d1d1;
}
/* line 1156, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand2 table tr:first-child,
.co-c17-freeEditor2Item .tableBorder.expand2 table tr:first-child,
.co-c18-freeEditor3Item .tableBorder.expand2 table tr:first-child {
  border-top: 0;
}
/* line 1160, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand2 table tr td,
.co-c17-freeEditor2Item .tableBorder.expand2 table tr td,
.co-c18-freeEditor3Item .tableBorder.expand2 table tr td {
  padding: 10px 0;
}
/* line 1163, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand2 table tr td, .mobile
.co-c17-freeEditor2Item .tableBorder.expand2 table tr td, .mobile
.co-c18-freeEditor3Item .tableBorder.expand2 table tr td {
  width: 33%;
  height: auto;
  text-align: center;
  font-size: 13px;
}
/* line 1169, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand2 table tr td:first-child,
.co-c17-freeEditor2Item .tableBorder.expand2 table tr td:first-child,
.co-c18-freeEditor3Item .tableBorder.expand2 table tr td:first-child {
  text-align: left;
}
/* line 1173, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand2 table tr td img,
.co-c17-freeEditor2Item .tableBorder.expand2 table tr td img,
.co-c18-freeEditor3Item .tableBorder.expand2 table tr td img {
  vertical-align: middle;
}
/* line 1176, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand2 table tr td img, .mobile
.co-c17-freeEditor2Item .tableBorder.expand2 table tr td img, .mobile
.co-c18-freeEditor3Item .tableBorder.expand2 table tr td img {
  width: 85%;
}
/* line 1185, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3,
.co-c17-freeEditor2Item .tableBorder.expand3,
.co-c18-freeEditor3Item .tableBorder.expand3 {
  width: 550px;
  margin: 0 auto;
}
/* line 1189, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand3, .mobile
.co-c17-freeEditor2Item .tableBorder.expand3, .mobile
.co-c18-freeEditor3Item .tableBorder.expand3 {
  width: auto;
}
/* line 1193, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 .head,
.co-c17-freeEditor2Item .tableBorder.expand3 .head,
.co-c18-freeEditor3Item .tableBorder.expand3 .head {
  line-height: 1.5em;
}
/* line 1199, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 table tr,
.co-c17-freeEditor2Item .tableBorder.expand3 table tr,
.co-c18-freeEditor3Item .tableBorder.expand3 table tr {
  border-top: 1px solid #d1d1d1;
}
/* line 1202, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 table tr:first-child,
.co-c17-freeEditor2Item .tableBorder.expand3 table tr:first-child,
.co-c18-freeEditor3Item .tableBorder.expand3 table tr:first-child {
  border-top: 0;
}
/* line 1210, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td,
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td,
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td {
  text-align: left;
  background-color: #fff;
}
/* line 1214, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td, .mobile
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td, .mobile
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td {
  display: block;
  text-align: center;
}
/* line 1223, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td table td, .mobile
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td table td, .mobile
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td table td {
  padding: 10px 0;
}
/* line 1229, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a,
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a,
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a {
  display: block;
}
/* line 1232, scss/component.scss */
.desktop .co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a:hover, .desktop
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a:hover, .desktop
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a:hover {
  text-decoration: none;
}
/* line 1236, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a, .mobile
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a, .mobile
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a {
  font-size: 13px;
}
/* line 1240, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a img,
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a img,
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 1243, scss/component.scss */
.desktop .co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a img, .desktop
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a img, .desktop
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a img {
  width: auto;
}
/* line 1249, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a img.mainLogo, .mobile
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a img.mainLogo, .mobile
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a img.mainLogo {
  width: 35%;
}
/* line 1256, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a img.moreLogo, .mobile
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a img.moreLogo, .mobile
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a img.moreLogo {
  width: 25%;
}
/* line 1262, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a span,
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a span,
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #000;
}
/* line 1266, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a span.block,
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a span.block,
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a span.block {
  display: block;
  padding: 10px 0 3px;
}
/* line 1270, scss/component.scss */
.mobile .co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a span.block, .mobile
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a span.block, .mobile
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a span.block {
  padding: 5px 0 3px;
}
/* line 1275, scss/component.scss */
.co-c16-freeEditor1Item .tableBorder.expand3 table tr td table td a span .redColor,
.co-c17-freeEditor2Item .tableBorder.expand3 table tr td table td a span .redColor,
.co-c18-freeEditor3Item .tableBorder.expand3 table tr td table td a span .redColor {
  color: #b70050;
}

/* line 1289, scss/component.scss */
.itemList {
  position: relative;
  display: block;
  width: 1170px;
  filter: inherit;
  font-size: 0;
}
/* line 1297, scss/component.scss */
.itemList .co-c19-listingBox7Item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  box-sizing: border-box;
  width: 25%;
  padding: 0 10px 10px 0;
  filter: inherit;
}
/* line 1306, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem {
  padding: 10px 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 13px -2px #ddd;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  filter: inherit;
}
/* line 1314, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .imgBox {
  width: 100%;
  margin: 0 auto 10px;
  filter: inherit;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  box-sizing: border-box;
}
/* line 1322, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .imgBox {
  border: 0;
  background-color: transparent;
}
/* line 1327, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .imgBox .ghost {
  display: none;
}
/* line 1331, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .imgBox img {
  filter: inherit;
  box-sizing: border-box;
}
/* line 1335, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .imgBox img {
  border: 1px solid #d6d6d6;
}
/* line 1340, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .imgBox.logo {
  width: 260px;
  height: 195px;
  text-align: center;
}
/* line 1345, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .imgBox.logo {
  height: auto;
}
/* line 1349, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .imgBox.logo .ghost {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* line 1352, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .imgBox.logo .ghost {
  display: none;
}
/* line 1357, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .imgBox.logo img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 150px;
}
/* line 1362, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .imgBox.logo img {
  width: 100%;
}
/* line 1369, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .contentBox {
  position: relative;
  filter: inherit;
  height: 70px;
}
/* line 1374, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .contentBox .head {
  font-size: 17px;
  padding-bottom: 10px;
  color: #b51650;
}
/* line 1380, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .contentBox ul {
  list-style: disc;
  margin-left: 20px;
  padding-bottom: 10px;
}
/* line 1392, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .contentBox ul li p {
  margin-bottom: 0;
}
/* line 1399, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter {
  position: relative;
  filter: inherit;
}
/* line 1403, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
  color: #b51650;
  text-decoration: none;
  padding: 2px 20px 2px 0;
  margin: 1px 0;
  filter: inherit;
}
/* line 1414, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .more:hover {
  text-decoration: underline;
}
/* line 1418, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .more .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/images/common/components/uiMap.png");
  background-position: -160px -40px;
  filter: inherit;
}
/* line 1428, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox {
  position: absolute;
  bottom: 0;
  right: 0;
  filter: inherit;
}
/* line 1433, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox span {
  margin-left: 5px;
}
/* line 1436, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox span .cardText {
  display: none;
}
/* line 1441, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox .m {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/images/common/components/cardTypeMap.png) 0 0 no-repeat;
}
/* line 1448, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox .v {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/images/common/components/cardTypeMap.png) -20px 0 no-repeat;
}
/* line 1455, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox .u {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/images/common/components/cardTypeMap.png) -40px 0 no-repeat;
}
/* line 1462, scss/component.scss */
.itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox .masterpass {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 76px;
  height: 20px;
  background: url(/images/common/components/cardTypeMap.png) -60px 0 no-repeat;
}
/* line 1474, scss/component.scss */
.mobile .itemList {
  width: auto;
}
/* line 1478, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item {
  display: block;
  width: 100%;
  padding-right: 0;
}
/* line 1486, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .imgBox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20%;
  padding-right: 2%;
}
/* line 1493, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .contentBox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 78%;
}
/* line 1503, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox span {
  position: relative;
  margin-left: 15px;
}
/* line 1507, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox span .cardText {
  position: absolute;
  bottom: 150%;
  right: -10px;
  padding: 10px;
  color: #fff;
  background-color: #6b6b6b;
  font-size: 15px;
  white-space: nowrap;
}
/* line 1517, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox span .cardText:after {
  content: " ";
  position: absolute;
  top: 100%;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 0;
  border-top-color: #6b6b6b;
}
/* line 1529, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox .m {
  width: 20px;
  height: 20px;
  background: url(/images/common/components/cardTypeMapM2X.png) 0 0 no-repeat;
  background-size: auto 20px;
}
/* line 1535, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox .v {
  width: 20px;
  height: 20px;
  background: url(/images/common/components/cardTypeMapM2X.png) -20px 0 no-repeat;
  background-size: auto 20px;
}
/* line 1541, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox .u {
  width: 20px;
  height: 20px;
  background: url(/images/common/components/cardTypeMapM2X.png) -40px 0 no-repeat;
  background-size: auto 20px;
}
/* line 1547, scss/component.scss */
.mobile .itemList .co-c19-listingBox7Item .innerItem .itemFooter .icoBox .masterpass {
  width: 73px;
  height: 20px;
  background: url(/images/common/components/cardTypeMapM2X.png) -60px 0 no-repeat;
  background-size: auto 20px;
}

/* line 1563, scss/component.scss */
.careerDetail .itemList {
  width: 103%;
}
/* line 1566, scss/component.scss */
.mobile .careerDetail .itemList {
  width: 100%;
}
/* line 1570, scss/component.scss */
.careerDetail .itemList .co-c20-listingBox8Item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 31%;
  vertical-align: top;
  padding: 0 2% 0 0;
}
/* line 1577, scss/component.scss */
.mobile .careerDetail .itemList .co-c20-listingBox8Item {
  display: block;
  width: auto;
  padding: 0 0 20px 0;
}
/* line 1583, scss/component.scss */
.careerDetail .itemList .co-c20-listingBox8Item .head {
  padding: 20px 0;
}
/* line 1586, scss/component.scss */
.mobile .careerDetail .itemList .co-c20-listingBox8Item .head {
  font-size: 20px;
  padding: 10px 0;
}
/* line 1594, scss/component.scss */
.careerDetail .itemList .co-c20-listingBox8Item .imgBox .ghost {
  display: none;
}
/* line 1600, scss/component.scss */
.mobile .careerDetail .itemList .co-c20-listingBox8Item .imgBox img {
  width: 60%;
}
/* line 1608, scss/component.scss */
.careerDetail .itemList .co-c21-listingBox9Item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 31%;
  vertical-align: top;
  padding: 0 2% 0 0;
}
/* line 1617, scss/component.scss */
.careerDetail .textList {
  padding-top: 20px;
}
/* line 1620, scss/component.scss */
.desktop .careerDetail .textList {
  width: 102%;
}
/* line 1624, scss/component.scss */
.careerDetail .textList .textListItem {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49%;
  padding-right: 90px;
  box-sizing: border-box;
}
/* line 1631, scss/component.scss */
.mobile .careerDetail .textList .textListItem {
  width: 100%;
  padding-right: 0;
}
/* line 1638, scss/component.scss */
.careerDetail .textList .textListItem ul li {
  margin-bottom: 10px;
}
