@charset "UTF-8";
/* ----------------------------------------
			common.css -  강산해
-------------------------------------------*/
/*
Reset & Set Stylesheet
v1.0.1
First Updated: 2016-08-01
Last Updated: 2016-08-05
Author: OBS
*/
/*
* Noto Sans KR (korean) https://www.google.com/fonts/earlyaccess
 */
/***** RESET *****/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype"); }
/* 크롬 업데이트로 인한 input focus outline 없애기 */
input[type="text"],
input[type="password"] {
  outline: none; }

#hFrame {
  display: none;
  border: 2px solid #285a35;
  margin-left: -2px; }

/* 이벤트 상세 */
.img_sec2 img {
  margin: 0 auto; }

/* 띠배너 신규 추가 2020-06-01 */
.top_banner {
  position: relative;
  margin: -18px 0 0;
  background: #fff; }

.tb_area {
  float: left;
  width: 50%; }

.tb_area.tb_l {
  text-align: right; }

.tb_wp {
  height: 60px;
  overflow: hidden; }

.tb_wp a {
  display: inline-block;
  width: 480px;
  height: 60px; }

/* 플래시 제거 후 style 2020-05-19 */
#rightArea01.kor_book {
  padding-left: 0; }

#rightArea01.eng_book {
  width: 710px; }

/* 헤더 자동검색창 */
.mergeAuto-wp {
  display: none;
  position: absolute;
  top: 38px;
  width: 460px;
  overflow: hidden;
  border: 1px solid #000;
  background: #fff;
  box-sizing: border-box;
  z-index: 9999; }

.mergeAuto-wp .auto-con {
  float: left;
  width: 258px;
  padding: 5px 0; }

.mergeAuto-wp .auto-conLi li {
  float: none;
  padding-left: 6px; }

.mergeAuto-wp .auto-conLi li a {
  display: block;
  width: 265px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 5px;
  font-size: 12px;
  letter-spacing: -0.25px; }

.mergeAuto-wp .auto-conLi li .sear-txt {
  color: #285a35; }

.mergeAuto-wp .auto-conInfo {
  width: 200px;
  border-left: 1px solid #e3e3e3;
  box-sizing: border-box;
  text-align: center; }

.mergeAuto-wp .auto-conInfo p {
  font-size: 12px;
  color: #666;
  letter-spacing: -0.75px;
  line-height: 22px;
  text-align: center; }

.mergeAuto-wp .auto-proInfo .tit {
  width: 190px;
  font-size: 13px;
  color: #333;
  letter-spacing: -0.75px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 auto; }

.mergeAuto-wp .auto-proInfo .img-con {
  margin: 8px 0 5px;
  float: none;
  text-align: center; }

.mergeAuto-wp .auto-proInfo .img-con img {
  width: 108px; }

.mergeAuto-wp .auto-proInfo .price_wp {
  text-align: center; }

.mergeAuto-wp .auto-proInfo .price_wp span {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

.mergeAuto-wp .auto-proInfo .price_wp span.down {
  color: #da4445; }

.mergeAuto-wp .auto-f {
  clear: both;
  text-align: right;
  background: #f5f5f5;
  border-top: 1px solid #dcdcdc;
  padding: 4px 10px; }

/* 버튼 */
.btn_wp.tc {
  text-align: center; }

.btn_wp .btn {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  font-size: 12px;
  box-sizing: border-box;
  padding: 2px 6px; }

.btn_wp .btn.type00 {
  background: #fff;
  border: 1px solid #555;
  color: #3a3a3a; }

.btn_wp .btn.type01 {
  background: #fff;
  border: 1px solid #285a35;
  color: #285a35; }

.btn_wp .btn.type02 {
  background: #285a35;
  border: 1px solid #285a35;
  color: #fff; }

.btn_wp .btn.type03 {
  background: #da4445;
  border: 1px solid #da4445;
  color: #fff; }

.btn_wp .btn.type04 {
  background: #254589;
  border: 1px solid #254589;
  color: #fff; }

.btn_wp .btn.type05 {
  background: #3a804c;
  border: 1px solid #3a804c;
  color: #fff; }

.btn_wp .btn.type06 {
  background: #fff;
  border: 1px solid #638EDD;
  color: #638EDD; }

.btn_wp .btn.type07 {
  background: #A6937C;
  border: 1px solid #A6937C;
  color: #fff; }

/* 리스트 레이아웃 */
.list_wp .list_ul:after {
  content: "";
  display: block;
  clear: both; }

.list_wp li {
  margin: 8px 2% 0 0;
  float: left;
  text-align: center;
  border: 1px solid #dcdcdc;
  box-sizing: border-box; }

.list_wp li a {
  display: block; }

.list_wp.type01 li {
  width: 100%; }

.list_wp.type02 li {
  width: 49%; }

.list_wp.type03 li {
  width: 32%; }

.list_wp.type04 li {
  width: 23.5%; }

.list_wp.type05 li {
  width: 18.4%; }

.list_wp.type06 li {
  width: 15%; }

.list_wp.type01 li,
.list_wp.type02 li:nth-child(2n),
.list_wp.type03 li:nth-child(3n),
.list_wp.type04 li:nth-child(4n),
.list_wp.type05 li:nth-child(5n),
.list_wp.type06 li:nth-child(6n) {
  margin-right: 0; }

/* 리뉴얼 */
#wrap_main {
  position: relative; }

#wrap_main:after {
  background-image: url("https://img.ypbooks.co.kr/ypbooks/images/main/bg02.png");
  top: 0;
  left: 0;
  position: absolute;
  background-size: 600px;
  opacity: 0.4 !important;
  filter: alpha(opacity=50);
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  background-position: center; }

#commonHd .gnb_wp .area {
  width: 1132px; }

#commonHd .common_gnb01 li {
  width: 120px;
  border: 1px solid #d2d2d2;
  border-right: 0;
  border-bottom: 0; }

#commonHd .common_gnb01 li:first-child a {
  background: none; }

#commonHd .common_gnb01 li:last-child {
  border-right: 1px solid #d2d2d2; }

#commonHd .common_gnb01 li a {
  height: 50px;
  line-height: 50px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/menu_bg.png") no-repeat center;
  background-size: cover;
  transition: all 0.3s linear;
  margin-top: 0; }

#commonHd .common_gnb01 li:hover a {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/menu_bg_ov.png") no-repeat center;
  background-size: cover;
  height: 60px;
  line-height: 60px;
  margin-top: -10px;
  color: #fff;
  text-decoration: none; }

#commonHd .common_gnb li:last-child a {
  border-right: 0; }

#commonHd .common_gnb02 {
  position: relative;
  left: -1px; }

#commonHd .common_gnb02 li {
  width: 100px;
  border: 1px solid #d2d2d2;
  border-right: 0;
  border-bottom: 0; }

#commonHd .common_gnb02 li:last-child {
  border-right: 1px solid #d2d2d2; }

#commonHd .common_gnb02 li a {
  height: 50px;
  line-height: 50px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/menu_bg.png") no-repeat center;
  background-size: cover;
  margin-top: 0;
  transition: all 0.3s linear; }

#commonHd .common_gnb02 li:hover a {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/menu_bg_ov2.png") no-repeat center;
  background-size: cover;
  height: 60px;
  line-height: 60px;
  margin-top: -10px;
  color: #285a35;
  text-decoration: none; }

#commonHd .common_gnb02 li:last-child:after {
  content: none; }

#commonHd .common_gnb02 li:last-child a {
  position: relative; }

#commonHd .common_gnb02 li:last-child a:after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: 0;
  width: 60px;
  height: 50px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/menu_bg.png") no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s linear; }

#commonHd .common_gnb02 li:last-child:hover a,
#commonHd .common_gnb02 li:last-child:hover a:after {
  height: 60px;
  transition: all 0.2s linear; }

#commonHd .common_cate {
  position: absolute;
  width: 960px;
  top: 18px;
  padding: 6px 10px;
  background: #EFEFEF;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  left: 50%;
  margin-left: -490px; }

#commonHd .common_cate a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #3a3a3a; }

/* //리뉴얼*/
/*
#wrap_main  {width:100%;height:100%;text-align:center;}
*/
#wrap {
  width: 100%;
  min-height: 100%;
  text-align: center;
  background: #fff; }

#allFrame {
  margin: 0px auto 30px;
  position: relative;
  overflow: hidden; }

#topArea {
  width: 960px;
  height: 432px;
  margin: 0px auto;
  top: 0px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 900; }

#topArea #flashArea {
  width: 960px;
  height: 432px;
  margin: 0px auto;
  top: 0px;
  z-index: 900;
  position: relative; }

#topArea02 {
  width: 960px;
  height: 538px;
  margin: 0px auto;
  top: 0px;
  overflow: hidden;
  position: relative; }

#topArea02 #flashArea02 {
  width: 960px;
  height: 538px;
  margin: 0px auto;
  top: 0px;
  z-index: 900;
  position: absolute; }

#commonHd .common_header {
  position: relative;
  /*background:url($img_header+'/ypbooks/images/common/christmas_bg01.gif') no-repeat; background-position: center;*/
  background: #fff;
  border-bottom: 2px solid #285a35;
  padding-top: 14px; }

#commonHd .area {
  position: relative;
  width: 960px;
  margin: 0 auto; }

#commonHd .area:after {
  content: "";
  display: block;
  clear: both; }

#commonHd .common_lnb {
  float: right;
  padding-top: 8px; }

#commonHd .common_lnb li {
  display: inline-block;
  line-height: 11px; }

#commonHd .common_lnb li:last-child {
  margin-right: 0; }

#commonHd .common_lnb li:last-child a {
  border-right: 0; }

#commonHd .common_lnb li a {
  display: inline-block;
  border-right: 1px solid #cdcdcd;
  margin-right: 4px;
  padding-right: 4px;
  font-size: 12px;
  font-family: "Malgun Gothic",'dotum',sans-serif; }

#commonHd .common_lnb li a.on {
  color: #285a35;
  font-weight: 500; }

#commonHd .common_lnb li a:hover {
  color: #285a35;
  font-weight: 500; }

#commonHd .common_head {
  padding: 30px 0;
  clear: both; }

#commonHd .common_head .logo_wp {
  position: relative;
  top: 14px; }

#commonHd .head_con {
  display: inline-block; }

#commonHd #search {
  position: relative;
  text-align: center;
  border: 2px solid #285a35;
  margin-left: 16px;
  background: #fff; }

