/* header */
#header #close,
#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;
}

/*nav*/
#lnb li {
  font-family: "BMJUA";
  font-size: 20px;
  margin-bottom: 3px;
}
#lnb_cat>a, #lnb_cat2>a {
  color: #ff9b3d;
  padding-left: 5px;
  padding-right: 10px;
  font-size: 19px;
  line-height: 31px;
}
#lnb .list1{
    padding:10px 10px 280px;
}

#lnb_pick>a{
    padding-left:10px;
    background-image: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_index_library.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 116px;
	background-color:#726d69;
}

#lnb_pick>p{
    padding-left: 10px;
    background-image: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_index_library.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 116px;
    background-color: #f36b05;
    padding-left: 15px;
    line-height: 39px;
    border-radius: 8px;
    font-family:'BMJUA';
}
#lnb_pick>a>img{
	vertical-align:middle;
	margin-right:10px;
}
#lnb_pick>p>img{
	vertical-align:middle;
	margin-right:10px;
}

#lnb_pick2>a{
    padding-left:10px;
    background-image: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_index_library.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 116px;
	background-color:#f36b05;
}

#lnb_pick2>p{
    padding-left: 10px;
    background-image: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_index_library.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 116px;
    background-color: #f36b05;
    padding-left: 15px;
    line-height: 39px;
    border-radius: 8px;
    font-family:'BMJUA';
}

#lnb_pick2>a>img{
	vertical-align:middle;
	margin-right:10px;
}
#lnb_pick2>p>img{
	vertical-align:middle;
	margin-right:10px;
}

.list1_1>li>a,.list1_2>li>a{
	text-align:left;
	padding-left:10px;
}
#contents {
    user-select: none;
}

/* content */
#content {
	width:1045px;
}
#content .contentTit {
    height: 50px;
    margin-bottom: 12px;
}
/* #content .contentTit:after {
    content: "";
    display: block;
    clear: both;
} */
#content h3 .library_tit {
	text-indent:5px;
	display: inline-block;
    font-size: 28px;
	letter-spacing:-1px;
    font-family: "BMJUA";
    font-weight: normal;
}

#content .contentTit .btn_write {
    width: 114px;
    position: absolute;
    top: 18px;
    right: 20px;
    cursor: pointer;
}
#content .contentTit .btn_write img {
    width: 100%;
}

#content .subTit {
    color: #494949;
    font-size: 16px;
    margin-left: 5px;
    line-height: 36px;
    float: left;
}

#content .selectArea {
    float: right;
    margin-top: -10px;
}

#content .listArea {
    width: 100%;
    height: 503px;
    margin-top: 59px;
    clear: both;
}

#content .worklist {
    position: relative;
    width: 100%;
    height: 76px;
    background: #fff;
    border: 1px solid #d9d3c6;
    border-radius: 6px;
    padding: 5px 6px;
    box-sizing: border-box;
    margin-top: 5px;
}

#content .worklist:first-child {
    margin-top: 0px;
}


#content .iconArea {
  width: 67px;
  height: 64px;
  box-sizing: border-box;
  /* border-radius: 5px; */
  overflow: hidden;
  float: left;
  /* border: 1px solid #cfccc9; */
  /* border: 1px solid #99beb6; */
}

#content .icon_work {
  /* width: 100%; */
  height: 100%;
  overflow: hidden;
}

#content .workTxt {
    float: left;
    font-size: 19px;
    line-height: 64px;
    font-weight: bold;
    color: #1f232c;
    margin-left: 19px;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:450px;
}

#content .rightBtn {
  width: 310px;
  position: absolute;
  right: 0;
  top: 5px;
}

#content .rightBtn p {
    float: left;
    vertical-align: middle;
    font-size: 17.5px;
    line-height: 64px;
    color: #7d7d7d;
}

#content .rightBtn span.userlikeNum {
    border-right: 1px solid #d9d3c6;
    padding-right: 24px;
    font-weight: bold;
}

