@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-300.eot'); 
	src: local('Noto Sans KR'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-300.eot?#iefix') format('embedded-opentype'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-300.woff2') format('woff2'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-300.woff') format('woff'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-300.otf') format('truetype'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-300.svg#NotoSansKR') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-regular.eot');
	src: local('Noto Sans KR'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-regular.eot?#iefix') format('embedded-opentype'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-regular.woff2') format('woff2'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-regular.woff') format('woff'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-regular.otf') format('truetype'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-regular.svg#NotoSansKR') format('svg');
	font-display: swap;
}
  @font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-500.eot');
	src: local('Noto Sans KR'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-500.eot?#iefix') format('embedded-opentype'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-500.woff2') format('woff2'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-500.woff') format('woff'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-500.otf') format('truetype'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-500.svg#NotoSansKR') format('svg');
	font-display: swap;
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-700.eot');
	src: local('Noto Sans KR'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-700.eot?#iefix') format('embedded-opentype'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-700.woff2') format('woff2'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-700.woff') format('woff'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-700.otf') format('truetype'),
		 url('/asset/fonts/notosans/noto-sans-kr-v27-latin_korean-700.svg#NotoSansKR') format('svg');
	font-display: swap;
}

* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3);
}
body {
    font-family: 'Noto Sans KR', sans-serif !important;
    /*padding-top:50px;*/
}

.tac{text-align: center !important}
.tar{text-align: right !important}
.tal{text-align: left !important}
.fll{float: left}
.flr{float: right}  
.inline-block{display: inline-block}
.ovh{overflow: hidden}
.w100{width: 100% !important;}
.h100 {height:100%; overflow: hidden;}
.flex{display:flex;}
.flex-center{justify-content: center;align-items: center;}
.flex-row{display:flex;flex-direction: row;}
.flex-column { flex-direction: column; }
.flex-sb {display: flex; justify-content: space-between; flex-wrap: nowrap;}
.flex-grow {flex-grow: 1}
.flex-wrap {flex-wrap: wrap}
.button-sm {padding: 5px 7px !important; font-size: 12px !important;}
.button-white {background-color: #fff !important; color: #131313 !important;}
.hide {display:none !important}
.relative {position:relative}
.mt-0 { margin-top: 0px !important; }
.mt-5 { margin-top: 5px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-50 { margin-top: 50px !important; }
.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mr-0 { margin-right: 0 !important; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px !important; }
.ml-0 { margin-left: 0 !important; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px !important; }
.pt-0 { padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-50 { padding-top: 50px !important; }
.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pr-0 { padding-right: 0 !important; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-20 { padding-right: 20px !important; }
.pl-0 { padding-left: 0 !important; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px !important; }
.pad0-box { padding: 0 !important; }
.pad5-box { padding: 5px; }
.pad10-box { padding: 10px; }
.stretchPage {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.grayLayer {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #666;
    background: rgba(0, 0, 0, .5);
    z-index: 99
}


.profilerContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 100px;
}

.profilerHead {
    background-color: #727272;
    color: #fff;
    font-size: 20px;
    padding: 16px 0;
    margin: 20px 0;
    text-align: center;
}

.pfQueryRow {
    display: flex;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.pfQueryRow .rowTime {
    width: 10%;
}

.pfQueryRow .rowQuery {
    width: 90%;
    text-align: left;
    cursor: copy;
}

/* New Main */

#slideshow {
    position: relative;
    margin-bottom: 20px;
    width:100%;
}

#slideshow img { max-width:100%; }

#slideshow > div {
    position: absolute;
}

#hd_pop { display:none !important; }

.allWrap {
    padding:0 20px;
}

.myPageHeaderM {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.myPageHeaderM div {
    flex-basis: 49%;
    background-color: #F3F3F3;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 10px;
    color: #3b3b3b;
    position: relative;
    font-size: 13px;
}

.myPageHeaderM div::after {
    content: '>';
    position: absolute;
    right: 12px;
    font-size: 10px;
    font-family: 'Jeju Gothic';
    top: 15px;
}

.myPageHeaderM div:nth-child(2n) {
    margin-right: 0;
}

.myPageHeaderM div img {
    width: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    height: 11px;
}

.myPageHeaderM #headerActive {
    border: none !important;
    background-color: #F3f3f3;
    padding: 10px;
    display: block;
    min-height: unset;
    font-size: inherit;
    font-weight: 600;
}

#memoNotRead {
    position: relative;
    display: inline-flex;
    flex-basis: unset;
    background-color: #f45859;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    width: 18px;
    height: 18px;
    margin-bottom:0;
    padding:0;
}

#memoNotRead::after {
    content: '';
}

#memoNotRead span {
    position: relative;
    left: -0.5px;
    top: -1px;
}

.footerNav #memoNotRead {
    position: absolute;
    top: -8px;
    left: 20px;
}


.myPageContainer .userInfoWrap {
    /* padding: 0 12px 7px; */
}

.userInfoWrap {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    padding:12px 0 16px;
}

.userInfoIcon {
    width: 40px;
    height: 40px;
    background-color: #3B3B3B;
    border-radius: 20px;
    margin-right: 15px;
}

.userInfoName {
    color: #393939;
    font-size: 17px;
}

.userInfoAction {
    margin: 0 0 0 auto;
}

.userInfoAction span:first-child {
    margin-right: 10px;
}

.userInfoAction a {
    color: #3b3b3b;
}

#memo_list .mobileHeader {
    background: #f45859;
    color: #fff;
    border-bottom: 0;
    margin-bottom: 10px;
}

.mobileHeader {
    padding: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobileHeader.review-list {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 100;
}

.mobileHeader > div {
    overflow:hidden;
    width: 100%;
    text-align: center;
}

#memo_list .mobileHeader button {
    background-color:transparent;
}

.mobileHeader button {
    background: #fff;
    border: none;
    outline: none;
    position: relative;
    width: 26px;
    height: 26px;
}

.mobileHeader button:first-child {
}

.mobileHeader button:last-child {
}

.mobileHeader button img {
    width: 22px;
    height: 22px;
}

#searchBtn img {
    width: 22px;
    min-width: 22px;
    top: -1px;
}

.searchFrontInput {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left:5%;
}

.searchFrontInput div {
    border: 1px solid #B1B1B1;
    padding: 7px 14px;
    width: 77%;
    border-radius: 6px;
    position: relative;
    outline: 0;
    display: flex;
}

.searchFrontInput #searchBtn {
    position: relative;
    top: 0;
    right: 0;
}

.searchFrontInput input {
    width: 90%;
    border: none;
    outline: none;
}

.searchFrontInput input::placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #9d9d9d;
}

.sfHeader {
    display: flex;
}

.sfHeader div {
    width: 50%;
    text-align: center;
    color: #666;
    padding: 12px 0;
    font-size: 16px;
}

.sfHeader .sel {
    border-bottom:2px solid #f45859;
}

.sfRowContainer {
    padding: 0 40px;
}

.sfRowNone {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 15px;
    display: flex;
    color: #444;
}

.sfRowWrap {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 15px;
    display: flex;
}

.sfRow {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    padding: 20px 0;
    display: inline-block;
}

.sfRowContainer[trg='pop'] .sfRow {
    width:100%;
}

.deleteSf {
    padding: 20px 0;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
}

