.wd30 {
    width: 30px !important;
    margin-left: 5px;
}
.wd50{
    width:50px !important;

}
.wd70 {
    width: 70px !important;
}
.wd90{
    width:90px !important;

}
.wd100 {
    width: 100px !important;
}
.wd150 {
    width: 150px !important;
}
.wd200 {
    width: 200px !important;
}
.wd250 {
    width: 250px !important;
}
.wd300 {
    width: 300px !important;
}
.wd700 {
    width: 700px !important;
}


.subtitle .total-number {
    display: table;
    margin-bottom: 12px;
    padding: 0 12px;
    height: 30px;
    background-color: #333;
    border: 1px solid #000;
    color: #fff;
    line-height: 30px;
	font-size: 14px;
}
.subtitle .total-number span:first-child {
    width: 100px;
}
.subtitle .total-number span {
    padding-right: 10px;
    color: #ffcd05;
}

.sub-wrap { /*mama_공지사항 게시판 하단 밑줄*/
    width: 100%;
    margin: 0 auto;
    height: auto;
    /*border-bottom: 1px solid #000;*/
    overflow: hidden;
}

.subscr { /*mama_공지사항 하단 검정색 밑줄*/
    width: 950px;
    margin: 0 auto;
    /*padding-bottom: 100px;*/
    margin-top: 15px;
    height: auto;
}

.subtitle { /*mama_서브타이틀 밑줄*/
    width: 100%;
    border-bottom: 3px solid #fff;
    display: flex;
    justify-content: space-between;
}

    .subtitle h1 { /*mama_서브타이틀*/
        color: #fff;
        font-size: 28px;
        padding-left: 10px;
        margin-right: 10px;
        height: 50px;
        line-height: 50px;
        display: inline-block;
    }

    .subtitle span {
        font-size: 13px;
        color: #a9a9a9;
    }
    .subtitle .right-con {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 500;
        width: 10rem;
        font-style: normal;
        font-size: 1rem;
        letter-spacing: 0.0em;
        color: #fff;
        border-radius: 20px;
        padding: 5px 15px;
        transition: all 0.5s ease-out;
        background-position: 1% 50%;
        background-size: 300% 300%;
        text-decoration: none;
        margin-bottom: 0.5rem;
        cursor: pointer;
    }
    .subtitle .trc-btn {
        background: #6e2424;
    }
    .subtitle .normal-btn {
        background: #787e2d;
    }

.subscr table tr td button:last-child {
    background: #ffcd05;
}

.subscr table tr td button:hover { /*mama_입출금신청 정정하기 버튼 */
    background: #979797;
}

.trc-wrapper {
    display: inline-flex;
    gap: 10px;
    align-items: end;
}
    .trc-wrapper .wallet-connect {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 500;
        width: 100px;
        font-style: normal;
        font-size: 18px;
        color: #fff;
        transition: all 0.5s ease-out;
        background: #2245ca !important;
        background-position: 1% 50%;
        text-decoration: none;
        margin: 0.00rem;
        cursor: pointer;
        border: 2px solid #4a60b2;
        border-radius: 10px;
    }


.subscr.listss table tr td {
    text-align: center;
}

.subscr table {
    border-collapse: collapse;
    width: 100%;
    font-size: 17px;
    color: #919191;
}

.subscr table tr {
    border-bottom: 1px solid #282828;
    height: 70px;
}

.subscr table tr:hover {
    /*cursor: pointer;*/
}
/*.subscr table tr td{    text-align: center;}*/

.subscr table tr td:first-child {
    padding-left: 20px;
}

.subscr table tr td .loadtext {
    color: #ffcd05;
    font-size: 17px;
    font-weight: 500;
}

.subscr table tr td select {
    height: 42px;
    width: 194px;
    background: none;
    border: 1px solid #646464;
    color: #646464;
    font-size: 15px;
    padding-left: 10px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    transition-duration: 0.3s;
}

.subscr table tr td select:hover {
    border: 1px solid #ffcd05;
}

