.murimx_body {
    font-size: 1rem;
    font-weight: normal;
}
.murimx_body button:focus {
    outline: none; 
}
main.lmwwrz {
    background: none;
}

/* login */
.mx_topmenu li.mx_login a {
    border:0;
    border-radius: 0;
    background-color: #cd0d0d;
    padding:2px 20px;
    height:26px;
}
.mx_topmenu li.mx_login a:hover {
    background-color: rgb(255, 49, 49);
    color:#FFE656;
}
.mx_topmenu ul {
    display:flex;
    align-items: center;
}
.mx_topmenu ul li.friend-menu {
    position: relative;
}
.friend-pop {
    position: absolute;
    right: 12px;
    top: -10px;
    animation: float 1.0s ease-in-out infinite;
}
.friend-tab {
    position: absolute;
    right: 28px;
    top: 12px;
    animation: float 1.0s ease-in-out infinite;
}

.hidden {
  display: none;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
}
.mx_lbutton {
    display: flex;
    gap:10px;
    align-items: center;
}
.mx_lbutton img {
    width:0.8rem;
}

/* 모달 기본 스타일 */
.mx_modal_user {
    display: none; 
    position: fixed;
    z-index: 1000;
    top: 80px; 
    right: 20px;
    width: 280px;
    background: rgba(0, 0, 0, 0.9);
    border: 0;
    border-radius: 12px;
   /*  box-shadow: 0 10px 30px rgba(0,0,0,0.8); */
    overflow: hidden;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal_content {
    position: relative;
    padding: 20px;    
}

/* 닫기 버튼 */
.close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #888;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.close_btn:hover { color: #fff; }

/* 프로필 상단 */
.user_profile_top {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.modal_avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #a333ff; /* 브랜드 보라색 */
    margin-bottom: 10px;
}
.user_name { color: #fff; font-size: 16px; margin: 0; font-weight: normal;}
.user_name small { color: #a333ff; display: block; font-size: 12px; margin-top:5px;}

/* 메뉴 리스트 */
.modal_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; 
    align-items: center;  
}
.modal_menu_list li {
    padding:0 !important;
    width: 100%;
    text-align: center;
    border-bottom:1px solid #3d3d3d;
}
.modal_menu_list li:last-child {
    border:0;
}
.modal_menu_list li a {
    display: block;
    padding: 12px 10px;
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;    
}
.modal_menu_list li a:hover {
    background: #2a2a2a;
    color: #a333ff;
}
.modal_menu_list li.logout a { color: #ff4d4d; }



/* header */

.header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1.0) 0%, rgba(0, 0, 0, 0) 100%);
  border-bottom: none;
  transition: background 0.3s ease; 
}

header h1 a {
    background: url(../images/murimx/murimx_logo.png) no-repeat;
    background-size: 150px auto;
    width: 190px;
    height: 60px;
    margin-top: 0;
    margin-left: 10px;
}
.friend_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_friend.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}

.mypage_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_mypage.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}

.freecharge_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_freecharge.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}

.inner_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_inner.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}

.slot_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_slot.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}

.baduk_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_baduk.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}
.yut_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_yut.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}
.notice_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_notice.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}
.clan_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_clan.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}
.help_header {
    width: 100%;
    height:100%;
    background-image: url(/images/murimx/bg_help.jpg);
    background-size: cover;
    background-position: center;
    height:25vh;
    min-height:320px;
}
.clan_header .title, .yut_header .title, .baduk_header .title, .slot_header .title, .inner_header .title, .freecharge_header .title, .mypage_header .title, .friend_header .title, .clan_header .title, .help_header .title, .notice_header .title {
    width:100%;
    max-width:1300px;
    margin:0 auto;
    display: flex;
    align-items: center;
    height: 100%;
    margin-top:10px;
}
.baduk_header .title img, .friend_header .title img, .mypage_header .title img, .slot_header .title img, .inner_header .title img, .freecharge_header .title img, .yut_header .title img, .clan_header .title img, .help_header .title img, .notice_header .title img {
    width:30%;
}
header .left>div {
    width: 100%;
}
header nav {
   justify-content: space-between;
    width:100%;
    gap: 20px;
}
header nav>div.mx_topmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap:10px;
}
header nav>div.mx_myinfo {
    display: flex;
    gap:10px;
    align-items: center;
    color:#fff;
    font-weight: normal;
    padding-right:20px;
}
header nav>div.mx_myinfo ul.header_point {
    display: flex;
    gap:20px;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding:10px 30px;
    border-radius: 50px;
    width: max-content;
}
header nav>div.mx_myinfo ul.header_point img {
    width:1.1rem;
    height:1.1rem;
    display: block;
}
header nav>div.mx_myinfo ul.header_point li {
    padding:0;
}
header nav>div.mx_myinfo ul.header_point li p.icon_point {
    background-color: #ff0000;
    font-weight: bold;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.3rem;
}
header nav>div.mx_myinfo ul.header_point li.mypoint {
    font-size:1.1rem;
    font-weight: bold;
    display: flex;
    gap:5px;
    align-items: center;
    cursor: pointer;
}
header nav>div.mx_myinfo ul.header_point li.mypoint:hover, header nav>div.mx_myinfo ul.header_point li.myinner:hover {
    color:#FFE656;
} 
header nav>div.mx_myinfo ul.header_point li.myinner {
    width: max-content;
    display: flex;
    align-items: center;
    gap:5px;
    font-weight: bold;
    cursor: pointer;
}
header nav>div.mx_myinfo ul.header_info {
    display: flex;
    flex-direction: column;
    gap:5px;
    align-items: center;
    width: 50px;
}
header nav>div.mx_myinfo ul.header_info li {
    padding:0;
    font-size: 0.9rem;
    font-weight: normal;
}
header nav>div.mx_myinfo ul.header_info img {
    width:40px;
    border-radius: 50%;
    display: block;
}
header>ul li.message .message-count {
    border-radius: 100%;
}

