@font-face {
	font-family: 'PretendardVariable';
	font-style: normal;
	font-weight: 400;
	src: url(https://lwi.nexon.com/fonts/PretendardVariable.woff2) format('woff2'),
		url(https://lwi.nexon.com/fonts/PretendardVariable.ttf) format('truetype');
}

@font-face {
	font-family: 'PretendardVariable';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url(https://lwi.nexon.com/fonts/Pretendard-SemiBold.woff2) format('woff2'), url(https://lwi.nexon.com/fonts/Pretendard-SemiBold.woff) format('woff');
}

.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal .modal_wrap {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 100px 0;
}

.modal .modal_inner {
	width: 700px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	max-width: 100%;
	background-color: #fff;
}

.modal .modal_close {
	/* Add your styling for close button here */
}

.modal .modal_header {
	height: 84px;
	background-color: #33344d;
	display: flex;
	align-items: center;
}

.modal .modal_title {
	font-weight: 300;
	color: #fff;
	font-size: 26px;
	margin-left: 32px;
	position: relative;
	display: flex;
	align-items: center;
}

.modal .modal_title::before {
	content: url('https://lwi.nexon.com/maplestory/common/leaves.png');
	width: 22px;
	height: 24px;
	margin-right: 12px;
}
.modal .modal_header .modal_close{
	position: absolute;
	top: 10px;
	right: 10px;
}
.modal .modal_header .modal_close a{
	display: block;
	width: 22px;
	height: 22px;
	background: url('https://lwi.nexon.com/maplestory/common/modal_closeIcon.png');
	font-size: 0;
}

.modal .modal_body {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333;
}


.modal .modal_body .linear {
	box-sizing: border-box;
	margin-top: 32px;
	width: 100%;
	padding: 0 35px;
}

.modal .modal_body .linear .linear_outer {
	box-sizing: border-box;
	border: 10px solid #f5f7fc;

}
.modal .modal_body .sel_login_btn {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 45px;
	display: flex;
	justify-content: center;
}

.modal .modal_body h2 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 10px;
}

.modal .modal_body .t_center {
	text-align: center;
}

.modal .modal_body .t_title {
	line-height: 34px;
}

.modal .modal_body .pop_table_com {
	margin-top: 23px;
}

.modal .modal_body .linear .linear_inner {
	width: 570px;
	margin: 0 auto;
}

.modal .modal_body .linear .linear_inner .pop_table_com {
	width: 100%;
}

.modal .modal_body .linear .linear_inner .pop_table_com tbody tr {
	border: 1px solid #cfd8e7;
	font-size: 16px;
}

.modal .modal_body .linear .linear_inner .pop_table_com tbody tr th {
	text-align: center;
	background-color: #f5f7fc;
	font-weight: normal;
	color: #3776c7;
}

.modal .modal_body .linear .linear_inner .pop_table_com tbody tr td {
	padding: 0 20px;
	height: 49px;
}

.modal .modal_body .linear .linear_inner .txt_area_aside {
	margin: 10px 0 23px;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	height: 100px;
	padding: 20px 30px;
	overflow-y: auto;
}

.modal .modal_body .linear .linear_inner .txt_area_aside p {
	float: none;
	margin: 0;
}

.modal .modal_body p {
	width: 100%;
	font-size: 18px;
}

.modal .modal_body .linear .grayBox{
	padding: 16px 24px;
	background-color: #f4f4f4;
	font-size: 15px;
}
.modal .modal_body .linear ul.modal_cl li{
	display: flex;
}
.modal .modal_body .linear ul.modal_cl li::before{
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #bababa;
	margin-right: 7px;
	margin-top: 8px; 
}
.modal .modal_body .linear .line_list {
	margin-top: 15px;
	border: 1px solid #e3e3e3;
	border-top: 0;
	font-size: 15px;
}
.modal .modal_body .linear .line_list dl {
	/* padding: 0 28px; */
}
.modal .modal_body .linear .line_list dl dt{
	min-height: 50px;
	padding: 15px 28px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 17px;
}
.modal .modal_body .linear .line_list dl dd{
	padding: 15px 28px;
	line-height: 26px;
}
.modal .modal_body .linear .line_list dl dd > p{
	color: #111;
}
.modal .modal_body .linear .line_list dl dd>span{
	color: #e96e00;
}

.modal .modal_body .modal_bottomGray{
	display: flex;
	align-items: center;
	padding: 0 35px;
	background-color: #dcdde1;
	width: 100%;
	box-sizing: border-box;
	margin-top: 35px;
	height: 58px;
}
.modal .modal_body .modal_bottomGray > p{
	font-weight: 600;
}
.modal .modal_body .modal_bottomGray .modal_agree{
	display: flex;
	width: 95px;
	height: 38px;
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	border-radius: 3px;
	background-color: #455d9d;
}


/* modal alert */
.modal_alert {
	z-index: 99999999;

	.modal_wrap {
		.modal_body {
			.message {
				color: #222;
				display: flex;
				justify-content: center;
				align-items: center;
				min-height: 38px;
				line-height: 1.2;
				font-size: 16px;
				text-align: center;
			}

		}
	}
}



/* 로그인 팝업 start */

.login_popup_wrap * {
  font-family: 'PretendardVariable', sans-serif;
	letter-spacing: normal;
}


.login_popup_wrap.login_old {
	z-index: 1000000001;
}

.login_popup_wrap {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.50);
	z-index: 1000000000;
	display: none;
}

.login_popup2 {
	width: 700px;
	/* margin: 0 auto; */
	/* margin-top: 15%; */
	margin-top: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.login_popup2 h1 {
	width: 100%;
	height: 84px;
	display: flex;
	align-items: center;
	/* float: left; */
	/* background-color: #33344d; */
	background-color: #2E2E42;
	font-size: 0;
}

.login_popup2 h1 span {
	margin-left: 35px;
	/* float: left;
	margin-top: 27px; */
}

.login_popup_con {
	width: 630px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.login_popup_con h2 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 10px;
}

.login_popup_con .lp_subText {
	width: 100%;
	/* float: left; */
	margin: 30px 0 20px 0;
	font-size: 18px;
	color: #333;
	line-height: 1;
}

.sel_login_id {
	width: 628px;
	height: 158px;
	border: 1px solid #e3e3e3;
	/* float: left; */
	overflow-y: auto;
}

.sel_login_id ul {
	width: 550px;
	float: left;
	margin-left: 29px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.sel_login_id ul li {
	width: 100%;
	float: left;
	line-height: 1;
	height: 18px;
	margin: 7px 0;
	font-size: 16px;
	color: #333333;
	position: relative;
}

.sel_login_id ul li input {
	position: absolute;
	left: -999999999999999999999999px;
	top: 0;
}

.sel_login_id ul li label {
	cursor: pointer;
	color: #333333;
	padding-left: 26px;
	background: url("https://ssl.nexon.com/s2/game/maplestory/renewal/common/login_radio_off.png") left center no-repeat;
}
.sel_login_id ul li.on label {
	background-image: url("https://ssl.nexon.com/s2/game/maplestory/renewal/common/login_radio_on.png");
}

/* .sel_login_id ul li a {
	color: #333333;
	width: 100%;
	float: left;
	height: 100%;
	padding-left: 26px;
	background: url("https://ssl.nexon.com/s2/game/maplestory/renewal/common/login_radio_off.png") left center no-repeat;
}

.sel_login_id ul li a.on {
	background: url("https://ssl.nexon.com/s2/game/maplestory/renewal/common/login_radio_on.png") left center no-repeat;
} */

.sel_login_btn {
	width: 100%;
	/* float: left; */
	text-align: center;
	margin-top: 15px;
	height: 38px;
	padding-bottom: 45px;
	display: flex;
	justify-content: flex-end;
	gap: 4px;
}
.sel_login_btn.center {
	justify-content: center;
}
.sel_check {
	color: #333;
	font-family: NanumBarunGothic;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 122.222% */
	margin-top: 20px;
	cursor: pointer;
	/* display: block; */
	display: inline-block;
}
.sel_check input {
  display: none;
}
.sel_check .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #DCE0E5;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 8px;
  transition: all 0.2s ease;
  position: relative;
}

.sel_check input:checked + .checkmark {
  background-color: #5f92d3;
}

.sel_check input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lp_aside {
	padding: 20px;
	background-color: #F5F6F9;
	border: 1px solid #EFF0F3;
	margin: 30px 0;
	display: flex;
	gap: 20px;
}

.lp_asideTxt {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 143.75% */
	letter-spacing: -0.32px;
}
.lp_aside::before {
	content: '';
	width: 53px;
	display: block;
	height: 54px;
	background: url('https://lwi.nexon.com/maplestory/common/lp_aside_icon_1.png') center center no-repeat;
}

.lpa_link {
	color: #5F6491;
	font-size: 15px;
	display: block;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	margin-top: 15px;
}

.mic_aside {
	width: 630px;
	height: 392px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #F5F6F9;
	color: #333;
	font-size: 18px;
	text-align: center;
	margin: 30px 0;
}
.mic_aside .mic_title {
	font-weight: 600;
}
.mic_aside .mic_text {
	font-weight: 400;
	margin-top: 8px;
}
.mic_aside .mic_btn {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	margin-top: 20px;
	border-radius: 4px;
	background: #455D9D;
	padding: 10px 16px;
}


.sel_login_btn2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 15px;
	height: 38px;
	padding-bottom: 45px;
}






.login_popup_wrap.round_layout .login_popup2 {
	border-radius: 40px;
	padding: 40px;
	box-sizing: border-box;
}

.login_popup_wrap .modal-close{
	width: 40px;
	height: 40px;
	position: absolute;
	right: 16px;
	top: 16px;
	background: url('https://lwi.nexon.com/maplestory/common/btn_common_modal_close.png') center center no-repeat;
}

.login_popup_wrap.type1 .login_type1_headerBox {
	text-align: center;
	color: #252629;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: -0.32px;
	margin-top: 10px;
}
.login_popup_wrap.type1 .login_type1_headerBox .modal_title {
	color: #252629;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.4px;
	display: flex;
	justify-content: center;
	gap: 10px;
}
.login_popup_wrap.type1 .login_type1_headerBox .modal_title::before {
	content: '';
	display: block;
	width: 32px;
	height: 32px;
	background: url('https://lwi.nexon.com/maplestory/common/icon_mapleid_o.png') center center no-repeat;
}
.login_popup_wrap.type1 .login_type1_headerBox .modal_title.noneId::before {
	background-image: url('https://lwi.nexon.com/maplestory/common/icon_mapleid_x.png');
}
.login_popup_wrap.type1 .login_type1_headerBox > p {
	margin-top: 10px;
}
.login_popup_wrap.type1 .login_type1_headerBox > p > span {
	color: #FF7A1A;
}
.login_popup_wrap.type1 .login_type1_headerBox + .login_type1_headerBox {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px dashed #C7CEE2;
}

/* .login_popup_wrap.type1 .login_popup2 .modal_title {
	color: #252629;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.4px;
	margin-top: 20px;
}
.login_popup_wrap.type1 .login_popup2 .modal_title span {
	color: #F73;
} */

.login_popup_wrap.type1 .login_popup2 .list {
	padding: 18px 22px;
	margin-top: 20px;
	background: rgba(247, 248, 251, 0.60);
}
.login_popup_wrap.type1 .login_popup2 .list ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.login_popup_wrap.type1 .login_popup2 .list ul li {
	color: #62657A;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	padding-left: 20px;
	background: url('https://lwi.nexon.com/maplestory/common/icon_modal_check.png') left 6px no-repeat;
	white-space: nowrap;
}
/* .login_popup_wrap.type1 .login_popup2 .list ul li::before{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 2px;
	content: '';
	background: url('https://lwi.nexon.com/maplestory/common/icon_modal_check.png') center center no-repeat;
	float: left;
} */
.login_popup_wrap.type1 .login_popup2 .list ul li strong{
	color: #26272C;
	font-weight: 600;
}

.login_popup_wrap.type1 .login_popup2 .step_box ol {
	display: flex;
	gap: 20px;
	
}
.login_popup_wrap.type1 .login_popup2 .step_box ol li {
	border-radius: 5px;
	flex: 1;
	overflow: hidden;
}
.login_popup_wrap.type1 .login_popup2 .step_box ol li .step_head {
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: #FF864A;
}
.login_popup_wrap.type1 .login_popup2 .step_box ol li .step_cont {
	background: #F0F2F8;
	padding: 10px;
	min-height: 170px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.login_popup_wrap.type1 .login_popup2 .step_box ol li .step_cont .step_cont_box {
	margin-top: 15px;
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #3C3E4C;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; /* 142.857% */
}


.login_popup_wrap.type1 .login_popup2 .common_modal_btnBox {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}
.login_popup_wrap.type1 .login_popup2 .common_modal_btnBox > a {
	display: flex;
	height: 44px;
	padding: 0 28px;
	border-radius: 100px;
	background-color: #46495F;
	align-items: center;
	
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.login_popup_wrap.type1 .login_popup2 .common_modal_btnBox > a:hover {
	background-color: #FB8B62;
}






.login_popup_wrap.type2 .login_popup2 .modal_title {
	color: #252629;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 160% */
	letter-spacing: -0.4px;
}

.login_popup_wrap.type2 .login_popup2 .box_list {
	margin-top: 30px;
}
.login_popup_wrap.type2 .login_popup2 .box_list ul {
	display: flex;
	gap: 16px;
}
.login_popup_wrap.type2 .login_popup2 .box_list ul li {
	background-color: #F7F8FB;
	flex: 1;
	border-radius: 10px;
	overflow: hidden;
	
}
.login_popup_wrap.type2 .login_popup2 .box_list ul li .list_cont {
	padding: 24px;
	min-height: 214px;
	box-sizing: border-box;
}
.login_popup_wrap.type2 .login_popup2 .box_list ul li .list_cont h5 {
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
	color: #3C3E4C;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 100% */
	padding-bottom: 17px;
	margin-bottom: 16px;
	
	position: relative;
}

.login_popup_wrap.type2 .login_popup2 .box_list ul li .list_cont h5::before {
	display: inline-block;
	float: left;
	content: '';
	width: 30px;
	height: 30px;
	background: url('https://lwi.nexon.com/maplestory/common/icon_common_modal_char1.png') center center no-repeat;
	margin-right: 6px;
}
.login_popup_wrap.type2 .login_popup2 .box_list ul li:nth-child(2) h5::before {
	background-image: url('https://lwi.nexon.com/maplestory/common/icon_common_modal_char1_off.png');
}
.login_popup_wrap.type2 .login_popup2 .box_list ul li .list_cont h5::after {
	content: '';
	position: absolute;
	width: 100%;
	border-top: 1px solid rgba(205, 207, 219, 0.30);
	left: 0;
	bottom: 0;
}

.login_popup_wrap.type2 .login_popup2 .box_list ul li .list_cont .list_contBox h6 {
	color: #383941;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 160% */
}
.login_popup_wrap.type2 .login_popup2 .box_list ul li .list_cont .list_contBox p {
	margin-top: 8px;

	color: #62657A;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 157.143% */

}

.login_popup_wrap.type2 .login_popup2 .box_list ul li > a {
	height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #46495F;

	color:#FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
} 
.login_popup_wrap.type2 .login_popup2 .box_list ul li > a:hover {
	background-color: #FB8B62;
}


.login_popup_wrap .step_tree {
	margin-top: 24px;
	height: 102px;
	width: 620px;
	background: url('https://lwi.nexon.com/maplestory/common/common_modal_type2_step.png') center center no-repeat;
}



.login_popup_wrap .blind {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	visibility: hidden;
	left: -9999px;
	top: -9999px;
}

.login_popup_wrap .cp_table {
	width: 100%;
	margin-top: 28px;
}
.login_popup_wrap .cp_table caption {
	display: none;
}
.login_popup_wrap .cp_table thead tr {
	background: rgba(232, 235, 242, 0.60);
	height: 49px;
	border-bottom: 1px solid #E8EBF2;
}

.login_popup_wrap .cp_table thead tr th {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}	
.login_popup_wrap .cp_table thead tr th:nth-child(1) {
	border-right: 1px solid #E8EBF2;
}
.login_popup_wrap .cp_table tbody tr {
	border-bottom: 1px solid #E8EBF2;
}
.login_popup_wrap .cp_table tbody tr th {
	padding: 20px 10px;
	border-right: 1px solid #E8EBF2;
}
.login_popup_wrap .cp_table tbody tr td {
	padding: 16px 24px;
}
.login_popup_wrap .cp_table tbody tr td > ul > li {
	margin-top: 6px;
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	position: relative;
	padding-left: 13px;
}
.login_popup_wrap .cp_table tbody tr td > ul > li::before {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	left: 3px;
	top: 8px;
	border-radius: 50%;
	background-color: #6E7480;
}
.login_popup_wrap .cp_table tbody tr td > ul > li > a {
	color: #3776C7;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.mem_state {
	height: 30px;
	display: inline-flex;
	border-radius: 100px;
	align-items: center;
	padding:0 12px;

	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px; /* 118.75% */
	letter-spacing: -0.032px;
}

.mem_state.ty_1 {
	color: #0A74FF;
	background: rgba(10, 116, 255, 0.10);
}
.mem_state.ty_2 {
	color: #F65009;
	background: rgba(255, 123, 66, 0.10);
}
.mem_state.ty_3 {
	color: #BE8000;
	background: rgba(190, 128, 0, 0.10);
}
.mem_state.ty_4 {
	color: #FF3C3C;
	background: rgba(255, 60, 60, 0.10);
}
.mem_state.ty_5 {
	color: #17191C;
	background: #EDEFF2;
}
