@charset "utf-8";
@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");

body {
  position: relative;
  transition: 0.2s all;
  background: #fff;
}

.main {
  background: #fff;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  overflow: hidden;
}
.main .main-img {
  width: 100%;
}
.main .main-img img {
  width: 100%;
}
.main .slick-list {
  overflow: visible;
}
.main .main-slick .slick-slide {
  opacity: 0.05;
  transform: scale(0.95);
  transition: 0.2s;
}
.main .main-slick .slick-active {
  opacity: 1;
  transform: scale(1);
}
.main .slick-dots {
  margin-top: 20px;
}
.main .slick-dots li button:before {
  width: 13px;
  height: 13px;
  border: 3px solid rgba(237, 237, 237, 1);
  box-sizing: border-box;
  background: transparent;
  transition: 0.2s all;
}
.main .slick-dots li button:hover:before {
  background: rgba(237, 237, 237, 0.5);
}
.main .slick-dots li.slick-active button:before {
  background: rgba(237, 237, 237, 1);
}
.main .slick-dots li button:before,
.main .slick-dots li.slick-active button:before {
  opacity: 1;
}

/* book-st 200727 add new style */
.book-st.main {
  background: #dfe8eb;
  padding-top: 60px;
  padding-bottom: 60px;
}
.book-st.main .slick-list {
  overflow: hidden;
}

.book-st.main .flex {
  display: flex;
  justify-content: space-between;
}
.book-st.main .book-slick {
  width: 63.5%;
  position: relative;
  z-index: 1;
}
.book-st.main .book-slick .slick-list {
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.book-st.main .book-slick:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  bottom: -5px;
  right: -5px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.book-st.main .book-slick .book-page {
  display: flex;
}
.book-st.main .book-slick img {
  width: 50%;
  display: block;
  margin: 0;
  align-self: flex-start;
  cursor: pointer;
}
.book-st.main .book-slick .text {
  width: 50%;
  height: auto;
  display: block;
  align-self: stretch;
  margin: 0;
  background: #fdf8ed;
  padding: 30px;
  box-shadow: inset 3px 0px 6px rgba(0, 0, 0, 0.1);
  font-family: "Nanum Myeongjo", serif;
  font-size: 24px;
  color: #393939;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.book-st.main .book-slick .text span {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  display: block;
  overflow: hidden;
  line-height: 1.6em;
  height: auto;
  text-align: justify;
  max-height: 342px;
  position: relative;
}
.book-st.main .book-slick .text span:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fdf8ed;
  padding-left: 3px;
}

.book-st.main .book-slick .text .highlight {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  display: inline;
  box-shadow: inset 0 -20px 0 #d9fcdb;
}
.book-st.main .book-slick .text .author {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-align: right;
  display: block;
  font-size: 16px;
  margin-top: 13px;
}

.book-st.main .slick-dots li {
  margin: 0 3px;
}
.book-st.main .slick-dots li button:before {
  display: none;
}
.book-st.main .slick-dots li button {
  display: block;
  width: 5px;
  height: 5px;
  background: #6e6e6e;
  border-radius: 50%;
  opacity: 0.3;
  padding: 0;
  margin: 5px;
  transition: 0.2s all;
}
.book-st.main .slick-dots li.slick-active button {
  opacity: 1;
  width: 10px;
  height: 10px;
}

