@charset "utf-8";

#login_page {
  width: 100%;
  height: calc(100vh - 60px);
}
#login_page .form-group input::placeholder {
  color: #333 !important;
}
#login_page .form-group input::-webkit-input-placeholder {
  color: #333 !important;
}
#login_page .form-group input::-ms-input-placeholder {
  color: #333 !important;
}
#login_page .form-group input:focus {
  outline: none;
  box-shadow: none;
}

@-webkit-keyframes spin {
  0% {
    opacity: 0.2;
    text-shadow: 0px 0px 0px white;
  }
  50% {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    text-shadow: 0px 0px 90px white;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: rotate(360deg);
    text-shadow: 0px 0px 0px white;
  }
}
#login_page #login_id {
  background-color: #fff;
  color: #333;
  border: 1px solid #e61c54;
  border-radius: 25px !important;
  line-height: 45px !important;
  height: fit-content;
  padding: 0 55px 0 20px;
}
#login_page .form-box1 {
  position: absolute;
  width: 100%;
  max-width: 350px;
  margin: 50px 0 !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background-color: unset;
}
#login_page .form-body1 {
  background-color: #fff;
  border-radius: 20px;
  padding: 0px 20px 50px;
}
#login_page .form-body1 .form-group span {
  top: 3px;
  right: 10px;
  color: #e61c54;
}
#login_page .form-body1 #login_pw {
  background-color: #fff;
  color: #333;
  border: 1px solid #e61c54;
  border-radius: 25px !important;
  line-height: 45px !important;
  height: fit-content;
  padding: 0 55px 0 20px;
}
#login_page .form-body1 .right {
  float: right;
}
#login_page .form-body1 .right label {
  width: 175px;
  color: #333;
  line-height: 28px;
  margin-top: 15px;
  font-size: 14px;
}
#login_page .form-body1 .right label input {
  margin-left: 60px;
}
#login_page .form-body1 .right label span {
  margin-left: 5px;
}
#login_page .form-body1 button {
  width: 100%;
  line-height: 50px;
  border-radius: 30px;
  background-color: #e61c54;
  color: #fff !important;
  border: none;
  font-size: 15px;
  margin-top: 37px;
}
#login_page .recycle {
  color: #e61c54;
  font-size: 85px;
  position: absolute;
  top: 36%;
  left: 50%;
  margin-top: -190px;
  margin-left: -40px;
  -webkit-animation: spin 6s linear infinite;
}

/* Sub Title */
.sub-title {
  padding: 10px 12px;
  border-top: 4px solid #444;
}
.sub-title h4 {
  padding: 0;
  margin: 0;
  line-height: 50px;
  font-size: 18px;
}
.sub-title i {
  background: rgb(245, 245, 245);
  padding-top: 12px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 25px;
  display: inline-block;
}
.sub-title img {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  display: inline-block;
}

/* Follow */
.follow-skin .bg-heading {
  background: #fafafa;
}
.follow-skin .col-follow .myinfo a {
  margin-right: 15px;
  color: #888;
  font-size: 11px;
}
.follow-skin .sp-follow {
  margin-bottom: 0px;
  border-top: 3px solid #444;
}
.follow-skin .img-photo i {
  background: rgb(245, 245, 245);
  padding: 16px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 40px;
  display: inline-block;
}
.follow-skin .img-photo img {
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
  display: inline-block;
}
@media all and (max-width: 460px) {
  .responsive .follow-skin .col-follow {
    display: block !important;
    width: 100% !important;
  }
}

/* Formmail */
.formmail-form {
  padding: 20px;
}
.formmail-type label {
  margin-right: 10px;
}

