@charset "utf-8";

/* common */
.wrap_layout {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 2.0833em);
  max-width: 1200px;
}

/* .wrap_layout:after {
  display: block;
  clear: both;
  content: "";
} */

#container {
  padding-bottom: 130px;
}

ul:after {
  display: block;
  clear: both;
  content: "";
}

.txt01 {
  font-size: 12px;
  color: #333;
}

.tit_st01 {
  /*margin-top:20px;*/
  margin: 20px 0;
  border-top: 2px solid #222;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 40px;
  color: #333;
}

.btn_submit01 {
  display: block;
  box-sizing: border-box;
  width: 65px;
  height: 65px;
  text-indent: -9999px;
  background: url("../img/main/coupon_out-05.png") no-repeat;
  background-size: cover;
  outline: none;
}

.btn_more01 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #333;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #333;
}

.btn_more01:focus,
.btn_more01:hover {
  color: #fff;
  background: #333;
}

/* 메인상단베너 */
#upper_portion {
  position: relative;
  background-color: #fff;
}

.top_banner {
  margin: 0 auto;
  width: 1180px;
}

.top_banner ul li {
  float: left;
  width: 25%;
}

.top_banner ul li a {
  display: block;
  box-sizing: border-box;
  padding-top: 24px;
  height: 80px;
}

.top_banner ul li a span {
  display: block;
  color: #595758;
}

.top_banner ul li a strong {
  display: block;
  color: #3e3a39;
}

.top_bclose {
  display: block;
  clear: both;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 140px;
  height: 20px;
}

.top_bclose label {
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
  text-transform: uppercase;
  color: #333;
}

.top_bclose input[type="checkbox"] {
  display: none;
}

.top_bclose input[type="checkbox"] + label span {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.top_bclose input[type="checkbox"]:checked + label span:before {
  font-size: 9px;
  line-height: 9px;
  vertical-align: text-top;
  color: #000;
  content: "\2714";
}

.top_bclose a {
  float: right;
}

/* header */
.header_top {
  background: #fff;
}

.header_top .header_top_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.header_top .btn_favorite {
  float: left;
  padding-left: 17px;
  font-size: 13px;
  color: #999;
  background: url("/img/main/icon_star.png") no-repeat left center;
  cursor: pointer;
}

.header_top .sec_login {
  /* float: right;  */
  position: relative;
  font-size: 0;
}

.header_top .sec_login li {
  display: inline-block;
  /* position: relative; */
}

/* .header_top .sec_login li + li::before { 
  position: absolute; 
  top: 50%; 
  left: 0; 
  margin-top: -5px; 
  width: 1px; 
  height: 10px; 
  background-color: #eee; 
  content: "";
} */

.header_top .sec_login li:last-child a {
  padding-right: 0;
}

.header_top .sec_login li a {
  padding: 0 10px;
  font-size: 14px;
  color: #252525;
}

.header_top .top_menu {
  float: right;
}

.header_top .top_menu a {
  position: relative;
  padding: 0 10px;
}

.header_top .top_menu a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -2px;
  margin-top: -4px;
  border-left: 1px solid #516e80;
  height: 8px;
  content: "";
}

.header_top .top_menu a:first-child:after {
  display: none;
}

.header_middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}

.header_middle > div {
  height: 100%;
}

.header_middle:after {
  display: block;
  clear: both;
  content: "";
}

.header_middle .m_category {
  display: none;
  float: left;
  margin-top: 20px;
  margin-right: 10px;
}

.header_middle .m_category .btn_category {
  display: block;
  width: 40px;
  height: 36px;
  background: url("../img/main/ham.png") center no-repeat;
  outline: none;
}

.header_middle .m_category .btn_category.on {
  background: url("../img/main/ham_on.png") center no-repeat;
}

.header_middle .logo {
  float: left;
}

.header_middle .logo a {
  display: block;
  margin-top: 17px;
}

.header_middle .logo a img {
  vertical-align: middle;
}

.header_middle .logo a img.only_web {
  display: inline-block !important;
}

.header_top .left {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header_top .search_form {
  position: relative;
}

.header_top .search_form fieldset {
  height: 100%;
}

.header_bot {
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}

.cart_link.on {
  margin-top: 23px;
}

.cart_link.on a .cart_txt {
  display: none;
}

.cart_link a + a {
  margin-left: 20px;
}

.cart_link a.ico_header01 {
  width: 24px;
  height: 24px;
  background: url("../img/ico/icon_clock.png") no-repeat center;
  background-size: 24px 24px;
}

.cart_link a.ico_header02 {
  width: 19px;
  height: 24px;
  background: url("../img/ico/icon_my.png") no-repeat center;
  background-size: 19px 24px;

}

.cart_link a.ico_header03 {
  width: 24px;
  height: 22px;
  background: url("../img/ico/icon_cart.png") no-repeat center;
  background-size: 24px 22px;
}

.cart_link a.ico_en {
  background-image: url("../img/ico_en.png");
}

.cart_link a.ico_ko {
  background-image: url("../img/ico_ko.png");
}
.cart_link a.ico_th {
  background-image: url("../img/ico_th.png");
}

.cart_link a:last-child:after {
  display: none;
}

.cart_link a img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cart_link a .num {
  position: absolute;
  right: -7px;
  bottom: 27px;
  margin-right: 4px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background-color: #252525;
}

/*검색*/
.search_form {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 340px;
  height: 44px;
}

.search_form fieldset {
  width: 100%;
  min-width: auto;
}

.search_form .sf_txt {
  border: none;
  border-radius: 22px;
  padding: 0 50px 0 15px;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  background-color: #f3f3f3;
  outline: none;
}

.search_form .sf_txt:active,
.search_form .sf_txt:hover,
.search_form .sf_txt:focus {
  border-color: #e85c34;
}

.search_form .sf_sel {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  padding: 0 15px;
  width: 87px;

  /* 180409 수정 */
  width: 110px;
  height: 42px;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  color: #252525;
  background: url("/img/btn/option_bar_btn.png") no-repeat 86% center;
}

.search_form .sf_sel option {
  font-size: 14px;
}

.search_form .btn_search {
  position: absolute;
  top: 0;
  right: 5px;
  border: none;
  width: 44px;
  height: 44px;
  font-size: 0;
  background: url("/img/ico/icon_search01.png") center no-repeat;
}

.header_middle .sns_link {
  position: absolute;
  top: 50%;
  top: 54%;
  left: 50%;
  margin-top: -12px;
  margin-left: 270px;
}

.header_middle .sns_link li {
  display: inline-block;
  margin-left: 4px;
}

/* header scroll */
.header_middle.scrolling {
  position: fixed;
  z-index: 50;
  border-bottom: 1px solid #252525;
}

.header_middle.scrolling .m_category {
  display: block;
}

.header_middle.scrolling .cart_link {
  display: block;
}

/* //header scroll */
.header_bot .header_bot_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_bot .header_bot_wrap .cat {
  display: flex;
  align-items: center;
}

.header_bot .right_menu {
  float: right;
}

.header_bot .right_menu a {
  display: block;
  float: left;
  position: relative;
  box-sizing: border-box;
  height: 60px;
  font-size: 17px;
  line-height: 60px;
  color: #fff;
}

.header_bot .right_menu a + a {
  margin-left: 25px;
}

.header_bot .right_menu a:last-child:after {
  display: none;
}

.header_bot .right_menu a img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_bot .right_menu a .num {
  position: absolute;
  right: -15px;
  bottom: 30px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  font-size: 11px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background-color: #252525;
}

#category {
  float: left;
  z-index: 999;
  box-sizing: border-box;
  margin-right: 40px;
}

