.login-layout {
  background-color: #FCFCFC;
}
.header-login {
  background-color: #fff;
  box-shadow: 1px 0px 18px rgb(0 0 0 / 20%);
  padding: 50px 0;
}
.header-login .is-mobile {
  display: none;
}
.header-login > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.header-login .header-nav {}
.header-login .header-logo {
  flex: 1;
  text-align: center;
}
.header-login .header-unser {}
.login-page {
  margin-top: 50px;
}
.login-page * {
  box-sizing: border-box;
  line-height: 1.4;
}
.login-page .container {
  max-width: 770px;
}
.login-page .container.login {
  max-width: 710px;
}
.login-page .is-mobile {
  display: none;
}
.login-page .nav.is-mobile.active {
  display: flex
}
.login-page .page-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
}
.login-page .button-primary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.login-page .button-primary .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 64px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background-color: #0C66FF;
}
.login-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 35px;
}
.login-wrap .login-form {
  flex: 1;
}
.login-wrap input[type="text"],
.login-wrap input[type="password"] {
  width: 100%;
  max-height: 60px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  border: 1px solid #C6C6C6;
  border-radius: 0;
  padding: 17px 20px;
}
.login-wrap input::placeholder {
  font-weight: 400;
  color: #AAAAAA;
}
.login-wrap input + input {
  margin-top: 7px;
}
.login-wrap .login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 198px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  background-color: #3B3B3B;
  margin-left: 12px;
}
.login-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 15px;
}
.login-option .login-check {
  flex: 1;
}
.login-option .login-check .check-label {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.login-option .login-lost {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  text-decoration: underline;
}
.login-sns {
  margin-top: 50px;
}
.login-sns ul > li {
  display: block;
}
.login-sns ul > li + li {
  margin-top: 10px;
}
.login-sns .sns-link {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
}
.login-sns .sns-link img {
  max-height: 24px;
  width: auto;
  margin-right: 17px;
}
.login-sns .sns-kakao {
  color: #3C1E1E;
  background-color: #FCEB4F;
}
.login-sns .sns-naver {
  color: #fff;
  background-color: #5FC43A;
}
.login-sns .sns-join {
  color: #0C66FF;
  background-color: #fff;
  border: 1px solid #0C66FF;
}
.lost-tabs {
  margin-top: 40px;
  margin-bottom: 30px;
}
.lost-tabs ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lost-tabs ul > li {
  flex: 1;
  text-align: center;
  border: 0 none;
  border-bottom: 2px solid #0C66FF;
}
.lost-tabs ul > li.active {
  border: 2px solid #0C66FF;
  border-bottom: 0 none;
}
.lost-tabs ul a {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #999999;
  padding: 16px 0;
}
.lost-tabs ul > li.active a {
  font-weight: 600;
  color: #0C66FF;
}
.lost-wrap > .container {
  padding: 0 35px;
}
.lost-wrap .lost-title {
  font-size: 18px;
  font-weight: 600;
  color: #3D3D3D;
  margin-bottom: 20px;
}
.lost-wrap .lost-method {
  border-top: 1px solid #CECECE;
  padding-top: 30px;
  padding-bottom: 35px;
}
.lost-wrap .lost-content {
  display: none;
  margin-left: 24px;
}
.lost-wrap .lost-content.active {
  display: block;
}
.lost-wrap .lost-check-desc {
  font-size: 16px;
  font-weight: 500;
  color: #717171;
}
.lost-wrap .lost-controls {
  margin-top: 20px;
}
.lost-wrap .form-control {
}
.lost-wrap .form-control .label-prefix {
  display: inline-flex;
  align-items: center;
  width: 125px;
  height: 37px;
  font-size: 18px;
  font-weight: 400;
  color: #3D3D3D;
}
.lost-wrap .form-control input {
  max-width: 300px;
}
.lost-pw-wrap .form-control input {
  max-width: 100%;
}
.lost-wrap .form-control input[type="text"], 
.lost-wrap .form-control input[type="tel"] {
  height: 37px;
  font-size: 15px;
}
.lost-wrap .form-control input + button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 37px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #3D3D3D;
  margin-left: 10px;
}
.lost-wrap input[type="radio"] + label {
  font-size: 20px;
  font-weight: 500;
  color:#717171;
}
.lost-wrap input[type="radio"]:checked + label {
  font-weight: 600;
}
.lost-wrap .button-primary {
  margin-top: 30px;
}

