@charset "utf-8";
/*
@font-face {
    src: url(../css/font_awesome/fonts/BMDOHYEON_ttf.ttf) ;
    font-family:"dohyun";
}

@font-face {
    src: url(../css/font_awesome/fonts/HangeulNuriB.ttf) ;
    font-family:"hannuriB";   
}

@font-face {
    src: url(../css/font_awesome/fonts/HangeulNurir.ttf) ;
    font-family:"hannuriR";   
}
*/
@font-face {
    src: url(../css/font_awesome/fonts/GmarketSansTTFBold.ttf) ;
    font-family:"gmarketB";   
}

@font-face {
    src: url(../css/font_awesome/fonts/GmarketSansTTFMedium.ttf) ;
    font-family:"gmarketM";   
}
@font-face {
    src: url(../css/font_awesome/fonts/GmarketSansTTFLight.ttf) ;
    font-family:"gmarketL";   
}

.hana_air {
    font-family:"hana_air";
}

/* onsen 추가 공통 */
#mySplitter ons-tab, #mySplitter ons-button,
#mySplitter h4, #mySplitter .tabbar__label {
    font-size: inherit;
    /* font-family: "gmarketM"; */
    /* font-weight: bold;; */
}

#mySplitter .tabbar__label {
    font-size: var(--font-size-xx-small);
}


body {
    /* background: #f5f5f5; */
    background-color: var(--white-color);
}
a {
    color: #222;
}
figure {
    margin: 0 auto;
    width: 56px;
    height: 56px;
    overflow: hidden;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
.card {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}
.back-button__icon {
    fill: var(--text-color-dark);
}
.tabbar__content {
    /* bottom: 56px; */
}
.toolbar ons-back-button svg {
    width: 10px;
    height: auto;
}
.toolbar ons-back-button.back-button--material svg {
    width: 16px;
}

.switch {
    width: 36px;
    height: 24px;
    padding: 0 10px;
    min-width: 36px;
}
:checked + .switch__toggle {
    box-shadow: inset 0 0 0 2px var(--switch-checked-bg-color);
    background-color: var(--switch-checked-bg-color);
}
.switch__handle {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}
.switch__toggle {
    background-color: var(--switch-inactive-bg-color);
    height: 14px;
    /* margin-top: 5px; */
    box-shadow: none;
}
.radio-button {
    line-height: normal;
}
.radio-button__checkmark,
.radio-button__checkmark:before {
    width: 18px;
    height: 18px;
}
.radio-button__checkmark:before {
    border: 1px solid var(--switch-inactive-bg-color);
}
.radio-button__checkmark:after {
    border:1px solid var(--theme-color);
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
:checked + .radio-button__checkmark:before {
    border:1px solid var(--theme-color);
}
:checked + .radio-button__checkmark:after {
    background: var(--theme-color);
}
.checkbox__checkmark:before {
    border-radius: 100%;
    border: 1px solid var(--placeholder-color);
    background: var(--placeholder-color);
}
:checked + .checkbox__checkmark:before {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.checkbox__checkmark:after {
    transform: scale(1) rotate(-45deg);
    top: 3px;
    left: auto;
    right: 1px;
    opacity: 1;
}
:checked + .checkbox__checkmark:after {
    height: 5px;
    top: 3px;
    left: auto;
    right: 1px;
}
.button:disabled, .button[disabled] {
    background: #ffae80; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffae80 30%, #fa9ebe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffae80 30%,#fa9ebe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffae80 30%,#fa9ebe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: var(--button-disabled-text-color);
    border-color: transparent;
}
.button.noBg {
    background: none;
    color: #FA3E3F;
    margin-bottom: .5rem;
}
.button.noBg:disabled, .button.noBg[disabled] {
    border: none;
    color: #8c8c8c;
}
ons-input .text-input, ons-search-input .search-input {
    min-height: 35px;
    font-size: var(--font-size-small);
    text-align: left;
    background-image: none;
    padding: 0 .5rem;
    /* border-radius: 5px; */
    background: var(--white-color);
    box-shadow: none;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    box-shadow: none;
}
ons-input .text-input:read-only {
    color: #969696;
    border-color: transparent;
    background: #f5f5f5;
}
ons-input {
    width: 100%;
}
.text-input:invalid {
    /* height: 44px; */
    background: #f5f5f5;
}
.text-input:invalid:required {
    background: var(--white-color);
    border: 1px solid #dcdcdc;
}
.text-input__label {
    /* top: 7px; */
    left: 5px;
}
ons-input .text-input:focus,
ons-input .text-input:active,
ons-search-input .input[type="search"]:active,
ons-search-input .input[type="search"]:focus {
    border:1px solid var(--theme-color);
    background: var(--white-color);
    color: #000;
}
ons-input .text-input:read-only:focus,
ons-input .text-input:read-only:active {
    background: #f5f5f5;
    border-color: #dcdcdc;
}
.text-input__label[class$="active"] {
    top: -2px;
}
ons-select {
    width: 100%;
}
ons-select select,.select-input {
    /* background-size: auto, 100% 0px;
    background-position: 97% center;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    padding-left: 10px; */
}
ons-select select:focus,.select-input:focus,
ons-select select:active,.select-input:active {
    border-color: #ff5e00;
}
ons-fab .fab__icon .ons-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
svg {
    /* width: auto;
    height: 100%;
    max-height: 25px;
    fill: var(--text-color-dark); */
}
ons-fab.fab--bottom__right {
    background: var(--theme-color);
    bottom: 20px;
    right: 1rem;
}
ons-fab a {
    color: var(--text-color-dark);
    font-size: var(--font-size-x-small);
    font-weight: bold;
    line-height: 1.1;
    text-decoration: none;
    letter-spacing: -.5px;
}
ons-fab a img {
    display: block;
    width: 50%;
    margin: -2px auto 0;
}

ons-fab a span{
    width: 50px;
    display: inline-block;
    word-break: break-word;
    height: 22px;
    font-size: var(--font-size-xx-small);
}

ons-fab.scrollTop, ons-fab.fab--bottom__right{
    bottom:90px;
}


.dialog-container ons-button[class^="btnDialogCancel"] {
    background: none;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.dialog-container ons-button[class^="btnDialogCancel"]:before,
.dialog-container ons-button[class^="btnDialogCancel"]:after {
    display: blcok;
    content: '';
    width: 100%;
    height: 1px;
    background: var(--text-color-dark);
    position: absolute;
    transform: rotate(45deg);
}
.dialog-container ons-button[class^="btnDialogCancel"]:after {
    width: 1px;
    height: 100%;
}

.dialog-container ons-button.btnDialogOk {
    width: 100%;
}
.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
}
.toolbar+.page__background,
.toolbar+.page__background+.page__content {
    top: 56px;
    padding: 0;
}
.page__content {
    padding: 1rem;
}
#categoryPage > .page__content {
    padding: 0;
}
.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    box-shadow: none;
    /* border-bottom: 1px solid #f2ebe4; */
    position: static !important;
    background: var(--white-color);
    height: 56px;
}
.toolbar .page-tit *,
.toolbar * {
    font-size: 16px !important;
    color: inherit;
    line-height: initial;
    width: auto;
    padding: 0;
    margin: 0;
    vertical-align:middle;
}

.toolbar .right.toolbar__right.toolbar--material__right span{
    font-size: var(--font-size-x-small) !important;
}

ons-toolbar-button.menuButton ons-icon {
    font-size: 32px !important;

}
.back-button__label {
    display: none;
}
.toolbar__center,
.toolbar__title {
    line-height:  normal;
    color: var(--theme-color);
    font-size:17px;
    overflow: hidden;
    height: auto;
    text-align: center;
    font-family: "gmarketM";
}
#agreePage .toolbar__center.toolbar__title {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
}

#menuPage ons-list ons-list-title.list-title {
    margin: 0;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
    border-bottom-color: transparent;
}
.toolbar__left,
.toolbar__right {
    min-width: unset;
    /* height: 100%; */
}
ons-toolbar .toolbar--material__right {
    height: auto;
}

ons-list-item.list-item {
    /* padding: 0;
    margin:0;
    border: none;
    height: 44px;
    margin-bottom: 5px; */
}
#orderForm ons-list-item.list-item {
    height: auto;
    min-height: 44px;
    margin-bottom: 1%;
}
#orderForm ons-list-item.list-item.flex_column {
    flex-direction: column;
}
#orderForm ons-list-item.list-item.flex_column .list-item__center {
    min-height: unset;
}
#orderForm ons-list-item.list-item.flex_column ons-input[disabled] {
    height: 0;
    overflow: hidden;
}
#orderForm ons-list-item.list-item.flex_column ons-input[disabled] input {
    height: 0;
    min-height: unset;
}
#orderForm ons-list-item.list-item.flex_column ons-input input {
    background: #fff;
    border-color: #dcdcdc;
    color: #000;
}
#orderForm ons-list-item.list-item .error {
    margin-top: 10px;
}
#orderForm #dlvaddr input {
    padding-right: 5px;
}
#orderForm #dlvaddrDetail input {
    background: #fff;
    border: 1px solid #dcdcdc;
}

.btnAreaPop ons-list-item.list-item {
    margin-bottom: 0;
}
.list-item__center {
    padding: 0 0 0 0.5rem;
    background-image: none;
}
.list-item__left,
.list-item__right {
    min-width: 44px;
    padding: 0;
}
.list-item__right {
    text-align: right;
    justify-content: flex-end;
}
ons-list-item.list-item.userProfile {
    height: auto;
    padding: .5rem;
}

ons-list-item.userPhoneNumber{
    height:30px;
}

ons-list-item.userPhoneNumber span{
    width: 1.8em;
    display: inline-block;
    text-align: center;
}

ons-list-item.list-item.userProfile .user-image {
    margin: 0 auto;
    margin-top: -10px;
    width: 50%;
    border-radius: 40%;
    margin-bottom: 0.5em !important;
}
ons-list-item.list-item.userProfile .user-image[src$="user.svg"] {
    width: 70%;
    margin-top: 5px;
}
ons-list-item.list-item.userProfile:after {
    clear: both;
    content: '';
    display: block;
}
ons-list-item.list-item.userProfile > div {
    float: left;
    padding: 0;
    margin: 0 0px;
}
ons-list-item.list-item.userProfile .left {
    width: 60px;
    height: 60px;
    border: 1px solid #949494;
    border-radius: 100%;
    overflow: hidden;
}
ons-list-item.list-item.userProfile .profile p {
    margin: 5px 0;
}
ons-list-item.list-item.userProfile .profile a {
    display: block;
    width: 100%;
    text-decoration: none;
    margin-top: 5px;
    font-size: var(--font-size-small);
    margin-left:0.5em;
}
ons-list-item.list-item.userProfile .profile a i.text-success {
    color: #23ff23;
    font-size: 10px;
    float: left;
    margin: 5px 5px 0 0;
}
ons-bottom-toolbar {
    background: var(--theme-color);
    color: #fff;
    font-size: 1.1rem;
}
ons-bottom-toolbar .button {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}
.tabbar--material {
    box-shadow: none;

}
.tabbar--top {
    background: var(--white-color);
    /* border-bottom: 1px solid #e4e4e4; */
    height: auto;
}

.ons-tabbar__footer.tabbar {
    background-color: var(--white-color);
    /* height: 55px; */
}

.toolbar-button--material {
    display: block;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--theme-color);
    text-align: center;
}

.tabbar--material__button {
    height: auto;
    min-height: 49px;
}
.tabbar--top ons-tab {
    font-family: "gmarketM";
    text-align: center;
    padding: 0 1rem;
}
/* .tabbar--top ons-tab:first-of-type {
    padding-left: 0;
}
.tabbar--top ons-tab:last-of-type {
    padding-right: 0;
} */
.tabbar--top .tabbar__button {
    width: auto;
    height: auto;
    margin: 0 auto;
    line-height: normal;
    padding: .7rem 0;
    color: #9e9e9e;
}
.tabbar--top .tabbar__button svg {
    fill: #9e9e9e;
}
.tabbar--top :checked + .tabbar__button,
.tabbar--top :checked + .tabbar__button svg {
    color: var(--theme-color);
    fill: var(--theme-color);
}
.tabbar--top :checked + .tabbar__button:after {
    display: block;
    /* content:''; */
    width: 100%;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
/* ons-tabbar[position="top"] {
    padding: 0 1rem;
} */
.ons-tabbar__footer.tabbar .tabbar__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #757575;
    
    text-transform: none;
}
.ons-tabbar__footer.tabbar :checked + .tabbar__button {
    color: var(--theme-color);
}
.ons-tabbar__footer.tabbar .tabbar__button svg {
    max-height: 25px;
    fill: #949494;
    color: #949494;
}
.ons-tabbar__footer.tabbar :checked + .tabbar__button svg {
    fill: var(--theme-color);
    color: var(--theme-color);
}
.ons-tabbar__footer.tabbar .tabbar__button .tabbar__label {
    display: block;
    font-size: var(--font-size-xx-small);
    line-height: normal;
    margin-top: 2px;
    text-transform: none;
}
.myTel{
    display: inline;
}

#cateTabbar .tabbar--top__content {
    top: 57px;
}
#cateTabbar > .tabbar__content {
    bottom: 0;
}
#cateTabbar .tabbar {
    overflow: auto;
    /* padding: 0 1rem; */
    width: auto;
}


