@charset 'utf-8';
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
legend,
.blind,
caption {
  position: absolute;
  top: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
.mobile-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}
img {
  vertical-align: middle;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 16px 0;
}
hr.dotted {
  border-top: 1px dotted #e6e6e6;
}
input,
select,
textarea,
button {
  font-family: "Noto Sans KR", sans-serif;
}

select[disabled] {
  background-color: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}

.not-border {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #e6e6e6;
}
.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}
.not-border-bottom {
  border-bottom: 0 !important;
}
.t-underline {
  text-decoration: underline;
}
.bgwhite {
  background-color: #fff;
}
.icon-new {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 14px;
  background: url(/image/mobile/icon_new.png) center center no-repeat;
  background-size: contain;
}
.icon-sold-out {
  width: 38px;
  height: 18px;
  background: url(/image/mobile/icon_sold-out.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
}
.icon-sold-out span {
  display: none;
}
.input-regular.btn-add {
  width: calc(100% - 78px);
  margin-right: 4px;
}
.input-regular.unit-add {
  width: calc(100% - 24px);
  margin-right: 4px;
}
.textarea-regular {
  display: inline-block;
  min-width: 200px;
  padding: 12px 16px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #161616;
  letter-spacing: -0.65px;
  transition: all 0.5s;
}
.lineh-15 {
  line-height: 1.5;
}
.lineh-155 {
  line-height: 1.55;
}
.margin-t40 {
  margin-top: 40px !important;
}
.margin-l68 {
  margin-left: 68px !important;
}
.margin-b80 {
  margin-bottom: 80px !important;
}
.padding-t40 {
  padding-top: 40px !important;
}
.btn-small {
  border: solid 1px #e6e6e6;
  color: #868686;
  font-weight: normal;
}
.btn-regular {
  min-width: 70px;
  width: 70px;
  padding: 0 4px;
  border: solid 1px #e6e6e6;
  color: #868686;
  font-weight: normal;
}
.btn-medium {
  color: #868686;
  font-weight: normal;
}
.btn-large {
  border: solid 1px #e6e6e6;
  color: #868686;
  font-size: 14px;
  font-weight: 500;
}
.max-width img {
  max-width: 100%;
}
.line-through {
  text-decoration: line-through;
}
.accordion {
  width: 100%;
}

.file-upload .upload .btn-regular {
  width: 190px;
}
.file-upload .gallery .img-thumb {
  width: 150px;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
}
.file-upload .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.datepicker-here.icon-type {
  background: #ffffff url(/image/component/icon_date.png) 5px center no-repeat;
  background-size: 24px 24px;
  padding-left: 37px;
}

.width120 {
  min-width: 120px !important;
  width: 120px !important;
}
.width154 {
  min-width: 154px !important;
  width: 154px !important;
}

.btn-split2 {
  float: left;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.btn-split2 + .btn-split2 {
  margin-left: 8px;
}

.btn-split3 + .btn-split3 {
  margin-left: 8px;
}
.btn-split3 {
  float: left;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}

/*input-split*/
.input-split2 {
  float: left;
  min-width: calc((100% - 8px) / 2) !important;
  width: calc((100% - 8px) / 2) !important;
  margin: 0;
}
.input-split2 + .input-split2 {
  margin-left: 8px;
}
.input-split3 {
  float: left;
  min-width: calc((100% - 16px) / 3) !important;
  width: calc((100% - 16px) / 3) !important;
  margin: 0;
}
.input-split3 + .input-split3 {
  margin-left: 8px;
}
.input-split4 {
  float: left;
  min-width: calc((100% - 24px) / 4) !important;
  width: calc((100% - 24px) / 4) !important;
  margin: 0;
}
.input-split4 + .input-split4 {
  margin-left: 8px;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}

.like > a {
  display: block;
  width: 32px;
  height: 32px;
  transition: all 0.5s;
  background: url(/image/mobile/icon_heart_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.like > a.active {
  background: url(/image/mobile/icon_heart_s.png) center center no-repeat;
  background-size: contain;
}

input[type="checkbox"] {
  margin-top: -3px !important;
  margin-left: 0 !important;
}
input[type="radio"] {
  margin-top: -2px !important;
  margin-left: 0;
}
input[type="checkbox"]:checked {
  background-color: #60c21d;
  border: 1px solid #60c21d;
}
input[type="radio"]:checked:before {
  background: #60c21d;
}

.img-list > ul {
  overflow: hidden;
}
.img-list > ul > li {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  background: url(/image/mobile/no_image_type_a.png) center center no-repeat;
  background-size: contain;
  margin: 0 8px 0 0;
}
.img-list > ul > li .img-popup {
  margin: 0;
  padding: 0;
}
.img-list > ul > li .img-popup .inner-wrap {
  margin: 0;
  padding: 0;
}
.img-list > ul > li img {
  width: 80px;
  height: 80px;
}

input[type="text"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="email"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="password"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="number"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="tel"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="button"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="submit"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="reset"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="file"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
input[type="search"]::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}
textarea::placeholder {
  color: #b6b6b6;
  letter-spacing: -1px;
}

/*인덱스팝업*/
.index-popup {
  position: relative;
  min-width: calc(100% - 32px) !important;
  max-width: calc(100% - 32px) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.index-popup .btn-split2 {
  width: 50% !important;
}
.index-popup .btn-split2.btn-medium {
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: center;
  color: #767676;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
  border-left: 1px solid #e6e6e6 !important;
}
.index-popup .popup-content img {
  width: 100%;
}

.paginate-area {
  display: inline-block;
  width: 100%;
  margin: 32px auto 0;
}
.paginate-area ul li.on a {
  background: #60c21d;
  border: 1px solid #60c21d;
}
.paginate-area ul li.on a:hover {
  background: #60c21d;
  border: 1px solid #60c21d;
}
.paginate-area ul li a {
  font-size: 12px;
  color: #767676;
}
/* cate2 */
.cate2 .paginate-area ul li.on a {
  background: #f26b6b;
  border: 1px solid #f26b6b;
}
.cate2 .paginate-area ul li.on a:hover {
  background: #f26b6b;
  border: 1px solid #f26b6b;
}
.paginate-area.cate2 ul li.on a {
  background: #f26b6b;
  border: 1px solid #f26b6b;
}
.paginate-area.cate2 ul li.on a:hover {
  background: #f26b6b;
  border: 1px solid #f26b6b;
}
/* cate3 */
.cate3 .paginate-area ul li.on a {
  background: #49c2f2;
  border: 1px solid #49c2f2;
}
.cate3 .paginate-area ul li.on a:hover {
  background: #49c2f2;
  border: 1px solid #49c2f2;
}
.paginate-area.cate3 ul li.on a {
  background: #49c2f2;
  border: 1px solid #49c2f2;
}
.paginate-area.cate3 ul li.on a:hover {
  background: #49c2f2;
  border: 1px solid #49c2f2;
}

.tab-menu .inner-wrap .tab-header {
  height: 40px;
  border: 0;
}
.tab-menu .inner-wrap .tab-header li {
  border-left: 0;
  color: #868686;
  border-bottom: 2px solid #fff;
}
.tab-menu .inner-wrap .tab-header li:first-child {
  border-left: none;
}
.tab-menu .inner-wrap .tab-header li:hover,
.tab-menu .inner-wrap .tab-header li.active,
.tab-menu .inner-wrap .tab-header li.active:hover {
  border: 0;
  background: #fff;
  font-weight: bold;
  color: #60c21d;
  border-bottom: 2px solid #60c21d;
}
.tab-menu .inner-wrap .tab-header li.cate1:hover,
.tab-menu .inner-wrap .tab-header li.cate1.active,
.tab-menu .inner-wrap .tab-header li.cate1.active:hover {
  border: 0;
  background: #fff;
  font-weight: bold;
  color: #60c21d !important;
  border-bottom: 2px solid #60c21d !important;
}
.tab-menu .inner-wrap .tab-header li.cate2:hover,
.tab-menu .inner-wrap .tab-header li.cate2.active,
.tab-menu .inner-wrap .tab-header li.cate2.active:hover {
  border: 0;
  background: #fff;
  font-weight: bold;
  color: #f26b6b !important;
  border-bottom: 2px solid #f26b6b !important;
}
.tab-menu .inner-wrap .tab-header li.cate3:hover,
.tab-menu .inner-wrap .tab-header li.cate3.active,
.tab-menu .inner-wrap .tab-header li.cate3.active:hover {
  border: 0;
  background: #fff;
  font-weight: bold;
  color: #49c2f2 !important;
  border-bottom: 2px solid #49c2f2 !important;
}
.tab-menu .inner-wrap .tab-content {
  min-height: 100px;
  height: auto;
  margin-top: 8px;
  border: 0;
  padding: 0;
  background: none;
}

/*type-b*/
.tab-menu.type-b .inner-wrap .tab-header {
  position: relative;
  height: 34px;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  z-index: 10;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  border-bottom: 1px solid #161616;
  color: #b6b6b6;
  font-size: 12px;
  font-weight: 500;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
  border-left: 1px solid #e6e6e6;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
  background: #fff;
  color: #252c3a;
  border: 1px solid #252c3a;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
  background: #fff;
  color: #252c3a;
  border-bottom: 1px solid #fff;
}
.tab-menu.type-b .inner-wrap .tab-content {
  height: auto;
  margin-top: 0;
  border: 0;
  padding: 0;
}
.tab-menu.type-b .inner-wrap .tab-content > div {
  margin-top: 16px;
}
.tab-menu.type-b .tab-header-border {
  position: relative;
}
.tab-menu.type-b .tab-header-border:after {
  position: absolute;
  top: 47px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  z-index: 1;
}

.popup {
  min-width: calc(100% - 32px);
  max-width: calc(100% - 32px);
  margin-top: 20px;
}
.popup .inner-wrap {
  padding: 32px 16px 16px;
}
.popup .inner-wrap .popup-header {
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.85px;
  text-align: center;
}
.popup .inner-wrap .popup-close {
  opacity: 1;
}
.popup .temp-content {
  position: static;
  padding: 0;
  height: 360px;
}

.star-rating-insert ul li {
  margin-right: -4px;
  width: 32px;
  height: 32px;
}

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/
html {
  width: 100%;
}
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #f3f3f3;
}
#sb-site {
  width: 100%;
}
#wrapper {
  width: 100%;
  height: 100%;
  padding: 44px 0 76px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  padding: 8px 0;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  z-index: 100;
}
#content {
  width: 100%;
  min-height: 300px;
}
#footer {
  display: none;
  width: 100%;
  padding: 0 16px;
  margin: 50px 0 0;
}

body.gnb #footer {
  margin-top: 0;
}
/*body.footer-active #footer { display: block; }*/
body.index #footer {
  display: block;
}
body.gnb.not-footer #wrapper {
  padding-bottom: 52px;
}
body.not-wrapper-padding #wrapper {
  padding-bottom: 0;
}

/* 헤더 */
#header .left {
  float: left;
  height: 100%;
}
#header .right {
  float: right;
  height: 100%;
}
#header .right > a {
  margin-right: 12px;
}
#header > h1 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 32px;
  margin-top: 2px;
}
#header > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/image/mobile/logo.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header > h1.active {
  display: inline-block;
}
#header .back {
  display: inline-block;
  width: 48px;
  height: 28px;
  background: url(/image/mobile/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header .back.not {
  display: none;
}
/*menu*/
#header .menu {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
#header .menu.not {
  display: none;
}

/*header-search-area*/
.header-search-area {
  display: none;
  position: relative;
  margin: 0;
  width: 100%;
  height: 56px;
  overflow: hidden;
  padding: 8px;
}
.header-search-area input[type="text"] {
  width: 100%;
  height: 40px;
  margin: 0;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #161616;
  letter-spacing: -0.7px;
  background-color: #fff;
  border-radius: 20px;
}
.header-search-area .btn-search {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  border: none;
}
.header-search-area .btn-search:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  background: url(/image/mobile/icon_search.png) center center no-repeat;
  background-size: contain;
}
.header-search-area.active {
  display: block;
}

