@charset "utf-8"; @import url('//fonts.googleapis.com/css?family=Roboto:400,700'); @import url('../../../nariya/css/g5.css'); /********************************************************
■ Theme Common
********************************************************/
body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #000;
}

h1, h2, h3, h4, h5, h6, .en {
    font-family: "Roboto", sans-serif;
}

/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper {
    background: #fff;
}

@media all and (max-width: 991px) {
    .responsive .wrapper {
        overflow-x:hidden;
    }
}

#nt_footer .nt-links {
    /* display: none; */
}

#nt_footer .nt-footer-contact {
    /* display: none; */
    /* padding-left: 240px; */
    display: flex;
    align-items: center;
}

#nt_footer .nt-footer-contact ul {
    padding-left: 240px;
    display: inline-block;
}

@media (max-width: 1200px) {
    #nt_footer .nt-footer-contact {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #nt_footer .nt-footer-contact ul {
        padding-left: 0;
    }
}

#nt_footer {
    background: #162629;
    color: #d5d5d5;
    font-weight: 100 !important;
}

.nt-container, .nt-container-wide {
    margin: 0 auto;
}

@media all and (min-width: 992px) {
    .responsive .boxed-a.wrapper .nt-container.px-xl-0 {
        padding-left:1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .responsive .boxed-b.wrapper {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0, .responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.no-responsive .boxed-b.wrapper {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0, .no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

@media all and (max-width: 1200px) {
    .no-responsive .wrapper.wided .nt-container.px-xl-0 {
        padding-left:1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0, .no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader {
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    z-index: 100000;
}

#nt_loader .loader {
    margin: -25px 0 0 -25px;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    position: absolute;
    z-index: 10001;
}

.top_status_right {
    display: none;
}

/********************************************************
■ LNB
********************************************************/
#nt_lnb ul {
    list-style: none;
    margin: 0;
}

#nt_lnb ul > li {
    float: left;
    padding: 0 13px;
}

#nt_lnb ul > li::after {
    font-family: dotum;
    font-weight: normal;
    float: right;
    color: #ccc;
    content: "|";
    margin-right: -15px;
}

#nt_lnb ul > li:first-child {
    padding-left: 0;
}

#nt_lnb ul > li:last-child {
    padding-right: 0;
}

#nt_lnb ul > li:last-child::after {
    content: "";
    margin-right: 0;
}

#nt_lnb ul > li > a {
    float: left;
    white-space: nowrap;
}

#nt_lnb .dropdown-toggle::after {
    color: #ccc;
}

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc .nt-container {
    -- background: url('../img/header.jpg') no-repeat right bottom;
}

.header-logo {
    width: 242px;
}

#header_pc .header-logo img {
    max-width: 77%;
    /* height: 70px; */
    filter: contrast(1.3);
}

#header_pc .header-middle-block {
    /* overflow: hidden; */
    width: 100%;
    text-align: center;
    margin-top: -48px;
    /* max-height: 140px; */
    max-width: 615px;
    margin: 0 auto;
    /* margin-top: -45px; */
    height: 132px;
}

#header_pc .header-search-block {
    width: auto;
    text-align: right;
    margin-top: -48px;
}

.top-search-wrap {
    color: black;
    font-size: 18px;
    display: inline-block;
    align-self: flex-end;
    margin-right: 11px;
    margin-bottom: -5px;
    width: 30px;
    height: 30px;
    text-align: center;
}

.top-search-wrap.for-client {
    margin: 0;
    color: white;
    background: rgb(48 56 58) !important;
    vertical-align: middle;
    align-self: auto;
    display: block;
    line-height: 3.5;
    height: 43px;
    font-size: 12px;
}

.top-search-wrap.for-client a {
    color: white;
}

.top-search-wrap a {
    width: 100%;
    height: 100%;
    display: block;
}

