




/* ################################################ 
   ################################################ 
                     Çà»ç ¸®½ºÆ® ½ÃÀÛ              
   ################################################ 
   ################################################ */

/* ################################################ 
   ################################################ 
                     Çà»ç ¸®½ºÆ® ³¡              
   ################################################ 
   ################################################ */


/* ################################################ 
   ################################################ 
                     ¸ðÀÓ ¸®½ºÆ® ½ÃÀÛ              
   ################################################ 
   ################################################ */


/* ################################################ 
   ################################################ 
                     ¸ðÀÓ ¸®½ºÆ® ³¡              
   ################################################ 
   ################################################ */


/* ################################################ 
   ################################################ 
                     ÀÌº¥Æ® ¸®½ºÆ® ½ÃÀÛ              
   ################################################ 
   ################################################ */
    .list_item{
    width: 270px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 20px 1%;
    display: inline-block;
    text-align: center;
  }
  
  .col_img {
    width: 100%;
    height: 400px;
    background-color: #fff;
    vertical-align: middle;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  .col_img a{
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .event_list_title {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
    font-family: 'S-CoreDream-4Regular';
    margin-bottom: 20px;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  
  .event_status_ing {
    font-size: 14px;
    padding: 2px 10px;
    background-color: #1ABC9C;
    color: #fff;
    font-weight: normal;
    border-radius: 10px;
    margin-right: 40px;
    display: table;
    margin-bottom: 20px;
  }
  
  .event_status_ed {
    font-size: 14px;
    padding: 2px 10px;
    background-color: #444;
    color: #fff;
    font-weight: normal;
    border-radius: 10px;
    margin-right: 40px;
  }
  
  .col_content {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
    font-family: 'Malgun Gothic';
    line-height: 1.6;
    color: #666;
    font-size: 16px;
    position: relative;
  }
  .title{
    margin-top: 20px;
  }
  .title a{
    margin-right: 10px;
  }
  .border {
    width: 80%;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    border-right: 1px solid #e7e7e7;
    top: 0;
    right: 50px;
  }
  
  .la {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    font-family: 'S-CoreDream-4Regular';
  }
  
  .col_content {}
  
    .event_btn_wrap {
    width: 175px;
    margin-top: -23px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  
  .event_btn {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #1ABC9C;
    ;
    height: 38px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    background: #1ABC9C;
    ;
    font-weight: 400;
    border-radius: 5px;
    position: relative;
  }
  
  .event_btn:hover {
    border: 1px solid #444;
    color: #fff;
    background: #444;
  }
  
  .event_btn a {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .event_list_wrap{
      width: 100%;
    }
  }

/* ################################################ 
   ################################################ 
                    ÀÌº¥Æ® ¸®½ºÆ® ³¡              
   ################################################ 
   ################################################ */


/* ################################################ 
   ################################################ 
                     ÀÛ°¡ ¸®½ºÆ® ½ÃÀÛ              
   ################################################ 
   ################################################ */


/* ################################################ 
   ################################################ 
                     ÀÛ°¡ ¸®½ºÆ® ³¡             
   ################################################ 
   ################################################ */

/* ################################################ 
   ################################################ 
                     ÃâÆÇ»ç ¸®½ºÆ® ½ÃÀÛ              
   ################################################ 
   ################################################ */

 
  
  /* »õ µðÀÚÀÎ */
  
  
  .writer_list_wrap {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
  }
  
  #publisher_list .writer_list {
    width: 29.3%;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin: 2%;
    position: relative;
    border-radius: 2%;
    display: flex;
  }
  
  #publisher_list .writer_list:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
  }
  
  .list_a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
  }
  
  #publisher_list .list_a:hover~.text_box .plus {
    color: #333;
    transition: all 0.3s;
  }
  
  #publisher_list .img_wrap {
    width: 30%;
    height: 100%;
    text-align: center;
  }
  
  #publisher_list .img_wrap::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
  }
  
  #publisher_list .writer_list img {
    width: 80%;
    padding: 1%;
    display: inline-block;
    vertical-align: middle;
  }
  
  #publisher_list .a_btn {
    margin-left: 0px;
  }
  #publisher_list .text_box {
    background-color: #eee;
    width: 70%;
    float: left;
    padding: 4%;
    padding-top: 5%;
  }
  
  #publisher_list .Introduce {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  
  #publisher_list .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px;
  }
  
  #publisher_list .plus {
    font-family: "TmonMonsori";
    font-size: 40px;
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #888888;
  }

  #publisher_list .writer_list img{
    float: none;
  }
  
  /* È­¸é ³Êºñ 0~1024px */

