@charset "UTF-8";

.title {
  background: url(/edu/grad/master/news/img/title_bg.png) no-repeat center center;
  background-size: cover;
}

/*
======================================*/
.green_bg_inner {
  background: linear-gradient(90deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
}

/*
======================================*/
.contents-box {
  padding: 50px 0 0;
  height: 440px;
}

.title_large {
  font-size: 3rem;
  font-weight: bold;
}

.contents-box_inner {
  width: 80%;
  margin: 0 5% 0 auto;
  transform: translateY(-340px);
  line-height: 1.8;
  margin-bottom: -200px;
}

.paragraph {
  margin-bottom: 60px;
}

/*news*/
.news_leadtxt-box {
  position: relative;
  padding: 10px 0;
  width: 96%;
  margin: auto;
}

.news_leadtxt-box::before {
  position: absolute;
  content: "";
  background: transparent linear-gradient(90deg, #31705B 0%, #9BB97C 100%) 0% 0% no-repeat padding-box;
  height: 2px;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.news_leadtxt-box::after {
  position: absolute;
  content: "";
  background: #999999;
  height: 1px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.news_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 96%;
  margin: auto;
  padding: 20px 0;
}

.news_leadtxt-box time {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.date {
  background: #31705A;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.year {
  color: #fff;
  font-size: 1.2rem;
}

.day {
  color: #fff;
  font-size: 2rem;
}

.news_leadtxt-box .news_head--title span {
  font-size: 1.4rem;
  width: 80px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.text_exam {
  background: #89B8BD;
}

.text_cat {
  background: #9BB97C;
}

.text_event {
  background: #DA936E;
}

.news_head--title {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 25px;
}

.news-main-box {
  width: 90%;
  margin: 60px auto;
}

.last-line {
  border-bottom: solid 1px #999;
  width: 100%;
  height: 1px;
  display: block;
}

.back-btn {
  text-align: center;
}

.back-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #31705A;
  padding: 10px 5px;
  border: 1px solid #31705A;
  margin: 60px auto 0;
  width: 230px;
}
.back-btn a::before {
  content: ">";
  font-size: 2rem;
  padding-right: 10px;
}
.news-main-box a:link {
	display: inline-block;
	color: #3798e1;
	text-decoration: underline;
}
.news-main-box a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
  .green_bg_inner {
    background: linear-gradient(90deg, rgba(49, 112, 90, 1) 0%, rgba(155, 185, 124, 1) 100%);
    width: 95%;
    height: auto;
    margin-bottom: 50px;
  }

  .white_box {
    background: #fff;
    padding: 40px 5%;
  }

  .green_bg {
    width: 100%;
  }

  .contents-box_inner {
    max-width: 100%;
    margin: 0 0 0 5%;
    transform: translateY(-390px);
    margin-bottom: -300px;
  }

  .contact-txt {
    width: 100%;
    margin-left: 0;
  }

  .news_leadtxt-box time {
    width: 76px;
    height: 76px;
  }

  .news_head--title {
    padding-left: 0;
    width: calc(100% - 84px);
    margin-left: 8px;
  }

  .year {
    font-size: 1.1rem;
  }

  .day {
    font-size: 1.8rem;
  }
}