#cateTabbar .ons-tabbar__footer.tabbar :checked + .tabbar__button,
#cateTabbar .ons-tabbar__footer.tabbar :checked + .tabbar__button .tabbar__label {
    color: #000;
    font-weight: bold;
    margin-top: 0 !important;
}
#categoryIndexPage > .page__content {
    padding: 0 1rem;
}
.tabbar--top .tabbar__label {
    font-size: 16px !important;
    margin-top: 2px !important;
}
#noticeTabbar .tabbar--top .tabbar__label {
    /* font-size: 10px !important; */
}
.tabbar--top__content {
    top: 60px;
}


#tabbarPage .notification {
    width: 19px;
    height: 19px;
    line-height: 17px;
    border-radius: 100%;
    font-size: 10px;
    /* font-weight: bold; */
    border: 1px solid #fff;
    position: absolute;
    top: 2px;
    left: auto;
    right: 14px;
    margin: 0;
    padding: 0;
    background: var(--theme-color);
    letter-spacing: -.5px;
    overflow: unset;
}

ons-button, .button {
     /* Old browsers */
    /* background: #ff5e00;
    background: -moz-linear-gradient(-45deg, #ff5e00 30%, #f5357c 100%); 
    background: -webkit-linear-gradient(-45deg, #ff5e00 30%,#f5357c 100%);
    background: linear-gradient(135deg, #ff5e00 30%,#f5357c 100%); 
    box-shadow: none;
    padding: 8px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    height: 40px;
    text-transform: none; */
}
ons-button.button.button--large {
    /* height: 44px; */
}
ons-bottom-toolbar .button {
    height: 100%;
    border-radius: 0;
}

ons-button svg, .button svg {
    width: auto;
    height: 25px;
    margin-right: 5px;
    fill: var(--theme-color);
}
ons-icon[class$="menu"] {
    width: 20px;
    height: 2px;
    background: #31313a;
    border-radius: 5px;
    position: relative;
    top: 0px;
}
ons-icon[class$="menu"]:before,
ons-icon[class$="menu"]:after {
    display: block;
    content:'';
    width: 20px;
    height: 2px;
    background: var(--text-color-dark);
    border-radius: 5px;
    position: absolute;
    top: 6px;
}
ons-icon[class$="menu"]:after {
    top: 12px;
}

/* 에러박스 */
.error_box {
    display:none;
}

.error_box ul {
    list-style: none;
    padding: 0.2rem 0;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 0;
}
.error_box ul li {
	font-size: var(--font-size-x-small);
    padding-left: 25px;
    margin: .2rem 0;
}

.error_box ul li:before {
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/svg/check.svg) no-repeat left center;
    float: left;
    margin-right: 5px;
    margin-left: -25px;
    transition: opacity ease-in-out .3s;
    opacity: 1;
    filter: none;
}

.error_box ul li.warning:before {
    opacity: .3;
    filter: grayscale(1);
}

/* 슬라이드 */
div[class^="swiper-container"] {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
	font-size: var(--font-size-large);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

div[class^="swiper-container"] .btnCateMenu {
    font-size: var(--font-size-xx-small);
    flex-direction: column;
    flex-basis: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btnCateMenu.slide-actived{
    border-bottom: 3px solid #FA3E3F;
}

div[class^="swiper-container"] .btnCateMenu span {
    line-height: 1.1;
    word-break: keep-all;
    padding-top: 5px;
}

span.giftMessage {
    font-size: var(--font-size-xx-small);
    line-height: 15px;
    margin: 0.7em 0.3em;
    display: inline-block;
    font-family: gmarketM;
} 

/* 동의화면 */
#agreePage {
    background: var(--white-color) !important;
}
#agreePage > .page__content > .card {
    padding: 0 1rem;
}
#agreePage .toolbar.toolbar--material+.page__background,
#agreePage .toolbar.toolbar--material+.page__background+.page__content {
    position: static;
}
#agreePage .list-item__left {
    min-width: auto;
}
#agreePage .txtT {
    display: block;
    text-align:left;
    font-size: var(--font-size-x-small) !important;
    margin-top: 3px;
    white-space: normal;
    word-break: keep-all;
    font-weight: 400;
    color: #4e4e4e;
}
#agreePage .txtT strong {
    font-size: var(--font-size-x-small) !important;
}
#agreePage .txtSp{
    text-align:left;
    font-size: 15px;
}
#agreePage .content-tit {
    padding-top: 10px;
}
#agreePage .content-tit ons-list-item * {
    font-size: 15px;
    color: #000;
}
#agreePage .btnShowViewPop, #agreePage .btnShowViewPop2 {
    line-height:44px;
    border: 0;
    background: none;
    color: #b8b8b8;
    font-size: 26px;
    text-align: right;
    padding: 0;
}
#agreePage .agreeContentPop {
    height: 100%;
}
#agreePage .agreeContentPop .list-header {
    background-color: var(--white-color);
    padding: 1rem;
    color: #ff5e00;
    font-size: 18px;
    border-bottom: 1px solid #f2ebe4;
    margin: 0;
}
#agreePage .agreeContentPop ons-list-item {
    height: 100%;
    padding: 0 1rem;
    position: absolute;
    bottom: 44px;
    top: 58px;
    overflow-y: scroll;
    font-size: var(--font-size-xx-small);
    background: var(--white-color);
}
#agreePage .agreeContentPop ons-list-item .list-item__center  {
    padding: 0;
}
#agreePage .agreeContentPop ons-list-item .list-item__center .tab-content {
    padding-bottom: 57px;
    margin-bottom: 44px;
}
#agreePage .agreeContentPop ul, #agreePage .agreeContentPop li {
    font-size: var(--font-size-x-small);
    line-height: 1.3;
    margin-bottom: 5px;
}

#agreePage .agreeContentPop .stit {
    color: var(--theme-color);
    font-size: var(--font-size-x-small);
    border-bottom: 1px solid var(--theme-color);
    margin: 20px 0 10px;
    padding-bottom: 5px;
}

#agreePage .agreeContentPop .item {
    color: #31313a;
    margin: 0 0 0.7rem;
    word-break: keep-all;
}
#agreePage .agreeContentPop .item div {
    line-height: 1.5;
    font-size: var(--font-size-x-small);
}
#agreePage .agreeContentPop .item ul {
    list-style-type: hangul;
}
#agreePage .agreeContentPop .item ol {
    list-style-type: disc;
}
#agreePage .agreeContentPop .item .sitem1 {
    list-style: none;
}
#agreePage .agreeContentPop .item .sitem2 {
    list-style: decimal;
}
/* 환경설정 */
#configPage .page__content {
    padding: 0 1rem;
}
/* 주소설정 */
#configAddrMapHand > .page__content {
    padding: 0;
    background: #f5f5f5 !important;
}
#configAddrMapHand .card {
    position: relative;
    padding: 1rem;
}
/* #configAddrMapHand .card:first-of-type {
    margin-bottom: 7px;
    border-bottom: 1px solid #e4e4e4;
} */
#configAddrMapHand .card:last-of-type {
    /* border-top: 1px solid #e4e4e4; */
}
#configAddrMapHand ons-list-item {
    border: none;
    margin-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

#configAddrMapHand .list-item__center {
    padding: 0 0 5px 0.5rem;
}

#configAddrMapHand ons-list-item ons-select {
    /* background: #f5f5f5;
    border-radius: 5px; */
    height: 40px;
    font-size: var(--font-size-small);
    /* border: 1px solid #dcdcdc; */
}
#configAddrMapHand ons-list-item ons-select select {
    height: 100%;
}
#configAddrMapHand .list-item__left {
    width: 35%;
    font-size: var(--font-size-small);
    color: #000;
}

#configAddrMapHand .list-item__left label{
    text-align: right;
    width: 100%;
}

#configAddrMapHand .recentAddrList {
    color: #000;
}
#configAddrMapHand .recentAddrList .orderHistoryAddr {
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
}
#configAddrMapHand .recentAddrList .addrText {
    display: inline-block;
    font-size: 15px;
}
#configAddrMapHand .recentAddrList .right {
    text-align: right;
    margin-top: 5px;
}
#configAddrMapHand .recentAddrList ons-button.button {
    background: none;
    border:  none;
    color: #ff5e00;
    line-height: normal;
    height: auto;
    padding: 0;
    font-size: var(--font-size-small);
}

#configAddrMapHand textarea{
    width:100%;
    min-height:80px;
    overflow-y: auto;
    padding:0.5em;
}

#configAddrMapPage .card {
    position: relative;
}
#configAddrMapPage .card ons-search-input {
    display: block;
}
#configAddrMapPage .card ons-search-input .search-input {
    padding-right: 40px;
}
#configAddrMapPage .card ons-button {
    background: none;
    border: none;
    position: absolute;
    top: 0;
    right: 7px;
}
#configAddrMapPage .card ons-button svg {
    fill: #2d2d2d;
    margin-right: 0;
}
#configAddrMapPage ons-list-item .list-item__center {
    padding: 0;
}

ons-tab.active button:after {
    /* display: block;
    content: '';
    width: 100%;
    height: 2px;
    margin-top: -2px; */
    background: var(--theme-color); /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff5e00 0%, #f5357c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff5e00 0%,#f5357c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff5e00 0%,#f5357c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#cfAddrPage .page__content {
    padding: 0.5rem;
    padding-top: 0;
}

#cfAddrPage ons-tab button .tabbar__label {
    display: block;
    font-size: 10px !important;
}
#cfAddrPage ons-tab.active button .tabbar__label {
    font-weight: bold;
}

/* #cfAddrPage .page__content {
    padding: 1rem;
} */
#cfAddrPage .tabbar--top__content {
    top: 56px;
    bottom: 0;
    border-top: 1px solid #e4e4e4;
}

.bindingData{
    /* opacity:0; */
}
.bindingData.opacity_on {
    opacity: 1;
    transition: all 1s;
}

/* 카테고리 페이지 */
.CateMenu .card {
    width: 31.333%;
    /* width: 23%; */
    max-height: 100px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 1% 1%;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    text-align: center;
    word-break: keep-all;
    
}

.CateMenu .card.ytb:after{
    background-image: url('../img/logo/youtube_icon25x25.png');
    background-repeat: no-repeat;
    background-position: 15% 26px;
    content: " ";
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background:"black";
}

.CateMenu .card.emptyOrNoData {
    width: 100%;
    margin: 10% 0;
    font-family: gmarketM;
    font-size: 15px;;
}
    .CateMenu label {
        font-size: 13px;
        /* letter-spacing: -.1em; */
        word-break: keep-all;
        /* height: auto; */
        /* padding: 0; */
        /* line-height: 1; */
        text-align: center;
        height: 36px;
        line-height: 15px;
        padding-top: 0.2em;
    }
    #categoryPage .slideMenu figure {
        width: 40px;
        height:40px;
    }

    #categoryPage .slideMenu label {
        font-size: 12px;
        display: block;
        height: 20px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #categoryPage .swiper-slide {
        height: 80px;
        flex-direction: column;
    }

    #categoryPage .lnb {
        height: 80px;
        position: relative;
        border-bottom: 1px solid #f5ede4;
        box-sizing: unset;
    }

    #categoryPage .lnb > .left {
        display: inline-flex;
        width: 80px;
        height: 80px;
        text-align: center;
        position: relative;
        z-index: 20;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

    #categoryPage .lnb > .left img {
        width: 60px;
    }

    #categoryPage .categoryBody img {
        /* width:56px;  */
        height:50px;
    }


    /* #categoryPage .lnb > .right {
        font-size: 13px;
        width: 550px;
        overflow: hidden;
        text-align: left;
        float:none;
    } */

    #categoryPage .slideMenu {
        width: calc(100% - 80px);
        height: 80px;
        overflow: hidden;
        float: right;
    }

    #categoryPage .btnMenuCategory {
        text-align: right;
        margin: 1% 2% 1% 0;
    }



    #categoryPage #menuViewPopup {
        top:0%;
    }

    #categoryPage #menuViewPopup .popScroll{
        position: absolute;
        left: 2%;
        right: 2%;
        top: 50px;
        overflow-y: scroll;
        bottom: 100px
    }

    #categoryPage #menuViewPopup .popHead {
        border-bottom: 1px solid darkgray;
        height:auto;
        margin-top: 10px;
    }

    #categoryPage #menuViewPopup h4 {
        margin: 0;
        text-align: left;
    }

    #categoryPage #menuViewPopup .btnPopBottomArea{
        clear:both;
        text-align: center;
        position: absolute;
        bottom: 25px;
        width: 100%;
    }

    #categoryPage #menuViewPopup .modal__content {
        vertical-align: top;
        padding-top: 70px;
    }

    #categoryPage #menuViewPopup .card {
        text-align: center;
        padding:10px 10px;
        border-radius: 0;
    }
    #categoryPage .categoryMenu {
        width: 30%;
        display: inline-block;
        margin: 10px 0;
    }

    #categoryPage .categoryMenu img {
        width:65%;
    }

    #categoryPage .categoryMenu label {
        font-size: 12px;
        display: block;

    }

    #categoryPage #menuViewPopup .center {
        margin: 12px 0;
    }

/* product page */
#productListPage .page__content,
#productListPage .page__background {
    padding-top: 80px;
}

ons-fab#searchFilter span{
    font-size: small;
}

ons-fab#prodCart span{
    font-size: x-large;
}


#productListPage #list-node {
    /* padding: 1rem; */
    padding-top: 0.3em;
}

#productListPage .toolbar__right{
    display: flex;
    justify-content: right;
}