.deleteSf::before {
    content: ' ';
    border-top: 1px solid #444;
    width: 12px;
    display: block;
    transform: rotate(45deg);
    top: 0px;
    left: 12px;
    position: relative;
}

.deleteSf::after {
    content: ' ';
    border-top: 1px solid #444;
    width: 12px;
    display: block;
    transform: rotate(-45deg);
    position: relative;
    top: 0px;
}

.sfRowClear {
    padding: 20px 0;
    color: #9d9d9d;
    text-align: right;
}


/* today Category */
.areaSelectHeader {
    display: flex;
    justify-content: space-between;
    padding: 17px 15px;
    align-items: center;
    font-size: 1.055rem;
    font-weight: 400;
}

.areaSelectHeader button {
    outline: 0;
    border: 0;
    background-color: transparent;
    color: #2e2e2e;
    font-size: inherit;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
}

.areaSelectHeader button a {
    color: inherit;
    font-weight: 500;
    font-size: inherit;
    padding: 1px 4px;
}

.areaPage .newCateContainer {
    border: 0;
    border-radius: 0;
}

.areaPage .newCateContainer[type='curr'] {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.areaPage .current {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.areaPage .current .curItem {
    display: flex;
    width: 100%;
    padding: 0 16px;
    align-items: center;
    border-right: 0;
    box-sizing: border-box;
    height: 50px;
    color: #2e2e2e;
    font-weight: 300;
    font-size: 17px;
    cursor: pointer;
}

.areaPage .newCateContainer .itemContainer {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
    height: 100%;
    overflow: hidden;
}





.newCateContainer {
    border: 1px solid #d2d2d2;
    border-radius: 8px;
}

.todayTop .current {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    border-radius: 7px;
    width: 80%;
}

.todayTop .current .curItem {
    display: flex;
    width: 100%;
    padding: 7px 16px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    height: 43px;
    color: #2e2e2e;
    font-weight: 300;
    font-size: .945rem;
    cursor: pointer;
}

.todayTop .current .curItem:last-child {
    border-bottom: 0;
}

.todayTop .current .curItem a {
    display: flex;
    width: 100%;
    align-items: center;
}

.todayTop .current .curItem i {
    font-size: 17px;
}

.todayTop .current .curItem .cateIcon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.todayTop .current .curItem .cateCaret {
    margin-left: auto
}

.todayTop .current .keywordHeader {
    padding: 0;
    margin: 0;
}

.newCateContainer .itemContainer .cateSearch {
    background-color: #f8f8f8;
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
}

.newCateContainer .itemContainer .cateSearch #areaSearch {
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    padding: 10px 10px;
    padding-right: 35px;
    width: 100%;
    margin: 0;
    outline: 0;
}

.newCateContainer .itemContainer .cateSearch .areaSearchBtn {
    background: 0;
    outline: 0;
    border: 0;
    position: absolute;
    right: 2px;
    top: 7px;
    padding: 0 7px;
}

.newCateContainer .itemContainer .cateSearch .areaSearchBtn img {
    width: 20px;
}

.newCateContainer .itemContainer .cateArea {
    display: flex;
    flex-direction: row;
}

.newCateContainer .itemContainer .cateArea .cateItem {
    display: flex;
    flex-direction: column;
    min-width: 40%;
    width: 40%;
}

.newCateContainer .itemContainer .cateArea .cateItem[attr='area2'] {
    width: auto;
    flex-grow: 1;
}

.newCateContainer .itemContainer .cateHeader {
    background-color: #f8f8f8;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 0.91rem;
    font-weight: 400;
    color: #2e2e2e;
}

.newCateContainer .itemContainer .cateArea .cateItem:last-child .cateHeader,
.newCateContainer .itemContainer .cateArea .cateItem:last-child .cateList,
.newCateContainer .itemContainer[attr='theme'] .cateHeader {
    border-right: 0;
}

.newCateContainer .itemContainer .cateSearchResult {
    display: flex;
    background: #fff;
    max-height: unset;
    height: 100%;
    width: 100%;
    flex-direction: column;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    top: -8px;
    margin: 0px 0px;
    box-shadow: 0 -3px 4px rgba(0,0,0,.1);
    z-index: 10;
    overflow-y: auto;
    flex-wrap: nowrap;
}

.newCateContainer .itemContainer .cateSearchResult::-webkit-scrollbar {
    width: 4px;
    background-color: white;
}

.newCateContainer .itemContainer .cateSearchResult::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #b9b9b9b8;
    border-radius: 8px;
}

.newCateContainer .itemContainer .cateSearchResult ._area._areaEmpty {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    cursor: default;
}

.newCateContainer .itemContainer .cateSearchResult ._area._areaEmpty p {
    font-size: .975rem;
    margin-bottom: 7px;
}

.newCateContainer .itemContainer .cateSearchResult ._area._areaEmpty p:first-child {
    font-size: 1.1rem !important;
}

.newCateContainer .itemContainer .cateSearchResult ._area._areaEmpty .areaSearchReset {
    background-color: #ff545d;
    border: 0;
    outline: 0;
    color: #fff;
    padding: 4px 15px;
    margin-top: 15px;
}

.newCateContainer .itemContainer .cateArea .cateItem .cateList {
    border-right: 1px solid #ddd;
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
    position: relative;
}

.newCateContainer .itemContainer .cateArea .cateItem .cateList::-webkit-scrollbar {
    width: 4px;
    background-color: white;
}

.newCateContainer .itemContainer .cateArea .cateItem .cateList::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #b9b9b9b8;
    border-radius: 8px;
}

.newCateContainer .itemContainer ._area {
    cursor: pointer;
    font-size: .955rem;
    color: #3e3e3e;
    font-weight: 400;
}

.newCateContainer .itemContainer ._area._areaSearch {
    flex-basis: 100%;
}

.newCateContainer .itemContainer ._area._areaSearch mark {
    background-color: transparent;
    color: #f7323f;
}

.newCateContainer .itemContainer .cateArea .cateItem .cateList ._area2 {
    flex-basis: auto;
    width: 100%;
}

.newCateContainer .itemContainer .cateArea .cateItem .cateList > ._area.sel {
    color: #f7323f !important;
    background: #fff1f1;
}

.newCateContainer .itemContainer ._area a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}

.newCateContainer .itemContainer ._area2 a {
    padding: 10px 15px;
}

.newCateContainer .itemContainer ._area a.sel {
    color: #f7323f !important;
    background: #fff1f1;
}

.newCateContainer .itemContainer ._areaSearch:first-child a {
    padding-top: 20px;
}

.newCateContainer .itemContainer ._area3 a, .newCateContainer .itemContainer ._areaSearch a {
    padding: 10px 15px;
}

.newCateContainer .itemContainer .cateArea .cateItem .cateList ._areaWrap {
    display: none;
}

.newCateContainer .itemContainer .cateArea .cateItem .cateList ._areaWrap.open {
    display: flex;
    flex-wrap: wrap;
}

.newCateContainer .itemContainer .cateArea .cateItem .cateList ._areaWrap2 {
    display: flex;
    flex-wrap: wrap;
}

.newCateContainer .itemContainer .themeArea {
    display: flex;
    flex-wrap: wrap;
}

