@charset "UTF-8";
body,
html {
	width: 100%;
	font-family: "LeagueSpartan-SemiBold";
}
body li,
html li {
	list-style: none;
}
body a,
html a {
	color: inherit;
}
body p,
html p {
	margin-bottom: 0;
}
body button,
html button {
	border: none;
	background: none;
	outline: 0;
}
body input,
html input {
	border: 0;
	outline: none;
}
body img,
html img {
	width: 100%;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
	width: 0;
}
body .btn-wrap,
html .btn-wrap {
	text-align: center;
	margin-top: -6px;
}
body .btn-box img,
html .btn-box img {
	width: 324px;
}
body .btn-box .origin-btn,
html .btn-box .origin-btn {
	display: inline;
}
body .btn-box .hover-btn,
html .btn-box .hover-btn {
	display: none;
}
body .btn-box .active-btn,
html .btn-box .active-btn {
	display: none;
}
body .btn-box:hover .origin-btn,
html .btn-box:hover .origin-btn {
	display: none;
}
body .btn-box:hover .hover-btn,
html .btn-box:hover .hover-btn {
	display: inline;
}
body .btn-box:active .origin-btn,
html .btn-box:active .origin-btn {
	display: none;
}
body .btn-box:active .hover-btn,
html .btn-box:active .hover-btn {
	display: none;
}
body .btn-box:active .active-btn,
html .btn-box:active .active-btn {
	display: inline;
}
body .btn-more img,
html .btn-more img {
	width: 180px;
}
@media (max-width: 1023px) {
	body .container,
	html .container {
		max-width: 420px !important;
	}
	body .btn-buy img,
	html .btn-buy img {
		width: 270px;
	}
}

.more-wrap {
	margin-top: -5px;
}