#productListPage ons-list-title {
    padding: 10px 0 3px 16px;
}
#productListPage .lnb {
    width: 100%;
    height: 80px;
    position: fixed;
    padding: 5px 5px;
    overflow: hidden;
    border-bottom: 1px solid #f2ebe4;
    top: 56px;
    z-index: 999;
    background: #fff;
}
#productListPage .lnb .left {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    padding: 10px;
}
#productListPage .lnb .slideMenu {
    display: block;
    /* padding-left: 80px; */
}
#productListPage .lnb .slideMenu div[class^="swiper-container"] {
    /* margin-left: 80px; */
    /* left: 80px; */
    /* width: calc(100% - 80px); */
    width: 100%;
    position: relative;
    overflow: hidden;
}

#productListPage .lnb .btnCateMenu span{
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    overflow: hidden;
    word-break: break-word;
    font-size: 13px;
    padding-bottom: 5px;
    font-weight: bold;
}

#productListPage .lnb .btnCateMenu img{
    height:45px;
}

#productListPage .swiper-slide img {
    display: block;
    width: auto;
    height: 40px;;
    object-fit: cover;
    border-radius: 15px;
    border:none;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#productListPage .btnMenuCategory {
    /* line-height: 56px; */
}

#productListPage .popBody .btnCateMenu img{
    width: auto;
    height: 55px;
}

#productListPage .btnMenuCategory ons-button {
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    width: auto;
    height: auto;
}
#productListPage .btnMenuCategory ons-button svg {
    margin-right: 0;
}
#productListPage ons-fab#searchFilter {
    width: auto;
    height: 28px;
    font-size: 14px;
    padding: 0 5px;
    line-height: normal;
    border-radius: 30px;
    box-shadow: none;
    border: 1px solid #a7a7a7;
    background-color: #fff;
    color: #000;
}
#productListPage ons-fab#searchFilter svg {
    margin-left: 3px;
}
#productListPage ons-fab.fab--bottom__right {
    bottom: 20px;
    /* background: #ff5f02; */
}
#productListPage .innerBasket {
    position: absolute;
    width: auto;
    height: 20px;
    top: 9px;
    left: auto;
    right: 9px;
    background: #fff;
    border: 2px solid #ff5e00;
    font-size: 11px;
    color: #ff5e00;
    font-weight: bold;
    line-height: 18px;
    padding: 0;
    letter-spacing: -.5px;
}

#productListPage .isServiceProduct{
    font-size: 11px;
    margin-top: 6px;
    text-align: center;
    line-height: 15px;
    letter-spacing: -1px;
    color: green;
}

#productListPage .cooking{
    color: darkorange;
    padding-top: 1px;
    width:100%;
}

#detailViewPopup.viewModal .popHead {
    margin: 0;
    margin-top: 1em;
}
#detailViewPopup.viewModal .popHead h4 {
    margin-top: 0;
    font-weight: normal;
    text-align: left;
    font-size: 16px;
}
#detailViewPopup.viewModal .card {
    width: auto;
    height: auto;
    /* position: static; */
    margin: 0;
    color: #000;
    font-size: 14px;
}
#detailViewPopup.viewModal .star_assess.card .btnSetpointer {
    display: block;
    background: none;
    border: none;
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
    text-align: left;
    border-radius: 0;
}
#detailViewPopup.viewModal .star_assess.card .btnSetpointer:after {
    display: block;
    content:'\f107';
    font: normal normal normal 24px/1 FontAwesome;
    float: right;
}
#detailViewPopup.viewModal .card.popHeightScroll {
    /* max-height: 80%; */
    padding-bottom: 40px;
}
#detailViewPopup.viewModal > .modal__content {
    vertical-align: bottom;
}
#detailViewPopup .popHead .close {
    top: 7px;
}
#detailViewPopup.viewModal .popBody .card {
    padding: .5rem 0;
}
#detailViewPopup.viewModal .popBody .card:after {
    clear: both;
    content: '';
    display: table;
}
#detailViewPopup .star_assess .star_list {
    padding-bottom: 1rem;
    text-align: center;
}
#detailViewPopup .star_assess .star_list ons-icon.starR {
    font-size: 22px;
    color: #e6e6e6;
    transition: color ease-in-out .3s;
    margin: 0 3px;
}
#detailViewPopup .star_assess .star_list ons-icon.starR.on {
    color: #ffc000;
}
/* #detailViewPopup .card.popHeightScroll .listcard {
    padding-bottom: 40px;
} */
#detailViewPopup ons-button.btnClosePopup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
}
#detailViewPopup ons-button.btnClosePopup:before,
#detailViewPopup ons-button.btnClosePopup:after {
    content: none;
}

#detailViewPopup .content{
    margin-top:1em;
    margin-left:1em;
}
#detailViewPopup .content * {
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


/* .CateMenu label {

} */


.CateMenu .btnCateMenu div {
    margin-top: 6px;
    color: #000;
    word-break: break-word;
    text-align: center;
    font-size:12.5px;
    height: 36px;
    line-height: 15px;
}

#menuViewPopup .btnPopBottomArea {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#menuViewPopup .btnPopBottomArea ons-button {
    width: 100%;
    border-radius: 0;
}
#menuPage .linkLoginPage {
    height: auto;
}
#menuPage .linkLoginPage div.center {
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#menuPage .linkLoginPage div.center ons-button {
    width: 48.5%;
    flex: 1;
    padding: 5px 0;
    font-size: 14px;
}
#menuPage .linkLoginPage div.center ons-button.btnLogin {
    margin-right: 3%;
    background: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}

#menuPage .linkLoginPage div.center ons-button img {
    width: auto;
    height: 1rem;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
#menuPage .linkLoginPage div.center ons-button.btnLogin img {
    filter: none;

}
#menuPage .linkLoginPage div.center ons-button.btnLogin img svg {
    fill: var(--theme-color);

}

#menuPage #links > ons-list-item{ height: 35px; }
#menuPage #links ons-list-item .list-item__center{
    padding-left: 2.8rem;
    background-size: auto 1.2rem !important;
    font-size: 14px;
}

#menuPage #default-category-list ons-list-item .list-item__center {
    padding-left: 2.8rem;
    background-size: auto 1.2rem !important;
    font-size: 14px;
}

#menuPage ons-list-item  .list-item__center.goAddr {
    background: url(../img/svg/marker.svg) no-repeat .7rem center;
}
#menuPage ons-list-item .list-item__center.goRecent {
    background: url(../img/svg/naviAnchor.svg) no-repeat .7rem center;
}


#menuPage ons-list-item .list-item__center.goFavorite {
    background: url(../img/svg/Heart_Icon_Deselected.svg) no-repeat .7rem center;
}

#menuPage ons-list-item  .list-item__center.goMessage {
    background: url(../img/svg/koreanNews.svg) no-repeat .7rem center;
}
#menuPage ons-list-item  .list-item__center.gobuyHistory {
    background: url(../img/svg/orderList.svg) no-repeat .7rem center;
}
#menuPage ons-list-item  .list-item__center.goNotice {
    background: url(../img/svg/event.svg) no-repeat .7rem center;
}
#menuPage ons-list-item  .list-item__center.goConfig {
    background: url(../img/svg/setting.svg) no-repeat .7rem center;
}
#menuPage ons-list-item  .list-item__center.goTel {
    background: url(../img/svg/phonebook.svg) no-repeat .7rem center;
}
#menuPage ons-list-item  .list-item__center.goNews {
    background: url(../img/svg/qna.svg) no-repeat .7rem center;
}
#menuPage ons-list-item  .list-item__center.goAir {
    background: url(../img/svg/air.svg) no-repeat .7rem center;
}
#menuPage ons-list-item  .list-item__center.goRequest {
    background: url(../img/svg/paper-plane.svg) no-repeat .7rem center;
}
#menuPage ons-list-item .list-item__center.goPolicy {
    background: url(../img/svg/caution.svg) no-repeat .7rem center;
}

#newsPage > .page__content {
    padding: 1rem;
}
/* 입점문의 */
#inQuiryPage > .page__content {
    padding: 1rem;
}

#inQuiryPage .check.radio{
    line-height: 35px;
}
#inQuiryPage ons-list-item.list-item {
    height: auto;
    margin-bottom: 10px;
}

#inQuiryPage ons-radio {
    vertical-align: middle;
}

#inQuiryPage ons-list-item.list-item label {
    display: inline-block;
    width: 25%;
    font-size: var(--font-size-x-small);
    color: #000;
    line-height: 40px;
}
#inQuiryPage ons-list-item.list-item .check label {
    line-height: normal;
    width: auto;
    margin-right: 1rem;

}
#inQuiryPage ons-list-item.list-item label.error {
    color: #f00;
    font-size: var(--font-size-xx-small);
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    display:block;
    margin-top: 6px;
}
#inQuiryPage ons-list-item.list-item label.error:before {
    display: block;
    content: '';
    background: url(../img/svg/caution.svg) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
#inQuiryPage .list-item__center ons-select {
    height: 40px;
    background: #f5f5f5;
    border-radius: 5px;
}
#inQuiryPage .list-item__center ons-select select {
    height: 100%;
}
#inQuiryPage .list-item__center.listItemTextArea textarea {
    background: #f5f5f5 !important;
    border-radius: 5px;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    box-sizing: border-box;
    border-color:transparent;
    font-size: var(--font-size-small);
}
#inQuiryPage .list-item__center.listItemTextArea textarea:focus {
    border-color: var(--theme-color) !important;
    background: #fff;
}
#inQuiryPage .list-item__center.listItemTextArea textarea[style="background:none"] {
    background: #ffd2d3 !important
}

/* 주문내역 */
#ordrlistPage > .page__content {
    padding: 0;
}
#ordrlistPage .top {
    margin:8px 0;
    font-size: var(--font-size-small);
    display: flex;
    justify-content: space-between;
}
#ordrlistPage > *{
    /* display:contents; */
}

#ordrlistPage > .page__content h4.title {
    margin: 0.5rem 1rem;
}

#ordrlistPage .top .list-item__title span {
    display: block;
    margin-top: 2px;
    font-size: var(--font-size-x-small);
    color: #898989;
    margin-bottom: 2px;
}

#ordrlistPage .top .list-item__title span.sublabel {
    display: inline-block;
    width: 65;
    text-align: right;
}

.orderDetailInfo > div {
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 0;
}

.orderDetailInfo > div:last-child {
    border-bottom: none;
}

.orderDetailInfo > div span{
    vertical-align: sub;
    font-size: 12px;
}

#ordrlistPage .orderDetailInfo span.subtitle{
    width: 80px;;
}

#ordrlistPage .top .f_right ons-button {
    background: none;
    border: none;
    color: #f00;
    height: auto;
    padding: 0;
    font-size: var(--font-size-small);
}

#ordrlistPage .top .f_right ons-button i{
    font-size: 20px;
}


#ordrlistPage .bottom {
    text-align: center;
    /* padding: .5rem 1rem; */
    margin: 0.5rem 0;
    /* border-top: 1px solid #dedee0; */
    /* border-bottom: 1px solid #dedee0; */
    display: flex;
    justify-content: space-between;
}

#ordrlistPage .dataList {
    font-size: var(--font-size-small);
    border-top: 1px solid #dedee0;
    padding: 0 1rem;
}
#ordrlistPage .dataList:first-of-type {
    border-top-color: transparent;
}
#ordrlistPage .dataList .right {
    display: flex;
    justify-content: space-between;
}
#ordrlistPage .right ons-button {
    background: none;
    border:none;
    color:blue;
    font-size: var(--font-size-x-small);
    margin-top: 5px;


}
#ordrlistPage .right ons-button.statusName:before {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ffbc00;
    margin-right: 3px;
}
#ordrlistPage .right ons-button.btnOrderMap {
    color: #329ddf;
}

#ordrlistPage .f_right{
    float:right;
    text-align: right;
}

#ordrlistPage h5 {
    font-weight: bold;
    margin: 5px auto 2px;
}

.delvAmt {
    display: flex;
    justify-content: space-around;
}

#ordrlistPage .delvAmt, #ordrlistPage .orderDetailInfo {
    background-color: whitesmoke;
    color: black;
}

#ordrlistPage .delvInfo{
    /* height:25px; */
    height: auto;
    overflow: auto;
    
}

#ordrlistPage .delvTel {
    float: right;
    border: 1px solid #ff5e00;
    padding: 2px 5px 3px 7px;
    border-radius: 10px;
    color: #ff5e00 !important;
    margin-right: 5px;
}

#ordrlistPage .delvTel a{
    text-decoration: none;
}


#ordrlistPage ul.orderSummary {
    list-style: none;
    margin: 0;
    padding: 0;
}

#ordrlistPage ul.orderSummary li {
    min-height: 40px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--font-size-x-small);
    /* padding: 5px; */
}
#ordrlistPage ul.orderSummary li:after {
    display: table;
    clear: both;
    content: '';
}
#ordrlistPage ul.orderSummary li .itemName {
    flex: 1;
}
#ordrlistPage ul.orderSummary li .itemName img {
    margin-right: 5px;
    border-radius: 10px;
}
#ordrlistPage ul.orderSummary li .itemQty ons-button {
    background: none;
}
#ordrlistPage ul.orderSummary li .itemQty ons-button svg {
    margin-right: 0;
    margin-left: 5px;
}
#ordrlistPage .bottom ons-button {
    width: 100%;
    padding: 5px;
    text-align: center;
    margin: 0 5px;
    vertical-align: middle;
    justify-content: center;
    display: flex;
    align-items: center;
}
#ordrlistPage .bottom ons-button:first-of-type {
    margin-left: 0;
}
#ordrlistPage .bottom ons-button:last-of-type {
    margin-right: 0;
}

#ordrlistPage .marker {
    color:red;
}