/* Memo */
.memo-send-info {
  padding: 8px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.memo-content {
  padding: 20px;
  line-height: 22px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.memo-send-form {
  padding: 20px;
}

/* Mypage */
.mypage-skin .img-photo i {
  background: rgb(245, 245, 245);
  padding: 16px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 40px;
  display: inline-block;
}
.mypage-skin .img-photo img {
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
  display: inline-block;
}
.mypage-skin .img-resize img {
  max-width: 100%;
  height: auto;
}
.mypage-skin .view-author .auth-photo {
  width: 160px;
  padding-right: 15px;
}
@media all and (max-width: 460px) {
  .responsive .mypage-skin .view-author .auth-photo {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}

/* MyPhoto */
.myphoto {
  margin-bottom: 15px;
}
.myphoto img {
  border-radius: 50%;
  display: inline-block;
}
.myphoto i {
  background: rgb(245, 245, 245);
  padding: 18px;
  border-radius: 50%;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 40px;
  display: inline-block;
}

/* MyPost */
.mypost-skin i.img-fa {
  width: 40px;
  height: 40px;
  padding: 10px 0px 0px;
  font-size: 20px;
  text-align: center;
  color: #aaa;
}
.mypost-skin .list-details {
  padding-top: 4px;
}
.mypost-skin .list-none {
  padding: 50px 0px;
}

.mypost-media {
  padding-bottom: 10px;
}
.mypost-media .photo i {
  border-radius: 50%;
  background: rgb(245, 245, 245);
  padding: 15px;
  width: 64px;
  height: 64px;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 30px;
  display: inline-block;
}
.mypost-media .photo img {
  border-radius: 50%;
  width: 64px !important;
  height: 64px !important;
  display: inline-block;
}
.mypost-media .media {
  border-bottom: 1px solid #eee;
  margin: 7px 0px;
  padding: 0px 12px 7px;
}
.mypost-media :first-child.media {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
}
.mypost-media .media-heading {
  padding: 0;
  margin: 0px;
  line-height: 20px;
}
.mypost-media .media .media-body {
  padding-left: 0px;
}
.mypost-media .media .media-content {
}
.mypost-media .media .media-content p {
  margin: 0px;
  padding: 0px;
}
.mypost-media .media .media-resize {
  margin-top: 10px;
}
.mypost-media .media .media-resize img {
  max-width: 100%;
  height: auto;
}
.mypost-media .media.media-reply {
  border: 0px;
  border-top: 1px solid #eee;
  margin: 10px 0px 0px;
  padding: 10px 0px 0px;
}

/* Point */
.point-skin th,
.point-skin td {
  white-space: nowrap;
}
.point-skin td.po-content {
  white-space: normal;
}

/* Profile */
.profile-skin .img-photo i {
  border-radius: 50%;
  background: rgb(245, 245, 245);
  padding: 16px;
  width: 80px;
  height: 80px;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 40px;
  display: inline-block;
}
.profile-skin .img-photo img {
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
  display: inline-block;
}
.profile-skin .img-resize img {
  max-width: 100%;
  height: auto;
}

/* Register */
.register-term {
  position: relative;
  height: 200px;
  margin: 0px;
  overflow: auto;
}

/* Register Form */
.register-form .text-gap {
  margin-bottom: 4px;
}
.register-form .addr-line {
  margin-bottom: 7px;
}
@media all and (max-width: 767px) {
  .responsive .register-form .cert-btn {
    margin-top: 10px;
  }
}

/* Response */
.myresponse-skin .res-info {
  margin: 0;
  padding: 7px 12px;
}
.myresponse-skin .media {
  border-top: 1px solid #eee;
  margin: 6px 0px;
  padding: 8px 12px 0px;
}
.myresponse-skin .myresponse-list .media:first-child {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 8px;
}
.myresponse-skin .media-heading {
  padding: 0;
  margin: 0;
}
.myresponse-skin .photo i {
  border-radius: 50%;
  background: rgb(238, 238, 238);
  padding: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 25px;
  display: inline-block;
}
.myresponse-skin .photo img {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  display: inline-block;
}
.myresponse-skin .media-info i {
  margin-left: 10px;
}
.myresponse-skin .media-info i:first-child {
  margin-left: 0px;
}

/* Scrap */
.scrap-skin i.scrap-icon {
  background: #333;
  color: #fff;
}
.scrap-skin .scrap-head {
  margin: 0px;
  padding: 10px 20px;
  line-height: 22px;
  background: #333;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.scrap-skin .scrap-form {
  padding: 10px 20px 20px;
}

/* Shopping */
.shopping-skin i.img-fa {
  width: 40px;
  height: 40px;
  padding: 10px 0px 0px;
  font-size: 20px;
  text-align: center;
  color: #aaa;
}
.shopping-skin .list-none {
  padding: 50px 0px;
}
.Shop_page_title {
  font-size: 23px;
  padding: 30px 20px;
}

/* Wishlist */
#wishlist-skin {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#wishlist-skin table {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-bottom: 0 !important;
  max-width: unset;
}
#wishlist-skin table tbody {
  width: 100%;
  min-width: 800px;
  display: block;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
#wishlist-skin table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
#wishlist-skin table tbody tr.table_head {
  border-top: none !important;
  background-color: #cce3e0;
  height: 42px;
}
#wishlist-skin table tbody tr.table_head th {
  padding: 0;
  text-align: center !important;
}
#wishlist-skin table tbody tr th {
  border-top: none;
  border-right: 1px solid #ddd !important;
}
#wishlist-skin table tbody tr th:nth-child(1) {
  width: 5%;
}
#wishlist-skin table tbody tr th:nth-child(2) {
  width: 55%;
}
#wishlist-skin table tbody tr th:nth-child(3) {
  width: 15%;
}
#wishlist-skin table tbody tr th:nth-child(4) {
  width: 15%;
}
#wishlist-skin table tbody tr th:nth-child(5) {
  width: 10%;
}
#wishlist-skin table tbody tr td {
  border-top: none;
  padding: 0;
}
#wishlist-skin table tbody tr td:nth-child(1) {
  width: 5%;
}
#wishlist-skin table tbody tr td:nth-child(2) {
  width: 55%;
}
#wishlist-skin table tbody tr td:nth-child(3) {
  width: 15%;
}
#wishlist-skin table tbody tr td:nth-child(4) {
  width: 15%;
}
#wishlist-skin table tbody tr td:nth-child(5) {
  width: 10%;
}
#wishlist-skin table tbody tr td:nth-child(5) a {
  line-height: 42px;
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 3px;
  border: 1px solid #e61c54;
  color: #e61c54 !important;
}
#wishlist-skin table tbody tr td.img_wrap {
  display: flex;
  align-items: center;
}
#wishlist-skin table tbody tr td.img_wrap a:nth-child(1) {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border: 1px solid #eee;
}
#wishlist-skin table tbody tr td.img_wrap a:nth-child(2) {
  width: calc(100% - 120px);
  height: fit-content;
}
#wishlist-skin table tbody tr td.img_wrap a img {
  display: block;
  width: 100%;
  height: 100%;
}
p#wishbtn_wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}
p#wishbtn_wrap button:first-child {
  border: none !important;
  color: #fff !important;
  background: #e61c54 !important;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 15px;
  height: 50px !important;
  font-family: "Roboto", sans-serif;
}
p#wishbtn_wrap button:first-child i {
  position: unset;
  font-size: 18px;
  margin-right: 5px;
}
p#wishbtn_wrap button {
  border: 1px solid #e61c54;
  color: #e61c54 !important;
  font-size: 13px;
  font-weight: normal;
  background: #fff !important;
  width: 48%;
  line-height: 42px;
  border-radius: 3px;
  display: block;
  text-align: center;
}