/* 상품영역 */
.section-shop {
	position: relative;
	padding: 55px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#1a62e2), color-stop(#040f25), to(#000003));
	background: linear-gradient(to bottom, #1a62e2, #040f25, #000003);
	/* 탭메뉴 */
	/* qna */
}
.section-shop::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
	background: url(../../images/promotion/line.png) no-repeat;
	top: 0;
}
.section-shop .shop-title {
	font-size: 28px;
	color: #fff;
	text-shadow: 1px 3px 2px #000;
	font-weight: 500;
	letter-spacing: -1px;
}
.section-shop .shop-subtitle {
	font-size: 20px;
	color: #8cb6ff;
}
@media (max-width: 1023px) {
	.section-shop .shop-subtitle {
		letter-spacing: -1px;
	}
}
.section-shop .tab-wrap {
	margin-top: 55px;
}
.section-shop .tab-menu {
	position: relative;
	min-height: 440px;
}
.section-shop .tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	align-items: flex-end; /* 221114 추가 */
}
@media (max-width: 1023px) {
	.section-shop .tab-list {
		margin-bottom: 0;
	}
}
.section-shop .tab-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 230px;
	flex: 1 0 230px;
	max-width: 210px; /* 221114 수정 */
	height: 55px; /* 221114 수정 */
	padding: 20px 10px 15px;
	/*-webkit-box-shadow: inset -8.3px -5.6px 38px 0 rgba(52, 48, 23, 0.61), inset 3.1px -3.9px 21px 0 rgba(0, 14, 38, 0.48);
          box-shadow: inset -8.3px -5.6px 38px 0 rgba(52, 48, 23, 0.61), inset 3.1px -3.9px 21px 0 rgba(0, 14, 38, 0.48); 221114 삭제 */
	background-color: #b9961d;
}
.section-shop .tab-item:first-child {
	border-top-left-radius: 50px;
}
.section-shop .tab-item:last-child {
	border-top-right-radius: 50px;
	position: relative;
}
.section-shop .tab-item:hover {
	cursor: pointer;
}
.section-shop .tab-item--1 {
	background: url("../../images/promotion/goldshop-btn.png") no-repeat;
	/*background-size: cover; 221114 수정*/
	background-size: 100% 100% !important;
}
.section-shop .tab-item--1.is-on {
	background: url("../../images/promotion/goldshop-btn-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--1.is-on:hover {
	background: url("../../images/promotion/goldshop-btn-hovernew.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--1:hover {
	background: url("../../images/promotion/goldshop-btn-noactive-hover.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--1.is-on:active {
	background: url("../../images/promotion/goldshop-btn-hovernew-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--1:active {
	background: url("../../images/promotion/goldshop-btn-noactive-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--2 {
	height: 65px;
	background: url("../../images/promotion/gift-btn.png") no-repeat;
	/*background-size: cover; 221114 수정*/
	background-size: 100% 100% !important;
}
.section-shop .tab-item--2.is-on {
	background: url("../../images/promotion/gift-btn-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--2.is-on:hover {
	background: url("../../images/promotion/gift-btn-hovernew.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--2:hover {
	background: url("../../images/promotion/gift-btn-noactive-hover.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--2.is-on:active {
	background: url("../../images/promotion/gift-btn-hovernew-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item--2:active {
	background: url("../../images/promotion/gift-btn-noactive-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 1024px) {
	.section-shop .tab-item {
		/*height: 45px; 221114 삭제 */
		background-position: center;
	}
}
.section-shop .tab-item .btn-tab {
	font-size: 24px;
	text-shadow: 0px 2px 0 #b8a248;
	color: rgba(77, 59, 31, 0.98);
	line-height: 0.5;
	font-weight: 600;
}
.section-shop .tab-item .btn-tab:hover {
	text-decoration: none;
}
.section-shop .tab-item .rebon {
	display: none !important; /* 221114 추가 */
	position: absolute;
	top: -10px;
	left: -1.53px;
	width: 60px;
	height: 51px;
}
.section-shop .tab-item .rebon__active {
	display: none;
}
.section-shop .tab-item .rebon__none {
	display: block;
}
.section-shop .tab-item.is-on {
	/*background-color: #ffed5f; 221114 삭제 */
	-webkit-box-shadow: none;
	box-shadow: none;
}
.section-shop .tab-item.is-on .btn-tab {
	text-shadow: 0px 2px 0 #feffe9;
	color: rgba(0, 0, 0, 0.98);
}
.section-shop .tab-item.is-on .rebon__active {
	display: block;
}
.section-shop .tab-item.is-on .rebon__none {
	display: none;
}
.section-shop .tab-item.is-on .cont {
	display: block;
}
.section-shop .cont {
	height: auto;
	/*-webkit-box-shadow: 0px -1px 1px 1px #fbf3c6;
          box-shadow: 0px -1px 1px 1px #fbf3c6;*/
	border-radius: 12px;
	border-bottom: 2px solid #000;
	display: none;
}
.section-shop .cont.on {
	display: block;
}
@media (max-width: 1023px) {
	.section-shop .cont {
		border-radius: 5px;
	}
}
.section-shop .sub-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url("../../images/promotion/product-bg-pc.png");
	background-size: 100% 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 326px;
	padding-left: 5px;
	padding-right: 5px;
}
@media (max-width: 1100px) {
	.section-shop .sub-cont {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (max-width: 1023px) {
	.section-shop .sub-cont {
		padding-top: 5px;
		padding-left: 3px;
		border-radius: 0 0 5px 5px;
		background: #000615;
		border: 5px solid #fbdc3d;
		height: auto;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
		background-size: contain;
	}
}
@media (max-width: 1100px) {
	.section-shop .cont-img {
		width: 16.66%;
	}
}
@media (max-width: 1023px) {
	.section-shop .cont-img {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 49%;
		flex: 1 0 49%;
		max-width: 49%;
		width: auto;
	}
}
.section-shop .cont-img a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background: url("../../images/promotion/product-bg.png") no-repeat;
	background-size: 100% 100%;
	padding-bottom: 43px;
	width: 176px;
	height: 308px;
	position: relative;
}
.section-shop .cont-img.point a {
	background-image: url("../../images/promotion/product-bg-point.png");
}
.section-shop .cont-img.point a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 49px;
	width: 86px;
	height: 52px;
	background: url("../../images/promotion/product-bg-popular.png") 0 0 no-repeat;
}

ol,
ul {
	padding-left: 0;
}

.section-shop .cont-img a {
	text-decoration: none;
}

.section-shop .cont-img a:hover {
	text-decoration: none;
}
@media (max-width: 1100px) {
	.section-shop .cont-img a {
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.section-shop .cont-img a {
		width: auto;
		padding-bottom: 60px;
	}
}
@media (max-width: 400px) {
	.section-shop .cont-img a {
		padding-bottom: 0;
		padding-top: 15px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: 299px;
	}
}
@media (max-width: 400px) {
	.section-shop .cont-img a {
		width: auto;
	}
}
@media (max-width: 375px) {
	.section-shop .cont-img a {
		/* background-size: contain; */
	}
}
@media (max-width: 370px) {
	.section-shop .cont-img a {
		/* height: 276px; */
	}
}
.section-shop .cont-img .txt-wrap {
	min-height: 65px;
}
@media (max-width: 400px) {
	.section-shop .cont-img .txt-wrap {
		min-height: auto;
	}
}
.section-shop .cont-img .bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #bd1534;
	border-radius: 35px;
	padding: 3px 8px;
	font-size: 13px;
	color: #fff;
	-webkit-column-gap: 2px;
	-moz-column-gap: 2px;
	column-gap: 2px;
	letter-spacing: -1px;
}
.section-shop .cont-img .bonus img {
	width: auto;
}
.section-shop .cont-img .number-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.section-shop .cont-img .number-wrap .origin-number {
	position: absolute;
	top: 5px;
	left: -37px;
	color: #5b85cc;
	font-size: 15px;
	font-weight: 500;
}
.section-shop .cont-img .number-wrap .origin-number::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url("../../images/promotion/text-line.png") no-repeat;
	background-size: contain;
	width: 38px;
	height: 12px;
	z-index: 0;
}
.section-shop .cont-img .number-wrap .number {
	color: #ffe325;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	text-shadow: -2px 0px #00256c, 0px 2px #00256c, 2px 0px #00256c, 0px -2px #00256c;
}
.section-shop .cont-img .number-wrap .number-name {
	margin-top: -5px;
	color: #ffe325;
	font-size: 12px;
	text-shadow: -2px 0px #00256c, 0px 2px #00256c, 2px 0px #00256c, 0px -2px #00256c;
}
.section-shop .cont-img .img-bx {
	min-height: 154px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (max-width: 1023px) {
	.section-shop .cont-img .img-bx {
		min-height: 145px;
	}
}
@media (max-width: 400px) {
	.section-shop .cont-img .img-bx {
		min-height: 145px;
	}
}
.section-shop .cont-img .gold {
	width: auto;
}
.section-shop .cont-img .gold--1 {
	height: 125px;
}
.section-shop .cont-img .gold--2 {
	height: 120px;
}
.section-shop .cont-img .price {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	text-shadow: -2px 0px #111, 0px 2px #111, 2px 0px #111, 0px -2px #111;
	position: absolute;
	bottom: 13px;
}
@media (max-width: 1080px) {
	.section-shop .cont-img .price {
		/*bottom: 20px;*/
	}
}
@media (max-width: 1023px) {
	.section-shop .cont-img .price {
		/*bottom: 10px;*/
	}
}
@media (max-width: 400px) {
	.section-shop .cont-img .price {
		/*bottom: 10px;*/
	}
}
@media (max-width: 376px) {
	.section-shop .cont-img .price {
		/* bottom: 30px; */
	}
}
@media (max-width: 370px) {
	.section-shop .cont-img .price {
		bottom: 12px;
	}
}
.section-shop .cont-img .gift-ribon {
	position: absolute;
	bottom: 9px;
	left: 0;
	z-index: 10;
	width: auto;
}
@media (max-width: 1023px) {
	.section-shop .cont-img .gift-ribon {
		bottom: 8px;
		left: 2px;
	}
}
@media (max-width: 400px) {
	.section-shop .cont-img .gift-ribon {
		bottom: 7px;
	}
}
.section-shop .line-box {
	margin: 60px 0;
}
.section-shop .line {
	width: 100%;
	height: 2px;
	border-radius: 50%;
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ffed5e), to(transparent));
	background: linear-gradient(to right, transparent, #ffed5e, transparent);
}
.section-shop .buy-wrap {
	margin-top: 35px;
}
.section-shop .img {
	margin-bottom: 55px;
}
.section-shop .how-m {
	display: none;
}
.section-shop .qna-wrap {
	margin-top: 40px;
	text-align: left;
}
.section-shop .qna-header {
	padding: 5px 10px;
	position: relative;
	background: #00173d;
	margin-bottom: 30px;
}
.section-shop .qna-header.select {
	margin-bottom: 0px;
}
.section-shop .qna-header.select a {
	background: url(../../images/promotion/qna-down.png) no-repeat right center;
}
.section-shop .qna-header a {
	display: block;
	padding-right: 30px;
	text-decoration: none;
	font-size: 1.63em; /* 221114 수정 */
	font-weight: 400;
	color: #fff;
	background: url(../../images/promotion/qna-up.png) no-repeat right center;
}
.section-shop .qna-body {
	display: none;
	padding: 5px 10px;
	line-height: 1.5;
	color: #89b2f8;
	position: relative;
	background: #000000;
	margin-bottom: 30px;
	border: 3px solid #00173d;
	font-size: 1.25em; /* 221114 수정 */
}
.section-shop .qna-body p {
	margin-bottom: 0;
}
@media (max-width: 1023px) {
	.section-shop .tab-list {
		height: auto;
	}
	.section-shop .tab-item {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%;
		max-width: 50%;
		padding: 12.972% 0 0;
		height: 0;
		overflow: hidden;
	}
	.section-shop .tab-item--2 {
		padding-top: 15.405%;
	}
	.section-shop .tab-item .btn-tab {
		font-size: 18px;
	}
	.section-shop .cont {
		border-radius: 4px;
	}
	.section-shop .sub-cont {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.section-shop .how-lg {
		display: none;
	}
	.section-shop .how-m {
		display: block;
	}
	.section-shop .qna-body {
		/* 221114 추가 */
		font-size: 1em;
	}
	.section-shop .qna-header a {
		font-size: 1.25em; /* 221114 수정 */
	}
}

/* 결제진행 */
.main {
	position: relative;
}

.main-visual .top-txt {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.main-visual .img-wrap {
	height: 665px;
	width: 100%;
	background: url(../../images/promotion/pay-visual.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.main-visual a {
	color: #007bff;
	text-decoration: underline;
}
.main-visual .color {
	color: #545454;
}
@media (max-width: 1023px) {
	.main-visual .img-wrap {
		height: 545px;
	}
}

/* 팝업 */
.popup {
	position: fixed;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
	display: none;
}
@media (max-width: 1023px) {
	.popup {
		top: 10%;
	}
}
.popup.active {
	display: block;
}
.popup .popup-bx {
	position: relative;
	height: 100%;
}
.popup .popup-bx::-webkit-scrollbar {
	background-color: transparent;
	border-radius: 5px;
	width: 5px;
}
.popup .popup-bx::-webkit-scrollbar-thumb {
	background-color: transparent;
	border-radius: 5px;
}
.popup .btn-close {
	position: fixed;
	top: 10px;
	right: 20px;
	width: 45px;
	height: 45px;
	z-index: 3;
}
.popup .txt {
	text-align: center;
	color: #fff;
	text-shadow: 2px 3px 2px #000;
	font-size: 23px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.34;
}
@media (max-width: 400px) {
	.popup .txt {
		font-size: 20px;
	}
}
.popup__main {
	max-width: 562px;
	max-height: 80%;
	overflow-y: auto;
	width: 100%;
	padding: 0 10px;
	z-index: 100;
}
@media (max-width: 400px) {
	.popup__main {
		max-width: 88%;
		overflow-y: auto;
	}
}
.popup__main .button-close {
	position: absolute;
	top: 0;
	/*right: 20px;*/
	right: 10px; /* 221114 수정 */
	z-index: 3;
}
.popup__main .button-close span {
	display: block;
	width: 32px;
	padding-top: 32px;
	height: 0;
	overflow: hidden;
	background: url("../../images/promotion/btn-close.png") 0 0 no-repeat;
}
.popup__main .button-close:hover span {
	background-image: url("../../images/promotion/btn-close-hover.png");
}
.popup__main .button-close:active span {
	background-image: url("../../images/promotion/btn-close-active.png");
}
.popup__main .bg-bx {
	/* 221114 수정 */
	width: 542px;
	/*height: 590px;*/
	background: url(../../images/promotion/desk-bg-new2.png) no-repeat;
	height: auto !important;
	background-size: 100% 100% !important;
	/*padding-bottom:20px;*/
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 5px;
}
.popup__main .bg-bx--1 {
	/* 221114 수정 */
	background: url(../../images/promotion/pop-bg2.png) no-repeat;
	background-size: 100% 100% !important;
	/*height: 489px;*/
	height: auto !important;
	/*padding-top:20px;
  padding-bottom:20px;*/
}
@media (max-width: 1023px) {
	.popup__main .bg-bx {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.popup__main .bg-bx {
		/*height: 721px !important; 221114 수정 */
	}
}
.popup__main .wrap {
	height: 100%;
}
@media (max-width: 1023px) {
	/*.popup__main .wrap {
    height: 95%;
    overflow-y: auto;
  }*/
	.popup__main .button-close {
		right: 5px;
	}
	.popup__main .button-close span {
		width: 47px;
		padding-top: 48px;
		background-image: url("../../images/promotion/btn-close-m.png");
	}
	.popup__main .button-close:hover span {
		background-image: url("../../images/promotion/btn-close-hover-m.png");
	}
	.popup__main .button-close:active span {
		background-image: url("../../images/promotion/btn-close-active-m.png");
	}
}
.popup__main .flex-contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.popup__main .flex-contain > div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	max-width: 50%;
}
.popup__main .img-bx {
	padding-top: 15px;
	position: relative;
}
.popup__main .img-bx .ribon {
	position: absolute;
	top: 13px;
	left: 9px;
	width: auto;
	display: none;
}
.popup__main .img-bx .ribon.active {
	display: block;
}
@media (max-width: 1023px) {
	.popup__main .img-bx .ribon {
		top: 0;
		left: 0;
	}
}
.popup__main .img-bx .product {
	width: auto;
	display: block;
	margin: 0 auto;
}
.popup__main .text-bx {
	font-weight: 900;
	padding-top: 15px;
}
.popup__main .gold-txt {
	font-size: 13px;
	color: #ffe325;
	text-shadow: 3px 3px 3px #00256c;
	margin-bottom: 5px;
}
.popup__main .font {
	font-size: 17px;
}
.popup__main .dis-count {
	font-size: 19px;
	color: #5b85cc;
	display: inline-block;
	position: relative;
	margin-top: -5px;
}
.popup__main .dis-count::after {
	content: "";
	position: absolute;
	top: -35%;
	right: 50%;
	width: 2px;
	height: 50px;
	background-color: #fff;
	-webkit-transform: rotate(65deg);
	transform: rotate(65deg);
}
.popup__main .count {
	font-size: 28px;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	margin-top: -5px;
}
@media (max-width: 1023px) {
	.popup__main .count {
		font-size: 26px;
	}
}
@media (max-width: 375px) {
	.popup__main .count {
		font-size: 23px;
	}
}
.popup__main .tab-menu {
	position: unset;
}
.popup__main .tab-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: 20px;
	width: 244px;
	margin-left: auto;
	border-radius: 8px;
	border: 2px solid #edb400;
}
.popup__main .tab-menu--payment .tab-item {
	width: 119px;
	height: 34px;
}
.popup__main .tab-menu--payment .tab-item:hover {
	cursor: pointer;
}
.popup__main .tab-menu--payment .tab-item--1 {
	background: url("../../images/promotion/pop-gold-btn.png") no-repeat;
	background-size: cover;
}
.popup__main .tab-menu--payment .tab-item--1.is-on {
	background: url("../../images/promotion/pop-gold-btn-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--1.is-on:hover {
	background: url("../../images/promotion/pop-gold-btn-hover.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--1:hover {
	background: url("../../images/promotion/pop-gold-btn-unactive-hover.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--1.is-on:active {
	background: url("../../images/promotion/pop-gold-btn-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--1:active {
	background: url("../../images/promotion/pop-gold-btn-unactive-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--2 {
	background: url("../../images/promotion/pop-gift-btn.png") no-repeat;
	background-size: cover;
}
.popup__main .tab-menu--payment .tab-item--2 .rebon__active {
	display: none;
}
.popup__main .tab-menu--payment .tab-item--2 .rebon__none {
	display: block;
}
.popup__main .tab-menu--payment .tab-item--2.is-on {
	background: url("../../images/promotion/pop-gift-btn-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--2.is-on:hover {
	background: url("../../images/promotion/pop-gift-btn-hover.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--2.is-on:active {
	background: url("../../images/promotion/pop-gift-btn-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--2.is-on .rebon__active {
	display: block;
}
.popup__main .tab-menu--payment .tab-item--2.is-on .rebon__none {
	display: none;
}
.popup__main .tab-menu--payment .tab-item--2:hover {
	background: url("../../images/promotion/pop-gift-btn-unactive-hover.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .tab-item--2:active {
	background: url("../../images/promotion/pop-gift-btn-unactive-active.png") no-repeat;
	background-size: cover;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.popup__main .tab-menu--payment .cont {
	display: none;
	width: 95%;
	margin: 0 auto;
}
.popup__main .tab-menu--payment .cont.is-on {
	display: block;
}
.popup__main .tab-menu--payment .sub-cont {
	padding: 10px;
	background: #04122a;
	border: 3px solid #0841ca;
	border-radius: 8px;
	border-radius: 8px;
}
.popup__main .tab-menu--payment .sub-cont--2 {
	padding: 10px;
}
.popup__main .tab-menu--payment .cont-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup__main .tab-menu--payment .cont-box--2 {
	margin-bottom: 5px;
}
@media (max-width: 1023px) {
	.popup__main .tab-menu--payment .cont-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.popup__main .tab-menu--payment .box-left,
.popup__main .tab-menu--payment .box-right {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	max-width: 50%;
}
@media (max-width: 1023px) {
	.popup__main .tab-menu--payment .box-left,
	.popup__main .tab-menu--payment .box-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
	}
}
.popup__main .tab-menu--payment .box-left {
	text-align: left;
	margin-bottom: 10px;
}
.popup__main .tab-menu--payment .box-right {
	padding-left: 20px;
}
@media (max-width: 1023px) {
	.popup__main .tab-menu--payment .box-right {
		padding-left: 0;
	}
}
.popup__main .tab-menu--payment .txt-list {
	font-size: 13px;
	text-shadow: 3px 2px 3px #00256c, 3px 2px 3px #00256c, 3px 2px 3px #00256c, 3px 2px 3px #00256c;
	line-height: 1.4;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1023px) {
	.popup__main .tab-menu--payment .txt-list {
		font-size: 11px;
		line-height: 1.3;
	}
}
.popup__main .tab-menu--payment .txt-list .width-span {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 15px;
	flex: 1 0 15px;
	max-width: 15px;
}
.popup__main .tab-menu--payment .input-bx {
	margin-top: 8px;
	position: relative;
}
.popup__main .tab-menu--payment .input-bx .error-bx {
	position: absolute;
	bottom: 100%;
	right: -18px;
	margin-bottom: 6px;
}
.popup__main .tab-menu--payment .input-bx input {
	height: 25px;
	margin-bottom: 8px;
	width: 100%;
	font-size: 13px;
	padding-left: 5px;
}
.popup__main .tab-menu--payment .input-bx input.error {
	border: 1px solid red;
}
.popup__main .tab-menu--payment .input-bx textarea {
	width: 100%;
	height: 100px;
	font-size: 13px;
	padding-left: 5px;
	resize: none;
}
@media (max-width: 1023px) {
	.popup__main .tab-menu--payment .input-bx textarea {
		height: 46px;
	}
}
.popup__main .tab-menu--payment .papal-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 5px;
}
.popup__main .tab-menu--payment .papal-wrap .btn-pay img {
	display: none;
}
.popup__main .tab-menu--payment .papal-wrap .btn-pay img.default {
	display: inline-block;
}
.popup__main .tab-menu--payment .papal-wrap .btn-pay:hover img.default,
.popup__main .tab-menu--payment .papal-wrap .btn-pay:hover img.active {
	display: none;
}
.popup__main .tab-menu--payment .papal-wrap .btn-pay:hover img.hover {
	display: inline-block;
}
.popup__main .tab-menu--payment .papal-wrap .btn-pay:active img.default,
.popup__main .tab-menu--payment .papal-wrap .btn-pay:active img.hover {
	display: none;
}
.popup__main .tab-menu--payment .papal-wrap .btn-pay:active img.active {
	display: inline-block;
}
.popup__main .tab-menu--payment .papal-wrap .btn-pay:first-child {
	margin-bottom: 5px;
}
.popup__main .tab-menu--payment .last-txt {
	font-size: 12.5px;
	color: #7edfff;
	padding: 5px 0;
	text-align: center;
	letter-spacing: -0.5px;
}
.popup__main .tab-menu--payment .last-txt.gold {
	padding: 10px 0 5px 0;
}
@media (max-width: 370px) {
	.popup__main .tab-menu--payment .last-txt.gold {
		padding: 4px 0 5px 0;
	}
}
@media (max-width: 1023px) {
	.popup__main .tab-menu--payment .last-txt {
		line-height: 1.2;
		padding: 10px 0 5px 0;
	}
}
.popup__main .tab-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 120px;
	flex: 1 0 120px;
	max-width: 120px;
	height: 38px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#dbd166),
		color-stop(#b3990c),
		color-stop(#b38102),
		color-stop(#b3990c),
		to(#dbd166)
	);
	background-image: linear-gradient(to bottom, #dbd166, #b3990c, #b38102, #b3990c, #dbd166);
	border: 2px solid #000;
}
@media (max-width: 375px) {
	.popup__main .tab-item {
		height: 32px;
	}
}
.popup__main .tab-item:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.popup__main .tab-item:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-left: none;
	position: relative;
}
.popup__main .tab-item .btn-tab {
	font-size: 15px;
	text-shadow: 0px 1px 0 #b8a248;
	color: rgba(77, 59, 31, 0.98);
	font-weight: 600;
	height: 34px;
	line-height: 34px;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.popup__main .tab-item .btn-tab:hover {
	cursor: pointer;
}
@media (max-width: 375px) {
	.popup__main .tab-item .btn-tab {
		font-size: 13px;
		height: 28px;
		line-height: 28px;
	}
}
.popup__main .tab-item .rebon {
	position: absolute;
	top: -3px;
	left: -2px;
	width: 31px;
	height: 28px;
}
.popup__main .tab-item .rebon__active {
	display: none;
}
.popup__main .tab-item .rebon__none {
	display: block;
}
.popup__main .tab-item.is-on {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fffcab), color-stop(#fc0), to(#fffcab));
	background-image: linear-gradient(to top, #fffcab, #fc0, #fffcab);
}
.popup__main .tab-item.is-on .btn-tab {
	text-shadow: 0px 1px 0 #b8a248;
	color: rgba(0, 0, 0, 0.98);
}
.popup__main .tab-item.is-on .rebon__active {
	display: block;
}
.popup__main .tab-item.is-on .rebon__none {
	display: none;
}
.popup__out {
	display: none;
	width: 390px;
	height: 227px;
}
@media (max-width: 400px) {
	.popup__out {
		width: 360px;
		height: 210px;
	}
}
.popup__out .popup-bx::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: url(../../images/promotion/login-bg.png) no-repeat;
	width: 390px;
	height: 227px;
}
@media (max-width: 400px) {
	.popup__out .popup-bx::after {
		width: 360px;
		background-size: contain;
	}
}
.popup__out .wrap {
	position: absolute;
	top: 35%;
	left: 50%;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	z-index: 2;
}
.popup__out .button-bx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.popup__out .button-bx img {
	width: 178px;
}
.popup__in {
	display: none;
	width: 390px;
	height: 498px;
}
@media (max-width: 400px) {
	.popup__in {
		width: 360px;
		height: 435px;
	}
}
.popup__in .popup-bx::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: url(../../images/promotion/logout-bg.png) no-repeat;
	width: 390px;
	height: 498px;
}
@media (max-width: 400px) {
	.popup__in .popup-bx::after {
		width: 360px;
		height: 500px;
		background-size: contain;
	}
}
.popup__in .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	text-align: center;
}
.popup__in .wrap img {
	width: 220px;
}
.popup__in .wrap .txt {
	font-family: "MyriadPro";
}
.popup__in .wrap .or-txt {
	font-size: 24px;
	color: #fff;
	font-stretch: condensed;
	position: relative;
}
.popup__in .wrap .or-txt::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 55%;
	width: 75px;
	height: 3px;
	background: #fff;
}
.popup__in .wrap .or-txt::before {
	position: absolute;
	content: "";
	top: 50%;
	right: 55%;
	width: 75px;
	height: 3px;
	background: #fff;
}
@media (max-width: 1023px) {
	.popup__main {
		max-width: 420px;
		max-height: 100%;
		top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.popup__main .bg-bx {
		min-width: 340px;
		width: 100%;
		height: 779px;
		background: url(../../images/promotion/m-bg2.png) no-repeat;
		background-size: 100% 100%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px;
		margin-top: 10%;
		margin-bottom: 10%;
	}
	.popup__main .bg-bx--1 {
		background: url(../../images/promotion/pop-m-bg2new.png) no-repeat;
		background-size: 100% 100%;
		height: 698px;
	}
	.popup__main .popup-bx {
		/* 221114 수정 */
		/*max-height: 770px;*/
		/*max-height:500px;
    overflow-y:auto;*/
	}
	.popup__main .flex-contain {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.popup__main .flex-contain .img-bx {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 248px;
		flex: 1 0 248px;
		max-width: 248px;
		padding-top: 0px;
	}
	.popup__main .flex-contain .text-bx {
		text-align: center;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
		padding-top: 0;
	}
	.popup__main .tab-menu {
		top: 0;
	}
	.popup__main .tab-list {
		margin-right: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 5px;
	}
	.popup__main .tab-item .cont-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.popup__main .tab-item .cont-box .box-left,
	.popup__main .tab-item .cont-box .box-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
		max-width: 100%;
	}
	.popup__main .tab-item .cont-box .box-right {
		padding-left: 0px;
		padding-top: 20px;
	}
	.popup__main .tab-item .input-bx .error-bx {
		right: 0;
	}
}

/* 푸터 */
.foot {
	background: #11429a;
	min-height: 250px;
	position: relative;
}
.foot::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
	background: url(../../images/promotion/line.png) no-repeat;
	top: 0;
}

/* footer */
footer {
	background: #16375b;
	padding: 70px 0;
	position: relative;
}
footer::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
	background: url(../../images/promotion/line.png) no-repeat;
	top: 0;
}
footer .footer__text {
	text-align: center;
}
footer .footer__policy {
	color: #fff;
	margin-bottom: 10px;
}
footer .footer__policy a {
	color: #fff;
	padding: 0 5px;
}
footer .footer__tit {
	font-size: 14px;
	color: #23abf5;
	margin-bottom: 35px;
}
footer .list-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .list-footer-item {
	max-width: 200px;
	margin: auto;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 10px;
	border-bottom-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	background-color: transparent !important;
	border: none !important;
}
@media (max-width: 1023px) {
	footer .list-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	footer .list-footer-item {
		margin: auto;
		padding-bottom: 20px;
	}
}

.back-drop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
	display: none;
}
.back-drop.active {
	display: block;
}
