
.art-title{
    position: relative;
    text-align: center;
    color: #ffffff;
    padding: 0px;
    margin: 0px auto;
}
.art-title h1
{
  font-weight: 400;
  font-size: 1.04rem;
  line-height: 1.2;
}
.art-info{
    position: static;
    text-align: center;
    padding: 0px;
    margin: 0px auto;
}
.artist-name{
    position: relative;
    /* display: block; */
    text-align: center;
    color: #0000ff;      
    z-index: 2;

    width: 100%;
    max-width: min(100%, var(--container-max, 660px));
    margin-top: 60px;
}
.artist-name h1 {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 0.86rem;
    line-height: 1.4;
}
 .art-name{
    position: relative; 
    color: #0000ff;      
    padding: 0px;
    margin-top: -15px;
 }
.art-name h1 {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 1.16rem;
    line-height: 1.4;
}
 .art-explain-text-bg{
    width: 345px;
    display: flex; 

    position: relative; 
    color: #302c2c;      
    margin: 5px auto;

    padding: 10px 0px 0px; 
    box-sizing: border-box; 
    flex-direction: column;

    /* background-image: url('../Images/art_1_1/art_1_1_explain_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 345px 100px; */

    border-style: solid;
    border-width: 16px;  
    border-image-source: url('../Images/art_1_1/art_1_1_explain_bg.png');
    border-image-slice : 100 fill;
    border-image-repeat: stretch;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    z-index: 0;
 }
.art-explain-text-bg h1 {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 0.77rem;
    /* margin-top: 40px; */
    /* margin-left: 20px; */
    line-height: 1.2;
}

.art-explain-sub h1 {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 0.55rem;
    /* margin-top: 40px; */
    /* margin-left: 20px; */
    line-height: 1.2;
}
.art-explain-time-table-bg{
    position: relative; 
    width: 345px;
    /* height: 340px;  */
    margin: 10px auto;
    display: flex;
    padding: 0px 0px 0px; 
    box-sizing: border-box;
    flex-direction: column;
    
    border-style: solid;
    border-width: 16px;  
    border-image-source: url('../Images/art_1_1/art_1_1_explain_bg.png');
    border-image-slice : 100 fill;
    border-image-repeat: stretch;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;

    /* background-image: url('../Images/art_1_1/art_1_1_explain_bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 345px 340px; */
    z-index: 0;
}
.art-explain-time-table-img{    
    display: block;
    width: min(100%, 300px);
    height: auto;
    margin: 30px auto;
    margin-bottom: 30px;
}
.art-explain-time-table-title{
  color: #000000;
  font-size: 0.6rem;
  font-weight: 700;
}
.art-explain-time-table-all {
  width: 100%;
  max-width: 660px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  row-gap: 0px;      /* 줄 간 간격 */
}
.art-explain-time-table{
  display: grid;
  /* 4개의 열 너비를 원하는 대로 조절 */
  /* grid-template-columns: 30px 245px minmax(0, 1fr) 25px; */
  grid-template-columns: 50px 55px minmax(0, 1fr) 25px;
  column-gap: 8px;   /* 열 사이 간격 */
  align-items: center;
}
/* .art-explain-time-table h1{
  color: #000000;
  font-size: 0.65rem;
  font-weight: 400;
} */
.time-table-title_1 {
  text-align: left;
  /* width: 20px; */
  /* margin-left: 40px; */

  color: #000000;
  font-size: 0.55rem;
  font-weight: 800;
}
.time-table-title_2 {
  text-align: left;
  /* width: 20px; */
  /* margin-left: 40px; */

  color: #000000;
  font-size: 0.5rem;
  font-weight: 400;
}
.time-table-name {
  text-align: left;
  /* width: 160px;
  max-width: 500px;
  word-break: break-all;
  margin-right: 0px; */

  color: #000000;
  font-size: 0.5rem;
  font-weight: 600;
}
.time-table-time {
  text-align: right;
  /* width: 80px;
  margin-right: 12px; */

  color: #000000;
  font-size: 0.5rem;
  font-weight: 600;
}