@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap');
#wrap {
	position: relative;
}

#header {
	width: 100%;
	max-width: 1125px;
	margin: 0 auto;
	z-index: 13;
	height: 75px;
	background: #fff;
}
#header .top-area {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1125px;
    background: #fff;
    height: 55px;
    z-index: 12;
}
#header h1 {
	position: absolute;
	top: 18px;
    left: 15px;
	
}
#header h1 a {font-family: 'Noto Sans KR', sans-serif;font-weight:900;}

#header h1 img {
    width: 95px;
}
#header .menu {
	position: absolute;
	top: 20px;
    right: 15px;
	z-index: 12;
}
#header .menu a {
    display: block;
    width: 20px;
    height: 25px;
}
#header .menu a span {
	position: absolute;
	display: block;
	width: 17px;
	height: 2px;
	background: #00119F;
	left: 2px;
}
#header .menu a span:nth-child(1) {
	top: 4px;
}
#header .menu a span:nth-child(2) {
	top: 11px;
}
#header .menu a span:nth-child(3) {
	top: 18px;
	width: 12px;
}
#header .right {
	position: absolute;
    top: 20px;
    right: 15px;
	display: flex;
	align-items: center;
}
#header .right a {
	margin-left: 10px;
}
#header .right .app-btn {
	background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 50px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    font-weight: bold;
    padding: 0 7px;
}
#header .right .app-btn img {
    width: 17px;
    margin: 3px 5px 3px 0;
}
#header .right a.mypage {
    background: url("../../images/ico-mypage.svg")no-repeat 50% 50% / 100%;
    font-size: 0;
    width: 20px;
    height: 20px;
    margin-right: 30px;
}
#header .right .search-btn {
	width: 25px;
	height: 25px;
	background: url("../../images/ico-search.png")no-repeat 50% 50% / 100%;
}
#header .right .cart-btn {
	width: 35px;
	height: 35px;
	background: url("../../images/ico-cart.png")no-repeat 50% 50% / 40px;
}
#header .top-category {
	margin-top: 10px;
}
#header .top-category .swiper-slide {
	width: auto;
	font-size: 15px;
	margin: 0 15px;
}
#header .search-box {
	margin-top: 60px;
	border-bottom: 1px solid #ececec;
}
#header .search-box .box {
	background: #fff;
    width: 100%;
    box-sizing: border-box;
}
#header .search-box .box .close {
    position: absolute;
    top: -65px;
    left: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: #fff;
    transform: translateX(-50%);
}
#header .search-box .box .close img {
	width: 20px;
	margin: 13px 0;
}
#header .search-box .box input[type=text] {
	width: calc(100% - 35px);
    height: 35px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
}
#header .search-box .box button {
    background: url("../../images/ico-search.svg")no-repeat 50% 50% / 18px;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    font-size: 0;
}

.scrollFunc {
	width:100%;
	height:92%;
	overflow-y:auto;
}
.side-wrap {
	width: 310px;
	position: fixed; 
	top: 0px;
	left:-100%;
	z-index: 15;
	height:100%;
	background: #fff;
	overflow: hidden; 
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	transition: all .2s;
}
.side-wrap.on {
	left: 0%;
}
.side-wrap .member {
	position: absolute;
	left: 0;
	bottom: 5%;
}
.side-wrap .member .logout {
	font-size: 17px;
    display: inline-block;
    margin-left: 25px;
}
.side-wrap .depth {
	padding: 65px 0 10%;
}
.side-wrap .depth li a {
	display: block;
    padding: 10px 16% 10px 6%;
    text-align: left;
    font-size: 17px;
    font-weight: bold;
}
.side-wrap .depth01 {
	position: relative; 
}
.side-wrap .depth01 > a:after {
    content: '';
    position: absolute;
    top: 20px;
    transform: translateY(-50%) rotate(90deg);
    right: 20px;
    display: block;
    background: url("../../images/ico-more.png")no-repeat 50% 50% / 8px;
    width: 20px;
    height: 20px;
}
.side-wrap .depth01.noChild > a:after {
	display: none;
}
.side-wrap .depth01.active .depth02 {
	max-height: 500px;  
	margin-bottom: -1px;
}
.side-wrap .depth01 > a {
	color:#1c1c1c; 
	font-size:16px; 
	position: relative;
}
.side-wrap .depth02 { 
	max-height: 0; 
	overflow: hidden; 
	-webkit-transition: max-height .3s; 
	-moz-transition: max-height .3s; 
	transition: max-height .3s;
}
.side-wrap .depth01.active .depth02 .hidden {
	position: absolute;
    top: -1px;
    width: 100%;
    z-index: 2;
}
.side-wrap .depth01.active .depth02 .hidden a {
	font-size: 0;
	height: 24px;
}
.side-wrap .depth02 > li > a {
    padding-left: 10%;
    font-size: 14px;
}
.side-wrap .side-close {
	background: url("../../images/ico-close-black.png")no-repeat 50% 50% / 22px;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	position: absolute;
	top: 15px;
    left: 5%;
}
.black-bg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 14;
	background: rgba(0,0,0,0.5);
	display: none;
}
.notScroll {
	overflow: hidden;
}




