@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

transform: translate(180px,180px) rotate(-5deg) scale(0.8);
--------------------------------------------------------
transition:all 0.3s ease;

--------------------------------------------------------
animation: fade-In 5s linear 2s infinite;

animation-name:fade-In;
animation-duration:4s;
animation-delay:0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-timing-function:ease-in-out;
animation-fill-mode:forwards;


@keyframes fade-In {
  from {background-color: red;}
  to {background-color: yellow;}
}
--------------------------------------------------------
border-radius: 25% 10%;
--------------------------------------------------------
http://cubic-bezier.com





————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————*/
main {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.loginBox {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 780px;
  height: auto;
  padding: 15px 15px 50px 15px;
  border-radius: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.loginBox__title {
  position: relative;
  width: 100%;
  height: 60px;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #272727;
  border-bottom: 1px solid #272727;
  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;
}

.loginBox__text {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #cc2027;
  text-align: center;
  margin: 45px 0;
}

.loginBox__text span {
  font-size: 20px;
  color: #000;
}

.loginBox__regards {
  position: relative;
  width: 87%;
  height: auto;
  margin: 20px auto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000;
}

.loginBox__privacyTtile {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #cc2027;
  text-align: center;
  margin: 45px 0 0 0;
}

.loginBox__intro {
  position: relative;
  width: 90%;
  height: auto;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #000;
  margin: 20px auto 10px auto;
}

.loginBox__annotation {
  position: relative;
  width: 90%;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #4b4b4b;
  margin: 20px auto 10px auto;
}

.loginBox__welcome {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: center;
  color: #cc2027;
  margin: 45px 0;
}

.loginBox__welcome span {
  color: #272727;
  margin: 0 10px 0 0;
}

.loginBox__status {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: center;
  color: #cc2027;
  margin: 45px 0;
}

.loginBox__socialBtn {
  position: relative;
  width: 90%;
  max-width: 300px;
  height: 58px;
  margin: 20px auto;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.loginBox__socialBtn img {
  position: relative;
  width: 58px;
  height: 58px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}

.loginBox__socialBtn p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: calc(100% - 58px);
  height: 58px;
  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;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.loginBox__socialBtn a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loginBox__socialBtn a:link {
  color: #fff;
}

.loginBox__socialBtn a:visited {
  color: #fff;
}

.loginBox__useMail {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 40px auto;
}

.loginBox__useMail-Default {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.loginBox__useMail-Default input {
  position: relative;
  width: calc(80% - 30px);
  max-width: 400px;
  height: 58px;
  border-radius: 4px;
  border: solid 1px #4b4b4b;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1px;
  padding: 0 15px;
  outline: none;
  color: #000;
}

.loginBox__useMail-Default .inputTitle {
  position: absolute;
  top: -9px;
  left: 10px;
  padding: 0 5px;
  background-color: #fff;
  color: #cc2027;
  display: block;
}

.loginBox__useMail .sendBtn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0px;
  top: 7px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  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;
}

.loginBox__useMail .sendBtn img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin-left: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.loginBox__useMail .sendBtn:hover {
  background-color: #ffdcdd;
}

.loginBox__useMail .sendBtn:hover img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  margin-left: 5px;
}

.loginBox__ps {
  position: relative;
  margin: 100px auto 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #000;
}

.loginBox__ps a {
  position: relative;
  margin: 0 0 0 10px;
  text-decoration: none;
  color: #1877f2;
}

.loginBox .fbBtn {
  background-color: #1877F2;
}

.loginBox .fbBtn a {
}

.loginBox .fbBtn p {
  font-size: 16px;
}

.loginBox .lineBtn {
  background-color: #00b900;
}

.loginBox .lineBtn p:hover {
  color: #00b900;
  background-color: #fff;
}

.loginBox .googleBtn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  color: #757575;
  background-color: #fff;
}

.loginBox .googleBtn p {
  color: #757575;
}

.loginBox .googleBtn p i {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-style: normal;
}

.loginBox .googleBtn p i:nth-child(1) {
  color: #4189ed;
}

.loginBox .googleBtn p i:nth-child(2) {
  color: #f73a38;
}

.loginBox .googleBtn p i:nth-child(3) {
  color: #f7b811;
}

.loginBox .googleBtn p i:nth-child(4) {
  color: #4189ed;
}

.loginBox .googleBtn p i:nth-child(5) {
  color: #30ac4c;
}

.loginBox .googleBtn p i:nth-child(6) {
  color: #f73a38;
}

.loginBox .googleBtn:hover {
  border: 1px solid #4285f4;
  background-color: #4285f4;
}

.loginBox .googleBtn:hover p {
  color: #fff;
}

.loginBox .googleBtn:hover p i {
  color: #fff;
}

.loginBox .rlBtn {
  background-color: #fff;
  border: 2px solid #d80b1a;
}

.loginBox .rlBtn p {
  color: #d80b1a;
}

.loginBox .rlBtn p:hover {
  color: #fff;
  background-color: #d80b1a;
}

.loginBox__label {
  position: relative;
  width: 90%;
  max-width: 300px;
  height: auto;
  min-height: 100px;
  margin: 0 auto;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loginBox__label-icons {
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -7.5px;
  width: 30px;
  height: 30px;
}

.loginBox__label-photo {
  position: relative;
  width: 100px;
  height: 100px;
  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;
}

.loginBox__label-photo-mask {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  overflow: hidden;
}

.loginBox__label-photo-mask img {
  position: relative;
  width: 100%;
  height: auto;
}

.loginBox__label-name {
  position: relative;
  width: calc(100% - 100px);
  height: auto;
  min-height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  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;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  box-sizing: border-box;
  word-break: break-all;
  color: #000;
}

.loginBox .fbLabel {
  border: solid 4px #1877f2;
}

.loginBox .fbLabel .loginBox__label-photo {
  background-color: #1877f2;
}

.loginBox .lineLabel {
  border: solid 4px #00b900;
}

.loginBox .lineLabel .loginBox__label-photo {
  background-color: #00b900;
}

.loginBox .googleLabel {
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.loginBox .googleLabel .loginBox__label-photo {
  background-color: #fff;
  border-right: 1px solid rgba(117, 117, 117, 0.5);
}

.loginBox .googleLabel .loginBox__label-name {
  color: #757575;
}

.loginBox .googleLabel .loginBox__label-icons {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  border-radius: 999px;
}

.loginBox__voteBtn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 50px auto;
  width: 90%;
  max-width: 300px;
  height: 48px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #cc2027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.loginBox__voteBtn:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.loginBox__voteBtn a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loginBox__voteBtn a:link {
  color: #fff;
}

.loginBox__voteBtn a:visited {
  color: #fff;
}

.loginBox__voteBtn a:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.loginBox__checkArea {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto 50px auto;
}

.loginBox__checkArea-item {
  position: relative;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.loginBox__checkArea-item input[type="checkbox"] {
  display: none;
}

.loginBox__checkArea-item input[type="checkbox"]:checked ~ .c_check_wrapper {
  background-color: rgba(255, 131, 2, 0.5);
}

.loginBox__checkArea-item input[type="checkbox"]:checked ~ .c_check_wrapper .c_check {
  background-color: #ff8302;
}

.loginBox__checkArea-item input[type="checkbox"]:checked ~ .c_check_wrapper .c_check:after {
  content: "";
  display: block;
  position: relative;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.loginBox__checkArea-item .c_check_wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 2px 10px 0 0;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: rgba(255, 131, 2, 0);
}

.loginBox__checkArea-item .c_check_wrapper .c_check {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 2px;
  vertical-align: top;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 1px #272727;
  background-color: rgba(255, 131, 2, 0);
}

.loginBox__checkArea-item-text {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: var(--black-two);
}

.loginBox__checkArea-item-error {
  position: relative;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f44336;
}

.loginBox__already {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}

.loginBox a {
  color: #1877f2;
}

.loginBox__process {
  position: relative;
  width: 100%;
  height: auto;
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loginBox__process-box {
  position: relative;
  width: 130px;
  height: 60px;
  margin: 0 -10px;
  border: solid 1px #d70c19;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #cc2027;
}

.loginBox__process-box::before {
  content: '';
  position: absolute;
  top: 14px;
  right: -14px;
  width: 40px;
  height: 1px;
  background-color: #d70c19;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
}

.loginBox__process-box::after {
  content: '';
  position: absolute;
  bottom: 14px;
  right: -14px;
  width: 40px;
  height: 1px;
  background-color: #d70c19;
  -webkit-transform: rotate(-66deg);
          transform: rotate(-66deg);
}

.loginBox__process .processBox0 {
  z-index: 3;
}

.loginBox__process .processBox1 {
  z-index: 2;
}

.loginBox__process .processBox2 {
  z-index: 1;
}

.loginBox__process .active {
  background-color: #f5d2d4;
}

.loginBox__userLabel {
  position: relative;
  width: 86%;
  max-width: 360px;
  height: 100px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loginBox__userLabel-mask {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: solid 1px #272727;
  overflow: hidden;
}

.loginBox__userLabel-mask img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.loginBox__userLabel-name {
  position: relative;
  width: auto;
  height: auto;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  margin: 0 0 0 20px;
}

.loginBox__inputBox {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.loginBox__inputBox .i-label {
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.loginBox__inputBox input {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  display: block;
  width: 98%;
  outline: none;
  border: 0px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
  margin-top: 0px;
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  height: 20px;
  padding-top: 10px;
  font-weight: 600;
}

.loginBox__inputBox input:focus {
  border-bottom: 2px solid #ff8302;
}

.loginBox__inputBox input:not([value=""]) ~ .i-label {
  color: #ff8302;
  top: -15px;
}

.loginBox__inputBox input:focus ~ .i-label {
  color: #ff8302;
  top: -15px;
}

.loginBox__inputBox input:not([value=""]) ~ .i-label {
  color: #ff8302;
  top: -15px;
}

.loginBox__inputBox-wraning {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f44336;
}

.loginBox__mobileCheck {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 50px auto 0 auto;
}

.loginBox__mobileCheck input {
  position: relative;
  width: calc(100% - 30px);
  max-width: 300px;
  height: 58px;
  border-radius: 4px;
  border: solid 1px #4b4b4b;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1px;
  padding: 0 15px;
  outline: none;
  color: #000;
}

.loginBox__mobileCheck-title {
  position: absolute;
  top: -9px;
  left: 10px;
  padding: 0 5px;
  background-color: #fff;
  color: #000;
  display: none;
}

.loginBox__mobileCheck input:focus {
  border: solid 2px #ff8302;
}

.loginBox__mobileCheck input:focus ~ .loginBox__mobileCheck-title {
  color: #ff8302;
  display: block;
}

.loginBox__mobileCheck input:not([value=""]) ~ .loginBox__mobileCheck-title {
  display: block;
}

.loginBox .error_text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f44336;
  display: none;
}

.loginBox .error label {
  color: #f44336;
}

.loginBox .error input {
  color: #f44336;
  border: solid 2px #f44336;
}

.loginBox .error input:focus ~ .loginBox__mobileCheck-title {
  color: #f44336;
  display: block;
}

.loginBox .error .error_text {
  display: block;
}

.loginBox__statusBox {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 83%;
  height: 48px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #f1f1f1;
  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;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0);
  overflow: hidden;
}

.loginBox__statusBox:hover {
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
}

.loginBox__statusBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  color: #272727;
  text-decoration: none;
}

.popup {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 150;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup__box {
  position: relative;
  width: calc(80% - 30px);
  height: auto;
  padding: 15px 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__box .title {
  position: relative;
  margin: 20px auto 0 auto;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  color: #000;
}

.popup__box-btns {
  position: relative;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__box-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 15px auto;
  width: 80%;
  max-width: 300px;
  height: 48px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  background-color: #cc2027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
}

.popup__box-btn p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
  color: #fff;
}

.popup__box-btn:hover {
  color: #cc2027;
  background-color: #ffdcdd;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.popup__box-btn a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__box-btn a:link {
  color: #fff;
}

.popup__box-btn a:visited {
  color: #fff;
}

.popup__box-btn a:hover {
  color: #cc2027;
  background-color: #ffdcdd;
}

.popup .confirm {
  display: none;
}

.popup .noApp {
  display: block;
}

@media only screen and (min-width: 768px) {
  main {
    position: relative;
    width: 100%;
    height: auto;
    padding: 87px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .loginBox {
    position: relative;
    margin: 0 auto;
    width: calc(90% - 30px);
    max-width: 780px;
    height: auto;
    padding: 15px 15px 50px 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
    background-color: #fff;
  }
  .loginBox__title {
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #272727;
    border-bottom: 1px solid #272727;
    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;
  }
  .loginBox__text {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #cc2027;
    text-align: center;
    margin: 45px 0;
  }
  .loginBox__regards {
    position: relative;
    width: 83%;
    height: auto;
    margin: 20px auto;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #000;
  }
  .loginBox__privacyTtile {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #cc2027;
    text-align: center;
    margin: 45px 0 0 0;
  }
  .loginBox__intro {
    position: relative;
    width: 90%;
    height: auto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #000;
    margin: 20px auto 10px auto;
  }
  .loginBox__annotation {
    position: relative;
    width: 90%;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #4b4b4b;
    margin: 20px auto 10px auto;
  }
  .loginBox__welcome {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
    color: #cc2027;
    margin: 45px 0;
  }
  .loginBox__welcome span {
    color: #272727;
    margin: 0 10px 0 0;
  }
  .loginBox__status {
    position: relative;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
    color: #cc2027;
    margin: 45px 0;
  }
  .loginBox__socialBtn {
    position: relative;
    width: 90%;
    max-width: 300px;
    height: 58px;
    margin: 20px auto;
    border-radius: 6px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
  }
  .loginBox__socialBtn img {
    position: relative;
    width: 58px;
    height: 58px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  }
  .loginBox__socialBtn p {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: calc(100% - 58px);
    height: 58px;
    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;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }
  .loginBox__socialBtn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .loginBox__socialBtn a:link {
    color: #fff;
  }
  .loginBox__socialBtn a:visited {
    color: #fff;
  }
  .loginBox__useMail {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 40px auto;
  }
  .loginBox__useMail-Default {
    width: 100%;
  }
  .loginBox__useMail-Default input {
    position: relative;
    width: calc(100% - 30px);
    max-width: 400px;
    height: 58px;
    border-radius: 4px;
    border: solid 1px #4b4b4b;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    padding: 0 15px;
    outline: none;
    color: #000;
  }
  .loginBox__useMail-Default .inputTitle {
    position: absolute;
    top: -9px;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;
    color: #cc2027;
    display: block;
  }
  .loginBox__useMail .sendBtn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: -60px;
    top: 7px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    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;
  }
  .loginBox__useMail .sendBtn img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  .loginBox__ps {
    position: relative;
    margin: 100px auto 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #000;
  }
  .loginBox__ps a {
    position: relative;
    margin: 0 0 0 10px;
    text-decoration: none;
    color: #1877f2;
  }
  .loginBox .lineBtn {
    background-color: #00b900;
  }
  .loginBox .lineBtn p:hover {
    color: #00b900;
    background-color: #fff;
  }
  .loginBox .googleBtn {
    color: #757575;
    background-color: #fff;
  }
  .loginBox .googleBtn p {
    color: #757575;
  }
  .loginBox .googleBtn:hover {
    background-color: #4285f4;
  }
  .loginBox .googleBtn:hover p {
    color: #fff;
  }
  .loginBox .rlBtn {
    display: none;
  }
  .loginBox__label {
    position: relative;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .loginBox__label-icons {
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -7.5px;
    width: 30px;
    height: 30px;
  }
  .loginBox__label-photo {
    position: relative;
    width: 100px;
    height: 100px;
    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;
  }
  .loginBox__label-photo-mask {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    overflow: hidden;
  }
  .loginBox__label-photo-mask img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .loginBox__label-name {
    position: relative;
    width: calc(100% - 100px);
    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;
    font-size: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
  }
  .loginBox .fbLabel {
    border: solid 4px #1877f2;
  }
  .loginBox .fbLabel .loginBox__label-photo {
    background-color: #1877f2;
  }
  .loginBox .lineLabel {
    border: solid 4px #00b900;
  }
  .loginBox .lineLabel .loginBox__label-photo {
    background-color: #00b900;
  }
  .loginBox__voteBtn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 50px auto;
    width: 90%;
    max-width: 300px;
    height: 48px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
    background-color: #cc2027;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
  }
  .loginBox__voteBtn:hover {
    color: #cc2027;
    background-color: #ffdcdd;
  }
  .loginBox__voteBtn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .loginBox__voteBtn a:link {
    color: #fff;
  }
  .loginBox__voteBtn a:visited {
    color: #fff;
  }
  .loginBox__voteBtn a:hover {
    color: #cc2027;
    background-color: #ffdcdd;
  }
  .loginBox__checkArea {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto 50px auto;
  }
  .loginBox__checkArea-item {
    position: relative;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .loginBox__checkArea-item input[type="checkbox"] {
    display: none;
  }
  .loginBox__checkArea-item input[type="checkbox"]:checked ~ .c_check_wrapper {
    background-color: rgba(255, 131, 2, 0.5);
  }
  .loginBox__checkArea-item input[type="checkbox"]:checked ~ .c_check_wrapper .c_check {
    background-color: #ff8302;
  }
  .loginBox__checkArea-item input[type="checkbox"]:checked ~ .c_check_wrapper .c_check:after {
    content: "";
    display: block;
    position: relative;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .loginBox__checkArea-item .c_check_wrapper {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 2px 10px 0 0;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: rgba(255, 131, 2, 0);
  }
  .loginBox__checkArea-item .c_check_wrapper .c_check {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 2px;
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: solid 1px #272727;
    background-color: rgba(255, 131, 2, 0);
  }
  .loginBox__checkArea-item-text {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: var(--black-two);
  }
  .loginBox__checkArea-item-error {
    position: relative;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f44336;
  }
  .loginBox__already {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #000;
    text-align: center;
  }
  .loginBox a {
    color: #1877f2;
  }
  .loginBox__process {
    position: relative;
    width: 100%;
    height: auto;
    margin: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .loginBox__process-box {
    position: relative;
    width: 236px;
    height: 60px;
    margin: 0 -15px;
    border: solid 1px #d70c19;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    color: #cc2027;
  }
  .loginBox__process-box::before {
    content: '';
    position: absolute;
    top: 14px;
    right: -9px;
    width: 40px;
    height: 1px;
    background-color: #d70c19;
    -webkit-transform: rotate(52deg);
            transform: rotate(52deg);
  }
  .loginBox__process-box::after {
    content: '';
    position: absolute;
    bottom: 14px;
    right: -9px;
    width: 40px;
    height: 1px;
    background-color: #d70c19;
    -webkit-transform: rotate(-52deg);
            transform: rotate(-52deg);
  }
  .loginBox__process .processBox0 {
    z-index: 3;
  }
  .loginBox__process .processBox1 {
    z-index: 2;
  }
  .loginBox__process .processBox2 {
    z-index: 1;
  }
  .loginBox__process .active {
    background-color: #f5d2d4;
  }
  .loginBox__userLabel {
    position: relative;
    width: 80%;
    max-width: 360px;
    height: 100px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .loginBox__userLabel-mask {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: solid 1px #272727;
    overflow: hidden;
  }
  .loginBox__userLabel-mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .loginBox__userLabel-name {
    position: relative;
    width: auto;
    height: auto;
    font-size: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    margin: 0 0 0 20px;
  }
  .loginBox__inputBox {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .loginBox__inputBox .i-label {
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .loginBox__inputBox input {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: transparent;
    display: block;
    width: 100%;
    outline: none;
    border: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    margin-top: 0px;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    height: 20px;
    padding-top: 10px;
    font-weight: 600;
  }
  .loginBox__inputBox input:focus {
    border-bottom: 2px solid #ff8302;
  }
  .loginBox__inputBox input:not([value=""]) ~ .i-label {
    color: #ff8302;
    top: -15px;
  }
  .loginBox__inputBox input:focus ~ .i-label {
    color: #ff8302;
    top: -15px;
  }
  .loginBox__inputBox input:not([value=""]) ~ .i-label {
    color: #ff8302;
    top: -15px;
  }
  .loginBox__inputBox-wraning {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f44336;
  }
  .loginBox__mobileCheck {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 50px auto 0 auto;
  }
  .loginBox__mobileCheck input {
    position: relative;
    width: calc(100% - 30px);
    max-width: 300px;
    height: 58px;
    border-radius: 4px;
    border: solid 1px #4b4b4b;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: 1px;
    padding: 0 15px;
    outline: none;
    color: #000;
  }
  .loginBox__mobileCheck-title {
    position: absolute;
    top: -9px;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;
    color: #000;
    display: none;
  }
  .loginBox__mobileCheck input:focus {
    border: solid 2px #ff8302;
  }
  .loginBox__mobileCheck input:focus ~ .loginBox__mobileCheck-title {
    color: #ff8302;
    display: block;
  }
  .loginBox__mobileCheck input:not([value=""]) ~ .loginBox__mobileCheck-title {
    display: block;
  }
  .loginBox .error_text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f44336;
    display: none;
  }
  .loginBox .error label {
    color: #f44336;
  }
  .loginBox .error input {
    color: #f44336;
    border: solid 2px #f44336;
  }
  .loginBox .error input:focus ~ .loginBox__mobileCheck-title {
    color: #f44336;
    display: block;
  }
  .loginBox .error .error_text {
    display: block;
  }
  .loginBox__statusBox {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 83%;
    height: 48px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #f1f1f1;
    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;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0);
    overflow: hidden;
  }
  .loginBox__statusBox:hover {
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  }
  .loginBox__statusBox a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    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;
    color: #272727;
    text-decoration: none;
  }
}
/*# sourceMappingURL=index.css.map */
