body {
    overflow: hidden;
    background-color: #EEEEEE;
}

md-whiteframe {
    background: #000000;
}

#content {
    padding: 24px;
}

fieldset.standard {
    border-style: solid;
    border-width: 1px;
}

.margin-input-container {
    margin: 8px 0px 8px 0px;
}

.padding-input-container {
    padding: 8px 0px 8px 0px;
}

.padding-top-bottom {
    padding: 8px 0px 8px 0px;
}

.padding-left-right {
    padding: 0px 8px 0px 8px;
}

.red-alert {
    font-style: italic;
    color: red;
    font-size: 70%;
}

.red-alert-big {
    font-style: bold;
    color: red;
    font-size: 20px;
}

/* rich text editor ------------- */
.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
}

.search {
    flex: 1 1 auto;
    order: 2;
    outline: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 10px;
    font-size: 16px;
    transition: all 0.05s ease-in-out;
    -webkit-appearance: none;
}

.option-plain .md-select-value,
.option-plain:not([disabled]):focus .md-select-value {
    border-bottom-width: 0px;
    padding-bottom: 5px;
    border-bottom-style: solid;
    color: black;
    font-size: 15px;
    background-color: transparent;
}

.header-table-display {
    padding:3px 10px 3px 15px;
    margin:4px 0px 0px 0px;
}

.hint {
    color:#9E9E9E;
    font-size: 0.8rem;
}

.hint-input{
    color:#9E9E9E;
    font-size: 0.8rem;
    margin-top: 40px;
}

.overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden
}

.line-2 {
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.6em;
    min-height: 2.6em;
    line-height: 1.2em;
    text-align: start;
}

.vline-1 {
    border-left: 2px solid rgb(128, 128, 128);
}

.center-layer {
    display: flex;
    align-items: center;
 }

/* style for any status color ------------- */
tag-general, generic, admin, draft, badge, publish, featured,
super, partner, active, inactive, delete, show, hide, grey-tag {
    font-size: 0.6rem;
    background: #000000;
    color: #FFFFFF;
    padding: 3px 4px 2px 4px;
    overflow-wrap: break-word;
    border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
}

