@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('board.css');
@font-face {
  font-family: 'Jalnan';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream-3';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#subContent {
  margin: 30px auto;
  padding: 10px 0;
}
.tabBox > div {
  display: none;
}

.tabBox > div.show {
  display: block;
}

.floatBox .left {
  float: left;
}

.floatBox .right {
  float: right;
}

.floatBox::after {
  display: block;
  content: '';
  clear: both;
}

.flBox > *:nth-child(1) {
  float: left;
}

.flBox > *:nth-child(2) {
  float: right;
}

.flBox::after {
  display: block;
  content: '';
  clear: both;
}

.flleft > * {
  float: left;
}

.flleft::after {
  display: block;
  content: '';
  clear: both;
}

.abBoxL {
  position: relative;
}

.abBoxL .ab {
  position: absolute;
  left: 0;
  top: 0;
}

.abBoxR {
  position: relative;
}

.abBoxR .ab {
  position: absolute;
  right: 0;
  top: 0;
}

input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
  opacity: 1;
  /* Firefox */
}

input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
  opacity: 1;
  /* Firefox */
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #989898;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #989898;
}

.basic-body {
  width: 1250px;
  margin: 50px auto;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
}

.basic-body.search .top_map {
  position: relative;
}

.basic-body.search .top_map .search_wrap {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 950px;
  height: 100px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: -5px 8.7px 40px 0 rgba(93, 93, 93, 0.16);
  box-shadow: -5px 8.7px 40px 0 rgba(93, 93, 93, 0.16);
  text-align: center;
  margin: 0 0 0 -475px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.basic-body.search .top_map .search_wrap.fixed {
  position: fixed;
  top: 151px;
  z-index: 99;
}

.basic-body.search .top_map .search_wrap .addr_wrap {
  display: none;
  border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
  position: absolute;
  left: 0;
  top: 50px;
  overflow-y: scroll;
  width: 367px;
  height: 190px;
  background: #fff;
  -webkit-box-shadow: -5px 8.7px 40px 0 rgba(93, 93, 93, 0.16);
  box-shadow: -5px 8.7px 40px 0 rgba(93, 93, 93, 0.16);
  padding: 5px 10px 0 10px;
  text-align: left;
}

.basic-body.search .top_map .search_wrap .addr_wrap::-webkit-scrollbar-thumb {
  background-color: #bb8ff0;
}

.basic-body.search .top_map .search_wrap .addr_wrap.on {
  display: block;
}

.basic-body.search .top_map .search_wrap .addr_wrap ul li {
  border-top: 1px solid #efefef;
}

.basic-body.search .top_map .search_wrap .addr_wrap ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 0 0 30px;
  background: url('/img/jnTalk/icon_search_arrow.png') no-repeat 20px center;
}

.basic-body.search .top_map .search_wrap .addr_wrap ul li a span {
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding: 0 8px 0 8px;
  border-radius: 10px;
}

.basic-body.search .top_map .search_wrap .addr_wrap ul li a:hover span {
  background-color: rgba(224, 199, 255, 0.5);
}

