/*#header 만 옮김*/

@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");

img {
  -ms-interpolation-mode: bicubic;
}
body {
  position: relative;
  transition: 0.2s all;
  background: #f0f0f0;
}
.w100 {
  width: 100%;
  margin: 0 auto;
  max-width: 1230px;
  box-sizing: border-box;
  padding: 0 23px;
}


.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
}
.header-wrap .ad {
  position: relative;
  text-align: center;
  
  display: flex;
  width: 100%;
}
.header-wrap .ad div {}
.header-wrap .ad .ad-left {
  width: calc(100vw / 2);
}
.header-wrap .ad .ad-right {
  width: calc(100vw / 2);
}

.header-wrap .ad img.web,
.header-wrap .ad img.mobile {
  margin: 0 auto;
}
.header-wrap .ad .w100 {
  position: relative;
  cursor: pointer;
  padding: 0 !important;
}
.header-wrap .ad .ad-close {
  position: absolute;
  top: 10px;
  right: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.08);
}
.header-wrap .ad.other {
  display: none;
}


#header {
  background: #fff;
}
.header-padding {
  transition: 0.2s all;
}



#header.pc {
  display: block;
  width: 100%;
}
.nav-area{
  position:relative;
}
/* 크리스마스 눈 배경 추가 - 231208 혜지 */
.snow_bg{
  height: 30px;
  width:100%;
  background: linear-gradient(180deg, #C7E3FF 0%, #DBEDFFE5 25%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  position:absolute;
  top:0;
  z-index: 100;
}
.snow_bg .snow_img{
  background:url(/duranno/img/ptrn_snow.svg) repeat-x;
  height:26px;
}

#header.pc #new-nav {
  background: #fff;
  display: block;
  /* line-height: 110px; */
  line-height: 120px;
  position: relative;
  top: 0;
  text-align: center;
  z-index: 0;
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
#header.pc #new-nav.on {
  position: fixed;
  top: 0;
  z-index: 100;
}
.shadow {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#header.pc #new-nav .w100 {
  position: relative;
}

#header.pc #new-nav .menu-l {
  width: 750px;
  height: 110px;
  position: relative;


  /* [24.02.15] 크리스마스+새해 로고 */
  /* height: 120px; */
}
#header.pc #new-nav h1 {
  background: url(/duranno/img/duranno-main.svg) 0 0 no-repeat;
  cursor: pointer;
  background-size: 155px;
  text-indent: -9999em;
  height: 22px;
  position: absolute;
  top: 40%;
  width: 155px;
  margin-top: -10px;
}

/* [24.02.15] 새해 로고 */
/* #header.pc #new-nav h1 {
  background: url(/duranno/img/logo_duranno_hny.svg) 0 0 no-repeat;
  cursor: pointer;
  background-size: 156px;
  text-indent: -9999em;
  height: 56px;
  position: absolute;
  top: 10px;
  width: 156px;
} */
/* [24.12.17] 크리스마스 로고 */
/* #header.pc #new-nav h1 {
  background: url(/duranno/img/logo_xmas.svg) 0 0 no-repeat;
  cursor: pointer;
  background-size: 156px;
  text-indent: -9999em;
  height: 56px;
  position: absolute;
  top: 10px;
  width: 156px;
  z-index: 101;
} */

#header.pc #new-nav .company {
  width: 156px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 60%;
  display: flex;
  justify-content: space-between;
}
#header.pc #new-nav .company li {
  float: left;
}
#header.pc #new-nav .company li a {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
#header.pc #new-nav .company li:first-child a {
  margin-left: 0;
}
#header.pc #new-nav .company li a:before {
  content: "";
  position: absolute;
  right: -11.5%;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: #d2d2d2;
}
#header.pc #new-nav .company li:last-child a::before {
  display: none;
}

#header.pc #new-nav .searching.pc {
  width: 360px;
  position: absolute;
  right: 23px;
  top: 38px;
  z-index: 10;
}
#header.pc #new-nav .search-area {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 360px;
  height: 34px;
  background: #fff;
  vertical-align: middle;
  line-height: 50px;
  text-align: left;
  border-bottom: 4px solid #222;
}
#header.pc #new-nav .search-area .search-input {
  display: inline;
  vertical-align: top;
  background: transparent;
  border: 0;
  margin-left: 0;
  height: 27px;
  line-height: 27px;
  width: 80%;
  position: relative;
  padding: 0;
}
#header.pc #new-nav .search-area .search-input::placeholder {
  font-size: 16px;
  color: #555;
  font-weight: 300;
  text-align: left;
}
#header.pc #new-nav .search-area .search-btn {
  width: 40px;
  display: block;
  background: transparent;
  float: right;
  height: 40px;
  line-height: 30px;
}
#header.pc #new-nav .search-area .search-btn .i-search {
  width: 22px;
  height: 23px;
  background: url(/duranno/img/search-icon.png) 0 0 no-repeat;
  display: inline-block;
  margin-top: 3px;
}

#header.pc #new-nav .menu-r {
  width: 505px;
  height: 27px;
  float: right;
  margin-top: 42px;
}
#header.pc #new-nav .menu-r .lnb {
  width: 505px;
  height: 27px;
  line-height: 27px;
}
#header.pc #new-nav .menu-r .lnb > li {
  text-align: left;
  display: inline;
  cursor: default;
}
#header.pc #new-nav .menu-r .lnb > li > span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0;
  margin-left: 20px;
  position: relative;
  display: inline-block;
}
#header.pc #new-nav .menu-r .lnb > li:first-child > span {
  margin-left: 0px;
}
#header.pc #new-nav .menu-r .lnb > li > span:hover {
  color: #2fb6d8;
}
#header.pc #new-nav .menu-r .lnb > li > span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #2fb6d8;
  display: none;
}
#header.pc #new-nav .menu-r .lnb > li > span.on {
  color: #2fb6d8;
}
#header.pc #new-nav .menu-r .lnb > li > span.on:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background-color: #2fb6d8;
  display: block;
}
#header.pc #new-nav .menu-r .lnb > li > span:hover:after {
  display: block;
}
#header.pc #new-nav .menu-r .lnb .popup > span:hover:after {
  display: none;
}
#header.pc #new-nav .menu-r .lnb .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.93);
  display: none;
  z-index: 100;

  overflow: scroll;
}

#header.pc #new-nav .menu-r .lnb .popup::-webkit-scrollbar {
  display: none;
}

