@charset "utf-8";

.main {
  background: transparent;
  padding: 0 15px;
}

.bl_pageHeader {
  background-image: url(/files/cont/today/pageHeader_bg.jpg);
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  background-size: cover;
}

.bl_pageHeader_inner {
  background-color: rgba(244,242,222,.9);
  width: 350px;
  padding: 20px 15px 30px;
}
.bl_pageHeader_title {
  text-align: center;
  padding: 7px 0;
  margin-bottom: 15px;
}
.bl_pageHeader_dateWrapper {
  text-align: center;
  display: block;
  margin-bottom: 18px;
  background-color: #A1CCD1;
  padding: 5px 0;
}
.bl_pageHeader_date {
  font-weight: bold;
  font-size: 22px;
  padding: 4px 15px 2px;
  color: #1f2322;
<!--{* text-shadow: 2px 2px 0 rgba(77,43,0,.5); *}-->
}
.bl_pageHeader_text {
  font-size: 16px;
  color: #4D2B00;
}

.bl_pageHeader_btn {
  text-align: right;
  margin: 20px 0 0;
}
.bl_pageHeader_btn a {
  border: 3px solid #E9B384;
  color:#E9B384;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 30px;
  background-color: white;
  border-radius: 5px;
  transition: all .3s;
}
.bl_pageHeader_btn a:hover {
  color: white;
  background-color: #E9B384;
}
.bl_pageHeader_link_l {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin: 20px 0 0;
}
.bl_pageHeader_link_r {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin: 20px 0 0;
}
.bl_pageHeader_link_c {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto 0;
}

.bl_timeline {
  position: relative;
}
.bl_timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: #A1CCD1;
}

.bl_postItem {
  position: relative;
  padding: 14px 0 14px 40px;
  border-bottom: 0;
  margin-bottom: 0;
}
.bl_postItem::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-38% , -50%);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #A1CCD1;
  transition: all .3s;
}
.bl_postItem.is_hover::before {
  background-color: #E9B384;
  transform: translate(-38% , -50%) scale(110%);
}

.bl_postItem_time {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translate(-50% , -50%);
  font-size: 18px;
  font-weight: bold;
  color: #1f2322;
  transition: all .3s;
}
.bl_postItem.is_hover .bl_postItem_time {
  color: #E9B384;
}

.bl_postItem_body {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.4);
  position: relative;
  transition: all .3s;
  display: flex;
}
.bl_postItem_body:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  transform: scale(102%);
}
.bl_postItem_body > a {
  display: block;
}

.bl_postItem_body::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%) rotate(-40deg) skew(20deg);
  background: white;
  width: 24px;
  height: 24px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.4);
  transition: all .3s;
}
.bl_postItem_body:hover::before {
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.bl_postItem_body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
}

.bl_postItem_text,
.bl_postItem_thumb {
  z-index: 5;
  position: relative;
}

.bl_postItem_title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.bl_postItem_substr {
  color: #000;
  margin: 5px 0;
}

.bl_postItem a:hover .bl_postItem_title,
.bl_postItem a:hover .bl_postItem_substr {
  text-decoration: underline;
}

.bl_postItem_thumb {
  width: 140px;
  flex-shrink: 0;
  margin-left: 15px;
  text-align: center;
}
.bl_postItem_thumb img {
  border-radius: 5px;
  max-height: 93px;
}

.bl_postItem_icon {
  margin-right: 5px;
}
.bl_postItem_icon img {
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}

.week {
  margin-left: 10px;
  padding: 0 0 2px 0;
  width: 64px;
  height: 22px;
  color: #fff;
  background-color: #808080;
  font-size: 14px;
  position: relative;  
}

.week:before, .week:after {
  content: "";
  position: absolute;
}
.date {
  margin-left: 10px;
  width: 64px;
  background-color: #fff;
}

.month {
  margin-left: 10px;
  width: 64px;
  height: 20px;
  color: #606060;
  font-size: 16px;
  position: relative;
  text-align:left;
}

.day {
  width: 64px;
  height: 42px;
  color: #606060;
  position: relative;
  padding-bottom:10px;
  font-size: 28px;
  margin-top: -5px;
}
.day:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-top: 7px solid #e0e0e0;
  border-right: 7px solid transparent;
  box-shadow: -0.5px -0.5px 1.2px #555;
}
.un_tabs {
  background-color: #f0f0f0;
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 5px;
  margin-bottom: 40px;
  position: relative;
  border-width:5px;
}
.un_tab {
  width: 82px;
  height: 96px;
  margin-bottom: 0px;
  padding-top: 8px;
  box-sizing: border-box;
  background-color: #d5d1d1;
  text-align: center;
  position: relative;
}
.un_tab:before,.un_tab:after {
  content: "";
  position: absolute;
  top: -5px;
  width: 4px;
  height: 10px;
  border-radius: 3px;
  filter: drop-shadow(0.7px 0.3px 0.5px #0e0e0e);
  background-color: #c0c0c0;
}
.un_tab:before {
  left: 8px;
}
.un_tab:after {
  right: 8px;
}
.un_tab:hover {
  color: #444;
  font-weight: 500;
  opacity: 1;
}
.un_tab.is_active {
  background-color: #39aabc;
  border-color: #39aabc;
  font-weight: bold;
  pointer-events: none;
  color: #fff;
  opacity: 1;
}
.un_tab.is_active::before {
  width: 0px;
}
.un_tab.is_active::after {
  content: "";
  display: block;
  width: 42px;
  height: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #39aabc;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top:-1px;
}
