dl,ul,ol,menu,li {list-style:none}
/*.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  background: #f8f8f8;
}*/
a,button {
  color: inherit;
  text-decoration: none;
}
.login-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    background: #f8f8f8;
    padding: 80px;
}
.login-wrap .title-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-wrap .title-wrap h2 {
  font-size: 40px;
  font-weight: bold;
  font-family: 'WooridaumB';
}
.login-wrap .title-wrap .sub {
  margin-top: 10px;
  font-size: 16px;
  color:#707070;
}
.login-wrap .login-box {
  margin-top: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
}
.login-wrap .login-box .left-box {
  width: 350px;
}
.login-wrap .login-box .left-box .myname-experience {
  width: 100%;
  background: #0a3479;
  padding: 30px;
  border-radius: 20px;
}
.login-wrap .login-box .left-box .myname-experience > .title {
  color: #fff;
}
.login-wrap .login-box .left-box .myname-experience > .title h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'WooridaumB';
}
.login-wrap .login-box .left-box .myname-experience > .title .sub {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color:#c1d5fc;
}
.login-wrap .login-box .left-box .myname-experience .btn-experience {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding:10px 20px;
  background: #fff;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
}
.login-wrap .login-box .left-box .myname-experience .btn-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
.login-wrap .login-box .left-box .myname-experience .btn-wrap > button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  font-size: 13px;
  background: #5c91f2;
  color: #fff;
}
.login-wrap .login-box .left-box .myname-experience .btn-wrap > button + button {
  background: #7426ed;
}
.login-wrap .login-box .left-box .myname-experience .btn-wrap > button .arr-icon {
  margin-left: auto;
}
.login-wrap .login-box .left-box .myname-experience .btn-wrap > button span{font-size:16px}
.login-wrap .login-box .left-box .myname-experience .btn-wrap::after {
  content: "";
  position: absolute;
  top: -124px;
  right: 3px;
  display: block;
  width: 125px;
  height: 125px;
  background: url("../img/icon05.png") no-repeat center center/contain;
}
.login-wrap .login-box .left-box .customer-service {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  background: #ededed;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
}
.login-wrap .login-box .left-box .customer-service .info-box .tit {
  font-size: 16px;
  font-weight: bold;
  font-family: 'WooridaumB';
}
.login-wrap .login-box .left-box .customer-service .info-box .number {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
}
.login-wrap .login-box .left-box .customer-service .info-box .time {
  margin-top: 10px;
  font-size: 14px;
}
.login-wrap .login-box .left-box .customer-service .sns-box {
  display: flex;
  gap: 5px;
  margin-left: auto;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 90px
}
.login-wrap .login-box .left-box .customer-service .sns-box > .sns {
  width: 60px;
  height: 60px;
}
.login-wrap .login-box .left-box .customer-service .sns-box > .sns.chat {
  background: url("../img/sns_01.png") no-repeat center center/contain;
  cursor: pointer;
}
.login-wrap .login-box .left-box .customer-service .sns-box > .sns.kakao {
  background: url("../img/sns_02.png") no-repeat center center/contain;
  cursor: pointer;
}
.login-wrap .login-box .right-box {
  width: calc(100% - 368px);
  margin-left: 30px;
  background: #fff;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 5px 9px 13px 0px rgba(0, 0, 0, 0.05);
}
.login-wrap .login-box .right-box .login-menu {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.login-wrap .login-box .right-box .btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  margin: 40px auto 0;
  padding: 16px;
  border-radius: 10px;
  background: #1954db;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.login-wrap .login-box .right-box .service-info {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
.login-wrap .login-box .right-box .service-info a {
  color: #1954db;
  font-size:14px
}
.login-wrap .login-box .right-box .service-info p{font-size:14px}
.input-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.input-box label {
  font-size: 14px;
}

.input-box input::placeholder {
  color: #b2b2b2;
  
}

.input-box input {
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  height:50px;
  box-sizing: border-box;
}
.input-box + .input-box {
  margin-top: 20px;
}

.check-box {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.check-box .custom-checkbox {
  display: none;
}
.check-box label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 13px;
  line-height: 1.5;
}
.check-box label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #007bff;
  background-color: #fff;
  border-radius: 3px;
}
.check-box .custom-checkbox:checked + label:before {
  background-color: #fff;
}
.check-box .custom-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 7px;
  border: solid #007bff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}/*# sourceMappingURL=login.css.map */



