html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Spoqa Han Sans", sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.button {
	border-radius: 8px;
	background: #1e53fe;
	border: none;
	color: #fff;
	font-size: 16px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer
}

.button_pliable {
	border-radius: 8px;
	background: #517afe;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 20px 20px 0;
	text-align: center;
	font-weight: 300;
	text-decoration: none;
	cursor: pointer;
	padding: 0 30px;
	text-align: center
}

.disabled {
	background-color: #d2dcff !important
}

.disabled:hover, .disabled:active {
	background-color: #d2dcff !important
}

.button:hover, .button:active {
	background: #404fc3
}

.button_line {
	border-radius: 8px;
	background: #fff;
	border: none;
	color: #363f4b;
	font-size: 16px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #c7ccd1
}

.button_line:hover {
	background: #f5f5f9
}

.more_btn {
	height: 44px;
	line-height: 44px
}

.icon {
	display: block;
	width: 20px;
	height: 20px;
	background: url("") no-repeat center;
	text-indent: -9999px;
	overflow: hidden
}

input[type=text], input[type=tel], input[type=password] {
	border: none;
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	outline: none;
	text-indent: 5px;
	padding: 0;
	font-size: 14px
}

input[type=tel]::placeholder, input[type=text]::placeholder, input[type=password]::placeholder
	{
	text-indent: 5px;
	color: #969ea7
}

input[type=text].callNum::placeholder, input[type=text].callPwd::placeholder,
	input[type=password]::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: #ccc;
	text-indent: 40px
}

input[name=ans] {
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden
}

.tabWrap {
	display: flex;
	flex-wrap: row wrap;
	justify-content: center;
	align-items: center;
	height: 56px
}

.tabWrap li {
	width: 50%;
	height: 56px;
	text-align: center
}

.tabWrap li a {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #404fc3
}

.tabWrap li:hover, .tabWrap li:active {
	border-bottom: 2px solid #6a727b
}

.flexWrap {
	display: flex;
	flex-wrap: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0
}

.flexWrap .phoneNum {
	width: 67%
}

.flexWrap .insNum {
	width: 32%;
	min-width: 105px
}

input[type=checkbox] {
/* 	display: none; */
	width: 0;
	height: 0;
	text-indent: -99999px;
	overflow: hidden
}

.selList {
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	margin-top: 20px;
	cursor: pointer
}

.selList li.selTel {
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-indent: 10px;
	color: #6a727b;
	position: absolute;
	box-sizing: border-box;
	font-size: 16px;
	color: #363f4b;
	font-weight: bold
}

.telSKT {
	font-weight: bolder;
	font-size: 1.1em;
	margin-top: 15px
}

.popUp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none
}

.popUp .popBack {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	z-index: 9999 !important
}

.popUp .popWrap {
	position: relative;
	background: #fff;
	width: 80%;
	height: 180px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 16px;
	z-index: 99999;
	overflow: hidden;
	text-align: center
}

.popUp .popWrap li {
	position: absolute
}

.popUp .popWrap .topWrap {
	width: 45px;
	height: 45px;
	right: 0;
	top: 12px
}

.popUp .popWrap .topWrap .popClose {
	width: 20px;
	height: 20px
}

.popUp .popWrap .title {
	width: 95%;
	top: 45px;
	text-align: center;
	overflow: hidden
}

.popUp .popWrap .contents {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	top: 40%
}

.popUp .popWrap .btnWrap {
	bottom: 0;
	width: 100%
}

.popUp .popWrap .btnWrap .button {
	border-radius: 0 0 16px 16px
}

.popUp.popLarge .popWrap {
	height: 230px
}

.popUp.popLarge .contents {
	top: 25%
}

section>h2 {
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	text-indent: -9999px
}

.font_blue {
	color: #4d6ee4
}

.clear::after {
	content: "";
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
	visibility: hidden
}

#bgLayer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	top: 0%;
	left: 0%;
	z-index: 99999;
	display: none
}

#bgLayer .detailWrap {
	width: 80%;
	height: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 10px #d2dcff;
	background: #fff
}

#bgLayer .topWrap {
	background: #fff;
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	justify-content: space-between;
	position: relative
}

