@charset "utf-8";
#wrap {
	position: relative;
}

#header {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	z-index: 10;
}
#header h1 {
	position: absolute;
	top: 15px;
	left: 50px;
}
#header h1.white a {
	color: #fff;
    background: url(../../images/logo-white.png)no-repeat -5px 50% / 70px;
    font-size: 30px;
    display: block;
    padding: 5px 0 5px 65px;
}
#header h1.logo2 a {
	color: #fff;
    background: url(../../images/logo-white2.png)no-repeat -5px 50% / 70px;
    font-size: 30px;
    display: block;
    padding: 10px 0 10px 65px;
}
#header h1 img {
	width: 150px;
}
#header .logout {
	position: absolute;
	top: 40px;
	right: 50px;
}

.container {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 200px;
}

#footer {
	position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 750px;
    transform: translateX(-50%);
    font-size: 0;
    z-index: 10;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 0px 10px rgb(0 0 0 / 20%);
}
#footer ul li {
	display: inline-block;
	/* width: 25%; */
	width: 20%;
	text-align: center;
}
#footer ul li a {
	display: block;
	font-size: 28px;
	color: #888;
	padding-top: 70px;
}
#footer ul li:nth-child(1) a {
	background: url("../../images/ico-footer05.png")no-repeat 50% 0px / 60px;
}
#footer ul li:nth-child(2) a {
	background: url("../../images/ico-footer01.png")no-repeat 50% 0px / 60px;
}
#footer ul li:nth-child(3) a {
	background: url("../../images/ico-footer03.png")no-repeat 50% 0px / 60px;
}
#footer ul li:nth-child(4) a {
	background: url("../../images/ico-footer06.png")no-repeat 50% 0px / 60px;
}
#footer ul li:nth-child(5) a {
	background: url("../../images/ico-footer04.png")no-repeat 50% 0px / 60px;
}
#footer ul li.active a {
	color: #000;
}
#footer ul li:nth-child(1).active a {
	background: url("../../images/ico-footer05-on.png")no-repeat 50% 0px / 60px;
}
#footer ul li:nth-child(2).active a {
	background: url("../../images/ico-footer01-on.png")no-repeat 50% 0px / 60px;
}
#footer ul li:nth-child(3).active a {
	background: url("../../images/ico-footer03-on.png")no-repeat 50% 0px / 60px;
}
#footer ul li:nth-child(4).active a {
	background: url("../../images/ico-footer06-on.png")no-repeat 50% 0px / 60px;
}
#footer ul li:nth-child(5).active a {
	background: url("../../images/ico-footer04-on.png")no-repeat 50% 0px / 60px;
}


#titleArea {
	position: relative;
	border-bottom: 2px solid #ddd;
	width: 100%;
	max-width: 750px;
	height: 60px;
	margin: 0 auto;
}
#titleArea .prev {
	position: absolute;
	top: 50px;
	left: 50px;
}
#titleArea h2 {
	position: absolute;
	left: 115px;
	padding: 37px 0;
	font-size: 45px;
	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;
}
#titleArea.sub-top h1 {
	position: absolute;
	top: 45px;
}
#titleArea.sub-top h1.sub-logo a {
	color: #000;
    background: url(../../images/logo.png)no-repeat -5px 50% / 70px;
    font-size: 30px;
    display: block;
    padding: 5px 0 5px 65px;
}
#titleArea.sub-top h1.sub-logo2 a {
	color: #000;
    background: url(../../images/logo2.png)no-repeat -5px 50% / 70px;
    font-size: 30px;
    display: block;
    padding: 10px 0 10px 65px;
}



.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;
}
#coin-modal #myAddr2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
	resize: none;
	width: 68%;
    margin-right: 75px;
}
#coin-modal #copyBtn2 {
	position: relative;
	display: inline-block;
    vertical-align: 20px;
}
#coin-modal #copyBtn2 img {
	margin-top: 15px;
}
#coin-modal #copyBtn2:before {
	content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 105px;
    background: #f78696;
    top: -5px;
    left: -40px;
}


.modal-content h2 span { font-size: 24px; padding-left: 10px; color: #006cf3; }
#coin-modal .qr-img + .red-box { padding: 15px 40px; margin-top: 40px; }
#coin-modal #myAddr {padding-top:10px; overflow: hidden; height: 150px; vertical-align: top; }
#coin-modal #copyBtn:before { height: 140px; }
#coin-modal #copyBtn img { margin-top: 40px; }

#coin-modal .qr-img + .red-box2 { padding: 15px 40px; margin-top: 20px; }
#coin-modal #myAddr2 { vertical-align: top; margin-top:35px; }
#coin-modal #copyBtn2 img { margin-top: 27px; }
#coin-modal #copyBtn2:before { top: 2px; }