.subscr table tr td textarea {
    background: none;
    border: 1px solid #646464;
    width: 600px;
    height: 57px;
    padding-left: 10px;
    margin: 15px 0px 15px 0px;
    transition-duration: 0.2s;
    resize: none;
    color: #ffcd05;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.subscr table tr td textarea:hover {
    border: 1px solid #ffcd05;
    transition-duration: 0.2s;
}

.subscr table tr td .sel-short {
    width: 68px;
    /*color: #ffcd05;*/
    height: 41px;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.sel-short {
    width: 68px;
    /*color: #ffcd05;*/
    height: 41px;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    background: none;
    border: 1px solid #646464;
}

.sel-select {
    height: 45px;
    width: 68px;
    background: none;
    border: 1px solid #646464;
    color: #646464;
    font-size: 15px;
    padding-left: 10px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    transition-duration: 0.3s;
}

.sel-short-02 {
    width: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    background: none;
}


.subscr table tr td .sel-short-02 {
    width: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.subscr table tr td input:not(.trc-input) { /*mama_인풋박스 호버*/
    height: 37px;
    width: 180px;
    background: none;
    border: 1px solid #a9a9a9;
    color: #ffcd05;
    font-size: 16px;
    padding-left: 10px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    transition-duration: 0.2s;
}


.subscr table tr td input:hover {/*mama_인풋박스 호버*/
    border: 1px solid #ffcd05;
    transition-duration: 0.2s;
}

.subscr table tr td span {
    font-size: 14px;
    vertical-align: middle;
    padding-left: 10px;
}

.subscr table tr td span p {
    color: #ffcd05;
    height: 13px;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

.subscr table tr td button {
    width: 80px;
    background: #5b5b5b;
    font-size: 15px;
    color: #fff;
    height: 39px;
    vertical-align: top;
    margin-top: 1px;
    border: none;
    cursor: pointer;
    margin-left: 0px;
    font-weight: 500;
}

.subscr table tr td .typedotum {
    font-family: dotum;
    font-size: 11px;
    color: #fff;
    width: 400px;
    padding-right: 190px;
    float: right;
}

.btn_area_one {
    /*width: 300px;*/
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
}

    .btn_area_one button:first-child { /*mama_입출금신청하기 버튼 */
        display: inline-block;
        width: 100%;
        background: transparent;
        text-transform: uppercase;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        letter-spacing: 0.0em;
        /*color: rgba(255, 255, 255, 0.8);*/
        color: #fff;
        border-radius: 0;
        padding: 18px 80px 20px;
        transition: all 0.5s ease-out;
        
        background-position: 1% 50%;
        background-size: 300% 300%;
        text-decoration: none;
        margin: 0.00rem;
        cursor: pointer;
        border: none;
        border-radius: 10px;
        /*border: 2px solid rgb(255 205 5);*/ /*mama_입출금신청 버튼 테투리*/
    }


.btn_area_one button:first-child:hover {/*mama_입출금신청하기 버튼 호버*/
    /*border: 2px solid red;*/
    background: #8F20BC;
    color: #fff;
    background-position: 99% 50%;
    transition: all 0.5s ease-out;
    filter: brightness(1.3);
}

.reply-info {
    float: right;
    margin-right: 10px;
    vertical-align: top;
}
.reply-info span {
    box-shadow: inset 0 10px 3px rgba(0,0,0,.2);
    width: 80px;
    border-radius: 0;
}
.user-icon, .reply-info span {
    display: inline-block;
    width: 50px;
    height: 22px;
    background-color: #ffcd05;
    color: #fff;
    border-top: 1px solid #000000;
    text-shadow: 0 0 4px #000;
    text-align: center;
    line-height: 22px;
    font-size: 11px!important;
}
.reply-info .waiting, .user-icon {
    background-color: #afb3b9;
}
.notice-date {
    display: inline-block;
    line-height: 20px;
	padding-left: 10px;
}
.notice-date li {
    display: inline-block;
    margin-right: 15px;
}
.notice-date li:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 1px;
    height: 12px;
    background: #666;
}
.boardview{    text-align: left;
    font-size: 14px;
    font-weight: 100;padding-left: 30px !important;}
.notice-date li:first-child:before{display:none}

.board.reply {
    margin-top: 20px;
    border: 3px solid #292929;
}
.board.reply .notice.title th {
    border-right: 1px solid #282828;
}
.board.reply .notice.title th {
    vertical-align: middle;
}
.board.reply .notice.title th div {
    text-align: center;
    color: #fff;
}
.board.reply .notice.title th div p {
    font-size: 50px;
    padding-right: 7px;
    text-align: center;
    color: #fff;
}
.view-content div{background-color: #292929;
    color: #fff;
	padding: 20px !important;
    height: 100% !important;
	text-align: left;
    font-size: 14px;
    font-weight: 100;}

/*ë³´ë“œì“°ê¸°*/
.board.view .notice th {
    padding: 10px;
}
.table-style-c #title {
    background: #1c1c1c;
    color: #fff;
    width: 100%;
    border: 1px solid #4e4e4e;
    padding: 3px;
}
.table-style-c #chul_name {
    background: #1c1c1c;
    color: #fff;
    width: 100%;
    border: 1px solid #4e4e4e;
    padding: 3px;
}
.view-content div textarea{height: 300px;
    width: 100%;
    background: #1c1c1c;
    border: 1px solid #4e4e4e;
    color: #c9c9c9;
    line-height: 25px;
    font-size: 14px;;}



