
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
	letter-spacing:-0.02em;
}

body, html {
	height: 100%;
	font-family: arial, sans-serif;
	background-color:rgba(77,101,184,0.7);
}

/*---------------------------------------------*/
a {
	font-family: arial;
	font-size: 16px;
	line-height: 1.7;
	color: #31437E;
	margin: 0px;
	font-weight:600;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #31437E;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Carlito;
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-family: arial;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
}

.txt2 {
  font-family: Calibri;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.txt3 {
	color:#31437e;
}
/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


.wrap-login100 {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: no-wrap;
  align-items: stretch;
  flex-direction: row;
}

.loginBG {
	background-image: url('/resources/images/login_bg.jpg'); 
	background-size: cover; 
	background-position:center;
	background-color:#000;
}



/*==================================================================
[ login more ]*/
.login100-more {
  width: calc(100% - 50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0,0,0,0.1);*/
}

.loginTxt {
  font-family:Carlito;
  line-height:1.7em;
  color:#fff;	
  font-size:16px;
  text-align:left;
  width:100%;
  height:100%;
  padding:35% 0%;
}
.loginTxt span {
	font-weight:600;
	font-size:44px;
	line-height:130%;
}

/*==================================================================
[ Form ]*/

.login100-form {
  width: 50%;
  min-height: 100vh;
  display: flex;
  padding:0% 8% 0% 8%;
  z-index:999;
  align-items:center;
}

.login100-form-box {
	background-color:#fff; 
	padding:14% 14%;
	border-radius: 5px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}

.login100-form-title {
  width: 100%;
  display: block;
  line-height: 1.2;
  font-family:Segoe UI;
  letter-spacing:-1px;
  text-align: center;
}

.login100-form-title h1 {
	font-size:44px;
	font-weight:700;
	margin-bottom:20px;
}
.login100-form-title h2 {
	font-size:34px;
	font-weight:700;
	color:#4D65B8;
	text-align:left;
}
.login100-form-title h3 {
	font-size:24px;
	line-height:30%;
	font-weight:400;
	text-align:left;
}

.login100bg {
	background:#31437e;
	width:100%;
	position:absolute;
	bottom:0;
	height:37%;
	z-index:990;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.login100bg div {width:50%; margin-top:50px;}
.login100bg li {float:left;}
.login100bg li img {margin-right:40px;}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 58px;
  position: relative;
  background:#fff;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  margin-bottom: 20px;
}

.label-input100 {
  font-family: arial;
  font-size: 18px;
  color: #626262;
  line-height: 1.3;
  display: block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  padding: 0 22px;
  left: 0;
  top: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: arial;
  font-size: 18px;
  color:#000;
  line-height: 1.3;
  padding: 0 22px;
}

input.input100 {
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}



/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid #005BAC;
  border-radius: 3px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.input100:focus {
  height:58px;
}

.input100:focus + .focus-input100 + .label-input100 {
  top: 20px;
  font-size: 18px;
  opacity:0;
}

.has-val {
  height: 58px !important;
}

.has-val + .focus-input100 + .label-input100 {
  /*top: 14px;
  font-size: 13px;*/
  display:none;
}



/*------------------------------------------------------------------
[ Select ]*/

select::-ms-expand {display:none; outline:none;}
select::-ms-value {background: transparent; color:white;}
select {
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;
	outline:none;
	border-radius:0px;
	user-select:none;
	font-family:arial;
	font-size:18px;
	width:100%; 
	height:100%; 
	border:none; 
	padding: 0 22px;
	background-color:transparent; 
	color:#000; 
	cursor:pointer;
	letter-spacing:-0.03em;
}
select option {
	background: #fff;
	color: #000;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: arial;
  font-size: 18px;
  color: #000;
  line-height: 3;
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  letter-spacing:-0.03em;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight:600;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #4D65B8;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #4D65B8;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background: #31437E;
  font-family: Calibri;
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight:600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.cancel100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 35%;
  height: 60px;
  border-radius: 5px;
  background: gray;
  font-family: Calibri;
  font-size: 26px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight:600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #2B3557;
}
.cancel100-form-btn:hover {
  background: #575757;
}


/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 1280px) {
  .login100-form {
    width: 100%;
    margin-left: 15%;
    margin-right: 15%;
  }
  .login100-more {display:none;}
  .login100bg1 {display:none;}
  .login100bg2 {position:absolute;  bottom:0; text-align:center; margin-bottom:40px; min-width:630px; margin-left:40px;}

}

@media (max-width: 1100px) {
  .login100-form {
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 100;
  max-width: 70%;
  background-color: transparent;
  border: 1px solid #f73434;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
  font-family: arial;
  color: #f73434;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}

.alert-validate::after {
  content: "\f12a" !important;
  font-weight:600;
  font-family:FontAwesome;
  display: block;
  position:absolute;
  z-index:999;
  color: #f73434 !important;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px !important;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/**login input icon**/
.id-icon::after {
  content: "\f2bd";
  font-weight:600;
  font-family:FontAwesome;
  display: block;
  position:absolute;
  z-index:1;
  color: #31437E;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.pw-icon::after {
  content: "\f13e";
  font-weight:600;
  font-family:FontAwesome;
  display: block;
  position:absolute;
  z-index:1;
  color: #31437E;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.lang-icon::after {
  content: "\f57d";
  font-weight:600;
  font-family:FontAwesome;
  display: block;
  position:absolute;
  z-index:1;
  color: #31437E;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.company-icon::after {
  content: "\f1ad";
  font-weight:600;
  font-family:FontAwesome;
  display: block;
  position:absolute;
  z-index:1;
  color: #31437E;
  font-size: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
/*==================================================================
[ Social ]*/
.login100-form-social-item {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}

.login100-form-social-item:hover {
  background: #333333;
  color: #fff;
}


.wrap-loading { /*화면 전체를 어둡게 합니다.*/
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7); /*not in ie */
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#50000000',
		endColorstr='#50000000'); /* ie */
}

.wrap-loading div { /*로딩 이미지*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -42px;
	margin-top: -42px;
}

.display-none { /*감추기*/
	display: none;
}
