@charset "UTF-8";
.sub.momstudy h1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub.momstudy h1 img {
  width: 104px;
}

.bookTvCate {
  padding: 17px 0;
  background: #fff;
  overflow: hidden;
}

.bookTvCate .gnb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookTvCate .gnb-item .visual {
  display: block;
  width: 64px;
}

.bookTvCate .gnb-item .txt {
  display: block;
}

.bookTvCate .gnb-item .tit {
  font-size: 13px;
  color: #302c2d;
  letter-spacing: -0.33px;
  padding-top: 8px;
}

.keyvi {
  background: #dcdcdc;
  overflow: hidden;
}

.boxTxt {
  padding: 12px 0 0px;
  font-size: 18px;
}

.boxTxt .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

/* @note 2023-09-01 */
.btn-rightFinder {
  width: 26px;
  height: 26px;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 13px;
  transition: top 0.3s, right 0.3s, opacity 0.01s;
  background: url(https://down.wjthinkbig.com/bookclub/lounge2/img/v3/common/icon_search_new.png ) no-repeat;
  background-size: 100%;
}
.btn-rightFinder.close {
  background: url(https://down.wjthinkbig.com/bookclub/lounge2/img/v3/common/btn_close_new_b.png ) no-repeat;
  background-size: 100%;
  width: 26px;
  right: 15px;
  transition: top 0.3s, right 0.3s, opacity 0.01s;
}
/* //@note 2023-09-01 */


/* 검색화면 */
/* @note 2023-09-01 */
.searchWrap {
  position: fixed;
  top: 49px;
  left: 0;
  width: 100%;
  height: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: 106;
  transition: height 0.3s;
}
.searchWrap.on {
  height: 60px;
  transition: height 0.3s;
}
.search-box {
  position: relative;
  height: 40px;
  margin: 10px 17px;
  background: white;
  border: 1px solid #222222;
  border-radius: 5px;
  padding-right: 50px;
  overflow: hidden;
}
.search-box input {
  width: 100%;
  border: 0;
  height: 100%;
  background-color: #fff;
  padding: 0 17px;
  font-size: 15px;
}

.search-box .searchSummit {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 26px;
  height: 26px;
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/common/ico_search.png) center no-repeat;
  background-size: 100%;
}
/* //@note 2023-09-01 */

input::-ms-clear, input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}

.search-box.focus:after {
  display: none;
}

.search-box input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 100;
  line-height: 21px;
}

.search-box input:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 100;
  line-height: 21px;
}

.search-box input::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 100;
  line-height: 21px;
}

.search-box input::placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 100;
  line-height: 21px;
}

/* @note 2022-04-26 */
.result-list {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
  background: #fff;
  padding-top: 115px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.result-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #eee;
  padding: 15px 17px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 200;
}

.result-list ul li:active {
  background: rgba(0, 0, 0, 0.05);
}

.result-list ul li .result-tit {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
}

