@charset "utf-8";

.btn-primary,
.btn-primary.disabled, 
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active,
.page-item.active .page-link,
.show > .btn-outline-primary.dropdown-toggle,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color: #191F2B !important;
	border-color: #191F2B !important;
}

hr.hr::after,
.dropdown-item.active, 
.dropdown-item:active,
.bg-primary {
	background-color: #191F2B !important;
}

.border-primary {
	border-color: #191F2B !important;
}

.text-primary,
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
	color : #191F2B !important;
}

/* ---------------------------------------------------------- */

.btn-primary:focus, 
.btn-primary.focus,
.btn-primary:hover {
	background-color: #000000 !important;
	border-color: #000000 !important;
}

.btn-outline-primary {
	color: #000000 !important;
	border-color: #000000 !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
}

a.bg-primary:hover, 
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #000000 !important;
}

.btn-primary:focus, 
.btn-primary.focus,
.btn-outline-primary:focus, 
.btn-outline-primary.focus,
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgb(139 139 139 / 50%) !important;
}

.nt-menu .sub-1dli.on .sub-1da, .nt-menu .sub-1dli:hover .sub-1da {
	color: #fffe8f !important;
	background: #fc4300;
	font-weight: unset;
}

.nt-menu .sub-1dli.on .sub-1da, .nt-menu .sub-1dli .sub-1da {
	color: #fffe8f !important;
	background: #191F2B;
	font-weight: unset;
}

.nt-menu .sub-1div {
	border: 1px solid #191F2B !important;
}

.nt-menu .sub-1da {    text-align: center;}
#nt_menu .me-a { color: #fff;}

.hidden {display:none !important;}
.outlogin {
	border: 1px solid #ced4da;
    padding: 10px;
    border-radius: 10px;
}

.point-ranking-title {
	margin-top: 10px;
    height: 48px;
    width: 100%;
    background: #191F2B;
    border-radius: 12px 12px 0 0;
    text-align: center;
    color: #fff;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    font-family: "PR", sans-serif;
    margin-bottom: 0px;
}

.point-ranking-contents {
	overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 4px;
    border-radius: 0px 0px 12px 12px;
}

.nav-pills>li {
	float: left;
    border-radius: 7px 7px 0px 0px;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 5px;
    background: #f9f9f9;
}
.nav-pills>li>a.active {
	color:red;
	background: white;
    border-radius: 7px 7px 0px 0px;
	border-bottom: 1px solid white;
}

.nav-slide {border-radius: 10px;}
.bg-background {background-color: #191F2B;}
/*
ul > li:first-child .bg-background {border-radius: 10px 0px 0px 10px;}
ul > li:last-child .bg-background { border-radius: 0px 10px 10px 0px;}
.nav-slide > .me-li:first-child:hover .me-a { border-radius: 10px 0px 0px 0px;}
.nav-slide > .me-li:first-child:hover .bg-background {border-radius: 10px 0px 0px 0px;}
.nav-slide > .me-li:last-child:hover .me-a { border-radius: 0px 10px 0px 0px;}
.nav-slide > .me-li:last-child:hover .bg-background {border-radius: 0px 10px 0px 0px;}
*/
#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a {color: #fffe8f !important;}

.point-ranking-contents .nav-pills>li {
    float: left;
    border-bottom: none;
    margin-right: 5px;
	border-radius: 0px;
    background: #f9f9f9;
}
.point-ranking-contents .nav-pills>li>a.active {
    color: #191F2B;
    border-radius: 0px;
}
.point-ranking-contents .nav-pills>li>a:hover {
    color: #191F2B;
}
.noti-gll {
	font-size: 1em;
    padding: 4px 10px;
    border: 1px solid #F5222D;
    border-radius: 4px;
    color: #F5222D;
    background: #FFF1F0;
}
.gll-board-subject {color: rgb(49, 181, 173) !important;}

.checkLabel {
	position: relative;
	top: 6px;
	left: 60px;
    color: black;
}
.checkLabel.dark {
	position: relative;
	top: 6px;
	left: 20px;
	color: white;
}
.darkBanner {display:none;}
.lightBanner {display:block;}

/*mobile css*/
.mm_ico_area {
    position: relative;
}
.gamepop {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255, 0.96);
    border: 1px solid #d8d8d8;
}
.gamepop .box {
    position: relative;
    width: 100%;
    height: 100%;
}
.gamepop .tt {
    position: relative;
    width: 100%;
}
.gamepop .tt h3 {
    margin: 0;
    padding: 4px;
    font-size: 16px;
    line-height: 20px;
    background: #191F2B;
    color: #fff;
}
.gamepop .box i {
    position: absolute;
    top: 0px;
    right: 4px;
    font-size: 27px;
    color: #333;
}
.mm_ico_area .gamepop ul {
    text-align: left;
}