#content .rightBtn .workDate {
    padding-left: 10px;
    margin-right: 10px;
}

.rightBtn .userlikeNum::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/icon_review_like.png) no-repeat;
    background-size: 18px 16px !important;
    margin-right: 5px;
    vertical-align: -2px;
    cursor: pointer;
}
.rightBtn .btns {
    /* margin-left: 65px; */
    padding-right:10px;
    float: right;
}
.rightBtn .change {
    margin-right: 5px;
}
.rightBtn .btns img {
    height: 37px;
    cursor: pointer;
    vertical-align: middle;
}
.rightBtn .btns .btn_modify {
  margin-right:5px;
}

/*최근 본 책 슬라이드*/
#content_btn {
    display: inline-block;
    padding-left: 0;
    position: relative;
    top: 450px;
    z-index: 300;
}
#content_btn .first, #content_btn .last, #content_btn .page-item {
    display:none;
    color:transparent;
}
#content_btn .prev, #content_btn .next {
    display:inline;
}
#content_btn .prev {
    position: absolute;
    left: -710px;
    background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/slide_prev.png) no-repeat;
    background-size: 15px;
}

#content_btn .next {
    position: absolute;
    right: -330px;
    background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/slide_next.png) no-repeat;
    background-size: 15px;
}

#content_btn li.disabled>a {
    color:transparent !important;
}
#content_btn li>a {
    position: relative;
    float: left;
    width: 20px;
    height: 40px;
    margin-left: -1px;
    background-color: unset;
    border: unset;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    color: transparent;
    box-shadow: unset;
    margin: 0;
    font-size: 40px;
    font-family: unset;
}
/*페이징*/

#content_btn2 {
    width: 70px;
    height: 9px;
    /* margin: 10px auto; */
    position: absolute;
    top: 20px;
    left: 990px;
    cursor: pointer;
}

#content_btn2 li:first-child {
    margin-left: 0;
}
#content_btn2 li {
    color: transparent;
}
.pagination .first, .pagination .last {
    display: none !important;
}
#content_btn2 li.prev, #content_btn2 li.next {
    display: none !important;
}
#content_btn2 li.active>a.page-link {
    background: #F36B05 !important;
    border-radius: 100% !important;
    border: none !important;
}
#content_btn2 li>a.page-link {
    float: left !important;
    background-size: 9px !important;
    width: 9px !important;
    height: 9px !important;
    margin-left: 5px !important;
    background: #C6C0B7 !important;
    border-radius: 100% !important;
    color: transparent !important;
    border: none !important;
    box-shadow: unset;
}

/*color*/
.orange {
    color: #F66B07;
}

/*최근 본 책 슬라이드*/
#content .depthList {width:max-content;/*height:544px;*/height:264px;margin:0 auto;}
#content .scrollx {
    position: relative;
    width: 980px;
    height: 270px;
    overflow: hidden;
    overflow-x: scroll;
}
/* #content .scrollx::-webkit-scrollbar {width:0px;height:0px;} */
#content .scrollx::-webkit-scrollbar-thumb {background:transparent;}
#content .scrollx::-webkit-scrollbar-track {background:transparent;}
/*슬라이드 페이지*/
#picBtn .picBtn01 {
  width: 70px;
  height: 9px;
  margin: 10px auto;
  position: absolute;
  top: 15px;
  left: 950px;
  cursor: pointer;
}
#picBtn .picBtn01 .page1 {
  color:transparent;
}
#picBtn .picBtn01 .page1.active .page-link1 {
    background: #F36B05 !important;
}

#picBtn .picBtn01 .page1 .page-link1 {
  border-radius: 100% !important;
  border: none !important;
  width: 9px;
  height: 9px;
  float: left !important;
  color: transparent !important;
  margin-left: 5px !important;
  background:#C6C0B7;
}
#picBtn .picBtn01 .page1 .page-link1 .active {
  background: #F36B05 !important;
}

