/*
@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;
    }
}
*/

/*:root {
    --bs-font-sans-serif: 'Pretendard Variable','NanumBarunGothic','Nanum Gothic','Spoqa Han Sans Neo','Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
}*/

/*font-family: 'Pretendard Variable','NanumBarunGothic','Nanum Gothic','Spoqa Han Sans Neo','Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;*/

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    font-size:13px;
    line-height:1.5;
    text-decoration: none;
    letter-spacing: -0.5px;
    color: #616161;
}

.font-noto-sans-kr{
    font-family: "Noto Sans KR", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/*font-family: 'Roboto', 'Noto Sans KR', 'Source Sans Pro', Arial, sans-serif;*/
/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-family: 'Pretendard', Arial, sans-serif;*/
/*    font-size: 1rem;*/
/*    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);
}

.table {
    margin-bottom: 0px;
}

input[type="checkbox"], input[type="radio"]{
    vertical-align:middle;
    margin-top: 2px;
    width: 16px;
    height: 16px;
}

.d-flex input[type="checkbox"], .d-flex input[type="radio"] {
    margin-top: 0px;
}

.w-15 {
    width: 15% !important;
}

.w-85 {
    width: 85% !important;
}

/*.table > :not(caption) > * > * {
    padding: 0;
}*/

.fs-15, .fs-15 * {
    font-size: 15px;
}

.fs-14, .fs-14 * {
    font-size: 14px;
}

.fs-13, .fs-13 * {
    font-size: 13px;
}

.fs-12, .fs-12 * {
    font-size: 12px;
}

/* 부트스트랩 수정 */
.container {
    padding-right: 15px;
    padding-left: 15px;
}

.spinner-border
{
    border-width: 0.4rem;
}

.bg-head-blue {
    background-color: #0c3567;
}

.bg-blue {
    background-color: #3a5676;
}

.border-muted {
    border-color: #d6d6d6 !important;
}

.text-arum { color: #f26522 !important; }
.text-litegray { color: #D4D4D4 !important; }
.text-indigo { color: var(--bs-indigo) !important; }
.text-purple { color: var(--bs-purple) !important; }
.text-pink   { color: var(--bs-pink) !important; }
.text-red    { color: var(--bs-red) !important; }
.text-orange { color: var(--bs-orange) !important; }
.text-yellow { color: var(--bs-yellow) !important; }
.text-green  { color: var(--bs-green) !important; }
.text-teal   { color: var(--bs-teal) !important; }
.text-cyan   { color: var(--bs-cyan) !important; }
.text-teal   { color: #009e96 !important; }

/* bg */
.bg-indigo { background-color: var(--bs-indigo) !important; }
.bg-purple { background-color: var(--bs-purple) !important; }
.bg-pink   { background-color: var(--bs-pink) !important; }
.bg-red    { background-color: var(--bs-red) !important; }
.bg-orange { background-color: var(--bs-orange) !important; }
.bg-yellow { background-color: var(--bs-yellow) !important; }
.bg-green  { background-color: var(--bs-green) !important; }
.bg-teal   { background-color: var(--bs-teal) !important; }
.bg-cyan   { background-color: var(--bs-cyan) !important; }
.bg-iceblue   { background-color: #f4fbfe !important; }
.bg-arum { background-color: #f26522 !important; }

/* 공통 상태 규칙: 여기 등록된 .btn-* 들은 모두 동일한 동작 */
.btn-arum, .btn-indigo, .btn-purple, .btn-pink, .btn-red, .btn-orange, .btn-yellow, .btn-green, .btn-teal, .btn-cyan{
    color: var(--btn-color);
    background-color: var(--btn-bg);
    border-color: var(--btn-border);
}

.btn-arum:hover, .btn-indigo:hover, .btn-purple:hover, .btn-pink:hover, .btn-red:hover, .btn-orange:hover, .btn-yellow:hover, .btn-green:hover, .btn-teal:hover, .btn-cyan:hover{
    color: var(--btn-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border);
}

.btn-check:focus + .btn-arum, .btn-arum:focus,
.btn-check:focus + .btn-indigo, .btn-indigo:focus,
.btn-check:focus + .btn-purple, .btn-purple:focus,
.btn-check:focus + .btn-pink, .btn-pink:focus,
.btn-check:focus + .btn-red, .btn-red:focus,
.btn-check:focus + .btn-orange, .btn-orange:focus,
.btn-check:focus + .btn-yellow, .btn-yellow:focus,
.btn-check:focus + .btn-green, .btn-green:focus,
.btn-check:focus + .btn-teal, .btn-teal:focus,
.btn-check:focus + .btn-cyan, .btn-cyan:focus{
    color: var(--btn-color);
    background-color: var(--btn-hover-bg);
    border-color: var(--btn-hover-border);
    box-shadow: 0 0 0 0.25rem rgba(var(--btn-shadow-rgb), 0.5);
}

.btn-check:checked + .btn-arum, .btn-check:active + .btn-arum, .btn-arum:active, .btn-arum.active, .show > .btn-arum.dropdown-toggle,
.btn-check:checked + .btn-indigo, .btn-check:active + .btn-indigo, .btn-indigo:active, .btn-indigo.active, .show > .btn-indigo.dropdown-toggle,
.btn-check:checked + .btn-purple, .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle,
.btn-check:checked + .btn-pink, .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle,
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle,
.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle,
.btn-check:checked + .btn-yellow, .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle,
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle,
.btn-check:checked + .btn-teal, .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active, .show > .btn-teal.dropdown-toggle,
.btn-check:checked + .btn-cyan, .btn-check:active + .btn-cyan, .btn-cyan:active, .btn-cyan.active, .show > .btn-cyan.dropdown-toggle{
    color: var(--btn-color);
    background-color: var(--btn-bg);
    border-color: var(--btn-border);
}

.btn-check:checked + .btn-arum:focus, .btn-check:active + .btn-arum:focus, .btn-arum:active:focus, .btn-arum.active:focus, .show > .btn-arum.dropdown-toggle:focus,
.btn-check:checked + .btn-indigo:focus, .btn-check:active + .btn-indigo:focus, .btn-indigo:active:focus, .btn-indigo.active:focus, .show > .btn-indigo.dropdown-toggle:focus,
.btn-check:checked + .btn-purple:focus, .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus, .show > .btn-purple.dropdown-toggle:focus,
.btn-check:checked + .btn-pink:focus, .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus, .show > .btn-pink.dropdown-toggle:focus,
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus,
.btn-check:checked + .btn-orange:focus, .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus, .show > .btn-orange.dropdown-toggle:focus,
.btn-check:checked + .btn-yellow:focus, .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus, .show > .btn-yellow.dropdown-toggle:focus,
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus,
.btn-check:checked + .btn-teal:focus, .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus, .show > .btn-teal.dropdown-toggle:focus,
.btn-check:checked + .btn-cyan:focus, .btn-check:active + .btn-cyan:focus, .btn-cyan:active:focus, .btn-cyan.active:focus, .show > .btn-cyan.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.25rem rgba(var(--btn-shadow-rgb), 0.5);
}

.btn-arum:disabled, .btn-arum.disabled,
.btn-indigo:disabled, .btn-indigo.disabled,
.btn-purple:disabled, .btn-purple.disabled,
.btn-pink:disabled, .btn-pink.disabled,
.btn-red:disabled, .btn-red.disabled,
.btn-orange:disabled, .btn-orange.disabled,
.btn-yellow:disabled, .btn-yellow.disabled,
.btn-green:disabled, .btn-green.disabled,
.btn-teal:disabled, .btn-teal.disabled,
.btn-cyan:disabled, .btn-cyan.disabled{
    color: var(--btn-color);
    background-color: var(--btn-bg);
    border-color: var(--btn-border);
}


/* 색상별 변수(비율 맞춘 값) */

/* indigo #6610f2 */
.btn-indigo{
    --btn-color:#fff;
    --btn-bg:#6610f2;
    --btn-border:#5c0eda;
    --btn-hover-bg:#570ece;
    --btn-hover-border:#4c0cb6;
    --btn-shadow-rgb:102,16,242;
}

/* purple #6f42c1 */
.btn-purple{
    --btn-color:#fff;
    --btn-bg:#6f42c1;
    --btn-border:#643bae;
    --btn-hover-bg:#5e38a4;
    --btn-hover-border:#533291;
    --btn-shadow-rgb:111,66,193;
}

/* pink #d63384 */
.btn-pink{
    --btn-color:#fff;
    --btn-bg:#d63384;
    --btn-border:#c12e77;
    --btn-hover-bg:#b62b70;
    --btn-hover-border:#a02663;
    --btn-shadow-rgb:214,51,132;
}

/* red #dc3545 */
.btn-red{
    --btn-color:#fff;
    --btn-bg:#dc3545;
    --btn-border:#c6303e;
    --btn-hover-bg:#bb2d3b;
    --btn-hover-border:#a52834;
    --btn-shadow-rgb:220,53,69;
}

.btn-arum{
    --btn-color:#fff;
    --btn-bg:#f26522;          /* base */
    --btn-border:#da5a1f;      /* slightly darker */
    --btn-hover-bg:#d6531d;    /* darker on hover */
    --btn-hover-border:#bf4a1a;/* darkest border on hover */
    --btn-shadow-rgb:242,101,34;
}

/* orange #fd7e14 */
.btn-orange{
    --btn-color:#fff;
    --btn-bg:#fd7e14;
    --btn-border:#e47112;
    --btn-hover-bg:#d76b11;
    --btn-hover-border:#be5e0f;
    --btn-shadow-rgb:253,126,20;
}

/* yellow #ffc107 (가독성 때문에 텍스트는 검정 권장) */
.btn-yellow{
    --btn-color:#000;
    --btn-bg:#ffc107;
    --btn-border:#e6ae06;
    --btn-hover-bg:#d9a406;
    --btn-hover-border:#bf9105;
    --btn-shadow-rgb:255,193,7;
}

/* green #198754 */
.btn-green{
    --btn-color:#fff;
    --btn-bg:#198754;
    --btn-border:#167a4c;
    --btn-hover-bg:#157347;
    --btn-hover-border:#13653f;
    --btn-shadow-rgb:25,135,84;
}

/* teal #20c997 */
.btn-teal{
    --btn-color:#fff;
    --btn-bg:#20c997;
    --btn-border:#1db588;
    --btn-hover-bg:#1bab80;
    --btn-hover-border:#189771;
    --btn-shadow-rgb:32,201,151;
}

/* cyan #0dcaf0 (가독성 때문에 텍스트는 검정 권장) */
.btn-cyan{
    --btn-color:#FFF;
    --btn-bg:#0dcaf0;
    --btn-border:#0cb6d8;
    --btn-hover-bg:#0baccc;
    --btn-hover-border:#0a98b4;
    --btn-shadow-rgb:13,202,240;
}


.table-indigo{
    --bs-table-bg:#e0cffc;
    --bs-table-striped-bg:#d5c5ef;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#cabae3;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#cfbfe9;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#cabae3;
}

.table-purple{
    --bs-table-bg:#e2d9f3;
    --bs-table-striped-bg:#d7cee7;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#cbc3db;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#d1c9e1;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#cbc3db;
}

.table-pink{
    --bs-table-bg:#f7d6e6;
    --bs-table-striped-bg:#ebcbda;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#dec1cf;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#e4c6d5;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#dec1cf;
}

.table-red{
    --bs-table-bg:#f8d7da;
    --bs-table-striped-bg:#eccccf;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#dfc2c4;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#e5c7ca;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#dfc2c4;
}

.table-orange{
    --bs-table-bg:#ffe5d0;
    --bs-table-striped-bg:#f2dac6;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#e6cebb;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#ecd4c0;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#e6cebb;
}

.table-yellow{
    --bs-table-bg:#fff3cd;
    --bs-table-striped-bg:#f2e7c3;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#e6dbb8;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#ece1be;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#e6dbb8;
}

.table-green{
    --bs-table-bg:#d1e7dd;
    --bs-table-striped-bg:#c7dbd2;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#bcd0c7;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#c1d6cc;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#bcd0c7;
}

.table-teal{
    --bs-table-bg:#d2f4ea;
    --bs-table-striped-bg:#c8e8de;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#bddcd3;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#c2e2d8;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#bddcd3;
}

.table-cyan{
    --bs-table-bg:#cff4fc;
    --bs-table-striped-bg:#c5e8ef;
    --bs-table-striped-color:#000;
    --bs-table-active-bg:#badce3;
    --bs-table-active-color:#000;
    --bs-table-hover-bg:#bfe2e9;
    --bs-table-hover-color:#000;
    color:#000;
    border-color:#badce3;
}

/*.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; /* 호버 시 글씨색 (선택사항) */
}

.btn-cancel {
    color: #fff;
    background-color: #959595;
    border-color: #797878;
}

.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 1rem;
    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 {
    padding-left: 2px;
    color: #0c3568;
    font-weight: 600;
    font-size: 14px !important;
    letter-spacing: -0.5px;
}

.detail li, .detail li > *, .detail li b, .detail li a {
    font-size: 14px;
    letter-spacing: -0.05px;
}

.detail .detail_info_title {
    font-family: Noto Sans KR;
    width: 235px;
    float: left;
    font-size: 2.2rem;
    font-weight: 600;
    color: #337AB7;
    line-height: 36px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.manhwa_view > .btn {
    /*font-family: Noto Sans KR;*/
}

/*:is(.month_update_box, .genre_box, .corner_box) * {
    font-size: 13px;
}*/

/*.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:10px;
    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: 1px 1px 6px #606060;
    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: 1px 1px 6px #606060;
    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;
    border-top: solid 1px #F5F5F5;
    border-bottom: solid 1px #F5F5F5;
    width: 100%;
    height: 25px;
    left: 0px;
    color: #fff;
    text-align: center;
    padding-top: 2px;
}

.free_book_band_160x231 > .won_text {
    font-size: 13px;
    color: #FFFFFF;
}

.free_book_band_108x157 {
    position: absolute;
    background-color: #1775d5;
    opacity: 0.9;
    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: 1rem;
    color: #FFFFFF;
    line-height: 18px;
}

.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: 10px;
    z-index: 3;
    border-radius: 6px 6px 0 0;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sale_pt_box_35x {
    position: absolute;
    background: #f95258;
    border: 1px solid #c72c32;
    width: 37px;
    height: 24px;
    color: #fff;
    font-size: 1rem;
    z-index: 3;
    border-radius: 7px 7px 0 0;
    opacity: 0.9;
    display: flex;
    align-items: center;
    justify-content: center;
}


.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: 12px;
    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: 1px 0px 3px #606060;
    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: 1px 1px 3px #606060;
    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;*/
}

.wing_right_menu {
    border: 1px solid #d6d6d6;
    background-color: #f2f2f2;
    border-radius: 4px;
}

.wing_right_menu > :is( #remot_help, #remot_jakpum, #remot_zzim, #remot_bookmark, #remot_bookpay, #remot_bookpay2, #remot_mypage, #remot_arum_money  ) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wing_right_menu * {
    font-size: 12px;
}

.wing_right_menu > div > a {
    color: #f7f7f7;
}

.btn-type-sm {
    font-size: 11px;
    letter-spacing: -0.05rem;
    pointer-events: none !important;
    white-space: nowrap;
    display: inline-block;
    padding: 3px;
    line-height: 0.9;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-type {
    font-size: 12px;
    letter-spacing: -0.05rem;
    pointer-events: none !important;
    white-space: nowrap;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    line-height: 0.9;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bm_type {
    font-size: 12px;
    letter-spacing: -0.05rem;
    pointer-events: none !important;
    white-space: nowrap;
    display: inline-block;
    padding: 4px 4px 4px 4px;
    line-height: 0.9;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;

     display: inline-flex;
     align-items: center;
     justify-content: center;
}

.btn-fix, .bm_type.fix {
    color: #fff;
    background-color: #006eb0;
    border-color: #006eb0;
}


.btn-free, .bm_type.free {
    background: #07aceb;
    border: 1px solid #35baed;
    color: #FFFFFF;
}

.btn-wait, .bm_type.wait {
    color: #fff;
    background-color: #ad3535;
    border-color: #ad3535;
}

.btn-prem, .bm_type.prem {
    background: #a863a8;
    border: 1px solid #a863a8;
    color: #FFFFFF;
}

.btn-pre-novel, .bm_type.prenovel {
    background: #009666;
    border: 1px solid #048a5f;
    color: #FFFFFF;
}

.btn-dan, .bm_type.dan {
    color: #fff;
    background-color: #b37b42;
    border-color: #b37b42;
}

.btn-yun, .bm_type.yun {
    color: #fff;
    background-color: #7CB342;
    border-color: #7CB342;
}

.btn-end, .bm_type.end {
    color: #fff;
    background-color: #f25251;
    border-color: #f25251;
}

.btn-hot, .bm_type.hot {
    color: #fff;
    background-color: #fd7e14;
    border-color: #e47112;
}

.notice_type {
    /*font-size: 11px;*/
    font-size: 0.875rem;
    /*letter-spacing: -0.5px;*/
    letter-spacing: -0.02rem;
    color: #dc3545;
    background: #fff;
    border: 1px solid #dc3545;
    /*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: 1rem;
}

.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;
}

.rank_idx {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    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_header {
    width: 100%;
    position: fixed;

}*/

/*.pop_header_left, .pop_header_right {
    font-size: 18px;
    color: #fff;
}*/

/*.pop_title {
    padding: 7px 20px;
    background-color: #0c3567;
    height: 45px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: Noto Sans KR;
}*/

#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:15px;
    color: #1775d5 !important;
    padding-bottom: 20px;
}

.page_num {
    cursor: pointer;
    font-size: 14px;
    padding: 0 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 0;
    color: #b1b1b1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 33px;
    height: 33px;
}

.page_num:hover {
    /*background: #1775d5;
    border: 1px solid #959595;*/
    background-color: #e6e6e6;
    border-color: #ccc;
    color: #1775d5;
}

.page_num.on {
    color: #fff;
    background: #008ee8;
    border: 1px solid #0069ac;
    cursor: default;
}

.page_num.off {
    color: #adadad !important;
    cursor: default;
}

.free_won_30x30 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    z-index: 3;
    opacity: 0.9;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free_won_30x30 * {
    font-size: 10px;
    color: #FFFFFF;
    line-height: 10px;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    text-align: center;
}

.free_won_36x36 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    z-index: 3;
    opacity: 0.9;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free_won_36x36 * {
    font-size: 10px;
    color: #FFFFFF;
    line-height: 10px;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    text-align: center;
}

.free_won_39x39 {
    position: absolute;
    background: #1775d5;
    border: 1px solid #135aa0;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    z-index: 3;
    opacity: 0.9;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free_won_39x39 * {
    font-size: 11px;
    color: #FFFFFF;
    line-height: 11px;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    text-align: center;
}

.list_jakpum > .img_box {
    display: table;
    margin: 25px auto 0px;
    position: relative !important;
}

.list_jakpum > .img_box > a > img {
    display: block;
    width: 108px;
    height: 157px;
    box-shadow: 1px 1px 6px #606060;
    border-radius: 4px;
}

.list_jakpum .info_list {
    text-align: left;
    color: #999;
    font-size: 1rem;
}

.main_banner_img{
    box-shadow: 1px 1px 3px #606060;
    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: 600;
    letter-spacing: -0.5px;
    text-align: left;
    /* color: #363636; */
    float: left;
}


.thema_title_top {
    float: left;
    /*margin: 1rem 4px 0;*/
    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: 2px 11px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}

/*  테마 컨텐츠 박스 내부 더보기 버튼 텍스트 */
.thema_more_btn > div * {
    color: #616161;font-size: 12px;
    letter-spacing: -1px
}

/*  테마 점선 라인 */
.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 >div {
    margin-left: 5px;
    box-shadow: 1px 1px 3px #606060;
    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: 1px 1px 3px #606060;
    /*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: 1rem;
    float: left;
}

.rank_top {
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 4px 3px;
    width: 1rem;
    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: 1rem;
    height: 11px;
    margin-top: 2px;
    float: left;

}

.rank_minus {
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 4px -80px;
    width: 1rem;
    height: 11px;
    margin-top: 2px;
    float: left;
}

.rank_new {
    background: url(/img/rank_bg.png) no-repeat;
    background-position: 6px -98px;
    width: 25px;
    height: 1rem;
    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:65px;
    overflow:hidden;
    display:flex;
    flex-wrap:wrap;
    align-content:flex-start;
    gap:6px;
    padding:2px 0;
}

.sub_tag {
    cursor: pointer;
    font-size: 13px;
    background: #f9f9f9;
    border-radius: 6px;
    border: 1px solid #e1e1e1;
    color: #616161;
    padding: 3px 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;
}

.recom_won {
    position: absolute;
    bottom: 4px;
    left: 4px;
    opacity: 0.85;
    font-size: 10px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #656667;
    background-color: #f3f3f3;
    border-color: #dcdcdc;
    font-family: 'Noto Sans KR', sans-serif;
    width: 25px;
    height: 16px;
}

.recom_won::after {
    content: "";
    position: absolute;
    left: 50%;              /* 부모(.comment-bubble)의 가로 가운데 */
    bottom: -4.5px;
    transform: translateX(-50%);   /* 자기 자신 넓이의 절반만 왼쪽으로 이동 -> 정확히 중앙 */

    width: 0;
    height: 0;
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: #f3f3f3 transparent transparent transparent; /* 배경색 맞추기 */
}

.recom_won::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5.5px;
    transform: translateX(-50%);

    width: 0;
    height: 0;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #dcdcdc transparent transparent transparent;
}

.read_keyword_list li{
    font-size: 1rem;
    padding: 2px 8px;
    background-color: #f9f9f9;
    letter-spacing: -1px;
    border-radius: 4px;
    border: 1px solid rgb(214, 214, 214);
    border-image: none;
    text-align: center;
    display: inline-block;
    margin: 2px 2px 0 0;
    cursor: pointer;
}

.meta {
    display: inline-block;
    align-items: center;
}

/* 첫 번째를 제외한 아이템 앞에만 | 넣기 */
:is(.meta, .bar) > * + *::before {
    content: '|';
    margin: 0 4px;
    color: #888;
}

.review_data .user_body_recom {
    width: 25px;
    height: 25px;
    /*  float: left;*/
    border-radius: 50%;
    background-color: #6ba9e8;
    border-color: #619cd8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_data .user_body_recom:hover {
    background-color: #578fc7;
    border-color: #5084b7;
}

.user_body_decom {
    width: 25px;
    height: 25px;
    /*float: left;*/
    border-radius: 50%;
    background-color: #c8c8c8;
    border-color: #bfbdbd;

}

.user_body_decom:hover {
    background-color: #b7b6b6;
    border-color: #a7a7a7;
}

.writer_box {
    margin: 0px auto;
    letter-spacing: -1px;
    border-radius: 3px;
    border: 1px solid rgb(214, 214, 214);
    border-image: none;
    width: 90%;
    text-align: center;
    display: inline-block;
}

.writer_box > a {
    color: #555555;
    font-size: 0.95rem;
    letter-spacing: -1px;
}

.menu_book_pay_sel {
    background-color: #3a5676;
    color: #00ffff;
    font-size: 15px;
    border-bottom: 1px solid #3a5676;
    height: 36px;
    line-height: 37px;
    cursor: pointer;
    text-align: center;
}

.menu_book_pay_sel:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-width: 8px 8px 0 8px;
    border-style: solid;
    border-color: #3a5676 transparent transparent transparent;
}

.menu_book_pay_unsel {
    background-color: #e0e5eb;
    color: #898989;
    font-size: 15px;
    border-bottom: 1px solid #e0e5eb;
    height: 36px;
    line-height: 37px;
    cursor: pointer;
    text-align: center;
}

.content{
}

.content-if {
    padding-top: 45px;
    overflow-y: hidden;
}

.pay-choice .form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 2px;
}

.pay_unit {
    font-size: 14px !important;
    cursor : pointer;
    display: flex;
    align-items: center;
    gap: 3px;
}

.pay_unit input[type='checkbox']{
    width:20px;
    height:20px;
    margin-top: 2px;
}

.pay_unit .btn-default:hover{
    background-color: #fff;
}

.pay_unit > .form-check-input:disabled {
    background-color: #eee;
}

.dash-list{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.dash-list > li{
    position: relative;
    padding-left: 12px;        /* 점 들어갈 여백 */
}
.dash-list > li::before {
    content: "\F2EA";          /* bi-dot 의 코드포인트 */
    font-family: "bootstrap-icons";  /* bootstrap-icons 폰트 사용 */
    font-weight: normal;
    font-style: normal;
    display: inline-block;

    position: absolute;
    left: 0;
    top: 0;
    color: #999;               /* 점 색상 */
}


.dot-list {
    list-style: none;          /* 브라우저 기본 불릿 제거 */
    padding-left: 0;
    margin: 0;
}

.dot-list > li {
    position: relative;
    padding-left: 12px;        /* 점 들어갈 여백 */
}

.dot-list > li::before {
    content: "\F309";          /* bi-dot 의 코드포인트 */
    font-family: "bootstrap-icons";  /* bootstrap-icons 폰트 사용 */
    font-weight: normal;
    font-style: normal;
    display: inline-block;

    position: absolute;
    left: 0;
    top: 0;
    color: #999;               /* 점 색상 */
}












.btn-outline-sky {
    color: #1775d5;
    border: 1px solid #1775d5;
    background: #fff;
}

.btn-gray {
    color: #212529;              /* 진한 회색 글자 */
    background-color: #f2f2f2;   /* 기본 배경 */
    border-color: #dcdcdc;       /* 살짝만 진한 테두리 */
}

/* hover / focus 시 살짝 진하게 */
.btn-gray:hover,
.btn-gray:focus {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #cfcfcf;
}

/* active 상태 */
.btn-gray:active,
.btn-gray.active {
    color: #212529;
    background-color: #dddddd;
    border-color: #c4c4c4;
}
