body {
    background-color: white;
    transition: background-color 1s, color 1s;
}

body.night {
    background-color: #C0C0C0;
}

#logo {
    cursor: pointer;
}

#logo.night {
    
}

.btn {
    cursor: pointer;
}

.dialog {
    display: none;
}

.transtext {
    opacity: 0.5;
}

#frame {
    color: black;
    transition: background-color 1s, color 1s;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#frame.night {
    color: white;
}

#header {
    background-color: white;
    transition: background-color 1s, color 1s;
    border: 1px solid gray;
    border-collapse: collapse;
    border-spacing:0px;
    width: 1304px;
    height: 120px;
    margin-top: 10px;
}

#header.night {
    background-color: #3F3E3E;
}

#header-logo {
    width: *;
    padding: 10px;
    vertical-align: top;
}

#saleCard {
    display: inline-block;
    position: absolute;
    left: 150%;
    top: -20%;
}

#sunmoon {
    display: none;
    position: absolute;
    left: 0px;
    top: 2px;
}

#decoration {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.scroll::-webkit-scrollbar {
    width: 5px;
}

.scroll::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: gray;
}

#logoInfo {
    text-align: left;
    width: 100%;
}

#flag {
    display: block;
    height: 18px;
}

#rentPeriod {
    display: none;
}

.border {
    height: 20px;
    border: 1px solid black;
    transition: background-color 1s, color 1s;
}

.border.disabled {
    border: 1px solid lightgray;
    background-color: #F0F0F0;
}

.border.night {
    border: 1px solid white;
}

#thmNm {
    font-style: italic;
    font-weight: bold;
    color: #0a0;
    text-shadow:
        0 0 5px #ff0,
        0 0 10px #ff0,
        0 0 20px #ff0,
        0 0 40px #ffaa00,
        0 0 60px #ffaa00;
}

#thmNm.night {
    font-style: italic;
    font-weight: bold;
    color: #fff;
    text-shadow:
        0 0 5px #0ff,
        0 0 10px #0ff,
        0 0 20px #0ff,
        0 0 40px #0ff,
        0 0 80px #0ff;
}

#actStatNm {
    display: none;
    font-weight: bold;
}

.isScheduled {
    color: green;
    transition: background-color 1s, color 1s;
}

.isScheduled.night {
    color: greenyellow;
}

.isLive {
    color: red;
    transition: background-color 1s, color 1s;
}

.isLive.night {
    color: lightsalmon;
}

.isFinished {
    color: gray;
    transition: background-color 1s, color 1s;
}

.isFinished.night {
    color: lightgray;
}

.isDisabled {
    color: gray;
}

#header-content {
    width: 480px;
    padding-top: 15px;
    vertical-align: top;
}

#content {
    text-align: left;
    width: 100%;
}

#content td:first-child {
    width: 80px;
    height: 80px;
}

#content td:nth-child(2) {
    width: *;
    height: 80px;
    padding: 0px 10px 0px 10px;
}

#content td:nth-child(3) {
    width: 250px;
    height: 80px;
    padding: 0px 10px 0px 10px;
}

#chsInfo {
    vertical-align: top;
    position: relative;
}

#viewBlk {
    padding-top: 5px;
}

#viewAdrNo {
    font-weight: bold;
}

#drNm {
    width: 250px;
}

#extUrl {
    width: 300px;
    margin-top: 5px;
}

#drNmBlk {
    display: none;
    width: 300px;
    white-space: nowrap;       /* 줄바꿈 금지 */
    overflow: hidden;          /* 넘친 내용 숨김 */
    text-overflow: ellipsis;   /* 말줄임표 표시 */
    margin-top: 5px;
}

#extUrlBlk {
    display: none;
    width: 300px;
    white-space: nowrap;       /* 줄바꿈 금지 */
    overflow: hidden;          /* 넘친 내용 숨김 */
    text-overflow: ellipsis;   /* 말줄임표 표시 */
    margin-top: 5px;
}

#phtFile {
    margin-top: 5px;
    margin-bottom: 5px;
}

#chsPht {
}

#roundPht {
    width: 80px;
    height: 80px;
    border-collapse: separate;
    border-spacing: 0px;
    border-radius: 10px;
    border: 0px solid black;
    background-color: white;
}

#content-pht {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-image: url('/image/chs-S-L.png');
}

#newPwd {
}