#bgLayer .topWrap h4.popTitle {
	background-color: #fff;
	height: 45px;
	line-height: 45px;
	text-indent: 20px;
	font-size: 16px;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	font-weight: 500
}

#bgLayer .topWrap button {
	position: absolute;
	right: 0;
	top: 0px;
	width: 45px;
	height: 45px;
	border: 0;
	outline: none;
	background-color: #fff;
	font-size: 20px;
	background: #fff url("/assets/img/icon_close.svg") center/50% no-repeat;
	cursor: pointer
}

#bgLayer .iframeWrap {
	height: 90%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff
}

#bgLayer #agrInfo {
	width: 100%;
	border: 0;
	height: 100%;
	background-color: #fff
}

.popUp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none
}

.popUp .popBack {
	position: absolute;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	z-index: 9999 !important
}

.popUp .popWrap {
	position: relative;
	background: #fff;
	width: 80%;
	height: 180px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 16px;
	z-index: 99999;
	overflow: hidden;
	text-align: center
}

.popUp .popWrap li {
	position: absolute
}

.popUp .popWrap .topWrap {
	width: 45px;
	height: 45px;
	right: 0;
	top: 12px
}

.popUp .popWrap .topWrap .popClose {
	width: 20px;
	height: 20px
}

.popUp .popWrap .title {
	width: 95%;
	top: 45px;
	text-align: center;
	overflow: hidden
}

.popUp .popWrap .contents {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	top: 40%
}

.popUp .popWrap .btnWrap {
	bottom: 0;
	width: 100%
}

.popUp .popWrap .btnWrap .button {
	border-radius: 0 0 16px 16px;
	width: 100%
}

.telecom_title {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.telecom_title h3 {
	font-weight: 600;
	margin-top: 24px
}

.telecom_title .term_wrap {
	width: auto;
	padding: 0
}

.telecom_select {
	margin: 10px 0 10px !important;
	display: flex
}

.telecom_select input[name=telecom] {
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden
}

.telecom_select input[name=telecom]+label {
	display: block;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #c7ccd1;
	color: #c7ccd1;
	font-size: 16px;
	width: 100%;
	height: 46px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	float: left;
	filter: grayscale(100%);
	opacity: .8
}

.telecom_select input[name=telecom]+label.telecom_select__skt {
	background: url(/assets/img/logo_sk_on.png) no-repeat center rgba(0, 0, 0, 0)
}

.telecom_select input[name=telecom]+label.telecom_select__kt {
	background: url(/assets/img/logo_kt_on.png) no-repeat center rgba(0, 0, 0, 0)
}

.telecom_select input[name=telecom]+label.telecom_select__lgu {
	background: url(/assets/img/logo_lg_on.png) no-repeat center rgba(0, 0, 0, 0)
}

.telecom_select input[name=telecom]+label span {
	font-size: 0;
	line-height: 0;
	zoom: -999999
}

.telecom_select input[name=telecom]:checked+label {
	border-radius: 3px;
	background: #fff;
	border: 1px solid #4d6ee4;
	color: #4d6ee4;
	font-weight: bold;
	filter: grayscale(0)
}

.telecom_select input[name=telecom]:checked+label.telecom_select__skt {
	background: url(/assets/img/logo_sk_on.png) no-repeat center #fff
}

.telecom_select input[name=telecom]:checked+label.telecom_select__kt {
	background: url(/assets/img/logo_kt_on.png) no-repeat center #fff
}

.telecom_select input[name=telecom]:checked+label.telecom_select__lgu {
	background: url(/assets/img/logo_lg_on.png) no-repeat center #fff
}

input {
	border: 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0);
	outline: none
}

.joinFrmWrap {
	width: 25%;
	height: auto;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box
}

.joinFrmWrap figure:nth-of-type(1) img {
	margin-top: 10px;
}

.joinFrmWrap figure img {
	width: 100%
}

.joinFrmWrap figure::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 5px;
	display: block;
	width: 200px;
	height: 20px;
	background: url(/assets/img/top_notice.png) 0 0/contain no-repeat;
	z-index: 1004;
}

.joinFrmWrap #figure1 {
	position: relative
}