/* 푸터 */
#footer .fnb {
  text-align: center;
  padding: 16px 0 8px;
}
#footer .fnb ul {
  text-align: center;
}
#footer .fnb ul li {
  display: inline-block;
}
#footer .fnb ul li + li {
  margin: 0 0 0 14px;
}
#footer .fnb ul li a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.6px;
  color: #767676;
}
#footer .fnb ul li a.active {
  color: #60c21d;
}

#footer .info {
  text-align: left;
  padding: 16px;
  border-radius: 6px;
  background-color: #ffffff;
  margin: 16px 0 0;
}
#footer .info h1 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
}
#footer .info li {
  color: #b6b6b6;
  line-height: 1.6;
}
#footer .info span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #b6b6b6;
}
#footer .info span + span {
  margin-left: 14px;
}
#footer .info a {
  color: #b6b6b6;
}
#footer .cscenter {
  overflow: hidden;
  text-align: center;
  margin: 24px 0 0;
}
#footer .cscenter > h1 {
  opacity: 0.6;
  font-size: 11px;
  color: #ffffff;
}
#footer .cscenter a {
  opacity: 0.8;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 36px;
  letter-spacing: -0.7px;
  margin: 4px 0 0;
}
#footer .cscenter p {
  font-size: 12px;
  color: #a6a6a6;
  margin: 2px 0 0;
}
#footer .sns {
  margin: 16px 0 0;
}
#footer .sns ul {
  display: inline-block;
  overflow: hidden;
}
#footer .sns ul li {
  float: left;
  margin: 0 8px 0 0;
}
#footer .sns ul li img {
  width: 32px;
  height: 32px;
}
#footer .copyright {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #d6d6d6;
  margin: 24px 0 0;
}

/* 하단 네비게이션 바 */
.footer-fixed-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  z-index: 50;
}
.footer-fixed-menu li {
  float: left;
  width: 25%;
  height: 52px;
  text-align: center;
}
.footer-fixed-menu li a {
  display: block;
  padding-top: 2px;
}
.footer-fixed-menu li a p {
  font-size: 10px;
  color: #161616;
}
.footer-fixed-menu li a p:before {
  content: "";
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
.footer-fixed-menu li.n1 a p:before {
  background: url(/image/mobile/icon_footer_menu1.png) center center no-repeat;
  background-size: contain;
}
.footer-fixed-menu li.n2 a p:before {
  background: url(/image/mobile/icon_footer_menu2.png) center center no-repeat;
  background-size: contain;
}
.footer-fixed-menu li.n3 a p:before {
  background: url(/image/mobile/icon_footer_menu3.png) center center no-repeat;
  background-size: contain;
}
.footer-fixed-menu li.n4 a p:before {
  background: url(/image/mobile/icon_footer_menu4.png) center center no-repeat;
  background-size: contain;
}
.footer-fixed-menu li.n1 a.active p:before {
  background: url(/image/mobile/icon_footer_menu1_on.png) center center
    no-repeat;
  background-size: contain;
}
.footer-fixed-menu li.n2 a.active p:before {
  background: url(/image/mobile/icon_footer_menu2_on.png) center center
    no-repeat;
  background-size: contain;
}
.footer-fixed-menu li.n3 a.active p:before {
  background: url(/image/mobile/icon_footer_menu3_on.png) center center
    no-repeat;
  background-size: contain;
}
.footer-fixed-menu li.n4 a.active p:before {
  background: url(/image/mobile/icon_footer_menu4_on.png) center center
    no-repeat;
  background-size: contain;
}
.footer-fixed-menu li a.active p {
  color: #60c21d;
}

/* 메뉴레이어 */
.con_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-indent: -5000px;
  z-index: 99;
}
.con_bg.on {
  display: block;
}
.sb-slidebar.sb-right {
  background: #fff;
  overflow: hidden;
  z-index: 100;
}
.sb-slidebar .top {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.sb-slidebar .top h1 {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.75px;
  text-align: center;
  color: #161616;
}
.sb-slidebar .top .sb-close {
  position: absolute;
  top: 8px;
  left: 0;
  width: 48px;
  height: 28px;
  background: url(/image/mobile/icon_back.png);
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}
.sb-slidebar .gnbWrap {
  height: 100%;
  overflow: auto;
  background: #e9e9e9;
  padding-bottom: 240px;
}
.sb-slidebar .gnbWrap .gnbBox {
  margin: 0;
  padding: 0;
}
.sb-slidebar .gnbWrap .gnbBox > li {
  margin: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sb-slidebar .gnbWrap .gnbBox > li + li {
  margin: 1px 0 0;
}
.sb-slidebar .gnbWrap .gnbBox > li > a,
.sb-slidebar .gnbWrap .gnbBox > li .title {
  position: relative;
  display: block;
  padding: 12px 40px 12px 16px;
  height: auto;
  line-height: 1.43;
  letter-spacing: -0.7px;
  font-size: 14px;
  color: #161616;
  font-weight: 500;
  background: #fff;
}
.sb-slidebar .gnbWrap .gnbBox > li .title {
  background: #fff url(/image/component/icon_accordion_arrow_down.png) right 8px
    center no-repeat;
  background-size: 24px 24px;
}
.sb-slidebar .gnbWrap .gnbBox > li .title a {
  color: #464646;
}
.sb-slidebar .gnbWrap .gnbBox > li ul {
  display: none;
  background: #f6f6f6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #f3f3f3;
  padding: 4px 4px 4px;
  margin: 0;
}
.sb-slidebar .gnbWrap .gnbBox > li ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  color: #565656;
  margin: 12px 0 12px 16px;
}
.sb-slidebar .gnbWrap .gnbBox > li ul li a:before {
  content: " - ";
}
.sb-slidebar .gnbWrap .gnbBox > li.on .title {
  background: #fff url(/image/component/icon_accordion_arrow_up.png) right 8px
    center no-repeat;
  background-size: 24px 24px;
}
.sb-slidebar .gnbWrap .gnbBox > li.on ul {
  display: block;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*swiper*/
.slider .swiper-container {
  height: auto;
}
.swiper-container.main-visual .swiper-slide img {
  width: 100%;
}
.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c8242c;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
}
.swiper-pagination.swiper-pagination-fraction {
  font-weight: 500;
  border-radius: 50vh;
  font-size: 11px;
  left: auto;
  right: 16px;
  bottom: 8px;
}

.list-empty {
  padding: 156px 0;
  text-align: center;
}
.list-empty img {
  width: 60px;
  height: 60px;
}
.list-empty img.small {
  width: 60px;
  height: 60px;
}
.list-empty p {
  font-size: 11px;
  font-weight: 400;
  color: #b6b6b6;
  text-align: center;
  letter-spacing: normal;
}
.list-empty.small {
  padding: 24px 0;
}
.list-empty.medium {
  padding: 184px 0 186px;
}
.list-empty.large {
  padding: 226px 0;
}
.list-empty.xlarge {
  padding: 320px 0;
}

/*서브타이틀*/
.sub-title-area h1 {
  position: fixed;
  top: 6px;
  left: 77px;
  width: calc(100% - 144px);
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #161616;
  z-index: 100;
}
.sub-title-area.type-b h1 {
  left: 45px;
  width: calc(100% - 90px);
}

/*temp-content*/
.temp-content {
  position: fixed;
  left: 0;
  top: 44px;
  width: 100%;
  height: calc(100% - 44px);
  padding: 24px 16px;
  background: #fff;
}
.temp-content pre {
  padding: 16px;
  height: 100%;
  font-size: 12px;
  color: #868686;
  line-height: 1.5;
  letter-spacing: -0.6px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: pre-line;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.bg-box {
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  color: #868686;
  padding: 16px;
  margin: 24px 0 0;
}

/*결과*/
.result-area {
  background: #fff;
  padding: 48px 32px;
  text-align: center;
}
.result-area > img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.result-area .logo img {
  display: block;
  margin: 0 auto;
  width: 190px;
  height: 44px;
}
.result-area > h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 16px 0 0;
}
.result-area > p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #767676;
  margin: 8px 0 0;
}
.result-area .cs-time img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
/* small */
.result-area.small {
  padding: 16px 32px 32px;
}
.result-area.small > h1 {
  margin: 0;
}

.btn-medium.kakaotalk {
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  border: solid 1px #e6e6e6;
}
.btn-medium.kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_s_kakaotalk.png) center center no-repeat;
  background-size: contain;
}

.member-out-radio li + li {
  margin: 8px 0 0;
}

/*게시판 목록 공통*/
.board-list-area {
  border-top: 1px solid #161616;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 14%;
}
.board-list-area ul li.date {
  width: 25%;
}
.board-list-area ul li.state {
  width: 25%;
}
.board-list-area ul li.price {
  width: 22%;
}
.board-list-area ul li.split2 {
  width: 50%;
}
.board-list-area ul li.split3 {
  width: 33.3%;
}
.board-list-area ul li.split4 {
  width: 25%;
}
.board-list-area ul li.split5 {
  width: 20%;
}
.board-list-area ul li.split6 {
  width: 16.66%;
}
.board-list-area ul li.split7 {
  width: 14.28%;
}

.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #b6b6b6;
  background: #f9f9f9;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-area .board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
}
.board-list-area .board-list-content > div + div {
  border-top: 1px solid #e6e6e6;
}
.board-list-area .board-list-content > div > ul > li {
  padding: 8px 0;
  height: 50px;
  font-size: 10px;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: center;
  color: #868686;
}
.board-list-area .board-list-content > div > ul > li.subject {
  position: relative;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  color: #161616;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  font-size: 10px;
  color: #161616;
  width: 95%;
}
.board-list-area .board-list-content > div > ul > li.subject a:hover {
  text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.date {
  font-size: 10px;
  color: #868686;
}
.board-list-area .board-list-content > div > ul > li.state span {
  font-size: 10px;
  color: #868686;
  font-weight: 500;
}

/* faq */
.accordion.faq {
  background: #fff;
  width: 100%;
  padding: 24px 16px 0;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
  position: relative;
  height: auto;
  padding: 8px 30px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
  position: absolute;
  left: 14px;
  top: 10px;
  content: "Q";
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  color: #64d2cc;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
  font-size: 13px;
  line-height: 1.4;
}
.accordion.faq .inner-wrap > ul > li .accordion-content {
  position: relative;
  background-color: #f9f9f9;
  padding-left: 30px;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
  position: absolute;
  left: 14px;
  top: 16px;
  content: "A";
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  color: #a6a6a6;
}

/*게시판 보기*/
.board-view-area {
  background: #fff;
  padding: 0 16px;
  overflow: hidden;
}
.board-view-area .header {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px 0;
}
.board-view-area .header.not-border-bottom {
  border-bottom: 0;
} /* 2021-02-03 */
.board-view-area .header h1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #161616;
  word-break: break-all;
}
.board-view-area .header .info {
  margin: 10px 0 0;
}
.board-view-area .header .info li {
  float: left;
  font-size: 11px;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}
.board-view-area .header .info li a {
  font-size: 11px;
  color: #b6b6b6;
  text-decoration: underline;
}
.board-view-area .content {
  padding: 16px 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
  word-break: break-all;
}
.board-view-area .content img {
  max-width: 100%;
  margin: 0 0 16px;
}
.board-view-area .img img {
  max-width: 100%;
  height: auto;
}
/*답변*/
.board-view-area .re-header {
  text-align: center;
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
}

/*admin-re*/
.admin-re {
  border-radius: 8px;
  border-top: 1px dotted #e6e6e6;
  padding: 16px 0 0;
}
.admin-re > h1 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
}
.admin-re > h1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_re.png) center center no-repeat;
  background-size: contain;
}
.admin-re > h1 .date {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
}
.admin-re > div {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  padding: 24px 10px 16px 24px;
}

