@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 93.75%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* header */
header {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #F5F5F0;
  position: fixed;
  z-index: 9998;
}

/* hc_con */
.hc_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h_logo_section {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.gnb {
  width: 980px;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.gnb>li>p {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
  cursor: pointer;
}

ul.gnb>li>p:hover {
  color: #BFA76F;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.198px;
  transition: color 0.3s ease;
}

.sub_m_section {
  width: 1587px;
  height: 250px;
  background: #004225;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
}

ul.sub_m_txt_ac {
  width: 1016px;
  height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.sub_m_txt_ac>li>a>p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.sub_m_txt_s {
  width: 1071px;
  height: 172px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.sub_m_txt_s_txt {
  width: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

ul.sub_m_txt_s_txt>li.blank>a>p {
  color: #004225;
}

ul.sub_m_txt_s_txt > li.blank > a > p::selection {
  background: transparent;
  color: inherit;
}

ul.sub_m_txt_s_txt>li>a>p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

ul.gnb2 {
  width: 420px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.gnb2>li:first-child {
  margin-left: 22px;
}

ul.gnb2>li:last-child {
  margin-right: 27px;
}

ul.gnb2>li>a>p {
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.143px;
}

ul.gnb2>li>a>p:hover {
  color: #004225;
  transition: color 0.3s ease;
}

.auction_site_btn>a>button {
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: #BFA76F;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auction_site_btn>a>button:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.auction_site_btn>a>button>p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.198px;
}

:root { --header-h: 80px; }

.wrap {
  position: relative; 
}

.fix_side_menu_section {
  position: fixed;
  top: calc(var(--header-h) + 50px); 
  right: 5px;                        
  width: 298px;
  height: 698px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #C7C7C7;
  z-index: 9997;          
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0);  
  will-change: transform;     
}

ul.fsm_section {
  width: 250px;
  height: 657px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.item_category {
  width: 100%;
  height: 143px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quick_category {
  width: 100%;
  height: 143px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fsm_tit {
  width: 100%;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fsm_tit>p {
  color: #868686;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.165px;
}

ul.fsm_btns {
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

ul.fsm_btns>li {
  width: 50px;
  height: 100%;
}

ul.fsm_btns>li>a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.fsm_icons {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #E5D5AE;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fsm_icons:hover {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

.fsm_icons>i {
  font-size: 20px;
  color: #fff;
}

ul.fsm_btns>li>a>p {
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.143px;
}

.fsm_line {
  width: 200px;
  height: 1px;
  background: #E9E9E9;
  margin-top: 25px;
}

.fsm_q_icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #E4E4E4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fsm_q_icon:hover {
  background: #333333;
  transition: background-color 0.3s ease;
}

.rvp_category {
  width: 100%;
  height: 193px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rvp_ltrt_main {
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.rvp_lt {
  width: 17px;
  height: 30px;
}

.rvp_lt>i {
  font-size: 30px;
  color: #E9E9E9;
  cursor: pointer;
}

.rvp_lt>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

.rvp_rt {
  width: 17px;
  height: 30px;
}

.rvp_rt>i {
  font-size: 30px;
  color: #E9E9E9;
  cursor: pointer;
}

.rvp_rt>i:hover {
  color: #333333;
  transition: color 0.3s ease;
}

ul.rvp_main {
  width: 170px;
  height: 100%;
  background: green;
  display: flex;
  align-items: center;
}

ul.rvp_main>li {
  width: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

ul.rvp_main>li:first-child {
  margin-left: 0;
}

.rvp_img {
  width: 80px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.rvp_img>img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.rvp_img>img:hover {
  transform: scale(1.2);
}

.rvp_move>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.143px;
}

.rvp_track>li>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.143px;
}

ul.rvp_main {
  width: 170px;    
  height: 100%;
  overflow: hidden;      
  position: relative;
  background: transparent;
  padding: 0;
}

.rvp_track {
  display: flex;
  gap: 10px;            
  transition: transform 0.3s ease;
}

ul.rvp_main > li {         
  flex: 0 0 80px;
  width: 80px;
}

.rvp_lt i.disabled, .rvp_rt i.disabled {
  color: #CFCFCF;
  pointer-events: none;
}

.qb_category {
  width: 100%;
  height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.s_quick_btns {
  width: 190px;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.s_quick_btns>li>a {
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.s_quick_btns>li>a {
  width: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.sq_icons {
  background: #BFA76F;
}

.sq_icons:hover {
  background: #004225;
  transition: background-color 0.3s ease;
}

.s_quick_btns>li>a>p {
  color: #868686;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.143px;
}

.lt_side_menu_section {
  width: 500px;
  height: 100vh;
  background: #333;
}

.page-dim {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7); 
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 9998;
}

.page-dim.show {
  opacity: 1;
  visibility: visible;
}

.lt_side_menu_section {
  position: fixed;
  top: 0;
  left: 0;
  width: 500px;       
  height: 100vh;
  background: #F5F5F0;
  transform: translateX(-100%);
  transition: transform .35s ease;
  z-index: 9999;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lt_side_menu_section.is-open {
  transform: translateX(0);
}

/* 바디 스크롤 잠금 */
.no-scroll {
  overflow: hidden;
}

.lsm_main_section {
  width: 420px;
  height: 878px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.lsm_close {
  width: 100%;
  height: 25px;
}

.lsm_close>i {
  font-size: 25px;
  color: #787878;
  cursor: pointer;
}

.lsm_close>i:hover {
  color: #004225;
  transition: color 0.3s ease;
}

ul.lsm_main {
  width: 100%;
  height: 833px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

ul.lsm_main>li.lsm_cate {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

ul.lsm_main>li:first-child {
  margin-top: 0;
}

.lsm_cate_tit {
  width: 100%;
  height: 27px;
}

.lsm_cate_tit>span {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

ul.lsm_sub_cate_section {
  width: 100%;
  min-height: 92px;
  height: auto;
  margin-top: 10px;
}

li.all_shop {
  width: 100%;
  height: 24px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

li.all_shop>a>p>span {
  color: #868686;
  font-size: 15px;
  font-weight: 700;
}

li.all_shop>a>p>span:hover {
  color: #333;
  transition: color 0.3s ease;
}

li.lsm_sub_cate {
  width: 100%;
  height: 24px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

ul.lsm_sub_cate_section>li:first-child {
  margin-top: 0px;
}

li.lsm_sub_cate>a>p {
  color: #868686;
  font-size: 15px;
  font-weight: 500;
}

li.lsm_sub_cate>a>p>span {
  font-weight: 700;
}

li.lsm_sub_cate>a>p:hover {
  color: #333;
  transition: color 0.3s ease;
}

footer {
  width: 100%;
  height: 500px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_main_section {
  width: 93.75%;
  height: 420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fm_img_section {
  width: 69.89%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.footer_infor_section {
  width: 23.56%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

ul.fi_txt_section {
  width: 100%;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.fi_txt_section>li>span {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.198px;
  cursor: pointer;
}

ul.fi_txt_section>li>span:hover {
  color: #FFF;
  transition: color 0.3s ease;
}

.fi_tel {
  width: 155px;
  height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.fi_tel>span {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.fi_tel>h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.33px;
}

.fi_tel>p {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.copy {
  width: 100%;
  height: 27px;
  display: flex;
  align-items: center;
}

.copy>span {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

/* ---------------------------------------------------------------- */
.search_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.search_modal_bg.on {
  display: block;
}

.search_modal {
  width: 600px;
  height: 300px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ddd;
  align-items: center;
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
}

.search_modal.on {
  display: flex;
  flex-direction: column;
}

.search_modal_top {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}

.sm_close_btn {
  margin-right: 10px;
}

.sm_close_btn>button {
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sm_close_btn>button>i {
  font-size: 15px;
  color: #cdcdcd;
}

.sm_close_btn>button:hover {
  width: 25px;
  height: 25px;
  border: none;
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.sm_close_btn>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.sm_main_section {
  width: 345px;
  min-height: 61px;
  height: auto;
  margin-top: 84.5px;
}

.sm_main_input_search {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm_main_input_search>input {
  width: 300px;
  height: 100%;
  border: none;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.sm_main_input_search>input:focus {
  outline: none;
}

.sm_main_input_search>i {
  font-size: 35px;
  color: #E5D5AE;
  cursor: pointer;
}

.sm_main_input_search>i:hover {
  color: #BFA76F;
  transition: color 0.3s ease;
}

ul.sm_main_tag {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}

ul.sm_main_tag>li {
  margin-left: 8px;
}

ul.sm_main_tag>li:first-child {
  margin-left: 0;
}

ul.sm_main_tag>li>a>p {
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

ul.sm_main_tag>li:hover>a>p {
  color: #333;
  transition: color 0.3s ease;
}

/* ---------------------------------------------------------------- */
.legal_notice_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.legal_notice_modal_bg.on {
  display: block;
}

.legal_notice_modal {
  width: 83.33%;
  height: 700px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #A7A7A7;
  align-items: center;
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
}

.legal_notice_modal.on {
  display: flex;
  flex-direction: column;
}

.lnm_top {
  width: 87.5%;
  height: 25px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lnm_close_btn>button {
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.lnm_close_btn>button>i {
  font-size: 15px;
  color: #cdcdcd;
}

.lnm_close_btn>button:hover {
  width: 25px;
  height: 25px;
  border: none;
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.lnm_close_btn>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.lnm_con {
  width: 87.5%;
  height: 540px;
  margin-top: 35px;
  margin-bottom: 80px;
  overflow: auto;
}

.lnm_con>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
  display: flex;
  align-items: flex-end;
}

.lnm_con>h2>p {
  color: #818181;
  font-size: 35px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.385px;
}

.lnm_con>pre {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.198px;
  margin-top: 40px;
}

.lnm_con>h3 {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.33px;
  margin-top: 30px;
}

pre.lnm_sub_txt {
  margin-top: 20px;
}

.lnm_con>p {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.198px;
  margin-top: 20px;
}
/* ---------------------------------------------------------------- */
.privacy_policy_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.privacy_policy_modal_bg.on {
  display: block;
}

.privacy_policy_modal {
  width: 52.08%;
  height: 700px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #A7A7A7;
  align-items: center;
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
}

.privacy_policy_modal.on {
  display: flex;
  flex-direction: column;
}

.privacy_policy_modal>.lnm_con>p {
  margin-top: 80px;
}

/* ---------------------------------------------------------------- */
.terms_use_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.terms_use_modal_bg.on {
  display: block;
}

.terms_use_modal {
  width: 83.33%;
  height: 700px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #A7A7A7;
  align-items: center;
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
}

.terms_use_modal.on {
  display: flex;
  flex-direction: column;
}

.terms_use_modal>.lnm_con>pre>span {
  color: #333;
  font-weight: 700;
}

.terms_use_modal>.lnm_con>p {
  color: #333;
  font-weight: 700;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}