@import url(/css/nanumbarungothic.css);
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: unset;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: unset;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: unset;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: unset;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: unset;
    }
}

*{
    margin: 0px;
    padding: 0px;
    /*font-family: 'NanumBarunGothic', sans-serif, 'Noto Sans KR';*/
    /*font-family: 'Nanum Barun Gothic', sans-serif, 'Noto Sans KR';*/
/*    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;*/
/*    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;*/
    /*    font-weight: 400;
    font-style: normal;*/
    font-family: 'Nanum Barun Gothic', sans-serif, 'Noto Sans KR';
    font-size:12px;
/*    line-height:19px;*/
    line-height:1.6;
    text-decoration: none;
    letter-spacing: -0.5px;

    /*font-family: 'Noto Sans KR', sans-serif;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*text-rendering: optimizeLegibility;*/
}

/*font-family: 'Roboto', 'Noto Sans KR', 'Source Sans Pro', Arial, sans-serif;*/
/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-family: 'Pretendard', Arial, sans-serif;*/
/*    font-size: 12px;*/
/*    line-height: 1.5;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    text-rendering: optimizeLegibility;*/
/*}*/

html, body{
    margin: 0  auto;
    width: 100%;
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    background-color: #ffffff;
    color: #616161;
}

A:link { color: #616161; }
A:visited { color: #616161; }
A:active { color: #616161; }
A:hover { color: #616161; }
A { text-decoration: none; }

hr.layout {margin:0; background:none; border:none; height:0;}
ol, ul, dl {margin:0; padding:0; list-style:none;}

img {
    border: 0;
    display: inline-block;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
}

input[type="checkbox"], input[type="radio"]{
    vertical-align:middle;
    margin-top: 0px;
}

/* 부트스트랩 수정 */
.container {
    padding-right: 15px;
    padding-left: 15px;
}

.btn {
    padding: 0.375rem 0.75rem 0.19rem;
}


/*.btn-sm, .btn-group-sm > .btn , .btn-lg, .btn-group-lg > .btn  {
    padding: 0.5rem 0.5rem 0.25rem;
}*/

.btn-xs, .btn-group-xs > .btn {
    padding: 0.15rem 0.3125rem 0;
}

.btn-info, .btn-info:hover {
    color: #FFF;
}

.table-hover-custom {
    --bs-table-hover-bg: #f0c5d8; /* 원하는 호버 배경색 */
    --bs-table-hover-color: #000; /* 호버 시 글씨색 (선택사항) */
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-primary2 {
    --bs-table-bg: #428bca; /* 기본 배경색 */
    --bs-table-striped-bg: #3a7db3; /* 줄무늬 배경색 (약간 어둡게) */
    --bs-table-striped-color: #fff; /* 줄무늬 글씨색 */
    --bs-table-active-bg: #326c99; /* 클릭 시 배경색 */
    --bs-table-active-color: #fff; /* 클릭 시 글씨색 */
    --bs-table-hover-bg: #3f7ab0; /* 호버 시 배경색 */
    --bs-table-hover-color: #fff; /* 호버 시 글씨색 */
    color: #fff; /* 기본 글씨색 */
    border-color: #326c99; /* 테두리 색 */
}


.table-primary3 {
    --bs-table-bg: #006699; /* 기본 배경색 */
    --bs-table-striped-bg: #005c80; /* 줄무늬 배경색 (약간 어둡게) */
    --bs-table-striped-color: #fff; /* 줄무늬 글씨색 */
    --bs-table-active-bg: #004d66; /* 클릭 시 배경색 */
    --bs-table-active-color: #fff; /* 클릭 시 글씨색 */
    --bs-table-hover-bg: #005b73; /* 호버 시 배경색 */
    --bs-table-hover-color: #fff; /* 호버 시 글씨색 */
    color: #fff; /* 기본 글씨색 */
    border-color: #004d66; /* 테두리 색 */
}

.table-danger2 {
    --bs-table-bg: #d96b78; /* 기본 배경색 (기존보다 연한 톤) */
    --bs-table-striped-bg: #c25965; /* 줄무늬 배경색 (약간 어둡게) */
    --bs-table-striped-color: #fff; /* 줄무늬 글씨색 */
    --bs-table-active-bg: #b04b58; /* 클릭 시 배경색 */
    --bs-table-active-color: #fff; /* 클릭 시 글씨색 */
    --bs-table-hover-bg: #c25562; /* 호버 시 배경색 */
    --bs-table-hover-color: #fff; /* 호버 시 글씨색 */
    color: #fff; /* 기본 글씨색 */
    border-color: #b04b58; /* 테두리 색 */
}

.table-danger3 {
    --bs-table-bg: #b13e4a; /* 기본 배경색 (메인 컬러) */
    --bs-table-striped-bg: #9e3e42; /* 줄무늬 배경색 (조금 어둡게) */
    --bs-table-striped-color: #fff; /* 줄무늬 글씨색 */
    --bs-table-active-bg: #8c3539; /* 클릭 시 배경색 */
    --bs-table-active-color: #fff; /* 클릭 시 글씨색 */
    --bs-table-hover-bg: #a53a44; /* 호버 시 배경색 */
    --bs-table-hover-color: #fff; /* 호버 시 글씨색 */
    color: #fff; /* 기본 글씨색 */
    border-color: #8c3539; /* 테두리 색 */
}

/*button {
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
}*/

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}*/


.btn-block {
    display: block;
    width: 100%;
}

.sub_left_menu_title {
    font-family: Noto Sans KR;
    padding-left: 2px;
    color: #0c3568;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.5px;
    /*margin-top: 7px;*/
}

.detail li, .detail li > *, .detail li b, .detail li a {
    font-size: 13px;
    letter-spacing: -0.5px;
}

.detail .detail_info_title {
    font-family: Noto Sans KR;
    width: 235px;
    float: left;
    font-size: 2.2rem;
    font-weight: bold;
    color: #337AB7;
    line-height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.manhwa_view > .btn {
    font-family: Noto Sans KR;
}

.in_box {
    height: 20px;
    padding-left: 1px;
}

.float_l{
    float: left;
}

.float_r{
    float: right;
}

.fonts {
    font-size:11px;
    font-family: dotum;
    letter-spacing: -1px;
}

.login li {
    float : left;
    position : relative;
    list-style-type:none;
    margin : 0px;
}

.login a {
    float : left;
    font-family: dotum;
    font-size:11px;

}

.login .line_01{
    color: rgb(198,198,198);
    font-family: dotum;
    font-size:8pt;
    padding: 0 1px;
}

.first{
    z-index:  100;
    width: 100%;
    overflow: hidden;
}

.header {
    z-index:  100;
    width: 100%;
}

.container{
    /*    width: 960px;*/
    width: 986px;
    margin: 0 auto;
    overflow: hidden;
}

.column_left {
    float: left;
    width: 695px;
    margin: 0 auto;
}

.column_right {
    float: left;
    width: 255px;
    position: relative;
    margin-left: 10px;
}

.content_box {
    float: left;
    position: relative;
    background: #fff;
    /*    width: 693px;
        height: 245px;*/
    border: 1px solid #d6d6d6;
    line-height: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mh_tit_container {
    padding: 20px 0 10px 20px;
}

.mh_tit {
    float:left;
}

.mh_text {
    float:left;
    margin: 0 10px;
}

.mh_cont_container {
    width: 693px;
    height: 243px;
    float:left;
    padding: 20px 0;
}

.manhwa_img_90x130 {
    width:90px;
    height: 130px;
    border: #d7d7d7 1px solid;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.manhwa_img_90x130_19 {
    width: 92px;
    height: 131px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1;
    /*opacity: 0.75;*/
}

.manhwa_img_162x233 {
    width:162px;
    height: 233px;
    border: #d7d7d7 1px solid;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.manhwa_img_162x233_19 {
    width:164px;
    height: 235px;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 1;
}

.free_book_band_90x130 {
    position: absolute;
    background-color: #1775d5;
    opacity: 0.9;
    /*filter: alpha(opacity=90);*/
    border-top: solid 2px #F9F9F9;
    border-bottom: solid 2px #F9F9F9;
    width: 101%;
    height: 27px;
    line-height: 28px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.free_book_band_62x88 {
    position: absolute;
    background-color: #1775d5;
    opacity: 0.9;
    /* filter: alpha(opacity=90); */
    border-top: solid 2px #F9F9F9;
    border-bottom: solid 2px #F9F9F9;
    width: 101%;
    height: 16px;
    line-height: 17px;
    left: 0px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}


.free_book_band_160x231 {
    position: absolute;
    background-color: #1775d5;
    opacity: 0.9;
    /* filter: alpha(opacity=90); */
    border-top: solid 1px #F5F5F5;
    border-bottom: solid 1px #F5F5F5;
    width: 100%;
    height: 25px;
    left: 0px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 1px;
}

.free_book_band_160x231 > .won_text {
    font-size: 11pt;
    color: #f5f5f5;
    line-height: 23px;
}

.free_book_band_108x157 {
    position: absolute;
    background-color: #1775d5;
    opacity: 0.9;
    /* filter: alpha(opacity=90); */
    border-top: solid 1px #F5F5F5;
    border-bottom: solid 1px #F5F5F5;
    width: 100%;
    height: 21px;
    left: 0px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 1px;
}

.free_book_band_108x157 > .won_text {
    font-size: 9pt;
    color: #f5f5f5;
}

.free_book_band_50x70 {
    position: absolute;
    background-color: #1775d5;
    opacity: 0.9;
    /* filter: alpha(opacity=90); */
    border-top: solid 1px #F9F9F9;
    border-bottom: solid 1px #F9F9F9;
    width: 101%;
    height: 14px;
    line-height: 17px;
    left: 0px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.free_book_band_77x109 {
    position: absolute;
    background-color: #1775d5;
    opacity: 0.9;
    /* filter: alpha(opacity=90); */
    border-top: solid 2px #F9F9F9;
    border-bottom: solid 2px #F9F9F9;
    width: 101%;
    height: 19px;
    line-height: 20px;
    left: 0px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

.footer {
    overflow: hidden;
    clear: both;
    position: relative;
    margin-top: 20px;
}


.sale_pt_box_30x {
    position: absolute;
    background: #f95258;
    border: 1px solid #c72c32;
    width: 30px;
    height: 20px;
    color: #fff;
    font-size: 8pt;
    line-height: 22px;
    z-index: 3;
    text-align: center;
    border-radius: 6px 6px 0 0;
    opacity: 0.9;
}

.sale_pt_box_35x {
    position: absolute;
    background: #f95258;
    border: 1px solid #c72c32;
    width: 37px;
    height: 24px;
    color: #fff;
    font-size: 9pt;
    line-height: 26px;
    z-index: 3;
    text-align: center;
    border-radius: 7px 7px 0 0;
    opacity: 0.9;
}


.sale_pt_won_90x130 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    z-index: 3;
    text-align: center;
}

.sale_pt_won_77x109 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 9pt;
    line-height: 36px;
    z-index: 3;
    text-align: center;
}

.sale_pt_won_62x88 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 7pt;
    line-height: 30px;
    z-index: 3;
    text-align: center;
}

.sale_pt_won_50x70 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 22px;
    height: 22px;
    color: #fff;
    font-size: 7pt;
    line-height: 25px;
    z-index: 3;
    text-align: center;
}

.sale_pt_won_118x78 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 7pt;
    line-height: 26px;
    z-index: 3;
    text-align: center;
}

.sale_pt_won_160x231 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 11pt;
    line-height: 46px;
    z-index: 3;
    text-align: center;
    font-weight: 600;
}

.manhwa_img_118x78 {
    width: 75px;
    height: 52px;
    border: #d7d7d7 1px solid;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    z-index: 0;
}

img.img_zoom {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
img.img_zoom:hover {
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
}

.manhwa_img_118x78_19 {
    width: 76px;
    height: 52px;
    position: absolute;
    z-index: 2;
    border-radius: 2px;
    /*opacity: 0.85;*/
}

.manhwa_img_85x56 {
    width: 85px;
    height: 56px;
    border: #d7d7d7 1px solid;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    z-index: 0;
}

.manhwa_img_85x56_19 {
    width: 85px;
    height: 56px;
    position: absolute;
    z-index: 2;
    border-radius: 2px;
    /*opacity: 0.85;*/
}

.bm_type {
    font-size: 0.875rem;
    letter-spacing: -0.02rem;
    color: rgb(255, 255, 255);
    opacity: 0.7;
    pointer-events: none;
    background: rgb(0, 110, 176);
    padding: 0.3rem 0.5rem 0.2rem;
    border-radius: 0.2968rem;
    white-space: nowrap;
}

.bm_type.free {
    background: #0b912a;
}

.bm_type.wait {
    background: #ad3535;
}

.bm_type.prem {
    background: #a863a8;
    border: 1px solid #a863a8;
}

.bm_type.dan {
    background: #fff;
    border-radius: 1px;
    border: 1px solid #adadad;
    color: #000;
    padding: 2px 4px 1px 4px;
}

.bm_type.yun {
    background: #fff;
    border-radius: 1px;
    border: 1px solid #adadad;
    color: #000;
    padding: 2px 4px 1px 4px;
}

.bm_type.end {
    background: #fff;
    /*border-radius: 1px;*/
    border: 1px solid #adadad;
    color: #000;
    /*padding: 2px 4px 1px 4px;*/
}

.bm_type.hot {
    background: #fff;
    border-radius: 1px;
    border: 1px solid #adadad;
    color: #000;
    padding: 2px 4px 1px 4px;
}

.notice_type {
    /*font-size: 11px;*/
    font-size: 0.875rem;
    /*letter-spacing: -0.5px;*/
    letter-spacing: -0.02rem;
    color: #d9534f;
    background: #fff;
    border: 1px solid #d9534f;
    /*padding: 3px 4px 2px 4px;*/
    padding: 0.3rem 0.5rem 0.1rem;
    /*border-radius: 3px;*/
    border-radius: 0.2968rem;
    white-space: nowrap;
    pointer-events:none;
}
.notice_type.event {
    color: #1775d5;
    border: 1px solid #1775d5;
}

.free_type {
    position: absolute;
    background: #357970;
    color: #fff;
    border-radius: 4px;
    z-index: 4;
    border: solid 1px #F9F9F9;
}

.new_type {
    position: absolute;
    left: 94px;
    top: 2px;
    z-index: 5;
}

.fmenu {
    width: 100%;
    background: url("/img/menu/footer960_bg.jpg") repeat;
    height: 41px;
    position: relative;
    clear: both;
    margin-top: 20px;
}

.submenu {
    position: relative;
    width: 960px;
    margin: 0 auto;
    z-index: 999;
}

.f_title {
    float: left;
    padding-top: 12px;
}

.f_line {
    float: left;
    padding: 15px 10px;
}

.copyright {
    position: relative;
    width: 960px;
    height: 150px;
    margin: 0 auto;
    z-index: 999;
    padding-top: 7px;
    overflow: hidden;
}

.c_menu {
    float: left;
    padding-right: 45px;
    padding-top: 5px;
}

.sub_left {
    float: left;
    width: 186px;
    border: #5082c1 2px solid;
}

.sub_main_center {
    width: 760px;
    float: left;
    margin-left: 10px;
    margin-right: 0px;
}

.sub_center {
    width: 560px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.sub_right {
    width: 190px;
    float: left;
}

.sub_table {
    margin-left: 10px;
    width: 760px;
    float: left;
}

/*.sub_title {
    margin: 3px 0 10px 2px;
    color: #0c3568;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -1px;
    font-family: 'AppleSDGothicNeo','Malgun Gothic';
}*/

.rank_idx {
    font-size: 10px;
    display: inline-block;
    width: 20px;
    height: 17px;
    border-radius: 5px;
    position: relative;
    line-height: 18px;
    text-align: center;
    margin-left: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pop_title {
    padding: 15px 20px;
    background-color: #0c3567;
    height: 45px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

#pop_btn {
    font-size:14px;
    width: 50px;
    margin: 0px;
    cursor: pointer;
}

.login_input {
    width: 325px;
    line-height: 48px;
    height: 47px;
    padding: 0 0 0 13px;
    border: 1px solid #bbb;
    color: #616161;
    border-radius: 3px;
    background: #fff;
    font-size: 20px;
}

.login_box {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
    white-space: nowrap;
    border: 0;
}

.idc_input {
    width: 134px;
    line-height: 34px;
    height: 33px;
    padding: 0 0 0 13px;
    border: 1px solid #bbb;
    color: #363636;
    border-radius: 3px;
    background: #fff;
    font-size: 15px;
}

/* 하단 페이지네비 */
#list_page {
    display: none;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;
}

.page_num_total {
    font-size:12px;
    color: #1775d5 !important;
    padding-bottom: 4%;
}

.page_num {
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    margin-bottom: 0;
    color: #b1b1b1 !important;
}

.page_num:hover {
    /*background: #1775d5;
    border: 1px solid #959595;*/
    background-color: #e6e6e6;
    border-color: #ccc;
    color: #1775d5 !important;
}

.page_num.on {
    background: #1775d5;
    border: 1px solid #ccc;
    color: #fff !important;
}

.page_num.off {
    color: #adadad !important;
}

.free_won_30x30 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 8pt;
    line-height: 36px;
    z-index: 3;
    text-align: center;
    opacity: 0.9;
    pointer-events:none;
}

.free_won_30x30 > .won_text {
    font-size: 8pt;
    line-height: 6px;
    margin-top: 8px;
    letter-spacing: -0.5px;
}

.free_won_30x30 > .won_text > p {
    font-size: 8pt;
}

.free_won_39x39 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 39px;
    height: 39px;
    color: #fff;
    font-size: 8pt;
    line-height: 36px;
    z-index: 3;
    text-align: center;
    opacity: 0.9;
    pointer-events:none;
}

.free_won_39x39 > .won_text {
    font-size: 8pt;
    line-height: 7px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}

.free_won_39x39 > .won_text > p {
    font-size: 8pt;
}

.free_won_36x36 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 26px;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 8pt;
    line-height: 36px;
    z-index: 3;
    text-align: center;
    opacity: 0.9;
    pointer-events:none;
}

.free_won_36x36 > .won_text {
    font-size: 8pt;
    line-height: 5px;
    margin-top: 10px;
    letter-spacing: -0.5px;
}

.free_won_36x36 > .won_text > p {
    font-size: 8pt;
}

.list_jakpum > .img_box {
    display: table;
    margin: 25px auto 0px;
    position: relative !important;
}

.list_jakpum > .img_box > a > img {
    display: block;
    border: #d7d7d7 1px solid;
    width: 108px;
    height: 157px;
    box-shadow: 0 2px 6px rgba(0,0,0,.4);
}

.list_jakpum .info_list {
    text-align: left;
    height: 20px;
    line-height: 21px;
    color: #999;
    font-size: 12px;
}

.main_banner_img{
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

#load_back {
    position: absolute;
    z-index: 9000;
    background-color: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    opacity: 0.3;
}

#loading_layer {
    /* basic */
    position: fixed;
    left: 50%;
    margin-left: -10%;/* half of width */
    top: 50%;
    margin-top: -150px;/* half of width */
    overflow: auto;

    /* decoration */
    border: 1px solid #5a5858;
    background-color: #eee;
    border-radius: 10px;
    padding: 1em;
    box-sizing: border-box;
    z-index:10000;
}

.read_pay_box {
    clear: both;
    overflow: hidden;
    margin: 30px 0 20px 0;
}

.table_line_dfdfdf td {
    border: 1px solid #DFDFDF;
}

.sti_slider > div > .thema_title {
    font-size: 15px;
    /* font-family: 'Malgun Gothic'; */
    font-family: 'Noto Sans KR';
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-align: left;
    /* color: #363636; */
    float: left;
}


.thema_title_top {
    float: left;
    /*margin: 12px 4px 0;*/
    font-family: 'Noto Sans KR';
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 1.2rem;
    /*color: #616161;*/
    color: #5e5e5e;
}

/* 테마 컨텐츠 박스 */
.thema_box{
    padding-bottom:10px;
    display: none;
}

/* 테마 컨텐츠 박스 테마 타이틀 상단 여백 조정 */
.thema_box > .sti_slider > div:nth-child(-n+1) {
    padding: 1.8rem 0.5rem 0;
    width: 100%;
    height: 42px;
}

/*  테마 컨텐츠 박스 내부 더보기 버튼 */
.thema_more_btn {
    float: right;
}

/*  테마 컨텐츠 박스 내부 더보기 버튼 디자인 */
.thema_more_btn > div {
    padding: 3px 11px 0 12px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
}

/*  테마 컨텐츠 박스 내부 더보기 버튼 텍스트 */
.thema_more_btn > div > a {
    color: #616161;font-size: 12px;
    letter-spacing: -1px
}

/*  테마 컨텐츠 박스 내부 더보기 버튼 그래픽 색상 */
.thema_more_btn > div > a > span {
    color: #616161;
}

/*  테마 점선 라인 */
.thema_line{
    border-bottom:1px dotted #d4d4d4;
    margin: 7px 0px 20px;
}




/* detail vol */
#read_manhwa_list .vol {
    padding: 9px 0;
    margin: 0px;
    overflow: hidden;
    width: 556px;
    border-bottom: 1px dotted #e9e9e9;
}