/*table-type-area*/
.table-type-area > ul {
  border-top: 1px solid #e6e6e6;
}
.table-type-area > ul > li {
  display: table;
  width: 100%;
  margin: 0;
}
.table-type-area > ul > li > * {
  display: table-cell;
  vertical-align: top;
  padding: 4px 0;
}
.table-type-area > ul > li > .title {
  width: 140px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
  padding-right: 16px;
}
.table-type-area > ul > li > .title span {
  color: #c8242c;
}
.table-type-area > ul > li > .con {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.table-type-area.not-border > ul {
  border-top: 0;
}

/*block-type-area*/
.block-type-area {
  background: #fff;
  padding: 0 16px 24px;
  overflow: hidden;
}
.block-type-area > h1 {
  padding-top: 24px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: left;
}
.block-type-area > h1 + ul > li:first-child {
  margin: 16px 0 0;
}
.block-type-area > ul > li {
  margin: 24px 0 0;
}
.block-type-area > ul > li .title {
  font-size: 12px;
  font-weight: 600;
  color: #868686;
  overflow: hidden;
}
.block-type-area > ul > li .title > span {
  color: #60c21e;
}
.block-type-area > ul > li .title .f-left {
  float: left;
}
.block-type-area > ul > li .title .f-right {
  float: right;
}
.block-type-area > ul > li .con {
  margin: 8px 0 0;
  font-size: 13px;
}
.block-type-area > ul > li .con .unit-box .input-regular {
  width: calc(100% - 40px);
}
.block-type-area > ul > li input[type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
}
.block-type-area > ul > li .con .search-date input.input-regular {
  width: calc(50% - 10px);
}
.block-type-area > ul > li .con input[type="radio"] {
  margin-left: 0;
}
.block-type-area > ul > li .con input[type="radio"] + input[type="radio"] {
  margin-left: 40px;
} /* 2021-02-03 */
.block-type-area .help-text {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
  margin: 8px 0 0;
}
/* type-b */
.block-type-area.type-b {
  background: none;
  padding: 0;
}
.block-type-area.type-b > ul > li {
  margin: 12px 0 0;
}
.block-type-area.type-b > ul > li:first-child {
  margin: 0;
}
.block-type-area.type-b > ul > li .title {
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}
.block-type-area.type-b > ul > li .con {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}

.push-list {
  margin: 16px 0 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e6e6;
}
.push-list > ul > li {
  position: relative;
}
.push-list > ul > li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 16px 40px 16px 16px;
  background: #fff;
  margin: 8px 0 0;
}
.push-list > ul > li .date {
  font-size: 12px;
  color: #a6a6a6;
}
.push-list > ul > li .con {
  font-size: 13px;
  color: #565656;
  margin: 8px 0 0;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/image/component/icon_modal_close.png) center center no-repeat;
  background-size: contain;
  z-index: 1;
}
.push-list > ul > li.read a {
  background: #f9f9f9;
}
.push-list > ul > li.read .con {
  color: #a6a6a6;
}

/* Login */
.login-area {
  background: #fff;
  padding: 32px 24px 24px;
  font-size: 12px;
  text-align: center;
}
.login-area h1 {
  margin: 0 0 16px;
  line-height: 1;
  text-align: center;
}
.login-area h1 img {
  width: 190px;
  height: 44px;
}
.login-area .input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding: 15px 16px;
  font-size: 14px;
  letter-spacing: -0.65px;
}
.login-area li + li {
  margin-top: 8px;
}
.login-chk-link {
  margin-top: 8px;
}
.login-chk-link:after {
  content: "";
  display: block;
  clear: both;
}
.login-chk-link .chk {
  float: left;
}
.login-chk-link .chk > label {
  font-size: 11px;
  cursor: pointer;
  color: #868686;
}
.login-chk-link .chk input {
  margin: -2px 4px 0 0;
}
.login-chk-link .link {
  float: right;
}
.login-chk-link .link a {
  font-size: 11px;
  color: #868686;
  text-decoration: underline;
  display: inline-block;
  margin-right: 8px;
}
.login-area .login-join {
  text-align: center;
  margin: 16px 0 0;
  font-size: 12px;
  color: #868686;
}
.login-area .login-join a {
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
  margin: 8px 0 0 12px;
}

.login-area button[type="button"].sns {
  width: 100%;
  border-radius: 50vh;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  text-align: center;
  color: #868686;
  margin: 8px 0 0;
}

.login-area .kakaotalk:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_kakaotalk.png) center center no-repeat;
  background-size: contain;
}
.login-area .naver:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_naver.png) center center no-repeat;
  background-size: contain;
}
.login-area .facebook:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_facebook.png) center center no-repeat;
  background-size: contain;
}
.login-area .google:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_google.png) center center no-repeat;
  background-size: contain;
}
.login-area .apple:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -6px 4px 0 0;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_s_apple.png) center center no-repeat;
  background-size: contain;
}

/*회원약관*/
.member-content {
  background: #fff;
  padding: 1px 16px 16px;
}
.member-content > h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: left;
  color: #161616;
  margin: 23px 0 0;
}
.member-content .member-agree {
  margin: 24px 0 0;
}
.member-content .member-agree h1 {
  font-size: 12px;
}
.member-content .member-agree textarea.textarea-regular {
  height: 120px;
  border-radius: 8px;
  background-color: #f9f9f9;
  padding: 12px 16px;
  border: 0;
  font-size: 12px;
  color: #868686;
  margin: 8px 0 0;
}
.member-content .member-agree label {
  display: block;
  margin: 8px 0 0;
}
.member-content label span {
  font-size: 13px;
  color: #161616;
}
.member-content label input {
  margin-top: 2px !important;
}
.member-content .member-checked-all {
  margin: 24px 0 0;
}
.member-content input[type="checkbox"] {
  margin-left: 0;
}

/* 회원용 */
.member-write-area fieldset {
  display: block;
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 0 16px 24px;
}
.member-write-area > h1 {
  font-size: 18px;
  font-weight: 700;
  color: #161616;
  text-align: center;
  margin: 60px 0;
}
.member-write-area label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  margin: 24px 0 5px;
}
.member-write-area label span {
  font-weight: bold;
}
.member-write-area .btn-group-area {
  margin: 24px 0 0;
  text-align: center;
}
.member-write-area .btn-group-area .btn-small {
  display: inline-block;
  width: calc((100% - 15px) / 3);
  font-size: 13px;
  height: 36px;
  line-height: 34px;
}
.member-write-area .btn-group-area .btn-small + .btn-small {
  margin-left: 4px;
}
.member-write-area .member-guide-text {
  background: #fff;
  padding: 86px 0;
  word-break: keep-all;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: center;
  color: #767676;
}
.member-write-area .member-guide-text strong {
  font-weight: 900;
}
.member-write-area .btn-regular {
  padding: 0;
}
.member-write-area .link {
  line-height: 1;
  margin: 0 0 60px;
}
.member-write-area .link a {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  color: #868686;
  text-decoration: underline;
  margin: 0 8px;
}

.btn-switch {
  width: 40px !important;
  height: 24px !important;
  border-radius: 20px;
}
.btn-switch:after {
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  content: "";
  border-radius: 50vh;
  margin-top: -10px;
  right: 1px;
}
.btn-switch.inactive:after {
  left: 1px !important;
}

.app-setting {
  background-color: #fff;
}
.app-setting > ul {
  overflow: hidden;
}
.app-setting > ul + ul {
  border-top: 1px solid #e6e6e6;
}
.app-setting > ul > li h1 {
  padding: 16px 16px;
  float: left;
  font-size: 14px;
  font-weight: 500;
}
.app-setting > ul > li .switch-setting {
  padding: 10px 16px;
  float: right;
  text-align: right;
}
.app-setting > ul > li p {
  clear: both;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.7px;
  text-align: left;
  color: #767676;
  padding: 0 16px 12px;
}

/*아코디언방식*/
.accordion-type > ul {
  position: relative;
  cursor: pointer;
}
.accordion-type > ul:after {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/image/component/icon_accordion_arrow_down.png) center center
    no-repeat;
  background-size: contain;
}
.accordion-type > ul.on:after {
  background: url(/image/component/icon_accordion_arrow_up.png) center center
    no-repeat;
  background-size: contain;
}
.accordion-type > .content {
  width: 100%;
  height: auto;
  display: none;
  word-break: break-all;
}
.accordion-type > .content.on {
  display: block;
}

/*게시판 목록 공통*/
.board-list-area {
  border-top: 1px solid #161616;
}
.board-list-area ul {
  display: table;
  width: 100%;
}
.board-list-area ul li {
  display: table-cell;
  vertical-align: middle;
}
.board-list-area ul li.num {
  width: 14%;
}
.board-list-area ul li.date {
  width: 25%;
}
.board-list-area ul li.state {
  width: 25%;
}
.board-list-area ul li.price {
  width: 22%;
}
.board-list-area ul li.split2 {
  width: 50%;
}
.board-list-area ul li.split3 {
  width: 33.3%;
}
.board-list-area ul li.split4 {
  width: 25%;
}
.board-list-area ul li.split5 {
  width: 20%;
}
.board-list-area ul li.split6 {
  width: 16.66%;
}
.board-list-area ul li.split7 {
  width: 14.28%;
}

