*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

.main_header {
  width: 100%;
  padding: 18px 7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #449e1c;
}

.page_title {
  width: calc(100% - 220px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page_title h1 {
  width: auto;
  font-size: 1.7rem;
  font-weight: normal;
  color: #007014;
  letter-spacing: 2.5px;
}
.page_title h1 a {
  text-decoration: none;
}
.page_title p {
  width: auto;
  margin-left: 30px;
  color: #007014;
  letter-spacing: 3px;
  font-size: 0.9rem;
}

.search_box {
  width: 220px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.search_box input#book_search {
  display: block;
  width: 220px;
  padding: 7px 5px 7px 40px;
  border: 1px solid #007014;
  border-radius: 20px;
  background: #f7f7f7;
}
.search_box input#book_search::placeholder {
  font-size: 13px;
}
.search_box input#search_btn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto 0;
}

.row {
  width: 78%;
  height: auto;
  margin: 60px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .row {
    width: 90%;
  }
}
.main_nav {
  width: 30%;
}
.main_nav ul {
  width: 75%;
  position: sticky;
  top: 20px;
  max-width: 300px;
}
.main_nav li {
  width: 100%;
  height: 40px;
  margin-bottom: 22px;
}
.main_nav li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 12px 15px;
  border: 1px solid #007014;
  border-radius: 25px;
  font-size: 0.9rem;
  text-decoration: none;
}
.main_nav li a p {
  font-size: 0.8rem;
}
.main_nav li a.current {
  background: #449e1c;
  border-color: #449e1c;
  color: #fff;
}
.main_nav li a:hover {
  color: #000;
  background: rgba(100, 192, 2, 0.2);
  transition: 0.3s;
}
.main_nav li a.link_void {
  pointer-events: none;
  background: #efefef;
  color: #777;
}
.main_nav li.close_btn {
  display: none;
}

.hamburger {
  display: none;
}

.main_col {
  width: 68%;
}

.page_header {
  width: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #449e1c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px 0 0 0;
  padding-left: 25px;
}
.page_header h2 {
  width: 100%;
  padding-left: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 90px;
}

.top_page {
  background-image: url("../img-common/title_01_pc.svg");
}

.cat_page {
  background-image: url("../img-common/title_02_pc.svg");
  background-size: cover;
  background-position: bottom left;
}
.cat_page h2 {
  line-height: 85px;
}

.book_list {
  margin-top: 30px;
}
.book_list h3 {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #007014;
}
.book_list p.book_pdf_num {
  width: 100%;
  margin: -15px 0;
  padding: 0;
  line-height: 1rem;
  text-align: right;
  font-size: 0.9rem;
}
.book_list ul {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.book_list ul li {
  width: 170px;
}
.book_list ul li img {
  width: 100%;
}
.book_list ul li a {
  text-decoration: none;
}
.book_list ul li a h4 {
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
}
.book_list ul li a p {
  font-size: 0.8rem;
  margin-top: 5px;
}
.book_list ul li a p.book_description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #3360a5;
}
.book_list ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.book_list ul li p.detail_btn {
  margin-top: 7px;
  font-size: 0.8rem;
  font-weight: bold;
}
.book_list ul li p.detail_btn a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #007014;
  border-radius: 15px;
  text-align: center;
}
.book_list ul li p.detail_btn a:hover {
  background: #007014;
  color: #fff;
  border-color: #007014;
  opacity: 1;
}
.book_list ul li span.search_cat a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 3px 10px;
  background: #449e1c;
  border-radius: 10px;
  font-size: 0.7rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.list_more {
  margin-top: 30px;
}
.list_more p {
  text-align: right;
}
.list_more p a {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
}
.list_more p a i {
  display: inline-block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  margin-right: 3px;
  background: #007014;
  border-radius: 2px;
  color: #fff;
}
.list_more p a:hover {
  text-decoration: underline;
}

.no_book {
  width: 70%;
  margin-top: 10px;
  padding: 7px 10px 7px 20px;
  border: 1px solid #007014;
  border-radius: 25px;
  background: #f7f7f7;
  font-size: 0.9rem;
  font-weight: bold;
  color: #007014;
}

