@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css');

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
  --red: #ff3838;
  --gray: #777777;
  --gray100 : #f6f6f6;
  --blue: #1494a9;
  --white: #ffffff;
  --black: #111;
  --green: #11b76b;
  --purple: #b12fad;
  --orange: #e86121;
  --yellow: #ffab10;
  --body: #f5f6f7;
  --border: #e8e8e8;
  --heading: #111 /*#39404a;*/;
  --primary: #1C2180;
  --sub-heading: #565765;
  --green-chalk: #ddffd5;
  --green-dark: #072f17;
  --gray-chalk: #cccccc;
  --intro-bg: #f8fffa;
  --facebook: #3b5998;
  --linkedin: #0e76a8;
  --twitter: #00acee;
  --google: #E60023;
  --instagram: #F77737;
  --caution : #cd7c18;
  --sec : #6878a1;
  --gray1 : #bcbcbd;
  --graytxt :#a6a6a9;
  --primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  --primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1);

	--awesome : 'Font Awesome 5 Free';
	--gmarket : 'GmarketSansMedium';

	--conts-width : 1200px;
	--grid-margin : 20px;
	--grid-nmargin : -20px;

	--fsize14 : 14px;
	--fsize18 : 18px;
	--fsize22 : 22px;
	--fsize20 : 20px;
	--fsize24 : 24px;
	--ftit-d2 : 26px;

	--border-radius : 20px;

	--txt-basic : #525252;
}

* {margin: 0px; padding: 0px; outline: 0px; box-sizing: border-box;}

