@charset "UTF-8";

/* 로그인 */
select.form-control {
  -webkit-appearance: none;
  background: #fff url("../images/ico_arrow_down.svg") no-repeat calc(100% - 8px) center;
}

.btn-kakao {
  background-color: #fae300;
  color: #333;
}

.box_container {
  margin: 48px auto 0;
  padding: 40px 60px 42px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}
.box_container .box_title {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: bold;
  color: #1b2a46;
  text-align: center;
}
.box_container .utils {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #a7a7a7;
}
.box_container .utils .util_link .divi {
  margin: 0 8px;
  font-size: 12px;
}
.box_container .bottom_link {
  margin-top: 44px;
  padding-top: 27px;
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  text-align: center;
}
.box_container .bottom_link .txt {
  margin-right: 12px;
  color: #000;
}
.box_container .bottom_link a {
  color: #376dd5;
  text-decoration: underline;
}
.box_container .bottom_link a + a {
  margin-left: 10px;
}
.box_container .bottom_link .links {
  margin-top: 10px;
}
.box_container .form-group .control-step > span {
  display: inline-block;
  min-width: 36px;
  border-top: 2px solid;
  text-align: center;
}
.box_container .form-group .control-step .level01 {
  border-color: #448342;
  color: #448342;
}
.box_container .form-group .control-step .level02 {
  border-color: #de4d38;
  color: #de4d38;
}
.box_container .form-group .btn_cancel {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 24px;
  background-color: transparent;
  border: 0;
}
.box_container .form-group .button-auth {
  position: absolute;
  top: 45px;
  right: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  padding: 5px 8px;
  background: #fff;
  font-size: 12px;
}
.box_container .form-group .auth_timer {
  position: absolute;
  top: 49px;
  right: 80px;
  color: #1d4289;
  font-size: 14px;
}

.box_container .btn_secret {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 24px;
  background-color: transparent;
  border: 0;
  text-indent: -9999em;
  background: url("../images/ico_eye-closed.svg") no-repeat 0 0;
}
.box_container .btn_secret.open {
  background-image: url("../images/ico_eye-open.svg");
}
.box_container .notice {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #7c7c7c;
}
.box_container .notice > a {
  text-decoration: underline;
}

.login_wrap .form-group {
  margin-bottom: 31px;
}

/* 프로필 */
.box_container + .box_container {
  margin-top: 40px;
}
.box_container.box_sm .box_title {
  font-size: 24px;
}
.box_container.box_sm .form-group {
  margin-bottom: 32px;
}
.box_container.box_sm .form-group + .btn {
  margin-top: 40px;
}
.box_container.view {
  background-color: #f9f9f9;
  box-shadow: none;
}
.box_container .form_notice {
  margin-top: -16px;
  font-size: 14px;
  font-weight: 500;
  color: #a7a7a7;
}

/*회원가입*/
.box_container .sign_up_box .form-group > label.title {
  font-size: 12px;
}
/*회원정보 수정*/
form[name="profile_form"] .form-group > label.title {
  font-size: 12px;
}
form[name="profile_form"] select:disabled {
  opacity: 1;
}

  /* 회원가입 결과 */
.signup_result {
  max-width: 520px;
  margin: 140px auto 0;
  padding: 0 40px;
  text-align: center;
}
.signup_result .intro_txt {
  font-size: 32px;
}
.signup_result .intro_txt .txt {
  font-weight: bold;
  color: #1b2a46;
}
.signup_result .content {
  margin-top: 40px;
  padding: 48px 20px 50px;
  border-radius: 8px;
  background-color: #f9f9f9;
  line-height: 1.6;
  color: #000;
}
.signup_result > .btn {
  margin-top: 24px;
}

/* 결제완료 */
.completion_section {
  padding: 100px 0;
  background-color: #f2f6fc;
  text-align: center;
}
.completion_section .inner {
  max-width: 440px;
  margin: 0 auto;
}
.completion_section.completion_section_bind .inner {
  max-width: 580px;
}
.completion_section .section_title {
  position: relative;
  padding-bottom: 130px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #1b2a46;
}
.completion_section .section_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  background: #1d4289 url("../images/ico_check_white.svg") no-repeat 50% 50%;
  background-size: 48px 48px;
  border-radius: 50%;
}
.completion_section.completion_section_bind .section_title {
  padding-top: 130px;
  padding-bottom: 0;
}
.completion_section.completion_section_bind .section_title::before {
  top: 0;
  bottom: inherit;
  background: #1d4289 url("../images/payment_complete_bind.svg") no-repeat 50% 50%;
}
.completion_section.completion_section_bind .completion_section_bind_box {
  border: 1px solid #E4DDEC;
  height: 65px;
  margin: 30px 0;
  background: #fff;
  padding-top: 23px;
  font-size: 20px;
  font-weight: bold;
}

.completion_section .desc {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.4;
  color: #555;
}
.completion_section .other_links {
  margin-top: 50px;
  overflow: hidden;
}
.completion_section .other_links .btn {
  float: right;
  width: 210px;
}
.completion_section .other_links .btn + .btn {
  float: left;
}
.completion_section .other_links .btn-primary-bdr {
  border-color: transparent;
}

.sub_wrap .content_list_top .link_more {
  margin-top: 5px;
  font-weight: 700;
  color: #2557b5;
}
/*.box_container.type-result {
  margin-top: 48px;
  text-align: center;
}
.box_container.type-result .box_title {
  margin-bottom: 50px;
  line-height: 1;
}
.box_container.type-result .ico {
  display: block;
  margin: 0 auto;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.box_container.type-result .ico.ico-check {
  background-image: url("../images/ico_check_white.svg");
  background-color: #1d4289;
}
.box_container.type-result .desc {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.4;
  color: #555;
}
.box_container.type-result .desc span {
  font-size: 16px;
}
.box_container.type-result .other_links {
  margin: 60px -10px 0;
  overflow: hidden;
}
.box_container.type-result .other_links > div {
  padding: 0 10px;
}*/

/* 서브페이지 헤더 */
.page_header {
  display: flex;
  align-items: center;
  height: 180px;/*(220309) 280px -> 180px 변경*/
  background-color: #f2f6fc;
  text-align: center;
}
.page_header .title {
  font-size: 32px;
  font-weight: bold;
  color: #1b2a46;
}
.page_header .title .ico {
  position: relative;
  top: 2px;
  width: 32px;
}
.page_header .desc {
  margin-top: 20px;
  line-height: 1.6;
}
.page_header.bg-premium {
  background-image: linear-gradient(278deg, #1b2a46, #1d4289);
}
.page_header.bg-premium .title {
  color: #f5ce8b;
}
.page_header.bg-premium .desc {
  color: #c4a179;
}
.page_header.bg-gray {
  background-color: #f4f4f4;
}
.page_header.bg-yellow {
  background-color: #fff9f4;
}
.page_header.bg-blue {
  background-color: #edfaff;
}
.page_header.bg-cobalt {
  background-color: #1d4289;
}
.page_header.bg-cobalt .title {
  color: #fff;
}
.page_header.bg-lilac {
  background-color: #eeeeff;
}
.page_header.bg-indigo {
  background-color: #1b2a46;
}
.page_header.bg-indigo .title {
  color: #fff;
}

.page_header.typeA {
  height: 320px;
  padding-bottom: 72px;
}
.page_header.typeB {
  height: 300px;
  padding-bottom: 72px;
}

/* 카테고리 헤더 custom */
.page_header.category-custom-banner {
  background-size: cover;
  background-repeat: no-repeat;
}

/* collection 페이지 카테고리 */
.collection_category_list {
  margin-top: 48px;
}

.collection_category_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.collection_category_list ul li{
  max-width : 190px;
  min-width : 140px;
  padding : 10px 10px 0;
}

.collection_category_list ul li input[type="checkbox"]{
  display: none;
}

.collection_category_list ul li input[type="checkbox"] + label{
  display: inline-block;
  width : 100%;
  color : #565656;
  font-size : 13px;
  padding : 12px 15px;
  line-height: 18px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor : pointer;
}

.collection_category_list .ico_logo {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  vertical-align: top;
}

.collection_category_list ul li input[type="checkbox"]:checked + label{
  background: #6496FA;
  color : #fff;
}
/* 카테고리 페이지 */
.content_list_top {
  margin-top: 48px;
}
.content_list_top .list_title {
  font-size: 24px;
  font-weight: bold;
  color: #1b2a46;
}
.content_list_top .list_title .ico {
  width: 22px;
  margin-right: 12px;
  vertical-align: baseline;
}
.content_list_top .dropdown .btn_sort {
  position: relative;
  padding-right: 28px;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  line-height: 24px;
}
.content_list_top .dropdown .btn_sort:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url("../images/ico_arrow_down_sm.svg") no-repeat 50% 50%;
  background-size: cover;
}
.content_list_top .dropdown:not(.open) .btn_sort:after {
  transform: rotate(180deg);
}
.content_list_top .dropdown .dropdown-menu {
  margin-top: 10px;
  padding: 12px 0;
}
.content_list_top .dropdown .dropdown-menu li a {
  padding: 9px 16px 10px;
  font-size: 14px;
}
.content_list_top .dropdown .dropdown-menu li.active a {
  font-weight: bold;
}
.sub_wrap .product_list {
  margin-top: 48px;
}

/* 쿠폰 페이지 */
.sub_wrap .coupon_list {
  margin-top: 48px;
}
.sub_wrap .coupon_list .coupon_item {
  position: relative;
  margin-bottom: 40px;
  padding: 28px 138px 28px 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.sub_wrap .coupon_list .coupon_item .item > p {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 5px;
}
.sub_wrap .coupon_list .coupon_item .title-blue {
  font-size: 16px;
  font-weight: 700;
  color: #386FDD;
}
.sub_wrap .coupon_list .coupon_item .text-desc {
  font-size: 14px;
  color: #1B2A46;
}
.sub_wrap .coupon_list .coupon_item .text-orange {
  font-size: 14px;
  font-weight: 700;
  color: #FF964B;
}
.sub_wrap .coupon_list .coupon_item .text-gray {
  font-size: 12px;
  color: #978C88;
}
.sub_wrap .coupon_list .coupon_item .btn_apply_coupon {
  position: absolute;
  top: 49px;
  right: 28px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  font-size: 12px;
  font-weight: 700;
  color: #1B2A46;
  padding: 0 0 0 8px;
}
/* 사용 만료 쿠폰 */
.sub_wrap .coupon_list.expire .coupon_item .title-blue,
.sub_wrap .coupon_list.expire .coupon_item .text-desc,
.sub_wrap .coupon_list.expire .coupon_item .text-gray,
.sub_wrap .coupon_list.expire .coupon_item .text-orange {
  color: #959595;
}
.sub_wrap .coupon_list.expire .coupon_item .btn_apply_coupon {
  display: none;
}

.sub_wrap .list_search .coupon-box .coupon-label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #1b2a46;
  margin-bottom: 8px;
}

.sub_wrap .list_search .coupon-box .coupon-form {
  display: flex;
  gap: 8px;
}

.sub_wrap .list_search .coupon-box .coupon-input {
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #f5f5f5;
  color: #555;
  font-size: 14px;
  width: 260px;
  height: 45px;
  outline: none;
}
.sub_wrap .list_search .coupon-box .coupon-input:hover,
.sub_wrap .list_search .coupon-box .coupon-input:focus{
  background-color: #fff;
}

.sub_wrap .list_search .coupon-box .coupon-input::placeholder {
  color: #aaa;
}

.sub_wrap .list_search .coupon-box .coupon-button {
  padding: 10px 24px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: background-color 0.2s;
}

.sub_wrap .list_search .coupon-box .coupon-button:hover {
  background-color: #f0f0f0;
}

/* 카테고리 페이지 | 베스트 */
.best_product_area .tab {
  margin: 0 -20px;
  padding: 48px 0;
  overflow: hidden;
}
.best_product_area .tab > li {
  float: left;
  padding: 0 20px;
}
.best_product_area .tab > li + li {
  border-left: 1px solid #ccc;
}
.best_product_area .tab > li .btn {
  font-size: 18px;
  line-height: 1;
  color: #ccc;
  background-color: transparent;
  border: 0;
  vertical-align: top;
}
.best_product_area .tab > li .btn.is-active {
  font-weight: 700;
  color: #1b2a46;
}

