/* Editor */
.editor-style h1 {font-size: 1.8rem}
.editor-style h2 {font-size: 1.5rem}
.editor-style h3 {font-size: 1.25rem}
.editor-style h4 {font-size: 1.15rem}
.editor-style h5 {font-size: 1.05rem}
.editor-style h6 {font-size: 1rem}
.editor-style * {font-size: inherit}
.editor-style img {display: block}
.editor-style iframe {max-width: 100%; max-height: 50vw;}
h1, h2, h3, h4, h5, h6 {
    margin: 0.5rem 0;
}

/* Cookie */
.CookieDeclarationIntro br {display: none;}
.CookieDeclarationIntro br::after {content: " ";}
.CookieDeclarationType {
    padding: 1.5rem 1rem !important;
    margin: 2rem 0 !important;
    border-top: 4px solid #333333 !important;
}

.highlight {
    color: red;
    font-size: 105% !important;
}

.pc {
    display: block;
}
.mobile {
    display: none;
}
/* Survey */
#survey_popup_background {
    opacity: 0.4 !important;
}

#survey_popup {
    display: none;
    width: 550px;
    max-height: 95%;
    max-width: 90%;
    background: white;
    box-shadow: 3px 5px 1rem rgba(0, 0, 0, 0.3);
    border-radius: 1rem;
    overflow: hidden;
    height: 880px;
    max-height: 90%;
    --header-size: 180px;
}
#survey_popup .survey-header {
    position: relative;
    background-image: url(/common/images/sub/sub_tit_img.jpg);
    background-repeat: no-repeat;
    height: var(--header-size);
    background-size: cover;
    background-position-x: 63%;
}

#survey_popup .survey-header .desc-group {
    box-sizing: border-box;
    height: 100%;
    padding: 0 1.5rem;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}

#survey_popup .survey-header .button-group {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

#survey_popup .survey-header .button-group button {
    width: 2rem;
    height: 2rem;
    background: black;
    border-radius: 1rem;
    color: white;
}

#survey_popup .survey-header h2 {
    font-size: 1.5rem;
    text-shadow: 3px 4px 0.5rem rgba(0, 0, 0, 0.1);
}

#survey_popup .survey-header img {
    padding-top: 1rem;
    width: 180px;
    max-width: 50%;
    filter: brightness(0) invert(1);
}

#survey_popup .survey-body {
    box-sizing: border-box;
    height: calc(100% - var(--header-size));
    padding: 1.5rem;
    overflow-y: auto;
    overflow-x: hidden;
}

#survey_popup .survey-body h4 {
    font-size: 1.25rem;
    margin: 0.5rem 0;
}

#survey_popup form {
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#survey_popup form .option-box {
    border: solid 1px #ddd;
    border-radius: 1rem;
}

#survey_popup form .option-box input {
    display: none;
}

#survey_popup form .option-box label {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 0.8rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

#survey_popup form .option-box label::before {
    content: ""; /* 반드시 필요 */
    display: inline-block; /* 블록 요소로 설정 */
    width: 16px; /* 원하는 너비 */
    height: 16px; /* 원하는 높이 */
    background: url(/common/images/common/check.svg) no-repeat center;
    background-size: contain; /* 이미지 크기 맞춤 */
}
#survey_popup form .option-box label span {
    flex: 1;
}
#survey_popup form .option-box:has(input:checked) {
    border-color: #dad0ff;
    background: #f7f4ff;
    color: #511fff;
    font-weight: 600;
}

#survey_popup form .option-box label:has(input:checked)::before {
    background-image: url(/common/images/common/checked.svg);
}

#survey_popup form .button-box button {
    height: 3.5rem;
    background: #6c4cdd;
    color: white;
    width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
}

/* Header 조치 */
#A_Header .lst_submenu .not_show_hover,
#A_Header:not(.showAll) .gnb > li:hover .not_show_hover {
    display: none;
}
#A_Header.showAll .lst_submenu a.BtnSignUp {
    margin-top: 40px;
    color: #8f45e3;
}
#A_Header.showAll .lst_submenu a.BtnSurvey {
    color: #8f45e3;
}
#A_Header.ver2 .gnb {
    justify-content: flex-start;
    padding: 0 3rem;
}

/* Footer 조치 */
#A_Footer .ft_menu .BtnSignUp a {
    color: #5ab0c1 !important;
    font-weight: 600 !important;
}
#A_Footer .ft_menu .BtnSurvey a {
    color: #db91ff !important;
    font-weight: 600 !important;
}

/* rtl 조치 */
#survey_popup.survey_popup_rtl *:not(button) {
    text-align: right;
}
#survey_popup.survey_popup_rtl .survey-header {
    background-position-x: 94%;
}
.align_right #A_Footer .ft_menu .gnb > li:first-child {
    padding: 10px 0 10px 18px;
}
.align_right #A_Footer .ft_menu .gnb > li:last-child {
    padding: 0;
}

/* Login 조치 */
.survey_table_wrapper th {
    color: #8f45e3;
}
.survey_table_wrapper .chk_wrap {
    border: solid 2px #8f45e3;
    padding: 1.5rem;
    border-radius: 1rem;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1rem;
}
.survey_table_wrapper .chk_wrap .chk_box label {
    display: flex;
    align-items: center;
    width: fit-content;
}
.survey_table_wrapper .chk_wrap .chk_box label p {
    float: none;
    display: inline;
    font-size: 18px;
    flex: 1;
}

.survey_table_wrapper .chk_wrap .chk_box + .chk_box {
    margin: 0;
}
.survey_table_wrapper .chk_wrap .chk_box label span {
    width: 18px;
    height: 18px;
}
.survey_table_wrapper .chk_wrap .chk_box input:checked + label span:before {
    background-color: #8f45e3;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
}
.survey_table_wrapper .chk_wrap .chk_box input:checked + label p {
    font-weight: 600;
}
.survey_table_wrapper .chk_wrap .chk_box input:checked + label + input {
    display: block;
    margin: 0.5rem 0 0 1rem;
    width: 95%;
    box-sizing: border-box;
    background: #f7f2fc;
}
#A_Footer .ft_menu .gnb > li.not-show-submenu {
    display: none;
}

/* Search 추가 */
#A_Header.ver2 .headerBtn .searchBtn {
    height: 50px;
    display: inline-block;
    position: absolute;
}