.joinFrmWrap #figure1::before { 
	content: ""; 
	position: absolute;
	left: 10px; 
	top: 5px; 
	display: block; 
	width: 200px; 
	height: 17px; 
	background: url(/assets/img/top_notice.png) 0 0/cover no-repeat; 
	z-index: 1004; 
}

.joinFrmWrap #figure1 img {
	margin-top: 10px
}

.joinFrmWrap #joinFrm .frmList {
	padding: 0 10px
}

.joinFrmWrap #joinFrm .frmList li:first-child {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.joinFrmWrap #joinFrm .frmList li.chkNumIn {
	position: relative;
	width: 100%;
	height: 56px
}

.joinFrmWrap #joinFrm .frmList li.chkNumIn input {
	position: absolute;
	top: 0;
	left: 0
}

.joinFrmWrap #joinFrm .frmList li.chkNumIn>span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #dd5257 !important;
	display: block
}

.joinFrmWrap #joinFrm .frmList li.chkNumIn>span.chkTime_wrap {
	right: 55px
}

.joinFrmWrap #joinFrm .frmList li.chkNumIn>span.reSendBtn {
	right: 15px;
	text-decoration: underline;
	color: #333 !important;
	cursor: pointer
}

.joinFrmWrap #joinFrm .frmList li {
	margin: 5px 0 0 0
}

.joinFrmWrap #joinFrm .notice_wrap {
	width: 94%;
	display: flex;
	justify-content: space-between;
	height: 18px;
	margin: 5px auto 0;
	box-sizing: border-box;
	padding: 0 0 0 10px;
	font-size: 11px
}

.joinFrmWrap #joinFrm .notice_wrap span.incorrect {
	color: #dd5257
}

.joinFrmWrap #joinFrm .notice_wrap span.reNum {
	cursor: pointer
}

.joinFrmWrap #joinFrm select[name=telCo] {
	width: 75px;
	height: 50px;
	box-sizing: border-box;
	text-align: left;
	padding-left: 15px;
	border: 0;
	overflow: hidden;
	border: 1px solid #c7ccd1;
	border-radius: 8px 0 0 8px;
	font-weight: 500;
	outline: none;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
	background: url("/assets/img/icon_down.svg") no-repeat right 5px center/10px
}

.joinFrmWrap #joinFrm input[type=tel] {
	height: 50px;
	width: 60%;
	box-sizing: border-box;
	padding: 0 20px
}

.joinFrmWrap #joinFrm input[type=tel].phoneNum {
	width: calc(100% - 75px);
	background: #fff;
	border-top: 1px solid #c7ccd1;
	border-bottom: 1px solid #c7ccd1;
	border-right: 1px solid #c7ccd1;
	border-radius: 0 8px 8px 0
}

.joinFrmWrap #joinFrm input[type=tel].txtFed {
	width: 100%;
	position: relative;
	background: #fff;
	border: 1px solid #c7ccd1;
	border-radius: 8px
}

.joinFrmWrap #joinFrm input[type=button].numBtn {
	width: 20%;
	background: #c7ccd1;
	border: 0;
	color: #fff;
	border-radius: 0 8px 8px 0
}

.joinFrmWrap #joinFrm .agreeList {
	padding: 10px;
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center
}

.joinFrmWrap #joinFrm .agreeList>li:first-child {
	width: 30%;
	font-size: 12px
}

.joinFrmWrap #joinFrm .agreeList>li:last-child {
	width: 70%
}

.joinFrmWrap #joinFrm .agreeList .agrListWrap {
	font-size: 11px;
	font-weight: 300;
	letter-spacing: -1px
}

.joinFrmWrap #joinFrm .disabled {
	background: #eaeaea
}

.joinFrmWrap article .subCopy {
	background: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #333;
	font-weight: bold
}

.joinFrmWrap article .subCopy span {
	color: red
}

#footerWrap {
	width: 25%;
	height: auto;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	background: #f4f4f5;
	box-sizing: border-box;
	padding: 30px 10px
}

#footerWrap h3 {
	font-weight: 500
}

#footerWrap ul:nth-of-type(1) li {
	font-size: 11px;
	color: #363f4b;
	margin: 5px 0 0 5px;
	line-height: 1.5;
	padding: 0 0 0 5px
}

