html,
body {
    font-size: 12px;
    height: 100%;
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

#header-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    /*background-color: #00a1e4;*/
    background-color: #fff;
    /*color: #fff;*/
    z-index: 100;
}

#header-container h2 {
    position: relative;
    top: 0px;
    left: 20px;
    font-size: 1.5em;
    font-weight: bold;
}

#header-container-no-top {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    background-color: #fff;
    z-index: 100;
}

#menu-container {
    position: fixed;
    top: 85px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-left: 20px;
    padding-top: 5px;
    box-sizing: border-box;
    background-color: #3a3b40;
    z-index: 200;
    -webkit-transition: padding-left 200ms linear;
    -moz-transition: padding-left 200ms linear;
    -ms-transition: padding-left 200ms linear;
    -o-transition: padding-left 200ms linear;
    transition: padding-left 200ms linear;
}

#menu-container.fixed {
    padding-left: 120px;
    opacity: 0.95;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}

#menu-container .menu-item {
    font-size: 1.1em;
    font-weight: normal;
    color: #fff;
}

#menu-container .menu-icon {
    display: block !important;
    position: absolute;
    left: -100px;
    /*top: 14px;*/
    font-size: 1.1em;
    font-weight: normal;
    color: #fff;
    -webkit-transition: left 300ms linear;
    -moz-transition: left 300ms linear;
    -ms-transition: left 300ms linear;
    -o-transition: left 300ms linear;
    transition: left 300ms linear;
}

#menu-container .menu-icon.on {
    left: 15px;
}

#menu-container a:visited {
    color: #ffffff;
}

#menu-container a:link {
    color: #ffffff;
}


/*#blog-container {*/


/*margin-top:130px;*/


/*padding: 20px;*/


/*padding-left: 70px;*/


/*}*/


/* schedule*/

input.sch_radio {
    margin: 0px;
}

input[type='radio'] {
    margin: 0px;
}


/* help */

img.help {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 96%;
    max-width: 500px;
}

img.help_half {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 96%;
    max-width: 250px;
}


/* relation */

th.rel {
    text-align: center;
}

div.page_nav {
    text-align: center;
}


/* 정보 없음 */

i.c_pre {
    color: #655a61;
}

i.c_na {
    color: #cccccc;
}

i.c_unlink {
    color: #888888;
}

i.c_pair {
    color: #fa6a09;
}


/*나를 팔로잉 - 나의 팔로워*/

i.c_follower {
    color: #2879e4;
}


/*내가 팔로잉*/

i.c_following {
    color: #30b07f;
}


/* 앱 가입 버튼 */

div.small_grid {
    padding: 0px 10px 0px 0px;
}

button.small_grid {
    margin-left: 10px;
    margin-right: 10px;
    padding: 4px 12.5px 4px 12.5px;
}

button.small {
    margin: 0px;
    padding: 6px 12.5px 6px 12.5px;
}

button.small_v {
    width: 100%;
    /*margin:0px;*/
    margin-left: 10px;
    margin-right: 10px;
    padding: 6px 0px 6px 0px;
}


/**
    table default
 */

.table_noborder td,
.table_noborder th {
    border: 1px solid #e2e2e2 !important;
    border-left: 1px solid #e2e2e2 !important;
    border-right: 1px solid #e2e2e2 !important;
}


/** table mouse over */

.mytable {
    /*background-color: #b7b7b7;*/
    font-weight: normal;
}

.mytable tr {
    border: 1px !important;
}

.mytable tr.selected {
    background-color: rgba(212, 241, 82, 0.47);
}

.mytable tr.removed {
    background-color: rgba(104, 104, 104, 0.47);
}

.mytable:hover {
    background-color: rgba(103, 195, 168, 0.47);
}

.mytable.selected {
    background-color: rgba(66, 195, 255, 0.47);
}

.same {
    background-color: rgba(212, 241, 82, 0.47);
    /* background-color: rgba(212, 127, 238, 0.47); */
}

.table_noborder2 td,
.table_noborder2 th {
    border: 0px solid #e2e2e2 !important;
    border-left: 0px solid #e2e2e2 !important;
    border-right: 0px solid #e2e2e2 !important;
}


/** 검색 테이블 **/

table.search {
    /* background-color: rgba(103, 195, 168, 0.47); */
}