/* Book Detail 추가 */
.book_detail .book_txt {
    padding-top: 25px;
}
.book_detail .s_tit {
    font-size: 1.2rem;
}
.book_detail .a_name {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.book_detail .b_writer {
    padding-bottom: 1rem;
    border-bottom: solid 1px #ddd;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.book_detail .b_writer * {
    font-size: inherit;
}
.book_detail .b_writer > *{
    font-size: 1.2rem;
}
.book_detail .book_img .img_area img {
    display: block;
    box-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.4);
}
.book_detail .book_img .sample_area {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}
.book-view .section_tit {
    border-bottom: 2px solid #f1f1f1;
}

/* Book Download 추가 */
.pdf_download_box {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #8f46e2;
    color: white;
    border-radius: 20px;
}
.pdf_download_box .title {
    font-size: 3.5rem;
    color: #ceff00;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    letter-spacing: 0;
}
.pdf_download_box .desc-1 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.pdf_download_box .desc-2 {
    font-size: 1rem;
}
.pdf_download_box .BtnDownload {
    margin: 2rem 0 1.5rem;
    width: 300px;
    max-width: 85%;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    color: #8f46e2;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    background: url(/common/images/sub/ic_download.png) no-repeat 95% center, white;
}

.btn-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 5rem 0 2rem 0;
}
.btn-list a {
    position: relative;
}
.btn-list a span {
    font-size: inherit;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}
.btn-list a img {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    box-sizing: border-box;
    filter: grayscale(1) invert(0.7);
}
.btn-list a.BtnGoList {
    display: block;
    background: url(/common/images/sub/icon_arrow_left.png) no-repeat 10% center, #c493fc;
    background-size: 15px;
    color: white;
    padding: 1rem 1.5rem;
    width: 600px;
    max-width: 85%;
    border-radius: 10px;
    font-weight: 300;
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
}
.btn-list a.BtnDownload {
    display: block;
    background: url(/common/images/sub/icon_arrow_right.png) no-repeat 90% center, #8f46e2;
    background-size: 15px;
    color: white;
    padding: 1rem 1.5rem;
    width: 600px;
    max-width: 85%;
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
}
.btn-list a.BtnDownload b {
    color: #ceff00;
    font-size: 1.3rem;
}

/* Language Select */
.lang_box {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 0;
}
.lang_box.sort_box {
    margin: 0;
}
.lang_box:not(.lang_box02):not(.sort_box) .lang_tit {
    width: 100%;
    font-weight: 300;
}
.lang_box_desc {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 5px 15px;
}
.lang_box_desc img {
    height: 30px;
}
.lang_box_desc span {
    font-size: 1.2rem;
    font-weight: 600;
}

/* Tabernacle */
.tabernacle .subj_toggle .subj_tit {
    text-align: left;
}
.tabernacle .text_box {
    border-radius: 20px;
    height: 1050px;
}
.tabernacle .text_box ul li {
    letter-spacing: 0;
}
.tabernacle .text_box ul li.img img {
    max-width: 80%;
    border-radius: 8px;
}
.tabernacle .text_box ul {
    display: flex;
    flex-direction: column;
}
.tabernacle .text_box h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 600;
}
.tabernacle .text_box ul > li:has(h3) {
    padding-top: 0;
    order: 1
}
.tabernacle .text_box ul > li {
    order: 2
}
.blue_title {
    font-size: 1.5rem;
    margin: 3rem 0 1rem;
    padding-top: 3rem;
    border-top: solid 2px;
}
/* Resize Box */
.resize_box {
    border-radius: 20px;
    height: 1050px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.resize_box .text_toggle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem 100px 3rem;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(360deg, #f3f7fa 70%, transparent);
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #8f45e3;
}
.resize_box .text_toggle::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 20px;
    background: url(/common/images/sub/ic_arrow_down_purple.png) center no-repeat;
    background-size: contain;
}
.resize_box p {
    margin: 1rem 0;
    letter-spacing: 0;
}
.resize_box.open {
    height: auto !important;
}
.resize_box.open .text_toggle {
    position: static;
    padding: 1rem 0 0 0;
}
.resize_box.open .text_toggle::after {
    transform: rotate(180deg);
}

/* Book Recommend List */
.view_type2:has(+ .book_swiper.book_recommend_area) {
    border-bottom: 0;
    padding-bottom: 1rem;
}
.book_swiper.book_recommend_area {
    margin: 2rem 0;
    padding: 2rem 0;
    border: solid 2px #eee;
    border-left: none;
    border-right: none;
}
.book_swiper.book_recommend_area .book_list .slick-slide {
    padding: 1rem 1rem 0 !important;
}
.book_swiper.book_recommend_area .book_list {
    padding: 0;
}
.book_swiper.book_recommend_area .book_list .img_area {
    margin-bottom: 0.5rem;
}
.book_swiper.book_recommend_area .book_list .s_tit{
    margin: 1rem 0 0.5rem;
    font-size: 0.9rem;
    color: #dab866;
    font-weight: 700;
    line-height: 30px;
}
.book_swiper.book_recommend_area .book_list .b_name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: -0.04rem;
}

/* Book Content */
.book_content.resize_box {
    margin-bottom: 2rem;
    padding: 2rem 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: #ddd;
    height: 450px;
    border-radius: 0;
}

.book_content.resize_box .text_toggle {
    padding: 1rem 0 1.5rem;
    background: linear-gradient(360deg, white 70%, transparent);
}
.book_content.resize_box.open .text_toggle {
    padding: 1rem 0 0;
}
.view_middle .add_cart {
    border: none;
    border-bottom: solid 1px #f1f1f1;
    padding: 0 0 2rem;
    display: none;
}
/* Book Download Box */
.book_down_info .title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.book_down_info .desc {
    font-size: 1.1rem;
}
.book_down_info .title b {
    color: #e12b6e;
    font-size: inherit;
}
.book_down_info .subtit {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 2rem 0 0;
    padding-top: 2.5rem;
    border-top: solid 1px #ddd;
}
.book_down_info .btn-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem 0 1.5rem 0;
    gap: 1.25rem 1rem;
}
.btn-list a,
.btn-list div {
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 500;
}
.book_down_info .btn-list .BtnPdf {
    width: calc(50% - 0.5rem);
}
.book_down_info .btn-list .BtnEpub {
    width: calc(50% - 0.5rem);
}
.book_down_info .btn-list .BtnAudio {
    width: 100%;
}