#commonHd #search .cl_wp {
  width: 120px;
  height: 38px;
  line-height: 38px;
  position: relative;
  color: #777;
  font-weight: 400;
  font-size: 13px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/btnSearchBarDown.gif") no-repeat 95% 55%;
  cursor: pointer;
  border: 0;
  float: left; }

#commonHd #search .cl_wp > a {
  display: block;
  padding-left: 20px;
  font-size: 15px;
  color: #285a35; }

#commonHd #search .cl_wp ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 38px;
  left: -2px;
  background: #fff;
  border: 2px solid #285a35;
  padding: 4px 0;
  z-index: 9999; }

#commonHd #search .cl_wp ul hr {
  display: block !important; }

#commonHd #search .cl_wp ul.on {
  z-index: 999; }

#commonHd #search .cl_wp li {
  font-size: 12px;
  float: none;
  text-indent: 13px; }

#commonHd #search .cl_wp li a {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  color: #285a35; }

#commonHd #search .cl_wp li hr {
  border-style: dashed; }

#commonHd #search .tq_wp {
  position: relative;
  display: inline-block;
  height: 38px;
  top: 0;
  left: 6px; }

#commonHd #search .tq_wp:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 1px;
  height: 20px;
  background: #285a35; }

#commonHd select::-ms-expand {
  display: none; }

#commonHd #search input[type="text"] {
  width: 360px;
  height: 38px;
  text-indent: 10px;
  font-size: 14px;
  border: 0;
  margin-top: 0;
  background-position: 16px 10px !important;
  font-family: "맑은고딕",sans-serif; }

#commonHd #search input[type="text"]:focus,
#commonHd #search select:focus {
  outline: none; }

#commonHd #search input[type="text"]:focus {
  background: none; }

#commonHd #search input[type="text"]:-ms-input-placeholder {
  font-size: 13px;
  color: #777;
  font-weight: 300; }

#commonHd #search .btn_wp {
  position: absolute;
  width: 60px;
  height: 42px;
  top: -2px;
  right: -6px;
  background: #285a34;
  text-align: center; }

#commonHd #search .btn_wp a {
  display: block;
  height: 100%; }

#commonHd #search .btn_wp a img {
  display: block;
  margin: 0 auto;
  padding-top: 10px; }

#commonHd #search .btn_wp a.cm_dw {
  position: absolute;
  top: 9px;
  right: 74px; }

#commonHd #search .btn_wp a.cm_dw.on {
  top: 18px; }

#commonHd #search .btn_wp a.cm_dw.on img {
  transform: rotate(180deg); }

/* 자동 검색어 */
#commonHd .auto_t {
  display: none;
  position: absolute;
  width: 440px;
  min-height: 80px;
  background: #fff;
  border: 2px solid #BFB7AE;
  box-sizing: border-box;
  z-index: 1;
  padding: 8px 10px; }

#commonHd .auto_t p {
  font-size: 13px;
  line-height: 20px;
  text-align: left; }

#commonHd .auto_t p span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
  color: #da4445; }

/* header common menu */
#commonHd .gnb_wp {
  position: relative;
  padding-bottom: 1px; }

#commonHd .gnb_wp:after {
  content: "";
  display: block;
  clear: both; }

#commonHd .common_gnb {
  float: left; }

/*#commonHd .common_gnb02 {float:right;}*/
#commonHd .common_gnb:after {
  content: '';
  display: block;
  clear: both; }

#commonHd .common_gnb li {
  position: relative;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box; }

#commonHd .common_gnb li a {
  display: block;
  font-size: 18px;
  color: #285a35;
  font-family: "Noto Sans Kr", sans-serif !important;
  letter-spacing: -0.5px;
  font-weight: 500;
  transition: all 0.3s ease-in; }

/*
#commonHd .common_gnb01 li {width:98px;border:1px solid #d2d2d2; border-right:0; border-bottom:0;}
#commonHd .common_gnb01 li:first-child a {background:none;}
#commonHd .common_gnb01 li:last-child {border-right:1px solid #d2d2d2;}
#commonHd .common_gnb01 li a {height:50px; line-height:50px; background:url($img_header+'/ypbooks/images/common/menu_bg.png') no-repeat center; background-size:cover; transition:all 0.3s linear; margin-top:0;}
#commonHd .common_gnb01 li:hover a {background:url($img_header+'/ypbooks/images/common/menu_bg_ov.png') no-repeat center; background-size:cover; height:60px; line-height:60px; margin-top:-10px;color:#fff; text-decoration:none;}
#commonHd .common_gnb li:last-child a {border-right: 0;}
#commonHd .common_gnb02 li {width:86px;}
#commonHd .common_gnb02 li:after {content: ""; position: absolute; top:18px; right:0; width:1px; height:14px; background: #5D7864;}
#commonHd .common_gnb02 li:last-child:after {content:none;}
#commonHd .common_cate {position: absolute; width:960px; top:18px; padding:6px 10px; background: #EFEFEF; border-radius: 0 0 10px 10px; border:1px solid #ddd; box-sizing: border-box; left:50%; margin-left: -490px;}
#commonHd .common_cate a {display: block; font-size: 13px; font-weight: 500; color:#3a3a3a;}
*/
/* header 광고 배너 */
#commonHd .small_bn {
  position: absolute;
  top: 36px;
  right: 10px;
  width: 180px; }

#commonHd .small_bn a {
  display: inline-block; }

#commonHd .small_info {
  position: absolute;
  right: 0;
  top: 80px; }

#commonHd .small_info span {
  display: inline-block;
  font-size: 12px;
  color: #666;
  vertical-align: baseline; }

#commonHd .small_info span.sb_now {
  color: #3a3a3a;
  font-weight: 500; }

#commonHd .small_info .btn_wp {
  margin-left: 4px; }

#commonHd .small_info .btn_wp a {
  border: 1px solid #d2d2d2;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center; }

#commonHd .small_info .btn_wp a img {
  display: block;
  margin: 3px auto; }

/* 슬라이드 공통 */
.slide_area li.bn_con {
  display: none; }

.slide_area li.bn_con.on {
  display: block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #search .btn_wp a.cm_dw {
    margin-top: 0; } }
/* 외국도서 */
#contents.eng_contents {
  padding: 40px 0px 60px; }

#contents.eng_contents #leftArea01 {
  padding-bottom: 80px; }

.book_club {
  margin: 0 auto; }

/* subpage common */
#leftArea01 .leftMenu {
  width: 200px;
  border: 1px solid #295b37; }

#leftArea01 DIV.lnb h2 {
  height: 40px;
  line-height: 40px;
  text-indent: 16px;
  padding-top: 0;
  font-size: 15px;
  text-align: left;
  background: #285a35;
  color: #fff; }

#leftArea01 DIV.lnbList {
  padding: 0px 0px 15px 0;
  overflow: hidden; }

#leftArea01 DIV.lnb {
  width: 200px; }

#leftArea01 DIV.lnbList UL {
  width: 200px; }

#leftArea01 DIV.lnbList UL LI {
  width: auto;
  float: none; }

/* //플래시 제거 후 style 2020-05-19 */
/* 검색창 깨짐 수정 */
#SchSug {
  top: 38px !important;
  width: 100%;
  z-index: 9998; }

#querylist_border {
  float: left; }

/* 탑버튼 공통수정 2019-1121 */
.wrapTop {
  display: none !important;
  position: fixed;
  right: 0;
  z-index: 90;
  line-height: 9999px;
  vertical-align: top;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/books/wrapTop.png") no-repeat;
  width: 45px;
  height: 45px; }

.wrapTop.top-btn {
  display: block !important;
  right: 20px;
  bottom: 40px; }

/* 2019-11-06 푸터수정 */
#footerArea .footerSection .logo-box {
  padding-top: 18px; }

#footerArea .footerSection .scm-box div {
  float: none;
  text-align: center; }

.scm-box {
  float: right !important; }

.scm-box a:hover {
  text-decoration: none; }

.scm-box .scm-head {
  width: 180px;
  padding: 8px 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  background: #333;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.scm-box .scm-head p {
  color: #fff;
  font-style: normal; }

.scm-box .scm-head strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 20px; }

.scm-box .sns-icoBox {
  padding: 10px 0 5px;
  background: #fff;
  margin-top: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.12), 0 0px 2px rgba(0, 0, 0, 0.24); }

.scm-box .yp-facebook {
  margin: 0 16px; }

#footerArea .footerSection.last {
  border: 1px solid #dcdcdc;
  padding: 20px 0;
  background: #fff; }

#footerArea .footerSection .ypaward {
  overflow: hidden;
  background: #fff; }

#footerArea .footerSection .ypaward li {
  display: inline-block;
  float: none; }

#footerArea .footerSection .ypaward li:nth-child(2) {
  margin: 0 80px; }

#footerArea .footerSection .ypaward li:last-child {
  width: 180px; }

#footerArea .footerSection .ypaward li dt {
  display: inline-block;
  height: 60px;
  vertical-align: middle; }

#footerArea .footerSection .ypaward li dd {
  display: inline-block;
  float: none;
  padding-left: 10px;
  vertical-align: middle; }

#footerArea .footerSection .ypaward li dd p {
  font-size: 12px;
  color: #666; }

#footerArea .footerSection .ypaward li dd strong {
  display: block;
  font-size: 12px;
  color: #666; }

/* 2019-11-20 신규추가 footer CS 전화번호 */
.cs-box {
  margin-top: 10px;
  padding: 4px 0;
  background: #d1d1d1;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.cs-box p {
  font-style: normal;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: -0.25px; }

.cs-box p span {
  display: inline-block;
  width: 110px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #3a3a3a; }

/* 2019-11-22 하단 지점안내 바로가기 수정 */
#botArea.sh-bot {
  display: none; }

.shopMap {
  width: 890px;
  margin-left: 15px;
  float: left; }

.store_nt {
  width: 800px;
  height: 67px;
  border: 1px solid #cdcdcd;
  display: table;
  margin-top: 10px;
  display: table; }

.store_nt .s_name ul li {
  display: table-cell;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 20px;
  font-weight: normal; }

/* ----------------------------------------
			//common.css -  강산해
-------------------------------------------*/
/* 작성자 : 장정인 */
/* 파트별 Style Sheet */
/* 공통 Style Sheet */
body {
  font-size: 11px;
  font-family: 'Malgun Gothic', 'dotum', 'Helvetica';
  color: #505050;
  margin: 0px;
  padding: 0px;
  background-position: left top;
  overflow-x: hidden; }