.search tr,
.search th,
.search td {
    height: 20px;
    margin: 0px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.search th {
    text-align: center;
    font-weight: bold;
}

.search input {
    min-height: 21px;
    height: 21px;
    padding: 0px;
    margin: 0px;
    background-color: #9aceff;
    text-align: center;
}

.search td.c,
th.c,
div.c {
    text-align: center;
}

.search td.r,
th.r {
    text-align: right;
}

div.r {
    float: right;
}


/** 수익률 테이블 **/

table.profit {
    /* background-color: rgba(103, 255, 168, 0.47); */
    /* border-collapse: collapse; */
    width: 100%;
}

.profit tbody:nth-child(odd) {
    background: rgba(187, 187, 187, 0.356);
}

.profit tbody:nth-child(even) {
    background: rgba(255, 255, 255, 0.356);
}

table.withMax tbody:nth-of-type(1) {
    background: rgba(27, 98, 250, 0.61);
    color: white;
}

tbody.profit:hover {
    background-color: rgba(214, 255, 103, 0.47);
}

.profit th {
    text-align: center;
}


/* .profit tr, */

tr.profit,
.profit th,
.profit td {
    height: 18px;
    margin: 0px;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    border: 1px solid #e2e2e2 !important;
    border-left: 1px solid #e2e2e2 !important;
    border-right: 1px solid #e2e2e2 !important;
}

.profit input {
    min-height: 18px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    background-color: #ffef00;
    text-align: right;
}

.profit div {
    margin: 0px;
}

.profit td.w {
    background-color: white;
}

.profit td {
    font-size: 10pt;
}

.profit td.h {
    text-align: center;
    font-weight: 700;
}

.profit td.h0,
tr.h0 {
    color: black;
    text-align: center;
    font-weight: 700;
    background-color: rgba(137, 139, 143, 0.151);
}

.profit td.h1,
tr.h1 {
    color: black;
    text-align: center;
    font-weight: 700;
    background-color: rgba(93, 98, 107, 0.151);
}

.profit td.h2,
tr.h2 {
    text-align: center;
    font-weight: 700;
    background-color: rgba(89, 93, 100, 0.418);
}

.profit td.h3,
tr.h3 {
    text-align: center;
    font-weight: 700;
    background-color: rgba(122, 163, 238, 0.5);
}

.profit td.h4,
tr.h4 {
    text-align: center;
    font-weight: 700;
    background-color: rgba(159, 238, 194, 0.5);
}

.profit td.h5,
tr.h5 {
    text-align: center;
    font-weight: 700;
    background-color: rgba(236, 202, 129, 0.5);
}

.profit td.h6 {
    text-align: center;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.5);
}

.profit td.h7 {
    text-align: center;
    font-weight: 700;
    background-color: rgba(218, 158, 79, 0.5);
}

.profit td.h8 {
    text-align: center;
    font-weight: 700;
    background-color: rgba(69, 124, 226, 0.5);
}

.profit td.n {
    text-align: left;
    font-weight: 500;
}

.profit td.c,
th.c {
    text-align: center;
}

.profit td.r,
th.r {
    text-align: right;
}

.profit td.strike {
    text-decoration: line-through;
}

.profit th.vehicle,
.profit td.vehicle {
    background-color: rgba(211, 252, 173, 0.2);
}


/* .profit tbody:hover {
    background-color: rgba(255, 195, 168, 0.47);
} */


/* tbody:hover,
tr.hover,
th.hover,
td.hover,
tr.hoverable:hover {
    background-color: rgba(103, 195, 255, 0.47);
} */


/* text decorations  */

.profit .b {
    font-weight: 700;
}

.profit .red {
    color: rgb(202, 60, 60);
}

.profit .green {
    color: rgb(73, 128, 85);
}

.profit .blue {
    color: rgb(56, 56, 173);
}

.b_trade {
    background-color: rgb(214, 230, 231);
}

.b_lease {
    background-color: rgba(237, 238, 227, 0.753);
}

.b_rent {
    background-color: rgb(235, 228, 240);
}

.profit .floor {
    text-align: center;
    width: 50px;
    height: 33px;
    border-radius: 5px;
    padding: 1px 10px 1px 10px;
}

.profit .floor0 {
    color: white;
    background-color: rgb(66, 63, 248);
}

.profit .floor1 {
    background-color: rgb(126, 207, 88);
}

.profit .floorZone {
    background-color: rgb(88, 207, 207);
}