.BtnPdf {
    background: url(/common/images/sub/ic_download_white.png) no-repeat 90% center, #ce306a;
    background-size: 20px;
    color: white;
    border: solid 1px #ba2b60;
}
.BtnEpub {
    background: url(/common/images/sub/ic_download_white.png) no-repeat 90% center, #8f46e2;
    background-size: 20px;
    color: white;
    border: solid 1px #8233dc;
}
.BtnAudio {
    background: url(/common/images/sub/ic_download_white.png) no-repeat 95% center, #c493fc;
    background-size: 20px;
    color: white;
    width: 100%;
    border: solid 1px #c088ff;
}
.BtnCart {
    background: url(/common/images/sub/ic_cart.png) no-repeat 95% center, #8f45e3 !important;
    background-size: 20px !important;
}
.BtnAmazon {
    background: url(/common/images/sub/ic_arrow_right_purple.png) no-repeat 95% center, #f5ecff;
    background-size: 12px !important;
    color: #8f45e3;
    width: 100%;
}

.amazon_area.disabled .subtit {
    color: #777;
}
.amazon_area .btn-list {
    margin-bottom: 0;
}
.amazon_area.disabled .BtnAmazon {
    background: #e3e3e3;
    background-size: 12px !important;
    color: #545454;
    cursor: default;
}
.BtnSample {
    display: block;
    background: white;
    color: #8f46e2;
    border: solid 1px;
    padding: 0.8rem 1rem;
    width: 50%;
    border-radius: 50px;
    text-align: center;
    font-weight: 500;
}
.BtnSample:hover,
.BtnSample:active,
.BtnSample:focus {
    background: #f5ecff;
}
.view_middle .add_cart a {
    border-radius: 10px;
}

.audio_area {
    padding: 0 !important;
    border: none !important;
}
.audio_area .total_box {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}
.audio_area .total_box .small_tit {
    width: 100%;
    position: static !important;
    transform: none  !important;
}
.audio_area .btn-list{
    margin: 1rem 0;
}

/* Book Preview Modal */
#book_preview_modal {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
#book_preview_modal #preview_area {
    box-shadow: 1px 1px 1rem rgba(0, 0, 0, 0.3)
}
#book_preview_modal .modal_header {
    display: flex;
    justify-content: center;
}
#book_preview_modal .page_info {
    padding: 1rem;
    background: white;
    margin: 1rem 0;
    border-radius: 5rem;
    width: 25rem;
    max-width: 84vw;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}
#book_preview_modal .page_info span {
    font-size: 1.25rem;
}
#book_preview_modal .page_info .page_button {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #777;
    border-radius: 50%;
    font-weight: 500;
    cursor: pointer;
    font-size: 1rem;
}
#book_preview_modal .page_info .page_button:not(.close):hover,
#book_preview_modal .page_info .page_button:not(.close):active,
#book_preview_modal .page_info .page_button:not(.close):focus {
    background: #f5ecff;
    color: #8f45e3;
}
#book_preview_modal .page_info .close {
    position: absolute;
    right: 1rem;
    background: black;
    color: white;
}
#book_preview_modal .page_num {
    font-weight: 600;
}
body.modal-open {
    overflow: hidden
}


/* Book List Info */
.book_list_info {
    margin-bottom: 2rem;
}
.book_list_info h2 {
    font-size: 1.5rem;
    color: #8f44e3;
}
.book_list_info .book_list_lang_box {
    padding: 1.25rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0;
    border: solid 1px #f1f1f1;
    border-radius: 20px;
}
.book_list_info .book_list_lang_box .title {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #eee;
}
.book_list_info .book_list_lang_box .title * {
    font-size: 1.1rem;
}
.book_list_info .book_list_lang_box .desc {
    font-size: 1.1rem;
}
.book_list_info ul {
    background: #f8f8f8;
    padding: 2rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.book_list_info ul b,
.book_list_info ul a {
    color: #323ae7;
    font-weight: 600;
    font-size: 105%;
}
.book_list_info ul li {
    list-style-type: '※';
    padding-left: 0.5rem;
    margin: 0 2rem 0 1rem;
    font-size: 1.1rem;
}
.book_list_info ul li::marker {
    font-size: 1.5rem;
    color: #aaa;
}

/* Share Button */
.share_area {
    position: relative;
    margin-bottom: 1rem;
}
.share_area .BtnShare {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.75rem;
    border-radius: 50%;
}
.share_area .BtnShare img {
    max-width: 100%;
}

/* Tippy */
.tippy-box {
    --bg-color: #333;
}
.tippy-box .tippy-arrow {
    color: var(--bg-color)
}

.tippy-box[data-theme="share"] {
    --bg-color: white;
    background: var(--bg-color);
    box-shadow: 1px 3px 1rem rgba(0, 0, 0, 0.2);
    color: #333;
    padding: 2px;
    border-radius: 2rem;
}
.tippy-box[data-theme="share"] .tippy-content {
    min-width: 200px;
    background: white;
    padding: 1rem;
    border-radius: 2rem;
}
.tippy-box[data-theme="share"] .tippy-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 0;
}

.tippy-box[data-theme="share"] .tippy-content ul img {
    width: 3.5rem;
}
.tippy-box[data-theme="share"] a {
    font-weight: bold;
}
.tippy-box[data-theme="share"] a:hover,
.tippy-box[data-theme="share"] a:focus,
.tippy-box[data-theme="share"] a:active {
    color: #8f44e3;
}

.tippy-box[data-theme="recommend"] {
    --bg-color: white;
    background: var(--bg-color);
    box-shadow: 1px 3px 1rem rgba(0, 0, 0, 0.2);
    color: #333;
    padding: 2px;
    border-radius: 2rem;
}
.tippy-box[data-theme="recommend"] .tippy-arrow {
    color: var(--bg-color)
}
.tippy-box[data-theme="recommend"] .tippy-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 150px;
    background: white;
    padding: 1.25rem 0.8rem;
    border-radius: 2rem;
}