.result-list ul li .ctr-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* //@note 2022-04-26 */
.keyvi {
  padding: 15px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.keyvi .swiper-pagination {
  bottom: 18px;
  text-align: left;
  padding: 0 25px;
}

.keyvi .swiper-pagination span.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.sticky_menu {
  background: #fff;
  overflow: hidden;
  padding: 0 0 15px;
}

.sticky_menu .swiper-slide .sticky_ico {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.sticky_menu .swiper-slide .name {
  text-align: center;
  font-size: 13px;
  color: #302c2d;
  padding-top: 3px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #302c2d;
}

.cont_swiper {
  padding: 15px 0;
}

.monthSwipe-issue {
  padding: 15px 0 20px;
}

.monthSwipe-issue .cont-tit {
  font-weight: normal;
  color: #302c2d;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}

.monthSwipe-issue .cont-desc {
  font-size: 14px;
  font-weight: 200;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}

.bookSwipe-tip {
  padding: 15px 0 20px;
}

.bookSwipe-tip .cont-tit {
  font-weight: bold;
  color: #302c2d;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 3px;
}

.bookSwipe-tip .cont-desc {
  font-size: 14px;
  font-weight: 200;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}

.heading-qna {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.heading-qna .visual {
  width: 63px;
}

.heading-qna .qna-msg {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  padding-left: 10px;
  font-size: 16px;
}

.qna-content a {
  display: block;
}

.qna-content a:first-child .msg_q {
  margin-top: 0;
}

.qna-content .msg_q {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/icon-q@2x.png) 0 0 no-repeat;
  background-size: 22px;
  margin-top: 20px;
}

.qna-content .msg_q:first-child {
  margin-top: 10px;
}

.qna-content .msg_q.detail .tit {
  position: relative;
  padding-left: 29px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}

.qna-content .msg_q.detail p {
  font-size: 14px;
}

.qna-content .msg_q p {
  font-size: 15px;
  font-weight: 300;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 3.9em;
  min-height: 1.9em;
  overflow: hidden;
  line-height: 1.3;
  padding-left: 27px;
}

.qna-content .msg_q hr {
  display: block;
  height: 9px;
  position: relative;
}

.qna-content .msg_q hr:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #eee;
}

.qna-content .msg_a {
  padding: 17px;
  background: #f2f2f2;
  margin-top: 5px;
  border-radius: 3px;
}

.qna-content .msg_a p {
  font-size: 14px;
  font-weight: 200;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}

.questioner {
  display: block;
  font-size: 12px;
  color: #636c77;
  padding: 5px 0 10px;
}

.qna-content .msg_q .q_desc {
  padding: 0 17px;
}

.q_desc, .a_desc {
  font-size: 14px;
  font-weight: 200;
}

.gridList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gridList.no1 > .grid-item {
  padding-top: 15px;
  width: 100%;
}

.gridList.no1 > .grid-item:first-child {
  padding-top: 0;
}

.gridList.no1 > .grid-item .tit p {
  font-size: 14px;
}

.gridList.no2 .grid-item {
  margin-top: 10px;
}

.gridList.no2 > .grid-item:nth-child(odd) {
  margin-right: 5px;
  width: calc(50% - 5px);
}

.gridList.no2 > .grid-item:nth-child(even) {
  margin-left: 5px;
  width: calc(50% - 5px);
}

.gridList.no2 .grid-item:nth-child(1),
.gridList.no2 .grid-item:nth-child(2) {
  margin-top: 0;
}

.gridList .grid-item .visual {
  text-align: center;
}

.gridList .grid-item .visual img {
  display: inline-block;
  overflow: hidden;
}

.gridList .grid-item .tit {
  padding-top: 10px;
}

.gridList .grid-item .tit p {
  font-size: 15px;
  font-weight: 200;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}

.gridList .grid-item .tit .mtit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: normal;
}

.swiperDom {
  padding: 15px 0;
}

.swiperDom .mtit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  padding-top: 10px;
  font-weight: normal;
}

.swiperDom p {
  font-size: 15px;
  font-weight: 200;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}

.noSearch-bx .visual {
  width: 137px;
  margin: 0 auto;
  padding: 30px 0;
}

.noSearch-bx .tit {
  font-size: 16px;
  color: #3a3436;
  display: block;
  text-align: center;
}

.noSearch-bx .tit em {
  color: #ec6a6a;
}

.noSearch-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 15px;
}

.noSearch-bx ul li {
  color: #a9b0bb;
  font-size: 12px;
  padding-left: 7px;
  position: relative;
  width: 92%;
}

.noSearch-bx ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  background: #a9b0bb;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 4px;
}

.momstudy .select__arrow.fix13 {
  top: 13px !important;
}

.category-bx {
  padding: 15px 17px 0;
}

.cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 17px 17px 0;
  margin-top: 10px;
}

.cate-list .list-item {
  width: 50%;
  margin-bottom: 18px;
}

.cate-list .list-item:nth-child(even) {
  padding-left: 3px;
}

.cate-list .list-item:nth-child(odd) {
  padding-right: 3px;
}

.cate-list .list-item .visual {
  position: relative;
  width: 100%;
  height: 110px;
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/common/ico_noimage.png) #f2f2f2 center no-repeat;
}

.cate-list .list-item .visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.cate-list .list-item .info {
  padding-top: 10px;
}

.cate-list .list-item .info span {
  display: block;
}

.cate-list .list-item .info .tit {
  font-size: 15px;
  font-weight: 200;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}

.cate-list .list-item .info .txt {
  font-size: 14px;
  color: #302c2d;
  font-weight: 200;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.6em;
  overflow: hidden;
  line-height: 1.3;
}

.ico.cateBest {
  position: absolute;
  top: 6px;
  left: 7px;
  width: 43px;
  height: 20px;
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/besttip@2x.png) center no-repeat;
  background-size: 100%;
}