/*
.profit .floor2 {
    background-color: rgb(235, 126, 25);
}

.profit .floor3 {
    background-color: rgb(240, 203, 40);
}

.profit .floor4 {
    background-color: rgb(60, 74, 202);
}

.profit .floor5 {
    background-color: rgb(60, 202, 103);
}

.profit .floor10 {
    background-color: rgb(59, 56, 56);
    color: white;
}

.profit .floor20 {
    background-color: rgb(95, 92, 92);
    color: white;
} */


/**
ZERO Auction
**/

.zero .price {
    font-size: 1.4em;
    font-weight: 700;
}

.zero .price_diff {
    font-size: 1.2em;
    font-weight: 700;
}

.zero .price_diff_under {
    font-size: 1.2em;
    font-weight: 700;
    color: rgb(218, 98, 98);
}

.zero .compare {
    font-size: 1.4em;
    font-weight: 700;
}

.zero .gray {
    color: rgb(170, 170, 170);
}

.zero .good {
    color: rgb(58, 180, 21);
}

.zero .plus {
    color: rgb(34, 14, 209);
}

.zero .minus {
    color: rgb(219, 20, 20);
}

.zero .desc {
    float: left;
    font-size: 10px;
    color: rgb(170, 170, 170);
}


/* zero detail page */

.zerod {
    height: 40px;
}

.zerod tr {
    height: 40px;
}

.borderA {
    border: 3px solid #0ba073 !important;
    /* border-right: 3px solid #ff0000 !important; */
}

.borderB {}

#cost {
    margin-top: 10px;
    font-size: 1.6em;
    text-align: center;
    font-weight: 700;
}

#cost_desc {
    margin-top: 30px;
    font-size: 0.7em;
    text-align: center;
}

tr#cost_box {
    height: 120px;
}

.cost_box_red {
    border: 5px solid red !important;
}

.cost_box_green {
    border: 5px solid green !important;
}

th.naver,
td.naver {
    background-color: #1ec800;
    color: white;
    font-weight: 700;
}

th.molit,
td.molit {
    background-color: #3cb1ff;
    color: white;
    font-weight: 700;
}

th.head,
td.head {
    background-color: #ebebeb50;
    color: rgb(18, 71, 131);
    font-weight: 500;
    text-align: center;
}

.zerod th,
.zerod td,
.zerod div {
    font-size: 1.2em;
}

div.zerodesc {
    /* float: left; */
    text-align: center;
    font-size: 10px;
    color: rgb(170, 170, 170);
}

.zerod input {
    min-height: 25px;
    height: 25px;
    padding: 3px;
    margin: 0px;
    background-color: #f8f7e2;
    text-align: right;
    color: gray;
    font-weight: 300;
    font-size: 0.7em;
}

table.zerox {
    padding: 10px;
}

tr.zerox,
.zerox td,
.zerox th {
    border: 0 solid !important;
    padding: 5px;
    height: 60px;
    line-height: 28px;
}

table.zeroxx {
    padding: 10px;
}

tr.zeroxx,
.zeroxx td,
.zeroxx th {
    border: 0 solid !important;
    padding: 5px;
    height: 24px;
    line-height: 24px;
    font-size: 1.1em;
}

div.v2_medium {
    font-size: 1.0em;
}

div.v2_money1 {
    font-size: 1.1em;
}

div.v2_money2 {
    color: blue;
    font-size: 1.0em;
}

div.v2_money2m {
    color: red;
    font-size: 1.0em;
}

.invest_warn {
    float: right;
    color: red;
    font-weight: 700;
    display: none;
}

div.title1 {
    font-size: 1.5em;
}

div.title2 {
    font-size: 1.3em;
}

pre.box {
    /* background-color: #E6E6FA; */
    padding: 10px;
    overflow: auto;
    white-space: pre-wrap;
}

div.zerodesc {
    /* float: left; */
    text-align: center;
    font-size: 10px;
    color: rgb(170, 170, 170);
}


/**
buttons
**/

button.calc {
    width: 100%;
    height: 18px;
    min-height: 18px;
    margin: 1px 0px 0px 0px;
    /*margin:0px;*/
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    padding: 0px;
}

button.calc2 {
    width: 100%;
    height: 24px;
    min-height: 24px;
    margin: 1px 0px 0px 0px;
    /*margin:0px;*/
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    padding: 0px;
}


/** i - icon **/

i.on {
    color: rgb(118, 230, 54);
}

