@font-face {
    font-family: 'OTWelcomeBA';
    src: url('http://www.a-mango.com/assets/fonts/OTWelcomeBA.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'OTWelcomeBA', sans-serif;
    background-color: #f1f5f9;
}

.seeMore {
    cursor: pointer;
}

.devicesCard .card {
    height: 33rem;
}

.devicesCard .card {
    height: 33rem;
}

.devicesCard .card table, td, tr, th, thead {
    text-align: center;
    font-size: 1rem;
}

.devicesCard .card table tbody tr td:nth-child(2n) {
    text-align: left;
    font-size: 1rem;
}

.customersCard .card {
    height: 33rem;
}

.customer .info .person-icon i {
    font-size: 2.5rem;
    margin-right: 15px;
}

.customer {
    cursor: pointer;
}

.selectPicker {
    margin-left: 10px;
    height: 30px;
    font-family: 'sans-serif';
}

#searchBtn {
    cursor: pointer;
}

.workListTableArea {
    width: 100%;
    /*height: 100%;*/
    background-color: #F0FFFF;
    border-radius: 1rem;
}

.workListTableArea table th {
    font-size: 18px;
    border-bottom: 3px solid #E9E9E9;
    border-right: 3px solid #E9E9E9;
}

.workListTableArea .table tr {
    cursor: pointer;
}

.workListTableArea td:not([class='hiddenRow']) {
    vertical-align: middle;
    border-right: 3px solid #E9E9E9;
    border-bottom: 3px solid #E9E9E9;
}

#cafeHistoryTable td:not([class='hiddenRow']) {
    vertical-align: middle;
    border-right: 3px solid #E9E9E9;
    border-bottom: 3px solid #E9E9E9;
}

.workListTableArea td button {
    width: 60px;
    height: 30px;
}

.devicesTableArea {
    width: 100%;
    height: 100%;
    background-color: #F0FFFF;
    border-radius: 1rem;
}

.devicesTableArea table th {
    font-size: 18px;
}


.hiddenRow {
    padding: 0 4px !important;
    background-color: #eeeeee;
    font-size: 13px;
}


.accordian-body, .hiddenRow {
    width: 100%;
    background-color: mediumspringgreen;
}

.detailArea {
    width: 98%;
    margin: 1%;
}

.detailArea table {
    width: 100%;
}


.search-wrapper {
    border: solid 1px #ccc;
    border-radius: 5px;
    height: 40px;
    align-items: center;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    background-color: #F0FFFF;
    /*z-index: 999;*/
    /*position: fixed;*/
}

.search-wrapper span {
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.5rem;
}

.search-wrapper input {
    padding: .5rem;
    border: none;
    outline: none;
}

.search-wrapper input[type='search'] {
    height: 1rem;
    margin-left: 5px;
}

.modal-confirm {
    color: #636363;
    width: 600px;
    position: fixed;
    margin-left: 40%;
    margin-top: 10%;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
}

.modal-confirm .modal-body {
    color: #999;
}

.modal-footer, .modal-header {
    display: block;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}

.modal-confirm .modal-footer a {
    color: #999;
}

.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.deleteModal .modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}

.modal-confirm .btn-info {
    background: #c1c1c1;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: space-around;
}

.modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
    background: #a8a8a8;
}

.modal-confirm .btn-danger {
    background: #f15e5e;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: space-around;
}

.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #ee3535;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}


.btn-circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    position: fixed;
    left: 93%;
    top: 90%;
    z-index: 9999;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3rem;
}


.workIcon {
    font-size: 1.1rem;
    vertical-align: middle;
    margin-left: 5px;
}

.adultIcon {
    display: inline-block;
    font-size: 0.7rem;
    background-color: red;
    color: honeydew;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    line-height: 2.3;
}

.close {
    cursor: pointer;
}


#addWorkModal input[type='email'], #infoModifyModal input[type='email'] {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    width: 97%;
    box-shadow: #F0FFFF;
    height: 20px;
}

#addWorkModal input[type='email']:focus {
    border: 2px solid #bdbdbd;
    border-radius: 5px;
    width: 97%;
    box-shadow: #F0FFFF;
}

