.container {
  max-width: 1410px;
  padding-left: 0;
  padding-right: 0;
}

.new-book-info {
  color: #fff;
  border-bottom: 1px solid rgba(19, 41, 108, .1);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 40px;
  text-decoration: none;
  display: block;
  position: relative;
}

.new-book-title {
  color: #13296c;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
}

.new-book-wrap {
  display: flex;
  margin-top: 80px;
}

.new-book-area {
  width: 40%;
  color: #13296c;
}

.new-book-area.img {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-book-img {
  width: 50%;
  flex: none;
}

.new-book-img.swiper-slide {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-book-img.swiper-slide:active {
  opacity: .8;
}

.new-book-list {
  justify-content: flex-start;
  display: flex;
}

.new-book-list.swiper-wrapper {
  width: 100%;
  align-items: center;
  margin-left: 25%;
  display: flex;
}

.grad-box {
  z-index: 5;
  width: 40%;
  background-image: linear-gradient(to right, #fab95d, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.grad-box.right {
  background-image: linear-gradient(270deg, #f7b45d, rgba(255, 255, 255, 0) 50%);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bookmark-wrap {
  height: 880px;
  color: #fff;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  position: relative;
}

.h-black {
  letter-spacing: 2px;
  margin-top: 32px;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
}

.arrow-btn {
  opacity: .6;
  transition: all .2s;
}

.arrow-btn:hover {
  opacity: 1;
}

.arrow-btn.right {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bookmark-card {
  min-height: 480px;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: rgba(0, 0, 0, .2);
  flex-direction: column;
  flex: 1;
  margin-top: 56px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.share-btn {
  cursor: pointer;
  transition: all .2s;
}

.share-btn:hover {
  background-color: rgba(0, 0, 0, .2);
}

.info-share-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: none;
  position: relative;
}

.bookmark-text {
  color: rgba(255, 255, 255, .5);
  flex: 1;
  font-family: Maruburi, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 160%;
  position: relative;
}

.arrow-btn-wrap {
  max-width: 1224px;
  flex: 1;
  justify-content: space-between;
  margin-top: 80px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.h-100 {
  height: 100%;
}

.arrow-wrap {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.book-icon {
  width: 80px;
}













@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  min-width: 200px;
  background: #c8c8c8;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}





.container.footer {
  display: flex;
}

.container.medium {
  max-width: 920px;
  position: relative;
}

.container.sns {
  max-width: 920px;
  justify-content: space-between;
}

.container.page-header {
  text-align: center;
  margin-bottom: 80px;
}

.container.page-header.key {
  margin-bottom: 0;
}

.container.small {
  max-width: 680px;
}

.container.small.privacy {
  line-height: 160%;
}

.container.bookmark {
  height: 100%;
  max-width: 920px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.container.bookmark-arrow {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.hero-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
}

.hero-frame {
  color: #13296c;
  position: relative;
}

.btn {
  color: #12161a;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.btn:hover {
  opacity: .5;
}

.btn.navy {
  color: #13296c;
}

.btn.outline {
  height: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #12161a;
  border-radius: 0;
  justify-content: center;
  line-height: 24px;
}

.btn.outline:hover {
  opacity: 1;
  background-color: #edf1f5;
}

.btn.outline-navy {
  width: 160px;
  color: #13296c;
  background-color: #fff;
  border: 1px solid #13296c;
  justify-content: center;
  font-size: 16px;
}

.btn.outline-navy:hover {
  opacity: 1;
  color: #fff;
  background-color: #13296c;
}

.btn-text {
  padding-right: 4px;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.hero-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 12px solid #13296c;
  border-top-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 56px 64px 48px;
  display: flex;
}

.frame-top.tablet {
  display: none;
}

.frame-top.pc {
  margin-bottom: -12px;
}

.frame-top.mobile {
  display: none;
}

.header {
  flex: 1;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
  display: inline-block;
}

.info-title {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.info-title._18 {
  font-size: 18px;
}

.info-title.search-result-title {
  font-size: 20px;
  display: block;
}

.info-sub {
  opacity: .6;
  line-height: 140%;
}

.info-sub.inline-mg {
  margin-left: 2px;
  display: inline-block;
}

.info-sub.search-result-desc {
  font-size: 14px;
}

.info-sub.inline-dot {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
}

.info {
  padding-top: 16px;
  padding-bottom: 16px;
}

.contents {
  color: #12161a;
  flex: 1;
  text-decoration: none;
  transition: opacity .2s;
}

.contents:hover {
  opacity: .6;
}



.header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}



.list {
  color: #12161a;
  border-bottom: 1px solid #edf1f5;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.list:hover {
  opacity: .6;
}

.text-link {
  opacity: .8;
  color: #12161a;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link.mg-right {
  margin-right: 16px;
}

.footer-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-info.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  margin-right: 80px;
}

.link-title {
  margin-bottom: 8px;
  font-weight: 700;
}


.line.mg-16 {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.line._w-40 {
  width: 40px;
}

.logo.footer {
  opacity: .8;
  filter: grayscale();
  margin-bottom: 16px;
}

.nav-container {
  max-width: 1920px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  background-color: #fff;
  border: 1px solid #13296c;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search.key {
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  border-radius: 40px;
}

.search.key::-ms-input-placeholder {
  color: rgba(20, 48, 184, .6);
}

.search.key::placeholder {
  color: rgba(20, 48, 184, .6);
}

.search._w-fix {
  width: 400px;
}

.nav-link {
  min-width: 88px;
  color: #13296c;
  text-align: center;
  padding: 8px 0;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  color: #13296c;
}

.nav-link.sub {
  font-weight: 400;
}

.search-input {
  border: 0 solid #000;
  margin-bottom: 0;
}

.search-input::-ms-input-placeholder {
  color: #13296c;
}

.search-input::placeholder {
  color: #13296c;
}

.search-btn {
  width: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("https://uploads-ssl.webflow.com/644647891aed6fa34621e828/645863460be9f846ebfa3b5f_search-md.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.search-btn.key {
  background-image: url("https://uploads-ssl.webflow.com/644647891aed6fa34621e828/6463531d04ba4a66ec69f333_search-md-blue.svg");
  display: none;
}

.language-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #13296c;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.language-btn:hover {
  opacity: .5;
}

.nav-box {
  width: 240px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.navbar {
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #edf1f5;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.sub {
  height: 240px;
  opacity: 0;
}

.sub-menu {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 40px;
}

.menus {
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.flex-h {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-h.justify-start {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
}

.flex-area {
  flex: 1;
}

.flex-area.right {
  margin-left: 40px;
  font-size: 16px;
}

.flex-area.book-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.flex-area.contact-right {
  margin-left: 40px;
}

.book-wrap {
  height: 640px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.book-wrap.rotate-test {
  transform-style: preserve-3d;
  margin-left: -80px;
  transition: all .4s;
  transform: perspective(2000px)rotate(0);
}

.book-wrap.rotate-test:hover {
  transform: perspective(2000px)rotateX(0)rotateY(30deg)rotateZ(0);
}

.keyword {
  height: 24px;
  color: #1430b8;
  background-color: #f5f7ff;
  border: 1px solid #1430b8;
  border-radius: 24px;
  flex: none;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 8px;
  padding: 2px 8px;
  font-size: 14px;
  display: inline-block;
}

.keyword-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
}

.inline {
  display: inline-block;
}

.inline.non-block {
  display: inline;
}

.inline.mg-left {
  margin-left: 4px;
  display: inline;
}

.link {
  color: #12161a;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link:hover {
  opacity: .5;
}

.link-text {
  color: #12161a;
  text-decoration: none;
  display: inline-block;
}

.list-title {
  font-weight: 600;
}

.list-title.width-fix {
  width: 88px;
  flex: none;
  display: inline-block;
}

.info-list-item {
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.info-list-item.last {
  margin-bottom: 0;
}

.description {
  color: #3d454d;
  line-height: 160%;
}

.gray-box {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 16px;
}

.h2 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}

.h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.breadcrumb {
  opacity: .6;
  font-size: 14px;
}

.book {
  z-index: 0;
  height: 100%;
  transition: all .2s;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 0 24px rgba(0, 0, 0, .05);
}

.book:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 11px 11px 16px rgba(0, 0, 0, .05);
}

.youtube-link {
  width: 60%;
  transition: all .2s;
}

.youtube-link:hover {
  opacity: .8;
}

.contents-wrap {
  border-bottom: 1px solid #edf1f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contents-wrap.last {
  border-bottom-width: 0;
}

.book-label {
  width: 0;
  height: 100%;
  box-shadow: none;
}

.html-audio-player {
  width: 100%;
}

.text-center {
  text-align: center;
}

.feature {
  justify-content: space-between;
  margin-top: 120px;
  display: flex;
}

.feature-img {
  width: 40%;
  flex: none;
  position: relative;
}

.feature-line {
  width: 100%;
  height: 100%;
  border-top: 1px solid #12161a;
  border-right: 1px solid #12161a;
  display: none;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: auto;
  right: -24px;
}

.p-16 {
  opacity: .9;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 160%;
}

.feature-info {
  padding-right: 80px;
}

.logo-big {
  width: 280px;
  margin-bottom: 120px;
}

.dot {
  width: 9px;
  height: 9px;
  background-color: #1430b8;
  border-radius: 9px;
  margin-right: 16px;
}

.text-wrap {
  margin-top: -6px;
  padding-bottom: 48px;
}

.career {
  margin-top: 32px;
  margin-bottom: 80px;
  position: relative;
}

.v-line {
  height: 100%;
  border-left: 1px solid #1430b8;
  margin-left: 4px;
}

.career-item {
  display: flex;
}

.text-blue {
  color: #1430b8;
}

.career-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.semi-bold {
  font-weight: 600;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sticky.history {
  padding-bottom: 120px;
}

.sticky-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.sns-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.sns-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.sns-link:hover {
  text-decoration: underline;
}

.sns-link-wrap {
  font-size: 16px;
}

.sns-title {
  margin-top: -12px;
}

.tab-item {
  color: #3d454d;
  padding: 2px 8px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.tab-item:hover {
  opacity: .6;
}

.tab-item.w--current {
  color: #12161a;
  font-weight: 600;
}

.mg-btm-40 {
  margin-bottom: 40px;
}

.tab-divider {
  color: #e4eaf0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  display: inline-block;
}

.link-block {
  color: #12161a;
  text-decoration: none;
}

._w-100 {
  width: 100%;
  position: relative;
}

._w-100.book-list-hover {
  transition: all .2s;
}

._w-100.book-list-hover:hover {
  transform: scale(1.025);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.book-list {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.book-list-img {
  width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .16), 0 0 16px 8px #fdfdfe;
}

.badge {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.badge.best {
  width: 64px;
  right: 8px;
}

.badge.award {
  width: 80px;
  top: auto;
  bottom: 8px;
  left: 8px;
  right: auto;
}

.pagination {
  margin-top: 40px;
}

.keyword-radio-btn {
  cursor: pointer;
  border: 1px solid #3d454d;
  border-radius: 40px;
  margin: 4px;
  padding: 10px 16px;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
}

.keyword-radio-btn:hover {
  color: #1430b8;
  background-color: #f5f7ff;
  border-color: #1430b8;
}

.keyword-radio-btn.is-active {
  color: #fff;
  background-color: #1430b8;
  border-color: #1430b8;
}

.keyword-btn-list {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.flex-h-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.quotation {
  border-left: 1px solid #12161a;
  padding-left: 16px;
}

.quotation-title {
  grid-column-gap: 6px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.p-14 {
  color: #3d454d;
  line-height: 160%;
}

.p-14.truncate {
  overflow: hidden;
}

.book-info-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-right: 24px;
  display: flex;
}

.book-img {
  width: 200px;
  flex: none;
  transition: all .2s;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .04);
}

.book-img.book-list-hover:hover {
  transform: scale(1.025);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.keyword-book {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  border-top: 1px solid #edf1f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.empty-state {
  height: 40vh;
  color: rgba(18, 22, 26, .5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 40px;
}

.keyword-book-wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.mobile-show {
  display: none;
}

.search-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.keyword-search {
  width: 200px;
  background-color: #f5f7ff;
  border-radius: 40px;
  transition: all .2s;
  display: flex;
}

.arrow {
  width: 24px;
}

.spacer-40 {
  height: 40px;
}

.btn-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-80 {
  width: 1px;
  height: 120px;
  background-color: #12161a;
}

.sangsang-img {
  height: 600px;
  background-image: url("https://uploads-ssl.webflow.com/644647891aed6fa34621e828/64a64d46fd3f3f594c8cc257_%E1%84%8A%E1%85%B5%E1%86%BC%E1%84%8F%E1%85%B2%E1%84%87%E1%85%A6%E1%84%8B%E1%85%B5%E1%84%89%E1%85%A7%E1%86%AB.jpeg");
  background-position: 50%;
  background-size: cover;
}

.h1 {
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
}

.tincu-sub-h {
  font-size: 32px;
  font-weight: 600;
  line-height: 160%;
}

.thincu-main-h {
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
}

.thincubation {
  text-align: center;
  background-color: #f5f7ff;
  border-radius: 8px;
  padding: 12px 16px;
  display: inline-block;
}

.thincu-link {
  color: #12161a;
}

.flex-v-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacer-20 {
  height: 20px;
}

.thincu-contents {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.form-block {
  flex: 1;
}

.text-field {
  border: 0 solid #000;
  border-bottom: 1px solid #13296c;
  margin-bottom: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
}

.text-field::-ms-input-placeholder {
  color: #13296c;
}

.text-field::placeholder {
  color: #13296c;
}

.text-field.area {
  height: 120px;
}

.mail {
  color: #13296c;
  margin-left: 8px;
  font-size: 18px;
  text-decoration: none;
}

.mail-wrap {
  border-bottom: 1px solid #13296c;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
}

.checkbox-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox-link {
  color: #13296c;
  font-weight: 600;
  text-decoration: none;
}

.checkbox-link:hover {
  text-decoration: underline;
}

.checkbox-field {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 3px;
}

.text-navy {
  color: #13296c;
}

.contact-wrap {
  min-height: 50vh;
  color: #13296c;
  border: 0 solid #13296c;
  border-width: 0 6px;
  justify-content: center;
  padding: 64px 64px 80px;
  display: flex;
  position: relative;
}

.contact-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}

.search-form {
  margin-bottom: 0;
}

.navbar-mobile {
  display: none;
}

.mg-top-80 {
  margin-top: 80px;
}

.page-header-text {
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}

.search-result-item {
  display: flex;
}

.search-result-img {
  width: 200px;
  border: .5px solid #edf1f5;
  margin-left: 24px;
}

.search-result-title {
  color: #12161a;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.search-result-desc {
  opacity: .6;
  margin-top: 8px;
  font-size: 16px;
  line-height: 140%;
}

.search-result-desc.truncate {
  height: 64px;
  opacity: .8;
  font-size: 14px;
  line-height: 160%;
  overflow: hidden;
}

.search-info-wrap {
  color: #12161a;
  margin-right: 24px;
  text-decoration: none;
}

.search-snippet {
  height: 0;
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 1px;
}

.sns-wrap {
  justify-content: space-between;
  display: flex;
}

.min-h-80vh {
  min-height: 80vh;
}

.nav-menu-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-wrap {
  color: #12161a;
  text-decoration: none;
}

.keyword-btn-wrap {
  display: inline-block;
}



.contact-frame {
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: -34px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.contact-frame.mobile {
  display: none;
}

.success-message {
  min-height: 432px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 140%;
}

.error-message {
  background-color: #f5f7ff;
}

.share-icon {
  width: 48px;
  height: 48px;
}

.info-wrap {
  width: 100%;
}

.info-wrap.link-white {
  color: #fff;
  text-decoration: none;
}

.info-wrap.link-white:hover {
  text-decoration: none;
}

.reset-btn {
  height: 24px;
  opacity: 0;
  color: rgba(18, 22, 26, .5);
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 2px 4px;
  transition: all .2s;
}

.reset-btn-text {
  width: 0;
  height: 0;
  color: rgba(18, 22, 26, 0);
  display: none;
}

.reset-btn-text:hover {
  text-decoration: underline;
}

.reset-btn-wrap {
  height: 24px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition: all .2s;
  display: grid;
  overflow: hidden;
}

.reset-btn-wrap:hover {
  opacity: .6;
}

.swiper {
  width: 50%;
  justify-content: center;
  display: block;
  overflow: visible;
}

.html-embed {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.bg-black-box {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0) 48%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bookmark {
  z-index: 1;
  position: relative;
}

.indicator {
  display: none;
}

.info-download-wrap {
  align-items: center;
  display: flex;
}

.gradient {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 66%, #fff);
  display: none;
  position: absolute;
}

.hover-arrow {
  opacity: 0;
  text-align: right;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 8px;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.new-book-sub {
  height: 0;
  opacity: 0;
  display: block;
}

.download-icon {
  margin-right: 4px;
}

.download-item {
  margin-bottom: 8px;
}

.book-label-test {
  z-index: 10;
  width: 80px;
  height: 100%;
  filter: brightness(90%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(40px, 0, -40px)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.book-label-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.test-label-grad {
  z-index: 10;
  mix-blend-mode: lighten;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.new-book {
  width: 160%;
  height: 100%;
  max-width: none;
  transform: translate(-15%);
  border-radius: 200px;
  z-index: 100;
  position: relative;
}

.sub-title {
  margin-bottom: 80px;
  font-size: 22px;
  line-height: 140%;
}

.writer {
  opacity: .6;
  font-size: 16px;
  line-height: 140%;
}

.thincu-label {
  margin-top: 8px;
  font-size: 16px;
  line-height: 120%;
}

.thincu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.thincu-label-sub {
  color: #98a5b3;
  font-size: 12px;
}

.welcome-img-pc {
  height: 100vw;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.welcome-item {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.welcome-btn-pc {
  width: 180px;
  height: 80px;
  background-image: url("https://uploads-ssl.webflow.com/644647891aed6fa34621e828/64a53509fe52d431ff53b109_welcome-btn.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  bottom: 80px;
  left: 80px;
}

.book-btn-pc {
  width: 64px;
  height: 64px;
  background-image: url("https://uploads-ssl.webflow.com/644647891aed6fa34621e828/64a53509492999ffaee037d8_welcome-book.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  top: 80px;
  right: 80px;
}

.welcome-mo, .welcome-btn-wrap, .welcome-logo {
  display: none;
}

.table-cell {
  border: 1px solid #dae0e6;
  padding: 8px;
}

.table-cell.cell-title {
  background-color: #edf1f5;
  font-weight: 600;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edf1f5;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .new-book {
    width: 100%;
    height: 100%;
    max-width: none;
    transform: translate(5%);
    border-radius: 200px;
    z-index: 100;
    position: relative;
  }
  .container.footer {
    flex-direction: column;
  }

  .container.flex-h {
    flex-direction: column;
    align-items: center;
  }

  .container.page-header {
    margin-bottom: 40px;
  }

  .container.small.privacy {
    margin-top: 40px;
  }

  .h3 {
    font-size: 20px;
  }

  .hero-title {
    font-size: 32px;
  }

  .btn.outline-navy {
    width: 100%;
  }

  .hero-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-bottom-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
    padding: 40px 24px 24px;
  }

  .frame-top.tablet {
    margin-bottom: -8px;
    display: block;
  }

  .frame-top.pc {
    display: none;
  }

  .header {
    font-size: 20px;
  }

  .info-title.search-result-title {
    font-size: 18px;
  }

  .flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  

  .footer-info {
    margin-bottom: 40px;
  }

  .footer-info.left {
    margin-right: 0;
  }

  .navbar {
    display: none;
  }

  .flex-area.right {
    margin-top: 40px;
    margin-left: 0;
  }

  .flex-area.book-sticky {
    position: relative;
    top: auto;
  }

  .book-wrap {
    height: 480px;
  }

  .book-wrap.rotate-test {
    margin-left: -40px;
  }

  .book-wrap.rotate-test:hover {
    transform: translate(20px)perspective(2000px)rotateX(0)rotateY(30deg)rotateZ(0);
  }

  .h2 {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .h4 {
    font-size: 18px;
  }

  .h4.bookmark {
    font-size: 16px;
  }

  .contents-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .feature {
    margin-top: 80px;
  }

  .p-16 {
    font-size: 14px;
  }

  .feature-info {
    padding-right: 40px;
  }

  .logo-big {
    width: 200px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .book-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .keyword-radio-btn {
    margin: 2px;
    padding: 8px 12px;
  }

  .keyword-btn-list {
    width: 80%;
  }

  .book-img {
    width: 200px;
  }

  .keyword-book {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .page-header {
    font-size: 24px;
  }

  .sangsang-img {
    margin-left: -24px;
    margin-right: -24px;
  }

  .h1 {
    font-size: 32px;
  }

  .tincu-sub-h {
    font-size: 24px;
  }

  .thincu-main-h {
    font-size: 40px;
  }

  .checkbox-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .contact-wrap {
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-title {
    font-size: 16px;
  }

  .navbar-mobile {
    height: 80px;
    background-color: #fff;
    border-bottom: 1px solid #edf1f5;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-item-dropdown {
    width: 100%;
    transition: all .2s;
  }

  .nav-logo-small {
    height: 44px;
  }

  .nav-m-container {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
    margin-right: 8px;
    display: flex;
  }

  .menu-btn {
    width: 56px;
    height: 80px;
    background-image: url("https://uploads-ssl.webflow.com/644647891aed6fa34621e828/646487fb69b0d805c0374f67_menu-56.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://uploads-ssl.webflow.com/644647891aed6fa34621e828/64648a3dc59a099bc4d950b6_menu-close.svg");
  }

  .nav-dropdown-list {
    position: relative;
  }

  .nav-dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #13296c;
  }

  .nav-link-m {
    width: 100%;
    color: #13296c;
    background-color: #fff;
    border-bottom: 1px solid #13296c;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    font-weight: 600;
    transition: all .2s;
  }

  .nav-link-m:hover {
    background-color: #f5f7ff;
  }

  .nav-link-m.w--current {
    color: #13296c;
  }

  .nav-link-m.sub {
    border-bottom-width: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-m.sub.w--current {
    color: #13296c;
  }

  .nav-link-m.language {
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    border-bottom-width: 0;
    justify-content: flex-end;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .nav-menu-m {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-area {
    height: 80px;
    text-align: right;
    flex: 1;
  }

  .search-btn-m {
    width: 56px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://uploads-ssl.webflow.com/644647891aed6fa34621e828/646497ea7594894b575b9a6b_search-56-new.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 0;
    position: relative;
  }

  .page-header-text {
    font-size: 28px;
  }

  .search-result-desc {
    font-size: 14px;
  }

  .new-book-info {
    text-align: center;
    border-bottom-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .new-book-title {
    font-size: 18px;
  }

  .new-book-wrap {
    flex-direction: column;margin-top: 0px;
  }

  .new-book-area {
    width: 100%;
  }

  .new-book-area.img {
    margin-left: 0;
  }

  .grad-box {
    width: 20%;
  }

  .bookmark-wrap {
    height: 640px;
    padding-top: 56px;
    padding-bottom: 88px;
  }

  .h-black {
    text-align: center;
    letter-spacing: 1px;
    margin-top: 16px;
    font-size: 32px;
  }

  .bookmark-card {
    min-height: 320px;
    margin-top: 40px;
    padding: 16px;
  }

  .share-btn {
    color: rgba(255, 255, 255, .8);
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-bottom: -6px;
    margin-right: -8px;
    padding: 4px 6px 4px 16px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
  }

  .info-share-wrap {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .bookmark-text {
    font-size: 20px;
  }

  .arrow-wrap {
    display: none;
  }

  .book-icon {
    width: 56px;
  }

  .share-icon {
    width: 32px;
    height: 32px;
  }

  .tablet-hide {
    display: none;
  }

  .language-link {
    color: #13296c;
    background-color: #fff;
    border: 1px solid #13296c;
    border-radius: 8px;
    margin-right: -12px;
    padding: 8px 12px;
    text-decoration: none;
    transition: all .2s;
  }

  .language-link:hover {
    background-color: #f5f7ff;
  }

  .indicator {
    z-index: 5;
    width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    padding-bottom: 56px;
    display: flex;
    position: absolute;
    bottom: 0;
  }

  .indicator.swiper-indicator {
    position: relative;
    top: 24px;
    bottom: 0;
  }

  .swiper-typing-wrapper {
    position: relative;
  }

  .info-download-wrap, .hover-arrow {
    display: none;
  }

  .new-book-sub {
    height: auto;
    opacity: 1;
    display: block;
  }

  .book-label-test {
    width: 40px;
    transform: translate3d(20px, 0, -20px)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .sub-title {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .writer, .thincu-label {
    font-size: 14px;
  }

  .welcome-section {
    min-height: 100vh;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .welcome-img-pc {
    display: none;
  }

  .welcome-item {
    min-height: 100vh;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .welcome-btn-pc, .book-btn-pc {
    display: none;
  }

  .welcome-mo {
    min-height: 320px;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .welcome-btn-mo {
    background-color: #13296c;
    border: 1px solid #13296c;
  }

  .welcome-btn-mo.outline {
    color: #13296c;
    background-color: #fff;
  }

  .welcome-btn-wrap {
    z-index: 10;
    align-items: stretch;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
    position: relative;
  }

  .welcome-logo {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.sns {
    flex-direction: column;
  }

  .hero-info {
    border-bottom-width: 6px;
    border-left-width: 6px;
    border-right-width: 6px;
  }

  .frame-top.tablet {
    display: none;
  }

  .frame-top.mobile {
    margin-bottom: -6px;
    display: block;
  }

  .info-title._18 {
    font-size: 16px;
  }

  .flex-area.contact-right {
    margin-left: 0;
  }

  .feature {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 24px;
  }

  .feature-img {
    width: 100%;
    margin-top: 24px;
  }

  .feature-line {
    top: -16px;
    right: -16px;
  }

  .feature-info {
    padding-right: 0;
  }

  .sticky {
    position: relative;
    top: auto;
  }

  .sticky.history {
    padding-bottom: 0;
  }

  .sticky-wrap {
    flex-direction: column;
  }

  .book-list {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .keyword-btn-list {
    width: auto;
  }

  .quotation-title {
    margin-bottom: 8px;
  }

  .book-info-wrap {
    grid-row-gap: 16px;
    padding-right: 8px;
  }

  .book-img {
    width: 96px;
  }

  .keyword-book-wrap {
    margin-bottom: 24px;
  }

  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none;
  }

  .sangsang-img {
    margin-left: -16px;
    margin-right: -16px;
  }

  .thincu-img {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }

  .thincu-contents {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .contact-wrap {
    flex-direction: column;
    align-items: stretch;
    padding: 16px 16px 40px;
  }

  .contact-title {
    margin-bottom: 8px;
  }

  .nav-m-container {
    margin-left: 16px;
    margin-right: 0;
  }

  .nav-link-m {
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-result-item {
    flex-direction: column;
  }

  .sns-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-frame {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-frame.mobile {
    display: block;
    top: -21px;
  }

  .contact-frame.pc {
    display: none;
  }

  .success-message {
    min-height: 200px;
  }

  .book-btn-pc {
    top: 0;
    right: 0;
  }
}
