@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('../../cdn.jsdelivr.net/gh/moonspam/NanumSquare%40master/nanumsquare.css');

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll !important;
}

html::-webkit-scrollbar {
    width: 0;
}

html::-webkit-scrollbar-thumb {
    width: 0;
}

body {
    height: 100%;
    padding-right: 0 !important;
    text-align: center;
    background-color: #000000;
    background-image: url(../img/bg/main-bg.webp);
    background-repeat: repeat;
    background-size: 400px;
    color: #fff;
    font-size: 14px;
    font-family: 'NanumSquare', sans-serif;
}

body.active {
    overflow: hidden;
}

button, a, input, select, textarea {
    outline: none !important;
    transition: 0.3s;
}

button {
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.w-b, .w-a, .w-ba {
    position: relative;
    z-index: 1;
}

.w-b:before, 
.w-a:after,
.w-ba:before, 
.w-ba:after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.gmarket-light {
    font-family: GmarketSansLight !important;
}

.gmarket-medium {
    font-family: GmarketSansMedium !important;
}

.gmarket-bold {
    font-family: GmarketSansBold !important;
}

.text-yellow { color: #ffce00 !important; }

.text-blue { color: #00fff6 !important; }

.dflex-ac-jc {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.dflex-ac-js {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bs-ul {
    list-style: none;
    margin-bottom: 0;
    width: auto;
    display: table;
    padding: 0;
}

.bs-ul li {
    list-style: none;
    width: auto;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.container {
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1490px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}


/* Btn Style */

.btn-pink, .btn-gray, .btn-peach, .btn-brown, .btn-d-gray {
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    position: relative;
    z-index: 1;
    border: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.btn-pink {
    background-image: linear-gradient(#e86d52,  #8f3926);
}

.btn-gray {
    background-image: linear-gradient(#707a85,  #464f58);
}

.btn-peach {
    background-image: linear-gradient(#c59065, #865834);
}

.btn-brown {
    background-image: linear-gradient(#a88155, #654836);
}

.btn-d-gray {
    background-image: linear-gradient(#888888, #52504f);
}

.btn-pink:before, .btn-gray:before, .btn-peach:before, .btn-brown:before, .btn-d-gray:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
}

.btn-pink:before {
    background-image: linear-gradient(#ff7455,  #c54529);
}

.btn-gray:before {
    background-image: linear-gradient(#8898a9,  #647280);
}

.btn-peach:before {
    background-image: linear-gradient(#ffae6d, #a25f29);
}

.btn-brown:before {
    background-image: linear-gradient(#f4be5c, #8f6311);
}

.btn-d-gray:before {
    background-image: linear-gradient(#999999, #777777);
}

.btn-pink:hover:before, .btn-gray:hover:before, .btn-peach:hover:before, .btn-brown:hover:before, .btn-d-gray:hover:before {
    opacity: 1;
}


/* Wrapper */

.wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.wrapper.affix {
    padding-top: 80px;
}


/* Header Section */

.header-section {
    width: 100%;
    z-index: 99;
}

.header-top {
    height: 150px;
    background-color: #000000;
    position: relative;
    z-index: 9;
}

.header-top:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/bg/header-top-bg.jpg);
    background-size: cover;
    background-position: center;
}

.header-top:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 75px #5978c0;
}

.logo {
    width: 355px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.logo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.logo .logo-img {
    width: 100%;
    position: relative;
    opacity: 0;
}

.logo .logo-shadow {
    width: 111.27%;
    left: 50%;
    transform: translateX(-50%);
    top: -2.5%;
    animation: lgShadow 9s ease infinite;
}

@keyframes lgShadow {
    0% {
        opacity: 0;
    }
    7% {
        opacity: 0;
    }
    14% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.logo .panel {
    width: 100%;
    top: 0;
    animation: lgPanel 9s ease infinite;
}

@keyframes lgPanel {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    7% {
        opacity: 1;
        transform: scale(1.1);
    }
    15% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.logo .slot-lg {
    width: 78.03%;
    bottom: 19%;
    left: 1.5%;
    animation: lgSlotLg 9s ease infinite;
}

@keyframes lgSlotLg {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    7% {
        opacity: 0;
        transform: scale(0.5);
    }
    14% {
        opacity: 1;
        transform: scale(1.1);
    }
    22% {
        opacity: 1;
        transform: scale(1.0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
    }
    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

.logo .slot-sm {
    width: 26.48%;
    bottom: 5%;
    right: 2.5%;
    animation: lgSlotSm 9s ease infinite;
}

@keyframes lgSlotSm {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    14% {
        opacity: 0;
        transform: translateY(-50%);
    }
    22% {
        opacity: 1;
        transform: translateY(0);
    }
    95% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}


/* Before After Login */

.bal-container {
    margin-left: auto;
    margin-right: 15px;
}

.before-login {
    display: none;
}

.before-login.active {
    display: block;
}

.before-login input {
    width: 150px;
    height: 44px;
    border-radius: 3px;
    border: none;
    padding: 0 10px;
    margin: 0 0 0 5px;
    color: #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.before-login button {
    width: 90px;
    height: 44px;
    border-radius: 3px;
    border: none;
    margin: 0 0 0 5px;
    color: #ffffff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to right, #a88155, #654836);
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.before-login .join-link {
    background-image: linear-gradient(to right, #575350, #403d39);
}

.before-login button:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
    background-image: linear-gradient(to right, #d49854, #845a2b);
}

.before-login .join-link:before {
    background-image: linear-gradient(to right, #777574, #52504f);
}

.before-login button:hover:before {
    opacity: 1;
}


/* After Login */

.after-login {
    display: none;
    max-width: 460px;
}

.after-login.active {
    display: block;
}

.after-login ul li {
    width: calc(50% - 6px);
    font-size: 16px;
    margin: 4px 3px;
}

.after-login ul li .labels {
    color: #ebd8c4;
    margin-right: 5px;
    font-size: 14px;
}

.after-login ul li .icon-panel {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #4d3929;
    margin-right: 5px;
}

.after-login ul li .point-btn {
    margin-left: 5px;
    font-size: 14px;
    padding: 0 10px;
}

.after-login ul li.btn-grp button {
    width: calc(50% - 4px);
    height: 32px;
    margin: 0 2px;
    font-size: 14px;
}

.message-btn .count {
    color: #ffc79a;
    animation: messCount 0.5s ease infinite;
}

@keyframes messCount {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


/* Header Menu */

.header-menu {
    width: 100%;
    height: 75px;
    background-image: url(../img/bg/header-menu-bg.jpg);
    background-size: cover;
    margin: 0 0 5px;
}

.affix .header-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.header-menu:after {
    width: 100%;
    height: 4px;
    left: 0;
    bottom: -4px;
    background-image: linear-gradient(to right, #3e2721, #e1904e, #e1904e, #fee77d, #ffffff, #fee77d, #e1904e, #e1904e, #3e2721);
}

.sidebar-right {
    width: 100%;
}

.main-menu {
    width: 100%;
    table-layout: fixed;
}

.main-menu li a {
    color: #020202;
    font-size: 24px;
    font-weight: 800;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.main-menu li a:hover {
    color: #efd76e;
    text-shadow: 0 2px 0 #1f1813,
                 0 -1px 0 #1f1813,
                 1px 0 0 #1f1813,
                 -1px 0 0 #1f1813,
                 1px 1px 0 #1f1813,
                 1px -1px 0 #1f1813,
                 1px -1px 0 #1f1813,
                 -1px -1px 0 #1f1813,
                 0 3px 5px #000000;
}

.main-menu li a:hover .icon {
    animation: mainMenuIcon 1s ease 1 forwards;
}

@keyframes mainMenuIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(25deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}


/* Banner Section */

.banner-section {
    width: 100%;
    background-color: #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
    position: relative;
    z-index: 2;
}

.banner-carousel .banner-img {
    width: 100%;
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    animation: bcBannerImg 7s ease 1 backwards;
}

.banner-carousel .banner-01 {
    background-image: url(../img/bg/banner-01.jpg);
}

.banner-carousel .banner-02 {
    background-image: url(../img/bg/banner-02.jpg);
}

.banner-carousel .banner-03 {
    background-image: url(../img/bg/banner-03.jpg);
}

.banner-carousel .banner-img.img-md {
    width: 160%;
    left: -30%;
    height: initial;
    position: relative;
    background-image: none;
}

.banner-carousel .banner-img.img-mob {
    width: 100%;
    height: initial;
    display: none;
    background-image: none;
}

@keyframes bcBannerImg {
    0% {
        opacity: 0;
        transform: scale(1.25);
        filter: blur(5px);
    }
    50% {
        opacity: 1;
        transform: scale(1.0);
        filter: blur(0);
    }
    95% {
        opacity: 1;
        transform: scale(1.0);
        filter: blur(0);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
        filter: blur(0);
    }
}

.banner-carousel .text-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    white-space: nowrap;
    animation: bcTextPanel 7s ease 1 forwards;
    padding: 0 0 15px;
}

@keyframes bcTextPanel {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    5% {
        opacity: 0;
        transform: translateY(-75%);
    }
    15% {
        opacity: 1;
        transform: translateY(5%);
    }
    30% {
        opacity: 1;
        transform: translateY(0);
    }
    90% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

.banner-carousel .text-panel span { display: inline-block; }
.banner-carousel .text-panel h1 { font-size: 52px; }
.banner-carousel .text-panel h2 { font-size: 48px; }
.banner-carousel .text-panel h3 { font-size: 44px; }
.banner-carousel .text-panel h5 { font-size: 33px; margin-top: 0.75% }
.banner-carousel .text-panel h6 { font-size: 30px; margin-top: 0.75% }
.banner-carousel .text-panel .font-lg { font-size: 62px; }

.banner-carousel .text-panel .text-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#a57f52, #fee0b3, #a57f52);
    background-size: 100% 100%;
    position: relative;
}

.banner-carousel .text-panel .text-gradient:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    z-index:-1;
    text-shadow: 0 -1px 0 #000000, 
                0 1px 0 #000000,
                1px 0 0 #000000,
                -1px 0 0 #000000,
                1px 1px 0 #000000,                 
                -1px 1px 0 #000000,
                1px -1px 0 #000000,
                -1px -1px 0 #000000,
                0 3px 3px #000000;
}

/* Carousel Indicators */

.carousel-indicators {
    margin: 0 auto;
    bottom: 15px;
}

.carousel-indicators li {
    width: 50px;
    height: 8px;
    border-radius: 2px;
    margin: 0 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 0 5px rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: 0.3s;
    border: none;
}

.carousel-indicators li:hover {
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.carousel-indicators li.active {
    background-color: #ffc650;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}


/* Providers Section */

.providers-section {
    overflow: hidden;
}

.providers-section:before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 1.0), rgba(0, 0, 0, 0));
}

@media(min-width: 1921px){
    .providers-section:before {
        background-size: cover;
    }
}

.providers-section:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/bg/main-bg.png);
}

.providers-panel {
    padding: 20px 0 0;
}

.providers-panel .header {
    width: 100%;
    max-width: 1384px;
    height: 50px;
    margin: 0 auto 20px;
    padding: 0 15px;
    border-radius: 5px;
    background-image: linear-gradient(to right, rgba(185, 102, 8, 0.25), rgba(0, 0, 0, 0));
}

.providers-panel .header:after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #c78854, #f9d680, transparent);
}

.providers-panel .header .title {
    color:#ffffff;
    font-size:24px;
    font-weight: 700;
}

/*.providers-panel .header .title:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 1);                 
    z-index:-1;
}
*/
.sc-btn {
    width: 240px;
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    cursor: pointer;
}

.sc-btn:hover {
    animation: gameHover 0.5s ease 1 forwards;
}

@keyframes gameHover {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}

.sc-btn .g-hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

.sc-btn:hover .g-hover {
    opacity: 1;
}


/* Board Section */

.board-section {
    padding: 30px 0 40px;
}

.board-panel {
    width: 33.33%;
    min-height: 354px;
    border-radius: 15px;
    background-color: #000000;
    background-image: linear-gradient(#c19567, #d9b08c, #c19567);
    margin: 10px 0;
}

.board-panel:first-child {
    width: calc(33.33% - 20px);
}

.board-panel:last-child {
    width: calc(33.33% - 20px);
}

.board-panel:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #000000;
    background-image: linear-gradient(#291c15, #000000);
    border: solid 2px #5c3d24;
    box-shadow: inset 0 0 15px rgb(0 0 0);
}

.board-panel .header {
    width: 100%;
    height: 65px;
    overflow: hidden;
}

.board-panel .header:before {
    width: 80%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 20px #e5a239;
}

.board-panel .header:after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(240, 223, 133, 0), rgba(240, 223, 133, 1.0), rgba(240, 223, 133, 0));
}

.board-panel .header .title {
    font-size: 24px;
    font-weight: 800;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#ffffff, #edd3af, #cf8d5a);
    background-size: 100% 100%;
    position: relative;
}

.board-panel .header .title:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    position:absolute;
    z-index:-1;
    text-shadow: 0 2px 2px #000000;
}

.board-panel .ne-menu {
    width: 100%;
    height: 65px;
    display: flex;
    margin: 0 0 15px;
}

.board-panel .ne-menu button {
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #86655c;
    font-size: 20px;
    overflow: hidden;
    padding: 5px 0 0;
}

.board-panel .ne-menu button:hover {
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.25);
}

.board-panel .ne-menu button.active {
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #ffffff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.75), 0 0 10px rgba(255, 255, 255, 0.4);
}

.board-panel .ne-menu button:before,
.board-panel .ne-menu button:after {
    opacity: 0;
    transition: 0.3s;
} 

.board-panel .ne-menu button:before {
    width: 80%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 0 20px #e5a239;
}

.board-panel .ne-menu button:after {
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(240, 223, 133, 0), rgba(240, 223, 133, 1.0), rgba(240, 223, 133, 0));
}

.board-panel .ne-menu button.active:before,
.board-panel .ne-menu button.active:after {
    opacity: 1;
} 

.board-panel .more-link {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px #584837;
}

.board-panel .more-link:hover {
    background-color: #ae8254;
    border-color: #ddab76;
}

.board-panel .more-link:before,
.board-panel .more-link:after {
    width: 2px;
    height: 46%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #816c56;
    transition: 0.3s;
}

.board-panel .more-link:hover:before,
.board-panel .more-link:hover:after {
    background-color: #ffffff;
}

.board-panel .more-link:after {
    rotate: 90deg;
}

.board-panel .content {
    padding: 0 30px 15px;
}

.board-panel table {
    width: 100%;
    margin: 0 auto;
}

.board-panel table td {
    color: #f2e8d9;
    height: 35px;
}

.board-panel table td a {
    color: #f2e8d9;
}

.board-panel table td a:hover {
    color: #ffcf44;
}

.board-panel table .date-td {
    color: #c5a98d;
}

.new-icon {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 0 0;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom right, #ff5b42, #c12121);
}

.board-tab {
    display: none;
    animation: boardAnim 0.5s ease 1 forwards;
}

@keyframes boardAnim {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

.board-tab.active {
    display: block;
}


/* Realtime Board */

.realtime-board {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0 20px;
}

.realtime-board:before {
    background-image: none;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.board-panel .realtime-menu {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-image: linear-gradient(#f0df85, #e5a239, #8e5b0b);
    margin: 0 0 5px;
    display: flex;
}

.board-panel .realtime-menu:before,
.board-panel .realtime-menu:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.board-panel .realtime-menu:before {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 1.0);
    background-image: linear-gradient(#211502, #000000);
    opacity: 0.9;
}

.board-panel .realtime-menu:after {
    width: calc(100% - 10px);
    height: 50%;
    bottom: auto;
    top: 2px;
    border-radius: 5px;
    background-image: linear-gradient(rgba(242, 226, 135, 0), rgba(242, 226, 135, 0), rgba(242, 226, 135, 0.05));
}

.board-panel .realtime-menu button {
    width: 50%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    color: #86655c;
    font-size: 24px;
    font-weight: 800;
}

.board-panel .realtime-menu button:hover {
    color: #ffffff;
}

.board-panel .realtime-menu button.active {
    color: #f0df85;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0), 0 0 15px rgba(222, 149, 0, 0.4);
}

.board-panel .realtime-menu button:before,
.board-panel .realtime-menu button:after {
    width: 1px;
    height: 100%;
    top: 0;
}

.board-panel .realtime-menu button:before {
    right: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
}

.board-panel .realtime-menu button:after {
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* Rolling Realtime */

.rolling-realtime ul {
    width: 100%;
    margin: 0 auto;
}

.rolling-realtime ul li {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 49px;
    cursor: pointer;
    transition: 0.3s;
}

.rolling-realtime ul li div {
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 2px 0;
    color: #ffffff;
    font-size: 14px;
    transition: 0.3s;
    background-color: #302320;
    border-top: solid 1px #513e24;
    border-bottom: solid 1px #513e24;
}

.rolling-realtime ul li div:first-child {
    border-left: solid 1px #513e24;
    border-radius: 5px 0 0 5px;
}

.rolling-realtime ul li div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: solid 1px #513e24;
}

.rolling-realtime ul li:hover div {
    background-color: #463531;
}

.rolling-realtime ul li div.user {
    width: 35%;
    justify-content: flex-start;
    padding-left: 5%;
}

.rolling-realtime ul li div.amount {
    font-size: 16px;
    width: 35%;
    padding-right: 3%;
    color: #ffce00;
}

.rolling-realtime ul li div.date {
    color: #c5a98d;
    width: 30%;
    text-align: right;
    padding-right: 5%;
}


/* Customer Service */

.customer-service {
    width: 100%;
    max-width: 406px;
    position: relative;
    margin: 20px auto 10px;
}

.customer-service .girl-bg {
    width: 49.19%;
    display: block;
    margin: 0 auto -3% 0;
}

.customer-service .table-bg {
    width: 98.38%;
    display: block;
    margin: 0 auto;
}

.customer-service .bs-ul {
    width: 60%;
    position: absolute;
    right: 0;
    top: 9%;
}


.customer-service .bs-ul li .text-panel {
    margin-top: 5px;
    white-space: nowrap;
}

.customer-service .bs-ul li .text-panel .title {
    font-size: 20px;
    margin-right: 5px;
}

.customer-service .bs-ul li .text-panel .account {
    color: #ffce00;
    font-size: 24px;
    font-family: GmarketSansMedium;
}


.customer-service .bs-ul li {
    padding: 0 10px;
}

.board-panel .info-text {
    color: rgba(234, 226, 215, 0.5);
}

.board-panel .info-text i {
    color: #f0df85;
    margin-right: 5px;
}


/* Footer Section */

.footer-section .providers-logo {
    padding: 25px 0 30px;
    background-color: #291c15;
    background-image: linear-gradient(#291c15, #000000);
    border-top: solid 1px #4f4333;
    border-bottom: solid 1px rgba(0, 0, 0, 0.75);
}

.footer-section .providers-logo img {
    margin: 8px 12px;
}

.footer-section .copyright-section {
    color: rgba(255, 255, 255, 0.25);
    padding: 30px 0;
    background-color: #392817;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}


/*********************************************************** MODAL ***********************************************************/

.modal-open, body {
    padding: 0 !important;
}

.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-open {
    overflow: visible;
}

.modal {
    padding-right: 0 !important;
    overflow-y: auto;
}

.modal::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

.modal::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.modal *::-webkit-scrollbar {
    width: 8px;
    background: #000;
    border-radius: 8px;
}

.modal *::-webkit-scrollbar-thumb {
    background: linear-gradient(#e6b288, #d59665);
    border: solid 2px #000;
    border-radius: 5px;
}

.modal-dialog {
    max-width: 900px;
}

.size-lg .modal-dialog {
    max-width: 1300px;
}

.modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal table a:hover {
    color: #f6c971;
}

table .nav-td {
    width: 40px;
}

table.with-depth tr td .delete-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 12px;
    transition: 0.3s;
}

table.with-depth tr td .delete-btn:hover {
    color: var(--yellow);
}

table.with-depth tr td .nav-btn {
    background-color: transparent;
    border: none;
    position: relative;
}

table.with-depth tr td .nav-btn i {
    position: relative;
    color: #fff;
    font-size: 10px;
    transition: 0.3s;
    transform: rotate(0deg);
}

table.with-depth tr td .nav-btn:hover i {
    color: #d6391b;
}

table.with-depth tr.active td .nav-btn i {
    transform: rotate(180deg);
    top: 5px;
}

table.with-depth tr td .plus-btn {
    width: 16px;
    height: 16px;
    background-color: #c33922;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

table.with-depth tr td .plus-btn:hover {
    background-color: #d6391b;
}

table.with-depth tr td .plus-btn:before,
table.with-depth tr td .plus-btn:after {
    content: '';
    width: 2px;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background-color: #fff;
    transition: 0.3s;
}

table.with-depth tr td .plus-btn:after {
    transform: rotate(90deg);
}

table.with-depth tr.active td .plus-btn:before {
    height: 0;
}

/* With Depth */

.with-depth .message-content {
    display: none;
    height: 200px;
    margin: 2px 0 5px;
}

.with-depth tr.depth-click {
    cursor: pointer;
}

.with-depth tr.dropdown {
    background-color: transparent;
}

.with-depth tr.dropdown td {
    padding: 0;
    border: none;
    height: auto;
}

.with-depth tr.dropdown td {
    background-color: transparent;
    border: none;
}

.with-depth tr.dropdown:hover td {
    background-color: transparent;
    border: none;
}

/* Message Content */

.message-content {
    width: 100%;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(0, 0, 0, 0.6);
    margin: 5px 0 0;
    padding: 10px;
}

.message-content .inner-container {
    width: 100%;
    height: 100%;
    float: left;
    color: #fff;
    /*white-space: pre-wrap;*/
    text-align: left;
    overflow-y: scroll;
    padding: 5px 10px;
}

/* Popup Box */

.popupbox {
    width:100%; 
    min-height: 800px;
    float:left; 
    background: linear-gradient(#8395ab 0%, #414d5d 100%);
    border-radius:20px; 
    padding: 15px 15px 40px; 
    position:relative; 
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1.0);
    overflow: hidden;
}

.popupbox:before {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 3px);
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    margin: 0 auto;
    background-image: linear-gradient(#2d4165 0%, #16232f 100%);
    border-radius: 20px;
    z-index: -1;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.75);
}

.popupbox:after {
    content: '';
    width: 140%;
    height: 100%;
    border-radius: 50%;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
/*    box-shadow: 0 0 200px #5aa4ff;*/
    position: absolute;
    z-index: -1;
}


/* Modal Header */

.modal-header {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
    background-image: linear-gradient(#44689f, #2a4e86);
}

.modal-header:before,
.modal-header:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 10px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.modal-header:before {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-header:after {
    width: calc(100% - 10px);
    height: 50%;
    bottom: auto;
    top: 2px;
    border-radius: 5px;
    background-image: linear-gradient(rgba(255, 206, 164, 0), rgba(255, 206, 164, 0), rgba(255, 206, 164, 0.05));
}


/* Modal Close Button */

.modal .close-btn {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9;
}

.modal .close-btn:before,
.modal .close-btn:after {
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffce00;
    transition: 0.3s;
}

.modal .close-btn:before {
    transform: rotate(-45deg);
}

.modal .close-btn:after {
    transform: rotate(45deg);
}

.modal .close-btn:hover:before {
    transform: rotate(-135deg);
    background-color: #ff4a4a;
}

.modal .close-btn:hover:after {
    transform: rotate(-45deg);
    background-color: #ff4a4a;
}


/* Modal Menu */

.modal-menu {
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
}

.modal-menu button {
    width: 100%;
    max-width: 160px;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.modal-menu button:hover {
    color: rgba(255, 255, 255, 1.0);
}

.modal-menu button.active {
    color: #f0df85;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1.0), 0 0 15px rgba(222, 149, 0, 0.4);
}

.modal-menu button:before,
.modal-menu button:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.modal-menu button:before {
    left: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.modal-menu button:first-child:before {
    display: none;
}

.modal-menu button:after {
    right: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
}

.modal-menu button:last-child:after {
    display: none;
}

.modal-menu button i {
    font-size: 18px;
    margin-right: 5px;
}


/* Modal Nav */

.modal-nav {
    width: 100%;
    flex-wrap: nowrap;
    margin: 5px 0 0;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.1);
    padding: 5px 3px;
    border-radius: 5px;
}

.modal-nav button {
    width: 100%;
    height: 40px;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    background-color: #4b5a6a;
    border-radius: 5px;
    margin: 0 2px;
}

.modal-nav button:hover {
    color: #ffffff;
    background-color: #2a5889;
}

.modal-nav button.active {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(#c59065, #865834);
}

.modal-nav button:last-child {
    border-right: none;
}


/* Modal Title */

.modal-title {
    width: 100%;
    margin: 20px 0 0;
    float: left;
    position: relative;
    z-index: 1;
}

.modal-title .title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(#a57f52, #fee0b3, #a57f52);
    background-size: 100% 100%;
    position: relative;
    font-size: 30px;
    font-family: GmarketSansBold;
    white-space: nowrap;
}

.modal-title .title:before {
    content:attr(data-text);
    display:inline-block;
    background:0 0;
    position:absolute;
    z-index:-1;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}


/* Form Container */

.write_title_top {
    width: 100%;
    display: block;
    max-width: 700px;
    margin: 0 auto;
}

.write_title_top tbody {
    width: 100%;
    display: block;
}

.write_title_top tr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.write_title {
    width: 100%;
    color: #e7d7c7; 
    text-align: left;
    margin: 0 0 8px;
    padding: 0 0 0 5px;
}

.write_basic {
    width: 100%;
    color:#ffffff; 
}

.write_basic input { width: 100%; }
.write_basic select { width: 100%; }

.write_basic input::placeholder { color: #e2c7ae; }
.write_basic textarea::placeholder { color: #e2c7ae; }
.write_basic input:read-only { color: #ffffff; }

.write_basic input, .write_basic select{
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #3c4e67;
    padding:0 0 0 10px; 
    height:48px; 
    color:#ffffff; 
    border-radius:8px;
}

.write_basic textarea {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #5f4639;
    padding: 15px 0 0 10px; 
    color:#ffffff; 
    border-radius:8px;
    resize: none;
}

.write_basic .btn-grp {
    width: calc(100% + 2px);
    margin: 10px -1px 0;
}

.write_basic .btn-grp button {
    width: calc(14.28% - 4px);
    height: 35px;
    margin: 0 2px;
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

/* Modal Footer */

.modal-footer {
    width: calc(100% + 8px);
    margin: 25px -4px 0;
    border: none;
    padding: 0;
    float: left;
}

.modal-footer button {
    width: 100%;
    max-width: 180px;
    height: 48px;
    border-radius: 5px;
    margin: 0 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.rem-text {
    width: 100%;
    display: inline-block;
    color: #aa9387;
    font-size: 12px;
    margin: 15px 0 0;
}

.rem-text i {
    color: #ff6544;
    margin-right: 5px;
    font-size: 14px;
}

/* Pagination */

.pagination li {
    float: left;
}

.pagination>li>a {
    width: 32px;
    height: 32px;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 5px;
}

.pagination .turn-pg a {
    color: #888888;
    margin: 0 13px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    box-shadow: none;
}

.pagination>li>a:hover {
    background-color: #7f5e57;
}

.pagination .turn-pg a:hover {
    color: #feda2a;
    background-color: rgba(255, 255, 255, 0);
}

.pagination .active {
    background-color: #a88155;
    border-color: #a88155;
    background-image: linear-gradient(#a88155, #654836);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.pagination .active:hover {
    background-color: #cb3030;
    border-color: #a23c3c;
}

/* Level Information */

.level-information {
    width: 100%;
    float: left;
    margin: 15px 0 0;
}

.level-information .bs-ul {
    width:calc(100% - 310px);
}

.level-information .bs-ul li {
    width:calc(50% - 10px);
    height: 40px;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.25);
    border: solid 1px rgba(255, 255, 255, 0.15);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 1.0);
    border-radius: 5px;
}

.level-information .bs-ul li .labels {
    margin-right: 10px;
}

.level-information .point-form{
    width:310px;
    height:100%;
    position:relative;
    border-radius: 0;
}

.level-information .point-form input{
    width:calc( 100% - 115px);
    height:38px;
    padding:0 5px;
    color:#000;
    font-size:12px;
    background-color:#ffffff;
    border:none;
    margin-right: auto;
    border-radius: 3px;
}

.level-information .point-form input::-webkit-input-placeholder{
    color:#333333;
}

.level-information .points-btn{
    width:110px;
    height:38px;
    border-radius: 3px;
    box-shadow: none;
    white-space:nowrap;
    box-shadow: none;
    font-size: 12px;
}

/* Gamelist Modal */

.gameListModal .modal-nav {
    flex-wrap: wrap;
    padding: 3px;
}

.gameListModal .modal-nav button {
    width: calc(11.11% - 2px);
    margin: 1px;
}

.gamelist-container {
    width: 100%;
    margin: 15px auto 0;
}

.gamelist-container .scroll-panel {
    width: calc(100% + 5px);
    height: 622px;
    margin: 0 0 0 -5px;
    overflow-y: scroll;
    padding: 0 5px 0 0;
}

.game-btn {
    width: calc(16.66% - 10px);
    display: inline-block;
    margin: 0 5px 10px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

.game-btn .g-img {
    width: 100%;
}

.game-btn .g-footer {
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(to right, rgba(44, 31, 22, 1.0), rgba(44, 31, 22, 0));
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
}

.game-btn .g-footer span {
    width: 100%;
    max-width: 96%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #f2e8d9;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.game-btn .g-hover {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    border-radius: 15px;
    border:solid 1px #eed771;
}

.game-btn:hover .g-hover {
    opacity: 1;
}

.game-btn .play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(#eed771, #bf8f43);
    font-size: 30px;
    color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    padding:  0 0 0 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 1.0);
}

.game-btn .play-btn:before {
    background-image: linear-gradient(#ffdb3a, #9f6000);
}

.game-btn:hover .play-btn {
    animation: gameBtnPlay 0.5s ease 1 forwards;
}

@keyframes gameBtnPlay {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

/* 88Slot Styles */

.con_box10 {
    float:left; 
    width:100%; 
    margin:10px 0 0 0;
}

.popup_wrap {
    width:100%;
}

.popuptab_cont2 {
    display:none; 
    clear:both;
    animation: popuptabAnim 0.5s ease 1 forwards;
}

@keyframes popuptabAnim {
    0%{
        opacity: 0;
        transform: translateY(-25px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.popuptab_cont2.active {display:block;}

.popupvis_hidden2 {display:none}

.notice-table, .event-table {
    border-collapse: separate;
}

.list_title1  {
    background:linear-gradient(#707a85,  #464f58); 
    height:40px; 
    font-weight:bold; 
    text-align:center; 
    font-weight:bold; 
    color:#ffffff;
}

.list_notice1 {
    background:rgba(0,0,0,0.25); 
    height:50px; 
    border-top:solid 1px rgba(255,255,255,0.05); 
    border-bottom:solid 1px rgba(0,0,0,0.25); 
    text-align:center; 
    font-weight:600;
    font-size:12px; 
    font-weight:400;
    transition: 0.3s;
}

.list_notice2 {
    background:rgba(0,0,0,0.25); 
    height:50px; 
    border-top:solid 1px rgba(255,255,255,0.05); 
    border-bottom:solid 1px rgba(0,0,0,0.25); 
    text-align:center; 
    font-weight:600;
    font-size:12px; 
    font-weight:400;
    transition: 0.3s;
}

table tr, table tr {
    cursor: pointer;
}

tr:hover .list_notice1,
tr:hover .list_notice2 {
    background-color: rgba(0, 0, 0, 0.15);
}

table a { color:#ffffff }

table {
    border-collapse: separate;
}

.list1        {
    background:rgba(0,0,0,0.25); 
    height: 50px;
    border-top:solid 1px rgba(255,255,255,0.05); 
    border-bottom:solid 1px rgba(0,0,0,0.25); 
    text-align:center; 
    font-size:12px; 
    letter-spacing:-1px; 
    font-weight:400;
}

.list2        {
    background:rgba(0,0,0,0.25); 
    line-height:40px; 
    border-top:solid 1px rgba(255,255,255,0.05); 
    border-bottom:solid 1px rgba(0,0,0,0.25); 
    padding:0 0 0 15px; 
    font-weight:bold; 
    font-size:12px; 
    letter-spacing:-1px; 
    font-weight:400;
}

.view1     {
    background:rgba(0,0,0,0.5); 
    padding:0 20px 0 20px; 
    width:100%; 
    height:50px; 
    line-height:50px;
    font-weight:600; 
    color:#fff;  
    font-family:'nanumgothic', sans-serif; 
    font-size:12px; 
    letter-spacing:-1px; 
    font-weight:700;
    text-align: left;
}

.view2     {
    background:rgba(0,0,0,0.3); 
    padding:12px 20px 10px 20px; 
    width:100%; 
    line-height:26px;  
    font-family:'nanumgothic', sans-serif; 
    font-size:12px; 
    letter-spacing:-1px; 
    font-weight:700;
    text-align: left;
}

.view2 p {
    margin: 0;
}

.view_box  {
    background: #7a5e46;
    border: solid 1px rgba(255, 255, 255, 0.1);
    padding: 5px 8px 3px 8px;
    line-height: 12px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    margin: 0 5px 0 0;
    font-weight: 100;
    border-radius: 5px;
}

.info_wrap {background:rgba(0,0,0,0.4); float:left; width:100%; padding:10px 0 10px 0; border:1px solid rgba(0,0,0,0.1); border-radius: 8px;}
.info2     {float:left; width:100%; line-height:26px; font-weight:900; color:#ffc000; padding:0 20px 0 20px; font-family:'nanumgothic', sans-serif; font-size:16px; letter-spacing:-1px; font-weight:700;}

.modal-notice {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.modal-notice .title {
    color: #ead0a8;
    font-size: 14px;
    font-family: GmarketSansBold;
    margin: 4px 0 12px;
}

.modal-notice .notice-panel {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #3c4e67;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
}

.nbsp {
    margin-right: 8px;
}

/*.parsley-errors-list {*/
/*    display: none;*/
/*}*/

/*.parsley-errors-list.filled {*/
/*    list-style: none;*/
/*    font-size: 12px;*/
/*    font-weight: bolder;*/
/*    color: #c90001;*/
/*    -webkit-transition: opacity 2s;*/
/*    transition: opacity 2s;*/
/*}*/

.w-btn .write_basic input {
    width: calc(100% - 135px);
    margin-right: auto;
}

.write_basic .form-btn {
    width: 130px;
    height: 46px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    top: -1px;
}