#addWorkModal select {
    width: 100%;
    vertical-align: middle;
    margin: 10px auto;
}

#addWorkModal select option {
    vertical-align: middle;
    /*font-family: sans-serif;*/
}

.addWorkModal table {
    width: 100%;
}

#inputSplitCount {
    text-align: center;
}

.subCount {
    text-align: center;
}

#inputSplitCount {
    height: 25px;
    display: inline-block;
    float: right;
    width: 15%;
}

input[type='checkbox'] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.modal-body label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#historyModal .modal-content {
    width: 200%;
    margin-left: -50%;
}

.devicesTableArea th {
    cursor: pointer;
}


.sort {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.accordion-toggle:hover {
    background-color: #60c7c1;
}

[id*='detailData']:hover, #devicesTable tr:hover, #devicesTable2 tr:hover, #devicesTable3 tr:hover, #myCafeInfoListTable tr:hover, #boardListTable tr:hover {
    background-color: #60c7c1;
}


.off-screen {
    display: none;
}

.pagination {
    /*border: solid 1px #ccc;*/
    /*border-radius: 5px;*/
    height: 40px;
    align-items: center;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.pagination a.active, .pagination a:hover {
    background: #333;
    color: #fff;
}

.storeIcon {
    margin-left: -3px;
    width: 35px;
    height: 35px;
}

.placeIcon {
    margin-left: -3px;
    width: 35px;
    height: 35px;
}

.active .storeIcon, .active .placeIcon {
    filter: invert(100%);
}

ul li a:hover .storeIcon, ul li a:hover .placeIcon {
    filter: invert(100%);
}


.khaki {
    background-color: khaki;
}

.darkKhaki {
    background-color: darkkhaki;
}

.memoAcc {
    background-color: deepskyblue;
}

.placeAcc {
    background-color: cadetblue;
}

.red {
    background-color: red;
}

.staticsArea {
    width: 30%;
    height: 650px;
    overflow-y: auto;
    text-align: center;
    display: inline-block;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 10px;
}

#devicesTable2 td, tr, th {
    vertical-align: middle;
}

#devicesTable2 td {
    border-bottom: solid 3px #FFFFFF;
    height: 30px;
}

#devicesTable3 td, tr, th {
    vertical-align: middle;
}

#devicesTable3 td {
    border-bottom: solid 3px #FFFFFF;
    height: 30px;
}

#myCafeInfoListTable td, tr, th {
    vertical-align: middle;
}

#myCafeInfoListTable td, #boardListTable td {
    border-bottom: solid 3px #E9E9E9;
    border-right: 3px solid #E9E9E9;
    height: 30px;
    overflow: hidden;
}


.logoTitle {
    cursor: pointer;
}

.logoTitle:hover {
    color: deepskyblue;
}

.speedBtn {
    cursor: pointer;
}

.moreBtn {
    width: 25px;
    z-index: 999;
    height: 25px;
}

.moreBtn:hover {
    filter: invert(40%);
    transform: scale(1.1);
    transition: transform .2s;
    cursor: pointer;
}

.anyDeskTd {
    cursor: pointer;
}

.anyDeskTd:hover {
    transform: scale(1.1);
    transition: transform .2s;
    color: #11101d;
}

.speedBtn:hover {
    transform: scale(1.1);
    transition: transform .2s;;
}

.hidden {
    position: fixed;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
}

#threadTd, #memoTd, #v6Td, #placeTd, #RaZTd, #pcNumberTd {
    cursor: pointer;
}

#threadTd:hover, #memoTd:hover, #v6Td:hover, #placeTd:hover, #RaZTd:hover, #pcNumberTd:hover {
    transform: scale(1.1);
    transition: transform .2s;
    color: #11101d;
}

/* toast start*/
#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;

    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

#toast #img {
    width: 50px;
    height: 50px;
    float: left;
    padding-top: 11px;
    padding-bottom: 16px;
    box-sizing: border-box;
    background-color: #111;
    color: #fff;
}