.top-search-body {
    position: absolute;
    /* top: 100%; */
    /* right: 0px; */
    margin-left: -302px;
    margin-top: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease 0s;
    transform: translate3d(0px, 20px, 0px);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 6px;
    border-top: 0px;
    width: 342px;
    pointer-events: none;
    z-index: 222;
    padding: 20px;
}

.top-search-body.open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    pointer-events: auto;
}

.top-search-body .input-group-append button.btn {
    font-size: 13px;
    background: #222222;
    color: white;
}

.top-search-body .input-group input.form-control {
    height: auto;
    padding: 2px 3px;
}

.top-search-body::before {
    position: absolute;
    top: -9px;
    right: 19px;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 5.5px 6px;
    border-color: transparent transparent #f44336;
}

.top-search-body::after {
    position: absolute;
    top: -3px;
    display: block;
    content: "";
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 100%;
    height: 3px;
    background-color: #f44336;
}

.top_add {
    /* display:
    inline-block; */
    /* position: absolute; */
    /* margin-left: -792px; */
    /* margin-top: 0px; */
    margin: 0 auto;
}

.top_add img {
    height: 169px;
    border-radius: 2px;
}

.top_telegram {
    display: block;
}

.top_telegram img {
    /* height: 120px; */
    border-radius: 2px;
    width: 100%;
}

#header_pc .header-search {
    width: 100%;
    max-width: 300px;
    display: inline-block;
}

#header_pc .header-search form {
    padding: 0;
    border-width: 1px;
    border-style: solid;
}

#header_pc .header-search input {
    font-size: 16px !important;
    background: #fff;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#header_pc .header-search .form-control:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#header_pc .header-search .btn {
    border: 0;
    background: none !important;
    outline: none;
}

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo {
    box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu {
    position: relative;
    z-index: 20;
    box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
    -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15);
}

#nt_menu .nt-container, #nt_menu .me-list .me-li, #nt_menu .sub-1dul, #nt_menu .sub-1dli {
    position: relative;
}

#nt_menu .sub-slide {
    display: none;
    visibility: visible;
}

#nt_menu .sub-icon::after {
    font-family: "FontAwesome";
    float: right;
    position: relative;
    content: "\f105";
}

#nt_menu .me-icon .me-main {
    background: rgb(212 39 27) !important;
}

#nt_menu .me-icon .me-sidebar.change-device {
    background: rgb(3 95 153) !important;
}

#nt_menu .me-icon .me-sidebar {
    background: rgb(48 56 58) !important;
}

#nt_menu .me-icon {
    width: 4.0rem;
    text-align: center;
}

#nt_menu .me-a {
    display: block;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 15px !important;
}

#nt_menu .me-li.on .me-a, #nt_menu .me-li:hover .me-a {
    color: #fff;
    background: rgb(212 39 27) !important;
}

#nt_menu .sub-2div {
    left: 100%;
    top: 0;
    position: absolute;
    z-index: 22;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

#nt_menu .sub-2dul {
}

#nt_menu .sub-2dli {
}

#nt_menu .sub-2da {
    display: block;
    color: #000;
    border-bottom: 1px solid #eee;
}

#nt_menu .sub-2dli.on .sub-2da, #nt_menu .sub-2dli:hover .sub-2da {
    color: #000;
    background: #fafafa;
    border-color: #eee;
    font-weight: bold;
}

#nt_menu .sub-2line {
    display: block;
    color: #000;
    font-weight: bold;
    background: #f5f5f5;
}