.money-info-wrapper {
    display: flex;
    gap: 40px;
    width: 100%;
}




/*ê²Œìž„ë¨¸ë‹ˆì´ë™*/

.money-push {
    min-width: 320px;
	height: auto !important;
    margin: 10px 0 !important;
}
.money-push ul {
    min-width: 300px;
    width: 100%;
    text-align: left;
    font-size: 0;
}
.money-push li {
    min-width: 259px;
    min-height:140px;
    margin-bottom: 12px;
    display: inline-block;
    padding: 12px 2%;
    box-shadow: inset -1px -1px 0 #343434, inset 1px 1px 0 #5b5b5b;
    background-color: #262626;
    width: 19.1%;
    margin-right: 10px;
    vertical-align: top;
}
.money-push>ul>li>p {
    padding: 0 0 12px 0;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #ffcd05;
}
.money-push .money-info {
    padding: 12px;
    border-radius: 4px;
    box-shadow: inset 0 4px 4px #000;
    background-color: #111;
    color: #fff;
    text-align: center;
}
.money-push .money-info span {
    padding-right: 6px;
    font-size: 20px;
    font-weight: bold;
}
.money-push .push {
    text-align: center;
}
.money-push .push p {
    display: inline-block;
    padding: 6px;
    cursor: pointer;
}


.btn_area {
    width: 620px;
    margin: 0 auto;
    margin-top: 30px;
}

.btn_area button:first-child {/*mama_고객센터 글 작성하기 버튼*/
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    width: 300px;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.0em;
    color: #fff;
    border-radius: 0;
    padding: 18px 80px 20px;
    transition: all 0.5s ease-out;
    background: #8F20BC;
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 0.00rem;
    cursor: pointer;
    border: none;
    border: 2px solid #8F20BC;
    border-radius: 10px;
}

.btn_area button:first-child:hover {
    color: #fff;
    border: #8F20BC;
    width: 300px;
    color: white;
    background-position: 99% 50%;
    transition: all 0.5s ease-out;
    border: 2px solid #8F20BC;
    filter: brightness(1.3);
}

.btn_area button:last-child {/*mama_공지사항 상세내용 목록 버튼*/
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    width: 300px;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.0em;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    padding: 18px 80px 20px;
    transition: all 0.5s ease-out;
    background: #333333;
    /*background: linear-gradient(270deg, rgba(95, 95, 95, 0.5), rgba(71, 71, 71, 0.8), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0));*/
    background-position: 1% 50%;
    background-size: 300% 300%;
    text-decoration: none;
    margin: 0.125rem;
    cursor: pointer;
    border: none;
    border: 2px solid rgba(95, 95, 95, 0.5);
    border-radius: 10px;
}

