/* layout.css */

.loadingWrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    display: none;
    z-index: 300;
}

.blind-layer {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    display: none;
    z-index: 10;
}

.expand {
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
}

header.sub  {
    padding-bottom: 2rem;
    background: #121296;
}

header.sub.util{
	padding-bottom: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

header .fixed-head {
    position: relative;
    height: 8rem; 
}
header.sub .fixed-head {
    height: 6rem;
}
header .fixed-head a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 2.5rem; height: 2.5rem;
}
header.sub .logo {
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 82px;
}
header.sub .logo img {
    display: inline-block;
    width: 100%;
}
header.cart-head {
    position: relative;
    height: 5.5rem;
    padding-bottom: 0;
}

header.cart-head h1 {
    position: absolute;
    top: 50%; left: 1.5rem;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
header.cart-head .hide-btn {
    position: absolute;
    top: 50%; right: 1.5rem;
    transform: translateY(-50%);
}
header .game-icon {
    width: 3.8rem; height: 3.8rem;
    position: absolute;
    right: 2rem; top: 3.5rem;
}
/* header : search-box */
header .sch-box {
    display: none;
    position: absolute;
    width: 100%;
	padding:0 24px;
}
header .sch-box input {
    padding: 16px 52px 16px 16px;
	font-size: 16px;
	line-height: 22px;
    border: 1px solid #DBE1E6;
    border-radius: 10px;
	color: #262934;
}
header .sch-box .sch-icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

header .sch-box .sch-icon img{
	width:24px;
}

/* mypage sub common */
header.mp-sub .fixed-head{
    height: 5.5rem;
}
header.sub .fixed-head .before-pg {
    color: #fff;
	width:5rem;
    font-size: 1.4rem;
    position: absolute;
    top: 50%; left: 4.5rem;
    transform: translateY(-50%);
	display:none;
}
header.sub .mp-common {
    text-align: center;
}

header.sub .mp-common .hold-area{
    display: flex;
    margin: 3rem 0;
    position: relative;
}

header.sub .mp-common h1 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5rem;
}
header.sub .mp-common p {
    color: rgba(255, 255, 255, .85);
    font-size: 1.3rem;
    padding-bottom: .5rem;
}
header.sub .mp-common .hold-point {
    background: #040456;
    text-align: center;
    padding: 1.75rem 0;

}

header.sub.util .mp-common .hold-point {
	width: 50%;
}

header.sub.util .mp-common .hold-point:nth-child(1) {
    border-bottom-left-radius: 30px;
}

header.sub.util .mp-common .hold-point:nth-child(2) {
    border-bottom-right-radius: 30px;
}

header.sub.util .mp-common .hold-point .tit-txt {
    color: #f1f2f3;
    font-size: 1.6rem;
    padding-bottom: .75rem;
	font-weight:bold;
}
header.sub.util .mp-common .hold-point .total-pt {
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
}
header.sub.util .mp-common .hold-point .total-pt span {
    font-weight: 300;
    font-size: 1.4rem;
}

header.sub.util .mp-common .hold-point .total-pt img {
    margin-left: 1rem;
    width: 1.6rem;
    vertical-align: middle;
    margin-bottom: .5rem;
}

header.sub.util .mp-common .hold-point .tooltip-box{
    background: #E6ECFE;
    border: 1px solid #E7E7E9;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    position: absolute;
    right: 10px;
    width: 70%;
    padding: 1.5rem;
    z-index: 15;
	display:none;
}

header.sub.util .mp-common .hold-point .tooltip-box h1{
    color: #5F656E;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
}

header.sub.util .mp-common .hold-point .tooltip-box p{
    color: #5F656E;
    font-size: 1.2rem;
    margin: 1rem 0;
    text-align: left;
}

header.sub.util .mp-common .hold-point .tooltip-box .tooltip-text{
    color: rgba(255, 0, 9, 0.5);
    font-size: 1.2rem;
}

header .back {
    left: 1.5rem;
}
header .cart {
    right: 1.5rem;
}
header .search {
    right: 4.75rem;
}
header .location {
    background: rgba(0, 0, 0, .4);
    text-align: center;
    padding: .5rem 0;
    margin: 0 1.5rem;
    border-radius: .6rem;
}
header .location ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    color: #f1f2f3;
    font-weight: 300;
}
header .location .arrow {
    margin: .5rem;
}
header .location .arrow img {
    display: inline-block;
    vertical-align: middle;
}

/* menu main common */
header.mu-main {
    background-image: url("/wallet/extends/images/head_bg.png");
    height: 21rem;
    position: relative;
    background-size: 100% 100%;
}
header.mu-main .logo {
    display: block;
    text-align: center;
    padding: 2.5rem 0;
    width: 10rem;
    margin: auto;
}
/* header : mypage */
header.mu-main .user-area {
    font-size: 0;
    position: absolute;
    top: 12rem;
    width: 100%;
    padding: 0 1.5rem;
}

