article section {
	overflow: hidden;
}

.pop--wrap {
	opacity: 1;
	pointer-events: all;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 100%;
	background-color: rgba(0, 4, 19, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}
.pop--wrap.hidden {
	opacity: 0;
	pointer-events: none;
}
.pop--wrap .pop {
	width: 1000px;
	position: relative;
	border-radius: 30px;
	background-color: #fff;
	padding: 60px 55px 90px;
}
.pop--wrap .pop .pop--close {
	top: 30px;
	right: 30px;
	height: 30px;
	width: 24px;
	height: 24px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/ico_close.svg);
	position: absolute;
}
.pop--wrap .pop .pop--title > h2 {
	font-size: 22px;
	font-weight: 400;
	color: #24243d;
	margin-bottom: 0;
}
.pop--wrap .pop .pop--title > h2 > b {
	font-weight: 700;
}
.pop--wrap .pop .pop--title > p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
}
.pop--wrap .pop .pop--title > p.color--blue {
	color: #315bff;
}
.pop--wrap .pop .pop--title > p.color--purple {
	color: #800080;
	font-weight: 600;
	margin-top:10px;
}
.pop--wrap .pop .pop--title > p.sub {
	color: #111;
	line-height: 1;
	font-size: 18px;
	font-weight: 500;
	margin-top: 45px;
	margin-bottom: 20px;
}
.pop--wrap .pop .pop--cont {
	margin-top: 30px;
}
.pop--wrap .pop .pop--cont .circle--blue {
	padding: 15px 20px;
	box-sizing: border-box;
	color: #315bff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 100px;
	line-height: 1;
	border: 1px solid rgba(49, 91, 255, 0.5);
	display: inline-block;
}
.pop--wrap .pop .pop--cont > p {
	color: #444;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.7;
}
.pop--wrap .pop .pop--cont > p b {
	color: #000;
	font-weight: 500;
}
.pop--wrap .pop .pop--cont > p.color--blue {
	color: #315bff;
}
.pop--wrap .pop .pop--cont > p.sub {
	color: #111;
	line-height: 1;
	font-weight: 500;
	margin-top: 45px;
	margin-bottom: 20px;
}
.pop--wrap .pop .pop--cont > p.sub .color--blue {
	color: #315bff;
	font-weight: 700;
}
.pop--wrap .pop .pop--cont > p.sub .color--purple {
	color: #800080;
	font-weight: 700;
	margin-left:30px;
	line-height: 40px;
}
.pop--wrap .pop .pop--cont > p.sub .color--black {
	color: #000000;
	font-weight: 400;
}
.pop--wrap .pop .pop--cont > ul {
	padding-left: 20px;
}
.pop--wrap .pop .pop--cont > ul li {
	list-style: none;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
}
.pop--wrap .pop .pop--cont > ul li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -10px;
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #333;
	border-radius: 50%;
}
.pop--wrap .pop .pop--cont .pop--box {
	padding: 30px;
	margin: 35px 0;
	background-color: #f2f9ff;
	border-radius: 20px;
	display: flex;
	gap: 30px;
	align-items: center;
}
.pop--wrap .pop .pop--cont .pop--box .ico {
	width: 65px;
	height: 60px;
	background-image: url(../img/img_deal_pop.svg);
}
.pop--wrap .pop .pop--cont .pop--box .ico2 {
	width: 90px;
	height: 60px;
	background-image: url(../img/img_deal_pop2.svg);
}
.pop--wrap .pop .pop--cont .pop--box p {
	color: #333;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 2;
}
.pop--wrap .pop .pop--cont .pop--box p b {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}

.pop--wrap .pop .pop--cont2 {
	margin-top: 10px;
	width:100%;
	height:600px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
}
.pop--wrap .pop .pop--cont2 > p {
	color: #444;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.7;
}
.pop--wrap .pop .pop--cont2 > p.sub {
	color: #111;
	line-height: 1;
	font-weight: 600;
	border-radius: 30px;
	background-color: #e2cfeb !important;
	padding: 10px 15px;
	margin-top: 45px;
	margin-bottom: 10px;
}
.pop--wrap .pop .pop--cont2 > p.sub .color--blue {
	color: #315bff;
	font-weight: 700;
}
.pop--wrap .pop .pop--cont2 > ul {
	padding-left: 20px;
}
.pop--wrap .pop .pop--cont2 > ul li {
	list-style: none;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
}
.pop--wrap .pop .pop--cont2 > ul li i{
	zoom:0.8;
}
.pop--wrap .pop .pop--cont2 > ul li span {
	color: #800080;
	font-weight: 600;
}