.book-st.main .bookqt-slick {
  width: 30%;
}
.book-st.main .bookqt-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}
.book-st.main .bookqt-page img {
  width: 180px;
  display: block;
  margin: 2px auto 0;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.book-st.main .bookqt-page dl {
  text-align: center;
  margin: 0 auto;
}
.book-st.main .bookqt-page dl dt {
  font-size: 20px;
  color: #4d4d4d;
  margin-bottom: 10px;
}
.book-st.main .bookqt-page dl dd {
  word-break: keep-all;
  font-size: 14px;
  line-height: 1.6em;
  color: #4d4d4d;
}
.book-st.main .bookqt-page dl dd.btn-area {
  margin-top: 40px;
}
.book-st.main .bookqt-page dl dd.btn-area button {
  height: 40px;
  width: 85px;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #355f68;
  color: #355f68;
  background: transparent;
}
.book-st.main .bookqt-page dl dd.btn-area button:first-child {
  border-color: #97c2e4;
  color: #4189c2;
  margin-right: 6px;
}

.book-st.main .slick-prev,
.book-st.main .slick-next {
  top: 155px;
  width: 10px;
  height: 18px;
}
.book-st.main .slick-prev {
  left: 10px;
}
.book-st.main .slick-next {
  right: 10px;
}
.book-st.main .slick-prev:before,
.book-st.main .slick-next:before {
  width: 10px;
  height: 18px;
  background: url(../img/book-st-arrow.svg);
}
.book-st.main .slick-next:before {
  background-position: -10px 0;
}

/* Duranno.com Renewal PC HYB */
.container {
  background: #fff;
  box-sizing: border-box;
  min-width: 1230px;
}

section.top {
  /* background: url(../img/bg_2021_pc.png) 50% 50% no-repeat; */
  background: url(../img/bg.png) 50% 50% no-repeat;
  background-color: #F2F0DF;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  width: 100%;
  height: 465px;
  height: 480px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

section.top .w100 {
  min-width: 1230px;
  width: 100%;
  height: 100%;
}


section.left .book-slick {
  margin-top: 69px;
  width: 765px;
  height: 354px;
}
section.left .book-slick .img-wrap {
  width: 750px;
  min-height: 370px;
  height: 100%;
}

section.left .book-slick .img-wrap .img .bookcover {
  position: relative;
}


section.left .book-slick .img-wrap .img {
  /* width: 100%; */
  /* height: 100%; */
  display: flex;
  justify-content: space-between;
}

section.left .book-slick .img-wrap .img .bookcover img.book-img {
  width: 248px;
  height: 353px;
  /* position: absolute;
  left: 502px;
  top: 0;  */
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border-radius: 0 10px 10px 0;
  margin-right: 15px;
}
section.left .book-slick .img-wrap .img .bookcover img.book-shadow-l {
  position: absolute;
  left: 501px;
  top: 0;
  left: 0px;
}
section.left .book-slick .img-wrap .img .bookcover img.book-shadow-r {
  position: absolute;
  left: 508px;
  top: 0;
  left: 8px;
}



/* section.left .book-slick .img-wrap .img > img.book-img {
  width: 248px;
  height: 353px;
  position: absolute;
  left: 502px;
  top: 0; 
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}
section.left .book-slick .img-wrap .img > img.book-shadow-l {
  position: absolute;
  left: 501px;
  top: 0;
}
section.left .book-slick .img-wrap .img > img.book-shadow-r {
  position: absolute;
  left: 508px;
  top: 0;
} */


section.left .book-slick .img-wrap .img .text-area {
  padding-top: 0;
}
section.left .book-slick .img-wrap .img .text-area .title {
  font-size: 40px;
  font-weight: 700;
  display: inline;
  word-break: keep-all;
  color: #222;

  max-width: 452px;
  width: 100%;
}
section.left .book-slick .img-wrap .img .text-area .title img {
  /* height: 40px; */
  height: auto;
}
section.left .book-slick .img-wrap .img .text-area .detail {
  margin-top: 54px;
  width: 452px;
}
section.left .book-slick .img-wrap .img .text-area .detail .sub {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -1px;
  word-spacing: 2px;
  color: #fff;
}
section.left .book-slick .img-wrap .img .text-area .detail .sub > span {
  font-size: 20px;
  color: #F2E63D !important;
}
section.left .book-slick .img-wrap .img .text-area .detail em {
  display: block;
  font-size: 18px;
  margin-top: 30px;
  float: right;
  font-weight: 300;
  color: #fff;
  opacity: 70%;
}
section.left .book-slick .img-wrap .img .text-area .detail em span {
  font-family: "Montserrat";
  font-size: 17px;
  font-style: italic;
  color: #fff;
  margin-right: 3px;
  opacity: 70%;
}
section.left .book-slick .slick-dots {
  bottom: -9px;
  left: 0;
  text-align: left;
  box-sizing: border-box;
}

section.top .right {
  width: 363px;
  height: 355px;
  float: right;
  position: relative;
}
section.top .right .login {
  /* margin-top: 68px; */
  margin-top: 66px;
  width: 100%;
  height: 100%;
  height: 357px;
  position: absolute;
  right: 0;
  top: 0;
}
section.top .right .login h2 {
  padding: 0;
  margin: 0;
  line-height: 41px;
  vertical-align: top;
  padding-left: 5px;
}
section.top .right .login h2 span {
  font-size: 34px;
  font-weight: 500;
  color: #01a9d4;
  display: inline-block;
  line-height: 29px;
  margin-top: -2px;
  vertical-align: top;
}

section.top .right .login h2 em {
  font-size: 28px;
  color: #222;
  font-weight: 400;
  text-align: left;
  vertical-align: bottom;
  line-height: 39px;
  margin-bottom: 4px;
  margin-left: -3px;
  display: inline-block;
}

section.top .right .login .btn-wrap {
  width: 100%;
  text-align: right;
  margin-top: 15px;
  padding-right: 3px;
  box-sizing: border-box;
}
section.top .right .login .btn-wrap a {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  cursor: pointer;
}
section.top .right .login .btn-wrap a:first-child {
  padding: 0 10px;
}
section.top .right .login .btn-wrap a:last-child {
  padding-right: 0;
}
section.top .right .login .btn-wrap a:first-child:before {
  position: absolute;
  left: 100%;
  top: 7px;
  content: "";
  width: 1px;
  height: 14px;
  background-color: #d2d2d2;
}

section.top .right .login .info {
  margin-top: 22px;
  padding: 0 5px;
}
section.top .right .login .info em {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  display: inline-block;
  line-height: 24px;
}
section.top .right .login .text {
  /* border: 1px solid red; */
  height: 48px;
}
section.top .right .login .text p {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  width: 75%;
  display: inline-block;
  line-height: 23px;
  /* margin-top: 10px; */
  margin-top: 0px;
}
section.top .right .login .text > span {
  display: block;
  width: 68px;
  height: 68px;
  margin-left: 20px;
  float: right;
  margin-top: -15px;
}

section.top .right .login .my-area {
  width: 97%;
  margin: auto;
  /* margin-top: 42px; */
  margin-top: 30px;
  height: 38px;
}
section.top .right .login .my-area ul li {
  display: inline-block;
  border: 1px solid #2fb6d8;
  border-radius: 50px;
  /* width: 116px; */
  width: 110px;
  height: 38px;
  text-align: center;
  float: left;
  line-height: 36px;
  margin-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
section.top .right .login .my-area ul li:first-child {
  margin-left: 0;
}
section.top .right .login .my-area ul li {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
section.top .right .login .my-area ul li em {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
section.top .right .login .my-area ul li:hover,section.top .right .login .my-area ul li:nth-child(2) {
  background-color: #4cbedb;
}
section.top .right .login .my-area ul li:hover,section.top .right .login .my-area ul li:nth-child(2)  {
  color: #fff;
  font-weight: 400;
}
section.top .right .login .my-area ul li:hover em {
  color: #fff;
  font-weight: 400;
}

section.top .right .login .giftcard {
  width: 360px;
  margin-top: 27px;
  height: 101px;
  position: relative;
}
section.top .right .login .giftcard a {
  display: inline-block;
  width: 360px;
  height: 101px;
}
section.top .right .login .giftcard a img {
  display: inline-block;
  margin-left: -10px;
}

section.top .right .login .giftcard a .gift-area {
  position: absolute;
  top: 13px;
  right: 25px;
}
section.top .right .login .giftcard a .gift-area li {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  border-radius: 5px;
}
section.top .right .login .giftcard a span.tag {
  font-size: 12px;
  font-weight: 400;
  color: #D2C065;
  position: absolute;
  bottom: 28px;
  left: 30px;
  opacity: 70%;
}
section.top .right .login .giftcard a span.point {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
section.top .right .login .giftcard a span.point p {
  font-family: "Noto Sans CJK KR";
  font-size: 14px;
  color: #fff;
  display: inline-block !important;
  margin-top: -3px;
  margin-left: 3px;
  line-height: 38px;
  vertical-align: top;
  padding: 0;
}
section.top .right .login .giftcard a span.point em {
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(../img/giftcard_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  margin-left: 3px;
}

/* �α��� �Ǿ��� �� css*/
section.top .right .login.loginOk h2 {
  padding-left: 3px;
}
section.top .right .login.loginOk h2 span {
  font-size: 34px;
  font-weight: 500;
  color: #01a9d4;
  display: inline-block;
  line-height: 29px;
  margin-top: -2px;
  vertical-align: top;
}

section.top .right .login.loginOk .btn-wrap {
  width: 100%;
  text-align: right;
  margin-top: 15px;
  padding-right: 3px;
}

section.top .right .login.loginOk .info {
  /* margin-top: 30px; */
  margin-top: 28px;
  /* border: 1px solid red; */
  height: auto;
}
section.top .right .login.loginOk .info em {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  display: inline-block;
  line-height: 24px;
  margin-top: -5px;
}

section.top .right .login.loginOk .text p {
  font-size: 16px;
  color: #555;
  font-weight: 400;
  /* width: 75%; */
  width: 65%;
  display: inline-block;
  line-height: 23px;
  margin-top: 4px;
  margin-top: 0px;
  /* border: 1px solid green; */
}
section.top .right .login.loginOk .text > span {
  background-size: 68px 68px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  display: block;
  /* width: 63px; */
  /* height: 63px; */
  width: 68px;
  height: 68px;
  
  /* background-position: 0 0px;
  margin-left: 23px;
  float: right;
  margin-top: -15px;
  margin-top: -25px; */
}

section.top .right .login.loginOk .my-area {
  /* margin-top: 30px; */
  margin-top: 20px;
  height: 38px;
}

section.top .right .login .giftcard{
  margin-top: 27px;
}
section.top .right .login.loginOk .giftcard a .gift-area {
  position: absolute;
  top: 13px;
  right: 25px;
}
section.top .right .login.loginOk .giftcard a .gift-area li {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  margin-right: 8px;
}
section.top .right .login.loginOk .giftcard 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;
}
section.top .right .login.loginOk .giftcard a .gift-area li:last-child {
  margin-right: 0;
}
section.top .right .login.loginOk .giftcard a span.point {
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 22px;
  right: 25px;
  vertical-align: baseline;
}
section.top .right .login.loginOk .giftcard a span p {
  margin-top: 3px;
  margin-left: 3px;
  line-height: 29px;
  vertical-align: bottom;

  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}
section.top .right .login.loginOk .giftcard a span.point em {
  background: none;
  display: inline;
  margin-left: 4px;

  font-size: 15px;
  font-weight: 500;
  color: #fff;
  vertical-align: baseline;
}

section.top .right .login.loginOk .giftcard.no-card {
  font-size: 14px;
}
/* �α��� �Ǿ��� �� css �Ϸ�*/

section.announce {
  height: 55px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
section.announce .left .news {
  width: 750px;
  box-sizing: border-box;
  line-height: 55px;
}
section.announce .left .news h5 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  display: inline-block;
  width: 15%;
  vertical-align: top;
  margin-left: -2px;
  cursor: pointer;
}
section.announce .left .news h5 em {
  font-family: "Montserrat";
  font-weight: 600;
  color: #f96a6a;
  margin-left: 6px;
  position: relative;
}
section.announce .left .news h5 em:before {
  position: absolute;
  right: -18px;
  top: 3px;
  content: "";
  width: 1px;
  height: 13px;
  background-color: #ddd;
}

section.announce .left .news .scr-news {
  float: right;
  width: 85%;
  height: 55px;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  color: #222;
  vertical-align: top;
  position: relative;
}
section.announce .left .news .scr-news .news-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.announce .left .news .scr-news .news-box a {
  display: block;
  height: 55px;
  line-height: 55px;
  margin-left: 10px;
}
section.announce .left .news .scr-news .news-box a p {
  display: inline;
  line-height: 55px;
}
section.announce .left .news .scr-news .news-box a span {
  font-family: "Montserrat";
  color: #555;
  float: right;
  line-height: 55px;
}

section.announce .right .sns {
  width: 360px;
  height: 55px;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 55px;
}
section.announce .right .sns h5 {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-align: left;
  float: left;
  margin-top: 0;
}
section.announce .right .sns h5 em {
  color: #2fb6d8;
  font-family: "Montserrat";
  font-weight: 600;
  margin-left: 6px;
}
section.announce .right .sns div {
  display: inline-block;
  margin-top: 9px;
  margin-left: 20px;
}
section.announce .right .sns div ul {
  width: 200px;
  height: 38px;
}
section.announce .right .sns div ul li {
  display: inline-block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  float: left;
  margin-left: 16px;
  box-sizing: border-box;
}
section.announce .right .sns div ul li:nth-child(1) {
  margin-left: 0;
}
section.announce .right .sns div ul li a {
  display: inline-block;
  background: url(../img/duranno-main.svg) 0 0 no-repeat;
  background-size: cover;
  width: 151px;
  height: 151px;
  border: 1px solid #fff;
  overflow: hidden;
}
section.announce .right .sns div ul li:nth-child(1) a {
  background-position: 0 -83px;
}
section.announce .right .sns div ul li:nth-child(2) a {
  background-position: 0 -120px;
}
section.announce .right .sns div ul li:nth-child(3) a {
  background-position: 0 -157px;
}
section.announce .right .sns div ul li:nth-child(4) a {
  background-position: 0 -194px;
}


.banner-wrap{
  position: relative;
  top: 77px; 
  width: 100%; 
  margin: 0 auto; 
  max-width: 1230px;
}
.banner-wrap .sidebanner-r,
.banner-wrap .sidebanner-l{
  display: block; 
  position: absolute; 
  left: -125px; 
  top: 50px; 
  cursor: pointer; 
}
.banner-wrap .sidebanner-r {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.banner-wrap .sidebanner-l.first{
  top: 0px;
}
.banner-wrap .sidebanner-l.second{
  top: 110px;
}
.banner-wrap .sidebanner-l.third{
  top: 220px;
}
.banner-wrap .sidebanner-l.firth{
  top: 330px;
}
.banner-wrap .sidebanner-l.fifth{
  top: 440px;
}
.banner-wrap .sidebanner-r{
  left: auto; 
  right: -125px;
}
.banner-wrap .sidebanner-r.bottom{
  left: auto; 
  right: -125px; 
  top : 210px;
}
.banner-wrap .sidebanner-l.bottom{
  left: -125px; 
  right: auto; 
  top : 220px;
}



.scr-content {}
.scr-content .duday-wrap {
  margin: 0;
}
.scr-content .duday-wrap .duday-inner {
  width: 753px;
  height: 106px;
  border-bottom: 4px solid #222;
  position: relative;
  margin-top: 77px;
  box-sizing: border-box;
}
.scr-content .duday-wrap .div-title {
  text-align: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.scr-content .duday-wrap .div-title a {}
.scr-content .duday-wrap .div-title a span {
  font-size: 45px;
  font-weight: 700;
  color: #222;
}
.scr-content .duday-wrap .div-title a span img {
  margin-left: -5px;
}
.scr-content .duday-wrap .div-title a span.date {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  color: #555;
  margin-top: -10px;
  display: block;
  margin-left: -5px;
}
.scr-content .duday-wrap .monthly-list-wrap {
  position: absolute;
  right: 0;
  bottom: 13px;
}
.scr-content .duday-wrap .monthly-list-wrap ul {
  cursor: pointer;
  width: 100%;
}
.scr-content .duday-wrap .monthly-list-wrap ul li {
  display: inline-block;
  text-align: center;
  width: 46px;
  height: 86px;
  border: 1px solid transparent;
  margin-left: 10px;
}

/* .scr-content .duday-wrap .monthly-list-wrap ul li:nth-child(3){background-color: #2FB6D8; border-radius: 30px;}
.scr-content .duday-wrap .monthly-list-wrap ul li:nth-child(3) span,
.scr-content .duday-wrap .monthly-list-wrap ul li:nth-child(3) em{color: #fff;} */
.scr-content .duday-wrap .monthly-list-wrap ul li.today {
  background-color: #2fb6d8;
  border-radius: 30px;
}
.scr-content .duday-wrap .monthly-list-wrap ul li.today span,
.scr-content .duday-wrap .monthly-list-wrap ul li.today em {
  color: #fff;
}

.scr-content .duday-wrap .monthly-list-wrap ul li:hover {
  margin-left: 10px;
  border: 1px solid #2fb6d8;
  border-radius: 30px;
}
.scr-content .duday-wrap .monthly-list-wrap ul li span {
  display: block;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  color: #999;
  margin-top: 17px;
  text-transform: capitalize;
}
.scr-content .duday-wrap .monthly-list-wrap ul li:first-child span {
  color: #f96a6a;
}
.scr-content .duday-wrap .monthly-list-wrap ul li em {
  display: block;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 19px;
  margin-top: 13px;
}
.scr-content .duday-wrap .monthly-list-wrap ul li:hover {}
.scr-content .duday-wrap .monthly-list-wrap ul li:hover span,
.scr-content .duday-wrap .monthly-list-wrap ul li:hover em {}

.monthly-view-wrap {
  width: 755px;
  margin-top: 50px;
}
.monthly-view-inner {
  width: 750px;
  height: 100%;
  overflow: hidden;
}
.monthly-view-inner > div {
  float: right;
}
.monthly-view-inner h2 {
  text-align: left;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #222;
  padding: 0;
  margin: 0;
}
.monthly-view-inner h2 em {
  font-size: 29px;
  font-family: "Montserrat";
  font-weight: 600;
}
.monthly-view-inner h2 span {
  display: inline-block;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  line-height: 27px;
  vertical-align: middle;
  margin-left: 12px;
}
.monthly-view-inner h2:before {
  content: "";
  position: absolute;
  left: -41px;
  top: 40%;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #222;
  transform: translateY(-40%);
  box-sizing: border-box;
}
.monthly-view-inner .card-content h2:before {
  left: -39px;
}
.monthly-view-inner .share-nanum h2:before,
.monthly-view-inner .book-review h2:before {
  content: "";
  position: absolute;
  /* left: -38px; */
  left: -41px;
  top: 40%;
  /* width: 8px;
  height: 8px; */
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #2fb6d8;
  transform: translateY(-40%);
  box-sizing: border-box;
  z-index: 10;
}
/* .monthly-view-inner .share-nanum h2:after,
.monthly-view-inner .book-review h2:after {
  content: "";
  position: absolute;
  left: -41px;
  top: 39%;
  width: 14px;
  height: 14px;
  border: 1px solid #2fb6d8;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-39%);
  box-sizing: border-box;
} */
.monthly-view-inner .book-review h2:before {}
.monthly-view-wrap > div {
  position: relative;
}
.monthly-view-wrap > div:before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.monthly-view-wrap > div:first-child:before {
  top: 20px;
  height: calc(100% - 20px);
}

/* .monthly-view-inner .todayqt {border: 1px solid red; width: 709px; height: 298px; position: relative;}
.monthly-view-inner .todayqt h2 {font-weight: 500;}
.monthly-view-inner .todayqt h2 > em {font-size: 29px; font-weight: 500;}
.monthly-view-inner .todayqt h2 span {font-size: 20px; color: #2FB6D8; font-weight: 500; margin-top: -7px;}
.monthly-view-inner .todayqt h2 span em{font-family: "Montserrat"; color: #2FB6D8; margin-left: 5px;}
.monthly-view-inner .todayqt h2 span em:first-child {font-size: 20px;}
.monthly-view-inner .todayqt h2 span em:last-child {font-size: 19px;}

.monthly-view-inner .todayqt > div {margin-top: 29px;}
.monthly-view-inner .todayqt dl{margin-bottom: 13px;}
.monthly-view-inner .todayqt dl dt{display: inline-block; width: 65px; height: 30px; text-align: center; border-radius: 30px; font-size: 14px; font-weight: 400; line-height: 33px; color: #555 ;}
.monthly-view-inner .todayqt dl:nth-child(1) dt{border: 1px solid #03408F;}
.monthly-view-inner .todayqt dl:nth-child(2) dt{border: 1px solid #009688;}
.monthly-view-inner .todayqt dl:nth-child(3) dt{border: 1px solid #F1AA04;}
.monthly-view-inner .todayqt dl:nth-child(4) dt{border: 1px solid #F86808;}

.monthly-view-inner .todayqt dl dd.hover {font-size: 20px; font-weight: 500; color: #222;}
.monthly-view-inner .todayqt dl dd.hover ~.right img{display: block;}
.monthly-view-inner .todayqt dl dd{display: inline-block; font-size: 20px; font-weight: 300; color: #222; margin-left: 15px; vertical-align: bottom; cursor: pointer;}
.monthly-view-inner .todayqt .right {border: 1px solid blue;}
.monthly-view-inner .todayqt .right img {display: none;}
.monthly-view-inner .todayqt .right img {position: absolute; right: 0; top: 65px; width: 158px;} */

.monthly-view-inner .todayqt {
  width: 709px;
  height: 393px;
  position: relative;
}
.monthly-view-inner .todayqt h2 {
  font-weight: 500;
}
.monthly-view-inner .todayqt h2 > em {
  font-size: 29px;
  font-weight: 500;
}
.monthly-view-inner .todayqt h2 span {
  font-size: 20px;
  color: #2fb6d8;
  font-weight: 500;
  margin-top: -7px;
}
.monthly-view-inner .todayqt h2 span em {
  font-family: "Montserrat";
  color: #2fb6d8;
  margin-left: 5px;
}
.monthly-view-inner .todayqt h2 span em:first-child {
  font-size: 20px;
}
.monthly-view-inner .todayqt h2 span em:last-child {
  font-size: 19px;
}

.monthly-view-inner .todayqt > div {
  margin-top: 29px;
}
.monthly-view-inner .todayqt dl {
  margin-bottom: 13px;
}
.monthly-view-inner .todayqt dl dt {
  display: inline-block;
  width: 65px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: /*33px*/31px;
  color: #555;
}
.monthly-view-inner .todayqt dl:nth-child(1) dt {
  border: 1px solid #03408f;
}
.monthly-view-inner .todayqt dl:nth-child(2) dt {
  border: 1px solid #009688;
}
.monthly-view-inner .todayqt dl:nth-child(3) dt {
  border: 1px solid #f1aa04;
}
.monthly-view-inner .todayqt dl:nth-child(4) dt {
  border: 1px solid #f86808;
}
.monthly-view-inner .todayqt dl:nth-child(5) dt {
  border: 1px solid #ec4ba6;
}

.monthly-view-inner .todayqt dl dd.hover {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}
.monthly-view-inner .todayqt dl dd.hover ~ .right img {
  display: block;
}
.monthly-view-inner .todayqt dl dd {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #222;
  margin-left: 15px;
  vertical-align: bottom;
  cursor: pointer;
}
.monthly-view-inner .todayqt .right {}
.monthly-view-inner .todayqt .right img {
  display: none;
  /* box-shadow: -5px 10px 10px rgba(0, 0, 0, 0.25); */
  box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.25);
}
.monthly-view-inner .todayqt .right img {
  position: absolute;
  right: 13px;
  bottom: -10px;
  width: 188px;
}

.monthly-view-inner .share-nanum {
  width: 709px;
}
.monthly-view-inner .share-nanum h2 {
  font-weight: 700;
}
.monthly-view-inner .share-nanum h2 em {
  font-weight: 600;
}
.monthly-view-inner .share-nanum h2 span {
  font-weight: 400;
  margin-top: -7px;
}
.monthly-view-inner .share-nanum .line {}
.monthly-view-inner .share-nanum .line .person {}
.monthly-view-inner .share-nanum .line .time {
  position: absolute;
  left: 1%;
  margin-top: 40px;
}
.monthly-view-inner .share-nanum .line .time .icon {}
.monthly-view-inner .share-nanum .line .person div {
  width: 616px;
  float: right;
  margin-top: 25px;
}
.monthly-view-inner .share-nanum .line .time em {
  font-family: "Montserrat";
  font-size: 21px;
  font-weight: 600;
  color: #2fb6d8;
  vertical-align: top;
  line-height: 21px;
}
.monthly-view-inner .share-nanum .line .text {
  background-color: #eef5f6;
  /*height: 121px;*/
  border-radius: 10px;
  margin-top: 15px;
  padding: 20px;
}
.monthly-view-inner .share-nanum .line .text span {
  font-weight: 300;
  font-size: 16px;
  color: #222;
  /*width: 572px;*/
  /*height: 77px;*/
  /*margin: 22px;*/
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
.monthly-view-inner .share-nanum .line a {}
.monthly-view-inner .share-nanum .line .name {
  font-size: 18px;
  font-weight: 400;
  display: flex;
  line-height: 50px;
}
.monthly-view-inner .share-nanum .line .name .img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.monthly-view-inner .share-nanum .line .name em {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-left: 9px;
  margin-right: 2px;
}
.monthly-view-inner .share-nanum .line .empty .text span {
  text-align: center;
}
.monthly-view-inner .share-nanum .line .empty .text .btn-qtwrite {
  border: 1px solid #7f98d4;
  border-radius: 30px;
  font-size: 14px;
  color: #6582c8;
  padding: 7px 11px;
  line-height: 1.2em;
  background: transparent;
  display: inline-block;
  margin: 20px auto 0;
}

.monthly-view-inner .seminar {
  width: 709px;
  height: 306px;
  position: relative;
  margin-top: 95px;



  /* width: 709px; */
  /* height: 100%; */
}
.monthly-view-inner .seminar h2 span {
  margin-top: -7px;
}
.monthly-view-inner .seminar div {
  margin-top: 28px;
}

.monthly-view-inner .seminar .bc-slick {
  margin-top: 28px;
  overflow: hidden;
  margin-bottom: 0;
  /* border: 1px solid red; */
}
.monthly-view-inner .seminar .slick-list {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
}
.monthly-view-inner .seminar dl {
  width: 225px;
  float: left;
  margin-left: 16px;

  display: inline-block;
  box-sizing: border-box;
}
.monthly-view-inner .seminar dl:first-child {
  margin-left: 0;
}
.monthly-view-inner .seminar dl dt {
  width: 225px;
  overflow: hidden;
}
.monthly-view-inner .seminar dl dt img {
  width: 100%;
  transform: scale(1);
  transition: 0.2s all;
}
.monthly-view-inner .seminar dl:hover dt img {
  transform: scale(1.1);
}
.monthly-view-inner .seminar dl dd {}
.monthly-view-inner .seminar dl dd h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  box-sizing: border-box;
  letter-spacing: -1px;
  line-height: 24px;
  margin-top: 15px;
}
.monthly-view-inner .seminar dl dd h3 em {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.monthly-view-inner .seminar dl dd > a span {
  font-weight: 300;
  font-size: 16px;
  color: #333;
  margin-top: 5px;
  display: block;
  text-align: center;
}

.monthly-view-inner .interviews {
  width: 709px;
  height: 375px;
  position: relative;
  margin-top: 105px;
}
.monthly-view-inner .interviews h2 span {
  margin-top: -7px;
}
.monthly-view-inner .interviews div {
  margin-top: 28px;
}
.monthly-view-inner .interviews dl {
  width: 342px;
  float: left;
  text-align: center;
  margin-left: 25px;
}
.monthly-view-inner .interviews dl:first-child {
  margin-left: 0;
}
.monthly-view-inner .interviews dl dt {
  width: 100%;
  height: 205px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
}
.monthly-view-inner .interviews dl dt span {
  display: block;
  width: 100%;
  height: 205px;
  background-size: cover;
  background-position: 50% 0;
  transform: scale(1);
  transition: 0.2s all;
  cursor: pointer;
}
.monthly-view-inner .interviews dl:hover dt span {
  transform: scale(1.05);
}
.monthly-view-inner .interviews dl dt span.brand-logo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 100px;
  height: 25.5px;
  background: url(/duranno/img/brand-logo.png) 0 0 no-repeat;
  background-size: 100%;
  opacity: 1;
}
.monthly-view-inner .interviews dl dt span.brand-logo.no1:after {
  background-position: 0 0;
}
.monthly-view-inner .interviews dl dt span.brand-logo.no2:after {
  background-position: 0 -25.5px;
}
.monthly-view-inner .interviews dl dt span.brand-logo.no3:after {
  background-position: 0 -51px;
}

.monthly-view-inner .interviews dl dd {
  text-align: center;
  word-break: keep-all;
  width: 95%;
  margin: 0 auto;
}
.monthly-view-inner .interviews dl .name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 13px;
  color: #222;
  cursor: pointer;
}
.monthly-view-inner .interviews dl .text {
  widows: 232px;
  font-size: 16px;
  color: #222;
  font-weight: 300;
  text-align: center;
  margin-top: 8px;
}

/* .monthly-view-inner .book-review {
  width: 709px;
  height: 270px;
  position: relative;
  margin-top: 100px;
}
.monthly-view-inner .book-review h2 {}
.monthly-view-inner .book-review h2 span {
  margin-top: -7px;
}
.monthly-view-inner .book-review > div {
  cursor: pointer;
}
.monthly-view-inner .book-review > div span {
  display: inline-block;
  width: 136px;
  margin-top: 29px;
}
.monthly-view-inner .book-review > div span img {
  width: 136px;
  box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.25);
}
.monthly-view-inner .book-review .review {
  width: 525px;
  height: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.monthly-view-inner .book-review .review .name {
  font-size: 18px;
  font-weight: 400;
  color: #222;
}
.monthly-view-inner .book-review .review .name em {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-left: 10px;
}
.monthly-view-inner .book-review .review .text {
  width: 522px;
  height: 104px;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  line-height: 26px;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
.monthly-view-inner .book-review .review .title {
  height: 22px;
  font-size: 15px;
  font-weight: 300;
  color: #555;
  text-align: right;
  margin-top: 10px;
}
.monthly-view-inner .book-review .review .title em {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}
.monthly-view-inner .book-review .review .name span,
.monthly-view-inner .book-review .review .title span {
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(/duranno/img/duranno-main.svg) 0 0 no-repeat;
  margin-top: 0;
}
.monthly-view-inner .book-review .review .name span {
  background-position: 0 -237px;
}
.monthly-view-inner .book-review .review .title span {
  background-position: 0 -255px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: bottom;
}

.monthly-view-inner .book-review .review .text.no-review {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 300;
}

.monthly-view-inner .book-review .review .text.no-review button {
  border: 1px solid #7f98d4;
  border-radius: 30px;
  font-size: 14px;
  color: #6582c8;
  padding: 7px 15px;
  line-height: 1.2em;
  background: transparent;
  display: inline-block;
  margin: 20px auto 0;
} */



.monthly-view-inner .book-review {
  width: 709px;
  position: relative;
  margin-top: 100px;
  box-sizing: border-box;
}
.monthly-view-inner .book-review h2 {}
.monthly-view-inner .book-review h2 span {
  margin-top: -7px;
}
.monthly-view-inner .book-review > div {
  cursor: pointer;
}
.monthly-view-inner .book-review .bookcover {
  display: inline-block;
  width: 136px;
  margin-top: 29px;
}
.monthly-view-inner .book-review .bookcover img {
  width: 136px;
  box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.25);
}
.monthly-view-inner .book-review .review {
  width: 525px;
  float: right;
  margin-top: 30px;
}

.monthly-view-inner .book-review .review .text {
  width: 522px;
  width: 90%;
  height: 104px;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  line-height: 26px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
.monthly-view-inner .book-review .review > span:first-of-type,
.monthly-view-inner .book-review .review > span:nth-of-type(2) {
  display: block;
  width: 20px;
  height: 17px;
  background: url(/duranno/img/duranno-main.svg) 0 0 no-repeat;
  margin-top: 0;
  overflow: hidden;
}
.monthly-view-inner .book-review .review > span:first-of-type {
  background-position: 0 -237px;
}
.monthly-view-inner .book-review .review > span:nth-of-type(2) {
  background-position: 0 -255px;
  display: inline-block;
  vertical-align: bottom;
  float: right;
  margin-top: -7px;
}
.monthly-view-inner .book-review .review .reader {
  margin-top: 15px;
}
.monthly-view-inner .book-review .review .title {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-align: right;
}
.monthly-view-inner .book-review .review .title em {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-left: 10px;
}
.monthly-view-inner .book-review .review .name {
  height: 22px;
  font-size: 15px;
  font-weight: 300;
  color: #555;
  text-align: right;
  margin-top: 5px;
}
.monthly-view-inner .book-review .review .name em {
  font-size: 15px;
  font-weight: 500;
  color: #555;
}

.monthly-view-inner .book-review .review .text.no-review {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 300;
}

.monthly-view-inner .book-review .review .text.no-review button {
  border: 1px solid #7f98d4;
  border-radius: 30px;
  font-size: 14px;
  color: #6582c8;
  padding: 7px 15px;
  line-height: 1.2em;
  background: transparent;
  display: inline-block;
  margin: 20px auto 0;
}





.monthly-view-inner .card-content {
  width: 710px;
  height: 456px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 162px;
}
.monthly-view-inner .card-content h2 {}
.monthly-view-inner .card-content h2 span {
  margin-top: -7px;
}
.monthly-view-inner .card-content .card {
  margin-top: 29px;
  box-sizing: border-box;
}
.monthly-view-inner .card-content .card > div {
  display: inline-block;
  width: 342px;
  float: left;
  margin-left: 25px;
  display: inline-block;
}
.monthly-view-inner .card-content .card > div:first-child {
  margin-left: 0;
}
.monthly-view-inner .card-content .card a {}
.monthly-view-inner .card-content .card a:first-child {}
.monthly-view-inner .card-content .card a span {
  display: inline-block;
  width: 342px;
  height: 340px;
}
.monthly-view-inner .card-content .card a span img {
  width: 100%;
  border: 1px solid #ebe9e9;
}
.monthly-view-inner .card-content .card a h3 {
  font-size: 18px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-top: 15px;
}
.monthly-view-inner .card-content .card a h3 em {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-top: 15px;
}

.monthly-view-inner .card-content .card .modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 100;
}
.monthly-view-inner .card-content .card .modal-content .close-cardpop {
  width: 22px;
  position: absolute;
  right: 0;
}
.monthly-view-inner .card-content .card .modal-content .modal {
  width: 574px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.monthly-view-inner .card-content .card .modal-content .modal > img {
  width: 530px;
}

section.right {
  width: 360px;
}
section.right h2 {
  font-size: 35px;
  font-weight: bold;
  color: #222;
  text-align: left;
  margin: 0;
  padding: 0;
}
section.right h2 img {
  margin-left: 0px;
}
section.right h2 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #222;
  margin-top: -2px;
  margin-left: -4px;
}

section.right .video-content {
  width: 360px;
  height: 611px;
  margin-top: 80px;
}
section.right .video-content h2 {
  height: 100px;
  border-bottom: 4px solid #000;
}
section.right .video-content .video {
  margin-top: 50px;
  height: 445px;
}
section.right .video-content .video .inner {
  display: block;
  width: 100%;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0 auto;
  position: relative;
  margin-top: 25px;
}
section.right .video-content .video .inner:first-child {
  margin-top: 0;
}
section.right .video-content .video .inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.right .qna {
  width: 360px;
  height: 100%;
  margin-top: 50px;
}
section.right .qna h3 {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  padding-bottom: 29px;
  border-bottom: 4px solid #000;
}
section.right .qna div {
  margin-top: 50px;
}
section.right .qna div p {
  margin-bottom: 12px;
  cursor: default;
}
section.right .qna div p:last-child {
  margin-bottom: 0;
}
section.right .qna div p em {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: #222;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
section.right .qna div p a {
  display: inline-block;
  margin-left: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #222;
}

section.right .banner {
  width: 360px;
  height: 191px;
  margin-top: 41px;
}
section.right .banner a {
  display: block;
  width: 360px;
  height: 88px;
  margin-bottom: 15px;
}
section.right .banner a:last-child {
  margin-bottom: 0;
}
section.right .banner a img {
  width: 360px;
  height: 88px;
  border-radius: 5px;
}

section.right .cardbook {
  width: 360px;
  height: 530px;
  margin-top: 93px;
  position: relative;
}
section.right .cardbook h2 {
  height: 100px;
  border-bottom: 4px solid #000;
}

section.right .cardbook .card-slick {
  margin-top: 45px;
}
section.right .cardbook .card-slick .img-wrap {
  width: 100%;
}

section.right .cardbook .card-slick a span {
  width: 358px;
  height: 363px;
  display: block;
  margin-right: 2px;
}
section.right .cardbook .card-slick a span img {
  width: 100%;
  border: 1px solid #ebe9e9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
}
section.right .cardbook .card-slick .slick-dots {
  bottom: -10%;
  text-align: center;
  box-sizing: border-box;
}

section.right .cardbook .modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 100;
}
section.right .cardbook .modal-content .close-cardpop {
  width: 22px;
  position: absolute;
  right: 0;
}
section.right .cardbook .modal-content .modal {
  width: 404px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.right .cardbook .modal-content .modal > img {
  width: 360px;
}

section.right .bestseller {
  width: 360px;
  height: 100%;
  margin-top: 83px;
}
section.right .bestseller h2 {
  height: 100px;
  border-bottom: 4px solid #000;
}
/* section.right .bestseller h2 span {padding-bottom: 25px; border-bottom: 4px solid #000;} */
section.right .best-list {
  margin-top: 50px;
  position: relative;
}
section.right .best-list li {
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
}
section.right .best-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
section.right .best-list li:first-child {
  height: 195px;
  padding: 0;
  padding-bottom: 31px;
  border-bottom: 1px solid #ebe9e9;
}
section.right .best-list li:first-child em {
  /* background-color: #f96a6a; */
}
section.right .best-list li:first-child .best {
  position: absolute;
  top: 0;
  margin-left: 20px;
  cursor: pointer;
}
section.right .best-list li:first-child .best img {
  width: 136px;
  /* border: 1px solid #ddd; */
  /* box-shadow: -3px 7px 7px rgba(0, 0, 0, 0.25); */
  box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.25);
  margin-left: 0px;
}
section.right .best-list li:first-child .best div {
  width: 136px;
  height: 195px;
  display: inline-block;
  margin-left: 30px;
  text-align: left;
}
section.right .best-list li:first-child .best span {
  display: block;
  text-align: left;
  line-height: 24px;
}
section.right .best-list li:first-child div span:first-child {
  font-size: 18px;
  font-weight: 500;
  color: #f96a6a;
}
section.right .best-list li:first-child div span:last-child {
  font-size: 15px;
  color: #777;
  text-align: left;
}
section.right .best-list li em {
  display: inline-block;
  /* width: 18px;
  height: 18px;
  background-color: #c5c5c5; */
  font-family: "Montserrat";
  font-style: italic;
  /* font-size: 14px; */
  font-size: 22px;
  font-weight: 600;
  /* color: #fff; */
  color: #000;
  text-align: center;
}
section.right .best-list li > a {
  margin-left: 20px;
}
section.right .best-list li a > span:first-child {
  font-size: 18px;
  color: #333;
  margin-left: 0px;
}
section.right .best-list li a > span:last-child {
  font-size: 15px;
  color: #777;
  margin-left: 9px;
}


/* ���� */
.more {
  font-size: 1em;
  transition: 0.2s all;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  font-weight: inherit;
}
.more i {
  display: inline-block;
  margin-top: -5px;
  transition: 0.2s all;
}
.more:hover {
  border-bottom: 1px solid #666;
}
.more:hover i {
  color: #999;
}
.content {
  background: #fff;
}
h2 {
  position: relative;
  margin-bottom: 45px;
  padding: 45px 20px 0;
  font-size: 26px;
  color: #393939;
  text-align: center;
  letter-spacing: -1px;
  word-break: keep-all;
  font-weight: 500;
}
h2 span {
  display: block;
  padding: 5px;
  font-weight: 200;
  font-size: 18px;
  color: #666666;
  letter-spacing: -1px;
}
h2 .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
}
h2 button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  color: #4189c2;
  font-size: 14px;
  padding: 0;
  border: 1px solid #97c2e4;
  border-radius: 1px;
  background: transparent;
  height: 38px;
  line-height: 38px;
  margin-left: 5px;
  transition: 0.2s all;
}
h2 button:hover,
h2 button:focus {
  background: #559bd3;
  color: #fff;
  border: 1px solid #559bd3;
}
h2 .btn {
  display: inline-block;
}
h2 .btn button {
  position: relative;
  width: 80px;
}
.content section {
  position: relative;
}
.content section.ani {
  opacity: 1;
  position: relative;
  top: -30px;
  -webkit-animation-name: anitop;
  animation-name: anitop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes anitop {
  0% {
    top: 0;
    opacity: 0.9;
  }
  100% {
    top: -30px;
    opacity: 1;
  }
}
@keyframes anitop {
  0% {
    top: 0;
    opacity: 0.9;
  }
  100% {
    top: -30px;
    opacity: 1;
  }
}
.qt {
  position: relative;
}
.qt h2 button {
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}
.qt .sidebanner-r,
.qt .sidebanner-l {
  display: block;
  width: 100px;
  position: absolute;
  left: -125px;
  top: -40px;
  cursor: pointer;
}
.qt .sidebanner-l.middle {
  top: 75px;
}
.qt .sidebanner-r {
  left: auto;
  right: -125px;
}
.qt .sidebanner-r.bottom {
  left: auto;
  right: -125px;
  top: 210px;
}
.qt .sidebanner-l.bottom {
  left: -125px;
  right: auto;
  top: 190px;
}

.banner-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1230px;
}
.banner-wrap h2 button {
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}
.banner-wrap .sidebanner-r,
.banner-wrap .sidebanner-l {
  display: block;
  width: 100px;
  position: absolute;
  left: -125px;
  top: 0px;
  cursor: pointer;
}
.banner-wrap .sidebanner-l.middle {
  top: 110px;
}
.banner-wrap .sidebanner-r {
  left: auto;
  right: -125px;
}
.banner-wrap .sidebanner-r.bottom {
  left: auto;
  right: -125px;
  top: 210px;
}
.banner-wrap .sidebanner-l.third {
  right: auto;
  left: -125px;
  top: 220px;
}
.banner-wrap .sidebanner-l.bottom {
  right: -125px;
  left: auto;
  top: 410px;
}

/* qt + books ���� ???????????? */
.qt-slick {
  width: 95%;
  margin: 0 auto;
}
.qt-slick img {
  width: 100%;
}
.qt-slick dl {
  margin: 0 12.5px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.qt-slick dl dt {
  box-sizing: border-box;
  height: 217px;
  position: relative;
}
.qt-slick dl dt img {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.qt-slick dl dd {
  opacity: 0;
  display: table;
  height: 217px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.72);
  text-align: center;
  transition: 0.5s all;
}
.qt-slick dl dd span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.qt-slick dl dd span em {
  display: block;
  color: #cbcbcb;
  font-size: 14px;
  font-weight: 300;
  padding-top: 5px;
}
.qt-slick dl:hover dd {
  opacity: 1;
}
.books .qt-slick dl dd {
  height: 225.17px;
}
.books .slick-list {
  width: 92%;
  margin: 0 auto;
}
.books .slick-prev {
  left: -10px;
}
.books .slick-next {
  right: -10px;
}

/* qt???????? ���� 2018.08.27 */
.qt-new .inner {
  box-sizing: content-box;
  padding: 0 30px;
  margin-top: 70px;
}
.qt-new h2.h2-top {
  padding-top: 0px;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.qt-new h2 {
  margin-bottom: 0;
}
.qt-new h2 button.mob {
  display: none;
}
.qt-new .slide-inner {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
.qt-new .slide-inner .qt-new-slick {
  height: auto;
}
.qt-new .slide-inner .qt-new-slick .slick-track {
  padding-bottom: 0;
  top: -60px;
}
.qt-new .slide-inner .qt-new-slick .slick-list {
  box-sizing: border-box;
  overflow: visible;
}
.qt-new .slide-inner .qt-new-slick p {
  display: table;
  width: 200px;
  height: 280px;
  text-align: center;
  vertical-align: bottom;
}
.qt-new .slide-inner .qt-new-slick p img {
  width: 78%;
  margin: 0 auto;
  transition: 0.5s all;
  opacity: 0.25;
}
.qt-new .slide-inner .qt-new-slick p span {
  display: table-cell;
  vertical-align: bottom;
}
.qt-new .slide-inner .qt-new-slick p.slick-center {
  width: 400px;
  z-index: 10;
  position: relative;
}
.qt-new .slide-inner .qt-new-slick p.slick-center img {
  width: 130%;
  margin-left: -15%;
  margin-bottom: -15%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  padding-bottom: 0;
}
.qt-new .slide-inner .slick-next {
  right: 0;
  width: 33%;
  height: auto;
}
.qt-new .slide-inner .slick-next:before {
  background: transparent;
  width: 22px;
  height: 42px;
  left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}
.qt-new .slide-inner .slick-prev {
  left: 0;
  width: 33%;
  height: auto;
}
.qt-new .slide-inner .slick-prev:before {
  background: transparent;
  width: 22px;
  height: 42px;
  right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}
.qt-new .slick-dots {
  bottom: 0;
}
.qt-new .slick-dots li {
  margin: 0 auto;
}
.qt-new .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background-color: #626262;
  opacity: 1;
}
.qt-new .slick-dots li button {
  width: 5px;
  height: 5px;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  background-color: rgb(66, 73, 83);
  opacity: 0.3;
}
.qt-new .slick-dots li button:before {
  display: none;
}

.qt-new .qt-text-slick .slick-prev {
  top: 25px;
  margin-top: 0;
  left: 260px;
  background: url(/duranno/img/qt-new-arrow2.svg) 0 0 no-repeat;
  width: 40px;
  height: 40px;
}
.qt-new .qt-text-slick .slick-next {
  top: 25px;
  margin-top: 0;
  right: 260px;
  background: url(/duranno/img/qt-new-arrow2.svg) -40px 0 no-repeat;
  width: 40px;
  height: 40px;
}
.qt-new .qt-text-slick .slick-prev:before,
.qt-new .qt-text-slick .slick-next:before {
  display: none;
}
.qt-new .qt-text-slick {
  margin-top: 20px; /*background: url(../img/today-qt-bg.png) 100% 100% no-repeat;*/
  margin-bottom: 0;
  padding-bottom: 0;
}
.qt-new .qt-text-slick h2 {
  font-weight: 500;
  color: #393939;
  margin-bottom: 20px;
  line-height: 1.7em;
  font-size: 26px;
  padding-top: 0;
  z-index: 0;
}
.qt-new .qt-text-slick .qt-set {
  width: 100%;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.qt-new .qt-text-slick .line-box {
  width: 100%;
  max-width: 400px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #6e6e6e;
  margin: 0 auto 16px;
  font-weight: 300;
}
.qt-new .qt-text-slick .qt-title {
  font-size: 30px;
  color: #4d4d4d;
  margin: 0 0 5px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.34em;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.qt-new .qt-text-slick .qt-title a {
  font-size: inherit;
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: 0.2s all;
}
.qt-new .qt-text-slick .qt-title a:hover {
  border-bottom: 1px solid #aaa;
}

.qt-new .qt-text-slick .qt-sub {
  color: #7f7f7f;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qt-new .qt-text-slick .qt-sub a {
  color: inherit;
  font-size: inherit;
}
.qt-new .qt-text-slick .qt-sub a:hover {
  border-bottom: 1px solid #aaa;
}
.qt-new .qt-text-slick .article {
  color: #393939;
  width: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 1.2em;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qt-new .qt-text-slick .article a {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: 0.2s all;
}
.qt-new .qt-text-slick .article a:hover {
  border-bottom: 1px solid #aaa;
}
.qt-new .qt-text-slick .article:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #6e6e6e;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -2px;
}

.today-qt {
  text-align: center;
}
.today-qt .w100 {
  background: url(../img/today-qt-bg.png) 100% 100% no-repeat;
  padding: 30px 0 60px;
}
.today-qt .date {
  font-size: 18px;
  color: #fff;
  background: #6e6e6e;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 20px;
}
.today-qt .date em {
  font-size: 14px;
  color: #f0f0f0;
  margin-right: 10px;
  font-weight: 300;
  letter-spacing: -1px;
}
.today-qt h2 {
  font-size: 30px;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 20px;
  display: inline;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid transparent;
  transition: 0.2s all;
  line-height: 1.4em;
  cursor: pointer;
}
.today-qt h2:hover {
  border-bottom: 1px solid #aaa;
}
.today-qt .bible {
  font-size: 20px;
  color: #7f7f7f;
  font-weight: 400;
  display: block;
  padding-top: 15px;
}

.interview .w100 {
  background: #fff;
  padding: 0 17.156px 40px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}
.interview dl {
  width: 31.3333%;
  float: left;
  text-align: center;
}
.interview dl:last-of-type {
  margin-right: 0;
}
.interview dl dt {
  width: 95%;
  height: 180px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}
.interview dl dt span {
  display: block;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: 50% 0;
  transform: scale(1);
  transition: 0.2s all;
  cursor: pointer;
}
.interview dl:hover dt span {
  transform: scale(1.05);
}
.interview dl dt span.brand-logo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 100px;
  height: 25.5px;
  background: url(/duranno/img/brand-logo.png) 0 0 no-repeat;
  background-size: 100%;
  opacity: 1;
}
.interview dl dt span.brand-logo.no1:after {
  background-position: 0 0;
}
.interview dl dt span.brand-logo.no2:after {
  background-position: 0 -25.5px;
}
.interview dl dt span.brand-logo.no3:after {
  background-position: 0 -51px;
}

.interview dl dd {
  text-align: center;
  word-break: keep-all;
  width: 95%;
  margin: 0 auto;
}
.interview dl .name {
  font-size: 22px;
  font-weight: 500;
  margin-top: 16px;
  color: #393939;
  cursor: pointer;
}
.interview dl .name:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #555;
  margin: 15px auto;
}
.interview dl .text {
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
.interview dl.slide-more {
  display: none;
}

/* sub : interview ???���� ?????????? */
.sub h2 {
  padding-top: 60px;
  margin-bottom: 60px;
}
.sub.content div.more-btn {
  width: 100%;
  text-align: center;
  padding: 50px 15px;
  box-sizing: border-box;
}
.sub.content div.more-btn button {
  width: 150px;
  font-size: 18px;
  padding: 10px 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  transition: 0.2s all;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.sub.content div.more-btn button:hover {
  background: #414141;
}
.sub.content div.more-btn button:focus {
  background: #414141;
  box-shadow: none;
}
.sub .interview .w100 {
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}
.sub .interview dl {
  width: 32%;
  background: #fff;
  margin-right: 2%;
  box-sizing: border-box;
  margin-bottom: 3.5%;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  background: #fff;
  position: relative;
  overflow: hidden;
}
.sub .interview dl:nth-of-type(3n) {
  margin-right: 0;
}
.sub .interview dl dd {
  width: 90%;
  position: relative;
}
.sub .interview dl dd span {
  font-size: 1em;
}
.sub .interview dl dd.addtext {
  position: absolute;
  top: -500px;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  box-sizing: border-box;
  z-index: 10;
  text-align: left;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  transition: 0.2s all;
  line-height: 1.4em;
}
.sub .interview dl dd.addtext.on {
  top: 0;
}
.sub .interview dl dt {
  width: 100%;
  border: 0;
  position: relative;
  cursor: pointer;
}
.sub .interview dl dt em {
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 300;
  padding: 3px 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline;
  z-index: 9;
  cursor: pointer;
  border-radius: 3px;
}
.sub .interview dl .text {
  height: 60px;
  margin-bottom: 25px;
  overflow: hidden;
}
.sub .interview-more {
  position: absolute;
  top: 3px;
  right: 0;
  display: block;
  cursor: pointer;
  background: url(/duranno/img/interview-more.svg) 0 0 no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
.sub .interview-more.on {
  background: url(/duranno/img/interview-more-on.svg) 0 0 no-repeat;
  background-size: 24px;
}

/* bestbooks ����????????? ???�ο� ????????? */
.bestbooks.interview dl dt {
  overflow: auto;
  position: static;
  height: auto;
}
.bestbooks.interview dl dt img {
  width: 99%;
  display: block;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.bestbooks .rangking {
  width: 40px;
  height: 55px;
  background: url(../img/rangking.png) 0 0 no-repeat;
  background-size: 80px;
  position: absolute;
  top: 0;
  left: 14px;
}
.bestbooks .rangking strong {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  padding-top: 10px;
  letter-spacing: -3.5px;
  text-indent: -3px;
}
.bestbooks .rangking span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-top: 10px;
  width: auto;
}
.bestbooks dl:nth-of-type(1) .rangking {
  background-position: -40px 0px;
}
.bestbooks.interview dl:hover dt span {
  transform: scale(1);
}
.bestbooks.interview dl .name {
  margin-top: 25px;
}
.sub .interview.bestbooks dl {
  background: transparent;
  box-shadow: none;
}
.sub .bestbooks.interview dl dd span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.books {
  position: relative;
  z-index: 2;
}
.books .w100 {
  /*width: 75%;*/
  margin: 0 auto;
}
.books h2 {
  padding-top: 60px;
  margin-bottom: 50px;
}
.books .qt-slick:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  background: #b3b3b3;
  padding: 0 25px;
  margin-left: -25px;
  margin-top: -5px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
/*.books .btn button{width: 95px;}*/

/* .bc{overflow: hidden; background: transparent; padding-bottom: 65px; position: relative; z-index: 1; margin-top: -300px}
.bc:before{content: ""; display: block; width: 100%; height: 300px;}
.bc h2{padding-top: 75px; margin-bottom: 60px;}
.bc .slick-list{overflow: visible; padding-right:100px; box-sizing: border-box;}
.bc dl:nth-of-type(even){margin-top: 100px}
.bc dl:nth-of-type(odd){margin-top: 30px}
.bc dl:nth-of-type(4n){margin-top: 70px}
.bc dl dt{width: 250px; box-shadow: 1px 1px 10px rgba(0,0,0,0.12); overflow: hidden;}
.bc dl dt img{width: 100%; transform: scale(1); transition:0.2s all;}
.bc dl:hover dt img{transform:scale(1.1);}
.bc dl dd{width: 250px; background: #fff; text-align: center; padding: 25px; box-sizing: border-box; box-shadow: 1px 1px 10px rgba(0,0,0,0.12)}
.bc dl dd h3{font-size: 18px; text-align: center; color: #333; font-weight: 300; padding-bottom: 10px;}
.bc dl dd span{font-weight: 500; font-size: 20px; color: #383838; display: block; text-align: left;} */

.bc .slick-prev.slick-disabled:before,
.bc .slick-next.slick-disabled:before {
  opacity: 0;
}
.bc .slick-prev,
.bc .slick-next {
  width: 85px;
  height: 85px;
  margin-top: -42.5px;
}
.bc .slick-prev:before {
  background-image: url(../img/core/slick-arrow2.png);
  background-size: 85px;
  width: 85px;
  height: 85px;
  background-position: 0 -85px;
  border-radius: 50%;
}
.bc .slick-next:before {
  background-image: url(../img/core/slick-arrow2.png);
  background-size: 85px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.bc .slick-prev:before,
.bc .slick-next:before {
  opacity: 1;
}

.gradient {
  background: #fff;
  margin-top: -30px;
  position: relative;
  z-index: 0;
}

.semi-ad {
  padding: 35px 0;
}
.semi-ad .box {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}
.semi-ad dl {
  width: 50%;
  float: left;
  height: 90px;
  display: table;
  cursor: pointer;
}
.semi-ad dl dt {
  display: block;
  padding-left: 40px;
  float: left;
}
.semi-ad dl.st2 dt,
.semi-ad dl.st4 dt {
  padding-left: 50px;
}
.semi-ad dl dt .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-top: 10px;
  background: url(../img/ab-icon.svg) no-repeat;
  background-size: 350px;
}
.semi-ad dl dd {
  display: block;
  float: left;
  width: 340px;
  margin-top: 17px;
  margin-left: 25px;
}
.semi-ad dl dd span {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.semi-ad dl.st2 dd span,
.semi-ad dl.st4 dd span {
  opacity: 0.85;
}
.semi-ad dl dd strong {
  font-size: 26px;
  font-weight: 500;
  color: #7f2323;
  display: block;
  letter-spacing: -1.5px;
  line-height: 1.4em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.semi-ad dl.st2 dd strong,
.semi-ad dl.st4 dd strong {
  color: #fff885;
}

.semi-ad dl.st1 {
  background: url(../img/ab-bg1.svg) 50% 50% no-repeat;
  background-size: cover;
}
.semi-ad dl.st2 {
  background: url(../img/ab-bg2.svg) 50% 50% no-repeat;
  background-size: cover;
}
.semi-ad dl.st3 {
  background: url(../img/ab-bg3.svg) 50% 50% no-repeat;
  background-size: cover;
}
.semi-ad dl.st4 {
  background: url(../img/ab-bg4.svg) 50% 50% no-repeat;
  background-size: cover;
}

.semi-ad dl dt .icon.mall {
  background-position: 0 0;
}
.semi-ad dl dt .icon.idcard {
  background-position: -70px 0;
}
.semi-ad dl dt .icon.mic {
  background-position: -140px 0;
}
.semi-ad dl dt .icon.gift {
  background-position: -210px 0;
}
.semi-ad dl dt .icon.book {
  background-position: -280px 0;
}
.semi-ad .tab-ad {
  display: none;
}

.author .w100 {
  background: #fff;
  padding: 0 25px 25px;
  box-sizing: border-box;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}
.author h2 {
  padding-left: 0;
  padding-right: 0;
}
.author dl {
  float: left;
  width: 49%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.author dl:nth-child(odd) {
  margin-right: 2%;
}
.author dl dt img {
  width: 100%;
}

.author dl dd {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  box-sizing: border-box;
  transition: 0.2s all;
  top: 100%;
  margin-top: -64px;
}
.author dl.on dd {
  top: 0;
  margin-top: 0;
}
.author dl.on dd h3 {
  padding: 30px 0 10px;
}

.author dl dd h3 {
  padding: 17px 0;
  box-sizing: border-box;
}
.author dl dd h3 strong {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2em;
  vertical-align: middle;
}
.author dl dd h3 span {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  padding-right: 10px;
  line-height: 1.2em;
  vertical-align: middle;
}
.author dl dd h3 i {
  color: #fff;
  padding: 1px 2px 3px 2px;
  border: 1px solid #fff;
  border-radius: 50%;
  float: right;
  display: block;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.5s all;
}
.author dl.on dd h3 i {
  transform: rotate(180deg);
}
.author dl dd em {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
  height: auto;
  overflow-y: auto;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.author dl dd .btn {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
}
.author dl dd .btn button {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  background: transparent;
  font-weight: 300;
  font-size: 14px;
  width: 30%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  width: 122px;
  margin: 0 8px;
  transition: 0.2s all;
}
.author dl dd .btn button:hover {
  color: #333;
  background: #fff;
  font-weight: 400;
}

.author .video {
  display: flex;
  justify-content: space-between;
}
.author .video .inner {
  display: block;
  width: 47%;
  height: 100%;
  padding-bottom: 26.25%;
  margin: 0 auto;
  position: relative;
}
.author .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.app {
  margin-bottom: 50px;
}
.app h2 {
  padding-top: 60px;
  margin-bottom: 50px;
}
.app ul li {
  float: left;
  text-align: center;
  width: 12.5%;
}
.app ul li em {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../img/app.png) no-repeat;
  margin: 0 auto;
}
.app ul li em.no2 {
  background-position: -90px 0;
}
.app ul li em.no3 {
  background-position: -180px 0;
}
.app ul li em.no4 {
  background-position: -270px 0;
}
.app ul li em.no5 {
  background-position: -360px 0;
}
.app ul li em.no6 {
  background-position: -450px 0;
}
.app ul li em.no7 {
  background-position: -540px 0;
}
.app ul li em.no8 {
  background-position: -630px 0;
}
.app ul li span {
  font-size: 15px;
  color: #686868;
  display: inline-block;
  padding: 10px 0;
}

.gift .w100 {
  background: #fff;
  padding-bottom: 50px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.12);
}
.gift .w100 img {
  width: 95%;
  margin-right: 20px;
  border-radius: 15px;
  transition: 0.2s all;
  transform: scale(1);
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.gift .w100 img:hover {
  transform: scale(1.02);
}
.gift .gift-slick {
  width: 85%;
  margin: 0 auto;
}
.gift .slick-list {
  padding-right: 100px;
  box-sizing: border-box;
}
.gift .slick-prev {
  left: -50px;
}
.gift .slick-next {
  right: -50px;
}

.semi-text {
  background: url(../img/semi-text-bg.png) 60px 225px no-repeat;
  text-align: right;
  padding: 60px 0;
}
.semi-text h2 {
  margin-bottom: 30px;
}
.semi-text .semi-slick {
  width: 80%;
  display: inline-block;
}
.semi-text .semi-slick .slick-dots {
  bottom: -30px;
  text-align: right;
  padding-right: 96px;
  padding-top: 30px;
  box-sizing: border-box;
}
.semi-text p {
  display: inline-block;
  margin: 20px 100px;
}
.semi-text p em {
  font-size: 18px;
  color: #888;
  text-align: center;
  line-height: 1.7em;
  word-break: keep-all;
}
.semi-text p em:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/semi-text-quote.png) no-repeat 0 0;
  position: relative;
  top: -20px;
  left: -10px;
}
.semi-text p em:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/semi-text-quote.png) no-repeat 0 -20px;
  position: relative;
  bottom: -20px;
  right: -10px;
}
.semi-text p span {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 16px;
  color: #888;
  padding-top: 25px;
  cursor: pointer;
}

.result {
  background: #fff;
}
.result .last-child {
  margin-bottom: 100px;
}
.result .search-word {
  color: #4189c2 !important;
  display: inline-block;
  font-size: inherit;
}
.result .content {
  background: #fff;
}
.result .word-area {
  text-align: center;
  padding: 50px 0;
}
.result .word-area strong {
  color: #4189c2;
  font-weight: 500;
  font-size: 16px;
}
.result .word-area span {
  color: #555;
  font-size: 16px;
}
.result .btn-area {
  width: 100%;
  max-width: 990px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.result .btn-area button:first-child {
  border-left: 1px solid #e1e1e1;
}
.result .btn-area button {
  width: 16.6666%;
  float: left;
  display: block;
  background: #f7f7f7;
  font-size: 16px;
  color: #555;
  font-size: 16px;
  padding: 10px 0;
  border: 1px solid #e1e1e1;
  border-left: 0;
  box-sizing: border-box;
}
.result .btn-area button.on {
  background: #fff;
  font-weight: 500;
  border: 1px solid #7a7d8a;
  border-bottom: 0;
}
.result .select-area {
  /*padding: 10px 20px 25px;*/
  padding-bottom: 15px;
}
.result .select-area .select-inner {
  border-bottom: 1px solid #e1e1e1;
}
.result .select-area select {
  display: inline-block;
  border: 0;
  padding: 0;
  width: auto;
  padding-right: 30px;
  font-size: 14px;
  color: #555;
  background: url(/duranno/img/search-select.svg) 100% 50% no-repeat;
}
.result .select-area .re-search {
  float: right;
  border: 1px solid #aaa;
  width: 200px;
}
.result .select-area .re-search input {
  height: 30px;
  line-height: 30px;
  width: 150px;
  border: 0;
}
.result .select-area .re-search button {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: transparent;
  padding-right: 5px;
  padding-top: 5px;
  float: right;
  box-sizing: content-box;
}
.result .select-area .re-search button .i-search {
  width: 16px;
  height: 17px;
  background: url(/duranno/img/search-icons.svg) 0 -66px no-repeat;
  display: inline-block;
}

.result input::-moz-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
  letter-spacing: -1px;
}
.result input::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
  letter-spacing: -1px;
}
.result input ::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
  font-size: 14px;
  letter-spacing: -1px;
}

.result .link-area {
  padding: 0 20px 25px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.result .link-area dl {
  width: 49%;
  margin-right: 2%;
  float: left;
  border: 1px solid #e1e1e1;
  background: #fffdf5;
  box-sizing: border-box;
  margin-bottom: 2%;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.result .link-area dl:nth-child(even) {
  margin-right: 0;
}
.result .link-area dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  width: 120px;
  height: 120px;
  border-radius: 5px 0 0 5px;
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
}
.result .link-area dl dt .img {
  background-size: 100%;
  background-position: 50% 50%;
  width: 70%;
  height: 70%;
  display: block;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 0 auto;
}
.result .link-area dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.result .link-area dl dd span {
  display: block;
  font-size: 12px;
  color: #555;
  line-height: 1.5em;
}

.result .link-area dl dd span.dd-title {
  font-size: 14px;
  line-height: 1.7em;
  font-weight: 500;
}
.result .link-area dl dd a {
  font-size: 12px;
  color: #aaa;
}

.result .result-area {
  padding: 0 20px;
}
.result .result-area dl {
  display: table;
  width: 100%;
  margin-bottom: 25px;
  cursor: pointer;
}
.result .result-area dl dt {
  display: table-cell;
  vertical-align: top;
  width: 140px;
}
.result .result-area dl dt p {
  width: 120px;
  display: block;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  position: relative;
}
.result .result-area dl dt img {
  width: 100%;
}

.result .result-area dl.ebook dt p:after {
  content: "";
  display: block;
  width: 75px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/duranno/img/search-event-icons.svg) 0 -355px no-repeat;
}
.result .result-area dl.movie dt p:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}
.result .result-area dl.movie dt p:before {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/duranno/img/search-event-icons.svg) 0 -300px no-repeat;
  margin-left: -27.5px;
  margin-top: -27.5px;
  z-index: 1;
}

.result .result-area dl dd {
  display: table-cell;
  vertical-align: top;
}
.result .result-area dl dd span {
  display: block;
  padding-bottom: 7px;
}
.result .result-area dl dd .dd-title {
  font-size: 13px;
  color: #555;
}
.result .result-area dl dd .dd-text {
  font-size: 16px;
  color: #555;
}
.result .result-area dl dd .dd-date {
  font-size: 13px;
  color: #aaa;
}

.result #header .nav-area .popular {
  display: block;
}

/* 오늘의 명언 이미지가 4:5로 변경되면서 하단 기준으로 재정렬한 코드 -이은이 20250218- start*/
.monthly-view-inner .card-content {
    height: auto !important;
}
.monthly-view-inner .card-content .card {
    display: flex !important;
    align-items: flex-start !important;
}
.monthly-view-inner .card-content .card a span {
    height: auto !important;
}
.monthly-view-inner .card-content .card a h3 {
    margin: 15px 0 !important;
}
/* 오늘의 명언 이미지가 4:5로 변경되면서 하단 기준으로 재정렬한 코드 -이은이 20250218- end*/

/* ?????? ?????? 20201029 */

@media screen and (max-width: 1270px) {
  .qt .sidebanner-r,
  .qt .sidebanner-l {
    left: -100px;
  }
  .qt .sidebanner-l.bottom {
    left: -100px;
  }
  .qt .sidebanner-r {
    right: -100px;
    left: auto;
  }
  .qt .sidebanner-r.bottom {
    right: -100px;
    left: auto;
  }
}
@media screen and (max-width: 1200px) {
  .qt .sidebanner-r,
  .qt .sidebanner-l {
    display: none;
  }
  .semi-ad .tab-ad {
    display: block;
    margin: 20px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  h2 {
   /*  padding-top: 32px !important;
    margin-bottom: 27px !important; */
  }
  h2 .btn {
    position: static;
  }

  .main {
    padding: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
  }
  .main .main-slick .slick-slide {
    transform: scale(0.85);
  }
  .main .main-slick .slick-active {
    transform: scale(1);
  }
  .main .slick-dots {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .main .slick-dots li {
    width: 10px;
    height: 10px;
    vertical-align: middle;
  }
  .main .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .main .slick-dots li button:before {
    width: 10px;
    height: 10px;
    border: 2px solid rgba(237, 237, 237, 1);
  }

  .book-st.main .slick-dots li {
    width: 20px;
    height: 20px;
    vertical-align: baseline;
  }
  .book-st.main .slick-dots {
    bottom: -50px;
  }
  .book-st.main .book-slick:after {
    display: none;
  }
  .book-st.main .book-slick .book-page {
    background: #444;
  }
  .book-st.main .book-slick img {
    align-self: center;
  }
  .book-st.main .book-slick .text {
    font-size: 20px;
  }
  .book-st.main .book-slick .text span {
    max-height: 350px;
  }
  .book-st.main .slick-prev {
    left: 0;
  }
  .book-st.main .slick-next {
    right: 0;
  }
  .book-st.main .bookqt-slick {
    width: 34%;
  }
  .book-st.main .bookqt-page {
    height: 442px;
  }

  .scr-st.main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .scr-st.main .text-area {
    padding-right: 30px;
  }
  .scr-st.main .text-area .title {
    font-size: 22px;
  }
  .scr-st.main .text-area .detail ul li,
  .scr-st.main .text-area .detail .sub {
    font-size: 16px;
  }
  .scr-st.main .text-area .detail .sub em {
    font-size: 16px;
  }
  .scr-st.main .text-area .btn-area {
    margin-top: 20px;
  }
  .scr-st.main .text-area .btn-area button {
    margin-bottom: 10px;
  }

  .qt .inner {
    top: 0;
  }
  .qt-new h2 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .qt-new .slide-inner {
    padding-top: 60px;
  }
  .qt-new .qt-text-slick {
    margin-top: 0;
  }
  .qt-new .qt-text-slick .qt-title {
    font-size: 26px;
  }
  .qt-new .qt-text-slick .slick-prev,
  .qt-new .qt-text-slick .slick-next {
    display: none !important;
  }

  .today-qt h2 {
    font-size: 26px;
  }
  .today-qt .w100 {
    padding: 32px 15px 32px;
  }

  .sub .interview .w100 {
    padding: 0 15px 25px 15px;
  }
  .sub .interview dl {
    width: 49%;
    margin-bottom: 30px;
  }
  .sub .interview dl {
    margin-right: 0 !important;
  }
  .sub .interview dl:nth-of-type(even) {
    margin-left: 2%;
  }
  .sub .interview dl .text {
    margin-right: auto;
    margin-left: auto;
    height: 47px;
  }
  .sub .interview dl .name {
    margin-right: auto;
    margin-left: auto;
  }

  .books {
    margin-bottom: 50px;
  }
  .books .w100 {
    width: 95%;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .bc .slick-list {
    overflow: hidden;
  }
  .bc .w100 {
    box-sizing: border-box;
  }
  .bc dl dt {
    width: 80%;
    margin: 0 auto;
  }
  .bc dl dd {
    width: 80%;
    margin: 0 auto;
  }
  .bc .slick-next {
    right: 10px;
  }
  .bc .slick-prev {
    left: 10px;
  }

  .semi-ad dl {
    width: 100%;
    height: 70px;
  }
  .semi-ad dl dt {
    padding: 0;
    height: 70px;
    width: 20%;
    text-align: right;
  }
  .semi-ad dl dt .icon {
    margin-top: 0;
  }
  .semi-ad dl dd {
    width: 80%;
    text-align: center;
    margin: 0;
    padding: 17px;
    box-sizing: border-box;
  }
  .semi-ad dl dd span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
  }
  .semi-ad dl dd strong {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
  }

  .semi-ad dl.st2 dt,
  .semi-ad dl.st4 dt {
    float: right;
    padding: 0;
    text-align: left;
  }

  .semi-ad dl.st2 dd,
  .semi-ad dl.st4 dd {
    text-align: center;
  }

  .author dl dd em {
    margin-top: 10px;
    height: 130px;
  }
  .author dl.on dd h3 {
    padding: 20px 0 10px;
  }
  .author dl dd h3 i {
    margin-right: 10px;
  }

  .author_s dl {
    margin-right: 0 !important;
    width: 49%;
    margin-bottom: 30px;
  }
  .author_s dl:nth-of-type(3n) {
    margin-right: 0;
  }
  .author_s dl:nth-of-type(2n) {
    margin-left: 2%;
  }
  .author_s dl dd em {
    height: 130px;
  }

  .app ul li em {
    width: 60px;
    height: 60px;
    background-size: 480px;
  }
  .app ul li em.no2 {
    background-position: -60px 0;
  }
  .app ul li em.no3 {
    background-position: -120px 0;
  }
  .app ul li em.no4 {
    background-position: -180px 0;
  }
  .app ul li em.no5 {
    background-position: -240px 0;
  }
  .app ul li em.no6 {
    background-position: -300px 0;
  }
  .app ul li em.no7 {
    background-position: -360px 0;
  }
  .app ul li em.no8 {
    background-position: -420px 0;
  }

  .semi-text {
    background-position: 50px 50%;
    text-align: center;
  }
  .semi-text p {
    width: 80%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
  }

  .detail .box .btn {
    width: 47%;
  }
  .detail .box .sns {
    width: 53%;
  }

  .result .btn-area {
    padding: 0 20px;
  }
  .result .select-area {
    padding: 0 20px 15px;
  }
}

@media screen and (max-width: 649px) {
  h2 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
  }
  h2 span {
    font-size: 16px;
    padding-left: 10px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
  }
  h2 button {
    position: static;
    font-size: 13px;
    font-weight: 300;
    margin-top: 6px;
    display: inline-block;
  }

  .qt .inner {
    padding-right: 0;
    background: #fff;
    padding-top: 0;
    padding-left: 15px;
  }
  .qt h2 {
    padding-left: 0;
  }
  .qt h2 button.web {
    display: none;
  }
  .qt h2 button.mob {
    display: block;
    position: absolute;
    right: 15px;
    bottom: 10px;
  }
  .qt-slick {
    width: 100%;
  }
  .qt-slick .slick-list {
    padding-right: 100px;
    box-sizing: border-box;
  }
  .qt-slick dl {
    margin: 0;
    margin-right: 15px;
  }
  .qt-slick dl dt {
    height: 357px;
  }
  .qt-slick dl dd {
    opacity: 1;
    background: transparent;
    top: auto;
    bottom: 0;
    display: block;
    height: auto !important;
    position: static;
    text-align: center;
    padding-top: 15px;
  }
  .qt-slick dl dd span {
    color: #333;
    font-weight: 300;
    font-size: 15px;
    display: inline-block;
    padding: 0;
  }

  .qt-new h2 {
    padding-top: 32px !important;
    margin-bottom: 0 !important;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .qt-new .qt-text-slick h2 {
    font-size: 20px;
    padding-top: 0px !important;
  }
  .qt-new .inner {
    padding-left: 0;
    padding-bottom: 5px;
    background: transparent;
    margin-top: 50px;
  }
  .qt-new .slide-inner .slick-prev,
  .qt-new .slide-inner .slick-next {
    display: none !important; /*width: 28%; top: 46%;*/
  }
  .qt-new .slide-inner .qt-new-slick p img {
    padding-bottom: 20px;
  }
  .qt-new .slick-dots {
    bottom: 0;
  }
  .qt-new .qt-text-slick {
    padding: 0 15px;
    box-sizing: border-box;
    background-size: 150px;
    background-position: 95% 100%;
  }
  .qt-new .qt-text-slick .line-box {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
    height: 28px;
  }
  .qt-new .qt-text-slick .qt-title {
    font-size: 20px;
  }
  .qt-new .qt-text-slick .qt-sub {
    font-size: 15px;
  }
  .qt-new .qt-text-slick .article {
    font-size: 15px;
  }

  .book-st.main {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background: #fdf8ed;
  }
  .book-st.main .flex {
    display: block;
  }
  .book-st.main .book-slick {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  .book-st.main .book-slick .text {
    display: none;
  }
  .book-st.main .book-slick img {
    width: 90%;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  }
  .book-st.main .book-slick .book-page {
    display: block;
    opacity: 1 !important;
    left: 0 !important;
    background: transparent;
  }
  .book-st.main .book-slick .slick-list {
    box-shadow: none;
  }
  .book-st.main .book-slick .slick-slider {
    margin-bottom: 40px;
  }
  .book-st.main .slick-dots {
    bottom: -46px;
    left: 0;
  }

  .book-st.main .bookqt-slick {
    width: 100%;
    background: #dfe8eb;
    margin-bottom: 0;
    padding: 40px 15px;
  }
  .book-st.main .slick-prev {
    left: 10%;
    top: 36%;
  }
  .book-st.main .slick-next {
    right: 10%;
    top: 36%;
  }
  .book-st.main .bookqt-page {
    height: 360px;
  }
  .book-st.main .bookqt-page dl {
    margin-top: 20px;
  }
  .book-st.main .bookqt-page dl dd.btn-area {
    margin-top: 20px;
  }
  .book-st.main .bookqt-page img {
    width: 135px;
  }

  .scr-st.main {
    padding-bottom: 0;
  }
  .scr-st.main .flex {
    justify-content: space-between;
  }
  .scr-st.main .scr-area {
    padding-top: 80px;
    padding-top: 30px;
    width: 40%;
    padding-right: 5px;
  }
  .scr-st.main .scr-area .img-wrap {
    width: 100%;
    margin-right: 0;
  }
  .scr-st.main .scr-area .img-wrap:nth-child(1),
  .scr-st.main .scr-area .img-wrap:nth-child(2) {
    padding-top: 0;
  }
  .scr-st.main .text-area {
    width: 50%;
    padding-right: 20px;
    padding-top: 30px;
  }

  .today-qt h2 {
    font-size: 20px;
  }
  .today-qt .date {
    font-size: 15px;
  }
  .today-qt .bible {
    font-size: 15px;
  }

  .interview .w100 {
    padding: 0 0 25px 15px;
  }
  .interview h2 {
    padding-left: 0;
  }
  .interview .slick-list {
    padding-right: 100px;
    box-sizing: border-box;
  }
  .interview .slick-slider {
    margin-bottom: 0;
  }

  .interview dl {
    width: 100%;
  }
  .interview dl:first-of-type {
    padding-top: 0;
    border-top: 0px;
    margin-top: 0;
  }
  .interview dl .name {
    font-size: 18px;
  }
  .interview dl .text {
    font-size: 15px;
  }
  .interview dl dt {
    height: 170px;
    margin: 0;
  }
  .interview dl dd {
    margin: 0;
  }
  .interview dl dt span {
    height: 170px;
  }
  .interview dl.slide-more {
    display: block;
    background: linear-gradient(to right, #ededed 0%, #fff 100%);
  }
  .interview dl.slide-more dt {
    display: block;
    background: #ededed;
    width: 100px !important;
    border: 0;
    padding-top: 60px;
    box-sizing: border-box;
    text-align: center;
    color: #686868;
    font-size: 14px;
  }
  .interview dl.slide-more dt .svg {
    display: block;
    margin: 5px auto 0;
  }

  .sub .interview dl {
    width: 100%;
    margin-right: 0 !important;
  }
  .sub .interview dl:nth-of-type(even) {
    margin-left: 0%;
  }
  .sub .interview dl dt {
    height: 200px;
  }
  .sub .interview dl dt span {
    height: 200px;
  }

  .sub .interview.bestbooks dl {
    width: 49%;
  }
  .sub .interview dl:nth-of-type(even) {
    margin-left: 2% !important;
  }
  .sub .interview.bestbooks dl dt {
    height: auto;
  }

  .books .w100 {
    width: 100%;
    padding: 0;
    padding-left: 15px;
  }
  .books .qt-slick:after {
    display: none;
  }
  .books .qt-slick dl dd span em {
    display: none;
  }
  .books .slick-list {
    width: 100%;
  }

  .bc {
    padding-bottom: 30px;
  }
  .bc dl {
    margin-top: 0 !important;
  }
  .bc dl dt {
    width: 90%;
    margin: 0;
  }
  .bc dl dd {
    width: 90%;
    padding: 25px 10px;
    margin: 0;
  }
  .bc dl dd h3 {
    font-size: 15px;
  }
  .bc dl dd span {
    font-size: 16px;
    text-align: center;
  }
  .bc .slick-slider {
    margin-bottom: 0;
    padding-left: 15px;
  }
  .bc .slick-list {
    padding-right: 100px;
  }

  .author .btn {
    text-align: center;
  }
  .author dl {
    width: 100%;
  }
  .author dl:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .author dl dd .btn button {
    padding: 0;
    width: 110px;
  }
  .author dl dd em {
    height: 70px;
  }
  .author dl dd h3 span {
    font-size: 15px;
  }
  .author dl dd h3 strong {
    font-size: 18px;
    line-height: 1.7em;
  }
  .books .btn button,
  .author .btn button {
    font-size: 13px;
    height: auto;
    line-height: 1.5em;
    padding: 5px 10px;
  }

  .author_s dl {
    width: 100%;
    margin-right: 0 !important;
  }
  .author_s dl dd em {
    height: 100px;
  }
  .author_s dl:nth-of-type(2n) {
    margin-left: 0;
  }

  .author .video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .author .video .inner {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
  }
  .author .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .semi-ad dl dt {
    width: 30%;
  }
  .semi-ad dl dd {
    padding: 10px;
    width: 70%;
  }
  .semi-ad dl dd span {
    display: block;
    font-size: 15px;
  }
  .semi-ad dl dd strong {
    display: block;
    font-size: 20px;
  }
  .semi-ad dl dt .icon {
    width: 60px;
    height: 60px;
    background-size: 300px;
    margin-top: 5px;
  }

  .semi-ad dl dt .icon.mall {
    background-position: 0 0;
  }
  .semi-ad dl dt .icon.idcard {
    background-position: -60px 0;
  }
  .semi-ad dl dt .icon.mic {
    background-position: -120px 0;
  }
  .semi-ad dl dt .icon.gift {
    background-position: -180px 0;
  }
  .semi-ad dl dt .icon.book {
    background-position: -240px 0;
  }

  /* ???? ?????? ??? ����*/
  .semi-text-s .box {
    margin-bottom: 15px;
  }
  .semi-text-s .box .book {
    display: none;
  }
  .semi-text-s .box.left-st .sentence dl {
    margin-right: 0;
    border-radius: 5px;
    padding: 20px;
  }
  .semi-text-s .box.left-st .sentence dl:after {
    display: none;
  }
  .semi-text-s .box.right-st .sentence dl {
    margin-left: 0;
    border-radius: 5px;
  }
  .semi-text-s .box.right-st .sentence dl:after {
    display: none;
  }
  .semi-text-s .box .sentence dd,
  .semi-text-s .box .sentence dt {
    font-size: 15px;
  }
  .app ul li {
    width: 25%;
  }
  .gift .w100 {
    padding-bottom: 25px;
  }
  .gift .gift-slick {
    width: 95%;
    margin: 0;
    margin-left: 5%;
  }
  .app {
    margin-bottom: 32px;
  }
  .app ul li span {
    font-size: 13px;
    color: #888;
  }
  .app ul {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .semi-text {
    background: transparent;
    padding: 32px 0;
  }
  .semi-text .semi-slick {
    width: 100%;
  }
  .semi-text p {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 40px 20px;
    font-size: 16px;
    text-align: center;
    margin: 0;
  }
  .semi-text p span {
    font-size: 13px;
  }
  .semi-text p em {
    font-size: 15px;
  }
  .semi-text .semi-slick .slick-dots {
    text-align: center;
    padding-right: 0;
  }

  /* �������� sharing */
  .sharing .sns ul li {
    width: 40px;
    height: 40px;
    background-size: 40px;
    margin: 0 7px;
  }
  .sharing .sns ul li.fb {
    background-position: 0px 0px;
  }
  .sharing .sns ul li.tw {
    background-position: 0px -40px;
  }
  .sharing .sns ul li.ins {
    background-position: 0px -80px;
  }
  .sharing .sns ul li.ka {
    background-position: 0px -120px;
  }
  .sharing .sns ul li.link {
    background-position: 0px -160px;
  }

  /* ����????????? */
  .best .book-wrap {
    padding: 30px;
  }
  .best .book-wrap dl {
    line-height: 1.8em;
    padding-top: 30px;
  }
  .best .book-wrap dl dt {
    font-size: 18px;
  }
  .best .book-wrap dl dd {
    font-size: 15px;
    font-weight: 400;
  }
  .best .book-wrap dl dd.sub {
    font-size: 15px;
  }
  .best .book-wrap .rangking {
    background-size: 30px;
    width: 30px;
    height: 43px;
  }
  .best .book-wrap:nth-of-type(1) .rangking {
    background-position: 0 -44px;
  }
  .best .book-wrap .rangking strong {
    font-size: 18px;
    padding-top: 5px;
  }
  .best .book-wrap .rangking span {
    font-size: 13px;
    padding-top: 5px;
  }
  .bestbooks .rangking {
    background-size: 30px;
    width: 35px;
    height: 48px;
    background-size: 70px;
    left: 10px;
  }
  .bestbooks dl:nth-of-type(1) .rangking {
    background-position: -35px 0;
  }
  .bestbooks .rangking strong {
    font-size: 18px;
    padding-top: 8px;
  }
  .bestbooks .rangking span {
    font-size: 13px;
    padding-top: 5px;
  }
  .sub .bestbooks.interview dl .text {
    display: none;
  }
  .bestbooks.interview dl .name {
    margin-top: 15px;
  }
  .bestbooks.interview dl .name:after {
    display: none;
  }
  .sub .bestbooks.interview dl dd span {
    font-size: 16px;
    overflow: visible;
    white-space: normal;
    height: 48px;
  }

  /* ???�γ�??? ???? */
  .newbooks .monthly h4 {
    top: 80px;
  }
  .newbooks .monthly h4 span {
    font-size: 16px;
  }
  .newbooks .monthly ul {
    padding: 0 15px 0px;
  }
  .newbooks .monthly ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .newbooks .monthly ul li img {
    padding-top: 3.5%;
  }
  .newbooks .circle .select-area {
    width: 57px;
    height: 48px;
  }
  .newbooks .circle select {
    font-size: 15px;
    margin-top: 30px;
  }
  .newbooks .circle i {
    margin-top: 30px;
  }
  .newbooks .circle h3 {
    font-size: 15px;
  }

  /* ???????????? */
  .detail .box {
    display: block;
    position: relative;
    padding: 30px 15px 0;
  }
  .detail .box h1 {
    font-size: 20px;
  }
  .detail .box .sub {
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .detail .box ul li {
    font-size: 15px;
  }
  .detail .box .btn-area {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
  }
  .detail .box .btn-area .btn {
    width: 80%;
    margin: 0 auto;
    float: none;
    padding: 30px 10% 0;
    border-top: 1px solid #e1e1e1;
  }
  .detail .box .btn-area .sns {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 30px;
  }
  .detail .box .btn-area .sns li {
    display: inline-block;
    float: none;
  }
  .detail .box ul.author {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .detail .context {
    margin: 30px 0 80px;
    padding: 50px 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8em;
  }

  /*?????????????*/
  .search-result .list {
    padding: 15px 5px;
  }
  .search-result .list dl {
    width: 50%;
    padding: 15px;
  }

  /*�оߺ���???*/
  .part button {
    width: 25%;
    height: 70px;
  }
  .part .filter button {
    height: 40px !important;
  }

  /*???????���*/
  .result .btn-area {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
  }
  /*.result .select-area{padding: 10px 15px 20px;}*/
  .result .link-area {
    padding: 0 15px 20px;
  }
  .result .result-area {
    padding: 0 15px;
  }
  .result .result-area dl dt {
    width: 116px;
  }
  .result .result-area dl dt p {
    width: 96px;
  }
  .result .btn-inner {
    width: 650px;
    padding-right: 20px;
  }
  .result .link-area {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .result .link-area dl {
    width: 280px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .result .link-area dl:nth-child(even) {
    margin-right: 20px;
  }
  .result .link-area dl dt {
    width: 96px;
    height: 96px;
  }
  /*.result .select-area .re-search{width: 130px;}*/
  .result .select-area .re-search input {
    width: 100px;
    padding-right: 0;
  }
  .result .result-area dl dd .dd-text {
    font-size: 14px;
  }
  .result .btn-area button {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px) {
  /* �������� sharing */
  .sharing .book .calendar .svg {
    width: 130px;
    height: 130px;
  }
}