.tippy-box[data-theme="youtube"] {
    --bg-color: white;
    background: var(--bg-color);
    box-shadow: 1px 3px 1rem rgba(0, 0, 0, 0.2);
    color: #333;
    max-width: min(350px, 70vw) !important;
    padding: 2px;
    border-radius: 2rem;
}
.tippy-box[data-theme="youtube"] .tippy-content {
    min-width: 200px;
    background: white;
    padding: 1rem;
    border-radius: 2rem;
}
.tippy-box[data-theme="youtube"] .tippy-content ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(20%, 1fr));
    justify-content: center;
    gap: 0.75rem;
    margin: 0;
}

.tippy-box[data-theme="youtube"] .tippy-content ul img {
    width: 3.5rem;
}
.tippy-box[data-theme="youtube"] .tippy-content .text-ellipsis {
    font-size: 0.9rem;
}


#A_Wrap {
    padding-top: 0!important;
}

/* Main */
.main_banner {
    background: url(/common/images/main/main_bg06.png) 110% 50% no-repeat, #f5f5f5;
    background-size: contain;
    height: 28rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 30% 0 4rem;
    box-sizing: border-box;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.main_banner > div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.main_banner h3 {
    font-size: 1.5rem;
}
.main_banner p b {
    font-size: inherit;
    color: #9065b0;
}
.main_banner .btn-list {
    margin: 1.5rem 0 0;
}
.main_banner .btn-list > a {
    width: 100%;
    background: white;
    padding: 1rem 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    color: #333;
    font-weight: 600;
    border-radius: 5rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
}
.main_banner .btn-list a b {
    color: #e12b6e;
    font-size: inherit;
}


/* Follow Us */
.BtnPlus {
    background: #eee;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}
.BtnPlus:hover,
.BtnPlus:active,
.BtnPlus:focus {
    background: black;
}
.BtnPlus:hover img,
.BtnPlus:active img,
.BtnPlus:focus img {
    filter: brightness(0) invert(1);
}
.section_followUs {
    color: #333;
}
.section_followUs > div {
    margin: 3rem 0;
    padding: 0 3rem;
}
.section_followUs > div:first-child {
    padding-bottom: 3rem;
    border-bottom: solid 2px #ddd;
}
.section_followUs h2 {
    font-size: 1.75rem;
}
.section_followUs h3 {
    font-size: 1.5rem;
}
.section_followUs h3:has(img) {
    display: flex;
    align-items: center;
}
.section_followUs h3 img {
    width: 2.5rem;
    filter: brightness(0) invert(0.5);
}
.section_followUs p {
    font-size: 1.1rem;
}
.section_followUs b {
    font-size: inherit;
    color: #8f44e3;
}

.section_followUs .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3
}

.section_followUs .pager {
    position: static;
}
.section_followUs .slick-arrow.slick-disabled {}
.section_followUs .slick-prev {
    background-image:url(/common/images/sub/arrow_prev.png);
    position: absolute;
    top: 50%;
    left: -3rem;
    transform: translateY(-50%);
}
.section_followUs .slick-next {
    background-image:url(/common/images/sub/arrow_next.png);
    position: absolute;
    top: 50%;
    right: -3rem;
    transform: translateY(-50%);
}


.section_followUs .youtube_area p,
.section_followUs .blog_area p {
    font-size: 1.1rem;
    color: #777;
}
.section_followUs .title_area {
    margin-bottom: 1rem;
}
.section_followUs ul {
    margin-top: 2rem;
}
.section_followUs .icon_title {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    align-items: center;
}

.section_followUs .youtube_area {
    margin-bottom: 5rem;
    position: relative;
}
.section_followUs .youtube_slick {
    position: relative;
}

.section_followUs .youtube_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}
.section_followUs .youtube_links img {
    width: 4.5rem;
    transition: 0.5s;
}
.section_followUs .youtube_links:active img {
    transform: rotateY(180deg);
}
.section_followUs .blog_area ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.section_followUs .blog_area li img {
    height: 3rem;
    filter: grayscale(1) invert(0.7);
    transition: 0.5s;
}
.section_followUs .blog_area li:hover img,
.section_followUs .blog_area li:focus img,
.section_followUs .blog_area li:active img {
    filter: none;
}
.section_followUs .blog_area .blog_links {
    cursor: pointer;
}
.section_followUs .blog_area .blog_links .blog_sub_links {
    display: none;
}

/* Follow Us Page */
.follow_page .section_followUs {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 1rem 0 3rem;
}
.follow_page .section_followUs > div {
    margin: 0 !important;
    padding: 0 !important;
}
.align_right .section_followUs .youtube_slick {
    direction: ltr;
}

.follow_page .section_followUs > div:first-child {
    padding-bottom: 2rem !important;
}
.follow_page .section_followUs .youtube_slick {
    position: relative;
    padding: 2rem 1.5rem;
    border: solid 2px #f1f1f1;
    border-radius: 1rem;
}
.follow_page .section_followUs .youtube_slick ul {
    margin-top: 0;
}
.follow_page .section_followUs .grid-area {
    padding: 2rem;
    border: solid 2px #efefef;
    border-radius: 1rem;
    --gap: 2rem;
    --grid-size: 5;
}
.follow_page .section_followUs .grid-row {
    display: grid;
    grid-template-columns: repeat(var(--grid-size), 1fr);
    gap: var(--gap);
    margin: var(--gap) 0;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: var(--gap);
}
.follow_page .section_followUs .grid-row:first-child {
    padding-top: 0;
    margin-top: 0;
}
.follow_page .section_followUs .grid-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.follow_page .section_followUs .grid-row a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.5;
    transition: opacity 0.5s;
}
.follow_page .section_followUs .grid-row a:hover,
.follow_page .section_followUs .grid-row a:active,
.follow_page .section_followUs .grid-row a:focus {
    opacity: 1;
}
.follow_page .section_followUs .grid-row a span {
    font-size: 1.25rem;
    font-weight: bold;
    color: black;
}
.follow_page .section_followUs .grid-row img {
    height: 2.5rem;
    filter: grayscale(1);
}
/* Recommend Widget */
.recommend-widget {
    position: fixed;
    width: 3.5rem;
    bottom: 150px;
    right: 120px;
    border: solid 2px #f1f1f1;
    padding: 0.25rem;
    box-sizing: border-box;
    background: white;
    border-radius: 50%;
    z-index: 8;
}
.recommend-widget:hover,
.recommend-widget:active,
.recommend-widget:focus {
    border-color: #d9c9ea;
}
.recommend-widget .content {
    display: none;
}
.recommend-widget img {
    max-width: 100%;
}
.recommend-widget .BtnVisible {
    width: 2.5rem;
    height: 2.5rem;
    background: #ce306a;
    color: white;
    border-radius: 50%;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}