.best_product_area > .row {
  margin-right: -40px;
  margin-left: -40px;
}
.best_product_area .product_section {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 74px;
}
.best_product_area .product_section + .product_section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  /* border-left: 1px solid #ccc; */
}
.best_product_area .product_section .section_title {
   padding-left: 40px;
  /*padding-left: 7.4%;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #1b2a46;
}
.best_product_area .product_section .product_list {
  margin: 0 -10px;
  overflow: hidden;
}
.best_product_area .product_section .product_list .product_item {
  margin-top: 64px;
  padding: 0 10px;
}
.best_product_area .product_section .product_list .product_item .title {
  height: 50px;
}
.best_product_area .product_section .more_link {
  z-index: 1;
  position: absolute;
  right: 40px;
  top: -7px;
  width: 106px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}

.best_product_area .product_section.premium .more_link {
  background-color: #e3293a;
}
.best_product_area .product_section.premium .section_title {
  background-image: url("../images/ico_flag_red.svg");
}
.best_product_area .product_section.general .section_title {
  background-image: url("../images/ico_flag_blue.svg");
}
.best_product_area .product_section.general .product_list .product_item .rank {
  background-image: url("../images/ico_flag_blue-lg.png");
}
.best_product_area .product_section.general .more_link {
  background-color: #2e6feb;
}

/* 작가 상세 */
.profile_wrap {
  margin-top: -100px;
  padding: 70px 40px;
  border-radius: 8px;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.04);
  background-color: #fff;
}
.profile_wrap .profile_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 760px;
  margin: 0 auto;
}
.profile_wrap .profile_box .profile {
  display: flex;
  align-items: center;
}
.profile_wrap .profile_box .profile .profile_img {
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
}
.profile_wrap .profile_box .profile .profile_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.profile_wrap .profile_box .profile .name {
  flex: 0 0 auto;
  margin-left: 12.7%;
  font-size: 24px;
  font-weight: bold;
  color: #1b2a46;
}
.profile_wrap .profile_box .profile .auth {
  flex: 0 0 80px;
  max-width: 80px;
  margin-left: 8px;
}
.profile_wrap .profile_box .intro {
  flex: 0 0 39.474%;
  max-width: 39.474%;
  line-height: 1.6;
  color: #1b2a46;
  word-break: keep-all;
}

.page_nav {
  margin-top: 107px;
}
.page_nav > ul {
  border-bottom: 1px solid #dcdcdc;
}
.page_nav > ul > li {
  float: left;
}
.page_nav:not(.sticky-mode) > ul > li {
  width: 200px;
}
.page_nav > ul > li > a {
  position: relative;
  display: block;
  padding: 12px 0;
  color: #1b2a46;
  text-align: center;
}
.page_nav > ul > li.active > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #375690;
}

.page_nav_wrap .page_nav {
  margin-top: 0;
}
.page_nav_wrap .page_nav > ul > li > a > span {
  font-size: 12px;
  vertical-align: baseline;
}
.page_nav.sticky-mode > ul > li {
  padding: 0;
}

.page_nav.sticky-mode.active {
  z-index: 10;
  top: 64px;
  left: 0;
  width: 100%;
  background: #fff;
}

.page_nav + .content_list_top {
  margin-top: 40px;
}

.review_list {
  margin-top: 48px;
}
.review_list > ul > li {
  padding: 28px;
  background-color: #f8fafe;
  border-radius: 8px;
}
.review_list > ul > li + li {
  margin-top: 20px;
}
.review_list .write_info {
  font-size: 0;
  line-height: 1.6;
}
.review_list .write_info .nickname {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.review_list .write_info .date {
  margin-left: 12px;
  font-family: "Poppins";
  font-size: 12px;
  color: #9c9c9c;
  vertical-align: bottom;
}
.review_list .content {
  margin-top: 8px;
  line-height: 1.6;
  color: #000;
}
.review_list .content .title {
  font-weight: bold;
  color: #729aeb;
}
.review_list_btn {
  margin-top: 20px;
  display: none;
}

/* 자주묻는 질문 */
.container .faq_header,
.container .faq_content{
  margin: 48px 0;
}
.container .faq_header:first-child {
  margin-top: 0px;
}
.container .faq_footer {
  margin-top: 48px;
}
.container .faq_content .title {
  font-size: 24px;
  font-weight: bold;
}
.container .faq_footer .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}
.container .faq_footer .sub_title {
  font-size: 16px; color: #777777;
}

.container .faq_content .faq_search_form {
  margin: 25px 0;
  position: relative;
}
.container .faq_content .faq_search_form .faq_search_box {
  width: 100%;
  height: 43px;
  background-color:#fff;
  border: 1px solid #ABABAB;
  text-indent: 10px;
  padding-right: 40px;
}
.container .faq_content .faq_search_form .btn_faq_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 43px;
  background-color: #5991FF;
  border: 1px solid #5991FF;
}

.container .faq_content .faq_category > ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.container .faq_content .faq_category > ul > li {
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 7px 15px;
  cursor: pointer;
}
.container .faq_content .faq_category > ul > li.is-active {
  background-color: #DDDDDD;
}
.container .faq_content .faq_category > ul > li > a.faq_category {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}

.bt-border-gray {
  border-bottom: 1px solid #E2E2E2;
}

.card_list {
  margin-top: 48px;
}
.card_list > .card-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}
.card_list .card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}
.card_list .card + .card {
  margin-top: 20px;
}
.card_list .card .card_header .title {
  z-index: 1;
  position: relative;
  padding: 29px 92px 31px 36px;
  font-size: 20px;
  font-weight: bold;
  color: #1b2a46;
  cursor: pointer;
  line-height: 30px;
}
.card_list .card .card_header .title:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url("../images/ico_arrow_faq.svg") no-repeat 100% 50%;
  transform: rotate(-180deg);
}
.card_list .card .card_header .title.collapsed:after {
  transform: rotate(0deg);
}
.card_list .card .card-body {
  padding: 0 100px 36px 60px;
  line-height: 1.6;
  color: #000;
}

/* 칼럼 */
.column_container .page_nav.page_nav-lg > ul > li {
  width: auto;
}
.column_container .page_nav.page_nav-lg > ul > li > a {
  padding-left: 18px;
  padding-right: 18px;
}
.card_list.column .card .card_header {
  position: relative;
}
.card_list.column .card .card_header .title:after {
  display: none;
}
.card_list.column .card .card_header .date {
  position: absolute;
  right: 36px;
  top: 50%;
  margin-top: -7px;
  font-size: 12px;
  color: #9c9c9c;
}
.card_list.column .card .card-body {
  margin: 0 32px;
  padding: 32px 0 39px;
  border-top: 1px solid #ebebeb;
}
.card_list.column .card .card-body .title {
  font-size: 20px;
  font-weight: bold;
}

/* 공지사항 */
.notice_col {
  max-width: 822px;
  margin:0 auto;
}
.notice_box {
  margin-top: 48px;
  padding: 0 36px;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.notice_box .notice_header {
  padding: 36px 0 19px;
}
.notice_box .notice_header .title {
  font-size: 20px;
  font-weight: bold;
  color: #1b2a46;
}
.notice_box .notice_header .date {
  font-size: 12px;
  line-height: 1.6;
  color: #9c9c9c;
}
.notice_box .notice_content {
  padding: 32px 0 40px;
  border-top: 1px solid #ebebeb;
  line-height: 1.8;
  color: #000;
  word-break: keep-all;
  font-family: Arial;
  font-size: 12pt;
}
.notice_box .notice_content * {
  vertical-align: baseline;
  word-break: normal;
  word-wrap: normal;
}
.notice_box .notice_content > b {
  font-size: 20px;
}

.notice_box .notice_content a {
  color: #337ab7;
  text-decoration: none;
}
.notice_box .notice_content a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  margin-left: 2px;
  font-size:85%;
}
.notice_box .notice_content a[href^='#']::after, .notice_box .notice_content a.link_img_none::after {
  content: "";
}


/* 후기 */
.sub_wrap .review_tabs {
  margin-top: 48px;
}
.sub_wrap .review_list > div > .title {
  font-size: 18px;
  font-weight: 700;
  color: #1b2a46;
  margin-bottom: 38px;
}
.sub_wrap .review_list .item {
  border-radius: 20px;
  background: linear-gradient(
          to top,
          #406EE4 0%,
          #406EE4 50px,
          #fff 50px,
          #fff 100%
  );
  padding: 16px 28px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}
