@charset "utf-8";

/** ======= sub ======= **/
/* sub common */
.sub_page {
  padding-bottom: 10rem;
}

/* checkbox */
.ck_box {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  min-height: 2.2rem;
}
.ck_box.full {
  display: block;
}
.ck_box.full + .ck_box.full {
  margin-top: 1.5rem;
  margin-left: 0;
}
.ck_box + .ck_box {
  margin-left: 2rem;
}
.ck_box .checkbox,
.ck_box .radio {
  background: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.ck_box .checkbox {
  width: 2.2rem;
  height: 2.2rem;
}
.ck_box .checkbox + label,
.ck_box .radio + label {
  position: relative;
  display: inline-block;
  z-index: 5;
  padding-left: 3rem;
  color: #080808;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
.ck_box .checkbox + label::before {
  content: "";
  display: inline-block;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: #fff;
  border: 1px solid #d5d5d5;
}
.ck_box .checkbox + label .req {
  color: #080808;
  margin-right: 0.5rem;
}
.ck_box .checkbox:checked + label::before {
  background: #2090ff url("/img/common/ic_check.png") no-repeat center;
  border-color: #2090ff;
}
.radio_area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
}
.radio_area .ck_box + .ck_box {
  margin-left: 2rem;
}
.ck_box .radio {
  width: 100%;
  height: 100%;
}
.ck_box .radio + label {
  padding-left: 2.4rem;
  vertical-align: baseline;
}
.ck_box .radio + label::before {
  content: "";
  display: inline-block;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
}
.ck_box .radio + label::after {
  content: "";
  display: inline-block;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #fff;
}
.ck_box .radio:checked + label::before {
  border: 1px solid #2090ff;
}
.ck_box .radio:checked + label::after {
  background: #2090ff;
}
.ck_box .radio:checked + label {
  color: #080808;
}

/* popup */
.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.popup .popupbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 50rem;
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  z-index: 1;
}
.popup .dimed {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.popup .pop_title {
  font-size: 2.4rem;
  padding: 2.2rem;
  background-color: #f8f8f8;
  text-align: center;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: 500;
}
.popup .pop_main {
  padding: 3rem 4rem 5rem 4rem;
}
.popup .btn_box {
  text-align: center;
}

/* sub_visual */
.sub_visual {
  padding: 8rem 3%;
  text-align: center;
  border-radius: 2rem;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}
.sub_visual.no_bg {
  padding: 0 3%;
}
.sub_visual.no_bg.no_desc {
  margin-bottom: 11rem;
}
.sub_visual.sv01 {
  background-color: #e6f8d0;
  background-image: url(../img/sub/visual_01.png);
}
.sub_visual.sv03 {
  background-color: #cfefff;
  background-image: url(../img/sub/visual_03.png);
}
.sub_visual.sv04 {
  background-color: #fbf9d3;
  background-image: url(../img/sub/visual_04.png);
}
.sub_visual.sv05 {
  background-color: #ecf6d2;
  background-image: url(../img/sub/visual_05.png);
}
.sub_visual .title {
  font-size: 3.8rem;
  color: #111;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: 800;
  animation: fadeUp 0.8s ease forwards;
}
.sub_visual .desc {
  font-size: 1.8rem;
  color: #666;
  margin-top: 1.5rem;
  font-family: "NanumSquareRound", sans-serif;
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeUp 0.9s 0.35s ease forwards;
}

/* sub_tab */
.sub_visual + .sub_tab {
  margin-top: 9rem;
}
.sub_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
  overflow-x: auto;
}
.sub_tab a {
  z-index: 1;
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 3.5rem;
  position: relative;
  font-family: "NanumSquareRound", sans-serif;
  color: #999;
  flex-shrink: 0;
}
.sub_tab a::after {
  display: block;
  width: calc(100% + 1rem);
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  background-color: #edf6ff;
  z-index: -1;
}
.sub_tab.ta_l {
  justify-content: flex-start;
}
.sub_tab.ta_l a:first-child {
  margin-left: 0;
}
.sub_tab a.active {
  color: #2090ff;
}
.sub_tab a.active::after {
  content: "";
}
.sub_tab_cont:not(.active) {
  display: none;
}
/* sub_tab2 */
.sub_visual.no_bg + .sub_tab2 {
  margin-top: 7rem;
}
.sub_tab2 {
  display: none;
  margin-bottom: 3rem;
  border-bottom: 1px solid #2090ff;
}
.sub_tab2 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #999;
  font-weight: 500;
  width: calc(20% + 1px);
  height: 6rem;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  text-align: center;
  font-family: "NanumSquareRound", sans-serif;
  position: relative;
  margin-left: -1px;
}
.sub_tab2 a:first-child {
  border-radius: 1rem 0 0 0;
}
.sub_tab2 a:last-child {
  border-radius: 0 1rem 0 0;
}
.sub_tab2 a.active {
  color: #2090ff;
  font-weight: 700;
  border-color: #2090ff;
  z-index: 1;
}
.sub_tab2 a.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.sub_tab2.type_half a {
  width: calc(50% + 1px);
}
.bottom_btn_wrap {
  margin-top: 4rem;
  text-align: right;
}
.bottom_btn_wrap .button {
  vertical-align: middle;
}
.bottom_btn_wrap .button + .button {
  margin-left: 1rem;
}
.sub_mbtab {
  display: none;
}
/* sub_list */
.sub_list.no_data p {
  text-align: center;
  padding: 12rem 0;
  border-bottom: 1px solid #ddd;
}
.webzine_list {
  border-top: 1px solid #2090ff;
}
.webzine_list li {
  align-items: center;
  padding: 5rem 4rem;
  border-bottom: 1px solid #ddd;
}
.webzine_list li.clicked {
  background-color: #f4f9fd;
}
.webzine_list li .row {
  align-items: center;
}
.webzine_list li .input_box {
  margin-right: 3rem;
  flex-shrink: 0;
}
.webzine_list li .img_box {
  flex-shrink: 0;
  box-shadow: 4px 6px 7.84px 0.16px rgba(87, 87, 87, 0.2);
  transition: all 0.4s ease;
  width: 19.4rem;
  height: 26.4rem;
}
.webzine_list li .text_box {
  width: 100%;
  margin: 0 5.5rem;
}
.webzine_list li .detail {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #999;
}
.webzine_list li .category {
  color: #2090ff;
}
.webzine_list li .title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
}
.webzine_list li .row_book_name .title {
  margin-top: 0;
  font-size: 1.8rem;
  margin-left: 1.5rem;
}
.webzine_list li .row_book_name .category {
  font-size: 1.8rem;
}
.webzine_list li .detail span {
  display: inline-block;
  position: relative;
}
.webzine_list li .detail span + span::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #c2c2c2;
  vertical-align: middle;
  margin: 0 0.7rem;
}
.webzine_list li .desc {
  margin-top: 2rem;
  display: inline-block;
  color: #666;
  line-height: 1.625;
}
.webzine_list li .desc.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.webzine_list li .btn_box {
  flex-shrink: 0;
}
.webzine_list li .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17rem;
  height: 5rem;
  border-radius: 10rem;
  border: 1px solid #2090ff;
  background-color: #fff;
  color: #2090ff;
  font-weight: 500;
  transition: all 0.2s ease;
}
.webzine_list li .btn:hover {
  background-color: #2090ff;
  color: #fff;
}
.webzine_list li .star_box {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  line-height: 1;
}
.webzine_list li .star_box .ico img {
  width: 11rem;
}
.webzine_list li .star_box .text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 1rem;
}
.sub_wrap {
  border-top: 1px solid #ddd;
  margin-top: 6rem;
  display: flex;
}
.sub_wrap .accordion_wrap {
  border: none;
  width: 310px;
}
.sub_wrap .accordion {
  width: 260px;
  border: none;
}
.sub_wrap .accordion_body {
  padding: 2rem 5rem;
  background-color: transparent;
  border: none;
}
.sub_wrap .accordion_body > ul > li {
  margin-bottom: 40px;
  color: #5f5c5c;
}
.sub_wrap .accordion_body > ul > li:last-child {
  margin-bottom: 0;
}
.gall_list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.5rem;
}
.sub_wrap .sub_list {
  width: 1190px;
  border-top: none;
}
.gall_list .no_match {
  text-align: center;
  color: #666;
  font-size: 16px;
  margin: 150px auto;
}
.gall_list .no_match > img {
  margin-bottom: 30px;
}
.gall_list .no_match .no_txt {
  margin-bottom: 40px;
}
.gall_list.type2 {
  border-top-color: #2090ff;
  margin-top: 0;
}
.gall_list.type3 {
  border: none;
  margin-top: 0;
  padding-bottom: 0;
}
.gall_list.type3 li {
  margin-top: 0;
}
.gall_list li {
  width: calc(25% - 3.38rem);
  margin-right: 4.5rem;
  margin-top: 4.5rem;
}
.gall_list li:nth-child(4n) {
  margin-right: 0;
}
.gall_list .img_box {
  background-color: #f8f8f8;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 275px;
  height: 317px;
  position: relative;
}
.gall_list .img_box > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 170px;
  height: 220px;
}
.gall_list .img_box > a > img {
  box-shadow: 4px 6px 7.84px 0.16px rgba(87, 87, 87, 0.2);
  transition: all 0.5s ease;
  height: 100%;
  max-height: 24rem;
}
.gall_list .img_box .bookmark_btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background: none;
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gall_list .img_box .ck_box {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.gall_list .img_box .bookmark_btn .ico_bookmark {
  display: inline-block;
  width: 2rem;
  height: 2.8rem;
  background: url(/img/sub/ic_bookmark.png) no-repeat center/contain;
}
.gall_list .img_box .bookmark_btn.active .ico_bookmark {
  background-image: url(/img/sub/ic_bookmark_on.png);
}
.gall_list .text_box {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.gall_list .text_box .category {
  font-size: 1.4rem;
  color: #2090ff;
}
.gall_list .text_box .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 1rem;
  width: 100%;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gall_list .text_box .book_info li {
  width: auto;
  font-size: 13px;
  border-right: 2px solid #cfcfcf;
  padding-right: 10px;
}
.gall_list .text_box .book_info br {
  display: none;
}
.gall_list .text_box .book_info .writer_info > li {
  color: #595959;
  font-weight: 500;
  padding-right: 10px;
  border-right: 2px solid #cfcfcf;
  margin: 0 10px 0 0;
}
.gall_list .text_box .book_info .day_info > li {
    margin: 0 10px 0 0;
  
}
.gall_list .text_box .book_info li:last-child {
  border-right: none;
}
.gall_list .text_box .book_info .writer_info {
  display: flex;
}
.gall_list .text_box .book_info .day_info {
  display: flex;
  margin-top: 5px;
}
.gall_list .text_box .text-preview {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.gall_list .text_box .detail {
  color: #666;
  margin-top: 1rem;
}
.gall_list .text_box .desc {
  color: #666;
  margin-top: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gall_list .text_box .date {
  font-size: 1.4rem;
  color: #999;
  margin-top: 2.5rem;
}

/** ======= 내 가방 ======= **/
/* 리스트 상단 스타일 (책꽂이, 내가 읽은 책)*/
.list_top_control {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_top_control .delete_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10.3rem;
  height: 4rem;
  border-radius: 10rem;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  line-height: 1;
}

/* 출석부 */
.attendance_wrap {
  border-radius: 2rem;
  overflow: hidden;
  background: linear-gradient(to bottom, #dcedff 21%, #eafbd2 21% 70%);
}
.attendance_wrap * {
  font-family: "NanumSquareRound", sans-serif;
}
.attendance_top {
  text-align: center;
  background: url(/img/sub/attendance_bg_deco.png) no-repeat center bottom -9rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.attendance_top .label {
  font-size: 1.8rem;
  color: #7fa7d1;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  font-family: "Noto Sans KR", sans-serif;
  position: relative;
  margin-bottom: 5rem;
}
.attendance_top .label:before,
.attendance_top .label:after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 4.9rem;
  position: absolute;
  top: calc(100% - 2rem);
}
.attendance_top .label:before {
  background: url(/img/sub/attendance_label_deco1.png) no-repeat center/contain;
  left: -3rem;
}
.attendance_top .label:after {
  background: url(/img/sub/attendance_label_deco2.png) no-repeat center/contain;
  right: -3rem;
}
.attendance_top .label p {
  background-color: #fff;
  padding: 0.8rem 1.5rem;
  z-index: 1;
  display: block;
  position: relative;
  border: 0.4rem solid #dcedff;
  font-weight: 700;
}
.attendance_top .title {
  font-family: "Cafe24Ssurround";
  font-size: 7rem;
  color: #3c69b4;
  letter-spacing: 0;
}
.attendance_top .desc {
  margin-top: 2rem;
}
.attendance_top .desc p {
  font-size: 1.8rem;
  color: #888;
  margin-top: 1rem;
}
.attendance_top .desc p strong {
  font-weight: 500;
}
.attendance_top .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-top: 4rem;
  background: linear-gradient(to top left, #ff7d1d, #ffad1d);
  border: none;
  box-shadow: 4px 6px 7.84px 0.16px rgba(87, 87, 87, 0.2);
  width: 17rem;
  height: 6rem;
  border-radius: 10rem;
}
.attendance_bottom {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  padding: 4.5rem;
  margin: -4rem 4rem 4rem 4rem;
}
.attendance_wrap .calendar_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
.attendance_wrap .calendar_top .month_btn {
  font-size: 2rem;
  color: #666;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.attendance_wrap .calendar_top .month_btn .ico img {
  vertical-align: baseline;
}
.attendance_wrap .calendar_top .month_btn.prev .ico {
  margin-right: 1.5rem;
}
.attendance_wrap .calendar_top .month_btn.next .ico {
  margin-left: 1.5rem;
}
.attendance_wrap .calendar_title {
  font-size: 3.2rem;
  font-weight: 700;
}
.calendar_bottom {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #ddd;
}
.attendance_wrap .calendar_table {
  border-collapse: collapse;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: -1px;
}
.attendance_wrap .calendar_table th {
  background-color: #f8f8f8;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
}
.attendance_wrap .calendar_table td {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 1.2rem;
  height: 19rem;
  vertical-align: baseline;
}
.attendance_wrap .calendar_table th,
.attendance_wrap .calendar_table td {
  border: 1px solid #e6e6e6;
}
.attendance_wrap .calendar_table th:first-child,
.attendance_wrap .calendar_table td:first-child {
  color: #fe4b21;
}
.attendance_wrap .calendar_table th:last-child,
.attendance_wrap .calendar_table td:last-child {
  color: #2090ff;
}
.attendance_wrap .calendar_table .stamp {
  text-align: center;
  max-width: 12rem;
  max-height: 12rem;
  margin: 1rem auto;
}
.attendance_wrap .calendar_table .stamp img {
  width: 100%;
  height: 100%;
}

/* 자주 하는 질문 */
.accordion_wrap {
  border-top: 1px solid #2090ff;
}
.accordion {
  border-bottom: 1px solid #dddddd;
}
.accordion_header {
  padding: 2rem 7.6rem 2rem 3rem;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.accordion_header::after {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1rem;
  background: url(/img/sub/accordion_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.accordion_header .ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background: #2090ff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-right: 2rem;
  line-height: 1;
  flex-shrink: 0;
}
.accordion_header .title {
  font-weight: 500;
}
.accordion_body {
  display: none;
  background-color: #f3f9ff;
  padding: 3rem 9rem;
  border-top: 1px solid #ddd;
}
.accordion_body * {
  font-family: "Noto Sans KR", sans-serif !important;
}
.accordion.active .accordion_header::after {
  opacity: 1;
  transform: rotate(180deg);
}

/* 도서검색 */
.category_wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 1rem;
}
.category_wrap::-webkit-scrollbar {
  width: 0;
  height: 0.6rem;
}
.category_wrap a {
  font-family: "NanumSquareRound", sans-serif;
  color: #999;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  border-radius: 5rem;
  background-color: #f7f7f7;
  flex-shrink: 0;
}
.category_wrap a + a {
  margin-left: 2rem;
}
.category_wrap a.active {
  background-color: #2090ff;
  color: #fff;
}

/* ======= 독후감  ======= */
/* 다독왕 랭킹 */
.my_ranking {
  background: url(/img/sub/my_ranking_bg.png) no-repeat left center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 3%;
  margin-bottom: 7rem;
}
.my_ranking .text_box {
  width: 95%;
  max-width: 69rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 4px 6px 7.84px 0.16px rgba(237, 243, 246, 0.76);
}
.my_ranking .text_box * {
  font-family: "NanumSquareRound", sans-serif;
}
.my_ranking .text_box .box_title {
  font-size: 2.2rem;
  background-color: #f8f8f8;
  text-align: center;
  padding: 2.5rem;
  font-weight: 500;
}
.my_ranking .text_box .cont_box {
  background: #fff;
  padding: 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my_ranking .text_box .cont_box span {
  padding: 0 1.2rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.my_ranking .text_box .cont_box span:nth-child(2) {
  width: 40%;
  font-size: 2rem;
  font-weight: 500;
}
.my_ranking .text_box .cont_box span:nth-child(5) {
  font-size: 2.2rem;
  font-weight: 500;
}
.all_ranking .bo_top_box strong {
  font-size: 2.2rem;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: 500;
}
.all_ranking form > .row {
  justify-content: space-between;
}
.all_ranking .tbl_head01 {
  width: calc(50% - 2rem);
}
.all_ranking .tbl_head01:nth-child(2) {
  margin-left: 4rem;
}
.all_ranking .tbl_head01 td {
  height: 7rem;
}
.all_ranking .tbl_head01 td .ico_medal {
  width: 3.2rem;
}

/* 독후감 - 뷰페이지 */
.report_view_cont {
  display: flex;
  align-items: flex-start;
  padding-top: 6rem;
  border-top: 1px solid #2090ff;
}
.report_view_cont .img_box {
  flex-shrink: 0;
  max-width: 40rem;
  margin-right: 7rem;
}
.report_view_cont .img_box img {
  box-shadow: 4px 6px 7.84px 0.16px rgba(87, 87, 87, 0.2);
}
.report_view_cont .text_box {
  margin-top: 4rem;
}
.report_view_cont .text_box .title {
  font-size: 2.8rem;
  font-weight: 700;
}
.report_view_cont .text_box .book_detail {
  margin: 4rem 0;
}
.report_view_cont .text_box .book_detail dl {
  display: flex;
  font-weight: 500;
}
.report_view_cont .text_box .book_detail dl + dl {
  margin-top: 2rem;
}
.report_view_cont .text_box .book_detail dt {
  flex-shrink: 0;
  width: 8rem;
}
.report_view_cont .text_box .book_detail dd {
  width: calc(100% - 8rem);
  color: #767676;
}
.report_view_cont .text_box .cont {
  margin-top: 8rem;
  margin-bottom: 8rem;
  color: #666;
  line-height: 2.125;
}

/* 한줄평 작성 팝업 */
.comment_write_popup .pop_main dl {
  padding: 3rem 0;
}
.comment_write_popup .pop_main dl:first-child {
  padding-top: 0;
}
.comment_write_popup .pop_main dl + dl {
  border-top: 1px solid #ddd;
}
.comment_write_popup .pop_main dt {
  font-size: 1.8rem;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.comment_write_popup .pop_main dd .img_star {
  width: 21.9rem;
}

/* 검색 결과 */
.tab_nav_cont {
  display: none;
}
.tab_nav_cont.open {
  display: block;
}
.search_result {
  margin-top: 6rem;
}
.search_result article {
  position: relative;
}
.search_result article + article {
  margin-top: 8rem;
}
.search_result .title_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search_result .section_title {
  font-size: 2.8rem;
  font-weight: 700;
}
.search_result .gall_list {
  margin-top: 0;
  border-bottom: none;
  border-top: none;
}
.search_result .webzine_list {
  border-top: none;
}
.search_result .cont_area {
  border-top: 1px solid #111;
}
.search_result .tbl_head01 table {
  border-top: none;
}
.search_result .tbl_head01 td {
  padding: 0 3rem;
}
.search_result .tbl_head01 tr:first-child td {
  border-top: none;
}

/* ===== RESPONSIVE ===== */
@media all and (max-width: 1200px) {
  .gall_list .img_box {
    height: 34rem;
  }
}
@media all and (max-width: 1024px) {
  .attendance_wrap .calendar_table td {
    height: 12rem;
  }
  .gall_list li {
    width: calc(50% - 0.8rem);
    margin-right: 1.6rem;
    margin-top: 1.6rem;
  }
  .gall_list li:nth-child(4n) {
    margin-right: 1.6rem;
  }
  .gall_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .gall_list .text_box .book_info br {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .sub_page {
    padding-bottom: 6rem;
  }
  .sub_tab a {
    margin: 0 1.5rem;
  }
  .sub_visual {
    padding: 6rem 3%;
    border-radius: 1rem;
    background-image: none !important;
  }
  .sub_visual .title {
    font-size: 2.8rem;
  }
  .sub_visual + .sub_tab {
    margin-top: 6rem;
  }
  .accordion_header {
    padding: 2rem 6.6rem 2rem 2rem;
  }
  .accordion_body {
    padding: 3rem;
  }
  .attendance_wrap .calendar_table td {
    height: 8rem;
    padding: 1rem;
    font-size: 1.6rem;
  }
  .attendance_wrap .calendar_table th {
    font-size: 1.6rem;
    padding: 1.5rem;
  }
  .attendance_wrap .calendar_table .stamp {
    margin: 0.5rem auto;
  }
  .attendance_bottom {
    padding: 10% 3% 6% 3%;
    margin: -3% 3% 3% 3%;
  }
  .attendance_wrap .calendar_title {
    font-size: 2.6rem;
  }
  .attendance_top .title {
    font-size: 4.2rem;
  }
  .attendance_wrap .calendar_top .month_btn {
    font-size: 1.6rem;
  }
  .attendance_wrap .calendar_top .month_btn .ico img {
    height: 1.3rem;
  }
  .webzine_list li {
    padding: 4rem 1rem;
    align-items: flex-start;
  }
  .webzine_list li .img_box {
    max-width: 12rem;
    height: auto;
  }
  .webzine_list li .text_box {
    margin: 0 0 0 2.5rem;
  }
  .webzine_list li .row {
    align-items: flex-start;
  }
  .gall_list .img_box {
    height: 30rem;
    width: auto;
  }
  .gall_list_wrap {
    border: none;
    margin-top: 4rem;
  }
  .gall_list_wrap > div {
    display: none;
  }
  .sub_tab2 {
    position: relative;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    border-bottom-color: #ddd;
    margin-left: -3%;
    width: calc(100% + 6%);
  }
  .sub_tab2::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .sub_tab2 a {
    border: none;
    flex-shrink: 0;
    width: auto;
    margin: 0 2rem;
    color: #000;
  }
  .sub_tab2 a.active::after {
    background-color: #2090ff;
  }
  .sub_mbtab {
    display: block;
  }
  .sub_mbtab > ul {
    position: relative;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    color: #999;
    margin-left: -3%;
    width: calc(100% + 6%);
  }
  .sub_mbtab > ul > li {
    border: 1px solid #999;
    border-radius: 3rem;
    flex-shrink: 0;
    width: auto;
    padding: 0 2rem;
    height: 5rem;
    margin: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .sub_visual.no_bg.no_desc {
    margin-bottom: 8rem;
  }
  .category_wrap a + a {
    margin-left: 1rem;
  }
  .all_ranking form > .row {
    flex-direction: column;
  }
  .all_ranking .tbl_head01 {
    width: 100%;
  }
  .all_ranking .tbl_head01:nth-child(2) {
    margin-left: 0;
    margin-top: 2rem;
    display: none;
  }
  .my_ranking .text_box .box_title {
    padding: 2rem;
  }
  .my_ranking .text_box .cont_box {
    padding: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .my_ranking .text_box .cont_box span {
    padding: 0.8rem 1.2rem;
  }
  .my_ranking .text_box .cont_box span:nth-child(2) {
    width: 100%;
  }
  .report_view_cont {
    flex-direction: column;
    align-items: center;
  }
  .report_view_cont .img_box {
    margin-right: 0;
  }
  .report_view_cont .text_box .cont {
    margin-bottom: 0;
  }
  .cart_list_wrap .webzine_list li {
    flex-wrap: wrap;
  }
  .webzine_list li .row {
    margin: 2rem 0;
  }
  .webzine_list li .btn_box {
    width: 100%;
  }
  .webzine_list li .btn {
    width: 100%;
    background-color: #2090ff;
    color: #fff;
    border-radius: 1rem;
  }
  .gall_list .img_box .bookmark_btn {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    box-shadow: 4px 6px 7.84px 0.16px rgba(87, 87, 87, 0.2);
  }
  .webzine_list li .desc {
    margin-top: 1.5rem;
  }
  .webzine_list li .desc.ellipsis {
    -webkit-line-clamp: 2;
  }
  .attendance_top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media all and (max-width: 480px) {
  .attendance_wrap {
    border-radius: 0;
    margin-left: -3%;
    margin-right: -3%;
  }
  .gall_list .text_box .title {
    height: auto;
  }
  .gall_list .img_box > a > img {
    width: 130px;
  }
  .gall_list .text_box .book_info .day_info > li {
    margin-right: 9px;
  }
}

/* PC hover effect */
@media all and (min-width: 767px) {
  .webzine_list li:hover .img_box {
    transform: scale(1.08);
  }
  .gall_list .img_box > a:hover > img {
    transform: scale(1.08);
  }
}