.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs li {
  width: auto;
}
.breadcrumbs li a {
  display: inline;
  font-size: 0.8rem;
  text-decoration: none;
  color: #007014;
}
.breadcrumbs li a img {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 0 -2px 0;
  padding: 0;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs li::after {
  display: inline-block;
  content: ">";
  margin: 0 5px;
  font-size: 0.9rem;
  color: #007014;
}
.breadcrumbs li:last-child::after {
  content: "";
}

.book_detail {
  width: 100%;
  margin-top: 35px;
}

.detail_col {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.detail_left {
  width: 200px;
  background: white;
  border-radius: 5px;
  cursor: pointer;
}
.detail_left img {
  width: 100%;
  height: auto;
}
.detail_left div._df_thumb {
  width: 90%;
  margin: auto;
  margin-top: 0;
  padding: 5px;
  padding-top: 0;
}

.detail_right {
  flex: 1;
}
.detail_right p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-bottom: 15px;
}

.dl_btn a {
  display: block;
  width: 300px;
  padding: 15px 10px 15px 50px;
  background: #449e1c;
  border: 1px solid #449e1c;
  background-image: url("../img-common/book.svg");
  background-repeat: no-repeat;
  background-position: 13px 50%;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}
.dl_btn a span {
  font-size: 0.7rem;
}
.dl_btn a i {
  display: inline-block;
  margin-top: -1px;
  transform: scale(2.2);
  position: absolute;
  right: 15px;
}
.dl_btn a:hover {
  background: #fff;
  color: #449e1c;
  font-weight: bold;
}
.dl_btn a:hover i {
  margin-top: -3px;
  position: relative;
  left: -25px;
  animation: slideinRight 0.3s;
}
@keyframes slideinRight {
  0% {
    transform: translateX(150px);
  }
  100% {
    transform: translateX(0);
  }
}

.contact_info {
  width: 100%;
  margin-top: 30px;
  padding: 25px 30px;
  background: rgba(100, 192, 2, 0.15);
  border-radius: 10px;
}
.contact_info h3 {
  width: 100%;
  padding: 5px 0 5px 50px;
  background-image: url("../img-common/inquiry.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px;
  font-size: 1rem;
  font-weight: bold;
  color: #449e1c;
}
.contact_info p {
  margin-top: 5px;
}

.contact_tools {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact_tools div {
  width: 33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.contact_tools div h4 {
  width: 60px;
  height: 20px;
  line-height: 20px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  font-size: 0.8rem;
  font-weight: normal;
  text-align: center;
  background: #fff;
  color: #449e1c;
  border-radius: 3px;
}
.contact_tools div p {
  margin: 0 15px 0 0;
  line-height: 1rem;
  text-align: left;
}
.contact_tools div.contact_email {
  width: 100%;
  margin-top: 5px;
}

.main_footer {
  width: 100%;
  margin-top: 120px;
  padding: 100px 15% 60px 15%;
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 1px;
  background-image: url("../img-common/footer_img_pc.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.pagination {
  margin-top: 50px;
  text-align: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media only screen and (max-width: 595px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .main_header {
    width: 100%;
    padding: 18px 5%;
    display: block;
  }
  .page_title {
    width: 100%;
    display: block;
  }
  .page_title h1 {
    font-size: 1.5rem;
  }
  .page_title p {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 0.8rem;
    letter-spacing: 2px;
  }
  .search_box {
    width: 100%;
    display: block;
  }
  .search_box input#book_search {
    width: 100%;
  }
  .row {
    width: 100%;
    margin: 18px auto 0 auto;
    display: block;
  }
  .main_nav {
    width: 100%;
  }
  .main_nav ul {
    width: 100%;
    height: calc(100vh + 20px);
    margin: 0;
    padding: 90px 10% 0 10%;
    position: fixed;
    top: 0;
    z-index: 222;
    background: #007014;
    animation: slideOutRight 0.3s;
    transform: translateX(100%);
    transition: all 0.3s linear;
    opacity: 0;
    right: 0;
  }
  @keyframes slideOutRight {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
  .main_nav ul.nav_show {
    animation: slideInRight 0.3s;
    top: 0;
    transform: translateX(0);
    transition: all 0.3s linear;
    opacity: 1;
    right: 0;
  }
  @keyframes slideInRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .main_nav li a {
    border: 2px solid #fff;
    background: #007014;
    color: #fff;
  }
  .main_nav li a:hover {
    color: #fff;
    background: rgba(100, 192, 2, 0.7);
    transition: 0.3s;
  }
  .main_nav li a.link_void {
    pointer-events: none;
    background: #999;
    color: #000;
  }
  .main_nav li:last-child {
    margin-bottom: 0;
  }
  .main_nav li.close_btn {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .main_nav li.close_btn span {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .main_nav li.close_btn span i {
    display: block;
    transform: scale(2.3);
    line-height: 38px;
    color: #fff;
  }
  .hamburger {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 111;
  }
  .hamburger #hamBtn {
    display: none;
  }
  .hamburger label {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    text-align: center;
    background: #fff;
  }
  .hamburger label i {
    display: block;
    transform: scale(2.3);
    line-height: 38px;
    color: #007014;
  }
  .main_col {
    width: 100%;
    padding: 0 5%;
    overflow: hidden;
  }
  .page_header h2 {
    font-size: 1.2rem;
  }
  .top_page {
    background-image: url("../img-common/title_01_sp.svg");
  }
  .top_page h2 {
    padding-left: 55px;
    line-height: 80px;
  }
  .cat_page {
    background-image: url("../img-common/title_02_sp.svg");
    background-size: cover;
  }
  .cat_page h2 {
    padding-left: 15px;
    line-height: 85px;
  }
  .book_list {
    width: 100%;
  }
  .book_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 0;
  }
  .book_list ul li {
    width: 48%;
  }
  .no_book {
    width: 100%;
    padding: 7px 10px 7px 20px;
    border: 1px solid #007014;
  }
  .detail_col {
    display: block;
  }
  .detail_left {
    width: 100%;
  }
  .detail_right {
    width: 95%;
    margin: 20px auto;
  }
  .dl_btn a {
    width: 95%;
    margin: auto;
  }
  .contact_tools div {
    width: 100%;
    margin-top: 5px;
  }
  .main_footer {
    margin-top: 60px;
    padding: 100px 5% 130px 5%;
    background-image: url("../img-common/footer_img_sp.svg");
  }
  .main_footer p {
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 0.8rem;
  }
}
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 111;
  cursor: pointer;
}

.pagetop:hover {
  opacity: 0.7;
  transition: 0.2s;
}

@media only screen and (max-width: 595px) {
  .pagetop {
    right: 20px;
  }
}/*# sourceMappingURL=style.css.map */