/* web open menu */
.header_bot .open_menu {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 112;
  margin-top: 135px;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_bot .open_menu.only_hm {
  margin-top: 80px;
}

.header_bot .open_menu.active {
  height: 100%;
  opacity: 1;
}

.header_bot .open_menu .open_menu_box {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.header_bot .open_menu .box_inner {
  margin: 0 auto;
  padding: 30px 0;
  width: calc(100% - 2.0923em);
  max-width: 1200px;
}

.header_bot .open_menu .menu_list {
  float: left;
  box-sizing: border-box;
  width: 50%;
}

.header_bot .open_menu .menu_list .cg_list > li {
  margin-bottom: 25px;
}

.header_bot .open_menu .menu_list .cg_list > li > a {
  display: inline-block;
  min-width: 100px;
  font-weight: 500;
  color: #252525;
  cursor: default;
  cursor: pointer;
}

.header_bot .open_menu .menu_list .cg_list .depth02 {
  display: inline-block;
  margin-left: 17px;
}

.header_bot .open_menu .menu_list .cg_list .depth02 li {
  float: left;
}

.header_bot .open_menu .menu_list .cg_list .depth02 li a {
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
  color: #999;
}

.header_bot .open_menu .menu_list .cg_list .depth02 li:hover a {
  color: #252525;
}

.header_bot .open_menu .menu_list .cg_list .depth02 li:after {
  display: inline-block;
  width: 1px;
  height: 10px;
  font-size: 0;
  line-height: 16px;
  vertical-align: middle;
  background-color: #dbdbdb;
  content: "";
}

.header_bot .open_menu .menu_list .cg_list .depth02 li:last-of-type:after {
  display: none;
}

.header_bot .open_menu .menu_sub {
  float: left;
  box-sizing: border-box;
  padding-left: 47px;
  width: 50%;
}

.header_bot .open_menu .menu_sub .customer_menu > li > a {
  display: inline-block;
  font-weight: 500;
  color: #252525;
}

.header_bot .open_menu .menu_sub .customer_menu .depth02 {
  display: inline-block;
  margin-left: 17px;
}

.header_bot .open_menu .menu_sub .customer_menu .depth02 li {
  float: left;
}

.header_bot .open_menu .menu_sub .customer_menu .depth02 li a {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  color: #999;
}

.header_bot .open_menu .menu_sub .customer_menu .depth02 li:hover a {
  color: #252525;
}

.header_bot .open_menu .menu_sub .customer_menu .depth02 li:after {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  vertical-align: middle;
  color: #dbdbdb;
  content: "|";
}

.header_bot .open_menu .menu_sub .customer_menu .depth02 li:last-of-type:after {
  display: none;
}

.header_bot .open_menu .menu_sub .customer_center {
  padding-top: 40px;
}

.header_bot .open_menu .menu_sub .customer_center .center_call {
  display: block;
  margin: 20px 0 25px;
  font-family: "Nanum SquareEB";
  font-size: 24px;
}

.header_bot .open_menu .menu_sub .customer_center .center_time span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #757575;
}

.header_bot .open_menu .menu_sub .customer_center .center_time .time_ttl {
  margin-right: 5px;
}

.header_bot .open_menu .menu_sub .sns {
  margin-top: 40px;
}

.header_bot .open_menu .menu_sub .sns ul {
  margin-top: 20px;
  font-size: 0;
}

.header_bot .open_menu .menu_sub .sns ul li {
  display: inline-block;
}

.header_bot .open_menu .menu_sub .sns ul li + li {
  margin-left: 9px;
}

.header_bot .open_menu .menu_sub .sns ul li a {
  display: block;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.header_bot .open_menu .menu_sub .sns ul li a.kakao {
  background: url("../img/btn/btn_sns_kakao.png") center no-repeat;
}

.header_bot .open_menu .menu_sub .sns ul li a.insta {
  background: url("../img/btn/btn_sns_insta.png") center no-repeat;
}

.header_bot .open_menu .menu_sub .sns ul li a.facebook {
  background: url("../img/btn/btn_sns_facebook.png") center no-repeat;
}

/* //web open menu */
/* 최근 본 상품 */
.recent_prd {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  box-sizing: border-box;
  width: 400px;
  min-height: 100vh;
  background-color: #fff;
  transition: all 0.5s ease;
}

.recent_prd.active {
  right: 0;
  transition: all 0.5s ease;
}

#header .bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.recent_prd .recent_box .box_ttl {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #dbdbdb;
  padding: 18px 25px;
}

.recent_prd .recent_box .box_ttl p {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #252525;
}

.recent_prd .recent_box .box_ttl p a {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #252525;
}

.recent_prd .recent_box .box_ttl .r_close_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("../img/btn/btn_close_black_20x20.png") center no-repeat;
  outline: none;
  transform: translateY(-50%);
}

.recent_prd .recent_box .list_box_wrap {
  padding: 0 22px 0 25px;
}

.recent_prd .recent_box .list_box {
  overflow-y: auto;
  margin-top: 10px;
  width: calc(100% + 20px);
  height: calc(100vh - 140px);
}

.recent_prd .recent_box .list_box .box_wrap {
  margin-top: 10px;
  padding: 0 20px;
}

.recent_prd .recent_box .list_box .date {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  color: #757575;
}

.recent_prd .recent_box .list_box .date:before {
  display: block;
  position: absolute;
  top: 5px;
  left: -14px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #757575;
  content: "";
}

.recent_prd .recent_box .list_box ul {
  font-size: 0;
}

.recent_prd .recent_box .list_box li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  width: calc(33.33% - 6.66px);
}

.recent_prd .recent_box .list_box li a {
  display: block;
}

.recent_prd .recent_box .list_box li span {
  display: block;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.recent_prd .recent_box .list_box li:nth-of-type(3n + 0) {
  margin-right: 0;
}

.recent_prd .recent_box .list_box .list_top .date {
  color: #252525;
}

.recent_prd .recent_box .list_box .list_top .date:before {
  background-color: #252525;
}

.recent_prd .recent_box .guide {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding-left: 46px;
  font-size: 15px;
  color: #757575;
}

/* //최근 본 상품 */
.ad_links {
  position: absolute;
  top: 48px;
  right: 7%;
  width: 53%;
}

.ad_links:after {
  display: block;
  clear: both;
  content: "";
}

.ad_links > div {
  margin-bottom: 10px;
}

.ad_links > h3 {
  float: none;
  clear: both;
}

.ad_links > div > div {
  margin-top: 15px;
  width: 42%;
}

.ad_links > div > div:first-child {
  float: left;
}

.ad_links > div > div:last-child {
  float: right;
}

.ad_links > div > div a {
  display: block;
  color: #333;
}

.ad_links a {
  display: block;
}

.ad_links a img {
  width: 100%;
}

.ad_links > div > div a > p {
  font-size: 10px;
  line-height: 15px;
  letter-spacing: -1px;
}

.ad_links > div > div a > p:nth-of-type(1) {
  margin-top: 10px;
}

.ad_links > div > div a > p:nth-of-type(2) {
  font-weight: 600;
}

.ad_links > div > div .ad_pays {
  margin-top: 10px;
  font-size: 14px;
}

.ad_links > div > div .ad_pays:after {
  display: block;
  clear: both;
  content: "";
}

.ad_links > div > div .ad_pays .normal_pay {
  float: left;
  text-decoration: line-through;
}

.ad_links > div > div .ad_pays .sale_pay {
  float: right;
}

#category .btn_category {
  display: flex;
  align-items: center;
}