.nt-menu .sub-1div {
    position: absolute;
    left: 0;
    z-index: 21;
    width: auto;
    text-align: left;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.nt-menu .sub-1div::before {
    left: 50%;
    margin-left: -8px;
}

.nt-menu .sub-1da {
    display: block;
    color: #000;
    border-bottom: 1px solid #eee;
}

.nt-menu .sub-1line {
    position: relative;
    display: block;
}

.nt-menu .sub-1dli.on .sub-1da, .nt-menu .sub-1dli:hover .sub-1da {
    color: #000;
    background: #f5f5f5;
    border-color: #eee;
    font-weight: bold;
}

.nt-menu .sub-1line {
    color: #000;
    font-weight: bold;
    background: #fafafa;
}

.nt-menu .me-sh {
    padding: 0.59rem 1.0rem;
}

/* 서브메뉴 높이설정 : 페딩값으로 조절 */
/* 메뉴 상단 고정 */
#nt_sticky_wrap.me-sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0;
}

@media all and (min-width: 992px) {
    .wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav {
        margin:0 auto !important;
    }

    .wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav {
        margin: 0 0 0 auto !important;
    }

    .wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav {
        margin: 0 auto 0 0 !important;
    }
}

/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title {
    position: relative;
    overflow: hidden;
    color: #333;
    background: #fafafa;
    border-bottom: 1px solid #dee2e6;
    display: none;
}

#nt_title .nt-container {
    position: relative;
    z-index: 2;
    height: 70px;
}

#nt_title .page-title {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.4;
}

#nt_title .breadcrumb a {
    color: #333;
}

#nt_title .breadcrumb-item + .breadcrumb-item::before {
    font-family: dotum;
    font-weight: normal;
    color: #aaa;
    content: ">";
}

@media all and (max-width: 991px) {
    .responsive #nt_title .page-title {
        font-size:24px;
        letter-spacing: 0;
    }
}

@media all and (max-width: 767px) {
    .responsive #nt_title .page-title {
        font-size:22px;
    }

    .responsive #nt_title .nt-container {
        height: 60px;
    }
}

@media all and (max-width: 575px) {
    .responsive #nt_title .page-title {
        font-size:20px;
    }

    .responsive #nt_title .nt-container {
        height: 50px;
    }
}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container {
    position: relative;
    overflow: visible !important;
}

#nt_wing img {
    max-width: 100%;
}

#nt_wing .wing-left, #nt_wing .wing-right {
    position: absolute;
    width: 160px;
}

#nt_wing .wing-left {
    left: -180px;
}

#nt_wing .wing-right {
    right: -180px;
}

.boxed-b #nt_wing .wing-left {
    left: -200px;
}

.boxed-b #nt_wing .wing-right {
    right: -200px;
}

/********************************************************
■ Footer 
********************************************************/
#nt_footer .nt-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nt_footer .nt-links ul > li {
    float: left;
    padding: 0 13px;
}

#nt_footer ul > li:first-child {
    padding-left: 0;
}

#nt_footer ul > li:last-child {
    padding-right: 0;
}

#nt_footer .nt-links ul > li::after {
    font-family: dotum;
    font-weight: normal;
    float: right;
    color: #ccc;
    content: "|";
    margin-right: -15px;
}

#nt_footer .nt-links ul > li:last-child::after {
    content: "";
}

#nt_footer .nt-links ul > li > a {
    color: #fff;
    white-space: nowrap;
}

@media all and (max-width: 991px) {
    .responsive #nt_footer .nt-links ul > li {
        float:none;
        display: inline-block;
    }
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 {
    padding: 0;
    margin: 0;
    /* font-weight: bold; */
}

h3.widget_verified_list_title {
    padding: 4px 0px;
    background: #ffffff;
}

.widget-poten-pc {
}

.widget-poten-mobile {
    display: none;
}
.pc-only {
}
.mobile-only {
    display: none;
}

@media (min-width: 768px) {
    .widget-poten-pc {
        display:block;
    }
}

@media (max-width: 768px) {
    .widget-poten-pc {
        display:none;
    }
    .widget-poten-mobile {
        display: block;
        width: 100%;
    }

    .pc-only {
        display:none;
    }
    .mobile-only{
        display: block;
    }
}