/* Mypage */
.mypage-tbl th {
  background: #333 !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap;
}
.mypage-tbl td {
  text-align: center;
  white-space: nowrap;
}

.social_info_guide {
  background: #f3f3f3;
  border: 1px solid #ddd;
  margin: 0 10px 10px;
  padding: 10px 15px;
  line-height: 1.5em;
}
.bg-warning {
  margin: 0 10px 10px;
  padding: 10px 15px;
  line-height: 1.5em;
}
.bg-warning1 {
  background: #f7dfe4;
  border: 1px solid #eac3cb;
}
.bg-warning2 {
  background: #deeabf;
  border: 1px solid #bde498;
}
.bg-warning3 {
  background: #fff8dc;
  border: 1px solid #f1e4b2;
}

/* SNS LOGIN */
.login-sns {
  padding-bottom: 10px;
  margin-top: 5px;
  border: 1px solid #ddd;
  clear: both;
  background: #fff;
  text-align: center;
}
.login-sns .sns-head {
  font-size: 12px;
  padding: 0;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #888;
  font-weight: normal;
}
.sns-icon {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.sns-icon:hover {
  text-decoration: none;
}
.sns-icon .ico {
  display: block;
  vertical-align: middle;
}
/*.sns-icon .txt {position:absolute;line-height:0;font-size:0;vertical-align:middle;overflow:hidden}*/
.sns-icon .txt i {
  font-style: normal;
}

#fregisterform .form_01 .reg-form {
  margin-bottom: 20px;
}
#fregisterform .form_01 .reg-form .sns-wrap {
  margin: 10px 0 0;
  text-align: left;
}
.reg-form .sns-icon {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  margin: 0 1px;
}
.reg-form .sns-icon:hover {
  text-decoration: none;
}
.reg-form .sns-icon .ico {
  display: block;
  background: url("./img/sns_logo.png") no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.reg-form .sns-icon-not .ico {
  display: block;
  background: url("./img/sns_logo_not.png") no-repeat;
  vertical-align: middle;
}
.reg-form .sns-icon .txt {
  position: absolute;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
}
.reg-form .sns-icon .txt i {
  font-style: normal;
}

.sns-wrap-reg .sns-naver {
  border-color: #18a400;
  background: #2db400;
}
.sns-wrap-reg .sns-naver .ico {
  background-position: -29px 0;
}
.sns-wrap-reg .sns-google {
  border-color: #ca2c19;
  background: #dd5443;
}
.sns-wrap-reg .sns-google .ico {
  background-position: -58px 0;
}
.sns-wrap-reg .sns-facebook {
  border-color: #2e5393;
  background: #3a5897;
}
.sns-wrap-reg .sns-facebook .ico {
  background-position: 0 0;
}

.sns-wrap-reg .sns-icon {
  border-color: #dcdcdc;
}
.sns-wrap-reg .sns-icon-not {
  border-color: #8b8b8b;
}
.sns-wrap-reg .sns-naver {
  border-color: #18a400;
}
.sns-wrap-reg .sns-naver .ico {
  background-position: -29px 0;
}
.sns-wrap-reg .sns-google .ico {
  background-position: -58px 0;
}
.sns-wrap-reg .sns-google {
  border-color: #ca2c19;
}
.sns-wrap-reg .sns-facebook .ico {
  background-position: 0 0;
}
.sns-wrap-reg .sns-facebook {
  border-color: #2e5393;
}
.sns-wrap-reg .sns-kakao .ico {
  background-position: -87px 0;
}
.sns-wrap-reg .sns-twitter {
  border-color: #488fc9;
}
.sns-wrap-reg .sns-twitter .ico {
  background-position: -145px 0;
}
.sns-wrap-reg .sns-payco {
  border-color: #c44646;
}
.sns-wrap-reg .sns-payco .ico {
  background-position: -116px 0;
}
.sns-wrap-reg .sns-kakao {
  border-color: #f2df00;
}

/* SNS by COLOR */
.sns-wrap-over .sns-naver {
  background: url("./img/sns_naver_s.png") no-repeat;
}
.sns-wrap-over .sns-google {
  background: url("./img/sns_gp_s.png") no-repeat;
}
.sns-wrap-over .sns-facebook {
  background: url("./img/sns_fb_s.png") no-repeat;
}
.sns-wrap-over .sns-twitter {
  background: url("./img/sns_twitter_s.png") no-repeat;
}
.sns-wrap-over .sns-payco {
  background: url("./img/sns_payco_s.png") no-repeat;
}
.sns-wrap-over .sns-kakao {
  background: url("./img/sns_kakao_s.png") no-repeat;
}
.reg-form .sns-icon-not {
  border-color: #8b8b8b;
}

.social-login-loading {
  width: 100%;
  height: auto;
  text-align: center;
}
.social-login-loading p {
  display: inline-block;
  margin-top: 10px;
  padding: 40px 0 0;
  line-height: 30px;
}

/* �ƿ��α��� */
#sns_outlogin .sns-icon {
  overflow: hidden;
  margin: 0 1px;
}
#sns_outlogin .sns-icon .txt {
  position: absolute;
  line-height: 0;
  font-size: 0;
  vertical-align: middle;
  overflow: hidden;
}
#sns_outlogin .sns-icon .ico {
  width: 30px;
  height: 30px;
}