.sub_murimx_title {
    width: 100%;
    margin-top: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    position: relative;
    padding-bottom:20px;
}
.sub_murimx_title .subpage_title_character {
    position: absolute;
    right: 50px;
    bottom: 0;
}
.sub_murimx_title .subpage_title_character img {
    min-height: 350px;
    height: 30vh;
}
.sub_murimx_title .subpage_title_name {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-end;
    color:#fff;
    position: relative;  
    padding-left: 20px;
    height:30px;
    align-items: center;

}
.sub_murimx_title .subpage_title_name h1.blue {
  background: linear-gradient(to bottom, #FFF, #92D2FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: bold;
}

.sub_murimx_title .subpage_title_name h1.blue::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;             
  width: 4px;        
  background: linear-gradient(to bottom, #FFF, #92D2FF);
}
.sub_murimx_title .subpage_title_name h1.red {
  background: linear-gradient(to bottom, #FFF, #FF92E0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: bold;
}

.sub_murimx_title .subpage_title_name h1.red::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;             
  width: 4px;        
  background: linear-gradient(to bottom, #FFF, #FF92E0);
}
.sub_murimx_title .subpage_title_desc {
    font-size: 0.9rem;
    color:#B2B2B2;
}



/* home */
.murimx_hot {
    background-image: url(/images/murimx/main_bg_01.jpg);
    border-bottom:1px solid #5e5e5e;
}
.murimx_new {
    background-image: url(/images/murimx/main_bg_02.jpg);
    border-bottom:1px solid #5e5e5e;
}
.murimx_slot {
    background-image: url(/images/murimx/slotgame_bg.jpg);
    border-bottom:1px solid #5e5e5e;
    width:100%;
    max-width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.murimx_hot .casinoZone, .murimx_new .casinoZone, .murimx_slot .casinoZone {
    border-bottom: 0 !important;
}



.coming_soon_body {
    width:100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.coming_soon_body img {
    width:100%;
    border-radius: 20px;
}


/* mouse */
.mouse_scroll { position: absolute; bottom: 2%; left: 50%; transform: translateX(-50%); z-index: 99; display: flex; flex-direction: column; align-items: center; color: #fff; font-size: 0.8rem;} 
.mouse { display: block; width: 23px; height: 36px; border: 2px solid #ffffff; border-radius: 23px; } 
.mouse::after { content:''; display: block; position: relative; width: 2px; height: 6px; margin: 5px auto; background: #ffffff; animation: mouse-pulse 1.2s ease infinite; } 
.dowm_arrow {margin-top: 6px;}
.dowm_arrow span { display: block; position: relative; left: 50%; width: 8px; height: 8px; margin-bottom: 2px; margin-left: -2px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(45deg) translateX(-50%); animation: fade-arrow 1s infinite; } 
.dowm_arrow2:nth-of-type(2) { animation-delay: .2s; animation-direction: alternate; } 
.dowm_arrow3:nth-of-type(3) { animation-delay: .3s; animation-direction: alternate; } 
@keyframes mouse-pulse { 
    0% { opacity: 1; transform: translateY(0); } 
    100% { opacity: 0; transform: translateY(6px); } 
}

@keyframes fade-arrow { 
    0% { opacity: 0; } 
    100% { opacity: 1; } 
}



/* login */
.login_body {
    width:100%;
    background-image: url(/images/murimx/bg_login.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    height: 100vh;
    max-width: 100% !important;
    display: flex;
    justify-content: center;

}
.login_body .login_box {
    width:95%; 
    max-width: 600px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding:30px;
    color:#1C1C1C;
    top:0;
}
.login_body .login_box h2 {
    color:#fff; font-size:1.6rem; font-weight: 600;
    letter-spacing: normal;
    word-spacing: normal;
    padding:30px 0;
}
.login_body .login_box input {
    border-radius: 0;;
}
.login_body .login_box button {
    border-radius: 0;
}
.login_body .login_box .mx_remember #remember_account input[type="checkbox"]+label[type="checkbox"]+label {
    width:30px;
    height:30px;
}
.login_body .login_box .lost_pass {
    font-size:1.0rem !important;
}
.forgot_body {
    width:100%;
    background-image: url(/images/murimx/bg_forgot.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.join_body {
    width:100%;
    background-image: url(/images/murimx/bg_join.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.forgot_body .forgot_title h2, .join_body .join_title h2 {
    color:#fff; font-size:1.8rem; font-weight: 600;
    letter-spacing: normal;
    word-spacing: normal;
}
.forgot_body .forgot_title span, .join_body .join_title span {
    font-size:1.0rem;
    font-weight: 300;
}
.input_container input#id {
    background-image: url(/images/murimx/login_icon_mail.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.input_container input#pw {
    background-image: url(/images/murimx/login_icon_lock.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.input_container input#name {
    background-image: url(/images/murimx/login_icon_name.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.input_container input#tel {
    background-image: url(/images/murimx/login_icon_phone.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.input_container input#account_numnber {
    background-image: url(/images/murimx/login_icon_wallet.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.input_container input#telegram_id {
    background-image: url(/images/murimx/login_icon_telegram.png);
    position: absolute;
    top: 0px;
    left: 0px;
}
.form_container .join_box ul {
    display: flex;
    flex-direction: column;
    gap:10px;
}
.form_container .join_box ul>li {
    padding-top:0;
}
.murimx_joing {
    display: flex;
    background-color: #151f2a;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    padding:15px 10px;
    align-items: center;
    gap: 30px;
    margin-top:0;
}
.join_box .gender_title {
    color: rgba(255, 255, 255, 0.25);
    font-size:18px;
    margin-bottom:0;
    margin-left:10px;
}
.join_box .murimx_nickname {
    width:78%;
}
.murimx_radio input[type="radio"] {
    width:20px;
}
.murimx_radio input:read-only~label {
    color:#969696;
}

/* swiper */
@keyframes slowRotate {
	0% {
	  transform: translate(-50%, -50%) rotate(0deg);
	}
	90% {
	  transform: translate(-50%, -50%) rotate(360deg);
	}
	100% {
	  transform: translate(-50%, -50%) rotate(360deg);
	}
  }

.murimx_coin {
	position: absolute;
	top: 50%;
	left: -18%;
	z-index: 1;
	background-image: url(/images/murimx/murimx_coin.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 400px;
	height: 400px;  
	animation: slowRotate 5s ease-out forwards;
	pointer-events: none;
}
.swiper-slide .swiper-slide_body .swiper_title {
    gap:1.0rem;
}
.swiper-slide .swiper-slide_body .swiper_title .banner_title {
   background-color: #000; padding:10px 30px; border-radius: 50px; width: fit-content; 
}
.swiper .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 30px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
    display: inline-block;
    border-radius: 0;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #ff0000;
    opacity: 1;
}
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 5%;
}

/* help center */
.mxhelp_body {
    width:100%;
    display: flex;
    flex-direction: column;
    gap:20px;
    color:#1C1C1C;
    line-height: 150%;
}
.mxhelp_content {
    width:100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap:20px;
}
.mx_mail {
    display:flex;
    gap:20px;
    align-items: center;
}
.mx_mail p {
   display:flex;
   gap:10px;
}
.mxhelp_time {
    display: flex;
    flex-direction: column;
    gap:10px;
}
.mxhelp_time p { 
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 10px;

}
.mxhelp_content h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color:#1C1C1C;
    display: flex;
    gap:10px;
    align-items: center;
}
.mxhelp_content h2 img {
    width:1.4rem;
}

/* mypage */
.mypage_body {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mypage_body .mypage_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.myinfo-wrap{
    display:flex;
    gap:10px;
}
.mypage_title {
    font-size:1.2rem;
    font-weight: bold;
    color:#000;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my_page_body {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.mypage_bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mypage_body table.mypage {
    width: 100%;
    border-collapse: collapse;
}
.mypage_body table.mypage tr {
    background-color: #fff;
    border:0;
}
.mypage_body table.mypage th {
    background-color: #f1f1f1;
    padding:8px;
    color:#000;
}
.mypage_body table.mypage td {
    border-bottom: 1px solid #E3E3E3;
    vertical-align: middle;
    padding: 8px;
    color:#4c4c4c;
}
.mypage_top .inner_left p img  {
    width:200px;
    border-radius: 10px;
}
.mypage_top .inner_left p {
    position: relative;    
}
.mypage_top .inner_left p span {
    position: absolute;
    top: -20px;
    left: -20px;
}
.mypage_top .inner_left span {
    display: flex;
    flex-direction: column;
    gap:5px;
    align-items: center;    
    font-size:1.0rem;
    font-weight: 600;
}
.mypage_top .inner_left p span img {
    width:60px;
    height:60px;
}




/* 좌측 프로필 */

.profile-card{
    width:calc(100% / 3);
    background:#fff;
    padding:30px;
    border-radius:10px;
    text-align:center;
}

.avatar{
    padding:10px;
    margin-bottom:10px;
}

.avatar img{
    width: 100px;
    border-radius: 50%;;
}

.nickname{
    font-size:1.2rem;
    font-weight: 500;
    color:#000;
    margin:10px 0 20px;
}
.mygrade{
    font-size:1.0rem;
    font-weight: 500;
    color:#fff;
    background-color: #1C1C1C;
    border-radius: 50px;
    padding:5px 30px;
    width: fit-content;
}

.btn{
    width:100%;
    margin-bottom:10px;
    padding:10px;
    background:#6fa0d3;
    border:none;
    border-radius:8px;
    cursor:pointer;
}

/* 우측 */

.info-area{
    flex:1;
}

/* 상단 카드 */

.top-cards{
    display:flex;
    gap:10px;
}

.info-card{
    flex:1;
    background:#fff;
    padding:30px;
    border-radius:10px;
    width:50%;
    display:flex;
    flex-direction: column;
    gap:30px;
}

.card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.small-btn{
    padding:6px 12px;
    border:none;
    background:#6fa0d3;
    border-radius:10px;
    cursor:pointer;
}

.value {
    font-size:1.6rem;
    font-weight:bold;   
    text-align: center; 
}
.mx_font_blue {
    color:#12259F;
}
.mx_font_purple {
    color:#A24DF4;
}

/* 기록 */

.bottom-cards{
    display:flex;
    gap:10px;
    margin-top:10px;
}

.history-card{
    flex:1;
    background:#fff;
    padding:30px;
    border-radius:10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.history-card ul{
    padding:0;
    margin:0;
    list-style:none;
}

.history-card li{
    margin-bottom:6px;
}




/* 무료충전 */

.remain_time {
    padding-top:10px;
    text-align: center;
    width:100%;
}

/* 상단 고정 바 */
.free-bar {
    background: #F1E201;
    border: 0;
    border-radius: 0;
    color: #000;
    font-size: 1.0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 50px;
    margin-top: 20px;
}
.free-bar .free-status {
    display: flex;
    gap:30px;
    align-items: center;
}
.free-bar .free-status img {
    width:4.0rem;
}
.free-bar .free-status .free-status-text {
    display: flex;
    align-items: center;
    gap:10px;
}
.free-bar .free-status .free-status-text h2 {
    font-size: 2.4rem;
    font-weight: bold;
    color:#000;
}

/* 스크롤 영역 */
.charge-container {
    background: #1D1D1D;
    border-radius: 0;
    padding: 30px;
    height: 500px;             /* 🔥 고정 높이 */
    overflow-y: auto;          /* 🔥 스크롤 */
    padding-top: 50px;
}
.charge-container .charge-title {
    color:#fff;
    padding-bottom:20px;
    font-weight: 500;
}

/*  각 충전 바 */
.charge-item {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 1.0rem;    
}
.charge-border {
    border-bottom:1px solid #E3E3E3;
    color:#2c2c2c;
    padding:15px;
    margin-bottom:0;
}
.charge-history {
    color:#000;
    padding:15px;
    margin-bottom:0;
    background-color: #F1F1F1;
}
.charge-border div {
    width:calc(100% / 3);
    text-align: center;
}
.charge-history div {
    width:calc(100% / 3);
    text-align: center;
}

.charge_1 {
    background-color: #23374B;
}
.charge_2{
    background-color: #5C5356;
}
.charge_3 {
    background-color: #565F5A;
}
.charge-status {
    display: flex;
    gap: 30px;
    align-items: center;
}
.charge-status .status-1 img {
    width:50px;
}
.charge-status .status-title {
    font-size: 1.5rem;
    font-weight: 500;
    color:#FFE656;
}
.charge-status .status-2 {
    display: flex;
    flex-direction: column;
    gap:10px;
}
.charge-status .status-3 {
    font-size: 0.9rem;
    color:#dddddd;
}

/* 버튼 */
.btn-charge {
    background: red;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.btn-charge:hover {
    background: darkred;
}

/* 스크롤 영역 */
.charge-history-container {
    margin-top: 20px;
    background: #fff;
    color:#3C3C3C;
    border-radius: 10px;
    padding: 30px;
    min-height: 500px;             
    overflow-y: auto;         
}



/* 내공 */
.inner_body {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.inner_body .inner_top {
    display: flex;
    gap: 20px;
    padding-bottom:40px;
}
.m-rank1 {
    border:2px solid #979797;
}
.m-rank2 {
    border:2px solid #377dab;
}
.m-rank3 {
    border:2px solid #2f8754;
}
.m-rank4 {
    border:2px solid #9c7a00;
}
.m-rank5 {
    border:2px solid #bb3223;
}
.m-rank6 {
    border:2px solid #6c3583;
}
.m-rank7 {
    border:2px solid #508fd1;
}
.m-rank8 {
    border:2px solid #bf40ac;
}
.inner_body .inner_top .inner_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width:16%;
    min-width:150px;    
}
.inner_body .inner_top .inner_left h1 {
    font-size: 1.2rem;
    font-weight:bold;
}
.inner_body .inner_top .inner_left p img  {
    width:170px;
    border-radius: 10px;
}
.inner_body .inner_top .inner_left p {
    position: relative;    
}
.inner_body .inner_top .inner_left p span {
    position: absolute;
    top: -15px;
    left: -15px;
}
.inner_body .inner_top .inner_left span {
    display: flex;
    flex-direction: column;
    gap:5px;
    align-items: center;    
    font-size:1.0rem;
    font-weight: 600;
}
.inner_body .inner_top .inner_left p span img {
    width:50px;
    height:50px;
}
.inner_body .inner_top .inner_right {
    width:80%;
    display: flex;
    flex-direction: column;
}
.inner_body .inner_center {
    display: flex;
    border-top:1px solid #DBDBDB;
    border-bottom:1px solid #DBDBDB;
    padding:40px;
    justify-content: center;
    gap: 100px;
}
.inner_body .inner_center .inner_p, .inner_body .inner_center .inner_n  {
    display: flex;
    gap:20px;
    align-items: center;
}
.inner_body .inner_center .inner_p h2, .inner_body .inner_center .inner_n  h2 {
    font-size:1.1rem;
    font-weight: bold;
}
.inner_body .inner_center .inner_p p {
    font-size:1.4rem;
    font-weight: bold;
    color:#C91A1A;
}
.inner_body .inner_center .inner_n p {
    font-size:1.4rem;
    font-weight: bold;
    color:#F45E01;
}
.inner_body .inner_bottom {
    display: flex;
    flex-direction: column;;
    gap: 30px;
    margin-top: 40px;
}
.inner_body .inner_bottom .inner_input {
    background-color: #f1f1f1;
    padding:20px 10px;
    color:#000;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    justify-content: center;
    flex-direction: column;
}
.inner_body .inner_bottom .inner_input .inner_button {
    display: flex;
    gap:10px;
}
.inner_body .inner_bottom .inner_input .inner_result {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    justify-content: center;

}
.inner_body .inner_bottom .inner_input .inner_result input {
    background-color: #fff;
    border:0;
    padding:10px;
    height:20px;
    width:150px;
}
.inner_body .inner_bottom .inner_input .inner_result p {
    font-size: 1.0rem;
    font-weight: normal;
}
.inner_body .inner_bottom .inner_exp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #282828;
    gap:10px;
    font-weight: 500;
}
.inner_body .inner_bottom .inner_exp span {
    color:#E73838;
    font-weight: 600;
}
.inner_body .inner_bottom .inner_button {
    display: flex;
    justify-content: center;
}
.inner_body .inner_center_title {
    border-top:1px solid #DBDBDB;
    padding-top:40px;    
}
.inner_body .inner_center_title p {
    font-size: 1.0rem;
    color: #fff;
    background-color: #315dbc;
    padding:4px 15px;
    width: fit-content;
    border-radius: 30px;
}
.inner_body .inner_center_transfer {
    display: flex;    
    gap:20px;
}


.inner_table {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 550px;
}
.inner_table table.inner {
    width: 100%;
    border-collapse: collapse;
}
.inner_table table.inner tr {
    background-color: #fff;
    border:0;
}
.inner_table table.inner th {
    background-color: #f1f1f1;
    padding:8px;
    color:#000;
}
.inner_table table.inner td {
    border-bottom: 1px solid #E3E3E3;
    vertical-align: middle;
    padding: 12px;
    color:#4c4c4c;
}
.inner_table table.inner td img {
    width: 40px;
    height: 40px;
    border-radius: 50% ;
}
.inner_friend {
    width: 50%;
    display: flex;
    flex-direction: column;
    min-height:500px;
    margin-top:20px;
}
.inner_trans {
    width: 50%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    gap: 20px;
    color:#343434;
    align-items: center;
}
.inner_center_transfer .inner_trans .inner_input {
    background-color: #f1f1f1;
    padding:10px 50px;
    color:#000;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    justify-content: center;
}
.inner_center_transfer .inner_trans .inner_input input {
    background-color: #fff;
    border:0;
    padding:10px;
    height:20px;
    width:150px;
}
.inner_center_transfer .inner_trans .inner_input p {
    font-size: 1.0rem;
    font-weight: normal;
}
.inner_center_transfer .inner_trans .inner_trans_body {
    width:70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.inner_center_transfer .inner_trans .inner_trans_body .selected_user {
    background-color: #464646;
    color:#fff;
    font-size:1.0rem;
    padding:10px 10px;
}
.inner_friend table.friend td.rate1 {
    color:#878787;
    font-weight:bold;
}
.inner_friend table.friend td.rate2 {
    color:#27B57A;
    font-weight:bold;
}
.inner_friend table.friend td.rate3 {
    color:#385DCA;
    font-weight:bold;
}
.inner_friend table.friend td.rate4 {
    color:#E73838;
    font-weight:bold;
}
.inner_friend table.friend td.rate5 {
    color:#E1A100;
    font-weight:bold;
}

.inner_friend table.friend {
    width: 100%;
    border-collapse: collapse;
}
.inner_friend table.friend tr {
    background-color: #fff;
    border:0;
}
.inner_friend table.friend th {
    background-color: #f1f1f1;
    padding:8px;
    color:#000;
}
.inner_friend table.friend th.avatar {
    width:80px;
}
.inner_friend table.friend td {
    border-bottom: 1px solid #E3E3E3;
    vertical-align: middle;
    padding: 2px;
    color:#4c4c4c;
}
.inner_friend table.friend td img {
    width: 40px;
    height: 40px;
    border-radius: 50% ;
}

.rate_boxes {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
    margin: 20px 0;
    flex-wrap: wrap;
    
}

.rate_box {
  
    background: linear-gradient(145deg, #ffffff, #fcfcfc); 
    border: 1px solid #e2e2e2; 
    border-radius: 12px;     
    padding: 15px;
    text-align: center;
    min-width: 100px;
    width: 11%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.03), 
               -2px -2px 8px rgba(255, 255, 255, 0.8);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.rate_box:hover {
    transform: translateY(-3px); 
    border-color: #d1d1d1;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
}

.rate_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    display: flex;
    gap:10px;
    align-items: center;
}

.rate_arrow {
    font-size: 24px;
    color: #999;
    font-weight: bold;
}

.rate_box .box_title {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
}
.rate_box .box_level img {
    width:40px;
}
/* .rate1 {
    color:#95A5A6;
}
.rate2 {
    color:#3498DB;
}
.rate3 {
    color:#27AE60;
}
.rate4 {
    color:#c19700;
}
.rate5 {
    color:#E74C3C;
}
.rate6 {
    color:#9B59B6;
}
.rate7 {
    color:#2C3E50;
}
.rate8 {
    color:#ff00d9;
} */

.rate1, .rate2, .rate3, .rate4, .rate5, .rate6, .rate7, .rate8 {
    font-weight: bold;
    display: inline-block; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.rate1 { background-image: linear-gradient(180deg, #BDC3C7, #707f80); }
.rate2 { background-image: linear-gradient(180deg, #5DADE2, #2375ab); }
.rate3 { background-image: linear-gradient(180deg, #58D68D, #198a48); }
.rate4 { background-image: linear-gradient(180deg, #F1C40F, #9c7a00); }
.rate5 { background-image: linear-gradient(180deg, #EC7063, #ae3022); }
.rate6 { background-image: linear-gradient(180deg, #AF7AC5, #6c3583); }
.rate7 { background-image: linear-gradient(180deg, #508fd1, #172634); }
.rate8 { background-image: linear-gradient(180deg, #ffa4f3, #FF00D9); }

.box_range {
    font-size: 0.8rem;
    color: #545454;
    margin: 0;
    background-color:#ffffff;
    border-radius: 5px;
    padding: 4px 5px;
    /* border: 1px solid #e1e1e1; */
    letter-spacing: -0.5px;
}



/* 팝업 */

.popup-content {
    background-color: #fff;
    max-width:400px;
    padding:0;
    border-radius: 10px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}
.popup-content a.popup_view {
    color:#656565;
    padding:10px 20px;
    overflow: auto;
    max-height: 400px;
    word-break: break-all;
    height:200px;
}
.popup-content .popup_title img {
    width:100%;
}
.popup_top_title {
    background: linear-gradient(135deg, #395dfe 0%, #8b41d5 100%);
    color: #fff;
    padding: 25px 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
}
.popup_button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    flex-direction: column;
    border-radius: 50px;
}
.popup-footer {
    width:70%;
}
.not_see_today {
    width:100%;
}
.not_see_today a {
    width:100%;
    text-align: center;
    background-color:transparent;
    color:#565656 !important;
    padding:10px 5px 20px 5px;
    font-weight: 500;
    font-size:0.8rem;
}
.not_see_today a:hover {
    background-color: #fff !important;
}
.popup-footer button {
    background: #fff;
    width:100%;
    padding:5px 20px;
    font-weight: normal;
    background-color: #403ec1;
    color:#fff;
    border-radius: 50px;
}
.popup-footer button:hover {
    background-color: #395dfe !important;
}



/* 공지사항 */
.notice_table table {
    border-radius: 10px;
}
.notice_table td {
    color:#1C1C1C;
    font-weight: 500;
}
.notice_table td.notice__title {
    cursor: pointer;
}
.notice_table .notice_view {
    background-color: #e3e3e3;
}
.notice_table table tr:first-child th {
    background-color: #5a5a5a;
    color:#fff;
    font-weight: 600;
}
.concept-box .notice_body {
    width:100%;
    max-width:1400px;
}
.notice_body .notice_table tr {
    border-bottom: 1px solid #bababa;
}
.concept-box {
    margin-top:20px !important;
}



/* 채팅 */
.murimx-chat {
    font-weight: 500;;
}
.murimx-chat .chat-input-group input {
    border:0 !important;
}
.murimx-chat .chat-input-group input:focus {
  outline: none !important;
}
.chat-modal-body .mine {
    display: flex;
    justify-content: flex-end;
}
/* 채팅 아이콘 스타일 */
.chat-floating-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 998;
	cursor: pointer;
}

.chat-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
	transition: all 0.3s ease;
}

.chat-link:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(102, 126, 234, 0.6);
}

.chat-icon {
	width: 30px;
	height: 30px;
	color: white;
}

/* 채팅 모달 스타일 */
.chat-modal {
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 400px;
	height: 600px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	z-index: 999;
	opacity: 0;
	transform: translateY(20px) scale(0.95);
	pointer-events: none;
	transition: all 0.3s ease;
}

.chat-modal.active {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: all;
}

.chat-modal.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	bottom: auto;
	right: auto;
}

/* 모달 헤더 */
.chat-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #e0e0e0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 12px 12px 0 0;
}

.chat-modal.fullscreen .chat-modal-header {
	border-radius: 0;
}

.chat-header-info {
	display: flex;
	align-items: center;
	gap: 10px;
}

.chat-user-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	object-fit: cover;
}

.chat-user-details {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.chat-user-name-rank {
	display: flex;
	align-items: center;
	gap: 6px;
}

.chat-title {
	margin: 0;
	color: white;
	font-size: 16px;
	font-weight: 600;
}

.chat-status {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
}

.chat-rank-badge {
    display: flex;
    align-items: center;
    gap: 5px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.9);
	color: rgb(40, 4, 96);
	padding: 2px 6px;
	border-radius: 4px;
	white-space: nowrap;
}
.chat-rank-badge img {
    width:15px;
}

.chat-header-buttons {
	display: flex;
	gap: 8px;
}

.chat-btn-fullscreen,
.chat-btn-close {
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: white;
	width: 32px;
	height: 32px;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	font-size: 14px;
}

.chat-btn-fullscreen:hover,
.chat-btn-close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.05);
}

/* 모달 바디 (대화 내용) */
.chat-modal-body {
	flex: 1;
	overflow-y: auto;
	padding: 15px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	background: #f5f5f5;
}

.chat-message {
	display: flex;
	animation: slideIn 0.3s ease;
}

.chat-message-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.chat-message.other .chat-message-wrapper {
	justify-content: flex-start;
}

.chat-message.mine .chat-message-wrapper {
	justify-content: flex-end;
}

.chat-message-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.chat-message-container {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.chat-message.other .chat-message-container {
	align-items: flex-start;
}

.chat-message.mine .chat-message-container {
	align-items: flex-start;
}

.chat-message-header {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 12px;
}

.chat-message.mine .chat-message-header {
	justify-content: flex-start;
}

.chat-message-nickname {
	font-size: 12px;
	font-weight: 600;
	color: #666;
}

.chat-rank-badge-small {
	font-size: 10px;
	color: #ff6b6b;
	font-weight: 600;
}

@keyframes slideIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.chat-message-content {
	padding: 8px 12px;
	border-radius: 12px;
	word-wrap: break-word;
	max-width: 280px;
}

.chat-message.other .chat-message-content {
	background: white;
	color: #333;
	border-top-left-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.chat-message.mine .chat-message-content {
	background: #667eea;
	color: white;
	border-top-right-radius: 2px;
}

.chat-message-time {
	font-size: 11px;
	color: #bbb;
	white-space: nowrap;
	align-self: flex-end;
}

/* 스크롤바 커스텀 */
.chat-modal-body::-webkit-scrollbar {
	width: 6px;
}

.chat-modal-body::-webkit-scrollbar-track {
	background: transparent;
}

.chat-modal-body::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 3px;
}

.chat-modal-body::-webkit-scrollbar-thumb:hover {
	background: #999;
}

/* 모달 푸터 (입력창) */
.chat-modal-footer {
	padding: 12px;
	border-top: 1px solid #e0e0e0;
	background: white;
	border-radius: 0 0 12px 12px;
}

.chat-modal.fullscreen .chat-modal-footer {
	border-radius: 0;
}

.chat-input-group {
	display: flex;
	gap: 8px;
	align-items: center;
}

.chat-btn-attach {
	background: none;
	border: none;
	color: #667eea;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.2s ease;
}

.chat-btn-attach:hover {
	color: #764ba2;
	transform: scale(1.1);
}

.chat-input {
	flex: 1;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	padding: 8px 15px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	outline: none;
	transition: all 0.2s ease;
}

.chat-input:focus {
	border-color: #667eea;
	box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}

.chat-btn-send {
	background: #667eea;
	border: none;
	color: white;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: all 0.2s ease;
}

.chat-btn-send:hover {
	background: #764ba2;
	transform: scale(1.05);
}

.chat-btn-send:active {
	transform: scale(0.95);
}




/* 메인 */
.content_body .gameName {
    color:#dddddd;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.subpage_title {
    width: 100%;
    margin-top:60px;
    display: flex;
    gap:10px;
    flex-direction: column;
    position: relative;
}
.subpage_title .subpage_title_character {
    position: absolute;
    right: 50px;
    bottom: 0;
}
.subpage_title .subpage_title_character img {
    min-height: 350px;
    height: 30vh;
}
.subpage_title .subpage_title_name {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-end;
    color:#fff;
}
.subpage_title .subpage_title_name h1 {
  background: linear-gradient(to bottom, #FFF, #92D2FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px;
  font-weight: bold;
}
.subpage_title .subpage_title_name  {
  position: relative;  
  padding-left: 20px; 
  line-height: 1.5;
}

.subpage_title .subpage_title_name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;             
  width: 4px;        
  background: linear-gradient(to bottom, #FFF, #92D2FF);
}
.subpage_title .subpage_title_desc {
    font-size: 0.9rem;
    color:#B2B2B2;
}
.friend_list {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 550px;
}
.friend_list .find_friend_box {
    padding-bottom: 30px;
}
.friend_list .find_friend_box .search_input {
    width: 100%;
    display: flex;
    gap:5px;
}
.friend_list .find_friend_box .search_input input {
    border: 1px solid #c3c3c3;
    padding:10px;
}
.mx_search_result {
    text-align: center;
    padding:50px 0;
    color:#888;
}
.friend_list table.friend {
    width: 100%;
    border-collapse: collapse;
}
.friend_list table.friend tr {
    background-color: #fff;
    border:0;
}
.friend_list table.friend th {
    background-color: #f1f1f1;
    padding:8px;
    color:#000;
}
.friend_list table.friend th.avatar {
    width:80px;
}
.friend_list table.friend td {
    border-bottom: 1px solid #E3E3E3;
    vertical-align: middle;
    padding: 4px;
    color:#4c4c4c;
}
.friend_list table.friend td img {
    width: 40px;
    height: 40px;
    border-radius: 50% ;
}
.table_flexbox {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.table_pagination { display: flex; justify-content: center; gap: 6px; margin-top: 20px; }
.page_btn { background: #fff; border-radius: 4px; padding: 4px 10px; font-size: 0.8rem; cursor: pointer; color: #888;border:1px solid #878787; }
.page_btn.active, .page_btn:hover { background: #E73838; color: #fff; font-weight: 500; border:1px solid #E73838; }


/* 상태 아이콘 */
.status_wating {
    border: 1px solid #D58E00;
    color:#D58E00;
    background-color: #FDFFE8;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9rem;
    width: fit-content;
}
.status_friend {
    border: 1px solid #46892E;
    color:#46892E;
    background-color: #FDFFE8;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9rem;
    width: fit-content;
}
.status_request {
    border: 1px solid #E73838;
    color:#E73838;
    background-color: #FFF1E8;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9rem;
    width: fit-content;
}


/* 무림엑스 버튼 */
button.mx_mail {
    border: 0;
    border-radius: 5px;
    padding: 2px 20px;
    font-size: 0.9rem;
    cursor: pointer;
}
button.mx_small {
    border: 0;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 0.9rem;
    cursor: pointer;
}
button.mx_normal {
    border:0;
    border-radius: 5px;
    padding: 8px 16px;
    font-size:1.0rem;
    cursor: pointer;
    display: flex;
    gap:10px;
}
button.mx_normal img {
    width: 1.0rem;
}
button.mx_round {
    border-radius: 30px;
    border: 0;
    padding:4px 20px;
}
button.mx_search {
    width: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    justify-content: center;
}
button.mx_search img {
    width: 1.4rem;
}
button.mx_charge {
    width: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    justify-content: center;
    padding:15px 20px;
}
button.mx_charge img {
    width: 1.2rem;
}
button.mx_charge {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.3rem;
    font-weight: 500;
    justify-content: center;
    padding: 15px 20px;
}
button.mx_charge img {
    width: 1.2rem;
}
button.mx_btn_gray {
    background-color: #6B6B6B;
    color:#fff;
}
button.mx_btn_black {
    background-color: #1C1C1C;
    color:#fff;    
}
button.mx_btn_brown {
    border: 0;
    background-color: #C79C00;
    color:#fff;
}
button.mx_btn_red {
    background-color: #E73838;
    color:#fff;
}
button.mx_btn_orange{
    background-color: #F04802;
    color:#fff;
}
button.mx_btn_blue {
    background-color: #2879E3;
    color:#fff;
}
button.mx_btn_purple {
    background-color: #BA4FB0;
    color:#fff;
    width:max-content;
}
button.mx_btn_blue_line {
    background-color: transparent;
    border: 1px solid #385DCA;
    color:#385DCA;
    display: flex;
    align-items: center;
    gap:10px;
    width: 100%;
    justify-content: center;
}
button.mx_btn_purple_line {
    background-color: transparent;
    border: 1px solid #A24DF4;
    color:#A24DF4;
    display: flex;
    align-items: center;
    gap:10px;
    width: 100%;
    justify-content: center;
}
button.mx_btn_gray_line {
    background-color: transparent;
    border: 1px solid #C6C6C6;
    color:#4B4B4B;
}
button.mx_btn_white_line {
    background-color: #fff;
    border: 1px solid #C6C6C6;
    color:#4B4B4B;
}
button.mx_btn_transparent {
    background-color: transparent;
    border: 1px solid #c3c3c3;
    color:#fff;
}
button.mx_btn_rate1 {
    background-color: #6D6D6D;
    color:#fff;
}
button.mx_btn_rate2 {
    background-color: #27B57A;
    color:#fff;
}
button.mx_btn_rate3 {
    background-color: #385DCA;
    color:#fff;
}
button.mx_btn_rate4 {
    background-color: #E73838;
    color:#fff;
}
button.mx_btn_rate5 {
    background-color: #CA9000;
    color:#fff;
}


/* 포인트 박스 */
.mxwrap {
    width: 320px;
    color: #151f2a
  }
.mxwrap p {
    font-size:0.9rem;
    padding-top:10px;
    text-align: center;
    color:#1D1D1D;
}
.mxinput-box {
    position: relative;
    margin-bottom: 12px;
  }

.inner_bottom .mxinput-box input {
    width: 100% !important;
    height: 56px !important;
    border-radius: 12px !important;
    border: 1px solid #ddd !important;
    padding: 0 48px 0 16px !important;
    font-size: 20px !important;
    text-align: right !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
  }

  .mxinput-box span {
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-weight: 600 !important;
    color: #555 !important;
  }

  /* 버튼 */
  .mxbtn-group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }

  .mxbtn {
    flex: 1;
    min-width: 60px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
  }

  .mxbtn:active {
    background: #eee;
  }

  .mxbtn.reset {
    color: #888;
  }

  .mxbtn.max {
    font-weight: bold;
  }


/* 탭메뉴 */

.sub_tabmenu {
    margin-top: -71px;
    width:100%;
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom:20px;
    border-top:1px solid #494949;
}
.category {
    display: flex;
    flex-direction: row;
    justify-content: start;
    list-style: none;
    width:100%;
    max-width:1400px;
    margin:0 auto;
    
}

.category li {
    display: inline;
    min-width: 150px;
    text-align: center;    
}
.category li a {
    margin-bottom:0;
    width:auto;
    font-size: 1.3rem !important;
    background-color: transparent !important;
    padding:16px 0;
    height:auto;
}
.category li.friend_tab {
    position: relative;
}

.btn.btn-round-1 {
    border-radius: 25px;
}

/* .btn.btn-orange { 
    border: 0 !important;
    background-color: #000 !important;
    color: #FFFFFF !important;
    background-image: none !important;
    box-shadow: none !important;
    font-weight: bold !important;
    font-size: 1.0rem !important;
}

.btn.btn-gray {
    border: 0 !important;
    background-color: #fff !important;
    color: black !important;
    background-image: none !important;
    box-shadow: none !important;
    font-size: 1.0rem !important;
}
*/
.btn.btn-orange { 
    border: 0 !important;
    border-top:3px solid #e31818 !important;
    color: #FFFFFF !important;
    background-image: none !important;
    box-shadow: none !important;
    font-weight: bold !important; 
}

.btn.btn-gray {
    border: 0 !important;   
    color: #a7a7a7 !important;
    background-image: none !important;
    box-shadow: none !important;
    
}
.fw-normal {
    font-weight: 400 !important;
}

.btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border: white;
    background-color: white;
    color: black;
}

a {
    text-decoration: none;
    color: #555;
    display: block;
    width: inherit;
    height: inherit;
    user-select: none;
    cursor: pointer;
}



/* footer */
.edSBdK {
    width:95%;
    margin: 0 auto;
}
.bottom_image {
    display: flex;
    gap: 30px;
}
.bottom_image li img.white {
    background-color: #fff;
    border-radius: 5px;
    padding:10px;
}
.footer_address {
    width:100%;
    display: flex;
    justify-content: space-between;
}
.footer_address .bottom_address {
    display: flex;
    flex-direction: column;
    gap:10px;
}
.footer_address .bottom_address ul {
     display: flex;
     gap: 20px;
}
.footer_address .bottom_address ul li {
    font-weight: 300;
    padding:0;
    color: #d0d0d0;
    border-left: 1px solid #383838;
    padding-left:20px;
}
.footer_address .bottom_address ul li:first-child {
    border-left:0;
    padding-left:0;
}


@media (max-width: 1080px) {

header nav ul {
    flex-direction: column;
}

header nav {
    width:100%;
}
header .nav.on nav {
    display: flex;
    flex-direction: column-reverse;
    gap:0;
}
header nav>div.mx_myinfo {
    width:100%;
    justify-content: space-evenly;
    padding:20px 0;
    flex-direction: row-reverse;
}
header nav>div.mx_myinfo ul.header_point {
    gap:10px;
    background-color: unset;
    align-items: flex-start;
}
header nav>div.mx_myinfo ul.header_info {
    width:80px;
}
header nav>div.mx_myinfo ul.header_info img {
    width:100px;
}

.mx_lbutton img {
    display:none;
}
.header>ul li.mx_login a {
    border: 0;
}
.mx_modal_user {
        top: 80px;
        right: 10px;
        left: 10px; /* 모바일에선 가로로 꽉 차게 */
        width: auto;
    }
.modal_content, .modal_content div {
    flex-direction: column;
    border:0 !important;
    align-items: center;
}
header .nav.on nav li {
    border-bottom:0;
}
header nav>div.mx_topmenu {
    flex-direction: column;
    width: 100%;
}
.modal_menu_list li a {
    height:unset !important;
    border-bottom:1px solid #2a2a2a;
}
.rate_box {
    width:40%;
}
.mypage_body .mypage_top {
    margin-bottom: 20px;
    margin-top: 40px;
}
.value {
   font-size: 1.3rem;
}
.inner_body .inner_bottom .inner_input .inner_button {
    flex-wrap: wrap;
}
.inner_body .inner_bottom .inner_input .inner_result {
    flex-direction: column;
    gap:10px;
}
.inner_body {
    padding:15px;
}
.footer_address{
    flex-direction: column-reverse;
    gap:30px;
}
.footer_address .bottom_address ul {
    flex-direction: column;
    gap:10px;
}
.footer_address .bottom_address ul li {
    border-left:0;
}
.black_footer {
    padding:2%;
}

.friend-pop {
    position: absolute;
    right: -30px;
    top: 0px;
    border:0 !important;
    animation: float 1.0s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-3px);
    }
}
}
.friend-pop img {
    border:0;
}


@media (max-width: 768px) {

/* swiper */
@keyframes slowRotate {
	0% {
	  transform: translate(-50%, -30%) rotate(0deg);
	}
	90% {
	  transform: translate(-50%, -30%) rotate(360deg);
	}
	100% {
	  transform: translate(-50%, -30%) rotate(360deg);
	}
    }

	.murimx_coin {
		width:350px;
		height:350px;
		left:0;
		display: block;
	}
    

    .category {
            justify-content: center;
    }
    .subpage_title .subpage_title_character {
        display:none;
    }
    .friend_header .title {
    justify-content: center;
    }
    .friend_header .title img {
        width:80%;
    }
     .mypage_header .title {
    justify-content: center;
    }
    .mypage_header .title img {
        width:80%;
    }
    .murimx_body {
        padding:0 4% !important;
    }
    .subpage_title {
        margin-top:20px;
    }
    .friend_list {
        padding:10px;
        font-size: 0.9rem;
    }
    .friend_list table.friend th.avatar {
        width: 30px;
    }
    .friend_list table.friend td img {
        width:24px;
        height:24px;
    }
    .table_flexbox {
        gap:5px;
    }
    .button.mx_small {
        width: fit-content;
    }
    .friend_list table.friend td {
        padding:8px 4px;
    }
    .myinfo-wrap {
        flex-direction: column;
    }
    .profile-card {
        width: 100%;
    }
    .info-card {
        padding:10px;
    }
    .bottom-cards {
        flex-direction: column;
    }
    .free-bar {
        flex-direction: column;
        gap: 20px;
        padding:20px;
    }
    .free-bar .free-status {
        flex-direction: column;
        gap:10px;
    }
    .charge-item {
        flex-direction: column;
        gap:20px;
    }
    .charge-status {
        flex-direction: column;
        gap:10px;
        text-align: center;
    }
    .charge-status .status-3 {
        display: none;
    }
    .charge-history {
        flex-direction: row !important;
    }
    .charge-border {
        flex-direction: row !important;
    }
    .charge-history-container {
        padding: 10px;
    }
    .inner_top {
        flex-direction: column;;
    }
    .inner_body .inner_top .inner_left {
        width:100%;
        gap:10px;
    }
    .inner_body .inner_top .inner_right {
        width:100%;
    }
    .inner_body .inner_center {
        flex-direction: column;
        gap:20px;
        align-items: center;
        padding:20px;
    }
    .inner_body .inner_bottom .inner_input {
        flex-direction: column;;
    }
    .inner_body .inner_bottom {
        gap:30px;
    }
    .inner_body .inner_center_transfer {
        flex-direction: column;
        gap:50px;
    }
    .inner_friend, .inner_trans {
        width:100%;
        min-height:auto;
    } 
    .inner_center_transfer .inner_trans .inner_trans_body {
        width:100%;
    }
    .inner_center_transfer .inner_trans .inner_input {
        flex-direction: column;
    }
    .inner_table {
        padding:10px;
        font-size:0.9rem;
    }
    .category li {
        min-width: 120px;
    }
    .baduk_header .title {
        justify-content: center;
    }
    .baduk_header .title img {
        width:70%;
    }
    .inner_table table.inner td {
        padding:8px 4px;
    }
    .friend_list .find_friend_box .search_input {
        flex-direction: column;
        gap:10px;
    }
    .friend_list .find_friend_box .search_input input {
        box-sizing: border-box;
        padding:30px 0;
    }
    .friend_list .find_friend_box .search_input button {
        width: 100%;
        padding:10px;
    }


    @media (max-width: 768px) {
	.chat-floating-btn {
		bottom: 20px;
		right: 20px;
	}

	.chat-link {
		width: 50px;
		height: 50px;
	}

	.chat-icon {
		width: 25px;
		height: 25px;
	}

	.chat-modal:not(.fullscreen) {
		width: 350px;
		height: 500px;
		bottom: 80px;
		right: 20px;
	}
}

@media (max-width: 480px) {
	.chat-modal:not(.fullscreen) {
		width: 90vw;
		height: 80vh;
		bottom: 70px;
		right: 5vw;
	}
}

.telegram-floating-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

.telegram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #0088cc;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.4);
  transition: all 0.3s ease;
}

.telegram-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 136, 204, 0.5);
}

.telegram-icon {
  width: 30px;
  height: 30px;
}

.tooltip {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.telegram-link:hover + .tooltip {
  opacity: 1;
  transform: translateY(0);
}


@media (max-width: 768px) {
  .telegram-floating-btn {
    bottom: 20px;
    right: 20px;
  }
  
  .telegram-link {
    width: 50px;
    height: 50px;
  }
  
  .telegram-icon {
    width: 25px;
    height: 25px;
  }
}
}