i.off {
    color: rgba(42, 46, 40, 0.548);
}


/* input::placeholder.must {
    color: white;
    opacity: 1;
} */

input.must,
input.need {
    color: white;
}

input.must::-ms-input-placeholder,
input.need::-ms-input-placeholder {
    color: rgb(184, 184, 184);
}

input.must::-webkit-input-placeholder,
input.need::-webkit-input-placeholder {
    color: rgb(201, 201, 201);
    font-weight: normal;
}

input.must::-moz-placeholder {
    color: rgb(184, 184, 184);
}

input.basic {
    color: black;
    background-color: white;
    text-align: center;
}

textarea.descbox {
    height: 80px !important;
    max-height: 80p !important;
}


/* tag style */


/*
 * ----------------------------------------
 */


/* join app tag */

#post-list-section {
    padding: 0;
}

.isMobile #post-list-section {
    padding-bottom: 54px;
}


/* @ tag */

#post-list-section .tag-section {
    background: #eee;
}

#post-list-section .tag-section .tag-filter-list {
    color: #000000;
    font-size: 16px;
    height: 24px;
    padding: 4px 15px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#post-list-section .tag-section .tag-filter-list>span {
    display: inline-block;
}

#post-list-section .tag-section .tag-filter-list #stag_filter {
    vertical-align: middle;
}

#post-list-section .tag-section .tag-filter-list #filter_text {
    margin-right: 10px;
    padding-left: 17px;
    position: relative;
    vertical-align: middle;
}

#post-list-section .tag-section .tag-filter-list #filter_text:before {
    position: absolute;
    left: 8px;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    display: block;
    background: #ffc4be;
    width: 1px;
}

#post-list-section .tag-section .tag-list {
    padding: 5px 8px 5px 8px;
    overflow: hidden;
    max-height: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
}

#post-list-section .tag-section .tag-list .tag-desc {
    float: left;
    /*border:1px solid #fe6658;*/
    margin: 5px 2px 5px 2px;
    padding: 3px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    background: #fe574a;
    -webkit-border-radius: 10px;
    /*border-radius:10px;*/
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    overflow: hidden;
}

#post-list-section .tag-section .tag-list .tag-desc2 {
    float: left;
    /*border:1px solid #fe6658;*/
    margin: 5px 2px 5px 2px;
    padding: 3px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    -webkit-border-radius: 10px;
    /*border-radius:10px;*/
    color: #9a9a9a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    overflow: hidden;
}

#post-list-section .tag-section .tag-list .tag-desc-popular {
    float: left;
    /*border:1px solid #fe6658;*/
    margin: 5px 2px 5px 2px;
    padding: 3px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    -webkit-border-radius: 10px;
    /*border-radius:10px;*/
    color: #5cc3a7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    overflow: hidden;
}

#post-list-section .tag-section .tag-list .tag-item {
    float: left;
    border: 1px solid #fe6658;
    margin: 5px 2px 5px 2px;
    padding: 3px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fe6658;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    overflow: hidden;
}

#post-list-section .tag-section .tag-list .tag-item2 {
    float: left;
    border: 1px solid #86bde4;
    margin: 5px 2px 5px 2px;
    padding: 3px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #86bde4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    overflow: hidden;
}

#post-list-section .tag-section .tag-list .tag-item-popular {
    float: left;
    border: 1px solid #5cc3a7;
    margin: 5px 2px 5px 2px;
    padding: 3px 10px 0 10px;
    font-size: 14px;
    font-weight: 500;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #5cc3a7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    overflow: hidden;
}

table.swal_charge_request {
    width: 100%;
}

table.swal_charge_request tr {
    height: 30px;
}

table.swal_charge_request th {
    text-align: center;
    width: 30%;
}

table.swal_charge_request td {
    text-align: left;
    padding-left: 20px;
}


/**
    Charge Stat
**/

div.CS_STAT {}

div.CS_CREATE_REQUEST {
    color: rgb(159, 159, 159);
}

div.CS_SHOW_ACCOUNT,
div.CS_WAIT_DEPOSIT {
    color: rgb(91, 91, 91);
}

div.CS_DEPOSIT {}

div.CS_AUTO_CHARGED {
    border-radius: 6px;
    background: #139c5a;
    color: rgb(255, 255, 255);
}

div.CS_DENY_SETTLE {
    border-radius: 6px;
    background: #71139c;
    color: rgb(255, 255, 255);
}