#header.pc #new-nav .menu-r .lnb .popup .close-popup {
  float: right;
  margin-top: 60px;
  margin-right: 58px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content {
  width: 950px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content h2 {
  width: 918px;
  height: 42px;
  line-height: 62px;
  font-size: 42px;
  font-weight: 500;
  color: #222;
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #222;
  margin: auto;
  margin-top: 0px;
  text-align: center;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content li {
  cursor: pointer;
  margin-left: 85px;
  float: left;
}
#header.pc
  #new-nav
  .menu-r
  .lnb
  .popup
  .popup-content
  li.half
  > em:first-child {
  display: block;
  width: 116px;
  height: 116px;
  margin: auto;
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
#header.pc
  #new-nav
  .menu-r
  .lnb
  .popup
  .popup-content
  li
  > em:first-child:hover {
  transform: scale(1.03);
  transition: 0.3s;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content li em {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #222;
  margin-top: 5px;
  display: inline-block;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content li em img {
  height: 18px;
  margin-top: 5px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content li em:last-child {
  display: block;
}

#header.pc #new-nav .menu-r .lnb .popup .popup-content.bible {
  width: 950px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible.first {
  margin-top: 45px;
  display: block;
  margin-bottom: 68px;
  overflow: hidden;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible.second, 
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible.third {
  margin-bottom: 68px;
  overflow: hidden;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible li {
  margin-left: 57px;
  float: left;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible li:first-child,
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible li:nth-child(6) {
  margin-left: 0;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible li:last-child,
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible li:nth-child(5) {
  margin-right: 0;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible li > img {
  width: 143px;
  height: 202px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .bible li img:hover {
  transform: scale(1.03);
  transition: 0.3s;
}

#header.pc #new-nav .menu-r .lnb .popup .popup-content.quiet {
  width: 930px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .quiet {
  text-align: center;
}
#header #new-nav .menu-r .lnb .popup .popup-content .quiet li {
  display: inline-block;
  margin: 0;
  margin-left: 60px;
  float: none;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .quiet.first {
  margin-top: 50px;
  display: block;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .quiet em {
  margin-top: 14px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .quiet.second {
  display: block;
  margin-top: 52px;
  text-align: left;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .quiet li:first-child {
  margin-left: 0;
}
#header.pc
  #new-nav
  .menu-r
  .lnb
  .popup
  .popup-content
  .quiet.second
  li:first-child {
  margin-left: 85px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .quiet li img:hover {
  transform: scale(1.03);
  transition: 0.3s;
}

#header.pc #new-nav .menu-r .lnb .popup .popup-content.megazine {
  width: 930px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .megazine {
  margin: auto;
  margin-top: 50px;
  display: block;
  text-align: center;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .megazine li {
  display: inline-block;
  text-align: center;
  float: none;
}
#header.pc
  #new-nav
  .menu-r
  .lnb
  .popup
  .popup-content
  .megazine
  li:first-child {
  margin-left: 0;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .megazine li.half em {
  margin-top: 5px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .megazine li img:hover {
  transform: scale(1.03);
  transition: 0.3s;
}

header.pc #new-nav .menu-r .lnb .popup .popup-content.apps {
  width: 920px;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
header.pc #new-nav .menu-r .lnb .popup .popup-content .apps {
  margin: auto;
  margin-top: 50px;
  display: block;
  text-align: center;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .apps li {
  display: inline-block;
  text-align: center;
  margin: auto;
  /* margin-left: 85px; */
  margin-left: 57px;
  float: none;
}
/* #header.pc #new-nav .menu-r .lnb .popup .popup-content .apps li:first-child,
#header #new-nav .menu-r .lnb .popup .popup-content .apps li:nth-child(5) {
  margin-left: 0;
} */
#header.pc #new-nav .menu-r .lnb .popup .popup-content .apps.first li:first-child {
  margin-left: 0;
}
#header.pc
  #new-nav
  .menu-r
  .lnb
  .popup
  .popup-content
  .apps
  li.half
  > em:first-child {
  box-shadow: none;
}
#header.pc
  #new-nav
  .menu-r
  .lnb
  .popup
  .popup-content
  .apps
  li.half
  > em:first-child
  img {
  display: block;
  width: 116px;
  height: 116px;
  margin: auto;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content.apps li em:last-child {
  display: block;
  margin-top: 32px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .apps.first {
  margin-top: 51px;
  display: block;
  height: 168px;
}
#header.pc #new-nav .menu-r .lnb .popup .popup-content .apps.second {
  margin-top: 70px;
  text-align: left;
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
}
section.barcode {
  display: none;
  position: relative;
  bottom: 0;
  height: 218px;
  z-index: 98;
  width: 100%;
  transition: 0.2s all;
  text-align: center;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.5);
}
section.barcode.logout {
  height: 191px;
  bottom: 0;
}
section.barcode .inner {
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}
section.barcode .inner h3 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
section.barcode .inner .gift-area h3 {
  text-align: left;
  cursor: pointer;
  background: #e7537a;
}
section.barcode .inner .member-area h3 {
  text-align: left;
  cursor: pointer;
  background: #20aaba;
}
section.barcode .inner h3 span {
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  display: block;
  float: left;
  color: #fff;
}
section.barcode .inner h3 em {
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
  display: block;
  float: right;
  font-weight: 500;
}
section.barcode .inner .barcode-area {
  position: relative;
  padding: 15px;
  height: 98px;
  overflow: hidden;
}
section.barcode .inner .nomember-area {
  padding: 20px;
}
section.barcode .inner p.notice {
  margin: 0 auto;
  font-size: 16px;
  color: #666;
  font-weight: 500;
  padding-bottom: 20px;
}
section.barcode .inner p.notice span {
  background: #698bbc;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 5px;
  margin-top: 10px;
}
section.barcode .inner .nomember-area button {
  background: #fff;
  border: 1px solid #5d86c1;
  color: #5d86c1;
  width: 80px;
  text-align: center;
  line-height: 38px;
  height: 38px;
  margin: 0 3px;
  display: inline-block;
}
section.barcode .inner .link-area {
  text-align: right;
  padding-top: 10px;
}
section.barcode .inner .link-area.pt-5 {
  padding-top: 5px;
}
section.barcode .inner .link-area .icon span {
  display: inline-block;
  color: #6791cd;
  vertical-align: middle;
  font-size: 14px;
}
section.barcode .inner .link-area em {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/duranno/img/gift-foot-icon.png) 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
section.barcode .inner .link-area .icon.no2 em {
  background-position: 0 -46px;
}
section.barcode .inner .link-area .icon.no2 span {
  color: #666666;
}
section.barcode .inner .link-area .icon.no3 em {
  background-position: 0 -23px;
}
section.barcode .inner .link-area .icon.no3 span {
  color: #16817a;
}
section.barcode .inner .in-arrow.in-close {
  transform: rotate(180deg);
}
section.barcode .title {
  font-weight: 500;
  color: #393939;
  font-size: 16px;
  padding: 15px 0;
}
section.barcode .title span {
  font-weight: 500;
  color: #708ab8;
  font-size: 16px;
}
section.barcode .b-area {
  padding-bottom: 10px;
  display: inline-block;
}
section.barcode .b-num {
  letter-spacing: 1px;
}
section.barcode .b-num a {
  letter-spacing: 1px;
}

.fixed-footer .arrow {
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  z-index: 100;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  border-radius: 5px 5px 0 0;
  height: 45px;
  line-height: 45px;
  background: url(/duranno/img/gift-foot-btn.png) 0 0 no-repeat;
  background-size: 200px;
  color: #fff;
  cursor: pointer;
}

section.barcode .arrow i {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transform: rotate(180deg);
  margin-top: -7px;
}
section.barcode.off {
  bottom: 0;
}
section.barcode.off .arrow i {
  transform: rotate(0deg);
  padding: 5px;
}
section.barcode .plus {
  position: absolute;
  bottom: 6px;
  right: 10px;
  color: #999;
  cursor: pointer;
}

.real-footer {
  background: #424953;
  padding-top: 60px;
}
.real-footer .left {
  width: 40%;
}
.real-footer .left ul li {
  float: left;
  width: 51px;
  height: 51px;
  background: url(../img/footer-sns.png) 0 0 no-repeat;
  margin-right: 10px;
}
.real-footer .left ul li.insta {
  background-position: -51px 0;
}
.real-footer .left ul li.cafe {
  background-position: -102px 0;
}
.real-footer .left ul li.mail {
  background-position: -153px 0;
}
.real-footer .left ul li.tel {
  background-position: -204px 0;
}
.real-footer .left p {
  color: #abb4c3;
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
  line-height: 1.6em;
}
.real-footer .left p a {
  color: #abb4c3;
  font-size: 14px;
}
.real-footer .right {
  width: 60%;
}
.real-footer .right dl {
  width: 20%;
  float: left;
  text-align: center;
}
.real-footer .right dl dt {
  color: #f0f0f0;
  font-size: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 1em;
  margin: 10px 0 20px;
}
.real-footer .right dl:last-child dt {
  border-right: 0;
}
.real-footer .right dl dd {
  line-height: 1.6em;
}
.real-footer .right dl dd a {
  color: #b4bac2;
  font-size: 14px;
  font-weight: 300;
}
.real-footer > p {
  color: #8f96a2;
  font-size: 14px;
  font-weight: 300;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 80px 0;
  line-height: 1.6em;
}

/* duranno books local nav bar */
.books-lnb {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fafafa;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}
.books-lnb .w100 {
  position: relative;
}

.books-lnb .books-search {
  display: none;
  float: left;
  background: #f0f0f0;
  width: 260px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin-top: 12.5px;
}
.books-lnb .books-search input {
  border: 0;
  background: transparent;
  width: 220px;
  line-height: 30px;
  height: 30px;
  display: block;
  float: left;
  box-sizing: border-box;
}
.books-lnb .books-search :-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
}
.books-lnb .books-search ::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
}
.books-lnb .books-search ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
}
.books-lnb .books-search input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
}
.books-lnb .books-search button {
  display: block;
  float: left;
  width: 40px;
  text-align: center;
  background: transparent;
  margin-top: 4px;
}
.books-lnb ul {
  float: left;
  margin-left: 23%;
}
.books-lnb ul li {
  display: inline-block;
  margin-right: 20px;
}
.books-lnb ul li a {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.books-lnb ul li.on {
  color: #4189c2;
}
.books-lnb ul li.on a {
  color: #4189c2;
}

.modal .inner {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -55px;
  margin-left: -55px;
  background: rgba(51, 51, 51, 0.9);
  border-radius: 50%;
  width: 110px;
  height: 110px;
}
.modal .inner span {
  display: block;
  text-align: center;
  margin: 20px auto 0;
}
.modal .inner p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}

.i-loading {
  background: url(/duranno/img/loading-icon.svg) 0px 0 no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -25px;
  margin-right: -25px;
  animation-name: ani;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  transition: 0.2s all;
  animation-timing-function: linear;
}
.i-loading.fin {
  animation-name: none;
  background: url(/duranno/img/loading-icon.svg) 0px -100px no-repeat;
}
@keyframes ani {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
  /*광고배너 배경변경위치*/
  .header-wrap .ad.other {
    display: block;
    position: fixed;
    background: #541d0e;
    bottom: 0;
    z-index: 100;
    width: 100%;
    box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  }
  .header-wrap .ad.other .w100 {
    text-align: center;
  }
  section.barcode {
    display: block;
  }
  section.ad {
    display: block;
  }

  .fixed-footer .arrow {
    display: block;
  }
}

@media screen and (max-width: 1229px) {
  /* Renewal- Tablet Start */
  .header-wrap .ad .ad-left {
    width: 3%;
  }
  .header-wrap .ad .ad-right {
    width: 0%;
  }
  .header-wrap .ad img.web {
    width: 100%;
  }
  .header-wrap .ad .ad-close {
    right: 30px;
  }
  #header.pc {
    display: none;
  }
  #header.mobile {
    display: block;
  }



  #header.mobile #new-nav .w100 > .top {
    display: none;
  }
  #header.mobile .navi {
    display: none;
  }
  #header.mobile .side-l.new {
    display: none;
  }

  #header.mobile #new-nav {
    background: #fff;
    display: block;
    line-height: 90px;
    position: relative;
    top: 0;
    text-align: center;
    z-index: 0;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  #header.mobile #new-nav.on {
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .shadow {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  #header.mobile #new-nav .w100 {
    position: relative;
    overflow: hidden;
  }
  #header.mobile #new-nav .w100 div {
    float: left;
  }

  #header.mobile #new-nav .menu-l {
    width: 29%;
    height: 90px;
  }
  #header.mobile #new-nav h1 {
    background: url(/duranno/img/duranno-main.svg) 0 0 no-repeat;
    cursor: pointer;
    background-size: 160px;
    text-indent: -9999em;
    height: 22px;
    position: absolute;
    top: 43%;
    width: 170px;
    margin-top: -5px;
  }

  /* [24.02.15] 새해 로고 */
  /* #header.mobile #new-nav h1 { 
    background: url(/duranno/img/logo_duranno_hny.svg) 0 0 no-repeat;
    cursor: pointer;
    background-size: 156px;
    text-indent: -9999em;
    height: 56px;
    position: absolute;
    top: 10px;
    width: 170px;
  } */
  /* [24.12.17] 크리스마스 로고 */
  /* #header.mobile #new-nav h1 { 
    background: url(/duranno/img/logo_xmas.svg) 0 0 no-repeat;
    cursor: pointer;
    background-size: 156px;
    text-indent: -9999em;
    height: 56px;
    position: absolute;
    top: 10px;
    width: 170px;
  } */

  #header.mobile #new-nav .searching.pc {
    display: none;
  }
  #header.mobile #new-nav .searching.pad {
    display: block;
  }
  #header.mobile #new-nav .searching {
    width: 20%;
    width: 20.5%;
    height: 90px;
    z-index: 10;
    line-height: 90px;
  }
  #header.mobile #new-nav .searching button {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: transparent;
    margin-top: 30px;
    float: right;
  }
  #header.mobile #new-nav .search-btn.pad .i-search {
    width: 25px;
    height: 25px;
    background-size: 25px !important;
    background: url(/duranno/img/m_icon_search.svg) 0 0 no-repeat;
    display: inline-block;
  }
  #header.mobile #new-nav .searching .mybtn {
    margin-left: 20px;
  }
  #header.mobile #new-nav .mybtn .i-my {
    display: block;
    width: 25px;
    height: 25px;
    background-size: 25px !important;
    background: url(/duranno/img/user-source.svg) 0 0 no-repeat;
  }

  #header.mobile #new-nav .menu-r {
    width: 50%;
    height: 90px;
    margin: 0;
  }
  #header.mobile #new-nav .menu-r .lnb {
    width: 100%;
    height: 90px;
    line-height: 90px;
  }
  #header.mobile #new-nav .menu-r .lnb > li {
    text-align: left;
    display: inline;
    cursor: default;
  }
  #header.mobile #new-nav .menu-r .lnb > li > span {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    margin: 0;
    margin-left: 4.5%;
    position: relative;
    display: inline-block;
  }
  #header.mobile #new-nav .menu-r .lnb > li:first-child > span {
    margin-left: 0px;
  }
  #header.mobile #new-nav .menu-r .lnb > li > span:hover {
    color: #2fb6d8;
  }
  #header #new-nav .menu-r .lnb > li > span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #2fb6d8;
    display: none;
  }
  #header.mobile #new-nav .menu-r .lnb > li > span.on {
    color: #2fb6d8;
  }
  #header.mobile #new-nav .menu-r .lnb > li > span.on:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #2fb6d8;
    display: block;
  }
  #header.mobile #new-nav .menu-r .lnb > li > span:hover:after {
    display: block;
  }
  #header.mobile #new-nav .menu-r .lnb .popup > span:hover:after {
    display: none;
  }
  #header.mobile #new-nav .menu-r .lnb .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.93);
    display: none;
    z-index: 100;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: scroll;
    margin-left: 0;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .close-popup {
    float: right;
    margin-top: 60px;
    margin-right: 58px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .close-popup img {
    width: 30px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content {
    width: 950px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    zoom: 75%;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content h2 {
    width: 918px;
    height: 42px;
    line-height: 62px;
    font-size: 42px;
    font-weight: 500;
    color: #222;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #222;
    margin: auto;
    margin-top: 0px;
    text-align: center;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content li {
    cursor: pointer;
    margin-left: 85px;
    float: left;
    line-height: 20px;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    li.half
    > em:first-child {
    display: block;
    width: 116px;
    height: 116px;
    margin: auto;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    li
    > em:first-child:hover {
    transform: scale(1.03);
    transition: 0.3s;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content li em {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #222;
    margin-top: 5px;
    display: inline-block;
    line-height: 20px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content li em img {
    height: 18px;
    margin-top: 5px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content li em:last-child {
    display: block;
  }

  #header.mobile #new-nav .menu-r .lnb .popup .popup-content.bible {
    width: 950px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .bible.first {
    margin-top: 45px;
    margin-bottom: 68px;
    display: block;
    overflow: hidden;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .bible.second,
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .bible.third {
    margin-bottom: 68px;
    overflow: hidden;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .bible li {
    margin-left: 57px;
    float: left;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .bible
    li:first-child,
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .bible
    li:nth-child(6) {
    margin-left: 0;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .bible
    li:last-child,
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .bible
    li:nth-child(5) {
    margin-right: 0;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .bible li > img {
    width: 143px;
    height: 202px;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .bible
    li
    img:hover {
    transform: scale(1.03);
    transition: 0.3s;
  }

  #header.mobile #new-nav .menu-r .lnb .popup .popup-content.quiet {
    width: 930px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .quiet {
    text-align: center;
    line-height: 20px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .quiet li {
    display: inline-block;
    margin: 0;
    margin-left: 60px;
    float: none;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .quiet.first {
    margin-top: 50px;
    margin-bottom: 68px;
    display: block;
    overflow: hidden;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .quiet em {
    margin-top: 14px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .quiet.second {
    display: block;
    /* margin-top: 52px; */
    text-align: left;
    overflow: hidden;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .quiet
    li:first-child {
    margin-left: 0;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .quiet.second
    li:first-child {
    margin-left: 85px;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .quiet
    li
    img:hover {
    transform: scale(1.03);
    transition: 0.3s;
  }

  #header.mobile #new-nav .menu-r .lnb .popup .popup-content.megazine {
    width: 930px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .megazine {
    margin: auto;
    margin-top: 50px;
    display: block;
    text-align: center;
    line-height: 20px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .megazine li {
    display: inline-block;
    text-align: center;
    float: none;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .megazine
    li:first-child {
    margin-left: 0;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .megazine
    li.half
    em {
    margin-top: 5px;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .megazine
    li
    img:hover {
    transform: scale(1.03);
    transition: 0.3s;
  }

  #header.mobile #new-nav .menu-r .lnb .popup .popup-content.apps {
    width: 920px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 20px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .apps {
    margin: auto;
    margin-top: 50px;
    display: block;
    text-align: center;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .apps.second {}
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .apps li {
    display: inline-block;
    text-align: center;
    margin: auto;
    margin-left: 57px;
    float: none;
    height: fit-content;
  }
  /* #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .apps
    li:first-child,
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .apps
    li:nth-child(5) {
    margin-left: 0;
  } */
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .apps.first
    li:first-child{
    margin-left: 0;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .apps
    li.half
    > em:first-child {
    box-shadow: none;
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content
    .apps
    li.half
    > em:first-child
    img {
    display: block;
    width: 116px;
    height: 116px;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  }
  #header.mobile
    #new-nav
    .menu-r
    .lnb
    .popup
    .popup-content.apps
    li
    em:last-child {
    display: block;
    margin-top: 32px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .apps.first {
    margin-top: 51px;
    display: block;
    overflow: hidden;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .apps.second {
    margin-top: 70px;
    text-align: left;
    overflow: hidden;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content .apps.second li:first-of-type {
    margin-left: 44px;
  }

  #header.mobile .wrap {
    width: 100%;
    height: 2000px;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
  }

  #header.mobile .side {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 201;
    transition: 0.2s all;
    overflow: scroll;
    line-height: 1em;
  }
  #header.mobile .side .w100 {
    padding: 0 23px !important;
  }
  #header.mobile .side.new .top .side-close {
    width: 100%;
    height: 25px;
  }
  #header.mobile .side.new .top .side-close span {
    display: block;
    margin-top: 18px;
    width: 25px;
    height: 26px;
    background: url(/duranno/img/m-side-close.svg) 0 0 no-repeat;
    background-size: cover;
    margin-left: 88%;
  }
  #header.mobile .side.new {
    padding-bottom: 60px;
  }

  #header.mobile .side-r.new {
    background: #fff;
    width: 375px;
    height: 100% !important;
    right: -100%;
    top: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: block;
    font-family: "Noto Sans CJK KR";
    z-index: 500;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new::-webkit-scrollbar {
    display: none;
  }
  #header.mobile .side-r.new .top {
    width: 100%;
    height: 430px;
    background-color: #f4f9fb;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
  }
  #header.mobile .side-r.new .top .w100 {
    overflow: hidden;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .login .w100 {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    padding: 0 35px !important;
    overflow: hidden;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login h2 {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 10px !important;
    width: 65%;
    height: auto;
  }
  #header.mobile .side-r.new .top .login h2 img {
    width: 100%;
    height: 100%;
  }
  #header.mobile .side-r.new .top .login .user {
    margin-top: 20px;
  }
  #header.mobile .side-r.new .top .login .user .btn-wrap {
    text-align: right;
  }

    /* 로그인 됐을 때 css */
  #header.mobile .side-r.new .top .login.loginOk h2 {
    width: 100%;
    margin: 0;
    margin-top: 10px !important;
    font-size: 22px;
    box-sizing: border-box;
    text-align: left;
  }
  #header.mobile .side-r.new .top .login.loginOk h2 img {
    width: 63px;
    height: 100%;
    margin-left: 1px;
  }
  #header.mobile .side-r.new .top .login.loginOk h2 span {
    padding: 0;
    height: 33px;
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    color: #01a9d4;
    line-height: 30px;
    margin-left: 10px;
    vertical-align: bottom;
    margin-top: 0px;
  }
  #header.mobile .side-r.new .top .login.loginOk h2 em {
    display: inline-block;
    font-size: 27px;
    font-weight: 400;
    color: #222;
    line-height: 25px;
    margin-left: 2px;
    margin-top: -3px;
    vertical-align: middle;
  }
  #header.mobile .side-r.new .top .login.loginOk .user {
    margin-top: 25px;
  }
  #header .side-r.new .top .login.loginOk .info {
    margin-top: 15px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login.loginOk .info em {
    font-size: 18px;
    letter-spacing: 1px;
  }
  #header.mobile .side-r.new .top .login.loginOk .info em span {
    letter-spacing: 1px;
    font-size: 18px;
  }
  #header.mobile .side-r.new .top .login.loginOk .text {
    height: 53px;
  }
  #header.mobile .side-r.new .top .login.loginOk .text span {
    display: inline-block;
    width: 68px;
    height: 68px;
    /* float: right;  */
    background-size: 68px 68px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    margin-top: -15px;
  }
  #header.mobile .side-r.new .top .login.loginOk .text span img {
    width: 100%;
  }
  #header.mobile .side-r.new .top .login.loginOk .my-area {
    margin-top: 20px;
    height: 36px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login.loginOk .my-area ul {
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk {
    width: 100%;
    margin-top: 20px;
    height: 109px;
    position: relative;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area {
    position: absolute;
    top: 15%;
    right: 12%;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area li {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area li em {
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(../img/giftcard_arrow.svg) 0 0 no-repeat;
    background-size: cover;
    margin-left: 3px;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area li:last-child {
    margin-right: 0;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a span.point {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 40%;
    right: 12%;
    word-spacing: 4px;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a span.point em {
    background: none;
    display: inline;
    margin-left: 4px;

    font-size: 15px;
    font-weight: 500;
    color: #fff;
    vertical-align: baseline;
  }
    /* 로그인 됐을 때 css 완료 */

  #header.mobile .side-r.new .top .login .user .btn-wrap a {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding: 0 8px;
    position: relative;
    cursor: pointer;
  }
  #header.mobile .side-r.new .top .login .user .btn-wrap a:first-child {
    padding: 0 10px;
  }
  #header.mobile .side-r.new .top .login .user .btn-wrap a:last-child {
    padding-right: 0;
  }
  #header.mobile .side-r.new .top .login .user .btn-wrap a:first-child:before {
    position: absolute;
    left: 100%;
    top: -1px;
    content: "";
    width: 1px;
    height: 18px;
    background-color: #d2d2d2;
  }
  #header.mobile .side-r.new .top .login .info {
    margin-top: 15px;
    box-sizing: border-box;
    text-align: left;
  }
  #header.mobile .side-r.new .top .login .info em {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
  }
  #header.mobile .side-r.new .top .login .text p {
    font-size: 17px;
    color: #555;
    font-weight: 400;
    width: 75%;
    display: inline-block;
    line-height: 22px;
    margin-top: 10px;
  }
  #header.mobile .side-r.new .top .login .text span {
    display: inline-block;
    width: 68px;
    height: 68px;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    margin-top: 10px;
    margin-top: 5px;
  }
  #header.mobile .side-r.new .top .login .text span img {
    width: 100%;
  }
  #header.mobile .side-r.new .top .login .my-area {
    margin-top: 20px;
    height: 36px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login .my-area ul {
    height: 40px;
  }
  #header.mobile .side-r.new .top .login .my-area ul li {
    display: inline-block;
    border: 1px solid #2fb6d8;
    border-radius: 50px;
    width: 97px;
    height: 36px;
    text-align: center;
    float: left;
    line-height: 34px;
    margin-left: 5px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
  }
  #header.mobile .side-r.new .top .login .my-area ul li:first-child {
    margin-left: 0;
  }
  #header.mobile .side-r.new .top .login .my-area ul li em {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    color: #555;
  }
  #header.mobile .side-r.new .top .login .my-area ul li:hover,#header.mobile .side-r.new .top .login .my-area ul li:nth-child(2) {
    background-color: #4cbedb;
  }
  #header.mobile .side-r.new .top .login .my-area ul li:hover,#header.mobile .side-r.new .top .login .my-area ul li:nth-child(2) {
    color: #fff;
    font-weight: 400;
  }
  #header.mobile .side-r.new .top .login .my-area ul li:hover em {
    color: #fff;
    font-weight: 400;
  }
  #header.mobile .side-r.new .top .giftcard {
    width: 100%;
    margin-top: 20px;
    height: 109px;
    position: relative;
  }
  #header.mobile .side-r.new .top .giftcard a {
    display: inline-block;
    width: 100%;
    height: 101px;
  }
  #header.mobile .side-r.new .top .giftcard a img {
    display: inline-block;
    width: 100%;
  }
  #header.mobile .side-r.new .top .giftcard a span.point {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 40%;
    right: 12%;
    word-spacing: 4px;
  }
  #header.mobile .side-r.new .top .giftcard a span p {
    font-family: "Noto Sans CJK KR";
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-top: -3px;
    margin-left: 3px;
    line-height: 38px;
    vertical-align: top;
    display: none;
  }
  #header.mobile .side-r.new .top .giftcard a span em {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../img/giftcard_arrow.svg) 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 8px;
  }
  #header.mobile .side-r.new .top .giftcard a span.tag {
    font-size: 12px;
    font-weight: 400;
    color: #d2c065;
    position: absolute;
    bottom: 40%;
    left: 11%;
    opacity: 70%;
  }
  #header.mobile .side-r.new .bottom {
    overflow: scroll;
    background-color: #fff;
  }
  #header.mobile .side-r.new .bottom .sns {
    width: 100%;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .bottom .sns h5 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-align: left;
    float: left;
    margin-top: 25px;
    margin-left: 10px;
    word-spacing: 2px;
  }
  #header.mobile .side-r.new .bottom .sns h5 em {
    font-size: 18px;
    color: #2fb6d8;
    font-family: "Montserrat";
    font-weight: 600;
    margin-left: 7px;
  }
  #header.mobile .side-r.new .bottom .sns div {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
  }
  #header.mobile .side-r.new .bottom .sns div ul {
    width: 168px;
    height: 40px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li {
    display: inline-block;
    width: 38px;
    height: 37px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) {
    margin-left: 0;
  }
  #header.mobile .side-r.new .bottom .sns div ul li a {
    display: inline-block;
    background: url(../img/duranno-main.svg) 0 0 no-repeat;
    width: 150px;
    height: 150px;
    background-size: cover;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) a {
    background-position: 0 -83px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(2) a {
    background-position: 0 -119px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(3) a {
    background-position: 0 -156px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(4) a {
    background-position: 0 -193px;
  }
  #header.mobile .side-r.new .bottom .qna {
    width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-left: 0;
    text-align: left;
    padding: 0 7px;
    padding-bottom: 50px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .bottom .qna h3 {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    padding-bottom: 20px;
    border-bottom: 4px solid #000;
  }
  #header.mobile .side-r.new .bottom .qna div {
    margin-top: 30px;
  }
  #header.mobile .side-r.new .bottom .qna div p {
    margin-bottom: 14px;
    cursor: default;
  }
  #header.mobile .side-r.new .bottom .qna div p em {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50px;
    background-color: #222;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 27px;
  }
  #header.mobile .side-r.new .bottom .qna div p a {
    display: inline-block;
    margin-left: 7px;
    font-size: 17px;
    font-weight: 400;
    color: #222;
  }

  #header.mobile .side-search.new {
    background: #fff;
    width: 375px;
    height: 100% !important;
    right: -100%;
    top: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: block;
    font-family: "Noto Sans CJK KR";
    z-index: 500;
    box-sizing: border-box;
  }
  #header.mobile .side-search.new::-webkit-scrollbar {
    display: none;
  }
  #header.mobile .side-search.new .top {
    width: 100%;
    height: 200px;
    background-color: #f4f9fb;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
  }
  #header.mobile .side-search.new .top .w100 {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    padding: 0 35px !important;
  }
  #header.mobile .side-search.new .bottom {
    background-color: #fff;
  }
  #header.mobile .side-search.new .top .search-area {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    height: 40px;
    background: #f4f9fb;
    vertical-align: middle;
    line-height: 50px;
    text-align: left;
    border-bottom: 4px solid #222;
  }
  #header.mobile .side-search.new .top .search-area .search-input {
    display: inline;
    vertical-align: top;
    background: transparent;
    border: 0;
    margin-left: 0;
    height: 33px;
    line-height: 37px;
    width: 80%;
    position: relative;
    padding: 0;
  }
  #header.mobile .side-search.new .top .search-area .search-input::placeholder {
    font-size: 16px;
    color: #222;
    font-weight: 300;
    text-align: left;
    display: block;
  }
  #header.mobile .side-search.new .top .search-area .search-btn {
    width: 40px;
    display: block;
    background: transparent;
    float: right;
    height: 40px;
    line-height: 30px;
  }
  #header.mobile .side-search.new .top .search-area .search-btn .i-search {
    width: 25px;
    height: 25px;
    background: url(/duranno/img/m_icon_search.svg) 0 1px no-repeat;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    background-size: cover;
  }
  #header.mobile .side-search.new .bottom .w100 {
    height: auto;
    overflow: scroll;
  }
  #header.mobile .side-search.new .bottom .bestseller {
    margin-top: 40px;
    padding: 0 5px;
    /* height: 100%;  */
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    /* border: 1px solid blue; */
  }
  #header.mobile .side-search.new .bottom .bestseller h2 {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-align: left;
    margin: 0 !important;
    padding: 0;
    height: 60px;
    line-height: 1.3em;
  }
  #header.mobile .side-search.new .bottom .bestseller h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #12a8ce;
  }
  #header.mobile .side-search.new .bottom .best-list {
    margin-top: 10px;
    margin-bottom: 19px;
    /* height: 475px; */
    height: auto;
    /* border: 1px solid red; */
  }
  #header.mobile .side-search.new .bottom .best-list li {
    padding: 15px 0;
    border-bottom: 1px solid #ebe9e9;
  }
  #header.mobile .side-search.new .bottom .best-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #header.mobile .side-search.new .bottom .best-list li em {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    text-align: center;
  }
  #header.mobile .side-search.new .bottom .best-list li > a {
    margin-left: 7px;
  }
  #header.mobile .side-search.new .bottom .best-list li a > span {
    line-height: 25px;
  }
  #header.mobile .side-search.new .bottom .best-list li a > span:first-child {
    font-size: 16px;
    color: #333;
    margin-left: 0px;
  }
  #header.mobile .side-search.new .bottom .best-list li a > span:last-child {
    font-size: 15px;
    color: #999;
    margin-left: 6px;
  }

  .fixed-footer {
    display: none;
  }

  .real-footer {
    padding: 60px 20px 100px;
  }
  .real-footer .left {
    width: 100%;
    float: right;
  }
  .real-footer .left ul {
    text-align: center;
  }
  .real-footer .left ul li {
    float: none;
    display: inline-block;
    width: 41px;
    height: 41px;
    background-size: 205px;
    margin: 0 5px;
  }
  .real-footer .left ul li.insta {
    background-position: -41px 0;
  }
  .real-footer .left ul li.cafe {
    background-position: -82px 0;
  }
  .real-footer .left ul li.mail {
    background-position: -123px 0;
  }
  .real-footer .left ul li.tel {
    background-position: -164px 0;
  }
  .real-footer .left p {
    text-align: center;
    margin-bottom: 50px;
  }
  .real-footer .right {
    width: 100%;
    float: left;
  }
  .real-footer > p {
    padding-bottom: 0;
    font-size: 13px;
    padding-top: 40px;
  }

  /* duranno books local nav bar */
  .books-lnb ul {
    float: left;
    margin-left: 32%;
  }
}

