
/* °ú°Å css ¿¹¿ÜÃ³¸® */
p.content_text{
  font-size: 14px;
  line-height: 1.3;
}


div.text_box {
    background-color: #fff;
    width: 100%;
    padding: 0 5%;
    flex: 1;
    text-align: left;
}


/* °ú°Å css ¿¹¿ÜÃ³¸® ³¡ */


/* sns ?? ?? */
.writer_sns{
  display: flex;
}
.writer_sns img{
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin-right: 10px;
  margin-top: 20px;
}
/* sns ?? ?? */


.wrap {}

.wrap>.mainWrap {
  /* background-color: #282c3e; */
}

.wrap>.mainWrap>main {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.writer_list_wrap {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}

.writer_list {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2%;
  position: relative;
  border-radius: 10px;
  margin-bottom: 80px;
  display: flex;
  align-content: center;
  /* flex-direction: column; */
}



.img_wrap {
  /* flex: none; */
  text-align: center;
  display: flex;
  align-items: center;
  background: rgba(238, 238, 238, 0.315);
}

.writer_list img {
  width: 250px;
  height: auto;
  padding: 10%;
  display: inline-block;
}

.text_box {
  background-color: #fff;
  width: 100%;
  padding: 2%;
  flex: 1;
}

p.introduce {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 20px;
  /* text-overflow: ellipsis; */
}
p.introduce span{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 1rem 0 .5rem;
    font-family: 'S-CoreDream-8Heavy';
    color: #555;
    margin-top: 40px;
}
p.list_wrap{
  margin-top: 40px;
  background: rgb(238, 238, 238);
  border: 1px solid rgb(204, 204, 204);
  padding: 5px 10px;
}

.book, .writer, .publisher {
  width: 70%;
  margin: 0 auto;
}

.book_list_a {
  text-align: left;
  margin-top: 40px;
}

.line_textbox {
  font-size: 18px;
  border-bottom: rgba(34, 34, 34, 0.267) solid 1px;
  line-height: 40px;
  text-indent: 4%;
  color: #a36e2d;
}

.book_box_a {
  width: 260px;
  /* height: 200px; */
  /* float: left; */
  display: inline-block;
  margin: 40px 4%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5%;
  padding: 20px 10px 40px 10px;
  vertical-align: top;
  background-color: #fff;
}

.book_img_a {
  width: 100%;
  position: relative;
  text-align: center;
}

.book_img_a .icon {
  width: 60px;
  overflow: hidden;
}

.icon>img {
  width: 100%;
  float: left;
}

.book_img_a a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.book_img_a img {
  width: 50%;
}

.book_box_a h4 {
  font-size: 14px;
  color: #222;
  text-align: center;
  line-height: 20px;
  margin-top: 40px;
}










/* ÆÈ·Î¿ì ¹öÆ° */
.follow_btn_wrap {
  display: flex;
  justify-content: flex-end;
}
.follow_btn {
}
.ppp {
  width        : 120px;
  margin-top   : 20px;
  border       : 1px solid#444;
  height       : 40px;
  color        : #444;
  font-size    : 16px;
  text-align   : center;
  line-height  : 37px;
  font-weight  : 200;
  border-radius: 5px;
  position     : relative;
  margin-right: 20px;
}
.ttt{
  width        : 120px;
  margin-top   : 20px;
  border       : 1px solid#444;
  height       : 40px;
  color     : #fff;
  font-size    : 16px;
  text-align   : center;
  line-height  : 37px;
  font-weight  : 200;
  border-radius: 5px;
  position     : relative;
  margin-right: 20px;
  background: #444;
}
.ppp:hover{
  border    : 1px solid #444;
  color     : #fff;
  background: #444;
}
.casting_btn {
  
}
.casting_btn:hover{
  
}












@media (max-width: 890px) {
  .writer_list {
    display: block;
  }
  .img_wrap {
    margin: 0 auto;
    display: block;
  }
}