#newPwdConfirm {
    margin-top: 5px;
}

#pwdBtnBlk {
    margin-top: 5px;
}

#vstIcon {
    margin: 0px 0px 0px 10px;
}

#lkIcon {
    margin: 0px 0px 0px 10px;
    cursor: pointer;
}

#cellhouse {
    background-color: #E0E0E0;
    transition: background-color 1s, color 1s;
    border: 1px solid gray;
    border-collapse: separate;
    border-spacing:2px;
    margin: 5px 0px 0px 0px;
    width: 1304px;
    height: 544px;
}

#cellhouse.night {
    background-color: #606060;
}

#cellhouse td {
    width: 20px;
    height: 20px;
}

#cellhouse td img {
    display: block;
    width: 100%;
    height: 100%;
}

img.pht {
    cursor: pointer;
}

.nvStat-N {
    border: 2px solid #00FF00;
    transition: background-color 1s, color 1s;
}

.nvStat-N.night {
    border: 2px solid yellow;
}

.nvStat-V {
    border: 2px solid black;
}

.nvStat-S {
    border: 2px solid transparent;
}

#header-myHouseLabel {
    vertical-align: top;
    text-align: right;
    width: 250px;
    padding: 10px;
}

#myHouseLabel {
    display: block;
    padding: 3px 0px 0px 0px;
}

.myHouse {
    cursor: pointer;
}

#tntChsList {
    display: block;
    border: 0px solid gray;
    list-style: none;
    height: 75px;
    overflow-y: auto;
}

#tntChsList li {
    padding: 5px 10px 5px 0px;
    text-align: right;
    cursor: pointer;
}

#dayNightModeCheck {
    display: block;
    padding: 5px;
}

#footer {
    background-color: white;
    transition: background-color 1s, color 1s;
    border: 1px solid gray;
    border-collapse: collapse;
    border-spacing:0px;
    margin: 5px 0px 0px 0px;
    width: 1304px;
}

#footer.night {
    background-color: #3F3E3E;
}

#footer-chat {
    width: 750px;
    padding: 10px;
}

#footer-info {
    width: *;
    vertical-align: top;
    padding: 10px;
    text-align: right;
    position: relative;
}

#common-chat {
    border-collapse: collapse;
    border-spacing:0px;
    width: 100%;
    height: 100px;
}

#chatCmnRoom {
    border: 0px solid gray;
    /* border-left: 5px solid #E0E0E0; */
    list-style: none;
    height: 130px;
    overflow-y: auto;
    margin-bottom: 5px;
    transition: background-color 1s, color 1s;
}

#chatCmnRoom.night {
    border-left: 0px solid white;
}

#chatCmnRoom li {
    padding: 5px;
    text-align: left;
}

.nknm {
    display: inline-block;
    width: 100px;
}

.chat {
    display: inline-block;
    margin: 0px 10px 0px 10px;
}

#chatNknm {
    width: 80px;
}

#chatCmnMsg {
    width: 400px;
    padding-left: 10px;
}

#chatCmnColor {
    width: 0px;
    height: 0px;
    border: 0px solid transparent;
    background-color: transparent;
    margin-bottom: 10px;
}

#usersTitle {
    margin-left: 10px;
}

#usersCount {
}

#countdown {
    margin: 0px 0px 10px 10px;
}

#saleStat {
    margin-top: 5px;
}

#vrnPeriodTime {
    margin-top: 5px;
}

#vrnPeriod {
    margin-top: 10px;
}

#counter {
    display: none;
}

#footer-bottom {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.chat-bubble {
    display: none;
    position: inline-block;
    padding: 5px;
    position: absolute;
    border-radius: .4em;
    opacity: 1;
    color: black;
}

.chat-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 0;
    margin-left: -5px;
    margin-bottom: -5px;
}

.chat-bubble-me {
    background: yellow;
}

.chat-bubble-me:after {
    border-top-color: yellow;
}

.chat-bubble-other {
    background: white;
}

.chat-bubble-other:after {
    border-top-color: white;
}

#btnBlk {
    display: none;
    margin-top: 5px;
}

#chatHouseMsg {
    width: 300px;
    padding-left: 10px;
}

#pwdBlk {
    display: none;
    margin-top: 5px;
}

#modBlk {
    display: none;
    margin-top: 5px;
}

.sns {
    cursor: pointer;
    display: block;
    margin: 0 0 0 auto;
}
