/* /user/mypage */
.mypage .find-box {
    display: inline-block;
    vertical-align: text-top;
}
.mypage .find-box .find-body {
    margin-bottom: 10px;
}
.mypage .find-box .find-body .gray-head {
    background-color: #fff1e8;
    color: #fe6700;
    font-size: 17px;
    padding: 10px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.mypage .find-box .find-body .body-innerbox {
    padding: 19px 10px !important;
    overflow: hidden;
    font-size: 13px;
    border: 1px solid #ccc;
}
.mypage .find-box .find-body .body-innerbox .left-profile {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.mypage .find-box .find-body .body-innerbox .left-profile .img-box {
    width: 80px;
    height: 80px;
    background-size: cover !important;
    background-position: center center !important;
    margin: 20px auto;
}
.mypage .find-box .find-body .body-innerbox .right-profile {
    display: inline-block;
}
.mypage .find-box .find-body .body-innerbox .right-profile .profile-info {
    margin: 17px 0px;
}
.mypage .find-box .find-body .body-innerbox .right-profile .profile-info span {
    font-size: 12px;
    margin-right: 3px;
}
.mypage .find-box .find-body .body-innerbox .right-profile .profile-info .orange-font {
    color: #f32d2e;
}
.mypage .find-box .find-body .body-innerbox .right-profile .profile-info .gray-font {
    color: #787878;
}
.mypage .userinfo-button-box {
    text-align: right;
}
.mypage .userinfo-button-box a.orange-button {
    background-color: #ff7417;
    font-size: 15px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
    border: none;
    display: inline-block !important;
    padding: 10px;
}
.mypage .userinfo-button-box a.gray-button {
    background-color: #ccc;
    font-size: 15px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
    border: none;
    display: inline-block !important;
    padding: 10px;
}


/* /user/useredit */
.signup-page .body-innerbox {
    flex-direction: column;
}
.signup-page .input-box {
    margin-bottom: 15px;
}
.signup-page .input-box span {
    font-size: 13px;
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.signup-page .input-box input.long-input {
    display: inline-block;
    width: 74%;
    box-sizing: border-box;
}


/* /user/my_activity */
.my-activity-new {
    box-sizing: border-box;
    padding: 30px 25px 40px;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    margin-top: 10px;
    box-shadow: 0px 3px 6px 0px #cdcdcd;
    margin-bottom: 30px;
}
.myActivityBanner {
    background-color: #eee;
    padding: 26px 30px;
    color: #000;
    font-weight: 500;
    border-radius: 12px;
    margin-bottom: 40px;
    box-sizing: border-box;
    display: flex;
}
.myActivityBanner .icon {
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.my-activity-new .tabs {
    display: flex;
    flex-direction: row;
}
.my-activity-new .tabs div {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #8f8f8f;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 500;
    cursor: pointer;
}
.my-activity-new .tabs div span:first-child {
    margin-bottom: 5px;
}
.my-activity-new .tabs div.selected {
    color: #ff5000;
    border-bottom: 2px solid #ff5000;
}
.my-activity-new .itemWrap {
    display: none;
    max-height: 310px;
    overflow-y: auto;
}
.my-activity-new .itemWrap .item {
    display: flex;
    margin-bottom: 18px;
}
.my-activity-new .itemWrap .item .name {
    width: 15%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.my-activity-new .itemWrap .item .name a {
    color: #242424;
}
.my-activity-new .itemWrap .item .title a {
    color: #797979;
}
.my-activity-new .itemWrap .item .date {
    width: 10%;
    text-align: center;
    color: #797979;
    font-size: 14px;
}
.my-activity-new .itemWrap .item .btn {
    width: 3%;
    background: url('https://cdn.msgmon.com/assets/front/images/icon/myActivityClose.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.my-activity-new .itemWrap .item .title {
    width: 72%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #797979;
}
.my-activity-new .itemWrap .item.contact .title {
    width: 65%;
}
.my-activity-new .itemWrap .item.contact .type {
    width: 7%;
    text-align: center;
    color: #797979;
}
.my-activity-new .itemWrap .itemEmpty {
    text-align: center;
    padding: 20px;
    margin-top: 5px;
    font-size: 15px;
    color: #797979;
}
.my-activity-new .setting {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}
.my-activity-new .setting .saveBtn {
    background-color: #a4a4a4;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 2px 15px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.my-activity-new .setting .saveBtn.ON {
    background-color: #309514 !important;
}
.my-activity-new .setting .saveBtn::after {
    content: '';
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 17px;
    position: relative;
    left: 9px;
}


/* /user/storelist */
.storeContainer {
    border: 1px solid #bcbcbc;
    border-top: 7px solid #555;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 50px;
    box-shadow: 0px 3px 3px 0px #e2e2e2;
    -webkit-box-shadow: 0px 3px 3px 0px #e2e2e2;
    padding-bottom:28px;
    width: 990px;
    margin: 0 auto 50px;
}
.storeInfoBox {
    padding: 25px 60px 6px;
}
.storeInfoRowSubject {
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 8px;
    margin: 11px 0;
    padding: 0 0 14px 0;
    align-items: center;
}
.storeInfoRowSubject a {
    color: #000;
    font-size: 21px;
    font-weight: 500;
}
.storeInfoRowSubject a::before {
    content: url('https://cdn.msgmon.com/assets/images/icon/iconStoreC.svg');
    margin-right: 7px;
}
.storeInfoRowSubject button {
    margin-left: auto;
    border: 2px solid #fe7a22;
    background-color: transparent;
    color: #4d4d4d;
    font-size: 14px !important;
    padding: 7px 20px !important;
}
.storeInfoRow {
    display: flex;
    padding: 13px 3px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}
.storeInfoRow:last-child {
    border-bottom: 0;
}
.storeInfoHead {
    color: #9f9f9f;
    min-width: 70px;
    padding-right: 10px;
    box-sizing: border-box;
    max-width: 90px;
    width: 100%;
}
.tooltip {
    cursor: pointer;
    margin-left: 4px;
}
.tooltipContents {
    display: flex;
    flex-direction: column;
    background-color: #1e1e1eb3;
    color: #fff;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.tooltipContents::before {
    content: ' ';
    width: 0;
    height: 0;
    border-bottom: 8px solid #1e1e1eb3;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    position: absolute;
    top: -16px;
    left: 24px;
}
.storeInfoCon {
    color: #000;
}
.storeSummary {
    display: flex;
    flex-direction: row;
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background-color: #f7f6f6;
    box-shadow: 0px 3px 5px 0px #cecece;
    -webkit-box-shadow: 0px 3px 5px 0px #cecece;
}
.storeSummary .sitem {
    flex-basis: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    box-sizing: border-box;
    border-right: 1px solid #ebebeb;
}
.storeSummary .sitem:last-child {
    border-right: 0;
}
.reviewSummary {
    background-color: #fffefe;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}
.reviewSummary .sitem {
    flex-basis: 50%;
}
.reviewSummary .summaryLine {
    width: 100px;
    height: 3px;
    background: #ff7979;
    position: relative;
    top: 10px;
}
.summaryHead {
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    font-size: 24px;
    font-family: math, sans-serif;
}
.summaryCon {
    color: #878787;
    font-size: 14px;
}
.storeBtnWrap {
    padding: 33px 60px 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.storeListBtn {
    background-color: #696461;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 50px;
    min-width: 105px;
}
.storeResponse {
    margin: 20px 30px;
    border: 1px solid #999;
    padding: 20px 30px;
    display: none;
}
.resTitle {
    display: flex;
    color: #fe7a22;
    font-size: 14px;
    margin-bottom: 20px;
}
.resTitle span {
    margin-left: auto;
    color: #999;
    cursor: pointer;
}
.resTitle span::before {
    content: ' ';
    display: block;
    position: relative;
    width: 15px;
    height: 1px;
    background-color: #999;
    transform: rotate(45deg);
    top: 7px;
}
.resTitle span::after {
    content: ' ';
    display: block;
    position: relative;
    width: 15px;
    height: 1px;
    background-color: #999;
    transform: rotate(-45deg);
    top: 6px;
}
.resHead, .resHeadJump {
    display: flex;
    flex-direction: row;
    background-color: #fafafa;
    border-top: 1px solid #e6e6e6;
    color: #999;
    font-size: 14px;
    padding: 8px 0;
}
.resHead div {
    flex: 3;
    text-align: center;
}
.resHead div:last-child {
    flex: 4;
}
.resHeadJump div:first-child, .resConJump .resConRow div:first-child {
    flex:3;
    text-align:center;
}
.resHeadJump div:last-child, .resConJump .resConRow div:last-child {
    flex:7;
    text-align:center;
}
.resCon {
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}
.resConRow {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #e6e6e6;
    padding: 8px 0;
    color: #666;
    font-size: 14px;
    align-items: center;
}
.resConRow div {
    flex: 3;
    text-align: center;
}
.resConRow div:last-child {
    flex: 4;
}
.resConJump .resConRow:last-child {
    border-bottom: 1px solid #e6e6e6;
}
.resConJumpBtn {
    text-align:center;
    margin-top:15px;
}
.emptyRes {
    color: #666;
    font-size: 14px;
}
.reviewBtn {
    background-color: #a4a4a4;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 16px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-width: 61px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}

.reviewBtn.ON {
    background-color: #309514 !important;
    max-width: 56px;
}

.reviewBtn .icon {
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 17px;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: .4s;
    transition: .4s;
}

.reviewBtn.ON .icon {
    left: 39px;
}

.reviewBtn .text {
    -webkit-transition: .4s;
    transition: .4s;
}

.reviewBtn.ON .text {
    margin-right: 10px;
}

.reviewBtn.OFF .text {
    margin-left: 10px;
}
.storeContents .nick-box {
    margin-bottom:20px; 
    display: flex;
    align-items: center;
}

.storeContents .nick-box .left {
    display: flex;
    align-items: center;
}

.storeContents .nick-box span {
    color: #252525;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
}

.storeContents .nick-box .right {
    margin-left: 10px;
    display: flex;
    flex-grow: 1;
}

.storeContents .nick-box .right .date span {
    color: #a1a1a1;
    font-size: 12px;
    font-weight: 300;
}

.storeContents .nick-box .right button {
    margin-left: auto;
    background: none;
    border: none;
    color: #646464;
}

.storeContents .read-box .content {
    color: #252525;
    font-size: 14px;
    line-height: 1.4;
    word-break: keep-all;
    word-wrap: break-word;
}

.storeContents .write-outer.read-outer {
    border-bottom: 1px solid #e8e8e8;
    padding: 22px 4px;
}

.storeContents .reply-write-outerbox {
    display: none;
}

.storeContents .write-outer .write-box {
    display: flex;
    justify-content: space-between;
}

.storeContents .write-outer .write-box textarea {
    flex: 25;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    height: 79px;
    background: #fff;
    border: 1px solid #ccc;
}

.storeContents .write-outer .write-box button {
    background: #ff7417;
    border: 1px solid #ff7417;
    padding: 20px 30px;
    color: #fff;
    margin-left: 10px;
}

.storeContents .reply-write-box {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.storeContents .reply-write-box textarea {
    flex: 25;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    height: 79px;
    background: #fff;
    border: 1px solid #ccc;
}

.storeContents .reply-write-box button {
    background: #ff7417;
    border: 1px solid #ff7417;
    padding: 20px 30px;
    color: #fff;
    margin-left: 10px;
}

.storeContents .commentreply-box .commentreply:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.storeContents .commentreply-box .commentreply .read-box {
    position: relative;
}

.storeContents .commentreply-box {
    background-color: #f2f2f2;
    margin-top: 17px;
    padding: 15px 25px;
}


/* /user/terms */
.userterms-page .find-box .find-body .terms-box .terms-title {
    font-size: 15px;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
}
.userterms-page .find-box .find-body .terms-box .terms-body {
    border: 1px solid #e6e6e6;
    padding: 10px;
    color: #666;
    font-size: 12px;
    overflow-y: auto;
    height: 200px;
    margin-bottom: 40px;
}
.userterms-page .find-box .find-body .terms-box .terms-body .bold {
    color: #141414;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 8px;
}
.userterms-page .find-box .find-body .terms-box .terms-body p {
    font-size: 12px !important;
    line-height: 18px;
}


/* /user/storeadd */
.storeadd-page .button-white {
    background: #fff;
    color: #575757 !important;
    text-shadow: none !important;
    text-align: center;
    border: 1px solid #bdbdbd;
    padding: 10px 20px;
    font-size: 14px;
}
.storeadd-page #area-box .button-white {
    padding-top: 20px;
}
.storeadd-page .added-button {
    transition: 0.3s all;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}
.storeadd-page .added-button:hover {
    opacity: 0.8;
}
.storeadd-page .added-button .close {
    position: absolute;
    top: 1px;
    right: 3px;
    font-size: 12px;
    color: #aeaeae;
}
.storeadd-page .added-button .main {
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 12px;
    background: #eee;
    padding: 2px 4px;
    color: #666;
}
.storeadd-page .added-button .main.active {
    background: #ff601c;
    color: #fff;
}
.storeadd-page table {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ededed;
    border-collapse: collapse;
}
.storeadd-page table th {
    font-size: 13px;
    background-color: #f3f3f3;
    padding: 15px;
    text-align: center;
    width: 7%;
    border: 1px solid #ededed;
    border-collapse: collapse;
    vertical-align: middle;
}
.storeadd-page table td {
    vertical-align: middle;
    font-size: 13px;
    width: 35%;
    border: 1px solid #ededed;
    border-collapse: collapse;
    padding: 8px 12px;
}
.storeadd-page table td .color-picker {
    float: left;
}
.storeadd-page table td .color-picker .color {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    border: 3px solid #eee;
    box-sizing: border-box;
}
.storeadd-page table td .color-picker .color.active,
.storeadd-page table td .color-picker .color:hover {
    border: 3px solid #00c4ff;
    cursor: pointer;
}
.storeadd-page table td input {
    margin: 0 !important;
}
.storeadd-page table td.postcode input {
    float: left;
    box-sizing: border-box;
}
.storeadd-page table td.postcode input[type="text"] {
    width: 78%;
}
.storeadd-page table td.postcode input[type="button"] {
    width: 20%;
}
.storeadd-page table td.address .address-box {
    display: flex;
    justify-content: space-between;
}
.storeadd-page table td.address .address-box input.w50 {
    float: left;
    box-sizing: border-box;
    width: 49%;
}
.storeadd-page table td.hash .hash-container {
    display: flex;
    justify-content: space-between;
}
.storeadd-page table td.hash .hash-container input[type="text"] {
    width: 90%;
}
.storeadd-page table td.hash .hash-container button {
    width: 8%;
}
.storeadd-page table .hash-box {
    text-align: left;
}
.storeadd-page table .hash-box .close {
    position: absolute;
    top: 1px;
    right: 3px;
    font-size: 12px;
    color: #aeaeae;
}
.storeadd-page table .hash-box .added-button {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    margin-top: 5px;
}
.storeadd-page table .hash-box .button-white {
    background: #fff;
    color: #575757 !important;
    text-shadow: none !important;
    text-align: center;
    border: 1px solid #bdbdbd;
    padding: 10px 10px;
    font-size: 14px;
}
.storeadd-page table .image-preview {
    margin: auto;
    position: relative;
    overflow: hidden;
}
.storeadd-page table .image-preview .img-box {
    text-align: center;
    width: 100% !important;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.storeadd-page table .image-preview .img-box .each-img {
    padding: 0 1px;
    display: inline-block;
    height: 110px;
    border: 1px solid #dfdfdf;
    margin: 0 7.5px;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s;
}
.storeadd-page table .image-preview .img-box .each-img:first-child {
    margin-left: 0;
}
.storeadd-page table .image-preview .img-box .each-img img {
    width: 100%;
    height: 100%;
    max-width: 120px;
}
.storeadd-page table .image-preview .img-box .each-img .remove {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    padding: 7px;
    cursor: pointer;
    transition: all 0.3s;
}
.storeadd-page table .image-preview .img-box .each-img .remove:hover {
    opacity: 0.5;
}
.storeadd-page table .image-preview .img-box .each-img label.label-watermark {
    position: absolute;
    right: 5px;
    font-size: 12px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.storeadd-page table .image-preview .img-box .each-img label.label-main {
    position: absolute;
    left: 5px;
    font-size: 12px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.storeadd-page table .image-preview .img-box .each-img label.label-thumb {
    position: absolute;
    left: 5px;
    font-size: 12px;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.storeadd-page table .image-preview .img-box .each-img label.label-cel {
    position: absolute;
    right: 5px;
    font-size: 12px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
.storeadd-page table .image-preview .img-box .each-img:hover {
    cursor: pointer;
    border: 1px solid #ccc;
}
.storeadd-page table .image-preview .img-box .each-img:hover .remove {
    display: block;
}
.storeadd-page .submit-button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
.storeadd-page input,
.storeadd-page select {
    height: 30px;
}
.storeadd-page input {
    width: 100%;
    box-sizing: border-box;
}
.storeadd-page .w3 {
    width: 32%;
}
.storeadd-page .wide-select {
    width: 100%;
}
.storeadd-page .short-select {
    width: 27%;
}
.storeadd-page input.number {
    width: 32%;
}
.storeadd-page select.time-select {
    width: 45%;
}
.storeadd-page .address-input {
    width: 40%;
}
.storeadd-page .align-left {
    text-align: left;
}
.storeadd-page .radius {
    border-radius: 3px;
}
.storeadd-page .meta-table th {
    width: 10%;
}
.storeadd-page .meta-table .vert-middel {
    vertical-align: middle;
}
.storeadd-page .button-box {
    margin: 20px;
    text-align: center;
}
.storeadd-page .button-box .orange-button {
    padding: 10px 30px;
}
.storeadd-page .button-orange {
    background-color: #fe802b;
    border: 1px solid #de7630;
    color: white;
}
.storeadd-page .my-box {
    margin-top: 30px;
    margin-bottom: 20px;
}
.storeadd-page .my-box a,
.storeadd-page .my-box .button-gray {
    background-color: #fff;
    color: #333;
}
.storeadd-page .my-box .button-orange {
    background-color: #fe802b;
    border: 1px solid #de7630;
    color: white;
}
.storeadd-page .l-h3 {
    color: #ff7417;
    border-left: 2px solid #ff7417;
    padding-left: 5px;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: left;
}
.storeadd-page .my-box .square-box {
    cursor: pointer;
    line-height: 2;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.storeadd-page .my-box .square-box .black-square {
    background-color: #666;
    color: white;
}
.storeadd-page .my-box .square-box .orange-square {
    background-color: #fe802b;
    color: white;
}
.storeadd-page .my-box .square-box .trans-square {
    background-color: transparent;
    color: #595959;
}
.storeadd-page .my-box .square-box button,
.storeadd-page .my-box .square-box a,
.storeadd-page .my-box .square-box span {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    padding: 3px 0px;
    border: 1px solid #ededed;
    width: 8.7%;
    text-align: center;
    margin: 2px;
    height: 32px !important;
    line-height: 26px;
}
.storeadd-page .my-box .square-box .wide-square {
    width: 74px;
}
.storeadd-page .my-box .square-box.theme-box button,
.storeadd-page .my-box .square-box.theme-box span {
    width: 13.7%;
    position: relative;
    height: 32px;
}
.storeadd-page .my-box .square-box.theme-box button .button-text,
.storeadd-page .my-box .square-box.theme-box span .button-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
}
.storeadd-page .my-box .square-box.theme-box button .main,
.storeadd-page .my-box .square-box.theme-box span .main {
    position: absolute;
    font-size: 12px;
    background: #fff;
    right: 0;
    top: -8px;
    padding: 2px;
    line-height: 13px;
    color: #666;
    border: 1px solid #ccc;
}
.storeadd-page .my-box .square-box.theme-box button .main.active,
.storeadd-page .my-box .square-box.theme-box span .main.active {
    color: #ff7417;
    border: 1px solid #ff7417;
}
._24CheckWrap {
    display: inline-flex;
    width: 180px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    height: 29px;
    border-radius: 4px;
    align-items: center;
    position: relative;
}
._24CheckWrap span {
    cursor: pointer;
    color: #000;
    text-decoration: none !important;
    width: 100%;
    text-align: center;
    padding: 6px 0;
}
.ui-timepicker-standard a {
    font-size: 12px;
}
.editTextarea {
    border: none;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    padding: 10px 0;
    min-height: 90px;
    max-height: 100px;
    box-sizing: border-box;
    overflow-y: auto;
    outline: 0;
}
.btnOn, .btnOnS {
    background: #F7323F !important;
    color: #fff !important;
}
.aplData {
    display: flex;
    flex-direction: column;
    border: 1px solid #efefef;
}
.aplData .head {
    display: flex;
}
.aplData .con {
    display: flex;
}
.aplData .con.active { 
    background-color: #e0f2ff;
}
.aplData .head div {
    flex-basis: 25%;
    background-color: #f3f3f3;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #efefef;
    font-size: 15px;
}
.aplData .con div {
    flex-basis: 25%;
    padding: 10px 0;
    text-align: center;
    border-right: 1px solid #efefef;
    font-size: 14px;
}
.aplData .head div, .aplData .con div {
    border-right: 0;
}
.aplModify {
    border: 1px solid gray;
    padding: 1px 10px;
    border-radius: 7px;
    font-size: 13px;
    color: #5a5a5a;
    cursor: pointer;
}
#taxImage {
    max-width: 100%;
}