#picBtn .picBtn02 .prev {
    position: absolute;
    top: 180px;
    left: -10px;
    display: inline !important;
    background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/slide_prev.png) no-repeat;
    background-size: 15px;
}
#picBtn .picBtn02 .prev a {
  position: relative;
  float: left;
  width: 20px;
  height: 40px;
  margin-left: -1px;
  background-color: unset;
  border: unset;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: transparent;
  box-shadow: unset;
  margin: 0;
  font-size: 40px;
  font-family: unset;
}

#picBtn .picBtn02 .next {
  position: absolute;
  top:180px;
  left: 1005px;
  display: inline !important;
  background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/slide_next.png) no-repeat;
  background-size: 15px;
}
#picBtn .picBtn02 .next a {
  position: relative;
  float: left;
  width: 20px;
  height: 40px;
  margin-left: -1px;
  background-color: unset;
  border: unset;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: transparent;
  box-shadow: unset;
  margin: 0;
  font-size: 40px;
  font-family: unset;
}



/*이용안내팝업*/
#popup_index {
  display: none;
}
#popupWrap{
  z-index: 101;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.popup {
  position: absolute;
  top: 35px;
  left: 140px;
  width: 1000px;
  /* height: 570px; */
  height: 680px;
  border: 1px solid #8e8f93;
  border-radius: 10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
  background: #F8F8F8;
  border: 1px solid #000;
  /* padding-bottom: 50px;*/
}

.popup h4 {
  position: relative;
  line-height: 36px;
  /* font-family: "BMJUA"; */
  font-weight:bold;
  font-size: 24px;
  background: #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 25px;
  border-bottom: 1px solid #D2DDD0;
  color: #464e50;
}

.popup #close,
.popup #close2{
  color: #8e8e8e;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  padding: 5px;
}

.popup #popupForm {
  background: #fdf9f6;
}

ul.tabs{
  /* margin: 10px 0; */
  padding: 30px 258px;
  list-style: none;
}

ul.tabs li{
  display: inline-block;
  background: #ebe4df;
  color: #72695A;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-right: 7px;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
}


ul.tabs li:first-child {
  padding: 12px 27px;
}

ul.tabs li:nth-child(2) {
  /* border-left:none; */
  padding:12px 18px;

}

ul.tabs li:last-child {
  /* border-left:none; */
  padding:12px 28px;
}

ul.tabs li.current{
    color: #fff;
    background: #805f4d;
    border: 1px solid #805f4d;
}

/* ul.tabs li.current span{} */

.tab-content{
display: none;
background: #fdf9f6;
padding: 12px;
}

.tab-content.current{
display: inherit;
}

/*첫번째 탭*/
/*다양한 독서 활동*/
.tab1Tit {
  font-family: 'Nanum Gothic',sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  color: #464e50;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top:-10px;
}
.tab1Tit span{
    color:#f36b05;
    background:#fce4d2;
    padding: 0px 3px 3px 3px;
}
.tab1Txt1 {
  float: left;
  width: 300px;
  margin-left: 13px;
  /* border: 1px solid #22c790; */
  /* border-radius: 20px; */
  background: #fff;
  height: 420px;
  /* box-shadow: 5px 5px 5px 5px #F0ECE9; */
  background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/guid_box01.png) no-repeat;
  background-size: 300px;
}
.tab1Txt1 h2{
  position: relative;
  line-height: 77px;
  /* font-family: "BMJUA"; */
  font-weight: bold;
  font-size: 20px;
  /* background: linear-gradient(125deg, #47d0a3 10%, #22c790 10%); */
  /* border-radius: 18px 18px 0px 0px; */
  padding: 0px 0px;
  /* border-bottom: 1px solid #D2DDD0; */
  color: #fff;
  text-align: center;
}


.tab1Txt1 p {
  padding: 20px 27px;
  font-size: 16px;
  line-height: 24px;
  color: #464e50;
}