#orderDetailPage ons-list ons-list-title.list-title {
    padding: 5px 0 5px;
    margin: 0.5rem 0;
    font-size: var(--font-size-large);
    color: var(--theme-color);
    /* border-bottom: 1px solid var(--theme-color); */
    margin-bottom: 5px;
    /* margin-top: 15px; */
}

#orderDetailPage > .page__content {
    padding: 1rem;
}

#orderDetailPage .list-item__center {
    padding: 0;
}
#orderDetailPage .list-item__center ons-select,
#orderDetailPage .list-item__center.AddrTime2 #AddrTime2 {
    height: 40px;
    max-width: unset;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    border-radius: 0;
    width:100%;
    text-align: center;
}
#orderDetailPage .list-item__center.AddrTime2 {
    width: 100%;
    display: block;
}

#orderDetailPage .reserv{
    display:none;
    width: 100%;
}

#orderDetailPage .reserv .list-item__center{
    width:98%;
}

#orderDetailPage #AddrTime3 {
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

#orderDetailPage .list-item__center ons-select select {
    width: 100%;
    height: 100%;
}
#orderDetailPage .list-item__center input[type="datetime-local"] {
    width: 100%;
}
#orderDetailPage .listItem div.left,
#orderDetailPage .listItem div.right {
    width: auto;
    min-width: unset;
    display: flex;
}
#orderDetailPage .listItem div.left {
    padding-right: 5px;
}
#orderDetailPage .buttonArea {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

#orderDetailPage ons-list-item.selectTime  {
    width: 49%;
    display: inline-flex;
    text-align: center;
}

#orderDetailPage ons-list-item.payWayDiv {
    width: 31%;
    display: inline-flex;
    text-align: center;
}

#orderDetailPage .buttonArea ons-button.btnOrderComplete {
    border-radius: 0;
}

#orderDetailPage form#orderForm{
    position: relative;
    width: 100%;
}

#orderForm .confirming_msg {
    background: #FA3E3F;
    color: #ffffff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    padding: 5px;
    font-size: 14px;
    word-break: keep-all;
    /* margin-bottom: 30px; */
    border-radius: 6px;
    top:0;
    
}
.bm-summary-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 18px 18px 18px;
    margin: 25px 5px 25px 5px; 
    border: 1.5px solid #ededed;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03);
}
.buttonArea.card {
    margin-top: 0;
    padding-top: 0;
}
@media (max-width: 480px) {
    .bm-summary-card {
        margin-bottom: 18px;
    }
}
.bm-summary-title {
    /* padding: 5px 0 5px; */
    margin: 0.5rem 0;
    font-size: 18px;
    color: var(--theme-color);
    /* border-bottom: 1px solid var(--theme-color); */
    margin-bottom: 5px;
    /* margin-top: 15px; */
}
.bm-summary-icon {
    font-size: 22px;
    margin-right: 8px;
}
.bm-summary-section {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}
.bm-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
    font-size: 15px;
}
.bm-summary-label {
    color: #666;
    font-weight: 500;
}
.bm-summary-value {
    color: #222;
    font-weight: 600;
    min-width: 80px;
    text-align: right;
}
.bm-summary-row.bm-summary-total {
    background: #f9fafb;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #3182f6;
    margin-top: 8px;
    padding: 14px 0;
    border-bottom: none;
}
.bm-summary-row.bm-summary-tax {
    font-size: 13px;
    color: #888;
    font-weight: 400;
    background: none;
    border-bottom: none;
    margin-top: 4px;
}
.section-box {
    background: #fff;
    border-radius: 14px;
    padding: 18px 18px 18px 18px;
    margin: 25px 5px 25px 5px; 
    border: 1.5px solid #ededed;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03);
}

/* .section-box ons-list-title {
    font-family: 'gmarketB', sans-serif;
    font-size: 17px;
    color: #222;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
} */

.section-box .listItem,
.section-box ons-list-item {
    background: transparent;
    border: none;
    box-shadow: none;
}
    

.section-box .listItem:not(:last-child),
.section-box ons-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.section-box label.center {
    font-size: 15px;
    color: #333;
}

/* .section-box ons-input .text-input,
.section-box ons-select select {
    height: 40px;
    max-width: unset;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    border-radius: 0;
    width:100%;
    text-align: center;
} */

.section-box .giftMessage {
    color: #888;
    font-size: 12px;
    margin-top: 4px;
}

/* 나의 프로필 */
#joinForm .list-item__left, #joinForm .list-item__right {
    min-width: 100px;
    padding: 0;
}

#joinForm .listItem div {
    /* padding: 5px 0; */
    width: auto;
}

#joinForm .listItem div input {
    font-size: 14px;
    /* min-height: 30px; */
}

#joinForm .listItem div ons-button {
    /* border-radius: 0;
    padding: 8px;
    font-size: 12px;
    min-height: 30px;
    height: 30px;
    width: 100%; */
}
#joinForm ons-list-item.list-item {
    height: auto;
    /* border-bottom: 1px solid #e0e0e0; */
    margin: 2px auto;
    display:flex;
    justify-content: start;
}

#joinForm ons-list-item.list-item ons-label {
    text-align: right;
    /* line-height: 30px; */
    color: #242424;
    font-size: 14px;
}

#joinForm .buttonArea .btnChangPw {
    display: inline;
    background: none;
    padding: 0;
    border-color: transparent;
    color: #329ddf;
    margin: 0 1rem;
}
#joinForm .btn_wrap .change_profile ons-button[disabled] {
    color: #000;
}

/* 회원가입 */
#joinPage #joinForm {
    padding: 0 1rem 3rem;
}
#joinPage #joinForm ons-bottom-toolbar.bottom-bar {
    position: fixed;
}

#joinPage #joinForm label{
    font-size:14px;
}

#joinPage .btnbNone{
    background:none;
}

/* 적립금 페이지 */
#coinPage .page__content > .card {
    padding: 1rem 0;
}
#coinPage .page__content .searchCard {
    display: flex;
    width: 80%;
    padding: 1rem 0;
    justify-content: space-between;
    margin: 0 auto;
}
#coinPage .page__content .searchCard ons-radio {
    margin-right: 5px;
}
#coinPage #all_qty {
    font-size: 16px;
}

#coinPage span.listContent.ellipsis {
    display: inline-block;
    flex: auto;
    padding-bottom: 0px !important;
}

#coinPage span.listContent.ellipsis:first-child {
    width: auto;
    text-align: center;
}

#coinPage span.listContent.ellipsis:nth-child(2) {
    width: 50%;
}

#coinPage span.listContent.ellipsis:last-child {
    width: 30%;
}

.coinListItem .title {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;

}
.coinListItem .title span {
    flex: 1;
    font-size: 12px;
    color: #000;
    line-height: 1.5
}

.coinListItem .title span.aRight {
    font-size: 16px;
    font-weight: bold;
}

.coinListItem .title span.blue {
    color: #0010ff;
}

.coinListItem .title span.red {
    color: #f00;
}

/* 장바구니 */
#basketPage > .page__content {
    padding-top: 0;
}

#basketPage .summarycard {
    padding-bottom: 75px;
}

#basketPage ons-button.btnOrder {
    border-radius: 0;
    position: fixed;
    bottom: 0;
    margin-left: -1rem;
    margin-bottom:0.5em;
}
#basketPage .isServiceProduct{
    font-size: 11px;
    margin-top: 8px;
    color: green;
}

#basketPage .cooking{
    color: darkorange;
    padding-top: 1px;
    width:100%;
}

#basketPage .css-st-bg {
    background: #fcf8e3;
}

#basketPage .st_msg.red {
    display: block;
    width: 100%;
}

#list-node ons-list-item.list-item {
    height: auto;
    padding: .3rem 0;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0;
}
#list-node ons-list-item.list-item:first-of-type {
    border-top-color: transparent;
}
#list-node ons-list-item.list-item > div {
    display: inline-block;
    min-width: unset;
    width: auto;
    padding: 0;
}
#list-node ons-list-item.list-item .productInfo {
    display: flex;
    flex-direction: row;
    padding-left: .3rem;
    color:#949494;
}
#list-node ons-list-item.list-item .productInfo div {
    font-size: 11px;
    line-height: normal;
    letter-spacing: -1px;
}

#list-node ons-list-item.list-item .productInfo .orderTime {
    margin-top: 1px;
    font-family: initial;
}

#list-node ons-list-item.list-item .productInfo .list-item__title {
    color: #000;
    font-size: 13px;
    word-break: break-all;
}

#list-node .buttonArea  .subButtons{
    display: flex;
    justify-content: flex-start;
    padding-top:2px;
    margin-top:0.5em;
    display: none;
}



#list-node ons-list-item.list-item .buttonArea {
    padding-right: 0;
    position: relative;
    /* border:1px solid #dedede; */
    border-radius: 10px;
    padding:5px;
}
#list-node ons-list-item.list-item .buttonArea > .list-item__subtitle {
    margin-top: 0;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}
#list-node ons-list-item.list-item .buttonArea > .list-item__subtitle > * {
    width: 30px;
    min-width: unset;
    min-height:20px;
    line-height: normal;
    margin: 0 1px;
}

#list-node ons-list-item.list-item .buttonArea > .list-item__subtitle > ons-input {
    width: 25px;
}
ons-button.btnRadius {
    width: 30px;
    height: 30px;
    min-width: unset;
    min-height: auto;
}
ons-button.btnMinusQty  {
    border-color: #ccc;
    background: #fff;
    color: #787878;
}
ons-button.btnPlusQty {
    border-color: var(--theme-color);
    background: #fff;
    color: var(--theme-color);
}
ons-button.btnMinusQty:before,
ons-button.btnPlusQty:before,
ons-button.btnPlusQty:after {
    display: block;
    content: '';
    width: 50%;
    height: 1px;
    background: var(--theme-color);
    position: absolute;
    top: 50%;
    left: 25%;
}
ons-button.btnMinusQty:before {
    background: #000;
}
ons-button.btnPlusQty:after {
    width: 1px;
    height: 50%;
    top: 25%;
    left: 50%;
}
ons-input input#qty {
    min-height: unset;
    height: auto;
    background: none;
    border: none;
    padding: 0;
    font-size: 16px;
    text-align: center;
    margin: 1px 0;
}
#list-node ons-list-item.list-item > .productImg {
    width: 75px;
    min-width: 75px;
    height: 75px;
    padding: 0;
    position: relative;
    overflow: hidden;
}



#list-node ons-list-item .productImg .list-item__thumbnail {
    width: auto;
    max-width: 90%;
    max-height: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

ons-list-item.list-item > .productImg.ytb:after{
    background-image: url('../img/logo/youtube_icon25x25.png');
    background-repeat: no-repeat;
    background-position: 95% 100%;
    content: " ";
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}

ons-list-item.list-item.sale_off > .productImg.ytb:after{
    background-image: url('../img/logo/youtube_icon25x25.png');
    background-repeat: no-repeat;
    background-position: 95% 100%;
    content: "CLOSED";
}

ons-list-item.list-item.st_none > .productImg.ytb:after
{
    background-image: url('../img/logo/youtube_icon25x25.png');
    background-repeat: no-repeat;
    background-position: 95% 100%;
    content: "SOLD OUT";
}

ons-list-item.list-item.sale_off > .productImg:after {
    display: flex;
    content:'CLOSED';
    line-height: 25px;
    white-space: pre-wrap;
    text-align:center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    align-items: center;
    justify-content: center;
}


ons-list-item.list-item.st_none > .productImg:after {
    display: flex;
    content:'SOLD OUT';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    align-items: center;
    justify-content: center;
}


/* 유튜브 동영상이 포함된 상품 아이콘 이미지 표시 */
ons-list-item.list-item > .productImg.ytb:after{
    background-image: url('../img/logo/youtube_icon25x25.png');
    background-repeat: no-repeat;
    background-position: 95% 100%;
    content: " ";
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}
ons-list-item.list-item.off > .productImg:after {
    content:'CLOSED';
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    align-items: center;
    justify-content: center;
}

#list-node ons-list-item.list-item .productInfo .pd_price {
    color: #949494;
    display:contents;
}
#list-node ons-list-item.list-item .productInfo .pd_price .cp {
    font-size: 15px;
    color: #000;
    letter-spacing: -1px;
    font-weight: bold;
    margin-right: 10px;
}

#list-node ons-list-item.list-item .productInfo .pd_price .ori_price {
    color:blue;
}

#list-node ons-list-item.list-item .productInfo .pd_price .sale {
    color: #f00 !important;
    padding-left: 0.5em;
}
#list-node ons-list-item.list-item .productInfo .pd_etc .star {
    margin-right: 5px;
    color: #000;
}
#list-node ons-list-item.list-item .productInfo .pd_etc .star i {
    color: #ffc000;
    margin-right: 2px;
}

/* 판매시간종료  */
#list-node ons-list-item.list-item .sale_off {
    pointer-events: none;
}
#list-node ons-list-item.list-item.sale_off .productInfo .pd_price .cp,
#list-node ons-list-item.list-item.sale_off .productInfo .pd_price .sale,
#list-node ons-list-item.list-item.sale_off .productInfo .pd_etc .star,
#list-node ons-list-item.list-item.sale_off .productInfo .pd_etc .star i,
#list-node ons-list-item.list-item.sale_off .productInfo .list-item__title,
#list-node ons-list-item.list-item.sale_off {
    color: #c5c5c5;
}
/* #list-node ons-list-item.list-item.sale_off .buttonArea > .list-item__subtitle > * {
    opacity: .3;
} */


