@font-face {
  font-family: 'MaplestoryOTFBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/MaplestoryOTFBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MaplestoryOTFLight';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/MaplestoryOTFLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NEXON Lv2 Gothic';
  src: url('https://mapleroad.kr/inc/fonts/NEXON-Lv2-Gothic-OTF.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "MaplestoryOTFLight";
  font-size: 14px;
  background-color: #eee;
}

strong {
  color: coral;
}

.w-60 {
  width: 60%!important;
}

.w-40 {
  width: 40%!important;
}

.h-1em {
  width: 1em;
  height: 1em;
}

@media screen and (max-width: 400px) {
  .hide-400 {
    display: none;
  }
}
@media screen and (min-width: 400px) {
  .hide-400 {
    display: inline;
  }
}
@media screen and (max-width: 468px) {
  .hide-468 {
    display: none;
  }
}
@media screen and (min-width: 468px) {
  .hide-468 {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .hide-600 {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .hide-600 {
    display: inline;
  }
}
@media screen and (max-width: 580px) {
  .hide-580_only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hide-768_only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .w-md-50 {
    width: 50%!important;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1650px) {
  .hide-1650 {
    display: none;
  }
  .font_coral_1650 {
    color: coral;
  }
}
@media screen and (min-width: 1650px) {
  .hide-1650 {
    display: inline;
  }
}

h1#mapleroad {
  display: inline; font-size: unset;
}

#main_logo {
  -webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.navbar-brand:hover > #main_logo {
  -webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.container {
  max-width: 1200px;
}

#btn_top {
  display: inline-block;
  background-color: #FF9800;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}

#btn_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}

#btn_top:hover {
  cursor: pointer;
  background-color: #333;
}

#btn_top:active {
  background-color: #555;
}

#btn_top.show {
  opacity: 1;
  visibility: visible;
}