/*�α��� */
#sns_login {
  border: 0;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #edeaea;
}
#sns_login .sns-icon {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin: 0 0 5px;
  padding-left: 40px;
  text-align: left;
  color: #fff;
  border-radius: 2px;
}
#sns_login .sns-naver {
  background-color: #1fc800;
  background-position: 5px 5px;
  border-bottom: 1px solid #1ea505;
}
#sns_login .sns-kakao {
  background-color: #ffeb00;
  background-position: 5px 5px;
  border-bottom: 1px solid #e2c10a;
}
#sns_login .sns-kakao {
  color: #3c1e1e;
}
#sns_login .sns-facebook {
  background-color: #3b579d;
  background-position: 5px 5px;
  border-bottom: 1px solid #28458f;
}
#sns_login .sns-google {
  background-color: #db4a3a;
  background-position: 5px 5px;
  border-bottom: 1px solid #c03121;
}
#sns_login .sns-twitter {
  background-color: #1ea1f2;
  background-position: 5px 5px;
  border-bottom: 1px solid #1e82c0;
}
#sns_login .sns-payco {
  background-color: #df0b00;
  background-position: 5px 5px;
  border-bottom: 1px solid #9d0800;
}
#sns_login .txt {
  text-align: left;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-weight: bold;
}
#sns_login .txt:hover {
  background: rgba(0, 0, 0, 0.07);
}