.board-list-area .board-list-header ul li {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #b6b6b6;
  background: #f9f9f9;
}
.board-list-area .board-list-header > div {
  width: 100%;
  display: block;
  height: auto;
  background: #f9f9f9;
  padding: 0;
}
.board-list-area .board-list-content > div {
  position: relative;
  width: 100%;
  display: block;
  height: auto;
  background: #fff;
  padding: 0;
}
.board-list-area .board-list-content > div + div {
  border-top: 1px solid #e6e6e6;
}
.board-list-area .board-list-content > div > ul > li {
  padding: 8px 0;
  height: 50px;
  font-size: 10px;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: center;
  color: #767676;
}
.board-list-area .board-list-content > div > ul > li.subject {
  position: relative;
  text-align: left;
  padding-left: 8px;
  color: #464646;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
  font-size: 10px;
  color: #161616;
  width: 95%;
}
.board-list-area .board-list-content > div > ul > li.subject a:hover {
  text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.date {
  font-size: 10px;
  color: #868686;
}
.board-list-area .board-list-content > div > ul > li.state span {
  font-size: 10px;
  color: #868686;
  font-weight: 500;
}

/* faq */
.board-list-area.faq .board-list-content > div > ul > li.subject {
  padding-right: 50px;
}
.board-list-area.faq .board-list-content .accordion-type .content {
  padding: 16px 0;
  border-top: 1px solid #e6e6e6;
}
.board-list-area.faq .board-list-content .accordion-type .content img {
  margin: 0 0 16px;
  max-width: 100%;
  border-radius: 0;
}
.board-list-area.faq .board-list-content .accordion-type .content p {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}

/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/

/* 상품 미리보기 */
.product-preview {
  padding: 28px 0 24px 10px;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.product-preview .swiper-container {
  padding: 6px;
}
.product-preview .swiper-container .swiper-slide {
  width: 190px;
  height: 313px;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-right: 8px;
  overflow: hidden;
}
.product-preview .swiper-container .swiper-slide .img img {
  width: 190px;
  height: 238px;
  object-fit: cover;
}
.product-preview .swiper-container .swiper-slide .info {
  padding: 16px;
  overflow: hidden;
}
.product-preview .swiper-container .swiper-slide .info > div {
  float: left;
  width: calc(100% - 40px);
}
.product-preview .swiper-container .swiper-slide .info > div .name {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.7px;
  text-align: left;
  color: #868686;
}
.product-preview .swiper-container .swiper-slide .info > div .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.9px;
  text-align: left;
  color: #343232;
  padding-right: 8px;
}
/* 2021-12-28 */
.product-preview .swiper-container .swiper-slide .info > div .title {
  line-height: 1.43;
}
.product-preview .swiper-container .swiper-slide .info > .pf-img {
  float: left;
  width: 40px;
  height: 40px;
}
.product-preview .swiper-container .swiper-slide .info > .pf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-preview .swiper-container .swiper-slide .info > .pf-img img {
  border-radius: 50vh;
} /* 2021-02-03 */
.product-preview .swiper-container .swiper-slide .shopname {
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 12px;
  font-family: "negasalgeyo";
}
.product-preview .swiper-container .swiper-slide .shopname {
  font-family: "Noto Sans KR", sans-serif;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 13px;
  padding: 0 0 0 8px;
} /* 2021-02-03 */
.product-preview .swiper-container .swiper-slide .shopname.cate1 {
  background-color: #60c21d;
}
.product-preview .swiper-container .swiper-slide .shopname.cate2 {
  background-color: #f26b6b;
}
.product-preview .swiper-container .swiper-slide .shopname.cate3 {
  background-color: #49c2f2;
}
.product-preview .heart {
  position: absolute;
  top: 8px;
  right: 8px;
}
.product-preview .heart > a {
  display: block;
  width: 46px;
  height: 56px;
  transition: all 0.5s;
  background: url(/image/mobile/icon_heart_text_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
  text-indent: -5000px;
}
.product-preview .heart > a.active {
  background: url(/image/mobile/icon_heart_text_s.png) center center no-repeat;
  background-size: contain;
}
/* type-b */
.product-preview.type-b {
  padding: 0;
  border-bottom: 0;
}
.product-preview.type-b .swiper-container {
  padding-left: 2px;
}
/* 2023-06-07
.product-preview.type-b .swiper-container .swiper-slide {
  width: 160px;
  height: 272px;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-right: 8px;
  overflow: hidden;
}
.product-preview.type-b .swiper-container .swiper-slide .img img {
  width: 160px;
  height: 200px;
  object-fit: cover;
}
*/
.product-preview.type-b .swiper-container .swiper-slide .info {
  padding: 8px 16px;
}
.product-preview.type-b .swiper-container .swiper-slide .info > div {
  float: left;
  width: calc(100% - 32px);
}
.product-preview.type-b .swiper-container .swiper-slide .info > div .name {
  font-size: 11px;
}
.product-preview.type-b .swiper-container .swiper-slide .info > div .title {
  font-size: 14px;
}
.product-preview.type-b .swiper-container .swiper-slide .info > div .price {
  line-height: 1.1;
  letter-spacing: -0.65px;
}
.product-preview.type-b
  .swiper-container
  .swiper-slide
  .info
  > div
  .price
  strong {
  font-size: 13px;
  font-weight: bold;
}
.product-preview.type-b
  .swiper-container
  .swiper-slide
  .info
  > div
  .price
  span {
  font-size: 13px;
  font-weight: 400;
}
/* 2023-06-07
.product-preview.type-b .swiper-container .swiper-slide .info > .pf-img {
  width: 32px;
  height: 32px;
  margin: 13px 0 0;
}
*/

.category-icon-link {
  margin: 8px 0 0;
  border-bottom: 1px solid #e6e6e6;
}
.category-icon-link > ul {
  overflow: hidden;
}
.category-icon-link > ul > li {
  float: left;
  width: 33.33%;
  height: 100px;
  padding: 12px 0;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
}
.category-icon-link > ul > li:nth-child(3n) {
  border-right: 0;
}
.category-icon-link > ul > li a {
  display: block;
}
.category-icon-link > ul > li img {
  width: auto;
  height: 77px;
  margin: 0 auto;
}

.current-point {
  background-color: #fff;
  padding: 16px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.current-point .tit {
  float: left;
  width: 40%;
  line-height: 52px;
  font-size: 13px;
  color: #767676;
}
.current-point .tit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0;
  width: 52px;
  height: 52px;
  background: url(/image/mobile/icon_point_p.png) center center no-repeat;
  background-size: contain;
}
.current-point .con {
  float: left;
  width: 60%;
  line-height: 52px;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
  color: #60c21d;
}

.company-service {
  background-color: #fff;
}
.company-service .logo img {
  display: block;
  margin: 24px auto 0;
  width: 140px;
  height: 32px;
}
.company-service h1 {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: center;
  color: #161616;
  margin: 8px 0 0;
}
.company-service .cont {
  padding: 0 0 24px;
  margin: 24px 16px 0;
  border-top: 1px dashed #e6e6e6;
}
.company-service .cont p {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
  color: #868686;
  margin: 16px 0 0;
}
.company-service .cont p span {
  font-size: 12px;
  font-weight: normal;
}

.shop_contact {
  background-color: #fff;
  overflow: hidden;
}
.shop_contact .logo img {
  display: block;
  margin: 24px auto 0;
  width: 140px;
  height: 32px;
}
.shop_contact .cont {
  padding: 16px 0 24px;
  margin: 16px 16px 0;
  border-top: 1px dashed #e6e6e6;
}
.shop_contact .cont > ul > li {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  margin: 8px 0 0;
  padding-left: 14px;
  background: url(/image/mobile/dot_green.png) 0 6px no-repeat;
  background-size: 6px;
}
.shop_contact .bg-box {
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
  padding: 16px;
  margin: 24px 0 0;
}
.shop_contact .bg-box h1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  margin: 0 0 8px;
}
.shop_contact .bottom {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
  margin: 24px 0 0;
}

.product-list {
  background-color: #fff;
  margin: 8px 0 0;
}
.product-list .orderby {
  padding: 16px;
  text-align: right;
}
.product-list > ul {
  padding: 0 12px 8px;
  overflow: hidden;
  margin: 8px 0 0;
}
.product-list > ul > li {
  position: relative;
  float: left;
  width: calc((100% - 16px) / 2);
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 0 4px 16px;
  border-radius: 12px;
  overflow: hidden;
}
.product-list > ul > li .img {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  height: 0;
  overflow: hidden;
}
.product-list > ul > li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list > ul > li .info {
  padding: 8px 16px;
  overflow: hidden;
}
.product-list > ul > li .info > div {
  float: left;
  width: calc(100% - 32px);
}
.product-list > ul > li .info > div .name {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.product-list > ul > li .info > div .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #343232;
}
.product-list > ul > li .info > div .price strong {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
}
.product-list > ul > li .info > div .price span {
  font-size: 13px;
  font-weight: 400;
}
.product-list > ul > li .info > .pf-img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 13px 0 0;
}
.product-list > ul > li .info > .pf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list > ul > li .info > .pf-img img {
  border-radius: 50vh;
} /* 2021-02-03 */
.product-list > ul > li .shopname {
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 30px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.75px;
  text-align: left;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 12px;
  z-index: 1;
}
.product-list > ul > li .shopname {
  font-family: "Noto Sans KR", sans-serif;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  font-size: 13px;
  padding: 0 0 0 8px;
} /* 2021-02-03 */
.product-list > ul > li .shopname.cate1 {
  background-color: #60c21d;
}
.product-list > ul > li .shopname.cate2 {
  background-color: #f26b6b;
}
.product-list > ul > li .shopname.cate3 {
  background-color: #49c2f2;
}
.product-list .heart {
  position: absolute;
  top: 8px;
  right: 8px;
}
.product-list .heart > a {
  display: block;
  width: 46px;
  height: 56px;
  transition: all 0.5s;
  background: url(/image/mobile/icon_heart_text_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
  text-indent: -5000px;
}
.product-list .heart > a.active {
  background: url(/image/mobile/icon_heart_text_s.png) center center no-repeat;
  background-size: contain;
}

.category-slider {
  padding-left: 0;
  width: 100%;
  height: 40px;
  background: #fff;
  border: 0;
}
.category-slider .swiper-container {
  width: 100%;
  height: 100%;
}
.category-slider .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 90px !important;
  text-align: center;
  margin: 0;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
  display: inline-block;
  width: 100%;
  font-size: 13px;
  color: #868686;
  line-height: 38px;
  padding: 0;
  margin: 0;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.active {
  font-weight: bold;
  color: #161616;
  border-bottom: 2px solid #161616;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.cate1.active {
  color: #60c21d;
  border-bottom: 2px solid #60c21d;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.cate2.active {
  color: #f26b6b;
  border-bottom: 2px solid #f26b6b;
}
.category-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .category.cate3.active {
  color: #49c2f2;
  border-bottom: 2px solid #49c2f2;
}
/*.category-slider .swiper-container .swiper-wrapper .swiper-slide:first-child { width: 80px !important; }*/

.seller-scrap {
  background-color: #fff;
  padding: 0 16px;
}
.seller-scrap > ul > li {
  position: relative;
  padding: 16px 0;
  overflow: hidden;
}
.seller-scrap > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.seller-scrap > ul > li .pf-img {
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 80px;
  border: solid 2px #f9f9f9;
  overflow: hidden;
}
.seller-scrap > ul > li .pf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seller-scrap > ul > li .info {
  float: left;
  width: calc(100% - 60px);
  padding: 10px 87px 0 16px;
}
.seller-scrap > ul > li .info .shop-name {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.seller-scrap > ul > li .info .name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  margin: 4px 0 0;
}
.seller-scrap > ul > li .heart {
  position: absolute;
  top: 29px;
  right: 0;
  width: 87px;
  text-align: right;
}
.seller-scrap > ul > li .heart a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  color: #b6b6b6;
}
.seller-scrap > ul > li .heart a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: -2px 0 0 4px;
  transition: all 0.5s;
  background: url(/image/mobile/icon_heart_n2.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.seller-scrap > ul > li .heart a.active:after {
  background: url(/image/mobile/icon_heart_s2.png) center center no-repeat;
  background-size: contain;
}

.seller-scrap.shop-rank > ul > li {
  padding-left: 16px;
}
.seller-scrap.shop-rank > ul > li .info {
  width: calc(100% - 76px);
}
.seller-scrap.shop-rank > ul > li .rank {
  position: absolute;
  top: 8px;
  left: 0;
  width: 44px;
  height: 54px;
}
.seller-scrap.shop-rank > ul > li .rank.n1 {
  background: url(/image/mobile/rank_1.png) center center no-repeat;
  background-size: contain;
}
.seller-scrap.shop-rank > ul > li .rank.n2 {
  background: url(/image/mobile/rank_2.png) center center no-repeat;
  background-size: contain;
}
.seller-scrap.shop-rank > ul > li .rank.n3 {
  background: url(/image/mobile/rank_3.png) center center no-repeat;
  background-size: contain;
}
.seller-scrap.shop-rank > ul > li .rank.num {
  position: absolute;
  top: 16px;
  left: 8px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50vh;
}

.product-view-img {
  background-color: #fff;
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.product-view-img .btn {
  padding: 16px 8px 0;
}
.product-view-img .btn .btn-medium.cate1 {
  border: solid 1px #60c21d;
  background-color: #60c21d;
  color: #fff;
}
.product-view-img .btn .btn-medium.cate1.line {
  border: solid 1px #60c21d;
  background-color: #fff;
  color: #60c21d;
}
.product-view-img .btn .btn-medium.cate2 {
  border: solid 1px #f26b6b;
  background-color: #f26b6b;
  color: #fff;
}
.product-view-img .btn .btn-medium.cate2.line {
  border: solid 1px #f26b6b;
  background-color: #fff;
  color: #f26b6b;
}
.product-view-img .btn .btn-medium.cate3 {
  border: solid 1px #49c2f2;
  background-color: #49c2f2;
  color: #fff;
}
.product-view-img .btn .btn-medium.cate3.line {
  border: solid 1px #49c2f2;
  background-color: #fff;
  color: #49c2f2;
}

.product-info {
  background-color: #fff;
  padding: 16px 0 0;
  margin: 8px 0 0;
}
.product-info .title-btn {
  padding: 0 16px 10px;
  overflow: hidden;
}
.product-info .title-btn h1 {
  float: left;
  width: calc(100% - 160px);
  padding: 5px 16px 5px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: left;
  color: #343232;
}
.product-info .title-btn .btn {
  float: left;
  width: 160px;
  text-align: right;
}
.product-info .title-btn .btn > * {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
}
.product-info .title-btn .btn > p a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #b6b6b6;
}
.product-info .title-btn .btn .scrap {
  margin: 0 0 0 16px;
}
.product-info .title-btn .btn .scrap a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: -2px 0 0 4px;
  transition: all 0.5s;
  background: url(/image/mobile/icon_heart_n2.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
}
.product-info .title-btn .btn .scrap a.active:after {
  background: url(/image/mobile/icon_heart_s2.png) center center no-repeat;
  background-size: contain;
}
.product-info > .detail {
  border-top: 1px dashed #e6e6e6;
  border-bottom: 1px dashed #e6e6e6;
  padding: 8px 0 16px;
  margin: 0 16px;
}
.product-info > .detail > ul {
  overflow: hidden;
  margin: 8px 0 0;
}
.product-info > .detail > ul > li.tit {
  float: left;
  width: 64px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
}
.product-info > .detail > ul > li.con {
  float: left;
  width: calc(100% - 64px);
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}

.map {
  background-color: #fff;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.icon-shop:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_shop.png) center center no-repeat;
  background-size: contain;
}

/*fixed-pv-btn-group*/
.fixed-pv-btn-group {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  z-index: 50;
}
.fixed-pv-btn-group .accordion-type {
  margin: 0;
  padding: 0;
}
.fixed-pv-btn-group .accordion-type > ul {
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}
.fixed-pv-btn-group .accordion-type > ul:after {
  display: none;
}
.fixed-pv-btn-group .accordion-type > ul > li {
  width: 44px;
  height: 16px;
  border: solid 1px #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  margin: -16px auto -1px;
  border-radius: 8px 8px 0 0;
}
.fixed-pv-btn-group .accordion-type > ul > li:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -15px 0 0 -8px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_arrow_up_green.png) center center no-repeat;
  background-size: contain;
}
.fixed-pv-btn-group .accordion-type > ul.on > li:after {
  background: url(/image/mobile/icon_arrow_down_green.png) center center
    no-repeat;
  background-size: contain;
}
.fixed-pv-btn-group .accordion-type > ul > li {
  text-indent: -5000px;
}
.fixed-pv-btn-group .accordion-type > .content {
  background: #fff;
  margin-top: 0;
  padding: 0 16px;
}
.fixed-pv-btn-group .total-product-amount {
  margin: 24px 0 16px;
}
.fixed-pv-btn-group .total-product-amount li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.fixed-pv-btn-group .total-product-amount li + li {
  margin: 8px 0 0;
}
.fixed-pv-btn-group .total-product-amount li > * {
  height: 27px;
  line-height: 27px;
}
.fixed-pv-btn-group .total-product-amount li div.tit {
  float: left;
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  padding: 4px 0;
}
.fixed-pv-btn-group .total-product-amount li div.tit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 4px;
  height: 4px;
  background-color: #60c21d;
  border-radius: 50vh;
}
.fixed-pv-btn-group .total-product-amount li div.con {
  float: left;
  width: calc(100% - 120px);
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: right;
  color: #60c21d;
}
.fixed-pv-btn-group .btn-group {
  overflow: hidden;
  padding: 16px 24px;
  margin: 0;
}
.fixed-pv-btn-group .btn-group .btn-medium {
  border: solid 1px #60c21d;
  background-color: #60c21d;
  color: #fff;
}
.fixed-pv-btn-group .btn-group .btn-medium.line {
  background-color: #fff;
  color: #60c21d;
}
/* cate1 */
.fixed-pv-btn-group.cate1 .btn-medium {
  border: solid 1px #60c21d;
  background-color: #60c21d;
  color: #fff;
}
.fixed-pv-btn-group.cate1 .btn-medium.line {
  border: solid 1px #60c21d;
  background-color: #fff;
  color: #60c21d;
}
.fixed-pv-btn-group.cate1 .accordion-type > ul > li:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -15px 0 0 -8px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_arrow_up_green.png) center center no-repeat;
  background-size: contain;
}
.fixed-pv-btn-group.cate1 .accordion-type > ul.on > li:after {
  background: url(/image/mobile/icon_arrow_down_green.png) center center
    no-repeat;
  background-size: contain;
}
.fixed-pv-btn-group .total-product-amount li div.tit:before {
  background-color: #60c21d;
}
.fixed-pv-btn-group .total-product-amount li div.con {
  color: #60c21d;
}
/* cate2 */
.fixed-pv-btn-group.cate2 .btn-medium {
  border: solid 1px #f26b6b;
  background-color: #f26b6b;
  color: #fff;
}
.fixed-pv-btn-group.cate2 .btn-medium.line {
  border: solid 1px #f26b6b;
  background-color: #fff;
  color: #f26b6b;
}
.fixed-pv-btn-group.cate2 .accordion-type > ul > li:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -15px 0 0 -8px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_arrow_up_red.png) center center no-repeat;
  background-size: contain;
}
.fixed-pv-btn-group.cate2 .accordion-type > ul.on > li:after {
  background: url(/image/mobile/icon_arrow_down_red.png) center center no-repeat;
  background-size: contain;
}
.fixed-pv-btn-group.cate2 .total-product-amount li div.tit:before {
  background-color: #f26b6b;
}
.fixed-pv-btn-group.cate2 .total-product-amount li div.con {
  color: #f26b6b;
}
/* cate3 */
.fixed-pv-btn-group.cate3 .btn-medium {
  border: solid 1px #49c2f2;
  background-color: #49c2f2;
  color: #fff;
}
.fixed-pv-btn-group.cate3 .btn-medium.line {
  border: solid 1px #49c2f2;
  background-color: #fff;
  color: #49c2f2;
}
.fixed-pv-btn-group.cate3 .accordion-type > ul > li:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -15px 0 0 -8px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_arrow_up_blue.png) center center no-repeat;
  background-size: contain;
}
.fixed-pv-btn-group.cate3 .accordion-type > ul.on > li:after {
  background: url(/image/mobile/icon_arrow_down_blue.png) center center
    no-repeat;
  background-size: contain;
}
.fixed-pv-btn-group.cate3 .total-product-amount li div.tit:before {
  background-color: #49c2f2;
}
.fixed-pv-btn-group.cate3 .total-product-amount li div.con {
  color: #49c2f2;
}

