@charset "utf-8";


  .logo {
    width: 197.5px;
    height: 39.2px;
    margin: 50px auto 30px;
  }

  .logo img {
      width: 100%;
      height: 100%;
  }

  .login_wrap::before{
    content: "";
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000000;
  }

  .login_wrap {
    min-width: 1280px;
    width: 100%;
    min-height: 802px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    padding-top: 150px;
    background:#000 url('../img/login/login_main_bg.png') repeat-x 0 center;
    background-size: cover;
  }

  .login_wrap .main-left {
    margin: 8% 8% 5% 5%;
  }

  .fixed-area {
    background: #000;
    border: 1px solid #262626;
    color: #666666;
    font-size: 18px;
    letter-spacing: -0.45px;
    width: 366px;
    height: 60px;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    margin: 0px 0 8px;
  }

  .login-form {
    width: 450px;
    height: 490px;
    margin: 0 auto;
    padding: 40px 42px 0 42px;
    border: solid 1px #e0e0e0;
    background-color: #f2f2f2;
    color: #999999;
    position: relative;
    border-radius: 5px;
  }

  .login-form p{
    font-size: 16px;
    text-align: center;
    color: #999999;
    letter-spacing: -.8px;
  }

  .pw-check .login-form p {
    padding-top: 6px;
    padding-bottom: 24px;
  }

  .info-form {
    width: 450px;
    height: 600px;
    margin: 0 auto;
    padding: 50px 35px 20px 35px;
    border: solid 1px #e0e0e0;
    background-color: #f2f2f2;
    color: #999999;
    position: relative;
    border-radius: 5px;
  }

  .login-form h2 {
    font-size: 34px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .info-form h3 {
    font-size: 28px;
    text-align: center;
    color: #000000;
    font-weight: 700;
  }

  .info-form ul {
    color: #666;
    font-size: 16px;
  }

  .info-form .second-list li {
    overflow: hidden;
    padding-top: 12px;
  }

  .info-form .second-list h4 {
    margin-bottom: 4px;
  }

  .middle-bar {
    width: 366px;
    height: 0;
    border: solid 1px #e0e0e0;
  }
  .second-content {
    display: inline-block;
    float: left;
    padding: 12px 10px;
  }
  .info-form h4 {
    font-size: 16px;
    text-align: left;
    color: #000;
    font-weight: 700;
  }

  .login-form input{
    width: 366px;
    height: 60px;
    margin: 0px 0 8px;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    color: #000000;
    font-size: 18px;
    letter-spacing: -0.45px;
  }

  .login-form .help {
    background: url("../img/login/help.png") no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .help button {
    width: 30px;
    height: 30px;
    border: 0;
    background: none;
  }
  .login-form ul li {
      position: relative;
  }

  .login-btn-lg {
    margin-top: 15px;
  }

  .next-btn-lg {
    margin-top: 19px;
  }

  .login-btn-lg button,
  .next-btn-lg button {
    width: 366px;
    height: 60px;
    border-radius: 5px;
    background-color:#f17700;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }
  
  .main-right .login-middle {
    padding-top: 26px;
    text-align: center;
  }

  .middle-bar + .login-middle {
    padding-top: 10px;
    text-align: left;
    line-height: 1.29;
  }

  .login-middle span {
    color: #666666;
    font-size: 16px;
  }

  .login-middle p {
    font-size: 14px;
    color: #666;
  }

  .info-form img {
    width: 60px;
    height: 60px;
    float: left;
  }

  .login-middle span:first-child::after {
    content: "";
    display: inline-block;
    margin: 0px 9px -3px 13px;
    width: 1px;
    height: 16px;
    background-color: #666;
  }

  .login-bottom {
    width: 450px;
    padding: 30px 42px;
    border-radius: 5px;
    background-color: #e2e2e2;
    margin: 0 auto;
    position: relative;
    top: -6px;
  } 

  .login-bottom p {
    font-size: 16px;
    text-align: left;
    color: #666666;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }

  .login-bottom span {
    font-size: 14px;
    text-align: center;
    color: #999999;
    padding-top: 30px;
    float: left;
  }

  .login-bottom button {
    width: 90px;
    height: 36px;
    border-radius: 5px;
    font-size: 16px;
    border: solid 1px #4d4d4d;
    background-color: #c7c7c7;
    color: #4d4d4d;
    line-height: 0.56;
    letter-spacing: -2px;
  }

  a.code,
  a.code:hover,
  a.code-chk,
  a.code-chk:hover {
      color:#f17700;
      font-size: 14px;
      margin-bottom: 10px;
      letter-spacing: -0.35px;
      text-align: left;
  }

  a.code-chk div {
    margin-bottom: 8px;
  }

  a.log-code,
  a.log-code:hover,
  a.log-code-chk,
  a.log-code-chk:hover {
      color:#f17700;
      font-size: 14px;
      margin-bottom: 10px;
      letter-spacing: -0.35px;
      text-align: left;
  }

  a.log-code-chk div {
    margin-bottom: 8px;
  }

  a.code,
  a.code:hover {
    position: absolute;
    top: 21px;
    right: 20px;
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: -0.45px;
  }

  a.code.disabled {
    color: #666666;
  }

  .auto-login p {
    font-size: 16px;
    color: #6666;
    display: inline-block;
    float: left;
    padding: 5px 10px;
  }

  .auto-login input[type="checkbox"] {
    display: none;
  }

  .auto-login input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    border: solid 1px #e0e0e0;
    background-color: #8b8b8b;
    margin-bottom: 10px;
    float: left;
  }

  .auto-login input[type="checkbox"]:checked + label {
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: contain;
    position: relative;
    border: solid 1px #e0e0e0;
    background-color: #8b8b8b;
  }

  .auto-login input[type="checkbox"]:checked + label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/login/check.png") no-repeat;
    position: absolute;
    top: 5px;
    left: 4px;
  }

  .btn-wrap {
    position: absolute;
    bottom: 50px;
  }

  .id-box p {
    font-size: 16px;
    color: #666666;
    padding-bottom: 5px;
  }

  .id-box {
    width: 420px;
    height: 144px;
    padding: 45px 0px 0 0px;
    margin: 28px 15px 25px 15px;
    background-color: #262626;
    position: relative;
  }

  .box-content {
    display: flex;
    justify-content: center;
  }

  .id-box img {
    padding: 10px 15px 0 0;
  }

  .id-name {
    color:#f17700;
    font-size: 20px;
    font-weight: 700;
  }

  .id-name + div {
    font-size: 20px; 
    color: #fff;
    float: left;
  }

  /* 아이디 확인 */
  .id-check-form {
    width: 450px;
    min-height: 455px;
    height: 480px;
    margin: 0 auto;
    border: solid 1px #e0e0e0;
    background-color: #f2f2f2;
    color: #999999;
    position: relative;
    border-radius: 5px;
    background-color: #000000;
    border: 0;
  }

  .id-check-form h2 {
    color: #ffffff;
    padding: 46px 42px 0 42px;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .id-check-form p {
    font-size: 16px;
    text-align: center;
    color: #999999;
    line-height: 1.25;
    letter-spacing: -0.4px;
  }
  /*  */

  /* dark */
  .dark {
    background-color: #2b2b2b;
  }

  .dark .login_wrap{/* 2020-11-27 */
    background: url("../img/login/img.png") no-repeat;
    background-position: 50% 55%;
    
  }

  .dark .login_wrap::before{
    content: "";
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #2b2b2b;
  }

  .dark .login-form {
    background-color: #000000;
    border: 0;
  }

  .dark .login-form h2 {
    color: #ffffff;
  }
  
  .dark .login-form input::placeholder {
    color: #666666;
  }
  .dark .login-form input {
    color: #ffffff;
    background-color: #262626;
    border: 0;
  }

  .dark .login-form input:focus {
    outline: none;
  }
  
  .login-form {
    width: 450px;
    min-height: 490px;
    height: 100%;
    max-height: 510px;
    margin: 0 auto;
    padding: 40px 42px 0 42px;
    border: solid 1px #e0e0e0;
    background-color: #f2f2f2;
    color: #999999;
    position: relative;
    border-radius: 5px;
}
.main-right .login-middle {
    padding-top: 10px;
    text-align: center;
}
.purchase-btn-lg {
    margin-top: 10px;
}
.purchase-btn-lg button {
    width: 366px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    border: solid 1px #f17700;
    background-color: #fff;
    color: #f17700;
}
.purchase-btn-lg + p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #666;
    float: none !important;
    padding-top: 6px;
}

@media (max-width: 767px) {
    .login-form {width: 100%;}
    .purchase-btn-lg button {
        width: 100%;
        font-size: 18px;
        font-weight: 700;
    }
}
#accountErr>div,#passwordErr>div{display:none;}


@media (max-width: 767px){

	.dark .login_wrap {
		background: none;
	}

	.login_wrap{
		width: 100%;
		min-width: auto;
		display: block;
		position: relative;
		min-width:auto;
		margin: 0 auto;
		background: 0;
		min-height: auto;
		padding: 25% 8% 8% 8%; /* 2020-11-27 */
		background:#000 url('../img/login/login_main_bg_m.png') no-repeat top;
	}
	.login_wrap::before {
		content: "";
		opacity: 0.2;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background-color: #000000;
	}
	.id-check-form {
		width: 100%;
		min-height: 360px;
		height: 100%;
    	padding: 10% 8% 10% 8%;
	}

	.id-check-form h2 {
		font-size: 24px;
		padding: 0;
		margin-bottom: 10px;
	}

	.id-check-form p {
		font-size: 14px;
	}

	.id-name {
		font-size: 16px;
	}

	.id-name + div {
		font-size: 16px;
	}

	.id-box {
		width: 100%;
		height: 144px;
		padding: 55px 15px 45px 15px;
		margin: 15px 0px 0px 0;
	}

	.id-box img {
		padding: 4px 15px 0 0;
	}


	.login-btn-lg {
		padding: 0 !important;
	}

	.login-btn-lg button {
		width: 100%;
		height: 60px;
		border-radius: 5px;
		background-color: #f17700;
		border: 0;
		color: #fff;
		font-size: 18px;
		font-weight: 700;
	}

	.login-btn-lg + div {
		letter-spacing: -1.7px !important;
	}

	.login-form {
		width: 100%;
		min-width: auto;
		display: inline-block;
		height: 100% !important;
		margin: 0 auto;
		padding: 10% 8% 10% 8% !important;
		color: #999999;
		position: relative;
		border-radius: 5px;
	}

	.login-form h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.login-form p {
		font-size: 14px;
		letter-spacing: -1.2px;
	}

	.mt-24 {
		margin-top: 10px;
	}

	.login-form input {
		width: 100%;
		font-size: 16px;
	}

	.login-middle span {
		font-size: 14px;
	}

	.login-bottom {
		width: 100%;
		padding: 20px 42px;
		border-radius: 5px;
		background-color: #e2e2e2;
		margin: 0;
		position: relative;
		top: -6px;
		text-align: center;
	}

	.login-bottom p {
		font-size: 14px;
		text-align: center;
		float: none !important;
	}

	.login-bottom button {
		float: right;
	}

	.main-right .login-middle {
		padding-top: 16px;
		text-align: center;
	}

	.login-middle span:first-child::after {
		content: "";
		display: inline-block;
		margin: 0px 9px -1px 13px;
		width: 1px;
		height: 13px;
		background-color: #666;
	}

	a.code, a.code:hover {
		font-size: 14px;
	}

	.fixed-area {
		width: 100%;
		font-size: 16px;
		font-weight: 700;
	}

	.pw-check .login-form p {
    	line-height: 16px;
	}
}

@media (max-width: 360px) {
	a.code, a.code:hover {
		font-size: 13px;
		position: absolute;
		top: 23px;
		right: 15px;
		text-decoration: underline;
		letter-spacing: -0.45px;
	}

	.login-form input {
		font-size: 14px;
	}

	.pw-check .login-form p {
		padding-top: 0;
	    padding-bottom: 14px;
    	line-height: 16px;
	}

	.login-btn-lg + div {
		line-height: 16px;
	}

	.fixed-area {
		font-size: 14px;
		padding: 20px 15px 20px 15px;
	}

	.login-bottom {
		padding: 20px 25px;
	}

	.login-bottom button {
		position: relative;
		right: 29%;
		margin-top: 10px;

	}
}

@media (min-width: 370px) and (max-width:767px) {
	.login-bottom p {
		font-size: 14px;
		text-align: center;
		float: none !important;
	}
	.login-bottom button {
		float: none !important;
		margin-top: 10px;
		width: 150px;
	}
}