h3.widget_verified_list_title.for_point_game {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

h3.widget_verified_list_title .explain {
    /* margin: 0 auto; */
    /* margin-left: 99px; */
    display: block;
    color: red;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 3px;
    font-weight: bold;
}

.img-wrap .item-name {
    position: absolute;
    text-align: center;
    width: 100%;
    color: white;
    background: rgb(0 0 0);
    /* margin-top: -25px; */
    bottom: 0;
}

.widget_verified_list_title a {
    color: black;
}

.na-item a {
    font-weight: normal;
}

hr.hr::before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    line-height: 1px;
    background-color: #ddd;
}

hr.hr {
    display: block;
    position: relative;
    height: 3px;
    border: none;
    line-height: 1px;
    padding: 0;
    margin: 0;
}

hr.hr::after {
    width: 4.0rem;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1px;
}

@media all and (max-width: 575px) {
    .responsive h3.h3 {
        padding-left:1.0rem;
        padding-right: 1.0rem;
    }

    .responsive hr.hr::after {
        left: 1.0rem;
    }
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner {
    font-size: 1.0rem !important;
}

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after, .custom-radio .custom-control-label::before, .custom-radio .custom-control-label::after {
    top: 0.15rem !important;
    width: 1.4rem !important;
    height: 1.4rem !important;
}

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span, .custom-radio .custom-control-label span {
    cursor: pointer;
    padding-left: 0.5rem !important;
}

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
    margin-top: 2px;
}

/* Button */
.btn-lg {
    padding: 10px 16px;
    border-radius: 3px;
    line-height: 1.33;
    font-size: 18px;
}

.btn-lg i {
    top: 1px;
    /* font-size: 24px; */
    position: relative;
}

/* Form */
.col-form-label {
    font-weight: bold;
}

/* Pagenation */
.page-link, .page-link:hover, .page-link:focus {
    color: #333;
}

/* 라운드 스타일 */
.na-round, .view_image img, .pretty-embed img {
    border-radius: 0.3rem !important;
}

.na-list-thumb {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.point-game-list .na-round {
    height: 140px;
}

.point-game-list .na-round .img-item {background: white;}

.point-game-list .na-round .img-item img {
    height: 140px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 6px;
}

/* 사각 스타일 */
.is-square .na-round, .is-square .view_image img, .is-square .pretty-embed img, .is-square .btn, .is-square .alert, .is-square .nav-link, .is-square .form-control, .is-square .input-group-prepend, .is-square .input-group-append, .is-square .input-group-text, .is-square .custom-file-label, .is-square .custom-file-label:after, .is-square .custom-select, .is-square .label, .is-square .progress, .is-square .pagination li a, .is-square .list-group-item {
    border-radius: 0 !important;
}

#basic_outlogin .input-group-text {
    background: black;
}

#basic_outlogin .input-group-text i {
    color: white !important;
}

#basic_outlogin .btn-login {
    background: #f50a00 !important;
    color: white;
    border-color: rgb(0 0 0 / 22%) !important;
    font-size: 17px;
    font-weight: bold;
    padding: 6px 6px 8px 6px;
    font-family: sans-serif !important;
    /* letter-spacing: -1.2px; */
    border-radius: 0;
}

.na-title .na-subject.for_member_list {
    overflow: visible;
}

.na-title .na-subject.for_member_list .profile_img {
    display: none;
}

.xp-icon img {
    /* height: 26px !important; */
    width: 27px !important;
    margin-top: -6px;
    /* vertical-align: middle; */
}

.xp-icon.admin img {
    margin-top: 0px;
    /* width: 30px !important; */
    /* height: 25px !important; */
}

.na-title.rank_list .rank_ico {
    float: left;
    /* margin-top: 5px; */
    display: block;
}

.rank_ico {
    padding: 0 0 0 20px;
    margin: 0;
    height: 18px;
}

.rank_ico.rank_1 {
    background: url(../img/rank/icon_hot_1.gif) no-repeat left 2px;
}