.partners_link_wrap {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(85.94deg,#cac2ff 5.66%,#a0d1ff 94.34%);
  font-size: 20px;
  padding: 5px 0;
}

.partners_link {
  color: white;
  text-decoration: none;
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 0;
}

.partners_link span {
	display: block;
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.partners_link:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	content: attr(data-hover);
	display: inline;
	text-align: center;
	-webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.partners_link:hover {
	color: #8471ff;
}

.partners_link:hover span {
	color: white;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.partners_link:hover:after {
	top: 0;
}

.partners_link:active {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.partners_link span img {
  height: 18px;
}

.category {
  border-bottom: 1px solid #AAA ;
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
  background-color: none;
  font-family: 'MaplestoryOTFBold';
}

.category.sticky{
  position: sticky;
  top: 60px;
  z-index: 99;
}

.padding {
  padding: 30px 0;
}

.nav .nav-item a img {
  width: 30px;
}

.dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.dropdown-menu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-menu::-webkit-scrollbar {
	width: 6px;
	background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-menu::-webkit-scrollbar-thumb {
	background-color: #F5F5F5;
}

.dropdown-menu.my_list {
  background-color: rgb(33, 37, 41);
  max-height: 220px;
}

.dropdown-menu.my_list .dropdown-item {
  padding-left: 2em;
}

.dropdown-menu.my_list .dropdown-item .img_world_icon {
  height: 1em;
}


.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  color:coral;
  background-color: #222
}

.dropdown-divider {
  border-top: 1px solid #aaa!important
}

.nav-link {
  margin: 0px 6px;
  font-size: 14px;
}

.nav-link:hover {
  color: coral;
}

.nav-item.dropdown {
  cursor: pointer;
}

.form-control {
  border-radius: 25px;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0 1px 5px -2px rgba(0,0,0,.2);
  height: 50px;
  padding: 25px;
  
  &:focus {
    box-shadow: 0 1px 5px -2px #42A5F5;
    border-bottom: 1px solid #2196F3;
  }
}

.form-select {
  border-radius: 25px;
  border: none;
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0 1px 5px -2px rgba(0,0,0,.2);
  height: 50px;
  padding-left: 25px;
  
  &:focus {
    box-shadow: 0 1px 5px -2px #42A5F5;
    border-bottom: 1px solid #2196F3;
  }
}

.font_bold {
  font-family: 'MaplestoryOTFBold';
}

.font_thin {
  font-family: "MaplestoryOTFLight";
}

.font_gothic {
  font-family: 'NEXON Lv2 Gothic';
}

.font_gothic .font_bold, .font_gothic.font_bold {
  font-family: 'NEXON Lv2 Gothic';
  font-weight: 700;
}

.font_maple {
  font-family: "MaplestoryOTFLight";
}

.font_maple.font_bold {
  font-family: 'MaplestoryOTFBold';
}

.font_coral {
  color: coral;
}

.btn_favorite {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  padding: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn_favorite i {
  font-size: 0.8rem;
  color: #ddd;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn_favorite:hover,
.btn_favorite.on {
  background: rgba(255, 193, 7, 0.1);
  transform: translateY(-50%) scale(1.1);
}

.btn_favorite:hover i,
.btn_favorite.on i {
  color: #ffc107;
}

.btn_favorite_character {
  position: absolute!important;
  top: 0.5em;
  left: 0.375em;
  width: 1em;
  height: 1em;
  padding: 0;
  z-index: 99;
  background-image: url('/upload/asset/favorite.png');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn_favorite_character.on {
  background-image: url('/upload/asset/star.png');
}

.pop_link {
  position: relative;
  color: #0085CA;
  text-decoration: none;
  padding-bottom: 3px;
}

.pop_link:before, .pop_link:after {
  content: '';
  position: absolute;
  transition: transform .3s ease;
}

.pop_link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0084CA;
  transform: scaleX(0);
}
.pop_link:hover:before {
  transform: scaleX(1);
}

.notify {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: gold;
  font-family: 'NEXON Lv2 Gothic';
  display: block;
  overflow: hidden; /* marquee 기본 동작이 막힌 브라우저용: 영역 밖은 잘라냄 */
  white-space: nowrap;
}

.notify .noti_link {
  color: gold;
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: mapleroad-marquee-scroll 18s linear infinite;
}

.notify:hover .noti_link {
  animation-play-state: paused;
}

.notify .noti_link.nolink {
  text-decoration-line: none;
}

@keyframes mapleroad-marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .notify .noti_link {
    animation: none;
    transform: none;
  }
}

@media screen and (max-width: 800px) {
  .table-responsive .table {
    width: 800px;
    overflow-x: scroll;
  }
}

.table .fixed td {
  font-weight:bold; 
  background-color: floralwhite;
}

.memo_list {
  padding: 50px 0;
  margin: 0px auto;
}

.memo_list li {
  margin-bottom: 10px;
}


#overlay{	
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.7);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 30px;
  height: 30px;
  background-image: url('/upload/logo.png');
  background-size: cover;
  animation: sp-anime 2.5s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}

.custom-tooltip {
  --bs-tooltip-bg: rgba(0, 0, 0, 0);
  --bs-tooltip-margin: 0px 5px;
  --bs-tooltip-max-width: 300px;
}

.custom_tooltip {
  word-break: keep-all;
  text-align: center;
  display: block;
  padding: 8px;
  color: white;
  border: 1px solid white;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, .9);
  font-family: 'NEXON Lv2 Gothic';
}

.text_hotpink {
  color: rgb(255, 0, 102);
}

.text_cyan {
  color: rgb(102, 255, 255);
}

.text_purple {
  color: rgb(175, 173, 255);
}

.text_dark_purple {
  color: rgb(153, 102, 255);
}

.text_green {
  color: rgb(204, 255, 0);
}

.text_yellow {
  color: rgb(255, 204, 0);
}

.text_notice {
  color: rgb(255, 170, 0);
}

.text_gray {
  color: rgb(153, 153, 153);
}

.text_light_gray {
  color: rgb(200, 200, 200);
}

.text_dark_blue {
  color: rgb(62, 96, 118);
}

.text_link {
  color: rgb(0, 99, 124)!important;
}

.text_luna_petite {
  color: rgb(187, 119, 255);
}

.text_luna_dream {
  color: rgb(0, 204, 255);
}

.text_luna_sweet {
  color: rgb(255, 102, 204);
}

.text_yellow_title {
  color: rgb(255, 221, 68);
  text-shadow: -1px 0 2px black, 0px 1px 2px black, -1px -1px 2px black, 1px 1px 2px black;
}

.bg_hotpink {
  background-color: rgb(255, 0, 102);
}

.bg_cyan {
  background-color: rgb(102, 255, 255);
}

.bg_purple {
  background-color: rgb(175, 173, 255);
}

.bg_dark_purple {
  background-color: rgb(153, 102, 255);
}

.bg_green {
  background-color: rgb(204, 255, 0);
}

.bg_yellow {
  background-color: rgb(255, 204, 0);
}

.bg_notice {
  background-color: rgb(255, 170, 0);
}

.bg_gray {
  background-color: rgb(153, 153, 153);
}

.bg_dark_green {
  background-color: #80b369;
}

.bg_dark_blue {
  background-color: rgb(62, 96, 118);
}

.bg_partners {
  background-color: #8471ff;
}

@media screen and (max-width: 480px) {
  .navbar-brand {
    margin-right: 0px;
  }

  .navbar-toggler {
    padding: 4px 8px;
  }

  .navbar-toggler .navbar-toggler-icon {
    width: 1.4rem;
    height: 1.4rem;
  }

  .partners_link_wrap {
    font-size: 18px;
  }

  .partners_link span img {
    height: 16px;
  }

  .partners_link .badge {
    font-size: 12px!important;
  }

  .partners_link .badge img {
    height: 12px!important;
  }
}

@media screen and (max-width: 300px) {
  body {
    font-size: 14px;
  }

  .navbar-brand {
    margin-right: 0px;
  }

  .navbar-toggler {
    padding: 4px;
  }

  .navbar-toggler .navbar-toggler-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .partners_link {
    overflow: none;
  }
}

.notice_list,
.speaker_list {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#maple_news .news_card_wrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.speaker_card_wrap {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#maple_news .maple_news_swiper_wrap {
  padding: 5px 0;
}

#maple_news .maple_news_title {
  font-family: 'MaplestoryOTFBold';
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
  color: white;
  border-radius: .375rem .375rem 0 0;
}

.speaker_card_wrap .speaker_title {
  width: 370px;
}


.custom_dropdown .dropdown-menu {
  max-height: none;
}

.custom_dropdown .img_elixir, #used_elixir .img_elixir {
  width: 1em;
  height: 1em;
  vertical-align: text-top;
}