#category .btn_category span {
  display: block;
  width: 22px;
  height: 18px;
  background: url("/img/main/icon_category.png") center no-repeat;
  outline: none;
}

#category .btn_category.on span {
  background: url("../img/main/icon_menu01_open.png") center no-repeat;
  filter: brightness(0);
}

#gnb {
  float: left;
  box-sizing: border-box;
  width: 1020px;
}

#gnb .gnb_list > li {
  float: left;
  width: 20%;
}

#gnb .gnb_list > li > a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  color: #333;
}

/* #gnb .gnb_list > li.active > a{color:  #252525;} */
#gnb .gnb_list > li.mobile_link {
  display: none;
}

#gnb .gnb_list > li a.md_pick:after {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 68px;
  height: 28px;
  background: url("/img/main/md_pick01.png") no-repeat;
  transition: 0.5s ease-in-out;
  transform: translate(-50%, 0);
  content: "";
}

#gnb .gnb_list > li a.md_pick.on:after {
  display: block;
  top: -18px;
}

#gnb_web {
  float: left;
  box-sizing: border-box;
  padding-left: 7px;
}

#gnb_web .gnb_list {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
}

#gnb_web .gnb_list > li {
  display: inline-block;
  box-sizing: border-box;
}

#gnb_web .gnb_list > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

#gnb_web .gnb_list > li.on > a {
  color: #333;
}

#gnb_web .gnb_list > li > a span {
  color: #252525;
}

/* #gnb_web .gnb_list > li.active > a {color:  #252525;} */
#gnb_web .gnb_list > li.mobile_link {
  display: none;
}

#gnb_web .gnb_list > li a.md_pick:after {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  width: 68px;
  height: 28px;
  background: url("/img/main/md_pick01.png") no-repeat;
  transition: 0.5s ease-in-out;
  transform: translate(-50%, 0);
  content: "";
}

#gnb_web .gnb_list > li a.md_pick.on:after {
  display: block;
  top: -18px;
}

#gnb_web .gnb_list_mo {
  display: none;
}

.hb_right {
  float: right;
  margin-top: -1px;
}

.hb_right a {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
  color: #333;
}

.hb_right a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -4px;
  border-left: 1px solid #516e80;
  height: 8px;
  content: "";
}

.hb_right a.join_link {
  color: #333;
}

.hb_right a.join_link2 {
  display: none;
}

/* main-slider */
.main_slider {
  position: relative;
  margin: 0 auto;
  /* max-width: 1920px; */
}

.main_slider .slider_img .slider_content {
  position: absolute;
  top: 80px;
  left: 22%;
}