.rank_ico.rank_2 {
    background: url(../img/rank/icon_hot_2.gif) no-repeat left 2px;
}

.rank_ico.rank_3 {
    background: url(../img/rank/icon_hot_3.gif) no-repeat left 2px;
}

.rank_ico.rank_4 {
    background: url(../img/rank/icon_hot_4.gif) no-repeat left 2px;
}

.rank_ico.rank_5 {
    background: url(../img/rank/icon_hot_5.gif) no-repeat left 2px;
}

.rank_ico.rank_6 {
    background: url(../img/rank/icon_hot_6.gif) no-repeat left 2px;
}

.rank_ico.rank_7 {
    background: url(../img/rank/icon_hot_7.gif) no-repeat left 2px;
}

.rank_ico.rank_8 {
    background: url(../img/rank/icon_hot_8.gif) no-repeat left 2px;
}

.rank_ico.rank_9 {
    background: url(../img/rank/icon_hot_9.gif) no-repeat left 2px;
}

.rank_ico.rank_10 {
    background: url(../img/rank/icon_hot_10.gif) no-repeat left 2px;
}

table.member_grade th {
    text-align: center;
}

table.member_grade td {
    text-align: center;
}

table.member_grade td.icon {
    color: #000000;
}

table.member_grade td.need_point {
    color: #454545;
}

table.member_grade td.pri {
    color: #ff0000;
}

/* Talk Boxs ------------------------------------------------------ */
.talk-box-wrap {
    margin: 0 0 20px;
}

.talk-box {
    margin: 0;
}

.talk-box.talk-left {
    margin-right: 70px;
}

.talk-box.talk-right {
    margin-left: 70px;
}

.talk-bubble {
    position: relative;
    /* background: #f5f5f5; */
    border: 1px solid #eee;
    padding: 3%;
    border-radius: 4px;
}

.talk-bubble.explain {
    width: 100%;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
}

.talk-bubble:after, .talk-bubble:before {
    margin: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.talk-bubble:after {
    border-color: rgba(245, 245, 245, 0);
    border-width: 12px;
}

.talk-bubble:before {
    border-color: rgba(238, 238, 238, 0);
    border-width: 13px;
}

.talk-top .talk-bubble {
    margin: 0 0 20px;
}

.talk-bottom .talk-bubble {
    margin: 20px 0 0;
}

.talk-left .talk-bubble, .talk-right .talk-bulle {
    min-height: 50px;
}

.talk-bottom .talk-bubble:after, .talk-bottom .talk-bubble:before {
    bottom: 100%;
    left: 25px;
}

.talk-bottom .talk-bubble:after {
    border-bottom-color: #f5f5f5;
    margin-left: -12px;
}

.talk-bottom .talk-bubble:before {
    border-bottom-color: #eee;
    margin-left: -13px;
}

.talk-left .talk-bubble:after, .talk-left .talk-bubble:before {
    left: 100%;
    top: 25px;
}

.talk-left .talk-bubble:after {
    border-left-color: #f5f5f5;
    margin-top: -12px;
}

.talk-left .talk-bubble:before {
    border-left-color: #eee;
    margin-top: -13px;
}

.talk-top .talk-bubble:after, .talk-top .talk-bubble:before {
    top: 100%;
    left: 25px;
}

.talk-top .talk-bubble:after {
    border-top-color: #f5f5f5;
    margin-left: -12px;
}

.talk-top .talk-bubble:before {
    border-top-color: #eee;
    margin-left: -13px;
}

.talk-right .talk-bubble:after, .talk-right .talk-bubble:before {
    right: 100%;
    top: 25px;
}

.talk-right .talk-bubble:after {
    border-right-color: #ffffff;
    margin-top: -12px;
}

.talk-right .talk-bubble:before {
    border-right-color: #eee;
    margin-top: -13px;
}

.talker-one {
    height: 50px;
    line-height: 48px;
    color: #747474;
}

.talker-two {
    height: 50px;
    line-height: 24px;
    color: #747474;
}

.talker-photo, .talker-photo i, .talker-photo img, i.talker-photo {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 50px;
    font-size: 24px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    background-color: rgb(240, 240, 240);
    color: #fff;
}

.talker-photo i, .talker-photo img {
    float: left;
}

.talker-one .talker-info i {
    margin-left: 12px;
}

.talker-two .talker-info span {
    margin-right: 12px;
}

.msg-cell.msg-submit {
    /* display: inline-block; */
    width: 115px;
    /* float: left; */
    text-align: center;
    line-height: 66px;
    height: 66px;
    background: #fafafa;
    border: 1px solid #ccc;
    cursor: pointer;
    /* margin-left: 15px; */
    /* vertical-align: middle; */
    margin: 2px;
}

#newcountdown {
    display: inline;
    color: red;
}

