<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*�묓뭹�ㅻ챸*/
.info_content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
  font-family: 'Nanum Square';
}

.prev_btn {
  display: block;
  position: fixed;
  bottom: 10%;
  right: 10%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 100px;
  background-color: #75003d;
  text-align: center;
  text-decoration: none;
}

.prev_btn:hover {
  width: 98px;
  height: 98px;
  border: 1px solid #fff;
  font-size: 14px;
}

.info_content h1 {
  font-size: 20px;
  position: relative;
  padding: 10px 10px 10px 0;
  margin: 0 0 10px;
}

.info_content h1::before {
  content: '';
  display: block;
  height: 5px;
  width: 75px;
  position: absolute;
  bottom: 0;
  left: -2px;
  background: #75003d;
  z-index: 10;
}

.artist_info {
  font-size: 20px;
}

.artist_info dl {
  overflow: hidden;
  padding: 0 0 0 10px;
  line-height: 25px;
}

.artist_info dl dt {
  float: left;
  position: relative;
  width: 150px;
  font-size: 20px;
}

.artist_info dl dd {
  overflow: hidden;
  font-size: 18px;
}

.artist_info dl dd span {
  display: block;
}

.artist_info .adress {
  padding: 10px 0 0;
  line-height: 21px;
  color: #8f8f8f;
  font-size: 17px;
}

/*�묓뭹�뚭컻*/
.work_info {
  margin: 70px 0 0;
}

.work_info .line {
  margin: 60px 0 0;
  padding: 50px 0 0;
  border-top: 1px solid #f2f2f7;
}

.work_info dl {
  overflow: hidden;
}

.work_info dl dt {
  position: relative;
  float: left;
  width: 60%;
  max-width: 700px;
}
.work_info dl dt:after {
  display: inline-block;
  position: absolute;
  bottom: 35px;
  right: 0;
  padding: 5px 5px 5px 5px;
  color:#fff;
  content: '�묓뭹 ���묎텒�� �묎��먭쾶 �덉쑝硫� 臾대떒�꾩슜 諛� 諛고룷瑜� 湲덉��⑸땲��.';
  z-index: 100;
  background-color: rgba(0,0,0,0.3);
}

.work_info .only_art dt {
  float: none;
  width: 70%;
  max-width: 900px;
}

.work_info .only_art dd {
  display: none;
}
.bishop {
  position: relative;
}
.info_content.bishop h1::before .artist_info {

}
.bishop .work_info dl dt {
  float: left;
  width: 300px;
  max-width: none;
}
.bishop .work_info dl dt:after {
  display: none !important;
}
.info_content.bishop .right_box {
  max-width: none;
}
.info_content.bishop .right_box strong {
  font-weight: bold;
}
.info_content.bishop .right_box:after {
  display: none;
}
.bishop .prev_btn {
  position: absolute;
  display: block;
  border-radius: 0;
  -webkit-border-radius:0;
  bottom: inherit;
  top: 20px;
  right:0;
  background-color: #fff;
  color:#75003d;
  border:2px solid #000;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  width: 150px;
  z-index: 1000;
}
.bishop .prev_btn:hover {
  background-color: #75003d;
  color: #fff;
}

/*�묓뭹�ㅻ챸*/
.info_content {
  max-width: 1200px;
  margin: 0 auto;
}

.info_content .right_box {
  color: #242424;
  font-size: 18px;
  line-height: 26px;
  max-width: 360px;
  padding-left: 20px;
  position: relative;
}

.info_content .right_box:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '��'
}

.work_name {
  padding: 5px 0 0;
  text-align: right;
  color: #666;
  font-size: 18px;
}

.work_info dd {
  overflow: hidden;
  padding-left: 3%;
}

.note_area {
  margin: 0 0 60px;
}

.note_area p {
  font-size: 18px;
  line-height: 23px;
  padding: 20px 0 0;
}

@media all and (max-width:768px){
  .work_info {
    margin: 50px 0 0;
  }
  .work_info .line {
    margin: 20px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #f2f2f7;
  }
  .work_info dl {
    overflow: hidden;
  }
  .work_info dl dt {
    float: none;
    width: 100% !important;
    max-width: none !important;
    max-width: none;
  }
  .work_info dd {
    margin: 20px 0 0;
  }
  .info_content .right_box {
    color: #242424;
    font-size: 16px;
    line-height: 26px;
    max-width: none;
    padding: 0 0 0 15px;
    position: relative;
  }
  .work_name {
    padding: 5px 0 0;
    text-align: center;
    color: #666;
    font-size: 13px;
  }
  .note_area p{
    font-size: 16px;
  }
  .prev_btn {
    display: block;
    position: fixed;
    bottom: 5%;
    right: 10%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 80px;
    background-color: rgba(117,0,61,0.7);
    text-align: center;
    text-decoration: none;
    z-index: 1000;
  }
    .artist_info dl {
      font-size: 16px;
    }
  .artist_info dl dt {
    float: none;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px;
    border-bottom: 1px solid #75003d;
  }
  .artist_info dl dd {
    margin: 0 0 0 0;
    font-size: 16px;
  }
  .artist_info .adress {
    font-size: 16px;
  }
  .info_content {
    max-width: none;
    padding: 0 0 50px;
  }
  .info_content.bishop {
    padding-top: 100px;
  }
  .info_content.bishop .right_box {
    padding-left: 0;
  }

}
</pre></body></html>