html {
  margin: 0px;
  padding: 0px; }

* {
  margin: 0px;
  padding: 0px; }

div, li, td, th, input, textarea, select {
  font-size: 11px;
  font-family: 'Malgun Gothic', 'dotum', 'Helvetica';
  line-height: 18px;
  color: #505050;
  text-align: left; }

/* 박스처리 */
table {
  border-spacing: 0px;
  border-collapse: collapse;
  padding: 0px; }

td, th {
  padding: 0px; }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

ul li {
  display: block; }

dl {
  margin: 0; }

dd {
  margin: 0; }

.Fleft {
  float: left; }

.Fright {
  float: right; }

.Cleft {
  clear: left;
  float: none; }

.Cright {
  clear: right;
  float: none; }

.Cboth {
  clear: both;
  float: none; }

.tbFix {
  table-layout: fixed; }

/* 이미지 */
img {
  border: none; }

img.mIMG {
  margin: 0px 0px -2px 0px; }

img.mIMG02 {
  margin: 0px 0px -3px 0px; }

:root img.mIMG {
  margin: 0px -4px -5px 0px; }

img.mImgTop {
  margin-top: -2px; }

/* 링크 */
a {
  color: #333;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #3f9255;
  text-decoration: underline; }

a.underline {
  text-decoration: underline; }

