﻿.baseStyle{
  padding-bottom: 5rem;
  background-image: url('../../images/index/baseStyle-big-bg.png');
  background-size: cover;
}

.baseStyle .base-wrapper{
  height: 27.125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.5rem;
}

.baseStyle .base-wrapper .list-wrapper{
  flex: 1;
  height: 100%;
}

.baseStyle .base-wrapper .img-wrapper{
  width: 38.8125rem;
  height: 27.125rem;
  position: relative;
  margin-left: 5.875rem;
  background-image: url('../../images/index/baseStyle-bg.png');
  background-size: cover;
}

.baseStyle .base-wrapper .img-wrapper .img{
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
}

.baseStyle .base-wrapper .img-wrapper .img img{
  width: 41.0625rem;
  height: 23.3125rem;
  object-fit: cover;
}

.baseStyle .base-wrapper .img-wrapper .img .title{
  position: absolute;
  bottom:0;
  z-index: 9;
  color: #fff;
  box-sizing: border-box;
  padding: 0 1.5rem;
  font-size: 1.0625rem;
  width: 100%;
  height: 3.25rem;
  line-height: 3.25rem;
  background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}

.baseStyle .base-wrapper .list-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  column-gap: 1.625rem;
  row-gap: 1rem;
}

.baseStyle .base-wrapper .list-wrapper .item{
  background-color: #fff;
  height: 6.0625rem;
  padding: 0 1.8125rem;
  box-sizing: border-box;
  border-bottom: .125rem solid #005BAC;
  font-weight: 600;
  font-size: 1.0625rem;
  box-shadow: 0px .25rem 1.375rem 0px rgba(0,0,0,0.07);
  border-radius: .125rem;
  cursor: pointer;
  line-height: 1.875rem;
}

.baseStyle .base-wrapper .list-wrapper .active{
  color: #fff;
  background-image: url('../../images/index/notice-active.png');
  background-size: 100% 100%;
  border: none;
}

.baseStyle .base-wrapper .list-wrapper .item p{
  margin-top: 1rem;
  align-items: center;
}