@media screen and (max-width: 1024px) {
  
  /* duranno books local nav bar */
  .books-lnb ul {
    margin-left: 30%;
  }
}

@media screen and (max-width: 1023px) {
  .header-wrap .ad .ad-left {
    width: 3.5%;
  }
  .header-wrap .ad .web {
    width: 100%;
  }

  #header.mobile #new-nav h1 {
    background-size: 130px;
    width: 130px;
    height: 19px;
    margin-top: 0px;
  }

  /* [24.02.15] 새해 로고 */
  /* #header.mobile #new-nav h1 {
    background-size: 132px;
    width: 156px;
    height: 56px;
    margin-top: 5px;
  } */
  /* [24.12.17] 크리스마스 로고 */
  /* #header.mobile #new-nav h1 {
    background-size: 132px;
    width: 156px;
    height: 56px;
    margin-top: 5px;
  } */

  #header.mobile #new-nav .menu-l {
    width: 25%;
  }
  #header.mobile #new-nav .searching {
    width: 18%;
  }
  #header.mobile #new-nav .menu-r {
    width: 57%;
  }

  #header.mobile #new-nav .searching button {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: transparent;
    margin-top: 30px;
    float: right;
  }
  #header.mobile #new-nav .search-btn.pad .i-search {
    width: 23px;
    height: 23px;
    background-size: 23px !important;
    background: url(/duranno/img/m_icon_search.svg) 0 0 no-repeat;
    display: inline-block;
  }
  #header.mobile #new-nav .searching .mybtn {
    margin-left: 20px;
  }
  #header.mobile #new-nav .mybtn .i-my {
    display: block;
    width: 23px;
    height: 23px;
    background-size: 23px !important;
    background: url(/duranno/img/user-source.svg) 0 0 no-repeat;
  }

  #header.mobile #new-nav .menu-r .lnb > li > span {
    font-size: 18px;
    margin-left: 3.5%;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .close-popup img {
    width: 30px;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content {
    zoom: 75%;
  }

  /* duranno books local nav bar */
  #header #nav h1 .svg.books {
    display: inline-block;
    margin-left: 20px;
  }

  .books-lnb .semo {
    display: none;
  }
  .books-lnb {
    box-sizing: border-box;
    height: auto;
    line-height: 45px;
  }
  .books-lnb .books-search {
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
  }
  .books-lnb .books-search button {
    float: right;
    width: 10%;
  }
  .books-lnb .books-search input {
    width: 90%;
    padding: 0 0 0 10%;
  }
  .books-lnb .books-search-wrap {
    padding: 0 10px;
  }
  .books-lnb .ul-wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .books-lnb ul {
    width: 100%;
    text-align: left;
    margin-left: 25%;
  }
  .books-lnb ul li {
    letter-spacing: -1px;
    margin-right: 15px;
  }
  .books-lnb ul li:first-child {
    margin-left: 15px;
  }
}