a.comm {
  color: #363636; }

a.comm:hover {
  color: #000000;
  text-decoration: underline; }

a.comm02 {
  color: #3f9255; }

a.comm02:hover {
  color: #FF5400; }

a.eventLink {
  color: #505050;
  font-weight: bold; }

a.eventLink:hover {
  color: #FF5400; }

a, img {
  selector-dummy: expression(this.hideFocus=true); }

/* 패딩 */
.pT0 {
  padding-top: 0px !important; }

.pT1 {
  padding-top: 1px !important; }

.pT2 {
  padding-top: 2px !important; }

.pT3 {
  padding-top: 3px !important; }

.pT4 {
  padding-top: 4px !important; }

.pT5 {
  padding-top: 5px !important; }

.pT6 {
  padding-top: 6px !important; }

.pT7 {
  padding-top: 7px !important; }

.pT8 {
  padding-top: 8px !important; }

.pT9 {
  padding-top: 9px !important; }

.pT10 {
  padding-top: 10px !important; }

.pT15 {
  padding-top: 15px !important; }

.pT20 {
  padding-top: 20px !important; }

.pT25 {
  padding-top: 25px !important; }

.pT30 {
  padding-top: 30px !important; }

.pT40 {
  padding-top: 40px !important; }

.pB0 {
  padding-bottom: 0px !important; }

.pB1 {
  padding-bottom: 1px !important; }

.pB2 {
  padding-bottom: 2px !important; }

.pB3 {
  padding-bottom: 3px !important; }

.pB4 {
  padding-bottom: 4px !important; }

.pB5 {
  padding-bottom: 5px !important; }

.pB6 {
  padding-bottom: 6px !important; }

.pB7 {
  padding-bottom: 7px !important; }

.pB8 {
  padding-bottom: 8px !important; }

.pB9 {
  padding-bottom: 9px !important; }

.pB10 {
  padding-bottom: 10px !important; }

.pB15 {
  padding-bottom: 15px !important; }

.pB20 {
  padding-bottom: 20px !important; }

.pB25 {
  padding-bottom: 25px !important; }

.pB30 {
  padding-bottom: 30px !important; }

.pL0 {
  padding-left: 0px !important; }

.pL1 {
  padding-left: 1px !important; }

.pL2 {
  padding-left: 2px !important; }

.pL3 {
  padding-left: 3px !important; }

.pL4 {
  padding-left: 4px !important; }

.pL5 {
  padding-left: 5px !important; }

.pL6 {
  padding-left: 6px !important; }

.pL7 {
  padding-left: 7px !important; }

.pL8 {
  padding-left: 8px !important; }

.pL9 {
  padding-left: 9px !important; }

.pL10 {
  padding-left: 10px !important; }

.pL15 {
  padding-left: 15px !important; }

.pL20 {
  padding-left: 20px !important; }

.pL20 {
  padding-left: 25px !important; }

.pL20 {
  padding-left: 30px !important; }

.pL30 {
  padding-left: 30px !important; }

.pR0 {
  padding-right: 0px !important; }

.pR1 {
  padding-right: 1px !important; }

.pR2 {
  padding-right: 2px !important; }

.pR3 {
  padding-right: 3px !important; }

.pR4 {
  padding-right: 4px !important; }

.pR5 {
  padding-right: 5px !important; }

.pR6 {
  padding-right: 6px !important; }

.pR7 {
  padding-right: 7px !important; }

.pR8 {
  padding-right: 8px !important; }

.pR9 {
  padding-right: 9px !important; }

.pR10 {
  padding-right: 10px !important; }

.pR15 {
  padding-right: 15px !important; }

.pR20 {
  padding-right: 20px !important; }

.pR25 {
  padding-right: 25px !important; }

.pR30 {
  padding-right: 30px !important; }

.pR40 {
  padding-right: 40px !important; }

/* 마진 */
.mT0 {
  margin-top: 0px !important; }

.mT1 {
  margin-top: 1px !important; }

.mT2 {
  margin-top: 2px !important; }

.mT3 {
  margin-top: 3px !important; }

.mT4 {
  margin-top: 4px !important; }

.mT5 {
  margin-top: 5px !important; }

.mT6 {
  margin-top: 6px !important; }

.mT7 {
  margin-top: 7px !important; }

.mT8 {
  margin-top: 8px !important; }

.mT9 {
  margin-top: 9px !important; }

.mT10 {
  margin-top: 10px !important; }

.mT12 {
  margin-top: 12px !important; }

.mT15 {
  margin-top: 15px !important; }

.mT20 {
  margin-top: 20px !important; }

.mT25 {
  margin-top: 25px !important; }

.mT30 {
  margin-top: 30px !important; }

.mT35 {
  margin-top: 35px !important; }

.mT40 {
  margin-top: 40px !important; }

.mB0 {
  margin-bottom: 0px !important; }

.mB1 {
  margin-bottom: 1px !important; }

.mB2 {
  margin-bottom: 2px !important; }

.mB3 {
  margin-bottom: 3px !important; }

.mB4 {
  margin-bottom: 4px !important; }

.mB5 {
  margin-bottom: 5px !important; }

.mB6 {
  margin-bottom: 6px !important; }

.mB7 {
  margin-bottom: 7px !important; }

.mB8 {
  margin-bottom: 8px !important; }

.mB9 {
  margin-bottom: 9px !important; }

.mB10 {
  margin-bottom: 10px !important; }

.mB15 {
  margin-bottom: 15px !important; }

.mB20 {
  margin-bottom: 20px !important; }

.mB25 {
  margin-bottom: 25px !important; }

.mB30 {
  margin-bottom: 30px !important; }

.mB40 {
  margin-bottom: 40px !important; }

.mL0 {
  margin-left: 0px !important; }

.mL1 {
  margin-left: 1px !important; }

.mL2 {
  margin-left: 2px !important; }

.mL3 {
  margin-left: 3px !important; }

.mL4 {
  margin-left: 4px !important; }

.mL5 {
  margin-left: 5px !important; }

.mL6 {
  margin-left: 6px !important; }

.mL7 {
  margin-left: 7px !important; }

.mL8 {
  margin-left: 8px !important; }

.mL9 {
  margin-left: 9px !important; }

.mL10 {
  margin-left: 10px !important; }

.mL15 {
  margin-left: 15px !important; }

.mL20 {
  margin-left: 20px !important; }

.mL25 {
  margin-left: 25px !important; }

.mL30 {
  margin-left: 30px !important; }

.mL35 {
  margin-left: 35px !important; }

.mL60 {
  margin-left: 60px !important; }

.mR0 {
  margin-right: 0px !important; }

.mR1 {
  margin-right: 1px !important; }

.mR2 {
  margin-right: 2px !important; }

.mR3 {
  margin-right: 3px !important; }

.mR4 {
  margin-right: 4px !important; }

.mR5 {
  margin-right: 5px !important; }

.mR6 {
  margin-right: 6px !important; }

.mR7 {
  margin-right: 7px !important; }

.mR8 {
  margin-right: 8px !important; }

.mR9 {
  margin-right: 9px !important; }

.mR10 {
  margin-right: 10px !important; }

.mR15 {
  margin-right: 15px !important; }

.mR20 {
  margin-right: 20px !important; }

.mR25 {
  margin-right: 25px !important; }

.mR30 {
  margin-right: 30px !important; }

.mAuto {
  margin: 0px auto; }

/*  포지션 */
.posAbs {
  position: absolute; }

.posRel {
  position: relative; }

/* 커서 */
.hand {
  cursor: pointer; }

/* 폰트 */
.fs09 {
  font-size: 09px; }

.fs10 {
  font-size: 10px; }

.fs11 {
  font-size: 11px; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fb {
  font-weight: bold; }

.fn {
  font-weight: normal; }

.Helvetica {
  font-family: 'Helvetica'; }

.Verdana {
  font-family: 'Verdana'; }

.Tahoma {
  font-family: 'Tahoma'; }

.lH18 {
  line-height: 18px; }

.lH16 {
  line-height: 16px; }

.ls-1 {
  letter-spacing: -1px; }

.ls-2 {
  letter-spacing: -2px; }

.ls1 {
  letter-spacing: 1px; }

.ls2 {
  letter-spacing: 2px; }

.ls3 {
  letter-spacing: 3px; }

.ls4 {
  letter-spacing: 4px; }

.ls5 {
  letter-spacing: 5px; }

.ws-1 {
  word-spacing: -1px; }

.ws-2 {
  word-spacing: -2px; }

.ws1 {
  word-spacing: 1px; }

.ws2 {
  word-spacing: 2px; }

.ws3 {
  word-spacing: 3px; }

.ws4 {
  word-spacing: 4px; }

.ws5 {
  word-spacing: 5px; }

/* 칼라 */
.black {
  color: #000000 !important; }

.white {
  color: white !important; }

.orange {
  color: #e60012 !important; }

.green {
  color: #076f10 !important; }

.Ygreen {
  color: #A5A540 !important; }

.red {
  color: #fd000b !important; }

.blue {
  color: #295b37 !important; }

.dBlue {
  color: #105681 !important; }

/* 스크롤 */
.scroll02 {
  scrollbar-face-color: white;
  scrollbar-base-color: white;
  scrollbar-highlight-color: #E7E6E6;
  scrollbar-3dlight-color: white;
  scrollbar-shadow-color: #E7E6E6;
  scrollbar-darkshadow-color: white;
  scrollbar-track-color: white;
  scrollbar-arrow-color: #A1A1A1;
  FILTER: chroma(color=red); }

/* 폼 */
form {
  margin: 0; }

input {
  vertical-align: middle; }

/* 체크박스, 라디오버튼 전용 */
input.he14 {
  height: 14px !important; }

input.he15 {
  height: 15px !important; }

input.he16 {
  height: 16px !important; }

input.he17 {
  height: 17px !important; }

input.he18 {
  height: 18px !important; }

input.textbox {
  border: 1px solid #c7c7c7; }

textarea.textbox {
  border: 1px solid #c7c7c7; }

/* 위치 */
.Ltxt {
  text-align: left; }

.Rtxt {
  text-align: right;
  padding-right: 2px; }

.Ctxt {
  text-align: center; }

.Vtop {
  vertical-align: top; }

.Vmiddle {
  vertical-align: middle; }

.Vbottom {
  vertical-align: bottom; }

/* 배경 */
.bgPosTL {
  background-position: top left; }

.bgPosTR {
  background-position: top right; }

.bgPosBL {
  background-position: bottom left; }

.bgPostBR {
  background-position: bottom right; }

.bgRepAll {
  background-repeat: repeat; }

.bgRepX {
  background-repeat: repeat-x; }

.bgRepY {
  background-repeat: repeat-y; }

.bgRepNo {
  background-repeat: no-repeat; }

/* Display */
.disNone {
  display: none; }

.disInline {
  display: inline; }

.disBlock {
  display: block; }

H1, H2, H3, H4 {
  padding: 0px;
  margin-top: 0px; }

P {
  padding: 0px;
  margin: 0px;
  word-break: break-all; }

/* 보더 */
.blNone {
  border-left: none !important; }

.brNone {
  border-right: none !important; }

.bbNone {
  border-bottom: none !important; }

.btNone {
  border-top: none !important; }

.bNone {
  border: none !important; }

.b0 {
  border: 0px !important; }

#noView {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  visibility: hidden; }

/* 2009.06.23 수정 */
DIV.searchListB {
  width: 53px;
  position: absolute;
  top: 30px;
  left: 3px;
  background: #FFFFFF;
  padding-left: 7px;
  overflow: hidden;
  z-index: 100000;
  border: 1px solid #312931; }

DIV.searchListB UL LI {
  width: 53px; }

DIV.searchListB UL LI#top {
  height: 5px !important; }

DIV.searchListB UL LI#bottom {
  height: 5px !important; }

#sugicn {
  padding-top: 4px; }

/* 장바구니 */
#allFrame #cartArea {
  height: 500px;
  right: 0px;
  position: absolute;
  text-align: right;
  top: 192px; }

#mainFrame #cartArea {
  height: 500px;
  right: 0px;
  position: absolute;
  text-align: right;
  top: 144px; }

/* 로케이션 */
#location {
  width: 960px;
  height: 27px;
  padding-left: 20px;
  z-index: 100;
  padding-top: 145px;
  margin: 0px auto;
  position: absolute;
  border-bottom: 1px solid #E6E6E6; }

#location03 {
  width: 960px;
  z-index: 100;
  padding-top: 32px;
  margin: 0px auto; }

DL.locaArea {
  width: 930px;
  color: #7C6F5E;
  z-index: 700;
  font-size: 11px; }

DL.locaArea DD {
  float: left;
  border: 0px;
  overflow: hidden; }

DL.locaArea DD span {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/location.gif") no-repeat 5px 7px;
  padding: 0 5px 0 17px;
  background-position: 5px; }

DL.locaArea DD IMG {
  vertical-align: bottom;
  margin-top: 6px;
  display: block; }

DL.locaArea DD.category {
  width: 140px;
  margin-left: 10px;
  float: left;
  border: 1px solid #0000;
  background: #FFFFFF;
  overflow: hidden;
  padding: 0px 0px 2px 5px;
  line-height: 14px; }

DL.locaArea DD P {
  float: right;
  margin-top: 3px; }

DL.locaArea DD P IMG {
  margin-top: 0px; }

DL.locaArea DD a IMG {
  position: relative;
  top: -5px;
  padding-left: 3px; }

DL.locaArea DD.locaBox {
  width: 200px;
  border: 1px solid #8A7E6E;
  padding: 0px 0px 2px 5px;
  z-index: 400;
  background: #FFFFFF; }

DL.locaArea DD UL {
  width: 120px;
  background: #ffffff;
  font-size: 11px; }

DL.locaArea DD UL LI {
  width: 120px;
  color: #7C6F5E;
  padding-left: 0px;
  border: 0px !important;
  font-size: 11px;
  line-height: 14px; }

UL.locaArea A {
  color: #7C6F5E; }

UL.locaArea A:hover {
  color: #3f9255; }

DIV.lineLoca {
  width: 940px;
  height: 0px;
  padding-top: 0px;
  font-size: 0px;
  line-height: 0px; }

DIV.location02 {
  float: right;
  margin-top: 5px; }

/*main*/
#mainLeft {
  width: 648px;
  margin-top: 30px;
  float: left;
  border-right: 1px solid #D8D8D8;
  padding-right: 24px; }

#mainRight {
  width: 247px;
  margin-top: 30px;
  float: left;
  padding-left: 20px; }

/* Contents 영역*/
#mainArea {
  width: 960px;
  padding: 20px 0px 0px 0;
  margin: 0px auto;
  position: relative;
  overflow: hidden; }

#contents {
  width: 960px;
  padding: 60px 0px 40px 0;
  margin: 0px auto;
  clear: both;
  overflow: hidden; }

#contents2 {
  width: 960px;
  padding: 160px 0px 0px 0px;
  margin: 0px auto;
  clear: both;
  position: relative;
  overflow: hidden; }

#conArea {
  width: 960px;
  margin: 0px; }

/* left 01 영역*/
#leftArea01 {
  margin-left: 0px;
  float: left;
  padding-bottom: 200px; }

#leftArea02 {
  width: 648px;
  margin: 15px;
  float: left;
  border-right: 1px solid #D8D8D8;
  padding-right: 29px;
  overflow: hidden; }

#leftArea03 {
  width: 180px;
  margin-left: 0px;
  float: left; }

DIV.lnb H2.lnbTit IMG {
  margin-left: 15px; }

DIV.lnbList UL {
  width: 219px;
  padding-top: 10px; }

DIV.lnbList UL LI {
  width: 203px;
  padding-left: 16px;
  color: #6A625C;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 5px; }

DIV.lnbList UL LI.lnbOver {
  font-weight: bold; }

DIV.lnbList UL LI A {
  color: #666; }

DIV.lnbList UL LI A:hover {
  color: #3f9255; }

DIV.lnbList UL LI STRONG {
  font-size: 14px;
  color: #295b37; }

DIV.lnbList UL LI STRONG A {
  color: #295b37; }

/* left메뉴 사이 라인 */
DIV.lnbList UL LI.left_section {
  margin-top: 10px;
  padding-top: 10px; }

DIV.lnbList03 UL LI.left_section {
  padding-top: 10px; }

DIV.lnb DIV.lnbSub {
  width: 157px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_3depth02.gif") no-repeat 8px bottom;
  padding-bottom: 15px;
  position: absolute;
  width: 190px;
  left: 140px;
  top: 85px;
  z-index: 500; }

DIV.lnb02 DIV.lnbSub {
  width: 157px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_3depth02.gif") no-repeat 8px bottom;
  padding-bottom: 15px;
  position: absolute;
  width: 190px;
  left: 140px;
  top: 85px;
  z-index: 1000000; }

DIV.lnbSub UL {
  width: 157px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_3depth01.gif") no-repeat;
  padding: 17px 0px 0px 25px; }

DIV.lnbSub UL LI {
  width: 122px;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: -0.1em; }

DIV.lnbSub UL LI A:hover {
  color: #3D1A00;
  font-weight: bold;
  font-size: 12px; }

/*이벤트, 문화행사, 고객센터*/
DIV.lnbList02 {
  margin-top: 10px;
  padding: 0px 0px 25px 5px;
  overflow: hidden; }

DIV.lnbList02 UL {
  width: 219px; }

DIV.lnbList02 UL LI {
  width: 219px;
  color: #6A625C;
  line-height: 24px; }

DIV.lnbList02 UL LI.eventBot {
  width: 203px;
  color: #6A625C;
  font-size: 12px;
  padding-left: 16px;
  margin-top: 7px; }

DIV.lnbList02 UL LI.eventBot strong {
  font-size: 14px; }

DIV.lnbList02 UL LI DL.lnbEvent {
  width: 219px;
  padding-bottom: 2px;
  font-size: 14px; }

DIV.lnbList02 UL LI DL.lnbEvent DT {
  width: 203px;
  height: 19px;
  padding-left: 16px;
  margin-top: 7px; }

DIV.lnbList02 UL LI DL.lnbEvent DD {
  width: 184px;
  padding-left: 35px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/blet_theme.gif") no-repeat 26px 9px;
  font-size: 11px;
  line-height: 20px; }

/*기존 영풍사이트 LNB 영역*/
DIV.lnb02 {
  width: 210px;
  margin: 0px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_left2Menu02.gif") repeat-y;
  overflow: hidden;
  position: relative; }

DIV.lnb02 H2.lnbTit02 {
  width: 219px;
  margin: 0px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_left2Menu01.gif") no-repeat;
  padding: 6px 0px 0px 15px; }

DIV.lnbList03 {
  margin-top: 10px;
  padding: 0px 0px 25px 5px;
  overflow: hidden; }

DIV.lnbList03 UL {
  width: 170px; }

DIV.lnbList03 UL LI {
  width: 154px;
  padding: 3px 0 0 16px;
  color: #6A625C;
  font-size: 12px;
  line-height: 24px; }

DIV.lnbList03 UL LI.lnbOver {
  background: #F3F2F0;
  font-weight: bold; }

DIV.lnbList03 UL LI A {
  color: #6A625C; }

DIV.lnbList03 UL LI A:hover {
  color: #295b37;
  underline: 1px solid #295b37; }

DIV.lnbList03 UL LI STRONG {
  color: #295b37;
  font-size: 14px; }

DIV.lnb03 {
  width: 209px;
  height: 55px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_leftTit.gif") no-repeat 0px bottom;
  padding: 20px 0px 0px 20px; }

DIV.lnbList04 {
  margin-top: 10px;
  padding: 0px 0px 25px 5px;
  overflow: hidden; }

DIV.lnbList04 UL {
  width: 219px;
  padding-top: 10px; }

DIV.lnbList04 UL LI {
  width: 203px;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden; }

DIV.lnbList04 UL LI DL.lnbEvent02 {
  width: 219px;
  padding-bottom: 2px; }

DIV.lnbList04 UL LI DL.lnbEvent02 DT {
  width: 203px;
  padding: 0 0 5px 16px; }

DIV.lnbList04 UL LI DL.lnbEvent02 DD {
  width: 184px;
  padding-left: 17px;
  font-size: 12px;
  line-height: 22px; }

/* 고객센터 레프트_170110*/
DIV.lnbList04 UL LI DL.eventBot02 {
  width: 219px;
  padding-bottom: 2px; }

DIV.lnbList04 UL LI DL.eventBot02 DT {
  width: 203px;
  padding: 2px 0 7px 16px;
  font-size: 14px;
  font-weight: bold; }

DIV.lnbList04 UL LI DL.eventBot02 DD {
  width: 184px;
  padding-left: 17px;
  font-size: 12px;
  line-height: 24px; }

DIV.lnbList04 UL LI DL.eventBot02 DD.active a {
  font-weight: bold;
  color: #295b37; }

DIV.lnbList04 UL LI.eventBot02 {
  width: 180px;
  color: #6A625C;
  font-size: 14px;
  padding-left: 16px;
  margin-top: 7px;
  font-weight: bold; }

/* 2009.06.27 lnb 추가*/
DIV.lnbList04 UL LI DL.lnbEvent03 {
  width: 180px;
  padding-bottom: 10px;
  margin-top: 7px; }

DIV.lnbList04 UL LI DL.lnbEvent03 DT {
  width: 180px;
  height: 19px;
  line-height: 20px;
  padding-left: 16px;
  margin-bottom: 5px;
  color: #295b37; }

DIV.lnbList04 UL LI DL.lnbEvent03 DD {
  width: 145px;
  padding-left: 17px;
  font-size: 12px;
  line-height: 20px; }

DIV.lnbList04 UL LI DL.lnbLast {
  background: none !important;
  padding-bottom: 0px; }

DIV.lnb03 {
  width: 209px;
  height: 55px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_leftTit.gif") no-repeat 0px bottom;
  padding: 20px 0px 0px 20px; }

DIV.lnb04 {
  width: 160px;
  height: 55px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_leftTit02.gif") no-repeat 0px bottom;
  padding: 20px 0px 0px 20px; }

#leftCon {
  margin-top: 21px; }

#rightArea01 {
  width: 730px;
  min-height: 100%;
  padding-left: 19px;
  float: left;
  overflow: hidden; }

#rightArea03 {
  width: 738px;
  min-height: 100%;
  padding-left: 10px;
  float: left;
  overflow: hidden; }

/* Bottom */
#botArea DIV.botFrame {
  width: 911px;
  height: 275px;
  border-top: 1px solid #D4D4D4;
  padding: 30px 0px 0px 19px;
  margin-top: 50px; }

/* News Area*/
DIV.commBoard {
  width: 911px;
  height: 155px;
  border-bottom: 1px solid #E9E9E9; }

DIV.ypNews {
  width: 342px;
  float: left; }

DIV.newsCon {
  width: 248px;
  float: left;
  margin-left: 10px; }

DIV.newsCon UL.newsTab {
  width: 248px;
  margin-bottom: 25px; }

DIV.newsCon UL.newsTab LI {
  margin-left: 1px; }

DIV.newsList01 UL.newsData {
  width: 248px;
  margin-top: 10px; }

DIV.newsList01 UL.newsData LI {
  width: 246px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/dot_yellow2.gif") no-repeat 0px 6px;
  padding-left: 6px;
  font-size: 11px;
  word-spacing: -2px;
  line-height: 16px;
  margin-top: 5px; }

/* faqBest width 변경 작업자 : 이일환 작업일자 : 2009.07.20 */
DIV.faqBest {
  width: 405px;
  float: left; }

DIV.faqBest .Fleft {
  width: 93px; }

DIV.faqSearch {
  width: 310px;
  float: left; }

DIV.faqSearch a img {
  margin-left: -7px; }

INPUT.search {
  width: 245px;
  height: 20px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_input01.gif") no-repeat;
  border: 0px;
  margin-top: -14px; }

UL.faqList {
  width: 310px; }

UL.faqList LI {
  width: 310px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/faq1.gif") no-repeat;
  padding-left: 20px;
  font-size: 11px;
  line-height: 16px;
  word-spacing: -2px;
  margin-top: 5px; }

UL.faqList LI.best01 {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/faq1.gif") no-repeat; }

UL.faqList LI.best02 {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/faq2.gif") no-repeat; }

UL.faqList LI.best03 {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/faq3.gif") no-repeat; }

UL.faqList LI.best04 {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/faq4.gif") no-repeat; }

UL.faqList LI.best05 {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/faq5.gif") no-repeat; }

DIV.cusGuide {
  width: 149px;
  height: 155px;
  float: left; }

DIV.cusGuide IMG {
  margin: 0px -4px -4px 0px; }

/* 지점찾기 */
#botArea {
  width: 960px;
  clear: both;
  overflow: hidden;
  position: relative; }

DIV.shop01 {
  width: 960px;
  height: 105px;
  padding-top: 10px;
  text-align: left; }

DIV.shop02 {
  width: 960px;
  height: 105px;
  padding-top: 10px;
  text-align: left; }

DIV.shopTit {
  width: 55px;
  float: left;
  margin-top: 10px;
  overflow: hidden; }

DIV.shopTit DIV.shopBtn {
  width: 55px;
  margin-top: 15px; }

DIV.shopBtn IMG {
  float: left;
  margin-left: 3px; }

DIV.shopArea {
  width: 540px;
  height: 67px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/bg_shopBox.gif") no-repeat;
  float: left;
  margin: 10px 0px 0px 4px;
  padding: 14px 0px 0px 15px; }

DIV.shopArea DL {
  width: 570px;
  height: 47px; }

DIV.shopArea DL DT {
  float: left;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/area_bar01.gif") no-repeat right 8px;
  padding: 8px 21px 0px 0px;
  margin-right: 9px; }

DIV.shopArea DL DD {
  float: left;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/area_bar02.gif") no-repeat right 0px;
  padding-right: 9px;
  margin: 14px 0px 0px 9px; }

DIV.shopArea DL DD IMG {
  margin-bottom: 5px; }

DIV.shopArea DL DD.last {
  background: none; }

DIV.allSystem {
  float: left;
  margin: 10px 0px 0px 0px; }

UL.link {
  width: 940px;
  margin-top: 15px; }

UL.link LI {
  padding: 0px 12px 0px 11px;
  float: left; }

.price {
  text-decoration: line-through;
  color: #888888; }

.price02 {
  font-size: 14px;
  text-decoration: none;
  color: #888888; }

.price03 {
  font-size: 14px;
  color: #FF5400;
  font-weight: bold; }

.price04 {
  font-size: 12px;
  color: #000000;
  font-weight: bold; }

/* 페이징 */
DIV.paging {
  width: 100%;
  text-align: center; }

DIV.paging IMG {
  vertical-align: middle; }

.bar {
  margin: 0px 5px; }

/* 카테고리 타이틀 */
.cateTit {
  height: 30px;
  overflow: hidden; }

/* 공통부분 */
.bookExc {
  color: #7B6E5D !important;
  line-height: 14px; }

.bookTit {
  line-height: 22px; }

.bookName01 {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 18px !important; }

.bookName02 {
  font-weight: bold;
  font-size: 12px;
  color: #000000; }

.bookName03 {
  font-weight: bold;
  font-size: 12px; }

.bookName04 {
  font-size: 13px !important;
  color: #505050;
  line-height: 16px; }

.bookName05 {
  font-size: 16px !important;
  color: #7b6e5d !important;
  display: inline-block;
  line-height: 125%;
  word-spacing: -2px;
  padding-top: 5px; }

.bookPrice {
  font-size: 12px; }

.price {
  text-decoration: line-through;
  color: #888888; }

.down {
  font-weight: bold;
  color: #e60012; }

/* 공통 */
.subTit {
  height: 31px;
  border-bottom: 1px solid #E6E6E6;
  padding-top: 7px;
  margin-bottom: 15px; }

/*동영상*/
UL.movieBtn {
  margin-top: 10px; }

UL.movieBtn LI {
  float: left; }

UL.movieBtn LI.volume {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/volume.gif") no-repeat 0px 4px;
  margin-left: 10px; }

UL.movieBtn LI.moveFrame {
  width: 187px;
  height: 19px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/movieFrame.gif") no-repeat;
  margin-left: 9px;
  padding-left: 5px; }

DIV.movieNo {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/movieNo.gif") no-repeat 0px 6px; }

DIV.movieYes {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/movieYes.gif") no-repeat 0px 6px;
  text-align: right; }

DIV.volumeFrame {
  width: 64px;
  height: 18px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/common/volumeFrame.gif") no-repeat;
  padding-top: 1px;
  margin-left: 18px; }

/* 검색결과 */
DIV.sectionTxt {
  width: 710px;
  height: 30px;
  color: #755943;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
  margin-left: 15px; }

DIV.sectionTxt IMG {
  vertical-align: middle; }

UL.result02 {
  overflow: hidden;
  padding-top: 15px;
  width: 750px;
  margin-left: 15px; }

UL.result02 LI {
  width: 114px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/dot_gray.gif") no-repeat 0px 7px;
  font-size: 12px;
  padding-left: 7px; }

DIV.resutlSearch {
  width: 750px;
  height: 20px;
  margin: 10px 0px 10px 15px;
  overflow: hidden; }

DIV.resutlSearch DL {
  width: 750px;
  position: absolute; }

DIV.resutlSearch DL DT {
  float: left; }

DIV.resutlSearch DL DD {
  float: left;
  margin-left: 5px; }

DIV.resutlSearch DL DD.condition {
  margin-left: 15px;
  border: 1px solid #C7C7C7;
  background: #FFFFFF; }

DIV.resutlSearch DL DD.condition UL {
  float: left;
  padding: 3px 5px; }

DIV.resutlSearch DL DD.condition UL LI {
  float: none;
  display: block;
  font-size: 12px; }

DIV.resutlSearch DL DD.condition P {
  float: left;
  margin-top: 4px; }

DIV.resutlSearch DL DD INPUT {
  border: 1px solid #C7C7C7;
  height: 16px;
  display: block;
  margin: -1px 0px 0px -5px; }

DIV.resutlSearch DL DD IMG {
  display: block; }

/* left 메뉴 info */
DIV.lnbList04 UL LI.member_info {
  width: 175px;
  margin-bottom: 10px; }

UL.info_list {
  width: 170px;
  padding-left: 10px;
  background: none !important;
  padding-bottom: 5px; }

UL.info_list LI {
  font-size: 11px !important;
  letter-spacing: -0.1em; }

UL.info_list LI.my_info {
  height: 32px;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/icon/members.gif") no-repeat 7px 2px;
  padding-left: 32px; }

UL.info_list LI.grade {
  height: 21px;
  font-weight: bold;
  padding: 2px 0px 0px 7px; }

UL.info_list LI DL {
  width: 153px;
  padding-left: 7px;
  margin-top: 5px; }

UL.info_list LI DL DT {
  width: 35px;
  float: left;
  line-height: 18px; }

UL.info_list LI DL DD {
  width: 100px;
  float: left;
  text-align: right;
  line-height: 18px; }

/* 20130904 HY 추가 */
.ImfgLineBook {
  border: 1px solid #d5d5d5; }

.center {
  text-align: center; }

.tableboder2013 {
  border: 2px solid #e1e1e1; }

/* 20140109 도로명추가 */
.doronameBG {
  border: 1px solid #d1d1d1;
  background-color: #f2f2f2;
  color: #9a918f;
  padding: 1px;
  font-size: 11x;
  vertical-align: middle;
  font-style: normal;
  margin-right: 3px; }

.jibunBG {
  border: 1px solid #d1d1d1;
  background-color: #f2f2f2;
  color: #9a918f;
  padding: 1px;
  font-size: 11x;
  vertical-align: middle;
  font-style: normal;
  margin-right: 3px;
  margin-left: 56px; }

/* 20140114 종로점안내 PAGE */
.tablePhon {
  font-family: 돋움; }

.td_st {
  padding: 5px;
  width: 213px;
  height: 20px;
  vertical-align: middle; }

.td_st1 {
  width: 125px;
  height: 11px;
  font-size: 11px;
  vertical-align: middle;
  padding-left: 5px; }

.td_st2 {
  width: 85px;
  height: 11px;
  font-size: 11px;
  vertical-align: middle;
  color: #666; }

.p_st {
  color: #423d37;
  background-color: #cfcbc0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  height: 19px; }

.font_st {
  height: 11px;
  font-size: 11px;
  vertical-align: middle; }

.jongro_table {
  border: 1px solid #dad2c5;
  font-family: 돋움; }

.jongro_th {
  height: 20px;
  background: #EEEEE8;
  color: #635446;
  border: 1px solid #dad2c5;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  font-weight: normal; }

.jongro_td1 {
  text-align: center;
  background-color: #f4f0e3;
  border: 1px solid #dad2c5;
  font-size: 12px;
  color: #8e7d73;
  vertical-align: middle; }

.jongro_td2 {
  text-align: left;
  border: 1px solid #dad2c5;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 12px;
  height: 30px; }

#jongroinfoNotice {
  margin: 30px 0 0 0;
  color: #777;
  font-size: 12px;
  line-height: 160%; }

#jongroinfoNotice strong {
  font-family: '맑은 고딕',malgun gothic,'돋움',dotum,AppleGothic,sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  color: #264956;
  background: url("https://img.ypbooks.co.kr/ypbooks/images/listBtn.jpg") no-repeat 1px 3px;
  padding-left: 20px;
  display: inline-block;
  margin: 10px 0 15px;
  word-spacing: -3px; }

#jongroinfoNotice span {
  color: #888;
  font-size: 11px; }

#jongroinfoNotice b {
  color: #264956;
  font-weight: normal; }

.storeinfoP {
  padding-left: 30px;
  vertical-align: middle; }

.storeinfo_left {
  float: left; }

.storeinfo_right {
  float: right;
  font-size: 12px;
  color: #666;
  line-height: 180%;
  height: 340px; }

.storeinfo_right_p {
  font-style: normal; }

.storeinfoimg {
  padding-bottom: 5px; }

.storeinfoimg1 {
  float: left; }

.em {
  font-style: normal; }

.parkingTable {
  border: 1px solid #fff;
  font-family: 돋움; }

.parkingTable th {
  height: 25px;
  background: #b4afb3;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  text-align: center;
  font-size: 12px;
  vertical-align: middle; }

.parkingTable td {
  height: 25px;
  text-align: center;
  background-color: #ece9e4;
  border: 2px solid #fff;
  font-size: 12px;
  color: #8e7d73;
  vertical-align: middle;
  padding: 0 8px 0 8px; }

/* 20140317 hy 출고예상 상품수령안내, 20150610 hy 네이버페이 취소반품안내 */
#noticeOrder {
  width: 460px !important;
  border: 3px solid #c1b6b2;
  color: #8a7e6e;
  font-family: '맑은 고딕',malgun gothic,'돋움';
  line-height: 100%; }

#noticeOrder .noticeOrderBG {
  background-color: #d9d3c6;
  padding: 5px; }

#noticeOrder .noticeOrderBGP {
  padding: 5px;
  background: white; }

#noticeOrder .noticeOrderBG h2 {
  color: #6b6259;
  font-size: 14px;
  word-spacing: -2px;
  padding-left: 7px;
  display: inline-block;
  width: 100%; }

#noticeOrder .noticeOrderBG h2 .flL {
  float: left; }

#noticeOrder .noticeOrderBG h2 .flR {
  float: right;
  padding-right: 10px;
  margin-top: 2px; }

#noticeOrder .noticeOrderBGP div {
  padding: 2px; }

#noticeOrder div h3 {
  font-weight: bold;
  left: 0;
  color: #505050;
  word-spacing: -2px;
  list-style-type: none;
  font-size: 12px;
  padding-left: 10px; }

#noticeOrder div div span {
  color: #c0172a; }

#noticeOrder div div .lay_ft_line {
  border-bottom: 1px solid #8a7e6e; }

#noticeOrder div div {
  font-size: 11px;
  color: #4d4b4c;
  line-height: 125%;
  word-spacing: -1px !important; }

#noticeOrder div .noticeOrderBGPEX {
  font-size: 11px;
  word-spacing: -2px;
  color: #8a7e6e;
  font-weight: normal !important;
  margin-left: 10px;
  margin-top: 3px; }

#noticeOrder .cbnotice {
  margin-left: 10px;
  font-weight: bold; }

#noticeOrder .bgbs {
  margin-left: 137px; }

#noticeOrder .callcenterggst {
  font-size: 11px;
  word-spacing: -2px;
  color: #8a7e6e;
  font-weight: normal !important; }

#noticeOrder .naverpayrightsv {
  font-size: 11px;
  word-spacing: -2px;
  color: #63A2E7;
  font-weight: normal !important;
  margin-left: 10px; }

/*20151002 hanijoo 네이버페이 10월혜택 레이어*/
.naverpayall {
  margin-top: 38px; }

.npay10evtlogo {
  text-decoration: none; }

.npay10evtnt {
  font-size: 12px;
  text-decoration: none;
  padding-bottom: 7px;
  display: inline-block;
  margin-top: 1px; }

.npaybuy {
  color: #1ec300;
  font-weight: bold;
  display: inline-block; }

/*20150610 hy 네이버페이 배너*/
.naverArea {
  border-top: 2px solid #2b2f3a;
  margin-top: 5px; }

.naverArea .trans {
  position: absolute;
  margin-top: -2px; }

.naverArea .lay_btn_cancle {
  position: relative;
  float: right;
  margin-top: 6px; }

.naverArea .lay_btn_cancle a {
  color: #818181;
  display: inline-block;
  line-height: 130%;
  font-size: 11px;
  border: 1px solid #dcdbd5;
  padding: 5px 10px;
  letter-spacing: -1px; }

.naverArea .lay_btn_cancle a font {
  color: #1ebb00; }

.naverArea .lay_btn_cancle a:hover {
  border: 1px solid #92d685;
  text-decoration: none; }

/* 20140403 hy  */
.TemplateNoticeBOX {
  border: 3PX solid #a5a6b8;
  width: 500PX;
  padding: 10PX;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 5px;
  padding-bottom: 20px; }

.TemplateNoticeB {
  font-size: 18px;
  font-family: '맑은 고딕',malgun gothic;
  font-weight: bold;
  color: #1c5ab8;
  word-spacing: -2px;
  text-align: center;
  margin-top: 10px; }

.TemplateNoticeS {
  font-size: 12px;
  font-family: '맑은 고딕',malgun gothic;
  color: #4b4c54;
  line-height: 135%;
  margin-top: 10px;
  word-spacing: -2px; }

.TemplateNoticeSS {
  font-size: 12px;
  font-family: '맑은 고딕',malgun gothic;
  color: #7e7f8d;
  line-height: 135%;
  margin-top: 5px;
  margin-left: 10PX;
  word-spacing: 2PX; }

.TemplateNoticeSpan {
  color: #03F; }

.TemplateNotice_cancel {
  text-align: center;
  color: #a5a5a5;
  margin-top: 15px;
  word-spacing: -2px; }

.TemplateNotice_cancel a {
  text-decoration: underline;
  cursor: pointer;
  color: #999; }

.TemplateNotice_cancel a:hover {
  color: #FF3300;
  cursor: pointer; }

/* 20140408 hy orderstep02 수정 */
.orderstep02_cardinfo {
  font-size: 14px;
  border: 1px solid #e5e5e5;
  width: 270px;
  padding: 5px;
  font-weight: bold; }

#dlBG {
  width: 198px;
  border: 1px solid #e8e8e8;
  padding-bottom: 15px; }

#dlBG h2 {
  padding: 10px 0 8px 10px;
  font-size: 15px; }

#dlBG dl {
  line-height: 150%;
  width: 198px;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff; }

#dlBG dl dt {
  float: left; }

#dlBG dl dd {
  padding-left: 11px;
  display: inline-block;
  width: 198px;
  line-height: 20px;
  color: #757575;
  font-size: 12px; }

#dlBG dl .first {
  background: none;
  padding: 0;
  padding: 0 0 5px 10px;
  width: 198px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #295b37; }

#dlBG dl dd a {
  color: #878787;
  word-spacing: -2px;
  cursor: pointer; }

#dlBG dl dd a:hover {
  color: #FF5400; }

#dlBG dl span {
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold; }

#dlBG dl .bgTel {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/left/leftCustomer_tel173.jpg") no-repeat;
  width: 100%;
  height: 69px;
  display: inline-block; }

#dlBG dl .bgTel font {
  display: inline-block;
  padding-top: 40px;
  padding-left: 3px;
  font-size: 12px; }

#dlBG dl .abtn {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/btnNextList.gif") no-repeat right;
  padding-right: 13px;
  text-decoration: none; }