.main_slider .slider_content .content_top {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.main_slider .slider_content .content_mid {
  font-family: "Gmarket Sans";
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 52px;
}

.main_slider .slider_content .content_mid span {
  font-family: "Gmarket Sans";
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #7e5536;
}

.main_slider .slider_content .content_bot {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #252525;
}

.main_slider .slider_content .content_bot {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #252525;
  margin-bottom: 20px;
}

.main_slider .slider_content .btn_slider {
  width: fit-content;
  height: fit-content;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  border-radius: 18px;
  border: 1px solid #252525;
}

.slider_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.slider_img a span {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main_slider .slider_img .only_web {
  height: 400px;
  max-height: 400px;
}

.main_slider .slider_img .only_mo {
  height: 123vw;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 1.1538rem);
  max-width: 1200px;
  height: 100%;
}

/* 메인슬라이드 지워말어?*/
.wrap_1200 {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

.wrap_1200:after {
  display: block;
  clear: both;
  content: "";
}

/* .main_section02{margin-top:60px;} */

.main_slider .slider_btn {
  position: absolute;
  right: 19.27%;
  bottom: 30px;
}

.main_slider .slider_btn button {
  float: left;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  outline: none;
}

.main_slider .slider_btn button.pause_btn {
  background: rgba(0, 0, 0, 0.4) url("../img/ico/icon_pause.png") center
    no-repeat;
}

.main_slider .slider_btn button.pause_btn.play {
  background: rgba(0, 0, 0, 0.4) url("../img/ico/icon_play.png") center
    no-repeat;
}

.main_slider .slider_num {
  float: left;
  z-index: 9;
  margin: 0 10px;
  box-sizing: border-box;
  border-radius: 18.5px;
  padding: 10px 0;
  width: 100px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.main_slider .slider_num .num_txt {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.main_slider .slider_num .go_btn {
  display: inline-block;
  margin-bottom: 2px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.main_slider .slider_num .go_prev {
  margin-right: 5px;
  transform: rotate(45deg);
}

.main_slider .slider_num .go_next {
  margin-left: 5px;
  transform: rotate(-135deg);
}

.slick-slide {
  outline: none;
}

.main_sect {
  margin-top: 60px;
}

.slider_cert {
  position: relative;
}

/* item----------------------- */
#container.item_view {
  padding-bottom: 0;
}

#container.item_view .vc_box {
  padding-bottom: 92px;
}

.main {
  position: relative;
}

/* itme_type01 */

.itme_type01::after {
  display: block;
  clear: both;
  content: "";
}

.itme_type01 > li {
  display: inline-block;
  margin-right: 24px;
  width: calc(25% - 18px);
  vertical-align: top;
}

.itme_type01 li:nth-of-type(4n + 0) {
  margin-right: 0;
}

/* best seller */

/* best-------------- */
/* .best_top{
    margin-bottom: 45px;
}
.best_sect .ttl_box{
    padding-bottom: 0;
    
} */
.best_cate {
  margin-bottom: 45px;
}

.best_cate li {
  padding: 0 10px;
}

.best_cate li a {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
  font-size: 1.0625em;
  color: #999;
}

.best_cate li.on a {
  border-bottom: 2px solid #000;
  font-weight: 500;
  color: #252525;
}

/* 메인 배너  백그라운드*/
.main_banner_middle div {
  width: calc(50% - 10px);
}

.main_banner_bottom div a .main_banner_middle div a {
  display: block;
}

.main_banner_bottom div {
  width: calc(33.333% - 13.333px);
}

.main_banner_middle span {
  display: block;
  padding-top: 37.3%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main_banner_bottom span {
  display: block;
  padding-top: 173.29%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.itme_type01.rcm_slider li {
  margin: 0 20px 0 0;
  width: calc(33.33% - 13.33px);
}

.itme_type01.rcm_slider li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}

.itme_type01 .thum_img {
  display: block;
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}

.itme_type01 .thum_img .in_img {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.itme_type01 .thum_img .in_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(/img/main/ico_mark.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 17.29%;
}

/* .itme_type01 > li:focus .thum_img .in_img img,
.itme_type01 > li:hover .thum_img .in_img img{transform: scale(1.08);} */
.itme_type01 .thum_img .item_opt {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.itme_type01 .thum_img .item_opt button {
  margin-left: 7px;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: 0 0;
  outline: none;
}

/* 최근할인 등 아이콘 */
.itme_type01 .in_ico {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 8px;
  width: 46px;
  height: 46px;
  text-align: center;
  background-color: #333;
}

.item_content {
  position: relative;
}

/* new ico */
.itme_type01 .new_ico {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  background-color: #ee4971;
}

.itme_type01 .new_ico span {
  display: block;
  font-weight: 700;
  color: #fff;
}

.itme_type01 .new_ico span.txt {
  font-size: 16px;
  line-height: 60px;
}

/* hot ico */
.itme_type01 .hot_ico {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 46px;
  height: 46px;
  text-align: center;
  background: rgb(1, 233, 189);
  background: linear-gradient(
    38deg,
    rgba(1, 233, 189, 1) 0%,
    rgba(0, 124, 222, 1) 100%
  );
}

.itme_type01 .hot_ico span {
  display: block;
  font-weight: 700;
  color: #fff;
}

.itme_type01 .hot_ico span.txt {
  font-size: 14px;
  line-height: 46px;
}

/* product list */

.product_list {
  display: flex;
  flex-wrap: wrap;
}

.product_list.col-3 {
  gap: 20px;
}

.product_list.col-4 {
  gap: 20px;
}

.product_list.col-3 .product_el {
  width: calc(33.33% - 13.33px);
  position: relative;
}

.product_list.col-4 .product_el {
  width: calc(25% - 15px);
  position: relative;
}

.product_list.col-4 .product_el .fav_btn {
  width: 30px;
  height: 24px;
  background: url('../img/ico/heart_icon.png') no-repeat center;
  background-size: 30px 24px;
  position: absolute;
  top: 50px;
  right: 5px;
}

.product_list.col-3 .product_el .fav_btn {
  width: 30px;
  height: 24px;
  background: url('../img/ico/heart_icon.png') no-repeat center;
  background-size: 30px 24px;
  position: absolute;
  top: 70px;
  right: 10px;
}

.product_list .product_el .fav_btn.active {
  background: url('../img/ico/heart_icon_active.png') no-repeat center;
}

.product_list .product_el .best_icon {
  width: 48px;
  height: 48px;
  background: url('../img/ico/best_icon.png') no-repeat center;
  background-size: 48px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product_list .product_el .new_icon {
  width: 48px;
  height: 48px;
  background: url('../img/ico/new_icon.png') no-repeat center;
  background-size: 48px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.product_img {
  position: relative;
}

.col-4 .product_el .product_img img {
  width: 100%;
  height: 245px;  
  object-fit: cover;
}

.product_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(/img/main/ico_mark.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 17.29%;
}

.col-4 .product_el .product_img .category {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #413228;
}

.col-3 .product_el .product_img img {
  width: 100%;
  height: 324px;
  object-fit: cover;
}

.col-3 .product_el .product_img .category {
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  background-color: #413228
}


.product_el .product_content {
  margin-top: 15px;
}

.product_el .product_content .size {
  color: #999999;
  font-size: 14px;
  margin-bottom: 10px;
}

.product_el .product_content .name {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}

.product_el .product_content .price .percent {
  font-family: "Gmarket Sans";
  color: #ed413f;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  line-height: 1.3;
}

.product_el .product_content .price .percent > span {
  font-size: 14px;
  font-weight: 500;
}

.product_el .product_content .price .total {
  font-family: "Gmarket Sans";
  color: #252525;
  font-size: 20px;
  font-weight: bold;
}

.product_el .product_content .price .total > span {
  font-family: "Noto Sans KR";
  font-size: 15px;
  font-weight: 500;
}


.product_el .product_content .price .ori {
  color: #bbbbbb;
  font-size: 14px;
  margin-left: 5px;
  text-decoration: line-through;
}

.product_el .product_content .price .ori > span {
  font-weight: 500;
}

.event_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.event_list_wrap .event_el {
  width: calc(33.33% - 13.33px);
}

.event_list_wrap .event_el .img_box {
  padding-top: 47%;
  overflow: hidden;
  position: relative;
  border-radius: 28px 0 28px 0;
}
.event_list_wrap .event_el .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event_list_wrap .event_el .text {
  margin-top: 10px;
  font-size: 16px;
  color: #454545;
}

.cer_slider {
  position: relative;
  overflow: hidden;
}

.cer_slider .swiper-slide img {
  width: 100%;
}

.slider_cert .swiper-pagination {
  display: none;
}

.slider_cert .swiper-button-prev{
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  background: url('/img/main/btn_prev_slider.png') no-repeat center;
  background-size: 46px;
}

.slider_cert .swiper-button-next{
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  right: 0;
  transform: translateX(50%);
  background: url('/img/main/btn_next_slider.png') no-repeat center;
  background-size: 46px;
}

.tools_list_wrap {
  gap: 30px;
  margin-bottom: 40px;
}

.tools_list_wrap .tools_el {
  gap: 20px;
  flex-direction: column;
  cursor: pointer;
}

.tools_list_wrap .tools_el .tools_icon {
  width: 100px;
  height: 100px;
  border-radius: 38px;
  background-color: #f9f9f9;
  transition: all 0.3s;
}

.tools_list_wrap .tools_el .tools_icon:hover {
  filter: drop-shadow(0px 18px 8px rgba(0,0,0,0.18));
  transform: translateY(-15px) scale(1);
  background-color: #096319;
}

.tools_list_wrap .tools_el .tools_icon:hover .ico_m {
  filter: brightness(0) invert(1);
}


.tools_list_wrap .tools_el p {
  font-size: 16px;
  color: #999999;
  font-weight: 500;
}

.tools_list_wrap .tools_el .tools_icon {
  position: relative;
}

.tools_list_wrap .tools_el .tools_icon .ico_m_1 {
  width: 48px;
  height: 35px;
  background: url('/img/ico/tools_ico_1.png') no-repeat center;
  background-size: 48px 29px;
}

.tools_list_wrap .tools_el .tools_icon .ico_m_2 {
  width: 47px;
  height: 30px;
  background: url('/img/ico/tools_ico_2.png') no-repeat center;
  background-size: 47px 30px;
}

.tools_list_wrap .tools_el .tools_icon .ico_m_3 {
  width: 42px;
  height: 30px;
  background: url('/img/ico/tools_ico_3.png') no-repeat center;
  background-size: 42px 30px;
}

.tools_list_wrap .tools_el .tools_icon .ico_m_4 {
  width: 43px;
  height: 35px;
  background: url('/img/ico/tools_ico_4.png') no-repeat center;
  background-size: 43px 35px;
}

.tools_list_wrap .tools_el .tools_icon .ico_s {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('/img/ico/new_icon_sub.png') no-repeat center;
  background-size: 26px 26px;
}

/* best ico */
.itme_type01 .best_ico {
  /* display: block; */
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 6px;
  width: 46px;
  height: 46px;
  text-align: center;
  background-color: #f77349;
}

.itme_type01 .best_ico span {
  display: block;
  font-weight: 500;
  color: #fff;
}

.itme_type01 .best_ico span.num {
  font-size: 16px;
}

.itme_type01 .best_ico span.txt {
  margin-top: 3px;
  font-size: 13px;
}

#container.main .zzim_ico {
  display: none;
}

.itme_type01 .zzim_ico {
  display: inline-block;
  position: absolute;
  top: -44px;
  right: 10px;
  width: 30px;
  height: 24px;
  background: url("../img/btn/btn_zzim_off.png") center no-repeat;
  background-size: cover;
  cursor: pointer;
}

.itme_type01 .zzim_ico.on {
  background: url("../img/btn/btn_zzim_on.png") center no-repeat;
  background-size: cover;
}

/* .itme_type01 .thum_img .item_opt button:hover, .itme_type01 .thum_img .item_opt button:focus, .thum_img .item_opt button.active{background-position: 0 100%;} */
.itme_type01 .thum_img .item_opt .btn_zzim {
  overflow: hidden;
  background-image: url("/img/btn/heart.png");
}

.itme_type01 .thum_img .item_opt .btn_zzim.on {
  background-image: url("/img/btn/heart_on.png");
}

.itme_type01 .thum_img .item_opt .btn_zzim.active {
  background-image: url("/img/btn/heart_on.png");
}

.itme_type01 .thum_img .item_opt .btn_zzim:hover {
  background-image: url("/img/btn/heart_on.png");
}

.itme_type01 .thum_img .item_opt .btn_vs {
  display: none;
  overflow: hidden;
  background-image: url("/img/main/btn_vs.png");
}

.itme_type01 .thum_img .item_opt .btn_vs.active {
  background-position: 0 100%;
}

.itme_type01 .thum_img .item_opt .btn_vs:hover {
  background-position: 0 100%;
}

.itme_type01 .thum_img .item_opt .btn_vsmore {
  display: none;
  position: absolute;
  top: -55px;
  right: -30px;
  margin-left: 0;
  width: 105px;
  height: 55px;
  background: url("/img/btn/vsmore.png") no-repeat left top;
}

.itme_type01 .thum_img .item_opt button.btn_vsmore:hover,
.itme_type01 .thum_img .item_opt button.btn_vsmore:focus,
.thum_img .item_opt button.btn_vsmore.active {
  background-position: 0 0;
}

.itme_type01 .item_content .ic_tit {
  overflow: hidden;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}

.itme_type01 .item_content .ic_tit strong {
  font-size: 16px;
  font-weight: 600;
  color: #434343;
}

.itme_type01 .item_content .ic_tit span {
  font-size: 14px;
  font-weight: 500;
  color: #838383;
}

/* *************위도 메인에없는데******************** */
.itme_type01 .item_content .ic_subject {
  width: 100%;
  height: auto;

  /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */

  font-weight: 500;
  line-height: 1.3;
}

.itme_type01 .item_content .ic_subject span {
  display: block;
  overflow: hidden;
  width: 100%;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.itme_type01 .item_content .ic_subject .company {
  font-size: 0.9375em;
  color: #757575;
}

.itme_type01 .item_content .ic_subject .goods {
  margin: -5px 0 8px;

  /* font-weight: 500; */

  font-size: 1.125em;
}

/* ****************메인에는 없는데*************** */
.itme_type01 .item_content .ic_txt {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  height: 54px;
  font-family: "Nanum Gothic";
  font-size: 13px;
  line-height: 18px;
}

.itme_type01 .item_content .ic_txt a {
  display: block;
  overflow: hidden;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #434343;
}

.itme_type01 .item_content .ic_txt a:focus,
.itme_type01 .item_content .ic_txt a:hover {
  text-decoration: underline;
}

.itme_type01 .item_content .ic_bot .ic_color {
  display: none;
  float: right;
}

.itme_type01 .item_content .ic_bot .ic_color span {
  display: none;
  overflow: hidden;
  margin-left: 5px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

/* **************************** */

.itme_type01 .item_content .ic_bot {
  position: relative;
}

/* bottom pay-------------------- */
.ic_pay span {
  display: inline-block;
  font-style: normal;
}

.ic_pay span + span {
  margin-left: 8px;
}

.itme_type01 .item_content .ic_bot .ic_pay .red .red_inner {
  font-size: 1.25em;

  /* font-family: 'Nanum SquareEB', sans-serif; */
  font-weight: 700;
  color: #f43142;
}

.itme_type01 .item_content .ic_bot .ic_pay strong {
  display: inline-block;
  font-family: "Nanum SquareEB", sans-serif;
  font-size: 1.25em;
}

.itme_type01 .item_content .ic_bot .ic_pay .price_unit {
  margin-left: -2px;
}

.itme_type01 .item_content .ic_bot .ic_pay .above {
  margin: 5px 0;
  font-size: 0.9375em;
  vertical-align: baseline;
  text-decoration: line-through;
  color: #999;
}

.ic_bot .ic_tag {
  overflow: hidden;
  margin-top: 0.9em;
  width: 100%;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}

.itme_type01 .item_content .ic_bot .call_inquiry {
  display: block;
}

.itme_type01 .item_content .ic_bot .sold_out {
  display: inline-block;
  display: none;
  box-sizing: border-box;
  border: 1px solid #f43142;
  border-radius: 3px;
  width: 38px;
  height: 1.42857em;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.42857;
  text-align: center;
  color: #fff;
  background: #f43142;
}

/* itme_type02 */

.itme_type02 .thum_img {
  display: block; /*height: 138px;*/
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  background: #f6f6f6;
}

.itme_type02 .thum_img .in_img {
  display: block;
  width: 100%;
  height: 100%;
}

/* .mii_right .itme_type02 .thum_img .in_img{display: block; width: 100%; height: 100%; transform: translateY(-15px);} */
.itme_type02 .thum_img .in_img img {
  transition: 0.2s all;
}

.itme_type02 li:focus .thum_img .in_img img,
.itme_type02 li:hover .thum_img .in_img img {
  transform: scale(1.08);
}

.itme_type02 .item_content .ic_subject {
  overflow: hidden; /*height: 16px;*/
  font-size: 14px; /*white-space: nowrap;*/
  font-weight: 300;
  line-height: 16px;
  text-overflow: ellipsis;
  color: #333;
}

.itme_type02 .item_content .ic_subject a {
  color: #333;
}

.itme_type02 .item_content .ic_pay {
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #434343;
}

.itme_type02 .item_content .ic_pay .call_inquiry {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: #333;
}

.itme_type02 .item_content .ic_pay span {
  font-size: 12px;
  font-style: italic;
  color: #434343;
}

.itme_type02 .item_content .ic_pay span.red {
  color: #d12e2f;
}

.itme_type02 .item_content .ic_pay strong {
  font-size: 12px;
  color: #434343;
}

/* 180409 추가 및 수정 */
.itme_type02 .item_content .ic_subject {
  overflow: hidden;
  height: 35px;
  white-space: nowrap;
  white-space: normal;
  text-overflow: ellipsis;
}

.itme_type02 .item_content .ic_subject a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 35px;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.itme_type02 .item_content .ic_pay span,
.itme_type02 .item_content .ic_pay strong {
  font-size: 12px;
}

/* itme_type03 */
.itme_type03 .thum_img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 238px;
  height: 232px;
  background: #f6f6f6;
}

.itme_type03 .thum_img .in_img {
  display: block;
  width: 100%;
  height: 100%;
}

.itme_type03 .thum_img .in_img img {
  transition: 0.2s all;
}

.itme_type03 > li:focus .thum_img .in_img img,
.itme_type03 > li:hover .thum_img .in_img img {
  transform: scale(1.08);
}

.itme_type03 .item_content {
  padding: 20px 10px 0;
}

.itme_type03 .item_content .ic_tit {
  overflow: hidden;
  margin-bottom: 5px;
  font-style: italic;
}

.itme_type03 .item_content .ic_tit strong {
  font-size: 16px;
  font-weight: 500;
  color: #434343;
}

.itme_type03 .item_content .ic_tit span {
  font-size: 14px;
  font-weight: 500;
  color: #434343;
}

.itme_type03 .item_content .ic_subject {
  overflow: hidden;
  margin-bottom: 10px;
  height: 16px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.itme_type03 .item_content .ic_subject a {
  color: #333;
}

.itme_type03 .item_content .ic_pay {
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #434343;
}

.itme_type03 .item_content .ic_pay span {
  font-size: 14px;
  font-style: italic;
  color: #434343;
}

.itme_type03 .item_content .ic_pay span.red {
  color: #e60012;
}

.itme_type03 .item_content .ic_pay strong {
  font-size: 14px;
  font-weight: 500;
  color: #434343;
}

.main_section03 {
  margin-top: 30px;
}

/* 더보기 */

.more_box > button {
  display: table;
  margin: 0 auto;
  border: solid 1px #dcdcdc;
  width: 220px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  outline: none;
}

.more_item {
  display: none;
}

.more_item.active {
  display: block;
}

.main_service {
  margin-top: 70px;
  margin-bottom: 92px;
}

.main_service {
  overflow: hidden;
  border: 1px solid #ddd;
}

.main_service .ms_box01,
.main_service .ms_box02,
.main_service .ms_box03 {
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  padding: 30px;
  width: 299px;
  height: 239px;
}

.main_service .ms_box01 {
  border-left: none;
}

.main_service .ms_box03 {
  width: 580px;
}

.main_service .ms_box01 .ms_top {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

.main_service .ms_tit {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.main_service .call_txt {
  margin-top: 12px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.main_service .time_txt dt {
  float: left;
  width: 68px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #999;
}

.main_service .time_txt dd {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}

.main_service .board_list {
  margin-top: 12px;
}

.main_service .board_list li {
  position: relative;
  padding-left: 9px;
  line-height: 28px;
}

.main_service .board_list li a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444;
}

.main_service .board_list li a:focus,
.main_service .board_list li a:hover {
  text-decoration: underline;
}

.main_service .board_list li:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}

.main_service .board_list + .more {
  position: absolute;
  top: 32px;
  right: 30px;
}

.main_service .quick_menu {
  margin-top: 23px;
}

.main_service .quick_menu li {
  float: left;
  margin-left: 24px;
  width: 110px;
}

.main_service .quick_menu li:first-child {
  margin-left: 0;
}

.main_service .quick_menu li a {
  display: block;
  text-align: center;
}

.main_service .quick_menu li a span {
  display: block;
  margin-bottom: 12px;
}

.main_service .quick_menu li a strong {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: #444;
}

.sub .itme_type01 {
  display: flex;
  flex-wrap: wrap;
}

.sub .itme_type01 > li {
  margin-bottom: 40px;
}

/* footer new */
#footer {
  position: relative;
}

#footer .notice_box {
  line-height: 60px;
}

#footer .notice_box .ttl {
  float: left;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #252525;
}

#footer .notice_box .list_box {
  float: left;
  box-sizing: border-box;
  padding: 0 5px;
  width: 386px;
}

#footer .notice_box .list_box a {
  display: block;
  overflow: hidden;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #757575;
}

#footer .notice_box .more_link {
  font-size: 15px;
  color: #252525;
}

#footer .f_info_box {
  padding: 50px 0 45px;
  background-color: #f5f5f5;
}

#footer .f_info_box > div > div > p {
  margin-bottom: 1em;
  margin-top: 18px;
  font-size: 15px;
  color: #252525;
}

#footer .call_center .hours span {
  font-size: 14px;
  line-height: 1.6;
  color: #757575;
}

#footer .call_center .contact_icon {
  margin-top: 20px;
  gap: 5px;
}

