/* main color */
/* base color */
/* gray type */
/* xirn accent */
.l_sub .section_01 {
  padding-top: 80px;
}
.l_sub .section_01 .inner .box_list .box_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 140px;
}
.l_sub .section_01 .inner .box_list .box_top .wrap_input {
  margin: 0;
}
.l_sub .section_01 .inner .box_list .box_top .wrap_input .select_box {
  width: 160px;
  border: none;
  border-bottom: 2px solid #333333;
  border-radius: 0;
}
.l_sub .section_01 .inner .box_list .box_top .wrap_input .input_wrap {
  width: 275px;
  height: 50px;
  border-bottom: 2px solid #333333;
  margin-left: 20px;
  position: relative;
}
.l_sub .section_01 .inner .box_list .box_top .wrap_input .input_wrap input {
  width: 90%;
  height: 100%;
  border: none;
  border-radius: 0;
}
.l_sub .section_01 .inner .box_list .box_top .wrap_input .input_wrap .btn_search {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 20px;
  height: 21px;
  background: url(../../../images/common/icon_input_search.png) no-repeat 0 0/contain;
}
.l_sub .section_01 .inner .box_list .box_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li {
  width: 380px;
  height: 320px;
  padding: 30px;
  color: #666666;
  position: relative;
  transition: all 0.2s;
  border: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li:hover {
  background: #3e6985;
  color: #ffffff;
  border-color: #3e6985;
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.2);
}
.l_sub .section_01 .inner .box_list .box_wrap ul li:hover .txt_wrap .publish {
  border-color: #ffffff;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li:hover .txt_wrap .publish {
  font-weight: bold;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li.award:hover {
  background: #006b8e;
  border-color: #006b8e;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li:nth-of-type(3n + 2) {
  margin: 30px 30px 0;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li:nth-child(-n+3) {
  margin-top: 0;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li .txt_wrap .publish {
  font-size: 16px;
  padding: 0 12px 20px;
  border-bottom: 1px solid #333333;
  margin-bottom: 12px;
  font-weight: 500;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li .txt_wrap .subject {
  padding: 0 12px;
  font-size: 21px;
  line-height: 31px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  word-break: keep-all;
  word-wrap: break-word;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li .btn_wrap {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li .btn_wrap a {
  margin-left: auto;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #666666;
  background: #f7f7f7;
  transition: all 0.2s;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li .btn_wrap a .icon {
  margin-left: 10px;
  background-image: url(../../../images/sub/my/icon_box_arrow.png);
  width: 13px;
  height: 10px;
}
.l_sub .section_01 .inner .box_list .box_wrap ul li .btn_wrap a:hover {
  background: #ffffff;
}
.l_sub .section_01 .inner .pagination {
  margin-top: 70px;
}
.l_sub .section_01 .inner .content .content_box {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
}
.l_sub .section_01 .inner .content .content_box .title_box {
  border-bottom: 1px solid #333333;
  padding: 42px 50px;
}
.l_sub .section_01 .inner .content .content_box .title_box h3 {
  font-size: 29px;
  line-height: 36px;
  font-weight: 500;
  color: #000000;
}
.l_sub .section_01 .inner .content .content_box .title_box .info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  line-height: 25px;
}
.l_sub .section_01 .inner .content .content_box .title_box .info dl {
  margin: 0 12px;
  padding-left: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.l_sub .section_01 .inner .content .content_box .title_box .info dl::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333333;
}
.l_sub .section_01 .inner .content .content_box .title_box .period {
  display: flex;
  align-items: center;
  line-height: 30px;
  margin-top: 20px;
  font-size: 15px;
}
.l_sub .section_01 .inner .content .content_box .title_box .period dl {
  position: relative;
  display: flex;
  align-items: center;
}
.l_sub .section_01 .inner .content .content_box .title_box .period dl dt {
  width: 100px;
  height: 30px;
  background-color: #888888;
  text-align: center;
  color: #ffffff;
  margin-right: 15px;
}
.l_sub .section_01 .inner .content .content_box .title_box .period dl + dl {
  margin-left: 30px;
}
.l_sub .section_01 .inner .content .content_box .view_box {
  padding: 30px 50px 80px;
}
.l_sub .section_01 .inner .content .content_box .view_box img {
  display: block;
  margin: 50px auto 80px;
}
.l_sub .section_01 .inner .content .content_box .view_box div {
  font-size: 16px;
  line-height: 26px;
  word-break: keep-all;
  word-wrap: break-word;
}
.l_sub .section_01 .inner .content .content_box .view_box p {
  margin: 30px 0;
  line-height: 1.2;
}
.l_sub .section_01 .inner .content .content_box .list_box dl {
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 35px;
  line-height: 28px;
  border-top: 1px solid #333333;
  transition: all 0.2s;
}
.l_sub .section_01 .inner .content .content_box .list_box dl:hover {
  background: #f2f6f7;
}
.l_sub .section_01 .inner .content .content_box .list_box dl dt {
  display: flex;
  align-items: center;
  margin-right: 50px;
  font-weight: 500;
}
.l_sub .section_01 .inner .content .content_box .list_box dl dt .icon {
  width: 20px;
  height: 10px;
  margin-right: 15px;
  background-image: url(../../../images/sub/brand/news/icon_arrow.png);
}
.l_sub .section_01 .inner .content .content_box .list_box dl dt .icon_next {
  transform: rotate(180deg);
}
.l_sub .section_01 .inner .content .content_box .list_box dl .title {
  max-width: 880px;
  font-weight: 500;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  height: 28px;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.l_sub .section_01 .inner .content .content_box .list_box dl .date {
  margin-left: auto;
  color: #888888;
}
.l_sub .section_01 .inner .content .btn {
  width: 160px;
  height: 60px;
  margin: 60px auto 0;
}