@charset "utf-8";

/* 웹폰트 */
@import url('/ucl_editor/events/css/webfont.css?ver=2024081401');


/* =============================================
   이벤트 영역 heading 리셋
   사이트 전역 style.css의 h1{color:#679fd7; padding:0 0 8px}가
   이벤트 페이지로 새어드는 것을 차단.
   color:inherit → 부모(.tit_box 등)의 팔레트 색을 그대로 상속받음
   ============================================= */
.event-wrap h1,
.event-wrap h2,
.event-wrap h3,
.event-wrap h4 { color: inherit; padding: 0; }
br { font-family:dotum;}
span.br {display: block;}
span.br2 {display: inline;}
@media screen and (min-width: 750px) {
    span.br {display: inline;}
    span.br2 {display: block;}
}
.menufixed {position: fixed; top:0!important; z-index:1000; width: 100%;} 
.giftswiper {width: calc(100vw - 40px); margin: 45px auto 45px auto; position: relative; border-radius: 20px;}
.giftswiper .swiper-pagination {bottom: 10px;}
.giftswiper .zoom_btn {position: absolute; right: 10px; bottom: 10px; z-index: 16;}
.giftswiper .zoom_btn a {display: block; width: 46px; height: 46px; background:url(//image.aladin.co.kr/img/events/foreign/2019/01/20190301_foreign_zoom.png) no-repeat center / 100% auto; font-size: 1px; color: transparent; color: transparent; overflow: hidden;}
.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.video_box_out {width: 100%; margin: 0 auto; text-align: center; padding: 30px 0;}
.video_box_out .video_box {width: 90%; margin: 0 auto;}
.video_box_out a.pink_big_btn {width: calc(100% - 40px); margin: 30px 20px 0 20px;}

.book_gift_wrap {background-color: #fff;}
.book_gift_wrap.pdtop {padding: 40px 0 0 0;}
.giftswiper {margin: 0 auto 40px auto;}
.monly_basic_wrap::after, .monly_goods_wrap::after {display: none;}




/* 리뉴얼 증정품 css */
.giftswiper {
    width: calc(100vw - 40px);
    aspect-ratio: 750 / 650;
    margin: 40px auto 40px auto;
    position: relative;
    border-radius: 20px;
}
.giftswiper .swiper-slide img { display: block; width: 100%; aspect-ratio: 750 / 650; object-fit: cover;}

@media screen and (min-width: 750px) {
.giftswiper { width: 750px; margin: 70px auto 70px auto; }

}


/* =============================================   기본 타입 1 모바일 기본   ============================================= */
.book_type1_wrap { border-bottom: 1px solid #e1e1e2; margin-bottom: 20px; }
.book_type1_top { width: 100%; padding: 50px 0 80px 0; }
.book_type1_top_in { width: 100%; margin: 0 auto; }
.book_type1_top_in .tit_box { width: 96%; padding: 0 2% 0 2%; line-height: 1.2; text-align: center; }
.book_type1_top_in .tit_box .sub_tit1 { color: #fff; font-size: 22px; margin-bottom: 15px; }

.book_type1_top_in .tit_box h1 { color: #fff775; font-size: 44px; line-height: 1.1; margin: 0 0 20px 0; }

.book_type1_top_in .tit_box .sub_tit2 { color: #fff; font-size: 15px; line-height: 1.3; margin-bottom: 30px; }
.book_type1_top_in .book_type1_slide { width: 200px; }
.book_type1_top_in .book_type1_slide .swiper-wrapper { align-items: flex-end; }
.book_type1_top_in .book_type1_slide .swiper-slide { border-radius: 10px; overflow: hidden; box-shadow: 2.5px 4.3px 15px 0 rgba(0,0,0,0.25); }
.book_type1_top_in .book_type1_slide .swiper-slide .iteminfo_v2td1t1 { margin-bottom: 0!important; margin-top: 0!important; }
.book_type1_top_in .book_type1_slide .swiper-slide .iteminfo_v2td1t1,
.book_type1_top_in .book_type1_slide .swiper-slide .iteminfo_v2td1t1td1 { background-color: transparent; }
.book_type1_top_in .book_type1_slide .swiper-slide img { width: 100%; }
.book_type1_top_in .book_type1_slide .swiper-pagination { bottom: -35px; }
.book_type1_top_in .book_type1_slide .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #000; }
.book_type1_top_in .book_type1_slide .swiper-pagination-bullet { width: 10px; height: 10px; border: solid 2px #000; background-color: transparent; opacity: 1; }

/* 책의 한 구절 */
.quote_section { background-color: #eeeeee; }
.quote_section_in { width: 100%; margin: 0 auto; background-image: url("//image.aladin.co.kr/img/events/book/2023/04/2024_book_type1_img1.png"); background-repeat: repeat-y; background-position: left 40px top; background-size: 3px auto; padding: 25px 0; }
.quote_section_in .quote_tit { font-size: 24px; font-weight: bold; margin-left: 15px; vertical-align: middle; color: var(--quote-color, #333); }
.quote_section_in .quote_tit::before { content: ''; display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-image: url("//image.aladin.co.kr/img/events/book/2023/04/2024_book_type1_img2.png"); background-repeat: no-repeat; background-size: 25px 18px; background-position: right 8px top 19px; margin-right: 30px; vertical-align: middle; background-color: var(--quote-color, #333); }
.quote_section_in .quote_box { display: flex; align-items: center; margin: 25px 20px 0 15px; }
.quote_section_in .quote_page {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 1.5px 2.6px 2px 0 rgba(0,0,0,0.25);
    border: solid 2px #f5f5f5;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: -1.5px;
    line-height: 50px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
    color: var(--quote-color, #333);
}
.quote_section_in .quote_box p { font-size: 15px; color: #282828; margin: 0; line-height: 1.4; }


.book_type1_booklist { background-color: #f5f5f5; }
.book_type1_booklist .book_type1_booklist_in { width: 100%; margin: 0 auto; text-align: center; padding: 40px 0; }
.book_type1_booklist .book_type1_booklist_in .tit { display: inline-block; min-width: 234px; max-width: 300px; height: 40px; line-height: 44px; border-radius: 20px; font-size: 19px; text-align: center; margin-bottom: 40px; color: #000; border: solid 2px #000; padding: 0 10px; }
.book_type1_booklist .book_type1_booklist_in ul { display: flex; flex-wrap: wrap; align-items: flex-end; }
.book_type1_booklist .book_type1_booklist_in ul li { width: 50%; padding: 0 0 25px 0; }
.book_type1_booklist .book_type1_booklist_in ul li .iteminfo_v2td1t1td1 { background-color: #f5f5f5; }
.book_type1_booklist .book_type1_booklist_in ul li .iteminfo_v2td1t1td1 img { width: 130px; border-radius: 10px; border: solid 1px #d5d5d5; transition: box-shadow 0.3s ease; }
.book_type1_booklist .book_type1_booklist_in ul li:hover .iteminfo_v2td1t1td1 img { box-shadow: 2.5px 4.3px 10px 0 rgba(0,0,0,0.2); }
.book_type1_booklist .book_type1_booklist_in ul li .iteminfo_v2td1t1td2 { padding: 8px 0; }
.book_type1_booklist .book_type1_booklist_in ul li .iteminfo_v2td1t1td2 a { font-size: 15px; font-weight: normal; }

.book_type1_wrap .video_box_out { background-color: #fff; }


/* =============================================   기본 타입 1 PC 스타일(min-width: 750px)   ============================================= */
@media screen and (min-width: 750px) {

    .book_type1_wrap { margin-bottom: 30px; }
    .book_type1_top { padding: 100px 0; }
    .book_type1_top_in { width: 1150px; display: flex; justify-content: space-between; align-items: center; }
    .book_type1_top_in .tit_box { width: 500px; padding: 0 0 0 110px; text-align: left; }
    .book_type1_top_in .tit_box .sub_tit1 { font-size: 43px; margin-bottom: 20px; }

    /* h2 대신 h1 PC 스타일*/
    .book_type1_top_in .tit_box h1 { font-size: 84px; line-height: 1.1; margin: 0 0 30px 0; }

    .book_type1_top_in .tit_box .sub_tit2 { font-size: 30px; line-height: 1.3; margin-bottom: 0; }
    .book_type1_top_in .book_type1_slide { width: 320px; }
    .book_type1_top_in .book_type1_slide .swiper-pagination { bottom: -40px; }

    /* 책의 한 구절 */
    .quote_section_in { width: 930px; background-position: left 87px top; background-size: 6px auto; padding: 80px 0; }
    .quote_section_in .quote_tit { font-size: 35px; margin-left: 40px; }
    .quote_section_in .quote_tit::before { width: 100px; height: 100px; background-size: 50px 36px; background-position: right 17px top 38px; margin-right: 30px; }
    .quote_section_in .quote_box { margin: 40px 90px 0 44px; }
    .quote_section_in .quote_page { width: 90px; height: 90px; font-size: 20px; letter-spacing: -0.6px; line-height: 90px; margin-right: 36px; }
    .quote_section_in .quote_box p { font-size: 22px; }

    .video_box_out { padding: 60px 0; }
    .video_box_out a.pink_big_btn { width: 336px; margin: 50px 0 0 0; }
    .video_box_out .video_box { width: 750px; }

    .book_type1_booklist .book_type1_booklist_in { width: 930px; padding: 80px 0; }
    .book_type1_booklist .book_type1_booklist_in .tit { min-width: 390px; max-width: 414px; height: 60px; line-height: 64px; border-radius: 32px; font-size: 24px; margin-bottom: 50px; }
    .book_type1_booklist .book_type1_booklist_in ul li { width: 25%; padding: 0 0 40px 0; }
    .book_type1_booklist .book_type1_booklist_in ul li .iteminfo_v2td1t1td1 img { width: 200px; }
    .book_type1_booklist .book_type1_booklist_in ul li .iteminfo_v2td1t1td2 { padding: 10px 0; }
    .book_type1_booklist .book_type1_booklist_in ul li .iteminfo_v2td1t1td2 a { font-size: 15px; }

}

/* =============================================
   기본 타입 2 모바일 기본
   ============================================= */
.book_type2_top { width: 100%; position: relative; overflow: hidden; }
.book_type2_top::after { content: ''; width: 100%; height: 30px; background-image: linear-gradient(to bottom, rgba(164,164,164,0) 0%, rgba(164,164,164,0.2) 100%); position: absolute; bottom: 0; z-index: 10; }
.book_type2_top_in { width: 100%; height: auto; margin: 0 auto; padding: 0 12px; box-sizing: border-box; }
.book_type2_top_in .tit_box { margin-right: 0; text-align: center; padding: 40px 0 0 0; }
.book_type2_top_in .tit_box .sub_tit1 { font-size: 23px; margin-bottom: 15px; line-height: 1.2; letter-spacing: -1px; color: #333; }
.book_type2_top_in .tit_box h1 { font-size: 43px; margin: 0 0 20px 0; line-height: 1.1; letter-spacing: -2.5px; }
.book_type2_top_in .tit_box .sub_tit2 { font-size: 17px; line-height: 1.2; color: #333; border-top: 1px solid #333; padding: 20px 10px; }
.book_type2_top_in .book_box {
    width: 100%;
    height: 400px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #333;
    position: relative;
    overflow: hidden;
}
.book_type2_top_in .book_box::after { content: ''; width: 100%; height: 40px; background-image: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(164,164,164,0) 70%); position: absolute; top: -20px; z-index: 10; }
.book_type2_top_in .book_box .swiper { width: 142px; height: 100%; margin: 0; }
.book_type2_top_in .book_box .swiper ~ .swiper { margin-left: 20px; }
.book_type2_top_in .book_box .swiper .swiper-wrapper { transition-timing-function: linear; }
.book_type2_top_in .book_box .swiper .swiper-slide { width: 140px; height: auto; margin-bottom: 20px; border-radius: 10px; overflow: hidden; border: solid 1px #d5d5d5; box-sizing: border-box; }
.book_type2_top_in .book_box .swiper .swiper-slide .iteminfo_v2td1t1 { margin-bottom: 0!important; margin-top: 0!important; }
.book_type2_top_in .book_box .swiper .swiper-slide img { width: 100%; box-sizing: border-box; }

/* 태그 리스트 */
.book_type2_tag { width: 100%; background-color: #f5f5f5; padding: 35px 0 20px 0; }
.book_type2_tag .book_type2_tag_in { width: 90%; margin: 0 auto; }
.book_type2_tag_list { list-style: none; display: flex; flex-wrap: wrap; }
.book_type2_tag_list li { display: inline-block; }
.book_type2_tag .book_type2_tag_in a { display: inline-block; height: 40px; line-height: 40px; padding: 0 15px; border-radius: 20px; margin-right: 7px; margin-bottom: 14px; font-size: 15px; box-sizing: border-box; font-weight: bold; }
.book_type2_tag .book_type2_tag_in a:hover { text-decoration: none; }
.book_type2_tag .book_type2_tag_in a.blue { border: 1px #0178A7 solid; color: #0178A7; }
.book_type2_tag .book_type2_tag_in a.purple { border: 1px #3a16b0 solid; color: #3a16b0; }
.book_type2_tag .book_type2_tag_in a.red { border: 1px #DC1409 solid; color: #DC1409; }

/* =============================================
   ev-banner1 슬라이드+링크버튼 묶음 (원본 대신 이쪽 사용)
   ============================================= */
.ev-banner1-wrap { margin-bottom: 30px; }
.ev-banner1 { width: 100%; }
.ev-banner1 a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px;
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: -1px;
    box-sizing: border-box;
}
.ev-banner1 a:hover { text-decoration: none; }

/* 쿠폰 */
.book_type2_coupon { border-bottom: 1px solid #c9c9c9; }
.book_type2_coupon.type1 { display: flex; flex-wrap: wrap; justify-content: center; padding: 25px 0; }
.book_type2_coupon.type1 > div { width: 50%; padding: 0 15px; box-sizing: border-box; }
.book_type2_coupon.type1 .tit { position: relative; padding: 15px 0 0 0; line-height: 1.2; font-size: 17px; color: #333; font-weight: bold; margin-bottom: 10px; }
.book_type2_coupon.type1 .tit::before { content: ''; display: block; width: 20px; height: 3px; background-color: #eb217c; position: absolute; left: 0; top: 0; }
.book_type2_coupon.type2 { padding: 20px 0; }
.book_type2_coupon.type2 > div { width: 100%; margin: 0 auto; padding: 0 15px; display: flex; box-sizing: border-box; justify-content: space-between; align-items: center; }
.book_type2_coupon.type2 .tit { position: relative; padding: 0 10px 0 10px; line-height: 1.3; font-size: 17px; color: #333; letter-spacing: -1px; }
.book_type2_coupon.type2 .tit::before { content: ''; display: block; width: 3px; height: 20px; background-color: #eb217c; position: absolute; left: 0; top: -10px; }
.book_type2_coupon.type2 .tit strong { font-size: 16px; color: #eb217c; }
.book_type2_coupon .coupon_down { width: 150px; height: 90px; background: url("//image.aladin.co.kr/img/events/book/2023/04/coupon_bg.png?RS=300") no-repeat center; background-size: 150px auto; position: relative; padding: 0; margin: 0; }
.book_type2_coupon .coupon_down a span { font-size: 30px; left: 13px; top: 48px; letter-spacing: -2px; }
.book_type2_coupon .coupon_down .coupon_name { font-size: 15px; color: #CD1873; font-family: 'Noto Sans KR'; letter-spacing: 3px; position: absolute; left: 13px; top: 20px; z-index: 10; }

.before-randomtab { margin-top: 40px; }

/* =============================================
   기본 타입 2 + ev-banner1 PC 스타일
   ============================================= */
@media screen and (min-width: 750px) {
    .book_type2_top_in { width: 1080px; height: 740px; display: flex; align-items: center; justify-content: space-between; padding: 0; }
    .book_type2_top_in .tit_box { margin-right: 36px; text-align: left; padding: 0; }
    .book_type2_top_in .tit_box .sub_tit1 { font-size: 44px; margin-bottom: 30px; letter-spacing: -2px; }
    .book_type2_top_in .tit_box h1 { font-size: 90px; margin: 0 0 30px 0; line-height: 1.1; letter-spacing: -4.5px; }
    .book_type2_top_in .tit_box .sub_tit2 { font-size: 30px; border: none; padding: 0; }
    .book_type2_top_in .book_box { width: 424px; height: 100%; border: none; }
    .book_type2_top_in .book_box::after { display: none; }
    .book_type2_top_in .book_box .swiper { width: 202px; }
    .book_type2_top_in .book_box .swiper .swiper-slide { width: 202px; }

    .book_type2_tag { padding: 55px 0 37px 0; }
    .book_type2_tag .book_type2_tag_in { width: 840px; }
    .book_type2_tag .book_type2_tag_in a { height: 50px; line-height: 50px; padding: 0 35px; border-radius: 25px; margin-right: 14px; margin-bottom: 18px; font-size: 19px; }

    .ev-banner1-wrap { margin-bottom: 50px; }
    .ev-banner1 a { width: 750px; padding: 24px 20px 24px 0; font-size: 26px; letter-spacing: -2px; }
    
    .book_type2_coupon.type1 { padding: 60px 0; }
    .book_type2_coupon.type1 > div { width: 300px; padding: 0 35px; box-sizing: content-box; }
    .book_type2_coupon.type1 .tit { font-size: 24px; margin-bottom: 15px; padding: 0 0 0 30px; }
    .book_type2_coupon.type1 .tit::before { width: 5px; height: 30px; top: -15px; }
    .book_type2_coupon.type2 { padding: 40px 0; }
    .book_type2_coupon.type2 > div { width: 750px; padding: 0 35px; }
    .book_type2_coupon.type2 .tit { font-size: 32px; letter-spacing: -2px; padding: 0 20px 0 30px; }
    .book_type2_coupon.type2 .tit::before { width: 5px; height: 30px; top: -15px; }
    .book_type2_coupon.type2 .tit strong { font-size: 28px; }
    .book_type2_coupon .coupon_down { width: 300px; height: 170px; background-size: 300px auto; }
    .book_type2_coupon .coupon_down a span { font-size: 60px; left: 25px; top: 90px; }
    .book_type2_coupon .coupon_down .coupon_name { font-size: 20px; letter-spacing: 10px; left: 25px; top: 35px; }
}


/* =============================================
   기본 타입 3 모바일 기본
   ============================================= */
.book_type3_wrap { }
.book_type3_wrap .book_type3_top_in { width: 100%; margin: 0 auto; padding: 40px 0; }
.book_type3_wrap .book_type3_top_in .tit_box { text-align: center; margin-bottom: 40px; }
.book_type3_wrap .book_type3_top_in .tit_box .sub_tit { font-size: 20px; line-height: 1.2; margin-bottom: 10px; }

.book_type3_wrap .book_type3_top_in .tit_box h1 { font-size: 40px; line-height: 1.2; margin: 0; }

.book_type3_wrap .book_type3_top_in .bookslide_box_out { padding: 0 20px 30px 20px; position: relative; }
.book_type3_wrap .book_type3_top_in .bookslide_box_out .bookslide-pagination { position: absolute; bottom: 0; text-align: center; width: 100%; }
.book_type3_wrap .book_type3_top_in .bookslide_box_out .swiper-pagination-bullet { width: 10px; height: 10px; border: 2px solid #fff; margin: 0 6px; }
.book_type3_wrap .book_type3_top_in .bookslide_box_out .swiper-pagination-bullet-active { background-color: #fff; }
.book_type3_wrap .book_type3_top_in .bookslide_box { background-color: #fff; border-top: 2px solid #000; border-bottom: 2px solid #000; padding: 30px 0; }
.book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide { padding: 0 35px; box-sizing: border-box; }
.book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .txt { font-size: 16px; line-height: 1.6; }
.book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .name { font-size: 16px; text-align: right; color: #808080; }
.book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .cover { width: 80%; margin: 0 auto 20px auto; }
.book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .cover .iteminfo_v2td1t1td2 a.bov { display: inline-block; font-size: 16px; font-weight: bold; text-decoration: none; color: #222; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1px; margin: 10px 0 5px 0; line-height: 1.4; }
.book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .cover .iteminfo_v2td1t1td2 .gw { font-size: 14px; font-family: 'Noto Sans KR', sans-serif; letter-spacing: -1px; line-height: 1.2; }
.book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .cover .iteminfo_v2td1t1td1 img { border: 1px solid #f5f5f5; }

/* ev-banner2 슬라이드+링크버튼 묶음 (원본 대신 이쪽 사용) */
.ev-banner2 { margin: 50px auto; padding: 0 20px; }
.ev-banner2 .banner_box { width: 100%; height: 90px; border-radius: 10px; overflow: hidden; }
.ev-banner2 .banner_box ~ .banner_box { margin-top: 10px; }
.ev-banner2 .banner_box a { display: flex; color: #fff; justify-content: space-between; align-items: center; padding: 0 0 0 20px; box-sizing: border-box; }
.ev-banner2 .banner_box a:hover { text-decoration: none; }
.ev-banner2 .banner_box a .bn_txt { font-size: 18px; line-height: 1.2; }
.ev-banner2 .banner_box a .bn_img { width: 80px; flex-shrink: 0; }
.ev-banner2 .banner_box a .bn_img img { width: 100%; }

/* =============================================
   기본 타입 3 PC 스타일(min-width: 750px)
   ============================================= */
@media screen and (min-width: 750px) {
    .book_type3_wrap .book_type3_top_in { width: 750px; padding: 130px 0; }
    .book_type3_wrap .book_type3_top_in .tit_box .sub_tit { font-size: 40px; }
    .book_type3_wrap .book_type3_top_in .tit_box h1 { font-size: 80px; }
    .book_type3_wrap .book_type3_top_in .bookslide_box_out { padding: 0 0 40px 0; }
    .book_type3_wrap .book_type3_top_in .bookslide_box_out .swiper-pagination-bullet { width: 15px; height: 15px; }
    .book_type3_wrap .book_type3_top_in .bookslide_box { padding: 65px 0; }
    .book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide { padding: 0 70px; }
    .book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .txt { font-size: 22px; }
    .book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .name { font-size: 22px; }
    .book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .cover { width: 400px; margin: 0 auto; }
    .book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .cover .iteminfo_v2td1t1td2 a.bov { font-size: 24px; margin: 20px 0 10px 0; }
    .book_type3_wrap .book_type3_top_in .bookslide_box .swiper-slide .cover .iteminfo_v2td1t1td2 .gw { font-size: 20px; }

    .ev-banner2 { width: 750px; display: flex; margin: 100px auto; gap: 6px; }
    .ev-banner2 .banner_box { width: calc(50% - 3px); height: 90px; }
    .ev-banner2 .banner_box ~ .banner_box { margin-top: 0; }
}

/* =============================================
   기본 타입 4 모바일 기본
   ============================================= */
.book_type4_wrap .book_type4_top { padding: 60px 0 35px 0; }
.book_type4_wrap .book_type4_top .tit_box { text-align: center; padding-bottom: 25px; }
.book_type4_wrap .book_type4_top .tit_box .sub_tit { font-size: 16px; line-height: 1.2; margin-bottom: 15px; }
.book_type4_wrap .book_type4_top .tit_box h1 { font-size: 45px; line-height: 1.1; margin: 0; }
.book_type4_wrap .book_type4_top .bookslide .swiper-wrapper { transition-timing-function: linear; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide { width: 200px; position: relative; display: flex; margin: 0 10px; padding: 10px 15px; box-sizing: border-box; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide::after { content: ''; display: block; width: 100%; height: 20px; background-color: rgba(255,255,255,0.2); border-radius: 10px; position: absolute; bottom: 0; left: 0; z-index: -1; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .cover { width: 85px; flex-shrink: 0; margin-right: 9px; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .cover .iteminfo_v2td1t1td1 { width: 100%; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .cover .iteminfo_v2td1t1td1 img { width: 100%; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt { overflow: hidden; margin-bottom: 5px; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt::after { content: ''; display: inline-block; width: 2px; height: calc(100% - 20px); background-color: #000; margin: 5px 0; box-sizing: border-box; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 { text-align: left!important; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 a { display: inline-block; color: #fff; font-size: 13px; line-height: 1.3; font-family: 'NanumBarunGothic'; font-weight: 600; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 a:hover { text-decoration: none; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 .gw { color: #dcdcdc!important; font-size: 13px; font-family: 'NanumBarunGothic'; margin-top: 5px; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide:nth-child(2n) { width: 250px; padding: 80px 15px 10px 15px; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide:nth-child(2n) .cover { width: 100px; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide:nth-child(3n) { width: 220px; padding: 80px 15px 10px 15px; }
.book_type4_wrap .book_type4_top .bookslide .swiper-slide:nth-child(3n) .cover { width: 70px; }

/* =============================================
   sentence_section 문장 슬라이드 컴포넌트
   ============================================= */
.sentence_section { padding: 35px 0; }
.sentence_section h2 { font-size: 20px; text-align: center; margin: 0 0 20px 0; }
.sentence_section .sentence_slide .swiper-slide {
    width: 300px;
    height: 147px;
    margin: 0 6px;
    border-radius: 20px;
    background-color: var(--sentence-color, #d9fc15);
}
.sentence_section .sentence_slide .swiper-slide a { display: block; padding: 24px 18px; line-height: 1.4; }
.sentence_section .sentence_slide .swiper-slide a:hover { text-decoration: none; }
.sentence_section .sentence_slide .swiper-slide a p { font-size: 15px; margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.sentence_section .sentence_slide .swiper-slide a .tit { font-size: 20px; font-weight: 600; margin-bottom: 5px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.sentence_section .sentence_slide .swiper-button-next,
.sentence_section .sentence_slide .swiper-button-prev { display: none; }

/* ev-banner3 슬라이드+링크버튼 뒤에 배치 (원본 대신 이쪽 사용) */
.ev-banner3 { margin: 20px 0; }
.ev-banner3 .banner_box a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 19px 50px 19px 20px;
    box-sizing: border-box;
    background: url("//image.aladin.co.kr/img/events/book/2024/01/book_type4_bn_arr.png") no-repeat center right 20px / 20px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.ev-banner3 .banner_box a em { color: #ebfe16; font-style: normal; }
.ev-banner3 .banner_box a:hover { text-decoration: none; }
.ev-banner3-wrap { margin-bottom: 30px; }

/* =============================================
   기본 타입 4 + sentence_section PC 스타일
   ============================================= */
@media screen and (min-width: 750px) {
    .book_type4_wrap .book_type4_top { padding: 120px 0 70px 0; }
    .book_type4_wrap .book_type4_top .tit_box { padding-bottom: 50px; }
    .book_type4_wrap .book_type4_top .tit_box .sub_tit { font-size: 30px; margin-bottom: 30px; }
    .book_type4_wrap .book_type4_top .tit_box h1 { font-size: 110px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide { width: 360px; padding: 20px 30px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide::after { height: 40px; border-radius: 20px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide .cover { width: 150px; margin-right: 18px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt::after { width: 4px; height: calc(100% - 20px); margin: 10px 0; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 a { font-size: 22px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 .gw { font-size: 15px; margin-top: 10px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide:nth-child(2n) { width: 420px; padding: 100px 30px 20px 30px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide:nth-child(2n) .cover { width: 200px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide:nth-child(3n) { width: 340px; padding: 140px 30px 20px 30px; }
    .book_type4_wrap .book_type4_top .bookslide .swiper-slide:nth-child(3n) .cover { width: 130px; }

    .sentence_section { padding: 70px 0; }
    .sentence_section h2 { font-size: 36px; margin: 0 0 40px 0; }
    .sentence_section .sentence_slide .swiper-slide { width: 360px; height: 147px; margin: 0 15px; }
    .sentence_section .sentence_slide .swiper-slide a { padding: 24px 20px; }
    .sentence_section .sentence_slide .swiper-slide a p { font-size: 16px; }
    .sentence_section .sentence_slide .swiper-button-next,
    .sentence_section .sentence_slide .swiper-button-prev { display: block; }

    .ev-banner3 { margin: 40px 0 60px 0; }
    .ev-banner3 .banner_box { width: 930px; margin: 0 auto; }
    .ev-banner3 .banner_box a { padding: 30px 60px 30px 20px; background-size: 25px; font-size: 24px; letter-spacing: -1px; font-weight: normal; }
    .ev-banner3-wrap { margin-bottom: 50px; }
}


/* =============================================
   기본 타입 5 모바일 기본
   ============================================= */
.book_type5_wrap { position: relative; }
.book_type5_wrap .book_type5_top { padding: 30px 0 0 0; }
.book_type5_wrap .book_type5_top .tit_box { width: 90%; margin: 0 auto; padding-bottom: 30px; text-align: center; }
.book_type5_wrap .book_type5_top .tit_box h1 { font-size: 30px; margin: 0 0 5px 0; line-height: 1.2; color: #222; }
.book_type5_wrap .book_type5_top .tit_box h1 em { font-style: normal; }
.book_type5_wrap .book_type5_top .tit_box .sub_tit { font-size: 15px; line-height: 1.2; }

.book_type5_list { width: 100%; padding-bottom: 70px; position: relative; overflow: hidden; }
.book_type5_list .bg { display: block; width: 100%; position: absolute; top: 0; left: 0; }
.book_type5_list .bg::after { content: ''; display: block; width: 100%; height: 70px; position: absolute; bottom: 0; left: 0; background-color: #fff; }
.book_type5_list ul { width: 90%; margin: 0 auto; display: flex; justify-content: center; align-items: flex-end; gap: 40px; flex-wrap: wrap; }
.book_type5_list ul li a { display: block; position: relative; }
.book_type5_list ul li .cover { width: 120px; box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.16); }
.book_type5_list ul li .cover img { width: 100%; display: block; }
.book_type5_list .shadow { width: 200%; height: 70px; overflow: hidden; margin: 0 -50%; }
.book_type5_list .shadow span { display: block; width: 110px; height: 20px; filter: blur(15px); -webkit-filter: blur(15px); position: relative; top: -15px; margin: 0 auto; overflow: hidden; }
.book_type5_list .shadow span img { width: 100%; height: 30px; transform: rotate(180deg); }
.book_type5_list .shadow img { width: 100%; transform: rotate(180deg); }
.book_type5_list ul li .text { width: 120px; position: absolute; bottom: 0; text-align: center; z-index: 10; }
.book_type5_list ul li .text .tit { font-size: 16px; font-weight: bold; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.book_type5_list ul li .text .author { font-size: 14px; color: #777; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }

/* =============================================
   기본 타입 5 PC 스타일(min-width: 750px)
   ============================================= */
@media screen and (min-width: 750px) {
    .book_type5_wrap .book_type5_top { padding: 100px 0 0 0; }
    .book_type5_wrap .book_type5_top .tit_box { width: 750px; padding-bottom: 40px; }
    .book_type5_wrap .book_type5_top .tit_box h1 { font-size: 60px; margin-bottom: 10px; }
    .book_type5_wrap .book_type5_top .tit_box .sub_tit { font-size: 24px; }
    .book_type5_list { padding-bottom: 140px; }
    .book_type5_list .bg::after { height: 100px; }
    .book_type5_list ul { width: 750px; gap: 58px; }
    .book_type5_list ul li .cover { width: 184px; }
    .book_type5_list .shadow { height: 100px; }
    .book_type5_list .shadow span { width: 184px; height: 40px; filter: blur(30px); -webkit-filter: blur(30px); top: -25px; }
    .book_type5_list ul li .text { width: 184px; bottom: 18px; }
    .book_type5_list ul li .text .tit { font-size: 16px; }
    .book_type5_list ul li .text .author { font-size: 14px; }
}

/* =============================================
   기본 타입 6 모바일 기본
   ============================================= */
.book_type6_wrap .book_type6_top { width: 90%; margin: 0 auto 25px auto; padding: 50px 0 25px 0; }
.book_type6_wrap .book_type6_top .tit_box { margin-bottom: 35px; }
.book_type6_wrap .book_type6_top .tit_box .sub_tit { font-size: 16px; line-height: 1.2; text-align: center; margin-bottom: 20px; }

.book_type6_wrap .book_type6_top .tit_box h1 { display: flex; gap: 7px; justify-content: center; font-weight: normal; margin: 0; }
.book_type6_wrap .book_type6_top .tit_box h1 span { display: inline-block; width: 46px; height: 46px; line-height: 46px; border-radius: 50%; font-size: 30px; text-align: center; }

.book_type6_wrap .book_type6_top .book_box { display: flex; justify-content: center; align-items: flex-end; gap: 15px; }
.book_type6_wrap .book_type6_top .book_box li { width: 150px; border-radius: 15px; overflow: hidden; }
.book_type6_wrap .book_type6_top .book_box li .cover .iteminfo_v2td1t1 { margin-top: 0!important; margin-bottom: 0!important; }
.book_type6_wrap .book_type6_top .book_box li .cover .iteminfo_v2td1t1td1 { width: 150px; }
.book_type6_wrap .book_type6_top .book_box li .cover .iteminfo_v2td1t1td1 img { width: 100%; display: block; }
.book_type6_wrap .book_type6_top .book_box li .text { height: 75px; text-align: center; padding: 10px; box-sizing: border-box; }
.book_type6_wrap .book_type6_top .book_box li .text .tit { font-size: 15px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-bottom: 5px; line-height: 1.2; letter-spacing: -1px; }
.book_type6_wrap .book_type6_top .book_box li .text .author { font-size: 14px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; line-height: 1.2; }

/* =============================================
   sentence_section2 문장 슬라이드 컴포넌트 (원본 대신 이쪽 사용)
   ============================================= */
.sentence_section2 { width: 90%; margin: 0 auto 25px auto; }

    /* h3 대신 h2 수정 */
.sentence_section2 h2 { font-size: 18px; margin: 0 0 15px 0; line-height: 1.2; }

.sentence_section2 ul { border-radius: 15px; padding: 20px 15px; background-color: var(--sentence2-bg, #f1ece5); }
.sentence_section2 ul li { display: flex; align-items: center; }
.sentence_section2 ul li ~ li { margin-top: 20px; }
.sentence_section2 ul li .page { width: 44px; height: 44px; background-color: #fff; border-radius: 50%; flex-shrink: 0; margin-right: 15px; text-align: center; line-height: 44px; font-size: 15px; font-weight: bold; color: #000; }
.sentence_section2 ul li p { font-size: 15px; color: #666; line-height: 1.4; }


/* =============================================
   기본 타입 6 + sentence_section2 PC 스타일
   ============================================= */
@media screen and (min-width: 750px) {
    .book_type6_wrap .book_type6_top { width: 900px; margin: 0 auto 50px auto; padding: 150px 0 50px 0; }
    .book_type6_wrap .book_type6_top .tit_box { margin-bottom: 70px; }
    .book_type6_wrap .book_type6_top .tit_box .sub_tit { font-size: 30px; margin-bottom: 40px; }
    .book_type6_wrap .book_type6_top .tit_box h1 { gap: 15px; }
    .book_type6_wrap .book_type6_top .tit_box h1 span { width: 136px; height: 136px; line-height: 136px; font-size: 90px; }
    .book_type6_wrap .book_type6_top .book_box { gap: 50px; }
    .book_type6_wrap .book_type6_top .book_box li { width: 350px; border-radius: 30px; }
    .book_type6_wrap .book_type6_top .book_box li .cover .iteminfo_v2td1t1td1 { width: 350px; }
    .book_type6_wrap .book_type6_top .book_box li .text { height: 130px; padding: 20px; }
    .book_type6_wrap .book_type6_top .book_box li .text .tit { font-size: 26px; margin: 0 0 10px 0; }
    .book_type6_wrap .book_type6_top .book_box li .text .author { font-size: 18px; }

    .sentence_section2 { width: 750px; margin: 0 auto 50px auto; }
    .sentence_section2 h2 { font-size: 32px; margin: 0 0 30px 0; }
    .sentence_section2 ul { border-radius: 30px; padding: 20px; }
    .sentence_section2 ul li .page { width: 88px; height: 88px; line-height: 90px; font-size: 20px; margin-right: 30px; }
    .sentence_section2 ul li ~ li { margin-top: 22px; }
    .sentence_section2 ul li p { font-size: 16px; }
}

/* =============================================
   기본 타입 7 모바일 기본
   ============================================= */
.book_type7_wrap { width: 100%; margin: 0 auto; }
.book_type7_wrap .tit_box { text-align: center; line-height: 1.2; padding: 45px 0 0 0; }
.book_type7_wrap .tit_box .sub_tit { font-size: 18px; margin: 0 0 5px 0; }

.book_type7_wrap .tit_box h1 { font-size: 32px; font-weight: bold; margin: 0 0 15px 0; }

    /* 상단 작품 슬라이더 */
.book_type7_wrap .topbook { padding-bottom: 15px; }
.book_type7_wrap .topbook .cover { width: 110px; margin: 0 auto 15px auto; border-radius: 5px; overflow: hidden; box-shadow: 0 6px 10px 0 rgba(0,0,0,0.15); }
.book_type7_wrap .topbook .cover .iteminfo_v2td1t1 { margin: 0!important; }
.book_type7_wrap .topbook .cover .iteminfo_v2td1t1td1 img { width: 100%; }
.book_type7_wrap .topbook .txt_box { text-align: center; line-height: 1.4; }
.book_type7_wrap .topbook .txt_box .txt1 { font-size: 13px; color: #696969; margin:0 0 10px 0; }
.book_type7_wrap .topbook .txt_box .txt2 { font-size: 15px; color: #333; margin:0}

    /* 썸네일 */
.book_type7_wrap .topbook_thumbs { width: calc(100% - 80px); margin: 0 auto 45px auto; }
.book_type7_wrap .topbook_thumbs .swiper-slide { width: 50px; height: 50px; border-radius: 8px; overflow: hidden; cursor: pointer; opacity: 0.4; margin-right: 10px; }
.book_type7_wrap .topbook_thumbs .swiper-slide:last-child { margin-right: 0; }
.book_type7_wrap .topbook_thumbs .swiper-slide .iteminfo_v2td1t1td1 img { width: 50px; }
.book_type7_wrap .topbook_thumbs .swiper-slide .iteminfo_v2td1t1td1 a { pointer-events: none; }
.book_type7_wrap .topbook_thumbs .swiper-slide .iteminfo_v2td1t1 { margin: 0!important; }
.book_type7_wrap .topbook_thumbs .swiper-slide.swiper-slide-thumb-active { opacity: 1; }
.book_type7_wrap .topbook_thumbs_out { position: relative; }
.book_type7_wrap .topbook_thumbs_out .topbook_thumbs-next,
.book_type7_wrap .topbook_thumbs_out .topbook_thumbs-prev { width: 45px; height: 45px; position: absolute; top: 0; background: url('//image.aladin.co.kr/img/svg/arrow_back_b.svg') no-repeat center; background-size: 9px auto; opacity: 0.5; cursor: pointer; }
.book_type7_wrap .topbook_thumbs_out .topbook_thumbs-next { right: 0; transform: rotate(180deg); }
.book_type7_wrap .topbook_thumbs_out .topbook_thumbs-prev { left: 0; }

/* =============================================
   recommend_section MD 추천하기 컴포넌트 (원본 대신 이쪽 사용)
   ============================================= */
.recommend_section { width: 90%; background-color: #f9f8f3; border-radius: 0 10px 10px 0; border-left: 5px solid var(--recommend-color, #3c794e); padding: 15px 15px 15px 45px; position: relative; line-height: 1.4; margin: 0 auto 45px auto; box-sizing: border-box; }
.recommend_section::before { content: '\201C'; display: block; font-size: 50px; font-family: 'esamanru'; position: absolute; left: 10px; top: 10px; color: var(--recommend-color, #3c794e); }
.recommend_section .txt1 { font-size: 16px; margin: 0 0 10px 0; color: #333; }
.recommend_section p { font-size: 15px; color: #555; margin: 0 0 10px 0; }
.recommend_section .md_name { font-size: 13px; color: #666; }
.recommend_section .go_link { text-align: right; }
.recommend_section .go_link a { display: inline-block; height: 36px; line-height: 38px; padding: 0 14px; color: #fff; font-size: 14px; border-radius: 5px; background-color: var(--recommend-color, #3c794e); }
.recommend_section .go_link a:hover { text-decoration: none; }

/* =============================================
   기본 타입 7 + recommend_section PC 스타일
   ============================================= */
@media screen and (min-width: 750px) {
    .book_type7_wrap { width: 750px; }
    .book_type7_wrap .tit_box { padding: 90px 0 0 0; }
    .book_type7_wrap .tit_box .sub_tit { font-size: 36px; margin: 0 0 15px 0; }
    .book_type7_wrap .tit_box h1 { font-size: 64px; margin: 0 0 30px 0; }
    .book_type7_wrap .topbook { padding-bottom: 30px; }
    .book_type7_wrap .topbook .cover { width: 200px; margin: 0 auto 30px auto; border-radius: 10px; }
    .book_type7_wrap .topbook .txt_box .txt1 { font-size: 22px; }
    .book_type7_wrap .topbook .txt_box .txt2 { font-size: 24px; }
    .book_type7_wrap .topbook_thumbs { width: 530px; margin: 0 auto 90px auto; }
    .book_type7_wrap .topbook_thumbs .swiper-slide { width: 90px; height: 90px; margin-right: 20px; }
    .book_type7_wrap .topbook_thumbs .swiper-slide .iteminfo_v2td1t1td1 img { width: 90px; }
    .book_type7_wrap .topbook_thumbs_out .topbook_thumbs-next,
    .book_type7_wrap .topbook_thumbs_out .topbook_thumbs-prev { width: 100px; height: 90px; background-size: 18px auto; }

    .recommend_section { width: 100%; border-left-width: 11px; border-radius: 0 15px 15px 0; padding: 30px 30px 30px 90px; margin: 0 auto 90px auto; }
    .recommend_section::before { font-size: 100px; left: 20px; top: 15px; }
    .recommend_section .txt1 { font-size: 22px; margin: 0 0 10px 0; }
    .recommend_section p { font-size: 18px; margin: 0 0 10px 0; }
    .recommend_section .md_name { font-size: 16px; }
    .recommend_section .go_link a { font-size: 18px; }
}

/* =============================================
   기본 타입 8 모바일 기본
   ============================================= */

/* 저자전 도서 목록 */

/* 저자타입 2*/
.author_type2_wrap {width: 100%; padding: 50px 0; box-sizing: border-box;}
.author_type2_wrap .tit_box {text-align: center; line-height: 1.4; max-width: 90%; margin: 0 auto;}
.author_type2_wrap .tit_box .sub_tit {font-size: 17px; color: #000; margin-bottom: 8px;}
.author_type2_wrap .tit_box h2, .author_type2_wrap .tit_box h1 {font-size: 30px; color: #000; margin: 0 0 30px 0;}
.author_type2_wrap .tit_box p:not(.sub_tit) {font-size: 15px; color: #333; padding:0 0 30px 0; position: relative; line-height: 1.6;}
.author_type2_wrap .tit_box p:not(.sub_tit)::before {content: ''; display: block; width: 100%; height: 1px; background-color: #000; margin: 25px auto 35px auto;}
.author_type2_wrap .tit_box p:not(.sub_tit)::after {content: ''; display: block; width: 23px; height: 15px; background: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') #fff no-repeat center; background-size: 23px auto; padding: 0 6px; position: absolute; top: -8px; left: 50%; transform: translateX(-50%);}
.author_type2_wrap .author_box {width: 290px; box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.25); background-color: #fff; padding: 15px; margin: 0 auto; box-sizing: border-box;}
.author_type2_wrap .author_box .author_img img {width: 100%; aspect-ratio: 520 / 520;}
.author_type2_wrap .author_box .author_txt {padding: 25px 0 0 10px; position: relative;}
.author_type2_wrap .author_box .author_txt::before {content: ''; display: block; width: 65px; height: 5px; background-color: #000; position: absolute; left: -30px; top: 15px; transform: rotate(-10deg);}
.author_type2_wrap .author_box .author_txt .name {font-family: 'Cafe24Danjunghae'; font-size: 20px; color: #000; margin-bottom: 25px; line-height: 1.2;}
.author_type2_wrap .author_box .author_txt .link {text-align: right;}
.author_type2_wrap .author_box .author_txt .link a {font-size: 15px; text-decoration: underline; text-underline-offset: 4px; margin-left: 10px;}
.book_detail_list { width: 100%; box-sizing: border-box; }
.book_detail_list .list_tit, .book_detail_list .book_list { max-width: 90%; margin-left: auto; margin-right: auto; }
.book_detail_list .list_tit { font-size: 20px; font-weight: bold; margin: 20px auto; letter-spacing: 0; }
.book_detail_list .list_tit a { display: flex; justify-content: space-between; text-decoration: none; }
.book_detail_list .list_tit a span { font-weight: normal; font-size: 15px; flex-shrink: 0; }
.book_detail_list .book_list ul { display: flex; flex-wrap: wrap; gap: 0; }
.book_detail_list .book_list ul li { width: 100%; position: relative; margin-bottom: 40px; }
.book_detail_list .book_list ul li a { display: block; line-height: 1.4; }
.book_detail_list .book_list ul li a:hover { text-decoration: none; }
.book_detail_list .book_list ul li a .cover { height: 80vw; display: flex; align-items: center; justify-content: center; background-color: #f9f8f3; border-radius: 20px; margin: 0 0 20px 0; }
.book_detail_list .book_list ul li a .cover .iteminfo_v2td1t1td1 img { width: 150px; }
.book_detail_list .book_list ul li a .txt .tit { font-size: 20px; color: #000; margin-bottom: 5px; font-weight: bold; }
.book_detail_list .book_list ul li a .txt .sub_tit { font-size: 16px; color: #333; margin-bottom: 10px; }
.book_detail_list .book_list ul li a .txt p { font-size: 15px; color: #696969; }
.book_detail_list .book_list ul li .cart_btn { width: 45px; height: 45px; font-size: 0; background: url('//image.aladin.co.kr/img/events/book/2024/02/type8_cart.png') no-repeat center / 100% auto; position: absolute; right: 10px; top: 65vw; z-index: 10; }


/* =============================================
   기본 타입 8 PC 스타일(min-width: 750px)
   ============================================= */
@media screen and (min-width: 750px) {
/* 저자타입 2*/
.author_type2_wrap {width: 100%; padding: 130px 0;}
    .author_type2_wrap .tit_box {max-width: 750px;}
.author_type2_wrap .tit_box p.sub_tit {font-size: 32px; margin:0 auto 15px auto;}
.author_type2_wrap .tit_box h2, .author_type2_wrap .tit_box h1 {font-size: 47px; margin: 0 0 45px 0;}
.author_type2_wrap .tit_box p:not(.sub_tit) {font-size: 18px; padding:0 0 30px 0;}
.author_type2_wrap .tit_box p:not(.sub_tit)::before {content: ''; display: block; width: 100%; height: 1px; background-color: #000; margin: 25px auto 60px auto;}
.author_type2_wrap .tit_box p:not(.sub_tit)::after {width: 46px; height: 30px; background-size: 46px auto; top: -15px;}
.author_type2_wrap .author_box {width: 580px; box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.25); padding: 30px;}
.author_type2_wrap .author_box .author_txt {padding: 50px 0 0 10px;}
.author_type2_wrap .author_box .author_txt::before {width: 130px; height: 9px; left: -60px; top: 30px;}
.author_type2_wrap .author_box .author_txt .name {font-size: 40px; margin-bottom: 50px;}
.author_type2_wrap .author_box .author_txt .link a {font-size: 22px; text-underline-offset: 8px; margin-left: 20px;}
.book_detail_list { width: 100%; }
    .book_detail_list .list_tit, .book_detail_list .book_list { max-width: 930px; }
.book_detail_list .list_tit { font-size: 21px; border-bottom: 1px solid #b1abab; padding: 55px 0 15px 0; margin: 0 auto 25px auto; }
.book_detail_list .book_list ul { gap: 24px; }
.book_detail_list .book_list ul li { width: calc(50% - 12px); margin-bottom: 80px; }
.book_detail_list .book_list ul li a .cover { height: 450px; }
.book_detail_list .book_list ul li a .cover .iteminfo_v2td1t1td1 img { width: 250px; }
.book_detail_list .book_list ul li a .txt .tit { font-size: 22px; }
.book_detail_list .book_list ul li a .txt .sub_tit { font-size: 20px; margin-bottom: 15px; }
.book_detail_list .book_list ul li a .txt p { font-size: 18px; }
.book_detail_list .book_list ul li .cart_btn { width: 64px; height: 64px; right: 15px; top: 370px; }

}


/* =============================================
   기본 타입 9 모바일 기본
   ============================================= */
.book_type9_wrap { margin-bottom: 50px; }
.book_type9_wrap .book_type9_in { width: 100%; margin: 0 auto; padding: 65px 0 25px 0; }
.book_type9_wrap .book_type9_in .tit_box { text-align: center; line-height: 1.4; margin-bottom: 40px; }
.book_type9_wrap .book_type9_in .tit_box .sub_tit { font-size: 16px; color: #fff; margin:0 auto; }

.book_type9_wrap .book_type9_in .tit_box h1 { font-size: 26px; color: #faffb7; margin: 0; }

.book_type9_wrap .book_type9_in .book_type9_list_out { height: auto; padding-bottom: 40px; position: relative; }
.book_type9_wrap .book_type9_in .book_type9_list { padding-bottom: 50px; }
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide { width: 120px; margin: 0 5px; }
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .cover { width: 120px; }
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .cover .iteminfo_v2td1t1 { margin: 0!important; }
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .cover .iteminfo_v2td1t1td1 img { width: 100%; }
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .tit { display: none; width: 120px; padding: 10px 0; position: absolute; }
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .tit a.bov:link,
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .tit a.bov:hover,
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .tit a.bov:visited { color: #fff; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.book_type9_wrap .book_type9_in .book_type9_list .swiper-slide.swiper-slide-active .tit { display: block; }
.book_type9_wrap .book_type9_list_out .pagination_box .swiper-pagination { font-size: 14px; color: rgba(255,255,255,0.5); }
.book_type9_wrap .book_type9_list_out .pagination_box .swiper-pagination .swiper-pagination-current { color: rgba(255,255,255,1); }

/* =============================================
   sentence_section3 fade 슬라이드 사용시 컴포넌트 (원본 대신 이쪽 사용)

   ============================================= */
.sentence_section3 { width: 90%; margin: 0 auto 50px auto; background-color: #f9f9f9; position: relative; padding: 50px 20px; box-sizing: border-box; border-radius: 20px; }
.sentence_section3::before,
.sentence_section3::after { content: ''; display: block; width: 20px; height: 18px; position: absolute; left: 50%; transform: translateX(-50%); }
.sentence_section3::before { background: url("https://image.aladin.co.kr/img/events/book/2024/02/type9_sentence_img2.png") no-repeat center / 100% auto; top: 20px; }
.sentence_section3::after { background: url("https://image.aladin.co.kr/img/events/book/2024/02/type9_sentence_img1.png") no-repeat center / 100% auto; bottom: 20px; }
.sentence_section3 h2 { font-size: 15px; text-align: center; font-family: 'NanumBarunGothic'; font-weight: normal; margin: 0; line-height: 1.2; }
.sentence_section3 .sentence_slide3 { height: auto; min-height: 150px; }
.sentence_section3 .sentence_slide3 .swiper-slide { display: flex; align-items: center; background-color: #f9f9f9; padding: 15px 0; box-sizing: border-box; }
.sentence_section3 .sentence_slide3 .swiper-slide .text_box { width: 100%; text-align: center; }
.sentence_section3 .sentence_slide3 .swiper-slide .text_box .text1 { font-size: 18px; line-height: 1.2; font-family: 'Nanum Myeongjo', serif; font-weight: bold; color: #000; margin-bottom: 30px; }
.sentence_section3 .sentence_slide3 .swiper-slide .text_box .text2 { font-size: 13px; line-height: 1.2; color: #000; font-family: 'NanumBarunGothic'; }
.sentence_section3 .pagination_box { width: auto; right: 0; bottom: 15px; justify-content: flex-end; }

/* =============================================
   ev-banner4 이미지+링크 슬라이드형 배너 (원본 대신 이쪽 사용)

   ============================================= */
.ev-banner4 { width: 100%; margin: 0 auto 50px auto; position: relative; }
.ev-banner4 .banner_slide { padding: 0 0 0 20px; }
.ev-banner4 .banner_slide .swiper-slide { width: 200px; height: 80px; margin-right: 8px; border-radius: 10px; }
.ev-banner4 .banner_slide .swiper-slide a { height: 100%; display: flex; justify-content: space-between; align-items: center; padding: 20px 10px 20px 20px; box-sizing: border-box; }
.ev-banner4 .banner_slide .swiper-slide a:hover { text-decoration: none; }
.ev-banner4 .banner_slide .swiper-slide a .txt { color: #fff; font-size: 15px; line-height: 1.2; }
.ev-banner4 .banner_slide .swiper-slide a .thum { width: 50px; height: 50px; }
.ev-banner4 .banner_slide .swiper-slide a .thum img { width: 100%; }
.ev-banner4 .thumbnail-button-next,
.ev-banner4 .thumbnail-button-prev { display: none; }

/* =============================================
   기본 타입 9 + sentence_section3 + ev-banner4 PC 스타일
   ============================================= */
@media screen and (min-width: 750px) {
    .book_type9_wrap { margin-bottom: 90px; }
    .book_type9_wrap .book_type9_in { width: 750px; padding: 130px 0 50px 0; }
    .book_type9_wrap .book_type9_in .tit_box { margin-bottom: 80px; }
    .book_type9_wrap .book_type9_in .tit_box .sub_tit { font-size: 30px; }
    .book_type9_wrap .book_type9_in .tit_box h1 { font-size: 50px; }
    .book_type9_wrap .book_type9_in .book_type9_list_out { padding-bottom: 50px; }
    .book_type9_wrap .book_type9_in .book_type9_list { padding-bottom: 50px; }
    .book_type9_wrap .book_type9_in .book_type9_list .swiper-slide { width: 250px; margin: 0 20px; }
    .book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .cover { width: 250px; }
    .book_type9_wrap .book_type9_in .book_type9_list .swiper-slide .tit { width: 250px; }

    .sentence_section3 { width: 750px; margin: 0 auto 90px auto; padding: 64px 30px; }
    .sentence_section3::before, .sentence_section3::after { width: 24px; height: 22px; }
    .sentence_section3::before { top: 25px; }
    .sentence_section3::after { bottom: 25px; }
    .sentence_section3 h2 { font-size: 24px; }
    .sentence_section3 .sentence_slide3 { height: auto; min-height: 260px; }
    .sentence_section3 .sentence_slide3 .swiper-slide { padding: 30px 0; }
    .sentence_section3 .sentence_slide3 .swiper-slide .text_box .text1 { font-size: 30px; margin-bottom: 60px; }
    .sentence_section3 .sentence_slide3 .swiper-slide .text_box .text2 { font-size: 16px; }
    .sentence_section3 .pagination_box { right: 0; bottom: 20px; }

    .ev-banner4 { width: 750px; margin: 0 auto 90px auto; }
    .ev-banner4 .banner_slide { padding: 0; }
    .ev-banner4 .banner_slide.center_align .swiper-wrapper { justify-content: center; }
    .ev-banner4 .banner_slide .swiper-slide { width: 230px; height: 110px; }
    .ev-banner4 .banner_slide .swiper-slide a .txt { font-size: 16px; }
    .ev-banner4 .banner_slide .swiper-slide a .thum { width: 70px; height: 70px; }
    .ev-banner4 .thumbnail-button-next,
    .ev-banner4 .thumbnail-button-prev { display: block; width: 43px; height: 43px; border-radius: 50%; position: absolute; top: 32px; box-shadow: 0 3px 8px 0 rgba(0,0,0,0.16); z-index: 1000; cursor: pointer; }
    .ev-banner4 .thumbnail-button-next { background: url(//image.aladin.co.kr/img/events/book/2022/02/icon_go.svg) #fff no-repeat center / 9px 16px; right: -20px; }
    .ev-banner4 .thumbnail-button-prev { background: url(//image.aladin.co.kr/img/events/book/2022/02/icon_prev.svg) #fff no-repeat center / 9px 16px; left: -20px; }
    .ev-banner4 .swiper-button-disabled { display: none!important; }
}


/* =============================================
   기본 타입 10 모바일 기본
   ============================================= */
.book_type10_wrap {
    background-color: #fff;
    background-image:
        linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
        linear-gradient(#eee .1em, transparent .1em);
    background-size: 100% 1.2em;
}
.book_type10_wrap .book_type10_in { width: 92%; margin: 0 auto; padding: 0 0 50px 0; position: relative; }
.book_type10_wrap .cover_box { width: 66%; height: auto; padding: 13px 13px 17vw 13px; background: #fff; border-radius: 4px; box-shadow: 0 0 15px rgba(0,0,0,0.15); transform: rotate(5deg) translate(20px, 45px); box-sizing: border-box; margin: 0 auto; }
.book_type10_wrap .cover_box img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #ddd; }
.book_type10_wrap .txt_box { position: relative; transform: rotate(-5deg); margin: 0; text-align: center; }
.book_type10_wrap .txt_box .sub_tit { color: #fff; line-height: 1.3; font-size: 1.3rem; padding: 10px 20px; margin: 0 auto 10px auto; display: inline-block; }

.book_type10_wrap .txt_box h1 { color: #fff; line-height: 1.3; font-size: 2.2rem; padding: 10px 20px 7px 20px; margin: 0 auto 6vw auto; display: inline-block; }

.book_type10_wrap .book_decor { font-size: 2.5rem; position: absolute; bottom: 36vw; left: 14vw; z-index: 1; }
.book_type10_wrap .book_message { width: 90%; font-size: 1rem; color: #333; padding: 6% 4%; position: relative; background: #f8f8f8; margin: 1em auto 0 auto; border: 3px solid rgba(0,0,0,0.08); line-height: 1.4; box-sizing: border-box; }
.icon_motion {animation: zoom-left-in-out 1.75s infinite; transform-origin: left bottom;}

@keyframes zoom-left-in-out {
  0%, 100% {
    transform: scale(0.95) rotate(2deg);
  }
  50% {
    transform: scale(1) rotate(-2deg);
  }
}


/* =============================================
   기본 타입 10 PC 스타일(min-width: 750px)
   ============================================= */
@media screen and (min-width: 750px) {
    .book_type10_wrap {
        background-image:
            linear-gradient(90deg, transparent 242px, #abced4 161px, #abced4 244px, transparent 242px),
            linear-gradient(#eee 0.1em, transparent 0.1em);
        background-size: 100% 30px;
    }
    .book_type10_wrap .book_type10_in { width: 750px; padding: 0 0 100px 0; }
    .book_type10_wrap .cover_box { width: 48%; height: auto; padding: 18px 18px 80px 18px; }
    .book_type10_wrap .txt_box { margin: 30px 0 0 0; }
    .book_type10_wrap .txt_box h1 { font-size: 60px; padding: 14px 30px 10px 30px; margin: 0 auto 50px auto; }
    .book_type10_wrap .txt_box .sub_tit { font-size: 34px; padding: 12px 30px 11px 30px; }
    .book_type10_wrap .book_decor { font-size: 61px; position: absolute; bottom: 270px; left: 174px; z-index: 1; line-height: 1; padding: 0; margin: 0; }
    .book_type10_wrap .book_message { width: 100%; font-size: 18px; padding: 20px 30px; }
}

/* =============================================
   컬러 팔레트 — 타입 전용 (키트 자동 생성)
   HTML에 colorN 클래스만 지정하면 색이 적용됨
   ============================================= */

/* ——— 기본 타입1 ——— */
/* color1 : 레드 */
.book_type1_wrap.color1 { background-color: #F73E35; }
.book_type1_wrap.color1 { --quote-color: #F73E35; }
.book_type1_wrap.color1 .book_type1_top_in .tit_box h1 { color: #fffaab; }
.book_type1_wrap.color1 .pink_big_btn { background-color: #F73E35; }
.book_type1_wrap.color1 .book_type1_booklist .book_type1_booklist_in .tit { color: #fc4940; border: solid 2px #fc4940; }
/* color2 : 블루 */
.book_type1_wrap.color2 { background-color: #008cee; }
.book_type1_wrap.color2 { --quote-color: #008cee; }
.book_type1_wrap.color2 .book_type1_top_in .tit_box h1 { color: #fffaab; }
.book_type1_wrap.color2 .pink_big_btn { background-color: #008cee; }
.book_type1_wrap.color2 .book_type1_booklist .book_type1_booklist_in .tit { color: #008cee; border: solid 2px #008cee; }
/* color3 : 옐로 + 퍼플 */
.book_type1_wrap.color3 { background-color: #f5e488; }
.book_type1_wrap.color3 { --quote-color: #4d2bf4; }
.book_type1_wrap.color3 .book_type1_top_in .tit_box h1 { color: #4d2bf4; }
.book_type1_wrap.color3 .book_type1_top_in .tit_box .sub_tit1,
.book_type1_wrap.color3 .book_type1_top_in .tit_box .sub_tit2 { color: #333; }
.book_type1_wrap.color3 .pink_big_btn { background-color: #4d2bf4; }
.book_type1_wrap.color3 .book_type1_booklist .book_type1_booklist_in .tit { color: #4d2bf4; border: solid 2px #4d2bf4; }
/* color4 : 민트 + 네이비 */
.book_type1_wrap.color4 { background-color: #5be7d2; }
.book_type1_wrap.color4 { --quote-color: #081d9a; }
.book_type1_wrap.color4 .book_type1_top_in .tit_box h1 { color: #081d9a; }
.book_type1_wrap.color4 .book_type1_top_in .tit_box .sub_tit1,
.book_type1_wrap.color4 .book_type1_top_in .tit_box .sub_tit2 { color: #333; }
.book_type1_wrap.color4 .pink_big_btn { background-color: #081d9a; }
.book_type1_wrap.color4 .book_type1_booklist .book_type1_booklist_in .tit { color: #081d9a; border: solid 2px #081d9a; }
/* color5 : 딥 네이비 */
.book_type1_wrap.color5 { background-color: #012a93; }
.book_type1_wrap.color5 { --quote-color: #012a93; }
.book_type1_wrap.color5 .book_type1_top_in .tit_box h1 { color: #fffaab; }
.book_type1_wrap.color5 .pink_big_btn { background-color: #012a93; }
.book_type1_wrap.color5 .book_type1_booklist .book_type1_booklist_in .tit { color: #012a93; border: solid 2px #012a93; }
/* book_type1_booklist 독립 사용 시 color 클래스 */
.book_type1_booklist.color1 .book_type1_booklist_in .tit { color: #fc4940; border-color: #fc4940; }
.book_type1_booklist.color2 .book_type1_booklist_in .tit { color: #008cee; border-color: #008cee; }
.book_type1_booklist.color3 .book_type1_booklist_in .tit { color: #4d2bf4; border-color: #4d2bf4; }
.book_type1_booklist.color4 .book_type1_booklist_in .tit { color: #081d9a; border-color: #081d9a; }
.book_type1_booklist.color5 .book_type1_booklist_in .tit { color: #012a93; border-color: #012a93; }

/* ——— 기본 타입2 ——— */
/* color1 : 옐로 + 블루 */
.book_type2_top.color1 { background-color: #fff4d6; }
.book_type2_top.color1 h1 { color: #0065c1; }
.book_type2_top.color1 .tit_box .sub_tit1,
.book_type2_top.color1 .tit_box .sub_tit2 { color: #333; }
/* color2 : 핑크 */
.book_type2_top.color2 { background-color: #f54e8e; }
.book_type2_top.color2 h1 { color: #fffcc4; }
.book_type2_top.color2 .tit_box .sub_tit1,
.book_type2_top.color2 .tit_box .sub_tit2 { color: #fff; }
/* color3 : 라임 + 블루 */
.book_type2_top.color3 { background-color: #cce70e; }
.book_type2_top.color3 h1 { color: #0065c1; }
.book_type2_top.color3 .tit_box .sub_tit1,
.book_type2_top.color3 .tit_box .sub_tit2 { color: #333; }
/* color4 : 퍼플 */
.book_type2_top.color4 { background-color: #6f44ac; }
.book_type2_top.color4 h1 { color: #fff775; }
.book_type2_top.color4 .tit_box .sub_tit1,
.book_type2_top.color4 .tit_box .sub_tit2 { color: #fff; }

/* ——— 기본 타입3 ——— */
/* color1 : 핑크 */
.book_type3_wrap.color1 { background-color: #fbd0d7; }
.book_type3_wrap.color1 .book_type3_top_in .tit_box h1 { color: #b0000f; }
/* color2 : 블루 */
.book_type3_wrap.color2 { background-color: #d0e0fb; }
.book_type3_wrap.color2 .book_type3_top_in .tit_box h1 { color: #0a4db9; }
/* color3 : 그린 */
.book_type3_wrap.color3 { background-color: #d4fbd0; }
.book_type3_wrap.color3 .book_type3_top_in .tit_box h1 { color: #0b7000; }
/* color4 : 퍼플 */
.book_type3_wrap.color4 { background-color: #e5d0fb; }
.book_type3_wrap.color4 .book_type3_top_in .tit_box h1 { color: #721fcc; }
/* color5 : 오렌지 */
.book_type3_wrap.color5 { background-color: #fbebd0; }
.book_type3_wrap.color5 .book_type3_top_in .tit_box h1 { color: #875300; }
/* color6 : 민트 */
.book_type3_wrap.color6 { background-color: #d0f4fb; }
.book_type3_wrap.color6 .book_type3_top_in .tit_box h1 { color: #006c80; }

/* ——— 기본 타입4 ——— */
/* color1 : 퍼플 */
.book_type4_wrap.color1 .book_type4_top { background-color: #8536ee; }
.book_type4_wrap.color1 .book_type4_top .tit_box { color: #d9fc15; }
.book_type4_wrap.color1 .book_type4_top .tit_box h1 { color: #d9fc15; }
/* color2 : 핫핑크 */
.book_type4_wrap.color2 .book_type4_top { background-color: #d9014d; }
.book_type4_wrap.color2 .book_type4_top .tit_box { color: #fff; }
.book_type4_wrap.color2 .book_type4_top .tit_box h1 { color: #fff; }
/* color3 : 마젠타 */
.book_type4_wrap.color3 .book_type4_top { background-color: #c902a7; }
.book_type4_wrap.color3 .book_type4_top .tit_box { color: #e5fb69; }
.book_type4_wrap.color3 .book_type4_top .tit_box h1 { color: #e5fb69; }
/* color4 : 블루 */
.book_type4_wrap.color4 .book_type4_top { background-color: #0237db; }
.book_type4_wrap.color4 .book_type4_top .tit_box { color: #e5fb69; }
.book_type4_wrap.color4 .book_type4_top .tit_box h1 { color: #e5fb69; }
/* color5 : 옐로 */
.book_type4_wrap.color5 .book_type4_top { background-color: #ffbe06; }
.book_type4_wrap.color5 .book_type4_top .tit_box { color: #000000; }
.book_type4_wrap.color5 .book_type4_top .tit_box h1 { color: #000000; }
.book_type4_wrap.color5 .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 a { color: #000; }
.book_type4_wrap.color5 .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 .gw { color: #666 !important; }
/* color6 : 민트 */
.book_type4_wrap.color6 .book_type4_top { background-color: #1eefaa; }
.book_type4_wrap.color6 .book_type4_top .tit_box { color: #000000; }
.book_type4_wrap.color6 .book_type4_top .tit_box h1 { color: #000000; }
.book_type4_wrap.color6 .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 a { color: #000; }
.book_type4_wrap.color6 .book_type4_top .bookslide .swiper-slide .txt .iteminfo_v2td1t1td2 .gw { color: #666 !important; }

/* ——— 기본 타입5 ——— */
/* color1 : 브라운 */
.book_type5_wrap.color1 { background-color: #fbeadb; }
.book_type5_wrap.color1 .book_type5_top .tit_box h1 em { color: #994a06; }
.book_type5_list.color1 .bg { background-color: #fbeadb; }
/* color2 : 블루 */
.book_type5_wrap.color2 { background-color: #e0e9f3; }
.book_type5_wrap.color2 .book_type5_top .tit_box h1 em { color: #064f99; }
.book_type5_list.color2 .bg { background-color: #e0e9f3; }
/* color3 : 그린 */
.book_type5_wrap.color3 { background-color: #e0f3e0; }
.book_type5_wrap.color3 .book_type5_top .tit_box h1 em { color: #056c05; }
.book_type5_list.color3 .bg { background-color: #e0f3e0; }
/* color4 : 퍼플 */
.book_type5_wrap.color4 { background-color: #ede0f3; }
.book_type5_wrap.color4 .book_type5_top .tit_box h1 em { color: #5d0d80; }
.book_type5_list.color4 .bg { background-color: #ede0f3; }
/* color5 : 마젠타 */
.book_type5_wrap.color5 { background-color: #f3e0ea; }
.book_type5_wrap.color5 .book_type5_top .tit_box h1 em { color: #9c0d59; }
.book_type5_list.color5 .bg { background-color: #f3e0ea; }
/* color6 : 레드 */
.book_type5_wrap.color6 { background-color: #f3e0e0; }
.book_type5_wrap.color6 .book_type5_top .tit_box h1 em { color: #c81313; }
.book_type5_list.color6 .bg { background-color: #f3e0e0; }

/* ——— 기본 타입6 ——— */
/* color1 : 브라운 */
.book_type6_wrap.color1 { background-color: #cba488; }
.book_type6_wrap.color1 .book_type6_top .tit_box .sub_tit { color: #000; }
.book_type6_wrap.color1 .book_type6_top .tit_box h1 span { border: 1px solid #000; color: #000; }
.book_type6_wrap.color1 .book_type6_top .book_box li .text { background-color: #f1ece5; color: #000; }
/* color2 : 라이트블루 */
.book_type6_wrap.color2 { background-color: #b5dee8; }
.book_type6_wrap.color2 .book_type6_top .tit_box .sub_tit { color: #000; }
.book_type6_wrap.color2 .book_type6_top .tit_box h1 span { border: 1px solid #000; color: #000; }
.book_type6_wrap.color2 .book_type6_top .book_box li .text { background-color: #f1ebe4; color: #333; }
/* color3 : 라벤더 */
.book_type6_wrap.color3 { background-color: #ddb4fc; }
.book_type6_wrap.color3 .book_type6_top .tit_box .sub_tit { color: #000; }
.book_type6_wrap.color3 .book_type6_top .tit_box h1 span { border: 1px solid #000; color: #000; }
.book_type6_wrap.color3 .book_type6_top .book_box li .text { background-color: #000; color: #fff; }
/* color4 : 레드 */
.book_type6_wrap.color4 { background-color: #c62127; }
.book_type6_wrap.color4 .book_type6_top .tit_box .sub_tit { color: #fff; }
.book_type6_wrap.color4 .book_type6_top .tit_box h1 span { border: 1px solid #fff; color: #fff; }
.book_type6_wrap.color4 .book_type6_top .book_box li .text { background-color: #f3f3f3; color: #000; }
/* color5 : 다크브라운 */
.book_type6_wrap.color5 { background-color: #3c1501; }
.book_type6_wrap.color5 .book_type6_top .tit_box .sub_tit { color: #fff; }
.book_type6_wrap.color5 .book_type6_top .tit_box h1 span { border: 1px solid #fff; color: #fff; }
.book_type6_wrap.color5 .book_type6_top .book_box li .text { background-color: #fceae9; color: #000; }
/* color6 : 옐로 */
.book_type6_wrap.color6 { background-color: #fbe601; }
.book_type6_wrap.color6 .book_type6_top .tit_box .sub_tit { color: #000; }
.book_type6_wrap.color6 .book_type6_top .tit_box h1 span { border: 1px solid #000; color: #000; }
.book_type6_wrap.color6 .book_type6_top .book_box li .text { background-color: #000; color: #fff; }

/* ——— 기본 타입7 ——— */
/* color1 : 레드 */
.book_type7_wrap.color1 .tit_box { color: #a92525; }
.book_type7_wrap.color1 .tit_box h1 { color: #a92525; }
.book_type7_wrap.color1 { --recommend-color: #a92525; }
/* color2 : 오렌지브라운 */
.book_type7_wrap.color2 .tit_box { color: #ac5900; }
.book_type7_wrap.color2 .tit_box h1 { color: #ac5900; }
.book_type7_wrap.color2 { --recommend-color: #ac5900; }
/* color3 : 다크브라운 */
.book_type7_wrap.color3 .tit_box { color: #50361a; }
.book_type7_wrap.color3 .tit_box h1 { color: #50361a; }
.book_type7_wrap.color3 { --recommend-color: #50361a; }
/* color4 : 그린 */
.book_type7_wrap.color4 .tit_box { color: #497c07; }
.book_type7_wrap.color4 .tit_box h1 { color: #497c07; }
.book_type7_wrap.color4 { --recommend-color: #497c07; }
/* color5 : 딥그린 */
.book_type7_wrap.color5 .tit_box { color: #3c794e; }
.book_type7_wrap.color5 .tit_box h1 { color: #3c794e; }
.book_type7_wrap.color5 { --recommend-color: #3c794e; }
/* color6 : 틸 */
.book_type7_wrap.color6 .tit_box { color: #018178; }
.book_type7_wrap.color6 .tit_box h1 { color: #018178; }
.book_type7_wrap.color6 { --recommend-color: #018178; }
/* color7 : 블루 */
.book_type7_wrap.color7 .tit_box { color: #0473b9; }
.book_type7_wrap.color7 .tit_box h1 { color: #0473b9; }
.book_type7_wrap.color7 { --recommend-color: #0473b9; }
/* color8 : 코발트 */
.book_type7_wrap.color8 .tit_box { color: #264aad; }
.book_type7_wrap.color8 .tit_box h1 { color: #264aad; }
.book_type7_wrap.color8 { --recommend-color: #264aad; }
/* color9 : 네이비 */
.book_type7_wrap.color9 .tit_box { color: #000a53; }
.book_type7_wrap.color9 .tit_box h1 { color: #000a53; }
.book_type7_wrap.color9 { --recommend-color: #000a53; }
/* color10 : 퍼플 */
.book_type7_wrap.color10 .tit_box { color: #5c2f9e; }
.book_type7_wrap.color10 .tit_box h1 { color: #5c2f9e; }
.book_type7_wrap.color10 { --recommend-color: #5c2f9e; }
/* color11 : 마젠타 */
.book_type7_wrap.color11 .tit_box { color: #bd1bb0; }
.book_type7_wrap.color11 .tit_box h1 { color: #bd1bb0; }
.book_type7_wrap.color11 { --recommend-color: #bd1bb0; }
/* color12 : 핑크 */
.book_type7_wrap.color12 .tit_box { color: #d81c7d; }
.book_type7_wrap.color12 .tit_box h1 { color: #d81c7d; }
.book_type7_wrap.color12 { --recommend-color: #d81c7d; }

/* ——— 기본 타입8 (작가전) ——— */
/* color1 : 기본 화이트 */
.event-wrap.color1, .author_type2_wrap.color1, .book_detail_list.color1 { background-color: #fff; }
/* color9 : 네이비 + 골드 */
.event-wrap.color9, .author_type2_wrap.color9, .book_detail_list.color9 { background-color: #0d1b2a; }
.event-wrap.color9 .author_type2_wrap .tit_box .sub_tit, .author_type2_wrap.color9 .tit_box .sub_tit { color: #c9a84c; }
.event-wrap.color9 .author_type2_wrap .tit_box h1, .author_type2_wrap.color9 .tit_box h1, .event-wrap.color9 .author_type2_wrap .tit_box h2, .author_type2_wrap.color9 .tit_box h2 { color: #f0ece0; }
.event-wrap.color9 .author_type2_wrap .tit_box p:not(.sub_tit), .author_type2_wrap.color9 .tit_box p:not(.sub_tit) { color: #c8c0b0; }
.event-wrap.color9 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color9 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #c9a84c calc(50% - 18px), transparent calc(50% - 18px), transparent calc(50% + 18px), #c9a84c calc(50% + 18px)); }
.event-wrap.color9 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color9 .tit_box p:not(.sub_tit)::after { background-color: #c9a84c; background-image: none; -webkit-mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; filter: none; }
.event-wrap.color9 .author_type2_wrap .author_box, .author_type2_wrap.color9 .author_box { background-color: #1c2b3d; box-shadow: 0 7px 15px 0 rgba(0,0,0,0.5); }
.event-wrap.color9 .author_type2_wrap .author_box .author_txt::before, .author_type2_wrap.color9 .author_box .author_txt::before { background-color: #c9a84c; }
.event-wrap.color9 .author_type2_wrap .author_box .author_txt .name, .author_type2_wrap.color9 .author_box .author_txt .name { color: #f0ece0; }
.event-wrap.color9 .author_type2_wrap .author_box .author_txt .link a, .author_type2_wrap.color9 .author_box .author_txt .link a { color: #c9a84c; }
.event-wrap.color9 .book_detail_list .list_tit a, .book_detail_list.color9 .list_tit a { color: #f0ece0; }
.event-wrap.color9 .book_detail_list .book_list ul li a .cover, .book_detail_list.color9 .book_list ul li a .cover { background-color: #162032; }
.event-wrap.color9 .book_detail_list .book_list ul li a .txt .tit, .book_detail_list.color9 .book_list ul li a .txt .tit { color: #f0ece0; }
.event-wrap.color9 .book_detail_list .book_list ul li a .txt .sub_tit, .book_detail_list.color9 .book_list ul li a .txt .sub_tit { color: #c9a84c; }
.event-wrap.color9 .book_detail_list .book_list ul li a .txt p, .book_detail_list.color9 .book_list ul li a .txt p { color: #7a8fa0; }
@media screen and (min-width: 750px) {
    .event-wrap.color9 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color9 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #c9a84c calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), #c9a84c calc(50% + 30px)); }
    .event-wrap.color9 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color9 .tit_box p:not(.sub_tit)::after { -webkit-mask-size: 46px auto; mask-size: 46px auto; }
}
/* color4 : 크림 + 버건디 */
.event-wrap.color4, .author_type2_wrap.color4, .book_detail_list.color4 { background-color: #f7f2e8; }
.event-wrap.color4 .author_type2_wrap .tit_box .sub_tit, .author_type2_wrap.color4 .tit_box .sub_tit { color: #8b2635; }
.event-wrap.color4 .author_type2_wrap .tit_box h1, .author_type2_wrap.color4 .tit_box h1, .event-wrap.color4 .author_type2_wrap .tit_box h2, .author_type2_wrap.color4 .tit_box h2 { color: #2c1810; }
.event-wrap.color4 .author_type2_wrap .tit_box p:not(.sub_tit), .author_type2_wrap.color4 .tit_box p:not(.sub_tit) { color: #4a2e24; }
.event-wrap.color4 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color4 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #8b2635 calc(50% - 18px), transparent calc(50% - 18px), transparent calc(50% + 18px), #8b2635 calc(50% + 18px)); }
.event-wrap.color4 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color4 .tit_box p:not(.sub_tit)::after { background-color: #8b2635; background-image: none; -webkit-mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; filter: none; }
.event-wrap.color4 .author_type2_wrap .author_box, .author_type2_wrap.color4 .author_box { background-color: #fff; box-shadow: 0 7px 15px 0 rgba(139,38,53,0.15); }
.event-wrap.color4 .author_type2_wrap .author_box .author_txt::before, .author_type2_wrap.color4 .author_box .author_txt::before { background-color: #8b2635; }
.event-wrap.color4 .author_type2_wrap .author_box .author_txt .name, .author_type2_wrap.color4 .author_box .author_txt .name { color: #2c1810; }
.event-wrap.color4 .author_type2_wrap .author_box .author_txt .link a, .author_type2_wrap.color4 .author_box .author_txt .link a { color: #8b2635; }
.event-wrap.color4 .book_detail_list .list_tit a, .book_detail_list.color4 .list_tit a { color: #2c1810; }
.event-wrap.color4 .book_detail_list .book_list ul li a .cover, .book_detail_list.color4 .book_list ul li a .cover { background-color: #ede7da; }
.event-wrap.color4 .book_detail_list .book_list ul li a .txt .tit, .book_detail_list.color4 .book_list ul li a .txt .tit { color: #2c1810; }
.event-wrap.color4 .book_detail_list .book_list ul li a .txt .sub_tit, .book_detail_list.color4 .book_list ul li a .txt .sub_tit { color: #8b2635; }
.event-wrap.color4 .book_detail_list .book_list ul li a .txt p, .book_detail_list.color4 .book_list ul li a .txt p { color: #6b5045; }
@media screen and (min-width: 750px) {
    .event-wrap.color4 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color4 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #8b2635 calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), #8b2635 calc(50% + 30px)); }
    .event-wrap.color4 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color4 .tit_box p:not(.sub_tit)::after { -webkit-mask-size: 46px auto; mask-size: 46px auto; }
}
/* color8 : 포레스트 + 민트 */
.event-wrap.color8, .author_type2_wrap.color8, .book_detail_list.color8 { background-color: #243b30; }
.event-wrap.color8 .author_type2_wrap .tit_box .sub_tit, .author_type2_wrap.color8 .tit_box .sub_tit { color: #a8c99a; }
.event-wrap.color8 .author_type2_wrap .tit_box h1, .author_type2_wrap.color8 .tit_box h1, .event-wrap.color8 .author_type2_wrap .tit_box h2, .author_type2_wrap.color8 .tit_box h2 { color: #f5f0e0; }
.event-wrap.color8 .author_type2_wrap .tit_box p:not(.sub_tit), .author_type2_wrap.color8 .tit_box p:not(.sub_tit) { color: #c8c4b0; }
.event-wrap.color8 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color8 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #a8c99a calc(50% - 18px), transparent calc(50% - 18px), transparent calc(50% + 18px), #a8c99a calc(50% + 18px)); }
.event-wrap.color8 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color8 .tit_box p:not(.sub_tit)::after { background-color: #a8c99a; background-image: none; -webkit-mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; filter: none; }
.event-wrap.color8 .author_type2_wrap .author_box, .author_type2_wrap.color8 .author_box { background-color: #2d4a3e; box-shadow: 0 7px 15px 0 rgba(0,0,0,0.4); }
.event-wrap.color8 .author_type2_wrap .author_box .author_txt::before, .author_type2_wrap.color8 .author_box .author_txt::before { background-color: #a8c99a; }
.event-wrap.color8 .author_type2_wrap .author_box .author_txt .name, .author_type2_wrap.color8 .author_box .author_txt .name { color: #f5f0e0; }
.event-wrap.color8 .author_type2_wrap .author_box .author_txt .link a, .author_type2_wrap.color8 .author_box .author_txt .link a { color: #a8c99a; }
.event-wrap.color8 .book_detail_list .list_tit a, .book_detail_list.color8 .list_tit a { color: #f5f0e0; }
.event-wrap.color8 .book_detail_list .book_list ul li a .cover, .book_detail_list.color8 .book_list ul li a .cover { background-color: #1a2e25; }
.event-wrap.color8 .book_detail_list .book_list ul li a .txt .tit, .book_detail_list.color8 .book_list ul li a .txt .tit { color: #f5f0e0; }
.event-wrap.color8 .book_detail_list .book_list ul li a .txt .sub_tit, .book_detail_list.color8 .book_list ul li a .txt .sub_tit { color: #a8c99a; }
.event-wrap.color8 .book_detail_list .book_list ul li a .txt p, .book_detail_list.color8 .book_list ul li a .txt p { color: #8aaa90; }
@media screen and (min-width: 750px) {
    .event-wrap.color8 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color8 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #a8c99a calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), #a8c99a calc(50% + 30px)); }
    .event-wrap.color8 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color8 .tit_box p:not(.sub_tit)::after { -webkit-mask-size: 46px auto; mask-size: 46px auto; }
}
/* color5 : 차콜 + 테라코타 */
.event-wrap.color5, .author_type2_wrap.color5, .book_detail_list.color5 { background-color: #2a2a2a; }
.event-wrap.color5 .author_type2_wrap .tit_box .sub_tit, .author_type2_wrap.color5 .tit_box .sub_tit { color: #c47b5a; }
.event-wrap.color5 .author_type2_wrap .tit_box h1, .author_type2_wrap.color5 .tit_box h1, .event-wrap.color5 .author_type2_wrap .tit_box h2, .author_type2_wrap.color5 .tit_box h2 { color: #e8e0d5; }
.event-wrap.color5 .author_type2_wrap .tit_box p:not(.sub_tit), .author_type2_wrap.color5 .tit_box p:not(.sub_tit) { color: #c4b9ac; }
.event-wrap.color5 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color5 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #c47b5a calc(50% - 18px), transparent calc(50% - 18px), transparent calc(50% + 18px), #c47b5a calc(50% + 18px)); }
.event-wrap.color5 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color5 .tit_box p:not(.sub_tit)::after { background-color: #c47b5a; background-image: none; -webkit-mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; filter: none; }
.event-wrap.color5 .author_type2_wrap .author_box, .author_type2_wrap.color5 .author_box { background-color: #3d3d3d; box-shadow: 0 7px 15px 0 rgba(0,0,0,0.5); }
.event-wrap.color5 .author_type2_wrap .author_box .author_txt::before, .author_type2_wrap.color5 .author_box .author_txt::before { background-color: #c47b5a; }
.event-wrap.color5 .author_type2_wrap .author_box .author_txt .name, .author_type2_wrap.color5 .author_box .author_txt .name { color: #e8e0d5; }
.event-wrap.color5 .author_type2_wrap .author_box .author_txt .link a, .author_type2_wrap.color5 .author_box .author_txt .link a { color: #c47b5a; }
.event-wrap.color5 .book_detail_list .list_tit a, .book_detail_list.color5 .list_tit a { color: #e8e0d5; }
.event-wrap.color5 .book_detail_list .book_list ul li a .cover, .book_detail_list.color5 .book_list ul li a .cover { background-color: #333; }
.event-wrap.color5 .book_detail_list .book_list ul li a .txt .tit, .book_detail_list.color5 .book_list ul li a .txt .tit { color: #e8e0d5; }
.event-wrap.color5 .book_detail_list .book_list ul li a .txt .sub_tit, .book_detail_list.color5 .book_list ul li a .txt .sub_tit { color: #c47b5a; }
.event-wrap.color5 .book_detail_list .book_list ul li a .txt p, .book_detail_list.color5 .book_list ul li a .txt p { color: #8a8078; }
@media screen and (min-width: 750px) {
    .event-wrap.color5 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color5 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #c47b5a calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), #c47b5a calc(50% + 30px)); }
    .event-wrap.color5 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color5 .tit_box p:not(.sub_tit)::after { -webkit-mask-size: 46px auto; mask-size: 46px auto; }
}
/* color2 : 오프화이트 + 그레이 */
.event-wrap.color2, .author_type2_wrap.color2, .book_detail_list.color2 { background-color: #f4f4f2; }
.event-wrap.color2 .author_type2_wrap .tit_box .sub_tit, .author_type2_wrap.color2 .tit_box .sub_tit { color: #555; }
.event-wrap.color2 .author_type2_wrap .tit_box h1, .author_type2_wrap.color2 .tit_box h1, .event-wrap.color2 .author_type2_wrap .tit_box h2, .author_type2_wrap.color2 .tit_box h2 { color: #1a1a1a; }
.event-wrap.color2 .author_type2_wrap .tit_box p:not(.sub_tit), .author_type2_wrap.color2 .tit_box p:not(.sub_tit) { color: #444; }
.event-wrap.color2 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color2 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #888 calc(50% - 18px), transparent calc(50% - 18px), transparent calc(50% + 18px), #888 calc(50% + 18px)); }
.event-wrap.color2 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color2 .tit_box p:not(.sub_tit)::after { background-color: #888; background-image: none; -webkit-mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; filter: none; }
.event-wrap.color2 .author_type2_wrap .author_box, .author_type2_wrap.color2 .author_box { background-color: #fff; box-shadow: 0 7px 15px 0 rgba(0,0,0,0.12); }
.event-wrap.color2 .author_type2_wrap .author_box .author_txt::before, .author_type2_wrap.color2 .author_box .author_txt::before { background-color: #555; }
.event-wrap.color2 .author_type2_wrap .author_box .author_txt .name, .author_type2_wrap.color2 .author_box .author_txt .name { color: #1a1a1a; }
.event-wrap.color2 .author_type2_wrap .author_box .author_txt .link a, .author_type2_wrap.color2 .author_box .author_txt .link a { color: #444; }
.event-wrap.color2 .book_detail_list .list_tit a, .book_detail_list.color2 .list_tit a { color: #1a1a1a; }
.event-wrap.color2 .book_detail_list .book_list ul li a .cover, .book_detail_list.color2 .book_list ul li a .cover { background-color: #e8e8e4; }
.event-wrap.color2 .book_detail_list .book_list ul li a .txt .tit, .book_detail_list.color2 .book_list ul li a .txt .tit { color: #1a1a1a; }
.event-wrap.color2 .book_detail_list .book_list ul li a .txt .sub_tit, .book_detail_list.color2 .book_list ul li a .txt .sub_tit { color: #555; }
.event-wrap.color2 .book_detail_list .book_list ul li a .txt p, .book_detail_list.color2 .book_list ul li a .txt p { color: #696969; }
@media screen and (min-width: 750px) {
    .event-wrap.color2 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color2 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #888 calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), #888 calc(50% + 30px)); }
    .event-wrap.color2 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color2 .tit_box p:not(.sub_tit)::after { -webkit-mask-size: 46px auto; mask-size: 46px auto; }
}
/* color3 : 레몬 + 오렌지 */
.event-wrap.color3, .author_type2_wrap.color3, .book_detail_list.color3 { background-color: #fff2b8; }
.event-wrap.color3 .author_type2_wrap .tit_box .sub_tit, .author_type2_wrap.color3 .tit_box .sub_tit { color: #f2711c; }
.event-wrap.color3 .author_type2_wrap .tit_box h1, .author_type2_wrap.color3 .tit_box h1, .event-wrap.color3 .author_type2_wrap .tit_box h2, .author_type2_wrap.color3 .tit_box h2 { color: #2a2320; }
.event-wrap.color3 .author_type2_wrap .tit_box p:not(.sub_tit), .author_type2_wrap.color3 .tit_box p:not(.sub_tit) { color: #5a4a3a; }
.event-wrap.color3 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color3 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #f2711c calc(50% - 18px), transparent calc(50% - 18px), transparent calc(50% + 18px), #f2711c calc(50% + 18px)); }
.event-wrap.color3 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color3 .tit_box p:not(.sub_tit)::after { background-color: #f2711c; background-image: none; -webkit-mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; filter: none; }
.event-wrap.color3 .author_type2_wrap .author_box, .author_type2_wrap.color3 .author_box { background-color: #fff; box-shadow: 0 7px 15px 0 rgba(242,113,28,0.18); }
.event-wrap.color3 .author_type2_wrap .author_box .author_txt::before, .author_type2_wrap.color3 .author_box .author_txt::before { background-color: #f2711c; }
.event-wrap.color3 .author_type2_wrap .author_box .author_txt .name, .author_type2_wrap.color3 .author_box .author_txt .name { color: #2a2320; }
.event-wrap.color3 .author_type2_wrap .author_box .author_txt .link a, .author_type2_wrap.color3 .author_box .author_txt .link a { color: #f2711c; }
.event-wrap.color3 .book_detail_list .list_tit a, .book_detail_list.color3 .list_tit a { color: #2a2320; }
.event-wrap.color3 .book_detail_list .book_list ul li a .cover, .book_detail_list.color3 .book_list ul li a .cover { background-color: #ffe98a; }
.event-wrap.color3 .book_detail_list .book_list ul li a .txt .tit, .book_detail_list.color3 .book_list ul li a .txt .tit { color: #2a2320; }
.event-wrap.color3 .book_detail_list .book_list ul li a .txt .sub_tit, .book_detail_list.color3 .book_list ul li a .txt .sub_tit { color: #f2711c; }
.event-wrap.color3 .book_detail_list .book_list ul li a .txt p, .book_detail_list.color3 .book_list ul li a .txt p { color: #7a6a55; }
@media screen and (min-width: 750px) {
    .event-wrap.color3 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color3 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #f2711c calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), #f2711c calc(50% + 30px)); }
    .event-wrap.color3 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color3 .tit_box p:not(.sub_tit)::after { -webkit-mask-size: 46px auto; mask-size: 46px auto; }
}
/* color6 : 스카이 + 인디고 */
.event-wrap.color6, .author_type2_wrap.color6, .book_detail_list.color6 { background-color: #dff1ff; }
.event-wrap.color6 .author_type2_wrap .tit_box .sub_tit, .author_type2_wrap.color6 .tit_box .sub_tit { color: #4f46e5; }
.event-wrap.color6 .author_type2_wrap .tit_box h1, .author_type2_wrap.color6 .tit_box h1, .event-wrap.color6 .author_type2_wrap .tit_box h2, .author_type2_wrap.color6 .tit_box h2 { color: #271eba; }
.event-wrap.color6 .author_type2_wrap .tit_box p:not(.sub_tit), .author_type2_wrap.color6 .tit_box p:not(.sub_tit) { color: #2e4c66; }
.event-wrap.color6 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color6 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #4f46e5 calc(50% - 18px), transparent calc(50% - 18px), transparent calc(50% + 18px), #4f46e5 calc(50% + 18px)); }
.event-wrap.color6 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color6 .tit_box p:not(.sub_tit)::after { background-color: #4f46e5; background-image: none; -webkit-mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; filter: none; }
.event-wrap.color6 .author_type2_wrap .author_box, .author_type2_wrap.color6 .author_box { background-color: #fff; box-shadow: 0 7px 15px 0 rgba(79,70,229,0.16); }
.event-wrap.color6 .author_type2_wrap .author_box .author_txt::before, .author_type2_wrap.color6 .author_box .author_txt::before { background-color: #4f46e5; }
.event-wrap.color6 .author_type2_wrap .author_box .author_txt .name, .author_type2_wrap.color6 .author_box .author_txt .name { color: #10314f; }
.event-wrap.color6 .author_type2_wrap .author_box .author_txt .link a, .author_type2_wrap.color6 .author_box .author_txt .link a { color: #4f46e5; }
.event-wrap.color6 .book_detail_list .list_tit a, .book_detail_list.color6 .list_tit a { color: #10314f; }
.event-wrap.color6 .book_detail_list .book_list ul li a .cover, .book_detail_list.color6 .book_list ul li a .cover { background-color: #c4e4fb; }
.event-wrap.color6 .book_detail_list .book_list ul li a .txt .tit, .book_detail_list.color6 .book_list ul li a .txt .tit { color: #10314f; }
.event-wrap.color6 .book_detail_list .book_list ul li a .txt .sub_tit, .book_detail_list.color6 .book_list ul li a .txt .sub_tit { color: #4f46e5; }
.event-wrap.color6 .book_detail_list .book_list ul li a .txt p, .book_detail_list.color6 .book_list ul li a .txt p { color: #4a6a85; }
@media screen and (min-width: 750px) {
    .event-wrap.color6 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color6 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #4f46e5 calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), #4f46e5 calc(50% + 30px)); }
    .event-wrap.color6 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color6 .tit_box p:not(.sub_tit)::after { -webkit-mask-size: 46px auto; mask-size: 46px auto; }
}
/* color7 : 민트 + 틸 */
.event-wrap.color7, .author_type2_wrap.color7, .book_detail_list.color7 { background-color: #d7f7ea; }
.event-wrap.color7 .author_type2_wrap .tit_box .sub_tit, .author_type2_wrap.color7 .tit_box .sub_tit { color: #0d9488; }
.event-wrap.color7 .author_type2_wrap .tit_box h1, .author_type2_wrap.color7 .tit_box h1, .event-wrap.color7 .author_type2_wrap .tit_box h2, .author_type2_wrap.color7 .tit_box h2 { color: #0e3b2e; }
.event-wrap.color7 .author_type2_wrap .tit_box p:not(.sub_tit), .author_type2_wrap.color7 .tit_box p:not(.sub_tit) { color: #2f5a4a; }
.event-wrap.color7 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color7 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #0d9488 calc(50% - 18px), transparent calc(50% - 18px), transparent calc(50% + 18px), #0d9488 calc(50% + 18px)); }
.event-wrap.color7 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color7 .tit_box p:not(.sub_tit)::after { background-color: #0d9488; background-image: none; -webkit-mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; mask: url('//image.aladin.co.kr/img/events/book/2024/02/author_type2_quotes.png') no-repeat center / 23px auto; filter: none; }
.event-wrap.color7 .author_type2_wrap .author_box, .author_type2_wrap.color7 .author_box { background-color: #fff; box-shadow: 0 7px 15px 0 rgba(13,148,136,0.16); }
.event-wrap.color7 .author_type2_wrap .author_box .author_txt::before, .author_type2_wrap.color7 .author_box .author_txt::before { background-color: #0d9488; }
.event-wrap.color7 .author_type2_wrap .author_box .author_txt .name, .author_type2_wrap.color7 .author_box .author_txt .name { color: #0e3b2e; }
.event-wrap.color7 .author_type2_wrap .author_box .author_txt .link a, .author_type2_wrap.color7 .author_box .author_txt .link a { color: #0d9488; }
.event-wrap.color7 .book_detail_list .list_tit a, .book_detail_list.color7 .list_tit a { color: #0e3b2e; }
.event-wrap.color7 .book_detail_list .book_list ul li a .cover, .book_detail_list.color7 .book_list ul li a .cover { background-color: #bff0dd; }
.event-wrap.color7 .book_detail_list .book_list ul li a .txt .tit, .book_detail_list.color7 .book_list ul li a .txt .tit { color: #0e3b2e; }
.event-wrap.color7 .book_detail_list .book_list ul li a .txt .sub_tit, .book_detail_list.color7 .book_list ul li a .txt .sub_tit { color: #0d9488; }
.event-wrap.color7 .book_detail_list .book_list ul li a .txt p, .book_detail_list.color7 .book_list ul li a .txt p { color: #4a7565; }
@media screen and (min-width: 750px) {
    .event-wrap.color7 .author_type2_wrap .tit_box p:not(.sub_tit)::before, .author_type2_wrap.color7 .tit_box p:not(.sub_tit)::before { background: linear-gradient(to right, #0d9488 calc(50% - 30px), transparent calc(50% - 30px), transparent calc(50% + 30px), #0d9488 calc(50% + 30px)); }
    .event-wrap.color7 .author_type2_wrap .tit_box p:not(.sub_tit)::after, .author_type2_wrap.color7 .tit_box p:not(.sub_tit)::after { -webkit-mask-size: 46px auto; mask-size: 46px auto; }
}

/* ——— 기본 타입9 ——— */
/* color1 : 퍼플 */
.book_type9_wrap.color1 { background-color: #853cbc; }
/* color2 : 블루 */
.book_type9_wrap.color2 { background-color: #1381fc; }
/* color3 : 인디고 */
.book_type9_wrap.color3 { background-color: #3c67bc; }
/* color4 : 코발트 */
.book_type9_wrap.color4 { background-color: #2340d4; }
/* color5 : 오렌지 */
.book_type9_wrap.color5 { background-color: #f26a37; }
/* color6 : 마젠타 */
.book_type9_wrap.color6 { background-color: #de19a9; }
/* color7 : 그린 */
.book_type9_wrap.color7 { background-color: #28af19; }

/* ——— 기본 타입10 ——— */
/* 기본 타입10 sub_tit / h1 배경 */
.book_type10_wrap .txt_box .sub_tit.c1 { background-color: #f43838; }
.book_type10_wrap .txt_box .sub_tit.c2 { background-color: #e84e04; }
.book_type10_wrap .txt_box .sub_tit.c3 { background-color: #c18700; }
.book_type10_wrap .txt_box .sub_tit.c4 { background-color: #58a704; }
.book_type10_wrap .txt_box .sub_tit.c5 { background-color: #12a704; }
.book_type10_wrap .txt_box .sub_tit.c6 { background-color: #04a789; }
.book_type10_wrap .txt_box .sub_tit.c7 { background-color: #048ca7; }
.book_type10_wrap .txt_box .sub_tit.c8 { background-color: #e6217a; }
.book_type10_wrap .txt_box .sub_tit.c9 { background-color: #d836ca; }
.book_type10_wrap .txt_box .sub_tit.c10 { background-color: #b226d9; }
.book_type10_wrap .txt_box .sub_tit.c11 { background-color: #6712bb; }
.book_type10_wrap .txt_box .sub_tit.c12 { background-color: #3c28ac; }
.book_type10_wrap .txt_box .sub_tit.c13 { background-color: #0035d4; }
.book_type10_wrap .txt_box .sub_tit.c14 { background-color: #0892ff; }
.book_type10_wrap .txt_box h1.c1 { background-color: #f43838; }
.book_type10_wrap .txt_box h1.c2 { background-color: #e84e04; }
.book_type10_wrap .txt_box h1.c3 { background-color: #c18700; }
.book_type10_wrap .txt_box h1.c4 { background-color: #58a704; }
.book_type10_wrap .txt_box h1.c5 { background-color: #12a704; }
.book_type10_wrap .txt_box h1.c6 { background-color: #04a789; }
.book_type10_wrap .txt_box h1.c7 { background-color: #048ca7; }
.book_type10_wrap .txt_box h1.c8 { background-color: #e6217a; }
.book_type10_wrap .txt_box h1.c9 { background-color: #d836ca; }
.book_type10_wrap .txt_box h1.c10 { background-color: #b226d9; }
.book_type10_wrap .txt_box h1.c11 { background-color: #6712bb; }
.book_type10_wrap .txt_box h1.c12 { background-color: #3c28ac; }
.book_type10_wrap .txt_box h1.c13 { background-color: #0035d4; }
.book_type10_wrap .txt_box h1.c14 { background-color: #0892ff; }

/* =============================================
   독립 컴포넌트 팔레트 (어느 템플릿에서든 사용)
   부모 스코프 없음 → 해당 클래스만 붙이면 어느 타입에서든 동작
   wrap 쪽에 같은 변수를 선언해두면 안쪽 컴포넌트가 상속받아 세트로 바뀜.
   컴포넌트에 colorN 을 직접 붙이면 그 값이 우선(개별 지정).
   ============================================= */

/* ——— 배너 ——— */
/* ev-banner1 : 링크 버튼형 — 현재 타입2에서 사용 */
.ev-banner1.color1 { background-color: #9fda23; }
.ev-banner1.color1 a { color: #333; background: url("//image.aladin.co.kr/img/svg/arrow_go_b.svg") no-repeat; background-size: 7px auto; background-position: center right 10px; }
.ev-banner1.color2 { background-color: #f9df4c; }
.ev-banner1.color2 a { color: #333; background: url("//image.aladin.co.kr/img/svg/arrow_go_b.svg") no-repeat; background-size: 7px auto; background-position: center right 10px; }
.ev-banner1.color3 { background-color: #66e3d3; }
.ev-banner1.color3 a { color: #333; background: url("//image.aladin.co.kr/img/svg/arrow_go_b.svg") no-repeat; background-size: 7px auto; background-position: center right 10px; }
.ev-banner1.color4 { background-color: #feb549; }
.ev-banner1.color4 a { color: #333; background: url("//image.aladin.co.kr/img/svg/arrow_go_b.svg") no-repeat; background-size: 7px auto; background-position: center right 10px; }
.ev-banner1.color5 { background-color: #006bcd; }
.ev-banner1.color5 a { color: #fff; background: url("//image.aladin.co.kr/img/svg/arrow_go_w.svg") no-repeat; background-size: 7px auto; background-position: center right 10px; }
.ev-banner1.color5 a strong { color: #fff775; }
.ev-banner1.color6 { background-color: #eb217c; }
.ev-banner1.color6 a { color: #fff; background: url("//image.aladin.co.kr/img/svg/arrow_go_w.svg") no-repeat; background-size: 7px auto; background-position: center right 10px; }
.ev-banner1.color6 a strong { color: #fff775; }
.ev-banner1.color7 { background-color: #6f44ac; }
.ev-banner1.color7 a { color: #fff; background: url("//image.aladin.co.kr/img/svg/arrow_go_w.svg") no-repeat; background-size: 7px auto; background-position: center right 10px; }
.ev-banner1.color7 a strong { color: #fff775; }
.ev-banner1.color8 { background-color: #104577; }
.ev-banner1.color8 a { color: #fff; background: url("//image.aladin.co.kr/img/svg/arrow_go_w.svg") no-repeat; background-size: 7px auto; background-position: center right 10px; }
.ev-banner1.color8 a strong { color: #fff775; }

/* ev-banner2 : 박스 2단 — 현재 타입3에서 사용 */
.ev-banner2 .banner_box.color1 { background-color: #eb7f21; }
.ev-banner2 .banner_box.color2 { background-color: #2149eb; }

/* ev-banner3 : 박스 다단 — 타입4·6 공용 */
.ev-banner3 .banner_box.color1 { background-color: #d72e01; }
.ev-banner3 .banner_box.color2 { background-color: #d9014d; }
.ev-banner3 .banner_box.color3 { background-color: #ac02dd; }
.ev-banner3 .banner_box.color4 { background-color: #4102e1; }
.ev-banner3 .banner_box.color5 { background-color: #0170ce; }
.ev-banner3 .banner_box.color6 { background-color: #007b7a; }
.ev-banner3 .banner_box.color7 { background-color: #017b4e; }
.ev-banner3 .banner_box.color8 { background-color: #0b8301; }
.ev-banner3 .banner_box.color9 { background-color: #96692f; }

/* ev-banner4 : 슬라이드형 — 현재 타입9에서 사용 */
.ev-banner4 .banner_slide .swiper-slide.color1 { background-color: #2135eb; }
.ev-banner4 .banner_slide .swiper-slide.color2 { background-color: #de402f; }
.ev-banner4 .banner_slide .swiper-slide.color3 { background-color: #116c5c; }
.ev-banner4 .banner_slide .swiper-slide.color4 { background-color: #6a22bc; }

/* ——— 인용 · 문장 · 추천 섹션 ——— */
.quote_section.color1 { --quote-color: #F73E35; }
.quote_section.color2 { --quote-color: #008cee; }
.quote_section.color3 { --quote-color: #4d2bf4; }
.quote_section.color4 { --quote-color: #081d9a; }
.quote_section.color5 { --quote-color: #012a93; }
.sentence_section.sc1 { --sentence-color: #d9fc15; }
.sentence_section.sc2 { --sentence-color: #ededec; }
.sentence_section.sc3 { --sentence-color: #e5fb69; }
.sentence_section.sc4 { --sentence-color: #f6f3e8; }
.sentence_section.sc5 { --sentence-color: #f9eaee; }
.sentence_section.sc6 { --sentence-color: #b8f5e0; }
.sentence_section.sc7 { --sentence-color: #e0d4f7; }
.sentence_section.sc8 { --sentence-color: #ffd6c0; }
.sentence_section2.color1 { --sentence2-bg: #f1ebe4; }
.sentence_section2.color2 { --sentence2-bg: #f1ebe4; }
.sentence_section2.color3 { --sentence2-bg: #f3ecf8; }
.sentence_section2.color4 { --sentence2-bg: #f3f3f3; }
.sentence_section2.color5 { --sentence2-bg: #fadbda; }
.sentence_section2.color6 { --sentence2-bg: #f1f1f0; }
.recommend_section.color1 { --recommend-color: #a92525; }
.recommend_section.color2 { --recommend-color: #ac5900; }
.recommend_section.color3 { --recommend-color: #50361a; }
.recommend_section.color4 { --recommend-color: #497c07; }
.recommend_section.color5 { --recommend-color: #3c794e; }
.recommend_section.color6 { --recommend-color: #018178; }
.recommend_section.color7 { --recommend-color: #0473b9; }
.recommend_section.color8 { --recommend-color: #264aad; }
.recommend_section.color9 { --recommend-color: #000a53; }
.recommend_section.color10 { --recommend-color: #5c2f9e; }
.recommend_section.color11 { --recommend-color: #bd1bb0; }
.recommend_section.color12 { --recommend-color: #d81c7d; }
