/*========================================
            ALL COMMON PART STYLE
=========================================*/

@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=Montserrat:wght@700&display=swap');

@font-face {
    font-family: "Mont";
    font-weight: 400;
    font-style: normal;
    src: url(/themes/nlstar/pro/resources/fonts/mont/Mont-Regular.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Mont";
    font-weight: 500;
    font-style: normal;
    src: url(/themes/nlstar/pro/resources/fonts/mont/Mont-SemiBold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: "Mont";
    font-weight: 700;
    font-style: normal;
    src: url(/themes/nlstar/pro/resources/fonts/mont/Mont-Bold.woff2) format("woff2");
    font-display: swap
}

: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: #974AFB;
  --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;
  --pistachio : #DCEADD;


  --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';

  --p-side : 15px;
  --pn-side : -15px;
  --btn-h : 50px;
  --bdr-r : 8px;
  --border-radius20 : 20px;
}

* {
  margin: 0px;
  padding: 0px;
  outline: 0px;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  padding: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
details-label new {
  margin-bottom: 0px;
}

html,
body {margin:0; padding:0; scroll-behavior: smooth;}

body {
  color: #525252;
  background:#fff;;
  font-size: 16px; font-weight:400; line-height:1.3;
  font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: var(--heading);
}

a {color:#555;  text-decoration: none;  display: inline-block;}
a:hover {color:var(--primary);  text-decoration: none;}

strong {font-weight:700;}

select {border:1px solid #ddd; border-radius:3px; }

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;
}

@media (max-width: 575px) {
  .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);}

/*버튼*/
.btn {
  border: none;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 14px 20px/*32px*/;
  border-radius: var(--bdr-r);
  border: 2px solid var(--black);
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.btn-inline {
  color: var(--white);
  background: 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:#b580fa; border:1px solid #b580fa;}
.btn_prime {background:var(--black);	color:var(--white);}
.btn_prime:hover {background:var(--primary); color:var(--white); border:2px solid var(--primary);}
.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_gray1 {background:#a3a3a3; border:none; color: #fff;}
.btn_gray1:hover {background:#848484; color:#fff;}
.btn_sm {padding:6px 10px; border-radius:3px;}

.user-form-part .certi-btn {
    height: 100%;
    line-height: 1 !important;
    width: 140px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    font-size: 0.9375rem;
}


.flex-row {display:flex; flex-flow:row wrap;}

/*alert 팝업*/
.iziToast {font-family:inherit!important; font-size:1rem!important;}
.iziToast-wrapper {}
.iziToast.iziToast-color-yellow {
	background:rgba(151, 74, 251, 1) /*rgba(220, 234, 221, 1)*/!important;
	color:#fff; 
}
.iziToast.iziToast-color-yellow * {
	color:#fff!important; font-size: 1rem !important;
}

.iziToast-body {
	display:flex;
	flex-direction:column;
	padding:15px!importnat;
	margin:0!important;
}
.iziToast>.iziToast-body .iziToast-texts {display:flex!important; flex-direction:column; align-items:center; gap:15px;}
.iziToast>.iziToast-body .iziToast-message, 
.iziToast>.iziToast-body .iziToast-title {text-align:center!important;}
.iziToast>.iziToast-body .iziToast-title{display:block; width:100%; ext-align:center; font-size:1.125em!important;}
.iziToast-buttons {margin-top:20px!important; text-align:center; }
.iziToast>.iziToast-body .iziToast-buttons>a, 
.iziToast>.iziToast-body .iziToast-buttons>button, 
.iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]) {font-size:1rem!important;}
}




/*헤더*/
.header-part {position:sticky; top:0; left:0; z-index:4; border-bottom:1px solid #D0CFBA;
  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;
}
.header-part .header-form {overflow:hidden;}
.header-part .header-form input {border:none;}
.header-content {
  padding: 26px 0px;
  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-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;
	gap:20px; 
}

.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 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: -8px; left: 14px;
  display:flex; align-items:center; justify-content:center; 
  width:20px;
  height:20px;
  font-size:10px; font-weight:500;
  border-radius: 50%;
  text-align: center;
  color:#fff;
  background: var(--primary);
}

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

.header-form {
  width:100%; max-width:500px; padding:0 15px; padding-right: 16px;
  border-radius: 50px;
  background: var(--white);
  border: 1px solid #ddd;
  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;
}

.header-media-group {
  display: none;
  -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 {
  width: auto;
  height: 45px;
}

.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: 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_right {position:absolute; top:32px; right:50px; display:flex; justify-content:flex-end; gap:24px; width:31.04%;}

@media (max-width: 991px) {
  .header-content {
    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 {position:relative; background: var(--white);}
.navbar-part .row {width:100%;}

.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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-list {padding:0 15px; 
  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;
  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-link:hover {
  color: var(--primary);
}
.navbar-link.root {padding-right:0!important;}
.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: 991px) {
  .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: -110%;
  width: 100vw; height: 100vh;
  padding: 0px;
  z-index: 5;
  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;
}

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

.nav-sidebar .nav-header {height:60px; padding:15px; position: relative; border-bottom: 1px solid #C2C598;}
.nav-sidebar .nav-header a img {width: auto; height:30px;}
.nav-sidebar .nav-close {
  position: absolute;
  top: 50%;
  right:15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-sidebar .nav-close i {
  width: 35px;
  height: 35px;
  font-size: 24px;
  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-sidebar .nav-content {padding:24px;  overflow-y: scroll; max-height: calc(100vh - 100px);}


/*세로 메뉴*/
.nav-sidebar .dropdown-list {padding:0;}
.nav-sidebar .nav-list li {position:relative;}
.nav_arrow {position:absolute!important; top:4px; right:0; display:flex; justify-content:center; align-items:center;  height:24px; width:24px; z-index:1; color:#333; font-size:14px;}
.nav_arrow.active~a {color: var(--primary);  background: var(--green-chalk);}
.nav-link {
  width: 100%;
  font-weight: 500;
  padding:8px 0;
  border-radius: 8px;
  color:#333;
  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.active {color: var(--primary);}
.nav-link::before {display:none;}
.nav-list li ul li a {padding:8px 20px; color:#666;}
.nav-list li ul ul li {padding-left:20px;}
.collapse .nav_arrow {color:#666;}/*서브*/
.collapse a {padding:8px 20px; font-weight:300; color:#666;}/*서브의 서브*/
.nav-link:hover {
  color: var(--primary);
  background: var(--chalk);
}

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

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

.nav-btn {
  width: 100%;
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: center;
  background: var(--chalk);
}

.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-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%;
}

/* 카트 사이드바 */
.cart-sidebar {
  position: fixed;
  top: 0px;
  right: -450px;
  width: 400px;
  height: 100vh;
  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;
}

.cart-sidebar.active {
  right: 0px;
}

.cart-header {
  padding: 18px 25px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.cart-total {
  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;
}

.cart-total i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--black);
}

.cart-total span {
  font-weight: 500;
  color: var(--black);
  text-transform: capitalize;
}

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

.cart-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;
}

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

.cart-list {
  height: 100%;
  padding: 0px 15px;
  max-height: calc(100vh - 210px);
  overflow-y: scroll;
}

.cart-item {
  padding: 15px 0px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid var(--border);
}

.cart-item:hover .cart-media button {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-media {
  position: relative;
  margin-right: 25px;
}

.cart-media a img {
  width: 100px;
  border-radius: 8px;
}

.cart-media button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.cart-media button i {
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: var(--red);
  background: rgba(255, 255, 255, 0.9);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.cart-media button i:hover {
  color: var(--white);
  background: var(--red);
}

.cart-info-group {
  width: 100%;
}

.cart-info {
  margin-bottom: 13px;
}

.cart-info h6 {
  font-weight: 400;
  text-transform: capitalize;
}

.cart-info h6 a {
  color: var(--heading);
}

.cart-info p {
  font-size: 14px;
}

.cart-action-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-action-group .product-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-action-group .product-action button i {
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  border-radius: 5px;
}

.cart-action-group .product-action input {
  width: 45px;
  height: 30px;
  font-size: 14px;
  border-radius: 5px;
  color: var(--primary);
  background: var(--chalk);
}

.cart-action-group h6 {
  font-weight: 500;
  color: var(--primary);
}

.cart-footer {
  padding: 20px 15px 0px;
  text-align: center;
  -webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
}

/* 모바일 메뉴 */
.mobile-menu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 3;
  background: var(--white);
  border-radius: 10px 10px 0px 0px;
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.mobile-menu a,
.mobile-menu button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  padding: 8px 0px;
  border-radius: 8px;
  position: relative;
  color:var(--black);
}

.mobile-menu a:hover,
.mobile-menu button:hover {
  background: var(--chalk);
}

.mobile-menu a:hover i,
.mobile-menu button:hover i {
  color: var(--primary);
}

.mobile-menu a:hover span,
.mobile-menu button:hover span {
  color: var(--primary);
}

.mobile-menu a i,
.mobile-menu button i {
  font-size: 15px;
  margin-bottom: 5px;
  color: var(--text);
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}

.mobile-menu a span,
.mobile-menu button span {
  font-size: 10px;
  line-height: 12px;
  color: var(--text);
  text-transform: uppercase;
}

.mobile-menu a sup,
.mobile-menu button sup {
  position: absolute;
  top: -5px;
  left: 75%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: var(--white);
  background: var(--primary);
  text-shadow: var(--primary-tshadow);
}

.mobile-menu a .fas fa-shopping-basket,
.mobile-menu button .fas fa-shopping-basket {
  font-size: 18px;
}

@media (max-width: 991px) {
  .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


/* 풋터 */
.footer-part {border-top:1px solid #ededed;}
.footer-part .container {display:flex; padding-top:50px; gap:8.33%; padding-bottom:50px; font-size: 0.875rem; }
.ft_logo img {opacity:0.5;}
.footer-part .ft_info {display:flex; flex-direction:column; gap:10px; margin-right:auto; color:#787878;}
.footer-part .com_info {margin:5px 0;}
.footer-part .copyright {margin-top:auto;}
.footer-part h6 {margin-bottom:8px; font-weight:700; color:var(--black);}
.footer-part .ft_customer > div:not(.tel) {padding-left:3px;}
.footer-part .tel {font-size:30px; font-weight:800; color:var(--primary);}
.footer-part .email * {margin:4px 0; color:#9d72d5;}
.footer-part .time {margin-bottom:20px; color:#958F9D; font-weight:300;}
.footer-part .sns {display:flex; gap:6px;}
.footer-part .sns button {display:flex; align-items:center; justify-content:center; width:40px; height:40px; background:#F6F6F6; border-radius:10px;}
.footer-part .ft_menu a {padding:5px 0; color:#666;}
.footer-part .ft_menu a:hover {text-decoration:underline;}

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

.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;
}

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

@media (max-width: 1199px) {
  .footer-part {
    padding-top: 0;
  }
  .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;
  }
}

/* 모달 팝업 - 컨설턴트 등록확인 */
.confirm_consul .modal-content {background:#fff;}
.confirm_consul .modal-header {background:var(--primary); border-bottom:none;}
.confirm_consul .modal-header h5 {color:#fff;}
.confirm_consul .btn-close {font-size: 24px; color: #fff;}
.confirm_consul .modal-body ul {max-width:400px; margin:0 auto;}
.confirm_consul .modal-body li {display:flex; align-items:center; gap:10px; padding: 3px;}
.confirm_consul label {width:65px; margin-bottom:0; color:var(--black);}
.confirm_consul input {flex:1; height:42px; border:1px solid #ddd; border-radius:3px;}
.confirm_consul .result {max-width:400px; margin:0 auto; margin-top:20px; padding:20px; background:#f6f6f6; border-radius:8px;}
.modal-footer {justify-content:center;}
.confirm_consul .modal-footer .btn {width:96px;}

/* 드롭다운*/
.dropdown-arrow {
  position: relative;
  padding-right: 18px !important;
}
.dropdown-arrow::before {
  position: absolute;
  content: "\ea99";
  top: 50%;
  right: 0px;
  font-size: 15px;
  line-height: 15px;
  color: var(--text);
  font-family: IcoFont;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.dropdown-arrow:hover::before {
  color: var(--primary);
}

.dropdown-arrow.root::before {
    content: "" !important;
}

.dropdown-link.root::before {
    content: "" !important;
}




.dropdown-link {
  position: relative;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

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

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



.dropdown-link.active {color: var(--primary); -webkit-transform:rotate(90deg); transform: rotate(90deg);}

.dropdown-list {
  display: none;
  padding: 0px 20px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.dropdown-list li a {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  border-radius: 8px;
  padding: 10px 15px 10px 35px;
  color: var(--text);
  background: var(--white);
  position: relative;
  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;
}

.dropdown-list li a:hover {
  color: var(--primary);
  background: var(--chalk);
}

.dropdown-list li a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "\f068";
  font-size: 10px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropdown:hover .navbar-position-list {
    top: 30px !important;
}


.dropdown:hover .dropdown-position-list {
  visibility: visible;
  opacity: 1;
  top: 70px;
}

.dropdown-position-list {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
  width: 200px;
  height: auto;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--border);
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  transition: all linear .1s;
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  -ms-transition: all linear .1s;
  -o-transition: all linear .1s;
}

.dropdown-position-list::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -7px;
  left: 12px;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: var(--white);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.dropdown-submenu .dropdown-arrow {
    display: flex;
    align-items: center;
	padding:8px 15px!important;
}

.dropdown-submenu .dropdown-arrow::before {transform: rotate(-90deg); top: 30%;}

.dropdown-position-list li a {
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  border-radius: 8px;
  padding:8px 15px;
  color: var(--text);
  background: var(--white);
  white-space: wrap;
  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;*/
}

.dropdown-position-list li a:hover {
  color: var(--primary);
  background: var(--chalk);
}

.dropdown-submenu {position:relative;}
.dropdown-submenu .dropdown-position-list {top:0!important;  left: calc(100% + 15px); visibility:hidden!important;}
.dropdown-submenu:hover .dropdown-position-list {left: calc(100% + 5px); visibility: visible!important; opacity: 1;}
.dropdown-submenu .dropdown-position-list::before {top:15px;left:-8px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}

.dropdown-megamenu {
  position: static;
}

.dropdown-megamenu:hover .megamenu {
  visibility: visible;
  opacity: 1;
  top: 199px;
}

/* 상단가기 버튼 */
.backtop {
  position: fixed;
  right: 20px;
  bottom: 86px;
  z-index: 2;
  width: 48px;
  height: 48px;
  font-size: 15px;
  color: var(--white);
  line-height: 48px!important;
  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;
}

.cb-inner {
    padding-top: 0 !important;
}

#cb-flow {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}


.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;
  }
}

/*폼 관련*/
.form-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-title h3 {
  text-transform: capitalize;
}

.form-group {
  margin-bottom: 25px;
}

.form-group small {
  color: var(--gray);
  letter-spacing: 0.3px;
  padding: 0px 0px 0px 20px;
}

.form-group textarea {
  height: 150px;
  padding: 12px 20px;
}

.form-group label {margin-bottom: 2px; padding-left:4px; padding-right:3px; color:var(--black); font-size:0.9375rem; font-weight:500;}
.form-details-label new {
  font-weight: 500;
  margin: 0px 0px 7px 3px;
  white-space: nowrap;
  text-transform: capitalize;
}

.pay-type-sections input {
    padding: 0 10px 2px !important;
}

.form-control {
  width: 100%;
  height: 45px;
  border-radius:var(--bdr-r);;
  padding: 0 10px 0;
  color: var(--text);
  background:var(--gray100);
  border: 1px solid #ddd;
  font-size:0.9375rem;
}

.form-control:focus-within {
  background: var(--chalk);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
  border: none;
  background: none;
  height: 45px;
  line-height: 45px;
  padding: 5px 15px 0px;
  color: var(--gray);
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
  background-color: transparent;
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
  border: none;
  outline: none;
}

.form-select {
  height: 45px;
  font-size: 15px;
  padding: 0px 16px 0 6px;
  letter-spacing: 0.3px;
  background-size: 12px 10px;
  text-transform: capitalize;
  color: var(--text);
  cursor: pointer;
}

.form-select:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--primary);
}

.form-check-input:focus {
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

.form-btn {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--black);
}

.form-input-group {
  position: relative;
}

.form-input-group:focus-within i {
  color: var(--primary);
}

.form-input-group input {
  padding: 0px 20px 2px 45px;
}

.form-input-group textarea {
  padding: 12px 20px 12px 45px;
}

.form-input-group i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
}

.form-btn-group {
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary);
}

.form-btn-group i {
  font-size: 15px;
  margin-right: 5px;
  /*display: inline-block;*/
}

/* 섹션 */
.section {
  margin-bottom: 115px;
}

.inner-section {
  margin-bottom: 120px;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
  color:#000;
}

.section-btn-50 {
  text-align: center;
  margin-top: 50px;
}

.section-btn-25 {
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .section {
    margin-bottom: 55px;
  }
  .inner-section {

  }
  .section-heading,
  .newitem-part .section-heading {
    margin-bottom: 30px!important;
  }
  .section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .section {
    margin-bottom: 75px;
  }
  .inner-section {

  }
}

/* 서브 상단 */
.single-banner {position: relative; margin-bottom:60px; padding-top: 70px; z-index: 1;}

.single-banner::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /*background: -webkit-gradient(linear, right top, left top, from(rgba(6, 23, 56, 0.6)), to(rgba(17, 151, 68, 0.6)));
  background: linear-gradient(to left, rgba(6, 23, 56, 0.6), rgba(17, 151, 68, 0.6));*/
  z-index: -1;
}

.single-banner h1,
.single-banner h2 {font-size:34px; color: var(--black); text-transform: uppercase; font-weight:700; text-align:center;}
.tit {padding: 70px 0px 40px;}
.products_tit .breadcrumb {padding: 0 1rem 0.75rem 1rem;}

@media (max-width:992px) {
  .single-banner {margin-bottom:0!important;
	  margin-top:0; padding: 60px 0px;
  }
  .single-banner h2 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .products_tit {padding: 40px 0px;}
}

/* 쇼핑, 게시판 공통 */
.top-filter {
  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;
  margin-bottom: 25px;
}
.top-filter select {height:36px;}
.filter-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-label {margin:0; margin-right: 8px; white-space: nowrap; text-transform: uppercase; color:#666;}

.filter-select {
  height: 40px;
  background-color: transparent;
}

.filter-select:focus-within {
  border-color: #ced4da;
}

.filter-action {
  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;
}

.filter-action a i {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: var(--text);
  background: transparent;
}

.filter-action a i:hover {
  color: var(--primary);
}

.filter-action .active i {
  color: var(--white);
  background: var(--primary);
}

.filter-action .active i:hover {
  color: var(--white);
}

@media (max-width: 575px) {
  .filter-label,
  .filter-action {
    display: none;
  }
  .filter-show {
    width: 80px;
  }
  .filter-short {
    width: 130px;
  }
}

.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 {margin-top:-120px; height:120px;}
.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/nlstar/pro/resources/images/icon_star.png') repeat-x;}
.item_detail .seller .star_rate {position: absolute;  top: 0;  left: 0;  height: 33px;  background: url('/themes/nlstar/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 th {width:200px; background:#f8f8f8;}
.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;
}








.custom-pagination-page {
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.pagination-page.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #eee;
}


.page-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 0px;
    color: var(--text);
    background: var(--white);
}

.pagination-page.active .page-link {
    color: white !important;
    background: black !important;
}

/* 페이지네이션 */
.bottom-paginate {
  padding-top: 25px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-pagination {
    display: flex;
    justify-content: center;
}

.page-item > * { border-radius:50px;}
.page-item.active .page-link {
    color: white !important;
    background: var(--primary); border:1px solid var(--primary);
}

.page-item.active .page-link:focus {
    justify-content: center;
}

.page-item {
    margin-left: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item:nth-child(2) .page-link,
.page-item:nth-last-child(2) .page-link {display:flex; justify-content:center; line-height:36px; font-size:24px; border-radius:0;
    border-radius: 50%;
}

.page-item .active {
    color: var(--white);
    background: var(--primary);
}


.page-link button:focus {
    background: var(--white);
}

.page-link:hover {
    color: var(--white);
    background: var(--primary);
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: unset;
}


.page-item.disabled .page-link {
    color: #999;
    pointer-events: none;
    cursor: auto;
    background: var(--white);border-radius:50px;
}

.page-info {
  font-weight: 400;
  color: var(--text);
}

@media (max-width: 575px) {
  .bottom-paginate {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-info {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .bottom-paginate {
    margin-bottom: 30px;
  }
}

.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;
}



.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;
}


/*추가*/
.inner-section .disabled {border:none;}

/*커뮤니티 공통*/
.imgbox {position:relative; width:100%; height:0; padding-top:63.28%;}
.imgbox > img {position:absolute; top:0; left:0; width:100%; height:100%; object-fit: cover;}

.ellipsis {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.ellipsis_multi {
  width:100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}


/*event*/
.community .blog-content {border-bottom:none;}
.community .blog-content {padding:8px 5px 40px;}
.community .blog-card {cursor:pointer;}
.community .blog-title {margin-bottom:6px; font-weight:500; color:var(--black); font-size:1rem; line-height:1.4; -webkit-line-clamp:2;}
.community .blog-card .date {color:var(--primary); font-weight:400; font-size:0.9375rem; }

.community .custom-pagination {margin-left: 0;}
.community .bottom-paginate {justify-content: center; padding:30px 0 50px; border-top:none;}

.bottom_search {display: flex; justify-content:center;}
.bottom_search .search_box {display:flex; width: 100%; max-width:440px; height:50px; background:#fff; border:1px solid #ddd; overflow: hidden;}
.bottom_search .search_box input {padding:10px; flex:1;}
.bottom_search .search_box button {display:flex; align-items:center; justify-content:center; width:50px; margin:0; color:#fff; background:var(--black); border-radius:0;}

.community  .btn {border-width:1px;}
.community .blog_bottom .btn_wrap .btn {margin:3px;}

/*ì´ë²¤íŠ¸*/
.card_list {display: flex; flex-wrap: wrap; max-width:1200px; margin:0 auto; padding: 0 30px 26px; border-bottom: solid 1px #EDEDED;}
.card_list img {width:100%;}
.card_list .blog-card {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-bottom: var(--bs-gutter-y);
	cursor:pointer;
}
.blog-card .imgbox {margin-bottom:5px; border-radius:10px; overflow:hidden;}
.blog-card .imgbox img {transition: all linear .3s; -webkit-transition: all .3s; -moz-transition: all linear .3s;  -ms-transition: all linear .3s;
    -o-transition: all linear .3s;}
.blog-card:hover .imgbox img {-webkit-transform: translate(0, 0)  scale(1.05);  transform: translate(0, 0) scale(1.05); transition: all linear .3s; -webkit-transition: all .3s; -moz-transition: all linear .3s;  -ms-transition: all linear .3s; -o-transition: all linear .3s;}
.blog-card .agency_name {color:#666; font-size:14px;}


/*event-detail 이벤트 디테일*/
.event.view {text-align:left;}
.blog_details {margin-bottom: 10px; background: #fff; text-align:center;}
.blog-details-meta {display:flex; flex-direction: column; margin-bottom:40px; padding:20px; border-top:1px solid var(--black); border-bottom:1px solid #ddd;}
.blog_details .agency_name {color:var(--yellow); font-size:1.125rem;}
.blog_details .date {color:var(--primary);}
h2.blog-details-title {margin-bottom:10px; line-height:1.6; font-size:1.5rem; color:var(--black); font-weight:500;}
.blog_details .file {position:relative; padding:5px 10px; padding-left:30px; border-radius: 5px; border: 1px solid #ddd; color:#787878;  font-size:14px;}
.blog_details .file:before {position:absolute; top:5px; left:10px; content:"\f019"; font-family: "Font Awesome 5 Free"; font-weight: 900;}
.blog-details-thumb  {padding:0 20px;}
.blog-details-thumb img {max-width:1000px; }
.blog-details-content {padding: 40px 20px; word-break:keep-all;}
.blog_cont_wrap {font-size:1rem;}
.blog-details-content p {font-size:calc(1rem + 1px);}

.blog-details-desc {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 20px;
}

.blog_bottom {display:flex; flex-flow:row wrap; align-items:center; padding:20px 0;  background: var(--white); border-radius: 10px;}
.blog-details-navigate {display:flex; flex-flow:row wrap;}
.blog-details-navigate > div {margin:0 5px;}
.blog_bottom .btn_wrap {width:auto; margin-left:auto;}
.blog_bottom .btn {min-width:100px; height:50px; padding: 10px 25px; border-radius: 5px;  font-weight: 500; line-height:1; border-width: 1px;}
.blog-details-navigate > div.blog-details-prev {margin-left:0;}
.blog-details-navigate > div.blog-details-next {margin-right:0;}
.blog-details-navigate .btn {border:1px solid var(--black);}
.blog-details-prev .nav-arrow,
.blog-details-next .nav-arrow {
	display:flex; align-items:center; justify-content:center; height:50px;
	font-weight:500;
	padding: 10px 25px;
	border-radius: 5px;
	color: var(--black);
	background: var(--chalk);
  text-transform: uppercase;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.blog-details-prev .nav-arrow:hover,
.blog-details-next .nav-arrow:hover {background:#e1e1e1;}
.blog-details-prev i {margin-right:10px;}
.blog-details-next i {margin-left:10px;}
.blog-details-next {
  text-align: right;
}

/*comment 댓글*/
.comments {padding-right: 0; padding-left: 0; background:#fff; border:1px solid #ededed; border-radius:10px; text-align:left;}
.comment_write {padding:20px; border-bottom:1px solid var(--border);}
.comment_write h3 {font-size: 18px; font-weight:500; margin-bottom: 10px; padding-left:5px;}
.comment_write textarea {width:100%; height:120px; padding:10px; background:#f1f0ed; border:none; font-weight:400!important;}
.comment_write .btn,
.reply_write .btn {display:flex; align-items:center; justify-content:center; width:100%; max-width: 100px; height: 40px; margin-top:6px; background:var(--black);  font-size:14px; color:#fff;}
.comment_list ul li {padding:20px;  display:flex; flex-flow:row wrap; border-top:1px solid var(--border); }
.comment_list ul li:first-child {border-top:none;}
.comment_list ul li.child {margin-left:80px;}
.comment_list ul .img_box img {width:40px; height:40px; margin-right:20px; border-radius:50px; object-fit:cover;}
.comment_list .txt_box {width: calc(100% - 70px);}
.comment_list .info {display:flex; align-items: center; width:100%; font-size:0.875rem; color:#787878;}
.comment_list .info .name {display: flex; align-items: center; font-weight:700; color:#404040; font-size:1rem;}
.comment_list .info .edit,
.comment_list .info .del {cursor:pointer;}
.comment_list .info > span:after {content:""; display:inline-block; width:1px; height:15px; margin:0 8px; background:#ddd; vertical-align: text-bottom;}
.comment_list .info > span:first-of-type:after,
.comment_list .info > span:last-of-type:after {display:none;}
.comment_list .info .btn_report {display:flex; align-items:center; justify-content:center; width:60px; height:30px; margin-left:auto; padding:5px 10px; border:1px solid #dda1a0; border-radius:5px; line-height:1; color: #ab403e; font-size:14px;}
.comment_list .comment_cont {width:100%; margin:10px 0; padding-left:60px; text-align:left;}
.comment_list li > .btn_wrap .btn {display:flex; justify-content:center; align-items:center; width:100px; height:40px; margin: 0; margin-right:20px; padding:3px 10px;  background:#525252; font-weight:500; height:40px;  color:#fff; border:none;}
.comment_list .btn:hover,
.comment_write .btn:hover {background:#525252;}
.comment_list .btn_wrap {display:flex; padding-left:60px; font-size:18px; color:#878787;}
.comment_list .btn_wrap .btn {width: auto; padding: 0; font-size: 14px; color: #666; vertical-align: baseline; text-align: center;}
.comment_list .btn_wrap > span {display:flex; flex-flow:row nowrap; align-items:center; margin-left:10px; font-size:16px; font-weight:500;}
.comment_list .reply_write {display:none; width:100%; margin-top:5px; margin-left:60px; padding:20px; background:#f6f6f6; border-radius:8px;}
.comment_list .reply_write textarea {width:100%; height:120px;}
.comment_list .reply_write .btn {margin-top:6px; font-size:14px;}
.reply_wrap {margin-top:10px; margin-left:60px;}
.reply_wrap .comment_list ul li {padding: 20px 5px; }
.reply_wrap .comment_list ul li:last-child {border-bottom:none;}
.comment_btm {padding:20px;}
.comment_btm .row > div{border:none; margin:0; }
.comment_btm .bottom-paginate {justify-content: flex-end; padding-top:0; border-top:none;}

/*megazine 매거진*/
.thumb_h > div {width:100%; max-width:1200px;}
.thumb_h .blog-card {display:flex; padding:20px 5px; background:#fff;}
.thumb_h .blog-card:first-child {border-top:1px solid var(--black);}
.thumb_h .blog-media {width:30%;}
.thumb_h .imgbox {margin-bottom:0; padding-top:60%; border-radius:0;}
.thumb_h .blog-content {display: flex; flex-direction: column; width:70%; padding:5px 0 5px 30px;}
.thumb_h .agency_name {color:var(--yellow);}
.thumb_h .blog-card .blog-title {font-size:18px; line-height:1.4;}
.thumb_h .blog-card .date {margin-top:20px; color:#5a6fa6; font-size:1rem;}
.thumb_h .decs {line-height: 1.4;}
.thumb_h .decs.ellipsis_multi {-webkit-line-clamp:1;}

/*ë§¤ê±°ì§„ ë³´ê¸°*/

/*gotalk-list 고톡-리스트*/
.bbs_list .bbs_wrap {margin-bottom:20px; border-top:1px solid var(--black);}
.bbs_list .bbs_wrap .row {display:flex; flex-flow:row nowrap; align-items:center; margin:0; padding:15px 10px;  border-bottom:1px solid #ddd;}
.bbs_list .bbs_wrap .row > div {text-align:center; }
.bbs_list .num {width:70px; color:#999; font-size:15px;}
.bbs_list .tag_notice {padding: 5px 8px; background: #d7ab53; font-size: 13px; border-radius: 3px; font-weight: 500; margin-right: 5px; color: #fff;}
.bbs_list .subject {width:calc(100% - 310px); text-align:left!important;}
.bbs_list .subject a {display:inline;}
.bbs_list .writer {width:120px;}
.bbs_list .date {width:120px;}
.bbs_list .tag {font-weight:500; font-size:calc(1rem - 2px); letter-spacing:-1px;}
.list_comment {color:#4e66c6; }
.list_like {color:#c74f4f;}
.gotalk .btn_wrap {display:flex; justify-content:flex-end;}
.gotalk .btn_wrap .btn {width:100%; max-width:120px; height:50px; line-height:1;}

/*ê³ í†¡ ë³´ê¸°*/
.gotalk .blog-details-meta button:before {content:""; display:inline-block; width:1px; height:15px; margin:0 8px; background:#ddd; color:#787878;}
.gotalk .blog-details-meta button {
    display: block !important;
    height: 25px !important;
}
.gotalk .blog-details-meta > div:first-of-type:before {display:none;}
.gotalk .blog_bottom .btn_wrap {display:flex;}
.blog_details_btm {display:flex; align-items: center; margin-top:20px; padding:10px 20px; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.blog_details_btm > *:not(.list_comment) {margin-left:20px;}
.blog_details_btm i {margin-right:3px;}
.gotalk.view .btn_wrap {flex:1; margin:0; margin-left:auto; padding:0;}

/*gotalk-write 고톡글쓰기 */
.blog_write {width:100%; text-align:left;}
.blog_write .input_wrap {margin-bottom:40px; padding:20px 0; border-top:1px solid var(--black); border-bottom:1px solid #ddd; }
.blog_write .input_box {display:flex; padding:10px 0;}
.blog_write  .input_box label {width:100%; max-width:120px; padding-top:10px; padding-left: 5px; font-weight:500; color: var(--black);}
.blog_write .editor_wrap {height:400px; background:#fff; border:1px solid #E8E8E8; border-radius:10px;}
.blog_write .input_box input {height:50px; width:100%; max-width:calc(100% - 120px); background: #fff;  border: solid 1px #ddd;  border-radius: 10px;  padding: 0 16px;  color: #404040;}
.blog_write #froala-editor {width:100%; max-width:calc(100% - 120px);  border: solid 1px #ddd;  border-radius: 10px; overflow:hidden;}
.blog_write  input[type=file] {position:relative; line-height:50px; overflow:hidden;}
.blog_write  input[type=file]::file-selector-button {position:absolute; top:0; right:-10px; width:140px; height: 100%; display: flex; align-items: center; justify-content: center; background:var(--dark); border:none; font-size: 15px; font-weight: 500; color:#fff;}
.blog_write  .btn_wrap {display:flex; justify-content:center; width:100%; max-width:500px; margin:0 auto; padding:0;}
.blog_write .btn_wrap .btn {width: calc(50% - 10px); height:54px; margin:5px;}

/*ì•„ìž„ê³ í‹°ë¹„*/
.imgotv .imgbox iframe {position:absolute; top:0; left:0; width:100%; height:100%;}
.imgotv .card_1colum .blog-media {width:26%;}
.imgotv .card_1colum .imgbox {padding-top:56.25%;}
.ytp-cued-thumbnail-overlay-image {background-size: 100% 136%!important;}
.imgotv .card_1colum .blog-content {padding:5px 20px;}

/*ì•„ìž„ê³ í‹°ë¹„ ë³´ê¸°*/
.imgotv .blog-details-thumb {position: relative; width: 100%; height: 0; padding-top: 55.6%;}
.imgotv .blog-details-thumb iframe {    position: absolute; top: 0; left: 0; width: 100%;  height: 100%;}

/*게시판*/
.blog-standard .btn {height:45px; line-height:1;}
.blog-standard .list .blog-card:first-child {border-top:2px solid var(--black);}

.blog-details-top {padding:20px; border-top:2px solid var(--black); border-bottom:1px solid var(--black); text-align:center; }
h1.blog-details-title {margin-bottom:18px; font-size:1.5rem; color:var(--black); font-weight:500;}
.blog-details-top .blog-details-meta {display:flex; flex-direction:row; justify-content:center; gap:12px; margin-bottom:0; padding:0; border:none; color:#787878; font-weight:400;}
.blog-standard .blog-details-content {padding:0;}
.blog-details-part .blog-details-content {border-bottom:1px solid #ddd; }

/*1:1 상담*/
.qna-list .top-filter {justify-content:flex-start;}
.qna-list .filter-short {margin-left:20px;}
.qna-list .filter-btn {margin-left:auto;}
.qna-list .filter-btn .btn {height: 40px;  padding: 0 20px;}
.qna-list .blog-card {display:flex; flex-flow:row wrap; border-bottom:1px solid var(--border);  font-size:inherit; }
.qna-list .blog-card > * {display:flex; align-items:center; justify-content:center; padding:30px 10px;}
.qna-list .qna-num {width:10%;}
.qna-list .qna-date {justify-content:flex-end; width:15%;}
.qna-list .qna-status {justify-content:flex-end; width:15%; padding-right: calc(var(--bs-gutter-x)/ 2);}
.qna-list .blog-title {justify-content:flex-start; width:60%; margin:0; font-size:inherit; line-height:1.5;}
.qna-list .qna-status span {display:inline-block; width:80px; padding:5px; border-radius:5px; font-size:14px; font-weight:500; text-align:center; }
.qna-list .done {border:1px solid var(--red); color:var(--red);}
.qna-list .ing {border:1px solid var(--gray1); color:var(--gray1);}

.qna-details .blog-details-comment {border-top:1px solid var(--border); border-radius:0;}

.qna-form p {text-align: center;  margin-top: -60px;  margin-bottom: 40px; word-break:keep-all;}
.qna-form .form-btn-group {height: 50px; background:var(--black); font-size: inherit;}

.minus {color:var(--red);}

@media (max-width:768px) {
	.blog-details-title {font-size:18px;}

	.qna-form p {margin-top:0;}
}

@media (max-width:480px) {
	.blog-details-navigate {margin-bottom:0; padding-bottom:0;}
	.qna-list .blog-card > * {padding:20px 10px;}
	.qna-list .qna-num {width:15%; padding-bottom:5px; align-items:flex-start;}
	.qna-list .blog-title {width:85%; padding-bottom:5px; align-items:flex-start;}
	.qna-list .qna-date {width: 50%;  justify-content: left; padding-top:0; padding-left: 18%;}
	.qna-list .qna-status {width: 50%; padding-top:0;  justify-content: right;}
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%; max-width:1200px;
    }
}

@media (max-width:992px) {
	.backtop {bottom:110px;}

	.header_right {top:60px; right:0; width:100%; padding:0 20px; background:#fff; border-top:1px solid #c5c6c9;}
	#search-form {margin: 10px auto;}
}

@media (max-width:576px) {
	.backtop {bottom:100px; width: 42px; height: 42px; line-height: 42px!important; font-size: 14px;}
	
	.footer-part .container {padding-top:40px;}
	.ft_logo img {height:32px;}

	.inner-section {margin-bottom:60px;}

    .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;}

	.page-link {width:30px; height:30px; line-height: 29px; font-size:13px;}
	.custom-pagination > li {margin-left:4px;}
	.page-item:first-child .page-link, 
	.page-item:last-child .page-link, 
	.page-item:nth-child(2) .page-link, 
	.page-item:nth-last-child(2) .page-link {line-height:26px;}
}