@media screen and (max-width: 760px) {
  #header.mobile #new-nav .menu-r .lnb > li > div {
    font-size: 18px;
    margin-left: 2%;
  }
  #header.mobile #new-nav .menu-r .lnb .popup .popup-content {
    zoom: 60%;
  }
}

@media screen and (max-width: 649px) {
  /* Renewal- Mobile Start */

  .w100 {
    width: 100%;
    margin: 0 auto;
    max-width: 1230px;
    box-sizing: border-box;
    padding: 0 18px;
  }
  .header-padding {
    transition: 0.2s all;
  }

  .header-wrap .ad .ad-left {
    width: 0%;
  }
  .header-wrap .ad .ad-right {
    width: 0%;
  }
  
  .header-wrap .ad .ad-close {
    right: 18px;
  }
  .header-wrap .ad .web {
    display: none;
  }
  .header-wrap .ad .mobile {
    display: block;
    width: 100%;
  }

  #header.pc {
    display: none;
  }
  #header.mobile #new-nav .w100 > .top {
    display: block;
  }
  #header.mobile .navi {
    display: block;
  }
  #header.mobile .side-l.new {
    display: block;
  }
  #header.mobile .menu-l {
    display: none;
  }
  #header.mobile .menu-r {
    display: none;
  }
  #header.mobile #new-nav .searching.pad {
    display: none;
  }

  #header.mobile {
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    border: none;
  }
  #header.mobile #new-nav {
    background: #fff;
    display: block;
    line-height: 90px;
    text-align: center;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
  #header.mobile #new-nav.on {
    position: fixed;
    z-index: 100;
    top: 0;
    background: #fff;
  }
  #header.mobile #new-nav .top {
    background: #fff;
    width: 100%;
    position: relative;
    width: 100%;
    height: 50px;
  }
  #header.mobile #new-nav h1 {
    background: url(/duranno/img/m_icon.svg) 0 0 no-repeat;
    cursor: pointer;
    background-size: 96px;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 96px;
    height: 13px;
    margin-top: -8px;
    margin-left: -50px;
  }

  /* [24.02.15] 새해 로고 */
  /* #header.mobile #new-nav h1 { 
    background: url(/duranno/img/logo_duranno_hny.svg) 0 0 no-repeat;
    cursor: pointer;
    background-size: 100px;
    position: absolute;
    top: 8px;
    left: 50%;
    width: 156px;
    height: 56px;
    margin-top: 0px;
    margin-left: -50px;
  } */
  /* [24.12.17] 크리스마스 로고 */
  /* #header.mobile #new-nav h1 { 
    background: url(/duranno/img/logo_xmas.svg) 0 0 no-repeat;
    cursor: pointer;
    background-size: 100px;
    position: absolute;
    top: 8px;
    left: 50%;
    width: 156px;
    height: 56px;
    margin-top: 0px;
    margin-left: -50px;
  } */

  #header.mobile .top button {
    background-color: #fff;
  }
  #header.mobile .top .brand {
    position: absolute;
    top: -14px;
  }
  #header.mobile .top .brand button.new .i-menu {
    display: block;
    width: 20px;
    height: 17px;
    background: url(/duranno/img/m_icon.svg) 0 -166px;
  }
  #header.mobile .top .right {
    position: absolute;
    top: -14px;
    right: 0;
  }
  #header.mobile .top .search i.search {
    display: block;
    width: 20px;
    height: 22px;
    background: url(/duranno/img/m_icon_search.svg) 0 1px no-repeat;
    margin-right: 8px;
  }
  #header.mobile #new-nav .top .mybtn .i-my {
    display: block;
    width: 21px;
    height: 21px;
    background: url(/duranno/img/user-source.svg) 0 0 no-repeat;
    background-size: 21px !important;
  }

  /* duranno renewal navi bar */
  #header.mobile .navi {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
  }
  .result #header.mobile .navi { /* 모바일 검색결과 페이지에서는 메인에만 보이는 navi가 가려지게 */
    display:none;
  }
  #header.mobile #new-nav .navi .w100 {
    overflow: scroll;
    position: relative;
  }
  #header.mobile .navi ul {
    float: left;
    max-width: 649px;
    width: 100%;
    text-align: left;
    margin-left: 0;
    overflow-x: scroll;
  }
  #header.mobile .navi ul li {
    display: inline-block;
    margin-left: 6.5%; /* 6%로 하면 iphone 12 pro에서 간격이 안 맞음 */
  }
  #header.mobile .navi ul li:first-child {
    margin-left: 0;
  }
  #header.mobile .navi ul li a {
    color: #555;
    font-size: 15px;
    font-weight: 400;
  }
  #header.mobile .navi ul li:hover a {
    color: #12a8ce;
    border-bottom: 3px solid #12a8ce;
    font-weight: 500;
    display: inline-block;
  }
  #header.mobile .navi ul li:hover a em {
    color: #12a8ce;
    font-weight: 500;
  }
  #header.mobile .navi .ul-wrap {
    width: 100%;
    overflow-x: scroll;
  }

  #header.mobile .side {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 201;
    transition: 0.2s all;
    overflow: scroll;
  }
  #header.mobile .side.new {
    padding-bottom: 60px;
  }

    /* 브랜드 사이드 메뉴 ver Mobile_20201015 HYB */
  #header.mobile .side.new .top .side-close {
    width: 100%;
    height: 40px;
  }
  #header.mobile .side.new .top .side-close span {
    float: right;
    margin-top: 18px;
    width: 22px;
    height: 22px;
    background: url(/duranno/img/m-side-close.svg) 0 0 no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 18px;
  }

  #header.mobile .side-r.new {
    background: #fff;
    width: 100%;
    right: -100%;
    top: 0;
    height: 100%;
    display: block;
    font-family: "Noto Sans CJK KR";
    z-index: 500;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  #header.mobile .side-r.new::-webkit-scrollbar {
    display: none;
  }
  #header.mobile .side-r.new .top {
    width: 100%;
    height: 380px;
    background-color: #f4f9fb;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
  }
  #header.mobile .side-r.new .bottom {
    background-color: #fff;
  }
  #header.mobile .side-r.new .top .login {
    width: 100%;
  }
  #header.mobile .side-r.new .login .w100 {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    padding: 0 30px !important;
  }
  #header.mobile .side-r.new .top .login h2 {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 10px !important;
    width: 196px;
    height: 29px;
    line-height: 29px;
  }
  #header.mobile .side-r.new .top .login h2 img {
    width: 100%;
    height: 100%;
    line-height: 29px;
  }
  #header.mobile .side-r.new .top .login .user {
    margin-top: 15px;
  }
  #header.mobile .side-r.new .top .login .user .btn-wrap {
    text-align: right;
  }

    /* 로그인 됐을 때 css */
  #header.mobile .side-r.new .top .login.loginOk h2 {
    width: 100%;
    margin: 0;
    margin-top: 10px !important;
    font-size: 29px;
    box-sizing: border-box;
    text-align: left;
  }
  #header.mobile .side-r.new .top .login.loginOk h2 img {
    width: 58px;
    height: auto;
    margin-left: 1px;
  }
  #header.mobile .side-r.new .top .login.loginOk h2 span {
    padding: 0;
    height: 29px;
    display: inline-block;
    font-size: 31px;
    font-weight: 500;
    color: #01a9d4;
    line-height: 29px;
    margin-left: 7px;
    vertical-align: top;
    margin-top: -2px;
  }
  #header.mobile .side-r.new .top .login.loginOk h2 em {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    /* line-height: 29px; */
    line-height: 36px;
    margin-left: 2px;
    vertical-align: top;
    margin-top: 1px;
  }
  #header.mobile .side-r.new .top .login.loginOk .user {
    margin-top: 15px;
  }
  #header.mobile .side-r.new .top .login.loginOk .info {
    margin-top: 10px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login.loginOk .info em {
    letter-spacing: 1px;
  }
  #header.mobile .side-r.new .top .login.loginOk .info em span {
    letter-spacing: 1px;
    font-size: 16px;
  }
  #header.mobile .side-r.new .top .login.loginOk .text p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    width: 75%;
    display: inline-block;
    line-height: 23px;
    margin-top: 3px;
  }
  #header.mobile .side-r.new .top .login.loginOk .text span {
    display: inline-block;
    width: 62px;
    height: 62px;
    /* float: right;
    background-size: cover; */
    background-size:62px 62px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    margin-top: -15px;
  }
  #header.mobile .side-r.new .top .login.loginOk .my-area {
    margin-top: 19px;
    height: 36px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk {
    width: 100%;
    margin-top: 19px;
    height: 90px;
    position: relative;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area {
    position: absolute;
    top: 17%;
    right: 12%;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area li {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area li em {
    display: inline-block;
    width: 5px;
    height: 10px;
    background: url(../img/giftcard_arrow.svg) 0 0 no-repeat;
    background-size: cover;
    margin-left: 3px;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area li:last-child {
    margin-right: 0;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a span.point {
    font-family: "Montserrat";
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    vertical-align: baseline;
    bottom: 10%;
    right: 12%;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a span.point em {
    background: none;
    display: inline;
    margin-left: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    vertical-align: baseline;
  }

    /* 로그인 됐을 때 css 완료 */

  #header.mobile .side-r.new .top .login .user .btn-wrap a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    display: inline-block;
    padding: 0 8px;
    position: relative;
    cursor: pointer;
  }
  #header.mobile .side-r.new .top .login .user .btn-wrap a:first-child {
    padding: 0 10px;
  }
  #header.mobile .side-r.new .top .login .user .btn-wrap a:last-child {
    padding-right: 0;
  }
  #header.mobile .side-r.new .top .login .user .btn-wrap a:first-child:before {
    position: absolute;
    left: 100%;
    top: 4px;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #d2d2d2;
  }
  #header.mobile .side-r.new .top .login .info {
    margin-top: 5px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login .info em {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
  }
  #header.mobile .side-r.new .top .login .text p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    width: 75%;
    display: inline-block;
    line-height: 23px;
    margin-top: 10px;
  }
  #header.mobile .side-r.new .top .login .text span {
    display: inline-block;
    width: 62px;
    height: 62px;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    margin-top: 0;
  }
  #header.mobile .side-r.new .top .login .my-area {
    margin-top: 22px;
    height: 36px;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login .my-area ul {
    display: flex;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .top .login .my-area ul li {
    display: inline-block;
    border: 1px solid #2fb6d8;
    border-radius: 50px;
    width: 35%;
    height: 36px;
    text-align: center;
    float: left;
    line-height: 34px;
    margin-left: 6px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    justify-content: space-between;
  }
  #header.mobile .side-r.new .top .login .my-area ul li:first-child {
    margin-left: 0;
  }
  #header.mobile .side-r.new .top .login .my-area ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #555;
  }
  #header.mobile .side-r.new .top .login .my-area ul li em {
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 400;
    color: #555;
  }
  #header.mobile .side-r.new .top .login .my-area ul li:hover,#header.mobile .side-r.new .top .login .my-area ul li:nth-child(2) {
    background-color: #4cbedb;
  }
  #header.mobile .side-r.new .top .login .my-area ul li:hover,#header.mobile .side-r.new .top .login .my-area ul li:nth-child(2) {
    color: #fff;
    font-weight: 400;
  }
  #header.mobile .side-r.new .top .login .my-area ul li:hover em {
    color: #fff;
    font-weight: 400;
  }
  #header.mobile .side-r.new .top .giftcard {
    width: 100%;
    margin-top: 19px;
    height: 90px;
    position: relative;
  }
  #header.mobile .side-r.new .top .giftcard a {
    display: inline-block;
    width: 100%;
    height: 101px;
  }
  #header.mobile .side-r.new .top .giftcard a img {
    display: inline-block;
    width: 100%;
  }
  #header.mobile .side-r.new .top .giftcard a span.point {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 10%;
    right: 12%;
  }
  #header.mobile .side-r.new .top .giftcard a span em {
    display: inline-block;
    width: 8px;
    height: 12px;
    background: url(../img/giftcard_arrow.svg) 0 0 no-repeat;
    vertical-align: middle;
    margin-bottom: 2px;
    margin-left: 8px;
  }
  #header.mobile .side-r.new .top .giftcard a span.tag {
    font-size: 12px;
    font-weight: 400;
    color: #d2c065;
    position: absolute;
    bottom: 10%;
    left: 11%;
    opacity: 70%;
  }
  #header.mobile .side-r.new .bottom .sns {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header.mobile .side-r.new .bottom .sns h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-align: left;
    float: left;
    margin-top: 34px;
    word-spacing: 4px;
    width: 30%;
  }
  #header.mobile .side-r.new .bottom .sns h5 em {
    font-size: 14px;
    color: #2fb6d8;
    font-family: "Montserrat";
    font-weight: 600;
    margin-left: 6px;
  }
  #header.mobile .side-r.new .bottom .sns div {
    display: inline-block;
    margin-top: 25px;
    margin-left: 0%;
    float: left;
    width: 65%;
  }
  #header.mobile .side-r.new .bottom .sns div ul {
    width: 100%;
    height: 38px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    margin-left: 16%;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) {
    margin-left: 8.5%;
  }
  #header.mobile .side-r.new .bottom .sns div ul li a {
    display: inline-block;
    background: url(../img/duranno-main.svg) 0 0 no-repeat;
    width: 38px;
    height: 38px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) a {
    background-position: 0 -86px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(2) a {
    background-position: 0 -123px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(3) a {
    background-position: 0 -161px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(4) a {
    background-position: 0 -199px;
  }
  #header.mobile .side-r.new .bottom .qna {
    width: 100%;
    height: 170px;
    margin-top: 40px;
  }
  #header.mobile .side-r.new .bottom .qna h3 {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    padding-bottom: 15px;
    border-bottom: 4px solid #000;
  }
  #header.mobile .side-r.new .bottom .qna div {
    margin-top: 25px;
  }
  #header.mobile .side-r.new .bottom .qna div p {
    margin-bottom: 14px;
    cursor: default;
  }
  #header.mobile .side-r.new .bottom .qna div p em {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background-color: #222;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 23px;
  }
  #header.mobile .side-r.new .bottom .qna div p a {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
  }

  #header.mobile .side-l.new {
    font-family: "Noto Sans CJK KR";
    height: 100%;
    width: 100%;
    left: -100%;
    background: #fff;
    z-index: 400;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  #header.mobile .side-l.new::-webkit-scrollbar {
    display: none;
  }
  #header.mobile .side-l.new .top {
    width: 100%;
    height: 162px;
    border-bottom: 1px solid #e6e6e6;
    background: #f4f9fb;
    border: 1px solid transparent;
  }
  #header.mobile .side-l.new .top .w100,
  #header.mobile .side-l.new .category .w100 {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    padding: 0 30px !important;
  }
  #header.mobile .side-l.new .top h2 {
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 10px !important;
    width: 196px;
    height: 29px;
  }
  #header.mobile .side-l.new .top h2 img {
    width: 265px;
  }

  #header.mobile .side-l.new .top .company-area {
    margin-top: 28px;
    height: 36px;
  }
  #header.mobile .side-l.new .top .company-area ul {
    display: flex;
  }

  #header.mobile .side-l.new .top .company-area ul li {
    display: inline-block;
    border: 1px solid #2fb6d8;
    border-radius: 50px;
    width: 35%;
    height: 36px;
    text-align: center;
    float: left;
    line-height: 36px;
    margin-left: 6px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    justify-content: space-between;
  }
  #header.mobile .side-l.new .top .company-area li:first-child {
    margin-left: 0;
  }
  #header.mobile .side-l.new .top .company-area ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #555;
  }
  #header.mobile .side-l.new .top .company-area ul li:hover {
    background-color: #4cbedb;
  }
  #header.mobile .side-l.new .top .company-area ul li:hover a {
    color: #fff;
    font-weight: 400;
  }
  #header.mobile .side-l.new .top .company-area ul li:hover em {
    color: #fff;
    font-weight: 400;
  }

  #header.mobile .side-l.new .outer {
    border-bottom: 0;
    position: relative;
    border-top: 0;
    box-shadow: none;
  }
  #header.mobile .side-l.new .outer > li {
    width: 100%;
    padding: 12px 0;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    background-color: #fff;
  }
  #header.mobile .side-l.new .outer > li span {
    width: inherit;
  }
  #header.mobile .side-l.new .outer > li span em {
    font-family: "Noto Sans CJK KR";
    color: #000;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }

  #header.mobile .side-l.new .outer > li span em:first-child {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    overflow: hidden;
    margin-left: 0;
  }
  #header.mobile .side-l.new .outer > li span i.icon {
    background: url(/duranno/img/m_leftmenu.svg) no-repeat 0px -202px;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 37px;
    top: /*26px*/ 23px;
  }
  #header.mobile .side-l.new .outer > li.book span i.icon,#header.mobile .side-l.new .outer > li.class span i.icon {
    background: url(/duranno/img/m_leftmenu.svg) no-repeat 0px -233px;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    right: 37px;
    top: /*26px*/ 23px;
  }

  #header.mobile .side-l.new .outer > li .icon.cate {
    display: inline-block;
    background: url(/duranno/img/m_leftmenu.svg) no-repeat 0 0;
    background-size: 70px;
    margin: 0 auto;
    width: 70px;
    height: 50px;
  }

  #header.mobile .side-l.new .outer > li .icon.cate.bible {
    background-position: 0 3px;
  }
  #header.mobile .side-l.new .outer > li .icon.cate.qt {
    background-position: 0 -34px;
  }
  #header.mobile .side-l.new .outer > li .icon.cate.megazine {
    background-position: 0 -69px;
  }
  #header.mobile .side-l.new .outer > li .icon.cate.book {
    background-position: 0 -104px;
  } 
  #header.mobile .side-l.new .outer > li .icon.cate.class {
    background-position: 0 -283px;
  }
  #header.mobile .side-l.new .outer > li .icon.cate.apps {
    background-position: 0 -139px;
  }
  #header.mobile .side-l.new .outer > li .icon.cate.store {
    background-position: 0 -174px;
  }

  #header.mobile .side-l.new .outer > li.on {
    border-bottom: 0 !important;
    padding: 12px 0;
  }
  #header.mobile .side-l.new .outer > li.book.on {
    border-bottom: 1px solid #e6e6e6 !important;
  }
  #header.mobile .side-l.new .outer > li.on span em {
    color: #12a8ce;
  }
  #header.mobile .side-l.new .outer > li.on span i.icon {
    background-position: 0px -218px;
    height: 15px;
  }
  #header.mobile .side-l.new .outer > li.book.on span i.icon {
    background-position: -17px -233px;
    height: 17px;
  }
  #header.mobile .side-l.new .outer > li.on .icon.cate.bible {
    background-position: -35px 3px;
  }
  #header.mobile .side-l.new .outer > li.on .icon.cate.qt {
    background-position: -35px -34px;
  }
  #header.mobile .side-l.new .outer > li.on .icon.cate.megazine {
    background-position: -35px -69px;
  }
  #header.mobile .side-l.new .outer > li.on .icon.cate.book {
    background-position: -35px -104px;
  }
  #header.mobile .side-l.new .outer > li.on .icon.cate.apps {
    background-position: -35px -139px;
  }
  #header.mobile .side-l.new .outer > li.on .icon.cate.apps {
    background-position: -35px -139px;
  }
  #header.mobile .side-l.new .outer > li.on .icon.cate.store {
    background-position: -35px -174px;
  }
  #header.mobile .side-r.new .outer > li.on .icon.cate.sns {
    background-position: -35px -210px;
  }

  #header.mobile .side-l.new .outer > li .ul-height {
    height: 0;
  }
  #header.mobile .side-l.new .outer > li.on .ul-height {
    height: 372px;
  }
  #header.mobile .side-l.new .outer > li.bible.on .ul-height {
    height: 786px;
  }
  #header.mobile .side-l.new .outer > li.quiet.on .ul-height {
    height: 424px;
  }
  #header.mobile .side-l.new .outer > li.megazine.on .ul-height {
    height: 239px;
  }
  #header.mobile .side-l.new .outer > li.apps.on .ul-height {
    height: 535px;
  }
  #header.mobile .side-l.new .outer > li.sns.on .ul-height {
    height: 280px;
  }
  #header.mobile .side-l.new .outer > li.store.on .ul-height {
    height: 920px;
    box-sizing: border-box;
  }

  #header.mobile .side-l.new .inner-tabs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    background: #f0f0f0;
    overflow-x: hidden;
    z-index: 300;
  }
  #header.mobile .side-l.new .inner-tabs.store {
    display: block;
    overflow-y: hidden;
    border: 1px solid transparent;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    box-sizing: border-box;
  }

  #header.mobile .side-l.new .inner-tabs .inner-brand {
    width: 100%;
    height: inherit;
    margin: auto;
    margin-top: 46px;
  }
  #header.mobile .side-l.new .bible .inner-tabs .inner-brand {
    height: 694px;
  }
  #header.mobile .side-l.new .quiet .inner-tabs .inner-brand {
    height: 350px;
  }
  #header.mobile .side-l.new .megazine .inner-tabs .inner-brand {
    height: 150px;
  }
  #header.mobile .side-l.new .book .inner-tabs .inner-brand {
    height: 280px;
  }
  #header.mobile .side-l.new .apps .inner-tabs .inner-brand {
    height: 430px;
  }
  #header.mobile .side-l.new .store .inner-tabs .inner-brand {
    height: 830px;
  }
  #header.mobile .side-l.new .sns .inner-tabs .inner-brand {
    height: 280px;
  }

  #header.mobile .side-l.new .inner-tabs li.half {
    width: 33.333%;
    display: block;
    float: left;
    box-sizing: border-box;
    text-align: center;
    margin-left: 0;
  }
  #header.mobile .side-l.new .inner-tabs li.half:nth-child(1),
  #header.mobile .side-l.new .inner-tabs li.half:nth-child(4),
  #header.mobile .side-l.new .inner-tabs li.half:nth-child(7),
  #header.mobile .side-l.new .inner-tabs li.half:nth-child(10) {
    margin-left: 0;
    text-align: left;
  }
  #header.mobile .side-l.new .inner-tabs li.half:nth-child(3),
  #header.mobile .side-l.new .inner-tabs li.half:nth-child(6),
  #header.mobile .side-l.new .inner-tabs li.half:nth-child(9) {
    margin-right: 0;
    text-align: right;
  }
  #header.mobile .side-l.new .inner-tabs li.half.non-cursor {
    cursor: default;
  }
  #header.mobile .side-l.new .inner-tabs li.half em {
    font-family: "Noto Sans CJK KR";
    display: block;
    line-height: 1.2em;
    font-size: 15px;
    color: #555555;
    font-weight: normal;
    letter-spacing: 0px;
    text-align: center;
    text-align: left;
  }
  #header.mobile .side-l.new .inner-tabs li.half em span {
    font-family: "Montserrat";
    color: #555;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    line-height: 15px;
  }
  #header.mobile .side-l.new .inner-tabs li.half em:first-child {
    padding: 0;
    margin: auto;
  }
  #header.mobile .side-l.new .inner-tabs li.half em:last-child {
    text-align: center;
    padding: 0;
    margin: 4px auto 46px;
  }

  #header.mobile .side-l.new .inner-tabs {
    border-bottom: 0;
    height: 372px;
  }
  #header.mobile .side-l.new .bible .inner-tabs {
    border-bottom: 0;
    height: 786px;
  }
  #header.mobile .side-l.new .quiet .inner-tabs {
    border-bottom: 0;
    height: 424px;
  }
  #header.mobile .side-l.new .megazine .inner-tabs {
    border-bottom: 0;
    height: 239px;
  }
  #header.mobile .side-l.new .book .inner-tabs {
    border-bottom: 0;
    height: 372px;
  }

  #header.mobile .side-l.new .store .inner-tabs {
    border-bottom: 0;
    height: 921px;
  }
  #header.mobile .side-l.new .apps .inner-tabs {
    border-bottom: 0;
    height: 535px;
  }
  #header.mobile .side-l.new .sns .inner-tabs {
    border-bottom: 0;
    height: 280px;
    padding-bottom: 46px;
  }

  #header.mobile .side-l.new .bible .inner-tabs li.half em:first-child {
    display: block;
    margin: auto;
    border: 1px solid transparent;
  }

  #header.mobile .side-l.new .bible .inner-tabs li.half em:first-child img {
    width: 80px;
  }
  #header.mobile .side-l.new .bible .inner-tabs li.half em:last-child {
    text-align: center;
    margin-top: 4px;
  }

  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(1) em,
  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(4) em,
  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(7) em,
  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(10) em {
    margin-left: 0;
    text-align: left;
  }

  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(2) em,
  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(5) em,
  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(8) em,
  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(11) em {
    margin-left: 0;
    text-align: center;
  }

  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(3) em,
  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(6) em,
  #header.mobile .side-l.new .bible .inner-tabs li.half:nth-child(9) em {
    margin-right: 0;
    text-align: right;
  }

  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(1)
    em:last-child,
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(4)
    em:last-child {
    margin-left: 4px;
  }
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(9)
    em:last-child {
    /* margin-right: 12px; */
    margin-right: 0px;
  }
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(10)
    em:last-child {
    margin-left: 9px;
  }

  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(3)
    em:last-child {
    margin-right: 7px;
  }
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-of-type(10)
    em:last-child,
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-of-type(11)
    em:last-child {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(12)
    em:first-child {
    text-align: right;
  }
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(12)
    em:last-child {
    margin-right: 12px;
    text-align: right;
  }

  #header.mobile .side-l.new .quiet .inner-tabs li.half em:first-child {
    display: block;
    margin: auto;
    border: 1px solid transparent;
  }
  #header.mobile .side-l.new .quiet .inner-tabs li.half em:first-child img {
    width: 80px;
  }

  #header.mobile .side-l.new .quiet .inner-tabs li.half:nth-child(1) em,
  #header.mobile .side-l.new .quiet .inner-tabs li.half:nth-child(4) em {
    margin-left: 0;
    text-align: left;
  }

  #header.mobile .side-l.new .quiet .inner-tabs li.half:nth-child(2) em,
  #header.mobile .side-l.new .quiet .inner-tabs li.half:nth-child(5) em {
    margin-left: 0;
    text-align: center;
  }

  #header.mobile .side-l.new .quiet .inner-tabs li.half:nth-child(3) em,
  #header.mobile .side-l.new .quiet .inner-tabs li.half:nth-child(6) em {
    margin-right: 0;
    text-align: right;
  }

  #header.mobile .side-l.new .quiet .inner-tabs li.half em:last-child {
    margin-bottom: 30px;
  }

  #header.mobile
    .side-l.new
    .quiet
    .inner-tabs
    li.half:nth-child(1)
    em:last-child {
    margin-left: 20px;
    margin-bottom: 23px;
  }
  #header.mobile
    .side-l.new
    .quiet
    .inner-tabs
    li.half:nth-child(3)
    em:last-child {
    margin-right: 15px;
  }
  #header.mobile
    .side-l.new
    .quiet
    .inner-tabs
    li.half:nth-child(4)
    em:last-child {
    margin-left: 0px;
    margin-top: 12px;
  }
  #header.mobile
    .side-l.new
    .quiet
    .inner-tabs
    li.half:nth-child(5)
    em:last-child {
    margin-top: 12px;
  }
  #header.mobile
    .side-l.new
    .quiet
    .inner-tabs
    li.half:nth-child(6)
    em:last-child {
    margin-right: 7px;
    margin-top: 12px;
  }

  #header.mobile .side-l.new .megazine .inner-tabs li.half em:first-child {
    display: block;
    margin: auto;
    border: 1px solid transparent;
  }
  #header.mobile .side-l.new .megazine .inner-tabs li.half em:first-child img {
    width: 80px;
  }

  #header.mobile .side-l.new .megazine .inner-tabs li.half:nth-child(1) em {
    margin-left: 0;
    text-align: left;
  }
  #header.mobile .side-l.new .megazine .inner-tabs li.half:nth-child(2) em {
    margin-left: 0;
    text-align: center;
  }
  #header.mobile .side-l.new .megazine .inner-tabs li.half:nth-child(3) em {
    margin-right: 0;
    text-align: right;
  }

  #header.mobile .side-l.new .megazine .inner-tabs li.half em:last-child {
    letter-spacing: 1px;
  }

  #header.mobile
    .side-l.new
    .megazine
    .inner-tabs
    li.half:nth-child(1)
    em:last-child {
    margin-left: 4px;
  }
  #header.mobile
    .side-l.new
    .megazine
    .inner-tabs
    li.half:nth-child(3)
    em:last-child {
    margin-right: 4px;
  }

  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(1) em,
  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(4) em,
  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(7) em {
    margin-left: 0px;
  }
  #header.mobile .side-l.new .apps .inner-tabs li.half em:first-child {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid transparent;
  }
  #header.mobile .side-l.new .apps .inner-tabs li.half em:first-child > img {
    background-size: cover;
    box-sizing: border-box;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  }

  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(1) em,
  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(4) em,
  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(7) em {
    margin-left: 0;
    text-align: left;
  }

  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(2) em,
  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(5) em,
  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(8) em {
    text-align: center;
  }

  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(3) em,
  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(6) em,
  #header.mobile .side-l.new .apps .inner-tabs li.half:nth-child(9) em {
    margin-right: 0;
    text-align: right;
  }

  #header.mobile .side-l.new .apps .inner-tabs li.half em:last-child {
    letter-spacing: 0px;
    margin-top: 15px;
  }

  #header.mobile
    .side-l.new
    .apps
    .inner-tabs
    li.half:nth-child(1)
    em:last-child {
      margin-left: 15px;
    }
  #header.mobile
    .side-l.new
    .apps
    .inner-tabs
    li.half:nth-child(4)
    em:last-child {
      margin-left: 8px;
    }
  #header.mobile
    .side-l.new
    .apps
    .inner-tabs
    li.half:nth-child(6)
    em:last-child {
      margin-right: 8px;
    }
  #header.mobile
    .side-l.new
    .apps
    .inner-tabs
    li.half:nth-child(9)
    em:last-child {
    margin-right: 12px;
  }
  #header.mobile
    .side-l.new
    .apps
    .inner-tabs
    li.half:nth-of-type(7)
    em:last-child {
    /* margin-left: 20px; */
    margin-bottom: 0;
  }
  #header.mobile
    .side-l.new
    .apps
    .inner-tabs
    li.half:nth-of-type(8)
    em:last-child {
    margin-bottom: 0;
  }

  #header.mobile .side-l.new .store .inner-tabs .inner-brand {
    margin-top: 25px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half {
    font-family: "Noto Sans CJK KR"; 
    width: 50%; 
    display: block; 
    float: left; 
    overflow: hidden; 
    box-sizing: border-box; 
    text-align: center; 
    margin-left: 0; 
    display: inline-block;
  }
  /* [24.01.29] 동안 지점 영업 종료로 diplay none 처리_예빈 */
  #header.mobile .side-l.new .store .inner-tabs li.half.dongan {
    display: none;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half > em {
    width: 100%; 
    height: 100%; 
    display: block; 
    margin: auto; 
    text-align: center; 
    background: url(/duranno/img/m_store_new.svg) 0 0 no-repeat; 
    width: 82px; 
    height: 114px; 
    -webkit-font-smoothing: antialiased; 
    font-weight: 500;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(1) > em {
    background-position: 0 21px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(2) > em {
    background: url(/duranno/img/m_store_songdo.svg) 0 0 no-repeat; 
    background-position: 0 0px;
    width: 90px;
    height: 114px;
    margin-top: 0;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(3) > em {
    background-position: 0 -154px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(4) > em {
    background-position: -178px -154px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(5) > em {
    background-position: 0 -329px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(6) > em {
    background-position: -178px -329px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(7) > em {
    background-position: 0 -504px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(8) > em {
    background-position: -178px -504px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(9) > em {
    background-position: 0 -679px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half:nth-child(10) > em {
    background-position: -178px -679px;
  }
  
  
  #header.mobile .side-l.new .store .inner-tabs li.half div em {
    font-size: 13px; 
    color: #333; 
    margin: auto; 
    margin-top: 7px; 
    border: 1px solid #777777; 
    border-radius: 50px; 
    text-align: center; 
    display: inline-block; 
    padding: 4px 8px; 
    margin-bottom: 24px;
  }
  #header.mobile .side-l.new .store .inner-tabs li.half div em img {
    width: 6px;
    height: 10px;
    margin: auto;
    margin-left: 5px;
    vertical-align: baseline;
  }

  #header.mobile .side-search.new {
    background: #fff;
    width: 100%;
    height: 100%;
    right: -100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: block;
    font-family: "Noto Sans CJK KR";
    z-index: 500;
    box-sizing: border-box;
  }
  #header.mobile .side-search.new::-webkit-scrollbar {
    display: none;
  }
  #header.mobile .side-search.new .top {
    width: 100%;
    height: 150px;
    background-color: #f4f9fb;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
  }
  #header.mobile .side-search.new .top .w100 {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    padding: 0 30px !important;
  }
  #header.mobile .side-search.new .bottom {
    background-color: #fff;
  }

  #header.mobile .side-search.new .top .search-area {
    margin-top: 34px;
    display: inline-block;
    width: 100%;
    height: 34px;
    background: #f4f9fb;
    vertical-align: middle;
    line-height: 50px;
    text-align: left;
    border-bottom: 4px solid #222;
  }
  #header.mobile .side-search.new .top .search-area .search-input {
    display: inline;
    vertical-align: top;
    background: transparent;
    border: 0;
    margin-left: 0;
    height: 27px;
    line-height: 27px;
    width: 80%;
    position: relative;
    padding: 0;
  }
  #header.mobile .side-search.new .top .search-area .search-input::placeholder {
    font-size: 16px;
    color: #222;
    font-weight: 300;
    text-align: left;
    display: block;
  }
  #header.mobile .side-search.new .top .search-area .search-btn {
    width: 40px;
    display: block;
    background: transparent;
    float: right;
    height: 40px;
    line-height: 30px;
  }
  #header.mobile .side-search.new .top .search-area .search-btn .i-search {
    width: 20px;
    height: 22px;
    background: url(/duranno/img/m_icon_search.svg) 0 1px no-repeat;
    display: inline-block;
    float: right;
    margin-bottom: 12px;
  }

  #header.mobile .side-search.new .bottom .bestseller {
    margin-top: 86px;
    padding: 0 17px;
    height: 100%;
    box-sizing: border-box;
  }
  #header.mobile .side-search.new .bottom .bestseller h2 {
    font-size: 23px;
    font-weight: 700;
    color: #222;
    text-align: left;
    margin: 0 !important;
    padding: 0;
  }
  #header.mobile .side-search.new .bottom .bestseller h2 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #12a8ce;
  }

  #header.mobile .side-search.new .bottom .best-list {
    margin-top: 20px;
    margin-bottom: 19px;
    height: 480px;
  }
  #header.mobile .side-search.new .bottom .best-list li {
    padding: 11px 0;
    border-bottom: 1px solid #ebe9e9;
  }
  #header.mobile .side-search.new .bottom .best-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #header.mobile .side-search.new .bottom .best-list li em {
    display: inline-block;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    text-align: center;
  }
  #header.mobile .side-search.new .bottom .best-list li > a {
    margin-left: 12px;
  }
  #header.mobile .side-search.new .bottom .best-list li a > span:first-child {
    font-size: 16px;
    color: #333;
    margin-left: 0px;
  }
  #header.mobile .side-search.new .bottom .best-list li a > span:last-child {
    font-size: 14px;
    color: #999;
    margin-left: 12px;
  }

  .real-footer .right {
    float: none;
  }
  .real-footer .right dl {
    width: 33.3333%;
    margin-bottom: 30px;
  }
  .real-footer .right dl:nth-of-type(3) dt {
    border-right: 0;
  }

  .fixed-footer {
    display: block;
  }

  /* duranno books local nav bar */
  .books-lnb ul {
    width: 560px;
    margin-left: 0;
  }
}

