@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

/* **************************************************************************************
* 반응형 스킨 수정자 CSS
Author : Min
************************************************************************************** */

/*********************************** 공통 영역 ***********************************/

/* 공통 */
.displaynone{display: none!important;visibility: hidden!important;}
.dn {
  display: none;
}
.fw400 {
  font-weight: 400 !important;
}
.btn_resp.color7 {
  background-color: #fff;
  border: 1px solid #00c047;
  color: #00c047;
}
.btn_resp.size_d {
  width: 155.58px;
  height: 38.1px;
  line-height: 38px;
}
#floating_over {
  display: none !important;
}
#layout_wrap,
#layout_body {
  background-color: #fff;
}
.layout_header .util_wrap a,
.layout_header .nav_wrap .respCategoryList .categoryAllBtn,
.layout_header .nav_wrap .respCategoryList .categoryDepthLink,
.layout_footer .title,
.layout_footer .menu > li,
.layout_footer .menu2 > li,
.layout_footer .menu3 > li,
.layout_footer .copyright,
.layout_side .aside_navigation_wrap ul.menu li.mitem.category a.mitem_goodsview,
.layout_side .aside_cs_phone,
.layout_side .title_sub3,
.rightQuickMenuWrap2 h3,
.rightQuickMenuWrap2 .right_menu1 .phone {
  font-family: "Pretendard Variable", sans-serif !important;
}
/*.title_group1 .title1 {font-family:'Lato', sans-serif !important;}*/
#layout_body {
  min-height: 500px;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}
.resp_wrap {
  width: 66.666%;
  min-width: 960px;
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}
.resp_wrap:after {
  display: none;
}

/* 헤더 */
#layout_header .benefit {
  top: 45px;
}
.layout_header {
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);

  padding: 30px 0 10px;
}
.layout_header > .resp_wrap {
  position: relative;
  clear: both;
  min-width: 1200px;
}
.layout_header .util_wrap {
  height: 50px;
  border-bottom: 0 solid #f0f0f0;
}
.layout_header .util_wrap_menu {
  margin-left: -10px;
}
.layout_header .util_wrap_menu > li {
  float: left;
}
.layout_header .util_wrap_menu > li > a.bookmark {
  margin: 0 10px 0 0;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  padding: 0 13px;
}
.layout_header .util_wrap_menu2 {
  padding-right: 0;
  margin-left: 22px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
}
.layout_header .util_wrap_menu2 > li {
  position: relative;
  background: none;
}
.layout_header .util_wrap_menu2 > li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 2px;
  height: 70%;
  transform: translateY(-50%);
  background: #323232;
}
.layout_header .util_wrap_menu2 > li:first-child:before {
  display: none;
}
.layout_header .util_wrap_menu > li > a,
.layout_header .util_wrap_menu2 > li > a {
  padding: 0 6px;
  line-height: 1.37;
  font-size: 16px;
  font-weight: 700;
  color: #323232;
  height: auto;
}

.layout_header .util_wrap_menu > li > a:hover,
.layout_header .util_wrap_menu2 > li > a:hover {
  color: #71cf6f;
}
.layout_header .util_wrap_menu2 > li.user_info {
  height: auto;
  line-height: 1.37;
  padding-right: 0;
  position: relative;
  padding: 25px 0;
  float: right;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout_header .util_wrap_menu2 > li.user_info a > span {
  display: inline-block;
  vertical-align: middle;
}
.layout_header .util_wrap_menu2 > li.user_info a > span.u_name {
  max-width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout_header .util_wrap_menu2 > li.user_info .user_info_icon {
  padding-left: 6px;
  vertical-align: text-bottom;
}
.layout_header .util_wrap_menu2 > li.user_info .user_info_menu {
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
  display: none;
}
.layout_header .util_wrap_menu2 > li.user_info .user_info_menu ul {
  width: 140px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 30px rgb(0 0 0 / 5%);
  padding: 10px 0;
  text-align: center;
}
.layout_header .util_wrap_menu2 > li.user_info .user_info_menu ul a {
  padding: 10px 35px;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 700;
  color: #323232;
  display: block;
}
.layout_header .util_wrap_menu2 > li > a.join {
  color: #dd0000;
}

.layout_header .logo_wrap {
  /* padding: 25px 0 5px; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.layout_header .logo_wrap .logo_area {
  display: inline-block;
}
.layout_header .logo_wrap .logo_area > a {
  height: auto;
  font-size: 0;
  display: block;
}
.layout_header .resp_top_hamburger {
  display: none;
}
.layout_header .resp_top_hamburger > a {
  width: 22px;
  height: 22px;
}
.layout_header .resp_top_hamburger > a > b {
  width: 80%;
}
.layout_header .resp_top_hamburger > a > b,
.layout_header .resp_top_hamburger > a:before,
.layout_header .resp_top_hamburger > a:after {
  background: #323232;
}
.layout_header .resp_top_hamburger > a:before {
  transform: translateY(-7px) rotate(0deg);
}
.layout_header .resp_top_hamburger > a:after {
  transform: translateY(7px) rotate(0deg);
}
.layout_header .resp_top_hamburger > a:hover:before {
  transform: translateY(-5px) rotate(405deg);
}
.layout_header .resp_top_hamburger > a:hover:after {
  transform: translateY(5px) rotate(-405deg);
}
.layout_header .resp_top_hamburger > a.on:before {
  transform: translateY(-5px) rotate(45deg);
}
.layout_header .resp_top_hamburger > a.on:after {
  transform: translateY(5px) rotate(-45deg);
}
.layout_header .resp_top_mypge {
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 10%;
  margin-top: 0;
  right: 85px;
  width: 33px;
  height: 26px;
  background: url("../images/design_resp/icon_mypage.png") no-repeat;
  background-size: 33px 26px;
  text-indent: -9999px;
  z-index: 200;
}
.layout_header .resp_top_cart {
  display: inline-block;
  top: auto;
  bottom: 10%;
  margin-top: 0;
  right: 30px;
  width: 33px;
  height: 26px;
  background: url("../images/design_resp/icon_cart.png") no-repeat;
  background-size: 33px 26px;
  z-index: 200;
}
.layout_header .resp_top_cart .cart_cnt2 {
  margin-top: -5px;
}
.layout_header .resp_top_search {
  /* top: auto;
  bottom: 10%;
  right: 140px; */
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 247px;
}
.layout_header .resp_top_search a.btn_search_open {
  opacity: 0;
  width: 20px;
  height: 20px;
  background: url("../images/design_resp/icon_search_open.png") no-repeat;
  background-size: cover;
  margin-top: 15px;
  display: none;
}
.layout_header .resp_top_search .search_ver2 {
  opacity: 1;
  overflow: visible;
  transform: translateX(0);
  position: static;
  height: auto;
}
.layout_header .resp_top_search .search_ver2 .search_new {
  position: static;
}
.layout_header .resp_top_search .search_ver2 .search_new .input_area .cont {
  /* width: 247px; */
  width: 100%;
  height: 44px;
  border-radius: 50px;
  border: none;
  background: #f7f7f7;
  padding-right: 15px;
}
.layout_header .resp_top_search .search_ver2 .search_new .contetns_area {
  width: 258px;
  display: none !important;
}
.layout_header
  .resp_top_search
  .search_ver2
  .search_new
  .input_area
  label.search_box {
  width: 216px;
  margin-right: 0;
  box-sizing: border-box;
  padding-left: 10px;
  width: calc(100% - 20px);
}
.layout_header
  .resp_top_search
  .search_ver2
  .search_new
  .input_area
  button.search {
  width: 16px;
  height: 16px;
  /* margin-right: 10px; */
  border: none;
  background: url("../images/design_resp/icon_search.png") 50% 50% no-repeat;
  background: none;
  background-size: contain;
}
.layout_header
  .resp_top_search
  .search_ver2
  .search_new
  .input_area
  button.close {
  display: none;
}

.layout_header .gnb_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout_header #cateSwiper {
  border-top: none;
}
.layout_header #cateSwiper .respCategoryList {
  display: inline-block;
}
.layout_header #cateSwiper .respCategoryList > li {
  display: inline-block;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}
