﻿@charset "utf-8";

/* @font-face {font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
  url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');} */

  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');  

/* CSS Document */
.megaseller_headwrap {
  width: 910px;
  margin: 0 auto;
  padding-right: 20px;
}

.megaseller_head1 {
  float: left;
  font-size: 28px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight:400;
  letter-spacing:-2px;
}

.megaseller_head2 {
  float: right; /*width:500px;*/
  text-align: right
}

.megaseller_malltab {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0;
  vertical-align: middle;
  border: 1px solid;
  border-color: #cfcfcf;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFF;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.megaseller_malltab a:link {
  text-decoration: none !important;
  outline: 0;
  color: #444444 !important;
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  background-color: transparent;
  border-color: #195fa5;
  margin: 0;
  border: 0;
  width: 84px;
  padding: 3px 0 6px 0;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.megaseller_malltab a:hover {
  text-decoration: none !important;
  background: #f8f8f8;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.megaseller_malltab a:visited {
  text-decoration: none !important;
  outline: 0;
  color: #444444 !important;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  background-color: transparent;
  border-color: #195fa5;
  margin: 0;
  border: 0;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

/*몰탭off*/
.megaseller_malltab_on {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0;
  vertical-align: middle;
  border: 1px solid;
  border-color: #101010;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #343434;
}

.megaseller_malltab_on a:link {
  text-decoration: none !important;
  outline: 0;
  color: #ffffff !important;
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  background-color: transparent;
  border-color: #195fa5;
  margin: 0;
  border: 0;
  width: 84px;
  padding: 3px 0 6px 0;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.megaseller_malltab_on a:hover {
  text-decoration: none !important;
  background: #343434;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.megaseller_malltab_on a:visited {
  text-decoration: none !important;
  outline: 0;
  color: #ffffff !important;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  background-color: transparent;
  border-color: #195fa5;
  margin: 0;
  border: 0;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

/*몰탭on*/
.megaseller_nav {
  clear: both;
  float: left;/*background:#ededed; border:1px solid #cfcfcf;*/
  margin: 10px 0 0 0;
  padding: 0;
  width: 910px;
  position: relative;
  height: 43px;
  z-index: 51;
  margin-left: 1px;
  border-left: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.megaseller_nav a {line-height: 120%;} /*191227 추가*/

.megaseller_nav ul {
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  height: 43px; /*border:1px solid #FF0000;*/
}

.megaseller_nav_on {
  float: left;
  width: 140px;
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_arrow.gif) no-repeat bottom center;
  background-color: #FFFFFF;
  border-right: 1px solid #cfcfcf; /*height:31px;*/
  padding-top: 13px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #33afe9;
  border-top: 1px solid #cfcfcf;
  height: 30px
}

/*몰탭 서브 탭-on-기본*/
.megaseller_nav_on a:link {
  font-size: 14px;
  color: #33afe9;
  display: block;
  /*/*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_on a:hover {
  font-size: 14px;
  color: #33afe9;
  text-decoration: none;
  height: 100%;
}

.megaseller_nav_on a:visited {
  font-size: 14px;
  color: #33afe9;
  height: 100%;
}

.megaseller_nav_off {
  float: left;
  width: 140px;
  background: #ededed;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;/*height:30px;*/
  padding-top: 13px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  border-right: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  height: 29px;
}

/*몰탭 서브 탭-off-기본*/
.megaseller_nav_off a:link {
  font-size: 14px;
  color: #666666;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_off a:hover {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  height: 100%;
}

.megaseller_nav_off a:visited {
  font-size: 14px;
  color: #666666;
  height: 100%;
}

.megaseller_nav_on_book {
  float: left;
  width: 120px;
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_arrow.gif) no-repeat bottom center;
  background-color: #FFFFFF;
  border-right: 1px solid #cfcfcf; /*height:33px;*/
  padding-top: 11px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #33afe9;
  border-top: 1px solid #cfcfcf;
  height: 32px;
}

/*몰탭 서브 탭-on-북-여백없는 경우*/
.megaseller_nav_on_book a:link {
  font-size: 14px;
  color: #33afe9;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_on_book a:hover {
  font-size: 14px;
  color: #33afe9;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_on_book a:visited {
  font-size: 14px;
  color: #33afe9;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_off_book {
  float: left;
  width: 120px;
  background: #ededed;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;/*height:32px;*/
  padding-top: 11px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  border-top: 1px solid #cfcfcf;
  height: 31px;
}

/*몰탭 서브 탭-off-북-여백없는 경우*/
.megaseller_nav_off_book a:link {
  font-size: 14px;
  color: #666666;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_off_book a:hover {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_off_book a:visited {
  font-size: 14px;
  color: #666666;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_on_wide {
  float: left;
  width: 177px;
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_arrow.gif) no-repeat bottom center;
  background-color: #FFFFFF;
  border-right: 1px solid #cfcfcf; /*height:33px;*/
  padding-top: 11px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #33afe9;
  border-top: 1px solid #cfcfcf;
  height: 32px;
}

/*몰탭 서브 탭-on- 여백많음*/
.megaseller_nav_on_wide a:link {
  font-size: 14px;
  color: #33afe9;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_on_wide a:hover {
  font-size: 14px;
  color: #33afe9;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_on_wide a:visited {
  font-size: 14px;
  color: #33afe9;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_off_wide {
  float: left;
  width: 177px;
  background: #ededed;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;/*height:32px;*/
  padding-top: 11px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  border-top: 1px solid #cfcfcf;
  height: 31px
}

/*몰탭 서브 탭-off- 여백많음*/
.megaseller_nav_off_wide a:link {
  font-size: 14px;
  color: #666666;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_off_wide a:hover {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_off_wide a:visited {
  font-size: 14px;
  color: #666666;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_on_wide2 {
  float: left;
  width: 210px;
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_arrow.gif) no-repeat bottom center;
  background-color: #FFFFFF;
  border-right: 1px solid #cfcfcf; /*height:33px;*/
  padding-top: 11px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #33afe9;
  border-top: 1px solid #cfcfcf;
  height: 32px;
}

/*몰탭 서브 탭-on- 여백많음*/
.megaseller_nav_on_wide2 a:link {
  font-size: 14px;
  color: #33afe9;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_on_wide2 a:hover {
  font-size: 14px;
  color: #33afe9;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_on_wide2 a:visited {
  font-size: 14px;
  color: #33afe9;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_off_wide2 {
  float: left;
  width: 210px;
  background: #ededed;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;/*height:32px;*/
  padding-top: 11px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  border-top: 1px solid #cfcfcf;
  height: 31px
}

/*몰탭 서브 탭-off- 여백많음*/
.megaseller_nav_off_wide2 a:link {
  font-size: 14px;
  color: #666666;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_off_wide2 a:hover {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_off_wide2 a:visited {
  font-size: 14px;
  color: #666666;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_on_wide3 {
  float: left;
  width: 290px;
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_arrow.gif) no-repeat bottom center;
  background-color: #FFFFFF;
  border-right: 1px solid #cfcfcf; /*height:33px;*/
  padding-top: 11px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #33afe9;
  border-top: 1px solid #cfcfcf;
  height: 32px;
}