#footer .call_center .contact_icon .icon_1 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/img/ico/contact_ico_1.png') no-repeat center;
  background-size: 30px;
}

#footer .call_center .contact_icon .icon_2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/img/ico/contact_ico_2.png') no-repeat center;
  background-size: 30px;
}

#footer .company_info {
  float: left;
  box-sizing: border-box;
  width: 55%;
}

#footer .company_info .f_menu {
  margin: 28px 0 17px;
}

#footer .company_info .f_menu li {
  display: inline-block;
}

#footer .company_info .f_menu li a {
  display: block;
  padding-right: 25px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #757575;
}

#footer .company_info .f_menu li:last-of-type a {
  padding-right: 0;
}

#footer .company_info .f_cont address {
  color: #757575;
}

.f_cont .only_web {
  display: inline-block;
}

#footer .company_info .f_cont address span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  vertical-align: middle;
}

#footer .company_info .f_cont address .bar {
  display: inline-block;
  margin: 0 5px;
  font-size: 10px;
  vertical-align: middle;
}

#footer .company_info .f_cont .copy {
  margin-top: 30px;
  font-size: 0.93333em;
  color: #757575;
}

#footer .call_center {
  float: left;
  width: 20%;
}

#footer .company_info .f_cont address .bar.mo_show {
  display: none;
}