.layout_header #cateSwiper .respCategoryList .nav_category_all {
  width: auto;
}
.layout_header
  #cateSwiper
  .respCategoryList
  .nav_category_all
  .categoryAllBtn
  .icon {
  margin: 0 10px 3px 0;
}
.layout_header #cateSwiper .respCategoryList .nav_category_all .categoryAllBtn,
.layout_header #cateSwiper .respCategoryList .categoryDepthLink {
  width: auto;
  height: auto;
  line-height: 1.42;
  border: 0;
  padding: 20px 20px;
  font-size: 24px;
  font-weight: 700;
  color: #323232;
}

.layout_header #cateSwiper .respCategoryList .nav_category_all .categoryAllBtn {
  padding-left: 0;
}
.layout_header
  #cateSwiper
  .respCategoryList
  .nav_category_all
  .categoryAllBtn
  span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
}
.layout_header #cateSwiper .respCategoryList .categoryDepthLink > em {
  line-height: inherit;
  height: auto;
}
.layout_header #cateSwiper .respCategoryList .categoryDepthLink:hover {
  color: #323232;
}
.layout_header #cateSwiper .respCategoryList .categoryAllBtn > em,
.layout_header #cateSwiper .respCategoryList .categoryDepthLink > em {
  display: inline-block;
  position: relative;
  /* height: 49px; */
}
.layout_header #cateSwiper .respCategoryList .categoryAllBtn > em:after,
.layout_header #cateSwiper .respCategoryList .categoryDepthLink > em:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0px;
  padding-top: 1px;
  background: #323232;
  transition: all 0.2s;
}
.layout_header
  #cateSwiper
  .respCategoryList
  .nav_category_all:hover
  .categoryAllBtn
  > em:after,
.layout_header
  #cateSwiper
  .respCategoryList
  .categoryDepth1:hover
  .categoryDepthLink
  > em:after,
.layout_header
  #cateSwiper
  .respCategoryList
  .custom_nav_link:hover
  .categoryDepthLink
  > em:after {
  /* width: 100%; */

  left: 0;
}
.layout_header
  #cateSwiper
  .respCategoryList
  .nav_category_all:hover
  .categoryAllBtn
  > em,
.layout_header
  #cateSwiper
  .respCategoryList
  .categoryDepth1:hover
  .categoryDepthLink
  > em,
.layout_header
  #cateSwiper
  .respCategoryList
  .custom_nav_link:hover
  .categoryDepthLink
  > em {
  color: #71cf6f;
}
.layout_header
  #cateSwiper
  .respCategoryList
  .nav_category_all:hover
  .categoryAllBtn
  svg
  path {
  stroke: #71cf6f !important;
}

.layout_header
  #cateSwiper
  .respCategoryList
  .categoryDepth1.on
  .categoryDepthLink
  > em,
.layout_header
  #cateSwiper
  .respCategoryList
  .custom_nav_link.on
  .categoryDepthLink
  > em {
  /* border-bottom: 1px solid #444; */
  color: #71cf6f;
  border: 0;
}
.layout_header #cateSwiper .respCategoryList .categoryAllSub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 0;
  transform: translateX(-50%);
}
.layout_header #cateSwiper .respCategoryList .categoryAllSub > ul {
  /* width: 180px; */
  width: 140px;
  margin-top: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.05);
  /* min-height: 300px; */
  padding: 10px 0;
}
.layout_header
  #cateSwiper
  .respCategoryList
  .categoryAllSub
  .categoryDepth1
  .categoryDepthLink {
  /* height: 40px; */
  /* line-height: 41px; */
  text-align: left;
  padding: 10px 35px;
  font-size: 16px;
}
.layout_header
  #cateSwiper
  .respCategoryList
  .categoryAllSub
  .categoryDepthLink:hover {
  color: #71cf6f;
}
.layout_header
  #cateSwiper
  .respCategoryList
  .categoryAllSub
  .categoryDepth1
  .categoryDepthLink
  > em {
  display: inline-block;
  height: 35px;
}

.layout_header
  #cateSwiper
  .respCategoryList
  .categoryAllSub
  .categoryDepthLink
  > em:after {
  bottom: -2px;
  background: #666;
  padding-top: 1px;
}

.layout_header
  #cateSwiper
  .respCategoryList
  .categoryAllSub
  .categoryDepth1
  .categorySub {
  top: 0;
  left: 100%;
  bottom: 0;
  margin-left: -1px;
  background: rgba(255, 255, 255, 0.98);
  padding: 20px;
}

.layout_header .util_area {
  display: flex;
  align-items: center;
  max-width: 400px;
}

