@charset "UTF-8";
.areaProducts_cols {
  display: flex;
  justify-content: space-between;
}
.areaProducts_col-no1 {
  min-width: 270px;
  max-width: 336px;
  width: 31%;
  flex-shrink: 0;
}
.areaProducts_box {
  color: #fff;
  text-align: center;
  background: #0c2449;
  padding: 35px 25px 41px;
}
.areaProducts_box-noBox {
  color: #0c2449;
  background: transparent;
  padding: 0;
  margin-top: 30px;
}
.areaProducts_box > h3 {
  line-height: 1.478;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 4px;
}
.areaProducts_box > span {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}
.areaProducts_box .gSearch {
  margin: 13px 0 0;
}
.areaProducts_box > ul {
  list-style: none;
  margin-top: 14px;
}
.areaProducts_box > ul > li {
  border-top: 1px solid #ddd;
}
.areaProducts_box > ul > li:last-child {
  border-bottom: 1px solid #ddd;
}
.areaProducts_box > ul > li > a {
  display: block;
  text-align: left;
  position: relative;
  background-color: transparent;
  transition-duration: .3s;
  transition-property: background-color, color;
  padding: 11px 40px 12px 17px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
.areaProducts_box > ul > li > a::after {
  content: "\e904";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  color: #0c2449;
  font-family: "icomoon";
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.areaProducts_col-no2 {
  flex-grow: 1;
  max-width: 712px;
  width: 66%;
  padding-left: 40px;
}
.areaProducts_col-no3 {
  flex-grow: 1;
  max-width: 677px;
  width: 66%;
  padding-left: 40px;
}
.products_title {
  line-height: 1.46;
  color: #0c2449;
  font-size: 35px;
  border-top: 1px solid #0c2449;
  padding: 26px 0;
}
.products_title small {
  font-size: 25px;
}
.products_item + .products_item {
  margin-top: 30px;
}
.products_infoWrap {
  background: #0c2449;
  padding: 13px 20px;
}
.products_info {
  display: flex;
  align-items: center;
  color: #fff;
  border-top: 1px solid #fff;
  padding: 13px 0;
}
.products_info:first-child {
  border-top: none;
  padding-top: 0;
}
.products_info:last-child {
  padding-bottom: 0;
}
.products_info-first {
  padding: 8px 0;
}
.products_label {
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
  width: 98px;
  padding-right: 10px;
}
.products_info > h4 {
  line-height: 1.44;
  font-size: 25px;
  font-weight: bold;
}
.products_info > p {
  line-height: 1.444;
  font-size: 18px;
  font-weight: bold;
}
.products_box {
  background: #e8f1ff;
  padding: 23px 20px 25px;
}
.products_boxInner {
  background: #fff;
  padding: 3px 26px;
}
.products_btn {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.excelLink {
  margin-top: 39px;
}
.excelLink > a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  padding: 24px 20px;
  background: #1a61ce;
  border: 1px solid #1a61ce;
  line-height: 1.5;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.excelLink > a::after {
  content: "\e907";
  display: block;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  margin-left: 19px;
  font-family: "icomoon";
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}
.entry_category_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -4px 0;
}
.entry_category {
  background: #1961ce;
  line-height: 1.43;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  min-width: 122px;
  text-align: center;
  margin: 0 8px 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entry_title {
  line-height: 1.46;
  color: #0c2449;
  font-size: 35px;
  margin: 15px 0;
}
.entry_info {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #0c2449;
  padding-bottom: 26px;
  margin-bottom: 25px;
}
.entry_label {
  color: #0c2449;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 0 13px 1px 14px;
  border: 1px solid #0c2449;
  flex-shrink: 0;
}
.entry_info > p {
  margin-left: 10px;
  color: #0c2449;
  line-height: 1.444;
  font-size: 18px;
  font-weight: bold;
}
.entry_subtitle {
  color: #0c2449;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  padding: 6px 0 4px 20px;
  margin-bottom: 23px;
}
.entry_subtitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: #1961ce;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.entry_table > tbody > tr:first-child {
  border-top: 1px solid #ddd;
}
.entry_table > tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}
.entry_table > tbody > tr > th {
  width: 167px;
  padding: 20px 20px 19px 0;
}
.entry_table > tbody > tr > td {
  padding: 20px 0 19px;
}
.entry_table:not(:has(th)) + .entry_note {
  display: none;
}
.entry_note {
  line-height: 1.42;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  margin-top: 20px;
}
.entry_btn {
  display: flex;
  justify-content: flex-end;
  margin: 60px -15px -8px 0;
}
.entry_btn > a {
  margin: 0 15px 8px 0;
}
.entry_btn-1 {
  padding: 13px 33px;
}
.entry_btn-1::after {
  content: "\e906";
  font-size: 18px;
  margin-right: 0;
}
.entry_btn-2::after {
  margin-left: 17px;
  margin-right: 2px;
}
@media screen and (min-width: 1000px) {
  .areaProducts_box > ul > li > a:hover {
    background-color: rgba(0, 37, 75, 0.05);
    opacity: 1;
  }
  .excelLink > a:hover {
    opacity: 1;
    background: #fff;
    color: #1a61ce;
  }
}
@media screen and (max-width: 999px) {
  .areaProducts_col-no2 {
    padding-left: 25px;
  }
  .areaProducts_col-no3 {
    padding-left: 25px;
  }
  .entry_table > tbody > tr > th {
    width: 122px;
  }
  .entry_btn {
    flex-direction: column;
    align-items: center;
    margin: 60px 0 0 auto;
    width: fit-content;
  }
  .entry_btn > a {
    margin: 0;
    width: 100%;
  }
  .entry_btn > a + a {
    margin-top: 8px;
  }
}
@media screen and (max-width: 699px) {
  .areaProducts_cols {
    display: block;
  }
  .areaProducts_col {
    width: auto;
    min-width: 0;
    max-width: none;
  }
  .areaProducts_col-no1 {
    flex-shrink: unset;
  }
  .areaProducts_box {
    padding: 25px 15px 28px;
  }
  .areaProducts_box-noBox {
    padding: 0;
  }
  .areaProducts_box > h3 {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 1px;
  }
  .areaProducts_box > span {
    font-size: 14px;
  }
  .areaProducts_box > ul {
    margin-top: 16px;
  }
  .areaProducts_box > ul > li > a {
    padding: 10px 37px 10px 13px;
    font-size: 14px;
  }
  .areaProducts_box > ul > li > a::after {
    font-size: 14px;
  }
  .areaProducts_col-no2 {
    margin-top: 25px;
    flex-grow: unset;
    padding-left: 0;
  }
  .areaProducts_col-no3 {
    margin-top: 25px;
    flex-grow: unset;
    padding-left: 0;
  }
  .products_title {
    line-height: 1.5;
    font-size: 25px;
    padding: 20px 0;
  }
  .products_title small {
    font-size: 20px;
  }
  .products_item + .products_item {
    margin-top: 20px;
  }
  .products_infoWrap {
    padding: 12px 15px;
  }
  .products_label {
    line-height: 1.43;
    font-size: 14px;
    width: 80px;
  }
  .products_info > h4 {
    line-height: 1.5;
    font-size: 20px;
  }
  .products_info > p {
    line-height: 1.5;
    font-size: 16px;
  }
  .products_box {
    padding: 20px 15px;
  }
  .products_boxInner {
    padding: 3px 15px;
  }
  .products_btn {
    margin-top: 13px;
    justify-content: center;
  }
  .excelLink {
    margin-top: 25px;
  }
  .excelLink > a {
    padding: 17px 20px;
    font-size: 18px;
  }
  .excelLink > a::after {
    transform: translateY(0);
    margin-left: 15px;
    font-size: 20px;
  }
  .entry_title {
    line-height: 1.5;
    font-size: 25px;
    margin: 10px 0;
  }
  .entry_subtitle {
    font-size: 16px;
    padding: 2px 0 3px 15px;
  }
  .entry_subtitle::before {
    width: 5px;
  }
  .entry_category {
    padding: 5px 10px;
    min-width: 88px;
  }
  .entry_label {
    padding: 0 8px 1px;
  }
  .entry_info {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .entry_info > p {
    font-size: 16px;
    margin-left: 8px;
  }
  .entry_table > tbody > tr > th {
    width: 104px;
    padding: 10px 15px 10px 0;
  }
  .entry_table > tbody > tr > td {
    padding: 10px 0;
  }
  .entry_note {
    font-size: 11px;
    margin-top: 14px;
  }
  .entry_btn {
    margin: 40px auto 0;
  }
  .entry_btn-1 {
    padding: 12px 18px;
  }
  .entry_btn-1::after {
    font-size: 16px;
  }
}


/* Paging (base) */
.pagination{
  margin-top: 32px;
  padding-bottom: 3px;
}

.pagination .page-numbers{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Item */
.pagination .page-numbers li{
  margin: 0;
}

/* Link / Current */
.pagination .page-numbers a,
.pagination .page-numbers span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(25, 97, 206, 0.35); /* #1961ce */
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

/* Normal link */
.pagination .page-numbers a{
  color: #1961ce;
  background: #fff;
}

/* Hover / Focus */
.pagination .page-numbers a:hover,
.pagination .page-numbers a:focus-visible{
  background: rgba(25, 97, 206, 0.08);
  border-color: #1961ce;
  outline: none;
  box-shadow: 0 0 0 3px rgba(25, 97, 206, 0.18);
}

/* Current */
.pagination .page-numbers .current{
  background: #1961ce;
  border-color: #1961ce;
  color: #fff;
  font-weight: 700;
}

/* Prev / Next (optional) */
.pagination .page-numbers .prev,
.pagination .page-numbers .next{
  min-width: 64px;
  padding: 0 16px;
}

/* Disabled (if any theme outputs it as span) */
.pagination .page-numbers .disabled{
  opacity: .45;
  pointer-events: none;
}

/* Small screens */
@media (max-width: 767px){
  .pagination{
    margin-top: 24px;
  }
  .pagination .page-numbers a,
  .pagination .page-numbers span{
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
  }
  .pagination .page-numbers .prev,
  .pagination .page-numbers .next{
    min-width: 56px;
    padding: 0 14px;
  }
}