#footer .company_info .f_cont address .bar.web_show {
  display: inline-block;
}

#footer .call_center .center_num {
  font-family: Tahoma;
  font-size: 1.5em;
  font-weight: 600;
}

#footer .call_center .hours {
  margin-top: 1.5em;
}

#footer .call_center .hours span {
  display: block;
  color: #757575;
}

#footer .bank_info {
  float: left;
  width: 25%;
}

#footer .bank_info .account span {
  display: block;
  padding-bottom: 0.3125em;
  padding-left: 1.7em;
  font-weight: 500;
  line-height: 1.5;
  background-repeat: no-repeat;
}

#footer .bank_info .account .NH {
  background-image: url("../img/ico/bank_ico_1.png");
  background-position: left 5px;
}

.account .IKB {
  background-image: url("../img/ico/ico_bank02.png");
}

.account .KB {
  background-image: url("../img/ico/ico_bank03.png");
}

.account .WR {
  background-image: url("../img/ico/ico_bank04.png");
}

#footer #moveTop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 56px;
  height: 56px;
  background: url("../img/btn/btn_move_top.png") center no-repeat;
  background-size: cover;
  outline: none;
}

#footer #moveTop:hover {
  box-shadow: 0 18px 15.04px 0.96px rgba(0, 0, 0, 0.18);
}

/* //footer new */
/* footer */
#footer .move_top_btn button {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  background: url("../img/btn/btn_move_top.png") center no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}

/* 추천 패키지 */
.recommend {
  position: relative;
}

.recommend .slick-arrow {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  text-indent: -999999px;
  background: #ddd;
}

.recommend .slick-prev {
  right: 29px;
  background: url("/img/btn/btn_recom_prev.png") no-repeat;
}

.recommend .slick-next {
  background: url("/img/btn/btn_recom_next.png") no-repeat;
}

/* 공통속성 */

.best_top {
  margin-bottom: 30px;
  position: relative;

}

.ttl_box h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.best_top .more_list {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
  align-self: self-end;
}

.ttl_box a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
}

.recommend .img_box {
  overflow: hidden;
  background-color: #f5f5f5;
}

.recommend .img_box img {
  width: 280px;

  /*height:240px; max-height:240px;*/

  transition: 0.2s all;
}

.recommend .img_box:hover img {
  transform: scale(1.08);
}

.recommend01 {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 20px 0;
}