#read_manhwa_list .vol > li:nth-child(n+3) {
    float: left;
    min-height: 34px;
    text-align: center;
    height: 65px;
    line-height: 66px;
}

#read_manhwa_list .vol .book_thumbnail.cover{
    width: 10%;
}

#read_manhwa_list .vol .book_thumbnail.toon{
    width: 20.5%;
    margin-top: 3px;
}

#read_manhwa_list .vol .content_data_txt.cover{
    width: 44.5%;
}
#read_manhwa_list .vol .content_data_txt.toon{
    width: 34%;
}

/*#read_manhwa_list .vol .book_thumbnail.cover > .img_off {*/
/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0);*/
/*border: #fff 1px solid;*/
/*}*/
/*#read_manhwa_list .vol .book_thumbnail.toon > .img_off {*/
/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0);*/
/*border: #fff 1px solid;*/
/*}*/
/*#read_manhwa_list .vol .book_thumbnail > .img_off >img{*/
/*display: none;*/
/*}*/


#read_manhwa_list .vol .book_thumbnail.cover >div {
    margin-left: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    border: #d7d7d7 1px solid;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
}

#read_manhwa_list .vol .book_thumbnail.cover >div >img{
    image-rendering: -webkit-optimize-contrast;
    width: 43px;
    height: 62px;
}