.sub_wrap .review_list .item .user_rating {
  margin: 6px 0 0 -3px;
}
.sub_wrap .review_list .item .content {
  height: 135px;
  font-size: 14px;
  margin-bottom: 16px;
  -webkit-line-clamp: 6;
}
.sub_wrap .review_list .item .link_more {
  text-decoration: none;
}
.sub_wrap .review_list .item hr {
  background: #F0F0F0;
  height: 1px;
  border: 0;
  margin: 7px 0 10px;
}
.sub_wrap .review_list .item .info {
  height: 18px;
}
.sub_wrap .review_list .item .user_nickname {
  float: left;
}
.sub_wrap .review_list .item .date {
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.sub_wrap .review_list .item .user_best_review_img {
  float: left;
}
.sub_wrap .review_list .item .title {
  margin-top: 30px;
  color: #fff;
  font-size: 17px;
  height: 20px;
}

.sub_wrap .review_slider {
  margin: 57px 0 0;
}
.sub_wrap .review_slider .slick-list {
  overflow: visible;
}
.sub_wrap .review_slider .item {
  width: 360px;
  margin: 0 20px;
}
.sub_wrap .review_slider .item:first-child {
  margin-left: 0;
}
.sub_wrap .review_slider_more_btn {
  text-decoration: underline;
  margin-top: 20px;
  float: right;
  display: none;
  border: 0 none;
  background: none;
}

/* My콘텐츠 */
.page_nav.page_nav-lg {
  margin-top: 48px;
}
.page_nav.page_nav-lg > ul > li > a {
  padding: 20px 0;
  font-size: 24px;
}
.page_nav.page_nav-lg + .content_list_top {
  margin-top: 48px;
}
.content_list_top .list_search {
  display: flex;
  align-items: center;
}
.content_list_top .list_search .count {
  font-size: 20px;
  font-weight: bold;
  color: #1b2a46;
}
.content_list_top .list_search .count b {
  color: #376dd5;
}
.content_list_top .list_search .search_box {
  position: relative;
  margin-left: 49px;
}
.content_list_top .list_search .search_box .keyword {
  min-width: 400px;
  height: 60px;
  padding: 0 46px 0 20px;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 63px;
  font-size: 14px;
  font-weight: 500;
}
.content_list_top .list_search .search_box .btn {
  position: absolute;
  right: 20px;
  top: 16px;
  padding: 0;
  background-color: transparent;
  border: 0;
  line-height: 1;
}
.content_list_top .list_search + .dropdown {
  margin-top: 32px;
}
.content_list_top .dropdown + .dropdown {
  margin-top: 32px;
}
.sub_wrap .product_list.typeC {
  margin-top: 48px;
}

.not_found-ebook {
  margin: 48px auto 0;
  padding: 27px 20px 37px;
  background-color: #fff;
  border: 1px dashed #a7a7a7;
  border-radius: 8px;
  text-align: center;
}
.not_found-ebook .ico {
  width: 80px;
}
.not_found-ebook .content {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #a7a7a7;
}
.not_found-ebook .btn {
  max-width: 280px;
  margin: 32px auto 0;
}

/* 찜한 목록 */
.product_list.typeC .product_item .content .btn_delete {
  z-index: 1;
  position: absolute;
  top: 16px;
  right: 36px;
  background-color: transparent;
  border: 0;
}

/* 북마크(메모) */
.page_nav.page_nav-lg + .content_list_top .count_title.point > .count {
  font-size: 20px;
  font-weight: bold;
  color: #1b2a46;
}
.page_nav.page_nav-lg + .content_list_top .count_title.point > .count b {
  color: #376dd5;
}
.product_list.bookmark_type .product_item {
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  position: relative;
}
.product_list.bookmark_type .content .content_info {
  padding: 28px 36px 25px 40px;
}
.product_list.bookmark_type .content .content_info .dropdown_bookmarks {
  position: absolute;
  top: 40px;
  right: 35px;
}

.product_list.bookmark_type .product_item .dropdown_bookmarks .btn_bookmark_down {
  width: 34px;
  height: 34px;
  background: url("../images/ico_arrow_button_down_gray.svg") no-repeat;
  background-size: cover;
  border: 0;
}
.product_list.bookmark_type .product_item .dropdown_bookmarks .btn_bookmark_down.is-active {
  background: url("../images/ico_arrow_button_up_gray.svg") no-repeat;
  background-size: cover;
}
.product_list.bookmark_type .content .content_info > .title {
  margin-right: 40px;
  margin-bottom: 5px;
}
.product_list.bookmark_type .content .content_info > .title .ico {
  position: relative;
  top: 1px;
}
.product_list.bookmark_type .content .memo_count_title {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.88;
  color: #ccc;
}
.product_list.bookmark_type .content .memo_list_wrap {
  border-top: 1px #e0e0e0 dashed;
  padding: 10px 40px 40px;
}
.product_list.bookmark_type .memo_list > li {
  position: relative;
  padding: 10px 0px;
}
.product_list.bookmark_type .memo_list > li > .bookmark_title {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  margin-top: 0;
  margin-right: 95px;
  line-height: 1.8;
}
.product_list.bookmark_type .memo_list > li > .bookmark_title .ico {
  position: relative;
  top: 5px;
  fill: #376dd5;
}
.product_list.bookmark_type .memo_list > li .dropdown_memo {
  position: absolute;
  top: 20px;
  right: 0;
}
.product_list.bookmark_type .memo_list > li .dropdown_memo .btn_memo_down {
  width: 24px;
  height: 24px;
  background: url("../images/ico_arrow_button_down_blue.svg") no-repeat;
  background-size: cover;
  border: 0;
}
.product_list.bookmark_type .memo_list > li .dropdown_memo .btn_memo_down.is-active {
  background: url("../images/ico_arrow_button_up_blue.svg") no-repeat;
  background-size: cover;
}
.product_list.bookmark_type .memo_list > li .dropdown_memo .btn_other_bookmark {
  display: inline-block;
  height: 26px;
  padding: 6px 10px;
  text-align: center;
  background-color: #333;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 10px;
}
.product_list.bookmark_type .memo_list > li .div_memo_title {
  padding-top: 5px;
  /*margin-left: 20px;*/
}
.product_list.bookmark_type .memo_list > li .div_memo_title .btn_add_memo {
  display: inline-block;
  height: 21px;
  border: 0;
  border-radius: 5px;
  background-color: #777;
  color: #fff;
  line-height: 1.88;
  font-size: 10px;
  padding: 0px 12px;
  margin-top: 6px;
}
.product_list.bookmark_type .memo_list > li .btn_add {
  margin-top: 10px;
  background-color: transparent;
  border: 0;
  color: #ccc;
  font-size: 16px;
}
.product_list.bookmark_type .memo_list > li .btn_memo_add{
  width: 49%;
  float: right;
  padding : 7px;
  margin-top : 5px;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  background-color: #376dd5;
}
.product_list.bookmark_type .memo_list > li .btn_memo_close{
  width: 49%;
  padding : 7px;
  margin-top : 5px;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  background-color: #777;
}

.product_list.bookmark_type .memo_list > li .content {
  margin-top: 10px;
  padding: 7px 10px;
  border-radius: 4px;
  background-color: #333;
  line-height: 1.88;
  color: #fff;
  position: relative;
}
.product_list.bookmark_type .memo_list > li .content.input_content {
  width: 100%;
  height: 94px;
  background-color: #f0f4fc;
  border: 0;
  color: #333;
}

.product_list.bookmark_type .memo_list > li .content .memo_content {
  margin-right: 15px;
  display: inline-block;
}
.product_list.bookmark_type .memo_list > li .content .memo_date {
  font-size: 8px;
  opacity: 0.5;
  color: #fff;
  display: block;
  text-align: right;
  margin-right: 3px;
}

.product_list.bookmark_type .memo_list > li .content.color-blue {
  background-color: #4D75C3;
}
.product_list.bookmark_type .memo_list > li .content.color-red {
  background-color: #F76661;
}
.product_list.bookmark_type .memo_list > li .content.color-yellow {
  background-color: #F5C453;
}
.product_list.bookmark_type .memo_list > li .content.color-green {
  background-color: #8DC669;
}
.product_list.bookmark_type .memo_list > li .content.color-gray {
  background-color: #e0e0e0;
}
.product_list.bookmark_type .memo_list > li .content.color-gray > .memo_date,
.product_list.bookmark_type .memo_list > li .content.color-gray > .memo_content
{
  color: #333;
}
.product_list.bookmark_type .memo_list > li .content.color-gray > .dropdown .btn_menu img {
  content: url("../images/ico_menu_vertical.svg");
}

.product_list.bookmark_type .memo_list > li .content .dropdown {
  position: absolute;
  right: 0;
  top: 25px;
}
.product_list.bookmark_type .memo_list > li .dropdown .btn_menu {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 0;
  padding: 5px;
}
.product_list.bookmark_type .memo_list > li .dropdown .dropdown-menu {
  left: inherit;
  right: 22px;
  margin-top: 4px;
}
.product_list.bookmark_type .txt_tooltip {
  z-index: 20;
  position: absolute;
  width: 182px;
  padding: 17px 20px;
  margin-top: -90px;
  background-color: #fff;
  border: solid 1px #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}
.product_list.bookmark_type .txt_tooltip .utils {
  display: flex;
  justify-content: space-between;
}
.product_list.bookmark_type .txt_tooltip .utils .item {
  background-color: transparent;
  border: 0;
  color: rgb(34, 34, 34);
}
.product_list.bookmark_type .txt_tooltip .color_palette {
  display: flex;
  justify-content: space-between;
  margin: 15px -20px 0;
  padding: 14px 20px 0;
  border-top: 1px solid #f0f0f0;
}
.product_list.bookmark_type .txt_tooltip .color_palette .btn_color {
  position: relative;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  text-indent: -9999em;
}
.product_list.bookmark_type .txt_tooltip .color_palette .btn_color.on:after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.product_list.bookmark_type .bg-gray {
  background-color: #e0e0e0;
}
.product_list.bookmark_type .bg-yellow {
  background-color: #F5C453;
}
.product_list.bookmark_type .bg-red {
  background-color: #F76661;
}
.product_list.bookmark_type .bg-green {
  background-color: #8DC669;
}
.product_list.bookmark_type .bg-blue {
  background-color: #4D75C3;
}


  /* 전자책 상세 */
.ebook_container {
  padding-top: 40px;
}
.ebook_container .category_box .category {
  font-size: 14px;
  color: #375690;
  margin-bottom: 10px;
}
.ebook_container .cover_section {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  padding: 24px 10.527% 25px 13.158%;
  background-color: #fafafa;
  border-radius: 6px;
}
.ebook_container .cover_section .thumb {
  flex: 0 0 34.483%;
  max-width: 34.483%;
}
.ebook_container .cover_section .content {
  flex: 0 0 65.517%;
  max-width: 65.517%;
  padding: 0 10.345%;
  text-align: center;
}
.ebook_container .cover_section .content .ico {
  height: 40px;
  font-size: 40px;
  font-weight: 900;
  color: #d7dfef;
}
.ebook_container .cover_section .content .title {
  margin-top: 24px;
  line-height: 1.8;
  color: #222;
  word-break: keep-all;
}
.ebook_container .cover_section .content .book_label {
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 14px;
  color: #c5d5f3;
}
.ebook_container .cover_section:not(.cover-premium) .content .book_label {
  text-indent: -9999em;
}
.ebook_container .cover_section.cover-premium {
  background-color: #f0f4fc;
}

.ebook_container .cover_section.cover-video {
  flex-direction: column;
  padding : 0;
  gap : 12px;
}

.ebook_container .cover_section.cover-video .thumb_video {
  width : 100%;
  height : 100%;
}

.ebook_container .cover_section.cover-video .slider-for {
  width : 100%;
}

.ebook_container .cover_section.cover-video .slider-nav {
  width : 100%;
}

/* the slides */
.ebook_container .cover_section.cover-video .slider-nav .slick-slide {
  margin: 0 10px;
}

/* the parent */
.ebook_container .cover_section.cover-video .slider-nav .slick-list {
  margin: 0 -10px;
}

.ebook_container .section {
  position: relative;
}
.ebook_container .section + .section {
  padding-top: 48px;
}
.ebook_container .page_nav_wrap + .section {
  padding-top: 48px;
}
.ebook_container .section .section_title {
  position: relative;
  margin-bottom: 38px;
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #376dd5;
}
.ebook_container .section .section_title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 24px;
  margin-top: -12px;
  background-color: #376dd5;
}
.ebook_container .section .best_reviews .comment_list {
  height: 520px;
  overflow-y: hidden;
}
.ebook_container .section .best_reviews .btn_best_review {
  display:block;
  width:100%;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
  line-height: 25px;
}
.ebook_container .section .best_reviews .best_review_gradient_bottom {
  position: relative;
}
.ebook_container .section .best_reviews .best_review_gradient_bottom .background-gradation-transparent {
  position: absolute;
  width: 100%;
  top: -110px;
  height: 110px;
  background: linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0.7),#fff);
}
.ebook_container .section .edit_content, .ebook_container .section .profile .desc {
  font-family: Arial;
  font-size: 12pt;
  line-height: 1.8;
}
.ebook_container .section .edit_content *, .ebook_container .section .profile .desc * {
  vertical-align: baseline;
  word-break: normal;
  word-wrap: normal;
}
.ebook_container .section .edit_content a, .ebook_container .section .profile .desc a {
  color: #337ab7;
  text-decoration: none;
}
.ebook_container .section .edit_content a::after, .ebook_container .section .profile .desc a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c1";
  margin-left: 2px;
  font-size:85%;
}
.ebook_container .section .edit_content a.after_none::after {
  content: "";
  margin-left:0;
}
.ebook_container .section .edit_content h1,
.ebook_container .section .edit_content h2,
.ebook_container .section .edit_content h3,
.ebook_container .section .edit_content h4,
.ebook_container .section .edit_content h5,
.ebook_container .section .edit_content h6,
.ebook_container .section .profile .desc h1,
.ebook_container .section .profile .desc h2,
.ebook_container .section .profile .desc h3,
.ebook_container .section .profile .desc h4,
.ebook_container .section .profile .desc h5,
.ebook_container .section .profile .desc h6,
.notice_box .notice_content h1,
.notice_box .notice_content h2,
.notice_box .notice_content h3,
.notice_box .notice_content h4,
.notice_box .notice_content h5,
.notice_box .notice_content h6 {
  font-weight: bold;
}