.layout_header.flyingMode {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.layout_header.flyingMode .logo_wrap {
  /* display: none; */
}

@media only screen and (max-width: 1550px) {
  .layout_header .util_area {
    display: flex;
    align-items: center;
    max-width: 340px;
  }
  /* .layout_header .resp_top_search {
    display: none;
  } */
}

@media only screen and (max-width: 1279px) {
  .layout_header .util_wrap {
    height: 10px;
    border: transparent;
  }
  .layout_header .util_wrap .util_wrap_menu2 {
    display: none;
  }
  .layout_header .logo_wrap {
    float: none;
    width: auto;
  }

  .layout_header .logo_wrap .logo_area > a {
    height: auto;
    line-height: inherit;
    padding: 15px 0 10px;
  }
  .layout_header .logo_wrap.flying .logo_area > a {
    padding: 10px 0;
  }
  .layout_header .logo_wrap .logo_area img,
  .layout_header .logo_wrap.flying .logo_area img {
    max-height: 50px;
  }
  .layout_header .resp_top_hamburger,
  .layout_header .resp_top_cart,
  .layout_header .resp_top_search {
    top: 25px;
    margin-top: 0;
  }
  .layout_header .resp_top_mypge {
    display: none;
  }

  /* .layout_header .resp_top_search {
    display: none;
    bottom: auto;
    right: 90px;
  }
  .layout_header .resp_top_search a.btn_search_open {
    opacity: 1;
    width: 26px;
    height: 26px;
    margin-top: 0;
  }
  .layout_header .resp_top_search .search_ver2 {
    opacity: 0;
    overflow: hidden;
    transform: translateX(-5px);
  }
  .layout_header .resp_top_search .search_ver2.on {
    opacity: 1;
    overflow: visible;
    transform: translateX(5px);
  }
  .layout_header .resp_top_search .search_ver2 .search_new .input_area .cont {
    margin-top: -10px;
  }
  .layout_header
    .resp_top_search
    .search_ver2
    .search_new
    .input_area
    label.search_box {
    width: 190px;
  }
  .layout_header
    .resp_top_search
    .search_ver2
    .search_new
    .input_area
    button.search {
    margin-right: 0;
  }
  .layout_header
    .resp_top_search
    .search_ver2
    .search_new
    .input_area
    button.close {
    display: inline-block;
  } */
  .layout_header #cateSwiper {
    width: auto;
    padding: 0;
  }
  .layout_header #cateSwiper .designCategoryNavigation {
    overflow: visible;
  }
  .layout_header #cateSwiper .designCategoryNavigation .respCategoryList {
    display: table;
    width: auto;
    margin: 0 auto;
    table-layout: auto;
  }
  .layout_header #cateSwiper .designCategoryNavigation .respCategoryList > li {
    display: table-cell;
  }
}
@media only screen and (max-width: 1320px) {
  #layout_body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout_header {
    overflow-x: hidden;
    padding: 0;
  }
  .layout_header .resp_top_hamburger {
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 20px;
    top: 27px;
  }

  .layout_header .resp_top_search {
    right: 55px;
  }
  .layout_header .resp_top_cart {
    right: -5px;
  }
  .layout_header #cateSwiper .designCategoryNavigation {
    overflow: hidden;
  }
  .resp_wrap {
    width: 90%;
    min-width: auto;
    /* max-width: 600px; */
  }

  .layout_header .logo_wrap {
    padding: 2px 0;
    position: static;
    transform: none;
  }
  .layout_header .logo_wrap .logo_area {
    display: table;
    margin: auto;
    max-width: 100px;
  }
  .layout_header .logo_wrap .logo_area > a {
    padding: 0 !important;
  }
  .layout_header .logo_wrap .logo_area svg {
    max-width: 100%;
  }
  .layout_header .gnb_wrap {
    display: none;
  }
  .layout_header > .resp_wrap {
    width: 100%;
    /* max-width: 1280px; */
    max-width: 960px;
    min-width: auto;
  }
  .layout_header.flyingMode .logo_wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {

}



@media only screen and (max-width: 767px) {
  .layout_header .resp_top_cart {
    display: block;
  }
  .layout_header #cateSwiper .designCategoryNavigation .respCategoryList,
  .layout_header #cateSwiper .designCategoryNavigation .respCategoryList > li {
    display: flex;
  }
  .layout_header
    #cateSwiper
    .respCategoryList
    .nav_category_all
    .categoryAllBtn,
  .layout_header #cateSwiper .respCategoryList .categoryDepthLink {
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .layout_header .logo_wrap.flying .resp_top_hamburger,
  .layout_header .logo_wrap.flying .resp_top_cart,
  .layout_header .logo_wrap.flying .resp_top_search {
    /* top: 15px; */
  }
  .layout_header .logo_wrap.flying {
    /* box-shadow: 8px 30px rgb(0 0 0 / 5%); */
    border-bottom: 1px solid #eee;
  }
  .layout_header .logo_wrap.flying .resp_top_hamburger {
    /* top: 50%; */
    /* left: 5%; */
  }
}

