:root {
    /* --background-color: #262626; */
    --background-color: #131313;
    --subpage-background-color: #1a1a1a;
    --primary-color: #DC4F00;
    --scrollbar-color: #131313;
    --scrollbar-thumb-color: #333333;
    --gray-text-color: #797979;
    --withdraw-title-background-color: #474747;
    --table-bottom-color: #373737;
}

html {

}

body {
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb-color);
    border-radius: 0px;
    background-clip: padding-box;
    border: 0px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: var(--scrollbar-color);
    box-shadow: inset 0px 0px 0px #fff;
}

a:link {
    text-decoration: none;
    color: #fff;
}

a:visited {
    text-decoration: none;
    color: #fff;
}

a:active {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: #DC4F00;
}

/* 스크롤 숨김 */
.aside::-webkit-scrollbar {
    display: none;
}

.aside {
    background-color: var(--background-color);
    /* background-color: #131313; */
    box-shadow: 1em 1em 2em #0c0c0c;
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px 15px 10px;
    z-index: 10;
    top: 0px;
    float: left;
    bottom: 0;
    position: fixed;
    overflow-y: auto;

    -moz-flex-direction: column;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
}

.aside h1 {
    height: 70px;
    text-align: center;
    cursor: pointer;
}

.aside h1 img {
    width: 220px;
}

.menu-wrap {
    font-weight: 600;
    /* margin: 0 auto;
    width: 240px;
    border-radius: 5px;
    height: 325px;
    font-size: 15px; */
}

.menu-wrap .mobile-member {
    display: none;
}

.menu {
    /* width: 170px; */
    /* margin: 0 auto; */
    /* padding-top: 10px; */
    padding-bottom: 30px;
    letter-spacing: -0.03em;
    margin-left: 30px;
    /* height: auto; */
}

.menu ul li {
    padding-top: 10px;
    color: var(--gray-text-color);
    height: 30px;
    cursor: pointer;
    transition-duration: 0.3s;
    filter: grayscale(100);
}

.menu ul li:hover {
    color: var(--primary-color);
    filter: grayscale(0);
}

.menu ul .active {
    color: var(--primary-color);
    filter: grayscale(0);
}

.menu ul .ico01 {
    background: url(/asset/img/icon_menu.png)no-repeat top 4px left -5px;
}

.menu ul .ico02 {
    background: url(/asset/img/icon_menu.png)no-repeat top -44px left -5px;
}

.menu ul .ico03 {
    background: url(/asset/img/icon_menu.png)no-repeat top -88px left -5px;
}

.menu ul .ico04 {
    background: url(/asset/img/icon_menu.png)no-repeat top -135px left -5px;
}

.menu ul .ico05 {
    background: url(/asset/img/icon_menu.png)no-repeat top -180px left -5px;
}

.menu ul .ico06 {
    background: url(/asset/img/icon_menu.png)no-repeat top -223px left -5px;
}

.menu ul .ico07 {
    background: url(/asset/img/icon_menu.png)no-repeat top -268px left -5px;
}

.menu ul .ico08 {
    background: url(/asset/img/icon_menu.png)no-repeat top -316px left -5px;
}

.menu ul .ico09 {
    background: url(/asset/img/icon_menu.png)no-repeat top -361px left -5px;
}

.menu ul .ico10 {
    background: url(/asset/img/icon_menu.png)no-repeat top -405px left -5px;
}

.menu ul .ico11 {
    background: url(/asset/img/icon_menu.png)no-repeat top -452px left -5px;
}

.menu ul .ico12 {
    background: url(/asset/img/icon_menu.png)no-repeat top -495px left -5px;
}

.menu ul li span {
    padding-left: 40px;
}

@keyframes blink {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
}

.badge {
    color: #fff;
    font-size: 10px;
    position: absolute;
    transform: translateX(-60%);
    animation: blink 1.5s infinite;
}

.board-container {
    background: #181818;
    margin: 0 auto;
    width: 240px;
    height: 262px;
    margin-top: 5px;
    border: 1px solid #343434;
    font-weight: 600;
    font-size: 15px;
}