/* 재고없음  */
#list-node ons-list-item.list-item .st_none {
    pointer-events: none;
}
#list-node ons-list-item.list-item.st_none .productInfo .pd_price .cp,
#list-node ons-list-item.list-item.st_none .productInfo .pd_price .sale,
/* #list-node ons-list-item.list-item.st_none .productInfo .pd_etc .star,
#list-node ons-list-item.list-item.st_none .productInfo .pd_etc .star i, */
#list-node ons-list-item.list-item.st_none .productInfo .list-item__title,
#list-node ons-list-item.list-item.st_none {
    color: #c5c5c5;
}
/* #list-node ons-list-item.list-item.st_none .buttonArea > .list-item__subtitle > * {
    opacity: .3;
} */
#orderConfirmPopup .popScroll {
    padding: 1rem;
    padding-bottom: 60px;
    text-align: left;
    color: #000;
    font-size: 14px;
    overflow: auto;
}
#orderConfirmPopup .popScroll .popHead {
    margin: 0;
}
#orderConfirmPopup .popScroll .popBody {
    max-height: unset;
}
#orderConfirmPopup .popScroll .popBody dl,
#orderConfirmPopup .popScroll .popBody .orerList .summaryLi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#orderConfirmPopup .popScroll .popBody .orerList .summaryLi,
#orderConfirmPopup .popScroll .popBody dl {
    margin: 0;
    padding: 2px 0;
    border-bottom: 1px solid #e0e0e0;
    min-height: 35px;
    font-size:16px;
}

/* TODO CSS 추가 */
#orderConfirmPopup .popScroll .popBody .orerList .summaryLi > span.left {
    flex: 0 0 55%;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
}
#orderConfirmPopup .popScroll .popBody .orerList .summaryLi > span.center {
    flex: 0 0 30%;
    text-align: right;
}
#orderConfirmPopup .popScroll .popBody .orerList .summaryLi > span.right {
    flex: 0 0 15%;
    text-align: right;
}
#orderConfirmPopup .popScroll .popBody dl.summaryTax,
#orderConfirmPopup .popScroll .popBody dl.summaryAddr {
    align-items: flex-start;
}
#orderConfirmPopup .popScroll .popBody dl dt {
    flex: 0 0 34%;
    font-size: 13px;
    padding-right:1%;
}
#orderConfirmPopup .popScroll .popBody dl dd {
    margin-left: 0;
    text-align:right;
}
/* #orderConfirmPopup .popScroll .popBody dl.summaryTax dd {
} */
#orderConfirmPopup .popScroll .popBody dl.summaryTax dd span {
    display: block;
    /* color: #676767; */
    margin-bottom: 5px;
}
#orderConfirmPopup .popScroll .popBody dl.summaryTax dd span:before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #676767;
    float: left;
    margin: 8px 5px;
    margin-left: 0;
}
#orderConfirmPopup .confirming_msg {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    padding: 5px;
    font-size: 14px;
    word-break: keep-all;
    margin-bottom: 1rem;
}
#orderConfirmPopup .btnPopBottomArea {
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0;
}
#orderConfirmPopup .btnPopBottomArea ons-button {
    width: 48%;
    height: 44px;
    border-radius: 0;
}
#reOrder-dialog .dialog-container {
    padding: 1rem;
    padding-top: 30px;
    position: relative;
}

#removeOrder-dialog .dialog-container {
    padding: 1rem;
    padding-top: 30px;
    position: relative;
}

#removeOrder-dialog .dialog-container div ons-button.btnDialogOk {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
}

#cancelOrder-dialog .dialog-container {
    padding: 1rem;
    padding-top: 30px;
    position: relative;
}


#cancelOrder-dialog .dialog-container div ons-button.btnDialogOk {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
}


#orderConfirmPopup ons-button.btnOrd {
    width: 48%;
    display: inline-block;
    font-family:"gmarketM";
    line-height: 30px;
}

#requestPage section {
    padding: 1rem;
    color: #000;
}
#requestPage section.contact_tel {
    padding-top: 0;
}
#requestPage section.text_field textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-color: #dcdcdc;
}
#requestPage section.contact_tel p {
    font-size: 14px;
    margin-top: 0;
}

/* 전화번호 조회 */
#telPage .page__content,
#telListPage .page__content {
    padding: 1rem;
}
#telPage .page__content .list-item__subtitle,
#telListPage .page__content .list-item__subtitle {
    display: block;
}
#telPage #list-node ons-list-item.list-item,
#telListPage #list-node ons-list-item.list-item {
    border-color: #e0e0e0;
    padding: 10px 0;
}
#telPage .search_input,
#telListPage .search_input {
    position: relative;
}
#telPage .search_input ons-search-input,
#telListPage .search_input ons-search-input {
    width: 100%;
}
#telPage .search_input ons-button,
#telListPage .search_input ons-button {
    position: absolute;
    top: 11px;
    right: 10px;
    background: none;
    border: none;
    text-indent: -999em;
    width: 18px;
    height: 18px;
    min-height: auto;
    border-radius: 100%;
    background: #b9b9b9;
    color: #b9b9b9;
    padding: 0;
}
#telPage .search_input ons-button:before,
#telPage .search_input ons-button:after,
#telListPage .search_input ons-button:before,
#telListPage .search_input ons-button:after {
    display: flex;
    content: '';
    width:1px;
    height: 12px;
    transform: rotate(-45deg);
    background: #fff;
    justify-content: center;
    align-items: center;
}
#telPage .search_input ons-button:after,
#telListPage .search_input ons-button:after {
    transform: rotate(45deg);
}
#telPage .keyword_list,
#telListPage .keyword_list {
    margin-top: 10px;
}
#telPage .keyword_list .cookieDiv,
#telListPage .keyword_list .cookieDiv {
    border: 1px solid #e0e0e0;
}
#telPage .keyword_list .cookieDiv:not(.searchItemCookie),
#telListPage .keyword_list .cookieDiv:not(.searchItemCookie) {
    background: #f5f5f5;
    padding: 0 10px;
}
#telPage .keyword_list .searchItemCookie,
#telListPage .keyword_list .searchItemCookie {
    margin-top: -1px;
}
#telPage .keyword_list ons-button,
#telListPage .keyword_list ons-button {
    background: none;
    border: none;
    min-height: auto;
    height: auto;
    justify-content: flex-end;
    padding: 0;
    font-size: 13px;
    color: #555;
}
#telPage .keyword_list ons-list-item.list-item,
#telListPage .keyword_list ons-list-item.list-item {
    margin-bottom: 0;
}
#telPage .keyword_list .searchItemCookie ons-list-item.list-item,
#telListPage .keyword_list .searchItemCookie ons-list-item.list-item {
    height: auto;
    padding: 0px 10px;
}
#telPage .keyword_list .searchItemCookie ons-list-item.list-item *,
#telListPage .keyword_list .searchItemCookie ons-list-item.list-item * {
    font-size: 14px;
}

/*  로그아웃 버튼 */

#my-dialog .dialog-container {
    padding: 1rem;
    position: relative;
}

#my-dialog ons-button.btnDialogOK{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
}

/*  장바구니 삭제 버튼 */
#basketRemove-dialog .dialog-container {
    padding: 1rem;
    position: relative;
}
#basketRemove-dialog ons-button.btnDialogRemoveBasketCancel{
    background: none;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}

/*  추천인 다이어로그  */
#ref-dialog .dialog-container {
    /* padding: 1rem;
    position: relative; */
}
#ref-dialog ons-button.refDialogOK {
    /* position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0; */
}
#grporderlistPage h5{
    font-weight: bold;
    margin: 5px auto 2px;
}

#grporderlistPage .delvInfo{
    height:25px;
}

#grporderlistPage .delvAmt, #grporderlistPage .orderDetailInfo {
    background-color: whitesmoke;
    color: black;
}

#grporderlistPage .delvTel {
    float: right;
    border: 1px solid #ff5e00;
    padding: 2px 7px 0px 7px;
    border-radius: 20px;
    color: #ff5e00 !important;
}


#grporderlistPage .delvTel a{
    text-decoration: none;
}

#ordrlistPage span.subtitle, 
#grporderlistPage span.subtitle{
    font-family: gmarketM;
}


.grporderlistPage > div {
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 0;
}

#grporderlistPage .center div {
    min-height: 20px;
}
/* 공구 주문하기 */


#grpOrderDetailPage ons-list ons-list-title.list-title {
    padding: 5px 0 5px;
    margin: 0.5rem 0;
    font-size: 13px;
    color: #ff5e00;
    border-bottom: 1px solid #ff5e00;
    margin-bottom: 20px;
    font-family: gmarketM;
}

#grpOrderDetailPage > .page__content {
    padding: 1rem;
    bottom: 40px;
}
#grpOrderDetailPage .list-item__center {
    padding: 0;
}
#grpOrderDetailPage .list-item__center ons-select,
#grpOrderDetailPage .list-item__center.AddrTime2 #AddrTime2 {
    height: 40px;
    max-width: unset;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    border-radius: 0;
    width:100%;
    text-align: center;
}
#grpOrderDetailPage .list-item__center.AddrTime2 {
    width: 100%;
    display: block;
}

#grpOrderDetailPage .reserv{
    display:none;
    width: 100%;
}

#grpOrderDetailPage .reserv .list-item__center{
    width:98%;
}

#grpOrderDetailPage #AddrTime3 {
    width: 98%;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

#grpOrderDetailPage .list-item__center ons-select select {
    width: 100%;
    height: 100%;
}
#grpOrderDetailPage .list-item__center input[type="datetime-local"] {
    width: 100%;
}
#grpOrderDetailPage .listItem div.left,
#grpOrderDetailPage .listItem div.right {
    width: auto;
    min-width: unset;
    display: flex;
}
#grpOrderDetailPage .listItem div.left {
    padding-right: 5px;
}
#grpOrderDetailPage .buttonArea {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}


#grpOrderDetailPage ons-list-item.selectTime  {
    width: 49%;
    display: inline-flex;
    text-align: center;
}

#grpOrderDetailPage ons-list-item.payWayDiv {
    width: 31%;
    display: inline-flex;
    text-align: center;
}
#grpOrderDetailPage .buttonArea ons-button.btnGrpOrderComplete {
    border-radius: 0;
}

#profilePage .cordovaButton{
    margin-top: 10px;
    display: none;
}

#profilePage #service-dialog ons-button{
    width: 40%;
}

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

ons-fab.fabLeftBottom{
    transform: translate3d(0px, 0px, 0px) scale(1);
    background: #ff5e00;
    color: white;
    bottom: 13px;
}

.highlight { font-weight : bold; color:#FF0000; }

@charset "utf-8";

.ons-swiper-target.active:not(.swiping) > .page:not([shown]) {
    visibility: unset;
}

.page__content .title {
  	text-align: center;
}
.emptyOrNoData {
	text-align: center;
	padding: 5vmin 0 7vmin;
}
.emptyOrNoData i {
	display: block;
	margin-bottom: 1rem;
}
.emptyOrNoData i img {
	width: 80px;
	opacity: .2;
}
.filter {
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/* border-bottom: 1px solid var(--border-color); */
}
.filter>div:not(.filter_vieworder) {
  	margin: 0 3px;
	padding: 0 4px;
}
.filter>div:not(.filter_vieworder) img {
  	width: 20px;
}

#profileTabbar .filter_search_area {
	display: flex;
	justify-content: start;
	padding: 3px 8px;
	border-radius: 999px;
	margin-right: auto;
	font-size: 13px;
	/* border: 1px solid var(--button-border-color); */
}


.filter_vieworder {
	display: flex;
	justify-content: start;
	padding: 3px 0px;
	border-radius: 999px;
	margin-right: auto;
	font-size: 13px;
	/* border: 1px solid var(--button-border-color); */
}
.filter_vieworder img {
	width: 16px;
	margin-left: 3px;
	margin-top: 0;
}
.searchRst {
	padding: 1rem 0;
	text-align: center;
	border-bottom: 1px solid var(--border-color);
}
.searchRst .searcWord {
	color: var(--theme-color);
}
.filter+.card {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}
ons-page[id$="IndexPage"] .dataList > .list-item:last-of-type {
	margin-bottom: 1rem;
}
.dataList .productImg {
	width: 100px;
	height: 100px;
	flex: 0 0 100px;
	padding: 0;
	position: relative;
}
.list-item__center > .list-item__title {
  	align-self: flex-start;
}
.tradingList .list-item__center > .list-item__title {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.dataList .productImg .list-item__subtitle {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	height: 100%;
	/* border: 1px solid var(--border-color); */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0;
}
.dataList .productImg .list-item__subtitle>* {
	position: absolute;
}

.dataList .productImg .list-item__subtitle img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	/* max-width: unset; */
	-webkit-border-radius: 0;
	border-radius: 0;
	object-fit: cover;
}
.dataList .productImg .list-item__subtitle img[src$="no_img.jpg"] {
	max-width: 100%;
}

.ext-link {
	word-break: break-all;
}

.list-item .t_title.link {
 
	font-size: 16px;
    color: #000;
    /* flex: 0 0 100%; */
    margin: 0px 0 2px;
    /* width: 70%; */
	/* width: calc(100% - 65px);
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap; */
/* 	
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word; */

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    width: calc(100% - 65px);
	height:40px;

}

.list-item .t_title+.writer {
  	display: block;
	flex: 0 0 100%;
	/* margin-bottom: 12px; */
}
.list-item .t_title+.writer span {
  	font-size: 13px;
  	color: #666;
}
.list-item .t_title+.writer span strong {
	color: #000;
}

.list-item .trading_loc {
	display: block;
    text-overflow: ellipsis;
    width: auto;
    overflow: hidden;
    width: calc(100% - 110px);
    white-space: nowrap;
	position: absolute;
    bottom: 18px;
}