/* 풋터 */
.layout_footer {
  margin-top: 80px;
  background: #323232;
  padding: 36px 0;
}
.layout_footer .resp_wrap {
  width: 70%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout_footer a:hover,
.layout_footer a:focus {
  /* text-decoration: underline; */
}
.layout_footer a.link_f:after,
.layout_footer span.link_f > a:after {
  content: " >";
}
.layout_footer .logo_area {
  margin-bottom: 30px;
}
.layout_footer .footer_contents {
}
.layout_footer .footer_contents a {
  display: inline-block;
  margin: 0 6px;
}
.layout_footer .footer_contents a:hover svg circle {
  fill: #00c047;
  transition: all 0.3s;
}

.layout_footer .footer_contents > li.footer_a1,
.layout_footer .footer_contents > li.footer_c1 {
  width: 30%;
}
.layout_footer .footer_contents > li.footer_b1,
.layout_footer .footer_contents > li.footer_d1 {
  width: 20%;
}
.layout_footer .title {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
}
.layout_footer .menu > li {
  position: relative;
  padding-top: 4px;
}
.layout_footer .menu > li.company_phone {
  padding-top: 0;
}
.layout_footer .menu > li.company_phone a {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
}
.layout_footer .menu > li,
.layout_footer .menu > li a,
.layout_footer .menu2 > li a {
  height: auto;
  line-height: inherit;
  color: #fff;
}
.layout_footer .menu2 > li.bold a {
  font-weight: 600;
}
.layout_footer .menu2 > li {
  float: none;
  display: inline-block;
  position: relative;
  padding-top: 4px;
}
.layout_footer .menu2 > li:before {
  display: block;
  content: "/";
  position: absolute;
  top: 4px;
  left: -4px;
}
.layout_footer .menu2 > li:first-child:before {
  display: none;
}
.layout_footer .footer_comp {
  position: relative;
  border-top: 0 solid #f0f0f0;
  padding-top: 0;
  line-height: 1.5;
}
.layout_footer .menu3 {
  margin: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
}
.layout_footer .footer_comp .pcolor,
.layout_footer .footer_comp a {
  color: inherit;
  font-weight: inherit;
}
.layout_footer .menu3 > li {
  display: block;
  float: none;
  padding: 0;
}
.layout_footer .menu5 > a {
  display: inline-block;
  color: #c1ff72;
  font-weight: 500;
  padding: 0 8px;
  border-left: 2px solid #c1ff72;
  line-height: 1;
}
.layout_footer .menu5 > a:first-child {
  padding-left: 0;
  border-left: 0;
}
.layout_footer .escrow {
  top: auto;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .layout_footer .footer_contents {
    padding-bottom: 10px;
  }
  .layout_footer .footer_contents > li {
    width: 100% !important;
    padding-right: 0;
  }
  .layout_footer .footer_b1 .title,
  .layout_footer .footer_c1 .title,
  .layout_footer .footer_d1 .title {
    padding-top: 20px;
  }
  .layout_footer .menu.v2 > li {
    display: inline-block;
    padding-right: 20px;
  }
  .layout_footer .menu.v2 > li:before {
    display: block;
    content: "|";
    position: absolute;
    top: 3px;
    left: -13px;
  }
  .layout_footer .footer_comp {
    padding-top: 20px;
  }
  .layout_footer .menu3 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .layout_footer {
    padding: 70px 0;
  }
}

/* 우측 사이드바 */
.rightQuickMenuWrap2 {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 220px;
  border-left: 1px solid #dbdbdb;
  background: #fff;
  z-index: 201;
}
.rightQuickMenuWrap2.closed {
  right: -220px;
  box-shadow: none;
}
.rightQuickMenuWrap2 p,
.rightQuickMenuWrap2 li,
.rightQuickMenuWrap2 a,
.rightQuickMenuWrap2 span {
  letter-spacing: 0.5px;
  font-size: 11px;
  font-weight: 400;
  color: #999;
}
.rightQuickMenuWrap2 .rightQuick_close {
  display: none;
}
.rightQuickMenuWrap2 .outside_menu .rightQuick_close,
.rightQuickMenuWrap2 .outside_menu .rightQuick_open {
  border: none;
  background: none;
  position: static;
}
.rightQuickMenuWrap2 .outside_menu {
  position: absolute;
  right: 220px;
  top: 50%;
  margin-top: -200px;
}
.rightQuickMenuWrap2 .outside_menu .menu1 {
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.05);
}
.rightQuickMenuWrap2 .outside_menu .menu1 > li {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #f0f0f0;
  width: 48px;
}
.rightQuickMenuWrap2 .outside_menu .menu1 > li.close {
  /*border-top:none;*/
}
.rightQuickMenuWrap2 .outside_menu .menu1 > li.open {
  margin-top: -1px;
  border-color: #333;
}
.rightQuickMenuWrap2 .outside_menu .menu1 > li > a {
  height: 48px;
}
.rightQuickMenuWrap2 .outside_menu .menu2 {
  display: table;
  width: 100%;
  margin-top: 15px;
}
.rightQuickMenuWrap2 .outside_menu .menu2 > li {
  display: table-row;
  width: 48px;
}
.rightQuickMenuWrap2 .outside_menu .menu2 > li > a {
  display: table-cell;
  height: 36px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.6;
}
.rightQuickMenuWrap2 .outside_menu .menu2 > li > a:hover {
  opacity: 1;
}
.rightQuickMenuWrap2 .inner_menu1 > li {
  padding-top: 5px;
}
.rightQuickMenuWrap2 .inner_menu1 > li:first-child {
  padding-top: 0;
}
.rightQuickMenuWrap2 .inner_menu1 > li > a {
  display: block;
  border: 1px solid #e0e0e0;
  text-align: center;
  color: #333;
  line-height: 25px;
  transition: all ease 0.3s;
}
.rightQuickMenuWrap2 .inner_menu1 > li > a:hover {
  border-color: #aaa;
}
.rightQuickMenuWrap2 .right_wrap {
  padding: 0 20px 20px;
}
.rightQuickMenuWrap2 .right_wrap h3 {
  margin: 30px 0 12px;
  font-size: 12px;
  font-weight: 600;
  color: #323232;
  letter-spacing: 1.2px;
}
.rightQuickMenuWrap2 .right_wrap h3 span {
  font-weight: inherit;
  color: inherit;
}
.rightQuickMenuWrap2 .right_item_recent {
  padding-top: 0;
}
.rightQuickMenuWrap2 .right_itemList ul li {
  padding-top: 0;
  position: relative;
  text-align: center;
}
.rightQuickMenuWrap2 .right_itemList ul li .right_quick_goods img {
  max-width: 100%;
}
.rightQuickMenuWrap2 .right_itemList ul li .right_quick_goods:hover img {
  border-color: #fff !important;
}
.rightQuickMenuWrap2 .right_itemList .btn_delete {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  background: url("../images/design/ico_recently_delete.png") no-repeat;
  width: 15px;
  height: 15px;
  border-radius: 2px;
}
.rightQuickMenuWrap2 .right_quick_paging {
  display: none;
  position: relative;
  width: 100px;
  margin: auto;
  padding: 8px 0px;
  color: #acacac;
  text-align: center;
}
.rightQuickMenuWrap2 .right_quick_paging .right_page_box {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.rightQuickMenuWrap2 .right_quick_paging .right_quick_btn_prev {
  position: absolute;
  left: 0;
}
.rightQuickMenuWrap2 .right_quick_paging .right_quick_btn_next {
  position: absolute;
  right: 0;
}
.rightQuickMenuWrap2 .right_menu1 > li {
  font-size: 10px;
  padding: 1px 0;
}
.rightQuickMenuWrap2 .right_menu1 .phone {
  margin: -2px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #323232;
  line-height: 1.3;
}
.rightQuickMenuWrap2 .bank_info > li {
  padding-top: 6px;
}
.rightQuickMenuWrap2 .bank_info > li:first-child {
  padding-top: 0;
}
.rightQuickMenuWrap2 ul.social_list {
  overflow: hidden;
  zoom: 1;
}
.rightQuickMenuWrap2 ul.social_list > li {
  float: left;
  line-height: 0;
  padding-left: 6px;
}
.rightQuickMenuWrap2 ul.social_list > li:first-child {
  padding-left: 0;
}
.rightQuickMenuWrap2 ul.social_list > li > a > img {
  width: 24px;
  opacity: 0.4;
  transition: opacity 0.3s;
}
.rightQuickMenuWrap2 ul.social_list > li > a:hover > img {
  opacity: 1;
}
.rightQuickMenuWrap2 .btn_navertalk {
  display: block;
  margin-top: 30px;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #01ba3a;
  background: #01c43d;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .rightQuickMenuWrap2 {
    display: none;
  }
}

