@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::after {
  position: absolute;
  content: "";
  background: transparent linear-gradient(90deg, #31705B 0%, #9BB97C 100%) 0% 0% no-repeat padding-box;
  height: 2px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.second-topics-contents {
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #Fff;
  width: 96%;
  padding: 10px 0 20px;
}

.second-topics-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.second-topics-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 96%;
  margin: auto;
  border-bottom: 1px solid #DFDFDF;
  padding: 20px 0;
}

.second-topics-inner dt {
  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;
}

.second-topics-inner dd 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;
}

.second-topics-inner dd {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 25px;
}

.second-topics-inner dd a:link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@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;
  }

  .second-topics-inner dt {
    width: 76px;
    height: 76px;
  }

  .second-topics-inner dd {
    padding-left: 0;
    width: calc(100% - 84px);
    margin-left: 8px;
  }

  .year {
    font-size: 1.1rem;
  }

  .day {
    font-size: 1.8rem;
  }
  
}