/* customer */
#customerBG {
  width: 198px;
  border: 1px solid #dedede;
  padding-bottom: 15px; }

#customerBG h2 {
  padding: 10px;
  font-size: 15px; }

#customerBG dl {
  line-height: 150%;
  width: 198px;
  margin: 0 auto;
  padding: 10px 0;
  background: #fff; }

#customerBG dl dt {
  float: left; }

#customerBG dl dd {
  padding-left: 11px;
  display: inline-block;
  width: 198px;
  line-height: 20px;
  color: #757575;
  font-size: 12px; }

#customerBG dl .first {
  background: none;
  padding: 0;
  padding: 0 0 5px 10px;
  width: 198px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #3f9255; }

#customerBG dl dd a {
  color: #878787;
  word-spacing: -2px;
  cursor: pointer; }

#customerBG dl dd a:hover {
  color: #3f9255; }

#customerBG dl span {
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold; }

#customerBG dl .bgTel {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/left/leftCustomer_tel173.jpg") no-repeat;
  width: 100%;
  height: 69px;
  display: inline-block; }

#customerBG dl .bgTel font {
  display: inline-block;
  padding-top: 40px;
  padding-left: 3px;
  font-size: 12px; }

#customerBG dl .abtn {
  background: url("https://img.ypbooks.co.kr/ypbooks/images/btnNextList.gif") no-repeat right;
  padding-right: 13px;
  text-decoration: none; }

