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

/* ---------------------------------------------------------------- */
.container_main {
  width: 83.33%;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

video {
  width: calc(100% + 2px);
  margin-left: -1px;
  display: block;
  pointer-events: none;
}

.main_cate_section {
  width: 100%;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

ul.main_cate {
  width: 48.75%;
  height: 167px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_cate_btn {
  width: 120px;
  height: 100%;
}

.mcb_icon {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E5D5AE;
}

.mcb_icon>i {
  font-size: 40px;
  color: #fff;
}

.main_cate_btn>a:hover .mcb_icon {
  background: #BFA76F;
  transition: background-color 0.3s ease;
}

.mcb_icon_txt {
  width: 100%;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

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

/* ---------------------------------------------------------------- */

.best_item_section {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.best_item_main {
  width: 81.25%;
  height: 647px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.bim_tit_section {
  width: 200px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.bim_tit_section>span {
  color: #333;
  font-family: Bahnschrift;
  font-size: 25px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.275px;
}

.bim_line {
  width: 100%;
  border: 1px solid #E5D5AE;
}

.bim_more_btn_section {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bim_more_btn>a>button {
  width: 140px;
  height: 40px;
  border-radius: 10px;
  background: #BFA76F;
  border: none;
  cursor: pointer;
}

.bim_more_btn>a>button>p {
  color: #FFF;
  font-family: Bahnschrift;
  font-size: 20px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.22px;
}

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

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

ul.bim_list_section>li.new_item_labbel>.bim_item_img>.new_labbel {
  display: flex;
}

.bim_list {
  width: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bim_item_img {
  width: 100%;
  height: 300px;
  position: relative;
}

.new_labbel {
  width: 70px;
  height: 30px;
  border-radius: 0 20px 0 0;
  background: #333;
  position: absolute;
  bottom: 0; left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.new_labbel>p {
  color: #FFF;
  font-family: Bahnschrift;
  font-size: 12px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.bim_tit_txt {
  width: 250px;
  min-height: 80px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

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

.bim_seller_nm>p {
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.198px;
  cursor: pointer;
}

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

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

.bim_txt {
  width: 100%;
  min-height: 27px;
  height: auto;
}

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

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

ul.bim_tag {
  width: 180px;
  height: 100%;
  display: flex;
  align-items: center;
}

ul.bim_tag>li {
  width: 50px;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

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

ul.bim_tag>li>p {
  color: #FFF;
  font-family: Bahnschrift;
  font-size: 12px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.hot_item_tag {
  background: #9C0000;
}

.cate_item_tag {
  background: #004225;
}

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

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

.wish_check>i {
  color: #DACDAE;
  font-size: 20px;
}

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

.cart_move>a>i {
  font-size: 20px;
  color: #E5E5E5;
}

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

.bim_price_section {
  width: 100%;
  height: 27px;
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.bim_price_section>span {
  color: #BFA76F;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.sold_out {
  display: none;
}

.sold_out2 {
  display: none;
}

.sold_out_section {
  position: relative;
  display: flex;
  align-items: center;
}

.sold_out_section>span {
  color: #D9D9D9;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.so_line {
  width: 94px;
  border: 1px solid #333333;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sold_out_labbel {
  width: 70px;
  height: 20px;
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #723A3A;
}

.sold_out_labbel>span {
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.11px;
}

/* ---------------------------------------------------------------- */
.new_item_section {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

.new_item_main {
  width: 81.25%;
  height: 679px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.bim_list_section {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.nim_price_section {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
}

.no_price {
  width: 100%;
  height: 27px;
  position: relative;
}

.no_price>p {
  color: #A7A7A7;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; 
  letter-spacing: -0.198px;
  
}

.np_line {
  width: 100px;
  border: 1px solid #333;
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.sale_per {
  width: 50px;
  height: 100%;
}

.sale_per>span {
  color: #FF6C6C;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.sale_price_section>.bim_price_section {
  margin-top: 0;
  margin-left: 10px;
}

/* ---------------------------------------------------------------- */
.pick_item_section {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

/* ---------------------------------------------------------------- */
.banner {
  width: 100%;
  height: 500px;
  background: #004225;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_ment {
  width: 46.5%;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_ment>h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
}


/* ---------------------------------------------------------------- */
.only_item_section {
  width: 100%;
  height: 3090px;
  background: #fff;
}

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

.oi_line {
  width: 32.125%;
  height: 100%;
}

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

.oi_card {
  width: 100%;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.oi_txt_section {
  width: 100%;
  height: 80px; 
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: height 0.4s ease-in-out;
  overflow: hidden;
}

.oi_card:hover .oi_txt_section {
  height: 100%;
}

.oi_card>img {
  width: 100%;
  height: 100%;
}

.oi_txt_main {
  display: flex;
  align-items: center;
}

.oi_txt_main>span,
.oi_txt_main>p 
{
  color: #FFF;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.oi_txt_main>p  {
  margin-left: 25px;
}

.view_more_btn>a>button {
  width: 198px;
  height: 48px;
  border: 1px solid #fff;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.view_more_btn>a>button>p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.view_more_btn>a>button>i {
  font-size: 14px;
  color: #fff;
  margin-left: 25px;
}

.view_more_btn>a>button:hover {
  width: 200px;
  height: 50px;
  border: none;
  background: #fff;
  transition: background-color 0.3s ease;
}

.view_more_btn>a>button:hover p,
.view_more_btn>a>button:hover i 
{
  color: #333;
  transition: color 0.3s ease;
}

.view_more_btn {
  display: none;
}

.oi_card:hover .view_more_btn {
  display: block;
}

.oi_card_s {
  height: 550px;
}

.oi_card_l {
  height: 950px;
}

/* ---------------------------------------------------------------- */
.notice_event_section {
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
}

.notice_event_main {
  width: 96.25%;
  height: 654px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

.notice_section {
  width: 760px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F5F5F0;
}

.notice_tit {
  width: 92.1052%;
  height: 45px;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.notice_tit>span {
  color: #333;
  font-family: Bahnschrift;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.33px;
}

ul.notice_list_section {
  width: 92.1052%;
  height: 300px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

ul.notice_list_section>li {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

ul.notice_list_section>li:hover {
  background: #FFFFE5;
  transition: background-color 0.3s ease;
}

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

.nl_tit>span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
  cursor: pointer;
}

.nl_date {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

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

.nl_line {
  width: 100%;
  border: 1px solid #C0C0BA;
  margin-top: 15px;
}

.event_section {
  width: 760px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.h_icon_lt {
  width: 82px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.h_back_icon>a>i {
  font-size: 25px;
  color: #CECECE;
  cursor: pointer;
}

.h_ham_icon>i {
  font-size: 23px;
  color: #727272;
  cursor: pointer;
}

.h_icon_rt {
  width: 67px;
  height: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.h_cart_icon>a>i {
  font-size: 23px;
  color: #727272;
  cursor: pointer;
}

.h_user_icon>a>i {
  font-size: 23px;
  color: #727272;
  cursor: pointer;
}