.main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  width: 1200px;
  position: relative;
  overflow: hidden;
  top: 60px;
}
.ad {
  background: #d9d9d9;
  flex-shrink: 0;
  width: 728px;
  height: 90px;
  margin-top: 20px
}
.search-block {
  background: #ffffff;
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.go-btn {
  border: 2px solid #c0c0c0;
  flex-shrink: 0;
  width: 50px;
  height: 30px;
}
.search-bar {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.gdate {
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  width: 150px;
  height: 30px;
  font-size: 16px;
}
.go-btn {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  width: 50px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
  background: #e5e9ff;
}
.keyword {
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  width: 150px;
  height: 30px;
  font-size: 16px;
  padding-left: 5px;
}
.search-btn {
  border: 1px solid #c0c0c0;
  border-radius: 10px;
  width: 50px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
  background: #e5e9ff;
}
.filter {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
}
.option {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
label:has(.yicon){
  height: 20px;
}
label:has(.ticon){
  height: 28px;
}
.block {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}
.time_bar {
  background: #e6eaff;
  border: 2px solid #c0c0c0;
  border-radius: 5px;
  width: 100%;
  justify-content: center;
  display: flex;
}
.time {
  color: #000000;
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  line-height: 200%;
  font-weight: 400;
  white-space: nowrap;
}
.p_cards {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.p_card {
  background: #ffffff;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 380px;
  box-shadow: 0px 0px 5px 0.5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.p_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  overflow: hidden;
}
.p_info_l {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  overflow: hidden;
}
.p_time {
  color: #000000;
  text-align: left;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  margin-right: 5px;
}
a:has(.yicon){
  height: 20px;
}
a:has(.ticon){
  height: 28px;
}
.yicon {
  flex-shrink: 0;
  height: 20px;
  object-fit: cover;
  aspect-ratio: 47/33;
}
.ticon {
  flex-shrink: 0;
  height: 28px;
  object-fit: cover;
  aspect-ratio: 43/50;
}
.premiere {
  color: red;
  font-size: 20px;
}
.p_vt {
  text-align: right;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.p_img {
  align-self: stretch;
  flex-shrink: 0;
  height: 198px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.p_title {
  color: #000000;
  text-align: center;
  font-family: sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  align-items: center;
}
.page_link {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.page_link a {
    font-weight: 600;
    padding: 5px 10px;
}
.page_link a:hover{
	background: #e5e9ff;
}
.page_link .active {
    background: #e5e9ff;
}