#footerWrap ul:nth-of-type(1) li::before {
	content: " - "
}

#footerWrap ul:nth-of-type(2) {
	margin: 5px 0
}

#footerWrap ul:nth-of-type(2) li {
	font-size: 11px;
	line-height: 1.2
}

#footerWrap a {
	color: #363f4b;
	text-decoration: none
}

.line {
	width: 100%;
	height: 1px;
	background: #c7ccd1;
	border: none;
	margin: 20px 0
}

#skt_wrap {
	display: block
}

#kt_wrap {
	display: none
}

#lgt_wrap {
	display: none
}

.popUp.complete {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.6)
}

.popUp.complete .ani_img {
	display: block;
	width: 130px;
	margin: 0 auto;
	text-align: center
}

.popUp.complete .popBack {
	position: absolute;
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	z-index: 9999 !important
}

.popUp.complete .popWrap {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	position: relative;
	background: #fff;
	width: 100%;
	height: 50vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0;
	z-index: 99999;
	overflow: hidden;
	text-align: center
}

.popUp.complete .popWrap li {
	position: absolute
}

.popUp.complete .popWrap .topWrap {
	width: 45px;
	height: 45px;
	right: 0;
	top: 12px
}

.popUp.complete .popWrap .topWrap .popClose {
	width: 20px;
	height: 20px
}

.popUp.complete .popWrap .title {
	width: 95%;
	top: 45px;
	text-align: center;
	overflow: hidden
}

.popUp.complete .popWrap .contents {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.2;
	top: 22%
}

.popUp.complete .popWrap .contents h3 {
	font-weight: 500;
	font-size: 18px
}

.popUp.complete .popWrap .btnWrap {
	bottom: 0;
	width: 100%
}

.popUp.complete .popWrap .btnWrap .button {
	border-radius: 0;
	width: 100%;
	font-weight: 500
}


/*�� �˾�â*/
.popUp.alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.popUp.alert .ani_img {
  display: block;
  width: 130px;
  margin: 0 auto;
  text-align: center;
}
.popUp.alert .popBack {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  z-index: 9999 !important;
}
.popUp.alert .popWrap {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  height: 150px;
  border-radius: 0;
  z-index: 99999;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 40%;
}
.popUp.alert .popWrap li {
  position: absolute;
}
.popUp.alert .popWrap .topWrap {
  width: 45px;
  height: 45px;
  right: 0;
  top: 12px;
}
.popUp.alert .popWrap .topWrap .popClose {
  width: 20px;
  height: 20px;
}
.popUp.alert .popWrap .title {
  width: 95%;
  top: 45px;
  text-align: center;
  overflow: hidden;
}
.popUp.alert .popWrap .contents {
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.2;
  top: 28%;
}
.popUp.alert .popWrap .contents h3 {
  font-weight: 500;
  font-size: 18px;
}
.popUp.alert .popWrap .btnWrap {
  bottom: 0;
  width: 100%;
}
.popUp.alert .popWrap .btnWrap .button {
  border-radius: 0;
  width: 100%;
  font-weight: 500;
}

.term_wrap {
	display: block;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: right
}

.term_wrap .privacy_btn {
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #006dff;
	text-decoration: underline
}

.term_wrap .service_info_btn {
	margin-top: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-size: 12px;
	color: #006dff
}

.joinBtn_wrap {
	display: block;
	width: 100%;
	height: 60px;
	margin: 10px 0 0 0;
	position: relative;
	background: #1e53fe
}

.joinBtn_wrap2 {
	display: block;
	width: 90%;
	height: 60px;
	position: relative;
	background: #1e53fe;
	margin: 10px auto 0;
	border-radius: 16px;
	box-shadow: 0px 12px 0px -15px #add9f0;
	transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
	cursor: pointer
}

@media ( hover : hover)and (pointer: fine) {
	.joinBtn_wrap2:hover {
		transform: scale(1.02);
		box-shadow: 0px 16px 47px -15px #add9f0
	}
}

.joinBtn_wrap #joinBtn, .joinBtn_wrap2 #joinBtn {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 60px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	z-index: 99
}