.ledger_descLayer {
  padding-right: 20px;
}

.ledger_info p {
  font-size: 14px;
  text-align: center;
  word-break: keep-all;
}

.ledger_name {
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 15px;
}

.cafeLink {
  text-align: center;
  padding: 10px 0 22px;
  background: #fff;
}

.cafeLink p {
  font-size: 13px;
  text-align: center;
  color: #636c77;
  padding: 10px;
}

.cafeLink a {
  display: inline-block;
  font-size: 13px;
  padding: 3px 23px 3px 13px;
  border-radius: 3px;
  margin: 0 3px;
  width: 130px;
}

/* @note 2023-09-01 */
.cafeLink a.btn_intro {
  border: solid 1px #222222;
  background-size: 7px;
  color: #222222;
  padding: 3px 13px;
}
.cafeLink a.btn_naver {
  border: solid 1px #3fc628;
  background-size: 7px;
  color: #3fc628;
  padding: 3px 13px;
}
/* @note 2023-09-01 */

.ledger_name {
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 15px;
}

.cafeLink {
  text-align: center;
  padding: 10px 0 22px;
  background: #fff;
}

.cafeLink p {
  font-size: 13px;
  text-align: center;
  color: #636c77;
  padding: 10px;
}

.cafeLink a {
  display: inline-block;
  font-size: 13px;
  padding: 3px 23px 3px 13px;
  border-radius: 3px;
  margin: 0 3px;
  width: 130px;
}

/* @note 2023-09-01 */
.cafeLink a.btn_intro {
  border: solid 1px #222222;
  background-size: 7px;
  color: #222222;
  padding: 3px 13px;
}
.cafeLink a.btn_naver {
  border: solid 1px #3fc628;
  background-size: 7px;
  color: #3fc628;
}

.eventDetail .swiper-pagination {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 5px 0 10px;
  line-height: 1;
}
/* @note 2023-09-01 */

.bgWhite {
  background: #fff;
}

.bgWhite #app.sub {
  padding-bottom: 31px;
}

.swiper-container.scroll-container {
  overflow: inherit;
}

.swiper-container.scroll-container .swiper-wrapper {
  display: block;
}

.actionTipLayer {
  display: none;
}

/* @note 2023-09-01 */
.evtFix-btn {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0;
  height: 65px;
  width: 100%;
  z-index: 100;
  padding: 10px 15px;
}
.evtFix-btn .fixBtn {
  width: 100%;
  height: 45px;
  background: #222222;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;

}
/* //@note 2023-09-01 */
.showBtn #app.sub {
  padding-bottom: 70px !important;
}

/* 2020-04-13 엄마의 서재 화면 변경 */
.consult_list {
  height: 60px;
  background: #cdc4c4;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;/* @note 2023-09-14 */
}

.consult_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
}

.consult_list ul li {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #fff;
  margin-right: 9px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.consult_list ul li.on {
  width: 44px;
  height: 44px;
  border: solid 2px #fff;
  background: #fdb46f;
}

.consult_list ul li.tm001 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/sohntc.png) #fff no-repeat;
  background-size: 100%;
}

.consult_list ul li.tm001.on {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/sohntc.png) #fdb46f no-repeat;
  background-size: 100%;
}

.consult_list ul li.tm002 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/jungtc.png) #fff no-repeat;
  background-size: 100%;
}

.consult_list ul li.tm002.on {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/jungtc.png) #fdb46f no-repeat;
  background-size: 100%;
}

.consult_list ul li.tm003 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/leetc.png) #fff no-repeat;
  background-size: 100%;
}

.consult_list ul li.tm003.on {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/leetc.png) #fdb46f no-repeat;
  background-size: 100%;
}

.consult_list ul li.tm001, .consult_list ul li.tm002, .consult_list ul li.tm003 {
  -webkit-filter: grayscale(100%);
  filter: gray;
}

.consult_list ul li.all {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/alltc_g.png) center #fff no-repeat;
  background-size: 130%;
}

.consult_list ul li.all.on {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/alltc_g.png) center #fff no-repeat;
  background-size: 130%;
}

.consult_list ul li.on {
  -webkit-filter: none;
  filter: none;
}

.qna-item .topLine {
  display: block;
  height: 43px;
  /* background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/qmark-01@2x.png) 17px 0 #fdb46f no-repeat; */
  background-color: #fff;
  background-size: 42px;
  padding: 0 20px;
}