/* 좌측 어사이드 메뉴 */
.side_close {
  left: 325px;
}
.layout_side {
  width: 320px;
  padding: 20px 30px;
}
.layout_side .aside_userinformation {
  border-color: #333;
  padding: 0 0 20px;
}
.layout_side .asie_main_menu {
  padding: 10px 0 15px;
}
.layout_side .aside_navigation_wrap {
  border-top: 1px solid #333;
}
.layout_side .aside_navigation_wrap ul.menu {
  padding-top: 30px;
  margin-bottom: 10px;
}
.layout_side .aside_navigation_wrap ul.menu li.mitem,
.layout_side .aside_navigation_wrap ul.menu li.mitem:first-child {
  border-top: 0;
  border-bottom: 0;
}
.layout_side .aside_navigation_wrap ul.menu li.mitem.category a.mitem_title {
  background-color: transparent;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem.category
  a.mitem_goodsview {
  border-color: transparent;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: #666;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem.category
  a.mitem_goodsview:hover {
  color: #323232;
}
.layout_side .aside_navigation_wrap ul.menu li.mitem.category.on,
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem_subcontents
  ul.submenu
  li.submitem.category.on {
  background-color: transparent;
}
.layout_side .aside_navigation_wrap ul.menu li.mitem.mitemicon2,
.layout_side .aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu {
  background-color: transparent;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem_subcontents
  ul.submenu
  li.submitem {
  border-color: transparent;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem_subcontents
  ul.submenu
  li.submitem.category:last-child {
  border-color: transparent;
}
.layout_side .aside_navigation_wrap ul.menu li.mitem.mitemicon1,
.layout_side .aside_navigation_wrap ul.menu li.mitem.mitemicon2 {
  background-position: 10px center;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem_subcontents
  ul.submenu
  li.submitem.category
  a.submitem_title {
  background-position: 15px center;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem.category
  a.mitem_goodsview {
  margin-left: 35px;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem_subcontents
  ul.submenu
  li.submitem.category
  a.mitem_goodsview {
  margin-left: 25px;
  font-size: 14px;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.custom_nav_link
  a.mitem_goodsview {
  color: #666;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.custom_nav_link
  a.mitem_goodsview:hover {
  color: #323232;
}
.layout_side .mitem_subcontents + .custom_nav_link {
  padding-top: 10px;
}
.layout_side .asie_main_menu > ul > li.am_home,
.layout_side .asie_main_menu > ul > li.am_wish,
.layout_side .asie_main_menu > ul > li.am_coupon,
.layout_side .asie_main_menu > ul > li.am_emony,
.layout_side .aside_navigation_wrap ul.tab,
.layout_side .aside_navigation_bottom_line {
  display: none;
}
.layout_side .wrap_aside,
.layout_side .aside_recently_nodata,
.layout_side .aside_recently {
  /* display: ; */
}
.layout_side .aside_cs_btn {
  padding-top: 20px;
}
.layout_side .aside_cs_btn > a {
  display: block;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
}

/*********************************** 메인 페이지 ***********************************/

/* 메인 - 슬라아드 배너 */
.wide_visual_slider {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.wide_visual_slider .slick-prev {
  left: 50%;
  margin-left: -700px;
}
.wide_visual_slider .slick-next {
  right: 50%;
  margin-right: -700px;
}
.wide_visual_slider .slick-dots {
  bottom: 30px;
}
.wide_visual_slider .slick-dots > li {
  padding: 0 3px;
}
.wide_visual_slider .slick-dots > li > button {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 1);
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.wide_visual_slider .slick-dots > li.slick-active > button {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 1);
  background: rgba(0, 0, 0, 1);
}
.wide_visual_slider .sslide img {
  /* max-width:inherit; margin-left:-50%; margin-right:-50%; */
}
.wide_visual_slider .slick-active .simg {
  transform: scale(1);
}
.wide_visual_slider .slide_contents {
  max-width: 1920px;
  left: 50%;
  margin-left: -630px;
}
.wide_visual_slider .wrap2 {
  text-align: left;
}
.wide_visual_slider .text_wrap {
  margin: 0 0 150px;
  background: transparent;
  padding: 0;
}
.wide_visual_slider .text1 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 100;
  color: #fff;
  letter-spacing: -3px;
  transform: translateX(10px);
  transition: all 0.6s 0.5s;
}
.wide_visual_slider .text2 {
  font-family: "Century Gothic", sans-serif;
  font-size: 65px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -2px;
  transform: translateX(20px);
  transition: all 0.6s 1.3s;
}
.wide_visual_slider .text3 {
  font-family: "Lato", sans-serif;
  padding-top: 20px;
  font-size: 21px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  transform: translateY(-10px);
  transition: all 0.6s 1.7s;
}
.wide_visual_slider .sbtns1 {
  padding-top: 40px;
  transform: scale(1.1);
  transition: all 0.6s 2.3s;
}
.wide_visual_slider .sbtn1 {
  min-width: inherit;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border: 1px solid #fff;
  background: transparent;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.wide_visual_slider .sbtn1:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1330px) {
  .wide_visual_slider .slide_contents {
    max-width: 100%;
    left: 40px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .wide_visual_slider .slick-prev {
    left: 10px;
    margin-left: 0;
  }
  .wide_visual_slider .slick-next {
    right: 10px;
    margin-right: 0;
  }
  .wide_visual_slider .text_wrap {
    margin: 0 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .wide_visual_slider .slide_contents {
    left: 10px;
  }
  .wide_visual_slider .text_wrap {
    padding: 0 10px;
  }
  .wide_visual_slider .text1,
  .wide_visual_slider .text2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .wide_visual_slider .slick-dots {
    bottom: 20px;
  }
  .wide_visual_slider .text1,
  .wide_visual_slider .text2 {
    font-size: 36px;
  }
  .wide_visual_slider .text3 {
    padding-top: 10px;
    font-size: 17px;
  }
  .wide_visual_slider .text3 br {
    display: none;
  }
  .wide_visual_slider .sbtns1 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .wide_visual_slider .text1,
  .wide_visual_slider .text2 {
    font-size: 26px;
  }
  .wide_visual_slider .text3 {
    font-size: 16px;
  }
}
.wide_visual_slider .sslide img {
  max-width: inherit;
  margin-left: -50%;
  margin-right: -50%;
}
@media only screen and (max-width: 1023px) {
  .wide_visual_slider .sslide img {
    max-width: 140%;
    margin-left: -20%;
    margin-right: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .wide_visual_slider .sslide img {
    max-width: 160%;
    margin-left: -30%;
    margin-right: -30%;
  }
}
@media only screen and (max-width: 479px) {
  .wide_visual_slider .sslide img {
    max-width: 180%;
    margin-left: -40%;
    margin-right: -40%;
  }
}

/* 메인 - 타이틀 */
.title_group1 {
  padding: 120px 0 40px;
}
.title_group1 .title1 {
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: -2px;
}
.title_group1 .title1:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background: #ea0000;
}
.title_group1 .text2 {
  color: #bababa;
}
.detail_title_area .name,
.goods_spec_sections .deatil_price_area .sale_price .num,
#total_goods_price {
  font-weight: 400;
}
.search_nav .navi_linemap2:before {
  height: 37px;
}
@media only screen and (max-width: 767px) {
  .title_group1 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .title_group1 {
    padding: 60px 0 20px;
  }
  .title_group1 .title1 {
    padding-bottom: 10px;
    font-size: 24px;
  }
}

/* 메인 - 상품디스플레이 */
.display_slide_class {
}
.displayTabContainer {
  margin-top: 10px;
}
.display_responsible_class {
  margin-top: -10px;
}
.display_recomm {
  margin-top: 20px;
}
.displaY_color_option .areA {
  height: 4px;
}
.respGoodsIcon.typeText {
  top: 0;
  left: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
}
.respGoodsIcon.typeText .respGoodsIconInner {
  width: 58px;
  height: 58px;
}
.goods_list li.gl_item .resp_display_goods_info {
  padding: 15px 0 10px;
  text-align: left;
}
.goods_list li.gl_item .resp_display_goods_info .displaY_goods_name {
  font-size: 18px;
  font-weight: 500;
}
.goods_list li.gl_item .resp_display_goods_info .displaY_goods_short_desc {
  font-size: 14px;
}
.goods_list li.gl_item .resp_display_goods_info .displaY_consumer_price {
  font-size: 16px;
}
.goods_list li.gl_item .resp_display_goods_info .displaY_sales_price .nuM,
.goods_list li.gl_item .resp_display_goods_info .displaY_goods_price .nuM {
  font-size: 20px;
}
.goods_list li.gl_item .resp_display_goods_info .displaY_sales_percent {
  /*float:right;*/
  color: #df0000;
}
.goods_list li.gl_item .resp_display_goods_info .displaY_besong,
.goods_list li.gl_item .resp_display_goods_info .displaY_review_count {
  display: none;
}
.display_responsible_class .goods_list {
  margin-left: -40px;
}
.display_responsible_class .goods_list li.gl_item {
  padding-left: 40px;
}
.show_display_col3 .display_slide_class .goods_display_slide_wrap {
  margin-left: -5px;
}
.show_display_col3 .display_slide_class .swiper-slide {
  padding-left: 15px;
}
.show_display_col3
  .display_slide_class
  .swiper-slide.goods_list
  li.gl_item
  .resp_display_goods_info {
  text-align: center;
}
.display_slide_class .swiper-button-prev {
  margin-top: -15px;
  width: 21px;
  height: 37px;
  background: url("../images/design_resp/arrow_left.png") no-repeat;
}
.display_slide_class .swiper-button-next {
  margin-top: -15px;
  width: 21px;
  height: 37px;
  background: url("../images/design_resp/arrow_right.png") no-repeat;
}
@media only screen and (max-width: 1023px) {
  .display_responsible_class .goods_list li.gl_item {
    padding-top: 10px;
  }
  .display_responsible_class {
    margin-top: 0;
  }
  .display_recomm {
    margin-top: 10px;
  }
  .show_display_col3 .display_slide_class .goods_display_slide_wrap {
    margin-left: 0;
  }
  .show_display_col3 .display_slide_class .swiper-slide {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .respGoodsIcon.typeText .respGoodsIconInner {
    width: 40px;
    height: 40px;
  }
  .goods_list li.gl_item .resp_display_goods_info .displaY_goods_name {
    font-size: 15px;
  }
  .show_display_col3 .display_responsible_class .goods_list li.gl_item {
    width: 50%;
  }
  .show_display_col3 .display_slide_class .swiper-slide {
    width: 50%;
  }
}

/* 메인 - 상품디스플레이 */
.resp_special {
}
.resp_special .goods_list {
  text-align: center;
}
.resp_special .goods_list .gli_image {
  background: rgba(255, 255, 255, 0.8);
}
.resp_special [data-effect*="opacity"] .gl_item {
  position: relative;
  top: 0;
  transition: all 0.2s;
}
.resp_special [data-effect*="opacity"] .gl_item:hover {
  position: relative;
}
.resp_special [data-effect*="opacity"] .gl_item:hover .respItemImageArea {
  position: relative;
  z-index: 1;
}
.resp_special [data-effect*="opacity"] .gl_item:hover .respItemImageArea img {
  opacity: 0.2;
}
.resp_special [data-effect*="opacity"] .gl_item:hover .resp_display_goods_info {
  opacity: 1;
}
.resp_special
  .goods_list
  li.gl_item
  .resp_display_goods_info
  .displaY_sales_percent {
  float: none;
}
.resp_special .resp_display_goods_info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  padding: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.2s;
  transform: translate(-50%, -50%);
}
.resp_special .resp_display_goods_info a,
.resp_special .resp_display_goods_info span,
.resp_special .resp_display_goods_info .displaY_consumer_price,
.resp_special .resp_display_goods_info .displaY_brand_name .areA:before,
.resp_special .resp_display_goods_info .displaY_brand_name .areA:after,
.resp_special .resp_display_goods_info .displaY_sales_percent:after {
  font-weight: 400;
  color: #333;
}
.resp_special .resp_display_goods_info .displaY_sales_price .areA {
  font-weight: 900;
}
.resp_special .display_slide_class .swiper-button-prev,
.resp_special .display_slide_class .swiper-button-next {
}
@media only screen and (max-width: 1279px) {
  .resp_special .resp_display_goods_info {
    width: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  .resp_special {
    margin-top: 0;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .resp_special .goods_list .gli_image {
    background: rgba(0, 73, 0, 0);
  }
  .resp_special [data-effect*="opacity"] .gl_item:hover .respItemImageArea img {
    opacity: 0.8;
  }
  .resp_special
    [data-effect*="opacity"]
    .gl_item:hover
    .resp_display_goods_info {
    opacity: 0;
  }
}
@media only screen and (max-width: 479px) {
  .resp_special .show_display_col3 .display_slide_class .swiper-slide {
    width: 50%;
  }
}

/* 메인 - 이미지 배너 (hover Effect) */
[data-effect] li img {
  transition: transform 0.3s;
}
[data-effect] li.none:hover img {
  transform: none;
}
[data-effect="scale"] li a {
  display: block;
  overflow: hidden;
}
[data-effect="scale"] li:hover img {
  transform: scale(1.05);
} /* 이미지 확대 */
[data-effect="opacity"] li:hover img {
  opacity: 0.8;
} /* 이미지 불투명 */
[data-effect="rotate_01"] li:hover img {
  transform: rotate(1.5deg);
} /* 우측 회전 */
[data-effect="rotate_02"] li:hover img {
  transform: rotate(-1.5deg);
} /* 좌측 회전 */
[data-effect="translateX_01"] li:hover img {
  transform: translateX(-5px);
} /* 좌측 이동 */
[data-effect="translateX_02"] li:hover img {
  transform: translateX(5px);
} /* 우측 이동 */
[data-effect="translateY_01"] li:hover img {
  transform: translateY(-5px);
} /* 위쪽 이동 */
[data-effect="translateY_02"] li:hover img {
  transform: translateY(5px);
} /* 아래쪽 이동 */

/* 메인 - 이미지 배너 */
.main_bnr {
  margin-top: 130px;
}
.main_bnr .sslide {
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 1279px) {
  .main_bnr .sslide img {
    max-width: 120%;
    margin-left: -10%;
    margin-right: -10%;
  }
}
@media only screen and (max-width: 1023px) {
  .main_bnr .sslide img {
    max-width: 140%;
    margin-left: -20%;
    margin-right: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .main_bnr {
    margin-top: 100px;
  }
  .main_bnr .sslide img {
    max-width: 160%;
    margin-left: -25%;
    margin-right: -35%;
  }
}
@media only screen and (max-width: 500px) {
  .main_bnr {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .main_bnr .sslide img {
    max-width: 180%;
    margin-left: -30%;
    margin-right: -50%;
  }
}

/* 메인 - 이미지 배너2 */
.main_bnr2 {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .main_bnr2 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 500px) {
  .main_bnr2 {
    margin-top: 70px;
  }
}

/* 반응형 게시판 연동*/
.title_group1 + .respBnrGon {
  margin-top: 5px;
}
.title_group1 + .board_gallery {
  margin-top: 10px;
  text-align: center;
}
.board_gallery > ul {
  font-size: 0;
  margin: -30px 0 0 -40px;
}
.board_gallery > ul > li {
  display: inline-block;
  box-sizing: border-box;
  width: 33.33%;
  vertical-align: top;
  padding: 30px 0 0 40px;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  transition: transform 0.2s;
}
.board_gallery > ul > li:hover {
  transform: translateY(-10px);
}
.board_gallery .item_img_area {
  position: relative;
}
.board_gallery .item_img_area img {
  max-width: 100%;
}
.board_gallery .item_info_area {
  padding-top: 20px;
}
.board_gallery .item_info_area > li {
  padding: 6px 0 0;
  text-align: center;
  font-size: 14px;
  color: #323232;
}
.board_gallery .item_info_area .goods_name_area {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}
.board_gallery .item_info_area .goods_desc_area {
  font-size: 14px;
  color: #7f7f7f;
}
.board_gallery .item_info_area .blink {
  padding: 0 5px;
  color: #ccc;
}
@media only screen and (max-width: 1023px) {
  .board_gallery > ul {
    margin-left: -10px;
  }
  .board_gallery > ul > li {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 940px) {
  .board_gallery > ul > li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  /*.title_group1 + .board_gallery { margin-top:-10px; }*/
  .board_gallery .item_info_area .goods_name_area {
    font-size: 20px;
  }
  .board_gallery .item_info_area .goods_desc_area {
    font-size: 14px;
  }
}
@media only screen and (max-width: 639px) {
  .board_gallery > ul > li {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .board_gallery .item_info_area .goods_name_area {
    padding-top: 10px;
  }
  .board_gallery .item_info_area .goods_desc_area {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .board_gallery > ul > li {
    width: 100%;
  }
}

/*********************************** 서브 페이지 ***********************************/

/* 모바일 하단 화살표 */
#floating_over .ico_floating_back {
  border: 1px solid #ccc;
  background: #fff url("../images/design_resp/btn_back.png") center no-repeat;
  background-size: cover;
}
#floating_over .ico_floating_foward {
  border: 1px solid #ccc;
  background: #fff url("../images/design_resp/btn_foward.png") center no-repeat;
  background-size: cover;
}
#floating_over .ico_floating_top {
  display: none;
  border: 1px solid #ccc;
  background: #fff url("../images/design_resp/btn_up.png") center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media only screen and (max-width: 1023px) {
  #floating_over .ico_floating_top {
    display: block;
  }
}

/* 띠배너 */
.designPopupBand,
.designPopupBandMobile {
  z-index: 10;
}
.designPopupBandBtn {
  background: url("../images/design_resp/band_btn_open.png") center no-repeat;
  text-indent: -9999px;
  z-index: 210 !important;
}

/* 팝업BG 감추기 */
#designPopupModalBack {
  display: none;
}

/* 전체 카테고리 */
.all_list_contents .all_list_title {
  font-weight: 400;
  line-height: 1;
}
.all_list_contents .all_list_close {
  background: url(../images/design_resp/del.png) 50% 50% no-repeat;
}
@media only screen and (max-width: 1023px) {
  .all_list_contents .all_list_close {
    top: 18px;
  }
}

/* 사이드 메뉴 */
.layout_side .title_sub3.v2 {
  font-weight: 600;
}
.layout_side .aside_cs_phone:before {
  display: none;
}
.layout_side .aside_cs_phone {
  font-weight: 600;
}
.layout_side .aside_cs_addinfo {
  font-weight: 400;
  color: #666;
}
.side_close {
  margin-top: 10px;
}
.side_close:before,
.side_close:after {
  height: 2px;
}

/* 페이지 경로 */
.search_nav select,
.search_nav select option,
.search_nav .navi_linemap2 .selected_cate,
.search_nav .navi_linemap2 .navi_linemap_sub > li {
  font-size: 13px;
}

/* 라디오/체크박스 크기 축소 */
input[type="radio"] {
  width: 17px;
  height: 17px;
}
input[type="checkbox"],
.pilsu_agree_all input[type="checkbox"],
.pilsu_agree_all2 input[type="checkbox"],
.agree_list2 input[type="checkbox"],
.agree_list3 input[type="checkbox"],
.resp_cart_wrap label.checkbox_allselect input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.agree_list2 .agree_view {
  padding-bottom: 0;
}

/* 상품상세 라인 제거 */
.goods_spec_sections .deatil_price_area,
.goods_spec_sections .goods_spec_shipping,
.goods_buy_sections {
  border: none;
}
.goods_thumbs_spec #goods_spec .deatil_sale_rate {
  border-radius: 50%;
}
.goods_thumbs_spec #goods_thumbs {
  padding-bottom: 40px;
}
.goods_information_contents {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .goods_thumbs_spec #goods_thumbs {
    padding-bottom: 20px;
  }
  .goods_information_contents {
    padding-top: 0;
  }
}

/* 버튼 */
.goods_thumbs_spec #goods_spec .btn_resp.size_extra2,
.goods_thumbs_spec #goods_spec .btn_resp.color2 {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
} /* 상세 버튼 */

/* 테이블 */
.table_row_a > tbody > tr > th,
.resp_table_row > ul > li.th {
  border-left: 1px solid #fff;
}
.table_row_a > tbody > tr > td,
.resp_table_row > ul > li.td,
.resp_1line_table > ul > li {
  border-right: 1px solid #fff;
}
.resp_1line_table,
table.list_table_style,
.board_goods_select_display.v2 {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.no_data_area2 {
  color: #888;
}

/* 회원 */
.resp_login_wrap .box_id[type="text"]::placeholder,
.resp_login_wrap .box_pw[type="password"]::placeholder,
.resp_login_wrap .box_order[type="text"]::placeholder {
  font-size: 14px;
} /* 로그인 */
.resp_login_wrap .login_real_area .find_join > a.Fw500 {
  font-weight: 400 !important;
}
.login_ok_menu .btn_resp.size_c {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 300;
} /* 회원가입 완료 버튼 */

/* 주문/결제 */
.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection {
  position: relative !important;
}
.subpage_wrap.order_payment.flyingMode
  .order_payment_right
  .order_subsection
  .right_flying_wrap1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.subpage_wrap.order_payment.flyingMode
  .order_payment_right
  .order_subsection
  .right_flying_wrap3 {
  width: 100% !important;
  box-shadow: none !important;
}
#typereceiptlay .labelgroup_design {
  margin-bottom: 5px;
}

/* 고객센터 */
.mycs_fcont_margin {
  margin-top: 60px;
}

/* 자주 묻는 질문 */
#bbslist .faq_new {
  border-top: 2px solid #333;
}
#bbslist .faq_new > li {
  margin-top: 0;
}
#bbslist .faq_new .question {
  border-bottom: 1px solid #e0e0e0;
}
#bbslist .faq_new .question:before {
  line-height: 58px;
  padding-left: 15px;
}
#bbslist .faq_new .question .subject {
  display: block;
  background: none;
  padding: 20px 10px 15px 12px;
}
#bbslist .faq_new .answer {
  margin-top: 0;
  border-bottom: 1px solid #e0e0e0;
  background: #f8f8f8;
  padding: 20px 10px 20px 52px;
}
#bbslist .faq_new .answer:before {
  line-height: 65px;
  padding-left: 15px;
}