.quantity-inner {
  display: block;
  width: 166px;
  overflow: hidden;
}
.quantity-inner .btn-minus {
  float: left;
  width: 35px;
  height: 35px;
  border: 0;
  transition: all 0.5s;
}
.quantity-inner .btn-minus span {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  vertical-align: middle;
  background: url(/image/mobile/icon_minus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
.quantity-inner .input {
  float: left;
  width: 80px;
  height: 35px;
  margin: 0 8px;
  padding: 0;
  text-align: center;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  font-weight: 500;
  color: #868686;
  border-radius: 2px;
}
.quantity-inner .btn-plus {
  float: left;
  width: 35px;
  height: 35px;
  border: 0;
  transition: all 0.5s;
}
.quantity-inner .btn-plus span {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  vertical-align: middle;
  background: url(/image/mobile/icon_plus.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
}
/* small */
.quantity-inner.small .input {
  width: 58px;
  height: 24px;
  margin: 0 6px;
  padding: 0 4px;
  font-size: 13px;
}
.quantity-inner.small .btn-minus {
  width: 24px;
  height: 24px;
}
.quantity-inner.small .btn-plus {
  width: 24px;
  height: 24px;
}

.product-opiton-inner {
  position: relative;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  padding: 12px;
  margin: 16px 0 0;
}
.product-opiton-inner .con {
  font-size: 11px;
  color: #868686;
  margin-bottom: 10px;
}
.product-opiton-inner .con + .con {
  margin: 8px 0 0;
}
/*.product-opiton-inner .quantity-inner { margin: 16px 0 0; }*/
.product-opiton-inner .delete {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_close_square.png) center center no-repeat;
  background-size: contain;
}
.product-opiton-inner .price {
  position: absolute;
  bottom: 16px;
  right: 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: right;
}

.accordion .inner-wrap {
  width: 100%;
  height: auto;
  display: block;
}
.accordion .inner-wrap > ul {
  width: 100%;
  display: inline-block;
  border-top: 0;
}
.accordion .inner-wrap > ul > li {
  width: 100%;
  display: inline-block;
}
.accordion .inner-wrap > ul > li .accordion-header {
  width: 100%;
  height: 44px;
  cursor: pointer;
  position: relative;
  background: #fff;
  border-bottom: 1px dotted #e9e9e9;
}
.accordion .inner-wrap > ul > li .accordion-header > p {
  font-size: 14px;
  line-height: 44px;
  padding-left: 16px;
}
.accordion.inner-wrap > ul > li .accordion-header > p: after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: red;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  background: url(/image/component/icon_accordion_arrow_down.png) no-repeat 0 0;
  background-size: contain;
}
.accordion .inner-wrap > ul > li .accordion-content {
  display: none;
  background-color: #f6f6f6;
  width: 100%;
  min-height: 50px;
  padding: 16px;
  border-bottom: 1px dotted #e9e9e9;
}
.accordion .inner-wrap > ul > li .accordion-content > p {
  padding: 16px;
  font-size: 13px;
  color: #565656;
}
.accordion.inner-wrap > ul > li.active .accordion-header > p: after {
  background: url(/image/component/icon_accordion_arrow_up.png) no-repeat 0 0;
  background-size: contain;
}

.ol-list {
  margin: 0 0 0 10px;
}
.ol-list li {
  list-style-type: decimal;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.ol-list li + li {
  margin: 12px 0 0;
}

.review-list {
  padding: 0 16px;
}
.review-list .header {
  padding: 8px 0 16px;
  border-bottom: 1px dotted #e9e9e9;
  overflow: hidden;
}
.review-list .header > .title {
  float: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #161616;
}
.review-list .header > .star-rating-small {
  float: left;
  margin: 0 0 0 8px;
}
.review-list > ul > li {
  border-bottom: 1px dotted #e9e9e9;
}
.review-list .id-date-rating {
  padding: 16px 0 0;
  overflow: hidden;
}
.review-list .id-date-rating > ul > li {
  float: left;
}
.review-list .id-date-rating > ul > li.id {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  margin: 0 16px 0 0;
}
.review-list .id-date-rating > ul > li.date {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}
.review-list .subject {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #868686;
  margin: 22px 0 0;
}
.review-list .content {
  padding: 8px 0 16px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
}
.review-list .content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
}
.review-list .btn {
  padding: 8px 8px 24px;
  border-bottom: 1px dotted #e9e9e9;
}
.review-list > ul > li.re {
  padding-top: 16px;
}
.review-list > ul > li.re .date {
  margin: 0 0 12px;
}
.review-list > ul > li.re .date strong {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  margin: 0 16px 0 0;
}
.review-list > ul > li.re .date strong:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_re2.png) center center no-repeat;
  background-size: contain;
}
.review-list > ul > li.re .date span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
}
.review-list > ul > li.re .content {
  padding-left: 24px;
}