.ebook_container .curriculum_content {
  margin-bottom: 28px;
  padding-bottom: 27px;
  border-bottom: 1px solid #ebebeb;
}
.ebook_container .curriculum_content dt {
  margin-bottom: 26px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.ebook_container .curriculum_content .curriculum_content_list li {
  position: relative;
  padding-left: 60px;
  color: #000;
}
.ebook_container .curriculum_content .curriculum_content_list li + li {
  margin-top: 12px;
}
.ebook_container .curriculum_content .curriculum_content_list li .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.ebook_container .curriculum_content .curriculum_content_list li .num.requirements_outcomes {
  background: none;
  color: #376dd5;
}
.ebook_container .curriculum_content .curriculum_content_list li .title {
  display: inline-block;
  padding: 14px 0 15px;
}
.ebook_container .curriculum_content .curriculum_content_list li .btn_view {
  position: relative;
  top: 9px;
  margin-left: 10px;
  width: 78px;
  background-color: #eaf0fa;
  font-size: 13px;
  line-height: 30px;
  color: #375690;
}

.ebook_container .profile {
  position: relative;
  padding: 25px 60px 32px 100px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.ebook_container .profile .profile_img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  background-color: #ededed;
  border-radius: 50%;
  overflow: hidden;
}
.ebook_container .profile .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.ebook_container .profile .desc {
  margin-top: 10px;
  line-height: 1.6;
  color: #000;
}
.ebook_container .author_column {
  margin-top: 48px;
}
.ebook_container .author_column .author_column_title {
  color: #376dd5;
}
.ebook_container .author_column .column_list {
  margin-top: 16px;
}
.ebook_container .author_column .column_list li {
  margin-bottom: 20px;
}
.ebook_container .author_column .column_list li > a {
  display: block;
  padding: 28px 50px 28px 20px;
  border-radius: 8px;
  background: #f8fafe url("../images/ico_arrow_right_column.svg") no-repeat 97.5% 50%;
  font-weight: bold;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ebook_container .review_info {
  position: absolute;
  left: 62px;
  top: 48px;
}
.ebook_container .review_info.review_info_change {
  left: 130px;
}
.ebook_container .review_info .rating {
  padding-left: 28px;
  background: url("../images/ico_star.svg") no-repeat 0 50%;
  background-size: 28px;
  font-size: 24px;
  font-weight: bold;
}
.ebook_container .review_info .rating-review {
  padding-left: 25px;
  background: url("../images/ico_review.svg") no-repeat 0 4px;
  background-size: 24px;
  font-size: 24px;
  font-weight: bold;
}
.ebook_container .review_info .num {
  font-size: 24px;
}
.ebook_container .comment_form {
  margin-bottom: 20px;
  padding: 20px 17px 12px 20px;
  border: solid 1px #ddd;
  border-radius: 8px;
}
.ebook_container .comment_form > form {
  position: relative;
}
.ebook_container .comment_form .user_info {
  padding: 21px 0 24px 70px;
}
.ebook_container .comment_form .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}
.ebook_container .comment_form .nickname {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.ebook_container .comment_form .rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}
.ebook_container .comment_form .rating {
  position: relative;
  margin-top: 0;
  width: 120px;
  height: 24px;
  background: url(../images/ico_rating_star-off.svg);
  overflow: hidden;
}
.ebook_container .comment_form .rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url(../images/ico_rating_star.svg);
}
.ebook_container .comment_form .rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  border: 0;
  cursor: pointer;
}
.ebook_container .comment_form .rating input:checked + i {
  opacity: 1;
}
.ebook_container .comment_form .rating i ~ i {
  width: 40%;
}
.ebook_container .comment_form .rating i ~ i ~ i {
  width: 60%;
}
.ebook_container .comment_form .rating i ~ i ~ i ~ i {
  width: 80%;
}
.ebook_container .comment_form .rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.ebook_container .comment_form .comment {
  width: 100%;
  margin-top: 8px;
  height: 68px;
  background-color: transparent;
  border: 0;
  line-height: 1.6;
}
.ebook_container .comment_form .utils {
  text-align: right;
}
.ebook_container .comment_form .utils .count {
  color: #ddd;
}
.ebook_container .comment_form .utils .btn_submit {
  margin-left: 18px;
  background-color: transparent;
  border: 0;
}
.ebook_container .comment_form .utils .btn_submit:disabled {
  color: #ddd;
}
.ebook_container .comment_list > li {
  margin-bottom: 20px;
  padding: 28px;
  border-radius: 8px;
  background-color: #f8fafe;
}
.ebook_container .comment_list > li.comment_list_reply {
  margin-left: 30px;
  background-color: #f9f9f9;
}
.ebook_container .comment_list > li.comment_list_reply_input {
  margin-left: 30px;
  background-color: #f9f9f9;
}
.ebook_container .comment_list > li.comment_list_reply_input textarea {
  width: 100%;
  margin-top: 8px;
  height: 68px;
  background-color: transparent;
  border: 0;
  line-height: 1.6;
}
.ebook_container .comment_list > li.comment_list_reply_input .btn_reply_cancel {
  float: left;
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: bottom;
  background-color: transparent;
  border: 0;
}
.ebook_container .comment_list > li.comment_list_reply_input .btn_reply_submit {
  float: right;
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: bottom;
  background-color: transparent;
  border: 0;
}
.ebook_container .comment_list .write_info {
  font-size: 0;
}
.ebook_container .comment_list .write_info .nickname {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.ebook_container .comment_list .write_info .nickname span {
  color: #376dd5;
}
.ebook_container .comment_list .write_info .date {
  margin-left: 12px;
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: bottom;
}
.ebook_container .comment_list .write_info .btn_edit_comment {
  margin-left: 12px;
  font-size: 14px;
  vertical-align: bottom;
  cursor: pointer;
}
.ebook_container .comment_list .write_info .edit_count {
  float: right;
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: bottom;
}
.ebook_container .comment_list .write_info .btn_reply {
  float: right;
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: bottom;
  background-color: transparent;
  border: 0;
}
.ebook_container .comment_list .user_rating {
  margin: 4px 8px 0 -4px;
  width: 120px;
  height: 24px;
  background: url("../images/ico_rating_star-off.svg");
  float: left;
}
.ebook_container .comment_list .user_rating .star {
  height: 100%;
  background: url("../images/ico_rating_star.svg");
}
.ebook_container .comment_list .user_best_review_img {
  margin-top: 7px;
  float: left;
}
.ebook_container .comment_list .comment {
  margin-top: 8px;
  line-height: 1.6;
  color: #000;
  clear: both;
}

.ebook_container .best_reviews .comment_list .comment {
  display: block;
  text-overflow: unset;
  overflow: unset;
  -webkit-box-orient: unset;
  /*white-space: nowrap;*/
  -webkit-line-clamp: unset;
}

.ebook_container .best_reviews .comment_list .comment.more{
  display: block;
  text-overflow: unset;
  overflow: unset;
  -webkit-box-orient: unset;
  /*white-space: nowrap;*/
  -webkit-line-clamp: unset;
}

.ebook_container .best_reviews .comment_list .comment_more{
  cursor : pointer;
  text-decoration: underline;
}

.ebook_container .comment_list_wrap .btn_more {
  background-color: #f0f4fc;
  color: #376dd5;
}
.ebook_container .comment_list_wrap .btn_more img {
  margin-left: 4px;
  vertical-align: text-bottom;
}
.ebook_container .comment_list_wrap .pagination { /*(220313) 구매 상세 페이지 페이징에 위 마진 삭제*/
  margin-top: 0;
}

.ebook_container .notice_section {
  margin-top: 120px;
  padding: 28px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.ebook_container .notice_section h2 {
  font-weight: bold;
  color: #4e4e4e;
}
.ebook_container .notice_section .notice_list {
  margin-top: 24px;
}
.ebook_container .notice_section .notice_list li {
  font-size: 14px;
  line-height: 1.6;
  color: #4e4e4e;
}
.ebook_container .notice_section .notice_list li + li {
  margin-top: 20px;
}

.ebook_container .ebook_list_wrap {
  white-space: nowrap;
  overflow-y: auto;
}
.ebook_container .ebook_list_wrap .product_list {
  margin-top: 0;
  display: block;
  flex-wrap: nowrap;
}
.ebook_container .ebook_list_wrap .product_list .product_item {
  display: inline-block;
  float: none;
}
.ebook_container .ebook_list_wrap .product_list .content .title {
  white-space: normal;
}

/* 스크롤바 디자인*/
.ebook_container .ebook_list_wrap::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #ffffff;
}
.ebook_container .ebook_list_wrap::-webkit-scrollbar-thumb {
  border-radius: 3.5px;
  background-color: #ced4da;
}
.ebook_container .ebook_list_wrap::-webkit-scrollbar-thumb:hover {
  background-color: #adb5bd;
}
.ebook_container .ebook_list_wrap::-webkit-scrollbar-track {
  background: #ffffff;
}

.ebook_container .product_box .category {
  color: #375690;
}
.ebook_container .product_box .title {
  margin-top: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #1b2a46;
}
.ebook_container .product_box .utils {
  margin-top: 21px;
  font-size: 12px;
  color: #8f8f8f;
}
.ebook_container .product_box .utils .util_favorite {
  padding-left: 16px;
  background: url("../images/ico_heart.svg") no-repeat 0 2px;
  background-size: 15px;
}
.ebook_container .product_box .utils .util_enrol {
  font-size: 12px;
  position: relative;
  padding-left: 0;
  display: inline-block;
  /*
   background: url("../images/ico_enrol.svg") no-repeat 7px 4px;
   background-size: 10px;*/
}
.ebook_container .product_box .utils .util_enrol > span {
  font-size: 11px;
  vertical-align: baseline;
}
.ebook_container .product_box .utils .util_review {
  position: relative;
  padding-left: 19px;
  background: url("../images/ico_review.svg") no-repeat 6px 4px;
  background-size: 12px;
}
.ebook_container .product_box .utils .util_review::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 12px;
  color: #c2c2c2;
}
.ebook_container .product_box .utils .util_rating {
  position: relative;
  padding-left: 16px;
  padding-right: 8px;
  background: url("../images/ico_rating_star.svg") no-repeat -2px -1px;
  background-size: 18px;
  font-size: 12px;
}
.ebook_container .product_box .utils .util_rating::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #c2c2c2;
}
.ebook_container .product_box .utils .util_rating > span {
  font-size: 11px;
  vertical-align: baseline;
}
.ebook_container .product_box .provide {
  margin-top: 10px;
  font-size: 14px;
}
.ebook_container .product_box .info {
  margin-top: 20px;
  text-align: right;
}
.ebook_container .product_box .info .info_label {
  margin-right: 3px;
  padding: 0 7px;
  border-radius: 18px;
  background-color: #f9edda;
  font-size: 14px;
  font-weight: bold;
  color: #8a5f17;
  vertical-align: text-bottom;
}
.ebook_container .product_box .info .info_price b {
  font-size: 24px;
  vertical-align: baseline;
}
.ebook_container .product_box .btn_wrap {
  margin: 24px -4px 0;
}
.ebook_container .product_box .btn_wrap > div {
  padding: 0 4px;
}
.ebook_container .product_box .btn_wrap .btn {
  font-weight: normal;
}
.ebook_container .product_box .btn_wrap .btn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: sub;
}

.ebook_container .product_box .btn_wrap .btn_preview {
  border: 1px solid #375690;
  background-color: #fff;
}
.ebook_container .product_box .btn_wrap .btn_preview:before {
  background-image: url("../images/ico_preview.svg");
  width: 23px;
  background-position-y: -1px;
}
.ebook_container .product_box .btn_wrap .btn_reading {
  border: 1px solid #375690;
  background-color: #fff;
}
.ebook_container .product_box .btn_wrap .btn_reading:before {
  background-image: url("../images/ico_preview.svg");
  width: 23px;
  background-position-y: -1px;
}
.ebook_container .product_box .btn_favorite {
  position: absolute;
  top: 15px;
  right: 55px;
  width: 32px;
  height: 30px;
  background: url("../images/icon_like.svg") no-repeat 0 0;
  background-size: 100%;
  border: 0;
  border-radius: 0;
  text-indent: -9999em;
  transition: 0.1s ease-in-out;
}
.ebook_container .product_box .btn_favorite.is-active {
  background-image: url("../images/icon_like_active.svg");
}
.ebook_container .product_box .btn_share {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 32px;
  height: 30px;
  background: url("../images/icon_share.svg?ver=2") no-repeat 0 0;
  background-size: 100%;
  border: 0;
  border-radius: 0;
  text-indent: -9999em;
  transition: 0.1s ease-in-out;
}
.ebook_container .product_box .btn_buy {
  margin-top: 12px;
}
.floating_container.price_option_container.price_option_container_hide .product_box .category,
.floating_container.price_option_container.price_option_container_hide .product_box .title,
.floating_container.price_option_container.price_option_container_hide .product_box .utils,
.floating_container.price_option_container.price_option_container_hide .product_box .badge-group {
  display: none !important;
}
.ebook_container .floating_container.price_option_container.price_option_container_hide .product_box .price_option_box {
  margin-top: -20px !important;
}

.ebook_container .product_box .price_option_box {
  margin-top: 15px;
  text-align: right;
}