.newCateContainer .itemContainer .themeArea ._theme {
    flex-basis: 208px;
    box-sizing: border-box;
    font-size: .955rem;
    color: #3e3e3e;
}

.newCateContainer .itemContainer .themeArea ._theme a {
    color: inherit;
    font-size: inherit;
    padding: 15px;
    display:block;
}

.newCateContainer .itemContainer .themeArea ._theme.sel {
    color: #f7323f !important;
    background: #fff1f1;
}

.grayLayer[type='themePopup'] { display: none; }

.themePopup {
    display: none;
    position: fixed;
    bottom: 46px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    padding: 20px 15px 10px;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    box-shadow: -4px 0px 8px 0 rgb(0 0 0 / 38%);
    z-index: 100;
}

.themePopup .header {
    display: flex;
    justify-content: space-between;
    font-size: 1.101rem;
}

.themePopup .container {
    display: flex;
    flex-wrap: wrap;
    max-height: 180px;
    overflow-y: auto;
}

.themePopup .container ._theme {
    flex-basis: 33%;
    padding: 10px 0;
    font-size: .853rem;
}

.themePopup .container ._theme.sel a {
    color: #f7323f;
    font-weight: 500;
}

.todayExtraRow {
    padding: 0 10px 10px 10px;
}
/* today Category */


#mw_mobile .sidebar-nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#mw_mobile .sidebar-nav ul li.selected {
    /*background-color:#bdc3c7;*/
    font-weight:bold;
}

#mw_mobile .sidebar-nav ul li.selected a {
    font-weight:bold;
    color:#e74c3c;
    /*text-decoration:underline;*/
}

#mw_mobile .sidebar-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0 0 0 31px;
    text-decoration: none;
    color: #555;
    font-size: 14px;
}

#mw_mobile .sidebar-nav ul li a:hover {
    color:#e74c3c;
    text-decoration:underline;
}

#mw_mobile .sidebar-nav ul li.sidebar-brand {
    background-color: #F3F3F3;
    color: #555;
    font-size: 15px;
    border: 1px solid #fff;
    margin: 6px 0 8px;
    height: fit-content;
    cursor: pointer;
    padding-bottom: 0px;
    padding: 3px 0;
    position: relative;
    border-radius: 6px;
}

.sidebar-brand:last-child {
    border-bottom: 1px solid #f3f3f3 !important;
    padding-bottom: 5px !important;
}

#mw_mobile .sidebar-nav ul li.sidebar-brand a {
    padding-left: 27px;
    color: #444;
    text-decoration: none;
    font-size: 15px;
    line-height:30px;
}

#mw_mobile .sidebar-nav ul li.sidebar-brand a:hover {
    text-decoration:none;
}

.subWrap {
    overflow:hidden;
    padding-bottom: 7px !important;
}

.sidebar-nav .sideSelected {
    border: 1px solid #f3f3f3 !important;
    border-left: 3px solid #EB4342 !important;
    background-color:#f3f3f3 !important;
}

.sidebar-nav .dropToggle {
    content: ' ';
    width: 6px;
    height: 6px;
    position: absolute;
    right: 7%;
    top: 14px;
    background-color: transparent;
    border-bottom: none;
    border-top: 1px solid #363636;
    border-left: 1px solid #363636;
    transform: rotate(225deg);
}

.newMobileHeader {
    /* border-top: 4px solid #f45859; */
}