.shop-view {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.shop-view .heart {
  position: absolute;
  top: 16px;
  right: 16px;
}
.shop-view .heart > a {
  display: block;
  width: 46px;
  height: 56px;
  transition: all 0.5s;
  background: url(/image/mobile/icon_heart_text_n.png) center center no-repeat;
  background-size: contain;
  transform: scale(1);
  text-indent: -5000px;
}
.shop-view .heart > a.active {
  background: url(/image/mobile/icon_heart_text_s.png) center center no-repeat;
  background-size: contain;
}
.shop-view .info {
  background-color: #fff;
  padding: 16px;
}
.shop-view .info > div {
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.shop-view .info > div > ul {
  overflow: hidden;
}
.shop-view .info > div > ul + ul {
  margin: 8px 0 0;
}
.shop-view .info > div > ul > li {
  float: left;
}
.shop-view .info > div > ul > li.tit {
  width: 100px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
}
.shop-view .info > div > ul > li.con {
  font-size: 11px;
  font-size: 11px;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.shop-view .star-rating-small ul li {
  margin-right: -1px;
  width: 16px;
  height: 16px;
}

.shop-view-cont {
  background-color: #fff;
  padding: 24px 16px;
  border-bottom: 1px solid #e6e6e6;
  margin: 8px 0 0;
}
.shop-view-cont > h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: left;
  padding: 0 0 8px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 16px;
}
.shop-view-cont video {
  width: 100%;
}
.shop-view-cont .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
}
.shop-view-cont .date {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
  margin: 12px 0 0;
}
.shop-view-cont .cont {
  padding: 16px 0 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
}

/* cart-list */
.cart-list > ul > li {
  position: relative;
  background-color: #fff;
  padding: 24px 16px 16px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
.cart-list > ul > li .p-img {
  float: left;
  width: 120px;
}
.cart-list > ul > li .p-img > .inner-wrap {
  display: block;
  width: 120px;
  height: 0;
  padding-bottom: 120px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.cart-list > ul > li .p-img > .inner-wrap img {
  transform: scale(1);
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-list > ul > li .chk {
  position: absolute;
  top: 34px;
  left: 20px;
  z-index: 1;
}
.cart-list > ul > li .delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_close2.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  z-index: 3;
}
.cart-list > ul > li .info {
  float: left;
  width: calc(100% - 120px);
  padding: 8px 0 0 16px;
}
.cart-list > ul > li .info .title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
}
.cart-list > ul > li .info .option {
  margin: 4px 0 0;
}
.cart-list > ul > li .info .option p {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.cart-list > ul > li .info .delivery {
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
}
.cart-list > ul > li .info .coupon {
  margin: 10px 0 0;
}
.cart-list > ul > li .info .coupon .btn-small {
  display: inline-block;
  width: 54px;
  height: 22px;
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  padding: 1px 0;
  text-align: center;
  color: #868686;
  margin: 0 8px 0 0;
}
.cart-list > ul > li .info .coupon span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
}

.btn-review {
  width: 140px;
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: right;
  color: #b6b6b6;
}
.btn-review:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0 0 8px;
  width: 32px;
  height: 32px;
  background: url(/image/mobile/icon_review.png) center center no-repeat;
  background-size: contain;
}

.quantity-price {
  clear: both;
  padding-top: 16px;
  overflow: hidden;
}
.quantity-price .quantity-inner {
  float: left;
}
.quantity-price .quantity-unit {
  float: left;
  padding: 3px 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
}
.quantity-price .quantity-unit .delivery-number {
  display: inline-block;
  color: #868686;
  margin: 0 0 0 8px;
}
.quantity-price .price {
  float: right;
  padding: 3px 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: right;
}
.quantity-price .delivery {
  float: right;
  font-size: 10px;
}
.quantity-price .btn-review {
  float: right;
}

.payment-info {
  background-color: #fff;
  padding: 24px 16px;
  margin: 8px 0 0;
}
.payment-info h1 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: left;
}
.payment-info ul > li {
  overflow: hidden;
  padding: 16px 0 0;
}
.payment-info.margin-t0 > ul > li:first-child {
  padding-top: 0;
}
.payment-info ul > li .tit {
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
}
.payment-info ul > li .tit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 6px;
  height: 6px;
  background: #60c21d;
  border-radius: 50vh;
}
.payment-info ul > li .tit small {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  text-align: left;
  color: #868686;
}
.payment-info ul > li .con {
  float: right;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: normal;
  text-align: right;
}
.payment-info ul > li .con.total {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.65px;
  color: #60c21d;
}
/* type-b */
.payment-info.type-b {
  padding: 24px 16px 0;
}
.payment-info.type-b ul {
  margin: 8px 0 0;
}
.payment-info.type-b ul > li {
  padding: 16px 0;
}
.payment-info.type-b ul > li + li {
  border-top: 1px solid #e6e6e6;
}

/* order-cart-list */
.order-cart-list {
  background-color: #fff;
  padding: 24px 16px 16px;
}
.order-cart-list > h1 {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 9px;
  line-height: 1.47;
  letter-spacing: -0.75px;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
}
.order-cart-list > ul > li {
  position: relative;
  padding: 16px 0;
  overflow: hidden;
}
.order-cart-list > ul > li + li {
  border-top: 1px solid #e6e6e6;
}
.order-cart-list > ul > li .p-img {
  float: left;
  width: 120px;
}
.order-cart-list > ul > li .p-img > .inner-wrap {
  display: block;
  width: 120px;
  height: 0;
  padding-bottom: 120px;
  position: relative;
  transition: all 0.5s;
  overflow: hidden;
}
.order-cart-list > ul > li .p-img > .inner-wrap img {
  transform: scale(1);
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.order-cart-list > ul > li .chk {
  position: absolute;
  top: 34px;
  left: 20px;
  z-index: 1;
}
.order-cart-list > ul > li .delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_close2.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  z-index: 1;
}
.order-cart-list > ul > li .info {
  float: left;
  width: calc(100% - 120px);
  padding: 8px 0 0 16px;
}
.order-cart-list > ul > li .info .title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
}
.order-cart-list > ul > li .info .option {
  margin: 4px 0 0;
}
.order-cart-list > ul > li .info .option p {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.order-cart-list > ul > li .info .delivery {
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.order-cart-list > ul > li .info .coupon {
  margin: 10px 0 0;
}
.order-cart-list > ul > li .info .coupon .btn-small {
  display: inline-block;
  width: 54px;
  height: 22px;
  border: solid 1px #d6d6d6;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  padding: 1px 0;
  text-align: center;
  color: #868686;
  margin: 0 8px 0 0;
}
.order-cart-list > ul > li .info .coupon span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
}
/* 2021-10-21 */
.order-cart-list > ul > li .btn-review {
  position: absolute;
  top: 28px;
  right: -8px;
}

/* 배송지선택 */
.shipping {
  margin: 0 0 8px;
}
.shipping span {
  display: inline-block;
  width: auto;
  height: 28px;
  line-height: 26px;
  border: 1px solid #252c3a;
  border-radius: 4px;
  padding: 0 0 0 12px;
  overflow: hidden;
  margin-right: 6px;
}
.shipping span.on a {
  color: #ff7a29;
  font-weight: bold;
}
.shipping span.on a {
  color: #161616;
} /* 2021-02-03 */
.shipping span a {
  float: left;
  display: block;
  width: auto;
  padding: 4px 0;
  letter-spacing: -0.6px;
  font-size: 12px;
  font-weight: 500;
  color: #252c3a;
}
.shipping span .delete {
  display: inline-block;
  float: right;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #252c3a;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  vertical-align: middle;
  margin: -1px 0 0;
}

.payment-method {
  margin: 16px 0 0;
}
.payment-method p {
  font-size: 12px;
  margin: 8px 0 0;
}
.payment-method p input {
  margin-left: 0;
}

.checkbox-link {
  overflow: hidden;
}
.checkbox-link label {
  float: left;
  display: block;
  margin: 0 !important;
}
.checkbox-link a {
  float: right;
  display: block;
  margin: 5px 0 0;
  font-size: 11px;
  color: #b6b6b6;
  text-decoration: underline;
}

.order-date-number {
  background: #fff;
  padding: 16px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 8px;
}
.order-date-number ul {
  overflow: hidden;
}
.order-date-number ul li {
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
}
.order-date-number ul li.tit {
  margin: 0 8px 0 0;
}
.order-date-number .date {
  float: left;
}
.order-date-number .number {
  float: right;
}
.order-date-number .date ul li.tit {
  color: #161616;
}
.order-date-number .number ul li.tit {
  color: #868686;
}
.order-date-number .number ul li.con {
  color: #b6b6b6;
}

.order-view-detail {
  padding: 24px 16px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
}
.order-view-detail > h1 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  margin: 0 0 8px;
}
.order-view-detail hr {
  background: none !important;
  border-top: 1px dotted #e6e6e6;
  margin: 24px 0;
}
.order-view-detail .table-type-area .title {
  width: 100px;
  font-size: 12px;
}
.order-view-detail .table-type-area .con,
.order-view-detail .table-type-area .con a {
  color: #161616;
  font-size: 12px;
}

.mypage-order-list {
  margin: 8px 0 0;
}
.mypage-order-list > ul > li {
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.mypage-order-list > ul > li .bgwhite {
  padding: 8px 16px 16px;
}
.mypage-order-list > ul > li .order-date {
  padding: 8px 0;
  overflow: hidden;
  border-bottom: 1px dotted #e6e6e6;
}
.mypage-order-list > ul > li .order-date .tit {
  float: left;
  margin: 0 16px 0 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  background: url(/image/mobile/icon_date.png) 0 center no-repeat;
  background-size: 24px 24px;
  padding-left: 32px;
}
.mypage-order-list > ul > li .order-date .con {
  float: left;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #60c21d;
}
.mypage-order-list > ul > li .btn-regular {
  width: 104px;
  height: 30px;
  line-height: 28px;
}
.mypage-order-list > ul > li .title-review {
  padding: 16px 0 8px;
  overflow: hidden;
}
.mypage-order-list > ul > li .title-review h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.8px;
  text-align: left;
}
.mypage-order-list > ul > li .title-review h1:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 6px;
  height: 6px;
  background: #60c21d;
  border-radius: 50vh;
}
.mypage-order-list > ul > li .title-review h1 {
  float: left;
  width: calc(100% - 140px);
}
.mypage-order-list > ul > li .btn-review {
  position: absolute;
  top: 58px;
  right: 16px;
}

.mypage-order-list .table-type-area .title {
  font-size: 12px;
  padding: 5px 0;
}
.mypage-order-list .table-type-area .con {
  font-size: 13px;
}
/* 2021-12-28 .mypage-order-list > ul > li .btn { padding: 8px 8px 8px 16px; } */
.mypage-order-list > ul > li .btn {
  padding: 0 8px 8px 16px;
}
.mypage-order-list > ul > li .btn button + button {
  margin: 0 0 0 6px;
}
/* 2021-12-28 */
.mypage-order-list > ul > li .btn button {
  margin-top: 8px !important;
}

.reason-select {
  overflow: hidden;
}
.reason-select > div {
  float: left;
  width: 50%;
}
.reason-select > div h1 {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.8px;
  text-align: left;
  color: #868686;
}
.reason-select > div h1 span {
  color: #60c21d;
}
.reason-select > div p {
  margin: 8px 0 0;
}

.product-inquiry > ul > li {
  padding: 0 16px;
  background: #fff;
  border-bottom: 1px dotted #e9e9e9;
}
.product-inquiry .id-date-rating {
  padding: 16px 0 0;
  overflow: hidden;
}
.product-inquiry .id-date-rating > ul > li {
  float: left;
}
.product-inquiry .id-date-rating > ul > li.id {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  margin: 0 16px 0 0;
}
.product-inquiry .id-date-rating > ul > li.date {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
  margin: 0 16px 0 0;
}
.product-inquiry .subject {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #868686;
  margin: 22px 0 0;
}
.product-inquiry .content {
  padding: 8px 0 16px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
}
.product-inquiry .content img {
  display: block;
  max-width: 100%;
  margin: 16px 0;
}
.product-inquiry .btn {
  padding: 8px 8px 24px;
  border-bottom: 1px dotted #e9e9e9;
}
.product-inquiry .re {
  padding-top: 16px;
  border-top: 1px dotted #e9e9e9;
}
.product-inquiry .re .date {
  margin: 0 0 12px;
}
.product-inquiry .re .date strong {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  margin: 0 16px 0 0;
}
.product-inquiry .re .date strong:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  width: 16px;
  height: 16px;
  background: url(/image/mobile/icon_re2.png) center center no-repeat;
  background-size: contain;
}
.product-inquiry .re .date span {
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #b6b6b6;
}
.product-inquiry .re .content {
  padding-left: 24px;
}
.product-inquiry .pimg-info {
  padding: 16px 0;
  border-bottom: 1px dotted #e9e9e9;
  overflow: hidden;
}
.product-inquiry .pimg-info .pimg {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
}
.product-inquiry .pimg-info .pimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-inquiry .pimg-info .info {
  float: left;
  width: calc(100% - 80px);
  padding: 16px 0 0 16px;
}
.product-inquiry .pimg-info .info .shopname {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.product-inquiry .pimg-info .info .title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  margin: 4px 0 0;
}
/* type-b */
.product-inquiry.type-b > ul > li {
  border-bottom: 1px solid #e9e9e9;
}
.product-inquiry.type-b > ul > li + li {
  margin: 8px 0 0;
}