.recommend01 .recom_box {
  display: block;

  /*  margin-right:20px; width:280px !important; background-color:#f6f6f6; */

  padding: 0 10px;
}

.recommend01 .recom_box a {
  color: #333;
}

.recommend01 .recom_box:nth-of-type(4n) {
  margin-right: 0;
}

.recommend01 .recom_box .txt_box {
  box-sizing: border-box;
  padding: 20px 0 30px 15px;
}

.recommend01 .recom_box .txt_box h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.recommend01 .recom_box .txt_box p {
  font-size: 14px;
}

/* 카테고리별 MD'Pick */
.recommend .md_category {
  overflow-x: auto;
  margin-bottom: 40px;
}

.recommend .md_category ul {
  display: flex;

  /* padding-top: 10px; */

  text-align: center;
}

.recommend .md_category ul li {
  border: 1px solid #eee;

  /* display: inline-block; */
  /* float: left; */
  width: 11.1111%;
  min-width: 100px;
  background-color: #fff;
  cursor: pointer;
}

.recommend .md_category ul li + li {
  margin-left: -1px;
}

.recommend .md_category ul li .pick_img {
  display: block;
  position: relative;
  padding: 16px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
}

.recommend .md_category ul li .pick_img .ico {
  display: block;
  width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.recommend .md_category ul li:hover,
.recommend .md_category ul li.active {
  z-index: 10;
  border: 1px solid #252525;
}

.recommend .md_category ul li .pick_img.pick01 .ico {
  background-image: url("../img/ico/ico_mdpick01.png");
}

.recommend .md_category ul li .pick_img.pick02 .ico {
  background-image: url("../img/ico/ico_mdpick02.png");
}

.recommend .md_category ul li .pick_img.pick03 .ico {
  background-image: url("../img/ico/ico_mdpick03.png");
}

.recommend .md_category ul li .pick_img.pick04 .ico {
  background-image: url("../img/ico/ico_mdpick04.png");
}

.recommend .md_category ul li .pick_img.pick05 .ico {
  background-image: url("../img/ico/ico_mdpick05.png");
}

.recommend .md_category ul li .pick_img.pick06 .ico {
  background-image: url("../img/ico/ico_mdpick06.png");
}

.recommend .md_category ul li .pick_img.pick07 .ico {
  background-image: url("../img/ico/ico_mdpick07.png");
}

.recommend .md_category ul li .pick_img.pick08 .ico {
  background-image: url("../img/ico/ico_mdpick08.png");
}

.recommend .md_category ul li .pick_img.pick09 .ico {
  background-image: url("../img/ico/ico_mdpick09.png");
}

.recommend .md_category ul li:hover .pick_img.pick01 .ico,
.recommend .md_category ul li.active .pick_img.pick01 .ico {
  background-image: url("../img/ico/ico_mdpick01_on.png");
}

.recommend .md_category ul li:hover .pick_img.pick02 .ico,
.recommend .md_category ul li.active .pick_img.pick02 .ico {
  background-image: url("../img/ico/ico_mdpick02_on.png");
}

.recommend .md_category ul li:hover .pick_img.pick03 .ico,
.recommend .md_category ul li.active .pick_img.pick03 .ico {
  background-image: url("../img/ico/ico_mdpick03_on.png");
}

.recommend .md_category ul li:hover .pick_img.pick04 .ico,
.recommend .md_category ul li.active .pick_img.pick04 .ico {
  background-image: url("../img/ico/ico_mdpick04_on.png");
}

.recommend .md_category ul li:hover .pick_img.pick05 .ico,
.recommend .md_category ul li.active .pick_img.pick05 .ico {
  background-image: url("../img/ico/ico_mdpick05_on.png");
}

.recommend .md_category ul li:hover .pick_img.pick06 .ico,
.recommend .md_category ul li.active .pick_img.pick06 .ico {
  background-image: url("../img/ico/ico_mdpick06_on.png");
}

.recommend .md_category ul li:hover .pick_img.pick07 .ico,
.recommend .md_category ul li.active .pick_img.pick07 .ico {
  background-image: url("../img/ico/ico_mdpick07_on.png");
}

.recommend .md_category ul li:hover .pick_img.pick08 .ico,
.recommend .md_category ul li.active .pick_img.pick08 .ico {
  background-image: url("../img/ico/ico_mdpick08_on.png");
}

.recommend .md_category ul li:hover .pick_img.pick09 .ico,
.recommend .md_category ul li.active .pick_img.pick09 .ico {
  background-image: url("../img/ico/ico_mdpick09_on.png");
}

.recommend .md_category ul li p {
  margin-top: 10px;
  font-size: 1em;
  color: #999;
}

.recommend .md_category ul li:hover p,
.recommend .md_category ul li.active p {
  color: #252525;
}

/* md _pick */
.more_box .itme_type01.md_pick_type {
  display: none;
}

.md_pick_type li {
  margin-bottom: 40px;
}

.md_pick_type li:nth-child(n + 5) {
  margin-bottom: 0;
}

.more_box .itme_type01.md_pick_type.on {
  display: block;
}

.recommend02 {
  position: relative;

  /*  padding: 20px 0; */
  /* min-height:600px; */

  border-top: solid 1px #ddd;
}

.more_view {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: #777;
}

.item_tabmenu .more_view {
  top: 15px;
}

.item_view .item_box {
  border: none;
}

.new_sale_box {
  margin-top: 15px;
  height: 20px;
}

.main_service .ms_box02 ul {
  margin-top: 25px;
}

.main_service .ms_box02 ul li {
  margin: 12px 0;
  font-size: 14px;
}

.main_service .ms_box02 ul li:after {
  display: block;
  clear: both;
  content: "";
}

.main_service .ms_box02 ul li strong {
  display: block;
  float: left;
  width: 30%;
}

.main_service .ms_box02 ul li span {
  display: block;
  float: left;
  width: 70%;
}

.main aside {
  position: absolute;
  top: 0;
  z-index: 999999;
}

.main .aside_left {
  display: none;
  left: 8%;
  width: 130px;
}

.main .aside_right {
  display: none;
  right: 10%;
  width: 100px;
}

.main aside a {
  display: block;
  font-weight: 400;
  text-align: center;
  color: #555;
}

.main aside a h3 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.main aside a h4 {
  font-size: 14px;
}

.aside_left .aside_left_box {
  border: solid 1px #333;
  height: 50px;
}

.aside_left .aside_left_box:nth-child(2) {
  margin-top: 20px;
}

.aside_left .aside_left_box:nth-child(2),
.aside_left .aside_left_box:nth-child(3) {
  border-bottom: none;
}

.aside_left .aside_left_box:nth-child(4) {
  border-bottom: none;
}

.aside_right .aside_right_box {
  margin-bottom: 20px;
  box-sizing: border-box;
}

.aside_right .aside_right_box img {
  width: 100%;
}

.aside_tap_menu {
  box-sizing: border-box;
}

.aside_tap_menu li {
  float: left;
  box-sizing: border-box;
  width: 33.33%;
}

.aside_tap_menu li a {
  display: block;
  box-sizing: border-box;
  border: solid 1px #ccc;
  border-right: none;
  width: 100%;
  background-color: #ddd;
}

.aside_tap_menu li a img {
  width: 32px;
  height: 32px;
}

.aside_tap_menu li:last-of-type a {
  border-right: solid 1px #ccc;
}

.aside_tap_menu li.active a {
  border-bottom: none;
  background-color: #fff;
  background-color: #fff;
}

.aside_box {
  margin-top: -1px;
  border: solid 1px #ccc;
  border-top: none;
  padding: 10px 15px;
  background-color: #fff;
}

.aside_box > div h4 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.aside_box ul li {
  position: relative;
  margin-bottom: 10px;
}

.aside_box ul li a {
  display: block;
  box-sizing: border-box;
  border: solid 2px transparent;
}

.aside_box ul li a img {
  width: 64px;
  height: 64px;
}

.aside_box ul li a:hover {
  border: solid 2px #333;
  border-left: none;
}

.aside_box ul li a:hover img {
  margin-left: 2px;
}

.aside_box ul li a .depth_02 {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -150px;
  box-sizing: border-box;
  border: solid 2px #333;
  border-right: none;
  padding: 15px 0 10px 10px;
  width: 150px;
  text-align: left;
  background-color: #fff;
}

.aside_box ul li a .depth_02 h5 {
  overflow: hidden;
  width: 95%;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.aside_box ul li a .depth_02 p {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #252525;
}

.aside_box ul li a:hover .depth_02 {
  display: block;
}

.aside_paging {
  position: relative;
  margin: 20px 0 10px;
  font-size: 12px;
  text-align: center;
  color: #555;
}

.aside_paging > a {
  display: block;
  position: absolute;
  top: 0;
}

.aside_paging .page_prev {
  left: -10px;
}

.aside_paging .page_next {
  right: -10px;
}

.Gotop {
  margin-top: 20px;
  box-sizing: border-box;
  padding: 10px 0 0;
  height: 40px;
  color: #fff;
  background-color: #333;
}

.Gotop h5 {
  margin-top: -10px;
  color: #fff;
}

.Gotop span {
  display: block;
  color: #fff;
}

/* 22059 언어 추가 */

.select-lang-wrap {
  position: relative;
  width: 150px;
}

.select-lang-btn {
  display: inline-block;
  margin: 0;
  border: 1px solid #111;
  padding: 5px 10px;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  background: #fff url(/img/triangle-icon.png) 90% 50%/6px no-repeat;
  cursor: pointer;
}

.lang-flag {
  display: inline-block;
  margin-right: 4px;
  width: 1.25rem;
  height: 1rem;
  vertical-align: middle;
  background-image: url(/img/lang-flag-icon.png);
  background-repeat: no-repeat;
  background-size: 400%;
}

.lang-flag.ko {
  background-position: 0 0;
}

.lang-flag.en {
  background-position: 33.3333% 0;
}

.lang-flag.th {
  background-position: 66.6666% 0;
}

.lang-flag.cn {
  background-position: 100% 0;
}

.select-lang-list {
  overflow: hidden;
  position: absolute;
  bottom: 32px;
  left: 0;
  border: 1px solid #888;
  padding: 10px 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  opacity: 0;
  box-shadow: 10px 10px 20px 0 rgba(55, 55, 55, 0.12);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
}

.select-lang-wrap.open .select-lang-list {
  height: 148px;
  opacity: 1;
  pointer-events: fill;
}

.select-lang-list li {
  padding: 5px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: normal;
}

.select-lang-list li a {
  font-weight: 300;
}

.select-lang-list li:hover {
  background-color: #333;
}

.select-lang-list li:hover a {
  color: #fff;
}

/* 반응형 */
.only_web {
  display: block !important;
}

.only_mo {
  display: none !important;
}

/*@media screen and (min-width: 769px){
.recommend .slick-list{width: calc(100% + 20px); margin-left: -10px;}
.main .itme_type01 > li{width:calc(25% - 15px); margin-left:20px; margin-right:0; }
.main .itme_type01 > li:first-child, .main .itme_type01 > li:nth-child(4n+1){margin-left:0; }
}*/
/**/
/*@media screen and (max-width: 810px){
	
	#wrap{min-width:100%;}
	.wrap_layout{ width: 100%;}
	.wrap_1180 { width:90.55%; }


}*/
/* 추가 슬라이더 작업 */
.more_box .best_seller_type li {
  margin: 0 20px 0 0;
  width: calc(25% - 15px);
}

.more_box .best_seller_type li:last-of-type {
  margin-right: 0;
}

.best_seller_type.slick-initialized .slick-arrow {
  position: absolute;
  top: 29%;
  z-index: 99;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}

.best_seller_type.slick-initialized .slick-prev {
  left: -11px;
  background: url("../img/btn/btn_prev.png") center no-repeat;
  background-size: cover;
}

.best_seller_type.slick-initialized .slick-next {
  right: -11px;
  background: url("../img/btn/btn_next.png") center no-repeat;
  background-size: cover;
}

[class*="main_banner_"] {
  display: flex;
  margin-top: 100px;
  align-items: center;
  justify-content: space-between;
}

[class*="main_banner_"] > div {
  /* flex: 1; */
}

[class*="main_banner_"] > div a {
  display: block;
}

[class*="main_banner_"] > div + div {
  margin-left: 20px;
}

[class*="main_banner_"] .banner_tag {
  display: none;
  margin-top: 10px;
  line-height: 1.3;
  color: #454545;
}

/* 퀵메뉴 */
#quick_menu {
  position: fixed;
  top: 200px;
  right: 10.937%;
  z-index: 99999;
}

#quick_menu li a {
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  -webkit-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}