.mobileHeader a {
    margin: 0 auto;
    justify-content: center;
    font-size: 18px;
    color: #1D1D1D !important;
    width: 100%;
    max-width: calc(100% - 40px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.mobileHeader div img {
    max-width: 88px;
    width: 100%;
    max-height: 43px;
    position: relative;
    top: -8px;
}

.headerWrap {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #e4e4e4;
}

.mobileLogo {
    display: flex;
    width: 33%;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    max-width: 150px;
}

.mobileLogo img {
    width: 100%;
}

.mobileSearch {
    /* width: 67%; */
    padding-right: 15px;
    padding-left: 6px;
    flex-grow: 1;
}

.searchBox {
    padding: 10px 40px 10px 10px;
    border: 1px solid #7d7d7d;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #b1b1b1;
    position: relative;
    height: 42px;
    margin-top: 6px;
}

.searchBox::before {
    content: '지역, 업종, 상호명 검색';
    font-size: 14px;
    font-weight: 300;
    position: relative;
    top: -1px;
    color: #afafaf;
}

.searchBox::after {
    content: ' ';
    position: absolute;
    top: 8px;
    right: 10px;
    width: 23px;
    height: 23px;
    background: url('https://cdn.vipgunma.com/assets/images/mobileSearchIcon.svg');
    background-size: 23px;
}

nav.newNav {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
    border-bottom: 1px solid #909090;
    justify-content: space-around;
}

.newNav .item:first-child {
    margin-left:5px;
}

.newNav .item, .newNav .select {
    padding: 10px 10px;
    font-weight: 500;
    font-size: 18px;
}

.newNav .item a {
    color:#393939 !important;
    font-size:18px;
    letter-spacing: -.5px;
}

.newNav .select a {
    color:#f45859 !important;
}

.priceSlideCon {
    padding-left: 3px;
}

.mainIndexItems {
    padding: 0px 6px 10px;
    /* border-bottom: 13px solid #F0F0F0; */
    margin-bottom: 10px;
    margin-top: 25px;
}

.mdBanner {
    border-bottom:0;
}

.mdBanner + .mainIndexItems > .mainIndexHead {
    border-bottom: 0;
    margin-bottom: 0;
}

.mainIndexHead {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    margin-bottom: 4px;
    justify-content: center;
    letter-spacing: -0.03 em;
    flex-direction: column;
}

.mainIndexContents {
    letter-spacing: -0.025em;
}

.mainIndexHead h1, .mainIndexHead h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
}

.mainIndexItems:first-child .mainIndexHead {
    padding-top:0;
}

.mainIndexHeadLabel {
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainIndexHeadLabel .line {
    display: flex;
    background: #2f2f2f;
    height: 2px;
    flex-grow: 1;
}

.mainIndexHeadLabel .heart {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 29px;
    width: 29px;
    border-radius: 28px;
    top: 2px;
    position: relative;
}

.mainIndexHeadLabel .heart img {
    position: relative;
    top: 1px;
    left: 0px;
    width: 20px;
    height: 17px;
}

.mainIndexHeadLabel .txt {
    margin: 0 10px;
    color: #2f2f2f;
    font-weight: 500;
    font-size: 18px;
}

.mainIndexHeadAlt {
    color: #898989;
    font-size: 14px;
    padding-left: 11px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.slideThumb {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.newSlideB .slideThumb {
    width:350px;
}

.thumbImgRecom {
    width: 34px;
    position: relative;
    top: -1px;
}

.thumbImgRecom img {
    max-width:100%;
    height:18px;
}

.thumbImgWrap {
    width: 202px;
    height: 120px;
}

.newSlideB .thumbImgWrap {
    width:350px;
    height:280px;
}

.thumbImgWrap img {
    max-width: 100%;
}

.thumbFooterText {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 11px 0px 11px 10px;
    color: #ccc;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    background-color: rgb(0 0 0 / 78%);
    box-sizing: border-box;
}

.newSlideB .thumbFooterText {
    display:flex;
}

.newSlideB .storeIcon {
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.storeIcon img {
    width: 50px;
}

.newSlideB {
    width:350px;
}

.newSlideB .storeText {
    width: 77%;
    box-sizing: border-box;
    padding: 0 10px 0 0px;
}

.newSlideB .storeText div {
    padding-bottom: 2px;
}

.storeText div:first-child {
    text-align: left;
    font-size: 17px;
}

.storeText div:nth-child(2n) {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    font-size:13px;
}

.storeText div:last-child {
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    overflow-x: hidden;
    padding-bottom:5px !important;
    text-overflow: ellipsis;
}

.newSlide {
    width: 100%;
    box-sizing: border-box;
}

.newSlide .slideItem {
    display: flex;
    margin-bottom: 13px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 13.5px;
}

.newSlide .slideItem:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.newSlide .slidePage {
    height:auto;
}

.newSlide .slideThumb {
    width: 25%;
    min-width: 25%;
    height: auto;
    margin-top: 4px;
}

.newSlide .thumbImgWrap {
    width: 100%;
    height: auto;
}

.newSlide .slideInfo {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 10px;
    width: 75%;
}

.newSlide .slideInfo div:first-child {
    text-align: left;
    font-size: 15px;
    color: #363636;
    cursor: pointer;
    padding-bottom: 3px;
}

.newSlide .slideInfo div:nth-child(2n) {
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    height: 36px;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    color: #6e6e6e;
    cursor: pointer;

}

.newSlide .slideInfo div:last-child {
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 6px;
    color: #a3a3a3;
    text-overflow: ellipsis;
}

.newSlide .slideInfo span {
    background-color: #f5f5f5;
    margin-right: 5px;
    padding: 0px 4px 0px;
    display: inline-block;
    line-height: 16px;
}


.storeText .hashTag {
    padding:0 3px;
}

.priceSlideCon .slick-prev {
    display: none !important;
}

.priceSlideCon .slick-next {
    display: none !important;
}

.newSlide .slick-prev {
    display: none !important;
}

.newSlide .slick-next {
    display: none !important;
}

.newSlideB .slick-prev {
    left: 0px;
    z-index: 10;
    background: #08191E;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 24px;
}

.newSlideB .slick-next {
    right: 0px;
    z-index: 10;
    background: #08191E;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 24px;
}

.newSlideB .slick-prev::before {
    content: '<';
    color: #fff !important;
    line-height: unset;
    font-family: cursive;
}

.newSlideB .slick-next::before {
    content:'>';
    color: #fff !important;
    line-height: unset;
    font-family: cursive;
    padding-left:3px;
}

.newSlideB .slick-prev:hover, .newSlideB .slick-prev:focus, 
.newSlideB .slick-next:hover, .newSlideB .slick-next:focus {
    color: transparent;
    outline: none;
    background: #08191E;
}

.slick-prev:before, .slick-next:before {
    color: #898989 !important;
}

.priceSlideCon .slick-prev::before, 
.newSlide .slick-prev::before {
    display:none !important;
}

.priceSlideCon .slick-next::before, 
.newSlide .slick-next::before {
    display:none !important;
}

.slideContents {
    display: flex;
    box-shadow: 2px 4px 3px 0px #dedede;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 99%;
    margin-bottom: 14px;
    background-color: #F0F0F0;
    padding: 10px;
    color: #6e6e6e;
    box-sizing: border-box;
}

.slideItem {
    margin:0 6px;
}

.slideInfo {
    display: flex;
    font-size: 13px;
}

.slideInfo div:first-child {
    padding-right: 10px;
}

.slideInfo div:last-child img {
    position:relative;
    top:-2px;
    width:11px;
    height:11px;
    display: inline-block;
}

.priceSlideCon .slideInfo {
    margin-bottom:16px;
}

.priceSlideCon .slick-current .slideItem {
    margin-left:0;
}

.priceInfo {
    text-align: right;
}

.priceInfo span:first-child {
    text-decoration: line-through;
    font-size: 13px;
    color: #a3a3a3;
}

.priceInfo span:last-child {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    padding-left: 5px;
}

.indexTodayRow {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 1px;
    padding: 0px 0;
}

.indexTodayRow:last-child {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}

.indexTodayLabel {
    display: flex;
    min-width: 30%;
    width: 30%;
    max-width: 30%;
    color: #363636;
    font-size: 14px;
    padding-left: 6px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    align-items: center;
    letter-spacing:-0.5px
}

.indexTodayLabel span {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.indexTodayCon {
    white-space: nowrap;
    width: 70%;
    overflow-x: auto;
    padding: 5px 0;
}

.indexTodayRow .todayTag {
    display: inline-block;
    padding: 2px 7px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 13.5px;
}

.indexTodayRow .todayIconImg {
    width: 17px;
    height: 15px;
    top: -2px;
    position: relative;
    margin-right: 3px;
}

.mdBanner {
    margin-top: 12px;
    margin-bottom: 17px;
}

.mdBanner img {
    max-width:100%;
}

.mainLatestHeader {
    display: flex;
    margin: 0 14px 14px;
}

.mainLatestData {
    margin: 0 0 0 15px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.mainLatestData::-webkit-scrollbar {
    display: none;
}

.mainLatestCate {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px 11px;
    color: #2f2f2f;
    font-size: 15px;
    border: 1px solid #dae1e6;
    width: 87px !important;
    box-sizing: border-box;
    border-left: 0;
    background-color: #f2f2f2;
}

.mainLatestHeader .slick-prev {
    left: -13px;
    z-index: 10;
    background: transparent;
    width: 32px;
    height: 32px;
}

.mainLatestHeader .slick-prev:before {
    content: '<';
    background-color: #fff;
    font-family: cursive;
    color: #2f2f2f !important;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    padding: 6px 10px 6px 8px;
    font-size: 13px;
    box-shadow: 1px 2px 3px 0px #6f6f6f;
    font-weight: bold;
    opacity: 1;
    width: 29px;
    height: 27px;
    display: inline-block;
    box-sizing: border-box;
}

.mainLatestHeader .slick-next {
    right: -13px;
    z-index: 10;
    background: transparent;
    width: 32px;
    height: 32px;
}

.mainLatestHeader .slick-next:before {
    content: '>';
    background-color: #fff;
    font-family: cursive;
    color: #2f2f2f !important;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    padding: 6px 8px 6px 10px;
    font-size: 13px;
    box-shadow: 1px 2px 3px 0px #6f6f6f;
    font-weight: bold;
    opacity: 1;
    width: 29px;
    height: 27px;
    display: inline-block;
    box-sizing: border-box;
}

.mainLatestHeader .headerActive {
    background-color: #f7323f;
    color: #fff;
    border-left: 0;
    border-right: 0;
    box-shadow: 5px 0px 5px 0px #cccccc;
}

.mainLatestDataRow {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 2px;
    margin-bottom: 1px;
    padding: 7px 10px;
}

.mainLatestDataRow:last-child {
    border-bottom:0;
}

.mainLatestDataRow div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    color:#363636;
}

.dataMore, .dataMore2 {
    border: 1px solid #ccc;
    color: #838383;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    width: 130px;
    margin: 0 auto;
}

.dataMore span, .dataMore2 span {
    color: #898989;
    font-weight: 400;
    margin-left: 5px;
}

.todayIcon {
    color: #fff;
    background-color: #373535;
    padding: 2px 7px 3px;
    margin-right: 5px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 24px;
    font-weight:400;
}

#mobileFooter {
    margin-bottom:120px;
    letter-spacing: -0.5px;
}

.footerBtnWrap {
    background-color: #f0efef;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-top: 1px solid #b1b1b1;
    margin-bottom:15px;
    flex-direction: column;
}

.footerBtnWrap > div {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}

.footerBtnWrap div a {
    color: #6d6d6d;
}

.footerBtnWrap > div >div::after {
    content: "|";
    padding: 0 7px;
    color: #b9b9b9;
    font-size: 12px;
    position: relative;
    top: -2px;
    font-weight: 100;
}

.footerBtnWrap div:last-child::after {
    content: "";
}

.footerContents {
    color: #6d6d6d;
    text-align: center;
}

.footerContents2 {
    text-align: left;
    padding: 0 27px;
    margin-top: 60px;
}

.footerContents2 div {
    margin-bottom: 3px;
    color: #3b3b3b;
}

.footerContents2 a {
    color:#3b3b3b !important;
    text-decoration:underline !important;
}

.footerContents2 div:first-child {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    color: #414141;
}

.footerContents p {
    margin-bottom:5px;
}

.footerContents div:first-child {
    margin-bottom: 5px;
}

.footerContents span, .footerContents2 span {
    position:relative;
}

.footerContents .dropToggle {
    content: ' ';
    width: 8px;
    height: 8px;
    position: absolute;
    right: -16px;
    top: 4px;
    background-color: transparent;
    border-bottom: none;
    border-top: 1px solid #6d6d6d;
    border-left: 1px solid #6d6d6d;
    transform: rotate(225deg);
}

.subCon {
    margin-bottom:15px;
}

.subConContact span::after {
    content: "|";
    padding: 0 7px;
    color: #b9b9b9;
    font-size: 12px;
    position: relative;
    top: -2px;
    font-weight: 100;
}

.subConContact span:last-child::after {
    content: "";
}

.subConContact a {
    color:#6d6d6d !important;
    text-decoration:underline !important;
}

.footerNavCall {
    padding:0 !important;
    border:none !important;
}

.footerNav {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #ddd;
    padding: 4px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
}

#footerNavCallBtn, #footerNavSmsBtn {
    width: 100%;
    justify-content: flex-start;
}

#footerNavCallBtn a, #footerNavSmsBtn a {
    width: 98%;
    flex-direction: row;
    color: #fff !important;
    padding: 12px 0;
    background-color: #f45859;
}

#footerNavCallBtn span, #footerNavSmsBtn span {
    padding-left: 6px;
}

.footerNav div {
    display: flex;
    align-items: center;
    position: relative;
}

.footerNav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #989898 !important;
    font-size: 12px;
}

.footerNav img {
    width: 20px;
    height: 20px;
}

#expirePopup {
    display: block;
}