.board-wrap {
    width: 99.6%;
    height: auto;
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #000000;
    overflow: hidden;
    padding-bottom: 30px;
}

.withdraw-list-title {
    width: 100%;
}

.withdraw-list-title span {
    height: 40px;
    width: 50%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    background: var(--withdraw-title-background-color);
    float: left;
    display: block;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.withdraw-list-title span:hover {
    height: 40px;
    width: 50%;
    background: var(--primary-color);
    display: block;
}

.withdraw-list-title .active {
    background: var(--primary-color);
}


.list {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.list table {
    width: 220px;
    margin: 0 auto;
    border-collapse: collapse;
}

.list table tr {
    height: 40px;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #373737;
    line-height: 40px;
}

.list table tr:last-child {
    height: 40px;
    text-align: center;
    border-bottom: none;
    border-top: #373737;
}

.list table td:last-child {
    font-weight: bold;
    text-align: right;
    color: #DC4F00;
}

.customer-container {
    background: url(/asset/img/back_customer.png);
    margin: 0 auto;
    width: 240px;
    height: 110px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #343434;
}

.customer-text-wrap {
    color: #fff;
    width: 200px;
    margin: 0 auto;
    font-weight: 400;
    padding-top: 0px;
    letter-spacing: -0.03em;
}

.customer-text-wrap h2 {
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 18px;
    padding-top: 15px;
    color: #DC4F00;
}

.customer-text-wrap p {
    margin-top: 0px;
}

.customer-text-wrap .p-num {
    text-align: left;
    font-size: 24px;
}

.m-customer-container {
    display: none;
}

.f-help {
    width: 100%;
    height: 100px;
    margin-top: 15px;
    margin-left: 14px;
}

icon {
    width: 73px;
    float: left;
    margin-right: 9px;
    height: 100px;
    background: #181818;
    border: 1px solid #343434;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}

icon p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.ico-01 {
    background: url(/asset/img/footer_icon.png)no-repeat;
    width: 60px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.ico-02 {
    background: url(/asset/img/footer_icon.png)no-repeat left -65px;
    width: 60px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

.ico-03 {
    background: url(/asset/img/footer_icon.png)no-repeat left -125px;
    width: 60px;
    height: 70px;
    margin: 0 auto;
    display: block;
}

/* aside end */
/* main start */

main {
    height: auto;
    width: 100%;
    overflow: hidden;
    background: #141414;
}

.content {
    width: calc(100% - 310px) !important;
    height: auto;
    float: right;
    position: relative;
    min-height: 1200px;
}

.login {
    top: 0;
    height: 84px;
    width: 100%;
    min-width: 700px;
    position: absolute;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.login .mobile-logo {
    width: 200px;
    display: none;
}

.login .mobile-logo img {
    width: 200px;
    margin-top: 10px;
}

.login-box {
    width: 60%;
    height: 0;
    text-align: right;
    position: absolute;
    top:0;
    right: 0;
    margin-top: 20px;
    margin-right: 40px;
}

.login .login-box .mobile-login {
    display: none;
}

.login-box span {
    font-size: 16px;
    color: #fff;
}

.login-box input {
    /* width: 20%; */
    width: 140px;
    height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 34px;
    letter-spacing: 0.02em;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    background: none;
    padding-left: 40px;
    transition-duration: 0.5s;
}

.login-box .userid {
    background-image: url(/asset/img/id_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px 7px;
}

.login-box .password {
    background-image: url(/asset/img/pass_icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px 7px;
}

.login-box input:hover {
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition-duration: 0.2s;
}

.login-box button, .title_wrap button {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-weight: 600;
    background: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.write_btn button {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-weight: 600;
    background: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
	margin:3px 0;
	float:right;
}

.login-box button:hover, .title_wrap button:hover {
    color: #ddd;
    background: #bb4502;
}

.login-box button:last-child {
/* #gnb_open { */
    /* width: 130px; */
    /* height: 40px; */
    /* border: none; */

    height: 30px;
    font-size: 14px;
    width: 30px;

    font-weight: 500;
    border: 2px solid #6d6d6d;
    background: none;
    color: #DC4F00;
    border-color: #DC4F00;
    border-radius: 7px;
    display: none;

    /* color: #fff; */
    /* font-size: 15px; */
}

/* .login-box button:last-child:hover {
    border: 2px solid #DC4F00;
    color: #DC4F00;
    background: none;
    transition-duration: 0.2s;
} */

/* .login-box button:last-child {
    display: none;
} */



/* subpage start */
.container {
    width: 100%;
}

.container .board-container {
    display: none;
}

.subpage-wrap {
    width: 100%;
    margin: 80px auto;
    height: auto;
    border-bottom: 1px solid #000;
    overflow: hidden;
}


.subscr {
    /*width: 850px;*/
    margin: 50px auto;
    padding: 40px;
    height: auto;
    background: var(--subpage-bg-color);
    border: 1px solid #474747;
    border-radius: 10px;
}

.subtitle {
    border-bottom: 1px solid var(--primary-color);
}

.subtitle h1 {
    color: var(--primary-color);
    font-size: 28px;
    margin-right: 10px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.subtitle span {
    font-size: 13px;
    color: var(--gray-text-color);
}

.point-info span {
    margin-right: 10px; /* 오른쪽 마진으로 각 span 사이에 공간 추가 */
    display: inline-block; /* 인라인 블록 요소로 설정하여 마진이 적용되도록 함 */
    margin-bottom: 20px;
}

/* table */
.subscr table {
    border-collapse: collapse;
    font-size: 16px;
	color: #ffffff;
    /*color: var(--gray-text-color);
    /* margin-top: 20px; */
    width: 100%;
}

.subscr caption {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

.subscr table tr {
    border-bottom: 1px solid var(--table-bottom-color);
    height: 70px;
}

.subscr table tr td {
    padding: 10px 0 10px;
}

/* table thead */
/* .subscr table thead {
    font-size: 14px;
    font-weight: 300;
} */

.subscr table thead th {
    /* font-size: 18px; */
    /* font-weight: 600; */
    color: #fff;
}

/* .subscr table thead tr {
    height: 60px;
}

.subscr table thead tr th {
    height: 30px;
} */

.subscr table tr td input:hover,
.subscr table tr td select:hover,
.subscr table tr td textarea:hover {
    border: 1px solid var(--primary-color);
    transition-duration: 0.2s;
}

.subscr table tr td select option:disabled,
.subscr table tr td select:disabled,
.subscr table tr td input:disabled {
    cursor: not-allowed;
    border: 1px solid var(--gray-text-color);
    color: var(--gray-text-color);
}

.subscr table tr td select {
    height: 42px;
    width: 200px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    transition-duration: 0.3s;
}

.line {
    color: var(--primary-color);
}

.subscr table tr td select option {
    color: var(--gray-text-color);
}

.subscr table tr td input {
    height: 37px;
    width: 186px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    transition-duration: 0.3s;
}

.subscr table tr td textarea {
    height: 57px;
    width: 600px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
    margin: 15px 0px 15px 0px;
    transition-duration: 0.2s;
    resize: none;
}

.subscr table tr td button {
    height: 39px;
    width: 69px;
    background: #5b5b5b;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14x;
    font-weight: 500;
    vertical-align: top;
    /* margin-top: 1px; */
    cursor: pointer;
    /* margin-left: 0px; */
}

.subscr table tr td button:hover {
    background: #979797;
}

.subscr table tr td .loadtext {
    color: var(--primary-color);
    /* font-size: 15px; */
}


.subscr table tr td div {
    padding: 3px;
    font-size: 13px;
    color: #646464;
}

/* footer */

footer {
    width: 100%;
    height: auto;
    position: relative;
}

.footer-wrap {
    width:1500px;
    margin: 0 auto;
    height: 280px;
    overflow: hidden;
    border-top: 1px solid #2b2b2b;
}

.link-bl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.link-bl div {
    height: 120px;
    margin-top: 20px;
    padding-right: 25px;
    float: left;
    margin-left: 0px;
    border-right: 1px solid #2b2b2b;
}

.link-bl div:last-child { border-right: none; }

.link-bl div:nth-child(1) {
    width: 27%;
}

.link-bl div:nth-child(2) {
    width: 23%;
    padding-left: 25px;
}

.link-bl div:nth-child(3) {
    width: 30%;
    padding-left: 25px;
}


.link-bl h1 {
    font-size: 14px;
    height: 20px;
    color: #DC4F00;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.link-bl span {
    display: inline;
    float: left;
    margin-right: 0px;
}

.link-bl span:last-child {
    display: inline-block;
    margin-right: 0px;
}

.link-bl div:nth-child(-n+2) span ul li {
    font-size: 12px;
    color: #999;
    width: auto; /* 너비를 auto로 설정 */
    min-width: 55px; /* 최소 너비 설정 */
    height: 20px;
    float: left;
    margin-right: 8px;
    transition-duration: 0.3s;
    text-transform: uppercase;
    white-space: nowrap; /* 긴 텍스트가 한 줄로 표시되도록 설정 */
}


.link-bl div:nth-child(-n+2) span ul li a {
     color: #999;
    font-weight: normal;
}

.link-bl div:nth-child(-n+2) span ul li a:hover {
    color: #DC4F00;
    font-weight: normal;
    transition-duration: 0.3s;
    cursor: pointer;
}

.link-bl div:nth-child(3) span ul li {
    font-size: 12px;
    color: #999;
    width: auto; /* 너비를 auto로 설정 */
    min-width: 55px; /* 최소 너비 설정 */
    height: 20px;
    float: left;
    margin-right: 10px;
    transition-duration: 0.3s;
    text-transform: uppercase;
    white-space: nowrap; /* 긴 텍스트가 한 줄로 표시되도록 설정 */
}


.link-bl div:nth-child(3) span ul li a {
    font-size: 12px;
    color: #999;
}

.link-bl div:nth-child(3) span ul li a:hover {
    color: #DC4F00;
    transition-duration: 0.3s;
    cursor: pointer;
}


.foot-end {
    color: #5F5F5F;
    font-size: 10px;
    margin-top: 40px;
}

.foot-end span:nth-child(1) {
    width: 140px;
    display: inline-block;
    float: left;
}

.foot-end span:nth-child(2) {
    width: 400px;
    height: 80px;
    margin-top: 25px;
    display: inline-block;
    float: left;
}

.foot-end span:nth-child(3) {
    width: 440px;
    margin-top: 20px;
    display: inline-block;
}

.foot-end span:nth-child(3) ul li {
    float: left;
    margin-right: 15px;
}



/* .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

/* #gnb_open {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
} */


/* bxslider */
.bxslider {
    width: 100%;
}
.bx-wrapper .bx-prev {
    display: none;
}
.bx-wrapper .bx-next {
    display: none;
}

/* tinybox */
.tbox {
    position: absolute;
    display: none;
    z-index: 20000;
}

.tinner {
    background: #EEE;
    font-size: 11.5px;
}

.tmask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 19000
}

#tinymask {
    background: #000
}

.tclose {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    background: url(/asset/img/tclose.png) no-repeat
}

.tclose:hover {
    background-position: 30 -30px
}

/* common */

#livechat {
    display: block;
    width: 250px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: 10px;
    text-indent: -200%;
    overflow: hidden;
    background: url(/asset/img/customer/livechat.gif) no-repeat;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0px 0px 10px #000;
    z-index: 10000000;
}

#kakao_qrcode {
    display: block;
    width: 250px;
    height: 60px;
    position: fixed;
    right: 0px;
    bottom: 74px;
    text-indent: -200%;
    overflow: hidden;
    background: url(/asset/img/customer/kakao_qrcode.gif) no-repeat;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0px 0px 10px #000;
    z-index: 10000000;
}