tr.CS_DENY_SETTLE {
    text-decoration-line: line-through;
    text-decoration-color: red;

    color: gray;
}

div.CS_MANUAL_CHARGED {
    border-radius: 25px;
    background: #a6d314;
    color: rgb(255, 255, 255);
}

div.CS_CANCEL_BY_USER {
    color: rgb(255, 0, 200);
    font-weight: 600;
}

div.CS_CANCEL_BY_ADMIN {
    color: red;
}

div.CS_CANCEL_BY_SITE_CALLBACK {
    color: rgb(103, 1, 1);
    font-weight: 600;
}

div.CS_ERROR_CALLBACK_SUCCESS_RET {
    background: #e78b0c;
    color: rgb(244, 239, 238);
    border-radius: 6px;
    text-decoration: line-through;
    font-weight: 700;
}

div.CS_ERROR_CALLBACK_FAIL_RET {
    background: #e78b0c;
    color: rgb(0, 30, 255);
    border-radius: 6px;
    text-decoration: line-through;
    font-weight: 700;
}

div.CS_ERROR_TIMEOUT_DEPOSIT {
    color: red;
    text-decoration: line-through;
    font-weight: 700;
}

div.CS_ERROR_AMOUNT {}

div.CS_ERROR_DUPLICATED {}

div.CS_ERROR_ETC {}

span.manage_btn {
    border-radius: 5px;
    background: #3644c5;
    padding: 3px 5px 3px 5px;
    color: rgb(255, 255, 255);
}

span.manage_btn2 {
    border-radius: 5px;
    background: #c58936;
    padding: 3px 15px 3px 15px;
    color: rgb(255, 255, 255);
}

span.manage_btn3 {
    border-radius: 5px;
    background: #969995;
    padding: 3px 5px 3px 5px;
    color: rgb(255, 255, 255);
}

span.manage_btn4 {
    border-radius: 5px;
    background: #3b9719;
    padding: 3px 5px 3px 5px;
    color: rgb(255, 255, 255);
}

span.manage_btn5 {
    border-radius: 5px;
    background: #bf0202;
    padding: 3px 5px 3px 5px;
    color: rgb(255, 255, 255);
}
/**
다중선택 UI
**/

div.multi_select {
    border-radius: 5px;
    background: #c9c9c9;
    padding: 3px 15px 3px 15px;
    margin: 2px 5px 2px 5px;
    color: rgb(37, 10, 10);
    font-size: 0.9em;
}

div.multi_select:hover {
    background: #c8ceff;
    color: rgb(37, 10, 10);
}

div.multi_select.all {
    background: #f6c9ff;
    color: rgb(19, 16, 16);
}

div.multi_select.selected {
    background: #de8a29;
    color: rgb(255, 255, 255);
}


/** 정렬 **/

div.multi_select_sort {
    border-radius: 5px;
    background: #ffea9f;
    padding: 3px 15px 3px 15px;
    margin: 2px 5px 2px 5px;
    color: rgb(37, 10, 10);
    font-size: 0.9em;
}

div.multi_select_sort:hover {
    background: #c8ceff;
    color: rgb(37, 10, 10);
}

div.multi_select_sort.all {
    background: #f6c9ff;
    color: rgb(19, 16, 16);
}

div.multi_select_sort.selected {
    background: #20f58e;
    color: rgb(255, 255, 255);
}


/**
**/

pre.exchange {
    margin-top: 1px;
    margin-bottom: 0px;
    padding: 5px;
}

li.mini {
    margin: 0;
    padding: 5px 14px 5px 14px !important;
}

tr.crawlerColor {
    background-color: #abcff2AA;
}

tr.crawlerColor.odd {
    background-color: #d2f6ffaa;
}

tr.crawlerColor.even {
    background-color: #def1fdaa;
}

tr.crawlerColor:hover {
    background-color: rgba(195, 227, 50, 0.47);
}


/**
**/

td div.amounts {
    color: rgb(23, 91, 228);
}

td div.guess {
    color: rgb(228, 129, 23);
}

td div.fees {
    color: rgb(184, 65, 41);
}


/** ul.li.div scroll
**/

div.scrollToggleBox {
    overflow: auto;
}

div.scrollToggleBox.small {
    height: 26px;
}

tr.expired {
    color: red;
    text-decoration: line-through;
    font-weight: 500;
}