@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700&family=Roboto&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a, input, select {
  -webkit-tap-highlight-color: transparent;
}

a:focus, input:focus, select:focus {
  outline: 0;
}

a:active, a:hover, input:active, input:hover, select:active, select:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button, select {
  text-transform: none;
}

select, input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

html,
body {
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  background-color: #efefef;
  font-size: 100px;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave-from {
  opacity: 1;
}

.wrapper .main {
  font-size: 0.2rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .wrapper .main {
    font-size: 4.83vw;
  }
}
.wrapper .main .mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .wrapper .main .mobile {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .wrapper .main .pc {
    display: none;
  }
}

.loading {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  -webkit-backdrop-filter: blur(8.9px);
          backdrop-filter: blur(8.9px);
  background-color: rgb(139, 115, 75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loading.hidden {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.loading .container {
  height: 100%;
  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;
}
.loading .container .dot {
  width: 0.22em;
  height: 0.22em;
  border-radius: 99999px;
  background-color: #fff;
  -webkit-animation-name: aniLoading;
          animation-name: aniLoading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  margin: 0 0.1em;
}
.loading .container .dot:first-of-type {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.loading .container .dot:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.loading .container .dot:last-of-type {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(139, 115, 75, 0.9);
  z-index: 999;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.popup.alert {
  z-index: 1000;
}
.popup.show {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  pointer-events: unset;
}
.popup .space {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.popup .container {
  text-align: center;
  padding: 2.5em 1em 1.5em 1em;
  border-radius: 5px;
  width: 13em;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
  background-color: #fcfcfc;
}
.popup .container .error-alert {
  font-size: 0.88em;
  color: #333333;
  line-height: 1.6;
}
.popup .container .close {
  font-size: 0.97em;
  padding: 0.6601em 0.65em;
  background-color: #9a7e51;
  color: #ffffff;
  border-radius: 99px;
  width: 28.765%;
  margin: auto;
  margin-top: 2.2em;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.popup.checkAlert .container, .popup.logout .container, .popup.checkDelAlert .container {
  width: 15em;
  padding: 2.5em 1em 1.5em 1em;
}
.popup.checkAlert .container h3, .popup.logout .container h3, .popup.checkDelAlert .container h3 {
  text-align: center;
  color: #9a7e51;
  font-size: 1.83em;
  font-weight: 500;
  margin-bottom: 0.3em;
}
.popup.checkAlert .container .button, .popup.logout .container .button, .popup.checkDelAlert .container .button {
  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;
}
.popup.checkAlert .container .button .cancel,
.popup.checkAlert .container .button .close, .popup.logout .container .button .cancel,
.popup.logout .container .button .close, .popup.checkDelAlert .container .button .cancel,
.popup.checkDelAlert .container .button .close {
  font-size: 0.97em;
  padding: 0.6601em 0.65em;
  width: 24.928%;
}
.popup.checkAlert .container .button .cancel, .popup.logout .container .button .cancel, .popup.checkDelAlert .container .button .cancel {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #656565;
  margin: unset;
  margin-top: 1.75em;
  margin-right: 0.5em;
  color: #ffffff;
  border-radius: 99px;
}
.popup.checkAlert .container .button .close, .popup.logout .container .button .close, .popup.checkDelAlert .container .button .close {
  margin: unset;
  margin-top: 1.5em;
}

.kv {
  position: relative;
  background-image: url(../images/kv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.9em 0 4.7em 0;
}
@media screen and (max-width: 960px) {
  .kv.resultKv {
    padding: 2.5em 0 3.2em 0;
  }
}
.kv.change {
  padding: 5.7em 0 10em 0;
}
@media screen and (max-width: 960px) {
  .kv.change {
    padding: 1.7em 0 0em 0;
  }
}
@media screen and (max-width: 960px) {
  .kv {
    padding: 2.5em 0 5.2em 0;
    background-position: top 0em right -20em;
  }
}
.kv .content {
  max-width: 1366px;
  margin: auto;
  position: relative;
}
.kv .content .text {
  max-width: 1070px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.kv .content .text.change {
  max-width: 960px;
}
@media screen and (max-width: 960px) {
  .kv .content .text {
    padding: 2em 2em;
    text-align: center;
  }
}
.kv .content .text .title h1 {
  color: #a78b5e;
  font-size: 2.1em;
  font-family: "Noto Serif TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  line-height: 1.42;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title h1 {
    color: #c0a353;
    font-size: 1.35em;
    position: relative;
    z-index: 1;
  }
}
.kv .content .text .title .newsBtn {
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.kv .content .text .title .newsBtn.homeBtn1 {
  top: 15%;
  left: 29.5%;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title .newsBtn.homeBtn1 {
    top: 26%;
    left: 54%;
  }
}
.kv .content .text .title .newsBtn.homeBtn2 {
  top: 30%;
  left: 26.5%;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title .newsBtn.homeBtn2 {
    top: 45%;
    left: 55%;
  }
}
.kv .content .text .title .newsBtn.memberBtn1, .kv .content .text .title .newsBtn.memberBtn2 {
  left: 18.5%;
  top: 25%;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title .newsBtn.memberBtn1, .kv .content .text .title .newsBtn.memberBtn2 {
    left: 39%;
    top: 42%;
  }
}
.kv .content .text .title .newsBtn.friendBtn {
  left: 18.5%;
  top: 30%;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title .newsBtn.friendBtn {
    left: 39%;
    top: 44%;
  }
}
.kv .content .text .title .newsBtn .aniIcon {
  margin: auto;
  position: absolute;
  top: -55%;
  left: -14%;
  z-index: 1;
  width: 3.2em;
  height: 3.2em;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title .newsBtn .aniIcon {
    width: 1.7em;
    height: 1.7em;
    top: -40%;
    left: -10%;
  }
}
.kv .content .text .title .newsBtn .aniIcon #newsIcon {
  width: 3.2em;
  height: 3.2em;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title .newsBtn .aniIcon #newsIcon {
    width: 1.7em;
    height: 1.7em;
  }
}
.kv .content .text .title .newsBtn p {
  font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-size: 0.9em;
  background-color: #ffffff;
  border-radius: 99px;
  position: relative;
  padding: 0.38em 2.3em;
  font-weight: 500;
  color: #9a7e51;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title .newsBtn p {
    font-size: 0.52em;
  }
}
.kv .content .text .title .newsBtn p::before {
  content: "";
  display: block;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 13%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kv .content .text .title .newsBtn p::after {
  content: "";
  display: block;
  width: 95%;
  height: 82%;
  background-color: transparent;
  border: 0.09em solid #a78b5e;
  border-radius: 99px;
  position: absolute;
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.kv .content .text .title h2 {
  color: #ffffff;
  font-size: 1.045em;
  font-family: "Noto Serif TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  line-height: 1.429;
  font-weight: 400;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 960px) {
  .kv .content .text .title h2 {
    font-size: 0.88em;
    text-align: left;
  }
}
.kv .content .icon {
  position: absolute;
  display: none;
}
.kv .content .icon.show {
  display: block;
}
@media screen and (max-width: 960px) {
  .kv .content .icon.show {
    display: none;
  }
}
.kv .content .icon.icon1 {
  top: -50%;
  left: 3.4%;
  width: 6.7em;
  opacity: 0.81;
}
@media screen and (max-width: 960px) {
  .kv .content .icon.icon1 {
    top: -10%;
    right: 27%;
    left: unset;
    width: 4.5em;
    opacity: 0.89;
  }
}
.kv .content .icon.icon2 {
  left: -5%;
  top: 135%;
  width: 9em;
  height: 0.12em;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  opacity: 0.78;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #c0a353), color-stop(43%, #c0a353), color-stop(104%, rgba(192, 163, 83, 0)));
  background-image: linear-gradient(to right, #c0a353 1%, #c0a353 43%, rgba(192, 163, 83, 0) 104%);
}
.kv .content .icon.icon3 {
  width: 3.3em;
  bottom: -60%;
  right: 17.5%;
  width: 2.3em;
}
.kv .content .icon.icon4 {
  top: -60%;
  right: 61%;
  width: 2.2em;
  opacity: 0.56;
}
@media screen and (max-width: 960px) {
  .kv .content .icon.icon4 {
    top: 45%;
    right: 4%;
    width: 1.405em;
    opacity: 1;
  }
}
.kv .content .icon.icon5 {
  width: 5.5em;
  opacity: 0.66;
  right: -1%;
  bottom: -115%;
}
.kv .content .icon.icon6 {
  width: 9.466em;
  height: 0.12em;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  opacity: 0.6;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #c0a353), color-stop(43%, #c0a353), color-stop(104%, rgba(192, 163, 83, 0)));
  background-image: linear-gradient(to right, #c0a353 1%, #c0a353 43%, rgba(192, 163, 83, 0) 104%);
  top: 40%;
  right: -4.3%;
}
.kv .content .icon.icon7 {
  width: 4.342em;
  height: 0.12em;
  -webkit-transform: rotate(-150deg);
          transform: rotate(-150deg);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #c0a353), color-stop(43%, #c0a353), color-stop(104%, rgba(192, 163, 83, 0)));
  background-image: linear-gradient(to right, #c0a353 1%, #c0a353 43%, rgba(192, 163, 83, 0) 104%);
  top: 30%;
  right: 12.1%;
}
.kv .login {
  position: absolute;
  top: 35%;
  right: 1.5%;
}
.kv .login.change {
  top: 20%;
  right: 2.5%;
}
@media screen and (max-width: 960px) {
  .kv .login {
    display: none;
  }
}
.kv .login .logoutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv .login .logoutBox .button {
  margin-left: 0.5em;
  cursor: pointer;
}
.kv .login .logoutBox .button p {
  color: #ffffff;
  font-size: 0.86em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.kv .login .logoutBox .button .icon {
  display: none;
}
.kv .login .logoutBox .button .icon.show {
  display: block;
}
.kv .login .loginBox {
  position: relative;
  z-index: 10;
}
.kv .login .loginBox .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.kv .login .loginBox .button .pic {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}
.kv .login .loginBox .button .pic img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.kv .login .loginBox .list {
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(6%, #e8e8e8), color-stop(34%, #ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff, #e8e8e8 6%, #ffffff 34%, #ffffff);
  position: absolute;
  top: 120%;
  right: 0;
  padding: 0.875em 0.8em;
  width: 5.4em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.kv .login .loginBox .list.show {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: unset;
}
.kv .login .loginBox .list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.25em;
}
.kv .login .loginBox .list .link p {
  margin-left: 0.3em;
  color: #333333;
  font-size: 0.88em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3714em 1.5em;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  header .container {
    padding: 0.3224em 0.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
header .container .logo {
  width: 12.043em;
}
header .container .leftBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .container .leftBox .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  header .container .leftBox .nav {
    display: none;
  }
}
header .container .leftBox .nav .link {
  font-size: 0.78em;
  margin-right: 1.75em;
  font-family: "Noto Serif TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  cursor: pointer;
  position: relative;
  color: #333333;
}
header .container .leftBox .login {
  margin: auto;
  margin-left: 3em;
  width: 2em;
  height: 2em;
}
header .container .leftBox .login img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
header .container .menuBtn {
  width: 2em;
  height: 1em;
  margin-right: 0.3em;
}
header .container .menuBtn .line {
  width: 1.251em;
  height: 0.101em;
  background-color: #a78b5e;
  margin: auto;
  margin-bottom: 0.3em;
  border-radius: 1px;
}
header .container .mbMenu01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: auto;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
}
header .container .mbMenu01.active {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .container .mbMenu01 .content {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
  height: 100vh;
  width: 60.387%;
  background-color: #1b1b1b;
  -webkit-box-shadow: -4px 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -4px 0 15px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
header .container .mbMenu01 .content .closeBtn {
  position: absolute;
  top: 4%;
  left: 3%;
  width: 1em;
  height: 0.1em;
  background-color: #e1dfdb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .container .mbMenu01 .content .closeBtn::after {
  content: "";
  display: block;
  background-color: #e1dfdb;
  width: 1em;
  height: 0.1em;
  position: absolute;
  top: -10%;
  left: 0%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
header .container .mbMenu01 .content .logoBlock {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(95%, #d9d9d9), to(#ededed));
  background-image: linear-gradient(to bottom, #fcfcfc, #d9d9d9 95%, #ededed);
  padding: 1.798em 0;
  padding-bottom: 0.5em;
}
header .container .mbMenu01 .content .logoBlock .pic {
  width: 75%;
  margin: auto;
  margin-left: 1.8em;
}
header .container .mbMenu01 .content .menuList {
  padding: 3.7em 1em;
  padding-left: 2em;
}
header .container .mbMenu01 .content .menuList .link {
  margin-bottom: 2.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e1dfdb;
  font-size: 0.74em;
}
header .container .mbMenu02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: auto;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  overflow-y: hidden;
}
header .container .mbMenu02.active {
  opacity: 1;
  pointer-events: unset;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .container .mbMenu02 .content {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 999;
  height: 100vh;
  width: 100%;
  background-color: #8b734b;
  margin-left: auto;
  -webkit-box-shadow: -4px 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -4px 0 15px 0 rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
header .container .mbMenu02 .content .closeBtn {
  position: absolute;
  top: 3%;
  right: 6%;
}
header .container .mbMenu02 .content .logoBlock {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(95%, #d9d9d9), to(#ededed));
  background-image: linear-gradient(to bottom, #fcfcfc, #d9d9d9 95%, #ededed);
  padding: 1.798em 0;
  padding-bottom: 0.5em;
}
header .container .mbMenu02 .content .logoBlock .pic {
  width: 75%;
  margin: auto;
  margin-left: 1.8em;
}
header .container .mbMenu02 .content .menuList {
  padding: 2.6em 2.8em;
  padding-bottom: 10em;
}
header .container .mbMenu02 .content .menuList .link {
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  border-bottom: 1px dashed #b2966a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .container .mbMenu02 .content .menuList .link .icon {
  margin-right: 0.9em;
  width: 1.5em;
}
header .container .mbMenu02 .content .menuList .link p {
  font-size: 0.86em;
  color: #ffffff;
}
header .container .mbMenu02 .content .menuList .link:first-child p::after {
  display: none;
}

.form .row .inputBlock input:-webkit-autofill {
  -webkit-text-fill-color: #333333;
  -webkit-box-shadow: 0 0 0 1000px #f4f4f4 inset;
}

footer {
  background-color: #dddddd;
  padding: 1.452em 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  footer {
    padding: 1.1564em 0;
  }
}
footer .container {
  max-width: 1166px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .container .box .logo {
  width: 10.69%;
  margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
  footer .container .box .logo {
    width: 18%;
    margin-right: 0;
  }
}
footer .container .box .info {
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  footer .container .box .info {
    text-align: center;
    margin: 0.7em 0;
  }
}
footer .container .box .info p {
  font-size: 0.8em;
}
footer .container .box .info p:first-child {
  color: #333333;
}
footer .container .box .info p:last-child {
  color: #727272;
  font-size: 0.7em;
}
@media screen and (max-width: 960px) {
  footer .container .box .info p:last-child {
    font-size: 0.6em;
  }
}
footer .container .box .info p a {
  display: inline-block;
  text-decoration: underline;
}
footer .container .box .info p a.privacyLink {
  padding-left: 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid #727272;
  text-decoration: none;
  color: #727272;
}
footer .container .box .icon {
  background-color: #333333;
  width: 2.55em;
  height: 2.55em;
  border-radius: 50%;
  margin-right: 0.5em;
}
footer .container .box .icon:last-child {
  margin-right: 0;
}
footer .container .box .icon .pic {
  margin: auto;
}
footer .container .box .icon:first-child .pic {
  width: 27%;
  margin-top: 0.6em;
}
footer .container .box .icon:nth-child(2) .pic {
  width: 50%;
  margin-top: 0.8em;
}
footer .container .box .icon:last-child .pic {
  width: 45%;
  margin-top: 0.7em;
}
@media screen and (max-width: 960px) {
  footer .container .box:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.homePage .form {
  position: relative;
  min-height: calc(100vh - 17em);
  padding-bottom: 3.5em;
}
@media screen and (max-width: 960px) {
  .homePage .form {
    padding-bottom: 0;
  }
}
.homePage .form .userInfo {
  z-index: 1;
  max-width: 1366px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo {
    z-index: unset;
  }
}
.homePage .form .userInfo .content {
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.07);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(9%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 9%, #ffffff);
  max-width: 858px;
  margin: auto;
  padding: 2.05em 2.55em;
  padding-bottom: 2.5em;
  border-radius: 5px;
  overflow: hidden;
  margin-top: -6.5em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content {
    border-radius: unset;
    background-image: unset;
    margin-top: 0;
    padding: 1.5em 1.55em;
    padding-bottom: 2.5em;
  }
}
.homePage .form .userInfo .content::after {
  content: "";
  display: block;
  background-color: #9a7e51;
  width: 100%;
  height: 0.25em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content::after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.homePage .form .userInfo .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9a7e51;
  margin-bottom: 2em;
}
.homePage .form .userInfo .content .title h3 {
  font-size: 1.1em;
  font-weight: 500;
  margin-left: 0.5em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .title .icon {
    width: 5%;
  }
}
.homePage .form .userInfo .content .rowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4em;
}
.homePage .form .userInfo .content .rowBox:last-child {
  margin-bottom: 0;
}
.homePage .form .userInfo .content .rowBox:nth-child(3) {
  margin-bottom: 0.7em;
}
.homePage .form .userInfo .content .rowBox:nth-child(4), .homePage .form .userInfo .content .rowBox:nth-child(5) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox {
    display: block;
  }
}
.homePage .form .userInfo .content .rowBox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row {
    display: block;
    margin-bottom: 1.7em;
  }
}
.homePage .form .userInfo .content .rowBox .row p {
  color: #a78b5e;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row p {
    margin-bottom: 0.7em;
    font-size: 0.78em;
  }
}
.homePage .form .userInfo .content .rowBox .row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homePage .form .userInfo .content .rowBox .row .box .inputBlock {
  border: 1px solid #cecece;
  padding: 0.2em;
  border-radius: 7px;
  background-color: #f4f4f4;
  font-size: 0.8em;
  padding: 0.5625em 1em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row .box .inputBlock {
    padding: 0.8167em 1em;
  }
}
.homePage .form .userInfo .content .rowBox .row .box .inputBlock input {
  width: 100%;
}
.homePage .form .userInfo .content .rowBox .row .box .inputBlock input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.homePage .form .userInfo .content .rowBox .row .box .inputBlock input::-moz-placeholder {
  color: #b9b9b9;
}
.homePage .form .userInfo .content .rowBox .row .box .inputBlock input:-ms-input-placeholder {
  color: #b9b9b9;
}
.homePage .form .userInfo .content .rowBox .row .box .inputBlock input::-ms-input-placeholder {
  color: #b9b9b9;
}
.homePage .form .userInfo .content .rowBox .row .box .inputBlock input::placeholder {
  color: #b9b9b9;
}
.homePage .form .userInfo .content .rowBox .row .box .inputBlock select {
  width: 100%;
  color: #333333;
  cursor: pointer;
}
.homePage .form .userInfo .content .rowBox .row.username {
  margin-right: 4.1em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.username {
    margin-right: 0;
  }
}
.homePage .form .userInfo .content .rowBox .row.username .inputBlock {
  width: 15.39em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.username .inputBlock {
    width: 100%;
  }
}
.homePage .form .userInfo .content .rowBox .row.city .inputBlock {
  width: 7.5em;
  margin-right: 0.5em;
}
.homePage .form .userInfo .content .rowBox .row.city .inputBlock:nth-child(3) {
  margin-right: 0;
  width: 6.875em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.city .inputBlock:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.city .inputBlock {
    width: 50%;
  }
}
.homePage .form .userInfo .content .rowBox .row.birth p {
  margin-right: 1.7em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.birth .box {
    display: block;
  }
}
.homePage .form .userInfo .content .rowBox .row.birth .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.birth .box .item {
    margin-bottom: 0.8em;
  }
}
.homePage .form .userInfo .content .rowBox .row.birth .box .item span {
  color: #333333;
  font-size: 0.9em;
}
.homePage .form .userInfo .content .rowBox .row.birth .box .item .inputBlock {
  width: 1.3125em;
  margin: 0 0.68em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.birth .box .item .inputBlock {
    padding: 0.8167em 0.5em;
    width: 10.023%;
    margin: 0 0.6em;
  }
}
.homePage .form .userInfo .content .rowBox .row.birth .box .item .inputBlock input {
  text-align: center;
}
.homePage .form .userInfo .content .rowBox .row.birth .box .item .inputBlock.year {
  width: 8.1875em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.birth .box .item .inputBlock.year {
    width: 72.7%;
  }
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.birth .box .item .inputBlock.month {
    margin-left: 0;
  }
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem {
  margin-left: 4.5em;
  position: relative;
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem.unselect {
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.checkboxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem .styleBox {
  width: 1.278em;
  height: 1.278em;
  border: 1px solid #cecece;
  display: inline-block;
  margin-right: 0.6em;
  position: relative;
  border-radius: 50%;
  background-color: #f4f4f4;
  cursor: pointer;
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem label {
  font-size: 0.9em;
  line-height: 1.4;
  color: #333333;
  cursor: pointer;
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem input {
  width: 0;
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem input:checked ~ .styleBox::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.278em;
  width: 1.278em;
  border-radius: 50%;
  background-color: #9a7e51;
  background-image: url(../images/ic-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem span {
  position: absolute;
  bottom: -75%;
  left: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #dd4764;
  font-size: 0.66em;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.checkboxItem span {
    width: 30%;
    top: 70%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 35%;
  }
}
.homePage .form .userInfo .content .rowBox .row.checkboxItem .infoBtn {
  margin-left: 0.2em;
  cursor: pointer;
}
.homePage .form .userInfo .content .rowBox .row.time {
  margin-left: 0.8em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .rowBox .row.time {
    margin-left: 0;
  }
}
.homePage .form .userInfo .content .advanced .title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
  position: relative;
  cursor: pointer;
}
.homePage .form .userInfo .content .advanced .title::after {
  content: "";
  display: block;
  background-image: url(../images/ic-open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  right: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .advanced .title::after {
    right: 33%;
  }
}
.homePage .form .userInfo .content .advanced .title.show::after {
  background-image: url(../images/ic-close.svg);
}
.homePage .form .userInfo .content .advanced .title p {
  font-size: 0.78em;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-align: center;
}
.homePage .form .userInfo .content .advanced .title p::after, .homePage .form .userInfo .content .advanced .title p::before {
  content: "";
  display: block;
  width: 51%;
  height: 0.1em;
  border-bottom: 1px dashed #bfbfbf;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.homePage .form .userInfo .content .advanced .title p::after {
  left: -6%;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .advanced .title p::after {
    left: -13%;
  }
}
.homePage .form .userInfo .content .advanced .title p::before {
  right: -9%;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .advanced .title p::before {
    right: -21%;
  }
}
.homePage .form .userInfo .content .advanced .itemContainer {
  display: none;
}
.homePage .form .userInfo .content .advanced .itemContainer .rowBox:first-child {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .advanced .itemContainer .rowBox:first-child .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .advanced .itemContainer .rowBox:first-child .row .styleBox {
    width: 1.963em;
  }
}
.homePage .form .userInfo .content .button {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #9a7e51;
  font-size: 1em;
  text-align: center;
  border-radius: 99px;
  width: 15em;
  margin: auto;
  padding: 1.375em 0;
  margin-top: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .homePage .form .userInfo .content .button {
    width: 98.375%;
    margin-top: 2.5em;
    padding: 1.3145em 0;
  }
}
.homePage .form .userInfo .content .sun {
  position: absolute;
  bottom: -10.8%;
  right: -0.6%;
  width: 9.9em;
  opacity: 0.2;
}
.homePage .form .adBlock {
  max-width: 960px;
  margin: auto;
  margin-top: 2.2em;
}
@media screen and (max-width: 960px) {
  .homePage .form .adBlock {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 0 0.5em;
  }
}

.astrolabe {
  position: relative;
}
@media screen and (max-width: 960px) {
  .astrolabe {
    padding-bottom: 0;
  }
}
.astrolabe .userInfo {
  z-index: 1;
  max-width: 1366px;
  margin: auto;
  position: relative;
  padding: 0 1em;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo {
    padding: 0 1.2em;
  }
}
.astrolabe .userInfo .content {
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.07);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(9%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 9%, #ffffff);
  max-width: 1099px;
  margin: auto;
  padding: 1.4em 1em 2.05em 2.55em;
  border-radius: 5px;
  margin-top: -2.1em;
  position: relative;
}
.astrolabe .userInfo .content::after {
  content: "";
  display: block;
  background-color: #9a7e51;
  width: 100%;
  height: 0.25em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content {
    margin-top: 0;
    padding: 1em 1em;
    padding-bottom: 6.5em;
    margin-top: -3.5em;
  }
}
.astrolabe .userInfo .content .editBox .logOutItem,
.astrolabe .userInfo .content .editBox .logInItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .userInfo .content .editBox .logOutItem .item,
.astrolabe .userInfo .content .editBox .logInItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem .item,
  .astrolabe .userInfo .content .editBox .logInItem .item {
    position: absolute;
    bottom: 8%;
  }
}
.astrolabe .userInfo .content .editBox .logOutItem .item:first-child,
.astrolabe .userInfo .content .editBox .logInItem .item:first-child {
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem .item:first-child,
  .astrolabe .userInfo .content .editBox .logInItem .item:first-child {
    left: 6%;
    margin-right: 0;
  }
}
.astrolabe .userInfo .content .editBox .logOutItem .item:last-child,
.astrolabe .userInfo .content .editBox .logInItem .item:last-child {
  left: 35%;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem .item .icon,
  .astrolabe .userInfo .content .editBox .logInItem .item .icon {
    width: 1em;
  }
}
.astrolabe .userInfo .content .editBox .logOutItem .item p,
.astrolabe .userInfo .content .editBox .logInItem .item p {
  color: #333333;
  font-size: 0.78em;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.18em;
  margin-left: 0.6em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem .item p,
  .astrolabe .userInfo .content .editBox .logInItem .item p {
    font-size: 0.68em;
  }
}
.astrolabe .userInfo .content .editBox .logOutItem .item .inputBlock,
.astrolabe .userInfo .content .editBox .logInItem .item .inputBlock {
  padding: 0.2em;
  border-radius: 99px;
  background-color: #ffffff;
  font-size: 0.8em;
  padding: 0.2344em 1em;
  width: 5.4375em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.astrolabe .userInfo .content .editBox .logOutItem .item .inputBlock::after,
.astrolabe .userInfo .content .editBox .logInItem .item .inputBlock::after {
  content: "";
  display: block;
  background-image: url("../images/Polygon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.7em;
  height: 0.5em;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem .item .inputBlock,
  .astrolabe .userInfo .content .editBox .logInItem .item .inputBlock {
    padding: 0.6212em 1em;
    width: 19.5724em;
    font-size: 0.74em;
  }
}
.astrolabe .userInfo .content .editBox .logOutItem .item .inputBlock select,
.astrolabe .userInfo .content .editBox .logInItem .item .inputBlock select {
  width: 100%;
  color: #333333;
  cursor: pointer;
}
.astrolabe .userInfo .content .editBox .logOutItem.loginSt .item:nth-child(2), .astrolabe .userInfo .content .editBox .logOutItem.loginSt .item:nth-child(3),
.astrolabe .userInfo .content .editBox .logInItem.loginSt .item:nth-child(2),
.astrolabe .userInfo .content .editBox .logInItem.loginSt .item:nth-child(3) {
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem.loginSt .item:nth-child(2), .astrolabe .userInfo .content .editBox .logOutItem.loginSt .item:nth-child(3),
  .astrolabe .userInfo .content .editBox .logInItem.loginSt .item:nth-child(2),
  .astrolabe .userInfo .content .editBox .logInItem.loginSt .item:nth-child(3) {
    bottom: 8%;
    margin-right: 0;
  }
  .astrolabe .userInfo .content .editBox .logOutItem.loginSt .item:nth-child(2),
  .astrolabe .userInfo .content .editBox .logInItem.loginSt .item:nth-child(2) {
    left: 33%;
  }
  .astrolabe .userInfo .content .editBox .logOutItem.loginSt .item:last-child,
  .astrolabe .userInfo .content .editBox .logInItem.loginSt .item:last-child {
    bottom: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem.loginSt .item.saveBtnM,
  .astrolabe .userInfo .content .editBox .logInItem.loginSt .item.saveBtnM {
    left: 41%;
  }
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem.loginSt .item.editBtnM,
  .astrolabe .userInfo .content .editBox .logInItem.loginSt .item.editBtnM {
    left: 70%;
  }
}
.astrolabe .userInfo .content .editBox .logOutItem .item:first-child p {
  border-bottom: none;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .editBox .logOutItem .item:last-child {
    left: 60%;
  }
}
.astrolabe .userInfo .content h3 {
  color: #a78b5e;
  margin-top: -1.3em;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content h3 {
    margin-top: 0;
    font-size: 0.78em;
  }
}
.astrolabe .userInfo .content h3 span {
  font-weight: bold;
}
.astrolabe .userInfo .content .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .detail {
    display: block;
    margin-top: 0.6em;
  }
}
.astrolabe .userInfo .content .detail .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .detail .box {
    width: 100%;
    margin-bottom: 0.1em;
  }
  .astrolabe .userInfo .content .detail .box:last-child {
    margin-bottom: 0;
  }
}
.astrolabe .userInfo .content .detail .box .title {
  background-color: #8b734b;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.8em;
  padding: 1.3254em 0.9565em;
  line-height: 1.1;
  letter-spacing: 0.1em;
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .detail .box .title {
    font-size: 0.76em;
    padding: 0.564em 0.5em;
    width: 38.583%;
  }
}
.astrolabe .userInfo .content .detail .box .title .smTimeText {
  font-size: 0.8em;
  letter-spacing: 0.01em;
}
.astrolabe .userInfo .content .detail .box p {
  font-size: 0.94em;
  letter-spacing: 0.1em;
  color: #333333;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .detail .box p {
    font-size: 0.78em;
  }
}
.astrolabe .userInfo .content .detail .box.time .title {
  padding: 0.7756em 0.9565em;
}
@media screen and (max-width: 960px) {
  .astrolabe .userInfo .content .detail .box.time .title {
    padding: 0.564em 0.5em;
  }
}
.astrolabe .userInfo .content .detail .box:first-child {
  margin-right: 2.5em;
}
.astrolabe .userInfo .content .detail .box:nth-child(2) {
  margin-right: 9.5em;
}
.astrolabe .allInfo {
  margin-top: 3.5em;
  position: relative;
  padding-bottom: 4.5em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo {
    margin-top: 2.7em;
    padding-bottom: 0.5em;
  }
}
.astrolabe .allInfo .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1166px;
  margin: auto;
  position: relative;
  padding: 0 1em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.astrolabe .allInfo .content .block:first-child {
  width: 60%;
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .box {
    padding: 0 0.3em;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox {
  border-radius: 5px;
  border: solid 1px #d3d3d3;
  position: relative;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox {
    background-image: linear-gradient(144deg, #efefef 1%, #efefef 38%, #fff 46%, #e5e5e5 80%, #e7e7e7 91%, #eaeaea 100%);
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture {
  position: relative;
  background-image: linear-gradient(141deg, #efefef 2%, #efefef 39%, #fff 46%, #e5e5e5 80%, #e7e7e7 91%, #eaeaea 100%);
  padding-bottom: 3.28em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture {
    padding-top: 1em;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .logo {
  position: absolute;
  left: -3%;
  top: -5%;
  width: 12.8em;
  background-color: #efefef;
  border-radius: 99px;
  padding: 0.68em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .logo {
    left: 50%;
    top: -7%;
    padding: 0.4em;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.8em;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark {
  position: absolute;
  bottom: 5%;
  left: 7%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item .line {
  width: 1.6em;
  height: 0.05em;
  margin-right: 0.5em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item p {
  font-size: 0.72em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item p {
    font-size: 0.62em;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item:first-child {
  margin-bottom: 0.6em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item:first-child .line {
  background-color: #e04d70;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item:first-child p {
  color: #e04d70;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item:last-child .line {
  background-color: #277c9f;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .picture .mark .item:last-child p {
  color: #277c9f;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #666666;
  border-radius: 99px;
  padding: 0.6625em 0;
  width: 21.1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 2%;
  bottom: 4%;
  cursor: pointer;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .print:hover {
  opacity: 0.9;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .print {
    width: 36.657%;
    right: 3%;
    bottom: 3%;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box .signBox .print p {
  color: #ffffff;
  margin-left: 0.55em;
  font-size: 0.8em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile {
  margin-top: 4.5em;
  padding: 0;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .ad {
  width: 100%;
  margin-bottom: 4em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .ad .pic {
  padding: 0 0.6em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container {
  background-color: #fcfcfc;
  border-radius: 0;
  padding: 1.45em 1.1em;
  padding-bottom: 2em;
  position: relative;
  height: auto;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .largeTabContainer {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .largeTabContainer .largeTab {
  color: #fff;
  font-size: 0.84em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8b734b), color-stop(76%, #8b734b), to(#725c36));
  background-image: linear-gradient(to bottom, #8b734b, #8b734b 76%, #725c36);
  padding: 0.94em 0.863em;
  letter-spacing: 0.2em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 23.373%;
  margin-right: 0.2em;
  text-align: center;
  cursor: pointer;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .largeTabContainer .largeTab:last-child {
  margin-right: 0;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .largeTabContainer .largeTab.active {
  color: #8b734b;
  background-image: none;
  background-color: #fcfcfc;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table {
  width: 100%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .title p {
  font-size: 0.7em;
  padding: 0.679em 0;
  border-bottom: 1px solid #443869;
  border-top: 1px solid #443869;
  color: #605580;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .title p:first-child, .astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .title p:nth-child(2) {
  width: 30%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .title p:nth-child(3) {
  width: 20%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .title p:last-child {
  width: 20%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item:hover {
  background-color: #ede4d5;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item:nth-child(even) {
  background-color: #efefef;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item:nth-child(even):hover {
  background-color: #ede4d5;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.15em 0;
  padding: 0.3636em 0;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem:first-child, .astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem:nth-child(2) {
  width: 26%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.68em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem:nth-child(3) {
  width: 26%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem:last-child {
  width: 12%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem .icon {
  width: 1.45em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem p {
  font-size: 0.7em;
  color: #333333;
  text-align: center;
  margin-left: 0.2em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox .detail .item .smItem p.smText {
  font-size: 0.72em;
  font-weight: bold;
  margin-left: 0;
  width: 2em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.House .title p:first-child {
  width: 25%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.House .title p:nth-child(2) {
  width: 60%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.House .title p:last-child {
  width: 50%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.House .detail .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.House .detail .item .smItem:first-child {
  width: 11%;
  padding-left: 0.5em;
  padding-top: 0.5em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.House .detail .item .smItem:nth-child(2) {
  width: 60%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.House .detail .item .smItem:nth-child(2) p {
  margin: 0 0.5em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.House .detail .item .smItem:last-child {
  width: 40%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.phase .detail .item .smItem {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.phase .detail .item .smItem:first-child {
  width: 30%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.phase .detail .item .smItem:nth-child(2) {
  width: 26%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.phase .detail .item .smItem:nth-child(3) {
  width: 15%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.mobile .container .table .infoBox.phase .detail .item .smItem:last-child {
  width: 20%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 2em 1.2em;
  margin-top: 2.5em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox {
    background-color: #fcfcfc;
    position: relative;
    border-radius: 0;
    margin-top: 0em;
    padding-top: 3em;
  }
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 6em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox {
  margin-bottom: 2.5em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .title {
  border-radius: 5px;
  background-color: #b2966a;
  -webkit-box-shadow: 0 5px 15px 0 rgba(78, 50, 5, 0.27);
          box-shadow: 0 5px 15px 0 rgba(78, 50, 5, 0.27);
  padding: 0.475em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.3em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .title .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 8.3em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  margin-right: 3em;
  position: relative;
  z-index: 1;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .title h3 .icon {
  width: 1.8em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .title h3 span {
  color: #b2966a;
  font-size: 0.76em;
  margin-right: 0.2em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .title h4 {
  font-size: 0.8em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item {
  padding: 0 0.4em;
  position: relative;
  margin-bottom: 1.2em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item:nth-child(2) {
  margin-bottom: 1.5em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item p {
  color: #333333;
  font-size: 0.8em;
  line-height: 2;
  letter-spacing: 0.06em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item .subtitle {
  color: #8b734b;
  font-size: 0.84em;
  margin-bottom: 1.1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6589em 0.5em;
  padding: 1.2em 0.5em;
  padding-right: 0;
  background-image: url("../images/path1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item .subtitle.hasIcon {
  padding: 0.259em 0.5em;
  padding: 0.8em 0.5em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item .subtitle.smTag {
  background-image: url("../images/path2.png");
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item .subtitle span {
  position: relative;
  z-index: 1;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item .subtitle .icon {
  width: 1.8em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item .smBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item .smBlock .icon {
  width: 1.6em;
  margin-right: 0.2em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item .smBlock span:first-child {
  margin-right: 0.5em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .box.detailBox .smBox .item.houseItem .subtitle span:last-child {
  letter-spacing: 0.2em;
  padding-left: 0.35em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .anchorBlock {
  overflow-x: scroll;
  padding: 1em 0 1em 1em;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 100%;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .anchorBlock.fixed {
  background-color: transparent;
  position: fixed;
  top: 0;
  z-index: 5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .anchorBlock.fixed .anchorContent .anchorbox {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .anchorBlock .anchorContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62em;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .anchorBlock .anchorContent .anchorbox {
  font-size: 0.82em;
  border-radius: 40px;
  padding: 0.7093em 0.7992em;
  text-align: center;
  color: #b2966a;
  background-color: #ffffff;
  border: 1px solid #b2966a;
  margin-right: 0.7em;
  white-space: nowrap;
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .source {
  margin: auto;
  background-color: #efefef;
  position: relative;
  z-index: 2;
  margin-top: 3em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .source {
    padding: 0 1em;
    padding-bottom: 1em;
    margin-top: 1.5em;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .source .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #8b734b;
  border-bottom: 1px solid #8b734b;
  padding: 1.2em 0.6em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .source .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.2em;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .source .content .logo {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .source .content .logo {
    width: 60%;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .source .content p {
  font-size: 0.92em;
  line-height: 1.8;
  color: #333333;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:first-child .largeTabInfo .source .content p {
    font-size: 0.9em;
  }
}
.astrolabe .allInfo .content .block:first-child .largeTabInfo .source .content p a {
  display: inline-block;
  color: #b2966a;
  text-decoration: underline;
}
.astrolabe .allInfo .content .block:nth-child(2) {
  width: 34.3056%;
  position: relative;
}
.astrolabe .allInfo .content .block:nth-child(2).fixed {
  width: 20.8334%;
  width: 400px;
  position: fixed;
  margin-top: -19em;
  margin-left: 36em;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .astrolabe .allInfo .content .block:nth-child(2).fixed {
    width: 33.162%;
    right: 5.5%;
    top: 2%;
    margin-top: 0;
    margin-left: 0;
  }
}
.astrolabe .allInfo .content .block:nth-child(2).fixed.change {
  margin-top: -40em;
}
@media screen and (max-width: 1200px) {
  .astrolabe .allInfo .content .block:nth-child(2).fixed.change {
    top: -50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:nth-child(2) {
    width: 100%;
    position: absolute;
    top: 8.2%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    display: none;
  }
}
.astrolabe .allInfo .content .block:nth-child(2) .ad {
  margin-bottom: 0.5em;
  position: absolute;
  width: 110%;
  left: 0;
  top: 0;
}
.astrolabe .allInfo .content .block:nth-child(2) .container {
  background-color: #fcfcfc;
  border-radius: 5px;
  padding: 1.45em 1.4em;
  padding-right: 0.7em;
  padding-bottom: 2.5em;
  position: relative;
  border-top-right-radius: 0;
  margin-top: 4em;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:nth-child(2) .container {
    padding: 1.45em 1.1em;
    border-radius: 0;
    height: 34.543em;
  }
}
.astrolabe .allInfo .content .block:nth-child(2) .container .largeTabContainer {
  position: absolute;
  right: -11.2%;
  top: 0;
  width: 11.2%;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:nth-child(2) .container .largeTabContainer {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -6.5%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.astrolabe .allInfo .content .block:nth-child(2) .container .largeTabContainer .largeTab {
  color: #fff;
  font-size: 0.8em;
  background-image: -webkit-gradient(linear, right top, left top, from(#8b734b), color-stop(24%, #8b734b), to(#725c36));
  background-image: linear-gradient(to left, #8b734b, #8b734b 24%, #725c36);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-box-shadow: 6px 5px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 6px 5px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 1.094em 0.9065em;
  letter-spacing: 0.2em;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 0.3em;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:nth-child(2) .container .largeTabContainer .largeTab {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    padding: 0.94em 0.863em;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    width: 23.373%;
    text-align: center;
    margin-right: 0.2em;
    margin-bottom: 0;
    letter-spacing: unset;
    font-size: 0.84em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8b734b), color-stop(76%, #8b734b), to(#725c36));
    background-image: linear-gradient(to bottom, #8b734b, #8b734b 76%, #725c36);
  }
  .astrolabe .allInfo .content .block:nth-child(2) .container .largeTabContainer .largeTab:last-child {
    margin-right: 0;
  }
}
.astrolabe .allInfo .content .block:nth-child(2) .container .largeTabContainer .largeTab.active {
  color: #8b734b;
  background-image: none;
  background-color: #fcfcfc;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table {
  width: 100%;
  position: relative;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox {
  height: 27.55em;
  padding-right: 0.6em;
  overflow-y: scroll;
  overflow: -webkit-hidden-unscrollable;
  scrollbar-color: #8b734b #8b734b;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox::-webkit-scrollbar {
  width: 4px;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox::-webkit-scrollbar-track {
  background-color: #e8e8e8;
  border-radius: 4px;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox::-webkit-scrollbar-thumb {
  background-color: #8b734b;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox {
    height: 34.543em;
  }
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .title p {
  font-size: 0.7em;
  padding: 0.679em 0;
  border-bottom: 1px solid #443869;
  border-top: 1px solid #443869;
  color: #605580;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .title p:first-child, .astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .title p:nth-child(2) {
  width: 30%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .title p:nth-child(3) {
  width: 20%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .title p:last-child {
  width: 20%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item:hover {
  background-color: #ede4d5;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item:nth-child(even) {
  background-color: #efefef;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item:nth-child(even):hover {
  background-color: #ede4d5;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.15em 0;
}
@media screen and (max-width: 960px) {
  .astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem {
    padding: 0.3636em 0;
  }
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem:first-child, .astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem:nth-child(2) {
  width: 28%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0.68em;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem:nth-child(3) {
  width: 23%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem:last-child {
  width: 12%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem .icon {
  width: 1.45em;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem p {
  font-size: 0.7em;
  color: #333333;
  text-align: center;
  margin-left: 0.2em;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox .detail .item .smItem p.smText {
  font-size: 0.72em;
  font-weight: bold;
  margin-left: 0;
  width: 2em;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.sign .detail .item {
  cursor: pointer;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.sign .detail .item .smItem p {
  border-bottom: 1px solid #333333;
  padding-bottom: 0.3em;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.House .title p:first-child {
  width: 25%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.House .title p:nth-child(2) {
  width: 60%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.House .title p:last-child {
  width: 50%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.House .detail .item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.House .detail .item .smItem:first-child {
  width: 11%;
  padding-left: 0.5em;
  padding-top: 0.5em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.House .detail .item .smItem:nth-child(2) {
  width: 60%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.House .detail .item .smItem:nth-child(2) p {
  margin: 0 0.5em;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.House .detail .item .smItem:last-child {
  width: 40%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.phase .detail .item .smItem {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.phase .detail .item .smItem:first-child {
  width: 30%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.phase .detail .item .smItem:nth-child(2) {
  width: 29%;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.phase .detail .item .smItem:nth-child(3) {
  width: 13%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .allInfo .content .block:nth-child(2) .container .table .infoBox.phase .detail .item .smItem:last-child {
  width: 20%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.astrolabe .allInfo .content .noneBlock {
  width: 34.3056%;
  height: 10vh;
  display: none;
}
.astrolabe .allInfo .content .noneBlock.fixed {
  display: block;
}
.astrolabe .topBtn {
  width: 2.6876em;
  height: 2.6876em;
  font-size: 0.8em;
  color: #a5865a;
  border: 1px solid #a5865a;
  border-radius: 50%;
  background-color: #ffffff;
  position: fixed;
  bottom: 5%;
  right: 2%;
  text-align: center;
  line-height: 2.7;
  letter-spacing: 0.07em;
  cursor: pointer;
  z-index: 3;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

.personalInfo,
.memberInfo {
  min-height: calc(100vh - 15em);
  padding-bottom: 2.5em;
}
@media screen and (max-width: 960px) {
  .personalInfo,
  .memberInfo {
    padding-bottom: 0;
  }
}
.personalInfo .content,
.memberInfo .content {
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.07);
  background-color: #fefefe;
  max-width: 1126px;
  margin: auto;
  padding: 2.6em 1em;
  border-radius: 5px;
  margin-top: -2.8em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .personalInfo .content,
  .memberInfo .content {
    padding: 2.6em 1.2em;
    background-color: #eeeeee;
  }
}
.personalInfo .content::before,
.memberInfo .content::before {
  content: "";
  display: block;
  width: 100%;
  height: 7em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(9%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 9%, #ffffff);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 960px) {
  .personalInfo .content::before,
  .memberInfo .content::before {
    display: none;
  }
}
.personalInfo .content::after,
.memberInfo .content::after {
  content: "";
  display: block;
  background-color: #9a7e51;
  width: 100%;
  height: 0.25em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .personalInfo .content::after,
  .memberInfo .content::after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.personalInfo .content .tabContainer,
.memberInfo .content .tabContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: 100%;
  right: 2.5%;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .tabContainer,
  .memberInfo .content .tabContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
  }
}
.personalInfo .content .tabContainer .tab,
.memberInfo .content .tabContainer .tab {
  background-color: #ffffff;
  color: #9a7e51;
  font-size: 0.78em;
  padding: 1.1028em 1em;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 8.2576em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.personalInfo .content .tabContainer .tab:first-child,
.memberInfo .content .tabContainer .tab:first-child {
  margin-right: 0.3em;
}
.personalInfo .content .tabContainer .tab::after,
.memberInfo .content .tabContainer .tab::after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(108, 108, 108, 0.43)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, rgba(108, 108, 108, 0.43));
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.personalInfo .content .tabContainer .tab.active,
.memberInfo .content .tabContainer .tab.active {
  background-color: #9a7e51;
  color: #ffffff;
}
.personalInfo .content .tabContainer .tab.active::after,
.memberInfo .content .tabContainer .tab.active::after {
  display: none;
}
.personalInfo .content .flexBox,
.memberInfo .content .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox,
  .memberInfo .content .flexBox {
    display: block;
  }
}
.personalInfo .content .flexBox .leftBox,
.memberInfo .content .flexBox .leftBox {
  text-align: center;
  width: 35%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .leftBox,
  .memberInfo .content .flexBox .leftBox {
    width: 100%;
    margin-bottom: 3.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.personalInfo .content .flexBox .leftBox::after,
.memberInfo .content .flexBox .leftBox::after {
  content: "";
  display: block;
  background-image: url(../images/shaline.svg);
  width: 10%;
  height: 14em;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .leftBox::after,
  .memberInfo .content .flexBox .leftBox::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 25%;
    right: 44%;
    width: 15%;
    height: 15em;
  }
}
.personalInfo .content .flexBox .leftBox .pic,
.memberInfo .content .flexBox .leftBox .pic {
  width: 8em;
  height: 8em;
  margin: auto;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .leftBox .pic,
  .memberInfo .content .flexBox .leftBox .pic {
    width: 6.2887em;
    height: 6.2887em;
    margin: unset;
    margin-right: 0.5em;
  }
}
.personalInfo .content .flexBox .leftBox .pic img,
.memberInfo .content .flexBox .leftBox .pic img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.personalInfo .content .flexBox .leftBox .bottomBox .userName,
.memberInfo .content .flexBox .leftBox .bottomBox .userName {
  color: #9a7e51;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0.8em;
  width: 5em;
  line-height: 1.2;
  display: inline-block;
}
.personalInfo .content .flexBox .leftBox .bottomBox .button,
.memberInfo .content .flexBox .leftBox .bottomBox .button {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #9a7e51;
  border-radius: 99px;
  padding: 0.6852em 0;
  width: 32.072%;
  margin: auto;
  cursor: pointer;
}
.personalInfo .content .flexBox .leftBox .bottomBox .button.lock,
.memberInfo .content .flexBox .leftBox .bottomBox .button.lock {
  background-color: #e5e5e5;
}
.personalInfo .content .flexBox .leftBox .bottomBox .button.lock p,
.memberInfo .content .flexBox .leftBox .bottomBox .button.lock p {
  color: #919191;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .leftBox .bottomBox .button,
  .memberInfo .content .flexBox .leftBox .bottomBox .button {
    width: 6.2887em;
    padding: 0.6486em 0;
  }
}
.personalInfo .content .flexBox .leftBox .bottomBox .button p,
.memberInfo .content .flexBox .leftBox .bottomBox .button p {
  text-align: center;
  color: #ffffff;
  font-size: 0.88em;
}
.personalInfo .content .flexBox .rightBox,
.memberInfo .content .flexBox .rightBox {
  width: 64%;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox,
  .memberInfo .content .flexBox .rightBox {
    width: 100%;
  }
}
.personalInfo .content .flexBox .rightBox .row,
.memberInfo .content .flexBox .rightBox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row,
  .memberInfo .content .flexBox .rightBox .row {
    display: block;
    margin-bottom: 1.7em;
  }
}
.personalInfo .content .flexBox .rightBox .row p,
.memberInfo .content .flexBox .rightBox .row p {
  color: #a78b5e;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 1em;
  width: 23%;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row p,
  .memberInfo .content .flexBox .rightBox .row p {
    margin-bottom: 0.7em;
    font-size: 0.78em;
    width: 100%;
  }
}
.personalInfo .content .flexBox .rightBox .row .box,
.memberInfo .content .flexBox .rightBox .row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock,
.memberInfo .content .flexBox .rightBox .row .box .inputBlock {
  border: 1px solid #cecece;
  padding: 0.2em;
  border-radius: 7px;
  background-color: #ffffff;
  font-size: 0.8em;
  padding: 0.5786em 1em;
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock.personalName, .personalInfo .content .flexBox .rightBox .row .box .inputBlock.personalEmail,
.memberInfo .content .flexBox .rightBox .row .box .inputBlock.personalName,
.memberInfo .content .flexBox .rightBox .row .box .inputBlock.personalEmail {
  width: 15em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row .box .inputBlock.personalName, .personalInfo .content .flexBox .rightBox .row .box .inputBlock.personalEmail,
  .memberInfo .content .flexBox .rightBox .row .box .inputBlock.personalName,
  .memberInfo .content .flexBox .rightBox .row .box .inputBlock.personalEmail {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row .box .inputBlock,
  .memberInfo .content .flexBox .rightBox .row .box .inputBlock {
    padding: 0.5445em 1em;
  }
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock input,
.memberInfo .content .flexBox .rightBox .row .box .inputBlock input {
  width: 94%;
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock input::-webkit-input-placeholder, .memberInfo .content .flexBox .rightBox .row .box .inputBlock input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock input::-moz-placeholder, .memberInfo .content .flexBox .rightBox .row .box .inputBlock input::-moz-placeholder {
  color: #b9b9b9;
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock input:-ms-input-placeholder, .memberInfo .content .flexBox .rightBox .row .box .inputBlock input:-ms-input-placeholder {
  color: #b9b9b9;
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock input::-ms-input-placeholder, .memberInfo .content .flexBox .rightBox .row .box .inputBlock input::-ms-input-placeholder {
  color: #b9b9b9;
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock input::placeholder,
.memberInfo .content .flexBox .rightBox .row .box .inputBlock input::placeholder {
  color: #b9b9b9;
}
.personalInfo .content .flexBox .rightBox .row .box .inputBlock select,
.memberInfo .content .flexBox .rightBox .row .box .inputBlock select {
  width: 100%;
  color: #333333;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.birth .box,
  .memberInfo .content .flexBox .rightBox .row.birth .box {
    display: block;
  }
}
.personalInfo .content .flexBox .rightBox .row.birth .box .item,
.memberInfo .content .flexBox .rightBox .row.birth .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.birth .box .item,
  .memberInfo .content .flexBox .rightBox .row.birth .box .item {
    margin-bottom: 0.8em;
  }
}
.personalInfo .content .flexBox .rightBox .row.birth .box .item span,
.memberInfo .content .flexBox .rightBox .row.birth .box .item span {
  color: #333333;
  font-size: 0.9em;
}
.personalInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock,
.memberInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock {
  width: 1.3125em;
  margin: 0 0.68em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock,
  .memberInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock {
    padding: 0.5445em 0.5em;
    width: 10.023%;
    margin: 0 0.6em;
  }
}
.personalInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock input,
.memberInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock input {
  text-align: center;
}
.personalInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock.year,
.memberInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock.year {
  width: 3.125em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock.year,
  .memberInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock.year {
    width: 72.7%;
  }
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock.month,
  .memberInfo .content .flexBox .rightBox .row.birth .box .item .inputBlock.month {
    margin-left: 0;
  }
}
.personalInfo .content .flexBox .rightBox .row.area .box .inputBlock,
.memberInfo .content .flexBox .rightBox .row.area .box .inputBlock {
  width: 4.5em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.area .box .inputBlock,
  .memberInfo .content .flexBox .rightBox .row.area .box .inputBlock {
    width: 50%;
  }
}
.personalInfo .content .flexBox .rightBox .row.area .box .inputBlock:first-child,
.memberInfo .content .flexBox .rightBox .row.area .box .inputBlock:first-child {
  margin-right: 0.5em;
}
.personalInfo .content .flexBox .rightBox .row.area .box .inputBlock input,
.memberInfo .content .flexBox .rightBox .row.area .box .inputBlock input {
  text-align: center;
}
.personalInfo .content .flexBox .rightBox .row.radioBlock,
.memberInfo .content .flexBox .rightBox .row.radioBlock {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}
.personalInfo .content .flexBox .rightBox .row.radioBlock .radioBox,
.memberInfo .content .flexBox .rightBox .row.radioBlock .radioBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personalInfo .content .flexBox .rightBox .row.radioBlock .radioBox .radioItem,
.memberInfo .content .flexBox .rightBox .row.radioBlock .radioBox .radioItem {
  margin-right: 0.5em;
  font-size: 0.82em;
}
.personalInfo .content .flexBox .rightBox .row.radioBlock .radioBox input[type=radio],
.memberInfo .content .flexBox .rightBox .row.radioBlock .radioBox input[type=radio] {
  display: none;
}
.personalInfo .content .flexBox .rightBox .row.radioBlock .radioBox input[type=radio] + label,
.memberInfo .content .flexBox .rightBox .row.radioBlock .radioBox input[type=radio] + label {
  border: 1px solid #999999;
  border-radius: 7px;
  padding: 0.61em 1.116em;
  cursor: pointer;
  color: #999999;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.radioBlock .radioBox input[type=radio] + label,
  .memberInfo .content .flexBox .rightBox .row.radioBlock .radioBox input[type=radio] + label {
    width: 8.4em;
    text-align: center;
    display: block;
    padding: 0.7687em 1.116em;
  }
}
.personalInfo .content .flexBox .rightBox .row.radioBlock .radioBox input[type=radio]:checked + label,
.memberInfo .content .flexBox .rightBox .row.radioBlock .radioBox input[type=radio]:checked + label {
  background-color: #333;
  color: #fff;
}
.personalInfo .content .flexBox .rightBox .row.radioBlock.showLilith p,
.memberInfo .content .flexBox .rightBox .row.radioBlock.showLilith p {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.radioBlock.showLilith p,
  .memberInfo .content .flexBox .rightBox .row.radioBlock.showLilith p {
    width: 100%;
  }
}
.personalInfo .content .flexBox .rightBox .row.daylightBlock .infoBtn,
.memberInfo .content .flexBox .rightBox .row.daylightBlock .infoBtn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  width: 1.2em;
  cursor: pointer;
}
.personalInfo .content .flexBox .rightBox .row.emailBox span,
.memberInfo .content .flexBox .rightBox .row.emailBox span {
  color: #999999;
  font-size: 0.8em;
  padding-left: 1em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .row.emailBox span,
  .memberInfo .content .flexBox .rightBox .row.emailBox span {
    padding-left: 0;
    margin-top: 0.5em;
    text-align: right;
    display: block;
  }
}
.personalInfo .content .flexBox .rightBox .editBtn,
.personalInfo .content .flexBox .rightBox .sendBtn,
.personalInfo .content .flexBox .rightBox .saveBtn,
.memberInfo .content .flexBox .rightBox .editBtn,
.memberInfo .content .flexBox .rightBox .sendBtn,
.memberInfo .content .flexBox .rightBox .saveBtn {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #9a7e51;
  border-radius: 99px;
  padding: 0.625em 0;
  width: 16.653%;
  margin-top: 1.5em;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .flexBox .rightBox .editBtn,
  .personalInfo .content .flexBox .rightBox .sendBtn,
  .personalInfo .content .flexBox .rightBox .saveBtn,
  .memberInfo .content .flexBox .rightBox .editBtn,
  .memberInfo .content .flexBox .rightBox .sendBtn,
  .memberInfo .content .flexBox .rightBox .saveBtn {
    width: 100%;
    padding: 1.3144em 0;
  }
}
.personalInfo .content .flexBox .rightBox .editBtn p,
.personalInfo .content .flexBox .rightBox .sendBtn p,
.personalInfo .content .flexBox .rightBox .saveBtn p,
.memberInfo .content .flexBox .rightBox .editBtn p,
.memberInfo .content .flexBox .rightBox .sendBtn p,
.memberInfo .content .flexBox .rightBox .saveBtn p {
  text-align: center;
  color: #ffffff;
  font-size: 1em;
}
.personalInfo .content .otherAccount,
.memberInfo .content .otherAccount {
  margin-top: 2.8em;
}
.personalInfo .content .otherAccount h3,
.memberInfo .content .otherAccount h3 {
  font-size: 0.8em;
  position: relative;
  text-align: center;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount h3,
  .memberInfo .content .otherAccount h3 {
    margin-bottom: 1.2em;
  }
}
.personalInfo .content .otherAccount h3::after, .personalInfo .content .otherAccount h3::before,
.memberInfo .content .otherAccount h3::after,
.memberInfo .content .otherAccount h3::before {
  content: "";
  display: block;
  width: 46%;
  height: 0.2em;
  border-bottom: 1px dashed #bfbfbf;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.personalInfo .content .otherAccount h3::after,
.memberInfo .content .otherAccount h3::after {
  left: -1.8%;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount h3::after,
  .memberInfo .content .otherAccount h3::after {
    left: -11.8%;
  }
}
.personalInfo .content .otherAccount h3::before,
.memberInfo .content .otherAccount h3::before {
  right: -1.8%;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount h3::before,
  .memberInfo .content .otherAccount h3::before {
    right: -11.8%;
  }
}
.personalInfo .content .otherAccount h4,
.memberInfo .content .otherAccount h4 {
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount h4,
  .memberInfo .content .otherAccount h4 {
    text-align: left;
    line-height: 1.4;
    font-size: 0.78em;
  }
}
.personalInfo .content .otherAccount .bindBlock,
.memberInfo .content .otherAccount .bindBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount .bindBlock,
  .memberInfo .content .otherAccount .bindBlock {
    display: block;
    margin-top: 1em;
  }
}
.personalInfo .content .otherAccount .bindBlock .item,
.memberInfo .content .otherAccount .bindBlock .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  padding: 0.45em 1em;
  width: 23.1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount .bindBlock .item,
  .memberInfo .content .otherAccount .bindBlock .item {
    width: 100%;
    padding: 0.6355em 0;
  }
}
.personalInfo .content .otherAccount .bindBlock .item:first-child,
.memberInfo .content .otherAccount .bindBlock .item:first-child {
  margin-right: 0.8em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount .bindBlock .item:first-child,
  .memberInfo .content .otherAccount .bindBlock .item:first-child {
    margin-right: 0;
    margin-bottom: 0.8em;
  }
}
.personalInfo .content .otherAccount .bindBlock .item:first-child .text,
.memberInfo .content .otherAccount .bindBlock .item:first-child .text {
  margin-right: 3.7em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount .bindBlock .item:first-child .text,
  .memberInfo .content .otherAccount .bindBlock .item:first-child .text {
    margin-right: 5.8em;
  }
}
.personalInfo .content .otherAccount .bindBlock .item .text,
.memberInfo .content .otherAccount .bindBlock .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.5em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount .bindBlock .item .text,
  .memberInfo .content .otherAccount .bindBlock .item .text {
    margin-right: 5.1em;
  }
}
.personalInfo .content .otherAccount .bindBlock .item .text .icon,
.memberInfo .content .otherAccount .bindBlock .item .text .icon {
  width: 2.5em;
  margin-right: 0.6em;
}
.personalInfo .content .otherAccount .bindBlock .item .text p,
.memberInfo .content .otherAccount .bindBlock .item .text p {
  font-size: 0.9em;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount .bindBlock .item .text p,
  .memberInfo .content .otherAccount .bindBlock .item .text p {
    font-size: 0.88em;
  }
}
.personalInfo .content .otherAccount .bindBlock .item .status,
.memberInfo .content .otherAccount .bindBlock .item .status {
  font-size: 0.82em;
  background-color: #e5e5e5;
  border-radius: 99px;
  color: #919191;
  padding: 0.629em 1em;
  width: 20.84%;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .personalInfo .content .otherAccount .bindBlock .item .status,
  .memberInfo .content .otherAccount .bindBlock .item .status {
    width: 17.5%;
    padding: 0.8275em 1em;
  }
}
.personalInfo .content .otherAccount .bindBlock .item .status.noBind,
.memberInfo .content .otherAccount .bindBlock .item .status.noBind {
  background-color: #666666;
  color: #ffffff;
  cursor: pointer;
}

.popup.loginPop .container, .popup.registerPop .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: 32em;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container, .popup.registerPop .container {
    display: block;
    width: 17.415em;
  }
}
.popup.loginPop .container .left, .popup.registerPop .container .left {
  position: relative;
  background-image: url(../images/kv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right -36em;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 43.694%;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container .left, .popup.registerPop .container .left {
    width: 100%;
    background-position: center;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 0.1496em 0;
  }
}
.popup.loginPop .container .left .pic, .popup.registerPop .container .left .pic {
  width: 72%;
  margin: auto;
  margin-top: 4.5em;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container .left .pic, .popup.registerPop .container .left .pic {
    width: 75%;
    margin-top: 0;
  }
}
.popup.loginPop .container .right, .popup.registerPop .container .right {
  padding: 1em 1.5em;
  padding-top: 1.5em;
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(6%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 6%, #ffffff);
  color: #333333;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container .right, .popup.registerPop .container .right {
    padding-top: 1.1em;
  }
}
.popup.loginPop .container .right h4, .popup.registerPop .container .right h4 {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5em;
  position: relative;
}
.popup.loginPop .container .right h4::after, .popup.loginPop .container .right h4::before, .popup.registerPop .container .right h4::after, .popup.registerPop .container .right h4::before {
  content: "";
  display: block;
  width: 25%;
  height: 0.08em;
  background-color: #707070;
  position: absolute;
  top: 75%;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container .right h4::after, .popup.loginPop .container .right h4::before, .popup.registerPop .container .right h4::after, .popup.registerPop .container .right h4::before {
    width: 27%;
  }
}
.popup.loginPop .container .right h4::after, .popup.registerPop .container .right h4::after {
  left: 0;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container .right h4::after, .popup.registerPop .container .right h4::after {
    left: -5%;
  }
}
.popup.loginPop .container .right h4::before, .popup.registerPop .container .right h4::before {
  right: 0;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container .right h4::before, .popup.registerPop .container .right h4::before {
    right: -5%;
  }
}
.popup.loginPop .container .right .loginBtn, .popup.registerPop .container .right .loginBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 0.375em 2em;
  width: 65.29%;
  margin: auto;
  margin-bottom: 0.7em;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container .right .loginBtn, .popup.registerPop .container .right .loginBtn {
    width: 73%;
    padding: 0.378em 2em;
  }
}
.popup.loginPop .container .right .loginBtn .icon, .popup.registerPop .container .right .loginBtn .icon {
  width: 25%;
}
.popup.loginPop .container .right .loginBtn p, .popup.registerPop .container .right .loginBtn p {
  font-size: 0.88em;
  margin-left: 0.7em;
}
@media screen and (max-width: 960px) {
  .popup.loginPop .container .right .loginBtn p, .popup.registerPop .container .right .loginBtn p {
    font-size: 0.8em;
  }
}
.popup.loginPop .container .right h3, .popup.registerPop .container .right h3 {
  font-size: 0.8em;
  margin-top: 1.6em;
  border-bottom: 0.5px solid #333333;
  border-top: 0.5px solid #333333;
  padding: 0.6em 0;
}
.popup.loginPop .container .right h3 a, .popup.registerPop .container .right h3 a {
  display: inline-block;
  color: #a78b5e;
  text-decoration: underline;
}
.popup.loginPop .container .right .agree, .popup.registerPop .container .right .agree {
  color: #666666;
  font-size: 0.7em;
  margin-top: 1.5em;
}
.popup.loginPop .container .right .agree a, .popup.registerPop .container .right .agree a {
  display: inline-block;
  color: #666666;
  text-decoration: underline;
}
.popup.registerPop .container .left .pic {
  margin-top: 5.5em;
}
@media screen and (max-width: 960px) {
  .popup.registerPop .container .left .pic {
    margin-top: 0;
  }
}
.popup.registerPop .container .right {
  padding-bottom: 1.5em;
}

.friendsList {
  min-height: calc(100vh - 15em);
  padding-bottom: 2.5em;
}
@media screen and (max-width: 960px) {
  .friendsList {
    padding-bottom: 0;
  }
}
.friendsList .content {
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.07);
  background-color: #fefefe;
  max-width: 1078px;
  margin: auto;
  padding: 3.7em 2.2em;
  border-radius: 5px;
  margin-top: -2.8em;
  padding-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .friendsList .content {
    padding: 3.3em 1.2em;
    background-color: #eeeeee;
  }
}
.friendsList .content::before {
  content: "";
  display: block;
  width: 100%;
  height: 7em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(9%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 9%, #ffffff);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (max-width: 960px) {
  .friendsList .content::before {
    display: none;
  }
}
.friendsList .content::after {
  content: "";
  display: block;
  background-color: #9a7e51;
  width: 100%;
  height: 0.25em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .friendsList .content::after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.friendsList .content .tabContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: 100%;
  right: 2.5%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .friendsList .content .tabContainer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
  }
}
.friendsList .content .tabContainer .tab {
  background-color: #ffffff;
  color: #9a7e51;
  font-size: 0.78em;
  padding: 1.1028em 1em;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 8.2576em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.friendsList .content .tabContainer .tab:first-child {
  margin-right: 0.3em;
}
.friendsList .content .tabContainer .tab::after {
  content: "";
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(255, 255, 255, 0)), to(rgba(108, 108, 108, 0.43)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, rgba(108, 108, 108, 0.43));
  width: 100%;
  height: 1em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.friendsList .content .tabContainer .tab.active {
  background-color: #9a7e51;
  color: #ffffff;
}
.friendsList .content .tabContainer .tab.active::after {
  display: none;
}
.friendsList .content .listBox .list {
  position: relative;
}
.friendsList .content .listBox .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  overflow: hidden;
  padding: 1em 0;
  padding-left: 2em;
  padding-right: 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list .item {
    display: block;
    padding: 1.5em 1em;
    padding-left: 1.5em;
    position: relative;
    overflow: initial;
    margin-bottom: 2.5em;
  }
}
.friendsList .content .listBox .list .item:last-child {
  margin-bottom: 0;
}
.friendsList .content .listBox .list .item .picture {
  position: relative;
  margin-right: 4.8em;
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list .item .picture {
    position: absolute;
    top: -10%;
    right: 6%;
    margin-right: 0;
  }
}
.friendsList .content .listBox .list .item .picture .bg {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 14em;
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list .item .picture .bg {
    display: none;
  }
}
.friendsList .content .listBox .list .item .picture .icon {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list .item .picture .icon {
    border-radius: 50%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.22);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.22);
    background-color: #ffffff;
    width: 4.354em;
    height: 4.354em;
  }
  .friendsList .content .listBox .list .item .picture .icon img {
    width: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.friendsList .content .listBox .list .item .info {
  position: relative;
  width: 54%;
}
@media screen and (max-width: 1141px) {
  .friendsList .content .listBox .list .item .info {
    width: 50%;
  }
}
@media screen and (max-width: 1045px) {
  .friendsList .content .listBox .list .item .info {
    width: 46%;
  }
}
.friendsList .content .listBox .list .item .info .name {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.friendsList .content .listBox .list .item .info .detail {
  font-size: 0.8em;
  font-weight: 300;
}
@media screen and (max-width: 1013px) {
  .friendsList .content .listBox .list .item .info .detail {
    margin-bottom: 1em;
  }
}
.friendsList .content .listBox .list .item .info .detail span {
  margin-right: 2.2em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list .item .info .detail span {
    display: block;
    line-height: 2;
    font-size: 0.9em;
    margin-right: 0;
  }
  .friendsList .content .listBox .list .item .info .detail span:nth-child(2), .friendsList .content .listBox .list .item .info .detail span:nth-child(3) {
    display: inline-block;
  }
  .friendsList .content .listBox .list .item .info .detail span:nth-child(2) {
    margin-right: 1em;
  }
}
.friendsList .content .listBox .list .item .info .detail span::after {
  content: "";
  display: block;
  width: 0.03em;
  height: 1em;
  background-color: #333333;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list .item .info .detail span::after {
    display: none;
  }
}
.friendsList .content .listBox .list .item .info .detail span:first-child::after {
  right: -60%;
}
.friendsList .content .listBox .list .item .info .detail span:nth-child(2)::after {
  right: -12%;
}
.friendsList .content .listBox .list .item .info .detail span:last-child::after {
  display: none;
}
.friendsList .content .listBox .list .item .editBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2em;
  border-left: 1px dashed #deb26c;
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list .item .editBox {
    border-left: none;
    border-top: 1px dashed #deb26c;
    padding-top: 1.3em;
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.friendsList .content .listBox .list .item .editBox .editItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.3em;
  cursor: pointer;
}
.friendsList .content .listBox .list .item .editBox .editItem:last-child {
  margin-right: 0;
}
.friendsList .content .listBox .list .item .editBox .editItem p {
  font-size: 0.8em;
  font-weight: 300;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #333333;
  margin-left: 0.3em;
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list .item .editBox .editItem .icon {
    width: 1em;
  }
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .list.self .item .editBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.friendsList .content .listBox .addFriendsBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #9a7e51;
  font-size: 0.78em;
  text-align: center;
  border-radius: 99px;
  width: 8.9745em;
  padding: 0.8975em 0;
  margin-top: 2.2em;
  margin-bottom: 2.2em;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .friendsList .content .listBox .addFriendsBtn {
    margin: auto;
    margin-top: 2.2em;
    margin-bottom: 2.2em;
    width: 8.6825em;
    position: relative;
  }
  .friendsList .content .listBox .addFriendsBtn::after, .friendsList .content .listBox .addFriendsBtn::before {
    content: "";
    display: block;
    width: 90%;
    height: 0.2em;
    border-bottom: 1px dashed #bfbfbf;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .friendsList .content .listBox .addFriendsBtn::after {
    left: -100%;
  }
  .friendsList .content .listBox .addFriendsBtn::before {
    right: -100%;
  }
}
.friendsList .content .listBox .addFriendsBtn .icon {
  margin-right: 0.5em;
}

@media screen and (max-width: 960px) {
  .popup.editInfo {
    overflow-y: scroll;
  }
}
.popup.editInfo .container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(9%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 9%, #ffffff);
  padding: 4.55em 2.55em;
  padding-bottom: 3.8em;
  border-radius: 5px;
  overflow: hidden;
  width: 42.4em;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container {
    border-radius: unset;
    margin-top: 0;
    padding: 1.5em 1.55em;
    padding-bottom: 2.5em;
    height: calc(var(--vh, 1.3vh) * 100);
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 17.6em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(1%, #e6e6e6), to(#ffffff));
    background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 1%, #ffffff);
  }
}
.popup.editInfo .container .closeBtn {
  position: absolute;
  top: 4%;
  right: 3%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .closeBtn {
    width: 6%;
    right: 6%;
    top: 2%;
  }
}
.popup.editInfo .container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9a7e51;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .title {
    margin-bottom: 1.5em;
  }
}
.popup.editInfo .container .title h3 {
  font-size: 1.1em;
  font-weight: 500;
  margin-left: 0.5em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .title .icon {
    width: 5%;
  }
}
.popup.editInfo .container .rowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4em;
}
.popup.editInfo .container .rowBox:last-child {
  margin-bottom: 0;
}
.popup.editInfo .container .rowBox:nth-child(3) {
  margin-bottom: 1.5em;
}
.popup.editInfo .container .rowBox:nth-child(4) {
  margin-bottom: 0.8em;
}
.popup.editInfo .container .rowBox:nth-child(5) {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox {
    display: block;
    margin-bottom: 1.7em;
  }
}
.popup.editInfo .container .rowBox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row {
    display: block;
    margin-bottom: 1.7em;
  }
}
.popup.editInfo .container .rowBox .row p {
  color: #a78b5e;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row p {
    margin-bottom: 0.7em;
    font-size: 0.78em;
    text-align: left;
    margin-right: 0;
  }
}
.popup.editInfo .container .rowBox .row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup.editInfo .container .rowBox .row .box .inputBlock {
  border: 1px solid #cecece;
  padding: 0.2em;
  border-radius: 7px;
  background-color: #f4f4f4;
  font-size: 0.8em;
  padding: 0.5625em 1em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row .box .inputBlock {
    padding: 0.8167em 1em;
  }
}
.popup.editInfo .container .rowBox .row .box .inputBlock input {
  width: 100%;
}
.popup.editInfo .container .rowBox .row .box .inputBlock input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.popup.editInfo .container .rowBox .row .box .inputBlock input::-moz-placeholder {
  color: #b9b9b9;
}
.popup.editInfo .container .rowBox .row .box .inputBlock input:-ms-input-placeholder {
  color: #b9b9b9;
}
.popup.editInfo .container .rowBox .row .box .inputBlock input::-ms-input-placeholder {
  color: #b9b9b9;
}
.popup.editInfo .container .rowBox .row .box .inputBlock input::placeholder {
  color: #b9b9b9;
}
.popup.editInfo .container .rowBox .row .box .inputBlock select {
  width: 100%;
  color: #333333;
}
.popup.editInfo .container .rowBox .row.username {
  margin-right: 4.1em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.username {
    margin-right: 0;
  }
}
.popup.editInfo .container .rowBox .row.username .inputBlock {
  width: 15.39em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.username .inputBlock {
    width: 100%;
  }
}
.popup.editInfo .container .rowBox .row.city .inputBlock {
  width: 7.5em;
  margin-right: 0.5em;
}
.popup.editInfo .container .rowBox .row.city .inputBlock:nth-child(3) {
  margin-right: 0;
  width: 6.875em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.city .inputBlock:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.city .inputBlock {
    width: 50%;
  }
}
.popup.editInfo .container .rowBox .row.birth p {
  margin-right: 1.7em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.birth .box {
    display: block;
  }
}
.popup.editInfo .container .rowBox .row.birth .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.birth .box .item {
    margin-bottom: 0.8em;
  }
}
.popup.editInfo .container .rowBox .row.birth .box .item span {
  color: #333333;
  font-size: 0.9em;
}
.popup.editInfo .container .rowBox .row.birth .box .item .inputBlock {
  width: 1.3125em;
  margin: 0 0.68em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.birth .box .item .inputBlock {
    padding: 0.8167em 0.5em;
    width: 10.023%;
    margin: 0 0.6em;
  }
}
.popup.editInfo .container .rowBox .row.birth .box .item .inputBlock input {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.birth .box .item .inputBlock input {
    width: 90%;
  }
}
.popup.editInfo .container .rowBox .row.birth .box .item .inputBlock.year {
  width: 8.1875em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.birth .box .item .inputBlock.year {
    width: 72.7%;
  }
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.birth .box .item .inputBlock.month {
    margin-left: 0;
  }
}
.popup.editInfo .container .rowBox .row.checkboxItem {
  margin-left: 4.5em;
  position: relative;
}
.popup.editInfo .container .rowBox .row.checkboxItem.unselect {
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.checkboxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.popup.editInfo .container .rowBox .row.checkboxItem .styleBox {
  width: 1.278em;
  height: 1.278em;
  border: 1px solid #cecece;
  display: inline-block;
  margin-right: 0.6em;
  position: relative;
  border-radius: 50%;
  background-color: #f4f4f4;
}
.popup.editInfo .container .rowBox .row.checkboxItem label {
  font-size: 0.9em;
  color: #333333;
}
.popup.editInfo .container .rowBox .row.checkboxItem .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup.editInfo .container .rowBox .row.checkboxItem input {
  width: 0;
}
.popup.editInfo .container .rowBox .row.checkboxItem input:checked ~ .styleBox::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.278em;
  width: 1.278em;
  border-radius: 50%;
  background-color: #9a7e51;
  background-image: url(../images/ic-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.popup.editInfo .container .rowBox .row.checkboxItem span {
  position: absolute;
  bottom: -75%;
  left: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #dd4764;
  font-size: 0.66em;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.checkboxItem span {
    width: 30%;
    top: 70%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 35%;
  }
}
.popup.editInfo .container .rowBox .row.checkboxItem .infoBtn {
  margin-left: 0.2em;
  cursor: pointer;
}
.popup.editInfo .container .rowBox .row.time {
  margin-left: 0.8em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .rowBox .row.time {
    margin-left: 0;
  }
}
.popup.editInfo .container .advanced .title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
  position: relative;
  cursor: pointer;
}
.popup.editInfo .container .advanced .title::after {
  content: "";
  display: block;
  background-image: url(../images/ic-open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  right: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .advanced .title::after {
    right: 33%;
  }
}
.popup.editInfo .container .advanced .title.show::after {
  background-image: url(../images/ic-close.svg);
}
.popup.editInfo .container .advanced .title p {
  font-size: 0.78em;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-align: center;
}
.popup.editInfo .container .advanced .title p::after, .popup.editInfo .container .advanced .title p::before {
  content: "";
  display: block;
  width: 51%;
  height: 0.1em;
  border-bottom: 1px dashed #bfbfbf;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup.editInfo .container .advanced .title p::after {
  left: -6%;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .advanced .title p::after {
    left: -13%;
  }
}
.popup.editInfo .container .advanced .title p::before {
  right: -9%;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .advanced .title p::before {
    right: -21%;
  }
}
.popup.editInfo .container .advanced .itemContainer {
  display: none;
}
.popup.editInfo .container .advanced .itemContainer .rowBox:first-child {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .advanced .itemContainer .rowBox:first-child .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .advanced .itemContainer .rowBox:first-child .row .styleBox {
    width: 1.963em;
  }
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .advanced .itemContainer .rowBox:first-child .row .textBox {
    line-height: 1.4;
    text-align: left;
  }
}
.popup.editInfo .container .buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup.editInfo .container .buttonContainer .button {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #9a7e51;
  font-size: 1em;
  text-align: center;
  border-radius: 99px;
  width: 8em;
  padding: 1.125em 0;
  margin-top: 1.5em;
  cursor: pointer;
}
.popup.editInfo .container .buttonContainer .button:first-child {
  background-color: #656565;
  color: #ffffff;
  margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
  .popup.editInfo .container .buttonContainer .button {
    width: 44%;
    margin-top: 2.5em;
    padding: 1.0723em 0;
  }
}
.popup.editInfo .container .sun {
  position: absolute;
  bottom: -10.8%;
  right: -0.6%;
  width: 9.9em;
  opacity: 0.2;
}

@media screen and (max-width: 960px) {
  .popup.daylightPop {
    overflow-y: scroll;
  }
}
.popup.daylightPop .container {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(6%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 6%, #ffffff);
  border-radius: 5px;
  width: 37.1em;
  padding: 2em 2.2em 2.406em;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container {
    width: 18.7em;
    height: calc(var(--vh, 1.3vh) * 100);
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 2em 1em 2.406em;
    position: absolute;
    border-radius: 0;
  }
}
.popup.daylightPop .container h3 {
  color: #9a7e51;
  font-size: 1.09em;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.popup.daylightPop .container .closeBtn {
  position: absolute;
  top: 3.5%;
  right: 3%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .closeBtn {
    width: 6%;
    right: 6%;
    top: 1.5%;
  }
}
.popup.daylightPop .container .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup.daylightPop .container .content .title .item {
  color: #333333;
  font-size: 0.8em;
  background-color: #e6d7bf;
  border-radius: 5px;
  padding: 0.594em 1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .content .title .item {
    font-size: 0.66em;
    padding: 0.7454em 1em;
  }
}
.popup.daylightPop .container .content .title .item:first-child {
  width: 20.134em;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .content .title .item:first-child {
    width: 13.433em;
  }
}
.popup.daylightPop .container .content .title .item:nth-child(2) {
  width: 7.9em;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .content .title .item:nth-child(2) {
    width: 10em;
  }
}
.popup.daylightPop .container .content .title .item:last-child {
  width: 12.5em;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .content .title .item:last-child {
    width: 10.7em;
  }
}
.popup.daylightPop .container .content .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  padding: 0.6em 0;
  border-bottom: 1px dashed #d6d6d6;
}
.popup.daylightPop .container .content .list .item {
  font-size: 0.8em;
  color: #333333;
  text-align: center;
  margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .content .list .item {
    font-size: 0.66em;
    line-height: 1.4;
  }
}
.popup.daylightPop .container .content .list .item:first-child {
  width: 20.2em;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .content .list .item:first-child {
    padding-left: 0.5em;
    width: 11.2em;
    margin-right: 0;
  }
}
.popup.daylightPop .container .content .list .item:nth-child(2) {
  width: 10.9em;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .content .list .item:nth-child(2) {
    margin-right: 1em;
  }
}
.popup.daylightPop .container .content .list .item:last-child {
  width: 12.5em;
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .popup.daylightPop .container .content .list .item:last-child {
    text-align: left;
    width: 8.5em;
    padding-left: 0.3em;
  }
}
.popup.daylightPop .container .info {
  margin-top: 1.5em;
}
.popup.daylightPop .container .info p {
  font-size: 0.74em;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  padding-left: 1.5em;
  position: relative;
}
.popup.daylightPop .container .info p::after {
  content: "";
  display: block;
  background-image: url(../images/ic-info-e.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  top: 5%;
  left: -1%;
}

@media screen and (max-width: 960px) {
  .popup.friendsCreate {
    overflow-y: scroll;
  }
}
.popup.friendsCreate .container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(9%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 9%, #ffffff);
  padding: 4.55em 2.55em;
  padding-bottom: 3.8em;
  border-radius: 5px;
  overflow: hidden;
  width: 42.4em;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container {
    border-radius: unset;
    margin-top: 0;
    padding: 2em 1.55em;
    padding-bottom: 2.5em;
    height: calc(var(--vh, 1.3vh) * 100);
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 17.6em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(1%, #e6e6e6), to(#ffffff));
    background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 1%, #ffffff);
  }
}
.popup.friendsCreate .container .closeBtn {
  position: absolute;
  top: 4%;
  right: 3%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .closeBtn {
    width: 6%;
    right: 6%;
    top: 2%;
  }
}
.popup.friendsCreate .container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9a7e51;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .title {
    margin-bottom: 1.5em;
  }
}
.popup.friendsCreate .container .title h3 {
  font-size: 1.1em;
  font-weight: 500;
  margin-left: 0.5em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .title .icon {
    width: 5%;
  }
}
.popup.friendsCreate .container .rowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4em;
}
.popup.friendsCreate .container .rowBox:last-child {
  margin-bottom: 0;
}
.popup.friendsCreate .container .rowBox:nth-child(3) {
  margin-bottom: 1.5em;
}
.popup.friendsCreate .container .rowBox:nth-child(4) {
  margin-bottom: 0.8em;
}
.popup.friendsCreate .container .rowBox:nth-child(5) {
  margin-bottom: 0.7em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox {
    display: block;
    margin-bottom: 1.7em;
  }
}
.popup.friendsCreate .container .rowBox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row {
    display: block;
    margin-bottom: 1.7em;
  }
}
.popup.friendsCreate .container .rowBox .row p {
  color: #a78b5e;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row p {
    margin-bottom: 0.7em;
    font-size: 0.78em;
    text-align: left;
    margin-right: 0;
  }
}
.popup.friendsCreate .container .rowBox .row .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup.friendsCreate .container .rowBox .row .box .inputBlock {
  border: 1px solid #cecece;
  padding: 0.2em;
  border-radius: 7px;
  background-color: #f4f4f4;
  font-size: 0.8em;
  padding: 0.5625em 1em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row .box .inputBlock {
    padding: 0.8167em 1em;
  }
}
.popup.friendsCreate .container .rowBox .row .box .inputBlock input {
  width: 100%;
}
.popup.friendsCreate .container .rowBox .row .box .inputBlock input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.popup.friendsCreate .container .rowBox .row .box .inputBlock input::-moz-placeholder {
  color: #b9b9b9;
}
.popup.friendsCreate .container .rowBox .row .box .inputBlock input:-ms-input-placeholder {
  color: #b9b9b9;
}
.popup.friendsCreate .container .rowBox .row .box .inputBlock input::-ms-input-placeholder {
  color: #b9b9b9;
}
.popup.friendsCreate .container .rowBox .row .box .inputBlock input::placeholder {
  color: #b9b9b9;
}
.popup.friendsCreate .container .rowBox .row .box .inputBlock select {
  width: 100%;
  color: #333333;
}
.popup.friendsCreate .container .rowBox .row.username {
  margin-right: 4.1em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.username {
    margin-right: 0;
  }
}
.popup.friendsCreate .container .rowBox .row.username .inputBlock {
  width: 15.39em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.username .inputBlock {
    width: 100%;
  }
}
.popup.friendsCreate .container .rowBox .row.city .inputBlock {
  width: 5.5em;
  margin-right: 0.5em;
}
.popup.friendsCreate .container .rowBox .row.city .inputBlock:nth-child(3) {
  margin-right: 0;
  width: 6.875em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.city .inputBlock:nth-child(3) {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.city .inputBlock {
    width: 50%;
  }
}
.popup.friendsCreate .container .rowBox .row.birth p {
  margin-right: 1.7em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.birth .box {
    display: block;
  }
}
.popup.friendsCreate .container .rowBox .row.birth .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.birth .box .item {
    margin-bottom: 0.8em;
  }
}
.popup.friendsCreate .container .rowBox .row.birth .box .item span {
  color: #333333;
  font-size: 0.9em;
}
.popup.friendsCreate .container .rowBox .row.birth .box .item .inputBlock {
  width: 1.3125em;
  margin: 0 0.68em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.birth .box .item .inputBlock {
    padding: 0.8167em 0.5em;
    width: 10.023%;
    margin: 0 0.6em;
  }
}
.popup.friendsCreate .container .rowBox .row.birth .box .item .inputBlock input {
  text-align: center;
}
.popup.friendsCreate .container .rowBox .row.birth .box .item .inputBlock.year {
  width: 8.1875em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.birth .box .item .inputBlock.year {
    width: 72.7%;
  }
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.birth .box .item .inputBlock.month {
    margin-left: 0;
  }
}
.popup.friendsCreate .container .rowBox .row.checkboxItem {
  margin-left: 4.5em;
  position: relative;
}
.popup.friendsCreate .container .rowBox .row.checkboxItem.unselect {
  opacity: 0.35;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.checkboxItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.popup.friendsCreate .container .rowBox .row.checkboxItem .styleBox {
  width: 1.278em;
  height: 1.278em;
  border: 1px solid #cecece;
  display: inline-block;
  margin-right: 0.6em;
  position: relative;
  border-radius: 50%;
  background-color: #f4f4f4;
}
.popup.friendsCreate .container .rowBox .row.checkboxItem label {
  font-size: 0.9em;
  color: #333333;
}
.popup.friendsCreate .container .rowBox .row.checkboxItem .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup.friendsCreate .container .rowBox .row.checkboxItem input {
  width: 0;
}
.popup.friendsCreate .container .rowBox .row.checkboxItem input:checked ~ .styleBox::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.278em;
  width: 1.278em;
  border-radius: 50%;
  background-color: #9a7e51;
  background-image: url(../images/ic-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  left: 50%;
}
.popup.friendsCreate .container .rowBox .row.checkboxItem span {
  position: absolute;
  bottom: -75%;
  left: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #dd4764;
  font-size: 0.66em;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.checkboxItem span {
    width: 30%;
    top: 70%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 35%;
  }
}
.popup.friendsCreate .container .rowBox .row.checkboxItem .infoBtn {
  margin-left: 0.2em;
  cursor: pointer;
}
.popup.friendsCreate .container .rowBox .row.time {
  margin-left: 0.8em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .rowBox .row.time {
    margin-left: 0;
  }
}
.popup.friendsCreate .container .advanced .title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
  position: relative;
  cursor: pointer;
}
.popup.friendsCreate .container .advanced .title::after {
  content: "";
  display: block;
  background-image: url(../images/ic-open.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  position: absolute;
  top: 50%;
  right: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .advanced .title::after {
    right: 33%;
  }
}
.popup.friendsCreate .container .advanced .title.show::after {
  background-image: url(../images/ic-close.svg);
}
.popup.friendsCreate .container .advanced .title p {
  font-size: 0.78em;
  font-weight: 500;
  position: relative;
  width: 100%;
  text-align: center;
}
.popup.friendsCreate .container .advanced .title p::after, .popup.friendsCreate .container .advanced .title p::before {
  content: "";
  display: block;
  width: 51%;
  height: 0.1em;
  border-bottom: 1px dashed #bfbfbf;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.popup.friendsCreate .container .advanced .title p::after {
  left: -6%;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .advanced .title p::after {
    left: -13%;
  }
}
.popup.friendsCreate .container .advanced .title p::before {
  right: -9%;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .advanced .title p::before {
    right: -21%;
  }
}
.popup.friendsCreate .container .advanced .itemContainer {
  display: none;
}
.popup.friendsCreate .container .advanced .itemContainer .rowBox:first-child {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .advanced .itemContainer .rowBox:first-child .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .advanced .itemContainer .rowBox:first-child .row .styleBox {
    width: 1.963em;
  }
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .advanced .itemContainer .rowBox:first-child .row .textBox {
    line-height: 1.4;
    text-align: left;
  }
}
.popup.friendsCreate .container .buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup.friendsCreate .container .buttonContainer .button {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #9a7e51;
  font-size: 1em;
  text-align: center;
  border-radius: 99px;
  width: 8em;
  padding: 1.125em 0;
  margin-top: 1.5em;
  cursor: pointer;
}
.popup.friendsCreate .container .buttonContainer .button:first-child {
  background-color: #656565;
  color: #ffffff;
  margin-right: 0.5em;
}
@media screen and (max-width: 960px) {
  .popup.friendsCreate .container .buttonContainer .button {
    width: 44%;
    margin-top: 2.5em;
    padding: 1.0723em 0;
  }
}
.popup.friendsCreate .container .sun {
  position: absolute;
  bottom: -10.8%;
  right: -0.6%;
  width: 9.9em;
  opacity: 0.2;
}

@media screen and (max-width: 960px) {
  .popup.newsPop {
    overflow-y: scroll;
  }
}
.popup.newsPop .container {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 10px 20px 30px 0 rgba(0, 0, 0, 0.27);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), color-stop(6%, #e6e6e6), to(#ffffff));
  background-image: linear-gradient(to bottom, #fcfcfc, #e6e6e6 6%, #ffffff);
  border-radius: 5px;
  width: 37.5em;
  padding: 3.5em 2em 5.6164em;
}
@media screen and (max-width: 960px) {
  .popup.newsPop .container {
    width: 18.7em;
    height: calc(var(--vh, 1.3vh) * 100);
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 4em 1em 2.406em;
    position: absolute;
    border-radius: 0;
  }
}
.popup.newsPop .container .closeBtn {
  position: absolute;
  top: 3.5%;
  right: 3%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .popup.newsPop .container .closeBtn {
    width: 6%;
    right: 6%;
    top: 1.5%;
  }
}
.popup.newsPop .container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #9a7e51;
}
.popup.newsPop .container .title p {
  font-size: 1.2em;
  padding: 0.3em 0;
  border-top: 1px solid #9a7e51;
  border-bottom: 1px solid #9a7e51;
  margin-right: 0.7em;
}
@media screen and (max-width: 960px) {
  .popup.newsPop .container .title p {
    font-size: 0.92em;
  }
}
.popup.newsPop .container .title h3 {
  font-size: 1.8em;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .popup.newsPop .container .title h3 {
    font-size: 1.55em;
  }
}
.popup.newsPop .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5em;
}
@media screen and (max-width: 960px) {
  .popup.newsPop .container .content {
    display: block;
    margin-top: 2em;
  }
}
.popup.newsPop .container .content .block:first-child {
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .popup.newsPop .container .content .block:first-child {
    margin-right: 0;
    margin-bottom: 1.8em;
  }
}
.popup.newsPop .container .content .block .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8em;
}
.popup.newsPop .container .content .block .item:last-child {
  margin-bottom: 0;
}
.popup.newsPop .container .content .block .item .icon {
  margin-right: 1em;
}
@media screen and (max-width: 960px) {
  .popup.newsPop .container .content .block .item .icon {
    width: 3.4346em;
  }
}
.popup.newsPop .container .content .block .item .text p {
  text-align: left;
}
.popup.newsPop .container .content .block .item .text p:first-child {
  font-size: 0.94em;
  font-weight: bold;
  color: #9a7e51;
  margin-bottom: 0.3em;
}
.popup.newsPop .container .content .block .item .text p:last-child {
  font-size: 0.82em;
  color: #333333;
  line-height: 1.4;
}

.privacy .content {
  width: 100%;
  background-color: #efefef;
}
.privacy .content .mainTitle {
  text-align: center;
  background-color: #9a7e51;
  padding: 2.5em 1em;
}
@media screen and (max-width: 960px) {
  .privacy .content .mainTitle {
    padding: 1.5em 1em;
  }
}
.privacy .content .mainTitle h3 {
  color: #ffffff;
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.privacy .content .list {
  max-width: 1366px;
  margin: auto;
  padding: 2.9em 5em;
}
@media screen and (max-width: 960px) {
  .privacy .content .list {
    padding: 2em 1.5em;
  }
}
.privacy .content .list .block {
  margin-bottom: 1.5em;
}
.privacy .content .list .block:last-child {
  margin-bottom: 0;
}
.privacy .content .list .block .title {
  background-color: #9a7e51;
  color: #ffffff;
  font-size: 0.88em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.4945em 0.883em;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0.9em;
}
.privacy .content .list .block .item {
  margin-bottom: 2.5em;
}
.privacy .content .list .block .item:last-child {
  margin-bottom: 0;
}
.privacy .content .list .block .item h3 {
  font-size: 0.84em;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.6em;
}
.privacy .content .list .block .item ul {
  padding-left: 1.2em;
}
.privacy .content .list .block .item ul li {
  list-style: decimal;
  color: #333333;
  line-height: 1.7;
  font-size: 0.84em;
  font-weight: 300;
}
.privacy .content .list .block .item p {
  color: #333333;
  line-height: 1.7;
  font-size: 0.84em;
  font-weight: 300;
}