.tab1Txt1_2 {
  color: #84AF49 !important;
  font-weight: bold;
  padding-top: 0 !important;
  margin-top: -10px;
}

.tab1Txt1_2 span {
  border-bottom:1px solid #84AF49;
}
.tab1Txt1_3 {
  padding-top:0px !important;
  margin-top:-15px;
}


/*뷰어 업그레이드*/
/* .tab1Txt2 {
  float: left;
  width: 380px;
  margin-left: 30px;
} */

.tab1Txt2 {
  float: left;
  width: 300px;
  margin-left: 25px;
  /* border: 1px solid #de8f22; */
  /* border-radius: 20px; */
  /* padding: 30px;*/
  background: #fff;
  height:420px;
  /* box-shadow: 5px 5px 5px 5px #F0ECE9; */
  background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/guid_box02.png) no-repeat;
  background-size: 300px;

}
.tab1Txt2 h2{
  position: relative;
  line-height: 77px;
  /* font-family: "BMJUA"; */
  font-weight: bold;
  font-size: 20px;
  /* background:linear-gradient(125deg, #e4a247 10%, #de8f22 10%); */
  /* background: #de8f22; */
  /* border-radius: 18px 18px 0px 0px; */
  padding: 0px 0px;
  /* border-bottom: 1px solid #D2DDD0; */
  color: #fff;
  text-align: center;
}
.tab1Txt2 p {
  padding: 20px 27px;
  font-size: 16px;
  line-height: 24px;
  color: #464e50;
}
.tab1Txt2_2 {
  color: #F8810A !important;
  font-weight: bold;
  padding-top: 0 !important;
  margin-top: -10px;
}

.tab1Txt2_2 span {
  border-bottom:1px solid #F8810A !important;
}
.tab1Txt2_3,.tab1Txt2_4,.tab1Txt2_5,.tab1Txt2_6,.tab1Txt2_7 {
  padding-top: 12px !important;
  margin-top: -25px;
  margin-bottom: -29px;
  /* padding-top: 0px; */
}

.tab1Txt2_3 span,.tab1Txt2_4 span,.tab1Txt2_5 span,.tab1Txt2_6 span,.tab1Txt2_7 span {
  color:#F8810A;
}

/*머핀 포인트 정책*/
/* .tab1Txt3 {
  float: left;
  width: 380px;
  margin-left: 30px;
} */

.tab1Txt3 {
  float: left;
  width: 300px;
  margin-left: 25px;
  /* border: 1px solid #d44875; */
  /* border-radius: 20px; */
  /* padding: 30px;*/
  background: #fff;
  height: 420px;
  /* box-shadow: 5px 5px 5px 5px #F0ECE9; */
  background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/icon/guid_box03.png) no-repeat;
  background-size: 300px;
}
.tab1Txt3 h2{
  position: relative;
  line-height: 77px;
  /* font-family: "BMJUA"; */
  font-weight: bold;
  font-size: 20px;
  /* background:linear-gradient(125deg, #db678c 10%, #d44875 10%); */
  /* background: #d44875; */
  /* border-radius: 18px 18px 0px 0px; */
  padding: 0px 0px;
  /* border-bottom: 1px solid #D2DDD0; */
  color: #fff;
  text-align: center;
}
.tab1Txt3 p {
  padding: 20px 27px;
  font-size: 16px;
  line-height: 25px;
  color: #464e50;
}
.tab1Txt3_2 {
  color:#DA2B1B !important;
  font-weight:bold;
}

.tab1Txt3_2 span {
  border-bottom:1px solid #DA2B1B;
}
.tab1Txt3_3,.tab1Txt3_4 {
  padding-top: 0px !important;
  font-size: 15px !important;
  margin-top: -15px;
}
.tab1Txt3_4 {
  color:#8b9192 !important;
}
/*첫번째 탭 끝*/