.recommend-widget .BtnVisible.show {
    background: url(/common/images/common/close.png) no-repeat center, #ce306a;
    background-size: 12px;
}
.recommend-widget .BtnVisible.hide {
    background: url(/common/images/widget/ic_pinned.png) no-repeat center, #ce306a;
    background-size: 12px;
}

.recommend-widget .item {
    width: 100%;
}
.recommend-widget .item:first-child {
    padding-bottom: 1rem;
    border-bottom: solid 1px #efefef;
}
.recommend-widget .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}
.recommend-widget .item a * {
    font-size: 0.9rem;
}
.recommend-widget .item img {
    max-width: 100%;
}
.recommend-widget .item .txt_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.recommend-widget .item .txt_area * {
    font-weight: 600;
    color: #ce306a;
}
.recommend-widget .item .txt_area img {
    width: 5rem;
}
.recommend-widget .item .img_area {
    width: 7rem;
    max-width: 60%;
}

.text-ellipsis {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

.align_right [class*="book_swiper"] .book_list:has(.slick-slide:nth-child(3)) {
    direction: ltr;
}
.align_right [class*="book_swiper"] .book_list .item {
    direction: rtl;
}



/* 2025.03.23 추가 */
.section_banner {
    margin-bottom: 5rem;
}
.section_banner .banner_slick ul {
    display: flex;
    justify-content: center;
}
.section_banner .banner_slick ul li:not(:first-child) {
    display: none;
}
.section_banner .banner_slick li {
    border-radius: 10px;
    overflow: hidden;
}
.section_banner .banner_slick .slick-slide div {
    display: flex;
    justify-content: center;
}
.section_banner .banner_slick li a {
    display: block;
}
.section_banner .banner_slick img {
    max-width: 100%;
}
.section_banner .banner_slick img.pc {
    display: block !important;
}
.section_banner .banner_slick img.mobile {
    display: none !important;
}

/* 배너 롤링 전체 영역 */
.section_banner .banner_area {
    position: relative;
}
.section_banner .banner_area .pager {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 7;
    display: flex;
    gap: 0.75rem;
    width: fit-content;
}
.section_banner .banner_area .pager button:not(.showAll) {
    width: 0.8rem;
    height: 0.7rem;
    display: flex;
    justify-content: center;
}
.section_banner .banner_area .pager button.showAll {
    line-height: 1;
    color: white;
}
.section_banner .banner_area .pager button img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.section_banner .banner_area .pager > div {
    background: rgba(0, 0, 0, 0.3);
    padding: 0.15rem 0.7rem;
    color: white;
    border-radius: 5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.section_banner .banner_area .pager .control {
    display: flex;
    padding: 0.5rem 1rem;
}
#banner_preview_modal {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner_preview_modal img {
    max-width: 100%;
}
#banner_preview_modal .close img {
    height: 1.5rem;
    cursor: pointer;
}
#banner_preview_modal img.pc {
    display: block !important;
}
#banner_preview_modal .modal-dialog {
    max-width: 90%;
}
#banner_preview_modal .modal-dialog .modal-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
#banner_preview_modal .modal-dialog .modal-content {
    max-height: 70vh;
    overflow-y: auto;
}
#banner_preview_modal .modal-dialog .modal-content ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    justify-items: center;
}
#banner_preview_modal .modal-dialog .modal-content ul:has(:only-child) {
    grid-template-columns: 1fr;
}
#banner_preview_modal .modal-dialog .modal-content li {
    border-radius: 10px;
    width: fit-content;
    overflow: hidden;
}
#banner_preview_modal .modal-dialog .modal-content::-webkit-scrollbar {
    display: none;
}

#notice {
    height: 2rem;
    background: #8d6d5c;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
}
body:has(#notice) {
    padding-top: calc(134px + 2rem);
}
#notice ul {
    max-width: 90%;
    display: flex;
    align-items: center;
    gap: 10rem;
}
#notice ul li {
    display: none;
    opacity: 0;
    transition: opacity 1s;
}
#notice ul li.active {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    opacity: 1;
}
/* -- 도서 추천 영역 -- */
.section_recommend h4 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}
.section_recommend .section_tit {
    display: flex;
    gap: 1rem 3rem;
    margin-bottom: 1rem;
}
.section_recommend .part_box {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 94%;
    margin: 0 auto 1rem;
}
.section_recommend .part_box label {
    font-size: 1.15rem;
    cursor: pointer;
    --label-bg-color: transparent;
}
.section_recommend .part_box label:has(input:checked){
    color: #8f44e3;
    font-weight: 600;
    --label-bg-color: #8f44e3;
}
.section_recommend .part_box label::before {
    content: '0';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--label-bg-color);
    display: block;
    justify-self: center;
    color: transparent;
}
.section_recommend .part_box label:not(:has(input:checked)):hover {
    --label-bg-color: #eee;
}
.section_recommend .part_box label input{
    display: none;
}

.section_recommend .book_swiper.book_recommend_area {
    border: none;
    margin-bottom: 5rem;
    padding: 0;
}
.section_recommend .book_swiper.book_recommend_area .book_list {
    width: 95%;
    margin: auto;
}