.btn_area button:last-child:hover {/*mama_공지사항 상세내용 목록 버튼 호버*/
    color: #fff;
    /*border: 2px solid rgba(95, 95, 95, 1.0);*/
;    background-position: 99% 50%;
    transition: all 0.5s ease-out;
    filter: brightness(1.3);
}


.subscr table thead {
    font-size: 14px;
    font-weight: 300;
}

.subscr table thead th {/*mama_공지사항 테이블*/
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    /*background:#111111*/
}

.subscr table thead tr {
    height: 60px;
}

.subscr table thead tr td {
    height: 30px;
}

.subscr table tbody tr td {
    height: 20px !important;
    font-size: 15px;
}

.subscr table tbody tr td .c-enable {
    height: 30px;
    width: 100px;
    margin-left: 20px;
    cursor: pointer;
    background: #8532c2;
    border-radius: 5px;
    color: #fff;
    font-family: dotum;
    font-size: 12px;
    border: 1px solid #a24fd3;
    transition-duration: 0.3s;
    text-align: center;
}

.subscr table tbody tr td .c-enable:hover {
    background: #4e266c;
    border: 1px solid #4e266c;
    transition-duration: 0.3s;
}

.subscr table tbody tr td .c-disable {/*mama_*/
    height: 30px;
    width: 100px;
    cursor: pointer;
    background: #8b8b8b;
    border-radius: 5px;
    color: #fff;
    font-family: dotum;
    font-size: 12px;
    border: 1px solid #6a6a6a;
    text-align: center;
    margin-left: 20px;
}
.select, .yellow {
    color: #ffc210!important;
}







/*ë‹¤ìš´ë¡œë“œì„¼í„°*/
.dwcter-container {
    padding-left: 1%;
    border-bottom: 1px solid #383838;
    height: 100px;
    margin-top: 40px;
}

.dwcter-container p:first-child {
    font-size: 28px;
    height: 20px;
    color: #ffcd05;
}

.dwcter-container p:last-child {
    font-size: 15px;
    color: #767676;
}

.dwcter-wrap {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 3%;
}

.dwcter-wrap li:last-child {
    width: 15.5%;

    height: 180px;
    margin-right: 0px;
    float: left;
    background: #3a3a3a;
    border-radius: 5px;
    border: 1px solid #454545;
}

.dwcter-wrap li {
    transition-duration: 0.2s;
    width: 15.5%;
    height: 180px;
    margin-right: 1%;
    float: left;
    background: #3a3a3a;
    border-radius: 5px;
    border: 1px solid #454545;
    cursor: pointer;
}