#read_manhwa_list .vol .book_thumbnail.toon >div  {
    margin-left: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    border: #d7d7d7 1px solid;
    display: inline-block;
    width: 105px;
    height: 60px;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
#read_manhwa_list .vol .book_thumbnail.toon >div >img {
    width: 157%;
    max-width: 180%;
    -webkit-transform: translate(-15%,0%);
    image-rendering: -webkit-optimize-contrast;
}


#read_manhwa_list .vol .content_data_txt {
    margin-left: 5px;
    min-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 65px;
    line-height: 66px;
}

.rank_ico {
    font-size: 10px;
    float: left;
    margin-right: 1px;
    padding-top: 1px;
}

.rank_txt {
    font-size: 12px;
    float: left;
}

.rank_top {
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 4px 3px;
    width: 12px;
    height: 11px;
    margin-top: 2px;
    float: left;
}

.rank_arrow_up {
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 4px -20px;
    width: 13px;
    height: 11px;
    margin-top: 4px;
    float: left;

}

.rank_arrow_down {
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 4px -35px;
    width: 13px;
    height: 11px;
    margin-top: 4px;
    float: left;

}

.rank_bottom{
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 4px -56px;
    width: 12px;
    height: 11px;
    margin-top: 2px;
    float: left;

}

.rank_minus {
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 4px -80px;
    width: 12px;
    height: 11px;
    margin-top: 2px;
    float: left;
}

