/* ÇÃ·¹ÀÌ½ºÈ¦´õ */
.pl_wrap {
	width: 200px;
	height: 39px;
	position: relative;
	background: #fff;
	padding: 0;
	box-sizing: border-box;
}

.pl_wrap.on {
	
}

.pl_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
	z-index: 10;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 1em;
}

.pl_wrap.on>.pl_txt {
	opacity: 0;
}

.pl_ip {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 1em;
}

/* Æ÷ÀÎÆ® ÄÃ·¯ */
.ptc_bg {
	background: #617399;
}

.ptc_t {
	color: #617399;
}

/* ¹öÆ° */
.btn {
	box-sizing: border-box;
	text-align: center;
	border: #b5b3c1 1px solid;
	color: #81809f;
	font-weight: 600;
	cursor: pointer;
	box-shadow: rgba(58, 56, 165, 0.2) 2px 2px 4px;
}

.btn:active {
	position: relative;
	border-top: 2px inset rgba(58, 56, 165, 0.3);
	border-left: 2px inset rgba(58, 56, 165, 0.3);
	box-shadow: none;
}

.btn_02 {
	box-sizing: border-box;
	text-align: center;
	border: #26238c 1px solid;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	box-shadow: rgba(58, 56, 165, 0.4) 2px 2px 4px;
	background: #3a38a5;
}

.btn_02:active {
	position: relative;
	border-top: 2px inset rgba(0, 0, 0, 1);
	border-left: 2px inset rgba(0, 0, 0, 1);
	box-shadow: none;
}

.btn_03 {
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	background: #3a38a5;
}

.btn_03:active {
	position: relative;
	border-top: 2px inset rgba(0, 0, 0, 1);
	border-left: 2px inset rgba(0, 0, 0, 1);
	box-shadow: none;
}

.btn_04 {
	box-sizing: border-box;
	text-align: center;
	border: rgba(224, 46, 80, 1) 1px solid;
	color: rgba(224, 46, 80, 1);
	font-weight: 600;
	cursor: pointer;
	box-shadow: rgba(224, 46, 80, 0.4) 2px 2px 4px;
}

.btn_04:active {
	position: relative;
	border-top: 2px inset rgba(224, 46, 80, 0.5);
	border-left: 2px inset rgba(224, 46, 80, 0.5);
	box-shadow: none;
}

/* Ã¼Å©¹Ú½º */
.ld_check {
	width: 15px;
	height: 15px;
	margin: 13px 0 0 0;
	border: #e0e3e5 1px solid;
	border-radius: 5px;
	float: left;
	vertical-align: text-bottom;
	box-sizing: border-box;
	position: relative;
}

input[class='ld_check']+label {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #e6e9ea;
	cursor: pointer;
	border-radius: 5px;
	float: left;
	box-sizing: border-box;
}

input[class='ld_check']:checked+label {
	position: relative;
}

input[class='ld_check']:checked+label:after {
	content: '';
	width: 3px;
	height: 8px;
	left: 4px;
	top: 7px;
	background: #134c7d;
	position: absolute;
	transform: rotate(-45deg);
}

input[class='ld_check']:checked+label:before {
	content: '';
	width: 3px;
	height: 12px;
	right: 5px;
	top: 3px;
	background: #134c7d;
	position: absolute;
	transform: rotate(45deg);
}

input[class='ld_check'] {
	display: none;
}

/* ¼¿·ºÆ®¹Ú½º */
select::-ms-expand {
	display: none;
}

select {
	background-image: url('/images/global/select.svg');
	background-repeat: no-repeat;
	background-position: center right 5%;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.cl:after {
	content: '';
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}

div {
	box-sizing: border-box;
}

.point {
	color: #39A1FF;
}

.reference_text {
	font-size: 1em;
	padding-left: 1.2em;
	position: relative;
}

.reference_text:after {
	content: '¡Ø';
	font-size: 1em;
	position: absolute;
	left: 0;
	top: 0;
}


/* È¸¿ø°¡ÀÔ Ã¼Å©¹Ú½º */

.join_save_wrap {
  display:flex;
  align-items: center;
}
input[class='joinCheckBox']{
  display:none;
}

input[class='joinCheckBox'] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e6e9ea;
  cursor: pointer;
  box-sizing: border-box;
}
input[class='joinCheckBox'] + label + label {
  font-size:14px;
  margin-left:5px;
  display: inline-block;
  cursor:pointer;
  color:#aaa;
}
input[class='joinCheckBox']:checked + label {
  position: relative;
}
input[class='joinCheckBox']:checked + label:after {
  content: '';
  width: 3px;
  height: 8px;
  left: 4px;
  top: 7px;
  background: #134c7d;
  position: absolute;
  transform: rotate(-45deg);
}
input[class='joinCheckBox']:checked + label:before {
  content: '';
  width: 3px;
  height: 12px;
  right: 5px;
  top: 3px;
  background: #134c7d;
  position: absolute;
  transform: rotate(45deg);
}
input[class='joinCheckBox']:checked + label + label {
  color:#000;
}

.login_btn {
  width:100%;
  height:59px;
  font-size:16px;
  margin-top:25px;
  border:none;
  background:#00569D;
  cursor:pointer;
  font-weight:600;
  color:#fff;
}

.join_func_wrap {
  width:100%;
  font-size:14px;
  height:15px;
  margin-top:10px;
  color:#AEAEAE;
}
.id_pw_find {
  box-sizing:border-box;
  background:url('/images/member/lock.png');
  background-size:12px;
  background-position:left center;
  background-repeat:no-repeat;
  padding-left:15px;
  float:left;
  cursor:pointer;
}
.join_button {
  float:right;
  cursor:pointer;
}

.pl_wrap.login_input {
  width:100%;
  height:52px;
  border:#CCCCCC 1px solid;
}
.pl_wrap.login_input:not(last-child) {
  margin-bottom:20px;
}
.pl_wrap.login_input .pl_txt {
  display:flex;
  align-items:center;
}