.appContainer {
    padding: 9px 10px;
    inset: auto 0 0;
    width: auto;
    height: 60px;
    transform: none;
    border-radius: 0;
    background-color: #fff1f1;
    box-shadow: 0 1px 5px 0 #8f8f8f;
    display: block;
    box-sizing: content-box;
}

.appContents {
    display: block !important;
    width: 100%;
}

.appTitle {
    display: flex;
    align-items: stretch;
    /* margin-bottom: 20px; */
    justify-content: normal;
}

.appTitle .close {
    display: flex;
    margin-right: 12px;
    margin-left: 5px;
    align-items: center;
    font-size: 18px;
}

.appTitle .icon {
    border: 1px solid transparent;
    border-radius: 15px;
    width: 58px;
    height: 58px;
    display: flex;
    z-index: 102;
}

.appTitle .icon img {
    border-radius: 15px;
    width: 58px;
    height: 58px;
}

.appTitle .title {
    /* width: 180px; */
    font-size: 15px;
    letter-spacing: -0.5px;
    font-weight: 500;
    line-height: 1.4;
    align-self: center;
}

.appTitle .contents {
    /* width: 180px; */
    font-size: 1.1rem;
    letter-spacing: -0.5px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.appTitle .contents .msg {
    font-size: .8rem;
    margin-top: 2px;
    color: #4c4c4c;
    font-weight: 300;
}

.appTitle .download {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    min-width: 104px;
    padding-right:10px;
}

.appTitle .download span {
    border: 1px solid #ff4751;
    padding: 4px 15px;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 15px;
}

.appTitle .download a {
    color: #0c0c0c !important;
    font-weight: 400;
    font-size: 0.9rem;
    letter-spacing: 0.4px;
}


.mainCardItem {
    display: inline-flex;
    flex-direction: column;
    width: 75%;
    margin: 10px 20px 30px 10px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 2px #dfdfdf;
    flex: 0 0 auto;
}

.mainCardItem .wrap {
    margin: 4%;
}

.mainCardItem .wrap a {
    text-decoration: none;
}

.mainCardItem .thumb {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mainCardItem .thumb img {
    max-width: 100%;
    border-radius: 10px;
}

.mainCardItem .info {
    margin: 15px 4%;
    color: #131313;
    font-size: 14px;
}

.mainCardItem .info .storeName {
    color: #131313;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}

.mainCardItem .cost {
    margin: 15px 4% 3px;
}

.mainCardItem .cost .before {
    color: #a5a5a5;
    font-size: 14px;
}

.mainCardItem .cost .after {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -2px;
}

.mainCardItem .cost .discount {
    background-color: #ff8d93;
    color: #fff;
    padding: 0px 6px 1px;
    font-size: 11px;
    border-radius: 6px;
    margin-right: 5px;
    top: 2px;
    position: relative;
}

.mainCardItem .cost .price {
    font-weight: 500;
    font-size: 19px;
}

.themeRecommWrap {
    background-color: #f3f3f3;
    margin-top: 20px;
    padding: 15px 0;
}

.themeList {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 36px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: center;
}

.themeList::-webkit-scrollbar {
    display: none;
}

.themeList .themeBtn {
    cursor: pointer;
    border: 1px solid #e1e1e1;
    margin: 0 4px;
    padding: 4px 15px;
    background-color: #fff;
    font-size: 14px;
    border-radius: 17px;
    flex: 0 0 auto;
}

.themeList .themeBtn:first-child {
    margin-left: 0;
}

.themeList .themeBtn.selected {
    border-color: #ea3650;
    color: #ea3650;
    background-color: #fef7f7;
}

.themeRecommData .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.themeRecommData .row::-webkit-scrollbar {
    display: none;
}

.themeRecommData .row .item {
    display: flex;
    flex-direction: column;
    width: 74%;
    margin: 0 5% 30px 1%;
    background-color: #fff;
    border-radius: 22px;
    box-shadow: 3px 3px 9px 0px #dfdfdf;
    background-size: 628px 366px;
    background-position: center;
    flex: 0 0 auto;
}

.themeRecommData .row .item:first-child {
    margin-left: 0;
}

.themeRecommData .row .item .wrap {
    background-color: #5c5c5c54;
    border-radius: 22px;
    padding: 25px 25px;
}

.themeRecommData .row .item .wrap a {
    text-decoration: none;
    color: #fff;
}

.themeRecommData .row .item .top {
    min-width: auto !important;
    border-bottom: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.themeRecommData .row .item .top .storeName {
    font-size: 17px;
    font-weight: 500;
    margin-top: 5px;
}

.themeRecommData .row .item .mid {
    height: 210px;
}

.themeRecommData .row .item .bottom {
    margin-bottom: 5px;
    font-size: 14px;
}

.newStoreData {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.newStoreData::-webkit-scrollbar {
    display: none;
}

.mainMidBanner img {
    max-width: 100%;
}

.newReviewData .item {
    display: flex;
    flex-direction: column;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    padding: 20px;
    font-size: 15px;
    box-shadow: 3px 2px 6px 0 #e3e3e3;
    margin: 0px 15px 15px;
    color: #6e6e6e;
    border-radius: 7px;
    flex-grow: 1;
}

.newReviewData .item a {
    text-decoration: none;
    display: flex;
}

.newReviewData .item .left {
    width: 40%;
    margin-right: 30px;
}

.newReviewData .item .left img {
    max-width: 100%;
    border-radius: 12px;
}

.newReviewData .item .right {
    width: 100%;
}

.newReviewData .item .right .storeName {
    font-size: 18px;
    font-weight: 500;
    color: #131313;
    margin-bottom: 8px;
}

.newReviewData .item .right .contents {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #3c3c3c;
    font-size: 14px;
}
/* New Main End */

/* New Myarea, Today Start */
.mainTopSlide img {
    max-width: 100%;
}
.todayTop {
    background-color: #666;
    padding: 10px 0;
    letter-spacing: -0.025em;
}

.todayTop .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.todayTop .contents .title {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 500;
}

.todayTop .contents .subTitle {
    color: #a3a3a3;
    margin-bottom: 23px;
    font-size: 1.2em;
    text-align: center;
}

.todayTop .todayCategory {
    display: flex;
    width: 94%;
    margin: 0 3%;
}

.todayTop .cateLabel {
    background-color: #ea3640;
    color: #fff;
    border-radius: 6px;
    padding: 3px 18px;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    margin-right: 10px;
    display:none;
}

.todayTop .filterSelect {
    border: 1px solid #e0e0e0;
    font-size: 12px;
    color: #131313;
    padding: 10px 30px;
    padding-left: 12px;
    border-radius: 6px;
    margin-right: 10px;
    width: 30%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

.todayTop .filterSelect::after {
    top: 16px;
}

.todayTop .todayFilterData {
    width: 94%;
    margin: 15px 3%;
}

.todayTop  .todayFilterData .category {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 3%;
    margin-right: 3%;
    flex-basis: 22%;
}

.todayTop  .todayFilterData .category:nth-child(4n) {
    margin-right: 0;
}

.todayTop  .todayFilterData .category.todaySelected {
    background-color:#f45859;
}

.todayTop  .todayFilterData .category a {
    text-decoration: none;
}

.sch_res_list h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
}

.responsiveEmpty {
    text-align: center;
    margin-bottom: 20px;
    padding: 50px;
    font-size: 16px;
    color: #4a4a4a;
}

.responsiveContainer {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.responsiveContainer a {
    font-size: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
}

.responsiveContainer .responsiveCard {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 10px solid #eee;
    margin-bottom: 30px;
}

.responsiveContainer .responsiveCard .responsiveThumbNew {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    min-width: unset !important;
    width: 90%;
    border-radius: 20px;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 5%;
    box-sizing: border-box;
}

.responsiveContainer .responsiveCard .responsiveThumbNew .thumbImgWrap {
    width: auto;
    height: auto;
}

.responsiveContainer .responsiveCard .responsiveInfo {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    padding: 0 30px;
    text-align: left;
}

.responsiveContainer .responsiveCard .responsiveInfo .hashTagWrap {
    margin-top: 10px;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}

.responsiveContainer .responsiveCard .responsiveInfo .hashTagWrap::-webkit-scrollbar {
    display:none;
}

.responsiveContainer .responsiveCard .responsiveInfo .hashTagWrap .todayTag {
    display: inline-block;
    padding: 5px 7px;
    margin: 5px 6px 0 0;
    font-weight: 400;
    font-size: 13px;
}

.responsiveContainer .responsiveCard .infoNameNew {
    font-size:18px;
    color:#3a3a3a;
    font-weight:500;
    position: relative;
}

.responsiveContainer .responsiveCard .infoNameNew h3 {
    font-weight: normal;
}

.responsiveContainer .responsiveCard .infoSubNew .infoSubDistance {
    color:#131313;
}

.responsiveContainer .responsiveCard .infoSubNew span {
    display: inline-flex;
    color: #131313;
    font-size: 14px;
    align-items: center;
}

.responsiveContainer .responsiveCard .infoSubNew span i {
    color: #b6b6b6;
}

.responsiveContainer .responsiveCard .infoSubNew > span::after {
    content: '|';
    margin: 0 8px;
    color: #cdcdcd;
}

.responsiveContainer .responsiveCard .infoSubNew > span:last-child::after {
    content: '';
    display: none;
}

.responsiveContainer .responsiveCard .infoSubNew img {
    display: none;
}

.responsiveContainer .responsiveCard .infoSubNew .infoSubReview {
    display: none;
}

.responsiveContainer .responsiveCard .infoPriceP {
    display: flex;
    margin-top: 3px;
}

.responsiveContainer .responsiveCard .infoPriceP .percent {
    display: flex;
    align-items: center;
    background-color: #ff8d93;
    color: #fff;
    padding: 0px 6px 1px;
    font-size: 11px;
    border-radius: 3px;
    position: relative;
}

.responsiveContainer .responsiveCard .infoPriceP .price {
    color: #131313;
    font-size: 14px;
    margin-left: 7px;
}

.responsiveContainer .responsiveCard .infoPriceP .subReview::before {
    content: ' ';
    width: 1px;
    height: 14px;
    background-color: #bdbdbd;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    top: 2px;
}

.responsiveContainer .responsiveCard .infoPriceP .subReview {
    font-size: 14px;
}

.responsiveContainer .responsiveCard .infoPriceP .subReview a {
    color: #131313;
}

.responsiveContainer .responsiveCard .infoSubjectNew {
    font-size: 14px;
    color: #6e6e6e;
    margin-top: 20px;
    height: 40px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 20px;
}

.responsiveContainer .responsiveCard .infoHashTag {
    margin-top: 13px;
    position: relative;
}

.responsiveContainer .responsiveCard .infoHashTag .hashTag {
    padding: 3px 7px;
    display: inline-block;
    background-color: #FCFCFC;
    margin-right: 5px;
    line-height: 18px;
    font-size: 12px;
    color: #737373;
    cursor: pointer;
    border: 1px solid #e3e3e3;
}
/* New Myarea, Today End */

.articleFooterNav {
    border-top: 1px solid #efefef;
    margin: 30px 0 0;
}

.articleFooterNav .row {
    padding: 10px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    display: flex;
    color: #131313;
}

.articleFooterNav .row span:first-child {
    width: 85px;
    padding-right: 12px;
    display: inline-block;
    box-sizing: border-box;
}

.articleFooterNav .row span:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 90px);
    display: inline-block;
    white-space: nowrap;
}

.articleFooterNav .row a {
    color: inherit !important;
    font-weight: 400;
    text-decoration: none !important;
}

a:hover, a:link, a:active, a:visited {
    color:#2F3743;
    text-decoration:none;
}
.body_top_header {
    font-size:13px;
    display:none;
}
#mw_mobile_head {
    border-bottom:2px solid #ddd;
    padding:10px 0 10px 10px;
    color:#fff;
    background-color:#4686C6;
}
#mw_mobile_head a {
    font-size:15px;
    color:#fff;
    font-weight:bold;
}
#mw_mobile {
    padding-bottom:5px;
    background-color: #f3f3f3;
    background-color:#fff;
}
#mw_mobile .comment {
    font-size:11px;
    color:#FF6600;
    font-family:dotum;
}
#mw_mobile_tail {
    border-top:2px solid #ddd;
    margin:0;
    color:#555;
    text-align:left;
    height:41px;
    clear:both;
    background-color:#fe6098;
    /*background-color:#2fa4e7;*/
}
#mw_mobile_tail a {
    font-size:12px;
    color:#555;
    font-weight:normal;
	text-align:left
}
.mw_title {
    text-align:center;
	padding-top:12px;
    padding:0;
    color:#fff;
    font-size:17px;
	background:#fff;
	height:96px;
}
.mw_title a:hover,
.mw_title a:link,
.mw_title a:visited,
.mw_title a:active
{
    color:#fff;
    font-weight:bold;
}