/*몰탭 서브 탭-on- 여백많음*/
.megaseller_nav_on_wide3 a:link {
  font-size: 14px;
  color: #33afe9;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_on_wide3 a:hover {
  font-size: 14px;
  color: #33afe9;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_on_wide3 a:visited {
  font-size: 14px;
  color: #33afe9;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_off_wide3 {
  float: left;
  width: 290px;
  background: #ededed;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;/*height:32px;*/
  padding-top: 11px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  border-top: 1px solid #cfcfcf;
  height: 31px
}

/*몰탭 서브 탭-off- 여백많음*/
.megaseller_nav_off_wide3 a:link {
  font-size: 14px;
  color: #666666;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.megaseller_nav_off_wide3 a:hover {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_nav_off_wide3 a:visited {
  font-size: 14px;
  color: #666666;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.megaseller_sp1 {
  padding: 7px 0 8px 0;
}

.megaseller_sp2 {
  padding: 7px 0 0 0;
}

.megaseller_sp3 {
  padding: 5px 0;
}

.megaseller_sp4 {
  padding: 28px 0 0 0;
}

.megaseller_tbox {
  clear: both;
  position: relative;
  z-index: 21;
}

.megaseller_subtit {
  float: left;
}

.megaseller_snsbtn {
  float: right;
  position: absolute;
  right: 0;
  top: 0
}

.megaseller_subtit_s {
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

/*본문 설명 보조글*/
.megaseller_flbox {
  float: left;
}

.megaseller_frbox {
  float: right;
}

.megaseller_clbox {
  clear: both;
}

.megaseller_rank {
  clear: both;
  float: left;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin: 0 0 10px 0;
  padding: 8px 0;
  width: 100%
}

/*순위 부분*/
.megaseller_rank ul {
  float: left;
  display: inline;
}

.megaseller_rank li {
  float: left;
  display: inline; /*padding:0 13px;*/
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_se.gif) no-repeat right;
}

.megaseller_rank li a:link {
  color: #333333;
  display: block
}

.megaseller_rank li a:hover {
  color: #333333;
  text-decoration: none;
  display: block
}

.megaseller_rank li a:visited {
  color: #333333;
  text-decoration: none;
  display: block
}

.megaseller_rank li.endse01 {
  background: #FFFFFF;
}

.megaseller_rank_bottom {
  clear: both;
  float: left;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 10px 0;
  padding: 8px 0;
  width: 100%
}

/*순위 부분-라인이 아래에 있음*/
.megaseller_rank_bottom ul {
  float: left;
  display: inline;
}

.megaseller_rank_bottom li {
  float: left;
  display: inline;
  padding: 0 13px;
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_se.gif) no-repeat right;
}

.megaseller_rank_bottom li a:link {
  color: #333333;
  display: block
}

.megaseller_rank_bottom li a:hover {
  color: #333333;
  text-decoration: none;
  display: block
}

.megaseller_rank_bottom li a:visited {
  color: #333333;
  text-decoration: none;
  display: block
}

.megaseller_rank_bottom li.endse01 {
  background: #FFFFFF;
}

.megaseller_rank_top {
  clear: both;
  float: left;
  border-top: 1px solid #e8e8e8;
  margin: 0 0 10px 0;
  padding: 8px 0;
  width: 100%
}

/*순위 부분-라인이 위에 있음*/
.megaseller_rank_top ul {
  float: left;
  display: inline;
}

.megaseller_rank_top li {
  float: left;
  display: inline;
  padding: 0 13px;
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_se.gif) no-repeat right;
}

.megaseller_rank_top li a:link {
  color: #333333;
  display: block
}

.megaseller_rank_top li a:hover {
  color: #333333;
  text-decoration: none;
  display: block
}

.megaseller_rank_top li a:visited {
  color: #333333;
  text-decoration: none;
  display: block
}

.megaseller_rank_top li.endse01 {
  background: #FFFFFF;
}

.megaseller_t1 {
  color: #777676;
}

.megaseller_t2 {
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -2px;
  line-height: 22px;
  vertical-align: top;
}

/*본문 서브 타이틀*/
.megaseller_layer {
  width: 145px;
  border: 2px solid #000000;
  height: 102px;
}

.megaseller_layer ul {
  padding: 0;
  margin: 0;
  position: relative;
  float: none;
}

.megaseller_layer li {
  padding: 0;
  margin: 0
}

.megaseller_layer li a:link {
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  letter-spacing: -2px;
  display: block;
  padding: 8px 10px;
  font-weight: normal;
}

.megaseller_layer li a:hover {
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  letter-spacing: -2px;
  text-decoration: none;
  background: #f7f7f7
}

.megaseller_layer li a:visited {
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 13px;
  letter-spacing: -2px;
}

