@charset "UTF-8";
.lib_type01 {
  color: #3578C6 !important;
}
.lib_type01:before {
  background: #3578C6 !important;
}

.lib_type02 {
  color: #C68335 !important;
}
.lib_type02:before {
  background: #C68335 !important;
}

.lib_type03 {
  color: #3578C6 !important;
}
.lib_type03:before {
  background: #3578C6 !important;
}

.lib_type04 {
  color: #ABA000 !important;
}
.lib_type04:before {
  background: #ABA000 !important;
}

.lib_type05 {
  color: #056741 !important;
}
.lib_type05:before {
  background: #056741 !important;
}

.lib_type06 {
  color: #15888A !important;
}
.lib_type06:before {
  background: #15888A !important;
}

.lib_type07 {
  color: #6E442B !important;
}
.lib_type07:before {
  background: #6E442B !important;
}

.lib_type08 {
  color: #4765A4 !important;
}
.lib_type08:before {
  background: #4765A4 !important;
}

.lib_type09 {
  color: #7647C8 !important;
}
.lib_type09:before {
  background: #7647C8 !important;
}

.lib_type10 {
  color: #EF5E77 !important;
}
.lib_type10:before {
  background: #EF5E77 !important;
}

.lib_type11 {
  color: #5FA308 !important;
}
.lib_type11:before {
  background: #5FA308 !important;
}

.lib_type12 {
  color: #A73858 !important;
}
.lib_type12:before {
  background: #A73858 !important;
}

.lib_type13 {
  color: #9B6A6C !important;
}
.lib_type13:before {
  background: #9B6A6C !important;
}

.lib_type14 {
  color: #3D8619 !important;
}
.lib_type14:before {
  background: #3D8619 !important;
}

.lib_type15 {
  color: #F87575 !important;
}
.lib_type15:before {
  background: #F87575 !important;
}

.lib_type16 {
  color: #FBC128 !important;
}
.lib_type16:before {
  background: #FBC128 !important;
}

.lib_type17 {
  color: #7888A0 !important;
}
.lib_type17:before {
  background: #7888A0 !important;
}

.lib_type18 {
  color: #4F608B !important;
}
.lib_type18:before {
  background: #4F608B !important;
}

.lib_type19 {
  color: #395EAF !important;
}
.lib_type19:before {
  background: #395EAF !important;
}

.lib_type20 {
  color: #336E98 !important;
}
.lib_type20:before {
  background: #336E98 !important;
}

.lib_type21 {
  color: #9D3B06 !important;
}
.lib_type21:before {
  background: #9D3B06 !important;
}

.lib_type22 {
  color: #E23C00 !important;
}
.lib_type22:before {
  background: #E23C00 !important;
}

.lib_type23 {
  color: #0046AF !important;
}
.lib_type23:before {
  background: #0046AF !important;
}

.lib_type24 {
  color: #E40000 !important;
}
.lib_type24:before {
  background: #E40000 !important;
}

.lib_type25 {
  color: #282828 !important;
}
.lib_type25:before {
  background: #282828 !important;
}

:root {
  --primary-color: #3c4669;
  --primary-color-02: #083b82;
  --black800: #333;
}

.full_width {
  flex-basis: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
nav,
section {
  line-height: unset;
}

html {
  -webkit-text-size-adjust: 100%;
}

@media (prefers-color-scheme: dark) {
  :root,
  html,
  body {
    color-scheme: light !important;
    background: #fff !important;
  }
}
.glass-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.25);
  /* spring 251024 */
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
}
.glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
}
.glass-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), transparent, rgba(255, 255, 255, 0.3));
}

.flex-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-area.close {
  gap: 0 14px;
}

.btnArea {
  display: flex;
  gap: 0 6px;
  margin-top: 20px;
}
.btnArea button {
  min-width: 120px;
  padding: 11px 14px;
  border-radius: 5px;
}
.btnArea button span {
  font-size: 14px;
  font-weight: 500;
}
.btnArea button.full {
  background: #3c4669;
  color: #fff;
}
.btnArea button.full span {
  color: #fff;
}
.btnArea button.line {
  border: 1px solid #555;
}
.btnArea button.line span {
  color: #555;
}
.btnArea.flexRight {
  justify-content: flex-end;
}

.flex-area p.title {
  display: flex;
  align-items: center;
}
.flex-area p.title span {
  color: #3c4669;
  font-size: 32px;
  font-weight: 700;
}
.flex-area p.title a {
  display: flex;
  align-items: center;
  padding: 8px 7px 8px 14px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  letter-spacing: -0.14px;
}
.flex-area p.title a::after {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url("../images/suwon/icon_left_arrow.svg") no-repeat 0 0;
  background-size: cover;
}

.resultArea {
  margin-top: 14px;
}
.resultArea > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 40px 65px;
}
.resultArea > ul > li {
  width: 16%;
}
.resultArea > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.resultArea > ul > li .imgArea {
  position: relative;
  width: 100%;
  height: 280px;
  background: #f7f7f7;
}
.resultArea > ul > li .imgArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
}
.resultArea > ul > li .imgArea:after {
  width: 100%;
  height: 100%;
  background: rgba(19, 51, 81, 0.5);
  border-top-right-radius: 4%;
}
.resultArea > ul > li .bookInfo {
  margin-top: 14px;
}
.resultArea > ul > li .bookInfo .count {
  color: #083b82;
  font-size: 14px;
  font-width: 500;
}
.resultArea > ul > li .bookInfo .title {
  color: #222;
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.resultArea > ul > li .bookInfo ul {
  margin-top: 10px;
  line-height: 140%;
}
.resultArea > ul > li .bookInfo ul li .text {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.resultArea > ul > li .bookInfo ul li.writer .text:first-child {
  padding-right: 5px;
}
.resultArea > ul > li .bookInfo ul li.writer .text:first-child::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  background: #ddd;
  transform: translateY(-50%);
}

.swiper-slide .imgArea {
  background: #f7f7f7;
  width: 100%;
  height: 100%;
}

.controller {
  display: flex;
  align-items: center;
}

.swiper-pagination {
  position: static;
  max-width: 90px;
}
.swiper-pagination span {
  font-size: 18px;
  color: #777;
  margin: 0;
  margin-left: 10px;
}
.swiper-pagination span.swiper-pagination-current {
  color: #222;
  font-weight: 500;
  margin: 0;
  margin-right: 10px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  height: auto;
  display: block;
  color: none;
}
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  display: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url("../images/suwon/icon_sparrow-left.svg") no-repeat 0 0;
  background-size: cover;
}
.swiper-button-prev:hover,
.swiper-rtl .swiper-button-next:hover {
  background: url("../images/suwon/icon_sparrow-left_active.svg") no-repeat 0 0;
  background-size: cover;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url("../images/suwon/icon_sparrow-right.svg") no-repeat 0 0;
  background-size: cover;
}
.swiper-button-next:hover,
.swiper-rtl .swiper-button-prev:hover {
  background: url("../images/suwon/icon_sparrow-right_active.svg") no-repeat 0 0;
  background-size: cover;
}

.swiperNavi {
  display: flex;
  align-items: center;
  margin-left: 18px;
}
.swiperNavi .dash {
  display: flex;
  align-items: center;
}
.swiperNavi .dash::after {
  content: "";
  display: inline-flex;
  width: 9px;
  height: 18px;
  margin: 0 5px;
  background: url("../images/suwon/sp_dash.svg") no-repeat 0 0;
}
.swiperNavi .control {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.swiperNavi .control button {
  width: 100%;
  height: 100%;
}
.swiperNavi .control button::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
}
.swiperNavi .control.pause button::before {
  background: url("../images/suwon/icon_purse.svg") no-repeat 0 -1px;
  background-size: cover;
}
.swiperNavi .control.play button::before {
  background: url("../images/suwon/icon_play.svg") no-repeat 0 0;
  background-size: cover;
}

.backPage {
  margin: 20px 0;
}
.backPage a {
  display: inline-flex;
  align-items: center;
  padding: 16px 14px;
  border-radius: 10px;
  border: 1px solid #555;
  font-size: 18px;
  font-weight: 500;
  color: #555;
}
.backPage a::before {
  content: "";
  position: relative;
  top: -1px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon_sparrow-left.svg") no-repeat 0 0;
  background-size: cover;
}

.imgArea {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.imgArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4%;
  max-width: 10px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-size: cover;
  z-index: 9;
}
.imgArea img {
  background: transparent;
  max-width: 200px;
}
.imgArea .hover-info .addBtn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background: url("../images/suwon/icon_detail_btn.svg") no-repeat 0 0;
  background-size: cover;
  z-index: 9;
}
.imgArea .hover-info .info-text {
  display: none;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0;
  padding-left: 15px;
  bottom: 0;
  z-index: 9;
  box-sizing: border-box;
}
.imgArea .hover-info .info-text .detailInfo {
  width: calc(100% - 105px);
  max-width: 132px;
  margin-left: 10px;
  box-sizing: border-box;
}
.imgArea .hover-info .info-text p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.141px;
}
.imgArea .hover-info .info-text p.title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.imgArea .hover-info .info-text p.writer {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.imgArea .hover-info .info-text p.number {
  /*display: none;*/
  font-size: 90px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 4px #fff;
  transform: skew(-10deg);
}
.imgArea .hover-info > .btnArea {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
  width: 100%;
  z-index: 99;
}
.imgArea .hover-info > .btnArea > button {
  min-width: unset;
  width: auto;
  padding: 0;
}
.imgArea .hover-info > .btnArea > button::before {
  content: "";
  display: inline-flex;
}
.imgArea .hover-info > .btnArea > button.spot::before {
  width: 28px;
  height: 28px;
  background: url("../images/suwon/icon_spot.svg") no-repeat 0 0;
  background-size: cover;
}
.imgArea .hover-info > .btnArea > button.spot.on::before, .imgArea .hover-info > .btnArea > button.spot:hover::before {
  background: url("../images/suwon/icon_spot_on.svg") no-repeat 0 0;
  background-size: cover;
}
.imgArea .hover-info > .btnArea > button.choice::before {
  width: 26px;
  height: 23px;
  background: url("../images/suwon/icon_choice.svg") no-repeat 0 0;
  background-size: cover;
}
.imgArea .hover-info > .btnArea > button.choice.on::before, .imgArea .hover-info > .btnArea > button.choice:hover::before {
  width: 26px;
  height: 27px;
  background: url("../images/suwon/icon_choice_on.svg") no-repeat 0 0;
  background-size: cover;
}
.imgArea .hover-info > .btnArea > button.trash::before {
  width: 33px;
  height: 32px;
  background: url("../images/suwon/icon_trash.svg") no-repeat 0 0;
  background-size: cover;
}
.imgArea .hover-info > .btnArea > button.trash.on::before, .imgArea .hover-info > .btnArea > button.trash:hover::before {
  background: url("../images/suwon/icon_trash_on.svg") no-repeat 0 0;
  background-size: cover;
}
.imgArea .hover-info > .btnArea > button.moving::before {
  width: 32px;
  height: 32px;
  background: url("../images/suwon/icon_mover.svg") no-repeat 0 0;
  background-size: cover;
}
.imgArea .hover-info > .btnArea > button.moving.on::before, .imgArea .hover-info > .btnArea > button.moving:hover::before {
  background: url("../images/suwon/icon_mover_on.svg") no-repeat 0 0;
  background-size: cover;
}
.imgArea:hover {
  position: relative;
  z-index: 9;
}
.imgArea:hover .hover-info .addBtn {
  display: block;
}
.imgArea:hover .hover-info .info-text {
  display: flex;
}
.imgArea:hover .hover-info .info-text .detailInfo p.title {
  display: block;
}
.imgArea:hover .btnArea {
  display: flex;
}
.imgArea:hover > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-bottom-right-radius: 20px;
}
.imgArea:hover > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 4%;
  border-bottom-right-radius: 4%;
  background: linear-gradient(180deg, rgba(19, 51, 81, 0) 27.31%, #09243e 100%);
}
.imgArea:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 4%;
  border-bottom-right-radius: 4%;
  background: linear-gradient(180deg, rgba(19, 51, 81, 0) 27.31%, #09243e 100%);
}

.nothingArea {
  width: 100%;
  height: 100%;
  padding: 80px 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: transparent;
  box-sizing: border-box;
}
.nothingArea span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #858585;
}
.nothingArea span::before {
  content: "";
  display: inline-flex;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  background: url("../images/suwon/icon-nothing.svg") no-repeat 0 0;
  background-size: cover;
}
.nothingArea.hoilday span::before {
  content: "";
  display: inline-flex;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  background: url("../images/suwon/icon_holiday.svg") no-repeat 0 0;
  background-size: cover;
}
.nothingArea.nodata span::before {
  content: "";
  display: inline-flex;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  background: url("../images/suwon/icon_nodata.svg") no-repeat 0 0;
  background-size: cover;
}