header.mu-main .point{width: 100%;height: auto;display: flex;align-items: center;padding: 20px 20px 0;;}
header.mu-main .point span{font: bold 14px/1 'Montserrat', sans-serif; color: #fff;}
header.mu-main .point img{margin-left: 2px;}

header.mu-main .p-charge {
    padding: 0 1.5rem;
    position: absolute;
    width: 100%;
    top: 12rem;
}

header.mu-main .p-charge input {
    padding: 1.2rem;
    font-size: 1.4rem;
    border: none;
    border-radius: .6rem;
    background: #fff;
    box-shadow: 1px 1px 3px 3px rgba(51,51,51,.2);

}

header.mu-main .user-area .default-info {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 10rem);
    padding-right: 1rem;
}
header.mu-main .user-area .default-info .user-icon {
    display: inline-block;
    vertical-align: middle;
}
header.mu-main .user-area .default-info .user-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: .75rem;
}
header.mu-main .user-area .default-info .user-info p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}
header.mu-main .user-area .default-info .user-info span {
    font-size: 1.4rem;
    font-weight: 300;
    color: #f1f2f3 !important;
}
header.mu-main .user-area .logout {
    display: inline-block;
    vertical-align: middle;
    width: 10rem;
}
header.mu-main .user-area .logout input {
    width: 100%;
    padding: 1rem 0;
    border-radius: 1.8rem;
    border: none;
    color: #fff;
    font-size: 1.4rem;
    background: #081b60;
}

header.mu-main .category {
    margin: 2rem 1.5rem;
    background: #fff;
    border: 2px solid #080c5e;
    border-radius: 1.2rem;
    padding: 1.5rem;
    z-index: 9 !important;
    position: relative;
}
header.mu-main .category .cate-head {
    z-index: 88;
}
header.mu-main .category .cate-head p {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
}
header.mu-main .category .cate-head p::after {
    content: "";
    display: inline-block;
    width: 2.4rem; height: 2.4rem;
    background-image: url("/wallet/extends/images/cate_icon.png");
    position: absolute;
    top: 50%; right: 0;
    transform: translateY(-50%);
}
header.mu-main .category .cate-list {
    max-height: 0;
    overflow: hidden;
    transition: .3s ease;
}
header.mu-main .category .cate-list.show {
    max-height: 18rem;
    overflow-y: auto;
}
header.mu-main .category .cate-list ul {
    padding: 1rem;
}
header.mu-main .category .cate-list ul li {
    font-size: 1.5rem;
    color: #4b4b4b;
    font-weight: 300;
    padding: .5rem 0;
}
header.mu-main .category .cate-list ul li.on {
    color: #0f4dea;
    font-weight: 500;
}
/* header : mall */
header.mall-mu {
    height: 22rem !important;
    background-size: 100% 100%;
}
header.mall-mu .pg-tit {
    color: #fff;
    padding: 0 0 0 1.5rem;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 1rem 0;
}
header.mall-mu .top-head {
    position: relative;
    height: 10rem;
}
header.mall-mu .top-head a {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
}
header.mall-mu .top-head .logo {
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

header.mall-mu .top-head .search {
    position: absolute;
    top: 50%; right: 5.5rem;
    transform: translateY(-50%);
}
header.mall-mu .sch-box {
    top: 6.5rem;
}
/* header : wallet */
header.wallet-mu .category {
    margin-top: 8rem;
    border: none;
    box-shadow: 4px 4px 4px rgba(208,210,211,.2),-4px -4px 8px rgba(208,210,211,.2);
}
header.wallet-mu .category .cate-head p::after {
    background-image: url("/wallet/extends/images/menu_icon.png");
}
header.sub .wt-common {
    text-align: center;
}
header.sub .wt-common .coin-nm {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, .7);
}
header.sub .wt-common .coin-pr {
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
}
header.sub .wt-common .coin-pr span {
    font-size: 1.4rem;
}
/* header : join */
header.join-head {
    background: #1d1dcc;
}
header.join-head .bg {
    background: linear-gradient(to right, #6b73ff, transparent);
    padding: 2rem 0;
}
header.join-head .top-head {
    height: 4.5rem;
    position: relative;
    margin: 2.5rem 0;
}
header.join-head .top-head a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
header.join-head .top-head .logo {
    left: 35%;
    width: 10rem;
    margin: 0 auto;
}
header.join-head .top-head .hide-btn {
    right: 1.5rem;
}
header.join-head h1 {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 4rem;
}

header.sub .pg-tit {
    text-align: center;
    color: #fff;
}

/* footer */
footer {
    position: fixed;
    bottom: 0; left: 0;
    background: #fff;
    width: 100%;
    height: 6.5rem;
    box-shadow: 0 -1px 6px 2px rgba(51, 51, 51, .1);
}
footer ul {
    width: 100%;
    font-size: 0;
    padding-top: .65rem;
}
footer ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
footer ul .home-menu a {
    display: inline-block;
    width: 5rem !important; height: 5rem;
    background: linear-gradient(to right, #4b84f7, #0f4dea);
    border-radius: 50%;
}

footer a {
    height: 100%;
    padding-top: .75rem;
}

footer a img {
    vertical-align: middle;
}