.list-item .topic.loc {
	/* font-weight: bold; */
    font-size: 13px;
    color: #000;
    margin-left: auto;
    position: absolute;
    right: 0;
	color:#666;
	height:30px;
	background: white;
    z-index: 10;
}
.list-item .topic.loc:before {
	display: inline-block;
	content: '';
	width: 14px;
	height: 14px;
	margin: 0 3px -2px 0;
    /* background: url(../img/icons/flag.svg) no-repeat center center / 100% 100%; */
	-webkit-filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.3));
    filter: drop-shadow(1px 2px 1px rgba(0,0,0,0.3));
}
.tradingList .list-item .overTip {
	font-size: 10px;
	align-self: center;
	line-height: 1;
	padding: 3px 5px;
	border-radius: 999px;
	border: 1px solid transparent;
}
.list-item .new.overTip {
  	position: absolute;
  	top: -1px;
  	left: -3px;
  	z-index: 1;
  	border-radius: 10px 0 6px 0px;
  	padding: 3px 7px;
  	color: #fff;
  	font: bold 10px 'Montserrat';
	/* background-color: var(--theme-color); */
	transform: scale(0.9);
}
.list-item .list-item__title .tKind {
	color: #fff;
}
.list-item .overTip.endsign {
	border-color: var(--theme-color);
    font-weight: bold;
    margin-left: 5px;
    color: var(--theme-color);
}
.list-item .list-item__subtitle>span {
  	font-size: 13px;
}
.list-item .list-item__subtitle.price .badge {
  	/* font-size: 11px; */
  	color: #666;
}
.list-item .list-item__subtitle.price .numFont {
  	color: #000;
  	font-size: 14px;
	font-weight: bold;
}
.tradingList .progress_wrap {
  	/* position: absolute; */
	bottom: 1rem;
  	right: 0;
	color: #ccc;
	margin-top: 0;
}
.tradingList .progress_wrap span {
	font-size: 12px;	
	font-family: 'Montserrat';
	letter-spacing: -0.05em;
}

.tradingList .progress_wrap.end {
	background-color: var(--theme-color);
    color: white;
    padding: 3px 4px;
    border-radius: 10px;
    font-size: 12px;
}

.tradingList .progress_wrap.ing {
	color: #02a700;
}
.tradingList .progress_wrap .dday{
	margin-bottom: .25em;
    display: inline-block;
}

.tradingList .progress_wrap .progress {
  	display: block;
  	width: 50%;
  	height: 5px;
  	line-height: 10px;
  	border-radius: 999px;
  	background-color: #efefef;
  	text-align: center;
  	overflow: hidden;
	margin-top: -2px;
}
.tradingList .progress span {
  	display: block;
  	font-size: 10px;
  	height: 100%;
  	white-space: nowrap;
  	background-color: #36b700;
}

/* ========= LOGIN ========= */
.login_form {
  	padding: 1rem 0;
}
.login_form .inputBox {
	margin-bottom: 1rem;
}
.login_form .inputBox ons-input {
	display: block;
}
.login_form .inputBox ons-input .text-input__label {
	left: .75rem;
}
.login_form .remember {
	margin: .5rem .5rem .75rem;
	font-size: 13px;
}
.login_form .find_btn {
  	text-align: center;
  	margin: 1rem 0 2rem;
}
.login_form .find_btn .button {
  	display: inline-block;
  	font-size: 13px;
  	line-height: normal;
  	padding: 0;
  	min-height: unset;
	border-radius: 0;;
}
.login_form .find_btn .button:not(:last-of-type):after {
  	display: inline-block;
  	content: '';
  	width: 1px;
  	height: 10px;
  	margin: 0 1rem;
  	background-color: #ccc;
} 
.login_form .btn-group.vertical .button {
  margin: .5rem 0;
}

/* ========= DETAIL ========= */
.card.sellerInfo {
	margin-top: -20px; 
	position: relative; 
	z-index: 1;
}
.detail .imgArea.swiper-container {
  	margin: 0 -15px;
  	height: 280px;
}
.detail .imgArea.swiper-container:after {
	display: block;
	content: '';
	background-color: #000;
	opacity: 0.2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.detail .imgArea.swiper-container .swiper-slide img {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	min-width: 100%;
  	min-height: 100%;
	max-width: 110%;
	border: 1px solid gray;
  	border-radius: 10px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
	
}
.profileWrap {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: flex;
  	align-items: center;
	width:100%;
}
figure.p_img,
.profileWrap figure {
  	width: 50px;
  	height: 50px;
  	border-radius: 100%;
  	position: relative;
  	overflow: hidden;
  	margin: 0;
  	margin-right: 10px;
}
.toolbar_top figure.p_img,
.profileWrap figure {
  	width: 36px;
  	height: 36px;
}
.profileWrap figure.large {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	border: 1px solid var(--border-color);
}
.profileWrap figure img {
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;	
}

#joinForm .profileWrap figure img{
	width: 75px;
	height: 75px;
}

.profileWrap figure img[src$="no_img.jpg"] {
    max-width: 100%;
}

.profileWrap figure img[src$="account.png"] {
	max-width: 100%;
}
.profileWrap figure + figcaption {
  	text-align: left;
  	color: #000;
	font-size: 14px;
	flex: 1;
    line-height: 18px;
}
.profileWrap figure + figcaption strong {
  	display: block;
}
.profileWrap figure + figcaption small {
  	line-height: 1.2;
  	font-size: 13px;
	color: #666;
	letter-spacing: -0.02em;
}

.ucity {
	color:darkgreen;
	font-size:12px;
	font-family: none;
}
.profileWrap .marker{
	width:13px;
	padding-bottom:5px;
}

.profileWrap .reviewPoint {
  	margin-left: auto;
}
.profileWrap + .p_top {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	margin:.5rem 0 1.25rem;
}
.profileWrap + .p_top > * {
	font-size: 15px;
	position: relative;
	padding: 0 15px 0 0;
	margin-right: 15px;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
}
.profileWrap + .p_top > *:last-child {
	padding: 0;
	margin-right: 0;
}
.profileWrap + .p_top > *:not(:last-child):after {
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}
.profileWrap + .p_top .button {
	border-radius: 0;
	line-height: normal;
	border: 0;
	box-shadow: none;
	min-height: unset;
}
.profileWrap + .p_top .dt_favo_cnt {
	font-family: var(--theme-sub-font-family);
	padding-left: 3px;
}
.profileWrap + .p_top img {
	width: 15px;
	margin-right: 5px;
}
.profileWrap > .right {
	margin-left: auto;
	margin-right:0px;
}
.profileWrap .right > a:not(:first-child) {
	margin-left: 5px;
}
.profileWrap .right > a img {
	margin-top: -3px;
}
.star_list {
	text-align: center;
	display: inline-flex;
}
.star_list .starR {
	color: #e6e6e6;
	margin-right: 2px;
	font-size: 14px;
}
.star_list .starR.on,
.pProfile .star_list .starR,
.sellerInfo .star_list .starR {
	color: #ffc000;
}
.star_list ~ span {
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 14px;
}
h3.dt_title {
  	font-weight: bold;
}
.buttonBottom {
	height: 59px;
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	border-top: 1px solid var(--border-color);
	padding: 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.buttonBottom.fileUpload {
	height: 59px;
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	border-top: 1px solid var(--border-color);
	padding: 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    padding-top:unset !important;
    padding-bottom:unset !important;
	align-items: center;
	justify-content: flex-start;
}

ons-page.detail--material > .page--material__content .buttonBottom {
	position: fixed;
}
.buttonBottom > * {
	position: relative;
	z-index: 999;
}

.image.d-flex, .p_image.d-flex{
	overflow-x: scroll;
}

.buttonBottom strong {
	font-family: 'Montserrat';
	color: var(--theme-color);
	font-size: 16px;
	font-weight: bold;
}
.buttonBottom strong.dt_price {
	margin-right: auto;
}
.buttonBottom .button {
	font-size: 15px;
	font-family: 'Noto Sans KR', sans-serif;
	padding: 8px 30px;
	font-weight: bold;
}
.buttonBottom .button.button--large {
	font-size: 17px;
}
.page__content .sellerInfo + h4 {
	margin: 1.5rem 0 1rem;
	font-size: 18px;
}
.dt_p_name + .content {
	font-size: 14px;
	font-family: var(--theme-font-family);
	color: #222;
}
.cntn {
	border: 0;
	width: 100%;
	padding: 0;
	resize: none;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	padding-bottom: 1em;
	user-select: auto !important;
	-webkit-user-select: text !important;
}

.cntn a {
	font-size:13px;
	word-break: break-all;
}

.cntn * {
	-webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.page__content h4.dt_p_name {
	font-size: 17px;
	color: #000;
	margin: 1.5rem 0 .5rem;
}
.listComment .edit-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: .75rem;
	/* margin-bottom: .75rem; */
	border-bottom: 1px solid var(--border-color);
}
.listComment .edit-header h4 {
	margin: 0;
	font-size: 17px;
}
.listComment .edit-header .filter_vieworder {
	margin: 0;
}
.listComment .edit-comment .buttonSet {
	/* display: none; */
	padding: 3px 0 2px;
	/* border-bottom: 1px solid var(--border-color); */
	width: 100%;
    height: 39px;
    display: inline-block;
    text-align: center;
}
.listComment .edit-comment .buttonSet .button.btnCommandCmmt {
	font-weight: bold;;
}
.listComment .edit-comment textarea {
	width: 100%;
	padding: .5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid var(--border-color);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:16px;
	font-family: var(--theme-font-family);
	resize: none;
	flex: 0 0 65%;
    height: 37px;
    margin-right:3px;

}
#list-comment .listItem {
	padding: 15px 0;
	border-bottom: 1px solid var(--border-color);
}
#list-comment .title {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 5px 0 10px;
}
#list-comment .title .right_menu,
div:not(ons-toolbar) .right_menu {
	margin-left: auto;
	width: 17px;
	opacity: .35;
}
#list-comment .cmmtCntn {
	font-size: 16px;
	position: relative;
}

#tradingDetailPage .toolbar__title {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#tradingDetailPage .sellerInfo .topContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#tradingDetailPage .rmk {
	display: block;
    font-size: 15px;
	height:20px;
    letter-spacing: -1px;
}

#tradingDetailPage .rmk-bar {
    margin-bottom: 1.5em;
}

.rmkList {
	list-style: circle;
	padding-left: 25px;
}
.rmkList li {
	margin-bottom: 10px;
	font-size:14px;
}
.joinShop_date {
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
	padding: 14px;
	border-radius: 6px;
}
.joinShop_date dl dt {
	font-size: 15px;
	color: #787878;
}
.joinShop_date dl dd {
	font-weight: bold;
	margin-left: 0;
	color: #000;
	font-size: 17px;
}
.joinShop_date dl dd span {
	font-family: var(--theme-sub-font-family);
}

.joinShop_date dl dt:first-of-type {
	display: inline-block;
}
.joinShop_date dl dd:first-of-type {
	display: inline-block;
	font-size: 14px;
}

.pRemarkList {
	padding-left:30px;
	margin-bottom:10px;
	display:none;
}

.tabsection {
	margin-bottom: 5vh;
	text-align: center;
}
.tabsection .tabs {
	list-style: none;
	padding: 0;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	margin: 1.5rem 0;
	border-radius: 10px;
	background-color: #efefef;
	overflow: hidden;
}
.tabsection .tabs > li {
	flex: 0 0 auto;
	text-align: center;
	padding: 10px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 15px;
	position: relative;
}
.tabsection .tabs > li:before {
	display: block;
	content: '';
	background-color:#444;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	transform: translateX(100%);
	transition: transform ease .3s;
}
.tabsection .tabs > li:last-child:before {
    transform: translateX(-100%);
}
.tabsection .tabs > li.active:before {
	width: 100%;
	transform: translateX(0);
}
.tabsection .tabs > li a {
	position: relative;
	z-index: 1;
}
.tabsection .tabs > li.active a {
	font-weight: bold;
	color: #fff;
}
.tabsection .tab_content {
	text-align: left;
}

.tabsection .imgArea img {
	width:100%;
}

#tab_delivery .list-item {
	flex-direction: column;
	padding-top: 0;
	border: 0;
}
#tab_delivery h5 {
	font-weight: bold;
	min-height: unset;
	padding-bottom: 5px;
	font-size: 15px;
}
#tab_delivery ons-list.list .center {
	margin: 0;
	font-size: 17px;
}
#tab_delivery .content {
	font-size: 17px;
}
.boardList .listData:first-of-type {
	padding-top: 1rem;
}
.boardList .cate_bar {
	align-items: center;
	margin: 1rem 0 .5rem;
	justify-content: space-between;
	font-size:13px;
}
.boardList .cateBadge, .cateBadge{
	display:flex;
	align-items: center;
	font-size: 11.5px;
	background-color: #e8e8e8;
	border-radius: 4px;
	padding: 2px 5px;
	margin-right: 10px;
}

.boardList .cateBadge, .cateBadge.topic{
    display: inline-block;
}

.boardList .cateBadge + .fun_b_date {
	font-size: 13px;
	color: #666;
}
.boardList .listCntn {
	display: block;
    display: -webkit-box;
    width: 100%;
    max-height: 145px;
    line-height: 25px;
    text-overflow: ellipsis;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0px;
    font-size: 14px;
    margin-bottom: .5rem;
    color: #222;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	
}
/* .boardList .listCntn:after {
	display: inline;
	content: '..더보기';
	color: #979797;
	font-size: 15px;
	padding-left: 5px;
} */