.pop--wrap .pop2 {
	width: 1380px;
	position: relative;
	border-radius: 30px;
	background-color: #fff;
	padding: 40px 30px;
}
.pop--wrap .pop2 .pop--cont {
	display: inline-block;
	width: 660px;
	overflow-y: auto;
	max-height: calc(96vh - 150px);
	padding-right: 20px;
}
.pop--wrap .pop2 .pop--right {
	display: inline-block;
	width: 650px;
	overflow-y: auto;
	max-height: calc(96vh - 150px);
	padding: 0 20px;
}
.pop--wrap .pop2 .pop--right img {
	width: 100%;
}
.pop--wrap .pop2 .pop--close {
	top: 30px;
	right: 30px;
	height: 30px;
	width: 24px;
	height: 24px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/ico_close.svg);
	position: absolute;
}
.pop--wrap .pop2 .pop--title {
	padding-bottom: 35px;
}
.pop--wrap .pop2 .pop--title h2 {
	color: #000;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.56px;
	margin-bottom: 0;
}
.pop--wrap .pop2 .pop--desc {
	margin-bottom: 40px;
}
.pop--wrap .pop2 .pop--desc p {
	color: #24243d;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: -0.34px;
}
.pop--wrap .pop2 .pop--desc p.color--blue {
	margin-bottom: 15px;
	color: #315bff;
	font-weight: 600;
}
.pop--wrap .pop2 .ma--select--wrap {
	border-radius: 20px;
	border: 1px solid #e8ecff;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t {
	background-color: #315bff;
	display: flex;
	padding: 20px 35px 20px 45px;
	gap: 35px;
	align-items: center;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t .ma--t--img {
	width: 78px;
	height: 48px;
	background-image: url(../img/img_sel_buy.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t .ma--t--txt {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t .ma--t--txt p {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.3px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--t .ma--t--txt span {
	line-height: 1;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b {
	display: flex;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--l {
	padding: 25px 20px;
	width: 168px;
	border-right: 1px solid #e8ecff;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--l .num--circle {
	margin-bottom: 20px;
	display: inline-block;
	background-color: #f1f3ff;
	padding: 10px 12px;
	color: #315bff;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.13px;
	font-weight: 500;
	border-radius: 100px;
	white-space: nowrap;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--l .date--list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--l .date--list span {
	text-align: center;
	color: #393956;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.28px;
	line-height: 1;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r {
	padding: 25px;
	width: calc(100% - 168px);
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r h5 {
	margin-bottom: 15px;
	color: #24243d;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap {
	display: flex;
	margin-top: 20px;
	gap: 30px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap .check--wrap input {
	display: none;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap .check--wrap input:checked + label::before {
	background-image: url(../img/ico_checkbox_on.svg);
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap .check--wrap label {
	display: flex;
	align-items: center;
	color: #24243d;
	font-size: 15px;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: -0.3px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .ma--check--wrap .check--wrap label::before {
	content: "";
	width: 18px;
	height: 18px;
	margin-right: 10px;
	display: inline-block;
	background-position: center;
	background-image: url(../img/ico_checkbox.svg);
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap {
	margin-bottom: 25px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap input {
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #C0C0C0;
	background: #fff;
	line-height: 1;
	color: #24243d;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.3px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap input::placeholder {
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--select--wrap .ma--b .ma--b--r .input--wrap:last-child {
	margin-bottom: 0;
}
.pop--wrap .pop2 .ma--table--wrap tr {
	border-bottom: 1px solid #e5e3ff;
	border-right: 1px solid #e5e3ff;
}
.pop--wrap .pop2 .ma--table--wrap tr:first-child {
	border-top: 1px solid #e5e3ff;
}
.pop--wrap .pop2 .ma--table--wrap th {
	background-color: #f1f3ff;
	text-align: center;
	color: #24243d;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.28px;
	border-right: 1px solid #e5e3ff;
	border-left: 1px solid #e5e3ff;
}
.pop--wrap .pop2 .ma--table--wrap td {
	padding: 10px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap {
	margin-bottom: 25px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap input,
.pop--wrap .pop2 .ma--table--wrap .input--wrap select {
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #C0C0C0;
	background: #fff;
	line-height: 1;
	color: #24243d;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.3px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap input::placeholder {
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap textarea {
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #C0C0C0;
	background: #fff;
	line-height: 1.4;
	color: #24243d;
	font-size: 15px;
	resize: none;
	font-weight: 400;
	letter-spacing: -0.3px;
	height: 100px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap textarea::placeholder {
	color: #b7b7b7;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.28px;
}
.pop--wrap .pop2 .ma--table--wrap .input--wrap:last-child {
	margin-bottom: 0;
}
.pop--wrap .pop2 .ma--btn--wrap {
	margin-top: 35px;
	display: flex;
	justify-content: center;
}
.pop--wrap .pop2 .ma--btn--wrap button {
	border-radius: 10px;
	border: 1px solid rgba(49, 91, 255, 0.5);
	padding: 18px 20px;
	width: 150px;
	line-height: 1;
	color: #315bff;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	letter-spacing: -0.3px;
}


.pop--wrap .pop3 {
	width: 1000px;
	position: relative;
	border-radius: 30px;
	background-color: #fff;
	padding: 60px 55px 90px;
}
.pop--wrap .pop3 .pop--close {
	top: 30px;
	right: 30px;
	height: 30px;
	width: 24px;
	height: 24px;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/ico_close.svg);
	position: absolute;
}
.pop--wrap .pop3 .pop--title > h2 {
	font-size: 20px;
	font-weight: 400;
	color: #00f;
	margin-bottom: 0;
	letter-spacing: -0.08em;
}
.pop--wrap .pop3 .pop--title > h2 > b {
	font-weight: 700;
}
.pop--wrap .pop3 .pop--title > p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
}
.pop--wrap .pop3 .pop--title > p.color--blue {
	color: #315bff;
}
.pop--wrap .pop3 .pop--title > p.sub {
	color: #111;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	margin-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.pop--wrap .pop3 .pop--cont {
	margin-left: 30px;
	margin-top: 30px;
}
.pop--wrap .pop3 .pop--cont .circle--blue {
	padding: 15px 20px;
	box-sizing: border-box;
	color: #315bff;
	font-size: 14px;
	font-weight: 500;
	border-radius: 100px;
	line-height: 1;
	border: 1px solid rgba(49, 91, 255, 0.5);
	display: inline-block;
}
.pop--wrap .pop3 .pop--cont > p {
	color: #444;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.7;
}
.pop--wrap .pop3 .pop--cont > p b {
	color: #000;
	font-weight: 500;
}
.pop--wrap .pop3 .pop--cont > p.color--blue {
	color: #315bff;
}
.pop--wrap .pop3 .pop--cont > p.sub {
	color: #00f;
	line-height: 1;
	font-weight: 700;
	margin-top: 45px;
	margin-bottom: 20px;
}
.pop--wrap .pop3 .pop--cont > ul {
	padding-left: 20px;
}
.pop--wrap .pop3 .pop--cont > ul li {
	list-style: none;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
}
.pop--wrap .pop3 .pop--cont > ul li span {
	margin-left: 25px;
}
.pop--wrap .pop3 .pop--cont .pop--box {
	padding: 30px;
	margin: 35px 0;
	background-color: #f2f9ff;
	border-radius: 20px;
	display: flex;
	gap: 30px;
	align-items: center;
}
.pop--wrap .pop3 .pop--cont .pop--box .ico {
	width: 65px;
	height: 60px;
	background-image: url(../img/img_deal_pop.svg);
}
.pop--wrap .pop3 .pop--cont .pop--box .ico2 {
	width: 90px;
	height: 60px;
	background-image: url(../img/img_deal_pop2.svg);
}
.pop--wrap .pop3 .pop--cont .pop--box p {
	color: #333;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 2;
}
.pop--wrap .pop3 .pop--cont .pop--box p b {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	display: inline-block;
}

.footer--wrap {
	background-color: #191919;
	position: relative;
}
.footer--wrap .footer--cont {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.footer--wrap .footer--cont .footer--t {
	display: flex;
	justify-content: flex-start;
}
.footer--wrap .footer--cont .footer--t .logo--wrap {
	max-width: 230px;
	width: 50%;
}
.footer--wrap .footer--cont .footer--t .logo--wrap span {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin-left:20px;
}
.footer--wrap .footer--cont .footer--t .logo--wrap img {
	width: 100%;
}
.footer--wrap .footer--cont .footer--t .logo2--wrap {
	max-width: 67px;
	width: 50%;
	/*margin-left:30px;*/
}
.footer--wrap .footer--cont .footer--t .logo2--wrap img {
	width: 100%;
}
.footer--wrap .footer--cont .footer--t .fs--wrap {
	overflow: visible;
}
.footer--wrap .footer--cont .footer--t .fs--wrap select {
	background-color: #141414;
	color: white;
	width: 250px;
	border: 1px solid #222222;
	height: 50px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	background-image: url(../img/ico_footer_select.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.footer--wrap .footer--cont .footer--t .fs--wrap select option {
	color: #ffffff;
}
.footer--wrap .footer--cont .footer--b {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer--wrap .footer--cont .footer--b ul li {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.footer--wrap .footer--cont .footer--b ul li span {
	color: #ffffff;
}
.footer--wrap .footer--cont .footer--b ul li span::after {
	width: 1px;
	height: 15px;
	background-color: #535353;
	display: inline-block;
	margin: 0 15px;
	content: "";
	vertical-align: -1px;
}
.footer--wrap .footer--cont .footer--b ul li span:last-child::after {
	display: none;
}
.footer--wrap .footer--cont .footer--b ul.link--list {
	display: flex;
	gap: 50px;
}
.footer--wrap .footer--cont .footer--b ul.link--list li a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.32px;
	color: #ffffff;
}/*# sourceMappingURL=style.css.map */