.basic-body.search .top_map .search_wrap .search_box {
  display: inline-block;
  position: relative;
  width: 890px;
  height: 60px;
  margin: 20px 0 0 0;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap {
  position: relative;
  width: 740px;
  height: 60px;
  -webkit-box-shadow: 0px 10px 20px 0 rgba(104, 38, 189, 0.1);
  box-shadow: 0px 10px 20px 0 rgba(104, 38, 189, 0.1);
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border: 3px solid transparent;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap.on {
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0)),
    -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background: linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0), linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap.on::before {
  position: absolute;
  left: 370px;
  top: 5px;
  display: block;
  content: '';
  width: 1px;
  height: 43px;
  background: #9c57f5;
  z-index: 2;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap .input_box {
  position: absolute;
  top: -3px;
  right: -3px;
  float: left;
  width: 379px;
  height: 60px;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border: 3px solid transparent;
  z-index: 1;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap .input_box.on {
  z-index: 2;
  background: -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0)),
    -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background: linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0), linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap .input_box::before {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 26px;
  top: 20px;
  background-image: url(/img/jnTalk/icon_text.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap .input_box input {
  width: 373px;
  height: 54px;
  border: 0;
  padding: 0 0 0 50px;
  background: #fff;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap .input_box:first-child {
  left: -3px;
  width: 370px;
  height: 60px;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap .input_box:first-child input {
  width: 364px;
  height: 54px;
  border: 0;
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap .input_box:first-child::before {
  background-image: url(/img/jnTalk/icon_locate.png);
}

.basic-body.search .top_map .search_wrap .search_box .input_wrap::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.search .top_map .search_wrap .search_box button {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 60px;
  border-style: none;
  border-radius: 15px;
  background: #9c57f5 url('/img/jnTalk/main/btn_search.png') no-repeat 80px center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #fff;
  font-size: 16px;
  text-indent: -30px;
}

.basic-body.search .map_wrap {
  margin: 115px 0 0 0;
}

.basic-body.search .map_wrap .now {
  width: 640px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 25.5px;
  border: solid 1px #9c57f5;
  background-color: #fff;
}

.basic-body.search .map_wrap .now span {
  float: left;
  display: inline-block;
  height: 48px;
  line-height: 48px;
}

.basic-body.search .map_wrap .now span.text {
  width: 505px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin: 0 0 0 30px;
}

.basic-body.search .map_wrap .now span:first-child {
  width: 60px;
  position: relative;
  background: url('/img/jnTalk/icon_locate.png') no-repeat center left;
  padding: 0 0 0 15px;
  margin: 0 0 0 20px;
}

.basic-body.search .map_wrap .now span:first-child::after {
  display: block;
  content: '';
  position: absolute;
  right: -16px;
  top: 17px;
  width: 2px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #9c57f5;
}

.basic-body.search .map_wrap .now::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.search .map_wrap .map_box {
  margin: 20px 0 0 0;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.basic-body.search .list_wrap {
  margin: 30px 0 0 0;
  border-top: 1px solid #dedede;
  padding: 10px 0 0 0;
}

.basic-body.search .list_wrap > ul > li {
  position: relative;
  border: solid 1px #dfdfdf;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px 0 0 0;
  cursor: pointer;
}

.basic-body.search .list_wrap > ul > li .list_box {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.basic-body.search .list_wrap > ul > li .list_box > strong {
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  width: 194px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #fff;
  background: url('/img/jnTalk/bg_list_point.png') no-repeat center center;
  text-align: center;
}

.basic-body.search .list_wrap > ul > li .list_box > strong::after {
  position: absolute;
  content: '';
  right: 30px;
  top: 20px;
  display: block;
  width: 9px;
  height: 15px;
  background: url('/img/jnTalk/main/icon_arrow_right.png') no-repeat center center;
}

.basic-body.search .list_wrap > ul > li .list_box .left {
  width: 300px;
  text-align: center;
  -webkit-box-shadow: -5px 8.7px 40px 0 rgba(93, 93, 93, 0.1);
  box-shadow: -5px 8.7px 40px 0 rgba(93, 93, 93, 0.1);
}

.basic-body.search .list_wrap > ul > li .list_box .left .img_wrap {
  display: table-cell;
  width: 300px;
  height: 87px;
  vertical-align: middle;
}

.basic-body.search .list_wrap > ul > li .list_box .left .img_wrap img {
  width: 200px;
  height: 70px;
}

.basic-body.search .list_wrap > ul > li .list_box .left .text_wrap {
  width: 300px;
  border-top: solid 1px #eaeaea;
  padding: 15px 0 15px 0;
}

.basic-body.search .list_wrap > ul > li .list_box .left .text_wrap strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 0 25px 0 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.basic-body.search .list_wrap > ul > li .list_box .right {
  width: 948px;
  padding: 30px 260px 30px 40px;
}

.basic-body.search .list_wrap > ul > li .list_box .right strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li {
  display: inline-block;
  float: left;
  margin: 18px 0 0 0;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li strong {
  float: left;
  display: inline-block;
  position: relative;
  width: 90px;
  height: 20px;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 0 25px;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li strong::after {
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  content: '';
  width: 2px;
  height: 15px;
  background-color: #989898;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li span {
  float: left;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 0 10px;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(1) {
  display: block;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(1) strong {
  background-image: url('/img/jnTalk/icon_addr.png');
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(1) span {
  width: 541px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(2) {
  width: 275px;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(2) strong {
  background-image: url('/img/jnTalk/icon_tel.png');
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(3) strong {
  background-image: url('/img/jnTalk/main/icon_time.png');
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(4) {
  width: 275px;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(4) strong {
  background-image: url('/img/jnTalk/icon_lookup.png');
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(5) {
  width: 246px;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(5) strong {
  width: 60px;
  background-image: url('/img/jnTalk/icon_distance.png');
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(5) span {
  color: #f07777;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(6) strong {
  width: 60px;
  background-image: url('/img/jnTalk/icon_process.png');
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li:nth-child(6) em {
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background-color: #9c57f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul li::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.search .list_wrap > ul > li .list_box .right .ul_wrap ul::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.search .list_wrap.notice {
  margin: 0;
  border-top: 0;
  padding: 0;
}

.basic-body.search .list_wrap.notice > ul > li {
  border-radius: 20px;
  -webkit-box-shadow: -5px 8.7px 40px 0 rgba(93, 93, 93, 0.1);
  box-shadow: -5px 8.7px 40px 0 rgba(93, 93, 93, 0.1);
  border-style: solid;
  border-width: 3px;
  border-image-source: linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
  border-image-slice: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
    -webkit-gradient(linear, left bottom, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.basic-body.search .list_wrap.notice > ul > li .list_box .reco {
  position: absolute;
  left: 21px;
  top: -3px;
  display: inline-block;
  width: 43px;
  height: 63px;
  background: url('/img/jnTalk/bg_reco.png') no-repeat center center/100% auto;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 28px 0 0 0;
}

.basic-body.search .list_wrap.notice > ul > li .list_box > strong {
  right: -3px;
  top: -3px;
}

.basic-body.search .list_wrap.notice > ul > li .list_box .left .img_wrap {
  height: 120px;
}

.basic-body.search .list_wrap.notice > ul > li .list_box .left .text_wrap {
  padding: 19px 0 19px 0;
}

.basic-body.search .list_wrap.notice > ul > li .list_box .left .star_wrap {
  margin: 15px 0 0 0;
}

.basic-body.search .list_wrap.notice > ul > li .list_box .right {
  width: 944px;
}

.basic-body.search .list_wrap.notice > ul > li .list_box .right .bg_text_wrap {
  margin: 0 0 10px 0;
}

.basic-body.search .list_wrap.notice > ul > li .list_box .right .bg_text_wrap span {
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background-color: #9c57f5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px 0 0;
}

.basic-body.search .card_list ul li {
  float: left;
  width: 234px;
  height: 320px;
  margin: 30px 0 0 20px;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.basic-body.search .card_list ul li .card_box .img_wrap {
  width: 232px;
  height: 120px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(41, 41, 41, 0.1);
  box-shadow: 0px 4px 4px 0 rgba(41, 41, 41, 0.1);
  background-color: #f3f3f3;
  text-align: center;
}

.basic-body.search .card_list ul li .card_box .img_wrap img {
  height: 100%;
}

.basic-body.search .card_list ul li .card_box .text_wrap {
  padding: 0 10px 0 10px;
}

.basic-body.search .card_list ul li .card_box .text_wrap .sharp {
  display: inline-block;
  font-size: 14px;
  color: #9c57f5;
  padding: 4px 15px 4px 15px;
  border-radius: 15px;
  border: solid 2px #9c57f5;
  margin: 25px 0 0 0;
}

.basic-body.search .card_list ul li .card_box .text_wrap strong {
  display: block;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0 0 0;
}

.basic-body.search .card_list ul li .card_box .text_wrap .tag {
  display: block;
  font-size: 16px;
  margin: 15px 0 0 0;
}

.basic-body.search .card_list ul li .card_box .func_wrap {
  margin: 10px 0 0 0;
}

.basic-body.search .card_list ul li .card_box .func_wrap .star_wrap {
  display: inline-block;
  margin: 0;
}

.basic-body.search .card_list ul li .card_box .func_wrap .star_wrap .star {
  width: 90px;
  height: 13px;
}

.basic-body.search .card_list ul li .card_box .func_wrap .star_wrap .text {
  height: 13px;
  line-height: 13px;
  font-size: 12px;
  margin: 0 0 0 10px;
}

.basic-body.search .card_list ul li .card_box .func_wrap .lookup {
  display: inline-block;
  height: 13px;
  line-height: 11px;
  font-size: 12.5px;
  padding: 0 0 0 20px;
  background: url('/img/jnTalk/icon_lookup2.png') no-repeat center left;
}

.basic-body.search .card_list ul li:hover {
  -webkit-box-shadow: 0.9px 4.9px 10px 0 rgba(93, 93, 93, 0.1);
  box-shadow: 0.9px 4.9px 10px 0 rgba(93, 93, 93, 0.1);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
    -webkit-gradient(linear, left bottom, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
  -o-object-fit: contain;
  object-fit: contain;
  border-style: solid;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.basic-body.search .card_list ul li:nth-child(5n-4) {
  margin: 30px 0 0 0;
}

.basic-body.search .card_list ul::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.search .slide {
  margin: 50px 0 0 0;
  position: relative;
}

.basic-body.search .slide .bx-wrapper .bx-controls .bx-controls-direction a {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 20px;
  text-indent: -9999px;
  margin: -85px 0 0 0;
  z-index: 999;
}

.basic-body.search .slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 47px;
  background: url('/img/jnTalk/slide_arrow_left.png') no-repeat center center;
}

.basic-body.search .slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 47px;
  background: url('/img/jnTalk/slide_arrow_right.png') no-repeat center center;
}

.basic-body.search .slide .bx-wrapper .bx-pager {
  position: absolute;
  width: 100%;
  bottom: 130px;
  left: 0;
  z-index: 9999;
  text-align: center;
}

.basic-body.search .slide .bx-wrapper .bx-pager > div {
  display: inline-block;
}

.basic-body.search .slide .bx-wrapper .bx-pager > div a {
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  border: solid 1px #292929;
  margin: 0 5px 0 5px;
}

.basic-body.search .slide .bx-wrapper .bx-pager > div a.active {
  width: 20px;
  height: 8px;
  background-color: #292929;
}

.basic-body.search .slide ul li {
  padding: 4px 4px 15px 4px;
}

.basic-body.search .slide ul li .slide_box {
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 2.6px 3.1px 4px 0 rgba(41, 41, 41, 0.1);
  box-shadow: 2.6px 3.1px 4px 0 rgba(41, 41, 41, 0.1);
}

.basic-body.search .slide ul li .slide_box .text_wrap {
  background-color: #fff;
  padding: 40px 40px 40px 40px;
}

.basic-body.search .slide ul li .slide_box .text_wrap strong {
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 0 30px;
  background: url('/img/jnTalk/icon_slide.png') no-repeat center left;
}

.basic-body.search .slide ul li .slide_box .text_wrap span {
  font-size: 22px;
  font-weight: bold;
}

.basic-body.main {
  margin: 30px auto 0;
}

.basic-body.main .top .title_text {
  margin: 10px 0 0 0;
}

.basic-body.main .top .title_text strong {
  background: url('/img/jnTalk/main/icon_janet.png') no-repeat center left/30px auto;
}

.basic-body.main .top .title_text strong.strong2 {
  background: url('/img/jnTalk/main/icon_janet2.png') no-repeat 0 5px/30px auto;
  height: 35px;
}

.basic-body.main .top .title_text strong.strong3 {
  background: url('/img/jnTalk/main/icon_janet3.png') no-repeat center left/30px auto;
}

.basic-body.main .top .img_wrap {
  margin: 30px 0 0 0;
}

.basic-body.main .top .img_wrap img {
  width: 100%;
}

.basic-body.main .top_box {
  margin: 45px 0 0 0;
}

.basic-body.main .top_box > div {
  float: left;
  width: 404px;
  margin: 0 0 0 19px;
}

.basic-body.main .top_box > div:first-child {
  margin: 0;
}

.basic-body.main .top_box > div .contBox {
  height: 235px;
  border-radius: 20px;
  -webkit-box-shadow: 0.5px 3px 10px 0 rgba(93, 93, 93, 0.1);
  box-shadow: 0.5px 3px 10px 0 rgba(93, 93, 93, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px 0 0 0;
  overflow: hidden;
}

.basic-body.main .top_box .notice .title_text {
  margin: 0;
}

.basic-body.main .top_box .notice .title_text strong {
  background: url('/img/jnTalk/main/icon_notice.png') no-repeat center left/17px auto;
  padding: 0 0 0 25px;
}

.basic-body.main .top_box .notice .contBox {
  background-color: #96a3ff;
  padding: 28px 50px 30px 50px;
}

.basic-body.main .top_box .notice .contBox > strong {
  background: url('/img/jnTalk/main/icon_pencel.png') no-repeat center left/8px auto;
  padding: 0 0 0 20px;
  margin: 0 0 0 15px;
  font-family: Jalnan;
  color: #fff;
}

.basic-body.main .top_box .notice .contBox .abBoxR {
  margin: 35px 0 0 0;
  height: 67px;
}

.basic-body.main .top_box .notice .contBox .abBoxR .conts {
  font-family: Jalnan;
  font-size: 22px;
  padding: 0 85px 0 0;
}

.basic-body.main .top_box .notice .contBox .abBoxR .conts strong {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  color: #494949;
}

.basic-body.main .top_box .notice .contBox .abBoxR .conts span {
  margin: 8px 0 0 0;
  display: block;
  width: 89px;
  height: 27px;
  line-height: 27px;
  border-radius: 14px;
  background-color: #ff8e8e;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  color: #fff;
  text-align: center;
}

.basic-body.main .top_box .notice .contBox .abBoxR .ab {
  right: -10px;
}

.basic-body.main .top_box .notice .contBox .abBoxR .ab img {
  width: 82px;
}

.basic-body.main .top_box .notice .contBox a {
  display: inline-block;
  background: url('/img/jnTalk/icon_arrow_right.png') no-repeat right 4px/8px auto;
  padding: 0 15px 0 0;
  font-family: S-CoreDream-3;
  font-size: 14px;
  color: #292929;
  margin: 18px 0 0 0;
}

.basic-body.main .top_box .worry .title_text {
  margin: 0;
}

.basic-body.main .top_box .worry .title_text strong {
  background: url('/img/jnTalk/main/icon_worry.png') no-repeat center left/10px auto;
  padding: 0 0 0 20px;
}

.basic-body.main .top_box .worry .contBox img {
  width: 100%;
}

.basic-body.main .top_box .public .title_text {
  margin: 0;
}

.basic-body.main .top_box .public .title_text strong {
  background: url('/img/jnTalk/main/icon_public.png') no-repeat center left/18px auto;
  padding: 0 0 0 27px;
}

.basic-body.main .top_box .public .contBox {
  padding: 30px 23px 30px 30px;
}

.basic-body.main .top_box .public .contBox ul li {
  height: 17px;
  line-height: 17px;
  margin: 20px 0 0 0;
}

.basic-body.main .top_box .public .contBox ul li a {
  max-width: 83%;
  display: inline-block;
  position: relative;
  line-height: 21px;
}

.basic-body.main .top_box .public .contBox ul li a img {
  float: left;
  height: 17px;
  margin: 0 10px 0 0;
}

.basic-body.main .top_box .public .contBox ul li a span {
  background: url('/images/main/icon_comment.png') no-repeat left center/15px auto;
  position: relative;
  display: inline-block;
  right: -300px;
  bottom: 20px;
  font-size: 15px;
  color: #989898;
  padding: 0 0 0 20px;
}

.basic-body.main .top_box .public .contBox ul li a p {
  position: relative;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  z-index: 1;
}

.basic-body.main .top_box .public .contBox ul li a em {
  position: absolute;
  left: 36px;
  bottom: 20px;
  width: 0;
  height: 12px;
  border-radius: 6px;
  background-color: #e5d1ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}

.basic-body.main .top_box .public .contBox ul li a::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.main .top_box .public .contBox ul li a:hover em {
  width: calc(100% - 30px);
}

.basic-body.main .top_box .public .contBox ul li:first-child {
  margin: 0;
}

.basic-body.main .top_box::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.main .card_section > div .box {
  width: 615px;
  height: 242px;
  border-radius: 20px;
  -webkit-box-shadow: 0.5px 3px 10px 0 rgba(93, 93, 93, 0.2);
  box-shadow: 0.5px 3px 10px 0 rgba(93, 93, 93, 0.2);
  background-color: #fff;
  overflow: hidden;
  margin: 20px 0 0 0;
}

.basic-body.main .card_section > div .box .innerBox {
  position: relative;
  text-align: center;
  width: 205px;
  height: 242px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
    -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#fff), to(#fff));
  background: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #fff, #fff, #fff);
  -o-object-fit: contain;
  object-fit: contain;
  border-style: solid;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.basic-body.main .card_section > div .box .innerBox:hover {
  -webkit-box-shadow: 0.5px 3px 10px 0 rgba(93, 93, 93, 0.2);
  box-shadow: 0.5px 3px 10px 0 rgba(93, 93, 93, 0.2);
  border-image-source: linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
    -webkit-gradient(linear, left bottom, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
  z-index: 1;
}

.basic-body.main .card_section > div .box .innerBox div {
  width: 201px;
  height: 238px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 40px 20px 40px 20px;
}

.basic-body.main .card_section > div .box .innerBox div img {
  width: 39px;
}

.basic-body.main .card_section > div .box .innerBox div p {
  font-size: 14px;
  font-weight: bold;
  color: #292929;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 25px 0 0 0;
  text-align: left;
}

.basic-body.main .card_section > div .box .innerBox div span {
  display: inline-block;
  font-size: 14px;
  color: #6e6e6e;
  background: url('/img/jnTalk/main/icon_view.png') no-repeat center left/16px auto;
  padding: 0 0 0 20px;
  margin: 20px 0 0 0;
  position: absolute;
  bottom: 30px;
  left: 70px;
}

.basic-body.main .card_section > div .box .innerBox2 {
  position: relative;
  text-align: center;
  width: 205px;
  height: 242px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
    -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#fff), to(#fff));
  background: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #fff, #fff, #fff);
  -o-object-fit: contain;
  object-fit: contain;
  border-style: solid;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.basic-body.main .card_section > div .box .innerBox2:hover {
  -webkit-box-shadow: 0.5px 3px 10px 0 rgba(93, 93, 93, 0.2);
  box-shadow: 0.5px 3px 10px 0 rgba(93, 93, 93, 0.2);
  border-image-source: linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)),
    -webkit-gradient(linear, left bottom, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
  z-index: 1;
}

.basic-body.main .card_section > div .box .innerBox2 div {
  width: 201px;
  height: 238px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 40px 20px 40px 20px;
}

.basic-body.main .card_section > div .box .innerBox2 div img {
  width: 39px;
}

.basic-body.main .card_section > div .box .innerBox2 div p {
  font-size: 14px;
  font-weight: bold;
  color: #292929;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 25px 0 0 0;
  text-align: left;
}

.basic-body.main .card_section > div .box .innerBox2 div span {
  display: inline-block;
  font-size: 14px;
  color: #6e6e6e;
  background: url('/images/main/icon_recommend.png') no-repeat center left/16px auto;
  padding: 0 0 0 20px;
  margin: 20px 0 0 0;
  position: absolute;
  bottom: 30px;
  left: 85px;
}

.basic-body.main .card_section::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.main .qaWrap .tabMenu {
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  height: 70px;
}

.basic-body.main .qaWrap .tabMenu a {
  width: 625px;
  height: 69px;
  line-height: 69px;
  font-size: 18px;
  color: #292929;
  -o-object-fit: contain;
  object-fit: contain;
  background-image: -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background-image: linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0);
}

.basic-body.main .qaWrap .tabMenu a span {
  display: block;
  background: #fff;
}

.basic-body.main .qaWrap .tabMenu a.active {
  font-weight: bold;
}

.basic-body.main .qaWrap .tabMenu a.active span {
  height: 64px;
  margin: 0 0 6px 0;
}

.basic-body.main .qaWrap .tabInner .searchWrap {
  margin: 30px 0 0 0;
  float: right;
}

.basic-body.main .qaWrap .tabInner .searchWrap .searchBox {
  width: 480px;
  height: 56px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 28px;
  -webkit-box-shadow: 1px 1.7px 5.7px 0.3px rgba(152, 152, 152, 0.3);
  box-shadow: 1px 1.7px 5.7px 0.3px rgba(152, 152, 152, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff)),
    -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background: linear-gradient(to left, #fff, #fff), linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0);
  border-style: solid;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  display: inline-block;
}

.basic-body.main .qaWrap .tabInner .searchWrap .btn_write{
  display: inline-block;
}

.basic-body.main .qaWrap .tabInner .searchWrap .searchBox div {
  position: relative;
  width: 476px;
  height: 52px;
}

.basic-body.main .qaWrap .tabInner .searchWrap .searchBox div input {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 28px;
  padding: 0 70px 0 26px;
}

.basic-body.main .qaWrap .tabInner .searchWrap .searchBox div button {
  position: absolute;
  right: 2px;
  top: 3px;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background: #9c57f5 url('/img/jnTalk/btn_search.png') no-repeat center center/23px auto;
  border: 0;
}

.basic-body.main .qaWrap .tabInner .searchWrap::after {
  display: block;
  content: '';
  clear: both;
}

.basic-body.main .qaWrap .tabInner > .floatBox {
  margin: 15px 0 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left {
  overflow: hidden;
  width: 320px;
  height: 917px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 0 10px 0 rgba(93, 93, 93, 0.2);
  box-shadow: 3px 0 10px 0 rgba(93, 93, 93, 0.2);
  background-color: #fff;
  clear: both;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left > strong {
  display: block;
  height: 78px;
  line-height: 78px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 2.5px 1.6px 10px 0 rgba(93, 93, 93, 0.2);
  box-shadow: 2.5px 1.6px 10px 0 rgba(93, 93, 93, 0.2);
  background-color: #fff;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left > strong.active {
  background-color: #9c57f5;
  color: #fff;
}
.basic-body.main .qaWrap .tabInner > .floatBox > .left > strong.active a {
  display: inline-block;
  font-weight: 700;
  background: url('/images/main/icon_all_on.png') no-repeat left center/18px auto;
  padding: 0 0 0 37px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left > strong a {
  display: inline-block;
  font-weight: 700;
  background: url('/img/jnTalk/main/icon_all.png') no-repeat left center/18px auto;
  padding: 0 0 0 37px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left > strong a.favo {
  padding: 0 0 0 25px;
  background: url('/img/jnTalk/main/icon_favo.png') no-repeat left center/20px auto;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left > strong a.favo span {
  color: #9c57f5;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox {
  padding: 25px 25px 25px 30px;
  height: 839px;
  overflow-y: auto;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox::-webkit-scrollbar-thumb {
  background-color: #9c57f5;
  border-radius: 2.5px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart {
  text-align: right;
  border-top: 1px solid rgba(106, 106, 106, 0.3);
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart > a {
  font-size: 16px;
  color: #242424;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart > a strong {
  background: url('/img/jnTalk/main/icon_bar.png') no-repeat right center/5px auto;
  padding: 0 22px 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart ul li {
  margin: 20px 0 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart ul li a {
  display: inline-block;
  position: relative;
  line-height: 21px;
  color: #242424;
  padding: 0 22px 0 0;
  background: url('/img/jnTalk/main/icon_arrow_right02.png') no-repeat right center/7px auto;
  max-width: 100%;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart ul li a span {
  position: relative;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  z-index: 1;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart ul li a em {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 12px;
  border-radius: 6px;
  background-color: #e5d1ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart ul li a.active,
.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart ul li a:hover {
  color: #242424;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart ul li a.active em,
.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .listPart ul li a:hover em {
  width: calc(100% - 22px);
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .favoWrap .inputWrap input {
  width: 185px;
  height: 40px;
  margin: 0 10px 0 0;
  font-size: 16px;
  border-radius: 10px;
  -webkit-box-shadow: inset 2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 2.1px 2.1px 7px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #bababa;
  background-color: #fff;
  padding: 0 10px 0 10px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .favoWrap .inputWrap button {
  display: inline-block;
  width: 66px;
  height: 40px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fefeff;
  background-color: #9c57f5;
  border: 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .favoWrap ul {
  margin: 30px 0 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .favoWrap ul li {
  margin: 18px 0 0 0;
  height: 30px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .favoWrap ul li span {
  max-width: 100%;
  position: relative;
  display: inline-block;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #242424;
  line-height: 28px;
  border-radius: 10px;
  background-color: rgba(155, 87, 245, 0.2);
  padding: 0 35px 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .favoWrap ul li span a {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url('/img/jnTalk/main/icon_del.png') no-repeat center center/10px auto;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .left .listBox .favoWrap p {
  line-height: 30px;
  margin: 30px 0 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right {
  width: 900px;
  height: auto;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .title_text {
  margin: 20px 0 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .title_text strong {
  background: url('/img/jnTalk/main/icon_arrow_right02.png') no-repeat left center/7px auto;
  font-weight: bold;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .title_text strong::before {
  display: none;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .title_text .abRight a {
  font-size: 14px;
  color: #6e6e6e;
  padding: 0 0 0 10px;
  background: url('/img/jnTalk/main/icon_dot.png') no-repeat left center/4px auto;
  margin: 0 0 0 5px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .title_text .abRight a.active {
  color: #9c57f5;
  background: url('/img/jnTalk/main/icon_check.png') no-repeat left center/13px auto;
  font-weight: 500;
  padding: 0 0 0 15px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .line {
  margin: 25px 0 0 0;
  height: 1px;
  border-image-source: linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
  border-image-slice: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background-image: linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li {
  border-top: solid 1px #dfdfdf;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li:first-child {
  border: 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a {
  display: block;
  padding: 20px 0 20px 46px;
  background: url('/img/jnTalk/main/icon_q.png') no-repeat left 19px/19px auto;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a strong {
  display: inline-block;
  max-width: 704px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  position: relative;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a strong span {
  position: relative;
  z-index: 1;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a strong em {
  position: absolute;
  left: 0;
  bottom: -1px;
  /*width: 70px;*/
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background-color: #e5d1ff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  z-index: -1;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a > img {
  margin: 0 0 0 5px;
  position: relative;
  top: -5px;
  width: 20px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a .icon_new {
  width: 28px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a p {
  display: block;
  max-width: 704px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 3px 0 0 0;
  color: #6e6e6e;
  font-size: 15px;
  line-height: 22px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a .floatBox {
  margin: 15px 0 0 0;
  font-size: 14px;
  color: #6e6e6e;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a .floatBox .left .cate {
  color: #242424;
  margin: 0 15px 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a .floatBox .right .reply {
  color: #242424;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a .floatBox .right .reply strong {
  font-weight: 500;
  color: #242424;
  line-height: 14px;
  margin: 0 5px 0 0;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a .floatBox .right .rec {
  display: inline-block;
  padding: 0 0 0 16px;
  background: url('/img/jnTalk/main/icon_rec_small.png') no-repeat left center/13px auto;
  margin: 0 0 0 8px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a .floatBox .right .view {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url('/img/jnTalk/main/icon_view.png') no-repeat center left/16px auto;
  margin: 0 0 0 8px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right ul li > div a .floatBox .right .day {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url('/img/jnTalk/main/icon_day.png') no-repeat left center/16px auto;
  margin: 0 0 0 8px;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .noKey .noKeyWrap {
  width: 406px;
  height: 327px;
  margin: 212px 242px 217px 281px;
  border-radius: 30px;
  text-align: center;
  background-color: rgba(229, 209, 255, 0.5);
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .noKey .noKeyWrap p {
  font-size: 18px;
  color: #676767;
  line-height: 30px;
  padding: 60px 0 140px 0;
  font-family: Jalnan !important;
  background: url('/img/jnTalk/main/icon_nokey.png') no-repeat center bottom/69px auto;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .btnWrap {
  margin: 30px 0 0 0;
  text-align: center;
}

.basic-body.main .qaWrap .tabInner > .floatBox > .right .btnWrap button {
  width: 235px;
  height: 50px;
  font-size: 16px;
  color: #242424;
  background: url('/img/jnTalk/main/icon_arrow_right02.png') no-repeat 200px center/7px auto;
  border: solid 1px #989898;
  background-color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  text-indent: -10px;
}

.basic-body.main .bannerWrap .bannerBox {
  margin: 50px 0 0 0;
}

.basic-body.main .bannerWrap .bannerBox img {
  width: 1250px;
}

.basic-body.main .rankWrap .title_text {
  padding: 20px 0 30px 0;
  margin: 0 0 25px 0;
}

.basic-body.main .rankWrap .title_text .text {
  padding: 0 0 0 25px;
  background: url('/img/jnTalk/icon_time.png') no-repeat left center/15px auto;
}

.basic-body.main .rankWrap .rankBox {
  overflow: hidden;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background-image: linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-box-shadow: 0.7px 0.7px 6px 0 rgba(41, 41, 41, 0.2);
  box-shadow: 0.7px 0.7px 6px 0 rgba(41, 41, 41, 0.2);
}

.basic-body.main .rankWrap .rankBox .rankInner {
  margin: 10px 0 0 0;
  background-color: #fff;
  text-align: center;
  padding: 40px 89px 40px 89px;
}

.basic-body.main .rankWrap .rankBox .rankInner > div {
  width: 450px;
}

.basic-body.main .rankWrap .rankBox .rankInner > div.left .nick {
  margin: 0 120px 0 0 !important;
}

.basic-body.main .rankWrap .rankBox .rankInner > div > strong {
  display: inline-block;
  position: relative;
  width: 300px;
  font-size: 18px;
  font-weight: 500;
  color: #292929;
  margin: 0 0 38px 0;
}

.basic-body.main .rankWrap .rankBox .rankInner > div > strong::before {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('/img/jnTalk/main/icon_crown.png') no-repeat center center/20px auto;
}

.basic-body.main .rankWrap .rankBox .rankInner > div > strong::after {
  position: absolute;
  content: '';
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url('/img/jnTalk/main/icon_crown.png') no-repeat center center/20px auto;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li {
  height: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  border: solid 1px #989898;
  margin: 10px 0 0 0;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li > div {
  height: 48px;
  background-color: #fff;
  padding: 13px 0 13px 0;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li > div em {
  display: inline-block;
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-family: 'Roboto';
  font-size: 14px;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li > div em.no1 {
  background: url('/img/jnTalk/main/img_medal01.png') no-repeat center center/21px auto;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li > div em.no2 {
  background: url('/img/jnTalk/main/img_medal02.png') no-repeat center center/21px auto;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li > div em.no3 {
  background: url('/img/jnTalk/main/img_medal03.png') no-repeat center center/21px auto;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li > div .nick {
  width: 160px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #292929;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li > div strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li > div span {
  display: inline-block;
  font-size: 12px;
  color: #9c57f5;
  margin: 0 30px 0 3px;
  line-height: 21px;
}

.basic-body.main .rankWrap .rankBox .rankInner > div ul li.no {
  -o-object-fit: contain;
  object-fit: contain;
  border-image-source: linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0);
  border-image-slice: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0)),
    -webkit-gradient(linear, right top, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background-image: linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0),
    linear-gradient(to left, #adcfff, #b5b0f8, #bb8ff0);
  border-style: solid;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
}

.basic-body.main .rankWrap .rankBox .rankInner > div .bannerBox {
  display: block;
  margin: 10px 0 0 0;
}

.basic-body.main .rankWrap .rankBox .rankInner > div .bannerBox img {
  width: 450px;
}

.basic-body.main .rankWrap p {
  font-size: 14px;
  color: #989898;
  margin: 18px 0 0 0;
}

.line {
  margin: 40px 0 0 0;
  height: 2px;
  -o-object-fit: contain;
  object-fit: contain;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#adcfff), color-stop(#b5b0f8), to(#bb8ff0));
  background-image: linear-gradient(to top, #adcfff, #b5b0f8, #bb8ff0);
}

.star_wrap {
  display: inline-block;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.star_wrap span {
  display: inline-block;
  float: left;
}

.star_wrap .star {
  width: 100px;
  height: 17px;
  background: url('/img/jnTalk/icon_star.png') no-repeat center center/100% auto;
}

.star_wrap .text {
  height: 17px;
  line-height: 17px;
  font-size: 14px;
  font-weight: bold;
  color: #9c57f5;
  margin: 0 0 0 10px;
}

.title_text {
  position: relative;
  margin: 53px 0 0 0;
}

.title_text .abRight {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  font-size: 15px;
  color: #989898;
  padding: 0 0 0 20px;
}

.title_text .abRight.view {
  background: url('/img/jnTalk/main/icon_view_small.png') no-repeat left center/15px auto;
}

.title_text .abRight.rec {
  background: url('/img/jnTalk/main/icon_rec_small.png') no-repeat left center/13px auto;
}

.title_text > strong {
  display: block;
  background: url('/img/jnTalk/icon_search_result.png') no-repeat center left;
  padding: 0 0 0 45px;
  font-size: 24px;
  color: #292929;
}

.title_text div {
  font-size: 22px;
  padding: 0 0 0 45px;
  margin: 10px 0 0 0;
}
.title_text div.mini_tit {
  font-size: 16px;
  color: #9c57f5;
  font-weight: 500;
  width: 410px;
  height: 35px;
  padding: 5px 22px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 0 7px 0 rgba(47, 47, 47, 0.14);
}

.title_text div span {
  font-weight: 700;
  color: #9c57f5;
}

.title_text .vip {
  float: right;
  background: url('/img/jnTalk/icon_vip.png') no-repeat center left;
  color: #292929;
  padding: 0 0 0 29px;
  margin: 20px 0 0 0;
}

.title_text::after {
  display: block;
  content: '';
  clear: both;
}

.title_text.type2 > strong {
  display: inline-block;
  background: url('/img/jnTalk/icon_best.png') no-repeat center left;
}

.title_text.type2 > strong span {
  display: inline-block;
  height: 12px;
  line-height: 2px;
  background-color: #d8c9fa;
}

.title_text.type3 > strong {
  font-size: 18px;
}

.title_text.type4 > strong {
  position: relative;
  font-size: 22px;
  background: none;
  padding: 0 0 0 14px;
  font-weight: 500;
}

.side_event {
  width: 100px;
  height: 293px;
  margin: 0 0 0 -9px;
}

/* 페이징 */
.paging {
  margin: 50px auto 0;
  text-align: center;
}
.paging a,
.paging ul {
  display: inline-block;
  vertical-align: middle;
}
.paging ul {
  margin: 0 10px;
}
.paging a.pg {
  border: 1px solid #dadada;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin-left: -5px;
}
.paging a.pg.prev2 {
  background: url('/img/common/jnTown/info/paging_prev2.jpg') 50% 50% no-repeat;
  border-radius: 5px 0 0 5px;
}
.paging a.pg.prev1 {
  background: url('/img/common/jnTown/info/paging_prev1.jpg') 50% 50% no-repeat;
  border-radius: 0 5px 5px 0;
}
.paging a.pg.next2 {
  background: url('/img/common/jnTown/info/paging_next2.jpg') 50% 50% no-repeat;
}
.paging a.pg.next1 {
  background: url('/img/common/jnTown/info/paging_next1.jpg') 50% 50% no-repeat;
}
.paging ul li {
  display: inline-block;
  vertical-align: middle;
  border-top: none !important;
}
.paging ul li a {
  display: block;
  background: #f4eefc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}
.paging ul li a:hover {
  background: #9c5df7;
  color: #fff;
}
.paging ul li a.active {
  background: #9c5df7;
  color: #fff;
}

.paging ul li {
  display: inline-block;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: #f4eefc;
  margin: 0 6px 0 6px;
  font-size: 12px;
  color: #242424;
  text-align: center;
  cursor: pointer;
}

.no_list {
  width: 406px;
  height: 327px;
  margin: 212px 242px 217px 281px;
  border-radius: 30px;
  text-align: center;
  background: url(/images/main/icon_no_answer.png) no-repeat center;
}

.pagination {
  padding-left: 0px !important;
  margin: 0px !important;
}
.title_text.type2 > strong {
  display: block;
}
.title_text > div {
  display: inline-block;
}
.title_text .btn_write {
  float: right;
  margin-right: 10px;
  margin-top: -10px;
}

.dn-inline{
  display: inline-block !important;
}