/* 커뮤니티 목록조회 */
.boardList .listCntn * {
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.boardList .listCntn .row, .content .cntn .row {
    display: block;
}


.og_data {
	/* margin-bottom:.5em; */
	border: 1px solid #e8e8e8;
	font-size: 14px;
	border-radius:10px;
}

.detail_og_data {
	border:none;
}

.og_data a {
	width: 100%;
}

.og_data img{
	height: 85px;
	width:100%;
    border: 1px solid #e8e8e8;
    object-fit: cover;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.og_data img{
	height: 85px;
	width:100%;
    border: 1px solid #e8e8e8;
    object-fit: cover;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.og_data.detail_og_data .d_image{
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.og_data img.d_image{
	width: 100%;
    height: 225px;
    object-fit: cover;
}

.og_data .right{
	padding: .5em;
    font-size: 14px;
    display: -webkit-box;
    width: 70%;
    /* max-height: 100px; */
    text-align: left;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0px;
    /* font-size: 15px; */
    margin-bottom: .5rem;
    color: #222;
    position: relative;
    height: 85px;
    margin: 0 0;
	background-color:#f8f8f8 ;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.boardList .og_data .right a, .boardList .og_data span{
	display: block;
    position: relative;
    overflow: hidden;
    top: 0;
    bottom: 0.4em;
    right: 0.4em;
    left: 0em;
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 0.5em;
	height:47px;
	line-height: 22px;
	text-align: left;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
 .subBottom {
	border-top: 1px solid var(--border-color);
	margin: .5rem 0 -.5rem;
	padding-top: .5rem;
}

.subBottom.stateBar{
	border-top:unset;
	margin: .5rem 0 -.5rem;
	padding-top: .5rem;
}

 .subBottom .d-flex {
	/* margin: 0 -10px; */
	margin: 0 0px;
	align-items: center;
}
.subBottom a {
	margin: 0 10px;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
}
 .subBottom a.fun_b_date {
	margin-left: auto;
	font-size: 12px;
    color: #666;
}
.subBottom a img,
.subBottom a svg,
.stateBar a svg
{
	margin-right: 3px;
	width: 15px;
	color: #222;
}

 .stateBar a svg.fill, .subBottom a svg.fill {
	fill:red;
	stroke: red;
}

.stateBar a svg.fill2,.subBottom a svg.fill2 {
	fill: #222;
    stroke: white;
}

.stateBar a span, .subBottom a span {
	font-family: var(--theme-sub-font-family);
	display: contents;
}

svg.bookmark.fill{
	fill:#F0E68B;
}


ons-page[id^="board"] .subBottom small {
	font-size: 13px;
}

.boardList .listImgShow {
	margin: 0 -2px;
	position: relative;
}
.boardList .listImgShow:after {
	display: block;
	content: '';
	clear: both;
}
.boardList .listImgShow > div {
	float: left;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 200px; */
	height:auto;
	width: calc(100%);
	margin: 2px;
	border-radius: 10px;
	/* border: 1px solid #f5f5f5; */
	margin-top:10px;
}
.boardList .listImgShow:not(.listImgShow2):not(.listImgShow4):not(.listImgShow6)> div:first-child {
	width: calc(100%);
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	height:200px;
	border: 1px solid gray;
  	border-radius: 10px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0,0,0);
	z-index: 10;
	bottom: 10px !important;
	left: 0 !important;
	width: 100% !important;
	float: unset;
	height: auto !important;
	float: unset !important;
	border: none !important;
}

.swiper-container-horizontal .swiper-pagination-bullet-active {
    opacity: 1 ;
    background: var(--theme-color);
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

#bandDetailPage .container, #boardDetailPage .container {
	padding: 15px 0;
}
#bandDetailPage .container .list-item__subtitle .profileWrap,
#boardDetailPage .container .list-item__subtitle .profileWrap {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
#bandDetailPage .container .imgArea img,
#boardDetailPage .container .imgArea img {
	width:100%;
	padding-bottom: 1em;
}
#bandDetailPage .container .list-item__subtitle .fileList,
#boardDetailPage .container .list-item__subtitle .fileList {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.dt_area + .date:before {
	display: inline-block;
	content: '';
	width: 3px;
	height: 3px;
	background-color: #ccc;
	margin: 0 5px 3px 5px;
	border-radius: 100%;
}
.location_cate .list-item__top .list-item__center {
	margin-left: 0;
}
.location_cate .list-item__top .list-item__right {
	padding: 0;
	min-height: unset;
}
.list-item--expandable.expanded .list-item__expand-chevron {
	border-color: #000;
}


.btnNationMenu, .btnCntntMenu{
	margin-right: 1.2rem;
	margin-bottom: 1rem;
	display: inline-block;
}
.location_cate .list-item {
	padding: 14px 0;
}
.location_list {
	margin-top: 1rem;
	padding: 0;
	word-break: keep-all;
}

.location_list .cityArea .btnCityMenu, .btnNationMenuAll {
	display: inline-block;
	font-size: 13px;
	padding: 5px 5px;
	border-radius: 999px;
	/* background-color: var(--theme-color); */
	/* color: #fff; */
	font-weight: bold;
	margin: 0px;
}
.location_list .cityArea .btnCityMenu .cityName {
	display: block;
	font-size: 12px;
	padding: 5px 5px;
	border-radius: 999px;
	border: 1px solid var(--border-color);
	transition: all ease .3s;
}
.location_list .cityArea .btnCityMenu .cityName.orange, .companyListMain .goLocSetting {
	background-color: #ded6d6;
	color: #fff;
	border-color: transparent;
	font-weight: bold;
}
.seleted_city {
	margin: 0 -15px;
	padding: 15px;
	background-color: #fff;
	border-bottom: 1px solid var(--border-color);
	position: sticky;
	top: 0;
	z-index: 10;
}
.seleted_city h4 {
	margin-top: 0;
}
.seleted_city .selectCity {
	margin: 0 -3px;
}
.seleted_city .selectCity .btnCityMenu {
	display: inline-block;
	font-size: 12px;
	padding: 6px 11px;
	border-radius: 999px;
	background-color: var(--theme-color);
	color: #fff;
	font-weight: bold;
	margin: 3px;
}
.seleted_city .selectCity .btnCityMenu i.del {
	font-style: normal;
	font-weight: bold;
	padding-left: 3px;
}
.seleted_city + hr.space {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
ons-page[id$="WritePage"] .container {
	padding-bottom: 2rem;
}

ons-page[id$="WritePage"] .lbl {
	display: none;
}
/* ons-page[id$="WritePage"] .selected_date,
ons-page[id$="EditPage"] .selected_date
.form_wrap  .selected_date {
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 1rem;
} */
ons-page[id$="WritePage"] input.date,
ons-page[id$="EditPage"] input.date,
.form_wrap .date {
	border: 0;
	font-size: 16px;
	padding: 0;
	max-width: 100%;
	color: #222;
	width:40%;
	text-align: left;
	line-height: 45px;
	padding-left: 10px;
}
ons-page[id$="WritePage"] .dateWrap,
ons-page[id$="EditPage"] .dateWrap,
.form_wrap .dateWrap {
	background: #efefef;
    border-radius: 10px;
	margin-bottom: 1rem;
}
ons-page[id$="WritePage"] .dateWrap h5,
ons-page[id$="EditPage"] .dateWrap h5
.form_wrap .dateWrap h5 {
	text-align: center;
	font-size: 15px;
	margin: 0;
	padding: 0.5rem 0 0rem;
}

ons-page[id$="WritePage"] .rmk,
ons-page[id$="EditPage"] .rmk {
	padding-bottom: 1em;
	display: inline-block;
	color: #ccc;
}

ons-page[id$="WritePage"] .b_sticky {
	position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
	padding-top:20px;
}

.dateWrap .mtr-datepicker {
	background: transparent;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.dateWrap .mtr-datepicker:after {
	display: table;
	content: '';
	clear: both;
}
.dateWrap .mtr-datepicker > .mtr-clearfix {
	display: none;
}
.mtr-datepicker .mtr-row {
	padding: 0 5px;
}
.mtr-datepicker .mtr-row:first-of-type:after {
	display: block;
	content: '';
	width: 3px;
	height: 10px;
	border: solid #222;
	border-width: 3px 0;
	font-family: var(--theme-sub-font-family);
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-left: -5px;
}
.mtr-datepicker .mtr-content,
.mtr-datepicker .mtr-content .mtr-default-value,
.mtr-datepicker .mtr-content .mtr-values .mtr-default-value-name {
	width: 45px;
	background: #fff !important;
	color: #222;
	font-family: var(--theme-sub-font-family);
	font-size: 16px !important;
	border-radius: 6px;
	margin: 0 auto;
}
.mtr-datepicker .mtr-content .mtr-input, .mtr-datepicker .mtr-content input {
	background: #171717;
	color: #fff;
	font-family: var(--theme-sub-font-family);
}
ons-page[id$="WritePage"] .sellNum > * {
	float: left;
	width: 20%;
}
ons-page[id$="WritePage"] .sellNum > div {
	width: 40%;
	display: inline-flex;
	align-items: center;
}
ons-page[id$="WritePage"] .sellNum > div input {
	padding-left: 10px;
	font-family: var(--theme-sub-font-family);
}
ons-page[id$="WritePage"] .sellNum > div ons-select {
	min-width: unset;
	width: 90px;
}
ons-page[id$="WritePage"] .sellNum > span {
	text-align: center;
	line-height: 47px;
}
ons-page[id$="WritePage"] .payment_items {
	margin: 1rem 0 .75rem;
	display: flex;
	justify-content: space-between;
}
ons-page[id$="WritePage"] .payment_items > span {
	letter-spacing: -0.05em;
}
ons-page[id$="WritePage"] .payment_items ons-checkbox[name="pay_way"] {
	margin-top: 4px;
}
ons-page[id$="WritePage"] .payment_items ons-radio[name="export_yn"] {
	margin-top: 4px;
}

/* 배송비용보기 링크 */
ons-page[id$="WritePage"] .payment .tipShow {
	position: absolute;
    right: 0;
    top: 0;
	color:#6495ed;
	font-size: 13px;
}

/* 공구등록예시 링크 */
ons-page[id$="WritePage"] .tipShow2 {
	/* position: fixed; */
    color: #6495ed;
    font-size: 13px;
    /* z-index: 99999;
    bottom: 10px; */
}

ons-page[id$="WritePage"] label[for^="price"],
ons-page[id$="WritePage"] label[for^="packing_unit"],
label.date_label {
	font-size: 12px;
	line-height: 47px;
	margin-right: .5rem;
	font-family: var(--theme-sub-font-family);
	color: #b5b5b5;	
}
ons-page[id$="WritePage"] .chk_label, 
ons-page[id$="EditPage"] .chk_label{
	font-size: 14px;
}

ons-page[id$="WritePage"] label[for^="price"]:last-child, 
ons-page[id$="WritePage"] label[for^="packing_unit"]:last-child
 {
	margin-right: 0;
	margin-left: .5rem;
}
ons-page[id$="WritePage"] .shipping ons-select {
	width: 150px;
	margin-right: 10px;
}
ons-page[id$="WritePage"] .shipping ons-input input {
	font-family: var(--theme-sub-font-family);
	text-align: right;
}
ons-page[id$="WritePage"] .contentWrap,
ons-page[id$="EditPage"] .contentWrap {
	/* border: 1px solid var(--border-color); */
	/* padding: 15px 10px; */
	border-radius: 6px;
}
ons-page[id$="WritePage"] .contentWrap .fileUpload {
	padding-bottom: .75rem;
}
ons-page[id^="myRoom"] h4 {
	font-size: 16px;
}
ons-page[id^="myRoom"] .pProfile .list-item:first-of-type {
	border-top: 0;
}
ons-page[id^="myRoom"] .my_info {
	display: flex;
	justify-content: center;
	margin: 10px -5px;
}
ons-page[id^="myRoom"] .my_info > span {
    width: 50px;
    height: 60px;
	display: inline-flex;
	align-items: center;
    flex-direction: column;
    justify-content: center;
	margin: 0 5px;
    padding: 5px;
    border-radius: 14px;
    background: #ffe4c4;
	flex: 0 0 20%;
	box-sizing: border-box;
}
ons-page[id^="myRoom"] .my_info > span span {
	display: block;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
}
ons-page[id^="myRoom"] .my_info > span.my_shop_set {
	width: 110px;
	flex: 1;
	flex-direction: row;
	padding: 0;
}
ons-page[id^="myRoom"] .my_info > span.my_shop_set .btnEdit {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 1rem;
	padding-right: 2.5rem;
	background: url(../img/icons/arrow-r.svg) no-repeat 90% center;
	font-size: 13px;
	border: 0;
	color: inherit;
	font-weight: bold;
	line-height: inherit;
}
ons-page[id^="myRoom"] .my_info > span.my_shop_set span {
	padding-top: 0;
	padding-left: 5px;
}
ons-page[id^="myRoom"] .card {
	padding: 0;
	box-shadow: none;
	margin: 15px 0;
	border-radius: 0;
	font-family: var(--theme-font-family);
}
ons-page[id^="myRoom"] hr.space {
	margin: 1rem -15px;
}
ons-page[id^="myRoom"] .myInfoList .list-item {
	height: 42px;
}
ons-page[id^="myRoom"] .myInfoList .list-item__left {
	min-width: 30px;
}
ons-page[id^="myRoom"] .myInfoList .list-item__center {
	align-self: center;
}
ons-page[id^="myRoom"] .myInfoList .icon {
	opacity: .2;
	height: 20px;
}
ons-page[id^="myRoom"] .myInfoList .business_stat span:not(:last-of-type) {
	margin-right: 5px;
}
ons-page[id^="myRoom"] .etc_info .list-item__subtitle {
	padding-bottom: 1.5rem;
}

ons-page[id^="market"] .prd_img {
	padding-top: 1rem;
}

ons-page[id^="market"] .prd_img img{
	width: 100%;
}

ons-page[id^="market"] .rmk_t_loc {
	padding-top: 10px;
    position: relative;
    display: block;
}

ons-page[id^="market"] .rmk_t_loc:before {
    content: '@';
}


#userLocationPage {
	background: url(../img/main/lottebuilding.jpg) no-repeat center center / cover !important;
}


#userLocationPage .toolbar .button {
	background: none;
}

#userLocationPage h1 {
	text-align: center;
	color: #fff;
	font-family: var(--theme-sub-font-family);
}
#userLocationPage #userLocForm ons-list {
	background: transparent;
}
#userLocationPage #userLocForm .list-item ons-header {
	color: #fff;
	font-size: 13px;
	margin: 1rem .5rem .5rem;
}