/*20150306hy 개인정보취급방침,이용약관 공통 textarea */
.textAreaBox_common {
  color: #777;
  border: 3px solid #e5e5e5;
  display: inline-block;
  padding: 5px; }

/*고객센터 1:1고객상담_개인정보 취급방침 */
#userCounsel .cont .textArea01 {
  border-spacing: 0; }

#userCounsel .cont .textArea01 TD .textAreaBox_common {
  width: 665px;
  height: 100px; }

#userCounsel .cont .agree {
  margin: 10px auto 0 auto;
  text-align: center; }

/* 회원명 변경 도우미*/
#certname div .textAreaBox_common {
  width: 90%;
  height: 100px; }

/* 비회원 주문하기 */
#useAgreement .cont .textAreaBox_common {
  width: 97%;
  height: 120px; }

/*// 20150326hy footer 수정 */
#footerArea {
  width: 100%;
  clear: both;
  display: inline-block;
  overflow: hidden;
  font-weight: normal !important;
  background: #f5f5f5; }

#footerArea a {
  display: inline-block;
  font-variant: normal !important; }

#footerArea .footerFrame {
  padding: 0;
  margin: 0px auto;
  position: relative; }

#footerArea DIV.footerTop {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden; }

#footerArea DIV.footerTop ul {
  margin: 0 auto;
  text-align: center;
  margin: 10px 0;
  clear: both;
  display: inline-block; }