@media screen and (max-width: 420px) {
  /* duranno renewal navi bar */
  #header.mobile .navi ul {
    width: 400px;
    text-align: left;
    margin-left: 0;
  }
  #header.mobile .navi ul li {
    margin-left: 5.5%;
  }

  #header.mobile .side-r.new .top .giftcard a span.point {
    bottom: 20%;
    right: 10%;
  }
  #header.mobile .side-r.new .top .giftcard a span.tag {
    bottom: 20%;
  }

  #header.mobile .side-r.new .top .login.loginOk .my-area {
    margin-top: 15px;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area {
    top: 18%;
  }
  #header.mobile .side-r.new .top .giftcard.loginOk a span.point {
    bottom: 20%;
  }

  #header.mobile .side-r.new .bottom .sns {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  #header.mobile .side-r.new .bottom .sns h5 {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-align: left;
    float: left;
    margin-top: 34px;
    word-spacing: 4px;
    width: 30%;
  }
  #header.mobile .side-r.new .bottom .sns h5 em {
    font-size: 14px;
    color: #2fb6d8;
    font-family: "Montserrat";
    font-weight: 600;
    margin-left: 6px;
  }
  #header.mobile .side-r.new .bottom .sns div {
    display: inline-block;
    margin-top: 25px;
    margin-left: 0%;
    float: right;
    width: 65%;
  }
  #header.mobile .side-r.new .bottom .sns div ul {
    width: 100%;
    height: 38px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    margin-left: 7%;
    box-sizing: border-box;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) {
    margin-left: 8.5%;
  }

  #header.mobile .side-r.new .bottom .sns div ul li a {
    display: inline-block;
    background: url(../img/duranno-main.svg) 0 0 no-repeat;
    width: 38px;
    height: 38px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) a {
    background-position: 0 -86px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(2) a {
    background-position: 0 -123px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(3) a {
    background-position: 0 -161px;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(4) a {
    background-position: 0 -199px;
  }
}

@media screen and (max-width: 375px) {
  /* duranno renewal navi bar */
  #header.mobile .navi ul {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  #header.mobile .navi ul li {
    margin-left: 4.5%;
  }

  #header.mobile .side-r.new .top .giftcard a span.tag {
    bottom: 25%;
  }

  #header.mobile .side-r.new .top .giftcard a span.point,
  #header.mobile .side-r.new .top .giftcard.loginOk a span.point {
    bottom: 25%;
  }

  #header.mobile .side-r.new .bottom .sns div ul li {
    margin-left: 7%;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) {
    margin-left: 7%;
  }
}