.section_recommend .book_swiper.book_recommend_area .book_list:not(:has(.no-data)) {
    min-height: 400px;
}
.section_recommend .book_swiper.book_recommend_area .book_list:not(.slick-initialized) > * {
    display: none;
}
.section_recommend .book_swiper.book_recommend_area .book_list .loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.section_recommend .book_swiper.book_recommend_area .book_list .loading img {
    width: min(25%, 4rem);
}
.section_recommend .book_swiper.book_recommend_area .slick-track {
    margin: 0;
}
.section_recommend .book_swiper.book_recommend_area .book_list .s_tit {
    margin: 0.5rem 0 0;
    color: #8f44e3;
}
.section_recommend .book_swiper.book_recommend_area .book_list .b_name {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    max-height: 200px;
    line-height: 1.5em;
}
.section_recommend .book_swiper.book_recommend_area .book_list .b_writer {
    font-size: 0.9rem;
}
.section_recommend .book_swiper.book_recommend_area .book_list .slick-dots {
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    --dot-size: 0.6rem;
    margin: 2rem 0 1rem;
}
.section_recommend .book_swiper.book_recommend_area .book_list .slick-dots li {
    width: var(--dot-size);
    height: var(--dot-size);
    background: #ddd;
    border-radius: 50%;
}
.section_recommend .book_swiper.book_recommend_area .book_list .slick-dots li.slick-active {
    background: #8f44e3;
}
.section_recommend .book_swiper.book_recommend_area .book_list .slick-dots button {
    color: transparent;
}
.section_recommend .book_swiper.book_recommend_area .book_list .slick-slide {
    padding: 0.5rem 0.5rem 0 !important;
}
.section_recommend .book_swiper.book_recommend_area .book_list .slick-slide img {
    border-radius: 10px;
    transition: 0.5s;
}
.section_recommend .book_swiper.book_recommend_area .book_list .slick-slide img:hover {
    scale: 1.03;
}

.section_recommend .recommend_split {
    display: flex;
    gap: 1rem;
}
.section_recommend .recommend_split .lang_box {
    width: 12rem;
    align-content: baseline;
}
.section_recommend .recommend_split .lang_tit:not(.active) {
    display: none;
}
.section_recommend .recommend_split .lang_box select{
    border: solid 1px #ddd;
    border-radius: 0.5rem;
    padding: 0.5rem 0.8rem;
    width: 100%;
    background: url(/common/images/common/icon_caret_down.png) calc(100% - 8px) no-repeat;
    background-size: 1rem;
}
.section_recommend .recommend_split .book_slick {
    width: calc(100% - 13rem);
    position: relative;
}
.section_recommend .recommend_split .book_slick .no-data {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.25rem;
    color: #ccc;
    margin: 2rem 0 1rem;
}
.section_recommend .recommend_split .book_slick .no-data > img {
    max-height: 8rem;
    opacity: 0.2;
}

.section_recommend .recommend_split .book_slick .pager {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    justify-content: space-between;
    direction: ltr;
    display: none;
}
.section_recommend .recommend_split .book_slick:not(:has(.no-data)) .pager {
    display: flex;
}
.section_recommend .recommend_split .book_slick .pager button.slick-disabled {
    opacity: 0.3;
}
.section_recommend .recommend_split .book_slick .pager img {
    height: 2rem;
}

/* Error Page */
.error_page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5rem auto !important;
}
.error_page h2 {
    font-size: 2rem;
}
.error_page img {
    max-width: 40vw;
}
.error_page button {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    max-width: 100%;
    padding: 0.7rem 5rem;
    background: black;
    color: white;
    border-radius: 5rem;
}