.container {
	width: 100%;
	max-width: 1125px;
	margin: 0px auto 0;
	padding-bottom: 75px;
}

#footer {
	position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1125px;
    transform: translateX(-50%);
    font-size: 0;
    z-index: 10;
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}
#footer ul li {
	display: inline-block;
	width: 25%;
	text-align: center;
}
#footer ul li a {
    display: block;
    font-size: 13px;
    color: #39475C;
    padding-top: 30px;
    font-weight: bold;
}
#footer ul li.ft01 a {
	background: url("../../images/ico-footer01.svg")no-repeat 50% 0px / 23px;
}
#footer ul li.ft02 a {
	background: url("../../images/ico-footer02.svg")no-repeat 50% 0px / 23px;
}
#footer ul li.ft03 a {
	background: url("../../images/ico-footer03.svg")no-repeat 50% 0px / 23px;
}
#footer ul li.ft04 a {
	background: url("../../images/ico-footer04.svg")no-repeat 50% 2px / 23px;
}
/*
#footer ul li.active a {
	color: #3697D4;
}
#footer ul li.ft01.active a {
	background: url("../../images/ico-footer01-on.svg")no-repeat 50% 0px / 23px;
}
#footer ul li.ft02.active a {
	background: url("../../images/ico-footer02-on.svg")no-repeat 50% 0px / 23px;
}
#footer ul li.ft03.active a {
	background: url("../../images/ico-footer03-on.svg")no-repeat 50% 0px / 23px;
}
#footer ul li.ft04.active a {
	background: url("../../images/ico-footer04-on.svg")no-repeat 50% 2px / 13px;
}*/
#footer .tel {
    position: fixed;
    bottom: 175px;
    right: 15px;
    width: 65px;
    height: 65px;
    font-size: 13px;
    text-align: center;
	background: #ef0d2c;
	border-radius: 50%;
}
#footer .tel a {
	color: #fff;
}
#footer .tel .thumbs {
	margin-top: 15px;
}
#footer .tel img {
	width: 17px;
}
#footer .tel p {
	margin-top: 5px;
}

#footer .kakao {
    position: fixed;
    bottom: 85px;
    right: 15px;
    width: 55px;
    height: 55px;
    font-size: 13px;
    text-align: center;
    background: #ffeb3b;
    border-radius: 50%;
}
#footer .kakao .thumbs {
	margin-top: 8px;
}
#footer .kakao img {
	width: 25px;
}
#footer .kakao p {
	margin-top: 2px;
}


#titleArea {
	position: relative;
	border-bottom: 1px solid #ddd;
	width: 100%;
	max-width: 1125px;
	height: 65px;
	margin: 0 auto;
}
#titleArea .prev {
    position: absolute;
    top: 15px;
    left: 25px;
    background: url("../../images/ico-prev.png")no-repeat 0 50% / 25px;
    width: 35px;
    height: 30px;
}
#titleArea h2 {
    position: absolute;
    left: 60px;
    padding: 12px 0;
    font-size: 25px;
    font-family: 'Noto Sans KR', sans-serif;
}
#titleArea .logout {
	position: absolute;
	top: 45px;
	right: 50px;
}
#titleArea.sub-top {
	border-bottom: 0;
}
#titleArea.sub-top h1 {
	position: absolute;
	top: 20px;
}


.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 12;
}
.modal .modal-content {
    width: 100%;
    max-width: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 80%;
}
.modal .modal-content .scroll {
	background: #fff;
	max-height: calc(100vh - 159px);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 70px;
    box-sizing: border-box;
    border-radius: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal .modal-content .scroll::-webkit-scrollbar {
    display: none;
}
.modal .close {
	position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}
.not-scroll {
	overflow: hidden;
}
.modal-content h2 {
	font-size: 38px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 45px;
}

#coin-modal .qr-img + .red-box {
	padding: 35px 40px;
	margin-top: 50px;
}
#coin-modal #myAddr {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	resize: none;
	width: 68%;
    margin-right: 75px;
}
#coin-modal #copyBtn {
	position: relative;
	display: inline-block;
    vertical-align: 20px;
}
#coin-modal #copyBtn img {
	margin-top: 15px;
}
#coin-modal #copyBtn:before {
	content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 105px;
    background: #f78696;
    top: -5px;
    left: -40px;
}