#toast #desc {
    color: #fff;
    padding: 16px;
    overflow: hidden;
    white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s, stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    from {
        min-width: 50px
    }
    to {
        min-width: 450px
    }
}

@keyframes expand {
    from {
        min-width: 50px
    }
    to {
        min-width: 450px
    }
}

@-webkit-keyframes stay {
    from {
        min-width: 450px
    }
    to {
        min-width: 450px
    }
}

@keyframes stay {
    from {
        min-width: 450px
    }
    to {
        min-width: 450px
    }
}

@-webkit-keyframes shrink {
    from {
        min-width: 450px;
    }
    to {
        min-width: 40px;
    }
}

@keyframes shrink {
    from {
        min-width: 450px;
    }
    to {
        min-width: 40px;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 60px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 60px;
        opacity: 0;
    }
}

/* toast end*/
.actionMenuDiv {
    /*position: fixed;*/
    padding-top: 1px;
    padding-bottom: 8px;
    width: 150px;
    background-color: #1D2231;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.actionMenuDiv div {
    width: 90%;
    height: 30px;
    border: 2px solid #fff;
    margin-left: 5%;
    margin-top: 5%;
    text-align: center;
    vertical-align: middle;
    color: #e6e6e6;
    font-size: 1rem;
    line-height: 31px;
    cursor: pointer;
}

#actionMenuModal .modal-footer button {
    margin-top: 2%;
    width: 100%;
}

#networkHistoryTable td {
    vertical-align: middle;
}


#inputLat, #inputLong {
    width: 40%;
}

#addBtnDiv {
    position: fixed;
    left: 93%;
    top: 80%;
    z-index: 998;
    width: 78px;
    height: 170px;
}


#addLocationModal input[type='email'] {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    width: 97%;
    box-shadow: #F0FFFF;
    height: 25px;
}

#addLocationModal input[type='email']:focus {
    border: 2px solid #bdbdbd;
    border-radius: 5px;
    width: 97%;
    box-shadow: #F0FFFF;
}

.devicesTableArea2 td {
    border-right: 3px solid #FFFFFF;
}

.devicesTableArea3 td {
    border-right: 3px solid #FFFFFF;
}

.usimTableArea td {
    border-right: 3px solid #FFFFFF;
}

.mudTableArea td {
    border-right: 3px solid #FFFFFF;
}

#mudTable td, tr, th {
    vertical-align: middle;
    cursor: pointer;
}

#mudTable td {
    border-bottom: solid 3px #FFFFFF;
    height: 30px;
}

#mudTable tr:hover {
    background-color: darkseagreen;
}

#usimTable td, tr, th {
    vertical-align: middle;
    cursor: pointer;
}

#usimTable td {
    border-bottom: solid 3px #FFFFFF;
    height: 30px;
}

#usimTable tr:hover {
    background-color: darkseagreen;
}

.splitLine {
    font-size: 20px;
    padding-top: 5px;
    display: inline-block
}

#BtnAddKeyword {
    float: right;
    margin-right: 20px;
    width: 100px;
    display: inline-block;
}

#BtnAddKeywordWeek {
    float: right;
    margin-right: 20px;
    width: 100px;
    display: inline-block;
}

#addViewKeywordBtn, #deleteViewKeywordBtn, #deleteViewWorkBtn {
    width: 100px;
    display: inline-block
}

#BtnAddKeywordPlace, #addPlaceKeywordBtn, #addCafeKeywordBtn, #popupCafeReviewBtn {
    float: right;
    margin-right: 20px;
    width: 100px;
    display: inline-block
}


.workListTableArea th {
    position: sticky;
    top: 86px;
    border-radius: 2px;
    background-color: #A3E1CC;
    z-index: 2;
}

[class='bi bi-plus'] {
    font-size: 68px;
}

/*#boardListTable td, tr, th {*/
/*    border: solid 3px #E9E9E9;*/
/*}*/

#cafeHistoryTable {
    border-collapse: collapse;
    table-layout: fixed;
}

#cafeHistoryTable td {
    text-align: center;
}