/* 250808 - 신규 옵션 버튼 제거 */
.ebook_container .product_box .price_option_box span.option_discount_title {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.ebook_container .product_box .price_option_box span.option_discount_title span.option_origin_price {
	color: #ccc;
	text-decoration: line-through;
}

.ebook_container .product_box .price_option_info {
  font-size: 18px;
  color: #1B2A46;
  font-weight: bold;
}
.ebook_container .product_box .btn_price_option {
  margin-top: 15px;
  border: 1px solid #E0E0E0;
  background: none;
  color: #1B2A46;
  text-align: left;
  padding: 14px 20px;
  line-height: normal;
  font-weight: bold;
}
.ebook_container .product_box .btn_price_option + .btn_price_option {
  margin-top: 7px;
}
.ebook_container .product_box .btn_price_option.active {
  border: 2px solid #1B2A46;
  padding: 13px 19px;
}
.ebook_container .product_box .btn_price_option:disabled {
  background: #eee;
}
.ebook_container .product_box .btn_price_option span.option_title {
  float: left;
}
.ebook_container .product_box .btn_price_option span.option_discount_title {
  float: right;
  color: #FF0000;
}
.ebook_container .product_box .btn_price_option span.option_discount_title span.option_origin_price {
  color: #ccc;
  text-decoration: line-through;
}
.ebook_container .product_box .btn_price_option span.option_description {
  float: left;
  font-weight: normal;
  font-size: 14px;
  margin-top: 3px;
}
.ebook_container .product_box .btn_price_option span.option_description span {
  color: #FF0404;
}
.ebook_container .product_box .btn_price_option span.option_price {
  float: right;
}
.ebook_container .product_box .total_price {
  margin-bottom: -45px; font-size: 18px; font-weight: bold;
}

.ebook_container.orange_box .category_box .category {
  color: #FF6A00;
}
.ebook_container.orange_box .section .section_title{
  color: #FF6A00;
}
.ebook_container.orange_box .section .section_title:after {
  background-color: #FF6A00;
}
.ebook_container.orange_box .section .best_reviews .comment_list > li {
  background-color: #fff9f4;
}
.ebook_container.orange_box .curriculum_content .curriculum_content_list li .num.requirements_outcomes {
  color: #FF6A00;
}
.ebook_container.orange_box .curriculum_content .curriculum_content_list li .btn_view {
  background-color: #FFF0E5;
  color: #FF6A00;
}
.ebook_container.orange_box .review_info .rating-review {
  background: url("../images/ico_review_orange.svg") no-repeat 0 4px;
}
.ebook_container.orange_box .section .ebook_list_wrap .product_list .product_item .content .category {
  color: #FF6A00;
}
.ebook_container.orange_box .product_box .category {
  color: #FF6A00;
  font-size: 13px;
}
.ebook_container.orange_box .product_box .btn_wrap .btn_preview {
  color: #FF6A00;
  border-color: #FF6A00;
}
.ebook_container.orange_box .product_box .btn_wrap .btn_preview:before {
  background-image: none;
  background-color: #FF6A00;
  -webkit-mask-image: url("../images/ico_preview.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position-y: -1px;
  -webkit-mask-position-x: -1px;
  mask-image: url("../images/ico_preview.svg");
  mask-size: 25px;
}
.ebook_container.orange_box .product_box .btn_wrap .btn_reading {
  color: #FF6A00;
  border-color: #FF6A00;
}
.ebook_container.orange_box .product_box .btn_wrap .btn_reading:before {
  background-image: none;
  background-color: #FF6A00;
  -webkit-mask-image: url("../images/ico_preview.svg");
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position-y: -1px;
  -webkit-mask-position-x: -1px;
  mask-image: url("../images/ico_preview.svg");
  mask-size: 25px;
}
.ebook_container.orange_box .product_box .btn_buy, .ebook_container.orange_box .btn_buy_group, .ebook_container.orange_box .mobile_nav_fixed_option .btn_buy {
  background-color : #FF6A00;
  border-color: #FF6A00;
}
.ebook_container.orange_box .comment_list_wrap .comment_list > li {
  background-color: #fff9f4;
}
.ebook_container.orange_box .comment_list_wrap .pagination>.active>span {
  color: #FF6A00;
  background-color: #fff9f4;
}

.floating_container {
  z-index: 1;
  position: fixed;
  width: 360px;
}
.floating_container .product_box {
  padding: 37px 20px 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.floating_container .keyword_box {
  margin-top: 20px;
  padding: 20px 20px 12px 20px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  border-radius: 8px;
  overflow: hidden;
}
.floating_container .keyword_box .box_title {
  margin-bottom: 20px;
  font-weight: bold;
}
.floating_container .keyword_box .keyword {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0 20px;
  line-height: 40px;
  border: 0;
  border-radius: 8px;
  background-color: #f5f5f5;
}

/* 전자책 구매 페이지 탭 메뉴 위치 값 조정 */
.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.eyes {
  position: absolute;
  bottom: 19px;
  right: 15px;
  height: 22px;
  font-size: 22px;
  cursor: pointer;
  color: #a7a7a7;
}

[data-toggle="tooltip"] {
  cursor: pointer;
}

.sub_wrap .tabs {
  overflow: hidden;
}
.sub_wrap .tabs li {
  float: left;
}
.sub_wrap .tabs li + li {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
.sub_wrap .tabs li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.sub_wrap .tabs li .tab {
  background-color: transparent;
  border: 0;
  font-size: 18px;
  line-height: 1;
  color: #ccc;
}
.sub_wrap .tabs li .tab.is-active {
  font-weight: 700;
  color: #1b2a46;
}

.sub_wrap .product_section.newhit {
  margin-top: 48px;
}
.sub_wrap .product_section.newhit .product_list {
  margin-top: 20px;
}

.sub_wrap .product_section.newhit .best_slider .slick-dots {
  inset: inherit;
  right: 20px;
  bottom: 100%;
  width: auto;
  margin-bottom: 45px;
  padding: 0 13px;
}
.sub_wrap .product_section.newhit .best_slider .slick-dots li {
  margin: 0 7px;
  padding: 0;
}
.sub_wrap .product_section.newhit .best_slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #e0e0e0;
}
.sub_wrap .product_section.newhit .best_slider .slick-dots li.slick-active button {
  background-color: #1b2a46;
  border-color: #1b2a46;
}
.sub_wrap .product_section.newhit .best_slider .slick-arrow {
  top: 50%;
  width: 57px;
  height: 57px;
  transform: translateY(calc(-50% - 50px));
  background-color: rgba(27, 42, 70, 60%);
}
.sub_wrap .product_section.newhit .best_slider .slick-prev {
  left: 20px;
  background-image: url("../images/arrow_left_white.svg");
}
.sub_wrap .product_section.newhit .best_slider .slick-next {
  right: 20px;
  background-image: url("../images/arrow_right_white.svg");

}

.sub_wrap .product_section.newhit.typeB .best_slider .slick-arrow {
  left: auto;
  top: auto;
  bottom: 100%;
  width: 48px;
  height: 48px;
}
.sub_wrap .product_section.newhit.typeB .best_slider .slick-prev {
  right: 58px;
  background: url("../images/btn_prev.svg") no-repeat 50% 50%;
}
.sub_wrap .product_section.newhit.typeB .best_slider .slick-next {
  right: 10px;
  background: url("../images/btn_next.svg") no-repeat 50% 50%;
}

.sub_wrap .product_section.newhit .section_title {
  font-size: 24px;
  font-weight: bold;
  color: #1b2a46;
}
.sub_wrap .product_section.newhit .section_desc {
  margin-top: 14px;
  font-size: 18px;
}
.sub_wrap .product_section.newhit .btn_more {
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 6px;
  font-weight: bold;
  color: #2557b5;
}
.sub_wrap .product_section.newhit.general .product_list .product_item .rank {
  background-image: url("../images/ico_flag_blue-lg.png");
}

.sub_wrap .pdf_policy {
  padding-top: 48px;
  line-height: 23px;
}
.sub_wrap .pdf_policy * {
  margin-bottom: 20px;
}
.sub_wrap .pdf_policy *:last-child {
  margin-bottom: 0;
}
.sub_wrap .pdf_policy h4 {
  font-weight: bold;
}

/* sns section start */
.sub_wrap .sns_top_wrap {
  display: flex;
  justify-content: center;
  gap: 58px;
}
.sub_wrap .sns_bottom_wrap {
  display: flex;
  justify-content: center;
  gap: 58px;

}
.sub_wrap .sns_bottom_wrap:first-child {
  margin-top: 80px;
}
.sub_wrap .sns_bottom_wrap + .sns_bottom_wrap {
  margin-top: 16px;
}
/* sns section end */

/* sub section 구매현황 */
.sub_wrap .live_section .product_slider {
	margin-top: 15px;
}
.sub_wrap .live_section .product_slider .slick-slide {
	margin-top: 42px;
}
.sub_wrap .live_section .product_slider .slick-arrow {
	bottom: 100%;
}
.sub_wrap .live_section .product_slider .slick-prev {
	right: 68px;
}
.sub_wrap .live_section .product_slider .slick-next {
	right: 20px;
}
.sub_wrap .live_section .float_slider {
	margin-top: 28px;
}
.sub_wrap .intro_section .live_section .float_slider {
	margin-top: 30px;
}
.sub_wrap .live_section .float_slider::before,
.sub_wrap .live_section .float_slider::after {
	content: "";
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
}
.sub_wrap .live_section .float_slider::before {
	background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
	top: 0;
}
.sub_wrap .live_section .float_slider::after {
	bottom: 0;
	background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.sub_wrap .live_section .float_slider .item {
	position: relative;
	margin: 4px 0;
	padding: 18px 16px 18px 20px;
	border-radius: 8px;
	background-color: #f9f9f9;
}
.sub_wrap .live_section .float_slider .item .nickname {
	font-size: 14px;
	font-weight: bold;
	color: #375690;
}
.sub_wrap .live_section .float_slider .item .content {
	margin-top: 9px;
	font-size: 14px;
}
.sub_wrap .live_section .float_slider .item .date {
	position: absolute;
	top: 18px;
	right: 16px;
	font-size: 12px;
	color: #8f8f8f;
}
.sub_wrap .live_section.typeA{
	margin-top: 48px;
}


/* QR 관련 CSS start */
#qr_notice {
  /*display: flex;
  justify-content: center;*/
}

#qr_notice .notice {
  max-width: 1024px;
  width: 100%;
  padding: 72px 53px 64px 104px;
  background: linear-gradient(180deg, #000 0%, #2C2C2C 100%);
  margin: 0 auto;
}

#qr_notice .notice > .notice_inner {
  width: 100%;
  display: inline-flex;
  position: relative;
  flex-direction: column;
}

#qr_notice .notice > .notice_inner > .title {
  color: #FFF;
  font-family: Noto Sans KR;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1.093px;
}

#qr_notice .notice > .notice_inner > .sub_title {
  color: #FFF;
  font-family: Noto Sans KR;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.472px;
}

#qr_notice .notice > .notice_inner > .content {
  margin-top : 75px;
  color: #FFF;
  font-family: Noto Sans KR;
  font-size: 44px;
  font-style: normal;
  font-weight: 900;
  line-height: 160.3%; /* 70.532px */
  letter-spacing: -0.88px;
}

#qr_notice .notice > .notice_inner > .lock_img {
  margin-right : 0px;
  margin-left : auto;
  width: 165px;
  height : 213px;
}

#qr_complete .banner {
  width: 100%;
  background: #EDEDED;
  height: 287px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#qr_complete .banner > .banner_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-left: 360px;
}

#qr_complete .banner > .banner_inner > .top_title{
  color: #275ABE;
  font-family: Noto Sans KR;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.668px;
}

#qr_complete .banner > .banner_inner > .title {
  color: #1D4289;
  font-family: Noto Sans KR;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.72px;
}

#qr_complete .banner > .banner_inner > .sub_title {
  color: #1D1D1F;
  font-family: Noto Sans KR;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  margin-top : 8px;
  margin-bottom: 35px;
}

#qr_complete .banner > .banner_inner > .book_img {
  position: absolute;
  top : 0px;
  left : 0px;
  width: 460px;
  height : 360px;
}

#qr_complete .banner > .banner_inner.light {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  width: 465px;
  padding-left: 20px;
  z-index: 10;
}

#qr_complete .banner > .banner_inner.light > .top_title{
  color: #1D4289;
  font-family: Noto Sans KR;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.3px;
}

#qr_complete .banner > .banner_inner.light > .title {
  color: #1D4289;
  font-family: Noto Sans KR;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.688px;
}

#qr_complete .banner > .banner_inner.light > .sub_title {
  color: #1D1D1F;
  font-family: Noto Sans KR;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.286px;
  margin-top : 15px;
  margin-bottom: 20px;
}

#qr_complete .banner > .banner_inner.light > .book_img {
  position: absolute;
  top : 0px;
  left : 0px;
  width: 460px;
  height : 360px;
  z-index: -1;
}

#qr_complete .button_wrap {
  margin : 50px auto auto auto;
  width : 325px;
}

#qr_complete .button_wrap button+button {
  margin-top : 20px;
}

#qr_complete .desc_wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width : 100%;
  margin-top : 50px;
  font-family: Noto Sans KR;
  font-size: 20px;
  line-height: normal;
}

.landing_wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 30px;
  display: block;
}
.landing_page .ch_wrap {
  bottom: 125px;
}
.landing_wrap .btn_wrap {
  z-index: 10;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1920px;
  padding: 0 20px 12px;

}

.my_review_container .comment_list_wrap {
  margin-top: 10px;
}
.my_review_container .comment_list > li {
  margin-bottom: 20px;
  padding: 28px;
  border-radius: 8px;
  background-color: #f8fafe;
}
.my_review_container .comment_list li .comment_list_edit_input .rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 500px;
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}
.my_review_container .comment_list li .comment_list_edit_input .rating {
  position: relative;
  width: 120px;
  height: 24px;
  background: url(../images/ico_rating_star-off.svg);
  overflow: hidden;
  margin: 4px 0 0 -4px;
}
.my_review_container .comment_list li .comment_list_edit_input .rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url(../images/ico_rating_star.svg);
}
.my_review_container .comment_list li .comment_list_edit_input .rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
  border: 0;
  cursor: pointer;
}
.my_review_container .comment_list li .comment_list_edit_input .rating input:checked + i {
  opacity: 1;
}
.my_review_container .comment_list li .comment_list_edit_input .rating i ~ i {
  width: 40%;
}
.my_review_container .comment_list li .comment_list_edit_input .rating i ~ i ~ i {
  width: 60%;
}
.my_review_container .comment_list li .comment_list_edit_input .rating i ~ i ~ i ~ i {
  width: 80%;
}
.my_review_container .comment_list li .comment_list_edit_input .rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.my_review_container .comment_list li .comment_list_edit_input textarea {
  width: 100%;
  margin-top: 8px;
  height: 200px;
  background-color: transparent;
  border: 1px solid #333;
  line-height: 1.6;
  padding: 8px;
}
.my_review_container .comment_list li .comment_list_edit_input .btn_edit_cancel {
  float: left;
  font-size: 14px;
  color: #333;
  vertical-align: bottom;
  background-color: transparent;
  border: 0;
  font-weight: bold;
}
.my_review_container .comment_list li .comment_list_edit_input .btn_edit_submit {
  float: right;
  font-size: 14px;
  color: #333;
  vertical-align: bottom;
  background-color: transparent;
  border: 0;
  font-weight: bold;
}
.my_review_container .comment_list .write_info {
  font-size: 0;
}
.my_review_container .comment_list .write_info .title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
  cursor: pointer;
}
.my_review_container .comment_list .write_info .date {
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: bottom;
}
.my_review_container .comment_list .write_info .btn_edit_comment {
  margin-left: 12px;
  font-size: 14px;
  vertical-align: bottom;
  cursor: pointer;
  font-weight: bold;
}
.my_review_container .comment_list .write_info .btn_del_comment {
  margin-left: 12px;
  font-size: 14px;
  vertical-align: bottom;
  cursor: pointer;
  font-weight: bold;
 }
