#authorList_None {
  padding: 15px 30px;
  width: 100%;
  height: 753px;
  background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/mywork/bg.jpg) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  display: none;
  user-select: none;
  position: absolute;
    bottom: 0;
}

#authorList_None header.header {
  position: absolute;
  top: 0;
  left: 0;
}

/* header */
header.header .close,
header.header .close2{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-image: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_close.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  padding: 30px;
}
.titleArea {
	position: absolute;
  top: 0px;
  left: 35px;
}

h1{
  font-weight: normal;
  font-size: 25px;
  line-height: 62px;
	font-family:'BMJUA';
}

h1 img{
  vertical-align: middle;
  margin-right: 5px;
}


/* 버튼 구역 */
#authorList_None .topArea {
  width: 1213px;
  height: 40px;
  margin-top: 69px;
}

/* 버튼 왼쪽 */
#authorList_None .topArea .topLeftBtn {
  width: 613px;
  height: 40px;
  float: left;
}
.topLeftBtn .leftBtn {
  width: 109px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #a78f85;
  box-sizing: border-box;
  float: left;
  margin-left: 6px;
  cursor: pointer;
}
.topLeftBtn .leftBtn p {
  color: #a78f85;
  font-family: 'BMJUA';
  font-size: 21px;
  line-height: 40px;
  text-align: center;
}

.topLeftBtn .leftBtn:first-child {
  margin-left: 0px;
}

.topLeftBtn .leftBtn.on {
  background: url('//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/author/btn_on.png') no-repeat 100% 100%;
  border: none;
}
.topLeftBtn .leftBtn.on p {
  color: #fff;
}

.topLeftBtn .btn_honor {
  width: 153px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #a78f85;
  box-sizing: border-box;
  float: left;
  margin-left: 6px;
  cursor: pointer;
  background: #fff url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/author/icon_honor.png) no-repeat;
  background-position: 12px 8px;
  background-size: 22px 24px;
  padding-left: 24px;
}

.topLeftBtn .btn_honor.on {
  background-image: url('//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/author/icon_honor.png'),
                    url('//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/author/btn_on.png');
  background-position: 12px 8px, 0px 0px;
  background-size: 22px 24px, 100% 100% ;
  background-repeat: no-repeat, no-repeat;
  border: none;
}

.topLeftBtn .btn_honor img {
  width: 22px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.topLeftBtn .btn_honor:hover:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 495px;
  width: 11%;
  height: 0px;
  border-radius: 10px;
  background-color: rgba( 255, 255, 255, 0.4 );
  background: linear-gradient(rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5));
  box-shadow: 1px 0px 3px 3px rgba(255, 255, 255, 0.3);
}

.topLeftBtn .btn_honor:hover {
  /* width: 153px !important; */
  background-image: none;
  background: #5e1e02;
  border: none;
}

/* 버튼 오른쪽 */
#authorList_None .topArea .topRightBtn {
  width: 500px;
  height: 40px;
  float: right;
}

#searchArea {
  position: absolute;
  top: 18px;
  left: unset;
  right: 14px;
  margin: auto;
  float: left;
}
#search2 {
  float: left;
  border: 1px solid #bfbfbf;
}

#search2 input::placeholder {
  font-family:'BMJUA';
  font-weight: normal;
}

.selectArea {
  float: left;
  margin-top: -8px;
  margin-left: 9px;
}
.btn_write {
  width: 114px;
  cursor: pointer;
  float: left;
  margin-left: 9px;
}
.btn_write img {
  width: 100%;
}

#content_none,
#content_none2 {
  width: 1213px;
  height: 617px;
  margin-top: 215px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display:none;
}
#content_none #search_icon,
#content_none2 #search_icon2 {
  margin: 40px 0 10px;
}
#content_none #search_icon img, #search_icon2 img {
  width: 84px;
}
#content_none .noneTit,
#content_none2 .noneTit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
  color: #5d1e02;
}
#content_none .orange_txt,
#content_none2 .orange_txt {
  color: rgba(0, 151, 173, 1);
  font-weight: bold;
}
#content_none .noneText,
#content_none2 .noneText {
  line-height: 25px;
  letter-spacing: -0.5px;
  color: #5d1e02;
}