@import url("https://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css");
*, *:before, *:after {
box-sizing: border-box;
}


body {
    padding: 0;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    min-height: 800px;
    margin-bottom: 0px;
    width: 100%;
}

body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0
}

input[type=text], input[type=password] {
    width: 135px;
    height: 35px;
    border: 1px solid #444444;
    background: #171717;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 20px;
    color: #fff;
    transition: 0.5s
    }
    
input[type=text]:focus, input[type=password]:focus {
    outline: none;
    border: 1px solid #ffcc00;
    }
    
input[type=text]::placeholder, input[type=password]::placeholder {
    color: #999;
    }

input, select, textarea, button {
vertical-align: middle
}
button {
border: 0 none;
background-color: transparent;
cursor: pointer
}
body, th, td, input, select, textarea, button {
font-size: 18px;
color: #fff
}
a {
color: #fff;
transition: 0.2s;
text-decoration: none

}
a:active, a:hover {
text-decoration: none;
}

.login_popup_bg , .join_popup_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	z-index: 99;
}

.login_popup_bg .login_wrapper,.join_popup_bg .join_wrapper {
	height: 100%;
	width: 100%;
	/* max-height: 1000px; */
	max-width: 400px;
	background: #fff;
	border: 1px solid #0E2857;
	padding: 3% 2%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.login_popup_bg .login_wrapper .close,.join_popup_bg .join_wrapper .close {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}

.login_popup_bg .login_wrapper .login_logo ,.join_popup_bg .join_wrapper .login_logo {
  width: 100%;
  max-width: 205px;
}

.login_popup_bg .login_wrapper .login_logo img ,.join_popup_bg .join_wrapper .login_logo img{
  width: 100%;
}

.login_popup_bg .login_wrapper form ,.join_popup_bg .join_wrapper form{
  width: 100%;
}

.login_popup_bg .login_wrapper form .wrapper ,.join_popup_bg .join_wrapper form .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.login_popup_bg .login_wrapper form .wrapper .icon_wrapper,.join_popup_bg .join_wrapper form .wrapper .icon_wrapper{
	width: 100%;
	max-width: 12px;
	margin: 0 14px;
}

.login_popup_bg .login_wrapper form .wrapper .icon_wrapper img,.join_popup_bg .join_wrapper form .wrapper .icon_wrapper img{
  width: 100%;
  filter: hue-rotate(60deg) brightness(0.5);
}

.login_popup_bg .login_wrapper form .wrapper .line ,.join_popup_bg .join_wrapper form .wrapper .line{
  width: 1px;
  height: 14px;
  background-color: #C5C5C5;
  margin-right: 2px;
}

.login_popup_bg .login_wrapper form .wrapper input,.join_popup_bg .join_wrapper form .wrapper input {
	border: 0;
  width: 100%;
  padding: 8px 10px;
	color:#000;
}

.login_popup_bg .login_wrapper form button,.join_popup_bg .join_wrapper form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
  width: 100%;
  background: #0E2857;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login_popup_bg .login_wrapper > p ,.join_popup_bg .join_wrapper > p {
  font-size: 14px;
  margin-top: 20px;
}

.login_popup_bg .login_wrapper > p a,.join_popup_bg .join_wrapper > p a {
  color: #0E2857;
}


.login_popup_bg .login_wrapper form button,
.join_popup_bg .join_wrapper form button{background: #2bd700;}
.login_popup_bg .login_wrapper > p a
.join_popup_bg .join_wrapper > p a{color: var(--main-color);}
.login_popup_bg .login_wrapper ,
.join_popup_bg .join_wrapper{
    border: 0px;
    background: transparent;
}
.join_popup_bg .join_wrapper form .wrapper input,
.join_popup_bg .join_wrapper form select{border: 1px solid #444444;background: #171717;height:35px}
.login_popup_bg .login_wrapper form .wrapper{border: 1px solid #444444;background: #171717;}
.login_popup_bg .login_wrapper form .wrapper input{color:#fff}
input[type=text]:focus,
input[type=password]:focus,
select:focus,
input[type=input]:focus {
	outline: none;
	border: 1px solid #ffcc00 !important;
}
.login_popup_bg .login_wrapper form .wrapper input[type=input]{color:#000}
.login_popup_bg{z-index:9999}



.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, .5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dialog.on {
  display: flex;
}

.dialog .pop-item-wrap {
  width: 400px;
  height: auto;
  overflow: Hidden;
  background: #930000;
  border: 1px solid #930000;
  padding-bottom: 20px;
}

.dialog .pop-item-wrap .pop-header-wrap {
  width: 100%;
  height: 68px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dialog .pop-item-wrap .pop-header-wrap .ptit {
  margin-left: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dialog .pop-item-wrap .pop-header-wrap .ptit img {
  display: flex;
  width: 149px;
}

.dialog .pop-item-wrap .pop-header-wrap .ptit strong {
  display: flex;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-left: 5px;
  transform: translateY(8px)
}

.dialog .pop-item-wrap .pop-header-wrap a {
  margin-right: 25px;
  display: flex;
  width: 29px;
  height: 29px;
}

.dialog .pop-item-wrap .pop-cont-wrap {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc( 100% - 2px - 20px);
  padding: 0 10px;
  height: 110px;
  overflow: hidden;
  margin: 0 auto;
  background: #000000;
  border-bottom: 1px solid #000;
}

.dialog .pop-item-wrap .pop-cont-wrap .inp {
  display: flex;
  width: calc( 100% - 2px - 30px);
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  height: 32px;
  border: 1px solid #535353;
  background: transparent;
}

.dialog .pop-item-wrap .pop-cont-wrap button {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  overflow: hidden;
  border: 0;
  background: #930000;
  padding: 0;
  font-size: 18px;
  color: #fff;
}