#userLocationPage #userLocForm .button {
	margin-top: 2rem;
	box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
}

#corpLocationPage {
	background: url(../img/main/lottebuilding.jpg) no-repeat center center / cover !important;
}
#corpLocationPage ons-toolbar {
	background: transparent;
	color: #fff;
	border-bottom:0 ;
}
#corpLocationPage .toolbar ons-back-button .back-button__icon svg {
	fill: #fff;
}
#corpLocationPage .toolbar .button {
	background: none;
}
#corpLocationPage .page__background {
	background-color: transparent;
}
#corpLocationPage h1 {
	text-align: center;
	color: #fff;
	font-family: var(--theme-sub-font-family);
}
#corpLocationPage #userLocForm ons-list {
	background: transparent;
}
#corpLocationPage #userLocForm .list-item {
	border: 0;
}
#corpLocationPage #userLocForm .list-item ons-header {
	color: #fff;
	font-size: 13px;
	margin: 1rem .5rem .5rem;
}
#corpLocationPage #userLocForm .list-item .center {
	margin-left: 0;
	width: 100%;
}
#corpLocationPage #userLocForm .list-item .center ons-select {
	width: 100%;
	background-color: #fff;
	padding: 4px 5px 4px 20px;
	border-radius: 999px;
	margin-bottom: 1rem;
	box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
}
#corpLocationPage #userLocForm .button {
	padding: 10px 16px;
	margin-top: 3rem;
	box-shadow: 1px 2px 5px rgb(0 0 0 / 30%);
}
#joinForm {
	padding-bottom: 2rem;
}
#joinForm .delv_process li {
	flex: 1;
	text-align: center;
	margin-top: .5rem;
	font-size: 20px;
}
#joinForm .delv_process li small {
	display: block;
	color: #666;
	font-size: 13px;
	margin-top: 3px;
}
#deliveryPage {
	font-size: 14px;
}
#deliveryPage .dataList:first-of-type {
	padding-top: 1rem;
}
#deliveryPage .dataList hr {
	margin: 1rem -15px;
}
#deliveryPage .dataList .top strong {
	font-size: 15px;
}
#deliveryPage .dataList .top .goMyroom {
	padding-right: 1rem;
	background: url(../img/icons/arrow-right.svg) no-repeat right center / auto 16px;
	font-size: 15px;
}
#deliveryPage .dataList .card {
	box-shadow: none;
	margin: 0.5rem 0 1rem;
	padding: .5rem 0 0;
	border-top: 1px solid var(--border-color);
	border-radius: 0;
}
#deliveryPage .dataList .deli_status {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}
#deliveryPage .dataList .deli_status .lbl_cntn {
	color: #2aad00;
    font-size: 13px;
}
#deliveryPage .dataList .deli_status .lbl_cntn:before {
	display: inline-block;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 100%;
	margin: 0 8px 3px;
	background-color: #ccc;
}
#deliveryPage .dataList .profileWrap figure {
	width: 80px;
	height: 80px;
}
#deliveryPage .dataList .profileWrap figcaption div {
	padding: 2px 0;
}
#deliveryPage .dataList .profileWrap figcaption .summary:last-of-type {
	border-top: 1px dashed #dadada;
	padding-top: 3px;
	margin-top: 2px;
}
#deliveryPage .dataList .profileWrap figcaption .right {
	font-family: var(--theme-sub-font-family);
	font-weight: bold;
}
#deliveryPage .dataList .bottom .rmk {
	border-radius: 5px;
	padding: 10px 0;
	background: #f3f3f3;
    color: #222;
}
#configPage .list-item {
	font-size: 14px;
	padding: 2px 0
} 
#myEditReviewPage .head,
#reviewListPage .head {
	font-size: 14px;
	border-bottom: 1px solid var(--border-color);
	align-items: center;
}
#myEditReviewPage .container > .profileWrap,
#reviewListPage .container > .profileWrap {
	padding: 10px;
	border: 1px solid var(--border-color);
	background-color: #f9f9f9;
	border-radius: 6px;
	margin: 1rem 0;
}
#myEditReviewPage .listData,
#reviewListPage .listData {
	border-bottom: 0;
	position: relative;
}
#myEditReviewPage .listData .title.profileWrap,
#reviewListPage .listData .title.profileWrap {
    border-bottom: 1px dashed var(--border-color);
    padding-bottom: 5px;
}
#myEditReviewPage .listData .imgArea,
#reviewListPage .listData .imgArea {
	margin: 0 -5px;
}
#myEditReviewPage .listData .imgArea span,
#reviewListPage .listData .imgArea span {
	display: block;
	width: 100%;
	border: 1px solid #f5f5f5;
	margin: 5px;
	padding-top: 56.25%;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
#myEditReviewPage .listData .imgArea span img,
#reviewListPage .listData .imgArea span img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#myEditReviewPage .listData .cntn,
#reviewListPage .listData .cntn {
	font-size: 15px;
	margin: 5px 0;
}
#bookMarkPage .list-item {
	padding: 14px 0;
	text-align: left;
	font-size: 15px;
}
#bookMarkPage .list-item__left {
	min-width: unset;
	min-height: unset;
	height: 100%;
	padding: 0;
	align-items: flex-start;
}
#bookMarkPage .list-item__center div:not(.title) {
	font-size: 13px;
	color: #666;
}
#bookMarkPage .list-item__center .title {
	flex: 0 0 100%;
    margin-bottom: 5px;
    color: #000;
    text-wrap-mode: wrap;
    /* height: 128px; */
    /* padding-bottom: 36px; */
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

#bookMarkPage .title p {
    padding: 0;
    margin: 0;
}

#bookMarkPage .list-item__center .reg_at:before {
	display: inline-block;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 100%;
	margin: 0 8px 3px;
    background-color: #ccc;
}
#bookMarkPage .list-item__right {
	flex: 0 0 30px;
    justify-content: flex-end;
	color: #ccc;
	padding: 0;
	font-size: 18px;
}
#setAddrPage #tab_addr2 .list-item {
	padding-bottom: 5px;
	font-size: 14px;
}
.declareList .list-item__left {
	padding: 0;
	align-self: auto;
}
.declareList .list-item__center {
	align-self: center;
	font-size: 15px;
}
.search_wrap {
	overflow: hidden;
	position: relative;
}
.search_wrap.searchAreaAll {
	position: absolute;
	/* top: 54px; */
	left: 15px;
	right: 15px;
	z-index: 99999;
	background-color: #fff;
}
.search_wrap ons-search-input {
	display: block;
}
.search_wrap .search-input {
	border: 1px solid #000;
	border-radius: 999px;
	padding-left: 20px;
	padding-right: 50px;
}
.search_wrap .button {
	padding: 5px;
	border: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	z-index: 1;
}

#searchAll2Page .clear-button,  .clear-button{
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}
    
#searchTabbar .best_search {
	padding-top: 10px;
	padding-bottom: 1rem;
	border-bottom: 1px dashed var(--border-color);
	margin-bottom: 1rem;
}

#searchTabbar button:checked+.tabbar__button {
    border-bottom: unset;
}

#searchTabbar .container:not(:last-child) > div {
	margin: -4px;
}
#searchTabbar .container:not(:last-child) > div span {
	display: inline-block;
	font-size: 13px;
	padding: 2px 10px;
	border-radius: 999px;
	border: 1px solid var(--button-border-color);
	color:gray;
	margin: 4px;
}
#configAlarmPage .rmk {
	font-size: 14px;
	color: #666;
}
#configAlarmPage h5 {
	font-size: 15px;
}
#configAlarmPage .alarm_wrap .alarm_icon,
#searchAllPage .search_icon {
	display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 22px;
    border-radius: 100%;
    background: #ececec;
    margin-right: 10px;
	position: relative;
}
#configAlarmPage .alarm_wrap .alarm_icon img,
#searchAllPage .search_icon img {
	width: 16px;
	height: 16px;
	opacity: .4;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}
#configAlarmPage .alarm_wrap .btnRemove,
#searchAllPage .btnRemove {
	color: #666;
}
#noticeListPage .dataList .list-item:first-of-type,
#messageListPage .dataList .list-item:first-of-type {
	border-top: 0 !important;
}
#noticeListPage .dataList .list-item__center,
#messageListPage .dataList .list-item__center {
	flex-direction: column;
	align-items: flex-start;
	font-size: 13px;
}

#noticeListPage .dataList .code_nm,
#messageListPage .dataList .code_nm {
	color: #666;
}
#messageListPage .dataList strong {
	font-size: 15px;
	margin: 7px 0;
	line-height: 1.3;
}
#messageListPage .dataList .writer_info .date:before {
	display: inline-block;
	content: '';
	width: 3px;
	height: 3px;
	background-color: #ccc;
	border-radius: 100%;
	margin: 0 8px 3px 5px;
}
.policyData p {
	margin: 5px 0;
	font-size: 14px;
}
.policyData p:first-child {
	margin: 1rem 0;
}

.validations ul {
	list-style: circle;
	font-size: 14px;
	margin: 1rem 0;
	padding: 1rem .5rem;
	padding-left: 30px;
	background-color: #ececec;
	border-radius: 10px;
	word-break: keep-all;
}
.validations ul li {
	line-height: 1.3;
	margin-bottom: 10px;
}
.validations ul li:last-child {
	margin-bottom: 0;
}
.after-list {
	display: none;
	text-align: center;
}
.agree_area .list-item .right {
	padding: 0;
	min-height: 0;
}
.agree_area .list-item .right .button {
	padding: 0;
	font-size: 14px;
	text-decoration: underline;
	color: #000;
}
#messageDetailPage .pTit {
	font-weight: bold;
	margin-bottom: 0;
}
#messageDetailPage .pTit span {
	display: block;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
#orderPage .tabsection {
	margin-bottom: 0;
}
#orderPage .order_info .phoneNm {
	width: 100%;
}
#orderPage .order_info .phoneNm .select {
	flex: 0 0 120px;
	margin-right: 5px;
}
#orderPage .order_list {
	margin-left: auto;
	font-size: 14px;
	line-height: 18px;
}
.profileWrap figure + figcaption small {
	font-size: 13px;
}
#orderPage .profileWrap figure + figcaption small {
	font-size: 13px;
}
#orderPage .profileWrap figure + figcaption small .amt:before {
	display: inline-block;
	content: '/';
    padding-right: 5px;
    font-size: 10px;
    margin: 3px 5px 1px;
    color: #ccc;
}
#orderPage .profileWrap figure + figcaption .c_bottom span:not(.date){
	color: #666;
	padding-right: 5px;
}
#orderPage .summary .fee {
	font-family: var(--theme-sub-font-family);
}
#orderPage #listAddr {
	font-size: 15px;
	letter-spacing: -.05em;
}
#orderPage #listAddr .left {
	min-width: 30px;
}
#orderPage #listAddr .dt_order_remark {
	color: #666;
	font-size: 14px;
	word-break: keep-all;
}
#orderPage .tabsection .tabs.tabs_pay {
	align-items: stretch;
}
#orderPage .tabsection .tabs.tabs_pay > li {
	flex: 0 0 auto;
}
#orderPage .tabsection .tabs.tabs_pay > li a {
	display: flex;
	align-items: center;
	height: 100%;
}
.tabsection .tabs > li[data-payway="CASH"].active ~ li[data-payway="ACCOUNT"]:before {
	transform: translateX(-100%);
}
#orderPage #tab_pay1 .remark {
	font-size: 13px;
	line-height: 1.4;
}

#orderPage .remark {
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}

#orderPage #tab_pay2 .form_list .wlbl + span {
	display: block;
	height: 42px;
	padding: 5px 0;
}
#myRegularPage .list-item > .list-item__left {
	padding: 0;
}


/* 에러박스 */
.error_box {
	display: none;
  }
  
  .error_box ul {
	list-style: none;
	padding: 0.2rem 0;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 0;
  }
  .error_box ul li {
	font-size: 13px;
	padding-left: 25px;
	margin: 0.2rem 0;
  }
  
  .error_box ul li:before {
	display: block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(../img/svg/check.svg) no-repeat left center;
	float: left;
	margin-right: 5px;
	margin-left: -25px;
	transition: opacity ease-in-out 0.3s;
	opacity: 1;
	filter: none;
  }
  
  .error_box ul li.warning:before {
	opacity: 0.3;
	filter: grayscale(1);
  }

  
ul.toastList {
	display: inline-block;
}

#appTabbar ons-tab img{
	height: 55%;
	padding-top:10px;
}