.red, i.red {
    color: rgb(233, 27, 35);
}

/* List */
div.attend_explain_wrap {
    /* display: inline-block; */
    /* max-width: 485px; */
    /* margin-top: 10px; */
    /* vertical-align: middle; */
    margin: 2px;
}

.attend_explain_wrap table {
    /* margin-left:10px; */
}

.attend_explain_wrap td {
    /* max-width: 160px; */
}

.attend_explain_wrap td.explain {
    background: #ffeec4;
    /* max-width: 120px; */
}

.attend_explain_wrap td {
    border: 1px solid #e5e5e5;
    padding: 4px;
    text-align: center;
}

.attend_explain_wrap td.important {
    color: red;
}

.attend-list {
    font-size: 13px;
    font-weight: normal;
}

.board-list.attend-list .talk-bubble {
    padding: 15px 15px 10px 15px;
}

.board-list.attend-list .info {
    margin-bottom: 8px;
}

.board-list.attend-list .talk {
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}

.board-list.attend-list .sp {
    display: inline;
    margin-right: 30px;
}

.board-list.attend-list .list-none {
    padding: 30px 0px;
}

.board-list.attend-list td.active {
    background-color: #f5f5f5;
}

.board-list.attend-list td .day {
    font-size: 12px;
    width: 14px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.board-list.attend-list td .day.sat {
    color: #3498db;
}

.board-list.attend-list td .day.sun {
    color: #e91b23;
}

.board-list.attend-list td .cnt {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}

.board-list.attend-list td.active .day {
    /* color: red; */
    font-weight: bold;
}

.blue, i.blue {
    color: rgb(52, 152, 219);
}

.font-13, i.font-13 {
    font-size: 13px;
}

.board-list.attend-list .rank {
    font-size: 12px;
}

.level-point-lane {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.level-wrap {
    font-family: 'Malgun Gothic',"맑은 고딕",AppleGothic,Dotum,"돋움", sans-serif;
}

.user-point-wrap {
    display: inline-flex;
    /* margin-left: 5px; */
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.user-point {
    background: #88929a;
    color: white;
    border-radius: 12px;
    padding: 0px 4px;
    font-size: 11px;
    margin-top: -3px;
    box-shadow: inset 1px 1px 2px rgb(0 0 0 / 17%);
    /* border: 1px solid rgb(0 0 0 / 9%); */
}

.point_ask_group {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.exc-pt-id {
    margin: 5px;
    width: auto;
}

.exc-pt-amt {
    /* max-width: 156px; */
    margin: 5px;
    width: auto;
}

.btn-exc-pt {
    background: #868686;
    color: white;
    margin: 5px;
}

.btn-exc-pt:hover {
    background: #000000;
    color: white;
}

.table-exc-pt {
    margin-top: 10px;
}

.table-exc-pt-his {
    margin-top: 10px;
    overflow: visible;
}

.table-exc-pt-his .profile_img {
    display: none;
}

.paging-wrap {
    margin: 0 auto ;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.adm-tool {
}

.adm-tool.btn {
    margin-left: 5px;
}

.index-intro-btm img, .index-intro-btm-m img {
    max-width: 100% ;
}

.index-intro-btm-m {
    display: none;
}

@media only screen and (max-width: 767px) {
    .index-intro-btm {
        display:none;
    }

    .index-intro-btm-m {
        display: block;
    }
}

.btn-explain {
    font-size: 13px;
}

#nt_lnb {
    display: none !important;
}

[aria-label="Member Menu"] .btn-primary {
    background-color: #767676 !important;
    border-color: #767676 !important;
}

[aria-label="Member Menu"] .btn-primary:hover {
    background-color: #444 !important;
    border-color: #444 !important;
}

.d-block.bg-primary, #nt_menu {
    background-color: #0884d2 !important;
}

.keywords-wrap {
    margin-top: 70px;
}

.keywords-wrap .keyword {
    margin-right: 10px ;
    font-size: 13px;
}

.index-widget .profile_img {
    display: none;
}

.footer-logo {
    display: inline-block;
    margin-left: 50px;
    background: white;
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

.footer-logo img {
    height: 60px;
    margin-left: -7px;
    margin-top: 2px;
}

.footer-btm-btns {
    margin-top: -10px;
    padding-bottom: 10px;
    text-align: center;
}

.footer-btm-btns a {
    display: inline-block;
    background: #ce1628;
    color: white;
    width: 120px;
    height: 35px;
    line-height: 37px;
    border-radius: 2px;
}

@media (max-width: 460px) {
    .footer-logo {
        margin-left: 0px;
    }
}

.adm-noti {
}

.adm-noti .noti-item a {
    color: white;
    font-size: 13px;
}

.adm-noti .noti-item {
    display: inline-block;
    padding: 0px 4px;
    background: #818181;
    color: white;
    border-radius: 3px;
    /* margin: 0 4px; */
    /* margin-top: -7px; */
    cursor: pointer;
}

.adm-noti .noti-item .cnt {
    background: #3c3c3c;
    padding: 1px 2px;
    border-radius: 50%;
    margin-left: 3px;
    color: white;
}

@keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

.blink {
    animation: fade 1500ms infinite;
    -webkit-animation: fade 1500ms infinite;
}

.adm-top-info {
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: flex-end;
    /* margin-top: 10px; */
    max-width: 1100px;
    margin: 10px auto;
    flex-wrap: nowrap;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
}

.top-info-item {
    display: inline-block;
    padding: 0px 4px;
    background: #ff0000;
    color: white;
    border-radius: 3px;
    /* margin: 0 4px; */
    /* margin-top: -7px; */
    cursor: pointer;
    margin-left: 5px;
}

a.top-info-item:hover, a.top-info-item:focus, a.top-info-item:active {
    color: white;
}

a.top-info-item b.orangered {
    color: #f8ff5d;
}

.connect_domains_frame {
    display: flex;
}

.connect_domains_frame .connect_domain {
    background: #888888;
    color: white;
    border-radius: 2px;
    padding: 0px 10px;
    margin: 5px;
}

.connect_domains_frame .connect_domain_number {
    background: black;
    border-radius: 19px;
    padding: 3px;
}

.connect_country_frame {
    display: flex;
}

.connect_country_frame .kor_connect {
    background: red;
    color: white;
    border-radius: 2px;
    padding: 0px 10px;
    margin: 5px;
}

.connect_country_frame .abroad_connect {
    background: #888888;
    color: white;
    border-radius: 2px;
    padding: 0px 10px;
    margin: 5px;
}


.connect_pos{
    display: flex;
}
.connect_pos .item{
    margin: 5px;
    background: #e8e8e8;
    color: black;
    padding: 1px 5px;
    border-radius: 2px;
}


.widget-poten-pc .sv_wrap{
    display:inline-block;
}
.widget-poten-pc .sv_wrap a{
    display:inline-block;
}