/*두번째 탭*/
.tab2Tit {
  font-family: 'Nanum Gothic',sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  color: #464e50;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top:-10px;
}
.tab2Tit span{
  color:#f36b05;
  background:#fce4d2;
  padding: 0px 3px 3px 3px;
}

.tab2Txt1,.tab2Txt2,.tab2Txt3,.tab2Txt4 {
  border: 1px solid #bfb8b3;
}

.tab2Txt1 h2,.tab2Txt2 h2,.tab2Txt3 h2,.tab2Txt4 h2{
  background: #989897;
}

/*책읽기*/
.tab2Txt1 {
  float: left;
  width: 550px;
  margin-left: 10px;
  /* border: 1px solid #22c790; */
  border-radius: 20px;
  /* padding: 30px;*/
  background: #fff;
  height:195px;
}
.tab2Txt1 h2{
  position: relative;
  line-height: 36px;
  /* font-family: "BMJUA"; */
  font-weight: bold;
  font-size: 18px;
  border-radius: 18px 18px 0px 0px;
  padding: 5px 15px;
  border-bottom: 1px solid #D2DDD0;
  color: #fff;
  text-align: left;
}

.tab2Txt1 h2 span {
  font-size: 14px;
}

.tab2Txt1 p {
  margin: 8px 15px;
  font-size: 16px;
  line-height: 35px;
  color: #464e50;
  border-bottom: 1px solid #bfb8b3;
}

.tab2Txt1 p:last-child,.tab2Txt2 p:last-child,.tab2Txt3 p:last-child {
  border-bottom:none;
}

/*이달의 독서 목표*/
.tab2Txt2 {
  float: left;
  width: 615px;
  margin-left: 10px;
  /* border: 1px solid #22c790; */
  border-radius: 20px;
  /* padding: 30px;*/
  background: #fff;
  height:195px;
}
.tab2Txt2 h2{
  position: relative;
  line-height: 36px;
  /* font-family: "BMJUA"; */
  font-weight: bold;
  font-size: 18px;
  border-radius: 18px 18px 0px 0px;
  padding: 5px 15px;
  border-bottom: 1px solid #D2DDD0;
  color: #fff;
  text-align: left;
}

.tab2Txt2 h2 span {
  font-size: 13px;
}

.tab2Txt2 p {
  margin: 8px 15px;
  font-size: 16px;
  line-height: 35px;
  color: #464e50;
  border-bottom: 1px solid #bfb8b3;
}

/*200자평*/
.tab2Txt3 {
  float: left;
  width: 615px;
  margin-left: 10px;
  /* border: 1px solid #22c790; */
  border-radius: 20px;
  /* padding: 30px;*/
  background: #fff;
  height:195px;
  margin-top:10px;
}
.tab2Txt3 h2{
  position: relative;
  line-height: 36px;
  /* font-family: "BMJUA"; */
  font-weight: bold;
  font-size: 18px;
  border-radius: 18px 18px 0px 0px;
  padding: 5px 15px;
  border-bottom: 1px solid #D2DDD0;
  color: #fff;
  text-align: left;
}

.tab2Txt3 h2 span {
  font-size: 13px;
}

.tab2Txt3 p {
  margin: 8px 15px;
  font-size: 16px;
  line-height: 35px;
  color: #464e50;
  border-bottom: 1px solid #bfb8b3;
}

/*200자평 2*/
.tab2Txt4 {
  float: left;
  width: 615px;
  margin-left: 10px;
  /* border: 1px solid #bfb8b3; */
  border-radius: 20px;
  /* padding: 30px;*/
  background: #fff;
  height:195px;
  margin-top:10px;
}
.tab2Txt4 h2{
  position: relative;
  line-height: 36px;
  /* font-family: "BMJUA"; */
  font-weight: bold;
  font-size: 18px;
  /* background: linear-gradient(125deg, #47d0a3 10%, #22c790 10%); */
  border-radius: 18px 18px 0px 0px;
  padding: 5px 15px;
  border-bottom: 1px solid #D2DDD0;
  color: #fff;
  text-align: left;
}

