@charset "UTF-8";
.service-container {
  margin: 0 0 59px 0;
}
.service-container .keyvisual {
  z-index: -1;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 15.625%;
}
.service-container .keyvisual .title {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 35%;
  z-index: 1;
}
.service-container .keyvisual .title h1 {
  font-size: 48px;
  color: #FFF;
  letter-spacing: -0.6px;
  padding-bottom: 25px;
  background-image: url(../images/common/keyvisual_bar.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (min-width: 0) and (max-width: 480px) {
  .service-container .keyvisual .title {
    top: 15%;
  }
  .service-container .keyvisual .title h1 {
    zoom: 0.6;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .service-container .keyvisual .title {
    top: 13%;
  }
  .service-container .keyvisual .title h1 {
    zoom: 0.8;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .service-container .keyvisual .title {
    top: 13%;
  }
  .service-container .keyvisual .title h1 {
    zoom: 1;
  }
}
.service-container .keyvisual .title .desc {
  font-size: 18px;
  color: #FFF;
}
.service-container .keyvisual .visual {
  position: absolute;
  top: 0;
  text-align: center;
  margin: 0 auto;
}
.service-container .keyvisual .visual img {
  width: 100%;
}
@media (max-width: 768px) {
  .service-container .keyvisual {
    padding-bottom: 20%;
  }
  .service-container .keyvisual .visual img {
    width: 180%;
  }
}
@media (max-width: 480px) {
  .service-container .keyvisual {
    padding-bottom: 27.77777778%;
  }
  .service-container .keyvisual .visual img {
    width: 180%;
  }
}
.service-title {
  position: relative;
  margin: 70px 0 0 0;
  /*	.sns-button {
		text-align: right;
		// position: absolute;
		// right: 0;
		// top: 0px;

		@media (max-width: @screen-sm ) {
			// display: none;
			// zoom:0.5;
		}



		a {
			background: url(/international/assets/images/common/img_sns_line.gif) left center no-repeat;
			padding: 0 2px 0 4px;
			&:first-child {
				background: none;
			}
			&:nth-child(2) {
				padding: 0 2px 0 6px;
			}
			&:nth-child(3) {
				padding: 0 0 0 4px;
			}
		}
		}
		*/
}
.service-title .title {
  font-size: 16px;
  color: #58595b;
  line-height: 24px;
  word-break: keep-all;
  width: 100%;
}
.service-title .title h2,
.service-title .title strong {
  font-size: 37px;
  color: #231f20;
  display: block;
  line-height: 46px;
  word-break: keep-all;
  font-weight: bold;
  max-width: 85%;
}
.service-title .title span {
  display: block;
  margin: 12px 0 0 2px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .service-title {
    margin: 40px 0 0 0;
  }
  .service-title .title h2,
  .service-title .title strong {
    font-size: 25px;
    line-height: 1.2;
    max-width: none;
  }
  .service-title .title span {
    font-size: 14px;
    line-height: 1.47;
  }
}
@media (max-width: 768px) {
  .service-title .title h2,
  .service-title .title strong {
    font-size: 25px;
    line-height: 1.2;
  }
}
.service-list .list-title {
  margin: 40px 0 0 0;
  font-size: 16px;
  color: #58595b;
  font-weight: 300;
  padding: 0 0 0 7px;
}
.service-list .list-title strong {
  display: block;
  padding: 0 14px 0 0;
  color: #801494;
  font-size: 22px;
}
.service-list:nth-child(2) .list-title {
  margin: 20px 0 0 0;
}
.service-item {
  border: 1px solid #d1d3d4;
  margin: 15px 9px 5px 9px;
}
.service-item .thumb img {
  width: 100%;
}
.service-item .txt-box {
  text-align: left;
  padding: 15px 15px 15px 15px;
  color: #999;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  word-break: keep-all;
}
.service-item .txt-box a {
  text-decoration: none;
  color: #999;
  font-size: 14px;
}
.service-item .txt-box .title {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 7px 0;
}
.service-item .txt-box .btn_view {
  color: #801494;
  font-size: 14px;
  font-weight: 300;
  margin: 12px 0 0 0;
  display: block;
}
.service-cont {
  position: relative;
  margin: 40px 0 0 0;
}
.service-cont .sub-title {
  font-size: 16px;
  color: #58595b;
  font-weight: 300;
}
.service-cont .sub-title strong {
  display: block;
  padding: 0 14px 0 0;
  color: #801494;
  font-size: 22px;
}
.service-cont table.table-tab {
  margin: 25px 0 0 0;
}
.service-cont ul.nav-tabs {
  margin: 25px 0 0 0;
  width: 100%;
  border: none;
  z-index: 9;
}
.service-cont ul.nav-tabs li {
  background-color: #e6e7e8;
  margin: 0;
  padding: 0;
  width: 25%;
  border: none;
}
.service-cont ul.nav-tabs li a {
  color: #58595b;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding: 17px 7px;
  background-image: url(../images/product/technology/tab-spliter.gif);
  background-repeat: no-repeat;
  background-position: center left;
  border: none;
  text-align: center;
  margin: 0;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .service-cont ul.nav-tabs li a {
    font-size: 14px;
    padding: 17px 0px;
  }
}
.service-cont ul.nav-tabs li:first-child a {
  background-image: none;
}
.service-cont ul.nav-tabs li.active {
  background-color: #801494;
  border: none;
  position: relative;
  z-index: 1;
}
.service-cont ul.nav-tabs li.active a {
  color: #fff;
  font-weight: 400;
  background: none;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0;
  letter-spacing: -1px;
}
.service-cont ul.nav-tabs li.active span {
  position: absolute;
  left: 50%;
  right: auto;
  top: auto;
  bottom: -11px;
  margin: 0 0 0 -11px;
  width: 22px;
  height: 11px;
  background: url(../images/information/icon_arr.gif) left center no-repeat;
  display: block;
}
.service-cont ul.nav-tabs.qna-tabs {
  margin: 60px 0 0 0;
}
.service-cont ul.nav-tabs.qna-tabs li {
  width: 16.666%;
}
.service-cont .img_s_sense1 {
  margin: 20px 0 0 0;
}
.service-cont .img_s_sense1 img {
  width: 100%;
}
.service-cont .title-line {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #231f20;
  background: url(../images/information/basic_sense/icon_step_top.gif) left top no-repeat;
  padding: 3px 0 0 0;
}
.service-cont .tire-find {
  margin: 50px 0 0 0;
  *zoom: 1;
  float: left;
}
.service-cont .tire-find:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0px;
  clear: both;
}
.service-cont .tire-find ul {
  list-style: none;
  padding: 0 0 0 0;
}
.service-cont .tire-find li {
  list-style: none;
  padding: 0 0 0 0;
}
.service-cont .tire-find .step {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 0 0;
  width: 325px;
}
.service-cont .tire-find .step p.tit {
  color: #414042;
  font-size: 18px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #afafaf;
}
.service-cont .tire-find .step .btn-search {
  text-align: right;
  margin: 20px 0 0 0;
  clear: both;
}
.service-cont .tire-find .step1 {
  float: left;
}
.service-cont .tire-find .step2 {
  float: left;
  margin-left: 40px;
}
.service-cont .tire-find .step3 {
  float: left;
  width: 335px;
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  background: url(../images/service/bg_find_line.gif) left 95px no-repeat;
}
.service-cont .tire-find .selectBox {
  resize: none;
  vertical-align: middle;
  outline: none;
  text-align: left;
  height: 132px;
  padding: 0 0 0 8px;
  font-size: 12px;
  color: #a9a9a9;
  border: 1px solid #d4d4d4;
  background-color: #fafafa;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.service-cont .tire-find .selectBox .list-group {
  padding: 4px 0 0 0;
  margin: 0;
  border: none;
  background-color: none;
  overflow: hidden;
}
.service-cont .tire-find .selectBox .list-group-item {
  position: relative;
  display: block;
  padding: 0 8px;
  margin: 0;
  background-color: #fafafa;
  border: none;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #636466;
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
  cursor: pointer;
}
.service-cont .tire-find .selectBox .list-group-item:hover {
  background-color: #f2f2f2;
}
.service-cont .tire-find .selectBox .list-group-item:focus {
  background-color: #f2f2f2;
}
.service-cont .tire-find .selectBox .list-group-item.active {
  background-color: #e0e0e0;
}
.service-cont .tire-find .selectBox .sel {
  margin: 10px 0 0 0;
  padding: 0 30px 0 97px;
  position: relative;
}
.service-cont .tire-find .selectBox .sel:first-child {
  padding: 5px 30px 0 97px;
}
.service-cont .tire-find .selectBox .sel label {
  position: absolute;
  left: 20px;
  width: 71px;
  display: inline-block;
  color: #636466;
  font-size: 11px;
  font-weight: 300;
  line-height: 27px;
}
.service-cont .tire-find .selectBox .sel select {
  vertical-align: middle;
  outline: none;
  text-align: left;
  line-height: 27px;
  height: 27px;
  width: 100%;
  padding: 0 8px 0 8px;
  font-size: 12px;
  color: #636466;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.service-cont .name-find {
  clear: both;
  margin: 35px 0 0 0;
}
.service-cont .name-find ul {
  list-style: none;
  padding: 0;
  padding: 10px 0 0 0;
}
.service-cont .name-find li {
  list-style: none;
  padding: 0;
  padding: 0 0 0 10px;
  margin: 8px 0 0 0;
  color: #636466;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  background: url(../images/service/icon_p.gif) left 10px no-repeat;
  word-break: keep-all;
}
.service-cont .name-find .search-box {
  position: relative;
  margin: 16px 0 0 0;
}
.service-cont .name-find .search-box input[type="text"] {
  vertical-align: middle;
  display: inline-block;
  outline: none;
  height: 40px;
  width: 333px;
  text-align: left;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #636466;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.service-cont .name-find .search-box::-webkit-input-placeholder {
  color: #c3c3c3;
}
.service-cont .name-find .search-box:-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.service-cont .name-find .search-box::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.service-cont .name-find .search-box:-ms-input-placeholder {
  color: #c3c3c3;
}
.service-cont .name-find .search-box .btn-search {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 18px;
}
.service-cont .find-result {
  margin: 90px 0 0 0;
}
.service-cont .find-result .product-type-tab {
  margin-top: 20px;
}
.service-cont .find-result .title {
  text-align: center;
  color: #636466;
  width: 100%;
  background: url(../images/service/bg_line_w.gif) left 7px repeat-x;
}
.service-cont .find-result .title strong {
  color: #801494;
  font-size: 22px;
  line-height: 12px;
  padding: 0 14px;
  background-color: #fff;
}
.service-cont .find-result .txt {
  margin: 25px 0 0 0;
  text-align: center;
  color: #7d7d7d;
  font-size: 16px;
  font-weight: 300;
}
.service-cont .find-result .result-list .product-item {
  border: 1px solid #ccc;
  margin: 5px;
}
.service-cont .find-result .result-list .product-item .txt {
  text-align: left;
  margin-top: 0px;
}
.service-cont .mapBox {
  position: relative;
  margin: 16px 0 0 0;
}
.service-cont .shop-search {
  position: relative;
  margin: 30px 0 0 0;
  background-color: #f1f2f2;
  padding: 20px;
  overflow: hidden;
}
.service-cont .shop-search .search-label {
  float: left;
  padding: 6px 0;
}
.service-cont .shop-search .search-item {
  float: right;
}
.service-cont .shop-search .search-item span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.service-cont .shop-search .search-item input {
  vertical-align: middle;
}
.service-cont .shop-search .search-item .btn {
  vertical-align: top;
}
@media (max-width: 991px) {
  .service-cont .shop-search .search-label {
    float: none;
  }
  .service-cont .shop-search .search-item {
    float: none;
  }
}
.service-cont .branch-list {
  margin: 75px 0 0 0;
}
.service-cont .branch-list table.branch-table {
  width: 100%;
  border-bottom: 1px solid #a3a3a3;
}
.service-cont .branch-list table.branch-table thead th {
  text-align: left;
  color: #414042;
  font-size: 15px;
  font-weight: 300;
  padding: 0 10px 10px 0;
  letter-spacing: -1px;
  background: url(../images/service/bg_table_top_line.gif) right bottom no-repeat;
}
.service-cont .branch-list table.branch-table thead th:last-child {
  padding: 0 0 7px 0;
  background: url(../images/service/bg_table_top_line.gif) left bottom no-repeat;
}
.service-cont .branch-list table.branch-table thead th strong {
  font-weight: normal;
  width: 100%;
  display: inline-block;
}
.service-cont .branch-list table.branch-table tbody td {
  padding: 9px 10px 9px 0;
  text-align: left;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  vertical-align: top;
}
.service-cont .branch-list table.branch-table tbody td:last-child.td_center {
  padding: 9px 0 9px 0;
}
.service-cont .branch-list table.branch-table tbody td a {
  text-decoration: none;
  color: #797979;
  font-size: 15px;
}
.service-cont .branch-list table.branch-table tbody td a:hover {
  color: #801494;
}
.service-cont .branch-list table.branch-table tbody td .hidden-md {
  display: none;
}
.service-cont .branch-list table.branch-table tbody td.td_center {
  text-align: center;
  padding: 9px 10px 9px 0;
}
.service-cont .branch-list table.branch-table tbody tr:last-child td {
  padding-bottom: 18px;
}
.service-cont .content-box {
  position: relative;
  margin: 50px 0 0 0;
  padding: 0 350px 0 0;
  min-height: 900px;
}
.service-cont .content-box.full {
  padding: 0;
}
.service-cont .content-box .step-box {
  margin: 40px 0 0 0;
  *zoom: 1;
}
.service-cont .content-box .step-box:first-child {
  margin: 0;
}
.service-cont .content-box .step-box .title,
.service-cont .content-box .step-box h3 {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #383838;
  background: url(../images/information/basic_sense/icon_step_top.gif) left top no-repeat;
  padding: 3px 0 0 0;
}
.service-cont .content-box .step-box .title span,
.service-cont .content-box .step-box h3 span {
  font-size: 16px;
}
.service-cont .content-box .step-box .s-title,
.service-cont .content-box .step-box h4 {
  text-align: left;
  margin: 26px 0 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #545454;
  padding: 0;
}
.service-cont .content-box .step-box .s-title:nth-child(2),
.service-cont .content-box .step-box h4:nth-child(2) {
  margin: 15px 0 0 0;
}
.service-cont .content-box .step-box > .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: #58595b;
  line-height: 24px;
  word-break: keep-all;
  margin: 6px 0 0 0;
}
.service-cont .content-box .step-box .stxt {
  margin: 12px 0 0 0;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #636466;
  line-height: 24px;
  word-break: keep-all;
  margin: 14px 0 0 0;
}
.service-cont .content-box .step-box .txt-center {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #801494;
  line-height: 24px;
  word-break: keep-all;
  margin: 18px 0 0 0;
}
.service-cont .content-box .step-box .mov {
  text-align: center;
  padding: 0 10px 0 10px;
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 315px;
  margin: 20px auto 0 auto;
}
.service-cont .content-box .step-box .mov img {
  width: auto;
  max-width: 560px;
  max-height: 315px;
}
.service-cont .content-box .step-box .image {
  text-align: center;
  margin: 16px 0 0 0;
}
.service-cont .content-box .step-box .image img {
  width: 100%;
}
.service-cont .content-box .step-box .list-table {
  position: relative;
  padding: 0 0 2px 178px;
  margin: 15px 0 0 0;
}
.service-cont .content-box .step-box .list-table dt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 0 0 0;
  width: 168px;
  font-weight: normal;
  color: #414042;
  font-size: 18px;
  border-top: 1px solid #636466;
}
@media (max-width: 768px) {
  .service-cont .content-box .step-box .list-table {
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #d3d3d3;
  }
  .service-cont .content-box .step-box .list-table dt {
    position: inherit;
    width: 100%;
    border-top: none;
    padding: 0;
  }
  .service-cont .content-box .step-box .list-table ul.list {
    border: none;
  }
}
.service-cont .content-box .step-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-cont .content-box .step-box ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-cont .content-box .step-box ul.dot {
  list-style: disc;
  padding-left: 20px;
}
.service-cont .content-box .step-box ul.dot li {
  list-style: none;
}
.service-cont .content-box .step-box ul.dot li:before {
  content: '\00b7';
  margin-left: -20px;
  margin-right: 10px;
}
.service-cont .content-box .step-box ul.list {
  padding: 8px 0 0 0;
  border-top: 1px solid #d3d3d3;
}
.service-cont .content-box .step-box ul.list li {
  position: relative;
  margin: 6px 0 0 0;
  color: #636466;
  font-size: 16px;
  font-weight: 300;
  padding: 0 0 0 10px;
  word-break: keep-all;
}
.service-cont .content-box .step-box ul.list li span {
  position: absolute;
  left: 0;
  top: 0;
}
.service-cont .content-box .step-box ul.list1 {
  padding: 0;
  border-top: none;
}
.service-cont .content-box .step-box ul.list2 {
  text-align: center;
  margin: 20px 0 0 0;
}
.service-cont .content-box .step-box ul.list2 li {
  width: 31%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 12px;
  word-break: keep-all;
}
.service-cont .content-box .step-box ul.list2 li strong {
  display: block;
  text-align: center;
  color: #414042;
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0 0 0;
}
.service-cont .content-box .step-box ul.list2 li span.txt {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #636466;
  font-weight: 300;
}
.service-cont .content-box .step-box ul.list2 li span.txt span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #9c9c9c;
  margin: 4px 0 0 0;
}
.service-cont .content-box .related-contents {
  position: absolute;
  top: 0;
  right: 0;
  width: 270px;
}
.service-cont .content-box .related-contents .title {
  padding: 0 0 16px 0;
  color: #414042;
  font-weight: 300;
  font-size: 22px;
  border-bottom: 1px solid #818181;
}
.service-cont .content-box .related-contents a {
  text-decoration: none;
}
.service-cont .content-box .related-contents .related-list {
  padding: 5px 0 0 0;
}
.service-cont .content-box .related-contents .related-item {
  position: relative;
  padding: 24px 0 0 0;
}
.service-cont .content-box .related-contents .related-item strong {
  display: block;
  margin: 8px 0 0 0;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: normal;
}
.service-cont .content-box.contents {
  padding: 0 280px 0 0;
  min-height: 750px;
}
.service-cont .step-box:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0px;
  clear: both;
}
.service-cont .step-box .Lbox {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  text-align: left;
  float: left;
}
.service-cont .step-box .Lbox .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: #58595b;
  line-height: 24px;
  word-break: keep-all;
  margin: 6px 0 0 0;
}
.service-cont .step-box .Rbox {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  text-align: left;
  float: right;
}
.service-cont .step-box .Rbox .txt {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: #58595b;
  line-height: 24px;
  word-break: keep-all;
  margin: 6px 0 0 0;
}
.service-cont .prev-next {
  position: relative;
  padding: 7px 0;
  border-bottom: 1px solid #a3a3a3;
}
.service-cont .prev-next a {
  font-weight: 300;
  text-decoration: none;
  color: #212121;
  font-size: 15px;
}
.service-cont .prev-next .pn-link {
  padding: 6px 0;
}
.service-cont .prev-next .pn-link span {
  width: 42px;
  display: inline-block;
  color: #801494;
  font-size: 15px;
  font-weight: 300;
}
.service-cont .prev-next a.btn-list {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18.5px 0 0 0;
  font-weight: 300;
  text-decoration: none;
  color: #801494;
  font-size: 16px;
  width: 128px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #801494;
  text-align: center;
}
@media (max-width: 768px) {
  .service-cont .prev-next {
    border-bottom: none;
    text-align: center;
  }
  .service-cont .prev-next .pn-link {
    text-align: left;
  }
  .service-cont .prev-next a.btn-list {
    margin-top: 20px;
    display: inline-block;
    position: relative;
  }
}
.btn-search a {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #801494;
  line-height: 40px;
  height: 40px;
  width: 145px;
  text-decoration: none;
  color: #801494;
  font-size: 18px;
}
.pagination {
  text-align: center;
  display: block;
  margin: 20px auto 0 auto;
  float: none;
  clear: both;
  padding: 0;
}
.pagination > li > a {
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  border: none;
  color: #848485;
  font-size: 13px;
  padding: 0 5px;
  font-weight: 300;
  line-height: 10px;
}
.pagination > li > span {
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  border: none;
  color: #848485;
  font-size: 13px;
  padding: 0 5px;
  font-weight: 300;
  line-height: 10px;
}
.pagination li a:hover {
  background: none;
  color: #865ba8;
  font-size: 13px;
  font-weight: 400;
}
.pagination li a:focus {
  background: none;
  color: #865ba8;
  font-size: 13px;
  font-weight: 400;
}
.pagination li a.active {
  background: none;
  color: #865ba8;
  font-size: 13px;
  font-weight: 400;
}
.pagination .btn-box {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.pagination .btn-box span {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.pagination .btn-box img {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  margin: -3px 1px 0 1px;
}
.guarantee-btn-register {
  margin: 15px 0 15px 0;
}
.guarantee-btn-register a {
  display: inline-block;
  text-align: center;
  line-height: 41px;
  height: 41px;
  min-width: 253px;
  padding: 0 15px;
  border: 1px solid #801494;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background-color: #9b60a6;
}
.qna-wrap {
  margin: 40px 0 0 0;
}
.qna-wrap .qna-search {
  margin: 0 auto;
  text-align: center;
}
.qna-wrap .qna-search fieldset {
  position: relative;
  padding: 14px 118px 14px 202px;
  background-color: #f1f2f2;
  border-radius: 15px;
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}
.qna-wrap .qna-search fieldset legend {
  display: none;
}
.qna-wrap .qna-search fieldset span {
  position: absolute;
  left: 40px;
  top: 18px;
  color: #414141;
  font-size: 18px;
  width: 42px;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
}
.qna-wrap .qna-search fieldset select {
  position: absolute;
  left: 82px;
  top: 14px;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  text-align: left;
  line-height: 20px;
  height: 20px;
  width: 118px;
  padding: 0;
  font-size: 12px;
  color: #848485;
  border: 1px solid #adadb0;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.qna-wrap .qna-search fieldset input {
  display: inline-block;
  vertical-align: top;
  outline: none;
  text-align: left;
  line-height: 20px;
  height: 20px;
  width: 430px;
  padding: 0 8px 0 8px;
  font-size: 12px;
  color: #848485;
  border: 1px solid #a9a9a9;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.qna-wrap .qna-search fieldset .btn-search {
  position: absolute;
  right: 40px;
  top: 16px;
  color: #801494;
  font-size: 16px;
  font-weight: 300;
  line-height: 10px;
}
.qna-infomation {
  margin: 50px 0 0 0;
}
.qna-infomation .info-box {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 58px;
}
.qna-infomation .info-box .icon1 {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.qna-infomation .info-box .txt-info {
  display: inline-block;
  vertical-align: top;
  width: 365px;
}
.qna-infomation .info-box .txt-info .txt {
  margin: 8px 0 0 0;
  color: #58595b;
  font-size: 16px;
  font-weight: 300;
  word-break: keep-all;
}
.qna-infomation .info-box .txt-info .btn-info {
  margin: 10px 0 0 0;
  color: #801494;
  font-size: 16px;
  font-weight: 300;
  display: block;
  width: 128px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #801494;
  background-color: #fff;
}
.qna-infomation .info-Rbox .txt-info {
  width: 295px;
}
.qna-tab-content {
  margin: 45px 0 0 0;
}
.qna-tab-content .tab-list-top {
  position: relative;
  width: 100%;
  padding: 0 80px 0 110px;
}
.qna-tab-content .tab-list-top span {
  color: #414042;
  font-size: 14px;
  padding: 0 0 4px 0;
  font-weight: 300;
  border-bottom: 1px solid #414042;
}
.qna-tab-content .panel-heading {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: #fff;
  padding: 0 0px 0 110px;
}
.qna-tab-content .panel-group {
  padding: 0;
  margin: 0;
  border: none;
  background-color: #fff;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #a3a3a3;
  box-shadow: none;
}
.qna-tab-content .panel.panel-default {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: #fff;
}
.qna-tab-content .panel-title {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: #fff;
}
.qna-tab-content .panel-title a {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-color: #fff;
  text-decoration: none;
  border: none;
}
.qna-tab-content .panel-title a .title {
  border-top: 1px solid #a3a3a3;
  font-weight: bold;
  letter-spacing: -1px;
  border-bottom: 1px solid #8a349c;
}
.qna-tab-content .panel-title a span.open {
  background: url(../images/service/bg_qna_open.png) left top no-repeat;
}
.qna-tab-content .panel-title span {
  color: #801494;
  font-size: 16px;
  padding: 17px 0 17px 0;
  font-weight: 300;
}
.qna-tab-content .panel-title a.collapsed span.open {
  background: url(../images/service/bg_qna_open.png) left bottom no-repeat;
}
.qna-tab-content .panel-title a.collapsed span {
  color: #636466;
  font-size: 16px;
  padding: 17px 0 17px 0;
  font-weight: 300;
  border: none;
  margin: 0;
}
.qna-tab-content .panel-title a.collapsed .title {
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #fff;
}
.qna-tab-content .panel-collapse {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: #fff;
}
.qna-tab-content .num {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  width: 90px;
}
.qna-tab-content .title {
  display: block;
}
.qna-tab-content .open {
  display: block;
  position: absolute;
  right: 0;
  text-align: left;
  width: 60px;
  top: 0;
}
.qna-tab-content .hits {
  display: block;
  position: absolute;
  right: 80px;
  text-align: left;
  width: 140px;
  top: 0;
}
.qna-tab-content .panel-default:nth-child(1) a .title {
  border-top: 1px solid #fff;
}
.qna-tab-content .panel-body {
  padding: 15px 240px 15px 110px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  border: none;
}
.qna-tab-content .no-data {
  text-align: center;
  color: #414042;
  font-size: 14px;
  padding: 30px 0 30px 0;
  font-weight: 300;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.free-service-list {
  margin: 40px 0 0 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #a3a3a3;
}
.free-service-list .table-list {
  width: 100%;
}
.free-service-list .table-list thead th {
  height: 50px;
  text-align: left;
  padding: 0 30px 0 0;
}
.free-service-list .table-list thead th span {
  text-align: left;
  display: block;
  border-bottom: 1px solid #414042;
  padding: 0 0 4px 0;
  color: #414042;
  font-size: 15px;
  font-weight: 300;
}
.free-service-list .table-list tbody td {
  text-align: left;
  padding: 10px 0 7px 0;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
}
.free-service-list .table-list tbody td a {
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
.free-service-list .table-list tbody tr:hover td {
  color: #801494;
}
.free-service-list .table-list tbody tr:hover td a {
  color: #801494;
}
.free-service-list .table-view {
  width: 100%;
}
.free-service-list .table-view thead th {
  text-align: left;
  padding: 10px 0 10px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #414042;
  font-size: 15px;
  font-weight: 300;
}
.free-service-list .table-view thead td {
  text-align: right;
  padding: 10px 0 10px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #414042;
}
.free-service-list .table-view thead span {
  color: #801494;
  display: inline-block;
  padding: 0 10px 0 0;
}
.free-service-list .table-view tbody td {
  text-align: left;
  padding: 20px 0 20px 0;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
}
.nextlevel-box .top-box {
  margin: 50px 0 0 0;
  *zoom: 1;
}
.nextlevel-box .top-box:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0px;
  clear: both;
}
.nextlevel-box .top-box .Lbox {
  float: left;
  width: 42%;
}
.nextlevel-box .top-box .Rbox {
  padding: 40px 0 0 60px;
  float: right;
  width: 54%;
  text-align: right;
  background: url(../images/service/nextlevel/bg_top_line.gif) left 10px no-repeat;
}
.nextlevel-box .txt {
  margin: 10px 0 0 0;
  color: #58595b;
  font-size: 16px;
  line-height: 24px;
  word-break: keep-all;
}
.nextlevel-box .txt.txt1 {
  position: relative;
  padding: 0 0 0 15px;
}
.nextlevel-box .txt.txt1 span {
  position: absolute;
  left: 0;
  top: 0;
}
.nextlevel-box .b-cont {
  margin: 42px 0 0 0;
}
.nextlevel-box .b-cont ul {
  text-align: center;
  margin: 0 0 0 0;
}
.nextlevel-box .b-cont li {
  position: relative;
  margin: 30px 15px 0 15px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.nextlevel-box .b-cont li .imgbox {
  position: relative;
  vertical-align: middle;
}
.nextlevel-box .b-cont li span.txt1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: -12px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.nextlevel-box .b-cont li span.txt2 {
  text-align: center;
  color: #58595b;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 20px 0 0 0;
  font-weight: 300;
}
.nextlevel-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nextlevel-box li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nextlevel-box .b-cont-faq {
  margin: 55px 0 0 0;
}
.nextlevel-box .b-cont-faq li {
  margin: 18px 0 0 0;
  position: relative;
  padding: 0 0 0 50px;
  word-break: keep-all;
}
.nextlevel-box .b-cont-faq li .icon {
  position: absolute;
  top: 2px;
  left: 0;
}
.nextlevel-box .b-cont-faq li strong {
  display: block;
  color: #636466;
  font-size: 16px;
  line-height: 24px;
}
.nextlevel-box .b-cont-faq li span {
  color: #58595b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.nextlevel-box .btn-bottom {
  margin: 75px 0 0 0;
  text-align: center;
}
.nextlevel-box .btn-bottom a {
  font-weight: 300;
  text-decoration: none;
  color: #801494;
  font-size: 16px;
  width: 253px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #801494;
  text-align: center;
  display: inline-block;
  margin: 5px 8px 0 8px;
}
.nextlevel-container {
  margin: 45px 0 0 0;
  width: 100%;
}
.nextlevel-container .check-visual {
  z-index: -1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nextlevel-container .check-visual > div.visual {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  height: 100%;
}
.nextlevel-container .check-visual > div.visual img {
  min-height: 100%;
}
.nextlevel-container .check-visual .check-wrap {
  z-index: 9;
  width: 100%;
  margin-bottom: 40px;
}
.nextlevel-container .check-visual .check-box {
  max-width: 1080px;
  margin: 0 auto;
}
.nextlevel-container .check-visual .check-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 45px 0 0 0;
}
.nextlevel-container .check-visual .check-box li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  vertical-align: top;
  width: 135px;
}
.nextlevel-container .check-visual .check-box li span.txt {
  display: block;
  margin: 15px 0 0 0;
  letter-spacing: -1px;
}
.nextlevel-container .check-visual .check-box li span.num {
  display: none;
}
@media screen and (max-width: 768px) {
  .nextlevel-container .check-visual .check-box li span.num {
    display: inline-block;
    padding-right: 5px;
  }
}
.nextlevel-container .check-visual .check-box li.icon {
  padding: 42px 0 0 0;
  width: auto;
}
.nextlevel-container .check-visual .check-box .title {
  font-size: 17px;
}
.nextlevel-container .check-visual .title {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 45px 0 0 0;
  font-size: 22px;
  color: #fff;
}
.tiretech-box .top-box {
  margin: 50px 0 0 0;
  *zoom: 1;
}
.tiretech-box .top-box:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0px;
  clear: both;
}
.tiretech-box .top-box .Lbox {
  float: left;
  width: 45%;
}
.tiretech-box .top-box .Rbox {
  float: right;
  width: 50%;
  text-align: left;
}
.tiretech-box .txt {
  margin: 10px 0 0 0;
  color: #58595b;
  font-size: 16px;
  line-height: 24px;
  word-break: keep-all;
}
.tiretech-box .b-cont {
  margin: 42px 0 0 0;
}
.tiretech-box .b-cont ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0 0 0 0;
}
.tiretech-box .b-cont li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: 205px;
  margin: 30px 30px 0 30px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.tiretech-box .b-cont li .imgbox {
  position: relative;
  vertical-align: middle;
}
.tiretech-box .b-cont li span.txt1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.tiretech-box .b-cont li:nth-child(1) span.txt1 {
  margin-top: -12px;
}
.tiretech-box .b-cont li:nth-child(3) span.txt1 {
  margin-top: -12px;
}
.tiretech-box .b-cont li span.txt2 {
  text-align: center;
  color: #58595b;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 20px 0 0 0;
  font-weight: 300;
}
.tiretech-box .btn-bottom {
  margin: 75px 0 0 0;
  text-align: center;
}
.tiretech-box .btn-bottom a {
  font-weight: 300;
  text-decoration: none;
  color: #801494;
  font-size: 16px;
  width: 253px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #801494;
  text-align: center;
  display: inline-block;
  margin: 5px 8px 0 8px;
}
@media (min-width: 550px) {
  .service-list .list-title strong {
    font-size: 22px;
    color: #801494;
    font-weight: 400;
    display: inline-block;
    padding: 0 14px 0 0;
  }
  .service-cont .sub-title strong {
    font-size: 22px;
    color: #801494;
    font-weight: 400;
    display: inline-block;
    padding: 0 14px 0 0;
  }
}
@media (max-width: 680px) {
  .service-cont ul.nav-tabs.qna-tabs li {
    width: 33.333%;
    margin: 5px 0 0 0;
  }
  .service-cont ul.nav-tabs.qna-tabs li a {
    min-height: auto;
  }
  .service-cont ul.nav-tabs.qna-tabs li:nth-child(4) a {
    background-image: none !important;
  }
  .service-cont ul.nav-tabs li a {
    min-height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .service-cont .tire-find {
    float: none;
  }
  .service-cont .tire-find .step1 {
    margin-left: 0;
    width: 48.6%;
  }
  .service-cont .tire-find .step2 {
    margin-left: 0;
    width: 48.6%;
    float: right;
  }
  .service-cont .tire-find .step3 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: none;
  }
  .service-cont .tire-find .step3 .step {
    width: 100%;
  }
  .nextlevel-container .check-visual .title {
    padding: 20px 0 0 0;
  }
  .nextlevel-container .check-visual .check-box ul {
    margin: 20px 0 0 0;
  }
  .nextlevel-container .check-visual .check-box li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .nextlevel-container .check-visual .check-box li .imgbox img {
    width: 75px;
  }
}
@media (max-width: 991px) {
  .service-cont .tire-find {
    float: none;
  }
  .service-cont .tire-find .step1 {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .service-cont .tire-find .step2 {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
  }
  .service-cont .tire-find .step3 {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: none;
  }
  .service-cont .tire-find .step3 .step {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .service-cont .tire-find .step .btn-search {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .service-cont .name-find .search-box {
    padding: 0 152px 0 0;
  }
  .service-cont .name-find .search-box input[type="text"] {
    width: 100%;
  }
  .service-cont .name-find .search-box .btn-search {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nextlevel-container .check-visual .title {
    padding: 20px 0 0 0;
    font-size: 18px;
  }
  .nextlevel-container .check-visual .check-box ul {
    margin: 20px 0 0 0;
  }
  .nextlevel-container .check-visual .check-box li {
    font-size: 12px;
    width: 80px;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .nextlevel-container .check-visual .check-box li .imgbox img {
    width: 55px;
  }
  .nextlevel-container .check-visual .check-box li.icon {
    padding: 20px 0 0 0;
  }
  .nextlevel-container .check-visual .check-box li.icon img {
    width: 8px;
  }
}
@media (max-width: 1080px) {
  .service-cont .btn-search.btn-shop {
    margin: 30px 0 0 0;
    text-align: center;
  }
  .service-cont .btn-search.btn-shop a {
    background-color: #fff;
  }
  .service-cont .branch-list {
    margin: 30px 0 0 0;
  }
  .qna-wrap .qna-search fieldset {
    display: block;
  }
  .qna-wrap .qna-search fieldset input {
    width: 100%;
  }
  .qna-infomation .info-box {
    padding: 0 0 0 40px;
  }
  .qna-infomation .info-box .icon1 img {
    height: 70px;
  }
  .free-service-list .table-view tbody td img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .service-cont .shop-search dt {
    padding: 0 0 0 0;
    font-size: 16px;
    color: #414042;
    font-weight: 300;
    background: none;
  }
  .service-cont .shop-search dd {
    padding: 0 0 0 0;
    font-size: 16px;
    color: #414042;
    font-weight: 300;
    background: none;
  }
  .service-cont .step-box .Lbox {
    width: 48%;
    margin: 0 0 0 0;
  }
  .service-cont .step-box .Rbox {
    width: 48%;
  }
  .service-cont .content-box {
    padding: 0 0 0 0;
  }
  .service-cont .content-box .step-box .mov img {
    width: 100%;
  }
  .service-cont .content-box .step-box ul.list2 li {
    width: 31%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 0 0 0;
  }
  .service-cont .content-box .related-contents {
    position: relative;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .service-cont .content-box .related-contents .related-item .thumb img {
    width: 100%;
  }
  .service-cont .content-box.contents {
    padding: 0 0 0 0;
  }
  .qna-tab-content .tab-list-top {
    padding: 0 80px 0 0;
  }
  .qna-tab-content .panel-heading {
    padding: 0 80px 0 0;
  }
  .qna-tab-content .panel-body {
    padding: 15px 80px 15px 0;
  }
}
@media (max-width: 992px) {
  .service-cont .branch-list table.branch-table tbody td {
    position: relative;
    border: 1px solid #d4d4d4;
    border-width: 1px 0;
    padding: 18px 0;
    font-size: 16px;
  }
  .service-cont .branch-list table.branch-table tbody td .hidden-md {
    display: block;
  }
  .service-cont .branch-list table.branch-table tbody td span.txt1 {
    display: block;
  }
  .service-cont .branch-list table.branch-table tbody td strong.txt2 {
    display: block;
    color: #231f20;
    font-size: 22px;
    font-weight: 400;
    font-weight: normal;
    padding: 2px 0 4px 0;
  }
  .service-cont .branch-list table.branch-table tbody td .txt-icon {
    display: block;
    margin: 4px 0 0 0;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 18px;
  }
  .service-cont .branch-list table.branch-table tbody td .txt-icon span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-weight: normal;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    width: 46px;
    text-align: center;
    display: inline-block;
    background-color: #8d8d8d;
  }
  .service-cont .branch-list table.branch-table tbody td .btn-icon {
    text-align: left;
    display: block;
    margin-top: 10px;
    /*							.tel {
								display: inline-block;
								width: 90px;
								height: 89px;
								overflow: hidden !important;
								text-indent: -9999em;
								background: url(/international/assets/images/service/icon_phone.png) left top no-repeat;
								zoom:0.9;
							}
							.view {
								display: inline-block;
								width: 90px;
								height: 89px;
								overflow: hidden;
								text-indent: -9999em;
								background: url(/international/assets/images/service/icon_map.png) left top no-repeat;
								zoom:0.9;
								}*/
  }
  .service-cont .branch-list table.branch-table tbody td .btn-icon .tel,
  .service-cont .branch-list table.branch-table tbody td .btn-icon .map {
    width: 49%;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #801494;
    text-decoration: none;
    color: #801494;
    font-size: 16px;
  }
  .qna-infomation .info-box {
    padding: 0;
    width: 100%;
  }
  .qna-infomation .info-box .icon1 img {
    height: 60px;
  }
  .qna-infomation .info-box .txt-info {
    width: 83%;
  }
  .qna-infomation .info-Rbox {
    margin: 20px 0 0 0;
  }
  .qna-infomation .info-Rbox .txt-info {
    width: 82%;
  }
  .nextlevel-box .top-box .Lbox {
    width: 100%;
  }
  .nextlevel-box .top-box .Rbox {
    padding: 30px 0 0 0;
    width: 100%;
    margin: 0 0 0 0;
    background: none;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .guarantee-btn-register {
    text-align: center;
  }
  .guarantee-btn-register a {
    margin: 0 0 5px 0;
    width: 210px;
    font-size: 14px;
    text-decoration: none;
    background-color: #9b60a6;
  }
  .qna-infomation .info-box {
    padding: 0;
  }
  .qna-infomation .info-box .icon1 img {
    height: 60px;
  }
  .qna-infomation .info-box .txt-info {
    width: 75%;
  }
  .qna-infomation .info-Rbox {
    margin: 20px 0 0 0;
  }
  .qna-infomation .info-Rbox .txt-info {
    width: 75%;
  }
  .tiretech-box .top-box .Lbox {
    width: 100%;
  }
  .tiretech-box .top-box .Rbox {
    width: 100%;
    margin: 42px 0 0 0;
  }
}
@media (max-width: 1040px) {
  .service-cont .step-box .Lbox {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .service-cont .step-box .Rbox {
    width: 100%;
  }
  .service-cont .content-box .step-box ul.list2 li {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 0 25px 0;
  }
  .nextlevel-container .check-visual .title {
    padding: 20px 0 0 0;
  }
  .nextlevel-container .check-visual .check-box ul {
    margin: 20px 0 0 0;
  }
  .nextlevel-container .check-visual .check-box li {
    font-size: 14px;
    width: 120px;
  }
  .nextlevel-container .check-visual .check-box li .imgbox img {
    width: 70px;
  }
  .nextlevel-container .check-visual .check-box li.icon {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 620px) {
  .service-cont .step-box .Lbox {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .service-cont .step-box .Rbox {
    width: 100%;
  }
  .service-cont .content-box .step-box ul.list2 li {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 500px) {
  .nextlevel-box .top-box .Rbox img {
    width: 100%;
  }
}
.service-container {
  margin: 0 0 59px 0;
}
.service-container .section-title {
  position: relative;
  margin: 70px 0 0 0;
}
.service-container .section-title .title {
  font-size: 16px;
  color: #58595b;
  line-height: 24px;
}
.service-container .section-title .title h2 {
  font-size: 48px;
  color: #231f20;
  display: block;
  line-height: 46px;
  font-weight: bold;
}
.service-container .section-title .title p {
  display: block;
  margin: 12px 0 0 2px;
  font-weight: 300;
}
.service-container .map-popup {
  width: 250px;
}
.service-container .map-popup .heading {
  border-bottom: 2px solid #ccc;
  font-weight: 600;
  padding: 5px;
  font-size: 14px;
}
.service-container .map-popup .body {
  padding: 5px;
  font-weight: normal;
}
.service-container .map-popup .body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-container .map-popup .body ul li {
  margin: 3px 0;
  padding-left: 15px;
}
.service-container .map-popup .body ul li.addr:before {
  margin-left: -20px;
  display: inline-block;
  min-width: 15px;
  font-family: 'FontAwesome';
  text-rendering: auto;
  margin-right: 5px;
  content: "\f041";
}
.service-container .map-popup .body ul li.tel:before {
  margin-left: -20px;
  display: inline-block;
  min-width: 15px;
  font-family: 'FontAwesome';
  text-rendering: auto;
  margin-right: 5px;
  content: "\f095";
}
.service-container .map-popup .body ul li.fax:before {
  margin-left: -20px;
  display: inline-block;
  min-width: 15px;
  font-family: 'FontAwesome';
  text-rendering: auto;
  margin-right: 5px;
  content: "\f1ac";
}
#rvWrapper {
  width: 50%;
  height: 400px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  display: none;
}
#map_container.view_roadview #mapWrapper {
  width: 50%;
}
#roadviewControl {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px;
  z-index: 1;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 1px #888;
  cursor: pointer;
}
#roadviewControl span {
  background: url(../../../../i1.daumcdn.net/localimg/localimages/07/mapapidoc/mapworker.png) no-repeat;
  padding-left: 23px;
  height: 24px;
  font-size: 12px;
  display: inline-block;
  line-height: 2;
  font-weight: bold;
}
#roadviewControl.active {
  background: #ccc;
  box-shadow: 0px 1px #5F616D;
  border: 1px solid #7F818A;
}
#roadviewControl.active span {
  background: url(../../../../i1.daumcdn.net/localimg/localimages/07/mapapidoc/mapworker_on.png) no-repeat;
  color: #4C4E57;
}
#close {
  position: absolute;
  padding: 4px;
  top: 5px;
  left: 5px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 1px #888;
}
#close .img {
  display: block;
  background: url(../../../../i1.daumcdn.net/localimg/localimages/07/mapapidoc/rv_close.png) no-repeat;
  width: 14px;
  height: 14px;
}
.request-box {
  margin: 50px auto 0 auto;
  width: 760px;
  max-width: 100%;
}
.request-box .title-line {
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  color: #231f20;
  background: url(../images/information/basic_sense/icon_step_top.gif) left top no-repeat;
  padding: 3px 0 0 0;
}
.request-box ul.desc {
  list-style: none;
  padding: 0;
}
.request-box ul.desc li {
  color: #636466;
  padding-left: 10px;
  background: url(../images/service/icon_p.gif) left center no-repeat;
}
.request-form,
.result-form {
  border-top: 1px solid #801494;
  margin: 10px 0 0 0;
  width: 100%;
}
.request-form .btn-register,
.result-form .btn-register {
  min-width: 130px;
}
.request-form .form-group,
.result-form .form-group {
  border-bottom: 1px solid #e0e0e0;
  padding: 11px 0;
  text-align: left;
  color: #414042;
  font-size: 12px;
  font-weight: 300;
  overflow: hidden;
  margin: 0;
}
.request-form .form-group .control-label,
.result-form .form-group .control-label {
  text-align: left;
}
.request-form .form-group .control-label span,
.result-form .form-group .control-label span {
  display: inline-block;
  min-width: 10px;
}
.request-form .privacy-box,
.result-form .privacy-box {
  border: none;
}
.request-form .btn-center,
.result-form .btn-center {
  border-top: none;
  margin: 35px 0 0 0;
  text-align: center;
}
.request-form .btn-register,
.result-form .btn-register {
  font-weight: 300;
  text-decoration: none;
  color: #801494;
  font-size: 16px;
  min-width: 128px;
  padding: 0 20px;
  margin: 0;
  height: 35px;
  line-height: 35px;
  border: 1px solid #801494;
  text-align: center;
  display: inline-block;
  background-color: white;
}
.request-form input,
.result-form input,
.request-form select,
.result-form select,
.request-form button,
.result-form button,
.request-form .btn,
.result-form .btn {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .request-form .stxt1,
  .result-form .stxt1 {
    display: block;
  }
}
.request-form textarea.form-control,
.result-form textarea.form-control {
  resize: none;
  font-size: 12px;
  width: 480px;
  max-width: 100%;
}
.request-form .inp-newline,
.result-form .inp-newline {
  overflow: hidden;
  margin-bottom: 11px;
}
.request-form .form-control.i-name,
.result-form .form-control.i-name {
  width: 22%;
  min-width: 120px;
  margin: 0 5px 0 0;
}
.request-form .radio label,
.result-form .radio label {
  margin-right: 10px;
}
.request-form .form-control.i-short,
.result-form .form-control.i-short {
  width: 10%;
  min-width: 60px;
  margin: 0 5px 0 0;
}
.request-form .split,
.result-form .split {
  margin: 0 3px;
}
.request-form .form-control.i-full,
.result-form .form-control.i-full {
  width: 100%;
  min-width: 120px;
  margin: 0 5px 0 0;
}
.request-form .form-control.i-addr,
.result-form .form-control.i-addr {
  width: 480px;
  max-width: 100%;
  min-width: 120px;
  margin: 0 5px 0 0;
}
.request-form .form-control.i-institution,
.result-form .form-control.i-institution {
  width: 16%;
  min-width: 100px;
}
.request-form .form-control.i-email,
.result-form .form-control.i-email {
  max-width: 300px;
  width: 100%;
}
.result-form {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.result-form .form-group {
  border: none;
}
#registerResult {
  display: none;
}
.service-cont .counsel-box {
  margin: 0 auto;
  width: 768px;
}
.service-cont .counsel-box .title-line {
  border-bottom: 1px solid #636466;
  color: #414042;
  font-size: 22px;
}
.service-cont .counsel-box .counsel-body ul {
  list-style: none;
  padding: 0;
}
.service-cont .counsel-box .counsel-body li {
  list-style: none;
  padding: 0;
}
.service-cont .counsel-box .counsel-body .top-txt {
  padding: 15px 0 0 0;
}
.service-cont .counsel-box .counsel-body .top-txt li {
  background: url(../images/service/icon_p1.gif) left 10px no-repeat;
  color: #636466;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 0 0 8px;
}
.service-cont .counsel-box .counsel-body .table-info {
  margin: 40px 0 0 0;
  width: 100%;
}
.service-cont .counsel-box .counsel-body .table-info table {
  border-bottom: 1px solid #9a9a9a;
  border-top: 1px solid #801494;
  width: 100%;
}
.service-cont .counsel-box .counsel-body .table-info tbody th {
  border-top: 1px solid #e0e0e0;
  color: #414042;
  font-size: 13px;
  font-weight: 300;
  height: 40px;
  min-width: 78px;
  text-align: left;
}
.service-cont .counsel-box .counsel-body .table-info tbody th span {
  color: #636466;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  vertical-align: middle;
  width: 12px;
}
.service-cont .counsel-box .counsel-body .table-info tbody td {
  border-top: 1px solid #e0e0e0;
  color: #848485;
  font-size: 12px;
  font-weight: 300;
  padding: 14px 0;
  text-align: left;
}
.service-cont .counsel-box .counsel-body .table-info tbody td a {
  color: #801494;
  font-size: 12px;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #a9a9a9;
  box-sizing: border-box;
  color: #848485;
  display: inline-block;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  outline: none;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input[type="password"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #a9a9a9;
  box-sizing: border-box;
  color: #848485;
  display: inline-block;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  outline: none;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input[type="file"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #a9a9a9;
  box-sizing: border-box;
  color: #848485;
  display: inline-block;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  outline: none;
  padding: 0 10px;
  text-align: left;
  vertical-align: middle;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input.ip1 {
  width: 100%;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input.ip2 {
  min-width: 110px;
  width: 20%;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input.ip3 {
  background-color: #e6e6e6;
  margin: 0 5px 0 0;
  min-width: 250px;
  padding: 0;
  width: 65%;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input.ip4 {
  width: 100%;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input.ip5 {
  min-width: 65px;
  width: 16%;
}
.service-cont .counsel-box .counsel-body .table-info tbody td input.ip6 {
  min-width: 140px;
  width: 35%;
}
.service-cont .counsel-box .counsel-body .table-info tbody td select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #a9a9a9;
  box-sizing: border-box;
  color: #848485;
  display: inline-block;
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  outline: none;
  padding: 0;
  text-align: left;
  vertical-align: middle;
}
.service-cont .counsel-box .counsel-body .table-info tbody td select.sel1 {
  margin: 0 5px 0 0;
  min-width: 120px;
  width: 30%;
}
.service-cont .counsel-box .counsel-body .table-info tbody td select.sel2 {
  min-width: 115px;
  width: 25%;
}
.service-cont .counsel-box .counsel-body .table-info tbody td select.sel3 {
  min-width: 80px;
}
.service-cont .counsel-box .counsel-body .table-info tbody td select.sel4 {
  min-width: 60px;
}
.service-cont .counsel-box .counsel-body .table-info tbody td textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #a9a9a9;
  box-sizing: border-box;
  color: #848485;
  display: inline-block;
  font-size: 12px;
  height: 62px;
  line-height: 18px;
  outline: none;
  padding: 10px;
  resize: none;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.service-cont .counsel-box .counsel-body .table-info tbody tr:first-child th {
  border-top: none;
}
.service-cont .counsel-box .counsel-body .table-info tbody tr:first-child td {
  border-top: none;
}
.service-cont .counsel-box .counsel-body .table-info.buy-info tbody th {
  min-width: 125px;
}
.service-cont .counsel-box .counsel-body.table-info tbody td span.stxt1 {
  line-height: 20px;
}
.service-cont .counsel-box .btn-center {
  border-top: none;
  margin: 60px 0 0 0;
  text-align: center;
}
.service-cont .counsel-box .btn-register {
  background-color: #ffffff;
  border: 1px solid #801494;
  color: #801494;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 128px;
}
@media (max-width: 992px) {
  .service-cont .counsel-box {
    width: 100%;
  }
}
.content-sub-menu {
  margin: 20px 0 0 0;
  min-height: 20px;
}
.content-sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 11px 0 0;
  background-color: #fff;
  display: inline-block;
}
.content-sub-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 150px;
  max-width: 32%;
}
.content-sub-menu li a {
  width: 100%;
  color: #58595b;
  padding: 0;
  padding-bottom: 5px;
  display: block;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #a3a3a3;
  word-break: keep-all;
}
.content-sub-menu li a.active {
  color: #801494;
  font-weight: 400;
  border-bottom: 2px solid #801494;
  position: relative;
}
.content-sub-menu li a.active:after {
  position: absolute;
  text-align: center;
  background: url(../images/company/content_company_menu_dot.gif) no-repeat center center;
  width: 100%;
  height: 5px;
  bottom: -10px;
  left: 0;
  content: " ";
  font-size: 5px;
  display: block;
}
.tiretech-member-content .btn-member-qna {
  float: right;
}
@media (max-width: 1169px) {
  .tiretech-member-content .btn-member-qna {
    float: none;
    display: block;
    margin: 20px 0;
  }
}
.tiretech-member-content .con-block {
  margin-top: 40px;
}
.tiretech-member-content .con-block .desc span {
  color: #801494;
  display: inline-block;
  padding-right: 5px;
}
.tiretech-member-content .cost-burden-table table {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #A4A4A4;
}
.tiretech-member-content .cost-burden-table table th,
.tiretech-member-content .cost-burden-table table td {
  padding: 10px 0;
  text-align: center;
  border-left: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.tiretech-member-content .cost-burden-table table th:first-child,
.tiretech-member-content .cost-burden-table table td:first-child {
  border-left: none;
}
.tiretech-member-content .cost-burden-table table th {
  background-color: #FBFBFB;
}
.tiretech-member-content ul.join-step {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-top: 20px;
}
.tiretech-member-content ul.join-step li {
  position: relative;
  float: left;
  width: 25%;
  background-color: #EDEDED;
  padding: 20px;
  padding-right: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.tiretech-member-content ul.join-step li:after {
  content: "▶";
  color: #801494;
  position: absolute;
  font-size: 10px;
  padding: 20px 0px;
  right: 0;
  top: 0;
  height: 100%;
  width: 20px;
  text-align: center;
  background-color: #FFF;
  vertical-align: center;
}
.tiretech-member-content ul.join-step li:last-child:after {
  content: " ";
}
@media (max-width: 1169px) {
  .tiretech-member-content ul.join-step li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .tiretech-member-content ul.join-step li {
    top: 73%;
    margin-bottom: 0px;
    padding-bottom: 40px;
    width: 100%;
    float: none;
  }
  .tiretech-member-content ul.join-step li:after {
    content: "▼";
    top: auto;
    bottom: 0;
    width: 100%;
    height: 20px;
    padding: 2px;
  }
}
.tiretech-member-content ul.join-step-02 {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-top: 20px;
}
.tiretech-member-content ul.join-step-02 li {
  position: relative;
  float: left;
  width: 20%;
  margin-bottom: 20px;
  text-align: center;
  min-height: 200px;
  padding-right: 20px;
  font-size: 16px;
}
@media (max-width: 1169px) {
  .tiretech-member-content ul.join-step-02 li {
    width: 25%;
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  .tiretech-member-content ul.join-step-02 li {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .tiretech-member-content ul.join-step-02 li {
    width: 50%;
    min-height: 200px;
  }
}
.tiretech-member-content ul.join-step-02 li .thumb {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 55.32994924%;
  margin-bottom: 20px;
}
.tiretech-member-content ul.join-step-02 li .thumb > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tiretech-member-content ul.join-step-02 li .step {
  color: #801494;
}
.tiretech-member-content ul.join-step-02 li .desc {
  word-break: keep-all;
}
.tiretech-member-content ul.join-step-02 li:after {
  content: " ";
  position: absolute;
  background-image: url(../images/service/tiretech_member/join_step_arrow.gif);
  display: block;
  width: 18px;
  height: 35px;
  top: 50px;
  right: 0px;
}
.tiretech-member-content ul.join-step-02 li:last-child:after {
  display: none;
}
.tiretech-member-content .list-01,
.tiretech-member-content .list-02 {
  margin-top: 20px;
}
.tiretech-member-content .list-01 p span,
.tiretech-member-content .list-02 p span {
  display: block;
  color: #801494;
}
@media (max-width: 1169px) {
  .tiretech-member-content .list-01 > div,
  .tiretech-member-content .list-02 > div {
    margin-bottom: 20px;
  }
}
.tiretech-member-content .list-01 .thumb {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 51.875%;
}
.tiretech-member-content .list-01 .thumb > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tiretech-member-content .list-02 .thumb {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 39.21568627%;
}
.tiretech-member-content .list-02 .thumb > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.tiretech-member-content .contact-list {
  margin-top: 20px;
}
.tiretech-member-content .contact-list .contact-item {
  display: block;
  width: 20%;
  border-left: 1px solid #ccc;
  float: left;
  font-size: 14px;
  min-height: 50px;
  margin-bottom: 10px;
}
.tiretech-member-content .contact-list .contact-item > div {
  padding: 0 20px;
}
.tiretech-member-content .contact-list .contact-item .tel {
  display: block;
}
@media (max-width: 1169px) {
  .tiretech-member-content .contact-list .contact-item {
    width: 33%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .tiretech-member-content .contact-list .contact-item {
    width: 50%;
    margin-bottom: 30px;
  }
}
.tiretech-member-content .prev-next {
  border-top: 1px solid #a3a3a3;
}
@media (max-width: 768px) {
  .tiretech-member-content .prev-next {
    border-bottom: none;
    text-align: center;
  }
  .tiretech-member-content .prev-next .pn-link {
    text-align: left;
  }
  .tiretech-member-content .prev-next a.btn-list {
    margin-top: 20px;
    display: inline-block;
    position: relative;
  }
}
.tiretech-member-content .faq-table {
  margin: 40px 0 0 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #a3a3a3;
}
@media (max-width: 768px) {
  .tiretech-member-content .faq-table {
    border: none;
  }
}
.tiretech-member-content .faq-table .table-list {
  width: 100%;
}
.tiretech-member-content .faq-table .table-list thead th {
  height: 50px;
  text-align: left;
  padding: 0 30px 0 0;
}
.tiretech-member-content .faq-table .table-list thead th:last-child {
  padding: 0 0 0 0;
}
.tiretech-member-content .faq-table .table-list thead th span {
  text-align: left;
  display: block;
  border-bottom: 1px solid #414042;
  padding: 0 0 4px 0;
  color: #414042;
  font-size: 15px;
  font-weight: 300;
}
.tiretech-member-content .faq-table .table-list tbody td {
  text-align: left;
  padding: 10px 30px 7px 0;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  word-break: keep-all;
}
.tiretech-member-content .faq-table .table-list tbody td a {
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
.tiretech-member-content .faq-table .table-list tbody tr:hover td {
  color: #801494;
}
.tiretech-member-content .faq-table .table-list tbody tr:hover td a {
  color: #801494;
}
.tiretech-member-content .faq-table .table-view {
  width: 100%;
}
.tiretech-member-content .faq-table .table-view > thead > tr > th {
  text-align: left;
  padding: 10px 0 10px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #414042;
  font-size: 15px;
  font-weight: 300;
  color: #212121;
}
.tiretech-member-content .faq-table .table-view > thead > tr > td {
  text-align: right;
  padding: 10px 0 10px 0;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #414042;
  color: #212121;
}
.tiretech-member-content .faq-table .table-view > thead span {
  color: #212121;
  padding: 0 15px 0 0;
}
@media (max-width: 768px) {
  .tiretech-member-content .faq-table .table-view > thead span {
    display: block;
  }
}
.tiretech-member-content .faq-table .table-view > thead span:first-child {
  color: #801494;
  padding: 0 10px 0 0;
}
.tiretech-member-content .faq-table .table-view > tbody > tr > td {
  text-align: left;
  padding: 35px;
  color: #797979;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 768px) {
  .tiretech-member-content .faq-table .table-view > tbody > tr > td {
    padding: 30px 10px;
  }
}