.jsDiv.suwon {
  border-radius: 0;
}
.jsDiv.suwon .jsDivInner header {
  position: relative;
  padding: 14px 0;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  background: #083b82;
}
.jsDiv.suwon .jsDivInner header .jsDivClose {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 44px;
  height: 44px;
  padding: 8px;
  border: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  background: url("../images/suwon/icon_close.svg") no-repeat center;
  background-size: 28px;
}
.jsDiv.suwon .jsDivInner header .jsDivClose.save {
  background: #083b82;
  color: #fff;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea {
  padding: 30px;
  background: #fff;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea.popup_info .jsDivContent {
  height: 100px;
  min-height: 100px;
  max-height: 300px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea.popup_info .jsDivContent.center {
  padding: 0;
  text-align: center;
  align-content: center;
  word-break: keep-all;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .lib-title {
  color: #333;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .flex-area.close {
  gap: 0 6px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivContent {
  position: relative;
  overflow: auto;
  min-height: 300px;
  padding: 0 0 30px 0;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivContent .comTitle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  height: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivContent .comTitle::before {
  content: "";
  display: inline-flex;
  width: 4px;
  height: 18px;
  background: #3c4669;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivContent.noscroll {
  overflow: hidden;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivContent.service {
  overflow: visible;
  height: 400px;
  padding: 0;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivClose {
  position: static;
  width: 100%;
  padding: 17px 0;
  margin-top: 24px;
  border-radius: 10px;
  border: 1px solid #083b82;
  text-align: center;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivClose button {
  width: 100%;
  height: 100%;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivClose button span {
  display: block;
  color: #083b82;
  font-size: 15px;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivClose.save {
  background: #083b82;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivClose.save button span {
  color: #fff;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .noticeArea {
  padding: 14px 20px 24px;
  background: #f8f8f8;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .noticeArea .bold {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  word-break: keep-all;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .noticeArea ul {
  margin-top: 6px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .noticeArea ul li {
  font-size: 14px;
  font-weight: 300;
  margin-top: 6px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .noticeArea .notice {
  display: block;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #333;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea {
  margin-top: 30px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo {
  display: flex;
  gap: 0 14px;
  margin-top: 15px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .img-area {
  width: 72px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .img-area img {
  object-fit: cover;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .textInfo {
  width: calc(100% - 87px);
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .textInfo .subTitle {
  display: flex;
  align-items: center;
  gap: 0 5px;
  position: relative;
  color: #3942af;
  font-size: 15px;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .textInfo .subTitle::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 3px;
  height: 10px;
  transform: rotate(35.121deg);
  background: #3942af;
  line-height: 1.4em;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .textInfo .bookTitle {
  padding-bottom: 14px;
  margin-top: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo ul {
  display: flex;
  margin-top: 14px;
  gap: 0 12px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo ul li {
  position: relative;
  display: flex;
  gap: 0 4px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo ul li span {
  font-size: 15px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo ul li span.title {
  color: #333;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo ul li span.text {
  color: #555;
  font-weight: 300;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo ul li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  width: 1px;
  height: 70%;
  background: #ddd;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryCheck {
  margin-top: 40px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryCheck .radio-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 30px;
  margin-top: 14px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryCheck .radio-area .radio {
  width: 30%;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryCheck .radio-area .radio input[type=radio] {
  width: 15px;
  height: 15px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryCheck .radio-area .radio label {
  font-size: 15px;
  color: #555;
  font-weight: 300;
  letter-spacing: -0.15px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryCheck .radio-area .radio label span {
  font-size: 14px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryCheck .radio-area .radio.disabled {
  opacity: 0.5;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea {
  margin-top: 40px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .saveTitle {
  margin-right: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook {
  display: flex;
  align-items: center;
  gap: 0 14px;
  padding: 8px 14px;
  background: #f0f3f9;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook .bold {
  color: #083b82;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.15px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook dl {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook dl dt {
  color: #222;
  font-weight: 500;
  letter-spacing: -0.15px;
  font-size: 15px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook dl dd {
  display: flex;
  gap: 0 2px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook dl dd span {
  font-size: 15px;
  color: #777;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook dl dd span.bold {
  color: #333;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .telArea {
  margin-top: 40px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .telArea .number {
  margin-top: 14px;
  font-size: 16px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist {
  overflow: auto;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist ul {
  border-top: 1px solid #ddd;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #ddd;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist ul li .categoryName {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist ul li button span {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.15px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist ul li:hover {
  box-shadow: inset 0px 0px 0px 2px #333;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist ul li:hover button span {
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist.move ul li.active {
  background: #f8f8f8;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .savelist.move ul li button {
  padding: 2px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 75px;
  padding: 18px 14px;
  gap: 0 10px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li a {
  display: flex;
  flex-direction: column;
  width: calc(100% - 74px);
  gap: 4px 0;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li a span {
  font-size: 14px;
  word-break: keep-all;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li a span.title {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.18px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li:last-child {
  border-bottom: 1px solid #ccc;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li::before {
  content: "";
  display: inline-flex;
  width: 30px;
  height: 30px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li::after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon-left-arrow_gray.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li.lib::before {
  background: url("../images/suwon/icon_lib.svg") no-repeat;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li.trade::before {
  background: url("../images/suwon/icon_trade.svg") no-repeat;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li.elib::before {
  background: url("../images/suwon/icon_elib.svg") no-repeat;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li.bookstart::before {
  background: url("../images/suwon/icon_bookstart.svg") no-repeat;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li.faq::before {
  background: url("../images/suwon/icon_faq.svg") no-repeat;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li:hover {
  cursor: pointer;
  box-shadow: inset 0 0 0 2px #000;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList {
  overflow: auto;
  height: 300px;
  margin-top: 10px;
  margin-bottom: -30px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList p {
  color: #555;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.15px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 40px;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 1rem;
  width: 42%;
  padding: 14px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li .title {
  font-size: 18px;
  font-weight: 300;
  color: #222;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li p {
  display: flex;
  align-items: baseline;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li p span {
  font-size: 18px;
  font-weight: 300;
  color: #777;
}
.jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li p span.big {
  color: #222;
  font-size: 22px;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner.small {
  width: 540px;
}
.jsDiv.suwon .jsDivInner.normal {
  width: 768px;
}
.jsDiv.suwon .jsDivInner.mobile {
  width: 100%;
  height: 100%;
  background: #fff;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  padding: 56px 10px 0 10px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .close {
  top: 12px;
  right: 12px;
  display: flex;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 40px auto 0;
  text-align: center;
  background: #ddd url("../images/suwon/icon_popupclose.svg") no-repeat center;
  border-radius: 50%;
  background-size: 28px;
  z-index: 99;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent {
  height: 98vh;
  padding: 0;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .title {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #3c4669;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content {
  display: none;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .barcode-area {
  padding: 10px 0;
  border-radius: 20px;
  border: 1px solid #ddd;
  text-align: center;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .barcode-area .barcode {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #222;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .barcode-area img {
  width: 100%;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .bar-code {
  margin-top: 50px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .bar-code .name {
  display: block;
  color: #222;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.048px;
  text-align: center;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .bar-code .laonInfo {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .bar-code .laonInfo li {
  display: flex;
  gap: 0 0.5%;
  flex: 0 0 calc(30% - 3px);
  justify-content: center;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .bar-code .laonInfo li span {
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .checkText {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  text-align: center;
  margin-top: 10px;
  padding: 6px 0;
  background: #f8f8f8;
  text-align: center;
  color: #222;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .checkText span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .checkText span.stoptext {
  color: #C01B1F;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .btn-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 40px;
  border-radius: 5px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .btn-wrap button span {
  font-size: 14px;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .btn-wrap button.logout {
  border: 1px solid #083b82;
  color: #083b82;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .btn-wrap button.change {
  background: #3c4669;
  color: #fff;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .btn-wrap button.change::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background: url("../images/suwon/icon_change.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw > button {
  padding: 11px 15px;
  border-radius: 5px;
  background: #f0f3f9;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw > button span {
  color: #3c4669;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.14px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw > button.off {
  display: none;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw .pwInputArea {
  display: none;
  gap: 0 6px;
  width: 100%;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw .pwInputArea input {
  flex: 1;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw .pwInputArea > button {
  flex: 1;
  max-width: 120px;
  padding: 11px 15px;
  border-radius: 5px;
  background: #f0f3f9;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw .pwInputArea > button span {
  color: #3c4669;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.14px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .changePw .pwInputArea.on {
  display: flex;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content.on {
  display: block;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .select-content {
  display: none;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .select-content ul {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  height: 400px;
  width: 100%;
  margin-top: 25px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .select-content ul li {
  border-radius: 4px;
  border: 1px solid #ddd;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .select-content ul li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  font-size: 24px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .select-content ul li button span {
  font-size: 18px;
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .select-content ul li.on, .jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .select-content ul li:hover {
  box-shadow: inset 0 0 0 2px #083b82;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .select-content.on {
  display: block;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0 2%;
  margin-top: 20%;
  background: #fff;
  box-sizing: border-box;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp::before {
  content: "";
  display: inline-flex;
  width: 144px;
  height: 144px;
  background: url("../images/suwon/icon_inApp.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .title {
  margin-top: 32px;
  font-size: 32px;
  font-weight: 700;
  color: #010101;
  letter-spacing: -0.64px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .noticeText {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  line-height: 150%;
  color: #3d3d3d;
  letter-spacing: -0.36px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .img-area {
  width: 100px;
  height: 100px;
  padding: 50px;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .img-area img {
  width: 100%;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .btn-wrap button {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 16px 24px;
  background: #083b82;
  line-height: 1;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .btn-wrap button span {
  color: #fff;
}
.jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .btn-wrap button::after {
  content: "";
  display: inline-flex;
  width: 19px;
  height: 17px;
  margin-left: 0.6rem;
  background: url("../images/suwon/icon_whiteArrow.svg") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 320px) {
  .jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp {
    margin-top: 10%;
  }
  .jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .img-area {
    padding: 20px 50px;
  }
  .jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent.inApp .title {
    margin-top: 25px;
    font-size: 28px;
  }
}
.jsDiv.suwon .jsDivInner .selectlib {
  overflow: auto;
  margin-top: 24px;
}
.jsDiv.suwon .jsDivInner .selectlib .title {
  font-size: 16px;
  font-weight: 300;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 285px;
  gap: 6px;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li {
  overflow: hidden;
  flex: 0 0 calc(50% - 4px);
  box-sizing: border-box;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li.w100 {
  flex: none;
  width: 100%;
  margin-bottom: 2px;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li button,
.jsDiv.suwon .jsDivInner .selectlib .select-list li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  box-sizing: border-box;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li button span,
.jsDiv.suwon .jsDivInner .selectlib .select-list li a span {
  color: #333;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li button::after,
.jsDiv.suwon .jsDivInner .selectlib .select-list li a::after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon_bookmark.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li button:hover,
.jsDiv.suwon .jsDivInner .selectlib .select-list li a:hover {
  border-color: #007ce2;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li button:hover span,
.jsDiv.suwon .jsDivInner .selectlib .select-list li a:hover span {
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li button:hover::after,
.jsDiv.suwon .jsDivInner .selectlib .select-list li a:hover::after {
  background: url("../images/suwon/icon_bookmark_active.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li button.on span,
.jsDiv.suwon .jsDivInner .selectlib .select-list li a.on span {
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list li button.on::after,
.jsDiv.suwon .jsDivInner .selectlib .select-list li a.on::after {
  background: url("../images/suwon/icon_bookmark_active.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list.arrow li a {
  border: 1px solid transparent;
  background: #f8f8f8;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list.arrow li a::after {
  content: "";
  display: inline-flex;
  width: 12px;
  height: 12px;
  background: url("../images/suwon/icon-right-arrow.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list.arrow li:hover a, .jsDiv.suwon .jsDivInner .selectlib .select-list.arrow li.on a {
  border-color: #000;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list.arrow li:hover a span, .jsDiv.suwon .jsDivInner .selectlib .select-list.arrow li.on a span {
  font-weight: 500;
}
.jsDiv.suwon .jsDivInner .selectlib .select-list.arrow li:hover a::after, .jsDiv.suwon .jsDivInner .selectlib .select-list.arrow li.on a::after {
  background: url("../images/suwon/icon-right-arrow_on.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon #detailBookInfo {
  line-height: 1.6rem;
}
.jsDiv.suwon .myDeskArea .categoryInput {
  overflow: hidden;
  position: relative;
  height: 60px;
  border-radius: 10px;
  border: 2px solid #083b82;
}
.jsDiv.suwon .myDeskArea .categoryInput input {
  width: 100%;
  height: 100%;
  padding: 17px 60px 17px 20px;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  font-size: 18px;
}
.jsDiv.suwon .myDeskArea .categoryInput input::placeholder {
  font-size: 18px;
  color: #555;
  font-weight: 300;
}
.jsDiv.suwon .myDeskArea .categoryInput button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url("../images/suwon/icon_category_blue.svg") no-repeat 0 0;
  background-size: cover;
  transform: translateY(-50%);
}
.jsDiv.suwon .myDeskArea p {
  margin: 14px 0;
  color: #555;
  font-weight: 300;
}
.jsDiv.suwon .myDeskArea p.center {
  text-align: center;
}
.jsDiv.suwon .myDeskArea .dragList {
  overflow: auto;
  height: 300px;
}
.jsDiv.suwon .myDeskArea .dragList ul {
  border-top: 1px solid #ddd;
}
.jsDiv.suwon .myDeskArea .dragList ul li {
  display: flex;
  align-items: center;
  padding: 0 10px;
  min-height: 49px;
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.jsDiv.suwon .myDeskArea .dragList ul li .drag::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon_drag.svg") no-repeat 0 0;
  background-size: cover;
}
.jsDiv.suwon .myDeskArea .dragList ul li .changeText {
  flex: 1;
}
.jsDiv.suwon .myDeskArea .dragList ul li .changeText span {
  display: none;
  padding: 10px 0;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  margin-left: 18px;
}
.jsDiv.suwon .myDeskArea .dragList ul li .changeText span.on {
  display: block;
}
.jsDiv.suwon .myDeskArea .dragList ul li .changeText input {
  display: none;
  width: 90%;
  padding: 8px 14px;
  margin-left: 4px;
  font-size: 18px;
  color: #222;
  font-weight: 500;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.jsDiv.suwon .myDeskArea .dragList ul li .changeText input::placeholder {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.jsDiv.suwon .myDeskArea .dragList ul li .changeText input.on {
  display: block;
}
.jsDiv.suwon .myDeskArea .dragList ul li .modifyArea {
  display: flex;
}
.jsDiv.suwon .myDeskArea .dragList ul li .modifyArea button {
  padding: 14px 8px;
  color: #222;
}
.jsDiv.suwon .myDeskArea .dragList ul li .modifyArea button.delete span {
  color: #ff0004;
}
.jsDiv.suwon .myDeskArea .dragList ul li .modifyArea button.modify span {
  color: #222;
}
.jsDiv.suwon .myDeskArea .dragList ul li:hover {
  box-shadow: inset 0 0 0 1px #222;
}
.jsDiv.suwon .myDeskArea .dragList ul li:hover .modifyArea button.modify {
  font-weight: 500;
}
.jsDiv.suwon .myDeskArea .dragList ul li:hover .modifyArea button.modify span {
  font-weight: 500;
}
.jsDiv.suwon .myDeskArea .dragList ul li:hover .modifyArea button.editing {
  font-weight: 500;
}
.jsDiv.suwon.del .jsDivContentArea {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

.suwon-main {
  background: #fff;
}
.suwon-main .imgArea img {
  max-width: unset;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.suwon-main select,
.suwon-main input,
.suwon-main button {
  border: 0;
  font-family: "elice", sans-serif;
  font-size: 16px;
  border: 0;
}
.suwon-main select:active, .suwon-main select:focus,
.suwon-main input:active,
.suwon-main input:focus,
.suwon-main button:active,
.suwon-main button:focus {
  outline: 0;
}
.suwon-main select {
  width: 100%;
  height: 100%;
  background: #fff url("../images/suwon/icon_down_blue.svg") no-repeat 95% center;
  background-size: 10px;
}
.suwon-main input {
  padding-left: 10px;
  box-sizing: border-box;
}
.suwon-main select::-ms-expand {
  display: none;
  /*for IE10,11*/
}
.suwon-main .section .inner {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  padding: 0 20px;
}
.suwon-main .section.search {
  position: relative;
  width: 100%;
  height: 372px;
  padding-top: 37px;
  background: url("../images/suwon/visual_main_bg_01.jpg") no-repeat 0 0;
  background-size: cover;
  box-sizing: border-box;
}
.suwon-main .section.search .searchbarWrap {
  display: flex;
  flex: 1;
  width: 767px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
}
.suwon-main .section.search .searchbarWrap .selectBtn {
  margin-right: 10px;
  border-radius: 10px;
}
.suwon-main .section.search .searchbarWrap .selectBtn button {
  position: relative;
  display: flex;
  gap: 0 8px;
  padding: 17px 20px;
  background: #3c4669;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(45, 62, 89, 0.4);
}
.suwon-main .section.search .searchbarWrap .selectBtn button span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}
.suwon-main .section.search .searchbarWrap .selectBtn button::before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon_grid.svg") no-repeat 0 0;
  background-size: cover;
}
.suwon-main .section.search .searchbarWrap .selectWrap {
  width: 200px;
  background: #fff;
  box-sizing: border-box;
}
.suwon-main .section.search .searchbarWrap .selectWrap select {
  padding: 19px 10px 19px 20px;
  color: #3c4669;
  font-weight: 700;
  box-sizing: border-box;
}
.suwon-main .section.search .searchbarWrap .inputWrap {
  flex: 1;
  position: relative;
  border-radius: 10px;
}
.suwon-main .section.search .searchbarWrap .inputWrap input {
  width: 100%;
  height: 100%;
  padding-right: 60px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(40px);
  transition: all 0.4s ease-out;
  color: #333;
}
.suwon-main .section.search .searchbarWrap .inputWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #ccc;
}
.suwon-main .section.search .searchbarWrap .inputWrap .btnWrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
.suwon-main .section.search .searchbarWrap .inputWrap .btnWrap span {
  display: none;
}
.suwon-main .section.search .searchbarWrap .inputWrap .btnWrap button {
  width: 100%;
  height: 100%;
  color: #fff;
}
.suwon-main .section.search .searchbarWrap .inputWrap .btnWrap button::before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url(../images/suwon/icon_main_search.svg) no-repeat 0 0;
  background-size: contain;
}
.suwon-main .section.search .searchbarWrap .inputWrap .btnWrap button span {
  font-size: 16px;
  font-weight: 500;
}
.suwon-main .section.search .bestTextWrap {
  display: flex;
  justify-content: flex-start;
  width: 600px;
  margin: 10px auto 0;
  padding-left: 180px;
}
.suwon-main .section.search .bestTextWrap .title {
  display: flex;
  align-items: center;
  color: #111;
  font-size: 14px;
  font-weight: 500;
}
.suwon-main .section.search .bestTextWrap .title::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  margin-right: 4px;
  background: url("../images/suwon/icon_start.svg") no-repeat 0 0;
  background-size: cover;
}
.suwon-main .section.search .bestTextWrap ul {
  display: flex;
  gap: 0 4px;
  margin-left: 18px;
}
.suwon-main .section.search .bestTextWrap ul li {
  padding: 4px 12px;
  border-radius: 30px;
  background: #fff;
}
.suwon-main .section.search .bestTextWrap ul li a {
  color: #555;
  font-size: 14px;
  font-weight: 300;
}
.suwon-main .section.search .quickbarWrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.9%;
  padding: 24px 30px;
  margin-top: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  /* 251024 spring */
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(40px);
  transition: all 0.4s ease-out;
}
.suwon-main .section.search .quickbarWrap .boxWrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 13.5%;
  border-radius: 20px;
  text-align: center;
}
.suwon-main .section.search .quickbarWrap .boxWrap a {
  position: relative;
  display: flex;
  height: 80px;
  align-items: center;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.5); /* spring 251024 */
  border-radius: 20px;
}
.suwon-main .section.search .quickbarWrap .boxWrap a img {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.suwon-main .section.search .quickbarWrap .boxWrap a img.cyber {
  width: 80px !important;
}
.suwon-main .section.search .quickbarWrap .boxWrap a img + span {
  display: none;
}
.suwon-main .section.search .quickbarWrap .boxWrap span {
  display: block;
  margin-top: 16px;
  color: #252c41;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
  word-break: keep-all; /* spring 251024 */
}
.suwon-main .section.search .quickbarWrap .addBtnWrap {
  display: none;
  gap: 0.9%;
}
.suwon-main .section.search .quickbarWrap .addBtnWrap.on {
  display: flex;
  width: 100%;
}
.suwon-main .section.search .quickbarWrap .addBtn {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.suwon-main .section.search .quickbarWrap .addBtn button {
  background: none;
  padding: 0;
}
.suwon-main .section.search .quickbarWrap .addBtn button::before {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: url("../images/suwon/icon_quickbar_addbtn.svg") no-repeat 0 0;
  background-size: cover;
}
.suwon-main .section.search .quickbarWrap.open {
  height: auto;
  background: rgba(255, 255, 255, 0.99);
  z-index: 99;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.suwon-main .section.search .quickbarWrap.open .boxWrap a {
  border: 1px solid #ddd;
}
.suwon-main .section.search .quickbarWrap.open .boxWrap:nth-of-type(8) {
  display: flex;
}
.suwon-main .section.search .quickbarWrap.open .boxWrap:nth-of-type(9) {
  display: flex;
}
.suwon-main .section.search .quickbarWrap.open .boxWrap:nth-of-type(10) {
  display: flex;
}
.suwon-main .section.search .quickbarWrap.open .boxWrap:nth-of-type(11) {
  display: flex;
}
.suwon-main .section.search .quickbarWrap.open .boxWrap:nth-of-type(12) {
  display: flex;
}
.suwon-main .section.search .quickbarWrap.open .boxWrap:nth-of-type(13) {
  display: flex;
}
.suwon-main .section.search .quickbarWrap.open .boxWrap:nth-of-type(14) {
  display: flex;
}
.suwon-main .section.search .quickbarWrap.open .addBtn {
  top: 26%;
}
.suwon-main .section.search .quickbarArea {
  position: relative;
}
.suwon-main .section.search .quickbarArea .swiper-button-prev,
.suwon-main .section.search .quickbarArea .swiper-rtl .swiper-button-next,
.suwon-main .section.search .quickbarArea .swiper-button-next,
.suwon-main .section.search .quickbarArea .swiper-rtl .swiper-button-prev {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.suwon-main .section.search .quickbarArea .swiper-button-prev,
.suwon-main .section.search .quickbarArea .swiper-rtl .swiper-button-next {
  left: -20px;
  width: 40px;
  height: 40px;
  background: url("../images/suwon/icon_quick_Larrow.svg") no-repeat;
}
.suwon-main .section.search .quickbarArea .swiper-button-prev.swiper-button-disabled,
.suwon-main .section.search .quickbarArea .swiper-button-next.swiper-button-disabled {
  display: none;
}
.suwon-main .section.search .quickbarArea .swiper-button-next,
.suwon-main .section.search .quickbarArea .swiper-rtl .swiper-button-prev {
  right: -20px;
  width: 40px;
  height: 40px;
  background: url("../images/suwon/icon_quick_Rarrow.svg") no-repeat;
}
.suwon-main .section.bestBook {
  position: relative;
}
.suwon-main .section.bestBook .inner {
  padding-top: 60px;
}
.suwon-main .section.bestBook .inner .bestbookSlide {
  overflow: hidden;
}
.suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper {
  height: 350px !important;
  padding: 20px 0;
}
.suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper .swiper-slide {
  width: 263px !important;
  height: 350px;
}
.suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper .swiper-slide .imgArea {
  overflow: hidden;
  position: relative;
  border-bottom-right-radius: 4%;
  border-top-right-radius: 4%;
  box-shadow: 0 3px 5px rgba(19, 51, 81, 0.15);
}
.suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper .swiper-slide .imgArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.suwon-main .section.bestHoilday {
  overflow: hidden;
  margin-top: 60px;
  padding-bottom: 65px;
}
.suwon-main .section.bestHoilday .inner {
  display: flex;
  flex-direction: row;
}
.suwon-main .section.bestHoilday .inner .newBook {
  position: relative;
  width: 870px;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide {
  display: flex;
  margin-top: 15px;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea {
  overflow: hidden;
  width: 365px !important;
  height: 530px;
  margin: 0;
  padding-bottom: 10px;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .imgArea {
  overflow: hidden;
  border-top-right-radius: 4%;
  border-bottom-right-radius: 4%;
  box-shadow: 0 3px 5px rgba(19, 51, 81, 0.15);
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .imgArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .imgArea .hover-info .info-text {
  bottom: 20px;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .imgArea .hover-info .info-text .detailInfo {
  width: 100%;
  max-width: unset;
  padding: 0 20px;
  margin-left: 0;
  line-height: 140%;
  box-sizing: border-box;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .imgArea .hover-info .info-text p.number {
  display: none;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea {
  width: calc(100% - 405px);
  margin-left: 40px;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide {
  display: flex;
  width: 100% !important;
  height: 163px !important;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .imgArea {
  width: 110px;
  height: 95%;
  border-top-right-radius: 4%;
  border-bottom-right-radius: 4%;
  box-shadow: 0 3px 5px rgba(19, 51, 81, 0.15);
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .imgArea img {
  position: static;
  max-width: 110px;
  width: 100%;
  height: 100%;
  transform: unset;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .imgArea:hover::after {
  display: none;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info {
  width: calc(100% - 127px);
  margin-left: 17px;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dt {
  display: block;
  padding: 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
  line-height: 140%;
  word-break: keep-all;
  white-space: normal;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dd {
  display: flex;
  gap: 0 0.5%;
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid #ddd;
  line-height: 140%;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dd span {
  position: relative;
  display: inline-block;
  max-width: 50%;
  font-size: 15px;
  font-weight: 300;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dd span:first-child {
  padding: 0;
  padding-right: 5px;
  margin-right: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dd span:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 10px;
  background: #ddd;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info ul {
  margin-top: 10px;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info ul li span {
  display: none;
  padding: 6px 10px;
  margin-right: 4px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #f1f1f1;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.14px;
}
.suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info ul li span:nth-of-type(1), .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info ul li span:nth-of-type(2), .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info ul li span:nth-of-type(3) {
  display: inline-block;
}
.suwon-main .section.bestHoilday .hoildayArea {
  width: calc(100% - 870px);
  margin-left: 30px;
}
.suwon-main .section.bestHoilday .hoildayArea .calendarControll {
  display: flex;
  align-items: center;
}
.suwon-main .section.bestHoilday .hoildayArea .calendarControll button {
  width: 40px;
  height: 40px;
}
.suwon-main .section.bestHoilday .hoildayArea .calendarControll button::before {
  content: "";
  display: inline-flex;
  width: 13.5px;
  height: 13.5px;
}
.suwon-main .section.bestHoilday .hoildayArea .calendarControll button.left::before {
  background: url("../images/suwon/icon-left-arrow.svg") no-repeat 0 0;
  background-size: cover;
}
.suwon-main .section.bestHoilday .hoildayArea .calendarControll button.left:hover::before {
  background: url("../images/suwon/icon-left-arrow_on.svg") no-repeat 0 0;
  background-size: cover;
}
.suwon-main .section.bestHoilday .hoildayArea .calendarControll button.right::before {
  background: url("../images/suwon/icon-right-arrow.svg") no-repeat 0 0;
  background-size: cover;
}
.suwon-main .section.bestHoilday .hoildayArea .calendarControll button.right:hover::before {
  background: url("../images/suwon/icon-right-arrow_on.svg") no-repeat 0 0;
  background-size: cover;
}
.suwon-main .section.bestHoilday .hoildayArea .calendarControll .month {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.suwon-main .section.bestHoilday .hoildayArea .dateArea {
  min-height: 514px;
  margin-top: 14px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
  background: url("../images/suwon/visual_hoilday.png") no-repeat center 90%;
  background-size: 90%;
  box-sizing: border-box;
}
.suwon-main .section.bestHoilday .hoildayArea .dateArea .select-area {
  overflow: hidden;
  border-radius: 20px;
}
.suwon-main .section.bestHoilday .hoildayArea .dateArea .select-area select {
  padding: 14px;
  box-sizing: border-box;
  background: #f8f8f8 url("../images/suwon/icon_select_arrow.svg") no-repeat 95% center;
  background-size: 11px;
}
.suwon-main .section.bestHoilday .hoildayArea .dateArea .hoildayList {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  height: 220px;
  padding: 20px 0;
  box-sizing: border-box;
}
.suwon-main .section.bestHoilday .hoildayArea .dateArea .hoildayList li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f0f3f9;
  font-size: 18px;
  font-weight: 500;
}
.suwon-main .section.bestHoilday .hoildayArea .dateArea .notice {
  margin-top: 14px;
}
.suwon-main .section.bestHoilday .hoildayArea .nothingArea {
  padding: 10px 0;
  margin-top: 20px;
}
.suwon-main .section.recom {
  overflow: hidden;
  position: relative;
  padding: 40px 0 60px;
  background: #f0f3f9;
}
.suwon-main .section.recom .controller {
  margin-right: 190px;
}
.suwon-main .section.recom .select-area {
  position: absolute;
  right: 20px;
  width: 180px;
  height: 40px;
  margin-left: 14px;
}
.suwon-main .section.recom .select-area select {
  width: 100%;
  height: 100%;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  padding-left: 14px;
  box-sizing: border-box;
  background: #fff url("../images/suwon/icon_select_arrow.svg") no-repeat 90% center;
  background-size: 11px;
}
.suwon-main .section.recom .recomBookSlide {
  overflow: hidden;
  position: relative;
  margin-top: 14px;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook {
  overflow: hidden;
  position: relative;
  margin: 0;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: flex-start;
  padding-bottom: 10px;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea {
  position: relative;
  width: 450px !important;
  height: 630px;
  box-shadow: 0 6px 10px rgba(19, 51, 81, 0.15);
  border-bottom-right-radius: 4%;
  border-top-right-radius: 4%;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo {
  position: relative;
  width: calc(100% - 480px);
  margin-left: 30px;
  padding: 20px 30px 30px 30px;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo > .title {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  line-height: 140%;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 24px;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 4px;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li span {
  font-size: 18px;
  color: #555;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li .title {
  color: #333;
  font-weight: 500;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li .text {
  font-weight: 300;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 2px;
  height: 10px;
  background: #ddd;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li:last-child::after {
  display: none;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .hastag {
  display: flex;
  align-items: center;
  gap: 0 4px;
  margin-top: 10px;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .hastag li {
  padding: 6px 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #f1f1f1;
  box-sizing: border-box;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .hastag li span {
  color: #555;
  font-weight: 300;
  font-size: 14px;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .bookExplian {
  position: relative;
  min-height: 85px;
  padding: 16px;
  margin-top: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .bookExplian p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
  white-space: normal;
  line-height: 1.6;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .bookExplian p.center {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  text-align: center;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .bookExplian p.center:before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background: url("../images/suwon/icon_book_info.svg") no-repeat 0 0;
  background-size: cover;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .bookExplian::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 97%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  transform: translate(-50%);
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .moreTextview {
  position: absolute;
  left: 50%;
  bottom: 14px;
  padding: 9px 12px;
  border-radius: 99px;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 3px 5px 15px 0 rgba(19, 51, 81, 0.15);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .moreTextview button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .moreTextview button span {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  letter-spacing: -0.14px;
}
.suwon-main .section.recom .recomBookSlide .recomSmallBook {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  width: calc(100% - 480px);
  height: 294px;
  padding-bottom: 10px;
}
.suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide {
  width: 219px !important;
}
.suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide .imgArea {
  width: 100%;
  height: 294px;
}
.suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide .imgArea a {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 6px 10px rgba(19, 51, 81, 0.15);
  border-bottom-right-radius: 4%;
  border-top-right-radius: 4%;
}
.suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide .imgArea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide .imgArea:hover::after {
  display: none;
}
.suwon-main .section.notice {
  display: none;
  padding: 24px 0 60px;
}
.suwon-main .section.notice .noticeSlide {
  overflow: hidden;
  margin-top: 14px;
  border-radius: 10px;
  border: 1px solid #ededed;
}
.suwon-main .section.notice .noticeSlide a img {
  width: 100%;
}

.curationArea .resultArea > ul li .imgArea {
  height: auto;
  background: none;
}
.curationArea .resultArea > ul li .imgArea::before {
  display: none;
}
.curationArea .resultArea > ul li .imgArea > a {
  height: 285px;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  border-bottom-right-radius: 4%;
  border-top-right-radius: 4%;
  box-shadow: 0 3px 5px rgba(19, 51, 81, 0.15);
}
.curationArea .resultArea > ul li .imgArea > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4%;
  max-width: 10px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-size: cover;
  z-index: 9;
}
.curationArea .resultArea > ul li .imgArea > a img {
  position: static;
  transform: unset;
  height: 285px;
  width: 100%;
}
.curationArea .resultArea > ul li .imgArea .hover-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 285px;
}
.curationArea .resultArea > ul li .imgArea::after {
  height: 285px;
}
.curationArea .sub_tapmenu {
  margin-bottom: 14px;
}
.curationArea .sub_tapmenu .mobileTabmenu {
  display: none;
  position: relative;
  margin: 0 10px;
  padding: 12px 25px;
  border-radius: 5px;
  background: #3c4669;
  cursor: pointer;
}
.curationArea .sub_tapmenu .mobileTabmenu .selectMobile {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.curationArea .sub_tapmenu .mobileTabmenu::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  width: 6px;
  height: 12px;
  transform: translateY(-50%) rotate(270deg);
  background: url("../images/suwon/icon_down_arrow.png") no-repeat 0 0;
  background-size: cover;
}
.curationArea .sub_tapmenu .mobileTabmenu.on::after {
  top: 40%;
  transform: rotate(90deg);
}
.curationArea .sub_tapmenu.top {
  position: relative;
  margin-bottom: 15px;
}
.curationArea .sub_tapmenu.top ul li a {
  font-size: 18px;
  font-weight: 500;
}
.curationArea .sub_tapmenu.top ul li:hover, .curationArea .sub_tapmenu.top ul li.on {
  background: #3c4669;
}
.curationArea .sub_tapmenu.top ul li:hover a, .curationArea .sub_tapmenu.top ul li.on a {
  color: #fff;
}
.curationArea .subConBox {
  padding: 30px;
}
.curationArea .subConBox .sub_tapmenu {
  margin-bottom: 15px;
}
.curationArea .subConBox .sub_tapmenu ul li {
  height: 45px;
}
.curationArea .subConBox .sub_tapmenu ul li a {
  height: 100%;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
}
.curationArea .subConBox .sub_tapmenu ul li:hover, .curationArea .subConBox .sub_tapmenu ul li.on {
  background: #083b82;
}
.curationArea .subConBox .sub_tapmenu ul li:hover a, .curationArea .subConBox .sub_tapmenu ul li.on a {
  color: #fff;
}
.curationArea .subConBox .curation_wrap .mobileSelect {
  display: none;
}
.curationArea .subConBox .curation_wrap .top_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.curationArea .subConBox .curation_wrap .top_area .info_txt {
  margin-bottom: 0;
  font-size: 18px;
  color: #555;
  font-weight: 500;
  background-size: contain;
}
.curationArea .subConBox .curation_wrap .top_area .info_txt span {
  font-size: 18px;
  color: #c01b1f;
  font-weight: 700;
}
.curationArea .subConBox .curation_wrap .top_area .selectArea {
  display: flex;
  width: 35%;
  justify-content: flex-end;
  gap: 0 10px;
}
.curationArea .subConBox .curation_wrap .top_area .selectArea select {
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 8px;
  border-radius: 5px;
  background: #f8f8f8 url("../images/suwon/icon_select_arrow.svg") no-repeat 90% center;
  font-weight: 400;
}
.curationArea .subConBox .curation_wrap .top_area .selectArea select.select_cuLibrary {
  width: 300px;
}
.curationArea .subConBox .curation_wrap .top_area .selectArea select.select_year {
  width: 125px;
}
.curationArea .subConBox .curation_wrap .findArea {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 660px;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea {
  width: 58%;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li {
  width: 16.666%;
  padding: 10px 0;
  box-sizing: border-box;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li button {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li button span {
  display: inline-block;
  margin-top: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.16px;
  line-height: 140%;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li button::before {
  content: "";
  display: inline-flex;
  width: 80px;
  height: 80px;
  border: 1px solid #f2f2f2;
  border-radius: 30px;
  background: #f8f8f8 url("../images/suwon/category_01.svg") no-repeat center;
  background-size: 40px;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1) button::before {
  background: #f8f8f8 url("../images/suwon/category_01.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover button::before {
  background: #fff url("../images/suwon/category_01.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2) button::before {
  background: #f8f8f8 url("../images/suwon/category_02.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover button::before {
  background: #fff url("../images/suwon/category_02.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3) button::before {
  background: #f8f8f8 url("../images/suwon/category_03.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover button::before {
  background: #fff url("../images/suwon/category_03.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4) button::before {
  background: #f8f8f8 url("../images/suwon/category_04.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover button::before {
  background: #fff url("../images/suwon/category_04.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5) button::before {
  background: #f8f8f8 url("../images/suwon/category_05.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover button::before {
  background: #fff url("../images/suwon/category_05.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6) button::before {
  background: #f8f8f8 url("../images/suwon/category_06.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover button::before {
  background: #fff url("../images/suwon/category_06.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7) button::before {
  background: #f8f8f8 url("../images/suwon/category_07.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover button::before {
  background: #fff url("../images/suwon/category_07.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8) button::before {
  background: #f8f8f8 url("../images/suwon/category_08.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover button::before {
  background: #fff url("../images/suwon/category_08.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9) button::before {
  background: #f8f8f8 url("../images/suwon/category_09.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover button::before {
  background: #fff url("../images/suwon/category_09.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10) button::before {
  background: #f8f8f8 url("../images/suwon/category_10.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover button::before {
  background: #fff url("../images/suwon/category_10.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11) button::before {
  background: #f8f8f8 url("../images/suwon/category_11.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover button::before {
  background: #fff url("../images/suwon/category_11.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12) button::before {
  background: #f8f8f8 url("../images/suwon/category_12.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover button::before {
  background: #fff url("../images/suwon/category_12.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13) button::before {
  background: #f8f8f8 url("../images/suwon/category_13.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover button::before {
  background: #fff url("../images/suwon/category_13.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14) button::before {
  background: #f8f8f8 url("../images/suwon/category_14.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover button::before {
  background: #fff url("../images/suwon/category_14.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15) button::before {
  background: #f8f8f8 url("../images/suwon/category_15.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover button::before {
  background: #fff url("../images/suwon/category_15.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16) button::before {
  background: #f8f8f8 url("../images/suwon/category_16.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover button::before {
  background: #fff url("../images/suwon/category_16.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17) button::before {
  background: #f8f8f8 url("../images/suwon/category_17.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover button::before {
  background: #fff url("../images/suwon/category_17.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18) button::before {
  background: #f8f8f8 url("../images/suwon/category_18.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover button::before {
  background: #fff url("../images/suwon/category_18.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19) button::before {
  background: #f8f8f8 url("../images/suwon/category_19.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover button::before {
  background: #fff url("../images/suwon/category_19.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20) button::before {
  background: #f8f8f8 url("../images/suwon/category_20.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover button::before {
  background: #fff url("../images/suwon/category_20.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21) button::before {
  background: #f8f8f8 url("../images/suwon/category_21.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover button::before {
  background: #fff url("../images/suwon/category_21.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22) button::before {
  background: #f8f8f8 url("../images/suwon/category_22.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover button::before {
  background: #fff url("../images/suwon/category_22.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23) button::before {
  background: #f8f8f8 url("../images/suwon/category_23.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover button::before {
  background: #fff url("../images/suwon/category_23.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24) button::before {
  background: #f8f8f8 url("../images/suwon/category_24.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover button::before {
  background: #fff url("../images/suwon/category_24.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25) button::before {
  background: #f8f8f8 url("../images/suwon/category_25.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover button::before {
  background: #fff url("../images/suwon/category_25.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26) button::before {
  background: #f8f8f8 url("../images/suwon/category_26.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover button::before {
  background: #fff url("../images/suwon/category_26.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27) button::before {
  background: #f8f8f8 url("../images/suwon/category_27.svg") no-repeat center;
  background-size: 40px;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover {
  border-radius: 10px;
  background: #f0f3f9;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover button span {
  font-weight: 600;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover button::before {
  background: #fff url("../images/suwon/category_27.svg") no-repeat center;
  will-change: transform;
  backface-visibility: hidden;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover {
  background: none;
}
.curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover button::before {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  transform: scale(1.1);
  transition: 0.3s;
}
.curationArea .subConBox .curation_wrap .findArea .listArea {
  position: relative;
  width: 42%;
  height: 100%;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .listText {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #252c41;
  background: #fff;
  z-index: 9;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .listText span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .listText span br {
  display: none;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .listText::after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon_left_arrow.svg") no-repeat center;
  background-size: cover;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu {
  overflow: auto;
  display: none;
  width: 53%;
  height: 100%;
  max-height: 615px;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li {
  padding: 10px 10px 10px 14px;
  margin-right: 10px;
  margin-bottom: 4px;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .categoryTitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  color: #555;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .categoryTitle a {
  flex: 1;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .categoryTitle button {
  display: flex;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .categoryTitle button::after {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon-left-arrow_gray.svg") no-repeat center;
  background-size: cover;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .lastDepthMenu {
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  width: 46%;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .lastDepthMenu li a {
  display: block;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .lastDepthMenu li:hover {
  background: none;
  border-radius: 0;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .lastDepthMenu li:hover a {
  position: relative;
  display: inline-block;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .lastDepthMenu li:hover a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #808080;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .lastDepthMenu.on {
  display: block;
  background: #fff;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:first-child {
  margin-top: 4px;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:hover, .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.on {
  background: #f0f3f9;
  border-radius: 10px;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:hover .categoryTitle a, .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.on .categoryTitle a {
  color: #083b82;
  font-weight: 500;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:hover button, .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.on button {
  color: #083b82;
  font-weight: 500;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:hover button::after, .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.on button::after {
  background: url("../images/suwon/icon-left-arrow_blue.svg") no-repeat center;
  background-size: cover;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:hover button a, .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.on button a {
  color: #083b82;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.nodepth .categoryTitle a {
  display: block;
  flex: 1;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.nodepth .categoryTitle button {
  display: none;
}
.curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu.on {
  display: block;
}
.curationArea .subConBox .curation_wrap .findArea .listArea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 54%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background: #ddd;
  z-index: 0;
}
.curationArea .subConBox .curation_wrap.cuNewBook_wrap .selectArea {
  width: 14%;
}
.curationArea .category_list .btn-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.curationArea .category_list .btn-area button {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.curationArea .category_list .btn-area button .title {
  font-size: 18px;
  font-weight: 300;
  color: #252C41;
}
.curationArea .category_list .btn-area button .count {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  color: #3c4669;
  font-weight: 500;
}
.curationArea .category_list .btn-area button.on, .curationArea .category_list .btn-area button:hover {
  box-shadow: 0 0 10px 2px rgba(60, 70, 105, 0.1607843137);
  outline: 3px solid #3c4669;
}
.curationArea .category_list .btn-area button.on .title, .curationArea .category_list .btn-area button:hover .title {
  font-weight: 700;
}
.curationArea .category_list .btn-area button.on .count, .curationArea .category_list .btn-area button:hover .count {
  font-weight: 700;
}
.curationArea .category_list .btn-area button:nth-of-type(1)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_1.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(2)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_2.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(3)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_3.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(4)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_4.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(5)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_5.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(6)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_6.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(7)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_7.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(8)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_8.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(9)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_9.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .btn-area button:nth-of-type(10)::before {
  content: "";
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  background: url("../images/suwon/category_ten_10.svg") no-repeat 0 0;
  background-size: cover;
}
.curationArea .category_list .resultList {
  margin-top: 24px;
}
.curationArea .category_list .resultList .showArea {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 0.4%;
}
.curationArea .category_list .resultList .showArea.on {
  display: flex;
}
.curationArea .category_list .resultList .boxList {
  overflow: hidden;
  border-radius: 10px;
  width: 19.45%;
  border: 1px solid #ddd;
}
.curationArea .category_list .resultList .boxList p.title {
  display: flex;
  align-items: center;
  gap: 0 6px;
  padding: 14px 20px;
  background: #fef8eb;
  border-bottom: 1px dashed #ddd;
}
.curationArea .category_list .resultList .boxList p.title a {
  display: flex;
  align-items: center;
  gap: 0 5px;
  width: 100%;
}
.curationArea .category_list .resultList .boxList p.title span {
  font-family: "nanum";
  color: #000;
  font-size: 16px;
  font-weight: 800;
}
.curationArea .category_list .resultList .boxList p.title span.title {
  display: inline-block;
  width: calc(100% - 30px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.curationArea .category_list .resultList .boxList ul {
  padding: 14px 20px;
}
.curationArea .category_list .resultList .boxList ul li {
  padding: 6px 0;
}
.curationArea .category_list .resultList .boxList ul li a {
  display: flex;
  align-items: flex-start;
  gap: 0 5px;
}
.curationArea .category_list .resultList .boxList ul li a span {
  font-family: "nanum";
}
.curationArea .category_list .resultList .boxList ul li a span.number {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #3c4669;
}
.curationArea .category_list .resultList .boxList ul li a span.name {
  color: #222;
  font-size: 15px;
  font-weight: 500;
  word-break: keep-all;
}
.curationArea .category_list .resultList .boxList ul li a:hover span.name {
  text-decoration: underline;
}

.searchDetail .borrow {
  display: inline-block;
  position: relative;
  color: #777;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}
.searchDetail .borrow.possible {
  color: #5350ff;
}
.searchDetail .borrow.possible::before {
  position: absolute;
  top: 2px;
  left: 0px;
  content: "";
  border: 2px solid #5350ff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.searchDetail .borrow.impossible::before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: "×";
  font-size: 26px;
  font-weight: 300;
}
.searchDetail .subContent .subConBox {
  padding: 24px;
  border: 1px solid #ddd;
}
.searchDetail .subContent .subConBox .detailArea {
  display: flex;
  justify-content: space-between;
}
.searchDetail .subContent .subConBox .detailArea .imgArea {
  width: 130px;
}
.searchDetail .subContent .subConBox .detailArea .imgArea::before {
  height: 180px;
}
.searchDetail .subContent .subConBox .detailArea .imgArea img {
  max-width: 130px;
  object-fit: cover;
}
.searchDetail .subContent .subConBox .detailArea .imgArea .btnArea {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
  gap: 4px 0;
  justify-content: center;
}
.searchDetail .subContent .subConBox .detailArea .imgArea .btnArea button {
  width: 100%;
  padding: 6px 0;
  border-radius: 3px;
}
.searchDetail .subContent .subConBox .detailArea .imgArea .btnArea button span {
  font-size: 14px;
}
.searchDetail .subContent .subConBox .detailArea .imgArea .btnArea button.line {
  border: 1px solid #083b82;
  color: #083b82;
}
.searchDetail .subContent .subConBox .detailArea .imgArea .btnArea button.bg {
  background: #083b82;
  color: #fff;
}
.searchDetail .subContent .subConBox .detailArea .imgArea:hover::after {
  display: none;
}
.searchDetail .subContent .subConBox .detailArea .imgArea table a img {
  border-bottom-right-radius: 4%;
  border-top-right-radius: 4%;
}
.searchDetail .subContent .subConBox .detailArea .textArea {
  position: relative;
  width: calc(100% - 130px);
  margin-left: 24px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .top {
  position: relative;
}
.searchDetail .subContent .subConBox .detailArea .textArea .top .subtitle {
  color: #407bff;
  font-size: 15px;
  font-weight: 500;
}
.searchDetail .subContent .subConBox .detailArea .textArea .top .subtitle::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 3px;
  height: 10px;
  margin-right: 5px;
  transform: rotate(35.121deg);
  background: #407bff;
}
.searchDetail .subContent .subConBox .detailArea .textArea .top .bookname {
  display: block;
  margin-top: 8px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.searchDetail .subContent .subConBox .detailArea .textArea .top .detailInfo {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .top .detailInfo .heart button {
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon_heart.svg") no-repeat 0 0;
  background-size: cover;
}
.searchDetail .subContent .subConBox .detailArea .textArea .top .detailInfo .heart button:hover, .searchDetail .subContent .subConBox .detailArea .textArea .top .detailInfo .heart button.on {
  background: url("../images/suwon/icon_choice_on.svg") no-repeat 0 0;
  background-size: cover;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle {
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap {
  width: 65%;
  padding-top: 18px;
  border-top: 1px solid #ddd;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 4px;
  line-height: 1;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li .title {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li .text {
  color: #555;
  font-weight: 300;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  width: 2px;
  height: 13px;
  transform: translateY(-50%);
  background: #ddd;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li:last-child::after {
  display: none;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul + ul {
  margin-top: 11px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea {
  display: flex;
  flex-direction: column;
  margin-top: 22px;
  gap: 8px 0;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox .title {
  display: inline-block;
  padding: 4px;
  border-radius: 5px;
  background: #f0f3f9;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox ul {
  display: flex;
  align-items: center;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox ul li {
  position: relative;
  display: flex;
  align-items: center;
  line-height: unset;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox ul li::after {
  content: "";
  display: inline-flex;
  align-items: center;
  width: 14px;
  height: 14px;
  background: url("../images/suwon/icon-left-arrow_gray.svg") no-repeat 0 0;
  background-size: cover;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox ul li:last-child::after {
  display: none;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text {
  position: absolute;
  top: 0;
  right: 30px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .btnArea {
  display: flex;
  margin-top: 18px;
  gap: 0 4px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .btnArea button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 11px 0;
  background: #555;
  border-radius: 3px;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .btnArea button span {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian {
  position: relative;
  width: 35%;
  max-height: 220px;
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian p {
  position: relative;
  font-size: 15px;
  color: #555;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
  white-space: normal;
  line-height: 1.4em;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian .allBtn {
  position: absolute;
  left: 50%;
  bottom: -15px;
  padding: 9px 12px;
  border-radius: 99px;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 3px 5px 15px 0 rgba(19, 51, 81, 0.15);
  transform: translateX(-50%);
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian .allBtn button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian.nothing:after {
  display: none;
}
.searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian.nothing:after {
  display: none;
}
.searchDetail .subContent .subConBox.tablist {
  margin-top: 10px;
  padding: 0;
  border: 0;
  border-radius: 10px;
}
.searchDetail .subContent .subConBox.tablist .tabBtn {
  display: flex;
  gap: 0 54px;
  padding: 20px 20px 0 20px;
  border-bottom: 1px solid #ddd;
}
.searchDetail .subContent .subConBox.tablist .tabBtn button {
  position: relative;
  padding-bottom: 14px;
}
.searchDetail .subContent .subConBox.tablist .tabBtn button .tabText {
  position: relative;
  font-size: 20px;
  color: #222;
  font-weight: 500;
}
.searchDetail .subContent .subConBox.tablist .tabBtn button.on::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #083b82;
}
.searchDetail .subContent .subConBox.tablist .tabBtn button.on .tabText::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 5px;
  height: 5px;
  background: #083b82;
  border-radius: 50%;
}
.searchDetail .subContent .subConBox.tablist .resultView .show {
  display: none;
  padding: 24px 20px;
}
.searchDetail .subContent .subConBox.tablist .resultView .show.on {
  display: block;
}
.searchDetail .subContent .subConBox.tablist .resultView .show.having {
  padding: 18px 20px;
}
.searchDetail .subContent .subConBox.tablist .resultView .show .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  color: #333;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingSelectLib {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top {
  display: flex;
  justify-content: space-between;
  padding: 12px 14px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top p {
  display: flex;
  align-items: center;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top p span {
  font-weight: 700;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top p .title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top p .counting {
  display: inline-block;
  margin-left: 8px;
  color: #c01b1f;
  font-size: 14px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top .lib_open,
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top .lib_close {
  font-size: 14px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top .lib_open:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: middle;
  background: url("../images/suwon/icon_arrow_gray.svg") center center no-repeat;
  transform: rotate(90deg);
  transition: 0.5s;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top .lib_close:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  vertical-align: middle;
  background: url("../images/suwon/icon_arrow_gray.svg") center center no-repeat;
  transform: rotate(270deg);
  transition: 0.5s;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top .showBtn {
  display: flex;
  align-items: center;
  color: #555;
  letter-spacing: -0.14px;
  font-size: 14px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top .showBtn::after {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background: url("../images/suwon/icon-left-arrow_gray.svg") no-repeat 0 0;
  background-size: cover;
  transform: rotate(270deg);
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .top .showBtn.on::after {
  transform: rotate(90deg);
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 14px 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f8f8f8;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList.hidden {
  display: none;
  padding: 0;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList .check {
  width: 148px;
  padding: 3px 0;
  box-sizing: border-box;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList input[type=checkbox] {
  -webkit-appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none !important;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  background: #fbfbfb;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList input[type=checkbox]::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList input[type=checkbox]:hover {
  border-color: rgba(170, 170, 170, 0.5);
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList input[type=checkbox]:checked {
  background-color: #3241b9;
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList input[type=checkbox]:checked::before {
  border-radius: 2px;
  transform: scale(1) translate(-50%, -50%);
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList input[type=checkbox] + label {
  display: inline-block;
  width: calc(100% - 32px);
  padding: 6px 0 4px 8px;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList:first-child label {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList.hide {
  display: none;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingWrap .mobileAddBtn {
  display: none;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList {
  overflow: auto;
  width: auto;
  max-height: 432px;
  min-height: 80px;
  margin-top: 10px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox:hover, .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox:focus {
  border: 1px solid #333;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  width: 100%;
  align-content: center;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state {
  position: static;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 0;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state span {
  font-size: 14px;
  font-weight: 500;
  padding-left: 18px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state span.state_date {
  color: #222;
  font-weight: 700;
  padding-left: 6px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state span.state_date > span {
  padding-left: 0;
  font-weight: 300;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.on {
  position: relative;
  color: #5350ff;
  top: 0;
  left: 0;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.on:before {
  position: absolute;
  top: 0;
  left: 1px;
  content: "";
  border: 2px solid #5350ff;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  line-height: 1.4em;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.off {
  position: relative;
  top: 0;
  left: 0;
  color: #777;
  font-weight: 300;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.off:before {
  position: absolute;
  top: 1px;
  left: 0px;
  content: "×";
  font-size: 26px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state .date {
  font-size: 13px;
  margin: 0 4px;
  padding-left: 4px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state strong {
  font-size: 13px;
  font-weight: 700;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo p {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 300;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  transform: translateY(-50%);
  background: #ddd;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo p.state:after {
  display: none;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo p.libTitle {
  padding: 0;
  padding-right: 10px;
  color: #333;
  font-weight: 500;
  margin-bottom: 7px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo p:last-child {
  padding: 0;
  padding-left: 10px;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo p:last-child:after {
  display: none;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .buttonArea {
  display: flex;
  gap: 0 3px;
  justify-content: flex-end;
  width: calc(100% - 200px);
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .buttonArea button {
  width: 100%;
  border-radius: 5px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  background: #f2f2f2;
  color: #333;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .buttonArea button:hover {
  transform: scale(0.95);
  outline: 1px solid #333;
}
.searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox + .libInfoBox {
  margin-top: 8px;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList {
  overflow: hidden;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide {
  width: 200px !important;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .imgArea {
  width: 200px;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .imgArea img {
  width: 100%;
  max-width: 200px;
  height: 280px;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .imgArea:hover {
  cursor: pointer;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .bookInfo {
  margin-top: 14px;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .bookInfo .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .bookInfo .writer,
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .bookInfo span {
  font-size: 15px;
  color: #555;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .bookInfo ul li {
  display: flex;
  gap: 0 12px;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .bookInfo ul li span {
  display: inline-block;
  position: relative;
}
.searchDetail .subContent .subConBox.tablist .resultView .togetherList .swiper-slide .bookInfo ul li span:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  width: 2px;
  height: 10px;
  background: #555;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea .hide_contents {
  margin-top: 20px;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea .hide_contents:first-child {
  margin-top: 10px;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea .graph {
  width: 100%;
  height: 100%;
  margin-top: 14px;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea .graph #chartYear {
  width: 100%;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea .graph #chartYear > div > div {
  margin: 0 auto;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea .graph #chart_data {
  width: 100% !important;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea .graph.mgb_30 {
  margin-bottom: 30px;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea > .graphArea {
  margin-top: 30px;
}
.searchDetail .subContent .subConBox.tablist .resultView .graphArea .nothingArea {
  margin-top: 10px;
}
.searchDetail .noticelist .title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}
.searchDetail .noticelist .title::before {
  content: "";
  display: inline-flex;
  width: 6px;
  height: 30px;
  margin-right: 10px;
  background: #3c4669;
}
.searchDetail .noticelist ul {
  margin-top: 24px;
}
.searchDetail .noticelist ul li {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.15px;
  line-height: 140%;
  word-break: keep-all;
}
.searchDetail .noticelist ul li.blue {
  margin-top: 6px;
  color: #083b82;
}
.searchDetail .iframeArea {
  margin-top: 44px;
}

.myPage .mobileSelect {
  display: none;
}
.myPage .mobileSelect ul li a br.mobile {
  display: none;
}
.myPage .stautsArea {
  display: flex;
  height: 120px;
  border-radius: 20px;
  background: #f0f3f9;
}
.myPage .stautsArea #loanStautsBox.on {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.myPage .stautsArea .stautsBox {
  flex: 1;
  position: relative;
  border-right: 1px solid #ddd;
  padding: 24px;
  box-sizing: border-box;
}
.myPage .stautsArea .stautsBox:last-child.on {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.myPage .stautsArea .stautsBox.on {
  border-right: 0;
  border-left: 0;
}
.myPage .stautsArea .stautsBox a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.myPage .stautsArea .stautsBox .title {
  display: flex;
  align-items: center;
  gap: 0 5px;
  margin-bottom: 14px;
}
.myPage .stautsArea .stautsBox .title span {
  font-size: 20px;
  font-weight: 700;
  color: #252c41;
  /* 대출정지 */
  /* 대출불가 */
  /* 연체 */
}
.myPage .stautsArea .stautsBox .title span.stauts {
  display: inline-block;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  background: rgba(60, 70, 105, 0.1);
  border: 1px solid #3c4669;
  color: #3c4669;
}
.myPage .stautsArea .stautsBox .title span.stop {
  background: rgba(51, 51, 51, 0.9);
  color: #ddd;
  border-color: #ddd;
}
.myPage .stautsArea .stautsBox .title span.impossible {
  background: rgba(192, 27, 31, 0.1);
  color: #ff5156;
  border-color: #ff5156;
}
.myPage .stautsArea .stautsBox .title span.overdue {
  background: rgba(158, 109, 18, 0.1);
  color: #be7c00;
  border-color: #be7c00;
}
.myPage .stautsArea .stautsBox .btn {
  position: absolute;
  right: 24px;
  top: 18px;
  margin-top: 15px;
  padding: 0;
  border: 0;
  margin: 0;
  border-radius: 5px;
  background: #007ce2;
}
.myPage .stautsArea .stautsBox .btn button {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px 8px;
}
.myPage .stautsArea .stautsBox .btn button span {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.myPage .stautsArea .stautsBox .btn button span::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 14px;
  background: url("../images/suwon/icon_arrow_white.svg") no-repeat 0 0;
  background-size: cover;
}
.myPage .stautsArea .stautsBox .countingArea {
  width: 100%;
  display: flex;
  align-items: baseline;
}
.myPage .stautsArea .stautsBox .countingArea::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/suwon/ic_chevron-right.svg) no-repeat center center/auto rgba(140, 140, 140, 0.2);
  position: absolute;
  right: 24px;
  border-radius: 50%;
}
.myPage .stautsArea .stautsBox .countingArea .big {
  color: #222;
  font-size: 36px;
  font-weight: 500;
  transition: all 0.3s;
}
.myPage .stautsArea .stautsBox .countingArea .count {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  transition: all 0.3s;
}
.myPage .stautsArea .stautsBox .delayArea {
  position: absolute;
  top: -15px;
  right: 24px;
  padding: 6px 10px;
  border-radius: 99px;
  background: #9e6d12;
  box-sizing: border-box;
}
.myPage .stautsArea .stautsBox .delayArea span {
  font-size: 13px;
  color: #fff;
}
.myPage .stautsArea .stautsBox:last-child {
  border-right: 0;
}
.myPage .stautsArea .stautsBox:last-child.on {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.myPage .stautsArea .stautsBox.on {
  background: #3c4669;
}
.myPage .stautsArea .stautsBox.on .title span {
  color: #fff;
  /* 대출정지 */
  /* 대출불가 */
  /* 연체 */
}
.myPage .stautsArea .stautsBox.on .title span.stauts {
  background: rgba(0, 0, 0, 0.2);
  color: #ddd;
  border-color: #ddd;
}
.myPage .stautsArea .stautsBox.on .title span.stop {
  background: rgba(51, 51, 51, 0.4);
  border-color: #333;
}
.myPage .stautsArea .stautsBox.on .title span.impossible {
  background: rgba(51, 51, 51, 0.4);
  color: #ff5156;
  border-color: #ff5156;
}
.myPage .stautsArea .stautsBox.on .title span.overdue {
  background: rgba(51, 51, 51, 0.4);
  color: #be7c00;
  border-color: #be7c00;
}
.myPage .stautsArea .stautsBox.on .countingArea .big {
  color: #fff;
}
.myPage .stautsArea .stautsBox.on .countingArea .count {
  color: rgba(255, 255, 255, 0.5);
}
.myPage .resultArea {
  margin-top: 20px;
}
.myPage .resultArea .tabBtnArea {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.myPage .resultArea .tabBtnArea button {
  flex: 1;
  padding: 14px 0;
  background: #f8f8f8;
}
.myPage .resultArea .tabBtnArea button span {
  font-size: 16px;
  font-weight: 500;
  color: #777;
}
.myPage .resultArea .tabBtnArea button.on, .myPage .resultArea .tabBtnArea button:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 2px solid #3c4669;
  background: #fff;
}
.myPage .resultArea .tabBtnArea button.on span, .myPage .resultArea .tabBtnArea button:hover span {
  color: #3c4669;
}
.myPage .resultArea .tabResultArea .show {
  display: none;
}
.myPage .resultArea .tabResultArea .show.on {
  display: block;
}
.myPage .noticeArea {
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  background: #f8f8f8;
}
.myPage .noticeArea ul li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.myPage .noticeArea ul li p {
  font-size: 15px;
  color: #333;
  font-weight: 300;
}
.myPage .noticeArea ul li p span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #083b82;
  font-weight: 300;
}
.myPage .noticeArea ul li p.title {
  font-weight: 500;
  padding: 6px 7px 5px;
  border-radius: 5px;
  background: rgba(51, 129, 218, 0.1);
  color: #3c4669;
  box-sizing: border-box;
}
.myPage .noticeArea ul li + li {
  margin-top: 14px;
}
.myPage .dateFilter {
  overflow: hidden;
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 20px;
}
.myPage .dateFilter button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 12px 0;
  border-left: 1px solid #ddd;
}
.myPage .dateFilter button span {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.myPage .dateFilter button.on, .myPage .dateFilter button:hover {
  background: #f1f1f1;
}
.myPage .dateFilter button.on span, .myPage .dateFilter button:hover span {
  color: #437dea;
}
.myPage .dateFilter button:first-child {
  border-left: 0;
}
.myPage .mypageList {
  margin-top: 20px;
}
.myPage .mypageList .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.myPage .mypageList .top p {
  color: #111;
  font-weight: 300;
  letter-spacing: -0.15px;
}
.myPage .mypageList .top p .blue {
  color: #437dea;
}
.myPage .mypageList .top .filterArea {
  display: flex;
  justify-content: flex-end;
  gap: 0 6px;
}
.myPage .mypageList .top .filterArea .select {
  border-radius: 5px;
  width: 130px;
  height: 42px;
}
.myPage .mypageList .top .filterArea .select select {
  width: 100%;
  height: 100%;
  max-width: 130px;
  border: 0;
  border-radius: 5px;
  padding-left: 8px;
  background: #f8f8f8 url("../images/suwon/icon_select_arrow.svg") no-repeat 90% center;
}
.myPage .mypageList .top .filterArea .btn {
  min-width: 120px;
  margin: 0;
  padding: 11px 14px;
  line-height: unset;
  border: 0;
  border-radius: 5px;
  background: #007ce2;
  box-sizing: border-box;
}
.myPage .mypageList .top .filterArea .btn button span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.myPage .mypageList .top .filterArea .btn.excel {
  min-width: inherit;
  background: #14874e;
  color: #fff;
}
.myPage .mypageList .top .filterArea .btn.excel span {
  font-size: 14px;
}
.myPage .mypageList .find-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 5px;
  margin-top: 10px;
}
.myPage .mypageList .find-area .title {
  display: block;
  width: 40px;
  color: #111;
  font-weight: 300;
  letter-spacing: -0.15px;
}
.myPage .mypageList .find-area .flex {
  display: flex;
  gap: 0 5px;
}
.myPage .mypageList .find-area .flex .btn {
  background: #007ce2;
  padding: 9px 14px;
  line-height: unset;
  border: 0;
  border-radius: 5px;
}
.myPage .mypageList .find-area .flex .btn span {
  color: #fff;
}
.myPage .boxAreaList {
  margin-top: 14px;
}
.myPage .boxAreaList .boxArea {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 30px;
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-sizing: border-box;
}
.myPage .boxAreaList .boxArea:first-child {
  margin-top: 0;
}
.myPage .boxAreaList .boxArea .check {
  box-sizing: border-box;
  margin-right: 10px;
}
.myPage .boxAreaList .boxArea input[type=checkbox] {
  -webkit-appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  outline: none !important;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  background: #fbfbfb;
}
.myPage .boxAreaList .boxArea input[type=checkbox]::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}
.myPage .boxAreaList .boxArea input[type=checkbox]:hover {
  border-color: rgba(170, 170, 170, 0.5);
}
.myPage .boxAreaList .boxArea input[type=checkbox]:checked {
  background-color: #3241b9;
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.myPage .boxAreaList .boxArea input[type=checkbox]:checked + label {
  font-weight: 700;
}
.myPage .boxAreaList .boxArea input[type=checkbox]:checked::before {
  border-radius: 2px;
  transform: scale(1) translate(-50%, -50%);
}
.myPage .boxAreaList .boxArea input[type=checkbox] + label {
  display: inline-block;
  width: calc(100% - 32px);
  padding: 6px 0 4px 8px;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}
.myPage .boxAreaList .boxArea .imgArea {
  display: none;
}
.myPage .boxAreaList .boxArea .boxInfoArea {
  display: flex;
  flex-direction: column;
  width: 85%;
}
.myPage .boxAreaList .boxArea .boxInfoArea .smallText {
  color: #407bff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 9px;
}
.myPage .boxAreaList .boxArea .boxInfoArea .smallText::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 3px;
  height: 10px;
  margin-right: 5px;
  transform: rotate(35.121deg);
  background: #407bff;
}
.myPage .boxAreaList .boxArea .boxInfoArea p button {
  display: block;
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 140%;
  white-space: normal;
  text-align: left;
}
.myPage .boxAreaList .boxArea .boxInfoArea ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 8px;
}
.myPage .boxAreaList .boxArea .boxInfoArea ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
}
.myPage .boxAreaList .boxArea .boxInfoArea ul li .title {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.myPage .boxAreaList .boxArea .boxInfoArea ul li .text {
  color: #555;
  font-weight: 300;
  font-size: 14px;
}
.myPage .boxAreaList .boxArea .boxInfoArea ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  display: block;
  width: 1px;
  height: 10px;
  background: #ccc;
}
.myPage .boxAreaList .boxArea .boxInfoArea ul li:last-child::after {
  display: none;
}
.myPage .boxAreaList .boxArea .boxInfoArea ul + ul {
  margin-top: 14px;
}
.myPage .boxAreaList .boxArea .boxBtnArea {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
.myPage .boxAreaList .boxArea .boxBtnArea button {
  min-width: 120px;
  padding: 11px 14px;
  border-radius: 5px;
  font-size: 15px;
}
.myPage .boxAreaList .boxArea .boxBtnArea button span {
  font-size: 14px;
  letter-spacing: -0.14px;
}
.myPage .boxAreaList .boxArea .boxBtnArea button.full {
  background: #083b82;
  color: #fff;
}
.myPage .boxAreaList .boxArea .boxBtnArea button.full span {
  color: #fff;
}
.myPage .boxAreaList .boxArea .boxBtnArea button.line {
  border: 1px solid #083b82;
}
.myPage .boxAreaList .boxArea .boxBtnArea button.line span {
  color: #083b82;
}
.myPage .boxAreaList .boxArea .boxBtnArea button.black {
  border: 1px solid #555;
}
.myPage .boxAreaList .boxArea .boxBtnArea button.black span {
  color: #555;
}
.myPage .boxAreaList .boxArea .boxBtnArea button.red {
  color: #C01B1F;
  margin-left: 4px;
  text-decoration: underline;
}
.myPage .boxAreaList .boxArea .boxBtnArea button.red:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(../images/suwon/ic_x_red.svg) no-repeat 0 0;
}

.mydesk .resultArea > ul li .imgArea {
  width: 200px;
  height: auto;
  background: none;
}
.mydesk .resultArea > ul li .imgArea::before {
  display: none;
}
.mydesk .resultArea > ul li .imgArea > a {
  height: 280px;
  background: #f7f7f7;
}
.mydesk .resultArea > ul li .imgArea > a img {
  position: static;
  transform: unset;
  width: 100%;
  height: 100%;
}
.mydesk .resultArea > ul li .imgArea .hover-info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 285px;
}
.mydesk .resultArea > ul li .imgArea:hover::after {
  display: none;
}
.mydesk .resultArea > ul li .imgArea a {
  overflow: hidden;
  position: relative;
  border-bottom-right-radius: 4%;
  border-top-right-radius: 4%;
  box-shadow: 0 3px 5px rgba(19, 51, 81, 0.15);
}
.mydesk .resultArea > ul li .imgArea a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4%;
  max-width: 10px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-size: cover;
  z-index: 9;
}
.mydesk .sub_tapmenu {
  margin-bottom: 14px;
}
.mydesk .subContent .subConBox .sub_tapmenu {
  display: block;
}
.mydesk .deskInfoArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 40px 60px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #f0f3f9;
  box-sizing: border-box;
}
.mydesk .deskInfoArea .textInfo {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  flex: 1;
}
.mydesk .deskInfoArea .textInfo .smallText {
  display: block;
  font-size: 15px;
  color: #333;
}
.mydesk .deskInfoArea .textInfo .title {
  color: #333;
  font-size: 32px;
  font-weight: 700;
}
.mydesk .deskInfoArea .textInfo .title.line {
  display: flex;
  width: 100%;
}
.mydesk .deskInfoArea .textInfo .title.line::before {
  content: "";
  display: inline-flex;
  align-items: center;
  width: 6px;
  height: 30px;
  margin-right: 10px;
  background: #3c4669;
}
.mydesk .deskInfoArea .textInfo .notice {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.14px;
}
.mydesk .deskInfoArea .deskbtn {
  border-radius: 10px;
  background: #083b82;
  padding: 11px 14px;
}
.mydesk .deskInfoArea .deskbtn button,
.mydesk .deskInfoArea .deskbtn a {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.mydesk .deskInfoArea .deskbtn button span,
.mydesk .deskInfoArea .deskbtn a span {
  color: #fff;
}
.mydesk .deskInfoArea .deskbtn button::before,
.mydesk .deskInfoArea .deskbtn a::before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  background: url("../images/suwon/icon_desk_btn.svg") no-repeat 0 0;
  background-size: cover;
}
.mydesk .deskInfoArea .deskbtn a::before {
  display: none;
}
.mydesk .resultArea {
  margin-top: 34px;
}
.mydesk .resultArea .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.mydesk .resultArea .top .titleInfo {
  display: flex;
  align-items: flex-end;
}
.mydesk .resultArea .top .titleInfo .title {
  color: #222;
  font-size: 32px;
  font-weight: 700;
}
.mydesk .resultArea .top .titleInfo .count {
  display: flex;
  gap: 0 4px;
  margin-left: 10px;
  font-size: 24px;
  color: #083b82;
  font-weight: 700;
}
.mydesk .resultArea .top .titleInfo .count::before {
  content: "";
  position: relative;
  top: -3px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url("../images/suwon/icon_openbook.svg") no-repeat 0 0;
  background-size: cover;
}
.mydesk .resultArea .top .titleInfo .allbtn {
  display: flex;
  align-items: center;
  margin-left: 14px;
  padding: 8px 14px;
  border-radius: 5px;
  border: 1px solid #555;
  color: #555;
}
.mydesk .resultArea .top .titleInfo .allbtn::after {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  background: url("../images/suwon/icon-left-arrow_gray.svg") no-repeat 0 0;
  background-size: cover;
}
.mydesk .resultArea .top .downBtn {
  padding: 8px 14px;
  border-radius: 5px;
  background: #14874e;
}
.mydesk .resultArea .top .downBtn button span {
  letter-spacing: -0.14px;
  font-weight: 500;
  color: #fff;
}
.mydesk .resultArea .top .mobileSelect {
  display: none;
}
.mydesk .resultArea .top .mobileSelect button {
  position: relative;
  display: flex;
  font-size: 14px;
  padding: 11px 14px 11px 10px;
}
.mydesk .resultArea .top .mobileSelect button::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-flex;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.mydesk .resultArea .top .mobileSelect button.del {
  color: #222;
}
.mydesk .resultArea .top .mobileSelect button.del::before {
  background: url("../images/suwon/icon_trash_v2.svg") no-repeat 0 0;
  background-size: cover;
}
.mydesk .resultArea .top .mobileSelect button.del::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 14px;
  background: #ddd;
}
.mydesk .resultArea .top .mobileSelect button.move {
  color: #555;
}
.mydesk .resultArea .top .mobileSelect button.move::before {
  background: url("../images/suwon/icon_move.svg") no-repeat 0 0;
  background-size: cover;
}
.mydesk .resultArea > ul {
  gap: 0 80px;
  margin-top: 14px;
  border-bottom: 1px solid #ddd;
}
.mydesk .resultArea > ul > li {
  width: 200px;
  padding-bottom: 40px;
}
.mydesk .resultArea > ul > li .check {
  display: none;
}
.mydesk .resultArea > ul > li .check input[type=checkbox]::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: scale(0) translate(-50%, -50%);
  line-height: 1;
}
.mydesk .resultArea > ul > li .check input[type=checkbox]:hover {
  border-color: rgba(170, 170, 170, 0.5);
}
.mydesk .resultArea > ul > li .check input[type=checkbox]:checked {
  background-color: #3241b9;
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.mydesk .resultArea > ul > li .check input[type=checkbox]:checked + label {
  font-weight: 700;
}
.mydesk .resultArea > ul > li .check input[type=checkbox]:checked::before {
  border-radius: 2px;
  transform: scale(1) translate(-50%, -50%);
}
.mydesk .resultArea > ul > li .check input[type=checkbox] + label {
  display: inline-block;
  width: calc(100% - 32px);
  padding: 6px 0 4px 8px;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
}
.mydesk .resultArea > ul > li a .bookInfo .smallText {
  display: block;
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 9px;
}
.mydesk .resultArea > ul > li a .bookInfo .smallText::before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  width: 3px;
  height: 10px;
  margin-right: 5px;
  transform: rotate(35.121deg);
}
.mydesk .resultArea > ul > li a .bookInfo .title {
  font-weight: 500;
}
.mydesk .resultArea > ul > li:nth-of-type(1) a .bookInfo .smallText {
  color: #007caf;
}
.mydesk .resultArea > ul > li:nth-of-type(1) a .bookInfo .smallText::before {
  background: #007caf;
}
.mydesk .resultArea > ul > li:nth-of-type(2) a .bookInfo .smallText {
  color: #05764d;
}
.mydesk .resultArea > ul > li:nth-of-type(2) a .bookInfo .smallText::before {
  background: #05764d;
}
.mydesk .resultArea > ul > li:nth-of-type(3) a .bookInfo .smallText {
  color: #7639af;
}
.mydesk .resultArea > ul > li:nth-of-type(3) a .bookInfo .smallText::before {
  background: #7639af;
}
.mydesk .resultArea > ul > li:nth-of-type(4) a .bookInfo .smallText {
  color: #ba6f4d;
}
.mydesk .resultArea > ul > li:nth-of-type(4) a .bookInfo .smallText::before {
  background: #ba6f4d;
}
.mydesk .resultArea > ul > li:nth-of-type(5) a .bookInfo .smallText {
  color: #e64194;
}
.mydesk .resultArea > ul > li:nth-of-type(5) a .bookInfo .smallText::before {
  background: #e64194;
}
.mydesk .resultArea > ul > li .bookInfoBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  margin-top: 20px;
}
.mydesk .resultArea > ul > li .bookInfoBtn button {
  width: 49%;
  padding: 12px 7px;
  border-radius: 5px;
  background: #555;
}
.mydesk .resultArea > ul > li .bookInfoBtn button span {
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.14px;
}
.mydesk .resultArea > ul > li .bookInfoBtn button.w100 {
  width: 100%;
}
.mydesk .resultArea .nothingArea {
  margin-top: 20px;
}
.mydesk .resultArea.onlybooks {
  margin-top: 0;
}
.mydesk .resultArea.onlybooks > ul {
  gap: 40px 80px;
  border-bottom: 0;
}
.mydesk .hopeBookInfo .listTextBox {
  margin-top: 40px;
}
.mydesk .hopeBookInfo .listTextBox .title {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.mydesk .hopeBookInfo .listTextBox .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 2px;
  background: #437dea;
}
.mydesk .hopeBookInfo .listTextBox .boxList {
  display: flex;
}
.mydesk .hopeBookInfo .listTextBox .boxList li {
  flex: 1;
}
.mydesk .hopeBookInfo .listTextBox .boxList li span {
  display: block;
}
.mydesk .hopeBookInfo .listTextBox .boxList li span.text {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 300;
  color: #333;
}
.mydesk .hopeBookInfo .listTextBox .middle {
  display: block;
  margin-top: 14px;
  color: #083b82;
  font-size: 18px;
  font-weight: 300;
}
.mydesk .hopeBookInfo .listTextBox .normal {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.15px;
  color: #333;
}
.mydesk .hopeBookInfo .listTextBox .red {
  color: #c01b1f;
  font-size: inherit;
}
.mydesk .hopeBookInfo .listTextBox .noticeBox {
  padding: 20px;
  margin-top: 14px;
  background: #f8f8f8;
}
.mydesk .hopeBookInfo .listTextBox .noticeBox .normalList {
  margin-top: 0;
}
.mydesk .hopeBookInfo .listTextBox .noticeBox .normalList li {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-top: 0;
}
.mydesk .hopeBookInfo .listTextBox .noticeBox .normalList li .subTitle {
  padding: 6px 8px;
  border-radius: 5px;
  background: rgba(51, 129, 218, 0.1);
  color: #3c4669;
  font-size: 16px;
  font-weight: 500;
}
.mydesk .hopeBookInfo .listTextBox .noticeBox .normalList li .subTitle + span {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  padding-left: 0;
}
.mydesk .hopeBookInfo .listTextBox .noticeBox .normalList li + li {
  margin-top: 6px;
}
.mydesk .hopeBookInfo .listTextBox .normalList {
  margin-top: 14px;
}
.mydesk .hopeBookInfo .listTextBox .normalList li {
  margin-top: 14px;
  color: #333;
}
.mydesk .hopeBookInfo .listTextBox .normalList li span {
  display: block;
  margin-top: 6px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 300;
  color: #555;
}
.mydesk .hopeBookInfo .listTextBox .tableArea {
  overflow: auto;
  margin-top: 8px;
}
.mydesk .hopeBookInfo .listTextBox .tableArea caption {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
}
.mydesk .hopeBookInfo .listTextBox .tableArea table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 8px;
}
.mydesk .hopeBookInfo .listTextBox .tableArea table tr {
  border-bottom: 1px solid #ddd;
}
.mydesk .hopeBookInfo .listTextBox .tableArea table th {
  padding: 15px 0;
  background: #f2f6fe;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.mydesk .hopeBookInfo .listTextBox .tableArea table td {
  padding: 15px 0;
  font-size: 14px;
  color: #555;
  font-weight: 300;
  text-align: center;
}

.pwa-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 9999;
}
.pwa-wrap .pwa-area {
  overflow: hidden;
}
.pwa-wrap .pwa-area.aos {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 20px 16px;
}
.pwa-wrap .pwa-area.aos .title {
  font-size: 20px;
  color: #101010;
  font-weight: 600;
  line-height: 140%;
}
.pwa-wrap .pwa-area.aos .content {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.pwa-wrap .pwa-area.aos .content .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.pwa-wrap .pwa-area.aos .content .logo::before {
  content: "";
  display: inline-flex;
  width: 48px;
  height: 30px;
  background: url("../images/suwon/icon_pwa_aos.svg") no-repeat 0 0;
  background-size: cover;
}
.pwa-wrap .pwa-area.aos .content p {
  line-height: 140%;
  font-size: 18px;
}
.pwa-wrap .pwa-area.ios {
  padding: 18px 16px 18px 16px;
}
.pwa-wrap .pwa-area.ios .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.pwa-wrap .pwa-area.ios .content .logo {
  margin-right: 11px;
}
.pwa-wrap .pwa-area.ios .content .logo::before {
  content: "";
  display: inline-flex;
  width: 58px;
  height: 36px;
  background: url("../images/suwon/icon_pwa_ios.svg") no-repeat 0 0;
  background-size: cover;
}
.pwa-wrap .pwa-area.ios .content p {
  font-size: 16px;
  line-height: 140%;
}
.pwa-wrap .pwa-area.ios .content p .share {
  font-size: 0;
}
.pwa-wrap .pwa-area.ios .content p .share::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../images/suwon/icon_pwa_share.png") no-repeat 0 0;
  background-size: cover;
}
.pwa-wrap .pwa-area.ios .content p span {
  color: #3d3d3d;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.55px;
}
.pwa-wrap .pwa-area.ios .close::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translateX(-50%);
  background: url("../images/suwon/icon_pwa_close.png") no-repeat 0 0;
  background-size: cover;
}
.pwa-wrap .pwa-area .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px 0;
  margin-top: 20px;
}
.pwa-wrap .pwa-area .btn-wrap button {
  width: 100%;
  border-radius: 10px;
  color: #fff;
}
.pwa-wrap .pwa-area .btn-wrap button.btn {
  background: none;
  border-radius: 0;
  background: #083b82;
  border-radius: 10px;
}
.pwa-wrap .pwa-area .btn-wrap button.btn.btn-normal {
  position: relative;
  color: #000;
  border: 0;
  background: none;
}
.pwa-wrap .pwa-area .btn-wrap button.btn.btn-normal span {
  position: relative;
  display: inline-block;
}
.pwa-wrap .pwa-area .btn-wrap button.btn.btn-normal span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
.pwa-wrap .pwa-area .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.pwa-wrap .pwa-area .close_btn button::before {
  content: "";
  display: inline-flex;
  width: 30px;
  height: 30px;
  background: url("../images/suwon/icon_popupclose.svg") no-repeat 0 0;
  background-size: cover;
}
.pwa-wrap.center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.pwa-wrap.center .pwa-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  background: #fff;
}
.pwa-wrap.center .pwa-area p {
  width: 80%;
  margin: 10px auto 0;
  word-break: keep-all;
  text-align: center;
}

@media all and (max-width: 1480px) {
  .myPage .stautsArea .stautsBox .countingArea .big {
    font-size: 30px;
  }
  .myPage .stautsArea .stautsBox .countingArea .count {
    font-size: 16px;
  }
}
@media all and (max-width: 1300px) {
  .suwon-main .section.bestHoilday .inner {
    flex-direction: column;
  }
  .suwon-main .section.bestHoilday .inner .newBook {
    width: 100%;
  }
  .suwon-main .section.bestHoilday .inner .hoildayArea {
    width: calc(100% - 20px);
    margin-left: 0;
    margin-top: 14px;
    padding: 0 10px 20px 10px;
  }
  .suwon-main .section.bestHoilday .inner .hoildayArea .dateArea .select-area select {
    background-position: 98% center;
  }
  .suwon-main .section.bestHoilday .inner .hoildayArea .notice {
    margin-top: 0;
  }
  .suwon-main .section.bestHoilday .inner .hoildayArea .notice br {
    display: none;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea {
    width: 320px !important;
    height: 445px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea img {
    max-width: 320px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo {
    width: calc(100% - 320px);
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .bookExplian p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 140%;
    white-space: normal;
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook {
    position: static;
    transform: unset;
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
    padding: 10px 0;
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide {
    width: 20% !important;
    margin-right: 1.5%;
  }
  .myPage .stautsArea {
    height: 150px;
  }
  .myPage .stautsArea .stautsBox a {
    justify-content: space-between;
  }
  .myPage .stautsArea .stautsBox .btn {
    left: 24px;
    top: 53px;
  }
  .myPage .stautsArea .stautsBox .delayArea {
    right: 10px;
  }
}
@media all and (max-width: 1200px) {
  .suwon-main .section.search {
    height: auto;
    padding-bottom: 40px;
  }
  .suwon-main .section.search .inner {
    display: block;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea {
    width: 333px !important;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo {
    width: calc(100% - 260px);
    height: auto;
    margin-left: 20px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo > .title {
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 140%;
    word-break: keep-all;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea {
    flex-direction: column;
    align-items: flex-start;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li .title {
    font-size: 16px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li .text {
    font-size: 16px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea li::after {
    display: none;
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide {
    width: 25% !important;
  }
  .myPage .stautsArea {
    overflow: hidden;
  }
  .myPage .stautsArea .stautsBox {
    border-radius: 0;
    padding: 24px 18px;
  }
  .myPage .stautsArea .stautsBox .title span {
    font-size: 18px;
  }
  .myPage .stautsArea .stautsBox .btn {
    left: 18px;
  }
  .myPage .stautsArea .stautsBox:nth-of-type(5) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
  }
  .myPage .stautsArea .stautsBox.on:nth-of-type(5) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
  }
  .curationArea .subConBox .curation_wrap .top_area .selectArea {
    width: 45%;
  }
  .curationArea .subConBox .curation_wrap .findArea {
    height: auto;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul {
    justify-content: flex-start;
    border-right: 0;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li {
    width: 14%;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea {
    border-left: 0;
  }
}
@media all and (max-width: 1024px) {
  .sub_tapmenu ul {
    padding: 0 20px;
  }
  .imgArea:hover .hover-info .btnArea {
    display: none;
  }
  .imgArea img {
    width: 100%;
    max-width: unset;
  }
  .resultArea > ul {
    justify-content: space-between;
    gap: 0;
  }
  .resultArea > ul > li {
    width: 30%;
    padding-bottom: 40px;
  }
  .resultArea > ul > li a {
    width: auto;
  }
  .resultArea > ul > li .imgArea {
    height: auto;
  }
  .resultArea > ul > li .imgArea a {
    width: 100%;
  }
  .resultArea > ul > li .imgArea img {
    position: static;
    transform: unset;
    height: 280px;
  }
  .subConBox {
    padding: 30px 20px;
  }
  .subConBox .sub_tapmenu ul {
    padding: 0;
  }
  .myPage .mobileSelect {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
  }
  .myPage .mobileSelect span {
    position: relative;
    display: block;
    padding: 14px;
    border-radius: 5px;
    background: #3c4669;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.4px;
  }
  .myPage .mobileSelect span::after {
    content: "";
    position: absolute;
    right: 21px;
    top: 50%;
    width: 6px;
    height: 12px;
    transform: translateY(-50%) rotate(270deg);
    background: url(../images/suwon/icon_down_arrow.png) no-repeat 0 0;
    background-size: cover;
  }
  .myPage .mobileSelect ul {
    overflow: hidden;
    display: flex;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    z-index: 99;
  }
  .myPage .mobileSelect ul li {
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    background: #f0f3f9;
    border-left: 1px solid #ddd;
  }
  .myPage .mobileSelect ul li a {
    display: block;
    padding: 14px;
    font-size: 15px;
    color: #777;
    box-sizing: border-box;
  }
  .myPage .mobileSelect ul li:hover a, .myPage .mobileSelect ul li.on a {
    background: #3c4669;
    color: #fff;
  }
  .myPage .stautsArea {
    flex-wrap: wrap;
    background: none;
    border: 0;
    border-radius: 10px;
    height: auto;
  }
  .myPage .stautsArea .stautsBox {
    position: relative;
    display: none;
    flex: none;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    border-right: 0;
    border-radius: 0 !important;
  }
  .myPage .stautsArea .stautsBox a {
    flex: 1;
    width: auto;
  }
  .myPage .stautsArea .stautsBox a .title {
    display: none;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .myPage .stautsArea .stautsBox a .title span {
    display: none;
  }
  .myPage .stautsArea .stautsBox a .title span.stauts {
    border-radius: 5px;
    background: rgba(60, 70, 105, 0.1);
    color: #3c4669;
  }
  .myPage .stautsArea .stautsBox a .delayArea {
    position: static;
    display: inline-block;
  }
  .myPage .stautsArea .stautsBox a .countingArea {
    position: static;
    margin: 4% 2% 1% 0;
  }
  .myPage .stautsArea .stautsBox a .countingArea .big {
    font-size: 15px;
    color: #222;
  }
  .myPage .stautsArea .stautsBox a .countingArea .count {
    font-size: 15px;
    color: #777;
  }
  .myPage .stautsArea .stautsBox a .countingArea::before {
    content: "대출(연체)건수 : ";
    margin-right: 4px;
    font-size: 15px;
  }
  .myPage .stautsArea .stautsBox a .countingArea::after {
    display: none;
  }
  .myPage .stautsArea .stautsBox.on {
    display: flex;
    justify-content: flex-start;
    background: none;
  }
  .myPage .stautsArea .stautsBox.on a .title {
    margin-bottom: 0;
  }
  .myPage .stautsArea .stautsBox.on a .title span.stauts {
    border-radius: 5px;
    background: rgba(60, 70, 105, 0.1);
    color: #3c4669;
  }
  .myPage .stautsArea .stautsBox.on a .title span.impossible {
    color: #ff5156;
  }
  .myPage .stautsArea .stautsBox.on a .countingArea .big {
    color: #222;
  }
  .myPage .stautsArea .stautsBox.on a .countingArea .count {
    color: #777;
  }
  .myPage .stautsArea .stautsBox#loanStautsBox a .title {
    position: relative;
    display: block;
  }
  .myPage .stautsArea .stautsBox#loanStautsBox a .title::before {
    content: "상태 : ";
    margin-right: 4px;
    font-size: 15px;
  }
  .myPage .stautsArea .stautsBox .btn {
    position: static;
    right: auto;
    left: auto;
    margin-top: 0;
    /*transform: translateY(-50%);*/
  }
  .reservList .myPage .stautsArea .stautsBox a .countingArea::before,
  .unmannedReserveList .myPage .stautsArea .stautsBox a .countingArea::before {
    content: "예약건수";
  }
  .lill .myPage .stautsArea .stautsBox a .countingArea::before,
  .hopeBooks .myPage .stautsArea .stautsBox a .countingArea::before {
    content: "신청건수";
  }
  .curationArea .imgArea:hover::after {
    display: none;
  }
  .curationArea .imgArea:hover .hover-info .addBtn {
    top: 35%;
  }
  .curationArea .subConBox {
    padding: 20px 10px;
  }
  .curationArea .subConBox .sub_tapmenu {
    display: block !important;
  }
  .curationArea .subConBox .curation_wrap .findArea {
    flex-wrap: wrap;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea {
    width: 100%;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li {
    width: 14%;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea {
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
    padding-left: 0;
  }
  .curationArea .subConBox .curation_wrap .top_area .selectArea select.select_cuLibrary {
    flex: none;
    width: 100%;
  }
  .curationArea .category_list .btn-area {
    gap: 12px 0.5%;
  }
  .curationArea .category_list .btn-area button {
    flex: none;
    width: 19.5%;
  }
  .curationArea .category_list .resultList .showArea {
    gap: 14px 0.5%;
  }
  .curationArea .category_list .resultList .showArea .boxList {
    width: 32.5%;
  }
  .suwon-main .section.search .inner .searchbarWrap {
    width: 100%;
  }
  .suwon-main .section.search .inner .quickbarWrap .boxWrap span {
    font-size: 15px;
  }
  .suwon-main .section.bestBook .bestbookSlide .swiper-slide {
    width: 192px !important;
  }
  .suwon-main .section.bestBook .bestbookSlide .swiper-slide .imgArea {
    width: 100%;
  }
  .suwon-main .section.bestBook .bestbookSlide .swiper-slide .imgArea img {
    /*max-width: 192px;*/
  }
  .suwon-main .section.bestBook .bestbookSlide .swiper-slide .imgArea::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 4%;
    border-bottom-right-radius: 4%;
    background: linear-gradient(180deg, rgba(19, 51, 81, 0) 27.31%, #09243e 100%);
  }
  .suwon-main .section.bestBook .bestbookSlide .swiper-slide .imgArea .hover-info {
    display: block;
  }
  .suwon-main .section.bestBook .bestbookSlide .swiper-slide .imgArea .hover-info .info-text {
    display: flex;
    padding-left: 10px;
  }
  .suwon-main .section.bestBook .bestbookSlide .swiper-slide .imgArea .hover-info .info-text .detailInfo {
    display: none;
  }
  .curationArea .resultArea > ul li .imgArea,
  .mydesk .resultArea > ul li .imgArea {
    width: 100%;
  }
  .curationArea .resultArea > ul li .imgArea > a,
  .mydesk .resultArea > ul li .imgArea > a {
    height: auto;
  }
  .curationArea .resultArea > ul li .imgArea .hover-info,
  .mydesk .resultArea > ul li .imgArea .hover-info {
    position: relative;
    height: auto;
  }
  .curationArea .resultArea > ul li .imgArea .hover-info .addBtn,
  .mydesk .resultArea > ul li .imgArea .hover-info .addBtn {
    top: auto;
    margin-top: -70%;
  }
  .mydesk .deskInfoArea {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
  .mydesk .deskInfoArea .textInfo {
    width: 100%;
    flex: none;
  }
  .mydesk .deskInfoArea .deskbtn {
    display: inline-block;
    margin-left: auto;
    margin-top: 20px;
  }
  .mydesk .hopeBookInfo .listTextBox .boxList {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
  }
  .mydesk .hopeBookInfo .listTextBox .boxList li {
    flex: none;
    width: 50%;
  }
  .mydesk .resultArea .top .downBtn {
    display: none;
  }
  .mydesk .resultArea .top .mobileSelect {
    display: flex;
    align-items: center;
  }
  .mydesk .resultArea > ul {
    gap: 0;
  }
  .mydesk .resultArea > ul > li .check {
    display: block;
    margin-bottom: 14px;
  }
  .mydesk .resultArea.onlybooks > ul {
    gap: 0;
  }
  .myPage .boxAreaList .boxArea .boxInfoArea ul {
    width: 85%;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle {
    flex-direction: column;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap {
    width: 100%;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text {
    position: static;
    margin-top: 14px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox {
    display: flex;
    align-items: center;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox .borrow {
    position: relative;
    flex: 1;
    padding: 8px 8px 8px 25px;
    border-radius: 5px;
    background: #f8f8f8;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox .borrow p {
    font-size: 14px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox .borrow p .date_title {
    font-size: 14px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox .borrow p .date_title strong {
    font-size: 14px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox .borrow::before {
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox .arrow {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-left: 0.5px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox .arrow::after {
    content: "";
    display: inline-flex;
    width: 11px;
    height: 7px;
    background: url("../images/suwon/icon_select_arrow.svg") no-repeat center;
    background-size: cover;
    cursor: pointer;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .state_text .textbox .arrow.on::after {
    transform: rotate(180deg);
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .btnArea {
    display: none;
    margin-top: 5px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .btnArea.on {
    display: flex;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian {
    width: 100%;
    height: 100%;
    margin-top: 9px;
    margin-left: 0;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox {
    position: relative;
    flex-direction: column;
    padding: 30px 20px 12px 20px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo {
    position: static;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.on, .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.off {
    position: absolute;
    top: 10px;
    right: 20px;
    left: auto;
    width: auto;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.off {
    display: flex;
    flex-direction: column;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.off span {
    display: block;
    width: 100%;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.off span.state_date {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    margin-top: 4px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .textInfo .state.off::before {
    top: 0;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .buttonArea {
    width: 100%;
    margin-top: 18px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .buttonArea button br {
    display: none;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .graphArea .graph {
    overflow: auto hidden;
    padding-bottom: 10px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .graphArea .graph #chart_data {
    width: 700px !important;
  }
  .nothingArea {
    padding: 40px 0;
  }
  .curationArea .resultArea > ul li .imgArea > a img {
    max-height: 280px;
  }
}
@media (max-width: 768px) {
  .pwa-wrap {
    display: block;
  }
  .myPage .mobileSelect ul li a br.mobile {
    display: none;
  }
  .flex-area {
    flex-wrap: wrap;
  }
  .flex-area .jsDivClose {
    width: auto;
    flex: 0 0 calc(50% - 10px);
  }
  .flex-area p.title a {
    padding: 3px 7px 3px 12px;
  }
  .flex-area p.title span {
    font-size: 24px;
  }
  .flex-area.close {
    width: 100%;
    justify-content: center;
  }
  .swiper-pagination {
    display: none;
  }
  .swiperNavi {
    margin-left: 0;
  }
  select {
    max-width: unset;
  }
  .btnArea.flexRight {
    flex-direction: column;
    gap: 5px 0;
  }
  .resultArea > ul > li {
    width: 48%;
  }
  .backPage a {
    padding: 10px;
    font-size: 16px;
  }
  .sub_tapmenu {
    margin-bottom: 34px;
  }
  .suwon-main .section .inner {
    padding: 0 10px;
  }
  .suwon-main .section.notice {
    display: block;
    padding: 0;
  }
  .suwon-main .section.notice .controller {
    position: absolute;
    right: 11px;
    bottom: 1px;
    border-radius: 10px 0 9px 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
    box-sizing: border-box;
    box-shadow: -2px -1px 8px 2px color(srgb 0.56 0.56 0.56 / 0.1);
  }
  .suwon-main .section.search {
    height: auto;
    padding: 20px 0;
  }
  .suwon-main .section.search .inner .searchbarWrap {
    position: relative;
    flex-wrap: wrap;
    height: auto;
  }
  .suwon-main .section.search .inner .searchbarWrap .selectWrap {
    width: 100%;
  }
  .suwon-main .section.search .inner .searchbarWrap .selectWrap select {
    padding: 10px 10px 10px 20px;
    background-position: 96% center;
  }
  .suwon-main .section.search .inner .searchbarWrap .selectBtn {
    overflow: visible;
    flex: 1;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .suwon-main .section.search .inner .searchbarWrap .selectBtn button {
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
  }
  .suwon-main .section.search .inner .searchbarWrap .inputWrap {
    flex: none;
    width: 100%;
  }
  .suwon-main .section.search .inner .searchbarWrap .inputWrap input {
    padding: 16px 50px 16px 20px;
  }
  .suwon-main .section.search .inner .searchbarWrap .inputWrap::before {
    display: none;
  }
  .suwon-main .section.search .inner .searchbarWrap .btnWrap {
    width: 50px;
    height: 50px;
  }
  .suwon-main .section.search .inner .bestTextWrap {
    display: none;
  }
  .suwon-main .section.search .quickbarArea .swiper-button-next,
  .suwon-main .section.search .quickbarArea .swiper-rtl .swiper-button-prev {
    right: -10px;
  }
  .suwon-main .section.search .quickbarArea .swiper-button-prev,
  .suwon-main .section.search .quickbarArea .swiper-rtl .swiper-button-next {
    left: -10px;
  }
  .suwon-main .section.search .quickbarWrap {
    display: block;
    gap: 0;
    padding: 20px 14px;
    margin-top: 10px;
    height: auto;
  }
  .suwon-main .section.search .quickbarWrap .swiper-wrapper {
    height: 100% !important;
  }
  .suwon-main .section.search .quickbarWrap .boxWrap {
    align-items: center;
    height: 100%;
  }
  .suwon-main .section.search .quickbarWrap .boxWrap a {
    width: 100%;
    padding: 10px 10px 10px 14px; /* spring 251024 */
    box-sizing: border-box;
    height: 60px;
    border-radius: 14px; /* spring 251024 */
  }
  .suwon-main .section.search .quickbarWrap .boxWrap a img {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .suwon-main .section.search .quickbarWrap .boxWrap a img.cyber {
    width: 20px !important;
  }
  .suwon-main .section.search .quickbarWrap .boxWrap a img + span {
    display: block;
    margin-top: 0;
    margin-left: 10px;
    text-align: left;
  }
  .suwon-main .section.search .quickbarWrap .boxWrap > span {
    display: none;
  }
  .suwon-main .section.bestBook .inner {
    padding-top: 40px;
  }
  .suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper {
    height: 268px !important;
    padding: 10px 0;
  }
  .suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper .swiper-slide {
    width: 192px !important;
    height: 100%;
  }
  .suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper .swiper-slide .imgArea img {
    /*max-width: 96px;*/
  }
  .suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper .swiper-slide .imgArea .hover-info .info-text p.number {
    font-size: 60px;
    font-weight: 500;
    -webkit-text-stroke: 1px #fff;
  }
  .suwon-main .section.bestHoilday {
    padding-bottom: 0;
    margin-top: 40px;
  }
  .suwon-main .section.bestHoilday .inner {
    padding: 0px;
  }
  .suwon-main .section.bestHoilday .inner .newBook .flex-area {
    position: relative;
    z-index: 9;
    padding: 0 10px;
  }
  .suwon-main .section.bestHoilday .inner .newBook .flex-area::before {
    content: "";
    position: absolute;
    left: -99px;
    right: 99px;
    width: 1000px;
    height: 55px;
    background: #fff;
    z-index: -1;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide {
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #f8f8f8;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea {
    position: relative;
    width: 210px !important;
    height: 294px;
    margin: 0 auto;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide {
    overflow: hidden;
    border-bottom-right-radius: 4%;
    border-top-right-radius: 4%;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide .imgArea {
    position: relative;
    z-index: 9;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide .imgArea img {
    max-width: 270px;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide .imgArea .hover-info {
    display: block;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide .imgArea .hover-info .addBtn {
    display: block;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide .imgArea .hover-info .info-text {
    display: flex;
    padding-left: 0;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide .imgArea .hover-info .info-text p.number {
    display: none;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide .imgArea .hover-info .info-text .detailInfo {
    width: 100%;
    box-sizing: border-box;
    max-width: 210px;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .bigbookArea .swiper-slide .imgArea::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 20px;
    background: linear-gradient(180deg, rgba(19, 51, 81, 0) 27.31%, #09243e 100%);
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea {
    width: calc(100% - 20px);
    margin-top: 28px;
    margin-left: 0;
    padding: 0 14px;
    height: 490px;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide {
    /*height: auto !important;*/
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dt {
    padding-top: 0;
    line-height: 120%;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dd {
    border: 0;
    padding-top: 0;
    flex-direction: column;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dd span {
    max-width: unset;
    width: 100%;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dd span:first-child {
    max-width: unset;
    width: 100%;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info dl dd span:first-child::after {
    display: none;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .book-info ul li span {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .suwon-main .section.bestHoilday .hoildayArea {
    margin: 30px 0;
  }
  .suwon-main .section.bestHoilday .hoildayArea .dateArea {
    min-height: 395px;
    padding: 14px;
    margin-top: 0;
    background: #fff url("../images/suwon/visual_hoilday.png") no-repeat center 90%/90%;
  }
  .suwon-main .section.bestHoilday .hoildayArea .dateArea .hoildayList {
    justify-content: flex-start;
  }
  .suwon-main .section.bestHoilday .hoildayArea .dateArea .hoildayList li span {
    width: 38px;
    height: 38px;
  }
  .suwon-main .section.bestHoilday .hoildayArea .notice {
    display: none;
  }
  .suwon-main .section.recom {
    padding-top: 30px;
  }
  .suwon-main .section.recom .controller {
    margin-right: 0;
    margin-left: auto;
  }
  .suwon-main .section.recom .select-area {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 6px;
  }
  .suwon-main .section.recom .select-area select {
    background-position: 98% center;
  }
  .suwon-main .section.recom .recomBookSlide {
    margin-top: 6px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide {
    display: block;
    background: #fff;
    padding-top: 20px;
    border-radius: 20px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo {
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    padding: 24px 10px 30px 10px;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .infoArea {
    margin-top: 14px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .bookInfo .hastag {
    flex-wrap: wrap;
    gap: 4px;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea {
    overflow: hidden;
    width: 270px !important;
    height: 378px;
    text-align: center;
    margin: 0 auto;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea img {
    max-width: inherit;
    position: static;
    transform: unset;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea:hover::after {
    width: 42%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea::before {
    top: 0;
    left: 8px;
    height: 100%;
    transform: translateX(-50%);
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook {
    height: 195px;
    margin-left: 0;
    margin-top: 10px;
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide {
    width: 144px !important;
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide .imgArea {
    height: 202px;
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-slide .imgArea img {
    max-width: unset;
  }
  .jsDiv.suwon {
    border-radius: 0;
    z-index: 99;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea {
    padding: 20px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .jsDivClose {
    padding: 10px 0;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li {
    width: 100%;
    padding: 10px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li .title {
    font-size: 15px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li p span {
    font-size: 14px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .libraryList ul li p span.big {
    font-size: 16px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li {
    padding: 14.5px 7px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .serviceList ul li a span.title {
    font-size: 16px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .selectlib {
    margin-top: 10px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .selectlib .select-list li button {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ddd;
  }
  .jsDiv.suwon .jsDivInner.small {
    width: 95%;
  }
  .jsDiv.suwon .myDeskArea p {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jsDiv.suwon .myDeskArea p:before {
    content: "";
    position: relative;
    top: 2px;
    display: inline-flex;
    width: 24px;
    height: 24px;
    background: url("../images/suwon/icon_drag.svg") no-repeat 0 0;
    background-size: cover;
  }
  #joinLibPop .jsDivInner .jsDivContentArea {
    padding: 10px;
  }
  #joinLibPop .jsDivInner .jsDivContentArea .selectlib .select-list li a {
    padding: 10px;
    font-size: 15px;
  }
  #joinLibPop .jsDivInner .jsDivContentArea .selectlib .select-list li a::after {
    display: none;
  }
  .curationArea .sub_tapmenu .mobileTabmenu {
    display: block;
  }
  .curationArea .sub_tapmenu.top ul {
    display: none;
    position: absolute;
    top: 44px;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    box-sizing: border-box;
    background: #fff;
    z-index: 99;
  }
  .curationArea .sub_tapmenu.top ul li {
    margin: 0;
    border-radius: 0;
  }
  .curationArea .subConBox .curation_wrap {
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .top_area {
    flex-wrap: wrap;
  }
  .curationArea .subConBox .curation_wrap .top_area .selectArea {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 6px;
    width: 100%;
  }
  .curationArea .subConBox .curation_wrap .top_area .selectArea select {
    flex: 1;
    width: 100%;
    background-position: 98% center;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.04);
    cursor: pointer;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text {
    font-size: 18px;
    font-weight: 700;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-1 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-1::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_01.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-2 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-2::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_02.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-3 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-3::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_03.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-4 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-4::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_04.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-5 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-5::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_05.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-6 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-6::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_06.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-7 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-7::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_07.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-8 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-8::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_08.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-9 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-9::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_09.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-10 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-10::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_10.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-11 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-11::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_11.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-12 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-12::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_12.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-13 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-13::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_13.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-14 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-14::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_14.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-15 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-15::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_15.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-16 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-16::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_16.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-17 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-17::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_17.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-18 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-18::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_18.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-19 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-19::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_19.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-20 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-20::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_20.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-21 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-21::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_21.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-22 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-22::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_22.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-23 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-23::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_23.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-24 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-24::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_24.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-25 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-25::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_25.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-26 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-26::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_26.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-27 {
    display: flex;
    position: relative;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect .text.icon-27::before {
    content: "";
    display: inline-flex;
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_27.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .mobileSelect button::before {
    content: "";
    display: inline-flex;
    width: 34px;
    height: 34px;
    background: url("../images/suwon/icon_category_mb.svg") no-repeat 0 0;
    background-size: cover;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul {
    overflow: auto;
    position: absolute;
    top: 48px;
    display: none;
    gap: 0;
    width: 100%;
    height: 200px;
    background: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px 0 #ddd;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li {
    display: flex;
    align-items: center;
    justify-items: center;
    width: 50%;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li button {
    display: block;
    flex-direction: row;
    text-align: center;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li button span {
    margin-top: 0;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li button span br {
    display: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-child(2n) {
    border-left: 1px solid #ddd;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:last-child {
    border-bottom: 0;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_01.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover button::before {
    background: transparent url("../images/suwon/category_01.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(1):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_02.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover button::before {
    background: transparent url("../images/suwon/category_02.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(2):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_03.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover button::before {
    background: transparent url("../images/suwon/category_03.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(3):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_04.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover button::before {
    background: transparent url("../images/suwon/category_04.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(4):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_05.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover button::before {
    background: transparent url("../images/suwon/category_05.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(5):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_06.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover button::before {
    background: transparent url("../images/suwon/category_06.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(6):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_07.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover button::before {
    background: transparent url("../images/suwon/category_07.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(7):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_08.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover button::before {
    background: transparent url("../images/suwon/category_08.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(8):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_09.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover button::before {
    background: transparent url("../images/suwon/category_09.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(9):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_10.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover button::before {
    background: transparent url("../images/suwon/category_10.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(10):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_11.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover button::before {
    background: transparent url("../images/suwon/category_11.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(11):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_12.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover button::before {
    background: transparent url("../images/suwon/category_12.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(12):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_13.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover button::before {
    background: transparent url("../images/suwon/category_13.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(13):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_14.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover button::before {
    background: transparent url("../images/suwon/category_14.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(14):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_15.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover button::before {
    background: transparent url("../images/suwon/category_15.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(15):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_16.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover button::before {
    background: transparent url("../images/suwon/category_16.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(16):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_17.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover button::before {
    background: transparent url("../images/suwon/category_17.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(17):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_18.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover button::before {
    background: transparent url("../images/suwon/category_18.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(18):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_19.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover button::before {
    background: transparent url("../images/suwon/category_19.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(19):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_20.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover button::before {
    background: transparent url("../images/suwon/category_20.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(20):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_21.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover button::before {
    background: transparent url("../images/suwon/category_21.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(21):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_22.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover button::before {
    background: transparent url("../images/suwon/category_22.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(22):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_23.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover button::before {
    background: transparent url("../images/suwon/category_23.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(23):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_24.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover button::before {
    background: transparent url("../images/suwon/category_24.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(24):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_25.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover button::before {
    background: transparent url("../images/suwon/category_25.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(25):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_26.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover button::before {
    background: transparent url("../images/suwon/category_26.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(26):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27) button {
    display: flex;
    justify-content: flex-start;
    padding: 10px 14px;
    box-sizing: border-box;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27) button::before {
    width: 18px;
    height: 18px;
    border: 0;
    margin-right: 8px;
    border-radius: 0;
    background: transparent url("../images/suwon/category_27.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27).on, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover {
    border-radius: 0;
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27).on button span, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover button span {
    font-weight: 400;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27).on button::before, .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover button::before {
    background: transparent url("../images/suwon/category_27.svg") no-repeat center;
    background-size: cover;
    will-change: unset;
    backface-visibility: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover {
    background: none;
  }
  .curationArea .subConBox .curation_wrap .findArea .categoryArea ul li:nth-of-type(27):hover button::before {
    box-shadow: unset;
    transform: unset;
    transition: unset;
  }
  .curationArea .category_list .btn-area button .title {
    font-size: 14px;
  }
  .curationArea .category_list .btn-area button .count {
    font-size: 15px;
  }
  .curationArea .category_list .resultList .showArea .boxList {
    width: 100%;
  }
  .mydesk .resultArea > ul > li {
    width: 46%;
  }
  .mydesk .resultArea > ul > li .imgArea {
    width: 100%;
  }
  .mydesk .deskInfoArea {
    padding: 20px;
  }
  .mydesk .deskInfoArea .textInfo .title {
    font-size: 20px;
  }
  .mydesk .deskInfoArea .textInfo .title.line::before {
    height: 24px;
  }
  .mydesk .deskInfoArea .textInfo .notice {
    line-height: 140%;
  }
  .mydesk .deskInfoArea .deskbtn {
    margin-top: 14px;
  }
  .mydesk .deskInfoArea .deskbtn button span,
  .mydesk .deskInfoArea .deskbtn a span {
    font-size: 14px;
  }
  .mydesk .hopeBookInfo .listTextBox .title {
    font-size: 15px;
  }
  .mydesk .hopeBookInfo .listTextBox .boxList {
    gap: 20px 0;
  }
  .mydesk .hopeBookInfo .listTextBox .boxList li {
    width: 100%;
  }
  .mydesk .hopeBookInfo .listTextBox .boxList li span.text {
    margin-top: 6px;
    font-size: 18px;
  }
  .mydesk .hopeBookInfo .listTextBox .middle {
    margin-top: 6px;
  }
  .mydesk .hopeBookInfo .listTextBox .normal {
    margin-top: 6px;
    line-height: 140%;
    font-size: 14px;
    word-break: keep-all;
  }
  .mydesk .hopeBookInfo .listTextBox .normalList li {
    font-size: 14px;
    padding-left: 15px;
    text-indent: -15px;
    line-height: 140%;
  }
  .mydesk .hopeBookInfo .listTextBox .normalList li span {
    padding-left: 0;
    margin-top: 4px;
    text-indent: -2px;
  }
  .mydesk .hopeBookInfo .listTextBox .noticeBox {
    margin-top: 6px;
    padding: 20px;
  }
  .mydesk .hopeBookInfo .listTextBox .noticeBox ul li {
    padding: 0;
    text-indent: 0;
  }
  .mydesk .hopeBookInfo .listTextBox .noticeBox ul li span {
    flex: 1;
    text-indent: 0;
    word-break: keep-all;
    font-size: 14px !important;
  }
  .mydesk .hopeBookInfo .listTextBox .noticeBox ul li span.subTitle {
    flex: none;
  }
  .mydesk .hopeBookInfo .listTextBox .noticeBox ul li + li {
    margin-top: 14px;
  }
  .mydesk .hopeBookInfo .listTextBox .tableArea table th,
  .mydesk .hopeBookInfo .listTextBox .tableArea table td {
    font-size: 14px;
  }
  .mydesk .hopeBookInfo .listTextBox + .listTextBox {
    margin-top: 20px;
  }
  .mydesk .hopeBookInfo .listTextBox + .listTextBox table {
    width: 800px;
  }
  .mydesk .resultArea .top {
    flex-wrap: wrap;
  }
  .mydesk .resultArea .top .titleInfo {
    width: 100%;
    justify-content: flex-start;
  }
  .mydesk .resultArea .top .titleInfo .title {
    font-size: 24px;
  }
  .mydesk .resultArea .top .titleInfo .count {
    font-size: 20px;
  }
  .mydesk .resultArea .top .titleInfo .count::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
  .mydesk .resultArea .top .titleInfo .allbtn {
    margin-left: auto;
  }
  .mydesk .resultArea .top .mobileSelect {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    cursor: pointer;
  }
  .mydesk .resultArea .top .mobileSelect button {
    justify-content: center;
    width: 50%;
    text-align: center;
  }
  .mydesk .resultArea > ul > li .bookInfoBtn button {
    width: 48%;
    padding: 10px 9px;
  }
  .mydesk .resultArea > ul > li a {
    width: 100%;
  }
  .mydesk .resultArea > ul > li a .imgArea {
    height: 100%;
  }
  .myPage .mobileSelect ul {
    width: 100%;
    flex-wrap: wrap;
    border-radius: 0;
  }
  .myPage .mobileSelect ul li {
    /*flex: none;*/
    /*width: 33.3333%;*/
    background: none;
    border: 0;
  }
  .myPage .mobileSelect ul li:nth-of-type(1), .myPage .mobileSelect ul li:nth-of-type(2) {
    /*border-bottom: 1px solid #ddd;*/
    border: 0;
  }
  .myPage .mobileSelect ul li a {
    position: relative;
    padding: 11px 4px;
    word-break: keep-all;
  }
  .myPage .mobileSelect ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30px;
    background: #ccc;
    transform: translateY(-50%);
  }
  .myPage .mobileSelect ul li:last-child a:after {
    display: none;
  }
  .myPage .mobileSelect ul li.on a:after {
    display: none;
  }
  .myPage .stautsArea .stautsBox {
    flex-wrap: wrap;
    gap: 2px 0;
  }
  .myPage .stautsArea .stautsBox .title {
    width: 100%;
    margin-right: 0;
  }
  .myPage .noticeArea ul li {
    flex-wrap: wrap;
  }
  .myPage .noticeArea ul li p {
    width: 100%;
    line-height: 1.4;
    font-size: 14px;
  }
  .myPage .noticeArea ul li p.title {
    display: inline-block;
    width: auto;
    margin-bottom: 6px;
  }
  .myPage .noticeArea ul li p.blue {
    line-height: 1.4;
  }
  .myPage .mypageList .top {
    flex-wrap: wrap;
  }
  .myPage .mypageList .top .filterArea {
    width: 100%;
    margin-top: 14px;
    flex-wrap: wrap;
  }
  .myPage .mypageList .top .filterArea .select {
    flex: 1;
  }
  .myPage .mypageList .top .filterArea .select select {
    width: 100%;
    max-width: unset;
    background-position: 98% center;
  }
  .myPage .mypageList .top .filterArea .btn {
    margin-top: 6px;
    width: 100%;
  }
  .myPage .boxAreaList .boxArea {
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    gap: 14px 0;
  }
  .myPage .boxAreaList .boxArea .historyList {
    display: flex;
    gap: 0 14px;
  }
  .myPage .boxAreaList .boxArea .imgArea {
    display: block;
    max-width: 93px;
  }
  .myPage .boxAreaList .boxArea .imgArea img {
    width: 100%;
    max-width: 93px;
  }
  .myPage .boxAreaList .boxArea .imgArea:hover a::after {
    display: none;
  }
  .myPage .boxAreaList .boxArea .imgArea:hover::after {
    display: none;
  }
  .myPage .boxAreaList .boxArea .imgArea:hover::before {
    display: none;
  }
  .myPage .boxAreaList .boxArea .boxInfoArea {
    width: 100%;
    width: calc(100% - 93px);
  }
  .myPage .boxAreaList .boxArea .boxInfoArea ul {
    width: auto;
    flex-direction: column;
  }
  .myPage .boxAreaList .boxArea .boxInfoArea ul li:after {
    display: none;
  }
  .myPage .boxAreaList .boxArea .boxBtnArea {
    position: static;
    transform: unset;
    width: 100%;
    margin-top: 5px;
  }
  .myPage .boxAreaList .boxArea .boxBtnArea button {
    min-width: unset;
    width: 100%;
  }
  .searchDetail .noticelist .title {
    font-size: 20px;
  }
  .searchDetail .noticelist .title::before {
    height: 24px;
  }
  .searchDetail .subContent .subConBox .detailArea {
    flex-direction: column;
  }
  .searchDetail .subContent .subConBox .detailArea .imgArea {
    width: 100%;
    text-align: center;
  }
  .searchDetail .subContent .subConBox .detailArea .imgArea table a img {
    overflow: hidden;
    position: relative;
    border-bottom-right-radius: 4%;
    border-top-right-radius: 4%;
    box-shadow: 0 3px 5px rgba(19, 51, 81, 0.15);
  }
  .searchDetail .subContent .subConBox .detailArea .imgArea table a img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4%;
    max-width: 10px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background-size: cover;
    z-index: 9;
  }
  .searchDetail .subContent .subConBox .detailArea .imgArea img {
    margin: 0 auto;
    max-width: 160px;
  }
  .searchDetail .subContent .subConBox .detailArea .imgArea::before {
    display: none;
    left: 33%;
    height: 88%;
    transform: translateX(-50%);
  }
  .searchDetail .subContent .subConBox .detailArea .imgArea .btnArea {
    flex-direction: row;
    gap: 0 4px;
  }
  .searchDetail .subContent .subConBox .detailArea .imgArea .btnArea button {
    flex: 1;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 14px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .top {
    position: static;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .top .detailInfo {
    top: 20px;
    right: 20px;
    z-index: 9;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea {
    gap: 4px 0;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox {
    flex-wrap: wrap;
    gap: 4px 6px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox .title {
    white-space: nowrap;
    font-size: 13px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox ul {
    flex-wrap: wrap;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .categoryArea .categorybox ul li {
    font-size: 13px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px 0;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li .title {
    width: 70px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li .text {
    width: calc(100% - 70px);
    font-size: 15px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li::after {
    display: none;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li.detailAuthor .title {
    display: none;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li.detailAuthor .text {
    width: 100%;
    line-height: 1.4;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li.detailPublisher .title {
    display: none;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li.detailPublisher .text {
    width: 100%;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li.detailPubYear .title {
    display: none;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul li.detailPubYear .text {
    width: 100%;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo ul + ul {
    margin-top: 8px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo .categoryArea {
    margin-top: 14px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .textInfo .categoryArea ul li {
    font-size: 15px;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .textInfoWrap .btnArea {
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 14px;
  }
  .searchDetail .subContent .subConBox.tablist .tabBtn {
    gap: 0;
    justify-content: space-between;
  }
  .searchDetail .subContent .subConBox.tablist .tabBtn button .tabText {
    font-size: 16px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList {
    overflow: hidden auto;
    padding: 10px 18px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox {
    padding: 8px 14px 10px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo {
    flex-direction: column;
    align-content: unset;
    align-items: flex-start;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo p {
    width: 100%;
    padding: 0;
    word-break: break-all;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo p:last-child {
    padding: 0;
    margin-top: 0;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo p::after {
    display: none;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.on, .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.off {
    display: block;
    justify-content: flex-start;
    flex-direction: row;
    top: 10px;
    width: auto;
    right: auto;
    transform: unset;
    right: 14px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.on span, .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.off span {
    width: auto;
    display: block;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.on span.date, .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.off span.date {
    display: inline-block;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.on span.state_date, .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.off span.state_date {
    margin-top: 0;
    justify-content: space-between;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.on span.state_date span:last-child, .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .havingLibList .libInfoBox .textInfo .state.off span.state_date span:last-child {
    font-size: 12px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList {
    position: relative;
    border: 1px solid #ddd;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList .check {
    width: 50%;
    padding: 3px 0;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList .mobileAddBtn {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList .mobileAddBtn button {
    width: 100%;
    height: 100%;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList .mobileAddBtn button span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingWrap .checkList.half {
    overflow: hidden;
    height: 180px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .togetherList .top {
    gap: 10px 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .togetherList .top span {
    font-size: 14px;
  }
  .graphArea .title {
    margin-bottom: 10px;
  }
  .graphArea .hide_contents {
    margin-top: 10px;
  }
  .graphArea .hide_contents .mgb_10 {
    margin-top: 10px;
  }
  .curationArea .resultArea > ul li .imgArea > a img {
    max-height: 210px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .noticeArea .noticeArea .bold {
    line-height: 1.4;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .noticeArea ul li {
    line-height: 1.4;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .textInfo .bookTitle {
    padding-bottom: 7px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .textInfo ul {
    flex-wrap: wrap;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .textInfo ul li {
    flex-wrap: wrap;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .bookArea .bookInfo .textInfo ul li:first-child:after {
    display: none;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea {
    margin-top: 20px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo {
    flex-wrap: wrap;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .saveArea .saveInfo .livebook .bold {
    width: 100%;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .telArea,
  .jsDiv.suwon .jsDivInner .jsDivContentArea .libraryCheck {
    margin-top: 30px;
  }
  .resultArea > ul > li .bookInfo .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 140%;
    white-space: normal;
    font-size: 15px;
    font-weight: 400;
  }
  .resultArea > ul > li .bookInfo ul li .text {
    font-size: 14px;
  }
  .myPage .stautsArea {
    overflow: visible;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu {
    background: #f8f8f8;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li {
    margin-right: 0;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:hover, .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.on {
    border-radius: 0;
    background: #fff;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:hover .categoryTitle a, .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li.on .categoryTitle a {
    color: #083b82;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li:first-child {
    margin-top: 0;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .lastDepthMenu li a {
    font-size: 14px;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea::after {
    display: none;
  }
  .myPage .mypageList .find-area {
    width: 100%;
    justify-content: space-between;
  }
  .myPage .mypageList .find-area .flex {
    width: calc(100% - 30px);
    justify-content: space-between;
  }
  .myPage .mypageList .find-area .flex input {
    height: 35px;
    width: calc(100% - 68px);
  }
}
@media (max-width: 500px) {
  .suwon-main .section.search {
    padding: 14px 0;
  }
  .suwon-main .section.search .inner .quickbarWrap {
    margin-top: 14px;
  }
  .suwon-main .section.search .inner .quickbarWrap .boxWrap span {
    margin-left: 0;
  }
  .suwon-main .section.search .inner .quickbarWrap .boxWrap span > .small {
    margin-top: 0;
    font-size: 12px;
  }
  .suwon-main .section.search .inner .quickbarWrap .boxWrap a {
    gap: 0 10px;
    height: 60px;
  }
  .suwon-main .section.notice {
    padding: 0;
  }
  .suwon-main .section.bestBook {
    padding-top: 20px;
  }
  .suwon-main .section.bestBook .inner {
    padding-top: 0;
  }
  .suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper {
    height: 134px !important;
  }
  .suwon-main .section.bestBook .inner .bestbookSlide .swiper-wrapper .swiper-slide {
    width: 96px !important;
  }
  .suwon-main .section.bestBook .inner .bestbookSlide .imgArea {
    border-bottom-right-radius: 4%;
    border-top-right-radius: 4%;
  }
  .suwon-main .section.notice {
    padding: 0;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea {
    height: 294px;
    width: 210px !important;
  }
  .suwon-main .section.recom .recomBookSlide .recomBigBook .swiper-wrapper .swiper-slide .imgArea img {
    max-width: 210px;
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-wrapper .swiper-slide .imgArea {
    height: 202px;
  }
  .suwon-main .section.recom .recomBookSlide .recomSmallBook .swiper-wrapper .swiper-slide .imgArea img {
    max-width: 144px;
  }
  .suwon-main .section.bestHoilday {
    margin-top: 20px;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide {
    margin-top: 0;
  }
  .suwon-main .section.bestHoilday .inner .newBook .newbookSlide .smallbookArea .swiper-wrapper .swiper-slide .imgArea {
    width: 90px;
    height: 126px;
  }
  .suwon-main .section.bestHoilday .inner .hoildayArea {
    margin-bottom: 0;
  }
  .searchDetail .subContent .subConBox .detailArea .textArea .middle .bookexplian p:after {
    height: 100px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .buttonArea {
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
  }
  .searchDetail .subContent .subConBox.tablist .resultView .havingLibList .libInfoBox .buttonArea button {
    width: 49%;
    flex: auto;
  }
  .curationArea .subConBox .curation_wrap .findArea .listArea .depthMenu li .categoryTitle a {
    font-size: 14px;
  }
  .jsDiv.suwon .jsDivInner .jsDivContentArea .lib-title {
    letter-spacing: -0.16px;
  }
  .jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .close {
    margin: 25px auto 0;
  }
  .jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .bar-code {
    margin-top: 20px;
  }
  .jsDiv.suwon .jsDivInner.mobile .jsDivContentArea .jsDivContent .main-content .btn-wrap {
    margin-top: 20px;
  }
  .myPage .mobileSelect ul li a br.mobile {
    display: none;
  }
  .myPage .mobileSelect ul li:nth-of-type(3) a {
    padding: 4.4px 4px;
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .jsDiv.suwon .jsDivInner .jsDivContentArea {
    padding: 14px 10px;
  }
  .myPage .mobileSelect ul li a {
    font-size: 12px;
  }
}

/*# sourceMappingURL=suwon.css.map */