.tab2Txt4 h2 span {
  font-size: 14px;
}

.tab2Txt4 p {
  margin: 30px 15px;
  font-size: 15px;
  line-height: 25px;
  color: #464e50;
  text-align: center;
}
.tab2Txt1 p span,.tab2Txt2 p span,.tab2Txt3 p span {
  float:right;
  color:#f36b05;
  font-weight:bold;
}

.tab2Txt1,.tab2Txt2,.tab2Txt3,.tab2Txt4 {
  width: 472px;
}

/*두번째 탭 끝*/

/*세번째 탭*/
#tab-3 {
  /* padding: 10px 10px 101px 10px; */
  padding:0px 45px;
}
.tab3Tit {
  font-family: 'Nanum Gothic',sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  color: #464e50;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top:-10px;
}

.tab3_muffin {
  width:30px;
  vertical-align:-9px;
}
.tab3_muffin_txt {
  color:#464e50;
  font-weight:bold;
}

.tab3Tit span{
    color:#f36b05;
    background:#fce4d2;
    padding: 0px 3px 3px 0px;
}
.tab3Tit_txt {
  font-size: 15px;
  text-align: center;
  color: #464e50;
  line-height: 10px;
}

.muffin01 {
  /* padding: 5px 80px; */
  padding: 5px 30px;
  margin-top: 50px;
}

.muffin01 img {
  /* width: 800px; */
  width: 850px;
}

.muffinTxt {
  position: absolute;
  top: 390px;
  left: 125px;
  text-align: center;
}

.muffinTxt .muffinTxt01,.muffinTxt .muffinTxt02,.muffinTxt .muffinTxt03,.muffinTxt .muffinTxt04,.muffinTxt .muffinTxt05 {
  font-size: 16px;
  width: 145px;
  float: left;
}

.muffinTxt .muffinTxt02 {
  margin-left: 0px;
}
.muffinTxt .muffinTxt03 {
  margin-left: 0px;
}
.muffinTxt .muffinTxt04 {
  margin-left: 0px;
}
.muffinTxt .muffinTxt05 {
  margin-left: 0px;
}

.muffinTxt2 {
  position: absolute;
  top: 570px;
  left: 50px;
  text-align: center;
}

.muffinTxt2 .muffinTxt06,.muffinTxt2 .muffinTxt07,.muffinTxt2 .muffinTxt08,.muffinTxt2 .muffinTxt09,.muffinTxt2 .muffinTxt10,.muffinTxt2 .muffinTxt11 {
  font-size: 16px;
  width: 145px;
  float: left;
}

.muffinTxt2 .muffinTxt07 {
  margin-left: 5px;
}
.muffinTxt2 .muffinTxt08 {
  margin-left: 0px 5px;
}
.muffinTxt2 .muffinTxt09 {
  margin-left: 5px;
}
.muffinTxt2 .muffinTxt10 {
  margin-left: 5px;
}

.muffinTxt2 .muffinTxt11 {
  margin-left: 5px;
}

/*세번째 탭 끝*/

iframe.libwin {
  position: absolute;
  width:100%;
  height:100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}

#order>ul>li { padding-top:8px;}

.prizeIcon {
  position: absolute;
  right: 340px;
  top: 15px;
  width: 45px;
  height: 48px;
  background: url(//xcdn.home-learn.com/bookcafe/web_res/bookcafe/images/author/icon_honor.png) no-repeat;
}

p.workLike {
  min-width: 88px;
}

.writestatus {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #666;
  border-radius: 5px;
  min-width: 88px;
  text-align: center;
  line-height: 44px;
}

.writestatus.status0 {
  background-color: #3bb60a;
  border: 1px solid #3bb60a;
  color:#fff;
}
.writestatus.status1 {
  background-color: #f36b05;
  border: 1px solid #f36b05;
  color:#fff;
}
.writestatus.status3 {
  background-color: #000;
  color:#fff;
}