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 6px 6px 6px;
}


/**
    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:hover {
    background-color: rgba(103, 195, 168, 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 {
    text-align: center;
}

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


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

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

table.profit thead {
    background-color: rgba(103, 174, 255, 0.47);
}

.profit tbody:nth-child(odd) {
    background: rgba(134, 136, 135, 0.116);
}

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

td.slash {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="gray" /></svg>');
}

td.backslash {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="5%" y1="5%" x2="95%" y2="95%" stroke="lightgray" /></svg>');
}

th.price_cell {
    /* background-color: rgb(231, 231, 231); */
    width: 4%;
}

th.price_cell_odd {
    background-color: rgb(179, 222, 250);
    width: 4%;
}

.profit tr,
.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;
}

div.r {
    text-align: right;
    float: right;
}


/* .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 .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);
}

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


/* div.price
div.plus_price {
    color: rgb(56, 56, 173);
} */


/**
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;
}


/** 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);
}


/* 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;
}