.memberjoinview > h2 {
    font-weight: bold !important;
    font-size: 26px !important;
    display: block !important;
    vertical-align: middle !important;
    clear: both !important;
    margin-bottom: 20px;
    color: #000;
}

.memberjoinview {
    padding: 40px 30px 40px;
    background: #ffffff;
    float: left;
    position: fixed;
    z-index: 200;
    display: none;
    width: 430px;
    border-radius: 50px;
    box-sizing: border-box;
}
.memberjoinview .ip_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 45px;
    margin-top: 20px;
}
.memberjoinview .ip_box input {
    font-family: "Pretendard";
    width: 100%;
    height: 99%;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #494949;
    background: #fff;
    border-radius: 5px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.memberjoinview .pass_box input {
    font-family: "Pretendard";
    width: 100%;
    height: 99%;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #494949;
    background: #fff;
    border-radius: 5px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.memberjoinview .pass_boxsm input {
    font-family: "Pretendard";
    width: 100%;
    height: 99%;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #494949;
    background: #fff;
    border-radius: 5px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.memberjoinview .pass_boxsm {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 45px;
    margin-top: 10px;
	display:inline-block;
}
.smscount{
position: absolute;
    right: 20px;
    height: 20px;
    top: 15px;
    color: red;
    font-size: 16px;
}
.memberjoinview .pass_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 45px;
    margin-top: 20px;
}
.memberjoinview .pass_box input {
    font-family: "Pretendard";
    width: 100%;
    height: 99%;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #494949;
    background: #fff;
    border-radius: 5px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.smsck{
background-color: #1954db;
color: #ffffff;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    margin-top: 20px;
    border-radius: 5px;
	font-weight: bold;
    padding: 0 18px;
	width:100%
}
.smsck:hover{color: #ffffff;
    background-color: #1954db;
	transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
	}
.topclose {
    position: absolute;
    right: 20px;
    top: 20px;
}
.topclose i {
    font-size: 50px;
    color: #2f5aee;
}

.btn-find {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 60px);
  margin: 40px auto 0;
  padding: 16px;
  border-radius: 10px;
  background: #1954db;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.findCheck {font-size:16px;}
.findCheck span {color:#1954db;}

#mask {
	position:absolute;  
	z-index:199;  
	background-color:#000;  
	display:none;  
	left:0;
	top:0;
} 

@media only screen and (max-width: 1000px) {
	.login-wrap .login-box .right-box{width: calc(100% - 285px);}
	.login-wrap{padding: 80px 20px;}
	.login-wrap .login-box .left-box{width:240px}
	.login-wrap .login-box {
    margin-top: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    justify-content: center;
	}
	.login-wrap .login-box .left-box .myname-experience .btn-wrap::after{display:none}
	.login-wrap .login-box .left-box .customer-service {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    background: #ededed;
    padding: 20px 0;
    border-radius: 20px;
    border: 1px solid #e1e1e1;
    flex-direction: column;
	}
	.login-wrap .login-box .left-box .customer-service .sns-box {
    display: flex;
    gap: 5px;
    margin-left: inherit;
    align-items: flex-end;
    justify-content: center;
    min-height: 70px;
	}
	.login-wrap .login-box .left-box .myname-experience .btn-experience{width:100%; justify-content: flex-start;}
	.login-wrap .login-box .left-box .myname-experience .btn-wrap > button span{font-size:14px}
	.login-wrap .login-box .left-box .myname-experience .btn-wrap{margin-top:10px;}
	.login-wrap .login-box .right-box{padding:60px 30px}
}


@media only screen and (max-width: 740px) {
	
	.login-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    align-items: center;
	padding: 20px 20px;
	}

	.login-wrap .title-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
	}
	.login-wrap .login-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    flex-direction: column-reverse;
	gap:20px
	}
	.login-wrap .login-box .right-box {
    width: 95%;
    margin-left: 0;
    background: #fff;
    padding: 30px 18px;
    border-radius: 20px;
    box-shadow: none;
	border: 1px solid #ebebeb;
	}
	.login-wrap .login-box .left-box{
		width: 100%;
    display: flex;
    gap: 0;
    padding: 25px;
    flex-direction: column;
	}
	.login-wrap .login-box .left-box .myname-experience .btn-wrap::after {
    content: "";
    position: absolute;
    top: -95px;
    right: 3px;
    display: block;
    width: 95px;
    height: 95px;
    background: url(../img/icon05.png) no-repeat center center/contain;
	}
	.login-wrap .login-box .left-box .customer-service .sns-box > .sns {
    width: 40px;
    height: 40px;
	}
	.input-box + .input-box {
    margin-top: 15px;
	}
	.login-wrap .title-wrap h2{font-size:30px}
	.login-wrap .title-wrap .sub{font-size:14px}
	.login-wrap .login-box .right-box .btn-login{margin: 20px auto 0;}
}