/* PC */
@media screen and (max-width: 1410px) {
    #A_Header.ver2 ul.gnb .gnb_tit {
        display: flex;
        justify-content: center;
    }
    .recommend-widget {
        right: 60px;
        bottom: 220px;
    }

}
@media screen and (max-width: 1200px) {
    .resize_box .text_toggle {
        padding: 2rem 30px 1.5rem;
    }

    .recommend-widget {
        right: 30px;
        bottom: 200px;
    }
    .section_banner .banner_slick img.pc {
        height: 32vw !important;
    }
}
@media (max-width: 1024px) {
    .pc {
        display: none;
    }
    .mobile {
        display: block;
    }
    body:has(#notice) {
        padding-top: calc(128px + 2rem);
    }
    #A_Header.ver2 .gnb_mo li.BtnSurvey .gnb_tit {
        color: #8f45e3;
    }

    .align_right #A_Header.ver2 .tgl_sch {
        right: 190px;
    }
    .align_right #A_Header.ver2 .gnb_mo .tgl_sch {
        right: 125px;
        margin: 15px;
    }

    #A_Footer .ft_menu .gnb > li.not-show-submenu {
        display: block;
    }
    #A_Footer .ft_menu .gnb > li > ul:has(li.not-show-submenu) {
        display: none !important;
    }
    #A_Footer .ft_menu .gnb > li.BtnSurvey .gnb_tit {
        display: flex;
        color: #db91ff;
    }
    #A_Footer .ft_menu .gnb > li.BtnSignUp .gnb_tit {
        display: flex;
        color: #5ab0c1;
    }
    #A_Footer .ft_menu .gnb > li.not-show-submenu .gnb_tit:after {
        display: none;
    }

    .survey_table_wrapper .chk_wrap {
        grid-template-columns: 1fr;
    }

    /* Search */
    #A_Header.ver2 .tgl_sch {
        display: block;
        position: absolute;
        top: 0;
        right: 20px;
        width: 25px;
        height: 25px;
        margin: 8px;
        font-size: 0;
        background: url(/common/images/common/ico_sch.png);
        background-size: 100%;
    }

    /* Book Detail */
    .book_detail .a_name {
        font-size: 1.5rem;
    }
    .book_detail .s_tit {
        font-size: 1rem;
    }

    /* Main Banner */
    .main_banner {
        height: auto;
        padding: 3rem 40% 3rem 4rem;
        background-position-x: 42vw;
    }

    /* Follow Us */
    .section_followUs .slick-list {
        margin: 0 3rem
    }

    .section_followUs .slick-prev {
        left: -1rem;
    }
    .section_followUs .slick-next {
        right: -1rem;
    }

    .follow_page .section_followUs .grid-area {
        --grid-size: 4;
    }
    /* Recommend Widget */
    .recommend-widget {
        right: 30px;
        bottom: 200px;
    }
    .recommend-widget .BtnVisible {
        display: none;
    }

    #banner_preview_modal .modal-dialog .modal-content ul {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    body:has(#notice) {
        padding-top: calc(80px + 2rem);
    }
    body.main:has(#notice) {
        padding-top:50px;
    }
    /* Search */
    #A_Header.ver2 .headerBtn {
        top: 0;
        right: 0;
    }
    #A_Header.ver2 .gnb {
        padding: 0;
    }
    #A_Header.ver2 .headerBtn .btn_lang{
        margin-top: 8px;
        margin-right: 10px;
    }
    #A_Header.ver2 .tgl_sch {
        display: block;
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        font-size: 0;
        background: url(/common/images/common/ico_sch.png) no-repeat center / 20px;
    }


    /* Search */
    #A_Header.ver2 .gnb_mo .tgl_sch {
        left: 120px;
    }
    .align_right #A_Header.ver2 .gnb_mo .tgl_sch {
        right: 110px;
    }
    .align_right #A_Header.ver2 .tgl_sch {
        right: 0;
    }

    /* Book Detail */
    .book_detail .a_name {
        margin-bottom: 1rem;
    }
    .book_detail .b_writer {
        margin-bottom: 2rem;
    }
    .book_detail .b_writer > * {
        font-size: 1rem;
    }
    .resize_box p {
        font-size: 0.9rem;
        letter-spacing: -1px;
    }
    .book_content.resize_box .text_toggle {
        padding-top: 2rem;
    }
    .book_down_info .title {
        font-size: 1.3rem;
        margin: 1rem 0;
    }
    .book_down_info .desc {
        font-size: 1rem;
    }
    .book_down_info .btn-list {
        gap: 1rem;
    }
    .book_down_info .btn-list a {
        padding: 0.8rem 1rem;
    }
    .book_down_info .btn-list .BtnPdf,
    .book_down_info .btn-list .BtnEpub {
        width: 100%;
    }

    .amazon_area {
        margin-bottom: 2rem;
    }

    /* Book Download */
    .pdf_download_box .title {
        font-size: 2.5rem;
    }

    /* Language Select */
    .lang_box {
        gap: 0.5rem 0;
    }
    .lang_box_desc {
        padding: 0;
    }
    .lang_box_desc img {
        height: 25px
    }
    .lang_box_desc span {
        font-size: 1rem;
    }

    /* Tabernacle */
    .tabernacle .text_box {
        height: 75vh;
    }
    .tabernacle .text_box h3 {
        font-size: 1.25rem;
    }
    .tabernacle .text_box ul li.img img {
        max-width: 100%;
    }

    .resize_box {
        height: 85vh;
    }

    /* Book List Info */
    .booklist_wrap .tab {
        display: flex;
        border-radius: 3rem;
    }
    .booklist_wrap .tab li {
        height: auto;
        line-height: unset;
    }
    .booklist_wrap .tab li a {
        padding: 0.5rem 1.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        line-height: unset;
    }

    .book_list_info h2 {
        font-size: 1.5rem;
    }
    .book_list_info .book_list_lang_box {
        padding: 1rem;
        margin: 1rem 0;
    }
    .book_list_info .book_list_lang_box .title * {
        font-size: 1rem;
    }
    .book_list_info .book_list_lang_box .desc {
        font-size: 1rem;
    }
    .book_list_info ul {
        padding: 1rem 1rem 1rem 2rem;
    }
    .book_list_info ul li {
        margin: 0;
        font-size: 1rem;
    }

    /* Main Banner */
    .main_banner {
        height: auto;
        padding: 2rem;
        padding-top: 22rem;
        background: url(/common/images/main/m_main_bg06.png) top no-repeat, #f5f5f5;
        background-size: contain;
        max-width: 30rem;
        margin: 2rem auto 3rem;
    }

    /* Follow Us */
    .section_followUs {
        max-width: 30rem;
        margin: 2rem auto;
    }
    .section_followUs h2 {
        font-size: 1.5rem;
    }
    .section_followUs h3 {
        font-size: 1.25rem;
    }
    .section_followUs p {
        font-size: 1rem !important;
    }
    .section_followUs > div {
        margin: 2rem 0;
        padding: 0 1rem;
    }
    .section_followUs > div:first-child {
        padding-bottom: 2rem;
    }
    .section_followUs .youtube_area .BtnPlus {
        position: absolute;
        top: 5px;
        right: 0;
    }
    .align_right .section_followUs .youtube_area .BtnPlus {
        left: 0;
        right: auto;
    }
    .section_followUs .slick-list {
        margin: 0 2.5rem;
    }
    .section_followUs .slick-arrow {
        width: 2rem;
        height: 2rem;
    }
    .section_followUs .youtube_links img {
        width: 4.5rem;
    }

    .section_followUs .blog_area ul {
        gap: 1.25rem;
    }
    .section_followUs .blog_area li img {
        height: 2.5rem;
    }

    /* Follow Us Page */
    .follow_page .section_followUs {
        gap: 3rem;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .follow_page .section_followUs .youtube_slick {
        padding: 2rem 0;
    }
    .follow_page .section_followUs .grid-area {
        --gap: 1.5rem;
        --grid-size: 3;
    }
    .follow_page .section_followUs .grid-row img {
        height: 2rem;
    }
    .follow_page .section_followUs .grid-row a span {
        font-size: 1rem;
    }

    .btn-list {
        margin-top: 3rem;
    }
    /* Widget */
    .recommend-widget {
        right: 15px;
        bottom: 160px;
        width: 60px;
        height: 60px;
    }
    .recommend-widget:hover,
    .recommend-widget:active,
    .recommend-widget:focus {
        border-color: #8f44e3;
    }
    .tippy-box[data-theme="recommend"] .tippy-content {
        padding: 1rem 0.8rem;
    }

    /* 2025.03.23 추가 */
    .section_banner .banner_slick li {
        max-width: 480px;
    }
    .section_banner .banner_slick img.pc {
        display: none !important;
    }
    .section_banner .banner_slick img.mobile {
        display: block !important;
    }
    .section_banner .banner_area .pager {
        right: 50%;
        transform: translateX(50%);
    }


    #banner_preview_modal img.pc {
        display: none !important;
    }
    #banner_preview_modal img.mobile {
        display: block !important;
    }

    .section_recommend {
        max-width: 30rem;
        margin: 0 auto;
    }
    .section_recommend h4 {
        font-size: 1.25rem;
    }
    .section_recommend .section_tit {
        flex-direction: column;
        margin-bottom: 2rem;
    }
    .section_recommend .recommend_split {
        flex-direction: column;
    }
    .section_recommend .recommend_split > * {
        width: 100% !important;
    }
    .section_recommend .part_box {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 0;
        border: solid 1px #ddd;
        border-radius: 5rem;
        margin: 0 0 2rem;
        width: fit-content;
    }
    .section_recommend .part_box label {
        font-size: 0.9rem;
        padding: 0.5rem 1.25rem;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .section_recommend .part_box label::before {
        display: none;
    }
    .section_recommend .part_box label:has(input:checked) {
        border: solid 1px;
        border-radius: 5rem;
    }
    .section_recommend .recommend_split .lang_box {
        margin-bottom: 0;
    }
    .section_recommend .book_swiper.book_recommend_area {
        margin: 3rem 0;
    }
    .section_recommend .book_swiper.book_recommend_area .book_list .slick-slide .inner > * {
        margin: 0 !important;
        width: 100%;
    }
    .section_recommend .book_swiper.book_recommend_area .book_list .slick-list {
        max-width: 100%;
    }
    .section_recommend .book_swiper.book_recommend_area .book_list .slick-slide {
        padding: 0 4px 0 !important;
    }
    .section_recommend .book_swiper.book_recommend_area .book_list {
        width: 100%;
    }
    .section_recommend .recommend_split .book_slick .pager {
        position: static;
        display: flex;
        gap: 0.5rem;
        justify-content: flex-end;
        margin-top: 1.25rem;
    }
    .section_recommend .recommend_split .book_slick .pager button {
        width: 2.5rem;
        height: 2.5rem;
        background: #eee;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .section_recommend .recommend_split .book_slick .pager img {
        height: 1rem;
        width: auto;
    }
    .section_recommend .book_swiper.book_recommend_area .book_list .b_name,
    .section_recommend .book_swiper.book_recommend_area .book_list .b_writer {
        font-size: 0.8rem;
    }

    .section_recommend + .hr {
        width: 100%;
        height: 0.4rem;
        background: #eeeeee;
        margin: 3rem 0 4rem;
    }
}