.joinBtn_wrap span, .joinBtn_wrap2 span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff
}

.joinBtn_wrap2 span::after {
	display: block;
	content: "스마트안전결제";
	font-size: .85em;
	text-align: center;
	color: #c5e8ff;
	margin-top: 3px;
}

.joinBtn_wrap span.txt {
	top: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #fff
}

.joinBtn_wrap span.sub {
	bottom: 10px;
	font-size: 12px;
	color: #ff0
}

input[name=allcheck] {
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	position: relative
}

input[name=allcheck]+label {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: relative
}

input[name=allcheck]+label span {
	margin-left: 30px;
	height: 20px;
	line-height: 20px;
	display: inline-block
}

input[name=allcheck]+label::before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: url("/assets/img/icon_chk.svg") no-repeat center/100%;
	left: 0;
	top: -2px
}

input[name=allcheck]:checked+label::before {
	content: "";
	background-image: url("/assets/img/icon_chked.svg")
}

input[name=agreekt], input[name=agreeskt], input[name=agreelgt], input[name=seagree], input[name=required], input[name=optional]
	{
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
	position: relative
}

input[name=agreekt]+label, input[name=agreeskt]+label, input[name=agreelgt]+label,
	input[name=seagree]+label, input[name=required]+label, input[name=optional]+label {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: relative
}

input[name=agreekt]+label span, input[name=agreeskt]+label span, input[name=agreelgt]+label span,
	input[name=seagree]+label span, input[name=required]+label span, input[name=optional]+label span {
	margin-left: 24px;
	height: 15px;
	line-height: 15px;
	display: inline-block
}

input[name=agreekt]+label::before, input[name=agreeskt]+label::before,
	input[name=agreelgt]+label::before, input[name=seagree]+label::before, input[name=required]+label::before, input[name=optional]+label::before {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background: url("/assets/img/icon_chk.svg") no-repeat center/100%;
	left: 0;
	top: -2px
}

input[name=agreekt]:checked+label::before, input[name=agreeskt]:checked+label::before,
	input[name=agreelgt]:checked+label::before, input[name=seagree]:checked+label::before,
	input[name=seagree]:checked+label::before, input[name=required]:checked+label::before, input[name=optional]:checked+label::before {
	content: "";
	background-image: url("/assets/img/icon_chked.svg")
}

@media all and (max-width: 1024px) {
	.joinFrmWrap, #footerWrap {
		width: 100% !important
	}
}

/* modal popup */
.mfp-container {
  padding: 0;
}

.layout-popup-modal {
  background: #fff;
  width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
}
.layout-popup-modal .layout-popup-modal-header {
  height: 25px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #F1F4F7;
  text-align: left;
  background: #fff;
  padding: 18px 24px 30px;
  font-size: 15px;
}
.layout-popup-modal .layout-popup-modal-header .popup-modal-dismiss {
  position: absolute;
  right: 14px;
  top: 8px;
  display: inline-block;
  z-index: 10000;
}
.layout-popup-modal .layout-popup-modal-header .popup-modal-dismiss:after {
  content: "";
  display: block;
  background-image: url(/assets/img/sprites_mobile.png);
  background-position: -383px -106px;
  width: 40px;
  height: 40px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .layout-popup-modal .layout-popup-modal-header .popup-modal-dismiss:after {
    background-image: url(/assets/img/sprites_mobile@2x.png);
    background-size: 431px 371px;
  }
}
.layout-popup-modal .layout-popup-modal-contents {
  position: relative;
  box-sizing: border-box;
  padding: 55px 0 0;
}
.layout-popup-modal .layout-popup-modal-contents .scroll-wrapper {
  padding: 0 15px 30px;
  box-sizing: border-box;
  height:90vh;
}
.layout-popup-modal .layout-popup-modal-contents .scroll-wrapper iframe {
  width: 100%;
  height: 100%;
}
.layout-popup-modal .layout-popup-modal-footer {
  display: none;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.layout-popup-modal .layout-popup-modal-footer .popup-modal-dismiss {
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  background: #F5A623;
  line-height: 54px;
  color: #fff;
  font-weight: bold;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.7;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  bottom: 0;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* kt mvno */

#popup-kt-mvno {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1005
}

#popup-kt-mvno .contents {
	width: 90%;
	height: 350px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px
}