#cafeContentsTable {
    border-collapse: collapse;
    table-layout: fixed;
}

#cafeContentsTable td {
    text-align: center;
}

#blogHistoryTable {
    border-collapse: collapse;
    table-layout: fixed;
}

#blogHistoryTable td {
    text-align: center;
}

#blogContentsTable {
    border-collapse: collapse;
    table-layout: fixed;
}

#blogContentsTable td {
    text-align: center;
}

#placeHistoryTable {
    border-collapse: collapse;
    table-layout: fixed;
}

#placeHistoryTable td {
    text-align: center;
}

#placeHistoryTable th {
    position: sticky;
    top: -1px;
    border-radius: 2px;
    background-color: #A3E1CC;
    z-index: 2;
}

#placeContentsTable {
    border-collapse: collapse;
    table-layout: fixed;
}

#placeContentsTable td {
    text-align: center;
}


#categoryTable thead td {
    border: 3px solid #eeeeee;
    font-size: 18px;
    background-color: #60c7c1;
}

#categoryTable tbody td {
    border: 3px solid #eeeeee;
}

.rankTd p {
    line-height: 10px;
}

#historyListTable {
    table-layout: fixed;
}

a[class='hyper'] {
    font-size: 20px;
}

a[class='hyper']:link {
    color: black;
}

a[class='hyper']:visited {
    color: black;
}

a[class='hyper']:hover {
    color: blue;
}

a[class='hyper']:active {
    color: green
}

.productTitleTd {
    font-size: 17px;
}

.productTitleTd:hover {
    background-color: blueviolet;
}


@media only screen and (max-width: 960px) {
    .midJourneyArea .cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.midJourneyArea .cards {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1rem;
    margin-top: 1rem;
    text-align: center;
}

.card-journey-single {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-journey-single .categoryName {
    color: black;
    font-weight: bold;
    font-size: 2.2rem;
}

.card-journey-single .categoryCount {
    color: #8390A2;
    font-size: 1.2rem;
}

.card-journey-single:hover {
    background-color: #11101d;
    color: #FFFFFF;
}

.card-journey-single span {
    color: #8390A2;
}

.imageViewerPopup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    text-align: center;
}

.areaTextDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* 화면 높이에 맞게 조절 */
    color: #60c7c1;
    font-size: 70px;
    font-weight: bold;
    cursor: pointer;
}

.areaTextDiv:hover {
    background-color: rgba(100, 100, 255, 0.5);
}

.imageViewerPopup img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 15px;
}

.enlarged-image {
    margin-top: 2.5%;
}

.selfishArea .cards {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 2rem;
    margin-top: 1rem;
}

.card-selfish-single {
    height: 185px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card-selfish-single:hover {
    background-color: #11101d;
    color: #FFFFFF;
}

.card-selfish-single span {
    color: #8390A2;
}

.card-selfish-single img {
    width: 162px;
}

.promptInfo td {
    border: solid 1px #e6e6e6;
}

.promptInfo .infoName {
    font-size: 20px;
    width: 150px;
}

.promptArea {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background-color: #1D2231;
    color: #F0FFFF;
    height: 100%;
    display: inline-block;
    overflow-y: scroll;
}

.promptArea::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라, 엣지 */
}

.midJourneyPromptArea thead td {
    background-color: #A3E1CC;
    font-size: 20px;
}

.midJourneyPromptArea td {
    border: solid 3px #FFFFFF;
}


#midjourneyCategories, #midjourneySubCategories {
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}

.placeWorkTd {
    cursor: pointer;
}

.rankColor1 {
    background-color: #ccffff;
}


tr[class*='detailData']:hover {
    background-color: #60c7c1;
}


.rankView {
    color: darkblue;
    font-weight: bold;
    font-size: 20px;
}


.rankEach {
    color: limegreen;
    font-weight: bold;
    font-size: 20px;
}

.rankBlock {
    color: cornflowerblue;
    font-weight: bold;
    font-size: 20px;
}

.redRank {
    background-color: red;
}

[class*='detailData'] td[class*='rank']:hover {
    transform: scale(1.2);
    transition: transform .2s;
    cursor: pointer;
}


