#create {
  --section-color:#0064B6;
  padding-inline: 35px;
  padding-block: 60px;
}
@media screen and (min-width: 576px) {
  #create {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #create {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  #create {
    padding-block: 70px;
  }
}
@media screen and (min-width: 992px) {
  #create {
    padding-block: 80px 100px;
  }
}
#create._english {
  --section-color:#00A1D1;
}

.contents_inner {
  max-width: 1100px;
  margin-inline: auto;
}

.create_block {
  max-width: 800px;
  margin-inline: auto;
}

.create_row a {
  position: relative;
  display: block;
  -webkit-padding-end: 60px;
          padding-inline-end: 60px;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
  border-bottom: solid 1px #D3E6F5;
}
.create_row a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px var(--section-color);
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 992px) {
  .create_row a::before {
    bottom: 25px;
  }
}
.create_row a::after {
  content: "";
  position: absolute;
  bottom: 46px;
  right: 17px;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../../img/common/arrow.svg);
          mask-image: url(../../img/common/arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--section-color);
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 992px) {
  .create_row a::after {
    bottom: 41px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .create_row a:hover::before, .create_row a:hover::after {
    translate: 5px 0;
  }
  .create_row a:hover::before {
    background-color: var(--section-color);
  }
  .create_row a:hover::after {
    background-color: #fff;
  }
  .create_row a:hover .create_title {
    color: var(--section-color);
  }
}
.create_row + .create_row {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}
@media screen and (min-width: 992px) {
  .create_row + .create_row {
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
  }
}

.create_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.create_info_category {
  border: solid 1px var(--section-color);
  color: var(--section-color);
  border-radius: 999px;
  padding-inline: 20px;
  padding-block: 4px;
  line-height: 1.5;
}

.create_date {
  font-size: 1.5rem;
  color: var(--section-color);
}

.create_title {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  color: #3B3B3C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 992px) {
  .create_title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}

._english .pagination_list {
  --pagination-button:#00A1D1;
}

.pagination_list {
  --pagination-button:#0064B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_item.number {
  padding-inline: 20px;
  color: var(--pagination-button);
  font-size: 1.6rem;
}
@media screen and (min-width: 576px) {
  .page_item.number {
    padding-inline: 30px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .page_item.number {
    font-size: 2rem;
    padding-inline: 40px;
  }
}
.page_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEFBFF;
  color: var(--pagination-button);
  aspect-ratio: 1/1;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .page_item a {
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .page_item a {
    width: 55px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item a:hover {
    color: #fff;
    background-color: var(--pagination-button);
  }
}
.page_item.first a {
  position: relative;
  background-color: #D8D8D8;
  border: solid 1px #D8D8D8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_item.first a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  -webkit-mask-image: url(../../img/common/arrow02.svg);
          mask-image: url(../../img/common/arrow02.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 768px) {
  .page_item.first a::before {
    width: 18px;
    height: 11px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item.first a:hover {
    background-color: #000;
  }
  .page_item.first a:hover::before {
    background-color: #fff;
    translate: -3px 0;
  }
}
.page_item.prev a {
  position: relative;
  background-color: #D8D8D8;
  border: solid 1px #D8D8D8;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_item.prev a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  -webkit-mask-image: url(../../img/common/arrow.svg);
          mask-image: url(../../img/common/arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  rotate: 180deg;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 768px) {
  .page_item.prev a::before {
    width: 7px;
    height: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item.prev a:hover {
    background-color: #000;
  }
  .page_item.prev a:hover::before {
    background-color: #fff;
    translate: -3px 0;
  }
}
.page_item.next a {
  position: relative;
  background-color: var(--pagination-button);
  border: solid 1px var(--pagination-button);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_item.next a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 8px;
  -webkit-mask-image: url(../../img/common/arrow.svg);
          mask-image: url(../../img/common/arrow.svg);
  background-color: #fff;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
}
@media screen and (min-width: 768px) {
  .page_item.next a::before {
    width: 7px;
    height: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item.next a:hover {
    background-color: #fff;
  }
  .page_item.next a:hover::before {
    background-color: var(--pagination-button);
    translate: 3px 0;
  }
}
.page_item.last a {
  position: relative;
  background-color: var(--pagination-button);
  border: solid 1px var(--pagination-button);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.page_item.last a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  -webkit-mask-image: url(../../img/common/arrow02.svg);
          mask-image: url(../../img/common/arrow02.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, translate 0.3s;
  transition: background-color 0.3s, translate 0.3s;
  rotate: 180deg;
}
@media screen and (min-width: 768px) {
  .page_item.last a::before {
    width: 18px;
    height: 11px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page_item.last a:hover {
    background-color: #fff;
  }
  .page_item.last a:hover::before {
    background-color: var(--pagination-button);
    translate: 3px 0;
  }
}

.pagination {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .pagination {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
@media screen and (min-width: 992px) {
  .pagination {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
/*# sourceMappingURL=create.css.map */