.qna-item .topLine .msg {
  display: block;
  line-height: 43px;
  width: calc(100% - 17px);
  height: 100%;
  white-space: nowrap;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}

.qna-item .cont_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 17px;
}

.qna-item .cont_a .vis {
  width: 49px;
  height: 49px;
  -ms-flex-preferred-size: 49px;
      flex-basis: 49px;
  min-width: 49px;
}

.qna-item .cont_a .fp_icon {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
}

.qna-item .cont_a .fp_icon.tm001 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/sohntc.png) #f2f2f2 no-repeat;
  background-size: 100%;
}

.qna-item .cont_a .fp_icon.tm002 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/jungtc.png) #f2f2f2 no-repeat;
  background-size: 100%;
}

.qna-item .cont_a .fp_icon.tm003 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/leetc.png) #f2f2f2 no-repeat;
  background-size: 100%;
}

.qna-item .cont_a .info {
  padding-left: 7px;
}

.qna-item .cont_a .info .name {
  font-size: 13px;
  color: #302c2d;
  padding: 5px 0 8px 0;
}
/* @note 2023-09-14 */
.qna-item .cont_a .info .balloon {
  background: #fbfbfb;
  padding: 10px 0;
  border-radius: 3px;
}

.qna-item .cont_a .info .msg {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2;
  text-align: left;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  max-height: 2.4em;
  color: #302c2d;
}
/* //@note 2023-09-14 */

.intro_tm {
  padding: 0 25px !important;
}

.intro_tm .fp-name {
  text-align: center;
  font-size: 21px;
  color: #221e1f;
  font-weight: 300;
}

.intro_tm .fp_icon {
  display: block;
  width: 49px;
  height: 49px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}

.intro_tm .fp_icon.tm001 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/sohntc.png) #fdb46f no-repeat;
  background-size: 100%;
}

.intro_tm .fp_icon.tm002 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/jungtc.png) #fdb46f no-repeat;
  background-size: 100%;
}

.intro_tm .fp_icon.tm003 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/leetc.png) #fdb46f no-repeat;
  background-size: 100%;
}

.intro_tm .swiper-slide {
  padding: 20px 0 30px;
}

.intro_tm .swiper-slide .descr {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

.intro_tm .fp_row {
  padding-bottom: 10px;
}

.swiper-pagination-bullet-active {
  background: #fd945a !important;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #e5e5e5;
}

.qna-detail {
  padding-bottom: 23px;
}

.qna-detail .topLine {
  font-size: 14px;
  color: #fff;
  padding: 10px 40px 10px;
  font-weight: 500;
  color: #222222;
  text-align: center;
}

.qna-detail .cont_q {
  padding: 17px;
  font-size: 14px;
}

.qna-detail .cont_q:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 19px;
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/qmarklist@2x.png) center no-repeat;
  background-size: 23px;
}

.qna-detail .cont_a {
  margin: 0 17px;
  background: #f2f2f2;
  padding: 17px;
  font-size: 14px;
  color: #302c2d;
  line-height: 20px;
  -webkit-box-shadow: 0 0.05em 0 0 rgba(35, 35, 35, 0.2);
          box-shadow: 0 0.05em 0 0 rgba(35, 35, 35, 0.2);
}

.qna-detail .cont_a .fp_icon {
  display: block;
  float: left;
  width: 53px;
  height: 53px;
  border-radius: 53px;
  border: solid 2px #fff;
  margin-right: 8px;
  margin-top: -18px;
}

.qna-detail .cont_a .fp_icon.tm001 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/sohntc.png) #fff center no-repeat;
  background-size: 100%;
}

.qna-detail .cont_a .fp_icon.tm002 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/jungtc.png) #fff center no-repeat;
  background-size: 100%;
}

.qna-detail .cont_a .fp_icon.tm003 {
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/leetc.png) #fff center no-repeat;
  background-size: 100%;
}

.qna-detail .cont_a .icon_a {
  display: block;
  float: left;
  width: 21px;
  height: 19px;
  background: url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/momstudy/amarklist@2x.png) center no-repeat;
  background-size: 100%;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.qna-detail .cont_a .info {
  padding-top: 15px;
}

.detail-item.txt.only {
  padding: 17px;
}