#popup-kt-mvno .contents .close-wrap {
	height: 40px;
	position: relative
}

#popup-kt-mvno .contents .close-wrap a.btn-close {
	position: absolute;
	display: block;
	right: 5px;
	top: 5px;
	font-size: 20px;
	background-image: url(/assets/img/sprites_mobile.png);
	background-position: -383px -106px;
	width: 40px;
	height: 40px
}

#popup-kt-mvno .contents h2.title {
	font-size: 14px;
	font-weight: normal;
	text-align: center
}

#popup-kt-mvno .contents .tables {
	margin: 10px auto 0;
	width: 90%
}

#popup-kt-mvno .contents .tables th, #popup-kt-mvno .contents .tables td
	{
	border: 1px solid #aeaeae;
	font-size: 12px;
	vertical-align: middle;
	position: relative
}

#popup-kt-mvno .contents .tables th input, #popup-kt-mvno .contents .tables td input
	{
	appearance: none;
	-webkit-appearance: none
}

#popup-kt-mvno .contents .tables th input:checked::after {
	content: "";
	display: block;
	background: url(/assets/img/icon_chked.svg) no-repeat center/100%;
	width: 24px;
	height: 24px;
	margin: 0 0 0 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

#popup-kt-mvno .contents .tables th input::after {
	content: "";
	display: block;
	background: url(/assets/img/icon_chk.svg) no-repeat center/100%;
	width: 24px;
	height: 24px;
	margin: 0 0 0 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
}

#popup-kt-mvno .contents .tables th input+label, #popup-kt-mvno .contents .tables td input+label
	{
	font-size: 12px;
	text-align: center
}

#popup-kt-mvno .contents .tables th.ifm-wrap {
	width: 80%
}

#popup-kt-mvno .contents .kt-mvno-agree-btn {
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background: #006dff;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 90%;
	margin: 10px auto;
	border-radius: 5px;
	text-decoration: none
}

#ifr-kt-mvno {
	width: 100%;
	height: 180px;
	border: 0
}

#popup-kt-alert {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 1006
}

#popup-kt-alert .contents {
	width: 90%;
	height: 120px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px
}

#popup-kt-alert .contents h2.title {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	height: 75px;
	line-height: 75px
}

#popup-kt-alert .contents .btn-agree {
	display: block;
	position: absolute;
	bottom: 0;
	border-radius: 0 0 10px 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #006dff;
	color: #fff;
	text-align: center;
	text-decoration: none
}

.slide_cont {
	position: relative;
	padding: 20px;
	padding-top: 30px
}

.slide_cont .slide_wrap .slide_item {
	height: auto
}

.slide_cont .slide_pagination {
	top: 0
}

#popup-kt-vuln {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1006;
}

#popup-kt-vuln .contents {
	width: 90%;
	height: 320px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px;
}

#popup-kt-vuln .contents .close-wrap {
	height: 40px;
	position: relative;
}

#popup-kt-vuln .contents .close-wrap a.btn-close {
	position: absolute;
	display: block;
	right: 5px;
	top: 5px;
	font-size: 20px;
	background-image: url(/assets/img/sprites_mobile.png);
	background-position: -383px -106px;
	width: 40px;
	height: 40px;
}

#popup-kt-vuln .contents h2.title {
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

#popup-kt-vuln .contents div.sub-text {
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	padding: 16px;
}

#popup-kt-vuln .contents div.sub-text span {
	color: #fa5273;
}

#popup-kt-vuln .contents .btn-wrap {
	display: -ms-flexbox;
	display: flex;
	padding: 0 16px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

#popup-kt-vuln .contents .btn-wrap li {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

#popup-kt-vuln .contents .btn-wrap li+li {
	margin-left: 8px;
}

#popup-kt-vuln .contents .kt-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	background: #006DFF;
	color: #fff;
	height: 40px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	margin: 10px auto 0;
	border-radius: 5px;
	text-decoration: none;
}

#popup-kt-vuln .contents .kt-btn.v-center {
	background-color: #ccc;
}