.fs-7 {
  font-size: 0.85em!important;
}

.fs-8 {
  font-size: 0.75em!important;
}

.fs-10px {
  font-size: 10px!important;
}

.dropdown-item.dropdown-select {
  cursor: pointer;
  color: black;
}

.dropdown-item.dropdown-select:hover {
  background-color: rgb(68, 79, 89);
  color: white;
}

.mmw-auto {
  min-width: auto!important;
}

.c-pointer {
  cursor: pointer;
}

.c-pointer:hover {
  text-decoration: underline;
}

.img_pixel {
  image-rendering: pixelated;
}

@media (min-width:480px) {
  .col-xxs{flex:1 0 0%}.row-cols-xxs-auto>*{flex:0 0 auto;width:auto}.row-cols-xxs-1>*{flex:0 0 auto;width:100%}.row-cols-xxs-2>*{flex:0 0 auto;width:50%}.row-cols-xxs-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxs-4>*{flex:0 0 auto;width:25%}.row-cols-xxs-5>*{flex:0 0 auto;width:20%}.row-cols-xxs-6>*{flex:0 0 auto;width:16.66666667%}.col-xxs-auto{flex:0 0 auto;width:auto}.col-xxs-1{flex:0 0 auto;width:8.33333333%}.col-xxs-2{flex:0 0 auto;width:16.66666667%}.col-xxs-3{flex:0 0 auto;width:25%}.col-xxs-4{flex:0 0 auto;width:33.33333333%}.col-xxs-5{flex:0 0 auto;width:41.66666667%}.col-xxs-6{flex:0 0 auto;width:50%}.col-xxs-7{flex:0 0 auto;width:58.33333333%}.col-xxs-8{flex:0 0 auto;width:66.66666667%}.col-xxs-9{flex:0 0 auto;width:75%}.col-xxs-10{flex:0 0 auto;width:83.33333333%}.col-xxs-11{flex:0 0 auto;width:91.66666667%}.col-xxs-12{flex:0 0 auto;width:100%}
  .order-xxs-first {
    order: -1 !important;
  }
  .order-xxs-0 {
    order: 0 !important;
  }
  .order-xxs-1 {
    order: 1 !important;
  }
  .order-xxs-2 {
    order: 2 !important;
  }
  .order-xxs-3 {
    order: 3 !important;
  }
  .order-xxs-4 {
    order: 4 !important;
  }
  .order-xxs-5 {
    order: 5 !important;
  }
  .order-xxs-last {
    order: 6 !important;
  }
  .position-xxs-abolute {
    position: absolute !important;
  }
  .ms-xxs-1 { margin-left: .25rem !important; }
  .me-xxs-1 { margin-right: .25rem !important; }
}

.btn_nexon_login {
  cursor: pointer;
}

.btn_nexon_login:hover {
  filter: brightness(1.25);
}

input[type="date"] {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  cursor: pointer;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

:root {
  --icon-bg-color: rgba(255, 153, 128, 0.08);
}

[data-theme="dark"] {
  --icon-bg-color: rgba(255, 153, 128, 0.15);
}

.overflow-dot {
  flex: 1;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}