/* 기본 스타일 */
.mainNavName {
    display: inline;
}

/* 미디어 쿼리를 사용하여 화면 크기가 충분히 작을 때 아이콘만 표시 */
@media (max-width: 200px) {
    .mainNavName {
        display: none;
    }
}

/* 미디어 쿼리를 사용하여 화면 크기가 충분히 작을 때 아이콘만 표시 */
.dropdown-toggle::after {
    display: none;
}

.productTitleWeekTd:hover {
    transform: scale(1.05);
    transition: transform .2s;
    background-color: #8390A2;
    cursor: pointer;
}


#salesListTable thead tr th {
    position: sticky;
    top: -1px;
    border-radius: 2px;
    background-color: #A3E1CC;
    z-index: 2;

    font-size: 18px;
    border-bottom: 3px solid #E9E9E9;
    border-right: 3px solid #E9E9E9;
}

#salesListTable td {
    border-bottom: 3px solid #E9E9E9;
    border-right: 3px solid #E9E9E9;
    vertical-align: middle;
}

#keywordTable td {
    border-bottom: 3px solid #E9E9E9;
    border-right: 3px solid #E9E9E9;
    vertical-align: middle;
}

#placeEditTable td, th {
    text-align: center;
}

#usingEditTable td, th {
    text-align: center;
}

.editText {
    max-height: 175px;
}

.placeEditArea {
    width: 100%;
    display: table-row;
    float: left;
    margin-left: 5px;
    margin-bottom: 15px;
    /*border: solid 1px;*/
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}

.editStateLabel {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
    display: inline-block;
}

#confirmEditBtn {
    float: right;
}

.savedColor {
    color: blue;
}

.editingColor {
    color: #999999;
}

.editLabel {
    margin-bottom: -8px;
}

.warningColor {
    color: red;
}

#placeIdLabel, .placeOpen {
    color: dimgrey;
    /*font-size: 15px;*/
    margin-left: 10px;
}

#editBtnDiv {
    position: fixed;
    left: 93%;
    top: 90%;
    z-index: 998;
    width: 78px;
    height: 75px;
    display: none;
}

.usingListTr td {
    vertical-align: middle;
}

.typeBox {
    width: 70px;
    display: inline-block;
    margin-right: 40px;
    height: 40px;
    vertical-align: middle;
}

.brandTd:hover {
    cursor: pointer;
    background-color: #8390A2;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    /* Chrome, Safari, Edge */
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.typeLabel {
    color: #999999;
    margin-right: 10px;
    width: 145px;
    display: inline-block;
    text-align: right;
}
.modifyInput {
    width: 80%;
}
.typeDiv {
    margin-bottom: 10px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.isStop {
    background-color: red;
}
.isStop:hover {
    transform: scale(1.01);
    transition: transform .2s;
    cursor: pointer;
}

.isStopPlace {
    background-color: red;
}
.isStopPlace:hover {
    transform: scale(1.01);
    transition: transform .2s;
    cursor: pointer;
}

.isStopPlaceBlog {
    background-color: red;
}
.isStopPlaceBlog:hover {
    transform: scale(1.01);
    transition: transform .2s;
    cursor: pointer;
}

.isStopBlogTraffic {
    background-color: red;
}
.isStopBlogTraffic:hover {
    transform: scale(1.01);
    transition: transform .2s;
    cursor: pointer;
}

.isStopCoupang {
    background-color: red;
}
.isStopCoupang:hover {
    transform: scale(1.01);
    transition: transform .2s;
    cursor: pointer;
}

.isWait {
    background-color: yellow;
}

.isWait:hover {
    transform: scale(1.01);
    transition: transform .2s;
    cursor: pointer;
}

#blogHistoryTable td {
    vertical-align: middle;
}

.rankArea {
    width: 100%;
    height: 50px;
    margin-bottom: -60px;
    margin-top: 5px;
    display: block;
}

.blueColor {
    color: blue;
}


[id='placeTab2'] tbody tr:hover {
    background-color: deepskyblue !important;
}