@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
img.check-new {
    width: 9px;
}
html,body,div,p,li,span,h1,h2,h3,h4,h5,h6,input,label,a,textarea {
    font-family: "Noto Sans KR", sans-serif;
}
#loading {
    display: none;
    position: fixed;
    z-index: 3000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0) url(/assets/images/ajax_loading.gif) 50% 50% no-repeat;
    background-size: 50px;
}
.border-red {
    border: 1px solid #ff601c !important;
}
.nick-box {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.nick-box img {
    width: 22px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: bottom;
}
.nick-box span {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 6px;
}
.nick-box .left {
    display: flex;
    align-items: center;
}
.nick-box .right {
    margin-left: auto;
}
.nick-box .right span {
    margin-left: 3px;
    font-size:13px;
}
.area-gps {
    width: 20px !important;
}
.display-block {
    display: block !important;
}
.flickity-page-dots .dot {
    width: 5px !important;
    height: 5px !important;
}
.vam {
    vertical-align: middle !important;
}
.vab {
    vertical-align: bottom !important;
}
.ovh {
    overflow: hidden !important;
}
.callnsms {
    display: none !important;
}
.text-center {
    text-align: center !important;
}
.no-border {
    border: none !important;
}
.no-border th,
.no-border td {
    border: none !important;
}
.button-sm {
    padding: 3px 10px !important;
    font-size: 12px !important;
}
.color-pink {
    color: #ff69b4 !important;
}
.color-orange {
    color: #ff7417 !important;
}
.color-red {
    color: #ee4352 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
small {
    font-size: 1rem;
}
.bold {
    font-weight: 600 !important;
}
.tac {
    text-align: center !important;
}
.flr {
    float: right !important;
}
.color-black {
    color: #333 !important;
}
.w100 {
    width: 100% !important;
}
.grayLayer {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1079;
}
button:focus {
    outline: 0;
}
.button {
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding: 9px 6px;
    margin: 5px 0px;
    text-align: center;
}
.button.button-orange {
    background-color: #ff7417;
    color: #fff;
}
.button-box .orange-button {
    font-size: 13px;
    color: white;
    font-weight: 400;
    padding: 10px 20px;
}
[class^="modal-"] {
    display: none;
    position: absolute;
    z-index: 1080;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #eee;
}
[class^="modal-"] .relative-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
    background: #fff;
}
[class^="modal-"] .relative-box .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url("/assets/images/new/close.png") center center no-repeat;
    cursor: pointer;
    padding: 10px;
}
[class^="modal-"] .relative-box .close:hover {
    opacity: 0.7;
}
.editor-view {
    text-align:left;
}
.editor-view p {
    margin: initial;
    line-height: initial;
}
.message-form .inner-box .select2-selection__placeholder {
    font-size: 13px;
}
.message-form .inner-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
}
.message-form .inner-box table {
    width: 100%;
}
.message-form .inner-box table textarea {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
}
.message-form .inner-box .button {
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 12px;
    padding: 6px 0px;
    margin: 5px 0px;
}
.message-form .inner-box .button:hover {
    opacity: 0.8;
}
.message-form .inner-box .button.button-orange {
    background-color: #ff7417;
}
.message-form .inner-box .button.button-yellow {
    background-color: #ffba17;
}
.message-form .inner-box .button.button-green {
    background-color: #1dc800;
}
.call-button,
.sms-button,
.sms-button-temp {
    display: none;
    cursor: pointer;
}
.call-button:hover,
.sms-button:hover,
.sms-button-temp:hover {
    opacity: 0.8;
}
@media screen and (max-width: 1024px) {
    .call-button,
    .sms-button,
    .sms-button-temp {
        display: block;
    }
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.tar {
    text-align: right !important;
}
.tal {
    text-align: left !important;
}
.editor-content iframe {
    width: 100%;
    height: 100%;
}
button {
    font-weight: 400 !important;
}
.editor-content .button-box {
    margin: 50px 0;
    text-align: center;
}
.editor-content .button-box a {
    background-color: #ff7417;
    font-size: 13px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 8px 20px;
    border: none;
    font-weight: 300;
}
.pagination-box {
    margin-top: 30px;
    text-align: center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.pagination li {
    display: inline;
}
ul.pagination li.active a {
    background: #ff7417;
    border-color: #ff7417;
    color: #fff;
}
ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 12px;
    padding: 5px 10px;
}
.no-result {
    text-align: center;
    font-size: 14px;
    background: #eee;
    padding: 30px;
    margin-top: 30px;
    line-height: 22px;
}
.inline-block {
    display: inline-block !important;
}
.relative {
    position: relative !important;
}
a,
button {
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 1;
}
a:hover,
button:hover {
    transition: opacity 0.3s;
    opacity: 0.8;
}
.select2-results li {
    font-size: 13px;
}
.ui-timepicker-standard .ui-menu-item {
    margin-bottom: 3px;
}
.ui-timepicker-standard a {
    font-size: 12px;
}
.form-error {
    text-align: left;
    color: #ff5a5f;
    font-size: 13px;
}
.text-right {
    text-align: right !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.pad5-box {
    padding: 5px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 5px !important;
    height: 5px !important;
}
.vatb {
    vertical-align: text-bottom !important;
}
.pad10-box {
    padding: 10px;
}
.font13 {
    font-size: 13px !important;
    font-weight: 300 !important;
}
.font18 {
    font-size: 18px !important;
}
.txt-cen {
    text-align: center;
}
.mx-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.my-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.base-container {
    width: 1250px;
    margin: 0 auto !important;
    letter-spacing: -.5px;
}
.left-layout {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.center-layout {
    margin: 0 auto;
    width: 790px;
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px;
}
.right-layout {
    width: 190px;
    display: inline-block;
    vertical-align: top;
}
.right-layout .recent-view {
    margin-top: 30px;
    position: relative;
}
.right-layout .recent-view.my-store {
    background: #f4f4f4;
    padding: 10px;
}
.right-layout .recent-view.my-store ul li {
    padding: 10px 0;
}
.right-layout .recent-view .title {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    margin-bottom: 5px;
}
.right-layout .recent-view .title a {
    color: #333;
}
.right-layout .recent-view ul li {
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
}
.right-layout .recent-view ul li:last-child {
    border: 0;
}
.right-layout .recent-view ul li a {
    font-size: 12px;
}
.right-layout .recent-view ul li .row-title a {
    font-size: 14px;
    color: #111;
    display: inline-block;
    max-width: 100px;
    height: 15px;
    overflow: hidden;
}
.right-layout .recent-view ul li .row-title button {
    float: right;
    padding: 1px 4px !important;
}
.right-layout .recent-view ul li .row-contact {
    margin-top: 10px;
}
.right-layout .recent-view ul li .row-contact p {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
}
.right-layout .recent-view ul li .row-contact p:last-child {
    margin-bottom: 0;
}
.right-layout .recent-view .owl-nav {
    position: absolute;
    top: -30px;
    right: 0;
}
.right-layout .recent-view .owl-nav img {
    width: 7px;
}
.right-layout .recent-view .owl-nav .owl-prev {
    margin-right: 5px;
}
button.orange-button {
    background-color: #ff7417;
    font-size: 13px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 8px;
    border: none;
}
button.white-button {
    background-color: #fff;
    border: 1px solid #999;
    font-size: 13px;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 8px;
}
.check-button {
    width: 100%;
    margin: 8px auto;
}
input[type="text"],
input[type="password"] {
    border-radius: 0;
    outline: 0;
    border: 0;
    border: 1px solid #ccc;
    margin: 3px 0px;
    padding: 5px 7px;
    color: #333;
}
.top-orange {
    border-top: 2px solid #ff7417;
}
table {
    border-collapse: collapse;
}
table tr td {
    padding: 8px;
    text-align: center;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.hidden {
    overflow: hidden;
}
.flex-sb {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.span-box {
    font-size: 12px;
    margin-bottom: 10px;
}
.span-box span {
    display: inline-block;
    margin: 2px 0px;
}
.span-box .gray-text {
    color: #757575;
}
.span-box .black-text {
    color: #131313;
}
.tabs {
    display: flex;
}
.tabs li {
    font-size: 14px;
    text-align: center;
    color: #a7abae;
    background-color: #f5f5f5;
    border: 1px solid #ededed;
    align-items: center;
    flex: 1;
    padding: 10px;
}
.tabs li.active {
    color: #545454;
    background-color: transparent;
    border: none;
}
.search-field {
    margin: 30px auto;
    display: inline-block;
}
.search-field legend {
    display: none;
}
.search-field .search {
    position: relative;
    width: 194px !important;
    height: 30px;
    border: 1px solid #ff7417;
    box-sizing: border-box;
}
.search-field .search .sm {
    width: 326px;
    padding: 1px 0 0 0;
    vertical-align: top;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.search-field .sm::placeholder {
    color: #ccc;
    font-weight: 300;
}
.search-field .search {
    width: 200px;
}
.search-field .search .sm {
    width: 70%;
    line-height: 20px;
    margin-left: 0;
    margin-right: 20%;
}
.search-field .search .icon {
    position: absolute;
    top: 5px;
    right: 10px;
    height: 20px;
    background: none;
    border: 0;
    padding: 0;
    overflow: hidden;
}
.search-field .search .icon img {
    width: 18px;
}
.search-field .search .smBtm {
    padding: 0 0 0 0;
    vertical-align: top;
}
header {
    border-bottom: 2px solid #fe6700;
    margin-bottom: 30px;
}
header h1 {
    font-size: 14px;
    color: #333;
}
header .search-field {
    position: absolute;
    right: 0px;
    bottom: 10px;
    margin: 0;
}
header .search-field .search {
    width: 200px;
}
header .search-field .search .sm {
    width: 70%;
    line-height: 20px;
    margin-left: 0;
    margin-right: 20%;
}
header .base-container .row1 {
    overflow: hidden;
    margin: 20px;
}
header .base-container .row1 .menu-tab1 img.menu-icon {
    width: 20px;
}
header .base-container .row1 ul {
    display: inline-block;
    float: right;
}
header .base-container .row1 ul li {
    display: inline-block;
}
header .base-container .row1 ul li a {
    color: #969696;
    font-size: 13px;
    padding: 10px;
}
header .base-container .row1 ul li:last-child a {
    padding-right: 0px;
}
header .base-container .row2 {
    position: relative;
}
header .base-container .row2 .left-layout {
    display: inline-block;
    text-align: center;
}
header .base-container .row2 .left-layout img {
    width: 150px;
    margin-bottom: 10px;
}
header .base-container .row2 .center-layout {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
}
header .base-container .row2 .center-layout .menu {
    display: flex;
    justify-content: center;
}
header .base-container .row2 .center-layout .menu li {
    margin: 17px 0px;
    width: 120px;
    height: 23px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-right: 1px solid #cfcfcf;
}
header .base-container .row2 .center-layout .menu li:last-child {
    border: none;
}
header .base-container .row2 .center-layout .menu li a {
    margin: 0px 10px;
    font-size: 17px;
    color: #474747;
}
@media screen and (max-width: 970px) {
    header .base-container .row2 .center-layout .menu li a {
        font-size: 14px;
        letter-spacing: -1px;
    }
}
header .base-container .row2 .center-layout .menu li.separate {
    padding: 0px;
    display: inline-block;
    width: 1px;
    height: 15px;
    border-left: 1px solid #cfcfcf;
}
.base-container .left-layout .each-nav {
    margin-bottom: 20px;
}
.base-container .left-layout .each-nav .title {
    font-weight: 500;
    text-align: center;
    font-size: 17px;
    border-bottom: 2px solid #fe6700;
    padding: 8px 0px;
    max-width: 80%;
    margin: auto;
}
.base-container .left-layout .each-nav ul {
    padding: 5px 2px;
    width: 75%;
    margin: auto;
}
.base-container .left-layout .each-nav ul li {
    padding: 3px 0px;
    text-align: center;
}
.base-container .left-layout .each-nav ul li.half-box {
    display: inline-block;
    width: 48%;
    text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}
.base-container .left-layout .each-nav ul li a {
    color: #585858;
    font-size: 14px;
    position:relative;
}
.base-container .left-layout .each-nav ul li a .check-new {
    position: absolute;
    top: 7px;
    margin-left: 3px;
}
.base-container .right-layout .login-box {
    border: 1px solid #dddddd;
}
.base-container .right-layout .login-box .login-head {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}
.base-container .right-layout .login-box .login-head.bg-gray {
    background: #b2b2b2;
}
.base-container .right-layout .login-box .login-head.bg-orange {
    background: #ff7417;
}
.base-container .right-layout .login-box .login-info .welcome-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 10px 0 10px;
}
.base-container .right-layout .login-box .login-info .welcome-box .img-box {
    width: 27px;
    height: 27px;
    background-size: 100% !important;
    background-position: center center !important;
}
.base-container .right-layout .login-box .login-info .welcome-box .text {
    padding-left: 10px;
    font-size: 13px;
}
.base-container .right-layout .login-box .login-info .logout {
    padding: 0 10px;
    margin-bottom: 10px;
}
.base-container .right-layout .login-box .login-info .logout a {
    font-size: 12px;
    text-decoration: underline;
}
.base-container .right-layout .login-box .login-info .icon-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}
.base-container .right-layout .login-box .login-info .icon-box .each {
    flex: 1;
    text-align: center;
    font-size: 12px;
    padding: 2px 0;
}
.base-container .right-layout .login-box .login-info .icon-box .each a {
    display: block;
}
.base-container .right-layout .login-box .login-info .icon-box .each:nth-child(2) {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.base-container .right-layout .login-box .login-info .icon-box .each .icon i {
    color: #ff7417;
    font-size: 17px;
    margin-bottom: 5px;
}
.base-container .right-layout .login-box .login-info .icon-box .each .icon img {
    width: 25px;
    margin-bottom: 4px;
}
.base-container .right-layout .login-box .login-info .button-box {
    padding: 5px 10px;
}
.base-container .right-layout .login-box .login-info .button-box .button {
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 12px;
    padding: 6px 0px;
    margin: 5px 0px;
}
.base-container .right-layout .login-box .login-info .button-box .button:hover {
    opacity: 0.8;
}
.base-container .right-layout .login-box .login-info .button-box .button.button-gray {
    background-color: #767676;
}
.base-container .right-layout .login-box .login-info .button-box .button.button-orange {
    background-color: #ff7417;
}
.base-container .right-layout .login-box .login-info .button-box .button.button-yellow {
    background-color: #ffba17;
}
.base-container .right-layout .login-box .login-info .button-box .button.button-green {
    background-color: #1dc800;
}
.base-container .right-layout .login-box .tabs li {
    cursor: pointer;
    width: 50%;
    font-size: 14px;
}
.base-container .right-layout .login-box .login-center {
    margin: 0 auto;
    padding: 10px;
}
.base-container .right-layout .login-box .login-center input {
    width: 100%;
    box-sizing: border-box;
}
.base-container .right-layout .login-box .login-center input.checkbox {
    width: 14px;
    vertical-align: middle;
}
.base-container .right-layout .login-box .login-center .remember-me {
    font-size: 12px;
    color: #878787;
}
.base-container .right-layout .login-box .login-center .button-box {
    margin-top: 10px;
}
.base-container .right-layout .login-box .login-center .button-box .button {
    cursor: pointer;
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 12px;
    padding: 6px 0px;
    margin: 5px 0px;
}
.base-container .right-layout .login-box .login-center .button-box .button:hover {
    opacity: 0.8;
}
.base-container .right-layout .login-box .login-center .button-box .button.button-orange {
    background-color: #ff7417;
}
.base-container .right-layout .login-box .login-center .button-box .button.button-yellow {
    background-color: #ffba17;
}
.base-container .right-layout .login-box .login-center .button-box .button.button-green {
    background-color: #1dc800;
}
.base-container .right-layout .login-box .login-center .user-action-box {
    text-align: center;
}
.base-container .right-layout .login-box .login-center .user-action-box hr {
    height: 1px;
    background-color: #eee;
    border: none;
    margin: 5px 0;
}
.base-container .right-layout .login-box .login-center .user-action-box .user-action {
    display: inline-block;
}
.base-container .right-layout .login-box .login-center .user-action-box .user-action li {
    display: inline-block;
    padding-right: 7px;
}
.base-container .right-layout .login-box .login-center .user-action-box .user-action li:last-child {
    border-left: 1px solid #dcdcdc;
    padding-left: 7px;
    padding-right: 0;
}
.base-container .right-layout .login-box .login-center .user-action-box .user-action li label {
    vertical-align: text-top;
}
.base-container .right-layout .login-box .login-center .user-action-box .user-action li label input {
    display: inline-block;
    width: initial !important;
    vertical-align: sub;
}
.base-container .right-layout .login-box .login-center .user-action-box .user-action li label span {
    letter-spacing: -1px;
    vertical-align: middle;
    font-size: 12px !important;
    color: #666;
    display: inline-block;
}
.base-container .right-layout .login-box .login-center .user-action-box .user-action li a {
    vertical-align: middle;
    color: #888888;
    font-size: 12px;
    letter-spacing: -1px;
    vertical-align: top;
}
.base-container .right-layout .login-box-in {
    border: 1px solid #dcdcdc;
}
.base-container .right-layout .login-box-in .member-type {
    background-color: #f36d74;
    color: white;
    font-size: 13px;
}
.base-container .right-layout .login-box-in .id-welcome .profile-box {
    display: inline-block;
    width: 15%;
}
.base-container .right-layout .login-box-in .id-welcome .profile-box img.profile-pic {
    width: 100%;
    vertical-align: super;
}
.base-container .right-layout .login-box-in .id-welcome .welcome-box {
    margin-top: 10px;
    display: inline-block;
}
.base-container .right-layout .login-box-in .id-welcome .welcome-box span {
    font-size: 12px;
}
.base-container .right-layout .login-box-in .id-welcome .welcome-box span.bold {
    font-weight: 500;
}
.base-container .right-layout .login-box-in .id-welcome .log-out {
    font-size: 12px;
    text-decoration: underline;
    color: #878787;
    margin: 20px 5px;
    text-align: right;
}
.base-container .right-layout .login-box-in .pad10-box {
    padding: 10px 4px;
    text-align: center;
}
.base-container .right-layout .login-box-in .pad10-box .pad5-box {
    padding: 3px;
    margin: 4px 0px;
    text-align: center;
}
.base-container .right-layout .login-box-in .pad10-box .pad5-box .mb-action {
    width: 55px;
    display: inline-block;
    background-color: transparent;
    border: none;
    border-right: 1px solid #d3d3d3;
}
.base-container .right-layout .login-box-in .pad10-box .pad5-box .mb-action:last-child {
    border-right: none;
}
.base-container .right-layout .login-box-in .pad10-box .pad5-box .mb-action .action-icon {
    width: 30%;
    margin: 0 auto;
}
.base-container .right-layout .login-box-in .pad10-box .pad5-box .mb-action .action-icon img {
    width: 100%;
}
.base-container .right-layout .login-box-in .pad10-box .pad5-box .mb-action .action-text {
    font-size: 12px;
}
.base-container .right-layout .kakaotalk {
    margin: 10px 0;
    display: block;
}
.base-container .right-layout .kakaotalk img {
    width: 100%;
}
.base-container .right-layout .cs-center {
    border-top: 1px solid #ff8838;
    border-bottom: 1px solid #ff8838;
}
.base-container .right-layout .cs-center ul {
    border-top: 1px solid #ff8838;
    padding-top: 10px;
}
.base-container .right-layout .cs-center ul li {
    margin: 0 auto;
    font-weight: 400;
    border-bottom: 1px dotted #d2d2d2;
    padding: 7px 10px;
    overflow: hidden;
}
.base-container .right-layout .cs-center ul li:last-child {
    border-bottom: 0;
}
.base-container .right-layout .cs-center ul li:last-child {
    border-bottom: 0;
}
.base-container .right-layout .cs-center ul li .cs-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.base-container .right-layout .cs-center ul li .cs-flex .cs-img {
    height: 40px;
}
.base-container .right-layout .cs-center ul li .cs-flex .cs-box {
    padding-left: 7px;
}
.base-container .right-layout .cs-center ul li .cs-flex .cs-box .cs-ko {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.base-container .right-layout .cs-center ul li .cs-flex .cs-box .cs-en {
    font-size: 13px;
    color: #a2a2a2;
    font-weight: 300;
}
.base-container .right-layout .cs-center ul li .number {
    font-size: 17px;
    color: #ff601c;
    font-weight: 600;
    margin-bottom: 10px;
}
.base-container .right-layout .cs-center ul li .opentime {
    font-size: 13px;
    line-height: 17px;
}
.base-container .right-layout .cs-center ul li .kakaoid {
    font-size: 13px;
    margin-bottom: 10px;
}
.base-container .right-layout .cs-center ul li .contact-me {
    font-size: 12px;
    line-height: 16px;
    color: #939393;
}
.footer {
    margin: 10px 0px 30px 0px;
}
.footer table th,
.footer table td {
    text-align: left;
    font-size: 13px;
    color: #585858;
    padding: 5px 5px;
    vertical-align: middle;
}
.footer table th p,
.footer table td p {
    padding-left: 10px;
}
.footer table button,
.footer table a {
    background-color: #666 !important;
    border-radius: 4px;
    padding: 12px !important;
    color: #fff;
}
.footer table .border-left {
    border-left: 1px solid #ccc !important;
}
.footer .table2 th,
.footer .table2 td {
    padding: 2px 5px;
}
.footer .ul-sns {
    float: right;
    margin-top: -31px;
}
.footer .ul-sns li {
    float: left;
    margin-left: 5px;
}
.footer .ul-sns li a img {
    width: 30px;
}
.footer .gray-box {
    margin: 15px 0px;
    background-color: #f1f1f1;
    text-align: center;
    padding: 13px;
}
.footer .gray-box a,
.footer .gray-box span {
    font-size: 12px;
    color: #505050;
    padding: 10px 2px;
}
.footer .base-container {
    margin: 20px 0px;
}
.footer .base-container div,
.footer .base-container span {
    font-size: 13px;
    margin: 15px 0px;
    line-height: 22px;
    color: #a3a3a3;
}
.main-page .banner-box {
    margin-bottom: 17px;
}
.main-page .banner-box img {
    width: 100%;
}
.main-page .banner-box .banner-inner {
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
}
.main-page .banner-box .banner-inner .banner1 {
    width: 49%;
}
.main-page .banner-box .banner-inner .banner-inner2 {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.main-page .banner-box .banner-inner .banner-inner2 div {
    width: 100%;
}
.main-page .banner-box .banner-inner .banner-inner2 .banner2 {
    margin-bottom: 8px;
}
.main-page .store-box {
    margin-bottom: 0px;
}
.main-page .store-box.main-storelist {
    margin-top: 17px;
    overflow:hidden;
}
.main-page .store-box.new-box {
    margin-top: 26px;
}
.main-page .store-box .imgcard-box .imgcard {
    position: relative;
    background-image: url(/assets/front/images/imgcard.jpg);
    background: center center;
    background-size: cover;
    display: inline-block;
    color: white;
    font-size: 14px;
    width: 24%;
    box-sizing: border-box;
    padding: 30px 10px 10px 10px;
}
.main-page .store-box .imgcard-box .imgcard a {
    color: #fff;
}
.main-page .store-box .imgcard-box .imgcard .content {
    z-index: 1;
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
}
.main-page .store-box .imgcard-box .imgcard .bg-op {
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.main-page .store-box .imgcard-box .imgcard .imgcard-title {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: 400;
    text-align: center;
}
.main-page .store-box .imgcard-box .imgcard .imgcard-text {
    text-align: center;
}
.main-page .store-box .imgcard-box .imgcard .imgcard-text div {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
}
.main-page .store-box .imgcard-box .imgcard .imgcard-text div.blue {
    background: #135ea1;
    opacity: 0.8;
}
.main-page .store-box .imgcard-box .imgcard .imgcard-text div.orange {
    background: #bf6e2e;
    opacity: 0.8;
}
.main-page .store-box .imgcard-box .imgcard .imgcard-hash {
    text-align: center;
    font-size: 13px;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.main-page .store-box .imgcard-box .imgcard .callnsms {
    display: flex;
    justify-content: space-between;
}
.main-page .store-box .imgcard-box .imgcard .callnsms a {
    text-align: center;
    font-size: 13px;
    color: white;
    background-color: #222625;
    padding: 10px 10px;
    margin-top: 10px;
    width: 35%;
}
.main-page .event-box {
    margin-top: 0;
}
.main-page .event-box .event-inner {
    overflow: hidden;
    display: flex;
}
.main-page .event-box .event-inner .timesale-container {
    box-sizing: border-box;
    background-color: #fef7eb;
    margin: 10px 0px;
    padding: 15px;
    padding-bottom: 20px;
}
.main-page .event-box .event-inner .timesale-container:nth-child(2) {
    margin-left: 1.5%;
    margin-right: 1.5%;
}
.main-page .event-box .event-inner .timesale-container .event-text {
    color: #666;
    font-size: 18px;
    font-weight: 300;
}
.main-page .event-box .event-inner .timesale-container .event-text .text1 {
    text-align: center !important;
    color: #333;
    font-size: 18px;
    letter-spacing: -0.5px;
}
@media screen and (max-width: 970px) {
    .main-page .event-box .event-inner .timesale-container .event-text .text1 {
        font-size: 12px;
    }
}
.main-page .event-box .event-inner .timesale-container .event-text .text2 {
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 10px;
    color: #ff7417;
    font-size: 14px;
}
.main-page .event-box .event-inner .timesale-container .discount-imgbox {
    cursor: pointer;
    height: initial;
    position: relative;
}
.main-page .event-box .event-inner .timesale-container .discount-imgbox .dis-price {
    font-weight: 400;
    color: #fff;
    font-size: 23px;
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 970px) {
    .main-page .event-box .event-inner .timesale-container .discount-imgbox .dis-price {
        top: 28px;
        font-size: 18px;
    }
}
.main-page .event-box .event-inner .timesale-container .discount-imgbox .dis-price .dis-name {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
}
@media screen and (max-width: 970px) {
    .main-page .event-box .event-inner .timesale-container .discount-imgbox .dis-price .dis-name {
        margin-top: 23px;
        font-size: 12px;
    }
}
.main-page .event-box .event-inner .timesale-container .discount-imgbox .dis-price .dis-text {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-top: 36px;
}
@media screen and (max-width: 970px) {
    .main-page .event-box .event-inner .timesale-container .discount-imgbox .dis-price .dis-text {
        display: none;
    }
}
.main-page .event-box .event-inner .timesale-container .discount-imgbox a {
    display: inline-block;
}
.main-page .event-box .event-inner .timesale-container .discount-imgbox a:hover {
    opacity: 1;
}
.main-page .event-box .event-inner .timesale-container .discount-imgbox img.discount-coupon {
    width: 95%;
    margin: auto;
    display: block;
    margin-left: 5px;
    padding-top: 0;
}
.main-page .event-box .event-inner .timesale-container .discount-content {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-page .event-box .event-inner .timesale-container .discount-content div {
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
}
.main-page .event-box .event-inner .timesale-container .discount-content .event-content {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.main-page .event-box .event-inner .timesale-container .discount-content .timeout {
    font-size: 17px;
    font-weight: 400;
    color: #ff7417;
}
.main-page .event-box .event-inner .timesale-container .discount-content .timeout span {
    font-size: 20px;
}
.main-page .event-box .event-inner .timesale-container .button-container {
    display: flex;
    justify-content: space-evenly;
}
.main-page .event-box .event-inner .timesale-container .button-container button {
    margin: 5px 0px;
    padding: 10px 20px;
}
.find-box {
    width: 70%;
    margin: 0 auto;
    vertical-align: text-top;
    margin-bottom: 25px;
}
.find-box.wide {
    width: 100%;
}
.find-box .find-body {
    border-top: 2px solid #fe6700;
}
.find-box .find-body .body-innerbox {
    padding: 25px;
    border: 1px solid #ccc;
}
.userfind-page .find-box .find-body {
    border: 1px solid #e0e0e0;
    border-top: 2px solid #fe6700;
}
.userfind-page .find-box .find-body .body-innerbox {
    padding: 25px;
    justify-content: center;
    flex-direction: column;
}
.userfind-page .find-box .find-body .body-innerbox .input-box span {
    font-size: 15px;
    width: 93px;
    display: inline-block;
    vertical-align: middle;
}
.userfind-page .find-box .find-body .body-innerbox .input-box input.long-input {
    width: 223px;
}
.userfind-page .find-box .find-body .body-innerbox .input-box select {
    width: 60px;
    height: 26px;
    border: 1px solid #ccc;
}
.userfind-page .find-box .find-body .body-innerbox .input-box span.dash {
    width: auto;
}
.userfind-page .find-box .find-body .body-innerbox .input-box input.number {
    width: 65px;
}
.userfind-page .find-box .find-body .body-innerbox .request {
    font-size: 12px;
    text-align: center;
}
.userfind-page .find-box .find-body .body-innerbox {
    padding: 25px;
}
.userfind-page .find-box .find-body .body-innerbox div {
    margin: 10px 0px;
}
.userfind-page .find-box .find-body .body-innerbox .complete {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}
.userfind-page .find-box .find-body .body-innerbox .span-box {
    font-size: 15px;
    text-align: center;
}
.userfind-page .find-box .find-body .body-innerbox .span-box .gray-text {
    color: #757575;
}
.userfind-page .find-box .find-body .body-innerbox .span-box .orange-text {
    color: #f78644;
}
.userfind-page .find-box .find-body .body-innerbox span {
    margin: 0;
    padding: 0;
}
.userfind-page .find-box .find-body .body-innerbox .font11 {
    font-size: 12px;
}
.userfind-page .find-box .find-body .body-innerbox .gray-box {
    background-color: #f1f1f1;
    padding: 3px;
}
.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;
}
.userterms-page .find-box .find-body .span-box {
    font-size: 12px;
    margin-bottom: 10px;
}
.userterms-page .find-box .find-body .span-box span {
    display: inline-block;
    margin: 4px 0px;
}
.userterms-page .find-box .find-body .span-box .gray-text {
    color: #757575;
}
.userterms-page .find-box .find-body .span-box .black-text {
    color: #131313;
}
.new-message-page .find-box {
    width: 100%;
}
.new-message-page .find-box .find-body {
    width: 100%;
    margin: 0 auto;
}
.new-message-page .find-box .find-body .row1 {
    border-left: 1px solid #e5e5e7;
    border-right: 1px solid #e5e5e7;
}
.new-message-page .find-box .find-body .row2 {
    overflow: hidden;
    border: 1px solid #e5e5e7;
    border-top: 0;
    border-bottom: 0;
}
.new-message-page .find-box .find-body .row2 .chat-header {
    border-bottom: 1px solid #e5e5e7;
}
.new-message-page .find-box .find-body .row2 .chat-header .crown {
    height: 18px;
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: top;
}
.new-message-page .find-box .find-body .row2 .current-chatter {
    margin: auto !important;
}
.new-message-page .find-box .find-body .row2 .message-box {
    float: left;
    width: 40%;
    border-right: 1px solid #e5e5e7;
    height: 490px;
    overflow: auto;
    box-sizing: border-box;
}
.new-message-page .find-box .find-body .row2 .message-box .each {
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
.new-message-page .find-box .find-body .row2 .message-box .each.active:not(.manager) button {
    background: #eee;
}
.new-message-page .find-box .find-body .row2 .message-box .each button {
    padding: 15px;
    background: none;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
}
.new-message-page .find-box .find-body .row2 .message-box .each .row {
    display: flex;
    justify-content: space-between;
}
.new-message-page .find-box .find-body .row2 .message-box .each .row .user {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.new-message-page .find-box .find-body .row2 .message-box .each .row .date {
    color: #999;
}
.new-message-page .find-box .find-body .row2 .message-box .each .content {
    margin-top: 10px;
    color: #666;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-message-page .find-box .find-body .row2 .chat-header {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #ffc765;
    padding: 18px;
    height: 60px;
    box-sizing: border-box;
    position: relative;
}
.new-message-page .find-box .find-body .row2 .chat-header .white-button {
    position: absolute;
    left: 10px;
    top: 10px;
}
.new-message-page .find-box .find-body .row2 .chat-header .title {
    font-size: 16px;
    color: #333;
}
.new-message-page .find-box .find-body .row2 .chat-header .refresh-button {
    position: absolute;
    right: 10px;
    top: 17px;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
}
.new-message-page .find-box .find-body .row2 .chat-header .refresh-button:hover .fa-sync {
    opacity: 0.7;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.new-message-page .find-box .find-body .row2 .chat-header .refresh-button .fa-sync {
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    color: #fe6700;
}
.new-message-page .find-box .find-body .row2 .chat-header .fa-check {
    position: absolute;
    right: 50px;
    top: 13px;
    color: #188038;
}
.new-message-page .find-box .find-body .row2 .chat-footer {
    overflow: hidden;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
}
.new-message-page .find-box .find-body .row2 .chat-footer button {
    background: #fee233;
    border: 1px solid #fee233;
    padding: 7px 7px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.new-message-page .find-box .find-body .row2 .chat-footer textarea {
    width: 80%;
    resize: none;
    border: none;
    outline: 0;
    padding: 7px;
    box-sizing: border-box;
    height: 90px;
    background: #fff;
    max-height: 240px;
}
.new-message-page .find-box .find-body .row2 .chat-footer textarea::placeholder {
    color: #aaa;
}
.new-message-page .find-box .find-body .row2 .chat-content {
    overflow: hidden;
    height: 350px;
    overflow: auto;
    padding: 20px;
}
.new-message-page .find-box .find-body .row2 .chat-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.new-message-page .find-box .find-body .row2 .chat-content::-webkit-scrollbar-thumb {
    background: linear-gradient(13deg, #9e9e9e 14%, #9e9e9e 64%);
    border-radius: 10px;
}
.new-message-page .find-box .find-body .row2 .chat-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #6b6b6b 14%, #6b6b6b 64%);
}
.new-message-page .find-box .find-body .row2 .chat-content::-webkit-scrollbar-track {
    border-radius: 10px;
}
.new-message-page .find-box .find-body .row2 .chat-box {
    float: right;
    width: 60%;
    box-sizing: border-box;
    /* background: #bdd1db; */
    background: #f1f1f1;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox {
    display: inline-block;
    margin: 3px 0;
    width: 100%;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox.bg-black .inner-message {
    background: #333;
    color: #fff;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox.bg-black .inner-message:after {
    border-right-color: #333 !important;
    border-left-color: #333 !important;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-name {
    display: block;
    color: #666;
    font-size: 13px;
    vertical-align: top;
    margin-bottom: 7px;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-name.manager::before {
    content: "";
    background: url("/assets/images/icon/iconAdminC.svg") no-repeat;
    background-size: 16px;
    width: 0px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-name.store::before {
    content: "";
    background: url("/assets/images/icon/iconStoreC.svg") no-repeat;
    background-size: 19px;
    width: 19px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-name::before {
    content: "";
    background: url("/assets/images/icon/iconCommon.svg") no-repeat;
    background-size: 22px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: sub;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-message {
    display: inline-block;
    margin: 0 0px;
    font-size: 13px;
    line-height: 17px;
    max-width: 74% !important;
    position: relative;
    text-align: left;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-message.bg-black {
    background: #333;
    color: #fff;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-message .is-read {
    position: absolute;
    left: -10px;
    bottom: 0;
    font-size: 12px;
    color: #fee233;
    font-weight: 200;
}
.new-message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-date {
    letter-spacing: -0.5px;
    max-width: 23%;
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin: 0 7px;
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}
.new-message-page .find-box .find-body .row2 .chat-box .theother {
    text-align: left;
}
.new-message-page .find-box .find-body .row2 .chat-box .theother .inner-message {
    position: relative;
    background: #ffffff;
    border-radius: 0.4em;
    padding: 10px;
    max-width: 325px;
    vertical-align: middle;
}
.new-message-page .find-box .find-body .row2 .chat-box .theother .inner-message:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #ffffff;
    border-left: 0;
    border-bottom: 0;
    margin-top: -6px;
    margin-left: -8px;
}
.new-message-page .find-box .find-body .row2 .chat-box .me {
    text-align: right;
}
.new-message-page .find-box .find-body .row2 .chat-box .me .inner-chatbox {
    text-align: right;
}
.new-message-page .find-box .find-body .row2 .chat-box .me .inner-message {
    position: relative;
    background: #fee233;
    border-radius: 0.4em;
    padding: 10px;
}
.new-message-page .find-box .find-body .row2 .chat-box .me .inner-message:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fee233;
    border-right: 0;
    border-bottom: 0;
    margin-top: -6px;
    margin-right: -8px;
}
.new-message-page .find-box .find-body .row2 .current-chatter {
    text-align: center !important;
    color: #420303;
}
.new-message-page .find-box .find-body .row2 .chat-toggle {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background: #e8e8e8;
    z-index: 99;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .toggle-header {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    padding: 20px 0;
    background-color: #ffc765;
    position: relative;
    box-sizing: border-box;
    height: 60px;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .toggle-header .crown {
    height: 18px;
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: top;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .toggle-header .go-back {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    left: 20px;
    margin-top: -3px;
    cursor: pointer;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .toggle-header .chat-menu {
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    right: 10px;
    top: 20px;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .toggle-header .chat-menu button {
    background: none;
    outline: 0;
    border: 0;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .toggle-header .chat-menu i {
    color: #fe6700;
    font-size: 16px;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .chat-content {
    height: 100%;
    box-sizing: border-box;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .chat-box {
    float: none !important;
    width: 100% !important;
    height: calc(100% - 212px);
    /* height: calc(100% - 159px); */
}
.new-message-page .find-box .find-body .row2 .chat-toggle .chat-footer {
    float: none !important;
    width: 100% !important;
}
.new-message-page .find-box .find-body .row2 .chat-toggle .chat-footer button {
    background: #fee233;
    border: 1px solid #fee233;
    padding: 0;
    box-sizing: border-box;
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
}
.new-message-page .find-box .find-body .row2 .message-box {
    width: 100% !important;
}
.new-message-page .find-box .find-body .row2 .row1 {
    display: block !important;
    height: initial !important;
}
.new-message-page .find-box .find-body .row2 .row1 .col1 {
    border-bottom: 1px solid #e5e5e7;
}
.new-message-page .find-box .find-body .row2 .row2 {
    display: block;
    height: initial !important;
}
.new-message-page .find-box .find-body .row2 .row2 .col1 {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e7;
}
.new-message-page .find-box .find-body .row2 .row2 .in-message {
    float: left;
}
.new-message-page .find-box .find-body .row2 .row2 .out-message {
    float: right;
}
.new-message-page .find-box .find-body .row2 .row2 .col2 {
    border-left: none !important;
}
.new-message-page .find-box .find-body .row2 .row2 .col2 table.message-table thead tr .msg-col1 {
    width: 19% !important;
}
.new-message-page .find-box .find-body .row2 .row2 .col2 table.message-table thead tr .msg-col2 {
    width: 62% !important;
}
.new-message-page .find-box .find-body .row2 .row2 .col2 table.message-table tr .date {
    display: none;
}
.new-message-page .find-box .find-body .row2 .cell {
    display: block !important;
    width: 100% !important;
}
.new-message-page .find-box .find-body .row2 .message-table thead tr th {
    border-top: none;
    border-left: none;
}
.chatDate {
    display: flex;
    padding: 25px 0;
    justify-content: center;
    align-items: center;
}
.chatDate .item {
    font-size: 12px;
    color: #fff;
    background-color: #a5a5a570;
    padding: 7px 19px;
    border-radius: 18px;
    font-weight: 200;
}
.message-page .find-box {
    width: 100%;
}
.message-page .find-box .find-body {
    width: 100%;
    margin: 0 auto;
}
.message-page .find-box .find-body .row1 {
    border-left: 1px solid #e5e5e7;
    border-right: 1px solid #e5e5e7;
}
.message-page .find-box .find-body .row2 {
    overflow: hidden;
    border: 1px solid #e5e5e7;
    border-top: 0;
}
.message-page .find-box .find-body .row2 .chat-header {
    border-bottom: 1px solid #e5e5e7;
}
.message-page .find-box .find-body .row2 .chat-header .crown {
    height: 18px;
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: top;
}
.message-page .find-box .find-body .row2 .current-chatter {
    margin: auto !important;
}
.message-page .find-box .find-body .row2 .message-box {
    float: left;
    width: 40%;
    border-right: 1px solid #e5e5e7;
    height: 490px;
    overflow: auto;
    box-sizing: border-box;
}
.message-page .find-box .find-body .row2 .message-box .each {
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
.message-page .find-box .find-body .row2 .message-box .each.active button {
    background: #eee;
}
.message-page .find-box .find-body .row2 .message-box .each button {
    padding: 10px;
    background: none;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
}
.message-page .find-box .find-body .row2 .message-box .each .row {
    display: flex;
    justify-content: space-between;
}
.message-page .find-box .find-body .row2 .message-box .each .row .user {
    color: #333;
}
.message-page .find-box .find-body .row2 .message-box .each .row .date {
    color: #999;
}
.message-page .find-box .find-body .row2 .message-box .each .content {
    margin-top: 10px;
    color: #666;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.message-page .find-box .find-body .row2 .chat-header {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    padding: 18px;
    height: 50px;
    box-sizing: border-box;
    position: relative;
}
.message-page .find-box .find-body .row2 .chat-header .white-button {
    position: absolute;
    left: 10px;
    top: 10px;
}
.message-page .find-box .find-body .row2 .chat-header .title {
    font-size: 16px;
    color: #333;
}
.message-page .find-box .find-body .row2 .chat-header .refresh-button {
    position: absolute;
    right: 10px;
    top: 17px;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
}
.message-page .find-box .find-body .row2 .chat-header .refresh-button:hover .fa-sync {
    opacity: 0.7;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.message-page .find-box .find-body .row2 .chat-header .refresh-button .fa-sync {
    opacity: 1;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    color: #fe6700;
}
.message-page .find-box .find-body .row2 .chat-header .fa-check {
    position: absolute;
    right: 50px;
    top: 13px;
    color: #188038;
}
.message-page .find-box .find-body .row2 .chat-footer {
    overflow: hidden;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e7;
    position: relative;
}
.message-page .find-box .find-body .row2 .chat-footer button {
    background: #fee233;
    border: 1px solid #fee233;
    padding: 30px 30px;
    min-height: 89px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.message-page .find-box .find-body .row2 .chat-footer textarea {
    width: 80%;
    resize: none;
    border: none;
    outline: none;
    padding: 20px;
    box-sizing: border-box;
    min-height: 89px;
    overflow: hidden;
    background: #efefef;
}
.message-page .find-box .find-body .row2 .chat-footer textarea::placeholder {
    color: #aaa;
}
.message-page .find-box .find-body .row2 .chat-content {
    overflow: hidden;
    height: 350px;
    overflow: auto;
    padding: 20px;
}
.message-page .find-box .find-body .row2 .chat-box {
    float: right;
    width: 60%;
    box-sizing: border-box;
    background: #bdd1db;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox {
    display: inline-block;
    margin: 10px 0;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox.bg-black .inner-message {
    background: #333;
    color: #fff;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox.bg-black .inner-message:after {
    border-right-color: #333 !important;
    border-left-color: #333 !important;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-name {
    display: inline-block;
    color: #666;
    font-size: 15px;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-name.manager::before {
    content: "";
    background: url("/assets/images/crown.png") no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-name::before {
    content: "";
    background: url("/assets/front/images/icon/army_2.gif") no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-message {
    overflow-wrap: break-word;
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    line-height: 17px;
    max-width: 55% !important;
    position: relative;
    text-align: left;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-message.bg-black {
    background: #333;
    color: #fff;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-message .is-read {
    position: absolute;
    left: -10px;
    bottom: 0;
    font-size: 12px;
    color: #fee233;
    font-weight: 200;
}
.message-page .find-box .find-body .row2 .chat-box .inner-chatbox .inner-date {
    display: inline-block;
    color: #999;
    font-size: 12px;
    vertical-align: sub;
}
.message-page .find-box .find-body .row2 .chat-box .theother {
    text-align: left;
}
.message-page .find-box .find-body .row2 .chat-box .theother .inner-message {
    position: relative;
    background: #ffffff;
    border-radius: 0.4em;
    padding: 7px;
    max-width: 325px;
    vertical-align: middle;
}
.message-page .find-box .find-body .row2 .chat-box .theother .inner-message:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: #ffffff;
    border-left: 0;
    border-bottom: 0;
    margin-top: -6px;
    margin-left: -8px;
}
.message-page .find-box .find-body .row2 .chat-box .me {
    text-align: right;
}
.message-page .find-box .find-body .row2 .chat-box .me .inner-message {
    position: relative;
    background: #fee233;
    border-radius: 0.4em;
    padding: 7px 10px;
}
.message-page .find-box .find-body .row2 .chat-box .me .inner-message:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fee233;
    border-right: 0;
    border-bottom: 0;
    margin-top: -6px;
    margin-right: -8px;
}
.signup-page .body-innerbox {
    flex-direction: column;
}
.signup-page .member-radio {
    margin-bottom: 20px;
}
.signup-page .member-radio li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}
.signup-page .member-radio li input {
    width: 13px;
    vertical-align: sub;
}
.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;
}
.signup-page .input-box select {
    width: 15%;
    padding: 6px 0;
    border: 1px solid #ccc;
}
.signup-page .input-box span.dash {
    width: auto;
}
.signup-page .input-box input.number {
    width: 15%;
}
.find-body .gray-head {
    background-color: #595959;
    color: white;
    font-size: 17px;
    padding: 10px;
    text-align: center;
}
.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;
}
.mypage .list-box .body-innerbox {
    min-height: 145px;
}
.mypage .list-box .find-box {
    margin-right: 1%;
}
.mypage .list-box .find-box:nth-child(2n) {
    margin-right: 0;
}
.mypage .find-box {
    display: inline-block;
    vertical-align: text-top;
}
.mypage .find-box:nth-child(2n) {
    margin-right: 0;
}
.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 .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 .find-box .find-body .check-button {
    margin-bottom: 0;
}
.mypage .find-box {
    display: inline-block;
}
.mypage .find-box .find-body {
    margin-bottom: 10px;
}
.mypage .find-box .find-body .body-innerbox {
    padding: 19px 10px !important;
    overflow: hidden;
}
.mypage .find-box .find-body .body-innerbox .activity {
    color: #545454;
    font-size: 16px;
    float: left;
}
.mypage .find-box .find-body .body-innerbox .red-number {
    color: #fc5000;
    font-size: 13px;
    float: right;
}
.mypage .full {
    width: 100% !important;
}
.mypage .find-box .find-body .body-innerbox {
    padding: 25px;
    font-size: 13px;
}
.mypage .find-box .find-body .body-innerbox .row {
    margin-bottom: 10px;
}
.mypage .find-box .find-body .body-innerbox .row .yellow-text {
    color: #ffa063;
    margin: 5px;
}
.mypage .find-box .find-body .body-innerbox .row .gray-text {
    margin: 5px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
}
.mypage .find-box .find-body .body-innerbox .row .comment {
    float: right;
}
.mypage .find-box .find-body .body-innerbox .row .comment a {
    color: #bebebe;
    font-size: 12px;
}
.mypage .half {
    width: 49%;
}
.mypage .mr-25 {
    margin-right: 25px;
}
.wide-box {
    width: 100%;
}
.white-body .my-box {
    margin-bottom: 20px;
}
.common-head {
    margin-top: 6px;
}
.common-head img.icon {
    height: 25px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}
.common-head h1,
.common-head h2,
.common-head .h2 {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 15px;
}
.common-head h1 span,
.common-head h2 span,
.common-head .h2 span {
    font-size: 14px;
    color: #999;
}
.common-head h1 span.bold,
.common-head h2 span.bold,
.common-head .h2 span.bold {
    color: #333;
    font-weight: 500;
}
.common-head .flr {
    float: right;
    clear: right;
}
.common-head .flr a.button-orange {
    cursor: pointer;
    width: 100%;
    border: none;
    border-radius: 0;
    color: white;
    font-size: 12px;
    padding: 6px 15px;
    margin: 5px 0px;
    background-color: #ff7417;
}
.storelists-page .timesale-container {
    border-right: 10px solid #ffeeb8;
    background-color: #fffaec;
    margin: 20px 0px;
    padding: 15px;
    box-sizing: border-box;
}
.storelists-page .timesale-container .discount-imgbox {
    cursor: pointer;
    width: 40%;
    height: initial;
    position: relative;
}
.storelists-page .timesale-container .discount-imgbox .dis-price {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 44px;
    text-align: center;
    width: 100%;
}
.storelists-page .timesale-container .discount-imgbox .dis-price .dis-name {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
}
.storelists-page .timesale-container .discount-imgbox .dis-price .dis-text {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-top: 38px;
}
.storelists-page .timesale-container .discount-imgbox a {
    display: inline-block;
}
.storelists-page .timesale-container .discount-imgbox a:hover {
    opacity: 1;
}
.storelists-page .timesale-container .discount-imgbox img.discount-coupon {
    width: 80%;
    margin: auto;
    display: block;
    margin-left: 33px;
    margin-top: -10px;
}
.storelists-page .timesale-container .discount-content {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 53%;
    padding: 20px 10px;
}
.storelists-page .timesale-container .discount-content div {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}
.storelists-page .timesale-container .discount-content .event-content {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.storelists-page .timesale-container .discount-content .timeout {
    font-size: 22px;
    font-weight: 500;
    color: #ff7417;
    margin-top: 15px;
}
.storelists-page .timesale-container .discount-content .timeout .event-text {
    color: #666;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 300;
}
@media screen and (max-width: 970px) {
    .storelists-page .timesale-container .discount-content .timeout .event-text {
        font-size: 12px;
    }
}
.storelists-page .timesale-container .discount-content .ps {
    margin-top: 22px;
    font-size: 15px;
    color: #666;
}
.storelists-page .find-box .white-body .orange-body {
    background-color: #ffeadc;
}
.storelists-page .find-box .white-body .my-box {
    margin-top: 30px;
}
.storelists-page .find-box .white-body .my-box .l-h3 {
    color: #ff7417;
    border-left: 2px solid #ff7417;
    padding-left: 5px;
    font-size: 18px;
    margin-bottom: 15px;
}
.storelists-page .find-box .white-body .my-box .square-box {
    cursor: pointer;
    line-height: 2;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.storelists-page .find-box .white-body .my-box .square-box .black-square {
    background-color: #666;
    color: white;
}
.storelists-page .find-box .white-body .my-box .square-box .orange-square {
    background-color: #fe802b;
    color: white;
}
.storelists-page .find-box .white-body .my-box .square-box .trans-square {
    background-color: transparent;
    color: #595959;
}
.storelists-page .find-box .white-body .my-box .square-box a,
.storelists-page .find-box .white-body .my-box .square-box span {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    padding: 3px 0px;
    border: 1px solid #ededed;
    width: 8.5%;
    text-align: center;
    margin: 2px;
}
.storelists-page .find-box .white-body .my-box .square-box .wide-square {
    width: 74px;
}
.storelists-page .find-box .white-body .my-box .square-box.theme-box a,
.storelists-page .find-box .white-body .my-box .square-box.theme-box span {
    width: 13.7%;
}
.storelists-page .find-box .white-body .imgcard-box {
    height: 142px;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard {
    position: relative;
    background-image: url(/assets/front/images/imgcard.jpg);
    background: center center;
    background-size: cover;
    display: inline-block;
    color: white;
    font-size: 12px;
    width: 24%;
    box-sizing: border-box;
    padding: 20px 10px 10px 10px;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard a {
    color: #fff;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .content {
    z-index: 1;
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .bg-op {
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .imgcard-title {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 16px;
    font-weight: 400;
    text-align: center;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .imgcard-text {
    text-align: center;
    margin-top: 13px;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .imgcard-text div {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .imgcard-text div.blue {
    background: #135ea1;
    opacity: 0.8;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .imgcard-text div.orange {
    background: #bf6e2e;
    opacity: 0.8;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .imgcard-hash {
    text-align: center;
    font-size: 13px;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .callnsms {
    display: flex;
    justify-content: space-between;
}
.storelists-page .find-box .white-body .imgcard-box .imgcard .callnsms a {
    text-align: center;
    font-size: 13px;
    color: white;
    background-color: #222625;
    padding: 10px 10px;
    margin-top: 10px;
    width: 35%;
}
.storelists-page .find-box .white-body table.store-board {
    margin: 20px 0px;
    width: 100%;
    font-size: 12px;
}
.storelists-page .find-box .white-body table.store-board .store-info {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.storelists-page .find-box .white-body table.store-board .store-info .left span {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    display: inline-block;
    margin-right: 12px;
}
.storelists-page .find-box .white-body table.store-board .store-info .right {
    text-align: right;
    font-size: 13px;
    font-weight: 300;
}
.storelists-page .find-box .white-body table.store-board .store-info .right .color-orange {
    color: #ff7417;
}
.storelists-page .find-box .white-body table.store-board .store-info .right .color-gray {
    color: #888;
}
.storelists-page .find-box .white-body table.store-board .store-info .right .color-black {
    color: #333;
}
.storelists-page .find-box .white-body table.store-board .option-box {
    margin-top: 5px;
}
.storelists-page .find-box .white-body table.store-board .option-box span {
    padding: 1px 5px;
    font-size: 12px;
    background: #fba062;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
}
.storelists-page .find-box .white-body table.store-board.read a {
    color: #000;
    line-height: 15px;
}
.storelists-page .find-box .white-body table.store-board thead tr {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    text-align: center;
}
.storelists-page .find-box .white-body table.store-board thead tr th {
    padding: 10px;
}
.storelists-page .find-box .white-body table.store-board thead tr .number {
    width: 6%;
}
.storelists-page .find-box .white-body table.store-board thead tr .location {
    width: 10%;
}
.storelists-page .find-box .white-body table.store-board thead tr .storename {
    width: 15%;
}
.storelists-page .find-box .white-body table.store-board thead tr .price {
    width: 10%;
}
.storelists-page .find-box .white-body table.store-board thead tr .views {
    width: 8%;
}
.storelists-page .find-box .white-body table.store-board thead tr .manage {
    width: 10%;
}
.storelists-page .find-box .white-body table.store-board thead tr .jump {
    width: 10%;
}
.storelists-page .find-box .white-body table.store-board tbody tr {
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
}
.storelists-page .find-box .white-body table.store-board tbody tr.class-a {
    background-color: #ffefd5;
}
.storelists-page .find-box .white-body table.store-board tbody tr.class-a td:first-child {
    background: url(/assets/images/new/class_a.gif) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
.storelists-page .find-box .white-body table.store-board tbody tr.class-b {
    background-color: #fffaea;
}
.storelists-page .find-box .white-body table.store-board tbody tr.class-b td:first-child {
    background: url(/assets/images/new/class_b.gif) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
.storelists-page .find-box .white-body table.store-board tbody tr.class-c td:first-child {
    background: url(/assets/images/new/class_c.png) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
.storelists-page .find-box .white-body table.store-board tbody tr.class-d a {
    color: #767676 !important;
}
.storelists-page .find-box .white-body table.store-board tbody tr td {
    padding: 10px 5px;
    color: #333;
}
.storelists-page .find-box .white-body table.store-board tbody tr td:first-child {
    padding-left: 37px;
    font-size: 13px;
}
.storelists-page .find-box .white-body table.store-board tbody tr .title {
    text-align: left;
}
.storelists-page .find-box .white-body table.store-board tbody tr .orange-button {
    background-color: #ff7417;
    font-size: 13px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
    border: none;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr {
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    background: none !important;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr.class-a td:first-child {
    background: none;
    background-position: 0px 10px;
    background-size: 25px;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr.class-b td:first-child {
    background: none;
    background-position: 0px 10px;
    background-size: 25px;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr.class-c td:first-child {
    background: none;
    background-position: 0px 10px;
    background-size: 25px;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr.class-d td:first-child {
    background-position: 0px 10px;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr.class-d a {
    color: #767676 !important;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr td {
    padding: 10px 5px;
    color: #333;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr td:first-child {
    /* padding-left: 37px; */f
    font-size: 13px;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr .title {
    text-align: left;
}
.storelists-page .find-box .white-body table.store-board.review-board tbody tr .orange-button {
    background-color: #ff7417;
    font-size: 13px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
    border: none;
}

.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;
}
.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('/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;
}
.storeInfoRow:last-child {
    border-bottom: 0;
}
.storeInfoHead {
    color: #9f9f9f;
    min-width: 70px;
    padding-right: 10px;
    box-sizing: border-box;
    max-width: 90px;
    width: 100%;
}
.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;
}
.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 35px;
    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;
}





.my-box table.best {
    width: 50%;
    border-collapse: collapse;
    font-size: 14px;
}
.my-box table.best thead tr {
    background-color: #f8f6f7;
    border: 1px solid #e6e6e6;
}
.my-box table.best thead tr td {
    font-weight: 500;
    text-align: left;
}
.my-box table.best tbody {
    border: 1px solid #e6e6e6;
}
.my-box table.best tbody td.col1 {
    width: 10%;
}
.my-box table.best tbody td.col2 {
    width: 15%;
    color: #ff611a;
}
.my-box table.best tbody td.col3 {
    width: 60%;
    color: #676767;
    text-align: left;
}
.my-box table.best tbody td.col4 {
    width: 15%;
    color: #c30205;
}
.genboard-page .find-box .white-body .my-box {
    overflow: hidden;
}
.genboard-page .find-box .white-body .my-box table.best {
    width: 50%;
    border-collapse: collapse;
    font-size: 14px;
}
.genboard-page .find-box .white-body .my-box table.best thead tr {
    background-color: #f8f6f7;
    border: 1px solid #e6e6e6;
}
.genboard-page .find-box .white-body .my-box table.best thead tr td {
    font-weight: 500;
    text-align: left;
}
.genboard-page .find-box .white-body .my-box table.best tbody {
    border: 1px solid #e6e6e6;
}
.genboard-page .find-box .white-body .my-box table.best tbody td.col1 {
    width: 10%;
}
.genboard-page .find-box .white-body .my-box table.best tbody td.col2 {
    width: 15%;
    color: #ff611a;
}
.genboard-page .find-box .white-body .my-box table.best tbody td.col3 {
    width: 60%;
    color: #676767;
    text-align: left;
}
.genboard-page .find-box .white-body .my-box table.best tbody td.col4 {
    width: 15%;
    color: #c30205;
}
.genboard-page .find-box .white-body .my-box table.board-table {
    font-size: 13px;
}
.genboard-page .find-box .white-body .my-box table.board-table thead tr {
    background-color: #faf8f9;
}
.genboard-page .find-box .white-body .my-box table.board-table thead tr td {
    border: 1px solid #ededed;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr td {
    vertical-align: middle;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr .col1 {
    width: 10%;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr .col2 {
    width: 15%;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr .col3 {
    width: 45%;
    text-align: left;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr .col4 {
    width: 15%;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr .col5 {
    width: 15%;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr .col6 {
    width: 10%;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr.yellow {
    background-color: #fff8f0;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr.yellow .col1 {
    font-weight: 500;
}
.genboard-page .find-box .white-body .my-box table.board-table tbody tr.yellow .col3 {
    font-weight: 500;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box {
    width: 24%;
    margin-bottom: 10px;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box div:nth-child(2),
.thumbboard-page .find-box .white-body .my-box .thumb-box div:nth-child(3) {
    border-top: none;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .img-box {
    border: 1px solid #ededed;
    height: 160px;
    background-image: url("/assets/front/images/imgcard.jpg");
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .text-box {
    border: 1px solid #ededed;
    height: 30px;
    padding: 10px;
    color: #131313;
    font-size: 12px;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .text-box .title-box {
    margin-bottom: 3px;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .text-box .title-box span {
    padding: 3px;
    font-weight: 500;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .text-box .title-box .orange {
    color: #fe7213;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .text-box .preview {
    padding: 3px;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .bottom-box {
    height: 20px;
    font-size: 10px;
    border: 1px solid #ededed;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .bottom-box div {
    color: #a8a9ad;
    padding: 5px;
}
.thumbboard-page .find-box .white-body .my-box .thumb-box .bottom-box div span {
    margin-left: 8px;
}
.thumbboard-page .find-box .white-body .writer {
    color: white;
    padding: 10px;
    background-color: #676769;
    margin: 10px 0px;
    text-align: center;
    font-size: 13px;
    width: 60px;
}
.faq-page .white-box .faq-tabs li.active {
    background-color: #ff7417;
    color: white;
}
.faq-page .white-box .faq-tabs li {
    width: 167px;
    display: inline-block;
    background-color: #dfdfdf;
    text-align: center;
    padding: 13px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #888888;
}
.faq-page .white-box .q-lists {
    display: none;
}
.faq-page .white-box .q-lists.active {
    display: block;
}
.faq-page .white-box .q-lists li {
    font-size: 12px;
    padding: 15px 20px;
    border: 1px solid #dedede;
}
.faq-page .white-box .q-lists li:not(:first-child) {
    border-top: none;
}
.faq-page .white-box .q-lists li.question {
    background-color: #676769;
    color: white;
    font-weight: 500;
}
.faq-page .white-box .q-lists li.answer {
    color: #787878;
}
.event-page {
    color: #131313;
    font-size: 12px;
}
.event-page .event-container .each-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.event-page .event-container .each-box .thumbnail {
    width: 160px;
    height: 120px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 4px;
    position: relative;
}
.event-page .event-container .each-box .thumbnail .thumb-content {
    z-index: 1;
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
}
.event-page .event-container .each-box .thumbnail .thumb-content div {
    color: #fff;
}
.event-page .event-container .each-box .thumbnail .thumb-content .bg-op {
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.event-page .event-container .each-box .thumbnail .thumb-content .imgcard-title {
    font-size: 19px;
    margin-top: 31px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
}
.event-page .event-container .each-box .thumbnail .thumb-content .imgcard-text {
    text-align: center;
    margin-top: 22px;
}
.event-page .event-container .each-box .thumbnail .thumb-content .imgcard-text div {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
}
.event-page .event-container .each-box .thumbnail .thumb-content .imgcard-text div.blue {
    background: #135ea1;
    opacity: 0.8;
}
.event-page .event-container .each-box .thumbnail .thumb-content .imgcard-text div.orange {
    background: #bf6e2e;
    opacity: 0.8;
}
.event-page .event-container .each-box .thumbnail .thumb-content .imgcard-hash {
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.5px;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.event-page .event-container .each-box .thumbnail .thumb-content .callnsms {
    display: flex;
    justify-content: space-between;
}
.event-page .event-container .each-box .thumbnail .thumb-content .callnsms a {
    text-align: center;
    font-size: 13px;
    color: white;
    background-color: #222625;
    padding: 10px 10px;
    margin-top: 10px;
    width: 35%;
}
.event-page .event-container .each-box .content {
    width: 60%;
}
.event-page .event-container .each-box .content .title1 {
    font-size: 17px;
    margin-bottom: 15px;
    color: #333;
}
.event-page .event-container .each-box .content .title2 {
    font-size: 14px;
    color: #444;
}
.event-page .event-container .each-box .content .phone-box {
    margin: 10px 0 5px 0;
}
.event-page .event-container .each-box .content .phone-box .phone {
    color: #444;
    font-size: 13px;
}
.event-page .event-container .each-box .content .phone-box .callnsms {
    padding-left: 5px;
}
.event-page .event-container .each-box .content .phone-box .callnsms a {
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #222625;
    padding: 0px 5px;
    line-height: normal;
    border-radius: 4px;
}
.event-page .event-container .each-box .content .address {
    color: #444;
    font-size: 12px;
    margin-top: 15px;
}
.event-page .event-container .each-box .content .option-box {
    margin-top: 12px;
    max-width: 430px;
    overflow: hidden;
    height: 20px;
}
.event-page .event-container .each-box .content .option-box span {
    padding: 0px 5px;
    font-size: 12px;
    background: #fba062;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    line-height: normal;
}
.event-page .event-container .each-box .etc {
    display: flex;
    justify-content: inherit;
    flex-direction: column;
    align-items: flex-end;
}
.event-page .event-container .each-box .etc .review {
    position: relative;
    display: inline-block;
}
.event-page .event-container .each-box .etc .review img {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
}
.event-page .event-container .each-box .etc .review span {
    color: #333;
    line-height: 26px;
    font-size: 12px;
}
.event-page .event-container .each-box .etc .review > div:last-child {
    margin-left: 5px;
}
.event-page .event-container .each-box .etc .price-box .discount {
    text-align: right;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.event-page .event-container .each-box .etc .price-box .discount .small {
    font-size: 15px;
}
.event-page .event-container .each-box .etc .price-box .price {
    text-decoration: line-through;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    color: #666;
}
.event-page .event-container .each-box .etc .price-box .price .small {
    font-size: 12px;
}
.event-page .event-container .each-box .etc .price-box .discount-tag {
    position: absolute;
    bottom: 0;
    left: -40px;
    background: #fe6700;
    color: #fff;
    font-size: 12px;
    padding: 3px;
}
.event-page .event-select-box .row {
    display: flex;
    border: 1px solid #e6e6e6;
}
.event-page .event-select-box .row:nth-child(2),
.event-page .event-select-box .row :nth-child(3) {
    border-top: none;
}
.event-page .event-select-box .row .event-price {
    width: 165px;
    padding: 20px 10px;
    background-color: #f3f3f3;
    font-size: 13px;
    border-right: 1px solid #e6e6e6;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.event-page .event-select-box .row .select-box {
    padding: 20px;
    flex: 1;
}
.event-page .event-select-box .row .select-box select {
    width: 100%;
}
.event-page .event-select-box .row .spanLabel {
    font-size: 11px;
    margin-top: 10px;
    color: #f7323f;
}
.event-page .event-select-box .row #eventContent::placeholder {
    color:#bfbfbf;
}
.event-page .button-box {
    margin: 20px 0px;
    display: flex;
    justify-content: center;
}
.event-page .button-box .orange-button {
    margin: 0px 20px;
    padding: 10px 30px;
}
.event-page .button-box .gray {
    background-color: #595959;
}
.event-page .timesale-container {
    border-right: 10px solid #ffeeb8;
    background-color: #fffaec;
    margin: 20px 0px;
    padding: 15px;
    box-sizing: border-box;
}
.event-page .timesale-container .discount-imgbox {
    cursor: pointer;
    width: 40%;
    height: initial;
    position: relative;
}
.event-page .timesale-container .discount-imgbox .dis-price {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 44px;
    text-align: center;
    width: 100%;
}
.event-page .timesale-container .discount-imgbox .dis-price .dis-name {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
}
.event-page .timesale-container .discount-imgbox .dis-price .dis-text {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-top: 38px;
}
.event-page .timesale-container .discount-imgbox a {
    display: inline-block;
}
.event-page .timesale-container .discount-imgbox a:hover {
    opacity: 1;
}
.event-page .timesale-container .discount-imgbox img.discount-coupon {
    width: 80%;
    margin: auto;
    display: block;
    margin-left: 33px;
    margin-top: -10px;
}
.event-page .timesale-container .discount-content {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 53%;
    padding: 20px 10px;
}
.event-page .timesale-container .discount-content div {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}
.event-page .timesale-container .discount-content .event-content {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.event-page .timesale-container .discount-content .timeout {
    font-size: 22px;
    font-weight: 500;
    color: #ff7417;
    margin-top: 15px;
}
.event-page .timesale-container .discount-content .timeout .event-text {
    color: #666;
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 300;
}
@media screen and (max-width: 970px) {
    .event-page .timesale-container .discount-content .timeout .event-text {
        font-size: 12px;
    }
}
.event-page .timesale-container .discount-content .ps {
    margin-top: 22px;
    font-size: 15px;
    color: #666;
}
.event-page .find-box .white-body table.store-board .store-info {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.event-page .find-box .white-body table.store-board .store-info .left span {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    display: inline-block;
    margin-right: 12px;
}
.event-page .find-box .white-body table.store-board .store-info .right {
    text-align: right;
    font-size: 13px;
    font-weight: 300;
}
.event-page .find-box .white-body table.store-board .store-info .right .color-orange {
    color: #ff7417;
}
.event-page .find-box .white-body table.store-board .store-info .right .color-gray {
    color: #888;
}
.event-page .find-box .white-body table.store-board .store-info .right .color-black {
    color: #333;
}
.event-page .find-box .white-body table.store-board .option-box {
    margin-top: 5px;
}
.event-page .find-box .white-body table.store-board .option-box span {
    padding: 1px 5px;
    font-size: 12px;
    background: #fba062;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
}
.event-page .find-box .white-body table.store-board.read a {
    color: #000;
    line-height: 15px;
}
.event-page .find-box .white-body table.store-board thead tr {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    text-align: center;
}
.event-page .find-box .white-body table.store-board thead tr th {
    padding: 10px;
}
.event-page .find-box .white-body table.store-board thead tr .number {
    width: 6%;
}
.event-page .find-box .white-body table.store-board thead tr .location {
    width: 10%;
}
.event-page .find-box .white-body table.store-board thead tr .storename {
    width: 15%;
}
.event-page .find-box .white-body table.store-board thead tr .price {
    width: 10%;
}
.event-page .find-box .white-body table.store-board thead tr .views {
    width: 8%;
}
.event-page .find-box .white-body table.store-board thead tr .manage {
    width: 10%;
}
.event-page .find-box .white-body table.store-board thead tr .jump {
    width: 10%;
}
.event-page .find-box .white-body table.store-board tbody tr {
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
}
.event-page .find-box .white-body table.store-board tbody tr.class-a {
    background-color: #ffefd5;
}
.event-page .find-box .white-body table.store-board tbody tr.class-a td:first-child {
    background: url(/assets/images/new/class_a.gif) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
.event-page .find-box .white-body table.store-board tbody tr.class-b {
    background-color: #fffaea;
}
.event-page .find-box .white-body table.store-board tbody tr.class-b td:first-child {
    background: url(/assets/images/new/class_b.gif) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
.event-page .find-box .white-body table.store-board tbody tr.class-c td:first-child {
    background: url(/assets/images/new/class_c.png) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
.event-page .find-box .white-body table.store-board tbody tr.class-d a {
    color: #767676 !important;
}
.event-page .find-box .white-body table.store-board tbody tr td {
    padding: 10px 5px;
    color: #333;
}
.event-page .find-box .white-body table.store-board tbody tr td:first-child {
    padding-left: 37px;
    font-size: 13px;
}
.event-page .find-box .white-body table.store-board tbody tr .title {
    text-align: left;
}
.event-page .find-box .white-body table.store-board tbody tr .orange-button {
    background-color: #ff7417;
    font-size: 13px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
    border: none;
}
#eventUsageLabel {
    margin-left:20px;
    display:inline-block;
}
.event-page .event-select-box .color-picker {
    float: left;
}
.event-page .event-select-box .color-picker .color {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
    border: 3px solid #eee;
    box-sizing: border-box;
}
.event-page .event-select-box .color-picker .color.active,
.event-page .event-select-box .color-picker .color:hover {
    border: 3px solid #00c4ff;
    cursor: pointer;
}
.h2-1 {
    font-size: 13px;
}
.h2-1 div {
    margin-bottom: 8px;
}
.eventlist-page .common-head {
    margin-bottom: 20px;
}
.boardread-page .read-container {
    border: 1px solid #ececee;
    font-size: 17px;
}
.boardread-page .read-container > div {
    padding: 10px;
    border-bottom: 1px solid #ececee;
}
.boardread-page .read-container > div:last-child {
    border-bottom: none;
}
.boardread-page .read-container .title-box {
    background-color: #faf8f9;
    overflow: hidden;
}
.boardread-page .read-container .title-box .title {
    float: left;
    font-weight: 500;
}
.boardread-page .read-container .title-box .writer-info {
    float: right;
}
.boardread-page .read-container .comment-container {
    position: relative;
}
.boardread-page .read-container .comment-container .comment-title {
    font-weight: 500;
    height: 90px;
    border-bottom: 1px solid #ececee;
}
.boardread-page .read-container .comment-container textarea {
    position: absolute;
    width: 720px;
    height: 70px;
    top: 10px;
    left: 50px;
}
.boardread-page .read-container .comment-container .comment-box {
    padding: 20px 0px;
    border-bottom: 1px solid #ececee;
}
.boardread-page .read-container .comment-container .comment-box .comment-writer {
    margin-bottom: 5px;
}
.boardread-page .read-container .comment-container .comment-box .comment-writer span.id {
    font-weight: 500;
    color: #545454;
}
.boardread-page .read-container .comment-container .comment-box:last-child {
    border-bottom: none;
}
.boardread-page .button-box {
    margin-top: 20px;
    overflow: hidden;
}
.boardread-page .button-box .trans {
    padding: 10px 20px;
    background-color: transparent;
    color: #6c6c6c;
    border: 1px solid #dcdcdc;
}
.boardread-page .button-box button:first-child {
    margin-right: 5px;
}

.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: 20%;
    background-color: #f3f3f3;
    padding: 7px 0;
    text-align: center;
    border-right: 1px solid #efefef;
    font-size: 15px;
}

.aplData .con div {
    flex-basis: 20%;
    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;
}

.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;
}
.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.5%;
    text-align: center;
    margin: 2px;
    height: 32px !important;
}
.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;
}
.storeread-page .relate {
    margin-bottom: 40px;
}
.storeread-page .relate ul {
    overflow: hidden;
}
.storeread-page .relate ul li {
    float: left;
    width: 15.6666%;
    margin-right: 1%;
    position: relative;
}
.storeread-page .relate ul li:last-child {
    margin-right: 0;
}
.storeread-page .relate ul li p {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 95%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    text-shadow: 2px 2px 6px gray;
}
.storeread-page .relate ul li a img {
    display: inline-block;
}
.storeread-page .orange-button {
    background-color: #ff7417;
    font-size: 14px;
    color: white;
    padding: 10px 40px !important;
    font-weight: 300;
    text-align: center;
    padding: 8px;
    border: none;
}
.storeread-page .review {
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
    opacity: 1;
}
.storeread-page .review:hover {
    transition: all 0.3s;
    opacity: 0.8;
}
.storeread-page .review span {
    position: absolute;
    right: 11px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
}
.storeread-page .review img {
    width: 50px;
}
.storeread-page .like {
    transition: all 0.3s;
    opacity: 1;
    cursor: pointer;
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    background-size: 100% 100%;
    margin-right: 5px;
}
.storeread-page .like:hover {
    transition: all 0.3s;
    opacity: 0.8;
}
.storeread-page .like span {
    position: absolute;
    right: 5px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
}
.storeread-page .like img {
    width: 50px;
}
.storeread-page .like img.like-active {
    display: none;
}
.storeread-page .like img.like-inactive {
    display: inline-block;
}
.storeread-page .like.active img.like-inactive {
    display: none;
}
.storeread-page .like.active img.like-active {
    display: inline-block;
}
.storeread-page .dislike {
    transition: all 0.3s;
    opacity: 1;
    cursor: pointer;
    position: relative;
    text-align: right;
    margin-bottom: 10px;
    background-size: 100% 100%;
    margin-right: 5px;
}
.storeread-page .dislike:hover {
    transition: all 0.3s;
    opacity: 0.8;
}
.storeread-page .dislike span {
    position: absolute;
    right: 5px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
}
.storeread-page .dislike img {
    width: 50px;
}
.storeread-page .dislike img.dislike-active {
    display: none;
    width: 50px;
}
.storeread-page .dislike img.dislike-inactive {
    display: inline-block;
    width: 50px;
}
.storeread-page .dislike.active img.dislike-inactive {
    display: none;
}
.storeread-page .dislike.active img.dislike-active {
    display: inline-block;
}
.storeread-page .common-head h1,
.storeread-page .common-head h2 {
    font-size: 19px;
    line-height: 27px;
}
.storeread-page .overview {
    position: relative;
    border: 2px solid #fe6700;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 50px;
}
.storeread-page .overview .left {
    float: left;
    width: 80%;
}
.storeread-page .overview .left .title {
    color: #fe6700;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}
.storeread-page .overview .left .location,
.storeread-page .overview .left .contact {
    margin-bottom: 10px;
}
.storeread-page .overview .left .location .subtitle,
.storeread-page .overview .left .contact .subtitle {
    text-decoration: underline;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
}
.storeread-page .overview .left .location .text,
.storeread-page .overview .left .contact .text {
    color: #666;
    font-size: 13px;
    display: inline-block;
}
.storeread-page .overview .left .options span {
    padding: 3px 5px;
    font-size: 12px;
    background: #fe6700;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
}
.storeread-page .overview .right {
    float: right;
    width: 20%;
    display: flex;
    justify-content: flex-end;
}
.storeread-page .overview .right .price-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.storeread-page .overview .right .price-box .discount {
    text-align: right;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.storeread-page .overview .right .price-box .discount .small {
    font-size: 15px;
}
.storeread-page .overview .right .price-box .price {
    text-decoration: line-through;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    color: #666;
}
.storeread-page .overview .right .price-box .price .small {
    font-size: 12px;
}
.storeread-page .overview .right .price-box .discount-tag {
    position: absolute;
    bottom: 0;
    left: -40px;
    background: #fe6700;
    color: #fff;
    font-size: 12px;
    padding: 3px;
}
.storeread-page .read-thumbnail {
    margin-bottom: 20px;
    text-align: center;
}
.storeread-page .read-thumbnail img {
    max-width: 500px;
    max-height: 500px;
}
.storeread-page .tags {
    color: #888;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.storeread-page .tags a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.storeread-page .reply-box {
    border: 0;
    background: #fff;
    box-sizing: border-box;
}
.storeread-page .reply-box table.reply-read {
    width: 100%;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-top: 30px;
}
.storeread-page .reply-box table.reply-read tr {
    border-bottom: 1px solid #eee;
}
.storeread-page .reply-box table.reply-read tr:last-child {
    border-bottom: 0;
}
.storeread-page .reply-box table.reply-read tr th,
.storeread-page .reply-box table.reply-read tr td {
    padding: 10px 0 10px;
}
.storeread-page .reply-box table.reply-read tr th {
    text-align: center;
    width: 80px;
    line-height: 1.5em;
}
.storeread-page .reply-box table.reply-read tr td {
    padding-right: 20px;
    line-height: 1.5em;
}
.storeread-page .reply-box table.reply-read tr td:last-child {
    width: 80px;
    vertical-align: bottom;
}
.storeread-page .reply-box table.reply-read tr td:last-child span.date {
    font-size: 12px;
    color: #666;
}
.storeread-page .reply-box .removed-comment {
    color: #ccc !important;
    font-weight: 300;
    display: inline-block;
}
#replyForm, #reviewForm {
    margin-bottom: 42px;
    margin-top:0;
}
.storeread-page .reply-box .write-outer {
    overflow: hidden;
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
    margin-top: 50px;
}
.storeread-page .reply-box .write-outer.read-outer {
    border-bottom: none;
    border-top: none;
    background: #fff;
    margin-top: 0;
}
.storeread-page .reply-box .write-outer.read-outer:last-child {
    border-bottom: 0;
}
.storeread-page .reply-box .write-outer.read-outer .read-box .content {
    flex: 1;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    padding: 16px 20px;
    background-color: #FAFAFA;
    border: 1px solid #F1F1F1;
    line-height:20px;
}
.storeread-page .reply-box .write-outer.read-outer .read-box button {
    display: none;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left {
    flex: 20;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left ul {
    overflow: hidden;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left ul li {
    float: left;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    font-weight: 200;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left ul li::after {
    content: "|";
    padding: 0 3px;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left ul li:last-child::after {
    display: none;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .right {
    flex: 4;
    text-align: right;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .right .date {
    font-size: 12px;
    color: #999;
    font-weight: 300;
}
.storeread-page .reply-box .write-outer .write-box {
    display: flex;
    justify-content: space-between;
}
.storeread-page .reply-box .write-outer .write-box button {
    background: #ff7417;
    border: 1px solid #ff7417;
    padding: 20px 30px;
    color: #fff;
    margin-left: 10px;
}
.storeread-page .reply-box .write-outer .write-box textarea {
    flex: 25;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    height: 60px;
    background: #fff;
    border: 1px solid #ccc;
}
.storeread-page .reply-box .write-outer .write-box textarea::placeholder {
    color: #aaa;
}
.storeread-page .reply-box .reply-write-outerbox {
    display: none;
}
.storeread-page .reply-box .reply-write-box {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.storeread-page .reply-box .reply-write-box button {
    background: #ff7417;
    border: 1px solid #ff7417;
    padding: 20px 30px;
    color: #fff;
    margin-left: 10px;
}
.storeread-page .reply-box .reply-write-box textarea {
    flex: 25;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    height: 60px;
    background: #fff;
    border: 1px solid #ccc;
}
.storeread-page .reply-box .reply-write-box textarea::placeholder {
    color: #aaa;
}
.storeread-page .reply-box .commentreply-box {
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f7f7f7;
    border-top: none;
    margin-top: 15px;
}
.storeread-page .reply-box .commentreply-box:first-child {
    border-top: 1px solid #ccc;
}
.storeread-page .reply-box .commentreply-box .commentreply {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.storeread-page .reply-box .commentreply-box .commentreply:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.storeread-page .reply-box .commentreply-box .commentreply > .content {
    flex: 1;
    font-size: 13px;
    line-height: 19px;
    color: #666;
    padding: 0 20px;
}
.storeread-page .reply-box .commentreply-box .commentreply > button {
    display: none;
}
.storeread-page .reply-box .commentreply-box .commentreply .read-box {
    position: relative;
}
.storeread-page .reply-box .commentreply-box .commentreply .read-box::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("/assets/front/images/icon/reply_arrow.png") 10% 10% no-repeat;
    background-size: 100%;
    position: absolute;
}
.storeread-page .reply-box .commentreply-box .comment-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left {
    flex: 20;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left ul {
    overflow: hidden;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left ul li {
    cursor: pointer;
    float: left;
    font-size: 13px;
    color: #999;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left ul li::after {
    content: "|";
    padding: 0 3px;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left ul li:last-child::after {
    display: none;
}
.storeread-page .reply-box .commentreply-box .comment-footer .right {
    flex: 4;
    text-align: right;
}
.storeread-page .reply-box .commentreply-box .comment-footer .right .date {
    font-size: 12px;
    color: #999;
}
.storeread-page .reply-box .user-name {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.storeread-page .reply-box .user-name a {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: normal;
}
.storeread-page .reply-box button.orange-button {
    padding: 10px 30px;
    width: 200px;
    font-size: 15px;
}
.storeread-page .reply-box button.white-button {
    background: #fff;
    border: 1px solid #666;
    color: #666;
}
.storeread-page .reply-box .reply-read td {
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
}





header.pc-only {
    border-bottom: 0;
}

.hdRow.bg {
    background-color: #ffc765;
}

.logoBox {
    padding: 23px 0px;
}

.logoBox img {
    width: 147px;
}

.hdRow .rightBox {
    position: absolute;
    right: 0;
    top: 15px;
    display: flex;
    flex-direction: column;
}

header nav {
    display: flex;
}

header nav .item {
    text-align: center;
    padding: 20px 0;
    position: relative;
    display: inline-block;
    width: 235px;
    cursor: pointer;
    font-weight: 500;
    font-size: 19px;
    color: #3a2828;
}

header nav .item::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 200;
}

header nav .item:last-child::after {
    display: none;
}

header nav .item a {
    color: #3a2828;
    font-size: 19px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

header nav .ab {
    position: absolute;
    z-index: 10;
}

header nav .left {
    left: 0;
    top: 15px;
}

header nav .right {
    right: 0;
    top: 14px;
    background-color: #2B1B0A;
    padding: 7px 12px;
    border-radius: 11px;
    font-size: 18px;
    line-height: 19px;
}

header nav .right a {
    color: #fff;
    font-weight: 400;
}

header nav .ab img {
    width: 22px;
}

.newMsgIcon {
    position: absolute;
    padding: 2px 4px !important;
    background-color: #2b1b0a;
    border-radius: 8px;
    font-size: 10px;
    color: #fff;
    bottom: -1px;
    right: -4px;
}

.hide {
    display: none;
}

.navSubMenu {
    display: none;
    position: absolute;
    width: 235px;
    text-align: center;
    margin-top: 15px;
    border: 1px solid #828282;
    background-color: #fff;
    padding: 5px 0;
    z-index: 10; 
}

.navSubMenu div {
    padding: 10px 0;
}

.navSubMenu div a {
    font-size: 14px !important;
}

.mb0 { margin-bottom: 0; }

.topBannerMain {
    background: linear-gradient(90deg, #1c110d 50%, #0f0a07 100%);
}

.topBannerArea {
    height: 90px;
    background: center url(/assets/front/images/topBannerBg.png) no-repeat #261913;
}

.topBannerArea .base-container {
    display: flex;
    height: 90px;
    align-items: center;
}

.topBannerArea span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.topBannerArea2 {
    height: 90px;
    background: #454545;
}

.topBannerArea2 .base-container {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: center;
}

.topBannerArea2 .common-head {
    display: flex !important;
    align-items: center;
}

.topBannerArea2 .common-head img {
    margin-right: 10px;
}

.topBannerArea2 .areaOpen {
    margin-left: 15px
}

.topBannerArea2 span {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.topBannerArea3 {
    height: 60px;
    background: #454545;
}

.topBannerArea3 .base-container {
    display: flex;
    height: 60px;
    align-items: center;
}

.topBannerSearch {
    height: 90px;
    background: #454545;
}

.topBannerSearch .base-container {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: flex-start;
}

.topBannerSearch h1 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.headerLabelImg {
    display: flex;
    margin-right: 15px;
}

.headerLabelImg img {
    width: 14px;
    position: relative;
    top: 2px;
}

.headerLabel:first-child {
    margin-left: 0px;
    width: 234px;
}

.headerLabel {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    display: flex;
    align-items: center;
    width: 205px;
    border-right: 1px solid #BEBEBE;
    box-sizing: border-box;
    padding: 6px 0;
    margin-left: 30px;
    cursor: pointer;
}

.headerLabel:last-child {
    border-right: 0;
}

.headerLabel .labelIcon {
    width: 22px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-left: 40px;
}

.headerLabel .labelIcon.close {
    background: url('/assets/front/images/topBannerListClose.svg?v1');
}

.headerLabel .labelIcon.open {
    background: url('/assets/front/images/topBannerListOpen.svg?v1');
}

.topBannerCate {
    display: none;
}

.cateWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #bfbfbf;
    border-top: 0;
}

.cateWrap a {
    flex-basis: 9%;
    padding: 19px 0 19px 15px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    color: #484848;
}

.cateWrap a:nth-child(11n) {
    border-right: 0;
}

/* .cateWrap a:nth-child(n+12) {
    border-bottom: 0;
} */

.cateWrap a.slc {
    color: #ff6c00;
}

.cateWrap a.dis {
    border-bottom: 0;
}

.store-board-new {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    position: relative;
}

.store-board-new .itemBox {
    box-sizing: border-box;
    box-shadow: 1px 1px 12px 0px #c3c3c3;
    flex-direction: column;
    padding: 0;
    flex-basis: 300px;
    margin: 15px 8px;
    max-width: 300px;
}

.store-board-new .itemBox:nth-child(4n) {
    margin-right: 0;
}

.store-board-new .itemBox:nth-child(4n+1) {
    margin-left: 0;
}

.store-board-new .myareaThumb {
    width: 100%;
    padding-right: 0;
    min-height: 175px;
}

.store-board-new .myareaThumb img {
    max-width: 100%;
}

.store-board-new .content {
    display: flex;
    width: 100%;
}

.store-board-new .itemBox .content a {
    display: flex;
    width: 100%;
    height: 100%;
}

.store-board-new .content .left {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.store-board-new .content .right {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 15px;
    text-align: right;
}

.store-board-new .content .left .top {
    padding: 15px 0 0 13px;
}

.store-board-new .content .left .bottom {
    margin-top: auto;
    padding: 17px 10px;
    background-color: #faf6f3;
    font-weight: 400;
    letter-spacing: -.5px;
    line-height: 19px;
}

.store-board-new .content .left .top .title {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    margin-top: 18px;
}

.store-board-new .content .left .top .address {
    color: #959595;
    font-size: 13px;
    margin: 8px 0 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 99%;
    white-space: nowrap;
    min-height: 13px;
}

.store-board-new .content .left .top .icons {
    color: #777;
    font-size: 14px;
    display: flex;
}

.store-board-new .content .left .top .icons div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.store-board-new .content .left .top .icons img {
    margin-right: 3px;
}

.store-board-new .content .left .bottom .title {
    color: #4c4c4c;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 38px;
    max-height: 38px;

    display: -webkit-box;
    -webkit-line-clamp: 2; /* ë¼ì¸ìˆ˜ */	
    -webkit-box-orient: vertical; 
    word-wrap:break-word;
}

.store-board-new .emptyLine {
    background-color: #efefef;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}

#expireStores .slick-list {
    margin: 0 -10px;
}

#expireStores .slick-slide {
    margin: 0 10px;
}
    
#lineArticles {
    padding-top: 10px;
}

.newOwlContent {
    z-index: 1;
    position: absolute;
    left: 0px !important;
    width: 100% !important;
    background-color: #34343491;
    height: 100%;
    margin-top: -20px;
    padding-top: 20px;
}

.lineArticle {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.lineIcon {
    margin-right: 15px;
    min-width: 19px;
    min-height: 25px;
}

.lineSubject {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 1028px;
}

.lineAddt {
    display: flex;
    margin-left: 15px;
}

.lineAddt i {
    font-size: 11px;
    margin-right: 5px;
}

.lineAddt div {
    padding: 8px 12px;
    background-color: #EBEBEB;
    border-radius: 7px;
    font-size: 14px;
    width: 75px;
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
}

.lineAddt div:first-child {
    margin-right: 10px;
}

.lineAddt div:last-child {
    width: 40px;
}

.itemContainer {
    margin-top: 30px;
}

.icSpacer {
    padding-bottom: 40px;
}

.icSpacer .sectionHeadText .normal::after {
    display: none;
}

.bannerContainer img {
    max-width: 100%;
}

.topSelectContainer {
    display: flex;
    position: relative;
    top: -50px;
    margin-top: 0;
}

.newStoreList {
    width: 405px;
    margin-right: 10px;
}

.newStoreList .tscHeader {
    font-size: 17px;
}

.searchStoreWrap {
    width: 835px;
}

.tscHeader {
    display: flex;
    height: 50px;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}

.newStoreList .tscHeader {
    background-color: #505050;
    padding: 0 20px;
}

.tscHeader div {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.tscHeader div .ctIcon {
    background-size: 13px 7px;
    width: 13px;
    height: 7px;
    margin-left: auto;
}

.tscHeader div .ctOpen {
    background: url('/assets/front/images/icon/mainCategoryOpen.svg');
}

.tscHeader div .ctClose {
    background: url('/assets/front/images/icon/mainCategoryClose.svg');
}

.tscHeader .categorySelect {
    cursor: pointer;
}

.tscHeader .categorySelect[type="loc"] {
    color: #474747;
    width: 25%;
    background-color: #fff;
}

.tscHeader .categorySelect[type="theme"] {
    width: 25%;
    background-color: #eee;
    color: #999;
}

.tscHeader .mainSearch {
    background-color: #ff6c00;
    width: 50%;
}

.tscHeader .mainSearch input {
    outline: 0;
    border: 0;
    background: transparent;
    color: #fff;
    width: 80%;
}

.tscHeader .mainSearch input::placeholder {
    color: #fff;
    font-size: 16px;
}

.tscHeader .mainSearch button {
    background: transparent;
    border: 0;
    outline: 0;
    margin-left: auto;
}

.tscContents {
    border: 1px solid #d1d1d1;
    padding: 20px 10px 20px 20px;
    position: relative;
    margin-bottom: 0 !important;
}

.nsWrap {
    position: relative;
    padding-bottom: 2px;
}

.nsWrap .name {
    color: #ff6c00;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 18px;
}

.nsWrap .title {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 40px;
    color: #000000;
}

.nsWrap .icons {
    color: #777;
    font-size: 14px;
    display: flex;
    margin-bottom: 6px;
}

.nsWrap .icons div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.nsWrap .icons img {
    margin-right: 3px;
}

.nsWrap .move {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.nsWrap .move img {
    width: 40px;
    height: 40px;
}

.tscContents .slick-arrow {
    display: none !important;
}

.tscContents .categoryList {
    display: flex;
    flex-wrap: wrap;
}

.tscContents .categoryList a {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.tscContents .categoryList a .img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e5e5e5;
}

.tscContents .categoryList a .img img {
    max-width: 100%;
}

.tscContents .categoryList a .txt {
    margin-top: 9px;
    color: #656565;
    font-size: 13px;
}

.tscContents .categoryList[type="theme"] a .txt {
    margin-top: 22px;
}

.tscContents .categoryList[type="loc"] a {
    flex-basis: 9%;
}

.tscContents .categoryList[type="loc"] a:nth-child(-n+11) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.tscContents .categoryList[type="loc"] a:nth-child(n+12) {
    margin-top: 0px;
}

.tscContents .categoryList[type="loc"] a:nth-child(11n) .img {
    border-right: 0;
}

.tscContents .categoryList[type="loc"] a .img {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e5e5e5;
}

.tscContents .categoryList[type="theme"] {
    height: 120px;
    padding: 15px 0;
}

.tscContents .categoryList[type="theme"] a {
    flex-basis: 12.5%;
    margin-bottom: 0;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.tscContents .categoryList[type="theme"] a:nth-child(n+5) {
    margin-top: 0px;
}

.tscContents .categoryList[type="theme"] a:last-child  {
    border-right: 0;
}

.tscContents .categoryList[type="theme"] a .img {
    width: 100%;
    height: 35px;
    border-right: 0;
}

.tscContents .slick-dots {
    top: -45px;
    right: 10px;
    text-align: right;
    height: 35px;
}

.tscContents .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
}

.tscContents .slick-dots li button {
    width: 10px;
    height: 10px;
}

.tscContents .slick-dots li.slick-active button:before {
    content: 'â—';
    font-size: 11px;
    opacity: 1;
}

.tscContents .slick-dots li button:before {
    color: #a2a2a2;
    opacity: 1;
    font-size: 5px;
    width: 10px;
    height: 10px;
    content: 'â—†';
}

.headText {
    margin-top: 20px;
}

.headText h1 {
    font-size: 24px;
}

.sectionHeadText {
    text-align: center;
    padding-top: 20px;
}

.sectionHeadText .normal {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
}

.sectionHeadText .normal::after {
    content: '';
    display: flex;
    width: 50px;
    height: 4px;
    background-color: #FEC763;
    margin: 15px auto 0;
}

.sectionHeadText .normal b {
    font-weight: 600;
}

.sectionHeadText .small {
    color: #656565;
    font-size: 13px;
}

.sectionDataWrap {
    margin-top: 30px;
}

.sectionDataWrap .sectionDataHead {
    display: flex;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.sectionDataWrap .sectionDataHead .shItem {
    flex-basis: 25%;
    text-align: center;
    padding: 13px 0;
    color: #502200;
    box-sizing: border-box;
    border-right: 1px solid #000;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
}

.sectionDataWrap .sectionDataHead .shItem.selected {
    background-color: #aa8767;
    color: #fff;
}

.sectionDataWrap .sectionDataHead .shItem:last-child {
    border-right: 0;
}

.realTimeWrap {
    border: 1px solid #cdcdcd;
    padding: 30px 25px;
    display: flex;
}

.realTimeWrap .left {
    width: calc(100% - 270px);
    box-sizing: border-box;
    padding-right: 40px;
    border-right: 1px solid #cdcdcd;
}

.realTimeWrap .right {
    width: 270px;
    box-sizing: border-box;
    padding-left: 25px;
}

.realTimeWrap .head {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #222;
    margin-bottom: 20px;
    position: relative;
    height: 35px;
}

.realTimeWrap .head img {
    width: 30px;
    height: 35px;
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.realTimeWrap .head p span {
    color: #ff4400;
}

.realTimeWrap .conData {
    display: flex;
    align-items: center;
    padding: 8px 0;
    height: 21px;
}

.realTimeWrap .conData a {
    color: #000;
    font-size: 15px;
}

.realTimeWrap .left .conData .subject {
    width: 810px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.realTimeWrap .left .conData .location {
    background-color: #f19224;
    color: #fff;
    padding: 4px 16px;
    font-size: 13px;
    border-radius: 10px;
    margin-left: auto;
}

.realTimeWrap .right .conData a {
    display: flex;
}

.realTimeWrap .right .conData a .rank {
    margin-right: 9px;
}

.realTimeWrap .right .conData:nth-child(odd) {
    background-color: #faf6f3;
}

.realTimeWrap .right .conData {
    padding-left: 10px;
}

.newRemark {
    margin-top: 80px;
    background-color: #f4f4f4;
    padding: 20px 0 70px;
}

.newRemark .sectionHeadText {
    padding: 30px 0 10px;
}

.newRemark .sectionHeadText .normal {
    margin-bottom: 0;
}

.newRemark .remarkContainer {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.newRemark .remarkItem {
    display: flex;
    flex-direction: column;
    width: 270px;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 1px 1px 12px 0px #c3c3c3;
    background: #fff;
}

.newRemark .remarkItem:nth-child(4n) {
    margin-right: 0;
}

.newRemark .remarkItem:nth-child(4n+1) {
    margin-left: 0;
}

.newRemark .remarkItem:nth-child(n+5) {
    margin-top: 20px;
}

.newRemark .remarkItemBody {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0;
}

.newRemark .remarkItemHead {
    background: #fff;
    padding: 12px 15px 4px;
    font-size: 17px;
    min-height: 40px;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.newRemark .remarkItemContent {
    background: #fff;
    color: #646464;
    border: 0;
    font-size: 13px;
    padding: 0 15px;
    max-height: 80px;
}

.newRemark .remarkItemContent p {
    max-height: 80px;
    overflow: hidden;
}

.newRemark .remarkItemMore, .newRemark .remarkItemClose {
    background-color: #fff;
    padding: 10px 0 16px 15px;
    cursor: pointer;
    color: #646464;
    font-size: 12px;
    z-index: 1;
}

.newRemark .remarkVideo {
    margin-top: 50px;
    width: 100%;
}

.newRemark .remarkVideo iframe {
    width: 100%;
}

.newStoresList .newRemark .remarkContainer {
    padding: 0 20px;
}

.snsWrap {
    display: flex;
    margin-top: 15px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.snsWrap div {
    width: 300px;
    box-sizing: border-box;
    margin:auto;
}

.snsWrap div:nth-child(4n) {
    margin-right: 0;
}

.snsWrap div:nth-child(4n+1) {
    margin-left: 0;
}

.snsWrap div img {
    max-width: 100%;
}

.footerNew {
    background-color: #413B3B;
    margin-top: 20px;
    padding: 60px 0;
}

.footerWrap {
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: 14px;
}

.footerWrap .footerLeft {
    box-sizing: border-box;
    width: 600px;
}

.footerLeft .contactArea {
    font-size: 20px;
}

.footerLeft .contactArea div {
    padding: 5px 0;
}

.footerLeft .contactArea div.number {
    font-size: 25px;
    color: #FFC765;
    font-weight: 600;
}

.footerLeft .contactArea div.time {
    padding-bottom: 25px;
    font-size: 15px;
}

.footerLeft .etc div {
    padding: 4px 0px;
    font-weight: 300;
    color: #c1bdbd;
}

.footerLeft .copyright {
    padding-top: 25px;
    color: #c1bdbd;
}

.footerWrap .footerRight {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.footerRight .footerSNS {
    display: flex;
    margin-top: 15px;
}

.footerRight .footerSNS div {
    width: 30px;
    margin-right: 10px;
}

.footerRight .footerSNS div:last-child {
    margin-right: 0;
}

.footerRight .footerSNS div img {
    max-width: 100%;
}

.storeOpenTimeWrap, .storeOpenTimeWrap div {
    display: inline-block;
    position: relative;
}

._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;
}

.icon-star {
    display: inline-block;
    height: 7px;
    font-size: 20px;
    margin: -4px 3px 3px 7px;
    color: red;
    vertical-align: middle;
}

.storeOpenTimeWrap span {
    padding: 0 7px;
    border: 0;
    box-sizing: border-box;
    height: 28px;
    display: inline-flex;
    position: absolute;
    z-index: 1;
    align-items: center;
    border-right: 1px solid #aaa;
    width: 38px;
}

.btnOn, .btnOnS {
    background: #F7323F !important;
    color: #fff !important;
}

.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;
}

.searchFormLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 15;
    background-color: #ababab63;
}

.searchFormLayer .searchWrap {
    background: #fff;
    width: 75%;
    box-sizing: border-box;
    padding: 40px 25px;
    max-width: 340px;
}

.searchFormLayer .search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchFormLayer .search input {
    width: 170px;
}

.searchFormLayer .search button {
    width: 25px;
    height: 25px;
    border: 0;
    background: none;
    outline: 0;
    padding: 0;
    margin-left: 10px;
}

.searchFormLayer .search button img {
    max-width: 100%;
}

.newSearch .hash {
    display: flex;
    align-items: center;
    justify-content: center;
}

.newSearch .hash h1 {
    margin-bottom: 0;
}

.newSearch .hash h1+div {
    margin: 0 auto;
}

.newSearch .search-field {
    margin: 0;
}

.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('/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;
}

.appLayerWrap {
    display: none;
}




.areaTop span {
    color: #000000;
    font-weight: bold;
}

.myAreaSearchWrap {
    margin-bottom: 30px;
    position: relative;
}

.myAreaSearchWrap button {
    border: 1px solid #e6e6e6;
    background: none;
    margin: 5px 4px;
    padding: 6px 10px;
    /* font-family: 'Noto Sans KR', sans-serif; */
    border-radius: 5px;
}

.myAreaSearchWrap .myAreaReset {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 34px;
    z-index: 20;
    right: 0;
    cursor: pointer;
}

.myAreaSearchWrap .myAreaReset img {
    max-width: 100%;
}

.myAreaSearchWrap .setLocation {
    padding: 8px 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #848484;
    cursor: not-allowed;
    margin-bottom: 20px;
    font-weight: 300;
}

.myarea-board-new .each-box {
    display: flex;
    padding: 20px;
    border: 1px solid #c3c3c3;
    margin-bottom: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 1px 1px 12px 0px #c3c3c3;
}

.myarea-board-new .myareaThumb {
    width: 400px;
    box-sizing: border-box;
    padding-right: 30px;
}

.myarea-board-new .myareaThumb img {
    max-width: 100%;
    height: 100%;
}

.myarea-board-new .content {
    display: flex;
    width: calc(100% - 400px);
}

.myarea-board-new .each-box .content a {
    display: flex;
    width: 100%;
    height: 100%;
}

.myarea-board-new .content .left {
    display: flex;
    flex-direction: column;
}

.myarea-board-new .content .right {
    display: flex;
    align-items: flex-end;
    margin-left: auto;
    margin-right: 15px;
    text-align: right;
}

.myarea-board-new .content .left .bottom {
    margin-top: auto;
}

.myarea-board-new .content .left .top .title {
    color: #000;
    font-weight: 500;
    font-size: 27px;
}

.myarea-board-new .content .left .top .address {
    color: #777;
    font-size: 18px;
    margin: 16px 0;
}

.myarea-board-new .content .left .top .icons {
    color: #777;
    font-size: 17px;
    display: flex;
}

.myarea-board-new .content .left .top .icons div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.myarea-board-new .content .left .top .icons img {
    margin-right: 3px;
}

.myarea-board-new .content .left .bottom .title {
    color: #000;
    font-size: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 670px;
}

.myarea-board-new .content .left .bottom .hashTag {
    font-size: 15px;
    color: #44597f;
    margin-top: 17px;
    overflow: hidden;
}

.myarea-board-new .content .left .bottom .hashTag div {
    margin-right: 6px;
}

.myarea-board-new .content .right .bottom .price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #666;
    font-size: 16px;
}

.myarea-board-new .content .right .bottom .price .won {
    text-decoration: line-through;
}

.myarea-board-new .content .right .bottom .discount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    font-size: 25px;
    margin-top: 10px;
}

.myarea-board-new .content .right .bottom .discount .small { 
    font-size: 14px;
}

.myarea-board-new .content .right .price-box .small {
    font-size: 11px;
    margin-right: 5px;
}




.rightBox .row:first-child {
    color: #575757;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rightBox .row:first-child span {
    display: flex;
}

.rightBox .row:first-child a {
    color: #575757;
}

.rightBox .row:first-child span::after {
    content: '|';
    padding: 0 6px;
    font-size: 10px;
    color: #9b9b9b;
}

.rightBox .row:first-child span:last-child::after {
    content: '';
    display: none;
}

.rightBox .row:last-child {
    display: flex;
    color: #2b1b0a;
    font-size: 13px;
    margin-top: 15px;
}

.rightBox .row:last-child div {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.rightBox .row:last-child div img {
    width: 25px;
    height: 25px;
}

.rightBox .row:last-child div span {
    margin-top: 4px;
}

.rightBox .row:last-child div:last-child {
    padding-right: 0;
}

.board-head {
    display: flex;
    align-items: center;
}

.board-head h1 {
    font-size: 19px;
    font-weight: 500;
}

.board-head .flr {
    margin-left: auto;
}

.boardWriteBtn {
    background-color: #676767;
    color: #fff;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 3px;
}

.comm-board {
    margin: 20px 0px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #e8e8e8;
}

.comm-board thead tr {
    text-align: center;
    background-color: #efefef;
}

.comm-board thead th {
    padding: 15px 0;
}

.comm-board tbody tr {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    background: none !important;
}

.comm-board tbody td {
    vertical-align: middle;
    color: #7b7b7b;
    padding: 15px 8px 15px 2px;
}

.comm-board tbody td a {
    color: #000;
}

.comm-board .color-red {
    color: #ff5000 !important;
    margin-left: 7px;
}

.noticeBtn {
    background-color: #2b1b0a;
    color: #fff;
    width: 32px;
    padding: 3px 0;
    font-size: 11px;
    font-weight: 200;
    margin-left: 10px;
    border-radius: 3px;
}

.noedit {
    font-size: 13px;
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 8px 12px;
    display: inline-block;
    box-sizing: border-box;
    height: 350px;
    outline: 0;
}

.button-black {
    width: 70px !important;
    background-color: #303030 !important;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 6px 11px !important;
}

.mobileImgFnc {
    position: absolute;
    top: 57px;
    width: 100%;
    z-index: 11;
    text-align: right;
    padding-right: 35px;
    box-sizing: border-box;
}

.mobileImgFnc div {
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
}

.mobileImgFnc .dislike {
    margin-right: 0;
}

.mobileImgFnc div img {
    width: 34px;
    height: 26px;
}

.mobileImgFnc .like img.like-active, .mobileImgFnc .dislike img.dislike-active  {
    display: none;
}

.mobileImgFnc .like img.like-inactive, .mobileImgFnc .dislike img.dislike-inactive {
    display: inline-block;
}

.mobileImgFnc .like.active img.like-inactive, .mobileImgFnc .dislike.active img.dislike-inactive {
    display: none;
}

.mobileImgFnc .like.active img.like-active, .mobileImgFnc .dislike.active img.dislike-active {
    display: inline-block;
}

.storeImages {
    display: flex;
    margin-bottom: 30px;
}

.storeImages .si {
    padding: 0 2px;
    box-sizing: border-box;
}

.storeImages .si img {
    max-width: 100%;
}

.storeImages .slick-prev {
    left: 1px;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: rgb(177,177,177);
    background: linear-gradient(270deg, rgb(177 177 177 / 15%) 0%, rgb(99 99 99 / 62%) 50%, rgb(45 45 45 / 68%) 100%);
}

.storeImages .slick-prev::before {
    content: '<';
    color: #fff !important;
    line-height: unset;
    font-family: cursive;
}

.storeImages .slick-next {
    right: 1px;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 30px;
    background: rgb(177,177,177);
    background: linear-gradient(90deg, rgb(177 177 177 / 15%) 0%, rgb(99 99 99 / 62%) 50%, rgb(45 45 45 / 68%) 100%);
}

.storeImages .slick-next::before {
    content: '>';
    color: #fff !important;
    line-height: unset;
    font-family: cursive;
    padding-left: 3px;
}

.storeImages .slick-next:hover, .storeImages .slick-next:focus {
    background: rgb(177,177,177);
    background: linear-gradient(90deg, rgb(177 177 177 / 15%) 0%, rgb(99 99 99 / 62%) 50%, rgb(45 45 45 / 68%) 100%);
}

.storeImages .slick-prev:hover, .storeImages .slick-prev:focus {
    background: rgb(177,177,177);
    background: linear-gradient(270deg, rgb(177 177 177 / 15%) 0%, rgb(99 99 99 / 62%) 50%, rgb(45 45 45 / 68%) 100%);
}

.storeContents {
    display: flex;
    flex-direction: row;
}

.stConLeft {
    width: 840px;
    padding-right: 30px;
    box-sizing: border-box;
}

.stConRight {
    width: 420px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.stConRow {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    margin-bottom: 15px;
    margin-top: 50px;
}

.stConRow:first-child {
    margin-top: 0;
}

.stConRow .topInfo {
    display: flex;
    flex-direction: row;
}

.stConRow .topInfo .column {
    display: flex;
    flex-direction: column;
}

.stConRow .topInfo .column:last-child {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.stConRow .topInfo .column .item {
    display: flex;
    flex-direction: row;
}

.stConRow .topInfo .column .item:first-child {
    padding:10px 0;
}

.stConRow .topInfo .column .item:last-child {
    font-size: 12px;
    padding: 5px 0;
    color: #9b9b9b;
}

.stConRow .topInfo .column .item div {
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.stConRow .topInfo .column .item div:first-child {
    margin-left: 0;
}

.stConRow .topInfo .column .item img {
    width: 16px;
    height: 12px;
    margin-top: 1px;
    margin-right: 5px;
}

.stConRow .topInfo .column .item h1 {
    font-size:22px;
    color:#111;
    font-weight: 500;
}

.stConRow .like img.like-active, .stConRow .dislike img.dislike-active  {
    display: none;
}
.stConRow .like img.like-inactive, .stConRow .dislike img.dislike-inactive {
    display: inline-block;
}
.stConRow .like.active img.like-inactive, .stConRow .dislike.active img.dislike-inactive {
    display: none;
}
.stConRow .like.active img.like-active, .stConRow .dislike.active img.dislike-active {
    display: inline-block;
}

/* .stConRow .topInfo .column:last-child {
    flex-direction: column;
} */

.stConRow .topInfo .column:last-child div {
    margin: 0 10px;
    font-size: 12px;
    color: #808080;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.stConRow .topInfo .column:last-child div img {
    height: 27px;
    margin-bottom: 2px;
    width: 22px;
}

.shopType {
    background-color: #717171;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-weight: 300;
    width: 500px;
}

.shopType::before {
    content: url('/assets/front/images/topNotice.svg');
    background-color: #ff5000;
    width: 40px;
    height: 35px;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}

.stConRow .title {
    font-size: 19px;
    margin-bottom: 40px;
    color:#111;
    display: block;
}

.detailContainer {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 14px;
}

.detailRow {
    display: flex;
    flex-direction: row;
    margin-bottom: 13px;
}

.detailHead {
    color: #8b8b8b;
    min-width: 85px;
    line-height: 1.6;
}

.detailCon {
    width: 520px;
    color:#111;
    line-height: 1.6;
}

.detailCon .managerWrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.detailCon .mn {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.detailCon .mn .mnRow:first-child {
    flex-direction: row;
    display: flex;
}

.detailCon .mn .mnRow:last-child {
    color: #9e9e9e;
    font-size: 14px;
}

.detailCon .mn .mnRow div {
    margin-left: 5px; 
}


.nfBtn, .amBtn, .midBtn, .pmBtn {
    color: #fff;
    padding: 3px 6px;
    margin: 0 1px;
    font-size: 11px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

.nfBtn {
    background-color:#ffa200;
}

.amBtn {
    background-color:#0c8fba;
}

.midBtn {
    background-color:#a25f95;
}

.pmBtn {
    background-color:#494949;
}

.programCon {
    width:100%; 
}

.programWrap {
    /* font-weight: 300; */
}

.programWrap .recomBtn {
    background-color: #ff5000;
    color: #fff;
    margin-left: 13px;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.programHead {
    background-color: #F4F4F4;
    padding: 10px 0 10px 20px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 10px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    display: flex;
    align-items: center;
}

.phIconDown, .phIconUp {
    width: 10px;
    height: 5px;
    display: inline-flex;
    background-size: 10px 5px;
    position: relative;
    margin: 3px 20px 0 auto;
}

.phIconDown {
    background-image: url('/assets/front/images/readDownIcon.svg');
}

.phIconUp {
    background-image: url('/assets/front/images/readUpIcon.svg');
}

.programContents {
    margin-bottom:20px;
}

.programWrap .itemRow {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0px 7px 20px;
}

.programWrap .itemRow:first-child {
    padding-top: 0;
}

.programWrap .itemRow .line1, .programWrap .itemRow .line2 {
    display: flex;
    width:100%;
    margin-top:0px;
}

.programWrap .itemRow .left {
    display: flex;
    /* width: 40%; */
    align-items: center;
}

.programWrap .itemRow .right {
    display: flex;
    /* width: 60%; */
    justify-content: flex-end;
    align-items: flex-end;
    margin-right: 20px;
    margin-left: auto;
}

.infoTxt {
    font-size: 16px;
    font-weight: 400;
    color:#111;
}

.prcTxt {
    display: flex;
    color: #ff5000;
    justify-content: flex-end;
    margin-right: 10px;
    margin-bottom: 3px;
}

.diP, .prc {
    display: flex;
}

.diP {
    text-decoration:line-through;
    color: #9e9e9e;
}

.prc {
    font-size:20px; 
}

.subTxt {
    color: #9e9e9e;
    font-size: 13px;
}

.subWrap {
    display: flex;
    align-items: flex-end;
    width: 155px;
    justify-content: flex-end;
}

.programNotice {
    padding-top: 30px;
}

.noticeHead {
    display: flex;
    align-items: center;
}

.noticeHead span {
    color: #111;
    font-size: 17px;
    margin-left: 10px;
}

.noticeCon {
    margin-top: 13px;
    line-height: 1.5;
}

.noticeCon span {
    display: block;
}

.noticeCon span::before {
    content: 'Â·';
    margin-right: 5px;
}

.pageOutro {
    color: #555;
    line-height: 1.4;
    height: 172px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}

.pageOutro::after {
    content: url('/assets/front/images/readDownIcon.svg');
    position: absolute;
    top: 152px;
    width: 100%;
    left: 0;
    text-align: center;
    cursor: pointer;
}

.pageOutro.opened::after {
    content: url('/assets/front/images/readDownIcon.svg');
    position: absolute;
    top: 137px;
    width: 100%;
    left: 0;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    display:none;
}

.relateKeywords {
    display: flex;
}

.relateKeywords div {
    color: #757575;
    border: 1px solid #757575;
    padding: 9px 15px;
    font-size: 15px;
    margin-right: 10px;
    border-radius: 17px;
    min-width: 70px;
    text-align: center;
}

.hashTag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.hashTag span {
    color: #757575;
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.storeContents .nick-box {
    margin-bottom:20px; 
}

.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;
}

.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;
}

.storeContents .content {
    color: #555;
}

.storeContents .commentreply-box .nick-box {
    margin-bottom: 10px;
}

.storeContents .commentreply {
    margin-bottom: 25px;
}

.commentShow, .reviewShow {
    margin: 30px auto 0 auto;
    text-align: center;
}

.commentShow div, .reviewShow div {
    color: #fe8a3d;
    display: inline-block;
    cursor: pointer;
}

.commentShow img, .reviewShow img {
    margin-left: 12px;
}

.storeContents .sfBtn {
    margin-left: auto;
    background-color: #fff;
    color: #999;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 1px 11px;
    height: 24px;
    cursor: pointer;
}

.storeContents .sfBtn img {
    margin-right: 7px;
    height: 18px;
    position: relative;
    top: -1px;
}

.relateStore {
    padding: 0px 25px;
}

.relateStore .title {
    color: #ff5000;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.relateStore .rsRow {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #ddd;
    padding: 16px 0;
    cursor: pointer;
    align-items: center;
}

.relateStore .rsRow:last-child {
    border-bottom: 0;
}

.relateStore .rsThumb {
    width: 145px;
    margin-right: 15px;
}

.relateStore .rsThumb img {
    max-width:100%;
}

.relateStore .rsInfo {
    display: flex;
    flex-direction: column;
}

.relateStore .rsItem {
    display: flex;
    color: #555;
    margin-bottom: 10px;
}

.relateStore .rsItem:first-child {
    margin-bottom: 15px;
}

.relateStore .rsItem span {
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
}

.relateStore .rsl {
    color: #555;
    min-width: 70px;
    font-size: 12px;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    display: block;
}

.relateStore .rsr {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.reviewRow, .reviewRow2 {
    display: flex;
}

.reviewRow .content p, .reviewRow2 .content p {
    line-height: 1.4;
}

.reviewRight {
    display: flex;
    margin-left: auto;
    margin-right: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 65px;
    padding-left: 20px;
}

.reviewRight span {
    color: #ff7100;
    margin-top: 8px;
    font-size: 14px;
}

.reviewFilter {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-left: 25px;
    color: #bbb;
    flex-direction: row;
}

.reviewFilter .filter {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.reviewFilter .filter::after {
    content: '|';
    padding: 0 8px;
    font-size: 11px;
    display: flex;
}

.reviewFilter .filter:last-child::after {
    content: '';
}

.reviewFilter .rateSelect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    padding: 4px 5px;
    box-sizing: border-box;
    width: 65px;
}

.reviewFilter .rateSelect.active {
    border: 1px solid #ff7100;
}

.reviewFilter .rateSelect span {
    margin-left: 0 !important;
    color: #ff7100 !important;
    margin-top: 8px;
    font-size: 14px !important;
    font-weight: 400 !important;
}













.mce-editor img {
    max-width: 100%;
}
.imgcard-box .imgcard {
    cursor: pointer;
    transition: all 0.3s;
    width: 100% !important;
    height: 170px !important;
}
.imgcard-box .imgcard:hover {
    transition: all 0.3s;
    opacity: 0.8;
}
.owl-banner,
.owl-banner2 {
    position: relative;
}
.owl-banner .nav-icon,
.owl-banner2 .nav-icon {
    position: absolute;
    top: -25px;
    width: 8px;
}
.owl-banner .nav-icon.prev,
.owl-banner2 .nav-icon.prev {
    right: 30px;
}
.owl-banner .nav-icon.next,
.owl-banner2 .nav-icon.next {
    right: 10px;
}
.main-page .owl-banner .nav-icon,
.main-page .owl-banner2 .nav-icon {
    top: -37px;
}
.main-page .owl-banner .nav-icon.prev,
.main-page .owl-banner2 .nav-icon.prev {
    right: 100px;
}
.main-page .owl-banner .nav-icon.next,
.main-page .owl-banner2 .nav-icon.next {
    right: 80px;
}
.pop-review-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pop-review-box .pop-review-inner {
    border: 1px solid #ccc;
    width: 100%;
}
.pop-review-box .pop-review-inner:first-child {
    margin-right: 5px;
}
.pop-review-box .pop-review-inner:last-child {
    margin-left: 5px;
}
.pop-review-box .pop-review-inner .pop-header {
    background: #eee;
    font-size: 15px;
    padding: 10px;
}
.pop-review-box .pop-review-inner .pop-body {
    padding: 10px;
    height: 124px;
}
.pop-review-box .pop-review-inner .pop-body ul li {
    margin-bottom: 10px;
}
.pop-review-box .pop-review-inner .pop-body ul li .no {
    background: #ff611d;
    padding: 0 5px;
    border-radius: 4px;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
}
.pop-review-box .pop-review-inner .pop-body ul li .title a {
    font-size: 13px;
    color: #666;
}
.marketadd-page .type-toggle label {
    display: inline-block;
    margin: 0 5px;
}
.marketadd-page .type-toggle label input {
    width: 17px;
    height: 17px;
}
.marketadd-page .type-toggle label input,
.marketadd-page .type-toggle label span {
    display: inline-block;
    vertical-align: middle;
}
.marketadd-page .type-toggle.type2 {
    display: none;
}
.marketadd-page .type-toggle.type3 {
    display: none;
}
.marketadd-page .type-toggle.type4 {
    display: none;
}
.marketadd-page #theme {
    justify-content: space-between !important;
}
.marketadd-page #theme .button-text {
    position: relative !important;
}
.marketadd-page #theme button {
    width: 19% !important;
    margin: 0 !important;
    height: initial !important;
    display: inline-block !important;
    padding: 0 !important;
    border: 1px solid #eee;
}
.marketadd-page #theme button span {
    display: block;
    width: 100%;
    height: 30px !important;
}
.marketadd-page #theme span {
    margin: 0 !important;
}
.marketlists-page .theme-box {
    justify-content: space-between !important;
}
.marketlists-page .theme-box .button-text {
    position: relative !important;
}
.marketlists-page .theme-box a {
    width: 19% !important;
    margin: 0 !important;
    height: initial !important;
    display: initial !important;
    padding: 0 !important;
}
.marketlists-page .theme-box span {
    margin: 0 !important;
}
.marketlists-page .market-board tr.border {
    height: 2px;
}
.marketlists-page .market-board tr.border td {
    margin: 10px 0 !important;
    background: #eee;
}
.marketlists-page .market-board td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle;
    position: relative;
}
.marketlists-page .market-board td .bottom {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    align-items: flex-end;
}
.marketlists-page .market-board td .bottom .regdate {
    color: #666;
}
.marketlists-page .market-board td .bottom .price-box .discount {
    text-align: right;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.marketlists-page .market-board td .bottom .price-box .discount .small {
    font-size: 15px;
}
.marketlists-page .market-board td .bottom .price-box .price {
    text-decoration: line-through;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    color: #666;
}
.marketlists-page .market-board td .bottom .price-box .price .small {
    font-size: 12px;
}
.marketlists-page .market-board td .bottom .price-box .discount-tag {
    position: absolute;
    bottom: 0;
    left: -40px;
    background: #fe6700;
    color: #fff;
    font-size: 12px;
    padding: 3px;
}
.marketlists-page .market-board td .title-area {
    padding-left: 20px;
    margin-top: -45px !important;
}
.marketlists-page .market-board td .title-area .title1 {
    font-size: 19px;
    margin-bottom: 27px;
    line-height: 25px;
}
.marketlists-page .market-board td .title-area .title2 {
    font-size: 14px;
    line-height: 19px;
    width: 70%;
}
.marketlists-page .market-board td.thumbnail {
    width: 150px;
    padding: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
.marketlists-page .market-board td.thumbnail a {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border: 1px solid #eee;
}
.myarea-board .each-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}
.myarea-board .each-box .thumbnail {
    width: 160px;
    height: 120px;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 4px;
    position: relative;
}
.myarea-board .each-box .thumbnail .thumb-content {
    z-index: 1;
    position: absolute;
    left: 10px;
    width: calc(100% - 20px);
}
.myarea-board .each-box .thumbnail .thumb-content div {
    color: #fff;
}
.myarea-board .each-box .thumbnail .thumb-content .bg-op {
    border-radius: 14px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.myarea-board .each-box .thumbnail .thumb-content .imgcard-title {
    font-size: 19px;
    margin-top: 31px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
}
.myarea-board .each-box .thumbnail .thumb-content .imgcard-text {
    text-align: center;
    margin-top: 22px;
}
.myarea-board .each-box .thumbnail .thumb-content .imgcard-text div {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
}
.myarea-board .each-box .thumbnail .thumb-content .imgcard-text div.blue {
    background: #135ea1;
    opacity: 0.8;
}
.myarea-board .each-box .thumbnail .thumb-content .imgcard-text div.orange {
    background: #bf6e2e;
    opacity: 0.8;
}
.myarea-board .each-box .thumbnail .thumb-content .imgcard-hash {
    text-align: center;
    font-size: 12px;
    letter-spacing: -0.5px;
    height: 30px;
    overflow: hidden;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.myarea-board .each-box .thumbnail .thumb-content .callnsms {
    display: flex;
    justify-content: space-between;
}
.myarea-board .each-box .thumbnail .thumb-content .callnsms a {
    text-align: center;
    font-size: 13px;
    color: white;
    background-color: #222625;
    padding: 10px 10px;
    margin-top: 10px;
    width: 35%;
}
.myarea-board .each-box .content {
    width: 60%;
}
.myarea-board .each-box .content .title1 {
    font-size: 17px;
    margin-bottom: 15px;
    color: #333;
}
.myarea-board .each-box .content .title2 {
    font-size: 14px;
    color: #444;
}
.myarea-board .each-box .content .phone-box {
    margin: 10px 0 5px 0;
}
.myarea-board .each-box .content .phone-box .phone {
    color: #444;
    font-size: 13px;
}
.myarea-board .each-box .content .phone-box .callnsms {
    padding-left: 5px;
}
.myarea-board .each-box .content .phone-box .callnsms a {
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #222625;
    padding: 0px 5px;
    line-height: normal;
    border-radius: 4px;
}
.myarea-board .each-box .content .address {
    color: #444;
    font-size: 12px;
    margin-top: 15px;
}
.myarea-board .each-box .content .option-box {
    margin-top: 12px;
    max-width: 430px;
    overflow: hidden;
    height: 20px;
}
.myarea-board .each-box .content .option-box span {
    padding: 0px 5px;
    font-size: 12px;
    background: #fba062;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    line-height: normal;
}
.myarea-board .each-box .etc {
    display: flex;
    justify-content: inherit;
    flex-direction: column;
    align-items: flex-end;
}
.myarea-board .each-box .etc .review {
    position: relative;
    display: inline-block;
}
.myarea-board .each-box .etc .review img {
    display: inline-block;
    vertical-align: middle;
}
.myarea-board .each-box .etc .review span {
    color: #333;
    line-height: 26px;
    font-size: 12px;
}
.myarea-board .each-box .etc .review > div:last-child {
    margin-left: 5px;
}
.myarea-board .each-box .etc .price-box .discount {
    text-align: right;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}
.myarea-board .each-box .etc .price-box .discount .small {
    font-size: 15px;
}
.myarea-board .each-box .etc .price-box .price {
    text-decoration: line-through;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    color: #666;
}
.myarea-board .each-box .etc .price-box .price .small {
    font-size: 12px;
}
.myarea-board .each-box .etc .price-box .discount-tag {
    position: absolute;
    bottom: 0;
    left: -40px;
    background: #fe6700;
    color: #fff;
    font-size: 12px;
    padding: 3px;
}
table.mini th,
table.mini td {
    padding: 5px 10px !important;
    font-size: 12px !important;
}
.my-activity .each-stat .title {
    font-size: 16px;
    margin-bottom: 10px;
}
.my-activity .overview {
    overflow: hidden;
    margin: 30px 0;
}
.my-activity .overview li {
    float: left;
    width: 24%;
    height: 150px;
    margin-right: 1%;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}
.my-activity .overview li:last-child {
    margin-right: 0;
}
.my-activity .overview li p {
    color: #fe6700;
    text-align: center;
    margin-top: 23px;
    font-size: 20px;
}
.my-activity .overview li:nth-child(3) p,
.my-activity .overview li:nth-child(4) p {
    color: #2a3f6a;
}
.storeinfo-page .button-box ul {
    overflow: hidden;
    width: 80%;
    margin: auto;
}
.storeinfo-page .button-box ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.storeinfo-page .button-box ul li a {
    text-align: center;
}
.storeinfo-page .button-box ul li a img {
    width: 100%;
    max-width: 100px;
}
.storeinfo-page .button-box .phone {
    overflow: hidden;
    margin: 40px 0;
    text-align: center;
}
.storeinfo-page .button-box .phone a {
    color: #333;
    font-size: 17px;
}
table.store-board-main {
    margin: 20px 0px;
    width: 100%;
    font-size: 12px;
}
table.store-board-main .store-info {
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
table.store-board-main .store-info .left span {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    display: inline-block;
    margin-right: 12px;
}
table.store-board-main .store-info .right {
    text-align: right;
    font-size: 13px;
    font-weight: 300;
}
table.store-board-main .store-info .right .color-orange {
    color: #ff7417;
}
table.store-board-main .store-info .right .color-gray {
    color: #888;
}
table.store-board-main .store-info .right .color-black {
    color: #333;
}
table.store-board-main .option-box {
    margin-top: 5px;
}
table.store-board-main .option-box span {
    padding: 1px 5px;
    font-size: 12px;
    background: #fba062;
    color: #fff;
    display: inline-block;
    margin-bottom: 3px;
}
table.store-board-main.read a {
    color: #000;
    line-height: 15px;
}
table.store-board-main thead tr {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    text-align: center;
}
table.store-board-main thead tr th {
    padding: 10px;
}
table.store-board-main thead tr .number {
    width: 6%;
}
table.store-board-main thead tr .location {
    width: 10%;
}
table.store-board-main thead tr .storename {
    width: 15%;
}
table.store-board-main thead tr .price {
    width: 10%;
}
table.store-board-main thead tr .views {
    width: 8%;
}
table.store-board-main thead tr .manage {
    width: 10%;
}
table.store-board-main thead tr .jump {
    width: 10%;
}
table.store-board-main tbody tr {
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
}
table.store-board-main tbody tr.class-a {
    background-color: #ffefd5;
}
table.store-board-main tbody tr.class-a td:first-child {
    background: url(/assets/images/new/class_a.gif) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
table.store-board-main tbody tr.class-b {
    background-color: #fffaea;
}
table.store-board-main tbody tr.class-b td:first-child {
    background: url(/assets/images/new/class_b.gif) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
table.store-board-main tbody tr.class-c td:first-child {
    background: url(/assets/images/new/class_c.png) no-repeat;
    background-position: 5px 10px;
    background-size: 25px;
}
table.store-board-main tbody tr.class-d a {
    color: #767676 !important;
}
table.store-board-main tbody tr td {
    padding: 10px 5px;
    color: #333;
}
table.store-board-main tbody tr td:first-child {
    padding-left: 37px;
    font-size: 13px;
}
table.store-board-main tbody tr .title {
    text-align: left;
}
table.store-board-main tbody tr .orange-button {
    background-color: #ff7417;
    font-size: 13px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px;
    border: none;
}
.remarkContainer {
    padding-top:10px;
    margin-top:10px;
}
.remarkItem {
    overflow: hidden;
    font-size: 14px;
    margin-bottom:30px;
}
.remarkItemImg {
    float: left;
    width: 270px;
    box-shadow: 2px 2px 4px 3px rgb(128,128,128, 0.17);
}
.remarkItemImg img {
    max-width:270px;
}
.remarkItemBody {
    float: left;
    width: calc(100% - 270px);
    word-break: break-word;
    box-sizing: border-box;
    padding-left: 15px;
}
.remarkItemHead {
    background-color: #FAFAFA;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    color:#444;
}
.remarkItemLine {
    width: 240px;
    height: 2px;
    background-color: #C09F95;
    margin: 17px 0;
    content: "";
    display: block;
}
.remarkItemContent {
    box-sizing: border-box;
    color: #888;
    border: 1px solid #ededed;
    padding: 10px 15px;
    line-height:1.5em;
    max-height:19em;
    position:relative;
    text-align:justify;
}
.remarkItemContent::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%);
}
.remarkVideo iframe {
    width:790px;
    height:444px;
}
.storeFooterHeader {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    border-bottom: 1px solid #c5c5c5;
    align-items:center;
}
.sfText {
    border-bottom: 2px solid #777;
    padding-bottom: 4px;
    padding: 6px 38px 9px 14px;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    top: 1px;
}
.sfBtn {
    margin-left: auto;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 1px 11px;
    height: 24px;
    cursor: pointer;
}
.frRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 12px 20px;
    font-size: 14px;
    box-shadow: 2px 3px 3px 0px #f1f1f1;
    -webkit-box-shadow: 2px 3px 3px 0px #f1f1f1;
}
.frRow .frName {
    width: 145px;
    display: flex;
    align-items: center;
}
.frRow .frName div:first-child {
    display:flex;
    align-items:center;
}
.frRow .frName img {
    margin-right:10px;
}
.frCon {
    padding:0;
}
.frRow .frDate {
    margin-left: auto;
    color: #696969;
}
.frDateM {
    display:none;
}
.sfEmpty {
    font-size: 14px;
    padding-bottom: 30px;
}

#layer {
    position: absolute;
    width: 450px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    left: 37%;
}

.layerCon {
    width: 100%;
}

.layerCon img { max-width: 450px; }

.layerClose {
    background-color: #9c9c9c;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: -1px;
}

.timesale-container-solo {
    border-right: 10px solid #ffeeb8;
    background-color: #fffaec;
    margin-bottom: 40px;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.timesale-container-solo .discount-imgbox {
    cursor: pointer;
    width: 40%;
    height: initial;
    position: relative;
    display: inline-block;
}
.timesale-container-solo .discount-imgbox .dis-price {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 44px;
    text-align: center;
    width: 100%;
}
.timesale-container-solo .discount-imgbox .dis-price .dis-name {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
}
.timesale-container-solo .discount-imgbox .dis-price .dis-text {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin-top: 38px;
}
.timesale-container-solo .discount-imgbox a {
    display: inline-block;
}
.timesale-container-solo .discount-imgbox a:hover {
    opacity: 1;
}
.timesale-container-solo .discount-imgbox img.discount-coupon {
    width: 80%;
    margin: auto;
    display: block;
    margin-left: 33px;
    margin-top: -10px;
}
.timesale-container-solo .discount-content {
    float: right;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 53%;
    height: 163px;
    padding: 20px 0px;
    box-sizing: border-box;
}
.timesale-container-solo .discount-content div {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}
.timesale-container-solo .discount-content .event-content {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.timesale-container-solo .discount-content .timeout {
    font-size: 22px;
    font-weight: 500;
    color: #ff7417;
    margin-top: 15px;
}
.timesale-container-solo .discount-content .timeout .event-text {
    color: #666;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 10px;
}
.timesale-container-solo .discount-content .ps {
    margin-top: 15px;
    font-size: 15px;
    color: #666;
    font-weight: 300;
}
.search-tabbox .square-box {
    cursor: pointer;
    line-height: 2;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.search-tabbox .square-box .black-square {
    background-color: #666;
    color: white;
}
.search-tabbox .square-box .orange-square {
    background-color: #fe802b;
    color: white;
}
.search-tabbox .square-box .trans-square {
    background-color: transparent;
    color: #595959;
}
.search-tabbox .square-box a,
.search-tabbox .square-box span {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    padding: 3px 0px;
    border: 1px solid #ededed;
    width: 8.5%;
    text-align: center;
    margin: 2px;
}
.search-tabbox .square-box .wide-square {
    width: 74px;
}
.search-tabbox .square-box.theme-box a,
.search-tabbox .square-box.theme-box span {
    width: 23.8% !important;
}
/*# sourceMappingURL=common.min.css.map */