@media only screen and (max-width: 1023px) {
  .layout_footer {
    margin-top: 40px;
    padding: 40px 0 20px;
  }
  .layout_footer .resp_wrap {
    width: 90%;
    flex-flow: column-reverse;
    position: relative;
  }
  .layout_footer .logo_area {
    order: 1;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .layout_footer .logo_area svg,
  .layout_footer .logo_area img {
    width: 100px;
    height: 50px;
  }
  .layout_footer .footer_contents {
    padding: 0;
    margin: 10px 0;
    display: block;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
  }
  .layout_footer .footer_contents a:last-child {
    margin-right: 0;
  }
  .layout_footer .footer_contents svg {
    width: 30px;
    height: 30px;
  }
  .layout_footer .footer_comp {
    width: 100%;
    padding-top: 30px;
  }
  .layout_footer .menu3 {
    font-size: 14px;
  }
}

.layout_side .aside_userinformation {
  border-color: #ddd;
}
.layout_side .asie_main_menu > ul > li > a {
  padding: 0;
}
.layout_side .aside_navigation_wrap {
  border-color: #ddd;
  border-top: 0;
}
.layout_side
  .aside_navigation_wrap
  ul.menu
  li.mitem.category
  a.mitem_goodsview {
  margin-left: 0;
  width: 100%;
  display: block;
  font-weight: 700;
  color: #323232;
}
.layout_side .aside_cs_btn,
.layout_side .wrap_aside {
  display: none;
}
.layout_side .aside_navigation_wrap ul.menu li.mitem.mitemicon1,
.layout_side .aside_navigation_wrap ul.menu li.mitem.mitemicon2 {
  background-position: right;
}
.layout_side .aside_navigation_wrap ul.menu li.mitem.category a.mitem_title {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  /* #layout_side_background,
  .layout_side,
  #side_close {
    display: none !important;
  }
  html {
    overflow: auto !important;
  } */
}


.open_tooltip{
  display: inline-flex;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
}
.tooltip{
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-shadow: 0px 16px 40px rgba(198, 198, 198, 0.2);
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  left: 0;
  z-index: 10;
  text-align: left;
  box-sizing: border-box;
  /* bottom: 0; */
  /* transform: translateY(80%); */
}
.tooltip > div{
  position: relative;
  font-size: 0;
}
.tooltip > div > div{
  display: flex;
}
.tooltip h6{
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color:#646464;
  padding: 0 4px;
  vertical-align: text-top;
  line-height: 1.833;
}
.tooltip p{
  font-size: 12px;
  font-weight: 500;
  line-height: 1.833;
  /* padding-right: 26px; */
  padding-right: 5px;
  color:#646464;
}
.tooltip p.tootip_color{
  font-size: 10px;
  line-height: 1.4;
  color:#4C8EB4;
}
.tooltip .close_tooltip{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}


/* 220523 개편 */
.consumer_price_wr,
.exweek_price_wr{display: none;}