.rank_new {
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 6px -98px;
    width: 25px;
    height: 12px;
    margin-top: 2px;
    float: left;
}

.info_list{
    color: #999;
}


:is(.info_list, .list_jakpum, .search_list) .star_bg.review_s.one{
    top : -1px;
}


:is(.info_list, .list_jakpum, .search_list) .star_bg.review_s{
    background: url(/img/star_s_off.png) no-repeat;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 94px;
    background-size: 92px;
    /*line-height: 100%;*/
}

:is(.info_list, .list_jakpum, .search_list) .star_on.review_s{
    height: 18px;
    background: url(/img/star_s_on.png) no-repeat;
    display: block;
    overflow: hidden;
    background-size: 92px;
}

.recom_detail_bt  {
    padding: 0.3rem 2rem 0.1rem;
    background: #686363;
    color: #fff;
    border: 1px solid #686363;;
}

.sns_login [id$="_login"] {
    cursor: pointer;
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    margin-top: 5px;
    color: #000;
    text-align: left;
    padding: 10px 0 10px 92px;
}

.sns_ds {
    margin-top: 10px;
    padding: 10px 19px;
    background-color: #f5f5f5;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.left_writer_list td {
    padding: 2px 0;
}

.sub_sch_tag {
    padding-top:15px;
    width:100%;
    overflow:hidden;
}

.sub_keyword_box {
    width:560px;
    height:60px;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    align-content:flex-start;
    gap:6px;
    padding:2px 0;
}

.sub_tag {
    cursor: pointer;
    font-size: 13px;
    background: #f4f4f4;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    color: #616161;
    padding: 3px 7px 1px 7px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,.1);*/
    margin: 0px 1px;

    display: inline-block;

    max-width:100px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.goog-te-gadget img
{
    display: none;
}
.goog-te-gadget-simple {
    letter-spacing:-1px;
}

/*ul li 들여 쓰기 */
.indent-list {
    list-style: none;
    padding-left: 0;
}

.indent-list li {
    position: relative;
    padding-left: 1.5em; /* - 기호 이후 여백 */
    text-indent: -1em; /* 줄바꿈 시 - 기호 위치 유지 */
    margin: 0.5rem 0;
}