.mw_index_search .search_box {
    border:1px solid #ccc;
    border:0;
    background-color:#fff;
    height:40px;
    margin:0 15px 10px 15px;
    text-align:center;
    overflow:hidden;
}

.mw_index_search .search_box input {
    width:99%;
    line-height:25px;
    background-color:transparent;
    border:0;
    outline:none;
    font-weight:bold;
    font-size:15px;
    margin:7px 0 0 10px;
    padding:0;
}

/*
.mw_index_search .search_icon {
    position:absolute;
    right:0;
    margin:9px 20px 0 0;
    font-size:20px;
    color:#999;
}
*/

.mw_index_search .search_icon {
    margin:0px 10px 0 0;
    border:0;
    background-color:#85b4ee;
    background-color:transparent;
    position:absolute;
    right:0;
    cursor:pointer;
    width:40px;
    height:40px;
    border:0px solid #000;
    text-align:center;
}

.mw_index_search .search_icon button {
    color:#fff;
    font-size:20px;
    text-align:center;
    background-color:transparent;
    margin:0;
    padding:0;
    border:0;
    cursor:pointer;
    color:#999;
    line-height:40px;
}

.search-box {
	text-align:center;
	height:75px;
}
.search-box header { 
	height:75px;
}
.search-box header form {
	height:75px;
	padding:25px 0;
}
.search-box .search-text input { 
	height:28px;
	border:3px solid #ff80a0;
	width:192px;
	padding-left:5px;
}
.search-button { 
	border:0px;
}
.search-button img { margin-left:-5px; }