/*ȸ������ */
#sns_register {
}
#sns_register .panel-body {
  text-align: center;
}
#sns_register .sns-wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sns_register .sns-wrap {
  display: inline-block;
  vertical-align: top;
}
#sns_register .sns-icon {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 210px;
  margin: 0 3px 5px;
  padding-left: 40px;
  text-align: left;
  color: #fff;
  border-radius: 2px;
  float: left;
}
#sns_register .sns-icon:nth-child(3n + 1) {
  clear: both;
}
#sns_register .sns-naver {
  background-color: #1fc800;
  background-position: 5px 5px;
  border-bottom: 1px solid #1ea505;
}
#sns_register .sns-kakao {
  background-color: #ffeb00;
  background-position: 5px 5px;
  border-bottom: 1px solid #e2c10a;
}
#sns_register .sns-kakao {
  color: #3c1e1e;
}
#sns_register .sns-facebook {
  background-color: #3b579d;
  background-position: 5px 5px;
  border-bottom: 1px solid #28458f;
}
#sns_register .sns-google {
  background-color: #db4a3a;
  background-position: 5px 5px;
  border-bottom: 1px solid #c03121;
}
#sns_register .sns-twitter {
  background-color: #1ea1f2;
  background-position: 5px 5px;
  border-bottom: 1px solid #1e82c0;
}
#sns_register .sns-payco {
  background-color: #df0b00;
  background-position: 5px 5px;
  border-bottom: 1px solid #9d0800;
}
#sns_register .txt {
  text-align: ;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  font-weight: bold;
}
#sns_register .txt:hover {
  background: rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1200px) {
  .Shop_page_title {
    font-size: 15px;
    padding: 20px 0;
  }
}

#register_type{}
#register_type form{}
#register_type form .wrap{display: flex;justify-content: space-around;align-items: center;flex-flow: row wrap;margin-bottom: 100px;}
#register_type form .wrap label{width: 40%; border-radius: 5px; padding: 40px 20px 70px 20px; text-align: center; margin: 0; font-size: 20px; box-shadow: 0px 0px 3px #82828273;transition: 0.3s;cursor: pointer;position: relative;top: 0;left: 0;}
#register_type form .wrap label input{opacity: 0;}
#register_type form .wrap label img{width: 100px; height: 100px; display: block;margin: 0 auto 30px;}
#register_type form .wrap label.atv{background: #ffeaef; border: 1px solid #e7215333;}
#register_type form .wrap label.atv::after{content: ""; width: 50%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); background-image: URL("./img/check_icon.svg"); background-repeat: no-repeat; background-size: 100%; background-position: center; display: block; position: absolute; opacity: 0.2;}

#fregister .type{display: flex; align-items: flex-end;}
#fregister .type img{height: 50px;width: 50px;}
#fregister .type p{font-size: 15px;font-weight: bold;margin-left: 10px;}

#fregisterform .type{display: flex; align-items: flex-end;}
#fregisterform .type img{height: 50px;width: 50px;}
#fregisterform .type p{font-size: 15px;font-weight: bold;margin-left: 10px;}
@media screen and (max-width: 767px) {
  #register_type form .wrap{justify-content: space-between; margin-bottom: 50px;}
  #register_type form .wrap label{font-size: 15px;font-weight: bold;width: 48%;}
  #register_type form .wrap label img{width: 60px; height: 60px; margin: 0 auto 10px;}
  #register_type form .wrap label.atv::after{background-size: auto 60%;width: 100%;}
}