@media (max-width: 600px) {
    #survey_popup {
        --header-size: 150px;
        max-width: 90%;
        height: 70%;
    }

    #survey_popup form .option-box label span {
        font-size: 0.9rem;
    }

    .wrap_lang .lang .inr_lang {
        margin: 0 1.5rem 0 auto;
    }

    .btn-list a {
        max-width: 100% !important;
    }

    .main_banner {
        padding-top: 65vw;
    }

    .error_page {
        flex-direction: column;
        margin: 3rem auto 4rem !important;
    }
    .error_page h2 {
        font-size: 1.5rem;
        text-align: center;
    }
    .error_page button {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    #survey_popup.survey_popup_rtl .survey-header {
        background-position-x: 86%;
    }

    .book_detail .a_name {
        font-size: 1.2rem;
    }
    .book_detail .b_writer > *{
        font-size: 0.9rem;
    }
    .book_detail .book_img .img_area {
        max-width: 65vw;
    }

    /* Book List Info */
    .book_list_info h2 {
        font-size: 1.25rem;
    }
    .book_list_info .book_list_lang_box .title {
        gap: 0.25rem;
    }
    .book_list_info .book_list_lang_box .title * {
        font-size: 0.9rem;
    }
    .book_list_info .book_list_lang_box .desc {
        font-size: 0.9rem;
    }
    .book_list_info ul li {
        font-size: 0.9rem;
    }
    .book_list_info ul li::marker {
        font-size: 1.25rem;
    }

    .book_view [class^="section_tit"] h4 {
        text-align: left;
    }
    .share_area .BtnShare {
        width: 40px;
        height: 40px;
        padding: 0.5rem;
    }

    /* Main */
    .main_banner h3 {
        font-size: 1.25rem;
    }
    .main_banner {
        padding: 1.5rem;
        padding-top: 65vw;
    }
    .main_banner .btn-list {
        margin-top: 1rem;
    }
    .main_banner .btn-list a {
        font-size: 1rem;
    }

    /* Follow Us */
    .section_followUs h2 {
        font-size: 1.25rem;
    }
    .section_followUs h3 {
        font-size: 1.15rem;
    }
    .section_followUs p {
        font-size: 1rem !important;
    }
    .section_followUs .youtube_area {
        margin-bottom: 3rem;
    }
    .section_followUs .blog_area ul {
        gap: 1.5rem;
    }
    .section_followUs .blog_area li img {
        height: 2.5rem;
    }

    .follow_page .section_followUs {
        gap: 2rem;
    }
    .follow_page .section_followUs .grid-area {
        --gap: 1.5rem;
        --grid-size: 2;
    }
    .follow_page .section_followUs .grid-row img {
        height: 1.6rem;
    }
    .follow_page .section_followUs .grid-row a span {
        font-size: 1.1rem;
    }

    /* Recommend Widget */
    .recommend-widget {
        right: 15px;
        bottom: 80px;
        width: 42px;
        height: 42px;
    }
    .tippy-box[data-theme="recommend"] .tippy-content {
        padding: 1rem 0.5rem;
        min-width: 170px;
    }


    .tippy-box[data-theme="youtube"] .tippy-content ul img {
        width: 3rem;
    }

    /* 2025.03.23 추가 */
    .section_banner {
        margin-bottom: 3rem;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    .section_banner .slick-list {
        max-width: 100%;
    }
    #A_Container_Wrap {
        padding-top: 5px;
    }
    #notice ul li.active {
        font-size: 0.7rem;
    }
    .section_banner .banner_slick li {
        border-radius: 0;
    }
    .section_banner .banner_slick li img.mobile {
        min-height: 70vw;
        width: 100vw;
    }
    .section_banner .banner_area .pager {
        right: 0;
        bottom: 0;
        transform: none;
        scale: 1;
        gap: 0;
        border-top-left-radius: 5px;
        overflow: hidden;
    }
    .section_banner .banner_area .pager > div {
        border-radius: 0;
    }
    .section_banner .banner_area .pager .control {
        padding: 0.35rem 0.5rem;
    }
    .section_banner .banner_area .pager > div {
        padding: 0.15rem 0.5rem;
        padding-right: 0.25rem;
    }
    .section_banner .banner_area .pager .control > * {
        font-size: 0.8rem;
    }

    #notice {
        height: 1.5rem;
    }
    body:has(#notice) {
        padding-top: calc(80px + 1.5rem);
    }
    body.main:has(#notice) {
        padding-top: calc(50px + 1.5rem);
    }
    #notice ul li {
        font-size: 0.8rem;
    }
    .section_recommend .recommend_split .book_slick .pager button {
        width: 2rem;
        height: 2rem;
    }
    .section_recommend .part_box {
        width: 100%;
    }
    .section_recommend .part_box label {
        font-size: 0.8rem;
        padding: 0.5rem 1.25rem;
    }
}