@media screen and (max-width: 374px) {
  /* duranno renewal navi bar */
  #header.mobile .navi ul {
    width: 430px;
    text-align: left;
    margin-left: 0;
  }

  #header.mobile .side-r.new .top .login .my-area ul li {
    width: 100px;
  }
  #header.mobile .side-r.new .top .giftcard a span.tag {
    bottom: 30%;
  }

  #header.mobile .side-r.new .top .giftcard a span.point,
  #header.mobile .side-r.new .top .giftcard.loginOk a span.point {
    bottom: 30%;
  }

  #header.mobile .side-r.new .bottom .sns h5 {
    width: 35%;
  }

  #header.mobile .side-r.new .bottom .sns div {
    width: 60%;
  }
  #header.mobile .side-r.new .bottom .sns div ul li {
    margin-left: 4.5%;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) {
    margin-left: 4.5%;
  }

  #header.mobile .side-r.new .bottom .qna {
    width: 95%;
    height: 190px;
    margin-left: 5px;
  }
  #header.mobile .side-r.new .bottom .qna div p a {
    margin-left: 7px;
  }

  #header.mobile .side-l.new .top .company-area ul li {
    width: 100px;
  }

  .real-footer .w100 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 350px) {
  .real-footer .long-word {
    letter-spacing: -2px;
    word-spacing: -2px;
  }
}