#footerArea .footerinfo {
  height: 80px;
  float: left;
  display: inline-block; }

#footerArea .w170 {
  width: 180px; }

#footerArea .w230 {
  width: 225px;
  padding-left: 25px; }

#footerArea .w500 {
  width: 550px;
  padding-left: 30px;
  margin-top: 4px; }

#footerArea DIV .footerTop .footerMenu {
  display: block;
  width: 972px;
  height: 31px;
  margin: 10px auto;
  float: none; }

#footerArea DIV .footerTop .footerMenu li {
  float: left;
  zoom: 1;
  position: relative;
  margin-left: 40px; }

#footerArea DIV .footerTop .footerMenu LI:first-child {
  margin-left: 0; }

#footerArea DIV .footerTop .footerMenu LI a {
  padding: 8px 0 6px 0;
  float: left;
  color: #6d6d6d;
  font-size: 13px;
  text-align: center;
  word-spacing: -2px;
  cursor: pointer; }

#footerArea DIV .footerTop .footerMenu LI a:hover {
  color: #295b37;
  text-decoration: underline; }

#footerArea .footerSection {
  width: 972px;
  text-align: center;
  clear: both;
  display: block;
  margin: 20px auto; }

#footerArea .footerSection:after {
  content: "";
  display: block;
  clear: both; }

#footerArea .footerSection div {
  float: left;
  vertical-align: text-top; }

#footerArea .footerSection div:first-child {
  padding-left: 0; }

#footerArea .footerSection div h1 {
  display: inline-block; }

#footerArea .footerSection li {
  float: left; }

#footerArea .footerSection div li .btn {
  font-size: 11px;
  line-height: inherit;
  word-spacing: -1px;
  color: #fff;
  padding: 2px 3px 0 4px;
  margin: 0;
  background: #ccc;
  text-decoration: none; }

#footerArea .footerSection div li .btn:hover {
  color: #fff;
  background: #295b37; }

#footerArea .footerSection .address li {
  font-size: 14px;
  font-style: normal;
  color: #6d6d6d;
  padding: 0 0 0 10px;
  margin: 0;
  line-height: 24px;
  white-space: nowrap;
  letter-spacing: -0.75px; }

#footerArea .footerSection .address li .tit {
  font-size: 14px;
  color: #6d6d6d; }

#footerArea .footerSection .address .ldt {
  display: inline-block;
  width: 450px;
  padding: 3px 0 0 10px;
  font-style: normal;
  font-family: 'Arial', 'Helvetica', 'sans-serif';
  color: #6d6d6d;
  margin: 0;
  font-size: 13px !important;
  word-spacing: -2px;
  font-weight: normal; }

#footerArea .footerSection .address .ldt a {
  white-space: nowrap; }

#footerArea .footerSection .kbArea .kbinfo {
  font: 11px;
  line-height: 15px;
  color: #666;
  padding-top: 5px;
  word-spacing: -2px;
  font-style: normal; }

#footerArea .footerSection .kbArea li {
  float: none; }

/* 무이자혜택 레이어 */
#a1card {
  position: absolute;
  max-width: 380px;
  border: 3px solid #c1b6b2;
  padding: 13px 20px;
  background: #fff; }

#a1card h1 {
  float: left;
  padding-bottom: 2px; }

#a1card h1 .ft_notice {
  font-weight: normal;
  color: #d93b1a; }

#a1card .moreCardInfo_btn {
  display: inline-block;
  padding-top: 7px; }

#a1card .moreCardInfo_btn a {
  text-decoration: none;
  color: #666;
  font-size: 12px; }

#a1card .moreCardInfo_btn em {
  display: inline-block;
  font-style: normal;
  background: #bfb7ae;
  padding: 0 3px;
  color: #fff;
  font-size: 11px !important;
  margin-left: 2px; }

#a1card .moreCardInfo_btn em:hover {
  color: #fff;
  background: #FF3300; }

#a1card .cardClose {
  float: right;
  padding-bottom: 2px; }

#a1card .cardInfozone_list {
  display: inline-block;
  max-width: 380px;
  clear: both; }

#a1card .cardInfozone_list li {
  background: #fff;
  width: 125px;
  float: left;
  max-height: 100px;
  padding: 2px 0 0 0;
  font-size: 11px;
  word-spacing: -3px;
  border: 1px solid #e1e1e1;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center; }

#a1card .cardInfozone_list li h2 {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  height: 35px; }

#a1card .cardInfozone_list li .cardDetailinfo {
  width: 100%;
  height: 45px;
  border-collapse: 0; }

#a1card .cardInfozone_list li .cardDetailinfo td {
  height: 42px;
  padding-top: 3px;
  vertical-align: middle;
  text-align: center;
  background: #fcfcfc; }

#a1card .cardInfozone_list li .cardDetailinfo td span {
  max-height: 42px; }

#a1card .cardInfozone_list li .cardDetailinfo td span strong {
  display: block;
  width: 100%;
  line-height: 14px;
  max-height: 14px;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  color: #888;
  letter-spacing: -1px; }

#a1card .cardInfozone_list li div em {
  display: inline-block;
  width: 100%;
  max-height: 18px;
  line-height: 18px;
  font-style: normal;
  background: #fcfcfc;
  text-align: center;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: bold; }

.recommendedBK div a:hover dl dd {
  text-decoration: none; }

#divTodayBook_1 div a:hover dl dd {
  text-decoration: none; }

/*네이버페이 마일리지 3% 적립 안내 레이어*/
.naverPoint_lay {
  position: absolute;
  z-index: 90px;
  width: 270px;
  margin-top: -50px;
  border: 2px solid #93979f;
  background: #fff;
  padding: 3px 5px 3px 7px; }

.naverPoint_lay li {
  display: inline-block;
  width: 210px;
  color: #777;
  font-size: 11px;
  word-spacing: -2px; }

.naverPoint_lay li strong {
  color: #17bb0c; }

/* 20180126 메인 하단 지점안내 수정*/
.store_nt .s_area {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: -2px;
  font-weight: 600;
  padding: 12px;
  width: 80px; }

.store_nt .s_area a {
  color: #285a35;
  text-decoration: none; }

.store_nt .s_name {
  display: table-cell;
  vertical-align: middle; }

.store_nt .s_name ul .s_bar:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 7px;
  background-color: #aaa;
  margin: -8px 7px 0 7px; }

.store_nt .s_name ul li a {
  color: #333;
  text-decoration: none; }

.store_nt .s_name ul li a:hover {
  color: #285a35; }

#comtTable {
  margin: 0 auto; }

/* 210405~ 박채움 추가*/
#wrap .book .cell .cartbtn {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background-color: #da4445;
  border: 1px solid #e3e3e3;
  display: block;
  width: 120px;
  height: 24px;
  margin-left: calc(50% - 60px);
  color: #ffffff;
  margin-bottom: 5px;
  margin-top: 0px; }

#wrap .book .cell .cartbtn:hover {
  cursor: pointer; }