.momstudy .swiper-slide .visual,
.momstudy .gridList .grid-item .visual,
.momstudy .cate-list .list-item .visual {
  border: solid 1px #eee;
}

/* @note 2021-07-30 */
.momstudy.rowBox.boxStFull {
  margin: 0 0 10px;
}

.momstudy.rowBox.boxStFull .swiperMenu {
  overflow: hidden;
  padding: 10px 0;
}

.momstudy .swiperMenu {
  padding: 10px 15px;
  border-bottom: solid 1px #e5e5e5;
}

.momstudy .swiperMenu .swiper-slide.item {
  text-align: center;
  width: auto;
}

.momstudy .swiperMenu .swiper-slide.item a {
  display: inline-block;
  text-align: center;
  border: solid 1px #fff;
  line-height: 27px;
  height: 27px;
  padding: 0 5px;
  font-size: 15px;
  color: #a9b0bb;
  border-radius: 3px;
  white-space: nowrap;
}

.momstudy .swiperMenu .swiper-slide.active a {
  border: solid 1px #fdb46f !important;
  color: #fdb46f;
}

.momstudy.rowBox.boxStFull {
  margin: 0 0 10px;
}

.momstudy.rowBox.boxStFull .swiperMenu {
  overflow: hidden;
  padding: 10px 0;
}

/* //@note 2021-07-30 */

