.news-bg {
  background-image: url(/assets/images/terms_and_privacy/Terms_privacy_Bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: -15px;
  min-width: 1200px;
}

.news-title-img {
  width: 30%;
}

.news-list-bg {
  background-color: white;
  border-radius: 10px;
}

.news-container {
  text-align: center;
  padding: 10%;
  max-width: 1800px;
  margin: auto;
}

.news-list-area {
  max-width: 1200px;
  padding: 5%;
}

.news-list {
  margin: 1.5% 0;
  border-radius: 10px;
  height: 150px;
  background-color: #e9f2f3;
  color: #001c40;
}

.news-list-thumbnail {
  display: inline-block;
  line-height: 144px;
  padding: 1.5px 0;
  height: 100%;
  width: 24%;
}

.news-list-thumbnail img {
  height: 140px;
  width: 100%;
  vertical-align: middle;
  object-fit: cover;

  margin: auto;
}

.news-list-detail {
  padding: 2% 2% 1.5% 3%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 74%;
}

.news-list-title {
  font-size: 120%;
  text-align: left;
  vertical-align: top;
  height: 85%;
  overflow-wrap: break-word;
}

.news-list-date {
  font-size: 90%;
  text-align: right;
  height: 10%;
  margin-top: auto;
}

.news-detail-box {
  margin: 8% 10% 5%;
  border-radius: 10px;
  padding: 5%;
  height: 100%;
  background-color: #e9f2f3;
  color: #001c40;
}

.news-detail-area {
  margin-bottom: 3%;
}

.news-detail-title {
  text-align: left;
  font-size: 150%;
}

.news-detail-date {
  margin: 1% 0.5%;
  text-align: left;
  font-size: 70%;
}

.news-detail-body {
  font-size: 100%;
  text-align: left;
  line-height: 150%;
  padding: 5% 0;
}

.news-detail-header {
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding: 1% 0;
}

.news-detail-table {
  table-layout: fixed;
  margin-top: 2.5em;
  width: 100%;
  line-height: 1.3;
}
.news-detail-table thead th {
  text-align: center;
  background-color: #081A1F;
  color: #fff;
  padding: 5px 0;
}
.news-detail-table thead th:first-child{
  border-right: 10px solid #fff;
}
.news-detail-table thead th:last-child{
  width: 30%;
}
.news-detail-table tbody td {
  padding: 2px 0;
  word-wrap: break-word;
}

.news-detail-pagination li {
  margin: 0 1%;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  cursor: pointer;
  height: 50px;
  background-color: #b4bfc0;
  border-radius: 15px;
}

.news-detail-pagination-back,
.news-detail-pagination-next {
  padding: 1.5% 4%;
}

.news-detail-pagination-back img,
.news-detail-pagination-next img {
  height: 100%;
}

.news-detail-list {
  padding: 15px 4%;
}

.news-detail-strong-text {
  color: red;
}

.news-detail-sm-strong-text {
  color: orange;
}

.news-detail-next img {
  height: 100%;
}

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

.news-detail-img {
  width: 50%;
  margin: auto;
  text-align: center;
}

.news-detail-link {
  color: #2390a6;
  text-decoration: underline;
}

.news-detail-link-hover {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}

.news-detail-link-hover:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}

.news-pagination {
  margin: 4% 0 8%;
  text-align: center;
}

.news-pagination li {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  padding: 10px 15px;
  color: #afbdc0;
  vertical-align: middle;
  margin: auto;
  cursor: pointer;
}

.news-pagination-arr-img {
  width: 50px;
  vertical-align: middle;
}

.news-pagination-arr-back-img {
  background-size: cover;
  width: 40px;
  height: 60px;
  background-image: url("/assets/images/common/arr_back.png");
}

.news-pagination-arr-back-img:hover {
  background-image: url("/assets/images/common/arr_back_on.png");
}

.news-pagination-arr-next-img {
  background-size: cover;
  width: 40px;
  height: 60px;
  background-image: url("/assets/images/common/arr_next.png");
}

.news-pagination-arr-next-img:hover {
  background-image: url("/assets/images/common/arr_next_on.png");
}


.news-detail2-table {
  table-layout: fixed;
  width: 100%;
  line-height: 1.3;
  border:solid #333 2px;
  background-clip: padding-box;
}
.news-detail2-table thead th {
  text-align: center;
  background-color: #081A1F;
  color: #fff;
  padding: 5px 0;
  border:solid #333 2px;
  background-clip: padding-box;
}
.news-detail2-table tbody th:first-child{
  width: 5%;
  border-right: 10px solid #fff;
  border:solid #333 2px;
  background-clip: padding-box;
}
.news-detail2-table tbody th:last-child{
  border:solid #333 2px;
  background-clip: padding-box;
}
.news-detail2-table tbody td {
  padding: 2px 0;
  word-wrap: break-word;
  border:solid #333 2px;
  background-clip: padding-box;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.hr1 {
  border-top: 1px solid #aaa;
}

@media screen and (max-width: 767px) {
  .news-bg {
    min-width: 100%;
  }

  .news-title-img {
    width: 60%;
    margin: 10% 0 7%;
  }

  .news-container {
    text-align: center;
    padding: 20% 0 10%;
  }

  .news-list {
    margin: 5% 0;
    border-radius: 10px;
    height: 100px;
  }

  .news-list-title {
    font-size: 95%;
  }

  .news-list-date {
    font-size: 85%;
  }

  .news-list-thumbnail {
    padding: 1.1%;

    display: inline-block;
    line-height: 90px;
    width: 40%;
  }

  .news-list-thumbnail img {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    object-fit: cover;

    margin: auto;
  }

  .news-list-detail {
    padding: 2% 2% 1.5% 1.5%;
    width: 58%;
  }

  .news-detail-box {
    margin: 8% 0% 5%;
    border-radius: 10px;
    padding: 10% 8%;
    height: 100%;
  }

  .news-detail-title {
    text-align: left;
    font-size: 100%;
  }

  .news-detail-date {
    margin: 2% 0.5%;
    text-align: left;
    font-size: 70%;
  }

  .news-detail-area {
    margin-bottom: 7%;
  }

  .news-detail-body {
    font-size: 90%;
    text-align: left;
    line-height: 150%;
    padding: 5% 0;
  }

  .news-detail-pagination-back img {
    height: 100%;
  }

  .news-detail-pagination li {
    margin: 0 2%;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    background-color: #b4bfc0;
    border-radius: 15px;
  }

  .news-detail-list {
    font-size: 90%;
    padding: 10px 8%;
  }

  .news-detail-pagination-back,
  .news-detail-pagination-next {
    padding: 3% 7%;
  }

  .news-detail-img {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .news-pagination li {
    font-size: 1rem;
  }

  .news-pagination-arr-back-img {
    background-size: cover;
    width: 35px;
    height: 50px;
    background-image: url("/assets/images/common/arr_back.png");
  }

  .news-pagination-arr-next-img {
    background-size: cover;
    width: 35px;
    height: 50px;
    background-image: url("/assets/images/common/arr_next.png");
  }
}