.my_review_container .comment_list .write_info .edit_count {
  float: right;
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: bottom;
}
.my_review_container .comment_list .write_info .btn_reply {
  float: right;
  font-size: 14px;
  color: #9c9c9c;
  vertical-align: bottom;
  background-color: transparent;
  border: 0;
}
.my_review_container .comment_list .user_rating {
  margin: 4px 0 0 -4px;
  width: 120px;
  height: 24px;
  background: url("../images/ico_rating_star-off.svg");
}
.my_review_container .comment_list .user_rating .star {
  height: 100%;
  background: url("../images/ico_rating_star.svg");
}
.my_review_container .comment_list .comment {
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.6;
  color: #000;
}

.my_review_container .comment_list_wrap .btn_more {
  background-color: #f0f4fc;
  color: #376dd5;
}
.my_review_container .comment_list_wrap .btn_more img {
  margin-left: 4px;
  vertical-align: text-bottom;
}

/* 홈화면 추가 */
.app-home-add-direct {
  display: none !important;
}
.app-home-add-direct-content {
  z-index: 10000002;
  display: flex;
  justify-content:center;
  align-items:center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.app-home-add-direct-content > div {
  background: #fff;
  padding: 40px 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #fff;
  color: #000;
  flex-grow: 1;
  text-align: center;
}
.app-home-add-direct-content > div.ios-mobile {
  padding: 40px 15px 10px;
}
.app-home-add-direct-content > div > .app_home_logo {
  max-width: 80px;
  margin: auto;
  padding-bottom: 30px;
}
.app-home-add-direct-content > div > .app_home_logo > img {
  border: 1px solid #ddd;
  padding: 20px 10px;
  border-radius: 8px;
}
.app-home-add-direct-content > div strong {
  font-size: 18px;
}
.app-home-add-direct-content > div.ios-mobile strong {
  font-size: 16px;
}
.app-home-add-direct-content > div p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.app-home-add-direct-content > div.ios-mobile p {
  line-height: 1.6;
  margin-top: 0px;
  margin-bottom: 10px;
}
.app-home-add-direct-content a {
  text-decoration: underline;
  cursor: pointer;
}

.app-home-add-direct-content .app-home-arrow {
  position: relative;
  max-width: 70px;
  margin: 0 auto;
}
.app-home-add-direct-content .app-home-arrow > span {
  position: absolute;
  left: 55px;
  top: 25px;
  color: #5991FF;
  font-weight: 700;
}
.app-home-add-direct .app-home-add-bg {
  z-index: 10000001;
  background-color:#000;
  opacity: 0.5;
  width:100vw;
  height:100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.app-home-add-direct div .btn-modal-confirm {
  color: #fff;
  border: 1px solid #5991FF;
  background: #5991FF;
  width: 100%;
  font-size: 16px;
}
.app-home-add-direct div .btn-modal-confirm:after {
  content: "";
  display: inline-block;
  background-image: url("../images/ico_download_white.png");
  width: 33px;
  height: 32px;
  background-position-y: 5px;
  background-size: cover;
  vertical-align: sub;
}
.app-home-add-direct .btn-modal-close {
  position: absolute;
  top: -45px;
  right: 20px;
  background: none;
  border: 0 none;
}
.app-home-add-direct .ios-mobile{
  display: none;
}
.app-home-add-direct .ios-mobile.active{
  display: block;
}
.app-home-add-direct .android-mobile{
  display: none;
}
.app-home-add-direct .android-mobile.active{
  display: block;
}

/* 툴팁 css */
.tooltip-menu > .ico-ex-mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  width: 16px;
  height: 16px;
  border: 1px solid #888888;
  border-radius: 50%;
  font-style: normal;
  color: #888888;
  margin-left: 2px;
}

.cf-preview-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	padding: 16px;
}

.cf-preview-modal {
	background: #ffffff;
	border-radius: 12px;
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.cf-preview-close-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
}

.cf-preview-title {
	width: 98%;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.cf-preview-description {
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
}

.cf-preview-video-wrapper {
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 20px 0;
	background: black;
	border-radius: 8px;
	overflow: hidden;
}

.cf-preview-video-wrapper iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.cf-preview-subscribe-btn {
	width: 100%;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	background: #ff5a00;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s;
}

.cf-preview-subscribe-btn:hover {
	background: #e65000;
}

.cf-preview-open-btn {
	margin: 50px auto;
	display: block;
	padding: 12px 24px;
	font-size: 16px;
}

@media (min-width: 1920px) {
  .page_header.category-custom-banner {
    background-size: contain;
    background-color: #1D1D1F;
  }
}
@media  screen and (max-width: 1199px) {
  #qr_notice .notice > .notice_inner > .title {
    font-size : 50px;
  }

  #qr_notice .notice > .notice_inner > .sub_title {
    font-size : 20px;
  }

  #qr_notice .notice > .notice_inner > .content {
    font-size : 40px;
  }

  #qr_notice .notice > .notice_inner > .lock_img {
    width: 148px;
    height: 192px;
  }
}
@media  screen and (max-width: 991px) {
  #qr_notice .notice {
    padding: 72px 53px 64px 53px;
  }

  #qr_notice .notice > .notice_inner > .title {
    font-size : 40px;
  }

  #qr_notice .notice > .notice_inner > .sub_title {
    font-size : 16px;
  }

  #qr_notice .notice > .notice_inner > .content {
    margin-top : 50px;
    font-size : 30px;
  }

  #qr_notice .notice > .notice_inner > .lock_img {
    width: 133px;
    height: 172px;
  }
}
@media  screen and (max-width: 767px) {
  #qr_notice .notice {
    padding: 26px 16px 23px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #qr_notice .notice > .notice_inner {
    max-width: 320px;
  }

  #qr_notice .notice > .notice_inner > .title {
    font-size : 20px;
  }

  #qr_notice .notice > .notice_inner > .sub_title {
    font-size : 10px;
  }

  #qr_notice .notice > .notice_inner > .content {
    margin-top : 30px;
    font-size : 16px;
  }

  #qr_notice .notice > .notice_inner > .lock_img {
    width: 60px;
    height: 78px;
  }

  #qr_complete .banner {
    width: 100%;
    background: #EDEDED;
    height: 155px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  #qr_complete .banner > .banner_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-left: 205px;
  }

  #qr_complete .banner > .banner_inner > .top_title{
    color: #1D4289;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.3px;
  }

  #qr_complete .banner > .banner_inner > .title {
    color: #1D4289;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.261px;
  }

  #qr_complete .banner > .banner_inner > .sub_title {
    color: #1D1D1F;
    font-family: Noto Sans KR;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.131px;
    margin-top : 5px;
    margin-bottom: 10px;
  }

  #qr_complete .banner > .banner_inner > .book_img {
    position: absolute;
    top : 0px;
    left : 0px;
    width: 264px;
    height: 186px;
  }

  #qr_complete .banner > .banner_inner.light {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    width: 265px;
    padding-left: 10px;
    z-index: 10;
  }

  #qr_complete .banner > .banner_inner.light > .top_title{
    color: #1D4289;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.3px;
  }

  #qr_complete .banner > .banner_inner.light > .title {
    color: #1D4289;
    font-family: Noto Sans KR;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -0.249px;
  }

  #qr_complete .banner > .banner_inner.light > .sub_title  {
    color: #1D1D1F;
    font-family: Noto Sans KR;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.104px;
    margin-top : 5px;
    margin-bottom: 7px;
  }

  #qr_complete .banner > .banner_inner.light > .book_img {
    position: absolute;
    top : 0px;
    left : 0px;
    width: 264px;
    height: 186px;
    z-index: -1;
  }

  #qr_complete .button_wrap {
    margin : 20px auto auto auto;
    width : 100%;
  }

  #qr_complete .button_wrap button+button {
    margin-top : 10px;
  }

  #qr_complete .desc_wrap {
    margin-top : 20px;
    font-size : 13px;
  }
}


/* QR 관련 CSS end */

@media screen and (max-width: 1199px) { /*(220325) 너비에 따른 전자책 구매페이지 우측 영역 조정*/
  .floating_container {
    width: 283px;
  }
}