.paginate-bg {
  background: #f3f3f3;
  padding: 0 0 64px;
  overflow: hidden;
}
.border-top8 {
  border-top: 8px solid #f3f3f3;
}

.share p {
  margin: 32px 0 0;
  overflow: hidden;
}
.share p {
  overflow: hidden;
  float: right;
}
.share p {
  float: left;
  margin: 0 0 0 4px;
}
.share img {
  width: 32px;
  height: 32px;
}

/* 2021-02-03 */
.btn-pd-qna.cate1 {
  border: 1px solid #60c21d;
  color: #60c21d;
}
.btn-pd-qna.cate2 {
  border: 1px solid #f26b6b;
  color: #f26b6b;
}
.btn-pd-qna.cate3 {
  border: 1px solid #49c2f2;
  color: #49c2f2;
}

.popup-review {
  left: 16px !important;
}

/* 2021-02-22 */
.order-cart-list > ul > li + li {
  border-top: 0;
}
.order-cart-list > ul > li {
  border-bottom: 1px solid #e6e6e6;
}
.order-cart-list > ul > li:last-child {
  border-bottom: 0;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.product-preview .swiper-container .swiper-slide .shopname {
  padding: 0;
}
.product-list > ul > li .shopname {
  padding: 0;
}

/* 2021-03-01 */
.signin-button,
input[type="radio"],
.file-upload .gallery .delete,
.file-upload .upload,
.file-upload .upload > input,
.accordion.box-type .inner-wrap > ul > li .accordion-content,
.popup .inner-wrap .popup-close,
.slider .swiper-container .swiper-wrapper .swiper-slide img,
.slider .slider-btn-prev,
.slider .slider-btn-next,
.slider .swiper-container.thumb-type .swiper-slide,
.star-rating-insert ul li,
.login-chk-link .chk > label,
.accordion-type > ul,
.accordion .inner-wrap > ul > li .accordion-header,
button,
input,
.fixed-pv-btn-group,
.tab-menu .inner-wrap .tab-header li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 2021-03-25 */
#header > h1,
.shop_contact .logo img,
.company-service .logo img {
  width: 124px;
  height: 32px;
}
.login-area h1 img {
  width: 170px;
  height: 44px;
}
.result-area .logo img {
  width: 170px;
  height: 44px;
}

/* 2021-03-31 */
/*
.product-view-img .img-video {
  position: relative;
  width: 100%;
  padding-bottom: 177%;
  height: 0;
  overflow: hidden;
}
.product-view-img .img-video img,
.product-view-img .img-video video,
.product-view-img .img-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}
*/
.product-view-img .img-video {
/*  width: 340px;*/
  width: 100%;
  height: 676px;
  border-radius: 8px;
}
.product-view-img .img-video video,
.product-view-img .img-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.product-view-img .img-video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

/* 2021-09-29 */
.product-view-img .img-video iframe {
  width: 99.9%;
}

/* 2021-04-01 bjkoo */
.fixed-pv-btn-group .product-total-inner {
  margin: 24px 0 16px;
  border: solid 1px #e9e9e9;
  padding: 0 12px;
}
.fixed-pv-btn-group .product-total-inner li {
  display: inline-block;
  width: 100%;
  height: auto;
}
.fixed-pv-btn-group .product-total-inner li + li {
  margin: 8px 0 0;
}
.fixed-pv-btn-group .product-total-inner li > * {
  height: 27px;
  line-height: 34px;
}
.fixed-pv-btn-group .product-total-inner li div.tit {
  float: left;
  width: 120px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: -0.6px;
  text-align: left;
  color: #868686;
  padding: 4px 0;
}
.fixed-pv-btn-group .product-total-inner li div.con {
  float: left;
  width: calc(100% - 120px);
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.75px;
  text-align: right;
  color: #60c21d;
}

.fixed-pv-btn-group.cate2 .product-total-inner li div.con {
  color: #f26b6b;
}

/* 2021-05-17 */
input[readonly] {
  background: #f6f6f6;
  cursor: not-allowed;
  color: #565656;
}
.member-out {
  text-align: center;
  background: #fff;
  padding: 40px 16px 0;
}
.member-out .icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  padding: 10px;
  background-color: #d6d6d6;
  border-radius: 50%;
}
.member-out .icon img {
  width: 44px;
  height: 44px;
}
.member-out h1 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.54px;
  text-align: center;
  color: #161616;
}
.member-out p {
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.6px;
  text-align: center;
  color: #868686;
}

/* 2021-06-09 */
.shop-view-cont .img-video iframe {
  width: 100%;
  height: 90vh;
  border-radius: 8px;
}

/* 2021-010-13 */
.product-list > ul > li .info > div .title {
  font-size: 14px;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.order-cart-list > ul > li .btn-review {
  position: static;
}
.product-list > ul > li .shopname {
  font-size: 15px !important;
}

/* 2021-12-09 */
.help-text {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
  margin: 8px 0 0;
}

/*2021-12-28 상회폰트사이즈 좀더크게*/
.product-preview .swiper-container .swiper-slide .shopname {
  font-size: 15px;
}
/*2021-12-28 리뷰파일첨부 미리보기*/

.rv_photo_preview {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin: 15px 10px 10px 0;
  border: 1px solid #eee;
  border-radius: 7px;
  overflow: hidden;
}
.rv_photo_preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

/* 2021-12-29 */
.order-cart-list > ul > li .btn-review.absolute {
  position: absolute;
}

/* 2022-10-26 */
.product-view-img .img-video img,
.product-view-img .img-video video,
.product-view-img .img-video iframe {
  border-radius: 0;
}

.product-info .title-btn {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-info .title-btn .btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-info .title-btn .btn .btn-popup + .scrap {
  margin: 0;
}
.product-info .title-btn .btn .btn-popup {
  position: relative;
}
.product-info .title-btn .btn .btn-popup > a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_btn_popup.png);
  background-size: contain;
}
.product-info .title-btn .btn .btn-popup > ul {
  display: none;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 1;
  width: 80px;
  border: solid 1px #d6d6d6;
}
.product-info .title-btn .btn .btn-popup.active > ul {
  display: block;
}
.product-info .title-btn .btn .btn-popup > ul > li > a {
  display: block;
  height: 30px;
  background-color: #fff;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
  padding: 0 8px;
}
.product-info .title-btn .btn .btn-popup > ul > li > a + a {
  border-top: solid 1px #d6d6d6;
}

.review-list .id-date-rating .btn-report {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

textarea.input-regular {
  display: inline-block;
  min-width: 200px;
  height: 140px;
  padding: 12px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #565656;
  line-height: 1.3;
  letter-spacing: -0.65px;
  transition: all 0.5s;
}

.popup-report {
  margin-top: 80px !important;
}
.popup-report .inner-wrap {
  padding: 32px 16px 24px;
}
.popup-report .block-type-area {
  padding: 0;
}
.popup-report .btn-group-area {
  margin: 24px 8px 0;
}
.popup-report .btn-medium {
  border-radius: 4px;
}

.btn-medium {
  line-height: 42px;
}

.popup-product-inquiry {
  margin-top: 60px !important;
}
.popup-product-inquiry.cate1 .bg-box span {
  color: #60c21d;
}
.popup-product-inquiry.cate2 .bg-box span {
  color: #f26b6b;
}
.popup-product-inquiry.cate3 .bg-box span {
  color: #49c2f2;
}
.popup-product-inquiry.cate1 .btn-medium {
  border: solid 1px #60c21d;
  background-color: #60c21d;
  color: #fff;
}
.popup-product-inquiry.cate2 .btn-medium {
  border: solid 1px #f26b6b;
  background-color: #f26b6b;
  color: #fff;
}
.popup-product-inquiry.cate3 .btn-medium {
  border: solid 1px #49c2f2;
  background-color: #49c2f2;
  color: #fff;
}
.popup-product-inquiry .btn-medium {
  width: calc(100% - 16px) !important;
  margin: 0 8px 8px;
}

body.active-footer-fixed-btn #wrapper {
  padding-bottom: 100px;
}

.paginate-bg {
  padding: 0 0 48px;
}

.btn-medium.cate1 {
  border: solid 1px #60c21d;
  background-color: #60c21d;
  color: #fff;
}
.btn-medium.cate2 {
  border: solid 1px #f26b6b;
  background-color: #f26b6b;
  color: #fff;
}
.btn-medium.cate3 {
  border: solid 1px #49c2f2;
  background-color: #49c2f2;
  color: #fff;
}

.btn-product-inquiry.cate1 {
  border: solid 1px #60c21d;
  background-color: #fff;
  color: #60c21d;
}
.btn-product-inquiry.cate2 {
  border: solid 1px #f26b6b;
  background-color: #fff;
  color: #f26b6b;
}
.btn-product-inquiry.cate3 {
  border: solid 1px #49c2f2;
  background-color: #fff;
  color: #49c2f2;
}

.product-inquiry.cate1 .re .date strong:before {
  background: url(../../image/mobile/icon_re_cate1.png) center center no-repeat;
  background-size: contain;
}
.product-inquiry.cate2 .re .date strong:before {
  background: url(../../image/mobile/icon_re_cate2.png) center center no-repeat;
  background-size: contain;
}
.product-inquiry.cate3 .re .date strong:before {
  background: url(../../image/mobile/icon_re_cate3.png) center center no-repeat;
  background-size: contain;
}

/* 2022-11-04 */
.product-inquiry .id-date-rating .btn-report {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 50px;
  height: 30px;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #565656;
}

/* 2022-11-15 */
.signin-button {
  border-radius: 25px;
}
.signin-button > div {
  width: 100%;
  height: 36px !important;
  margin-top: 8px;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background: #60c21e !important;
}

.product-preview {
  padding: 28px 0 28px 10px;
  border-bottom: 0;
}

.category-icon-link > ul > li {
  padding: 8px 0 16px;
}

.product-list > ul > li .info > div .name,
.product-list > ul > li .shopname {
	display: none;
}

.product-list > ul > li .info > .pf-img {
  margin: 4px 0 0;
}
.star-rating-small ul li {
  margin-right: 0;
  width: 12px;
  height: 12px;
}

.order-cart-list > h1 {
	border-bottom: 0;
	padding-bottom: 0;
}

.order-cart-list + .order-view-detail {
	border-top: 0;
}

.payment-info.type-b ul > li {
	height: 67px;
	display: flex;
	justify-content: space-between;
  align-items: center;
}

.product-inquiry.type-b > ul > li,
.order-date-number,
.cart-list > ul > li:last-child,
.shop-view,
.product-view-img {
	border-bottom: 0;
}

.mypage-order-list > ul > li {
	border-top: 0;
}

.shop-view .info > div > ul > li.con {
  width: calc(100% - 100px);
}

.board-list-area {
  border-top: 0;
}

.sb-slidebar .gnbWrap .gnbBox > li ul li a {
  font-size: 14px;
}
.sb-slidebar .gnbWrap .gnbBox > li ul li a:before {
  content: "";
}

#footer .info {
	display: none;
}

#footer .info.active {
	display: block;
}

.board-view-area .header {
  border-bottom: 0;
}

.board-list-area .board-list-header ul li {
  font-size: 11px;
}
.board-list-area .board-list-content > div > ul > li,
.board-list-area .board-list-content > div > ul > li a {
  font-size: 11px;
}
.board-list-area.faq .board-list-content .accordion-type .content p {
  font-size: 11px;
}