#quick_menu li + li {
  margin-top: 9px;
}

#quick_menu li.recent_view a {
  background: url("../img/btn/btn_recent_view.png") center no-repeat;
  background-size: cover;
}

#quick_menu li.cart a {
  background: url("../img/btn/btn_cart.png") center no-repeat;
  background-size: cover;
}

#quick_menu li.mypage a {
  background: url("../img/btn/btn_mypage.png") center no-repeat;
  background-size: cover;
}

/* //퀵메뉴 */
/* 메인팝업 */
.main_popup {
  position: fixed;
  top: 215px;
  left: 5.93%;
  z-index: 99999;
}

.main_popup button {
  position: absolute;
  top: -33px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../img/btn/btn_popup_close.png") center no-repeat;
  background-size: cover;
}

.main_popup .popup_img {
  display: block;
  border-radius: 28px;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
  box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0 10px 9.4px 0.6px rgba(0, 0, 0, 0.11);
}

.main_popup a {
  display: block;
}

.main_popup .popup_text {
  display: block;
  margin-top: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.04em;
  color: #252525;
}

/* //메인팝업 */

/* 포토리뷰 */

.review_sec {
  margin-top: 100px;
}

.review_sec h2 {
  margin-bottom: 30px;
  font-size: 1.875em;
  font-weight: 700;
}

.review_sec .ptre_list {
  display: flex;
}

.review_sec .ptre_list li {
  width: calc(25% - 19px);
}

.review_sec .ptre_list li + li {
  margin-left: 25px;
}

.review_sec .ptre_list .item_thumb {
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.review_sec .ptre_list .subject {
  display: block;
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #252525;
}

.review_sec .ptre_list .re_disc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  max-height: 2.8em;
  font-size: 16px;
  line-height: 1.4em;
  text-overflow: ellipsis;
  color: #999;
  -webkit-line-clamp: 2;
}

.review_sec .star_box i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/ico/star_blank.png) no-repeat center center/cover;
}

.review_sec .star_box i.on {
  background-image: url(../img/ico/star_on.png);
}