@media screen and (max-width: 991px) {
  .floating_container {
    width: 272px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .page_my_content.page_nav:not(.sticky-mode) > ul > li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  /* 로그인 */
  .box_container {
    margin-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box_container .box_title {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .box_container .utils {
    line-height: 16px;
    font-size: 10px;
  }
  .box_container .utils .util_link .divi {
    margin: 0 4px;
    font-size: 10px;
  }
  .box_container .bottom_link {
    margin-top: 23px;
    padding-top: 20px;
    font-size: 12px;
  }
  .box_container .bottom_link .txt {
    margin-right: 8px;
  }
  .box_container .form-group .btn_cancel {
    right: 12px;
    bottom: 12px;
    width: 20px;
  }
  .box_container .form-group .button-auth {
    top: 35px;
  }
  .box_container .form-group .auth_timer {
    top: 39px;
  }
  .box_container .btn_secret {
    right: 14px;
    bottom: 14px;
    width: 16px;
    height: 16px;
  }
  .box_container .notice {
    margin-top: 8px;
    font-size: 9px;
  }

  /* 프로필 */
  .box_container + .box_container {
    margin-top: 20px;
  }
  .box_container.box_sm .box_title {
    font-size: 16px;
  }
  .box_container.box_sm .form-group + .btn {
    margin-top: 0;
  }
  .box_container .form_notice {
    margin-top: -20px;
    font-size: 10px;
  }

  /* 결제완료 */
  .completion_section {
    padding: 60px 0 65px;
  }
  .completion_section.completion_section_bind {
    padding: 60px 20px 65px;
  }
  .completion_section .inner {
    /*max-width: 210px;*/
  }
  .completion_section .section_title {
    padding: 64px 0 0;
    font-size: 18px;
  }
  .completion_section .section_title::before {
    top: 0;
    bottom: inherit;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    background-size: 28px 28px;
  }
  .completion_section.completion_section_bind .section_title {
    padding: 64px 0 0;
  }
  .completion_section.completion_section_bind .section_title:before {
    background-size: 50px 50px;
  }
  .completion_section.completion_section_bind .completion_section_bind_box {
    font-size: 16px;
  }
  .completion_section .desc {
    margin-top: 14px;
    font-size: 16px;
  }
  .completion_section.completion_section_bind .desc {
    font-size: 14px;
  }
  .completion_section .other_links {
    margin-top: 26px;
  }
  .completion_section .other_links .btn {
    float: left;
    line-height: 38px;
    margin-left: 10px;
    width: 45%;
  }
  .completion_section .other_links .btn + .btn {
    /*margin-top: 10px;*/
  }
  .completion_section + .container .product_list {
    margin-left: -9px;
    margin-right: -20px;
    overflow: hidden;
  }
  .completion_section + .container .product_list .product_item {
    padding: 0 9px;
  }
  .completion_section + .container .product_list .product_item .info .info_price {
    display: block;
  }
  .completion_section + .container .product_list .product_item .info .info_label {
    margin-left: 0;
  }
  .completion_section + .container .product_list .product_item .utils {
    margin-top: 9px;
  }
  /*.box_container.type-result {
    margin-top: 28px;
  }
  .box_container.type-result .box_title {
    font-size: 20px;
  }
  .box_container.type-result .desc {
    font-size: 16px;
  }
  .box_container.type-result .desc span {
    font-size: 13px;
  }
  .box_container.type-result .other_links {
    margin-top: 28px;
  }
  .box_container.type-result .other_links > div + div {
    margin-top: 20px;
  }*/

  /* 회원가입 결과 */
  .signup_result {
    margin-top: 60px;
  }
  .signup_result .intro_txt {
    font-size: 28px;
  }
  .signup_result .content_mb {
    margin-top: 28px;
    font-size: 12px;
    color: #000;
  }
  .signup_result > .btn {
    margin-top: 40px;
  }

  /* 서브페이지 헤더 */
  .page_header {
    height: 105px;/*(220309) 120px -> 88px 변경*/
  }
  .page_header .title {
    font-size: 16px;
  }
  .page_header .title .ico {
    width: 14px;
  }
  .page_header .desc {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
  }

  .page_header.typeA {
    height: 200px;
  }
  .page_header.typeB {
    height: 150px;
  }
  /* collection 페이지 카테고리 */
  .collection_category_list {
    margin-top: 16px;
  }

  .collection_category_list ul li{
    flex: 0 0 160px;
    max-width: 160px;
  }

  .collection_category_list ul li input[type="checkbox"] + label{
    font-size : 10px;
    line-height: 16px;
  }

  .collection_category_list ul li input[type="checkbox"] + label.blog:before {
    width: 16px;
    height: 16px;
  }

  .collection_category_list ul li input[type="checkbox"] + label.youtube:before {
    width: 16px;
    height: 16px;
  }

  .collection_category_list ul li input[type="checkbox"] + label.entire:before {
    width: 16px;
    height: 16px;
  }

  /* 카테고리 페이지 */
  .content_list_top {
    margin-top: 28px;
  }
  .content_list_top .dropdown .btn_sort {
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .content_list_top .dropdown .btn_sort:after {
    width: 20px;
    height: 20px;
  }
  .content_list_top .dropdown .dropdown-menu {
    margin-top: 8px;
    padding: 0;
    border-radius: 0;
  }
  .content_list_top .dropdown .dropdown-menu li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  .sub_wrap .product_list {
    margin-top: 28px;
  }

  /* 카테고리 페이지 | 베스트 */
  .best_product_area .tab {
    margin: 0 -10px;
    padding: 28px 0;
    font-size: 0;
  }
  .best_product_area .tab > li {
    padding: 0 10px;
  }
  .best_product_area .tab > li .btn {
    font-size: 12px;
  }

  .best_product_area > .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .best_product_area .product_section {
    padding: 0 15px 20px;
  }
  .best_product_area .product_section .section_title {
    padding-left: 16px;
    background-size: 10px 12px;
    font-size: 12px;
  }

  .best_product_area .product_section .product_list .product_item {
    margin-top:28px;
  }
  .best_product_area .product_section .product_list .product_item .title {
    height: 42px;
  }
  .best_product_area .product_section .more_link {
    top: 0;
    right: 15px;
    width: auto;
    background-color: transparent !important;
    font-size: 10px;
    font-weight: 400;
    color: #222;
    line-height: 1;
    text-decoration: underline;
  }

  /* 작가 상세 */
  .profile_wrap {
    margin-top: -180px;
    padding-top: 20px;
    padding-bottom: 24px;
  }
  .profile_wrap .profile_box,
  .profile_wrap .profile_box .profile {
    display: block;
    text-align: center;
  }
  .profile_wrap .profile_box .profile .profile_img {
    flex: none;
    width: 72px;
    height: 72px;
    margin: 0 auto;
  }
  .profile_wrap .profile_box .profile .name {
    display: inline-block;
    margin: 18px 0 0;
    font-size: 18px;
  }
  .profile_wrap .profile_box .profile .auth {
    display: inline-block;
    flex: none;
    width: 56px;
    margin-top: 20px;
    margin-left: 4px;
  }
  .profile_wrap .profile_box .intro {
    flex: none;
    max-width: 100%;
    margin-top: 7px;
    font-size: 12px;
  }

  .page_nav {
    margin-top: 24px;
  }
  .page_nav:not(.sticky-mode) > ul > li {
    width: 80px;
  }
  .page_nav.page_nav_info:not(.sticky-mode) > ul > li {
    width: 100px;
  }
  .page_nav > ul > li > a {
    font-size: 14px;
  }
  .page_nav + .content_list_top {
    margin-top: 20px;
  }

  .review_list {
    margin-top: 28px;
  }
  .review_list .review_count {
    font-weight: bold;
    color: #1b2a46;
  }
  .review_list > ul {
    margin: 24px 0 0;
  }
  .review_list > ul > li + li {
    margin-top: 12px;
  }
  .review_list .write_info .nickname {
    font-size: 12px;
  }
  .review_list .write_info .date {
    margin-left: 8px;
    font-size: 10px;
  }
  .review_list .content {
    margin-top: 10px;
    font-size: 12px;
  }

  .btn_list_top {
    margin-top: 0;
    padding: 0;
    background-color: #f9f9f9;
    line-height: 54px;
  }
  .btn_list_top .ico {
    position: relative;
    top: 16px;
  }

  /* 자주묻는 질문 */
  .container .faq_header,
  .container .faq_content {
    margin: 28px 0;
  }
  .container .faq_header .title,
  .container .faq_content .title {
    font-size: 18px;
  }
  .container .faq_content .faq_search_form {
    margin: 20px 0;
  }
  .container .faq_content .faq_search_form .faq_search_box {
    height: 38px;
  }
  .container .faq_content .faq_search_form .btn_faq_search {
    width: 38px;
    height: 38px;
  }

  .container .faq_content .faq_category > ul > li {
    padding: 5px 10px 4px;
  }
  .container .faq_content .faq_category > ul > li > a.faq_category {
    font-size: 12px;
  }

  .container .faq_footer {
    margin-top: 28px;
  }
  .container .faq_footer .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .container .faq_footer .sub_title {
    font-size: 14px;
  }

  .card_list {
    margin-top: 28px;
  }
  .card_list > .card-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .card_list .card .card_header .title {
    padding: 22px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .card_list .card .card_header .title:after {
    display: none;
  }
  .card_list .card .card-body {
    padding: 0 25px 24px;
    font-size: 14px;
  }

  /* 칼럼 */
  .column_container .page_nav.page_nav-lg > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .card_list.column .card .card-body {
    margin: 0 20px;
  }
  .card_list.column .card .card-body .title {
    font-size: 16px;
  }

  /* 공지사항 */
  .notice_col {
    padding: 0 20px;
  }
  .notice_box {
    margin-top: 28px;
    padding: 0 20px;
  }
  .notice_box .notice_header {
    padding-top: 24px;
  }
  .notice_box .notice_header .title {
    font-size: 16px;
    color: #222;
  }
  .notice_box .notice_content {
    padding: 20px 0 24px;
    font-size: 14px;
    line-height: 1.71;
    color: #222;
  }
  .notice_box .notice_content > b {
    font-size: 16px;
  }

  /* 후기 */
  .sub_wrap .review_tabs {
    margin-top: 28px;
  }
  .sub_wrap .review_list > div > .title {
    font-size: 12px;
    margin-bottom: 28px;
  }
  .sub_wrap .review_list .item .content {
    font-size: 14px;
    max-height: 435px;
    height: auto;
    margin-top: 7px;
    line-height: 1.57;
    overflow: hidden;

    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
  }
  .sub_wrap .review_list .item .title {
    margin-top: 32px;
    font-size: 14px;
    height: 18px;
  }
  .sub_wrap .review_list .item .user_best_review_img {
    margin-top: -2px;
  }

  .sub_wrap .review_list.review_slider {
    margin: 28px 0 0;
  }
  .sub_wrap .review_list.review_slider .item {
    width: 300px;
    margin: 0 6px;
  }
  .sub_wrap .review_list.review_slider .item .content {
    font-size: 14px;
    height: 130px;
    -webkit-line-clamp: 6;
  }
  .sub_wrap .review_slider .item:first-child {
    margin-left: 0;
  }
  .sub_wrap .review_slider_more_btn {
    font-size: 12px;
  }

  /* My콘텐츠 */
  .page_nav.page_nav-lg {
    margin-top: 15px;
  }
  .page_nav.page_nav-lg > ul > li > a {
    padding: 13px 0;
    font-size: 12px;
  }
  .page_nav.page_nav-lg + .content_list_top {
    margin-top: 10px;
  }
  .content_list_top .list_search {
    width: 100%;
  }
  .content_list_top .list_search .search_box {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #1b2a46;
  }
  .content_list_top .list_search .search_box .keyword {
    min-width: auto;
    width: 100%;
    height: 42px;
    padding-left: 0;
    background: transparent;
  }
  .content_list_top .list_search .search_box .btn {
    top: 8px;
  }
  .content_list_top .list_search + .dropdown {
    margin-top: 17px;
  }
  .content_list_top .dropdown + .dropdown {
    margin-top: 17px;
  }
  .sub_wrap .product_list.typeC {
    margin-top: 20px;
  }

  .not_found-ebook {
    margin-top: 40px;
    padding: 38px 20px 20px;
  }
  .not_found-ebook .content {
    font-size: 16px;
    line-height: 1.4;
  }
  .not_found-ebook .btn {
    max-width: none;
    margin-top: 26px;
  }

  /* 찜한 목록 */
  .product_list.typeC .product_item .content .btn_delete {
    top: 23px;
    right: 16px;
    width: 24px;
  }

  /* 북마크(메모) */
  .product_list.bookmark_type .content .memo_list_wrap {
    padding: 10px 30px 30px;
  }
  .product_list.bookmark_type .content .content_info > .title .ico {
    top: 2px;
  }
  .product_list.bookmark_type .memo_list > li > .bookmark_title {
    font-size: 14px;
    margin-right: 85px;
  }
  .product_list.bookmark_type .content .memo_count_title {
    font-size: 14px;
  }
  .product_list.bookmark_type .memo_list > li .div_memo_title .btn_add_memo {
    margin-top: 3px;
  }
  .product_list.bookmark_type .memo_list > li .btn_add {
    font-size: 14px;
  }
  .product_list.bookmark_type .memo_list > li .content {
    font-size: 14px;
  }
  .product_list.bookmark_type .memo_list > li .dropdown_memo .btn_other_bookmark {
    width: 55px;
    height: 20px;
    padding: 3px;
    margin-top: 2px;
  }
  .product_list.bookmark_type .memo_list > li .dropdown .dropdown-menu {
    right: 92px;
  }

  /* 전자책 상세 */
  .page_nav.sticky-mode.active {
    top: 59px;
  }

  .ebook_container {
    padding-top: 0;
  }
  .ebook_container .cover_section {
    margin: 44px -20px 0;
    padding: 11.563% 12.5%;
    border-radius: 0;
  }
  .ebook_container .cover_section .thumb {
    flex: 0 0 28.572%;
    max-width: 28.572%;
  }
  .ebook_container .cover_section .content {
    flex: 0 0 71.428%;
    max-width: 71.428%;
    padding: 0 2.5% 0 4.5%;
  }
  .ebook_container .cover_section .content .ico {
    height: 28px;
    font-size: 28px;
  }
  .ebook_container .cover_section .content .title {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #1b2a46;
  }
  .ebook_container .cover_section .content .book_label {
    margin-top: 14px;
    font-size: 8px;
    letter-spacing: 8px;
  }

  .ebook_container .cover_section.cover-video {
    gap : 16px;
  }

  .ebook_container .cover_section.cover-video .slider-for {
    width : 100%;
  }

  .ebook_container .cover_section.cover-video .slider-nav {
    padding : 0 20px;
  }

  /* the slides */
  .ebook_container .cover_section.cover-video .slider-nav .slick-slide {
    margin: 0 8px;
  }

  /* the parent */
  .ebook_container .cover_section.cover-video .slider-nav .slick-list {
    margin: 0 -8px;
  }

  .ebook_container .product_box {
    padding: 16px 0 25px;
  }
  .ebook_container .product_box .category {
    font-size: 14px;
  }
  .ebook_container .product_box .title {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.4;
  }
  .cover_section + .product_box .btn_favorite {
    top: 7px;
    right: 40px;
  }
  .cover_section + .product_box .btn_share {
    top: 7px;
    right: 5px;
  }
  .cover_section + .product_box .mob-category{
    position: absolute;
    font-size: 12px;
    top: 13px;
    left: 9px;
  }
  .ebook_container .page_nav_wrap + .section,
  .ebook_container .section + .section {
    padding-top: 35px;
    /* padding-top: 95px; */
  }
  .ebook_container .section .section_title {
    margin-bottom: 28px;
    padding-left: 7px;
    font-size: 18px;
  }
  .ebook_container .section .section_title:after {
    width: 3px;
    height: 18px;
    margin-top: -9px;
  }

  .ebook_container .curriculum_content {
    border-color: #ececec;
  }
  .ebook_container .curriculum_content .curriculum_content_list li {
    padding-left: 36px;
  }
  .ebook_container .curriculum_content .curriculum_content_list li + li {
    margin-top: 16px;
  }
  .ebook_container .curriculum_content dt {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .ebook_container .curriculum_content .curriculum_content_list li .num {
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 16px;
  }
  .ebook_container .curriculum_content .curriculum_content_list li .title {
    padding: 3px 0 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .ebook_container .curriculum_content .curriculum_content_list li .btn_view {
    top: 1px;
    width: 67px;
    font-size: 11px;
    line-height: 17px;
  }

  .ebook_container .profile {
    padding: 20px 20px 32px;
    background-color: #fff9f4;
  }
  .ebook_container .profile .profile_img {
    width: 40px;
    height: 40px;
    background-color: #ffedde;
  }
  .ebook_container .profile .title {
    padding: 10px 0 11px 52px;
    font-size: 16px;
  }
  .ebook_container .profile .desc {
    margin-top: 12px;
    font-size: 14px;
  }
  .ebook_container .author_column {
    margin-top: 34px;
  }
  .ebook_container .author_column .author_column_title {
    font-size: 12px;
  }
  .ebook_container .author_column .column_list {
    margin-top: 12px;
  }
  .ebook_container .author_column .column_list li > a {
    padding: 32px 28px 32px 20px;
    font-size: 14px;
    background-size: 16px;
    background-position-x: 90%;
  }

  .ebook_container .review_info {
    left: initial;
    right: 0;
    top: 36px;
  }
  .ebook_container .review_info.review_info_change {
    left: initial;
  }
  .ebook_container .review_info .rating {
    padding-left: 24px;
    background-size: 20px;
    font-size: 16px;
  }
  .ebook_container .review_info .rating-review {
    padding-left: 21px;
    background-size: 16px;
    font-size: 16px;
  }
  .ebook_container .review_info .num {
    font-size: 16px;
  }
  .ebook_container .comment_form {
    margin-bottom: 8px;
    padding: 16px 12px 26px 16px;
  }
  .ebook_container .comment_form .user_info {
    padding: 7px 0 7px 37px;
  }
  .ebook_container .comment_form .thumb {
    width: 28px;
    height: 28px;
  }
  .ebook_container .comment_form .nickname {
    font-size: 12px;
  }
  .ebook_container .comment_form .comment {
    font-size: 12px;
  }
  .ebook_container .comment_form .utils {
    position: absolute;
    right: 0;
    bottom: -15px;
    font-size: 14px;
    font-weight: bold;
  }
  .ebook_container .comment_form .utils .btn_submit {
    margin-left: 12px;
  }
  .ebook_container .comment_list > li {
    margin-bottom: 8px;
  }
  /*.ebook_container .comment_list .write_info .nickname {
    font-size: 14px;
  }*/
  .ebook_container .comment_list .write_info .date {
    margin-left: 8px;
  }
  .ebook_container .comment_list .user_rating {
    margin-top: 1px;
  }
  .ebook_container .comment_list .user_best_review_img {
    margin-top: 4px;
  }
  .ebook_container .comment_list .comment {
    margin-top: 5px;
    font-size: 14px;
  }
  .ebook_container .best_reviews .comment_list .comment_more{
    /*font-size: 10px;*/
  }
  .ebook_container .notice_section {
    margin-top: 95px;
  }
  .ebook_container .notice_section .notice_list li {
    font-size: 12px;
  }

  .ebook_container .mobile_nav_fixed {
    z-index: 10;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px 18px;
    background-color: #fff;
  }
  .ebook_container .mobile_nav_fixed::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 40px;
    /* transform: rotate(-180deg); */
    background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  .ebook_container .mobile_nav_fixed .row {
    margin: 0 -3px;
  }
  .ebook_container .mobile_nav_fixed .row > div {
    padding: 0 3px;
  }
  .ebook_container .mobile_nav_fixed .btn {
    font-size: 15px;
    line-height: 46px;
  }
  .ebook_container .mobile_nav_fixed .btn_preview {
    border: 1px solid #375690;
    background-color: #fff;
  }
  .ebook_container .mobile_nav_fixed .btn_preview:before {
    content: "";
    display: inline-block;
    background-image: url("../images/ico_preview.svg");
    width: 25px;
    height: 19px;
    background-position-y: -1px;
    background-size: cover;
    vertical-align: sub;
    margin-right: 2px;
  }
  .ebook_container .mobile_nav_fixed .btn_reading {
    border: 1px solid #FF6A00;
    background-color: #fff;
  }
  .ebook_container .mobile_nav_fixed .btn_reading:before {
    content: "";
    display: inline-block;
    background-image: url("../images/ico_preview.svg");
    width: 25px;
    height: 19px;
    background-position-y: -1px;
    background-size: cover;
    vertical-align: sub;
    margin-right: 2px;
  }

  .ebook_container .mobile_nav_fixed_option {
    display: none !important;
    z-index: 10000001;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 20px 30px;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
  }
  .ebook_container .mobile_nav_fixed_option.active {
    display: block !important;
  }
  .ebook_container .mobile_nav_fixed_option .row {
    margin: 0 -3px;
  }
  .ebook_container .mobile_nav_fixed_option .row > div {
    padding: 0 3px;
  }
  .ebook_container .mobile_nav_fixed_option .btn {
    font-size: 15px;
    line-height: 46px;
  }
  .ebook_container .mobile_nav_fixed_option .btn_preview {
    border: 1px solid #375690;
    background-color: #fff;
  }
  .ebook_container .mobile_nav_fixed_option .btn_preview:before {
    content: "";
    display: inline-block;
    background-image: url("../images/ico_preview.svg");
    width: 25px;
    height: 19px;
    background-position-y: -1px;
    background-size: cover;
    vertical-align: sub;
    margin-right: 2px;
  }

  .ebook_container .mobile_nav_fixed_option .price_option_info {
    font-size: 18px;
    color: #1B2A46;
    font-weight: bold;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option {
    margin-top: 15px;
    border: 1px solid #E0E0E0;
    background: none;
    color: #1B2A46;
    text-align: left;
    padding: 14px 20px;
    line-height: normal;
    font-weight: bold;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option + .btn_price_option {
    margin-top: 7px;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option.active {
    border: 2px solid #1B2A46;
    padding: 13px 19px;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option:disabled {
    background: #eee;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option span.option_title {
    float: left;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option span.option_discount_title {
    float: right;
    color: #FF0000;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option span.option_discount_title span.option_origin_price {
    color: #ccc;
    text-decoration: line-through;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option span.option_description {
    float: left;
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option span.option_description span {
    color: #FF0404;
  }
  .ebook_container .mobile_nav_fixed_option .btn_price_option span.option_price {
    float: right;
  }
  .ebook_container .mobile_nav_fixed_option .total_price {
    margin-bottom: -45px;
    font-size: 18px;
    font-weight: bold;
    float: left;
  }

  .ebook_container .mobile_nav_fixed_option .info {
    text-align: right;
  }
  .ebook_container .mobile_nav_fixed_option .info .info_label {
    margin-right: 3px;
    padding: 0 7px;
    border-radius: 18px;
    background-color: #f9edda;
    font-size: 14px;
    font-weight: bold;
    color: #8a5f17;
    vertical-align: text-bottom;
  }
  .ebook_container .mobile_nav_fixed_option .info .info_price b {
    font-size: 24px;
    vertical-align: baseline;
  }

  .ebook_container .mobile_nav_fixed_option .btn_buy {
    margin-top: 20px;
  }

  .ebook_container .mobile_nav_fixed_option .btn_option_exit {
    position: absolute;
    top: -45px;
    right: 20px;
    background: none;
    border: 0 none;
  }

  /* 모바일 결제버튼 상단 띠배너 */
  .ebook_container .mobile_nav_banner_fixed {
    z-index: 10000001;
    width: 100%;
    position: fixed;
    left: 0;
    bottom:75px;
    background-color: #376DD5;
    color: #fff;
    padding: 7px;
    font-size: 14px;
    text-align: center;
  }

  .payment-progress-group {display: none;}
  .payment-progress-group.active {display: flex;}
  .payment-progress-bg-group {display: flex; width:100vw; height:100vh; justify-content:center; align-items:center; position: fixed;  top: 0;  left: 0;}
  .payment-progress-bg-group {z-index: 9998; background-color:#000; opacity: 0.5;}

  .ebook_container.orange_box .review_info .rating-review {
    background-size: 16px;
  }
  .ebook_container.orange_box .mobile_nav_fixed .btn_preview {
    color: #FF6A00;
    border-color: #FF6A00;
  }
  .ebook_container.orange_box .mobile_nav_fixed .btn_preview:before {
    background-image: none;
    background-color: #FF6A00;
    -webkit-mask-image: url("../images/ico_preview.svg");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-y: -1px;
    -webkit-mask-position-x: -1px;
    mask-image: url("../images/ico_preview.svg");
    mask-size: 25px;
  }
  .ebook_container.orange_box .mobile_nav_fixed .btn_reading {
    color: #FF6A00;
    border-color: #FF6A00;
  }
  .ebook_container.orange_box .mobile_nav_fixed .btn_reading:before {
    background-image: none;
    background-color: #FF6A00;
    -webkit-mask-image: url("../images/ico_preview.svg");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position-y: -1px;
    -webkit-mask-position-x: -1px;
    mask-image: url("../images/ico_preview.svg");
    mask-size: 25px;
  }
  .ebook_container.orange_box .mobile_nav_fixed .btn_buy {
    background-color : #FF6A00;
    border-color: #FF6A00;
  }
  .ebook_container.orange_box .mobile_nav_banner_fixed {
    background-color: #FF8731;
  }

  /* 모바일 리뷰내용위치 변경 */
  .anchor#reviews {
    top: -105px;
  }

  .eyes {
    bottom: 11px;
  }

  .sub_wrap .tabs li {
    line-height: 1;
  }
  .sub_wrap .tabs li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
  .sub_wrap .tabs li + li::before {
    height: 10px;
  }
  .sub_wrap .tabs li .tab {
    font-size: 12px;
  }

  .sub_wrap .product_section.newhit{
    margin-top: 40px;
  }
  .sub_wrap .product_section.newhit .product_list {
    margin-top: 20px;
  }

  .sub_wrap .product_section.newhit.typeA {
    margin-top: 40px;
  }
  .sub_wrap .product_section.newhit.typeB {
    margin-top: 40px;
  }

  .sub_wrap .product_section.newhit.typeB .product_list .product_item:nth-child(n+5)  {
    display: none;
  }

  .sub_wrap .product_section.newhit .section_title {
    font-size: 18px;
  }
  .sub_wrap .product_section.newhit .section_desc {
    margin-top: 5px;
    font-size: 13px;
  }
  .sub_wrap .product_section.newhit .btn_more {
    top: 1px;
    font-size: 11px;
    font-weight: normal;
    color: #222;
    text-decoration: underline;
  }

  .sub_wrap .pdf_policy {
    padding-top: 20px;
  }

  .sub_wrap .product_section.newhit .best_slider .slick-arrow {
    width: 42px;
    height: 42px;
  }

  .sub_wrap .product_section.newhit .best_slider .slick-prev {
    left: 5px;
  }

  .sub_wrap .product_section.newhit .best_slider .slick-next {
    right: 5px;
  }

  .sub_wrap .sns_top_wrap {
    gap: 12px;
  }
  .sub_wrap .sns_top_wrap > a {
    flex-grow: 1;
  }
  .sub_wrap .sns_top_wrap > .youtube-banner-trial {
    content: url("../images/youtube_banner_trial_top_mob.jpg?v=2");
    width: 50%;
  }
  .sub_wrap .sns_top_wrap > .youtube-banner-write {
    content: url("../images/youtube_banner_write_top_mob.jpg?v=2");
    width: 50%;
  }
  .sub_wrap .sns_top_wrap > .blog-banner-atrasang {
    content: url("../images/blog_banner_atrasang_mob.png");
    width: 50%;
  }
  .sub_wrap .sns_top_wrap > .pdf-banner-best-review {
    content: url("../images/pdf_best_review_mob.png");
    width: 50%;
  }
  .sub_wrap .sns_bottom_wrap {
    gap: 12px;
    flex-direction: column;
    margin-top: 20px;
  }
  .sub_wrap .sns_bottom_wrap:first-child {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .sub_wrap .sns_bottom_wrap + .sns_bottom_wrap {
    margin-top: 12px;
  }
  .sub_wrap .sns_bottom_wrap a {
    max-width: 240px;
    margin: 0 auto;
  }
  .sub_wrap .sns_bottom_wrap > .youtube-banner-jachung {
    content: url("../images/youtube_banner_jachung_mob.png");
  }
  .sub_wrap .sns_bottom_wrap > .youtube-banner-write {
    content: url("../images/youtube_banner_write_bottom_mob.png");
  }
  .sub_wrap .sns_bottom_wrap > .blog-banner-jachung {
    content: url("../images/blog_banner_jachung_mob.png");
  }
  .sub_wrap .sns_bottom_wrap > .youtube-banner-trial {
    content: url("../images/youtube_banner_trial_bottom_mob.png");
  }

  .landing_wrap .landing-letter{
    content: url("../images/landing_mob.png");
  }
  .landing_page .ch_wrap {
    bottom: 110px;
  }
  .landing_wrap .btn_wrap {
    bottom: 0;
    padding: 0 20px 8px;
  }
  .landing_wrap .btn-letter{
    content: url("../images/landing_banner_mob.png");
  }

  /* 홈화면 추가 */
  .app-home-add-direct.active {
    display: flex !important;
  }

  /* 쿠폰 등록 페이지 */
  .sub_wrap .list_search .coupon-box {
    width: 100%;
    margin-top: 10px;
  }
  .sub_wrap .list_search .coupon-box .coupon-label {
    font-size: 16px;
  }
  .sub_wrap .list_search .coupon-box .coupon-form {
    flex-direction: column;
  }
  .sub_wrap .list_search .coupon-box .coupon-form .coupon-input {
    width: 100%;
  }
  .sub_wrap .coupon_list {
    margin-top: 28px;
  }
  .sub_wrap .coupon_list .coupon_item {
    padding: 28px 28px 28px 40px;
  }
  .sub_wrap .coupon_list .coupon_item .btn_apply_coupon {
    position: unset;
    margin-top: 12px;
  }
  .sub_wrap .coupon_list .coupon_item .title-blue {
    font-size: 14px;
  }
  .sub_wrap .coupon_list .coupon_item .text-desc {
    font-size: 12px;
  }
  .sub_wrap .coupon_list .coupon_item .text-orange {
    font-size: 12px;
  }

	/*영상 미리보기 모달창*/
	.cf-preview-modal {
		padding: 16px;
	}

	.cf-preview-title {
		font-size: 14px; /* 변경됨 */
	}

	.cf-preview-description {
		font-size: 12px; /* 변경됨 */
	}

	.cf-preview-subscribe-btn {
		font-size: 15px;
	}
}