.dwcter-wrap li span {
    text-align: center;
    display: block;
    height: 80px;
    line-height: 150px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.dwcter-wrap li h1 {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
    margin: 0;
    height: 25px;
}

.dwcter-wrap li h2 {
    font-size: 10px;
    text-align: center;
    font-weight: 300;
    color: #6c6c6c;
    height: 30px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 100%;
}



.rem_back {
    width: 100%;
    height: 480px;
    background: url(/Assets/img/remote_back.jpg)no-repeat;
    background-size: 100%;
}

.rem_wrap {
    border-bottom: 1px solid #313131;
    margin: 5%;
}

.rem_wrap p:first-child {
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    color: #fff;
}

.rem_wrap p:last-child {
    font-weight: bold;
    font-size: 23px;
    color: #ffcd05;
    margin-top: 5%;
}

.rem_wrap p span {
    font-size: 13px;
    color: #767676;
    display: block;
    height: 30px;
}

.rem_wrap img {
    width: 100%;
}

.partner-wrap {
    margin: 3% 1% 1% 1%;
    width: 100%;
}

.partner-wrap img {
    width: 934px;
}


/*í•¸ë“œí°ë³€ê²½íŒì—…*/

.pop_number {
    width: 370px;
    height: auto;
    padding: 20px;
    background: #212121;
    top: 200px;
    margin-left: 25%;
    margin-bottom: 25%;
    border: 2px solid #d15d04;
    border-radius: 10px;
}

.pop_table table {
    width: 80%;
    text-align: center;
    border-collapse: collapse;
    margin: 0 auto;
    color: #f2f2f2;
}

.pop_table tr {
    border-bottom: 1px solid #373737;
    height: 70px;
}

.pop_button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pop_button button {
    width: 200px;
    height: 50px;
    margin-top: 20px;
    background: #d15d04;
    font-size: 16px;
    color: #fff;
    border: none;
}






/*íœ´ëŒ€í°ë²ˆí˜¸ë³€ê²½*/

.btn_pop_close {
    display: block;
    top: 30px;
    position: absolute;
    right: 30px;
    cursor: pointer;
    position: absolute;
}

.uptitle {
    height: 70px;
}

.layerlayout {
    width: 500px;
    position: relative;
    background: #1c1c1c;
    height: auto;
    color: #f2f2f2;
}

.hp_chg_table {
    padding: 40px;
}

.hp_chg_table table {
    border-collapse: collapse;
}

.hp_chg_table table tbody tr {
    border-bottom: 1px solid #373737;
    height: 70px;
}

.hp_chg_table table tbody tr td {
    padding-top: 15px;
    padding-bottom: 10px;
}

.hp_chg_table table tr td select {
    width: 80px;
    color: #fff;
    height: 32px;
    border: 1px solid #ffcd05;
    background: #121212;
    font-size: 15px;
    padding-left: 7px;
}

.hp_chg_table table tr td input {
    width: 40px;
    color: #fff;
    height: 28px;
    border: 1px solid #ffcd05;
    background: #121212;
    text-align: center;
    font-size: 16px;
}

.hp_chg_table table {
    width: 100%;
    margin: 0;
}



.layerbtn_area {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}

.layerbtn_area button:first-child {
    width: 130px;
    cursor: pointer;
    height: 40px;
    background: #373737;
    transition-duration: 0.3s;
    border: none;
    font-size: 16px;
    color: #fff;
}

.layerbtn_area button:first-child:hover {
    width: 130px;
    height: 40px;
    background: #ffcd05;
    transition-duration: 0.3s;
    border: none;
    font-size: 16px;
    color: #fff;
}

/*.layerbtn_area button:last-child {
    width: 130px;
    height: 40px;
    background: #373737;
    border: none;
    transition-duration: 0.3s;
    font-size: 16px;
    color: #fff;
}

.layerbtn_area button:last-child:hover {
    width: 130px;
    height: 40px;
    background: #ffcd05;
    cursor: pointer;
    border: none;
    transition-duration: 0.3s;
    font-size: 16px;
    color: #fff;
}
*/
.hide {
    display: none;
}

.notice-icon { /*mama_공지사항 뱃지 버튼*/
    display: inline-block;
    width: 44px;
    height: 22px;
    border-radius: 0 8px;
    
    /*background-color: #f00;*/
    color: #fff;
    border-top: 1px solid #000000;
    text-shadow: 0 0 4px #000;
    text-align: center;
    line-height: 22px;
    font-size: 11px !important;
}
.subscr table div{ margin:0; padding:0;}


/** BEGIN CSS **/
	@keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-moz-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-webkit-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-o-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-moz-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-webkit-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@-o-keyframes rotate-loading {
		0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
		100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
	}

	@keyframes loading-text-opacity {
		0%  {opacity: 0}
		20% {opacity: 0}
		50% {opacity: 1}
		100%{opacity: 0}
	}

	@-moz-keyframes loading-text-opacity {
		0%  {opacity: 0}
		20% {opacity: 0}
		50% {opacity: 1}
		100%{opacity: 0}
	}

	@-webkit-keyframes loading-text-opacity {
		0%  {opacity: 0}
		20% {opacity: 0}
		50% {opacity: 1}
		100%{opacity: 0}
	}

	@-o-keyframes loading-text-opacity {
		0%  {opacity: 0}
		20% {opacity: 0}
		50% {opacity: 1}
		100%{opacity: 0}
	}
	.loading-container,
	.loading-animate {
		height: 100px;
		position: fixed;
		width: 100px;
		border-radius: 100%;
	}
	

	.loading-container {
		/* margin: 0px auto; */
		z-index: 9999;
		top: 43%;
		left: 50%;
		/* display: block; */
	}

	.loading-animate {
		border: 2px solid transparent;
		border-color: transparent #fff transparent #FFF;
		-moz-animation: rotate-loading 1.5s linear 0s infinite normal;
		-moz-transform-origin: 50% 50%;
		-o-animation: rotate-loading 1.5s linear 0s infinite normal;
		-o-transform-origin: 50% 50%;
		-webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
		-webkit-transform-origin: 50% 50%;
		animation: rotate-loading 1.5s linear 0s infinite normal;
		transform-origin: 50% 50%;
	}

	.loading-container:hover .loading-animate {
		border-color: transparent #E45635 transparent #E45635;
	}
	.loading-container:hover .loading-animate,
	.loading-container .loading-animate {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	#loading-text {
		-moz-animation: loading-text-opacity 2s linear 0s infinite normal;
		-o-animation: loading-text-opacity 2s linear 0s infinite normal;
		-webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
		animation: loading-text-opacity 2s linear 0s infinite normal;
		color: #ffffff;
		font-family: "Helvetica Neue, "Helvetica", ""arial";
		font-size: 10px;
		font-weight: bold;
		margin-top: 45px;
		opacity: 0;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		top: 0;
		width: 100px;
	}
	.loading-background {
	    background: #000;
		width: 100%;
		height: 100%;
		z-index: 998;
		position: fixed;
		opacity: 0.3;
		top:0;
		left:0
	}


/********************************************
	default theme common css
*/

/* 응답형 테이블 스타일 */
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

    .table-responsive::-webkit-scrollbar:vertical {
        width: 4px;
    }

    .table-responsive::-webkit-scrollbar:horizontal {
        height: 4px;
    }

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
}