@media only screen and (max-width: 750px) {
	.memberjoinview{width:90%}
	.fboxnumber li span{display:block; line-height:20px}
	.fboxnumber li span:before{display:none}
	
}
.footerinner{text-align:center; padding:30px 0;}
.footerinner .fbox li a{margin:0 10px; font-size:14px; color:#000; font-weight: bold; text-decoration:none;}
.fboxnumber{padding-top:10px}
.fboxnumber li span{font-size:13px; position: relative; padding-right: 12px;}
.fboxnumber li span:before {
  content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 1px;
    height: 12px;
    background-color: #9c9c9c;
    transform: translateY(-50%);
}
.fboxnumber li:last-child span:before {
  display: none;
}


/* ¸ð¹ÙÀÏ ´ëÀÀ(ÁÙ °£°Ý Á¤µ·) */
@media (max-width: 480px){
	.login-wrap .login-box .right-box .login-menu{
		display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
    gap: 15px;
	}
	
	.login-form{
		display:flex;
		flex-direction:column;
	}

	.login-form .input-box{
		order:1;
	}

	.login-form .btn-login{
		order:2;
	}

	.login-form .login-menu{
		order:4;
	}
	.login-form .btn-login{
		order:3; /* °¡Àå À§ */
	}
	.login-wrap .login-box .right-box .btn-login{width:100%}
	.login-wrap .login-box .left-box .customer-service .info-box .number{font-size:32px}
	.login-wrap .login-box .left-box .customer-service {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top: 20px;
		background: #ededed;
		padding: 30px;
		border-radius: 20px;
		border: 1px solid #e1e1e1;
		flex-direction: column;
		align-content: center;
	}
	.login-wrap .login-box .left-box .customer-service .sns-box {
		display: flex;
		gap: 20px;
		margin-left: inherit;
		min-height: 90px;
		justify-content: center;
		align-items: flex-end;
	}
	.login-wrap .login-box .left-box .customer-service .sns-box > .sns {
        width: 60px;
        height: 60px;
    }
	.login-wrap{padding:20px 0}
}


.install-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 28px;
	background: linear-gradient(90deg, #3982fa 0%, #8b3ce6 100%);
	border: none;
	border-radius: 999px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.3px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(90, 60, 220, 0.25);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
	margin-top:30px;
  }

  .install-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(90, 60, 220, 0.35);
  }

  .install-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(90, 60, 220, 0.3);
  }

  .install-btn svg {
	flex-shrink: 0;
  }