﻿@import url(../notice/noticeList.css);

.trainingCenter-list-wrapper  .trainingCenter-wrapper .trainingCenter-wrapper-content{
  line-height: 3.5rem;
  font-size: 1.25rem;
}

.trainingCenter-list-wrapper  .trainingCenter-wrapper .trainingCenter-wrapper-content div{
  text-indent: 2.5rem;
}

.trainingCenter-list-wrapper  .trainingCenter-wrapper .trainingCenter-wrapper-content img{
  width: 41.3125rem;
  height: 30.6875rem;
  display: block;
  object-fit: cover;
  margin: 2.5rem auto;
}

.trainingCenter-list-wrapper  .trainingCenter-wrapper .trainingCenter-wrapper-title{
  width: 100%;
  height: 4.5rem;
  margin: 1.25rem auto;
  background-image: url('../../images/trainingCenter/title-bg.png');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 1.5rem;
  color: #005BAC;
  box-sizing: border-box;
  text-indent: 3.75rem;
  position: relative;
}

.trainingCenter-list-wrapper  .trainingCenter-wrapper .trainingCenter-wrapper-title::before{
  content: '';
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url('../../images/page-icon.png');
  background-size: cover;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.trainingCenter-list-wrapper  .trainingCenter-wrapper .trainingCenter-wrapper-user-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
  column-gap: 1.625rem;
  row-gap: 1rem;
  margin-top: 2.5rem;
  margin-bottom: .625rem;
}

.trainingCenter-list-wrapper  .trainingCenter-wrapper .trainingCenter-wrapper-user-list .user-list-item{
  width: 20.25rem;
  height: 11.375rem;
}

.trainingCenter-list-wrapper  .trainingCenter-wrapper .trainingCenter-wrapper-user-list .user-list-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