.modal_box_wrap {
  display: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

.modal_box {
  width: 766px;
  height: 546px;
  border: 1px solid #cccccc;
  position: absolute;
  top: 130px;
  left: calc(50% - 400px);
  background-color: #ffffff;
  z-index: 9998 !important; }

.modal_box .mdBox_tb_dateRel0_0 {
  display: inline-block;
  width: 120px !important;
  border: 1px solid #bcbcbc !important;
  height: 28px !important;
  padding-left: 5px !important;
  font-size: 13px !important;
  position: absolute;
  z-index: 9999 !important;
  margin-top: -17px; }

.modal_box .mdBox_tb_dateRel0_1 {
  display: inline-block;
  width: 120px !important;
  border: 1px solid #bcbcbc !important;
  height: 28px !important;
  padding-left: 5px !important;
  font-size: 13px !important;
  position: absolute;
  z-index: 9999 !important;
  margin-top: -17px;
  right: 32px !important; }

.modal_box .mdBox_tb_dateRel0_btw {
  position: absolute;
  right: 170px;
  bottom: 173px; }

.modal_box .modal_close_btn {
  position: absolute;
  top: 11px;
  right: 14px;
  font-size: 30px;
  margin: 4px 6px 0 0; }

.modal_box .m_b_top {
  height: 54px;
  width: 766px;
  background-color: #295b36;
  overflow: hidden; }

.modal_box .m_b_top h1 {
  display: inline-block;
  width: 682px;
  float: left;
  color: #fefefe;
  line-height: 54px;
  padding-left: 22px;
  font-size: 22px;
  font-weight: normal; }

.modal_box .m_b_top input {
  display: inline-block;
  width: 60px;
  height: 54px;
  float: right;
  color: #ffffff;
  font-size: 22px;
  background-color: #295b36;
  border: none;
  padding-right: 5px; }

.modal_box .m_b_btm {
  width: 766px;
  height: 493px;
  margin-top: -50px;
  padding-top: 50px; }

.modal_box .m_b_btm .container {
  width: 743px;
  margin: 22px 0 0 22px; }

.modal_box .m_b_btm hr {
  border: 1px solid #c6c8cb;
  /*width:455px;*/
  width: 588px;
  margin-top: -2px;
  /*left: 290px;*/
  left: 155px;
  position: absolute;
  top: 116px;
  display: block; }

.modal_box .mdBox_tb_1stline {
  border-top: 1px solid #3a804c;
  border-collapse: collapse; }

.modal_box .catcat-1 {
  height: 32px; }

.modal_box input.mdBox_tb_input_0 {
  border: 1px solid #bcbcbc !important;
  width: 220px !important;
  height: 28px !important;
  margin-top: -5px !important;
  margin-left: 2px; }

.modal_box form.mdBox_tb_form0 {
  margin: 0 0 15px 35px;
  font-size: 13px; }

.modal_box .mdBox_tb_price0 {
  width: 183px !important; }

.modal_box .mdBox_tb_dateRel0 {
  width: 120px;
  border: 1px solid #bcbcbc;
  height: 30px;
  padding-left: 5px;
  font-size: 13px; }

.modal_box tr.mdBox_tb_3rdline {
  border-bottom: 1px solid #3a804c;
  border-collapse: collapse; }

.modal_box tr.mdBox_tb_3rdline td form {
  font-size: 13px; }

#search .cl_wp ul.cl_ul hr {
  margin: 5px 0 5px 10%;
  width: 80%;
  border-style: dashed;
  color: #888888; }

ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  width: 724px; }

ul.tabs .tab-link {
  display: inline-block;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  width: 132px;
  height: 38px;
  border: 1px solid #c6c8cb;
  line-height: 38px;
  text-align: center;
  position: absolute;
  left: 23px;
  top: 76px; }

ul.tabs .tab-link:last-child {
  margin-left: -1px !important; }

ul.tabs .current {
  color: #3a804c;
  border-bottom: none; }

.tab-content {
  display: none;
  background-color: #ffffff;
  padding: 12px 0;
  margin-right: 0px;
  margin-top: 66px !important; }

/*ul.tabs .tab-link2{left:157px;}*/
.tab-content.current {
  display: inherit; }

.modal_box table {
  border-collapse: collapse;
  width: 724px;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 8px; }

.modal_box table tr {
  border: 1px solid #eeeeee; }

.modal_box table tr th {
  background-color: #eeeeee;
  height: 58px;
  width: 58px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding-left: 13px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  font-size: 13px; }

.modal_box table tr td {
  background-color: #ffffff;
  height: 58px;
  padding-left: 10px;
  padding-top: 5px;
  vertical-align: middle;
  font-size: 13px; }

.modal_box table tr td:nth-child(2) {
  width: 250px; }

.modal_box table tr td:nth-child(4) {
  width: 250px; }

.modal_box table tr td input {
  width: 70px; }

.modal_box table tr td form {
  display: inline-block;
  font-size: 13px; }

.modal_box table tr td form input {
  width: 10px; }

.modal_box input[type=radio] {
  width: 15px;
  color: #3a804c; }

.modal_box input[type=text] {
  border: 1px solid #bcbcbc !important;
  width: 245px;
  height: 30px;
  font-size: 13px !important; }

.modal_box select {
  border: 1px solid #bcbcbc;
  appearance: auto !important; }

.modal_box select.catcat-1 {
  width: 116px;
  height: 30px;
  margin-top: 5px;
  font-size: 13px; }

.modal_box form label {
  padding-left: 5px; }

.modal_box input[type=submit] {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 19px;
  margin-bottom: 8px;
  height: 40px;
  width: 100px;
  background-color: #295b36;
  border: none;
  color: #ffffff;
  cursor: pointer;
  margin-left: 325px;
  font-size: 14px; }

#include_s_n {
  margin-left: 10px; }

#soldout_ic_n {
  margin-left: 10px; }

#soldout_ic_y_1_label {
  padding-right: 10px; }

.modal_box #dt_table_0 tr th {
  width: 160px;
  height: 60px;
  font-weight: normal; }

.modal_box #dt_table_0 tr td select {
  width: 237px;
  height: 30px;
  border: 1px solid #bcbcbc;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto; }

.modal_box #dt_table_0 tr td input[type=text] {
  border: 1px solid #bcbcbc !important;
  width: 270px;
  height: 28px; }

.modal_box #dt_table_0 tr td .catcat-6and7_1 {
  width: 100px;
  height: 30px; }

#set_removetext {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  font-size: 15px;
  right: 90px;
  top: 14px;
  color: #000000;
  text-decoration: none; }

.modal_box #dt_table_0 tr.dt_table_0_tr0 {
  border-top: 1px solid #3a804c; }

.modal_box #dt_table_0 tr.dt_table_0_tr0 th {
  width: 210px;
  text-align: left;
  padding-right: 5px; }

.modal_box #dt_table_0 tr.dt_table_0_tr0 td select {
  width: 234px;
  font-size: 13px; }

.modal_box #dt_table_0 tr.dt_table_0_tr1 td select {
  width: 234px;
  font-size: 13px; }

.modal_box #dt_table_0 tr.dt_table_0_tr1 td select::-ms-expand {
  display: inline-block; }

.modal_box #dt_table_0 tr.dt_table_0_tr0 td select::-ms-expand {
  display: inline-block; }

.modal_box #dt_table_0 tr.dt_table_0_tr1 select::-ms-expand {
  display: inline-block; }

.modal_box #dt_table_0 tr.dt_table_0_tr5 .dt_table_0_tr5_td1 select::-ms-expand {
  display: inline-block; }

.modal_box #dt_table_0 tr.dt_table_0_tr2 td.dt_table_0_tr2_td0 {
  width: 320px; }

.modal_box #dt_table_0 tr.dt_table_0_tr2 td.dt_table_0_tr2_td0 input {
  height: 28px;
  width: 228px; }

.modal_box #dt_table_0 tr.dt_table_0_tr2 th.dt_table_0_tr2_th1 {
  width: 210px;
  text-align: left;
  padding-right: 5px; }

.modal_box #dt_table_0 tr.dt_table_0_tr2 td.dt_table_0_tr2_td1 input {
  width: 270px !important;
  height: 28px; }

.modal_box #dt_table_0 tr.dt_table_0_tr3 td.dt_table_0_tr3_td0 input {
  height: 28px;
  width: 228px; }

.modal_box #dt_table_0 tr.dt_table_0_tr3 td.dt_table_0_tr3_td1 input {
  width: 270px;
  height: 28px; }

.modal_box #dt_table_0 tr.dt_table_0_tr4 td.dt_table_0_tr4_td0 input {
  width: 91px !important;
  height: 28px !important; }

.modal_box #dt_table_0 tr.dt_table_0_tr4 td.dt_table_0_tr4_td1 {
  width: 380px; }

.modal_box #dt_table_0 tr.dt_table_0_tr4 td.dt_table_0_tr4_td1 input {
  width: 120px !important;
  border: 1px solid #bcbcbc  !important;
  height: 30px  !important;
  padding-left: 5px  !important;
  font-size: 13px; }

.modal_box #dt_table_0 tr.dt_table_0_tr5 {
  border-bottom: 1px solid #3a804c; }

.modal_box #dt_table_0 tr.dt_table_0_tr5 .dt_table_0_tr5_td0 form {
  font-size: 13px; }

.modal_box #dt_table_0 tr.dt_table_0_tr5 .dt_table_0_tr5_td1 select {
  width: 273px;
  height: 28px;
  font-size: 13px; }

.modal_box .mdBox_tb_price0 input.mdBox_tb_price0_ip0 {
  width: 70px !important;
  border: 1px solid #bcbcbc !important;
  height: 28px !important;
  margin-right: 2px !important; }

.modal_box .mdBox_tb_price0 input.mdBox_tb_price0_ip1 {
  width: 70px !important;
  border: 1px solid #bcbcbc !important;
  height: 28px !important; }

.modal_box input[type="text"]:focus, .modal_box select {
  outline: none; }

.autosearch_off {
  display: none;
  padding: 10px;
  z-index: 101 !important;
  position: absolute !important; }

.autosearch_off_onLink {
  color: #ff0000 !important;
  cursor: pointer !important;
  text-decoration: underline !important; }

.dt_table_0_tr1_th1_addSpan {
  color: #e80a0a;
  font-size: 46px;
  display: inline-block;
  margin-left: -2px;
  vertical-align: bottom;
  padding-bottom: 3px; }

/*# sourceMappingURL=common.css.map */