@media screen and (max-width: 320px) {
  #header.mobile .side-r.new .top .giftcard a span.tag {
    bottom: 38%;
  }

  #header.mobile .side-r.new .top .giftcard.loginOk a .gift-area {
    top: 12%;
  }
  #header.mobile .side-r.new .top .giftcard a span.point,
  #header.mobile .side-r.new .top .giftcard.loginOk a span.point {
    bottom: 38%;
  }

  #header.mobile .side-r.new .bottom .sns h5 {
    width: 36%;
    word-spacing: 2px;
  }
  #header.mobile .side-r.new .bottom .sns h5 em {
    margin-left: 3px;
  }

  #header.mobile .side-r.new .bottom .sns div {
    width: 58%;
  }
  #header.mobile .side-r.new .bottom .sns div ul li {
    margin-left: 1%;
  }
  #header.mobile .side-r.new .bottom .sns div ul li:nth-child(1) {
    margin-left: 0;
  }

  #header.mobile .side-r.new .bottom .qna {
    width: 95%;
    height: 190px;
    margin-left: 5px;
  }
  #header.mobile .side-r.new .bottom .qna div p a {
    margin-left: 7px;
  }

  #header.mobile .side-search.new .bottom .bestseller {
    margin-top: 56px;
    padding: 0px;
  }
  #header.mobile .side-search.new .bottom .best-list {
    height: 100%;
  }

  #header.mobile .side-l.new .top h2 img {
    width: 246px;
  }

  #header.mobile .side-l.new .bible .inner-tabs li.half em {
    letter-spacing: -2px;
  }
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(1)
    em:last-child,
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(4)
    em:last-child,
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(7)
    em:last-child,
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(10)
    em:last-child {
    margin-left: 0px;
    text-align: center;
  }

  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(3)
    em:last-child,
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(6)
    em:last-child,
  #header.mobile
    .side-l.new
    .bible
    .inner-tabs
    li.half:nth-child(9)
    em:last-child {
    margin-right: 0;
    text-align: center;
  }
}