.megaseller_btn_cate {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0;
  vertical-align: middle;
  border: 1px solid;
  border-color: #d0d0d0;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f2f2f2;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.megaseller_btn_cate a:link {
  text-decoration: none !important;
  outline: 0;
  color: #444444 !important;
  font-size: 12px;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  background-color: transparent;
  border-color: #195fa5;
  margin: 0;
  border: 0;
  width: 150px;
  padding: 3px 0 5px 0;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.megaseller_btn_cate a:hover {
  text-decoration: none !important;
  background: #eeeeee;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

.megaseller_btn_cate a:visited {
  text-decoration: none !important;
  outline: 0;
  color: #444444 !important;
  font-size: 12px;
  display: block;
  white-space: nowrap;
  background-color: transparent;
  border-color: #195fa5;
  margin: 0;
  border: 0;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
}

/**/
a.megaseller_btn1:link {
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  border-bottom: dotted 1px #149cd6;
  color: #149cd6;
  padding-bottom: 3px;
  letter-spacing: -1px;
}

a.megaseller_btn1:visited {
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  border-bottom: dotted 1px #0da5e6;
  color: #0090ce;
  letter-spacing: -1px;
  padding-bottom: 3px;
}

a.megaseller_btn1:hover {
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 11px;
  border-bottom: dotted 1px #149cd6;
  color: #149cd6;
  letter-spacing: -1px;
  padding-bottom: 3px;
  text-decoration: none
}

/* 20150305_정가인하도서 */
.hotsale_nav {
  clear: both;
  float: left;
  background: #ededed;
  border: 1px solid #cfcfcf;
  margin: 10px 0 0 0;
  padding: 0;
  width: 904px;
  position: relative;
  border: 1px solid #cfcfcf;
  height: 43px;
  z-index: 51;
  margin-left: 1px;
}

.hotsale_nav ul {
  float: left;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  height: 43px; /*border:1px solid #FF0000;*/
}

.hotsale_nav_on_book {
  float: left;
  width: 152px;
  background: url(//image.aladin.co.kr/img/megaseller/megaseller_rank_arrow.gif) no-repeat bottom center;
  background-color: #FFFFFF;
  border-right: 1px solid #cfcfcf;
  height: 44px;
  vertical-align: middle;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #33afe9;
}

/*몰탭 서브 탭-on-북-여백없는 경우*/
.hotsale_nav_on_book a:link {
  font-size: 14px;
  color: #33afe9;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.hotsale_nav_on_book a:hover {
  font-size: 14px;
  color: #33afe9;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.hotsale_nav_on_book a:visited {
  font-size: 14px;
  color: #33afe9;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.hotsale_nav_off_book {
  float: left;
  width: 149px;
  background: #ededed;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  height: 43px;
  vertical-align: middle;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

/*몰탭 서브 탭-off-북-여백없는 경우*/
.hotsale_nav_off_book a:link {
  font-size: 14px;
  color: #666666;
  display: block;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -1px;
  height: 100%;
}

.hotsale_nav_off_book a:hover {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.hotsale_nav_off_book a:visited {
  font-size: 14px;
  color: #666666;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  height: 100%;
}

.hotsale_clear {
  clear: both;
}

.hotsale_topbook {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  padding: 20px 25px;
  margin: 12px 0 12px 0;
  overflow: hidden;
}

.hs_list {
  margin: 0;
  padding: 0;
  width: 670px;
}

.hs_list ul {
  margin: 0;
  padding: 0;
}

.hs_list li {
  margin-right: 20px;
  padding: 0;
  float: left;
}

.hs_book {
  float: left;
  width: 150px;
}
.hs_book dl {margin: 0;}

.hs_book dt {
  float: left;
  width: 150px;
  margin-bottom: 7px;
  height: 225px;
  position: relative;
}

.hs_book .dt_bottom {
  position: absolute;
  bottom: 0;
}

.hs_book .img {
  width: 148px;
  border: 1px solid #dedede;
}

.hs_book dd {
  text-align: center;
  color: #444;
  font-size: 11px;
  margin: 0;
}

.hs_t_title {
  font-size: 12px;
  color: #3774b1;
  font-weight: bold;
}

a.hs_t_title:link {
  font-size: 12px;
  color: #3774b1;
  font-weight: bold;
}

a.hs_t_title:hover {
  font-size: 12px;
  color: #3774b1;
  font-weight: bold;
}

a.hs_t_title:visited {
  font-size: 12px;
  color: #3774b1;
  font-weight: bold;
}

.hs_t_price {
  font-size: 12px;
  color: #e45374;
  font-weight: bold;
}

/* 20160201_외국도서_번역서 베스트 */
.f_trans_box1 {
  width: 350px;
  float: left;
  margin-right: 22px;
}

.f_trans_box2 {
  width: 350px;
  float: left;
}

.f_trans_book {
  width: 150px;
  height: 230px;
  position: relative;
}

.f_trans_book img {
  width: 150px;
}

.f_trans_book .bottom {
  position: absolute;
  bottom: 0;
  width: 150px;
}

.ss_book_list4 ul {
  padding: 0px;
  margin: 0 0 12px 0;
  list-style: none;
  width: 300px;
}

/* smart_s.css 페이지에 ss_book_list1,2,3 있음 */
.ss_book_list4 ul li {
  margin: 0px;
  padding: 0 0 2px 0;
}

.megaseller_btnbox {
  float: right;
  margin-bottom: 8px
}

.megaseller_btnbox_1 {
  margin-left: 5px;
  border: 1px solid #33afe9;
  border-radius: 2px;
  color: #33afec;
  /*font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;*/
  font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-weight: bold;
  display: inline-block;
  padding: 4px 0 6px 0;
  width: 94px;
  text-align: center
}

.megaseller_btnbox_1 a:link {
  color: #33afec;
  font-size: 13px;
  font-weight: bold;
}

.megaseller_btnbox_1 a:hover {
  text-decoration: none;
}

.megaseller_btnbox_1 a:visited {
  color: #33afec;
  font-size: 13px;
  font-weight: bold;
}

/* 20160802_이벤트 코너 */

/*공통*/
.ev_floatL {
  float: left;
}

.ev_floatR {
  float: right;
}

.ev_clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}

.ev_pt6 {
  padding-top: 6px;
}

.ev_pt8 {
  padding-top: 8px;
}

.ev_s5 {
  height: 5px;
  clear: both;
}

.ev_s8 {
  clear: both;
  height: 8px;
}

.ev_s15 {
  height: 15px;
  clear: both;
}

.ev_s20 {
  height: 20px;
  clear: both;
}

.ev_s30 {
  height: 30px;
  clear: both;
}

.ev_tab_line {
  width: 905px;
  margin: 0 auto;
  clear: both;
  border-top: 1px solid #cfcfcf;
}

.event_corner_Lmenu {
  width: 172px;
  margin-left: 12px;
  padding: 0;
  border: 1px #e1e1e1 solid;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.event_corner_Lmenu li.fist {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
}

.event_corner_Lmenu li.middle {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}

.event_corner_Lmenu li.last {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-bottom: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}

.event_corner_Lmenu li.fiston {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #e9f8ff;
  border-bottom: 1px solid #e1e1e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
}

.event_corner_Lmenu li.middleon {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #e9f8ff;
  border-bottom: 1px solid #e1e1e1;
}

.event_corner_Lmenu li.laston {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #e9f8ff;
  border-bottom: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}

a.event_Lmenu_toff:link {
  font-size: 14px;
  color: #555555;
  font-family: malgun gothic;
  text-decoration: none;
  font-weight: 600;
}

a.event_Lmenu_toff:hover {
  font-size: 14px;
  color: #555555;
  font-family: malgun gothic;
  text-decoration: none;
  font-weight: 600;
}

a.event_Lmenu_toff:visited {
  font-size: 14px;
  color: #555555;
  font-family: malgun gothic;
  text-decoration: none;
  font-weight: 600;
}

a.event_Lmenu_ton:link {
  font-size: 14px;
  color: #008fd2;
  font-family: malgun gothic;
  text-decoration: none;
  font-weight: 600;
}

a.event_Lmenu_ton:hover {
  font-size: 14px;
  color: #008fd2;
  text-decoration: none;
}

a.event_Lmenu_ton:visited {
  font-size: 14px;
  color: #008fd2;
  text-decoration: none;
}

.event_body {
  float: left;
  width: 710px;
  margin-left: 17px;
  overflow: hidden;
}

.ev_conts_box {
  float: left;
  border: 1px solid #d0d0d0;
  text-align: center;
  padding: 4px 7px;
  margin: 0 0 0 5px;
  color: #444444;
}

.ev_conts_textarea {
  width: 200px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  color: #555555;
}

.ev_publish_tbox_line1 {
  border-top: 1px solid #e8e8e8;
}

.ev_img_list {
  padding: 0px;
  margin: 0px;
  width: 710px;
  overflow: hidden;
}

.ev_img_list li {
  padding: 0px;
  float: left;
  list-style: none;
  width: 350px;
  height: 300px;
  margin-right: 10px;
}

.ev_img_box {
  width: 348px;
  height: 298px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.ev_img_box .pic {
  width: 348px;
  height: 234px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
}

.ev_info_list {
  width: 328px;
  padding: 10px;
}

.ev_text1 {
  color: #222222;
  font-size: 16px;
  font-family: malgun gothic;
}

.ev_text2 {
  margin-bottom: 5px;
  color: #111111;
  font-size: 14px;
  font-family: malgun gothic;
  letter-spacing: -1px;
  font-weight: 600;
}

.ev_text2 a {
  color: #111111;
  font-size: 14px;
  text-decoration: none;
}

.ev_text3 {
  color: #777777;
  font-size: 12px;
}

.ev_text3 a {
  color: #777777;
}

.ev_text4 {
  color: #ed3c94;
  font-size: 16px;
  font-family: malgun gothic, verdana;
  font-weight: 600;
  text-transform: uppercase
}

.ev_main_top {
  padding: 0px;
  margin: 0px;
  width: 708px;
  height: 269px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.ev_main_top_img {
  padding: 10px;
  margin: 0px;
}

.ev_main_top_img .pic {
  width: 372px;
  height: 249px;
}

.ev_main_top_menu {
  width: 316px;
  margin: 0px;
  padding: 0px;
}

.ev_main_top_menu li {
  width: 300px;
  margin: 0px;
  padding: 0 0 0 15px;
  background: #f8f8f8;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding-top: 12px;
  height: 41px;
}

.ev_main_top_menu li.firston {
  width: 300px;
  margin: 0px;
  padding: 0 0 0 15px;
  background: #ffffff;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #fff;
  padding-top: 12px;
  height: 41px;
  border-top-right-radius: 4px;
  webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
}

.ev_main_top_menu li.on {
  width: 300px;
  margin: 0px;
  padding: 0 0 0 15px;
  background: #ffffff;
  text-align: left;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #fff;
  padding-top: 12px;
  height: 41px;
}

.ev_main_top_menu li.laston {
  width: 300px;
  margin: 0px;
  padding: 0 0 0 15px;
  background: #ffffff;
  text-align: left;
  border-left: 1px solid #fff;
  padding-top: 12px;
  height: 41px;
  border-bottom-right-radius: 4px;
  webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}

a.ev_main_ton:link {
  font-family: 맑은고딕, Malgun Gothic;
  text-decoration: none;
  font-weight: 600;
  color: #f01e8b;
  font-size: 15px;
}

a.ev_main_ton:hover {
  font-family: 맑은고딕, Malgun Gothic;
  text-decoration: none;
  font-weight: 600;
  color: #f01e8b;
}

a.ev_main_ton:visited {
  font-family: 맑은고딕, Malgun Gothic;
  text-decoration: none;
  font-weight: 600;
  color: #f01e8b;
}

a.ev_main_toff:link {
  font-family: 맑은고딕, Malgun Gothic;
  text-decoration: none;
  font-weight: 600;
  color: #555;
  font-size: 15px;
}

a.ev_main_toff:hover {
  font-family: 맑은고딕, Malgun Gothic;
  text-decoration: none;
  font-weight: 600;
  color: #555
}

a.ev_main_toff:visited {
  font-family: 맑은고딕, Malgun Gothic;
  text-decoration: none;
  font-weight: 600;
  color: #555
}

.ev_main_Mbanner1 {
  width: 710px;
  padding: 0;
  margin: 0;
}

.ev_main_Mbanner1 li {
  float: left;
  padding: 0px;
  margin: 0px;
  height: 220px;
}

.ev_main_Mbanner2 {
  width: 710px;
  padding: 0;
  margin: 0;
}

.ev_main_Mbanner2 li {
  float: left;
  padding: 0px;
  margin: 0px;
  height: 180px;
}

/* 161226 대여제 버튼*/
.best_text_rent {
  color: #3774B1; font-weight: 500;
}

/*지우기*/
.event_left_tab1 {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
}

.event_left_tab1_on {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #e9f8ff;
  border-bottom: 1px solid #e1e1e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  webkit-border-top-right-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
}

.event_left_tab2 {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}

.event_left_tab2_on {
  padding: 14px 34px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}

.event_left_tab3 {
  padding: 14px 34px 15px 34px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}

.event_left_tab3_on {
  padding: 14px 34px 15px 34px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}

  /*도서관 대출*/
    .megaseller_snsbtn .left { float: left; margin-right: 10px; }
    .megaseller_t3 { font-family: malgun, 'malgun gothic', 'dotum', 돋움, sans-serif; font-size: 30px; font-weight: 500; letter-spacing: -1px; line-height: 45px; vertical-align: top; }
    .megaseller_line1 { border-top: 1px solid #e8e8e8; padding: 10px 0 0 0; }
    .Search3_Result_SafeBasketArea .mylist {width:80px; border-radius: 4px; border: 1px solid #e1e1e1; background-color: #fafafa; border: 1px solid #e1e1e1; box-shadow: 0px 0px 0px #AAAAAA; display: block; position: absolute; z-index: 6000; top:0px; margin-top:35px; left:0px; padding:8px 5px 8px 7px; font-size: 11px; box-sizing: border-box;}
    .Search3_Result_SafeBasketArea .mylist li a { color:#555555; font-size:11px;  text-decoration:none; }
    .Search3_Result_SafeBasketArea .mylist li a:hover{ color:#555555; font-size:11px;  text-decoration:none; }
	
    #global_set2_3 {float:left;text-align:center; }
    #global_set2_3 ul {}
    #global_set2_3 li { float:left;margin:0;padding:0;display:inline;list-style:none;font-size:0;height:28px;}
    #global_set2_3 li.set2se {width:1px; background:url(//image.aladin.co.kr/img/header/2011/global_set1_se.gif) right;}

    #re_topmenu_wrap {background:url(//image.aladin.co.kr/img/header/2011/header_menu_bg_new.gif) repeat-x; height:31px;}
    /*검색-키보드 확대시 대비한 css*/
    
    #global_search {background:url(//image.aladin.co.kr/img/header/bg_search.gif) no-repeat; width:535px; position:relative; top:28px; height:41px;}
    
    #global_search dl { float:left; width:78px; margin:12px 0 0 20px;}
    #global_search dt {background:url(//image.aladin.co.kr/img/header/i_arrdown.gif) no-repeat right 5px; color:#2f9ddc; font-weight:bold}
    #global_search img.arrow {position: absolute;right: 122px;top: 8px;}
    #global_search input { width: 280px; margin: 9px 0 0 12px; border: none; font: bold 16px 돋움; background: transparent; color:#006699;}
    #global_search input.searchBtn {width: 40px;height: 20px;position: absolute;right: 72px;top: 1px;}
    #global_search input.searchBtn2 {width: 53px;height: 13px;position: absolute;right:5px;top: 4px;}
	
	
	
	/*도서관 선정자료 추가*/

#library_choice{ width:930px; margin:0 auto; text-align:left}
#library_choice h1{ font-size:27px; color:#222;font-family: 'Noto Sans KR', sans-serif; line-height:150%; letter-spacing:-1px; padding:20px 0 10px 0; font-weight:lighter}
#library_choice .boxbg{ background:#f6f6f6; width:100%; padding:15px 0 25px 0; border:1px solid #efeded}
#library_choice .boxbg ul{ width:85%; margin:0 auto}
#library_choice .boxbg ul li{ display:inline-block; float:left; font-size:15px;font-family:'Apple SD Gothic Neo',Malgun Gothic,'돋움',Sans-serif;   padding:4px 0 0 0}
#library_choice .boxbg .li1{ width:11%; padding-top:20px }
#library_choice .boxbg .li2{ width:50%}
#library_choice .boxbg .li3{ width:11%; padding-top:20px }
#library_choice .boxbg .li4{ width:28%;}
#library_choice .boxbg .li5{ width:39%; padding-top:20px }


#library_choice .boxday ul{}
#library_choice .boxday ul li{display:inline-block; float:left; padding-right:10px}
#library_choice .boxday .input1{float: left; margin: 0;padding: 5px 15px;border: 1px solid #d5d5d5;color: #222;position:relative; display:inline-block; background:#FFF}
#library_choice .boxday .input1_text{ font-size:15px;font-family:'Apple SD Gothic Neo',Malgun Gothic,'돋움',Sans-serif; line-height:160%;}

#library_choice .table1{ width:920px; margin:10px auto 0px auto}
#library_choice .table1 th{border-top:1px solid #000;border-bottom:1px solid #000;padding:12px 0; text-align:center;font-family:'Apple SD Gothic Neo',Malgun Gothic,'돋움',Sans-serif; font-weight:normal;color:#222;font-size:13px}
#library_choice .table1 td{ padding:12px 0; text-align:center;font-family:'Apple SD Gothic Neo',Malgun Gothic,'돋움',Sans-serif; font-weight:normal; color:#555; vertical-align:top; font-size:13px;border-bottom:1px solid #e2e2e2}
#library_choice .table1 .td_title{ padding:80px 0 0 0}
#library_choice .table1 a{color:#222; text-decoration:none}
#library_choice .table1 .booktitle{ text-align:left}
#library_choice .table1 .line1{border-top:1px solid #000; border-bottom:0;}
#library_choice .table1 .line2{border-bottom:1px solid #000; border-top:0; padding:0px 0 10px 5px}
#library_choice .table1 .line2_no{ padding:15px 0 15px 5px}
#library_choice .table1 .line3{border-bottom:1px solid #000; border-top:0; padding:0px 5px 10px 0}
#library_choice .table1 .line3_no{padding:15px 5px 15px 0}

#library_choice .bottomline{border-bottom:1px solid #ececec}
#library_choice .table1 .align_left{ text-align:left; padding-left:10px}

.ex_right{text-align:right; padding:20px 0 0 0}
.ex_button1{-webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px; background:#fff; padding:7px 13px; border:1px solid #33afe9; display:inline-block}
.ex_button1 a{ text-decoration:none; color:#33afe9;!important;font-family:'Apple SD Gothic Neo',Malgun Gothic,'돋움',Sans-serif; font-size:14px; text-align:center; letter-spacing:-2px}

.ex_button2{-webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px; background:#fff; padding:12px 0px; border:1px solid #bcbcbc; display:inline-block; width:170px}
.ex_button2 a{ text-decoration:none; color:#222;!important;font-family:'Apple SD Gothic Neo',Malgun Gothic,'돋움',Sans-serif; font-size:20px; text-align:center; letter-spacing:-1px }

.ex_button3{-webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px; background:#0b94d4; padding:12px 0px; border:1px solid #0182be; display:inline-block; color:#0b94d4;width:170px}
.ex_button3 a{ text-decoration:none; color:#fff;!important;font-family:'Apple SD Gothic Neo',Malgun Gothic,'돋움',Sans-serif; font-size:20px; text-align:center; letter-spacing:-1px }

.comm_page{ padding:20px 0 30px 0}
.comm_pagenum {text-align: center;width: 27px;padding: 2px 0 1px 0;font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;}
.comm_pagenum a{ color:#555}
.comm_pagenum_on {border: 1px solid #888;padding: 2px 0 1px 0;width: 23px;background: #fff;font-weight: bold;color: #333;text-align: center;}
.comm_pagenum_off {padding: 2px 0 1px 0;width: 27px;background: #fff;color: #666;text-align: center;}

#library_layer{}
#library_layer .box1{padding: 10px 0;border: 1px solid #d5d5d5;color: #222; display:inline-block; text-align:left}
#library_layer ul{ width:80%; margin:0 auto; padding:0}
#library_layer ul li{ padding:7px 0}
#library_layer ul .li_end{}
#library_layer .box1 a{ text-decoration:none; color:#333; font-size:15px; letter-spacing:0px}


/*바로구매 밝은 블루 버튼*/

/*베스트셀러 제목 하단 라인스타일*/
.megaseller_headwrap_line {
  border-bottom: 1px solid #cfcfcf;
}

/*ebook라벨 추가 2018*/
.eBookSet_lablebg {
  background: #333;
  opacity: 0.75;
  width: 100%;
  top: 0
}

.eBookSet_lable_t {
  color: #fff;
  font-size: 1em;
  padding: 7px 0;
  text-align: center;
  font-weight: bold
}

/*전자책 목록 딱지 20180706*/
.newlabel_ebook {
  position: absolute;
  bottom: -5px;
  right: -10px;
  text-align: right;
  z-index: 1003;
}

.blind_ebook {
  z-index: 1;
  position: absolute;
  background: #000;
  width: 150px;
  height: 100%;
  opacity: 0.83;
}

.nineteen_label {
  position: absolute;
  z-index: 2
}

.megaseller_head3 {border-bottom:1px #d9d9d9 solid;}
.megaseller_head3 a {font-size:17pt; font-weight:bold; font-family:malgun gothic;color:black; text-decoration:none;}
/*.megaseller_head3 h2 a:link, a:hover, a:visited { font-size:17pt; font-weight:bold; font-family:malgun gothic;color:black; text-decoration:none;}*/

.usedbook_top_btn { float:right;}
.usedbook_top_btn img {padding-bottom:8px;}


/* 스테디, 베스트셀러 상단 탭 20190416 */
.megaseller_subtab {clear: both; float:right; margin: 20px 0;  padding: 0; width: 903px; position:relative;}
.megaseller_subtab ul { margin:0; padding:0; position:absolute; right:0; }
.megaseller_subtab ul li { float:left; margin:0; padding:0px; }

.megaseller_subtab_on {width: 168px;  background-color: #38abee;  vertical-align: middle;  text-align: center;  font-size: 14px;  font-weight: bold;  color: #ffffff;font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif; }
.megaseller_subtab_on a:link { display:block;  padding:9px 15px 11px 15px;  text-align: center;  font-size: 14px;  font-weight: bold;  color: #ffffff; text-decoration:none; }
.megaseller_subtab_on a:hover {  font-size: 14px;  font-weight: bold;  color: #ffffff; text-decoration:none; }
.megaseller_subtab_on a:visited {background-color: #38abee; font-size: 14px;  font-weight: bold;  color: #ffffff; text-decoration:none; }

.megaseller_subtab_off {width: 168px;  background-color: #ffffff; border:1px solid #38abee;  vertical-align: middle;  text-align: center;  font-size: 14px;  font-weight: bold;  color: #38abee;font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif; }
.megaseller_subtab_off a:link { display:block;  padding:8px 15px 10px 15px;  text-align: center;  font-size: 14px;  font-weight: bold;  color: #38abee; text-decoration:none; }
.megaseller_subtab_off a:hover {  font-size: 14px;  font-weight: bold;  color: #38abee; text-decoration:none; }
.megaseller_subtab_off a:visited {background-color: #38abee; font-size: 14px;  font-weight: bold;  color: #38abee; text-decoration:none; }

/*버튼 추가*/
.uv_button_orange {display: inline-block;*zoom: 1; *display: inline; padding: 0; vertical-align: middle;border: 1px solid; border-color: #c64809;text-align: center;overflow: hidden; text-decoration: none!important; cursor: pointer;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #eb5e16; margin-top:5px}

/*기본 오렌지 버튼*/
.uv_button_orange a:link {text-decoration: none!important;}
.uv_button_orange a:hover { text-decoration: none!important;background: #c84604!important;}

.uv_button_blue {display: inline-block; padding: 0; width:72px; vertical-align: middle; border: 1px solid; border-color: #195fa5;text-align: center;overflow: hidden;
text-decoration: none!important;cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;background-color:#1b6bbb; margin-top:5px}/*기본 블루 버튼*/
.uv_button_blue a:link { text-decoration: none!important;}
.uv_button_blue a:hover { text-decoration: none!important; background:#1760b2;}

.uv_button_blue_line {display: inline-block; vertical-align: middle; border: 1px solid; border-color: #0fa8ff;text-align: center;overflow: hidden; padding:5px 10px;
text-decoration: none!important;cursor: pointer;background-color:#f4fbfe; margin-bottom:10px; }/*기본 블루 버튼*/
.uv_button_blue_line a:link { text-decoration: none!important; color:#0fa8ff; font-size:15px; letter-spacing:-1px}
.uv_button_blue_line a:hover { text-decoration: none!important;}

.uv_button_gray {display: inline-block; padding: 0; width:72px; vertical-align: middle; border: 1px solid; border-color: #ccc;text-align: center;overflow: hidden;
text-decoration: none!important;cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;background-color:#ededed; margin-top:5px}/*기본 블루 버튼*/
.uv_button_gray a:link { text-decoration: none!important;}
.uv_button_gray a:hover { text-decoration: none!important;}

a.uv_button_middle {outline: 0;color: #333;font-size: 12px;line-height:25px;display: block;white-space: nowrap;background-color: transparent;border-color:#195fa5;margin: 0;border: 0;padding: 0px 10px 0 10px;} /*기본 12픽셀 검정 링크*/
a.uv_button_middle_white {color : #FFFFFF !important; outline: 0;color: #FFF;font-size: 12px;line-height:25px;display: block;white-space: nowrap;background-color: transparent;border-color:#195fa5;margin: 0;border: 0;padding: 0px 10px 0 10px;} /*기본 12픽셀 흰색 링크*/

.uv_text_blue{ color:#1b6bbb; font-size:15px; padding:5px 0; font-weight:bold; letter-spacing:-1px}
.uv_text_gray{ color:#444; font-size:15px;padding:5px 0; font-weight:bold; letter-spacing:-1px}

.uv_check_gray{ background:#CCC; border:1px solid #999}

/* 양탄자 배송*/
.b_ytz_delivery { display: inline-block; height: 22px; background:#fff0d1; border: 0; color: #ff6600; text-align:center; font-size:12px; line-height:22px; border-radius:4px; padding:0 6px; margin-bottom:2px; font-weight: 500; box-sizing: border-box;}


.newbook_year { display: block; position: absolute; right:-10px; top: -7px; z-index: 999; background: url(//image.aladin.co.kr/img/m/2019/balloon.png) no-repeat; background-size: 100%; width: 40px; height: 28px; line-height: 23px; font-size: 0.9em; font-weight: bold; color: #fff; text-align: center; box-sizing: border-box;}

/* 210216 주소찾기 레이어 */
.roadname_bg1 {background:#41a1dd;padding:8px 0}
.roadname_tapon {color:#333;font-size:14px;font-weight:bold;text-align:center;background:#FFF;padding:10px 20px 7px 20px;float:left}
.roadname_tapoff {font-size:14px;font-weight:bold;text-align:center;background:#1a76af; padding:10px 20px 7px 20px;float:left}
.roadname_tapoff a {color:#FFF;text-decoration:none;}
.roadname_sp1 {padding:25px 20px 20px 20px;}
.roadname_sp1 .left1 {float:left;width:84%;}
.roadname_sp1 .right1 {float:right;width:15%;}
.roadname_sp1 .t1 {font-weight:bold;padding:0 0 5px 0;font-size:12px;}
.roadname_sp1 .t2 {font-weight:normal;padding:25px 0 3px 0;font-size:12px;}
.roadname_sp1 .t3 {font-weight:bold;color:#f21d8c;font-size:12px;}
.roadname_input {width:100%;border:#41a1dd 3px solid;height:40px;box-sizing: border-box}
.roadname_table1 th {background:#f3f3f3;border-bottom:1px solid #333333;border-top:1px solid #bbbbbb;padding:5px 0;font-weight:normal}
.roadname_table2 td {border-bottom:1px solid #dbdbdb;padding:5px 0;}
.roadname_table2 .post {text-align:center;font-weight:bold;}

.button_roadname {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0;
    vertical-align: middle;
    border: 1px solid;
    border-color: #2076c0;
    text-align: center;
    overflow: hidden;
    text-decoration: none!important;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #41a1dd;
    width: 100%
}

.button_roadname a:link {
    text-decoration: none!important;
    outline: 0;
    color: #FFF!important;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Apple SD Gothic Neo', malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;
    line-height: 16px;
    display: block;
    white-space: nowrap;
    background-color: transparent;
    border-color: #195fa5;
    margin: 0;
    border: 0;
    padding: 12px 0 13px 0
}

.button_roadname a:hover {
    text-decoration: none!important;
    background: #1c80ce!important
}

.button_roadname a:visited {
    text-decoration: none!important;
    outline: 0;
    color: #FFF!important;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Apple SD Gothic Neo', malgun, "Malgun Gothic", Dotum, 돋움, sans-serif;
    line-height: 16px;
    display: block;
    white-space: nowrap;
    background-color: transparent;
    border-color: #195fa5;
    margin: 0;
    border: 0;
}

.adult_checkbox {float:right; padding:8px 0; margin-left:40px;}

/* 얄라딘 pod 품절도서 재출간 안내 버튼 */
.pod_wrap {width: 100%; padding: 30px 38px; box-sizing: border-box; border: solid 1px #ccc; border-radius: 11px;  margin-bottom: 14px;}
.pod_btn_fold {display: inline-block;  *zoom: 1; *display: inline-block; padding:0; margin:20px auto 15px auto; vertical-align: middle;text-align: center ;overflow: hidden; }
.pod_btn_fold a {border: 1px solid #9999; border-radius: 5px;}
.pod_btn_fold a:after {background:url(//image.aladin.co.kr/img/svg/arrowbold_up_b1.svg) no-repeat top center; margin-left:4px; background-size: 100%; content: ''; display: inline-block; width:19px; height:14px; background-position: inherit;}
.pod_btn_fold a:link {white-space: nowrap; text-decoration: none; outline: 0; color: #444!important; font-size:14px; font-weight: bold; font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif; line-height:1.5; display: block; white-space: nowrap;  margin: 0; padding:4px 7px 5px 7px; letter-spacing:-0.02em; }
.pod_btn_fold a:visited {background:#fff; text-decoration: none;outline: 0; color: #0fa8ff!important; font-size:14px; font-weight: bold; font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif; display: block;white-space: nowrap; margin: 0;letter-spacing:-0.02em;}

.pod_btn_more {display: inline-block;  *zoom: 1; *display: inline-block; padding:0; margin:20px auto 15px auto; vertical-align: middle;text-align: center ;overflow: hidden; }
.pod_btn_more a {border: 1px solid #9999; border-radius: 5px;}
.pod_btn_more a:after {background:url(//image.aladin.co.kr/img/svg/arrowbold_down_b.svg) no-repeat top center; margin-left:4px; background-size: 100%; content: ''; display: inline-block; width:19px; height:14px; background-position: inherit;}
.pod_btn_more a:link {white-space: nowrap; text-decoration: none; outline: 0; color: #444!important; font-size:14px; font-weight: bold; font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif; line-height:1.5; display: block; white-space: nowrap;  margin: 0; padding:4px 7px 5px 7px; letter-spacing:-0.02em; }
.pod_btn_more a:visited {background:#fff; text-decoration: none;outline: 0; color: #0fa8ff!important; font-size:14px; font-weight: bold; font-family: malgun, "Malgun Gothic", Dotum, 돋움, sans-serif; display: block;white-space: nowrap; margin: 0;letter-spacing:-0.02em;}

.pod_title1 {color: #333; font-size: 16px; font-weight: bold;  padding-bottom:6px; letter-spacing: -0.05px;}
.pod_title1_1 {color: #333; font-size: 14px; line-height: 140%; letter-spacing: -0.05px; margin-bottom:10px;}

.pod_txt1 {color: #555555; font-size: 14px; font-weight: bold;  padding-bottom:4px; letter-spacing: -0.05px;}
.pod_txt1_1 {color: #555555; font-size: 14px; line-height: 140%; letter-spacing: -0.05px;}
.pod_img1 {margin:20px 0; width:446px; height:64px;}
.pod_img1 img {width:100%;}
.pod_space {width: 100%; height:40px;}

/*지난 베스트 추가 - 삭제예정*/
	.yesterdaybest{width:100%;padding-bottom:10px}
	.yesterdaybest .tab{float:right; width:215px;}
	.yesterdaybest ul{ width:180px; border:1px solid #4eb1ea;border-radius: 50px; padding:3px }
	.yesterdaybest ul li{ display:inline; float:left; width:50%; text-align:center}
	.yesterdaybest ul::after {content:''; display:block; clear: both;}
	.yesterdaybest::after {content:''; display:block; clear: both;}
	
	.yesterdaybest .on {background-color: #4eb1ea;  vertical-align: middle;  text-align: center;  font-size: 13px;  font-weight: bold;  color:#ffffff !important;font-family: Malgun Gothic, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;border-radius: 50px; letter-spacing:-0.5px; }
	.yesterdaybest a:link { display:block;  padding:3px 0px 3px 0px;  text-align: center;  font-size: 13px;  font-weight:  normal;  color: #4eb1ea; text-decoration:none; letter-spacing:-0.5px; }
	.yesterdaybest a:hover {  font-size: 13px;  font-weight: normal;  color: #4eb1ea; text-decoration:none;  letter-spacing:-0.5px;}
	.yesterdaybest a:visited { font-size: 13px;  font-weight:  normal;  color: #4eb1ea; text-decoration:none;  letter-spacing:-0.5px;}

/* 지금베스트 탭 */
.nowbest_tab { width: 200px; height: 28px; display: flex; border-radius:14px; position: absolute; right: 46px; top: 0; background-color: #ededed;}
.nowbest_tab a {display: block; width: 100%; color: 444444; line-height: 28px; text-align: center; font-size: 12px; letter-spacing: -1px;}
.nowbest_tab a:hover {text-decoration: none;}
.nowbest_tab a.on {background-color: #33afe9; color: #fff; border-radius: 14px;}


/* 2022 베스트셀러 탭 리뉴얼 */
.bestseller_tab_wrap {width: 910px; margin: 27px auto 17px auto; color: #333; padding-right: 20px;}
.bestseller_tab_wrap::after {content: ''; display: block; clear: both;}
.bestseller_tab_wrap .top_tab {display: flex; justify-content: space-between; align-items: center;}
.bestseller_tab_wrap .top_tab h2 {font-size: 25px; font-weight: 500; font-family:"Noto Sans KR", "Helvetica Neue", Helvetica, sans-serif; margin: 0; line-height: 1.2; letter-spacing: -1px;}
.bestseller_tab_wrap .top_tab nav {display: flex;}
.bestseller_tab_wrap .top_tab nav a {display: inline-block; margin: 0 10px; font-size: 13px; line-height: 2;}
.bestseller_tab_wrap .top_tab nav a:hover {text-decoration: none;}
.bestseller_tab_wrap .top_tab nav a.on {font-weight: bold; position: relative;}
.bestseller_tab_wrap .top_tab nav a.on::after {content: ''; display: block; width: 100%; height: 2px; background-color: #333333; position:absolute; bottom: 0; left: 0;}

.best_category_tab.swiper-container {margin:0 auto;position:relative;overflow:hidden;z-index:1;}
.best_category_tab .swiper-wrapper {position:relative; width:100%; height:100%; z-index:1; display:flex; -webkit-transition-property:0;-moz-transition-property:0; -o-transition-property:0; -ms-transition-property:0; transition-property:transform; -webkit-box-sizing:content-box;-moz-box-sizing:content-box; box-sizing:content-box; padding: 10px 0;}
.best_category_tab .swiper-slide { width: auto; height: 100%;  flex-shrink: 0; position: relative; padding: 7px 0;}
.best_category_tab .swiper-slide a {display: block; min-width: 74px; height: 40px; line-height: 40px; padding: 0 17px; box-sizing: border-box; font-size: 15px; text-align: center;}
.best_category_tab .swiper-slide a:hover {text-decoration:none;}
.best_category_tab .swiper-slide.on a {background-color: #000; color: #fff; border-radius: 20px;}
.best_category_tab .swiper-slide a.new_icon::after {content: ''; display:inline-block; width: 14px; height: 12px; background: url(//image.aladin.co.kr/img/common/icon_new.png) no-repeat; margin-left: 3px;}
.best_category_tab .swiper-slide a .new {height: 18px; padding: 0 5px; border-radius:9px 9px 0 9px; background-color: #EB217C; color: #fff; font-size: 11px; line-height: 18px; position: absolute; right: 20px; top: 0;}
.best_category_tab_out {position: relative; border-bottom: 1px solid #E8E8E8;}
.best_category_tab_out .thumbnail-button-next, .best_category_tab_out .thumbnail-button-prev {width: 43px; height: 43px; border-radius: 50%; position: absolute; top: 15px; box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.16); z-index: 20; cursor: pointer; opacity: 0.98;}
.best_category_tab_out .thumbnail-button-next {background: url(//image.aladin.co.kr/img/events/book/2022/02/icon_go.svg) #fff no-repeat center / 9px 16px;  right: -1px;}
.best_category_tab_out .thumbnail-button-prev {background: url(//image.aladin.co.kr/img/events/book/2022/02/icon_prev.svg) #fff no-repeat center / 9px 16px;  left: -1px;}
.best_category_tab_out .thumbnail-button-next.swiper-button-disabled {display: none!important;}
.best_category_tab_out .thumbnail-button-prev.swiper-button-disabled {display: none!important;}

.bestseller_tab_wrap .newbook_menu {height: 38px; border-radius: 19px; background-color: #F3F6F7; display: flex; float: right; padding: 0 10px; box-sizing: border-box; margin-top: 17px;  margin-bottom: -17px;}
.bestseller_tab_wrap .newbook_menu a {display: inline-block; line-height: 38px; font-size: 13px; text-align: center; box-sizing: border-box; padding: 0 10px;}
.bestseller_tab_wrap .newbook_menu a:hover {text-decoration: none;}
.bestseller_tab_wrap .newbook_menu a.on {color: #3876B3; font-weight: bold;}
.bestseller_tab_wrap .newbook_menu a.on::after {content: ''; display: inline-block; width: 7px; height: 4px; background: url(https://image.aladin.co.kr/img/bestseller/arrow_down_blue.svg) no-repeat center / 100% auto; vertical-align: middle; margin:-2px 0 0 5px;}