.mm_ico_area ul {
    padding: 0;
    font-size: 0;
    text-align: center;
}
.mm_ico_area ul li {
    display: inline-block;
    vertical-align: middle;
    width: 24%;
    margin: 0 0.5% 3px;
}
.mm_ico_area ul li a {
    display: block;
}
.mm_ico_area ul li a img {
    max-width: 100%;
}
.m-sns {
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}
.m-sns a {
    width: calc(50% - 5px);
}
.m-sns a img {
    width: 100%;
}
.m-header {
    /*background-image: url(/img/mobile/m-back.png);
    background-size: 100% 100%;*/
	background: #202634 ;
}
.m-header a {
    color: #fff !important;
}
.m-gll-logo {
    max-width: 100px;
}
.mobile .checkLabel {
    position: relative;
    top: 2px;
    left: 20px;
    color: black;
    font-size: 15px;
}
.m-menu {
    background: #191F2B;
    border-radius: 5px;
}
.m-menu {
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 20;
    background: rgb(249, 249, 249);
}
.m-menu {
    background: #191F2B;
    border-radius: 5px;
}
@media (max-width: 991px) {
    .responsive .m-menu {
        display: block;
    }
}
.m-menu ul li {
    position: relative;
}
.m-menu a {
    color: #fff;
}
.m-menu .m-wrap .at-container {
    max-width: 480px;
}
.m-menu .m-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    width: 100%;
    margin: 0px;
    min-width: 300px;
    border-collapse: collapse;
}
.m-menu .m-icon, .m-menu .m-list {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
}
.m-menu .m-nav {
    overflow: hidden;
    margin: 0px 10px;
}
.m-menu .m-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.m-menu .m-nav ul li {
    display: table-cell;
    padding: 0px 10px;
    white-space: nowrap;
    font-size: 12px;
}
.m-menu ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 1px;
    height: 10px;
    background: #ffffff70;
}
.div_bottom_box {
    clear: both;
}
.foot_nav {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    z-index: 2;
}
.foot_nav .tool_menu {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 13px;
    font-weight: bold;
}
.foot_nav .tool_menu li {
    float: left;
    width: 25%;
    background: #f9f9f9;
    text-align: center;
}
.foot_nav .tool_menu li a {
    color: #000;
    display: block;
    line-height: 35px;
    border-right: 1px solid #ededed;
    white-space: nowrap;
}
.m-menu-top {
    display: flex;
}
.m-menu-top a {
    width: 50%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f6f6f6;
    position: relative;
}
.m-menu-top a:first-child:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0px;
    height: 20px;
    background: #bdbdbd;
    width: 1px;
}
.m-menu-top .m-gll-close {
    color: #191F2B;
}
.login_box .login_text {
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
.login_icon {
    display: none !important;
}
#header_pc {background: #202634;}
#header_pc .nt-container {background: unset;}
/*dark menu*/
[data-theme="dark"] .m-header {
    background-image: url(/img/mobile/m-back-dark.png);
}
[data-theme="dark"] * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #eaeaea !important;
    /* background: #202634 !important; */
    border-color: #777 !important;
}
[data-theme="dark"] #nt_sticky {
    background: #202634 !important;
}
[data-theme="dark"] .page-link {background: #202634 !important;}
[data-theme="dark"] #bo_cate_ul li a {background: #202634 !important;}
[data-theme="dark"] .form-control {background: #202634 !important;}
[data-theme="dark"] .wrapper {background: #202634 !important;}
[data-theme="dark"] .bg-primary {
    background-color: #191F2B !important;
}
[data-theme="dark"] .carousel-control-prev {display:none;}
[data-theme="dark"] .carousel-control-next {display:none;}
[data-theme="dark"] .carousel-indicators {display: none;}
[data-theme="dark"] .nav-pills>li>a {border-radius: 7px 7px 0px 0px;background: #333 !important;}
[data-theme="dark"] .nav-pills>li>a.active {
    color: red;
    background: #202634 !important;
    border-radius: 7px 7px 0px 0px;
    border-bottom: 1px solid #202634 !important;
}
[data-theme="dark"] .bg-background {
    background-color: #191F2B !important;
}
[data-theme="dark"] #nt_menu .me-a {
    color: #fff;
    background: unset !important;
}
/*[data-theme="dark"] ul > li:first-child .bg-background {border-radius: 10px 0px 0px 10px;}
[data-theme="dark"] ul > li:last-child .bg-background { border-radius: 0px 10px 10px 0px;}*/
[data-theme="dark"] .noti-gll {
    font-size: 1em;
    padding: 4px 10px;
    border: 1px solid #F5222D;
    border-radius: 4px;
    color: #F5222D !important;
    background: #FFF1F0 !important;
}
[data-theme="dark"] .point-ranking-title {background: #191F2B !important;}
[data-theme="dark"] .by-writer {
	background: #202634 !important;
    border-color: #777 !important;
}
[data-theme="dark"] .darkBanner {display:block;}
[data-theme="dark"] .lightBanner {display:none;}
[data-theme="dark"] .mobile .checkLabel.dark {
    position: relative;
    top: 2px;
    left: -15px;
    color: white;
}
[data-theme="dark"] .pc-link2 {
    color: #fff !important;
    background: #666 !important;
}

[data-theme="dark"] iframe { background-color: white !important;}
[data-theme="dark"] .form-control-plaintext.pt-1.pb-0.float-left {
    border-color: transparent !important;
    color: transparent !important;
}

[data-theme="dark"] #bo_gallery .wr-now {background: unset !important;}

#bo_gallery .chk-box {background: unset !important;}
#nt_title {display: none !important;}
.bg-light {background: #202634 !important;}
.btn.btn-basic {background: #202634 !important;}
#bo_w .list-group-item {background: #202634;}
.btn_cke_sc, .custom-file-label::after, .custom-select {background: #202634;}
.input-group>.custom-file:not(:first-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label {background: #202634;}
.custom-file-label::after {background: #202634;}
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {background: #202634;}
.sidebar-icon li {background: #202634 !important;}
#fsetup .list-group-item, #fregister_private table th,.custom-control.custom-switch {background: #202634 !important;}
#login_id, #login_pw, .mbskin_box, .me-li .me-a {background: #202634 !important;}
#find_info .new_win_con, #find_info #mb_email, #captcha #captcha_key, #stx, #sch_res_detail, #sch_res_detail select, #new_sch, #gr_id, #view, #mb_id, #sidebar-login div {background: #202634 !important;}
#fnewlist .td_group a {background: #76a743 !important;}
#fnewlist .td_board a {background: #747376 !important;}
#fregister textarea, #fregister_private div, #fregister_chkall, .btn_close, #sidebar_more_icon ul, .sidebar-list li a, .sidebar-list .me-ul1, .sidebar-list .me-ul, .switch_field label {background-color: #202634 !important;}
.mb_log_cate .join {background: #191F2B !important;}
.input-group>.input-group-append>.btn, 
.input-group>.input-group-append>.input-group-text, 
.input-group>.input-group-prepend:first-child>.btn:not(:first-child), 
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), 
.input-group>.input-group-prepend:not(:first-child)>.btn, 
.input-group>.input-group-prepend:not(:first-child)>.input-group-text, 
.sly-tab li a, 
.list-group-item+.list-group-item,
.list-group-item:first-child,
.tbl_frm01 th,#reg_mb_email, #mb_confirm, #register_form, .register_form_inner,.full_input, #reg_mb_name,body,
#ctt
{
    background: #202634 !important;
}
.sly-tab li.active a {background: #191f2a !important;}
.na-subject { font-weight: 700;font-size: 16px;}
.actorInfo {
    color: #bcbcbc !important;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}


.img-item {
    overflow: hidden;
}

.img-item img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    will-change: transform;
}
.img-item:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.img-item:hover img {
    transform: scale(1.1);
}