generic { color: #FFFFFF; }

draft { background: #BDBDBD; }

badge { background: #79a652; }

publish { background: #42A5F5; }

featured { background: #FFCA28; }

super { background: #7687e9; }

admin { background: #91c388; }

partner { background: #e07e0d; }

active { background: #4dff4d; }

inactive { background: #a6582e; }

delete { background: #a63b10; }

show { background: #79a652; }

hide { background: #7b7276; }

grey-tag { background: #beb5b9; }

/* end of style for any status color ------- */
item {
    -webkit-margin-before: 0.4em;
    -webkit-margin-after: 0.4em;
}

.title-no-top {
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0.5em;
}
.margin-divider {
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}

.nav-header{
    height:150px;
    min-height:150px;
    max-height:150px;
}

.pointer : hover {
    cursor: pointer;
}
.pointer : hover {
    cursor: pointer;
}

.click-able {
    cursor: pointer;
}

.ic-small-center {
    margin-top: 10px;
}

.ic-small {
    font-size: 15px;
}

.ic-small-green {
    font-size: 15px;
    color: #4dff4d;
}

.ic-small-grey {
    font-size: 15px;
    color: #a6a6a6;
}

.ic-small-red {
    font-size: 15px;
    color: #f86731;
}

.sub-menu-sidenav{
    padding-left: 56px;
}
.sub-menu-bg{
    background-color :#FAFAFA;
}

md-sublist-item .md-clickable : hover {
    cursor: pointer;
}
md-sublist-item, md-sublist-item .md-list-item-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 14px;
}
.md-padding .md-padding-small {
    padding: 4px;
}

.md-padding .md-padding-medium {
    padding: 8px;
}

.md-padding .md-padding-middle {
    padding: 14px;
}

.md-padding .md-padding-large {
    padding: 18px;
}

.md-padding .md-padding-xlarge {
    padding: 24px;
}

.md-button.md-btn-small {
    min-width: 1%;
    min-height: 1%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    font-size: 10px;
    padding: 0;
    margin: 0px 5px 0px 5px;
}

.md-button.nopadding {
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.material-icons.md-ic-small {
    line-height: 0;
}

.md-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 8px;
    margin-right: 8px;
    box-sizing: content-box;
}

.md-avatar-middle {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-sizing: content-box;
}

.md-suda-contents {
    display: inline-block; 
    width: 350px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;    
}

.md-avatar-big {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-sizing: content-box;
}

.suda-img {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100px;
    height: auto;
    border-radius: 50%;
    box-sizing: content-box;
}

.md-email-contents {
    display: inline-block; 
    width: 200px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;    
}

.bg-block-user {
    background-color: rgb(243, 220, 220);
}

.bg-unregi-user {
    background-color: rgb(236, 220, 243);    
}

.bg-disable-comment {
    background-color: rgb(243, 220, 220);
    text-decoration:line-through;
}

.md-notice-popup {
    width: 150px;
    /*height: 231px;*/
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: content-box;
}

.md-notice-banner {
    width: 150px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: content-box;
}

.md-dialog-backdrop:nth-of-type(even) {
    z-index: 81;
}

.md-dialog-backdrop:nth-of-type(odd) {
    z-index: 79;
}

.md-dialog-container:nth-of-type(even) {
    z-index: 82;
}

.md-dialog-container:nth-of-type(odd) {
    z-index: 80;
}

/*my custom table style*/
.md-table {
    min-width: 100%;
    border-collapse: collapse;
}
.md-table tbody tr:hover,
.md-table tbody tr:focus {
    background-color: #f2f2f2;
    color: #828282;
}
.md-table th {
    padding: 10px;
}
.md-table tr td {
    padding: 0px 0px 0px 10px;
    height:40px;
    min-height:40px;
}
.md-table tr {
    white-space: nowrap;
    padding: 16px 16px 16px 0;
}

.check {      
    width: 20px;
    margin-bottom: 0;
}

/* -- Material Design Table style -------------- */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    background-color: #ffffff;
    border-collapse: collapse;
}

.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table > thead > tr > th {
    text-align: center;
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    text-align: center;
    padding: 10px 10px 10px 10px;
    vertical-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table > tbody > tr > td{
    color: rgba(0, 0, 0, 0.870588);
    font-size: 13px;
    vertical-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border: 1px solid #d8d8d8;
}
.table > thead > tr > th {
    color: #757575;
    font-size: 13px;
    vertical-align: center;
    border: 1px solid #d8d8d8;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
    background-color: #ffffff;
}
.table .no-border {
    border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 0.1rem;
    vertical-align: center;
}
.table-bordered {
    border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
    .table-responsive-vertical > .table {
        margin-bottom: 0;
        background-color: transparent;
    }
    .table-responsive-vertical > .table > thead,
    .table-responsive-vertical > .table > tfoot {
        display: none;
    }
    .table-responsive-vertical > .table > tbody {
        display: block;
    }
    .table-responsive-vertical > .table > tbody > tr {
        display: block;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        margin-bottom: 1.6rem;
    }
    .table-responsive-vertical > .table > tbody > tr > td {
        background-color: #ffffff;
        display: block;
        vertical-align: middle;
        text-align: right;
    }
    .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
        content: attr(data-title);
        float: left;
        font-size: inherit;
        color: #757575;
    }
    .table-responsive-vertical.shadow-z-1 {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
        border: none;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    }
    .table-responsive-vertical > .table-bordered {
        border: 0;
    }
    .table-responsive-vertical > .table-bordered > tbody > tr > td {
        border: 0;
        border-bottom: 1px solid #e0e0e0;
    }
    .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
        border-bottom: 0;
    }
    .table-responsive-vertical > .table-striped > tbody > tr > td,
    .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
        background-color: #ffffff;
    }
    .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
        background-color: #f5f5f5;
    }
    .table-responsive-vertical > .table-hover > tbody > tr:hover > td,
    .table-responsive-vertical > .table-hover > tbody > tr:hover {
        background-color: #ffffff;
    }
    .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
        background-color: rgba(0, 0, 0, 0.12);
    }
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
    background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
    background-color: #f9bdbb;
}

avail-tags {
    font-size: 0.7rem;
    background: #F5F5F5;
    color: #9E9E9E;
    margin: 2px;
    padding: 2px 8px 2px 8px;
    cursor: pointer;
}

avail-tags-details {
    font-size: 0.7rem;
    background: #E0E0E0;
    color: #424242;
    margin: 2px;
    padding: 2px 8px 2px 8px;
}

avail-topic {
    font-size: 0.9rem;
    background: #E0E0E0;
    color: #424242;
    margin: 2px;
    padding: 2px 8px 2px 8px;
}

.color-white {
    color: #FFFFFF;
}

.color-grey {
    color: #4a4a53;
}

.absolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
}

.absolute-top {
    position: absolute;
    top: 0;
}

.absolute-left {
    position: absolute;
    left: 0;
    top: 40%;
}

.absolute-right {
    position: absolute;
    right: 0;
    top: 40%;
}

.overlay-70{
    background-color: rgba(0, 0, 0, 0.3);
}
.overlay-80{
    background-color: rgba(0, 0, 0, 0.3);
}
.overlay-90{
    background-color: rgba(0, 0, 0, 0.1);
}

.card {
    display: flex;
    min-width: 100%;
    min-height: 150px;
    overflow-x: auto;
}

.card--content {
    background-color: #acaca9;
    min-width: 150px;
    margin: 5px;
}

.card--content img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

a:link {text-decoration: none; color: #333333;}
a:visited {text-decoration: none; color: #333333;}
a:active {text-decoration: none; color: #333333;}
a:hover {text-decoration: underline; color: red;}


.app-size {width:376px;margin:0 auto;} /* 임시사이즈 */

section, h1, h2, h3, h4, h5, ul, li, a, p, span, input {font-family:"Open Sans", sans-serif;}
section {
	width:auto;
	margin:0 auto;
}
ul {
	list-style:none;
	padding:0;
	margin:0;
}
a,a:hover {text-decoration:none;}
input::placeholder {font-size:13px;color:#ccc;}

.reward {
	border:1px solid #ef233e;
	padding:0;
	margin:0 auto;
}
.rwd-title {
	background:#ef233e;
	font-size:16px;
	font-weight:400;
	color:#fff;
	padding:10px 20px;
	margin:0;
}
.rwd-title img {
	width:50%;
}

.rwd-contents {padding:20px;}

.rwd-agree {margin-bottom:20px;}
.rwd-agree h3 {
	font-size:18px;
	font-weight:600;
	color:#222;
	letter-spacing:-0.06rm;
	margin-top:0;
	margin-bottom:10px;
}
.rwd-agree li {
	background:#eaebef;
	font-size:14px;
	color:#444;
	padding:12px 10px;
}
.rwd-agree li span {
	font-size:12px;
	color:#ff8600;
}
.rwd-agree a.btn-agree {
	float:right;
	background:#fff;
	border:1px solid #ef233e;
	border-radius:50px;
	font-size:12px;
	color:#ef233e;
	padding:2px 10px;
}
.rwd-agree a.btn-agree:hover {
	background:#ef233e;
	color:#fff;
}

.rwd-input {
	margin-bottom:30px;
}
.rwd-input ul {
	margin-bottom:6px;
}
.rwd-input li {
	font-size:14px;
	font-weight:400;
	color:#444;
	line-height:30px;
}
.rwd-input li .input-form {
	width:96%;
	height:30px;
	border:1px solid #eee;
	border-radius:4px;
	font-size:14px;
	color:#666;
	line-height:24px;
	padding:4px 6px;
}
.rwd-input li.rwd-total {
	font-weight:600;
	color:#222;
	text-align:right;
}

.rwd-data {
	display:flow-root;
	margin-bottom:20px;
}
.rwd-data li {
	font-size:14px;
	font-weight:600;
	color:#222;
	line-height:22px;
}
.rwd-data li.left {float:left;}
.rwd-data li.right {float:right;}

.rwd-tap {
	display:inline-block;
	width:100%;
	background:#eaebef;
	margin:0 auto 20px;
}
.rwd-tap li {
	float:left;
	width:50%;
	text-align:center;
	padding:10px 0;
}
.rwd-tap li a {
	font-size:14px;
	font-weight:600;
	color:#444;
}
.rwd-tap li:hover,
.rwd-tap li.on {
	border-bottom:2px solid #ef233e;
}

.rwd-tap-full {
	display:inline-block;
	width:100%;
	background:#eaebef;
	margin:0 auto 20px;
}
.rwd-tap-full li {
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0;
}
.rwd-tap-full li a {
	font-size:14px;
	font-weight:600;
	color:#444;
}
.rwd-tap-full li:hover,
.rwd-tap-full li.on {
	border-bottom:2px solid #ef233e;
}

#point-step {
	border:1px solid #ccc;
	border-bottom:none;
}
#point-step ul {padding:0;margin:0;}
#point-step li {
	border-bottom:1px solid #ccc;
	padding:5px 10px
}

#bank-list {
	border:1px solid #ccc;
	border-bottom:none;
}
#bank-list ul {padding:0;margin:0;}
#bank-list li {
	border-bottom:1px solid #ccc;
	padding:5px 10px
}

.rwd-text {
	margin-bottom:30px;
}
.rwd-text li {
	font-size:13px;
	color:#888;
	line-height:22px;
	margin-bottom:5px;
}

.rwd-btn {
	background:#24424e;
	line-height:50px;
	text-align:center;
	margin:0 auto;
}
.rwd-btn a.btn-request {
	border-radius:4px;
	font-size:18px;
	font-weight:600;
	color:#fff;
}
.rwd-btn:hover {background:#3a5068;}

.rwd-list {
	display:inline-block;
	width:100%;
	margin:0 auto;
}
.rwd-list li {
	float:left;
	width:36%;
	min-height:52px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	color:#666;
	line-height:50px;
	letter-spacing:-0.04em;
	text-align:center;
}
.rwd-list li.first {width:44%}
.rwd-list li.last {width:20%;}

.text-small {
	font-size:12px;
	font-weight:200;
	color:#888;
}