@media (max-width: 1024px) {}

/* È­¸é ³Êºñ 0~960px */

@media (max-width: 960px) {
  #publisher_list .wrap>.mainWrap>main {
    width: 90%;
  }
  
}

/* È­¸é ³Êºñ 0~890px */

@media (max-width: 890px) {
  #publisher_list .topNav {
    display: none;
  }
}

/* È­¸é ³Êºñ 0~768px */

@media (max-width: 740px) {
  #publisher_list .writer_list {
    width: 96%;
    margin: 2%;
  }
  
}


   

/* ################################################ 
   ################################################ 
                     ÃâÆÇ»ç ¸®½ºÆ® ³¡              
   ################################################ 
   ################################################ */


/* ################################################ 
   ################################################ 
                     µµ¼­°ü ¸®½ºÆ® ½ÃÀÛ              
   ################################################ 
   ################################################ */
 
  
  .shadow {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
  }
  
  /* »õ µðÀÚÀÎ */
  

  #library_list .writer_list_wrap {
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
  }
  
  #library_list .writer_list {
    width: 29.3%;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin: 2%;
    position: relative;
    border-radius: 2%;
    padding: 20px 40px;
  }
  
  #library_list .writer_list:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
  }
  
  #library_list .list_a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    z-index: 50;
  }
  
  #library_list .list_a:hover~.text_box .plus {
    color: #333;
    transition: all 0.3s;
  }
  #library_list .img_wrap2{
    height: 60px;
  }
  #library_list .writer_list img {
    padding: 1%;
    max-width: 300px;
    max-height: 70px;
  }
  
  
  #library_list .Introduce i{
    margin-right: 10px;
    color: #666;
  }
  #library_list .text_box {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 2%;
  }
  
  #library_list .Introduce {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-top: 10px;
    height: auto;
  }
  
  #library_list h3.name{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0px;
  }
  
  #library_list .plus {
    font-family: "TmonMonsori";
    font-size: 40px;
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: #888888;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
 
  
  @media (max-width: 1220px) {
    #library_list .writer_list {
      width: 46%;
      margin: 2%;
    }
  }
  
  /* È­¸é ³Êºñ 0~1024px */
  
  @media (max-width: 1024px) {}
  
  /* È­¸é ³Êºñ 0~960px */
  
  @media (max-width: 960px) {
    #library_list .wrap>.mainWrap>main {
      width: 90%;
    }
  }
  
  /* È­¸é ³Êºñ 0~890px */
  
  @media (max-width: 890px) {
    #library_list .topNav {
      display: none;
    }
  }
  
  /* È­¸é ³Êºñ 0~768px */
  
  @media (max-width: 740px) {
    #library_list .writer_list {
      width: 96%;
      margin: 2%;
    }
  }
  

  
  
  
  #library_list .a_btn {
    padding: 0em 0.8em;
    text-decoration: none;
    color: #333;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-left: 15px;
    height: 25px;
    margin-top: 20px;
    font-size: 12px;
    position: relative;
    z-index: 200;
  }

/* ################################################ 
   ################################################ 
                     µµ¼­°ü ¸®½ºÆ® ³¡              
   ################################################ 
   ################################################ */