#search_top, .total_table, .mw_basic_total { display:none !important; }

.mw_home {
    position:absolute;
    right:0;
    margin:11px 15px 0 0;
    font-size:25px;
    color:#ff80a0;
	padding:29px 10px;
	margin-top:8px;
	margin-left:15px;
	margin-bottom:8px;
	height:80px;
}


.mw_total_alarm {
    position:absolute;
    color:#fe6098;
    padding:2px 7px 2px 7px;
    border-radius:10px;
    margin:-24px 0 0 20px;
    font:bold 12px 'dotum';
    opacity:0.8;
}

.sv_wrap {
    display:inline-block;
    position:relative;
    font-weight:normal;
    text-align:left;
}

.sv_wrap .sv {
    z-index:1000;
    display:none;
    margin:5px 0 0;
    border:1px solid #283646;
}

.sv_wrap .sv a {
    display:inline-block;
    margin:0;
    padding:3px;
    width:94px;
    border-bottom:1px solid #283646;
    background:#111;
    color:#fff !important;
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
    text-decoration:none
}
.sv_wrap h3 {
    font-weight: normal;
}

.sv_on {
    display:block !important;
    position:absolute;
    top:10px;
    left:20px;
    width:auto;
    height:auto;
    font-size:12px;
}

.sv_nojs .sv {
    display:block;
}

#mw_side_button {
    position:fixed;
    top:400px;
    left:10px;
    cursor:pointer;
    z-index:9998;
    background-color:#000;
    background-color:#428bca;
    font-weight:normal;
    font-size:25px;
    color:#fff;
    border-radius:30px;
    padding:5px 10px 5px 10px;
    -webkit-transform: translate3d(0,0,0);
    box-shadow:0px 0px 3px #999;
    border:3px solid #fff;
}

#mw_side_button .total_alarm {
    position:absolute;
    background-color:#000;
    background-color:#2368a3;
    background-color:red;
    color:#fff;
    padding:2px 7px 2px 7px;
    border-radius:10px;
    margin:-45px 0 0 20px;
    font:bold 12px 'dotum';
    opacity:0.8;
}

.mw_side_profile {
    background-color:#fff;
    color:#717171;
    height:55px;
}
.mw_side_profile a {
    font:bold 15px 'gulim';
    color:#fff;
}

.mw_side_profile #mw_side_image { 
    background-color:#fff;
    width:45px;
    height:45px;
    border:2px solid #fff;
    margin:5px 7px 0 12px;
    float:left;
}

.mw_side_profile .mw_side_name {
    float:left;
    margin:20px 0 0 43px;
}

.mw_side_profile .mw_side_name img {
    position:absolute;
	margin-left:-20px;
	margin-top:1px;
}

.mw_side_profile #mw_side_alarm {
    float:right;
    cursor:pointer;
    font:normal 20px 'dotum';
    margin:15px 5px 9px 0;
    padding:0 10px 0px 0;
}

.mw_side_profile #mw_side_alarm .new {
    position:absolute;
    color:#fe6098;
    padding:2px 7px 2px 7px;
    border-radius:10px;
    margin:-30px 0 0 7px;
    font:bold 10px 'dotum';
    opacity:0.8;
}

.mw_side_profile #mw_side_close {
    float:right;
    cursor:pointer;
    font:normal 20px 'dotum';
    margin:15px 10px 0 0;
}

#mw_side .mw_side_func {
    height:73.5px;
	background-image:url('https://cdn.vipgunma.com/assets/images/navbar2_bg.png');
}

.side_cate { 
	height:41px;
}

#mw_side .mw_side_func .item {
    width:31%;
    height:70px;
    float:left;
    text-align:center;
    cursor:pointer;
    background-color:#fff;
	color:#fe6098
}
#mw_side .mw_side_func .item_2 {
    width:33.3%;
    height:70px;
    float:left;
    text-align:center;
    cursor:pointer;
    background-color:#fff;
	color:#fe6098;
	border-left:1px solid #f9b1e1;
	border-right:1px solid #f9b1e1;
}

.item_line { 
	display:inline-block;
	position:absolute;
	padding-top:14px;
}

.item img, .item_2 img { padding:7px 0; }

#mw_side .mw_side_func .item div {
    padding-top:13px;
}
#mw_side .mw_side_func .item_2 div {
    padding-top:13px;
}

