<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("../../../css/cmp.css");
/*-------------------------------------------------
title       : 멤버십
Author      : PLAN I
Create date : 2023-01-01
-------------------------------------------------*/
.member_title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}

.member_btn {
  height: 5rem;
  border: 1px solid #000;
  line-height: calc(5rem - 2px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 5rem;
  line-height: 5rem;
  display: inline-block;
  padding: 0 2rem;
  background-color: #000;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.member_btn:hover, .member_btn:focus {
  background-color: transparent;
  color: #000;
}

.login1 {
  width: 40rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}
.login1 .title {
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 800;
  color: #000;
}
.login1 .form_textbox {
  width: 100%;
  height: 5rem;
  margin-bottom: -1px;
}
.login1 .btn {
  height: 6rem;
  border: 0.2rem solid #000;
  line-height: 5.6rem;
  width: 100%;
  margin: 2rem 0 1rem;
  background-color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.login1 .btn:hover, .login1 .btn:focus {
  background-color: #fff;
  color: #000;
}
.login1 .list {
  overflow: hidden;
  font-size: 0;
  color: #777;
}
.login1 .list li {
  float: left;
}
.login1 .list li + li {
  float: right;
}
.login1 .list a {
  position: relative;
  font-size: 1.5rem;
}
.login1 .list a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #777;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.login1 .list a:hover::before, .login1 .list a:focus::before {
  width: 100%;
}

.login2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 0px);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5rem 0;
  border: 1px solid #ddd;
  text-align: center;
}
.login2 &gt; * {
  width: calc(50% - 0px);
  margin-right: 0px;
}
.login2 &gt; *:nth-child(n+2) {
  margin-top: initial;
}
.login2 &gt; *:nth-child(n+3) {
  margin-top: 0px;
}
.login2 .group {
  width: 50%;
  padding: 0 5rem;
}
.login2 .group2 {
  border-left: 1px dashed #ddd;
}
.login2 .member_btn {
  min-width: 12rem;
  background-color: #395DE2;
  border-radius: 1rem;
  border-color: #395DE2;
}
.login2 .member_btn:hover {
  background-color: #fff;
  color: #395DE2;
}
.login2 .member_title {
  position: relative;
  padding-top: 1.5rem;
  margin-top: 4rem;
}
.login2 .member_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0.7;
  border-radius: 100%;
  background-color: #3C65FC;
  mix-blend-mode: multiply;
}
.login2 .member_title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 0.3rem;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0.7;
  border-radius: 100%;
  background-color: #42DA6E;
  mix-blend-mode: multiply;
}
.login2 span {
  width: 35rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
  word-break: keep-all;
}

.agree .title {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
.agree .item {
  overflow: hidden;
  overflow-y: auto;
  max-height: 36rem;
  padding: 3rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  background-color: #F8F8F8;
}
.agree .form {
  margin: 2rem 0 4rem;
  text-align: center;
  font-size: 1.7rem;
}
.agree .form span:first-child {
  margin-right: 3rem;
}
.agree .bul_2 strong {
  width: 100%;
}

.tstyle_write td strong:first-child {
  color: #000;
}
.tstyle_write td strong:first-child + input + span, .tstyle_write td strong:first-child + span {
  font-size: 1.5rem;
  color: #888;
}
.tstyle_write td p:last-child {
  display: block;
  margin: 0.5rem 0 -0.5rem;
  font-size: 1.4rem;
  color: #777;
}

.find {
  position: relative;
  padding-bottom: 6rem;
  text-align: center;
}
.find .form {
  width: 60rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.find .form ul {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 0px);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 60rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 5rem;
  margin-top: -5rem;
  background-color: #fff;
}
.find .form ul &gt; * {
  width: calc(50% - 0px);
  margin-right: 0px;
}
.find .form ul &gt; *:nth-child(n+2) {
  margin-top: initial;
}
.find .form ul &gt; *:nth-child(n+3) {
  margin-top: 0px;
}
.find .form ul li {
  width: 50%;
}
.find .form ul label {
  display: block;
  position: relative;
  height: 5rem;
  border-bottom: 1px solid #ddd;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4rem;
  cursor: pointer;
}
.find .form ul input {
  position: absolute;
  opacity: 0;
}
.find .form ul input:checked + label {
  border-bottom: 0.2rem solid #555;
  font-weight: 700;
  color: #000;
}
.find .form ul input:hover + label {
  color: #000;
}
.find .member_title {
  height: 5rem;
  border-bottom: 0.2rem solid #555;
  text-align: left;
  line-height: 4rem;
}
.find .txt {
  margin: 3rem 0;
}
.find .box {
  width: 60rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin: 3rem 0;
  word-break: keep-all;
  text-align: left;
}
.find .btns {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 60rem;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  bottom: 0;
}
.find .btns .member_btn {
  float: left;
  width: calc(50% - 0.5px);
  height: 6rem;
  line-height: 5.8rem;
}
.find .btns .member_btn + .member_btn {
  float: right;
}

.member_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 5rem);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 5rem;
  text-align: center;
}
.member_step &gt; * {
  width: calc(25% - 5rem);
  margin-right: 5rem;
}
.member_step &gt; *:nth-child(n+4) {
  margin-top: initial;
}
.member_step &gt; *:nth-child(n+5) {
  margin-top: 0px;
}
.member_step li {
  position: relative;
  padding: 3px;
}
.member_step li &gt; div {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  padding: 4rem 1rem;
  border-radius: 0.7rem;
}
.member_step li &gt; div::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 1rem;
  background: #f9f9f9;
  z-index: -1;
}
.member_step li + li::before {
  font-family: "remixicon";
  content: "\ea6d";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  font-size: 2rem;
  left: -3.5rem;
  width: 2rem;
  text-align: center;
  color: #000;
}
.member_step li.active &gt; div {
  background-color: #fff;
}
.member_step li.active &gt; div::before {
  background: linear-gradient(100.24deg, #78B8FF 7.33%, #516ED9 82.66%);
}
.member_step li.active strong {
  color: #395DE2;
}
.member_step li.active .ico {
  background-color: #F6FAFF;
}
.member_step .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto 2.5rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member_step strong {
  font-weight: 500;
  font-size: 2rem;
  display: block;
}

.board_btns {
  margin-top: 4rem;
}

.board_box.type1 .title i {
  display: block;
  margin: 0 auto 1rem;
}

@media (max-width: 768px) {
  .member_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .member_step li {
    width: 100%;
    margin-right: 0 !important;
    text-align: left;
  }
  .member_step li + li {
    margin-top: 3rem !important;
  }
  .member_step li + li::before {
    top: -2.5rem;
    left: 50%;
    width: 2rem;
    height: 2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .member_step li &gt; div {
    padding: 2rem;
  }
  .member_step li .ico {
    display: inlin e-block;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    padding: 1.5rem;
    margin: 0;
    vertical-align: middle;
  }
  .member_step li .ico img {
    line-height: 6rem;
  }
  .member_step li strong {
    display: inline-block;
    margin-left: 2rem;
    vertical-align: middle;
  }
}
@media (max-width: 580px) {
  .login2 {
    display: block;
    padding: 0 3rem;
  }
  .login2 .group {
    width: 100%;
    padding: 2rem 0 3rem;
  }
  .login2 .group2 {
    border: 0 none;
    border-top: 1px dashed #ddd;
  }
}</pre></body></html>