html,
body {margin:0; padding:0; width:100%; font-size:16px; scroll-behavior: smooth; letter-spacing:-0.5px;}
body {background:#fff; color:#525252; font-family:"Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", sans-serif; line-height:1.3; overflow-x: hidden; }

img {max-width:100%; vertical-align: middle;}

a {text-decoration:underline; display: inline-block; color:#2C7AE0;}
a:hover {opacity:0.8;}

ul,
ol,
li,
dl,
dt,
dd {margin:0; padding: 0px; list-style: none;}

input:not([type='checkbox']),
input:not([type='radio']),
select {border:1px solid #ddd; border-radius:5px;}
input::placeholder,
textarea:placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 1rem;
  color: var(--gray);
  text-transform: capitalize;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-size: 1rem;
  color: var(--gray);
  text-transform: capitalize;
}

input::placeholder,
textarea::placeholder {
  font-size: 0.9375rem;
  color: var(--gray);
  text-transform: capitalize;
}

input,
button {
  border: none;
  outline: none;
  background: none;
}

button:focus {
  outline: none;
}

/*bootsrap 초기화*/
tbody, td, tfoot, th, thead, tr {border:none;}
table {border:none;}


@media (max-width: 575px) {
	.backtop {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }

  .col {
    padding: 0px 4px;
  }
}

@media (max-width: 991px) {
  .content-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.txt_b {font-weight:700;}
.txt_caution {color:var(--caution);}

.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 4;
  width: 1000%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

/* 맨위로 버튼 */
.backtop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 48px;
  height: 48px;
  font-size: 15px;
  color: var(--white);
  line-height: 48px;
  text-align: center;
  display: none;
  border-radius: 50%;
  background: var(--black);
  -webkit-animation: mahmud 2s infinite;
          animation: mahmud 2s infinite;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.backtop:hover {
  color: var(--white);
}

@-webkit-keyframes mahmud {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 15px;
  }
}

@keyframes mahmud {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 15px;
  }
}

/*버튼*/
.btn {padding:0.875rem 1.25rem;
  border: none; border-radius:8px;
  font-size: 0.9375rem; font-weight: 500; text-transform: uppercase;
 }
.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn i {
  margin-right: 5px;
}

.list-price {
    text-decoration: line-through; /* 중간에 밑줄(취소선) 추가 */
    color: gray !important; /* 색상을 흐리게 설정 (선택 사항) */
    font-weight: normal; /* 일반 텍스트 스타일 (선택 사항) */
    font-size: 0.8rem;
}

.btn-inline {
  color: var(--white);
  background: var(--black);
  border:1px solid var(--black);
}

.btn-inline:hover {
  color: var(--black);
  background: var(--white);
}

.btn-outline {
  color: var(--black);
  background: var(--white);
  border: 2px solid #111;
}

.btn-outline:hover {
  color: var(--white);
  background: var(--black);
}

.btn-primary {background:var(--primary); border:1px solid var(--primary)}
.btn-primary:hover {background:#586fab; border:1px solid #586fab;}
.btn_prime {background:var(--black);	color:var(--white);}
.btn_prime:hover {background:var(--primary); color:var(--white); border:none;}
.btn_round {border-radius:10px;}
.btn_outline {color: var(--primary); background:#fff!important; border:1px solid var(--primary);}
.btn_outline:hover {color:#fff; background: var(--primary)!important;}
.btn_outline_gray {border:1px solid #ccc; color:#666;}
.btn_outline_gray:hover {background:#f6f6f6;}
.btn_gray {background:#cdcdcd; border:none; color: #525252;}
.btn_gray:hover {background:#848484; color:#fff;}
.btn_gray1 {background:#a3a3a3; border:none; color: #fff;}
.btn_gray1:hover {background:#848484; color:#fff;}
.btn_orange {
    border-color: #d57755 !important;
    background: #d57755;
    font-size: 1.6rem;
    border-radius: 5px;
    color: #fff;
}

.btn_orange:hover {
    background: #cf5c33 !important;
    color: #fff;
}
.btn_sm {height:36px; padding:6px 10px; border-radius:3px; font-size:14px;}

/*테이블*/
.table-list {
  width: 100%;
}

table {width:100%;}

thead tr {
  background: var(--black);
}

thead tr th {
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  text-transform: capitalize;
  padding: 8px 10px;
  color: var(--white);
  border-right: 1px solid var(--border);
}

thead tr th:first-child {
}

thead tr th:last-child {
  border-right: none;
}

tbody tr {
  border-bottom: 1px solid var(--border);
}

tbody tr td {
  padding: 12px 20px;
  text-align: center;
  border-right: 1px solid var(--border);
}

tbody tr td:last-child {
  border-right: none;
}

.table-name {
  white-space: nowrap;
  text-transform: capitalize;
}

.table-image img {
  width: auto;
  height: 100px;
}

.table-price h6 {
  white-space: nowrap;
}

.table-price h6 small {
  font-size: 13px;
  margin-left: 3px;
  color: var(--gray);
  font-family: sans-serif;
}

.table-desc p {
  width: 150px;
  font-size: 15px;
  text-align: left;
}

.table-desc p a {
  text-transform: capitalize;
}

.table-desc p a:hover {
  text-decoration: underline;
}

.table-vendor a {
  font-weight: 500;
  color: var(--heading);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.table-vendor a:hover {
  color: var(--primary);
}

.table-status h6 {
  text-transform: capitalize;
}

.table-status .stock-in {
  color: #999;
}

.table-status .stock-out {
  color: var(--orange);
}

.table-shop {
  width: 180px;
}

.table-shop .product-add {
	min-width:130px;
  color: var(--black);
  background:#efefef;
  border-radius:8px;
  justify-content: center; font-size:16px;
}

.table-shop .action-plus i,
.table-shop .action-minus i {
  background: var(--white);
}

.table-action button i,
.table-action a i {
  width: 35px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin: 3px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.table-action .view i {
  color: var(--black);
  background: var(--white);
}

.table-action .view i:hover {
  color: var(--white);
  background: var(--black);
}

.table-action .wish i {
  color: var(--green);
  background: var(--white);
}

.table-action .wish.active i {
  color: var(--white);
  background: var(--green);
}

.table-action .trash i {
  color: #666;
  background: var(--white);
}

.table-action .trash i:hover {
  color: var(--white);
  background: #111;
}


/*최상단 헤더*/
.header-top {
  padding: 8px 0px;
  background:#eff1f4;
}

.header-top.active {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%; padding:5px 0;
  z-index: 5;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-top-welcome p {
  font-size: 14px;
  color:#75787c;
  letter-spacing: 0.3px;
}

.header-top-select {
  margin-top: 3px;
  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;
}

.header-select {
  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;
  border-right: 1px solid var(--green);
}

.header-select:last-child {
  border: none;
}

.header-select i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--white);
}

.header-select .nice-select {
  line-height: 20px;
}

.header-select .nice-select::after {
  border-right-color: var(--white);
  border-bottom-color: var(--white);
}

.header-select .nice-select .current {
  color:#75787c;
}

.header-top-list {
  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;
}

.header-top-list li {
  margin-left: 35px;
}

.header-top-list li a {
  font-size: 14px;
  color:#75787c;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-top-list li a:hover {
  color: var(--primary);
}

@media (max-width: 991px) {
	.backtop {bottom: 55px;}
  .header-top-welcome {margin-top:5px; margin-bottom:5px; padding:5px 10px; background:#e3e5e9; border-radius:50px; text-align:center;}
  .header-top-welcome p {font-size:12px;}
  .header-top-select {
    width: 270px;
    margin: 0px auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-top-welcome {
    text-align: center;
  }
}

/*헤더*/
.header-part {position: -webkit-sticky; position: sticky; top: 0; left: 0px; width: 100%; z-index: 3; background: var(--white); border-bottom:1px solid #6ed4ce;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-part.active {

}

.header-part.active .header-widget:hover i {
  background: var(--primary);
}

.header-part.active .header-widget sup {
  border-color: var(--white);
}

.header-part.active .header-form {
  background: var(--white);
  border-color: var(--primary);
}

.header-part .header-form {overflow:hidden;}
.header-part.active .header-form input,
.header-part.active .header-form button i {height:40px;}
.header-part .header-form input {border:none;}

.header-content {width:100%; height:70px; padding:0 3.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-logo {
  margin-right: 50px;
}

.header-logo img {
  width: auto;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-widget-group {
  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;
}

.header-widget-group .header-widget {
  margin-left: 20px;
}

.header-widget-group .header-widget:first-child {
  margin-left: 40px;
}

.header-widget {
  position: relative;
  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;
}

.header-widget:hover i {
  color: var(--white);
  background: var(--primary);
  text-shadow: var(--primary-tshadow);
}

.header-widget:hover span {
  color: var(--primary);
}

.header-widget i {
  width: 40px;
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--text);
  background: var(--chalk);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-widget span {
  font-size: 15px;
  font-weight: 400;
  margin-left: 8px;
  letter-spacing: 0.3px;
  white-space: nowrap;
  text-align: left;
  text-transform: capitalize;
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-widget span small {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  font-family: sans-serif;
  display: block;
}

.header-widget sup {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  background: var(--primary);
  border: 2px solid var(--white);
  text-shadow: var(--primary-tshadow);
}

.header-cart span {
  font-size: 12px;
  margin-left: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.header-form {
  width: 100%;
  margin: 0px 50px;
  border-radius: 50px;
  background: var(--white);
  border: 1px solid #616674;
  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;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-form:focus-within {
  background: var(--white);
  border-color: var(--primary);
}

.header-form input {
  width: 100%;
  height: 45px;
  font-size: 15px;
  padding-left: 15px;
}

.header-form button i {
  width: 45px;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
  border-radius: 8px;
  color: var(--text);
  display: inline-block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-form button i:hover {
  color: var(--primary);
}

.header-media-group {display: none; padding-left:10px; padding-right:10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-media-group a img {height:32px;}
.header-user img,
.header-src img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.header-user i,
.header-src i {
  width: 40px;
  height: 40px;
  font-size:24px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: var(--text);
  background: var(--chalk);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.header-user i:hover,
.header-src i:hover {
  color: var(--white);
  background: var(--primary);
}

.header-widget-group > div {display: inline-block; margin:0 10px;}
.header-widget-group .dropdown-content {position:absolute; top:50px;  right:10px; display:none;   width:max-content; padding-top:4px; z-index:100;}
.header-widget-group .dropdown-content > * {display: block; background: #fff; border: 1px solid var(--black); border-radius:10px; overflow:hidden;}
.header-widget-group .dropdown-content > div {padding:10px;}
.header-widget-group > div a {display:block;}
.header-widget-group > div > a:hover ~ .dropdown-content {display:block;}
.header-widget-group .dropdown-content span {display:block; padding:5px 15px;  background:#fff; border:1px solid var(--black); border-radius:50px; font-size:14px; color:var(--black);}
.header-widget-group .header_login {display:flex;}
.header-widget-group .header_login span {display:flex; align-items:center; justify-content:center; width:30px; height:30px; background:#eee; border-radius:50px;}
.header-widget-group .header_login:hover .dropdown-content,
.header-widget-group .header_login .dropdown-content:hover {display:block;}
.header-widget-group .header_login .dropdown-content {min-width:120px;}

.header-widget-group .header_login li {padding:8px 15px;  font-size: 14px;  color: var(--black);}
.header-widget-group .header_login li:hover {background:#f6f6f6;}
.header-widget-group .header_login li a {color:inherit; font-size:inherit; text-decoration:none;}
.header-widget-group .name {margin-bottom:10px; border-bottom:1px solid #ddd; pointer-events: none; cursor:normal;}
.header-widget-group .logout {margin-top:10px; border-top:1px solid #ddd;}
.header-widget-group .login a {background:#333;}
.header-widget-group .pre_login .dropdown-content > div > div {display:flex; margin-top:10px; padding-left:3px; padding-right:3px; text-align:center;}
.header-widget-group .pre_login .dropdown-content > div > div a {font-size:0.875rem; color:#333; text-decoration:none;}
.header-widget-group .pre_login .dropdown-content > div > div a:after {content:""; display:inline-block; width:1px; height:0.875rem; margin:0 8px; background:#333; vertical-align:middle; }
.header-widget-group .pre_login .dropdown-content > div > div a:last-child:after {display:none;}
.header-widget-group .pre_login button {width:100%;}
.header-widget-group .on_login span {background:rgb(255, 255, 0);}

.header_myapp img {height:24px;}

.btn_black {background:#211D19; color:#fff;}
.btn_black:hover {background:#5B5954; color:#fff;}

/*회원가입 팝업*/
.pop_join .modal-header h2 {width:100%; margin-top:1.25rem; font-size:1.75rem; font-weight: 600; color:var(--black); text-align:center; }
.pop_join .modal-header strong {color:#5c6bc0;}
.pop_join .modal-header .btn-close {margin-top:-1.875rem;}
.pop_join .modal-header .btn-close img {width:26px;}
.pop_join .form-group label {display:none;}
.pop_join .form-group .d-flex input {width:calc(100% - 124px)}
.pop_join .js_btn_wrapper button {width:140px; height:45px; font-size:0.9375rem; border-top-left-radius:0; border-bottom-left-radius:0;}
.pop_join input[type="radio"] {margin-right:6px; vertical-align:middle;}
.pop_join a {display:inline-block; margin-left:20px; text-decoration:underline;}
.pop_join .form-button {margin-top:2.5rem;}
.pop_join .form-button button {width:100%;}
.pop_join .guide {position:relative; margin-top:20px; padding:1.25rem; padding-left:calc(1.25rem + 48px); background:#f6f6f6; border:1px solid #ddd; font-size:0.875rem; color:#666;}
.pop_join .guide strong {color:var(--black);  font-weight:normal;}
.pop_join .guide:before {position:absolute; top:1.25rem; left:1.25rem; content:"!"; display:flex; align-items:center; justify-content:center; width:38px; height:38px; background:#F17D59; border-radius:50px; font-size:22px; color:#fff; font-weight:900; }

@media (max-width: 1200px) {
  .header-content {height:auto;
    padding: 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-media-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-widget-group,
  .header-widget,
  .header-logo {
    display: none;
  }
  .header-form {
    display: none;
    margin: 10px 0px 0px;
  }
  .header-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-widget span {
    /*display: none;*/
  }
}

/*메뉴*/
.navbar-part {margin-left:auto;
  background: var(--white);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.navbar-part.active {
	position: -webkit-sticky;
    position: sticky;
    top:102px;
    left: 0px;
    width: 100%;
    z-index:2;
    background: var(--white);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;}


.navbar-part.active .navbar-item > .navbar-link {padding: 15px 0px;}

.navbar-content {
	width:100%;
  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;
	gap: 24px;
}

.navbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-item {
  margin-right: 30px;
}

.navbar-item:last-child {
  margin-right: 0px;
}

.navbar-link {
  padding: 22px 0px;
  color: var(--black);
  text-transform: capitalize; text-decoration:none;
  /*transition: all linear .3s;*/
  /*-webkit-transition: all linear .3s;*/
  /*-moz-transition: all linear .3s;*/
  /*-ms-transition: all linear .3s;*/
  /*-o-transition: all linear .3s;*/
}

.navbar-link:hover {
  color: var(--primary);
}

.navbar-focus-list {
  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;
}

.navbar-focus-list li {
  margin-left: 30px;
}

.navbar-focus-list li:first-child {
  margin-left: 0px;
}

.navbar-focus-list li a {
  font-weight: 500;
  color: var(--text);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.navbar-focus-list li a:hover {
  color: var(--primary);
}

.navbar-focus-list li a i {
  font-size: 18px;
  margin-right: 5px;
}

.navbar-info-group {
  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;
}

.navbar-info {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-info:last-child {
  margin-right: 0px;
}

.navbar-info i {
  font-size: 24px;
  margin-right: 10px;
  color: var(--black);
}

.navbar-info p small {
	margin-bottom:-2px;
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-align: left;
  text-transform: capitalize;
  color:#707070;
}

.navbar-info p span {
  font-size: 15px;
}

.navbar-info a, .navbar-info a:hover {
	color:inherit;
}
@media (max-width: 1200px) {
  .navbar-part {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /*.navbar-list li {*/
  /*  margin-right: 18px;*/
  /*}*/
  .navbar-link {
    font-size: 15px;
  }
  .navbar-info {
    margin-right: 15px;
  }
  .navbar-info p span {
    font-size: 14px;
  }
  .navbar-info i {
    margin-right: 10px;
  }
}

.nav-sidebar {
  position: fixed;
  top: 0px;
  left: -320px;
  width: 280px;
  height: 100vh;
  padding: 0px;
  z-index: 5;
  background: var(--white);
  -webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.nav-sidebar.active {
  left: 0px;
}

.nav-sidebar .nav-list li ul li a {padding:10px 20px; padding-left: 30px; color: #666;}
/*.nav-sidebar .nav-list li > ul a.active {background:#fff;}*/
.nav-sidebar .nav-list li ul ul li {padding-left:20px;}
.nav-sidebar .dropdown-list {padding:0;}
.nav-sidebar .nav-list li {position:relative;}
.nav-sidebar .nav_arrow {position:absolute; top:24px; right:0; z-index:50;}

.nav-sidebar .nav_arrow.active~a {color: var(--primary);  background: var(--green-chalk);}
.nav-sidebar .nav-link::before {display:none;}
.nav-sidebar .dropdown-link:hover {}

.nav-link:hover {
    color: var(--primary);
    background: var(--chalk);}




.nav-header {
  padding: 15px 0px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid var(--border);
}

.nav-header a img {
  width: auto;
  height: 40px;
}

.nav-close {
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-close i {
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--text);
  background: var(--white);
  text-shadow: var(--primary-tshadow);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.nav-close i:hover {
  color: var(--white);
  background: var(--primary);
}

.nav-content {
  padding: 0px 18px;
  overflow-y: scroll;
  max-height: calc(100vh - 100px);
}

.nav-btn {
  padding: 20px 18px;
  margin-left:-18px; margin-right:-18px;
  background:#f6f6f6;
}

.nav-btn .btn {
	display:block;
	width:90%;
	margin: 10px auto;
  font-size: 14px;
  padding: 15px 25px;
  letter-spacing: 0.3px;
	border:2px solid var(--black);
}

.nav-btn .btn i {
  font-size: 14px;
}

.nav-btn .btn {display:block;	width:100%; margin:3px; font-size: 14px;  padding:12px; border-radius:10px; background:var(--black); border:none; color:#fff;}
.nav-btn .btn i {font-size: 14px;}
.nav-btn .name {width:100%; color:var(--black);}
.nav-btn ul {display:flex; flex-wrap:wrap; gap:3px; margin-top:10px;}
.nav-btn li a {display:block; padding:6px; background:#fff; border:1px solid #b6c7f3; border-radius:3px; font-size:14px; color:var(--primary); text-decoration:none;}
.nav-btn .pre_login > div {display:flex; justify-content:center; margin-top:10px; padding-left:3px; padding-right:3px; text-align:center;}
.nav-btn .pre_login > div a {font-size:0.875rem; color:#333; text-decoration:none;}
.nav-btn .pre_login > div a:after {content:""; display:inline-block; width:1px; height:0.875rem; margin:0 8px; background:#333; vertical-align:middle; }
.nav-btn .pre_login > div a:last-child:after {display:none;}

.nav-profile {
  width: 100%;
  text-align: center;
  padding: 18px 0px 0px;
}

.nav-user {
  margin-bottom: 10px;
  border-radius: 50%;
  border: 2px solid var(--primary);
}

.nav-user img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.nav-name {
  margin-bottom: 18px;
  text-transform: capitalize;
}

.nav-name a {
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.nav-name a:hover {
  color: var(--primary);
}

.nav-select-group {
  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-bottom: 18px;
  border-bottom: 1px solid var(--border);
}

.nav-select {
  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-right: 18px;
  padding-right: 18px;
  line-height: 20px;
  border-right: 1px solid var(--gray-chalk);
}

.nav-select:last-child {
  padding: 0px;
  margin: 0px;
  border: none;
}

.nav-select i {
  margin-right: 5px;
}

.nav-list {
  width: 100%;
}

.nav-list li {
  width: 100%;
}

.nav-link {
  width: 100%;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 8px;
  color: var(--text); text-decoration:none;
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.nav-link:hover {
  color: var(--primary);
  background: var(--chalk);
}

.nav-link::before {
  right: 15px;
}

.nav-link i {
  font-size: 20px;
  margin-right: 12px;
}

.nav-link.active {
  color: var(--primary);
  background: var(--green-chalk);
}

.nav-info-group {
  padding: 20px 0px;
  margin-top: 15px;
  margin-bottom: 25px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.nav-info {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav-info:last-child {
  margin-bottom: 0px;
}

.nav-info i {
  font-size: 30px;
  margin-right: 15px;
  color: var(--primary);
}

.nav-info p small {
  font-size: 14px;
  line-height: 18px;
  display: block;
  text-align: left;
  text-transform: capitalize;
}

.nav-info p span {
  font-size: 16px;
  font-weight: 500;
}

.nav-footer {
  text-align: center;
}

.nav-footer p {
  font-size: 14px;
  color: var(--gray);
}

.nav-footer p a {
  color: var(--primary);
}

.sidebar_myapp {margin-left:-18px; margin-right:-18px;  padding:12px 18px; border-bottom:1px solid #ddd; text-align:center;}
.sidebar_myapp img {height:28px;}


/*풋터*/
.footer-part {padding:20px; padding-bottom:140px; border-top:1px solid #EBEBEB; font-size:0.875rem; color:#666;}
.footer-part .container {display:flex; gap:20px;}
.footer-part .ft_right {margin-left:auto;}
.footer-part .ft_left img {width:160px; margin-bottom:10px; filter: grayscale(100%); opacity:0.8}
.footer-part .copy {display:block; margin-top:20px;}
.footer-part strong {display:block; color:var(--black); font-weight:400;}
.footer-part a {color:#666;}
.footer-part .com_info {margin-bottom:16px;}
.footer-part .tel a,
.footer-part .email a {color:#3237a9; text-decoration:none; cursor:pointer;}
.footer-part .tel a:hover,
.footer-part .email a:hover {color:#3237a9; opacity:0.8}
.footer-part .ft_menu {display:flex; gap:10px}
.footer-part .ft_menu a{color:var(--black);}

.footer-widget {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-logo img {
  width: 180px;
}

.footer-desc {
  margin-bottom: 30px;
}

.footer-social li {
  display: inline-block;
  margin-right: 7px;
}

.footer-social li:last-child {
  margin-right: 0px;
}

.footer-social li a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--primary);
  background: var(--white);
  text-shadow: var(--primary-tshadow);
  -webkit-box-shadow: var(--primary-bshadow);
          box-shadow: var(--primary-bshadow);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.footer-social li a:hover {
  color: var(--white);
  background: var(--primary);
}

.footer-title {
  margin-bottom: 25px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}

.footer-widget.contact {
  margin-left: 30px;
}

.footer-contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.footer-contact li:last-child {
  margin-bottom: 0px;
}

.footer-contact li i {
  font-size: 30px;
  margin-right: 15px;
  color: var(--primary);
}

.footer-contact li p span {
  display: block;
}

.footer-links {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.footer-links ul li {
  margin-bottom: 15px;
}

.footer-links ul li:last-child {
  margin-bottom: 0px;
}

.footer-links ul li a {
  color: var(--text);
  text-transform: capitalize;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.footer-links ul li a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.footer-app {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.footer-app a img {
  width: 100%;
}

.footer-bottom {
  margin-top: 75px;
  padding: 20px 35px 15px;
  border-radius: 8px 8px 0px 0px;
  background: var(--primary);
  border-top: 1px solid var(--border);
  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;
}

.footer-copytext {
  font-size: 15px;
  color: var(--white);
}

.footer-copytext a {
  color: var(--green-chalk);
}

.footer-copytext a:hover {
  text-decoration: underline;
}

.footer-card a {
  margin-left: 10px;
}

.footer-card a img {
  width: 50px;
  border-radius: 3px;
}

.container {padding-left:0; padding-right:0;}

@media (max-width: 768px) {
  .footer-part .container-fluid {
    padding: 0px 25px;
  }
  .footer-widget.contact {
    margin-left: 0px;
  }
}

@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 40px;
  }
  .footer-bottom {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .footer-bottom {
    padding: 25px 15px 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer-copytext {
    margin-bottom: 10px;
  }
  .footer-card a {
    margin: 0px 3px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    padding: 25px 30px 75px;
  }
}

/*============================*/

/*문의배너*/
.bnr_inquiry {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 2;
	display:none; align-items:center; justify-content:center;
    width: 48px;
    height: 48px;
    font-size: 15px;
    color: white;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: #a55a05;
    -webkit-animation: mahmud 2s infinite;
    animation: mahmud 2s infinite;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.bnr_inquiry img {height:22px;}



.privacy-part .nav-link-a {
    width: 100%;
    font-weight: 500;
    padding: 12px 15px;
    border-radius: 8px;
    color: var(--text);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.shop.detail .size_guide {display:flex; justify-content:flex-end; margin-bottom:10px;}
.shop.detail .size_guide button {border-bottom:1px solid #333;}
.shop.detail .size_guide i {font-size:14px;}

.shop.detail .sum {display:flex; padding:15px 3px; align-items:center;}
.shop.detail .sum dt {margin-right:15px; font-weight:700; color:var(--black);}
.shop.detail .sum dd {margin-left:auto; font-weight:700; color:var(--red); font-size:var(--fsize20);}

.shop.detail .btn_group {display:flex; justify-content:space-between; align-items:center; margin-right:-3px; margin-left:-3px;}
.shop.detail .btn_group > * {width:calc(50% - 6px); margin:3px;}
.shop.detail .wish-list-form {margin-right:3px;}
.shop.detail .btn_group .btn_gray {width: calc(100% - 2px);}
.shop.detail .btn_group .btn {display:flex; justify-content:center; align-items:center; height:46px;}

.item_detail.inner-section {margin-top:30px;}

.item_detail .div#tab-seller {margin-top:-130px; height:120px;}
.item_detail .tab-pane {display:block; opacity:1; visibility:visible; margin-bottom:150px;}
.item_detail .tab-pane h4 {margin-bottom:5px; font-size:16px; font-weight:700;}
.item_detail .tag_cont {margin:0 -5px;}
.item_detail .tag_cont a {display:inline-block; margin:5px; background: #f6f6f6; padding: 8px 15px; border-radius: 50px; font-size: 14px;}

.item_detail .product_info_notice {margin-top:40px;}
.item_detail .product_info_notice table {font-size:14px;}
.item_detail .product_info_notice th {width:220px; padding:10px 15px; background:#f9f9f9; border-bottom:1px solid #ededed;}
.item_detail .product_info_notice td {padding:10px 15px; border-bottom:1px solid #ededed;}

.item_detail .recent {margin-top:40px; padding:0;}
.item_detail .recent .row {margin-left:-20px; margin-right:-20px;}
.item_detail .recent_swiper .swiper-button-prev,
.item_detail .recent_swiper .swiper-button-next {top:-10px; width:24px; height:24px;}
.item_detail .recent_swiper .swiper-button-prev {left:110px;}
.item_detail .recent_swiper .swiper-button-next {left:140px; right:auto;}
.item_detail .recent_swiper .swiper-button-prev:after,
.item_detail .recent_swiper .swiper-button-next:after {font-size:11px;}
.item_detail .recent_swiper .swiper-pagination {bottom:-40px;}
.item_detail .product-name a {width:100%;}

.item_detail .qna .guide {margin-bottom: 20px;  padding: 20px; border: 3px solid #e9e9e9; color: #666;}
.item_detail .qna .guide h4{margin-top: 20px; color:var(--red);}
.item_detail .qna .guide .btn_wrap {margin-top:20px;}
.item_detail .qna ul {display:flex; flex-flow:row wrap; width:100%;}
.item_detail .qna li {display:flex; align-items:center; justify-content:center; padding:16px 10px;}
.item_detail .qna .list_head {margin-top:40px; border-top:1px solid var(--black); border-bottom:1px solid #ddd;}
.item_detail .qna .list_head li {font-size:14px; font-weight:500;}
.item_detail .qna .status {width:100px;}
.item_detail .qna .subject {justify-content:flex-start; width:calc(100% - 340px);}
.item_detail .qna .btn_warning {margin-left:6px; padding:3px 10px; background:rgba(255, 255, 255, 0.8); border:1px solid #ddd; color:#666; font-size:12px; line-height:1; vertical-align:text-bottom;}
.item_detail .qna .lock {font-size: 14px; display: inline-block; margin-left: 3px; margin-bottom: 3px;}
.item_detail .qna .writer {width:120px;}
.item_detail .qna .date {width:120px;}
.item_detail .qna .item.in .body {display: block;}
.item_detail .qna .head,
.item_detail .qna  .body {border-bottom:1px solid #ededed; background-color: #fff; box-sizing: border-box;}
.item_detail .qna .head {display:flex; align-items:center;}
.item_detail .qna  .body {display: none; padding-left:110px; background-color:#f6f6f6;}
.item_detail .qna .head .status {font-size:14px; font-weight:500; color:#878787;}
.item_detail .qna .head .status .done {color:var(--primary);}
.item_detail .qna .q_cont {padding:20px 0; padding-right:20px; border-bottom:1px solid #ededed;}
.item_detail .qna .q_cont li {padding:16px 10px;}
.item_detail .qna .a_cont .subject {display:block; width:calc(100% - 280px);}
.item_detail .qna .a_cont .tag {width:44px;}
.item_detail .qna .a_cont .tag span {align-self: flex-start; display:flex; align-items:center; justify-content:center; width:24px; height:24px; background:#333; color:#fff; font-size:14px; font-weight:700;}

.ask_write .modal-dialog {width: 90%; max-width: 600px;}
.ask_write .modal-header {border-bottom:none;}
.ask_write .modal-title {font-weight:700;}
.ask_write th,
.ask_write td {padding-left:3px; padding-right:3px;}
.ask_write th {width:100px; padding-top:11px; vertical-align:top;}
.ask_write input:not([type="radio"]) {width:100%; height:40px; border:1px solid #ddd;}
.ask_write textarea {width:100%; height:200px; border:1px solid #ddd;  }
.ask_write .uploadPic {margin-bottom: 20px;}
.ask_write .uploadPic ul {display:flex; flex-flow:row wrap;}
.ask_write .uploadPic li {position:relative; width: 19.2%; margin-left: 1%; margin-bottom:10px; border:1px solid #ddd; border-radius:5px; overflow:hidden;}
.ask_write .uploadPic li:nth-of-type(5n+1) {margin-left:0;}
.ask_write .uploadPic .uploadBtn {min-height:auto; padding:20px 0; border:none; cursor:pointer;}
.ask_write .uploadPic .dz-message {display:flex; justify-content:center; align-items:center; height: 44px; margin:0; padding: 5px 10px;}
.ask_write .uploadPic .uploadBtn i {margin-right: 5px; font-size: 20px;}
.ask_write .uploadPic li div {display:absolute; top:0; left:0; width:100%; height:100%;}
.ask_write .uploadPic li img {width:100%;}
.ask_write .uploadPic li span {position:absolute; bottom:0; right:0; display: flex;  justify-content: center;  align-items: center; width:30px; height:30px; background:rgba(0, 0, 0, 0.6); color:#fff;}
.ask_write .uploadPic .guide {font-size:14px; color:var(--secondary);}
.ask_write .uploadPic .guide strong {font-weight:500; color:var(--cuation);}
.ask_write .btn_wrap {margin-top:20px; margin-left:2px; margin-right:2px; }
.ask_write .btn {width:calc(50% - 6px);}

.item_detail .seller .btn_wrap button {margin:2px; padding:5px 10px; border:1px solid #ddd; font-size: 15px; color: #525252;}
.item_detail .seller .btn_wrap button i {color:var(--black);}
.item_detail .seller table {margin-top:20px;}
.item_detail .seller th,
.item_detail .seller td {padding:10px 20px;}
.item_detail .seller th {background:#f8f8f8;}
.item_detail .seller td {border-right:none;}
.item_detail .seller .go_sellerinfo {cursor:pointer;}
.item_detail .seller .go_sellerinfo i {font-size:14px; color:#525252; vertical-align: middle; margin-top: -4px;}
/*필요없음 지움
.item_detail .seller .info {display:flex; flex-flow:row wrap; padding:30px 20px; border-bottom:1px solid #ddd;}
.item_detail .seller .info > div {display:flex; flex-flow:column nowrap; align-items:center; justify-content:center; width:20%; border-left:1px solid #ededed; color:var(--red1);}
.item_detail .seller .info > div:first-child {border-left:none;}
.item_detail .seller .info h4 {font-weight:500;}
.item_detail .seller .info strong {display:inline-block; font-size:28px; font-weight:700;}
*/
.item_detail .seller .rating strong {color:var(--black);}
.item_detail .seller .star_bg {position: relative; display: block; width: 175px; height: 33px; background: url('/themes/friendme/pro/resources/images/icon_star.png') repeat-x;}
.item_detail .seller .star_rate {position: absolute;  top: 0;  left: 0;  height: 33px;  background: url('/themes/friendme/pro/resources/images/icon_star.png') repeat-x 0 -33px; overflow: hidden;  vertical-align: -1px;}
.item_detail .seller .certi > div {display:flex; flex-flow:column nowrap;  justify-content:center; align-items:center; width:100px; height:100px; background:#f8f8f8; border-radius:50px; font-size:14px; font-weight:700; color:var(--black); cursor:pointer;}
.item_detail .seller .certi > div img {margin-bottom:10px;}

.certi_view .modal-dialog {max-width:500px;}
.certi_view .modal-header {border-bottom:none;}
.certi_view .modal-body {font-size:14px;}
.certi_view th,
.certi_view td {padding:10px 20px; font-size:14px;}
.certi_view th {width:100px;}
.certi_view .conts {padding:20px 0; border-bottom:1px solid #ddd; color: var(--caution);}
.certi_view .conts h4 {font-size:14px; font-weight:500;}
.certi_view .guide {margin-top:20px; color:#787878;}
.certi_view .who {display:flex; margin-top:40px;}
.certi_view .who ul {margin-left:auto;}

.item_detail .refund .guide {margin-bottom:20px; color:#787878;}
.item_detail .refund h4 {margin-bottom:10px;}
.item_detail .refund th,
.item_detail .refund td {padding:16px;}
.item_detail .refund td {border-left:1px solid var(--border);}
.item_detail .refund td strong {font-weight:500; color:var(--red);}
.item_detail .refund td li {position:relative; padding:3px 0; padding-left:15px;}
.item_detail .refund td li:before {content:""; position:absolute; top:15px; left:4px; width:3px; height:3px; background:var(--gray);}
.item_detail .refund .period_guide {margin-top:10px; font-size:14px; color:var(--gray);}
.item_detail .refund .period_guide li:before {top:10px}
.item_detail .refund .tooltiptext {width:300px; color:#666;}
.item_detail .refund .tooltiptext li {position:relative; padding:2px 0; padding-left:10px;}
.item_detail .refund .tooltiptext li:before {content:"-"; position:absolute; top:5px; left:0;}

.seller_info .modal-dialog {max-width:500px;}
.seller_info .modal-header {padding-bottom: 0; border-bottom:none;}
.seller_info th,
.seller_info td {padding:10px 3px; font-size:15px;}
.seller_info th {width:130px;}
.seller_info td button {margin: 3px; padding: 4px 10px; font-size: 12px; line-height: 1;}
.seller_info .btn_verify {border:1px solid var(--blue); background:var(--blue); color:#fff;}
.seller_info .btn_wrong {border: 1px solid var(--danger); color: var(--danger);}

.seller_info .conts {background: #f6f6f6; padding: 20px;margin-top: 20px;  font-size: 14px; line-height: 1.4;}
.seller_info .conts strong {color:var(--red);}

.share_view .share_list {display:flex;}
.share_view .share_list > div {display:flex; flex-direction:column; align-items:center; justify-content:center; padding: 20px 15px 0;  font-size:14px; cursor:pointer;}
.share_view .share_list img {width:50px; height:50px; margin-bottom:6px; border-radius:50px;}

.tab-link {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.tab-link:hover {
    color: var(--primary);
}

.tab-link i {
    font-size: 18px;
    margin-right: 3px;
}

.tab-link.active {
    color: var(--primary);
}

.tab-pane {display: none; width:100%; max-width:1080px; margin:0 auto; padding: 0px;}
.tab-pane.active {display: block;}

.ui-menu
{
    position: relative;
    list-style: none;
    background-color: white;
    border-radius: 18px;
    z-index:10;
    box-shadow: 5px 0px 8px white;
    width: 214px;
    line-height: 200%;
    font-size: 18px;
    padding: 15px 0;
    border: solid 1px grey;

}
.ui-menu .ui-menu-item
{
    margin: none;
    padding-left: 15px;
    padding-right:10px;
}

.typeahead li.active .dropdown-item {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

#search-form {
    position: relative;
}

.typeahead.dropdown-menu {
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.value-color-green {
    color: #1ec800 ;
    font-size: 17px;
}

.privacy-part .nav-link-a:hover {
    color: var(--primary);
    background: var(--chalk);
}

.privacy-part .nav-link-a.active {
    color: var(--primary);
    background: var(--chalk);
}

.privacy-part .nav-link-a::before {
    right: 15px;
}

.privacy-part .nav-link-a i {
    font-size: 20px;
    margin-right: 12px;
}

.privacy-part .nav-link-a.active {
    color: var(--primary);
    background: var(--green-chalk);
}



.spinner {
    margin-right: 5px;
    display: none;
}

.sso-login-btn {
    border: 1px solid #ddd !important;
}

.sso-login-btn img {
    width: 25px;
}

.page-pc .pay-type-content {
    display:none;
    padding: 25px;
    margin-top:-2px;
    margin-bottom: 25px;
    background: #fff;
    border-color: #b4bdd3;
    border-radius: 8px;
    border: 1px solid var(--border);
    position: relative;
    /*padding: 10px;
    border: 2px solid #c5c7cd;
    background-color: #f4f6fa;
	*/
}

.pay-type-sections {display:flex; flex-flow:row wrap; justify-content:space-between;}
.pay-type-sections li {width:49.5%;}
.pay-type-sections input,
.pay-type-sections select {width:100%;}

#paymethod1 {display:block;}

.cypto2-group li {width:33%;}

.pay-cypto li {width:42%;}
.pay-cypto .avail {width:15%; text-align:center;}
.pay-cypto .avail strong {display:block; margin-top: 0.5rem; line-height:45px;}
.pay-cypto .avail i {line-height:45px;}

.page-pc .virtual-account-payment-explain {
    padding-top: 20px;
    margin-bottom: 10px;
}

.checkout-part input {
    padding: 0 3px;
}

.page-pc input:read-only,
.page-pc input:disabled {
    padding: 0 3px;
    color: black;
    border-color: #e9e4e4;
    background: #fff;
}

.page-pc .virtual-account-payment-explain dd {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 5px;
    line-height: 15px;
    color: #888;
    font-size: 13px;
}

.invoice-details li p {
    width: 100%;
}

#medium-modal .sort-div {
    margin-right: 10px;
}

.account-content .paymethod-div {
    margin-right: 20px;
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}
.rounded-left-0 {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important
}
.rounded-right-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.radius-r0 {border-top-right-radius:0!important; border-bottom-right-radius:0!important;}
.radius-l0 {border-top-left-radius:0!important; border-bottom-left-radius:0!important;}

.weekly-best-image,
.best-image {
    width: 210px;
    height: 210px;
}



.login .login_sns button {
    width: 80%;
    height: 55px;
    margin-bottom: 8px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: white;
}

.form-text {
    color: var(--text);
    background: white;
    border: 1px solid black;
}

.orderlist-part {
    margin-bottom: 0!important;
}

.end-event {
    opacity: 0.3;
}

/*하단 상담하기*/
.bottom_inquiry {position:fixed; bottom:0; left:0; width:100%; background:#262c3b; color:#fff; z-index:4;}
.bottom_inquiry .conts_wrap {display:flex; gap:30px; width:100%; max-width:1200px; margin:0 auto; padding:20px 0; }
.bottom_inquiry .col1 {display:flex;}
.bottom_inquiry h2 {margin-right:20px; font-size: 26px; font-weight: 500; margin-top: 4px;}
.bottom_inquiry .tel {font-size:32px; font-weight:700; color:#fee28a; }
.bottom_inquiry .col2 {flex:1;}
.bottom_inquiry .input_wrap {display:flex; align-items:center; gap:10px;}
.bottom_inquiry input:not([type="checkbox"]),
.bottom_inquiry select {flex:1; width:22%; padding:12px; background:#fff; border:none; border-radius:4px; color:var(--txt-basic);}
.bottom_inquiry .agree {margin-top:10px;}
.bottom_inquiry .agree a {display:inline-block; margin-left:14px; color:#eee;}
.bottom_inquiry button {background: #526eb3; border-radius: 10px; padding:12px 20px; border-radius:4px; color: #fff; font-weight:700; font-size: 18px;}

.agree_terms .modal-dialog {width:100%; max-width:600px; background:#fff; border-radius:var(--border-radius);}
.agree_terms .modal-title  {font-size:var(--fsize18); color:var(--black);}
.agree_terms .modal-body {white-space: pre-wrap; }

@media (min-width: 1400px) {
    .container {
        width: 100%; max-width: 1200px;
    }
}


@media (max-width:1200px) {
	.header-logo img {width:140px;}
  .table-scroll {
    overflow-x: scroll;
  }
   .table-scroll table {width:1160px;}

	.bottom_inquiry .conts_wrap {padding:20px;}
}

@media (max-width: 992px) {
	.bottom_inquiry .conts_wrap {align-items: center; padding:10px 20px;}
	.bottom_inquiry .col1 {flex-direction:column;}
	.bottom_inquiry h2 {font-size:18px;}
	.bottom_inquiry .tel { font-size: 28px;}
	.bottom_inquiry .input_wrap {gap:4px;}
	.bottom_inquiry input:not([type="checkbox"]), 
	.bottom_inquiry select {padding:10px;}
	.bottom_inquiry button{padding:10px 14px; font-size:1rem;}
}


@media (max-width:576px) {
	:root {
		--fsize14 : 12px;
		--fsize18 : 16px;
		--fsize20 : 18px;
		--fsize22 : 20px;
		--fsize24 : 20px;
		--ftit-d2 : 20px;
	}
	html,
	body {font-size:14px;}

	.footer-part {padding-bottom: 180px;}
	.container {padding-left:15px; padding-right:15px;}

    .page-pc .virtual-account-payment-explain dd {
        line-height: 18px;
    }
    .pay-type-sections li {width:100%!important;}
    .pay-cypto .avail {text-align:left;}
    .pay-cypto .avail strong {display:inline-block; line-height: inherit; margin-bottom: 20px;}

	.modal.show .modal-dialog {margin-top:40px;}
	.pop_join .modal-header .btn-close {margin-top: -70px;}
	.pop_join .modal-header h2 {word-break: keep-all;}
	.pop_join .form-group .d-flex input {width: calc(100% - 92px);}
	.pop_join .js_btn_wrapper button {width:92px; padding:10px;}
	.bottom_inquiry .input_wrap {flex-wrap:wrap;}
	.bottom_inquiry input:not([type="checkbox"]), 
	.bottom_inquiry select {flex: auto; width: 36%;}

	.bnr_inquiry {display:flex; bottom:194px}
	
	.bottom_inquiry .conts_wrap {flex-direction:column; align-items:flex-start; gap: 10px;}
	.bottom_inquiry .col1 {flex-direction:row; align-items:center;}
	.bottom_inquiry h2 {font-size:1rem; margin:0; margin-right:4px; }
	.bottom_inquiry .tel {font-size:20px;}

}