.block-type-area > ul > li .title.flex {
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-type-area > ul > li .secret input {
	margin: 0 4px 0 0 !important;
	border-radius: 50%;
	width: 20px;
  height: 20px;
	border: 0;
	background: url(../../image/mobile/icon_chk.png);
	background-size: contain;
}

.block-type-area > ul > li .secret input:checked {
	background: #60c21d url(../../image/component/icon_check.png);
	background-size: contain;
}

.icon-secret {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
  height: 16px;
	margin: 0 0 4px 4px;
	background: url(../../image/mobile/icon_secret.png);
	background-size: contain;
}

.email-select input.input-regular {
	min-width: 120px !important;
	width: 120px !important;
}

.email-select select.input-regular {
	min-width: calc(100% - 138px) !important;
	width: calc(100% - 138px) !important;
}

.block-type-area h1.flex {
	display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-type-area h1.flex .same-info input {
	margin: 0 4px 0 0 !important;
	border-radius: 50%;
	width: 20px;
  height: 20px;
	border: 0;
	background: url(/image/mobile/icon_chk.png);
	background-size: contain;
}

.block-type-area h1.flex .same-info input:checked {
	background: #60c21d url(/image/component/icon_check.png);
	background-size: contain;
}

.quantity-price .quantity-unit {
  padding: 4px 0;
}

.block-type-area h1.flex .same-info {
	font-size: 13px;
  color: #565656;
  font-weight: 500;
}

.fixed-pv-btn-group .product-total-inner li div.con.cate1 {
    color: #60c21d;
}
.fixed-pv-btn-group .product-total-inner li div.con.cate2 {
    color: #f26b6b;
}
.fixed-pv-btn-group .product-total-inner li div.con.cate3 {
    color: #49c2f2;
}


.fixed-pv-btn-group .accordion-type > ul:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
	margin: 0;
  width: 100%;
  height: 76px;
  background: rgba(0, 0, 0, 0);
}
.fixed-pv-btn-group .accordion-type > ul.on:after {
	background: rgba(0, 0, 0, 0);
}
.fixed-pv-btn-group .accordion-type > ul > li {
	display: none;
}
.fixed-pv-btn-group .accordion-type > ul.on > li {
	display: block;
}

.cart-list > ul > li.sold-out:before {
	content: "";
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
  height: 100%;
	background: rgba(0, 0, 0, 0.4);
}



/* 2023-01-18  minjun */
.product-list > div > ul {
  padding: 0 12px 8px;
  overflow: hidden;
  margin: 8px 0 0;
}
.product-list > div > ul > li {
  position: relative;
  float: left;
  width: calc((100% - 16px) / 2);
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 0 4px 16px;
  border-radius: 12px;
  overflow: hidden;
}
.product-list > div > ul > li .img {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  height: 0;
  overflow: hidden;
}
.product-list > div > ul > li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list > div > ul > li .info {
  padding: 8px 16px;
  overflow: hidden;
}
.product-list > div > ul > li .info > div {
  float: left;
  width: calc(100% - 32px);
}
.product-list > div > ul > li .info > div .name {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
}
.product-list > div > ul > li .info > div .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.7px;
  text-align: left;
  color: #343232;
}
.product-list > div > ul > li .info > div .price strong {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -0.65px;
  text-align: left;
  color: #161616;
}
.product-list > div > ul > li .info > div .price span {
  font-size: 13px;
  font-weight: 400;
}
.product-list > div > ul > li .info > .pf-img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 13px 0 0;
}
.product-list > div > ul > li .info > .pf-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-list > div > ul > li .info > .pf-img img {
  border-radius: 50vh;
}

.product-list > div > ul > li .info > div .title {
  font-size: 14px;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.product-list > div > ul > li .shopname {
  font-size: 15px !important;
}

.product-list > div > ul > li .info > div .name,
.product-list > div > ul > li .shopname {
  display: none;
}

.product-list > div > ul > li .info > .pf-img {
  margin: 4px 0 0;
}

.froala-view p {
  margin: 0 12px !important;
}


/* 2023-02-01 */
.order-cart-list > ul > li .info .option p:before, .cart-list > ul > li .info .option p:before {
  content: "옵션";
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 1px 4px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 10px;
  color: #a6a6a6;
}
.order-cart-list > ul > li .info .option p + p, .cart-list > ul > li .info .option p + p {
  margin: 4px 0 0;
}
.order-cart-list > ul > li .info .delivery:before, .cart-list > ul > li .info .delivery:before {
  content: "배송비";
  display: inline-block;
  margin: 0 4px 0 0;
  padding: 1px 4px;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  font-size: 10px;
  color: #a6a6a6;
}

/* 2023-02-28 */
/* 2023-06-07
.hide-sh-ceo-name > div {
	padding-top: 9px;
}
*/
.hide-sh-ceo-name .name {
	display: none;
}
.review-list .star-rating-small ul li {
  width: 14px;
  height: 14px;
}
.order-date-number {
  margin: 0 0 1px;
}
.payment-info ul > li .tit.flex-center {
  display: flex;
  align-items: center;
}
.payment-info ul > li .tit.flex-center small {
  margin-left: 8px;
}
.shop-view-cont {
  margin: 0;
}
.quantity-price .btn-review:after {
  margin-left: 0;
}
.sns-login {
  margin: 16px 0;
  display: flex;
	justify-content: center;
  align-items: center;
}
.sns-login button {
  margin: 0 4px;
}
.sns-login button:before {
  display: none !important;
}
.sns-login .naver {
  width: 30px;
  height: 30px;
  background: url(/image/mobile/icon_new_naver.png) no-repeat 0 0;
  background-size: contain;
}
.sns-login .kakao {
  width: 30px;
  height: 30px;
  background: url(/image/mobile/icon_new_kakao.png) no-repeat 0 0;
  background-size: contain;
}
.sns-login .apple {
  width: 30px;
  height: 30px;
  background: url(/image/mobile/icon_new_apple.png) no-repeat 0 0;
  background-size: contain;
}
.sns-login .apple:before {
  display: none;
}
.quantity-price .quantity-unit > span.line {
  display: inline-block;
	vertical-align: middle;
	margin: -2px 4px 0;
  width: 1px;
  height: 10px;
  background-color: #b6b6b6;
}
.board-list-area.faq .board-list-header ul li {
	font-size: 13px;
}
.board-list-area.faq .board-list-content > div > ul > li,
.board-list-area.faq .board-list-content > div > ul > li a {
	font-size: 13px;
}
.board-list-area.faq .board-list-content .accordion-type .content p {
	font-size: 13px;
}
.fixed-pv-btn-group .accordion-type > ul.on:after {
	height: 0;
}
.product-opiton-inner .con {
  font-size: 11px;
  color: #868686;
  margin-bottom: 10px;
}
.product-opiton-inner .con + .con {
  margin: 8px 0 0;
}

.product-opiton-inner .con {
  margin: 0 0 8px;
}
.product-opiton-inner .con + .con {
  margin: 0 0 8px;
}
.fixed-pv-btn-group .product-total-inner li > * {
  height: 34px;
	line-height: 38px !important;
	padding: 0 !important;
}
.fixed-pv-btn-group .product-total-inner li div.tit {
	font-size: 14px;
}
.fixed-pv-btn-group .product-total-inner li div.con {
	font-size: 14px;

}
.fixed-pv-btn-group .product-total-inner li div.tit strong {
	font-weight: bold;
}
.fixed-pv-btn-group .product-total-inner li div.tit.cate1 strong {
    color: #60c21d;
}
.fixed-pv-btn-group .product-total-inner li div.tit.cate2 strong {
    color: #f26b6b;
}
.fixed-pv-btn-group .product-total-inner li div.tit.cate3 strong {
    color: #49c2f2;
}
.fixed-pv-btn-group .product-total-inner li div.con strong {
	font-weight: bold;
	color: #868686;
}
.product-info .title-btn .btn .btn-popup > a {
  display: inline-block;
	vertical-align: middle;
  width: 16px;
  height: 16px;
	margin: 0 4px 0 0;
  background: url(../../image/mobile/icon_scrap_plus.png);
  background-size: contain;
}
.tab-menu.type-b .inner-wrap .tab-header li {
  transition: 0s;
}
.fixed-pv-btn-group .accordion-type > .content {
  max-height: 400px;
	overflow-y: auto;
}
.tab-menu .inner-wrap .tab-header li:hover,
.tab-menu .inner-wrap .tab-header li.active,
.tab-menu .inner-wrap .tab-header li.active:hover {
  border: 0;
  background: #fff;
  font-weight: bold;
  color: #161616;
  border-bottom: 2px solid #161616;
}
.max-width img {
	width: 100%;
}
.uix-form-help {
	font-size: 11px;
  font-weight: normal;
  line-height: 1.55;
  letter-spacing: -0.55px;
  text-align: left;
  color: #868686;
  margin: 8px 0 0;
}
.company-service .froala-view img {
	width: 100% !important;
}


/* 2023-03-07 */
.sns-login-result {
  display: flex;
  align-items: center;
}
.sns-login-result:before {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background-size: contain !important;
}
.sns-login-result:after {
  font-size: 12px;
  color: #868686;
}
.sns-login-result.naver:before {
  background: url(../../image/mobile/icon_new_naver.png) no-repeat;
}
.sns-login-result.naver:after {
  content: "NAVER";
}

.sns-login-result.kakao:before {
  background: url(../../image/mobile/icon_new_kakao2.png) no-repeat;
}
.sns-login-result.kakao:after {
  content: "KAKAO";
}
.sns-login-result.apple:before {
  background: url(../../image/mobile/icon_new_apple.png) no-repeat;
}
.sns-login-result.apple:after {
  content: "Apple";
}
.payment-method p span {
  display: block;
  font-size: 11px;
  color: #868686;
  margin: 0 0 0 32px;
}
.product-inquiry .id-date-rating .btn-small {
  margin: 0 0 0 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 50px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: normal;
  text-align: center;
  color: #565656;
}
.fixed-pv-btn-group.sold-out .accordion-type {
  display: none !important;
}
select option[disabled] {
  background-color: #f9f9f9;
  color: #c6c6c6;
}

/* 2023-04-17 */
.order-status {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  letter-spacing: normal;
  text-align: left;
  color: #767676;
}
.payment-method p span {
  margin: 0 0 0 26px;
}

/* top-right */
.top-right {
  padding: 8px 16px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-right .btn-delete-all {
  width: 99px;
  height: 32px;
  border-radius: 9999px;
  background-color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -0.56px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0 12px 0 4px;
}
.top-right .btn-delete-all:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../image/mobile/icon_trash.png) no-repeat;
  background-size: 32px;
  margin: 0;
}

/* push-list */
.push-list {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.push-list > button {
  float: right;
  margin: 0 0 8px;
}
.push-list > ul {
  overflow: hidden;
  clear: both;
}
.push-list > ul > li {
  position: relative;
}
.push-list > ul > li a {
  display: block;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 24px 32px;
  background: #fff;
  margin: 0;
}

.push-list > ul > li .date {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  text-align: left;
  color: #a6a6a6;
}
.push-list > ul > li .con {
  margin: 0;
  padding-right: 48px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #161616;
  word-break: keep-all;
}
.push-list > ul > li .delete {
  position: absolute;
  top: 24px;
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../image/component/icon_modal_close.png) center center
    no-repeat;
  background-size: contain;
  z-index: 1;
}
.push-list > ul > li.read a {
  background: #f9f9f9;
}
.push-list .list-empty {
  padding: 126px 0 306px;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
	border: 1px solid #252c3a !important;
	border-bottom: 0 !important;
}

.shop-view-cont {
  overflow: hidden;
}

/* 2023-4-19 */
#header .alirm {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/image/mobile/icon_alirm.png) center center no-repeat;
  background-size: contain;
}
#header .alirm.new {
  background: url(/image/mobile/icon_alirm_new.png) center center
    no-repeat;
  background-size: contain;
}

/* 2023-06-07 */
.product-preview.type-b .swiper-container .swiper-slide {
  min-width: 167.7px;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-right: 8px;
  overflow: hidden;
}
.product-preview.type-b .swiper-container .swiper-slide .img {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  height: 0;
  overflow: hidden;
}
.product-preview.type-b .swiper-container .swiper-slide .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-preview.type-b .swiper-container .swiper-slide .info > .pf-img {
  width: 32px;
  height: 32px;
  margin: 4px 0 0;
}
.hide-sh-ceo-name > div {
	padding-top: 0;
}