html,body,h1,h2,h3,h4,h5,p,div,span{
	font-family: "Noto Sans KR", sans-serif;
	font-size:16px;
}

body.dark-mode-active .appHeader{
	margin-top:0;
	background: #071125;
}

.appHeaderSub{
	margin-top:0px;
}

.appHeader .pageTitle .logo {
	max-height: 30px;
}

.appHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 56px;
	padding: 0 8px;
}

.appHeader .left,.appHeader .right {
	height: 56px;
	display: flex;
	align-items: center;
	position: unset;
}

.appHeader .pageTitle {
	flex: 1;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.dark-mode-active .extraHeader{
	background:#101C36;
	border-top: 1px solid rgb(206 212 218 / 10%);
	border-bottom:1px solid rgb(206 212 218 / 10%);
	z-index:1000;
}

body.dark-mode-active .appFooter{
	padding:0;
	text-align:left;
	background:#343a40;
	line-height:1.25rem;
}

body.dark-mode-active .divider{
	background:#464f5b;
}

#sidebarPanel .modal-body{
	margin-top: 3rem;
	margin-bottom: 0px;
	background-color: #071125;
}

#sidebarPanel .side-button{

}

.profileBox .in{
	height: 3rem;
	padding: 0;
}

body.dark-mode-active .link-listview>li a:after{
	background-image: none;
}

#appCapsule{
	margin-top:0;
	background:#071125;
	color:#ffffff;
}

#appCapsuleSub{
	margin-top:56px;
	background:#071125;
	color:#ffffff;
	padding-bottom:56px;
}

.appBottomMenu .item .action-button{
	background:transparent;
}

.section-title h2{
	color:#FFFFFF;
	font-size:0.875rem;
}

.section-title2{
	color:#CED4DA;
	border-bottom: 1px solid rgba(0,0,0,.125);
	font-size:1.25rem;
	font-weight:bold;
}

.section .card{
	background:#303D4E;
}

.section .card-body{
	color:rgba(255,255,255,0.75);
	background:#303D4E;
}

.splide .splide__list{
	padding-bottom:0;
}

.carousel-slider .splide__list{
	padding:0.5rem;
}

.fs-6{
	font-size:0.75rem !important;
}

.fs-5{
	font-size:0.9375rem !important;
}

.fs-4{
	font-size:1.125rem !important;
}

.fs-3{
	font-size:1.5rem !important;
}

.fs-2{
	font-size:1.875rem !important;
}

.fs-1{
	font-size:2.25rem !important;
}

.font-16{
	font-size:16px !important;
}

.font-14{
	font-size:14px !important;
}

.font-13{
	font-size:13px !important;
}

.font-12{
	font-size:12px !important;
}

.font-11{
	font-size:11px !important;
}

.font-10{
	font-size:10px !important;
}

.fw-800{
	font-weight:800;
}

.fw-600{
	font-weight:600;
}

.fw-500{
	font-weight:500;
}

.fw-400{
	font-weight:400;
}

.bg-content{
	background:#A655B2 !important;
}

.text-content{
	color:#A655B2 !important;
}

.badge-outline-content {
	color: #A655B2 ;
	border: 1px solid #A655B2 ;
	background-color: transparent;
}

.btn-content {
	color: #fff;
	background-color: #A655B2;
	border-color: #A655B2;
}

.btn-outline-content {
	color: #A655B2;
	border-color: #A655B2;
}


.old-price{
	font-family:'Tahoma';
	font-size:11px;
	font-weight:400;
}

.platform-img{
	width:70px;
}

.percent{
	font-family:'Tahoma';
	font-size:14px;
	font-weight:500;
}

#sidebarPanel .side-button .icon{
	padding:0.25rem;
}

#sidebarPanel .side-button .icon-top{
	margin-bottom:0.25rem;
}

#sidebarPanel .side-button img{
	height: 80%;
	margin-right: 0.5rem;
}



body.dark-mode-active .table tr{
	border-color:#E1E1E1;
}

.invoice .invoice-detail .table{
	border-top:1px solid #E1E1E1;
}

.button.goTop{
	bottom:120px;
}

.dg_bg{
background: #101c36;
}

.extraHeader2{
	top:56px;
}

.chip-label{
	font-size:0.875em;
}

.post-body p, .post-body div, post-body b, post-body span{
	font-size:14px;
}

body.dark-mode-active .offcanvas {
    background: #0F1C2F;
}

.offcanvas.action-sheet .offcanvas-header {
    padding: 2px 20px;
    display: block;
    min-height: auto;
    box-shadow: none;
    border-bottom: 1px solid #E1E1E1;
}

.offcanvas-title{
	font-size:14px;
	padding:0.5rem;
}

.offcanvas-body{
	padding:0.5rem;
}

.offcanvas.action-sheet .offcanvas-body .action-sheet-content {
    padding: 0.5rem;
    max-height: 460px;
    overflow: auto;
}

.percent{
	font-family:"Tahoma";
	letter-spacing:-0.02em;
	font-size:14px;
	font-weight:600;
}

.price{
	font-family:"Tahoma";
	letter-spacing:-0.02em;
}

.num{
	font-family:"Tahoma";
}

.price .old-price {
    font-size: 11px;
	color: #8195a6;
   /* text-decoration: line-through;*/
}

.price .current-price{
	font-family:tahoma;
	font-size:14px;
	font-weight:600;
}

#offcanvas_filter{
	width:80%;
}

.fw-semibold {
	font-weight: 600!important;
}

.border-opacity-25 {
	 --bs-border-opacity: 0.25;
	 border-color: rgba(255,255,255,0.25) !important;
}

.border-opacity-10 {
	 --bs-border-opacity: 0.10;
	 border-color: rgba(255,255,255,0.1) !important;
}

.adbox-320-50 img {
	width: 320px;
	height: 50px;
}

.adbox-320-100 img {
	width: 320px;
	height: 100px;
}

.adbox-320-320 img {
	width: 320px;
	height: 320px;
}

.splide__pagination__page{
	width:16px;
	height:16px;
}

.modal-close ion-icon{
	font-size:26px;
}

.offcanvas-title{
	font-size:16px;
}

.offcanvas-header{
	background:#0F1C2F;
}

.offcanvas-header .offcanvas-close ion-icon {
	font-size: 26px;
}

.offcanvas-body{
	background:#1B283B;
}

.offcanvas-bottom{
	height:unset;
}

.bg-modal-header{
	background:#37404A;
	
}

.accordion .accordion-header .accordion-button{
	font-size:14px;
	color:#343a40;
}

.listview-title{
	font-size:14px;
}

.listview a{
	font-size:14px;
}

.accordion .accordion-item{
	border-style: solid;
	border-bottom-color:rgba(255,255,255,0.1);
}

.accordion-body{
	color:#8195a6;
}

.accordion-body p{
	font-size:14px;
	margin-bottom:8px;
}