#mw_side .mw_side_cash {
    font:normal 12px 'dotum';
    height:40px;
    padding:5px 10px 0px 10px;
    background-color:#dfdfdf;
    border-bottom:1px solid #ddd;
}

#mw_side .mw_side_cash .cash_name {
    float:left;
    line-height:30px;
}

#mw_side .mw_side_cash .my_cash {
    float:right;
    line-height:30px;
}

#mw_side .mw_side_cash .my_cash .nu {
    color:#ff6600;
}

#mw_side .comment {
    float:right;
    margin:3px 7px 0 0;
    padding:0;
    background-color:#dfdfdf;
    color:#ff6600;
    width:25px;
    height:25px;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    line-height:25px;
    border:1px solid #ccc;
    border-radius:15px;
	display:none;

}
#mw_side .comment2 {
    float:right;
    margin:3px 23px 0 0;
    padding:0;
    background-color:#fe6098;
	border-radius:12px;
    color:#fff;
    width:25px;
    height:25px;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    line-height:25px;
	display:none;
}


#mw_side .mw_side_att {
    font:normal 12px 'dotum';
    height:40px;
    padding:5px 10px 0px 10px;
    background-color:#efefef;
    border-bottom:1px solid #ddd;
    line-height:30px;
}

#mw_side .mw_side_foot {
    margin-top:20px;
    text-align:center;
}

#mw_side .mw_side_foot a {
    font:normal 11px 'dotum';
    color:#777;
}

.g_selected { 
	color:#fe6098;
}

.m_r_i {
	float:right;
	padding:11px 21px;
	margin-right:7px;
}
#mw_side .mw_side_menu .group div {
    line-height:30px;
    padding:5px 0 0 17px;
    background-color:#eee;
    cursor:pointer;
    background-color:#fff;
	font-size:14px;
}

#mw_side .mw_side_menu .board {
    display:none;
    font-size:12px;
	padding-bottom:13px;
	background-color:#f1f1f1;
}

#mw_side .mw_side_menu .board div {
    padding:5px 0 5px 27px;
    line-height:30px;
}

#mw_side .mw_side_func i {
    font-size:28px;
}

#mw_side .mw_side_func .new {
    position:absolute;
    background-color:#000;
    background-color:#428bca;
    color:#fff;
    padding:2px 7px 2px 7px;
    border-radius:10px;
    margin:-25px 0 0 -10px;
    font:bold 10px 'dotum';
    opacity:0.8;
}

.img-circle { border-radius:50%; }


.tb_menubar td { 
	border-left:1px solid #fff;
	text-align:center;
	width:33%;
}

.tb_menubar td a { 
	font-size:17px !important;
	color:#fff !important;
	font-weight:normal !important; 
}

.tb_menubar td a:hover {
	background-color:#ff5190 !important;
	border-color:#ff5190 !important;
}

.tb_menubar td:first-child { border-left:0px; }

.tb_menubar2 td { 
	border-left:1px solid #fff;
	text-align:center;
	width:24%;
}

.tb_menubar2 td a { 
	font-size:13px !important;
	color:#666 !important;
	font-weight:normal !important; 
	background-color:#fff;
}

.tb_menubar2 td a.btn { 
	border-color:#fff;
}

.tb_menubar2 td a:hover {
	background-color:#fff !important;
	border-color:#fff !important;
}

.tb_menubar2 td:first-child { border-left:0px; }

#upso_back_wrap { 
	max-width:100%;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index:9000;
	background-color:white;
	height:auto;
}
#upso_back {
	max-width:100%;
	z-index:9999;
	cursor:pointer;
}

/* CKEDITOR5 START */

.ck.ck-dropdown__panel.ck-dropdown__panel-visible {
    max-height: 280px;
    overflow-y: auto;
}

.ck-content blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.ck-content .marker-yellow {
    background-color: #fdfd77;
}

.ck-content .marker-green {
    background-color: #62f962;
}

.ck-content .marker-pink {
    background-color: #fc7899;
}

.ck-content .marker-blue {
    background-color: #72ccfd;
}

.ck-content .pen-red {
    background-color: transparent;
    color: #e71313;
}

.ck-content .pen-green {
    background-color: transparent;
    color: #128a00;
}

.ck-content a {
    text-decoration: none !important;
}

.ck-editor a {
    text-decoration: underline !important;
}

.ck-content hr {
    background: #dedede;
    border: 0;
    height: 4px;
    margin: 15px 0;
    display: block !important;
}

.ck-content .image {
    clear: both;
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center;
}

.ck-content .image.image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.ck-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

.ck-content .image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
}

.ck-content .image-style-block-align-left, .ck-content .image-style-block-align-right {
    max-width: calc(100% - 1.5em);
}

.ck-content .image.image_resized img {
    width: 100%;
}

.ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}

.ck-content .image>figcaption {
    background-color: #ebebeb !important;
    caption-side: bottom;
    color: #333;
    display: block;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    word-break: break-word;
}

.ck-content .media {
    clear: both;
    display: block;
    margin: .9em 0;
    min-width: 15em;
}

.ck-content h2, .ck-content h3, .ck-content h4 {
    font-weight: normal !important;
}

.ck-content .image-style-align-left, .ck-content .image-style-align-right {
    clear: none;
}

.ck-content .image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

.ck-content .image-style-align-right {
    float: right;
    margin-right: 1.5em;
}

/* CKEDITOR5 END */

@media screen and (max-width: 480px) {
    .newCateContainer .itemContainer ._area._areaSearch {
        flex-basis: auto;
        width: 100%;
    }
}

/* FAQ */
.FAQ {
    width: 100%;
}

.FAQ .faq-item {
    background: white;
    margin-bottom: 12px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.FAQ .question {
    background: #f8f9fa;
    padding: 16px 15px;
    font-weight: 500;
    color: #333;
    position: relative;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
}

.FAQ .question h3 {
    width: calc(100% - 20px);
}

/* .FAQ .question::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
} */

.FAQ .answer {
    padding: 10px 15px;
    background: white;
    line-height: 1.6;
    color: #555;
    position: relative;
    border-top: 1px solid #e9ecef;
    display: none;
}

.FAQ .faqCaret {
    width: 10px;
    height: 5px;
    display: inline-flex;
    background-size: 10px 5px;
    position: relative;
    margin: 3px 0 0 auto;
}

.FAQ .faqCaret.down {
    background-image: url('https://cdn.vipgunma.com/assets/images/readDownIcon.svg');
}

.FAQ .faqCaret.up {
    background-image: url('https://cdn.vipgunma.com/assets/images/readUpIcon.svg');
}

.mainMidBanner {
    text-align: center;
}

@media (min-width: 481px) {
    .mainCardItem {
        max-width: 340px;
    }

    .themeRecommData .row .item {
        max-width: 340px;
        margin: 0 20px 30px 10px;
    }

    .responsiveContainer .responsiveContents, .responsiveContainer .todayRowBox {
        display: flex;
        flex-wrap: wrap;
    }

    .responsiveContainer .responsiveCard {
        width: 50%;
        max-width: 450px;
    }
}

@media (min-width: 910px) {
    .responsiveContainer .responsiveCard {
        width: 33%;
        max-width: 450px;
    }
}

@media (min-width: 1360px) {
    .responsiveContainer .responsiveCard {
        width: 25%;
        max-width: 450px;
    }
}