.table-responsive::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.table-responsive th, .table-responsive td {
    white-space: nowrap;
}

/*****************************/
/* awesome icon style fixing */
i.fas, i.fab {
    margin-right: 4px !important;
}




span.gold-money {
    color: gold;
    font-weight: bold;
    text-shadow: 1px 1px black;
}


/* left banner styles */
.left-banner-wrapper {
}

    .left-banner-wrapper li {
        margin-top: 4px;
        display: block;
        overflow: hidden;
    }

    .left-banner-wrapper ul, .left-banner-wrapper li {
        padding: 0;
    }

        .left-banner-wrapper ul li a {
            padding: 0;
            margin: 0;
            display: inline-block;
            background: black;
            width: 100%;
        }

    .left-banner-wrapper img {
        width: 100%;
    }

.topBtn {
    display: none; /* 기본적으로 버튼을 숨깁니다. */
    position: fixed; /* 화면에 고정시킵니다. */
    bottom: 20px; /* 아래쪽에서 20px 위로 위치 */
    right: 30px; /* 오른쪽에서 30px 왼쪽으로 위치 */
    z-index: 99; /* 다른 요소보다 위에 오도록 설정 */
    border: none; /* 테두리 없음 */
    outline: none; /* 아웃라인 없음 */
    background-color: #007BFF; /* 버튼 색상 */
    color: white; /* 텍스트 색상 */
    cursor: pointer; /* 마우스를 올렸을 때 커서 모양 */
    padding: 15px; /* 버튼 내부 여백 */
    border-radius: 10px; /* 모서리 둥글게 */
    font-size: 18px; /* 글꼴 크기 */
}

    .topBtn:hover {
        background-color: #555; /* 마우스를 올렸을 때 버튼 색상 */
    }

.trc-type-wrapper {
    display: flex;
    gap: 15px;
    height: 43px;
    justify-content: center;
    align-items: center;
}