/* @note 2023-12-13 메인 컨텐츠 개선건 UQZC-2083 */
.baby_qna_list {display: flex;padding: 24px 15.5px 0;margin-bottom: 30px;flex-direction: column;gap: 10px;}
.baby_qna_list .list_item{width: 100%;padding: 20px;background-color: #fff; border: 1px solid #f1f1f1;border-radius: 25px 25px 0px 25px ;}
.baby_qna_list .list_item .main_tit{margin-bottom: 7px;font-size: 14px;font-weight: 500;color: #ff7142;}
.baby_qna_list .list_item .q_box{height: 65px; margin-bottom: 15px;}
.baby_qna_list .list_item .q_box .question{display: -webkit-box;display: -ms-flexbox;display: box;max-height:65px;line-height: 1.57;font-size: 14px;font-weight: 500;color: #222;overflow:hidden;text-overflow: ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.baby_qna_list .list_item .a_box{display: flex;gap: 6px;align-items: center;}
.baby_qna_list .list_item .a_box .profile_img{width: 40px;height: 40px;}
.baby_qna_list .list_item .a_box .profile_txt{width: calc(100% - 46px);}
.baby_qna_list .list_item .a_box .profile_txt .name{margin-bottom: 4px;font-size: 14px;font-weight: 500;color: #222;}
.baby_qna_list .list_item .a_box .profile_txt .answer{display: -webkit-box;display: -ms-flexbox;display: box;width: 100%;font-size: 12px;color: #4c4c4c;overflow:hidden;text-overflow: ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing: normal;}

.content_more{padding: 0 15.5px 0;margin-bottom: 30px;}
.content_more .more_btn{display: flex;width: 100%;padding: 13px 0;background-color: #f3f3f3;justify-content: center;align-items: center; border-radius: 5px;}
.content_more .more_btn > span{font-size: 15px;font-weight: 600;letter-spacing: normal;color: #222222;line-height: 1.27;}
.content_more .more_btn > span .arrow_down-black{display:inline-block;width: 19px;height: 19px;margin-left: 4px;background:url(http://down.wjthinkbig.com/bookclub/lounge2/img/v3/common/ICO_ARROW_B.WEBP) center no-repeat;background-size:100%;}

.baby_qna_view_wrap{padding: 30px 0 0;}/* @note 2023-12-26 */
.baby_qna_view_wrap .q_box .main_tit{margin-bottom: 7px;font-size: 14px;font-weight: 500;color: #ff7142;}

.baby_qna_view_wrap .q_box{margin-bottom: 55px;padding: 0 15.5px 0;}
.baby_qna_view_wrap .q_box .question{line-height: 1.57;font-size: 16px;letter-spacing: -0.16px;color: #222;}

.baby_qna_view_wrap .a_box{position: relative;padding: 46px 15.5px 30px;background-color: #f7f7f7;}
.baby_qna_view_wrap .a_box .profile_img{position: absolute;top: -26px;width: 52px;height: 52px;}

.baby_qna_view_wrap .a_box .profile_txt{width: 100%}
.baby_qna_view_wrap .a_box .profile_txt .name{margin-bottom: 10px;font-size: 16px;font-weight: 500;color: #222;}
.baby_qna_view_wrap .a_box .profile_txt .name em{color: #f96c2c;}
.baby_qna_view_wrap .a_box .profile_txt .answer{width: 100%;font-size: 16px;color: #222222;letter-spacing: -0.16px;line-height: 1.63;}

.more_question_wrap{padding: 30px 25.5px;}/* @note 2023-12-26 */
.more_question_wrap .boxTxt{padding-top: 0;}
.more_question_wrap .boxTxt .tit{margin-bottom: 10px;font-size: 18px;font-weight: 600;color: #2c2c2c;line-height: 1.39;}
.more_question_wrap .swiper_text .swiper-slide{width: 220px;height: 230px;padding: 20px;background-color: #fff; border: 1px solid #f1f1f1;border-radius: 25px 25px 0px 25px ;}
.more_question_wrap .swiper_text .swiper-slide .new_mark{position: absolute;top: -8px;right: 20px;width: 65px;height: 24px; background: url('https://down.wjthinkbig.com/bookclub/LOUNGE2/IMG/V3/main/ICON_SWIPER_THUMB_NEWMARK.WEBP') center/65px 24px no-repeat;overflow: visible !important;}/* @note 2023-12-26 */
.more_question_wrap .swiper_text .swiper-slide .main_tit{margin-bottom: 7px;font-size: 14px;font-weight: 500;color: #ff7142;}
.more_question_wrap .swiper_text .swiper-slide .q_box{height: 110px; margin-bottom: 15px;}
.more_question_wrap .swiper_text .swiper-slide .q_box .question{display: -webkit-box;display: -ms-flexbox;display: box;max-height:110px;line-height: 1.57;font-size: 14px;font-weight: 500;color: #222;overflow:hidden;text-overflow: ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:5}
.more_question_wrap .swiper_text .swiper-slide .a_box{display: flex;gap: 6px;align-items: center;}
.more_question_wrap .swiper_text .swiper-slide .a_box .profile_img{width: 40px;height: 40px;}
.more_question_wrap .swiper_text .swiper-slide .a_box .profile_txt{width: 135px;}
.more_question_wrap .swiper_text .swiper-slide .a_box .profile_txt .name{margin-bottom: 4px;font-size: 14px;font-weight: 500;color: #222;}
.more_question_wrap .swiper_text .swiper-slide .a_box .profile_txt .answer{width: 100%;font-size: 12px;color: #4c4c4c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.rowBox .no_list{display: flex;position: relative; margin: 10px 0 40px;flex-direction: column;align-items: center;justify-content: center;}
.rowBox .no_list .rightTop-txt{position: absolute;top: 10px;right: 0;font-size: 14px;font-weight: 500;color: #222;}
.rowBox .no_list .img-box{width: 150px;height: 150px;margin: 90px 0 24px;}
.rowBox .no_list .txt-box{margin-bottom: 30px;text-align: center;}
.rowBox .no_list .txt-box span{font-size: 16px;font-weight: 500;color: #222;line-height: 1.63;letter-spacing: normal;text-align: center;}
.rowBox .no_list .btn-box{padding: 8.5px 24.5px;border-radius: 22px;background-color: #f3f3f3}
.rowBox .no_list .btn-box span{font-size: 15px;font-weight: 600;color: #222;line-height: 1.67;}
/* //@note 2023-12-13 */

.gridList.target_list .grid-item .visual{border: none;}/* @note 2023-12-27 */

/* @note 2024-01-11 */
.momstudy.ms15{padding-left:15.5px!important;padding-right:15.5px!important;}
.momstudy .swiperMenu.yearSwiper{padding:24px 0 0}
.momstudy .swiperMenu.yearSwiper .swiper-slide a{display: flex; height: 35px;padding: 0px 12px;font-weight: 500;color: #222222;justify-content: center;align-items: center;}
.momstudy .swiperMenu.yearSwiper .swiper-slide.active a{border: 1px solid #f96c2c;color: #f96c2c;}

.gridList.no2.yearlist > .grid-item:nth-child(odd){margin-right: 3.5px;width: calc(50% - 3.5px);}
.gridList.no2.yearlist > .grid-item:nth-child(even){margin-left: 3.5px;width: calc(50% - 3.5px);}