.tooltip-wrap {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #717171;
  margin-left: 14px;
}
.tooltip-wrap img {
  margin-left: 5px;
}
.agree-wrap .page-title {
  font-size: 26px;
  color: #171602;
  text-align: left;
}
.agree-wrap .page-desc {
  font-size: 12px;
  font-weight: 400;
  color: #6A727E;
  word-break: keep-all;
}
.agree-wrap .agree-all {
  background-color: #EBFAFF;
  border-radius: 10px;
  margin-top: 15px;
  padding: 16px 20px;
}
.agree-wrap .agree-all .check-label {
  font-size: 18px;
  font-weight: 600;
  color: #505967;
}
.agree-wrap .agree-list {
  border: 1px solid #E5E8EB;
  border-radius: 10px;
  margin-top: 8px;
  padding: 20px;
}
.agree-wrap .agree-list > li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.agree-wrap .agree-list > li:not(:last-child) {
  margin-bottom: 18px;
}
.agree-wrap .agree-list > li .checkbox-wrap {
  flex: 1;
}
.agree-wrap .agree-list .check-label {
  font-size: 16px;
  font-weight: 400;
  color: #505967;
}
.agree-wrap .agree-list .agree-show {
  font-size: 12px;
  font-weight: 500;
  color: #8D95A0;
  text-decoration: underline;
  cursor: pointer;
}
.agree-page .container {
  max-width: 1150px;
}
.agree-wrap .agree-terms-list {
  margin: 30px 0 35px;
}
.agree-wrap .agree-terms-list ul {}
.agree-wrap .agree-terms-list ul > li:not(:last-child) {
  margin-bottom: 45px;
}
.agree-wrap .agree-terms-list textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #BCBCBC;
  padding: 20px;
  margin-bottom: 8px;
}
.agree-wrap .button-primary {
  margin-top: 60px;
}
.agree-wrap .button-primary .button  + .button {
  color: #fff;
  background-color: #DBDBDB;
  margin-left: 20px;
}
.modal-agree .modal-container {
  max-width: 720px;
}
.modal-agree .modal-container .modal-body {
  overflow-y: auto;
  max-height: 80vh;
}
.modal-agree .modal-container .modal-body * {
  color: #505967;
}
.modal-agree .agree-title,
.modal-agree .agree-terms-title {
  font-size: 18px;
  font-weight: 600;
}
.modal-agree .agree-terms-content {
  font-size: 15px;
  font-weight: 400;
}
.modal-agree .agree-terms-title {
  margin-top: 12px;
}
.modal-agree .agree-terms-content {
  margin-top: 7px;
}
.success-wrap .page-desc {
  font-size: 20px;
  font-weight: 500;
  color: #505967;
  text-align: center;
  margin-top: 15px;
}
.success-wrap .login-sns {
  max-width: 425px;
  margin: 50px auto 0;
}
.join-wrap .page-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 26px;
  color: #171602;
  text-align: left;
  margin-bottom: 40px;
}
.join-wrap .page-title .page-desc {
  font-size: 16px;
  font-weight: 500;
  color: #6A727E;
  margin-left: 17px;
}
.join-wrap .page-title .page-desc .required {
  color: #DE5358;
}
.join-wrap .checkbox-wrap input[type="checkbox"] + label {
  color: #B1B1B1;
}
.join-wrap .checkbox-wrap input[type="checkbox"]:checked + label {
  color: #000;
}
.join-wrap .button-primary {
  margin-top: 100px;
}
.form-wrap .form-control {
  margin-bottom: 20px;
}
.form-wrap .form-control:last-child {
  margin-bottom: 0;
}
.form-wrap .form-control label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.form-wrap .form-control label .required {
  font-size: 12px;
  color: #DE5358;
}
.form-wrap .form-control .form-control {
  margin-bottom: 8px;
}
.form-wrap .form-control input[type="text"], 
.form-wrap .form-control input[type="date"], 
.form-wrap .form-control input[type="tel"], 
.form-wrap .form-control input[type="password"], 
.form-wrap .form-control select {
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  border-color: #B1B1B1;
  padding: 0 20px;
}
.form-wrap .form-control .col + .col {
  margin-left: 8px;
}
.form-wrap .form-control .col-button {
  flex: initial;
  width: 160px;
}
.form-wrap .form-control .button {
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #0C66FF;
}
.form-wrap .error .error-ment {
  font-size: 12px;
  font-weight: 400;
  color: #FF0000;
}
.form-wrap .correct .form-control input {
  border-color: #0C66FF;
}
.form-wrap .correct .form-control .col-input {
  position:relative;
}
.form-wrap .correct .form-control .col-input::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 10px;
  background-image: url('/assets/images/common/checkbox-on-book.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.form-wrap .error .error-ment::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  background-image: url('/assets/images/common/input-warning.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: bottom;
}
.form-wrap .error .form-control input {
  border-color: #FF0000;
}
.form-wrap .email .form-control .col-input {
  flex: 2;
}
.form-wrap .addr .form-control .col-input {
  flex: 0 0 250px;
}
.form-wrap .form-control .col-check {
  flex: initial;
}
.form-wrap .form-control .col-check:not(:last-child) {
  margin-right: 35px;
}
.form-wrap .disabled .form-control .button {
  color: #BFBFBF;
  background-color: #EDEDED;
}
.form-wrap .form-control .col-certificate {
  position: relative;
}
.form-wrap .form-control .col-certificate .col-time {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: #FF0000;
}
.sns-wrap {

}
.sns-wrap .page-desc {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: center;
  word-break: keep-all;
  margin-top: 35px;
}
.sns-wrap .sns-login {
  margin-top: 50px;
}
.sns-wrap .form-wrap {
  margin-top: 50px;
}
.sns-wrap .col-sns {
  position: relative;
}
.sns-wrap .col-sns .radio-wrap {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.sns-wrap .form-wrap .form-control input[type="text"] {
  height: 80px;
  padding-left: 45px;
}
.sns-wrap .button-primary {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid #B1B1B1;
}
.sns-wrap .sns-cs-wrap {
  text-align: center;
  margin-top: 30px;
}
.sns-wrap .sns-cs-wrap p {
  word-break: keep-all;
}
.sns-wrap .sns-cs-wrap p span {
  display: block;
}
.sns-wrap .sns-cs-wrap .sns-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.sns-wrap .sns-cs-wrap .sns-pw {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  text-decoration: underline;
}
.sns-wrap .sns-cs-wrap .sns-desc {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 35px;
  margin-bottom: 6px;
}
.sns-wrap .sns-cs-wrap .sns-time {
  font-size: 16px;
  font-weight: 600;
  color: #353536;
}

/* PC (해상도 1250px ~ ) */
@media all and (max-width:1250px) {}
/* 패드 (해상도 1023px ~ 769px) */
@media all and (min-width:769px) and (max-width:1023px) {
  .header-login {
    padding: 15px 0;
  }
  .header-login .header-logo img {
    max-height: 30px;
  }
}
/* 모바일 & pad (해상도 ~ 1023px) */
@media all and (max-width:1023px) {
  .header-login {
    border-bottom: 1px solid #EAEAF3;
    box-shadow: unset;
  }
  .header-login .is-mobile {
    display: block;
  }
}
/* 모바일 (해상도 ~ 768px) */
@media all and (max-width:768px) {
  .header-login {
    padding: 0;
  }
  .header-login > .container {
    height: 40px;
  }
  .header-login .header-logo img {
    max-height: 20px;
  }
  .login-page {
    margin-top: 0;
    padding-bottom: 20px;
  }
  .login-page .is-mobile {
    display: block
  }
  .login-page .is-wide {
    display: none;
  }
  .login-page .container {
    background-color: #fff;
  }
  .login-page .button-primary .button {
    width: 100%;
    height: initial;
    font-size: 18px;
    padding: 14px 0;
  }
  .login-page .container.login {
    max-width: 100%;
  }
  .login-page .page-title {
    word-break: keep-all;
    border-bottom: 1px solid #EAEAF3;
    margin-bottom: 20px;
    padding: 15px 0;
  }
  .login-page .page-welcome  {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 14px;
  }
  .login-page .page-subtitle {
    font-size: 12px;
    font-weight: 400;
  }
  .login-wrap {
    flex-direction: column;
    margin-top: 20px;
  }
  .login-wrap input[type="text"], 
  .login-wrap input[type="password"] {
    font-size: 16px;
    background-color: #FAFAFA;
    padding: 12px 15px;
  }
  .login-wrap .login-button {
    width: 100%;
    font-size: 18px;
    background-color: #0C66FF;
    margin-top: 7px;
    margin-left: 0;
    padding: 12px 0;
  }
  .login-option .option-user {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .login-option .option-user a {
    flex: 1;
    font-size: 17px;
    font-weight: 400;
    color: #0C66FF;
    text-align: center;
    border: 1px solid #DCDCDC;
    padding: 28px 0;
  }
  .login-option .option-user a + a {
    color: #AAAAAA;
    margin-left: 6px;
  }
  .login-option .option-user img {
    max-height: 21px;
    width: auto;
  }
  .login-option .option-user span {
    display: block;
    margin-top: 4px;
  }
  .login-option .option-ui {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .login-option .option-ui a {
    font-size: 13px;
    font-weight: 400;
    color: #AAAAAA;
  }
  .login-option .option-ui .option-show a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 8px;
    background-image: url('/assets/images/member/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 4px;
  }
  .login-option .option-ui .option-show a {
    margin-left: 10px;
  }
  .login-sns {
    margin-top: 35px;
  }
  .login-sns ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .login-sns ul > li {
    flex: 1;
  }
  .login-sns ul > li + li {
    margin-top: 0;
    margin-left: 7px;
  }
  .login-sns .sns-link {
    height: initial;
    font-size: 16px;
    padding: 10px 0;
  }
  .login-sns .sns-link img {
    max-height: 16px;
  }
  .lost-tabs {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .lost-tabs ul > li {
    background-color: #F7F7F7;
    border-width: 1px;
  }
  .lost-tabs ul > li.active {
    background-color: #fff;
    border-width: 1px;
  }
  .lost-tabs ul > li:first-child.active {
    border-left: 0 none;
  }
  .lost-tabs ul > li:last-child.active {
    border-right: 0 none;
  }
  .lost-tabs ul a {
    font-size: 16px;
    padding: 13px 0;
  }
  .lost-wrap .lost-title {
    display: none;
  }
  .lost-wrap .radio-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .lost-wrap .radio-list .radio-check {
    flex: 1;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAF3;
  }
  .lost-wrap .lost-method {
    border: 0 none;
    padding: 15px 0 0;
  }
  .lost-wrap .lost-content {
    margin-left: 0;
  }
  .lost-wrap .lost-check-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
  }
  .lost-wrap .lost-controls {
    margin-top: 15px;
  }
  .lost-wrap input[type="radio"] + label {
    font-size: 14px;
  }
  .radio-check input[type="radio"] + label span {
    width: 13px;
    height: 13px;
    margin: -4px 6px 0 0;
    border-width: 1px;
  }
  .radio-check input[type="radio"]:checked + label span::after {
    width: 5px;
    height: 5px;
  }
  .lost-wrap .lost-method .radio-check {
    display: none;
  }
  .lost-wrap .form-control {
    margin-bottom: 0;
    border: 1px solid #EAEAF3;
    border-bottom: 0 none;
  }
  .lost-wrap .form-control:last-child {
    border-bottom: 1px solid #EAEAF3;
  }
  .lost-wrap .form-control .label-prefix {
    display: none;
  }
  .lost-wrap .form-control input {
    max-width: 100%;
    border: 0 none;
  }
  .lost-wrap .form-control input[type="text"], 
  .lost-wrap .form-control input[type="tel"] {
    font-size: 14px;
  }
  .lost-wrap .form-control .tooltip-wrap {
    display: none;
  }
  .lost-wrap .form-inside-wrap {
    position: relative;
  }
  .lost-wrap .form-inside-wrap input + button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    z-index: 1;
    width: initial;
    height: initial;
    padding: 5px 11px;
    font-size: 13px;
    font-weight: 400;
    color: #3173F6;
    background-color: #fff;
    border: 1px solid #3173F6;
  }
  .lost-wrap .button-primary {
    margin-top: 20px;
  }
  .agree-wrap .page-title {
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 0 none;
    padding: 15px 0 0;
  }
  .agree-wrap .agree-all .check-label {
    font-size: 16px;
  }
  .agree-wrap .agree-list .check-label {
    font-size: 14px;
  }
  .agree-wrap .button-primary {
    margin-top: 30px;
  }
  .agree-wrap .agree-terms-list {
    margin: 20px 0 25px;
  }
  .agree-wrap .agree-terms-list textarea {
    height: 280px;
    padding: 15px;
  }
  .agree-wrap .agree-terms-list ul > li:not(:last-child) {
    margin-bottom: 25px;
  }
  .agree-wrap .button-primary.agree-button .button  {
    flex: 1;
  }
  .agree-wrap .button-primary .button  + .button {
    margin-left: 0;
  }
  .modal-agree .modal-container {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
  }
  .modal-agree .modal-container .modal-body {
    max-height: initial;
  }
  .login-page .success-wrap .page-title {
    border-bottom: 0 none;
    margin: 0;
    padding: 15px 0 0;
  }
  .success-wrap .page-desc {
    font-size: 16px;
    word-break: keep-all;
    margin-top: 10px;
  }
  .success-wrap .login-sns {
    max-width: 100%;
    margin-top: 30px;
  }
  .success-wrap .login-sns ul > li {
    flex: 0 0 100%;
  }
  .success-wrap .login-sns ul > li + li {
    margin-top: 8px;
    margin-left: 0;
  }
  .join-wrap .page-title {
    flex-direction: column;
    font-size: 20px;
    margin-bottom: 0;
    border-bottom: 0 none;
    padding: 15px 0 0;
    margin-bottom: 25px;
  }
  .join-wrap .page-title .page-desc {
    font-size: 13px;
    margin-left: 0;
  }
  .form-wrap .form-control {
    margin-bottom: 15px;
  }
  .form-wrap .form-control label {
    font-size: 12px;
  }
  .form-wrap .form-control .form-control {
    margin-bottom: 6px;
  }
  .form-wrap .form-control .col + .col {
    margin-left: 5px;
  }
  .form-wrap .form-control input[type="text"], 
  .form-wrap .form-control input[type="date"], 
  .form-wrap .form-control input[type="tel"],
  .form-wrap .form-control select {
    height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .form-wrap .form-control .col-button {
    width: 100px;
  }
  .form-wrap .form-control .button {
    height: 40px;
    font-size: 14px;
  }
  .form-wrap .email .form-control .col {
    flex: 0 0 100%;
    margin-top: 6px;
    margin-left: 0;
  }
  .form-wrap .form-control .col-check {
    flex: 1;
  }
  .form-wrap .addr .form-control .col-input {
    flex: 0 0 150px;
  }
  .form-wrap .switch-wrap input[type="radio"] + label {
    height: 40px;
    font-size: 14px;
  }
  .form-wrap .form-control .col-check:not(:last-child) {
    margin-right: 0;
  }
  .sns-wrap .page-title {
    font-size: 17px;
    font-weight: 500;
    border-bottom: 0 none;
    padding: 0;
    margin-bottom: 0;
  }
  .sns-wrap .page-desc {
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
  }
  .sns-wrap .form-wrap {
    margin-top: 25px;
  }
  .sns-wrap .form-wrap .form-control input[type="text"],
  .sns-wrap .form-wrap .form-control input[type="password"] {
    height: 40px;
    font-size: 14px;
    background-color: #FAFAFA;
    border-color: #C6C6C6;
  }
  .sns-wrap .form-wrap .form-control input[type="text"] {
    padding-left: 30px;
  }
  .sns-wrap .form-wrap .form-control input[type="password"] {
    padding: 0 10px;
  }
  .sns-wrap .col-sns .radio-wrap {
    left: 10px;
  }
  .sns-wrap .button-primary {
    margin-top: 0;
    border: 0 none;
    padding-top: 0;
  }
  .sns-wrap .form-wrap .form-control {
    margin-bottom: 5px;
  }
  .sns-wrap .sns-cs-wrap {
    margin-top: 18px;
  }
  .sns-wrap .sns-cs-wrap .sns-title {
    font-size: 15px;
  }
  .sns-wrap .sns-cs-wrap .sns-pw {
    font-size: 13px;
  }
  .sns-wrap .sns-cs-wrap .sns-desc {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .sns-wrap .sns-cs-wrap .sns-time {
    font-size: 14px;
  }
}
/* 모바일 (해상도 ~ 399px) */
@media all and (max-width:399px) {
  .login-wrap input[type="text"], 
  .login-wrap input[type="password"] {
    font-size: 14px;
  }
  .login-sns ul > li {
    flex: 100%;
  }
  .login-sns ul > li + li {
    margin-left: 0;
    margin-top: 6px;
  }
}
/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-wrap .form-control .col-button {
    flex: 0 0 160px;
  }
}