.kurly-partner-image {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-width: 100%;
}
.goods-cart-option-item-name,
.kurly-partner-subject {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.goods-cart-option {
  position: relative;
  text-align: left;
}
.goods-cart-option-header {
  padding: 10px 0;
}
.goods-cart-option-name {
  font-size: 1.16em;
  font-weight: bold;
  width: 90%;
  line-height: 1.3;
}
.goods-cart-option-item {
  margin-bottom: 20px;
}
.goods-cart-option-list {
  margin-top: 10px;
}
.goods-cart-option-item:after {
  display: block;
  content: "";
  clear: both;
}
.goods-cart-option-item select {
  width: 100%;
  padding-left: 5px;
  text-indent: 0;
  height: 37px;
  padding-right: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: -0.05em;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-arrow-bottom-gray-solid.png);
  background-repeat: no-repeat;
  background-size: 17px 10px;
  background-position: 95% 50%;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #848484;
  font-size: 12px;
  font-weight: 400;
}
.goods-cart-option-item-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.goods-cart-option-item-name {
  display: table-cell;
  line-height: 25px;
  white-space: nowrap;
  vertical-align: top;
}
.kurly-partner-content:after,
.recipe-list:after,
.recipe-view-header:after {
  content: "";
}
.goods-cart-option-item-value {
  display: table-cell;
  width: 100px;
  padding-left: 5px;
  text-align: right;
  vertical-align: middle;
}
.kurly-partner-item {
  margin-bottom: 14px;
}
.kurly-partner-figure {
  display: none;
  position: relative;
  height: 48vw;
  overflow: hidden;
}
.kurly-partner-list .kurly-partner-figure {
  display: block;
}
.kurly-partner-image {
  display: none;
  position: absolute;
  max-width: none;
  min-height: 100%;
  max-height: 250%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kurly-partner-logo {
  width: 61.4%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/shop/data/skin_mobileV2/designgj/images/love/bg-partner-logo.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  height: 20.8vw;
  z-index: 10;
}
.kurly-partner-logo-image {
  width: 28%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8.5%;
}
.kurly-partner-logo-image:first-child {
  left: 8.5%;
  right: auto;
}
.kurly-partner-content {
  padding: 14px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.kurly-partner-content:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  border-radius: 50%;
  border: 1px solid #848484;
  width: 30px;
  height: 30px;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-arrow-right-gray.png);
  background-position: 50% 50%;
  -webkit-background-size: 30% auto;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
.kurly-partner-subject {
  display: block;
  white-space: normal;
}
.kurly-partner-title {
  font-size: 1.27em;
  display: block;
  overflow: hidden;
  white-space: normal;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 1.55;
}
.recipe-item-subject,
.recipe-item-title {
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.kurly-partner-view-header {
  padding: 20px 10px 10px;
}
.recipe-list-wrapper {
  overflow:hidden;
  padding: 8px 16px 70px;
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  padding-bottom: calc(70px + var(--safe-area-inset-bottom));
}
.recipe-list{
  display: flex;
  flex-wrap: wrap;
}
.recipe-item {
  margin-left: 3%;
  width: 48.5%;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #e4e4e4;
}
#couponListTable,
#couponListTable th,
.order-coupon-result-wrapper {
  border-bottom: 1px solid #dfdfdf;
}
.recipe-item:nth-child(odd) {
  margin-left: 0;
}
.recipe-item-figure {
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}
/*.recipe-item-image{max-width:200%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}*/
.recipe-item-image {
  width: 100%;
}
.recipe-item-content {
  padding: 13px 10px;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.recipe-item-subject {
  font-size: 0.88em;
  color: #848484;
}
.recipe-item-title {
  font-weight: 700;
}
.recipe-view-figure {
  position: relative;
  height: 95vw;
  overflow: hidden;
}
.recipe-view-image {
  max-width: none;
  max-height: 200%;
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
}
.recipe-view-header {
  position: relative;
  padding-top: 15px;
  text-align: center;
  letter-spacing: -0.05em;
  width: 93.75%;
  margin: 0 auto;
}
.recipe-view-header:after {
  height: 5px;
  width: 100%;
  display: block;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-bullet-gray.png);
  background-repeat: space;
  margin-top: 20px;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.recipe-view-header-subject {
  color: #848484;
}
.recipe-view-header-title {
  font-size: 1.44em;
  font-weight: bold;
  line-height: 1.5;
}
.recipe-view-header-title:after,
.recipe-view-header-title:before {
  content: '"';
}
.recipe-view-header:before {
  display: block;
  content: "";
  width: 70px;
  height: 40px;
  background-image: url(/shop/data/skin_mobileV2/designgj/images/recipe/view-header-style.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -40px;
}
.order-coupon-area-button-group:after {
  display: block;
  content: "";
  clear: both;
}
.order-coupon-result-wrapper {
  padding-bottom: 5px;
}
.order-coupon-result-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.order-coupon-result-item {
  display: table-row;
}
.order-coupon-result-price,
.order-coupon-result-title {
  display: table-cell;
  font-size: 12px;
  padding: 5px 0;
  vertical-align: middle;
}
.order-coupon-result-title {
  width: 25%;
}
.order-price-input {
  position: relative;
}
.order-emoney-message {
  color: #848484;
  margin-top: 5px;
}
.order-price-input input {
  text-align: right;
  padding-right: 30px;
}
.order-price-input:after {
  content: "¿ø";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  font-size: 12px;
  color: #848484;
}
.cart-add-content:before,
.goods-buy-info-contents:after,
.goods-buy-info-delete-button:after,
.goods-buy-info-ea-control:after,
.goods-order-item-option-name:after,
.goods-order-result-item:after,
.goods-tpl-item-menu:after,
.goods-view-content-wrapper:after,
.goods-view-form-footer:after,
.goods-view-form-toggle:after,
.goods-view-tab-content:after,
.goods-view-tab-group:after,
.member-join-choise-value:after,
.member-join-choise-value:before,
.member-login-choise-value:after,
.member-login-choise-value:before,
.member-login-tab:after,
.member-result-section:before,
.order-finish-section:before {
  content: "";
}
.order-price-result {
  color: #5f0080;
  font-size: 17px !important;
  font-weight: 700;
}
.order-finish-section:before {
  display: inline-block;
  background-image: url(/shop/data/skin/designgj/images/logo.jpg);
  width: 100px;
  height: 70px;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin-bottom: 5px;
}
.order-finish-section {
  text-align: center;
  padding: 33px 0;
  line-height: 1.5;
}
#couponListTable {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5px;
}
#couponListTable td,
#couponListTable th {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
}
#couponListTable td {
  border-top: 1px dotted #dfdfdf;
}
#couponListTable tbody tr:first-child {
  border-top: 0;
}
.member-join-agreement-section {
  padding: 20px 10px;
  text-align: right;
  margin-top: 15px;
}
.member-join-agreement-message {
  padding-right: 3%;
  font-size: 15px;
  letter-spacing: -0.05em;
}
.member-join-agreement-anchor {
  font-weight: bold;
  text-decoration: underline;
}
.member-join-submit-button {
  bottom: 50px;
  left: 0;
  z-index: 20;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}
.member-result-section {
  text-align: center;
  padding: 23px 0;
  font-size: 15px;
  line-height: 1.25;
}
.member-result-section:before {
  width: 50px;
  height: 50px;
  background-color: #5f0080;
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.member-result-message,
.member-result-message-important {
  margin-top: 13px;
}
.member-result-message-important {
  font-weight: 700;
}
.member-join-type:before {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-sign-flag.png);
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.member-join-end:before {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-profile-card.png);
  -webkit-background-size: 30px 23px;
  background-size: 30px 23px;
}
.member-join-choise {
  overflow: hidden;
  text-align: center;
  margin: 30px 0;
}
.member-join-choise-value {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  color: #848484;
}
.member-join-choise-value:after,
.member-join-choise-value:before {
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #cfcfcf;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.member-join-choise-value:after {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.member-join-choise-value:before {
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.member-order-button {
  background-color: #444;
  color: #fff;
  margin-top: 10px;
}
.goods-order-header {
  padding: 13px 10px;
  border-bottom: 1px solid #cfcfcf;
}
.goods-order-selectall-label {
  color: #848484;
  margin-left: 5px;
  vertical-align: middle;
}
.goods-order-item {
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
}
.goods-order-item:not(.goods-order-cart-item):last-child
  .goods-order-item-content {
  border-bottom: 0;
}
.goods-order-item-content {
  padding: 7px 0;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.goods-order-item-figure {
  width: 50%;
  padding-right: 7px;
  display: table-cell;
  position: relative;
}
.goods-order-item-image {
  width: 100%;
}
.goods-order-item-infomation {
  font-weight: bold;
  line-height: 1.5;
  display: table-cell;
  vertical-align: top;
}
.goods-order-item-name {
  padding-right: 50px;
}
.goods-order-item-package {
  margin: 5px 0;
}
.goods-order-item-package-title {
  color: #555;
  font-weight: 700;
}
.goods-order-item-package-item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dotted #c2c2c2;
  font-size: 11px;
  color: #888;
}
.goods-order-item-package-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.goods-order-item-price {
  margin-top: 5px;
}
.goods-order-item-option {
  padding: 10px 0;
  color: #848484;
  position: relative;
  text-align: right;
}
.goods-order-item-option-name {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.goods-order-item-option-name:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.goods-order-item-option-value {
  display: inline-block;
}
.goods-order-item-ea {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.goods-order-cart-item {
  border-top: 1px solid #cfcfcf;
}
.goods-order-cart-item:first-child {
  border-top: 0;
}
.goods-order-cart-item .goods-order-item-content {
  padding: 13px 13px 13px 34px;
}
.goods-order-cart-item .goods-order-checkbox {
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.goods-order-cart-item .goods-order-item-figure {
  width: 35%;
}
.goods-order-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 3px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px 7px;
}
.goods-order-checkbox:checked {
  background-image: url(https://res.kurly.com/mobile/ico/1802/ico_checkbox_checked.png);
  background-color: #522474;
  background-size: 15px 15px;
}
.goods-order-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-top: 1px solid #cfcfcf;
}
.goods-order-button-item {
  flex: 1;
  font-size: 17px;
  color: #5f0080;
  background-color: #f3f3f3;
  padding: 16px 0;
  text-align: center;
  border: 0;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  font-weight: 900;
  letter-spacing: -0.05em;
}
.goods-order-button-item:first-child {
  border-right: 0;
}
.goods-order-result {
  background-color: #f3f3f3;
  padding: 10px;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
}
.goods-order-result-item:after {
  display: block;
  clear: both;
}
.goods-order-result-item {
  padding: 8px 0;
  color: #848484;
  font-weight: 700;
}
.goods-order-result-item-title {
  float: left;
}
.goods-order-result-item-value {
  float: right;
}
.goods-order-total-result {
  border-top: 1px dotted #cfcfcf;
  margin-top: 8px;
  padding-top: 8px;
}
.goods-order-total-result .goods-order-result-item-title {
  color: #333;
  line-height: 19px;
}
.goods-order-total-result .goods-order-result-item-value {
  font-size: 19px;
}
.goods-cart-buy-button {
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 100;
}
.cart-add-content {
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: -0.1em;
  padding: 130px 15px 80px;
  background: url(https://res.kurly.com/mobile/etc/designgj/images/common/ico_cart_v3.gif)
    no-repeat 50% 60px;
  -webkit-background-size: 54px 54px;
  background-size: 54px 54px;
}
/* gifÀÌ¹ÌÁö¸¦»õ·ÎÈ£ÃâÈ­ÇÏ±â À§ÇØ \skin_mobileV2\designgj\default_v2.js ÀÌ°÷¿¡¼­ ¹öÀü´×È£Ãâ */
.cart-add-success-message {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}

.goods-view-action-group {
  position: absolute;
  top: 0;
  right: 15px;
}
.goods-view-action-button {
  display: block;
  border: 0;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  width: 33px;
  height: 33px;
  margin-top: 13px;
  text-indent: -9999px;
  position: relative;
}
.goods-view-action-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.goods-view-like-button:after {
  width: 20px;
  height: 17px;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-heart-white.png);
  -webkit-background-size: 100%;
  background-size: 100%;
}
.goods-view-like-button.__active:after {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-heart-fill-white.png);
}
.goods-view-alarm-button:after {
  width: 16px;
  height: 17px;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-alarm-white.png);
  -webkit-background-size: 100%;
  background-size: 100%;
}
.goods-view-tab-group {
  display: flex;
  padding: 0 16px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.goods-view-tab-group.__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}
.goods-view-tab-group:after {
  display: block;
  clear: both;
}
.goods-view-tab-item {
  flex: 1;
}
.goods-view-tab-item:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 1px;
  background-color: #cfcfcf;
}
.goods-view-tab-item:first-child:before {
  display: none;
}
.goods-view-tab-anchor {
  display: block;
  position: relative;
  top: 1px;
  height: 43px;
  font-size: 16px;
  line-height: 43px;
  color: #666;
  text-align: center;
  white-space: nowrap;
}
.item_review .goods-view-tab-anchor span {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  color: #999;
  vertical-align: top;
}
.goods-view-tab-anchor.__active {
  font-weight: 600;
  border-bottom: 3px solid #5f0080;
  color: #5f0080;
}
.goods-view-tab-anchor.__active span {
  color: inherit;
}
@media screen and (max-width: 320px) {
  #content-tab * {
    letter-spacing: -1px;
  }
}
.goods-multi-option {
  margin-top: 10px;
  display: none;
}
.goods-view-tab-content {
  display: none;
  padding: 0 6px;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 70px;
}
.goods-view-content-wrapper:after,
.goods-view-tab-content:after {
  display: block;
  clear: both;
}
.goods-view-tab-content.__active {
  display: block;
}
.goods-view-tab-content.__active img {
  vertical-align: top;
}
.goods-view-form {
  position: fixed;
  width: 100%;
  background-color: #e6e6e6;
  padding: 13px 10px;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.goods-view-form-runout {
  color: #fff;
  text-align: center;
}
.goods-view-form-toggle {
  display: block;
  width: 70px;
  height: 22px;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/bg-goods-form-top.png);
  -webkit-background-size: 100%;
  background-size: 100%;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -9999px;
  background-color: transparent;
  border: 0;
}
.goods-view-form-toggle:after {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-arrow-bottom-gray.png);
  width: 15px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.goods-view-form.__active .goods-view-form-toggle:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.goods-view-form-container {
  display: none;
  max-height: 50vh;
  overflow-y: scroll;
}
.goods-view-form-container .txt_purple {
  display: block;
  padding-top: 3px;
  color: #5f0080;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0;
}
.goods-view-form.__active .goods-view-form-container {
  display: block;
}
.goods-view-form-footer:after {
  display: block;
  clear: both;
}
.goods-view-form-footer .btn_cartadd:first-child,
.goods-view-form-footer .btn_cartadd {
  float: none;
  margin: 0 auto;
  text-indent: 8px;
  letter-spacing: 6px;
}
.goods-view-form-button {
  display: block;
  width: 48.8%;
  float: left;
  margin-left: 2.4%;
  border: 1px solid #cfcfcf;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #5f0080;
  padding: 14px 0;
}
.goods-view-form-button.__active {
  color: #fff;
  border-color: #5f0081;
  background-color: #5f0080;
}
.goods-view-form-button:first-child {
  margin-left: 0;
}
.goods-view-form-button.__single {
  margin: 0 auto;
  float: none;
}
.goods-buy-info-name,
.goods-buy-info-option {
  margin-bottom: 5px;
  letter-spacing: -0.05em;
  font-size: 14px;
}
.goods-buy-info-item {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding: 10px 13px;
  margin-top: 10px;
}
.goods-buy-info-item:first-child {
  margin-top: 0;
}
.goods-buy-select-item {
  margin-top: 10px;
}
.goods-buy-select-item select {
  width: 100%;
  text-indent: 13px;
  height: 37px;
  padding-right: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  letter-spacing: -0.05em;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-arrow-bottom-gray-solid.png);
  background-repeat: no-repeat;
  background-size: 17px 10px;
  background-position: 95% 50%;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #cfcfcf;
}
.goods-buy-info-name {
  color: #333;
  font-weight: 700;
}
.goods-buy-info-option {
  color: #848484;
}
.goods-buy-info-contents {
  margin-top: 16px;
  position: relative;
}
.goods-buy-info-contents:after {
  display: block;
  clear: both;
}
.goods-buy-info-ea,
.goods-buy-info-price {
  float: left;
  width: 50%;
}
.goods-buy-info-delete-button,
.goods-buy-info-ea-control {
  float: left;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.goods-buy-info-ea-control {
  background-color: #f4f4f4;
}
.goods-buy-info-delete-button:after,
.goods-buy-info-ea-control:after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  width: 10px;
  height: 10px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.goods-tpl-item-menu-button,
.goods-tpl-item-runout-mask {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.goods-buy-info-ea-control.goods-buy-info-ea-plus:after {
  background-image: url(https://res.kurly.com/mobile/ico/1903/btn_cart_plus.png);
}
.goods-buy-info-ea-control.goods-buy-info-ea-minus:after {
  background-image: url(https://res.kurly.com/mobile/ico/1903/btn_cart_minus.png);
}
[type="text"].goods-buy-info-ea-input,
[type="number"].goods-buy-info-ea-input,
.layer_wishlist .goods-buy-info-ea-input {
  float: left;
  width: 43px;
  height: 22px;
  padding: 0;
  border-left: 0 none;
  border-right: 0 none;
  border-radius: 0;
  text-align: center;
}
.goods-buy-info-price {
  text-align: right;
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
}
.goods-buy-info-price-value {
  float: left;
  font-size: 17px;
  color: #5f0080;
  letter-spacing: -0.05em;
  font-weight: 700;
}
.goods-buy-info-delete-button {
  background-color: #cfcfcf;
  margin-left: 10px;
}
.goods-buy-info-delete-button:after {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-delete-white.png);
}
.goods-buy-info-price .goods-buy-info-delete-button,
.goods-buy-info-price .goods-buy-info-price-value {
  float: none;
}
.goods-total-price-result {
  text-align: right;
  color: #333;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.1em;
  padding: 15px 0;
}
.goods-tpl-item-price-title {
  color: #5f0080;
}
.goods-tpl-item-name,
.goods-tpl-item-price {
  font-weight: bold;
  letter-spacing: -0.05em;
}
.goods-tpl-item-price {
  color: #56297a;
}
.goods-tpl-item-price del {
  color: #737373;
}
.goods-tpl-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.goods-tpl-item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.goods-tpl-item-menu {
  position: absolute;
  width: 25%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 30;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.goods-tpl-item-menu:after {
  display: block;
  width: 20%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.goods-tpl-item-menu.__active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.goods-tpl-item-menu-button {
  background-color: transparent;
  border: 0;
  width: 100%;
  height: 50%;
  display: block;
  text-indent: -9999px;
  -webkit-background-size: auto 30%;
  background-size: auto 30%;
}
.goods-tpl-item-menu-button.goods-tpl-item-menu-wishlist {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-heart-white.png);
}
.goods-tpl-item-menu-button.goods-tpl-item-menu-wishlist.__active {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-heart-fill-white.png);
}
.goods-tpl-item-menu-button.goods-tpl-item-menu-stocknoti {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-bell-white.png);
}
.goods-tpl-item-figure {
  position: relative;
  z-index: 10;
  overflow: hidden;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #ddd;
}
.goods-tpl-item-runout-mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-background-size: 70%;
  background-size: 70%;
  z-index: 30;
}
.goods-tpl-item-runout-mask.bg_soldout {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  background: url(https://res.kurly.com/pc/service/common/bg_dimm.png) repeat;
}
.goods-tpl-item-runout-mask.bg_soldout img {
  position: static;
  width: 65%;
  margin-top: 54px;
}
.goods-tpl-item-runout-mask.bg_soldout p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 26px;
}
.goods-tpl-item-runout-mask.bg_soldout p span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.goods-ao-item .coming_soon,
.goods-tpl-item .coming_soon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0;
}
.goods-ao-item .coming_soon span,
.goods-tpl-item .coming_soon span {
  display: block;
}
.goods-ao-item .txt_coming_soon,
.goods-tpl-item .txt_coming_soon {
  font-size: 20px;
  padding-bottom: 10px;
}
.goods-ao-item .txt_duedate,
.goods-tpl-item .txt_duedate {
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
}
.list_type .goods-tpl-item-figure img.goods_img_gallery {
  display: none !important;
}
.content.gallery_type .goods-tpl-item-figure img.goods_img_list {
  display: none !important;
}
.goods-tpl-item-figure img {
  position: absolute;
  top: 0;
  left: 0;
}
.list_type .goods-tpl-item-figure {
  padding-bottom: 46.8%;
}
.content.gallery_type .goods-tpl-item-figure {
  padding-bottom: 127%;
}
.goods-tpl-item-figure {
  padding-bottom: 46.8%;
}
.newGoods_type .goods-tpl-item-figure {
  padding-bottom: 127%;
}
.newGoods_type .goods_img_list {
  display: none;
}
.goods-tpl-item-figure img {
  width: 100%;
  display: block;
  margin: auto;
  -webkit-tap-highlight-color: transparent;
}
.goods-tpl-item-content {
  position: relative;
  padding: 10px;
}
.goods-tpl-item-name {
  margin-bottom: 6px;
  width: 86%;
}
.goods-tpl-item-name img {
  width: 25px;
  height: auto;
  vertical-align: middle;
}
.goods_subTxt {
  margin-bottom: 12px;
  font-size: 12px;
}
.goods-tpl-item-cart-button {
  position: absolute;
  right: 10px;
  top: 7px;
  opacity: 0.6;
  z-index: 30;
}
.main-recipe-mover:after,
.main-section-mover:after {
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-aside-arrow.png);
  background-position: 0 100%;
  content: "";
}
.goods-ao-item-name {
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  text-overflow: ellipsis;
}
.goods-ao-list:after {
  display: block;
  content: "";
  clear: both;
}
.goods-ao-item {
  float: left;
  position: relative;
  width: 48.8%;
  margin-left: 2%;
  margin-top: 10px;
  border: 1px solid #e5e5e5;
}
.goods-ao-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.goods-ao-item:nth-of-type(odd) {
  margin-left: 0;
}
.goods-ao-item-figure {
  height: 56vw;
  position: relative;
  overflow: hidden;
}
.goods-ao-item-menu {
  width: 30%;
}
.goods-ao-item-content {
  padding: 10px;
  line-height: 1.25;
}
.goods-ao-item-name {
  display: block;
  overflow: hidden;
}
/*.goods-ao-item-price{font-size:.9em}*/
.goods-ao-item-cart-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.bg_new_placeholder {
  width: 100%;
}

.txt_goods_event {
  font-size: 14px;
  padding: 10px 0;
  line-height: 20px;
}
.na_order_mobile {
  color: #e84f4f;
  text-align: center;
}
.bn_area {
  border-bottom: 1px solid #cfcfcf;
}
.bn_area img {
  vertical-align: top;
}
.goods_list strong {
  display: block;
  padding: 30px 0 10px;
  text-align: center;
}
.goods_list p {
  text-align: center;
}
.week_tab {
  width: 100%;
  margin-top: 70px;
}
.week_tab ul {
  overflow: hidden;
}
.week_tab li {
  float: left;
  width: 25%;
  height: 50px;
  background: #979998;
  line-height: 50px;
  text-align: center;
}
.week_tab li.on {
  background: #c62127;
}
.week_tab li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
}
.goods-cart-warning-message {
  color: red;
  text-align: center;
  font-size: 13px;
  padding: 0 10%;
  line-height: 18px;
}

/*¾È³»»çÇ×*/
.view_info {
  font-family: "Noto Sans";
  font-weight: 200;
  display: block;
  padding-top: 6px;
  border-top: 1px solid #cfcfcf;
}
.view_info .tit_info {
  display: inline-block;
  margin-bottom: 3px;
  line-height: 25px;
}
.view_info .list_info li {
  padding-left: 11px;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 15px;
  text-indent: -8px;
}
.view_info .list_info li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #aaa;
  border-radius: 100%;
  background-color: #aaa;
  font-size: 0;
  vertical-align: middle;
  margin-right: 3px;
}
/* Why Kulry */
.whykurly_area {
  font-family: "Noto Sans";
  width: 100%;
  color: #333;
  line-height: 1.4;
  margin: 80px 20px;
}
.whykurly_area .tit_whykurly {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 32px;
}
.whykurly_area .tit_whykurly:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 16px;
  height: 1px;
  background: #ddd;
  left: 0;
  right: 33px;
}
.whykurly_area .tit_whykurly span {
  font-size: 22px;
  font-weight: 600;
  color: #666;
  position: relative;
  z-index: 10;
  padding-right: 15px;
  background: #fff;
}
.whykurly_area .txt_area .col {
  position: relative;
  margin-top: 22px;
}
.whykurly_area .txt_area .col .icon {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
}
.whykurly_area .txt_area .col .icon img {
  width: 40px;
  height: 40px;
}
.whykurly_area .txt_area .col .info {
  display: inline-block;
}
.whykurly_area .txt_area .col .info .title {
  display: block;
  padding: 2px 0 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: #5f0080;
}
.whykurly_area .txt_area .col .info .desc {
  display: block;
  padding: 10px 10px 0 18px;
  font-size: 13px;
  text-align: justify;
  line-height: 1.54;
  letter-spacing: -0.2px;
  color: #333;
}
.whykurly_area .txt_area .col .info .desc span {
  padding-top: 7px;
  font-size: 11px;
  text-align: justify;
  line-height: 1.54;
  letter-spacing: -0.2px;
  color: #666;
}
/* Happy Center */
.happy_center {
  width: 100%;
  padding-top: 51px;
  border-top: 8px solid #f4f4f4;
  text-align: center;
}
.happy_center .happy .tit {
  font-weight: 600;
  font-size: 16px;
  color: #666;
}
.happy_center .happy .sub {
  padding: 13px 10px 0;
  font-weight: 600;
  font-size: 12px;
  color: #666;
  line-height: 19px;
  text-align: center;
}
.happy_center .happy .txt{
  display:block;
  width:260px;
  margin:22px auto 0;
  padding:13px 0 14px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  font-weight: 400;
  line-height: 18px;
}
.happy_center .happy .emph {
  display: block;
  font-weight: 600;
}
.happy_center .happy .bar {
  display: block;
}
.happy_center .list {
  padding: 43px 0 19px;
}
.happy_center .list li {
  padding-bottom: 30px;
}
.happy_center .list li:last-child {
  padding-bottom: 0;
}
.happy_center .list .tit {
  font-weight: 600;
  font-size: 15px;
  color: #5f0080;
  line-height: 19px;
  text-align: center;
}
.happy_center .list .sub {
  padding: 6px 0 12px 0;
  font-size: 12px;
  color: #333;
  line-height: 17px;
  text-align: center;
}
.happy_center .list .btn {
  width: 150px;
  height: 34px;
  margin: 1px auto 0;
  border: 1px solid #f2f2f1;
  border-radius: 18px;
  background-color: #f2f2f2;
  font-size: 13px;
  color: #333;
  line-height: 34px;
}
.happy_center .list .expend {
  padding: 16px 20px 7px;
  color: #999;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
}
.happy_center .delivery .sub{
  padding-bottom:32px;
}
.happy_faq .hide {
  display: none;
}
.happy_faq .asked {
  display: block;
  padding: 14px 0 16px 33px;
  border-top: 1px solid #f4f4f4;
  font-weight: 600;
  font-size: 13px;
  color: #5f0080;
  line-height: 18px;
}
.happy_faq .asked:last-child {
  border-bottom: 1px solid #f4f4f4;
}
.happy_faq .chevron {
  float: right;
  width: 10px;
  height: 4px;
  margin: 7px 20px 0 0;
}
.happy_faq .on .chevron {
  transform: rotate(180deg);
}
.happy_faq .questions {
  margin: 0;
  padding: 30px 10px 42px;
  background-color: #f4f4f4;
  font-size: 13px;
  color: #333;
  line-height: 18px;
  text-align: center;
}
.happy_faq .space {
  padding-top: 18px;
}
.happy_faq .subject {
  display: block;
  padding: 30px 0 11px;
  font-size: 12px;
  color: #5f0080;
  line-height: 17px;
}
.happy_faq .subject.no_padding {
  padding-top: 0;
}
.happy_faq .questions .bar_m {
  display: block;
}
.happy_faq .list_questions {
  padding-top: 9px;
}
.happy_faq .list_questions li {
  padding-top: 16px;
  font-size: 12px;
  color: #666;
  line-height: 18px;
}
.happy_faq .list_questions li:before {
  content: "¡¤";
  display:inline-block;
  margin-right: 5px;
  font-size: 20px;
  color:#666;
  vertical-align: -1px;
}
.happy_faq .noti {
  padding-top: 32px;
  font-size: 12px;
  color: #666;
  line-height: 17px;
}
.happy_center .order .asked {
  padding: 10px 0 11px 33px;
}
.happy_center .order .subject {
  padding: 0;
}
.happy_center .order .questions {
  padding: 8px 23px 24px 16px;
}
.happy_center .order .subject {
  padding-top: 24px;
  color: #333;
}

.txt_operate {
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 100;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #795c90;
  text-align: center;
  color: #fff;
}
.goodsSet_area {
  overflow: hidden;
  position: relative;
  margin-top: 5px;
}
.goods-tpl-icon {
  position: absolute;
  top: -1px;
  left: 6px;
  z-index: 20;
  width: 60px;
  height: 53px;
  overflow: hidden;
}
.goods-tpl-icon.ico_fab {
  width: 48px;
  height: 43px;
}
.goods-btn-user {
  float: left;
  width: 17%;
  height: 56px;
  margin-left: 2%;
  border: 0 none;
}
.goods-btn-user:first-child {
  margin-left: 0;
}
.goods-btn-user.goods-heart-type {
  background: #f3f2f4
    url(https://res.kurly.com/mobile/service/goodsview/1804/btn_favorited.png)
    no-repeat 50% 50%;
  background-size: 56px 56px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.goods-btn-user.goods-heart-type.__active {
  background: #f3f2f4
    url(https://res.kurly.com/mobile/service/goodsview/1804/btn_favorited_on.png)
    no-repeat 50% 50%;
  background-size: 56px 56px;
}
.goods-btn-user.goods-alarm-type {
  background: #f3f2f4
    url(https://res.kurly.com/mobile/service/goodsview/1804/btn_restock.png)
    no-repeat 50% 50%;
  background-size: 56px 56px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.goods-btn-user.goods-alarm-type.active {
  background: #f3f2f4
    url(https://res.kurly.com/mobile/service/goodsview/1804/btn_restock_on.png)
    no-repeat 50% 50%;
  background-size: 56px 56px;
}
.goods-btn-user.goods-cart-type,
.goods-btn-user.goods-direct-buy {
  width: 62%;
  background: #5f0080;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-indent: 0;
}
.goods-btn-user.wide-type {
  width: 47%;
}
.goods-btn-user.goods-soldout {
  width: 58%;
  color: #333;
}
#goodslist.gallery_type .goods-tpl-item-name {
  width: 100%;
}

/*user editing 170126 popup ey*/
.noti_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.noti_wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.noti_wrap .noti_layer {
  display: block;
}
.noti_layer {
  display: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 10px;
  right: 10px;
  background-color: #fff;
}
.noti_layer .pop-container {
  font-family: "Noto Sans";
  font-weight: 200;
}
.noti_layer .event_title {
  padding-left: 12px;
  margin-bottom: 12px;
  text-align: left;
  font-family: "Noto Sans";
  font-weight: 700;
  font-size: 13px;
  color: #373737;
  line-height: 38px;
  border-bottom: 1px solid #aaa;
}
.noti_wrap a.btn_close {
  display: inline-block; /*float: right;padding-top: 2px*/
  position: absolute;
  top: 4px;
  right: 10px;
}
.noti_wrap .noti_caution li {
  margin-bottom: 3px;
  padding-left: 9px;
}
.noti_wrap .noti_caution li:last-child {
  margin-bottom: 16px;
}
.noti_wrap .noti_caution li:before {
  content: "";
  background: url(https://res.kurly.com/images/common/old/icon/ico_hyphen.png);
  text-align: left;
  display: inline-block;
  padding: 0;
  margin: 0 1px 0 -5px;
  height: 12px;
  width: 5px;
  position: absolute;
  margin: -6px -6px -6px -9px;
}
.noti_wrap #layer_popup {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0;
}
.noti_wrap .noti_area {
  padding: 0 12px 0;
  word-break: keep-all;
}
.noti_wrap .noti_area b {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 12px;
}
.pw_chk {
  margin-top: 5px;
  color: red;
}
.pw_confirm {
  margin-top: 5px;
}

/* ¼îÇÎ³»¿ª,´Ù½Ã´ã±â */
.whish_view .whish_allcheck {
  display: block;
  padding: 8px 0 7px 9px;
}
.whish_view .whish_allcheck .txt {
  padding-left: 3px;
  font-size: 13px;
  color: #848484;
}
.whish_view .list_whish {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
}
.whish_view .list_whish li {
  float: left;
  width: 100%;
  padding: 10px 20px 10px 12px;
  border-top: 1px solid #cfcfcf;
  line-height: 20px;
}
.whish_view .list_whish .check {
  float: left;
  width: 28px;
  padding: 20px 0 0 0;
}
.whish_view .list_whish .thumb {
  float: left;
  width: 60px;
}
.whish_view .list_whish .thumb img {
  width: 50px;
  vertical-align: top;
}
.whish_view .list_whish .desc {
  overflow: hidden;
}
.whish_view .list_whish .tit_goods {
  padding: 1px 0 9px;
}
.whish_view .list_whish .link_goods {
  font-weight: 600;
  font-size: 16px;
}
.whish_view .list_whish .option {
  padding-bottom: 8px;
}
.whish_view .list_whish .tit {
  font-weight: 600;
}
.whish_view .list_whish .result {
  font-weight: 600;
}
.whish_view .goods_write {
  position: relative;
  width: 100%;
}
.whish_view .goods_write .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 24px;
  padding: 0 14px 0 16px;
  border: 1px solid #5f0080;
  background-color: #785c90;
  font-size: 11px;
  color: #fff;
  line-height: 24px;
}
.whish_view .txt_past {
  padding-top: 5px;
  font-size: 12px;
  color: #999;
}
.whish_view .btn_putin {
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 50px;
  border: 0 none;
  background-color: #5f0080;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

/* ####################### */
/* section2.css ÇÕÄ¡±â ½ÃÀÛ*/
/* ####################### */

/* #### */
/* °øÅë */
/* #### */
.after:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.clearb {
  clear: both;
}
.no_write {
  padding: 60px;
  text-align: center;
  font-weight: 700;
}
.add-input {
  width: 100%;
  height: 35px;
  border: 1px solid #cfcfcf;
  border-bottom: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 5px;
}
#dimmed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
}
.txt_red {
  color: red;
}

/* ÁÖ¹®³»¿ª »ó¼¼,»óÇ°ÆäÀÌÁö2 */
.recordno {
  display: none;
}
.review-like {
  color: #737373;
  font-size: 11px;
  height: 25px;
  line-height: 18px;
}
.review-item-content-review .contenst {
  line-height: 1.5;
}

/* ############################################################################################################################# */
/* ÃÖ±Ùº»»óÇ°¸®½ºÆ®,»óÇ°º° ±¸¸Å³»¿ª,ÀçÀÔ°í ¾Ë¸² ¼³Á¤,°Ô½ÃÆÇ ±Û¾²±â,»óÇ°ÈÄ±â,»óÇ°¹®ÀÇ ÀÛ¼º,»óÇ°»ó¼¼(»óÇ°¹®ÀÇ),»óÇ°»ó¼¼(»óÇ°ÈÄ±â) */
/* ############################################################################################################################# */
.member-qna-tables {
  font-size: 14px;
  width: 100%;
}
.member-qna-tables .qna_wrap {
  width: 100%;
  float: left;
  border-bottom: 1px solid #cfcfcf;
  padding: 0 10px;
}
.member-qna-tables .qna_wrap.notice {
  padding: 16px 20px;
}
.member-qna-tables .qna_wrap.active {
  background: #f3f3f3;
  border-bottom: 0;
}
.member-qna-tables .qna_wrap .imgs {
  display: none;
  padding: 13.33px 0;
  float: left;
  width: 38%;
  margin-right: 2%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 55vw;
}
.qna_wrap .imgs img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qna_wrap .imgs.ps_type img {
  position: static;
}
.member-qna-tables .qna_wrap .wraps {
  vertical-align: top;
  float: left;
  width: 100%;
  padding: 7px 0;
  position: relative;
  line-height: 25px;
}
.member-qna-tables .qna_wrap .info_wrap {
  position: relative;
  width: 100%;
}
.member-qna-tables .qna_wrap .info_wrap .answer-n,
.member-qna-tables .qna_wrap .info_wrap .answer-y {
  top: 0;
  padding: 0 5px;
  font-size: 11px;
  height: 25px;
  float: right;
  position: absolute;
  margin: auto;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.member-qna-tables .qna_wrap .info_wrap .regdt {
  position: absolute;
  top: 0;
  right: 0; /*width:80px;*/
  display: inline-block;
  height: 25px;
  overflow: hidden;
  text-align: right;
  font-size: 11px;
}
.member-qna-tables .qna_wrap .info_wrap .answer-yn {
  float: right;
}
.member-qna-tables .qna_wrap .info_wrap .answer-y {
  color: #5f0080;
  border: 1px solid #5f0080;
  border-radius: 20px;
  right: 10px;
}
.member-qna-tables .qna_wrap .info_wrap .answer-n {
  right: 5px;
  color: #848484;
  border: 1px solid #848484;
  border-radius: 20px;
}
.member-qna-tables .line {
  width: 100%;
  height: 1px;
  background: #cfcfcf;
}
.member-qna-tables .qna_wrap .titles {
  width: 100%;
  padding-top: 18.33px;
}
.member-qna-tables .qna_wrap .itemcd {
  color: #848484;
  font-size: 13px;
}
.member-qna-tables .qna_wrap .titles .subject {
  color: #333;
}
.member-qna-tables .content-board {
  background: #f3f3f3;
  padding: 0 10px 13px;
  width: 100%;
  float: left;
  display: none;
  border-bottom: 1px solid #cfcfcf;
}
.member-qna-tables .review_wrap {
  border-top: 1px dashed #c5c5c5;
  width: 100%;
  padding-bottom: 13px;
}
.member-qna-tables .review_wrap .content-review {
  width: 100%;
  float: left;
  padding-bottom: 13px;
}
.member-qna-tables .review_wrap .content-reply {
  font-family: "Noto Sans";
  font-weight: 200;
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  border-top: 1px dashed #cfcfcf;
}
.member-qna-tables .review_wrap .content-reply .contents {
  padding-left: 30px;
  float: left;
}
#member-qna-table .review_wrap .answer-icon,
.member-qna-tables .review_wrap .question-icon {
  float: left;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #fff;
  position: absolute;
  background: #5f0080;
  padding: 0 5px;
  margin: auto;
  font-size: 11px;
  height: 25px;
  line-height: 25px;
}
#member-qna-table .review_wrap .answers {
  background: #212121;
}
#member-qna-table .review_wrap .subject {
  padding-left: 10px;
}
#member-qna-table .review_wrap .answers + .subject {
  padding-left: 30px;
}

.question-wrap select {
  width: 100%;
  padding-left: 5px;
  text-indent: 0;
  height: 37px;
  padding-right: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: -0.05em;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-arrow-bottom-gray-solid.png);
  background-repeat: no-repeat;
  background-size: 17px 10px;
  background-position: 95% 50%;
  border-radius: 0;
  background-color: #fff;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #cfcfcf;
}
.question-wrap {
  padding: 50px 13px 20px;
}
#index_wrap {
  width: 100%;
  position: relative;
}
#index_wrap .index-title {
  text-align: center;
  width: 100%;
  background: #f3f3f3;
  padding: 13px 10px;
  box-shadow: 3px 3px 5px #d4d4d4;
}
#index_wrap .index-title .btn_call {
  width: 100%;
  background: #5f0080;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 0;
  padding: 15px;
  margin-top: 10px;
}
#index_wrap .index-title .index-top {
  display: inline-block;
  text-align: left;
  background-size: 30px 30px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#index_wrap .index-title .service-time {
  background-image: none;
  padding-top: 13px;
}
#index_wrap .index-title .index-top .line {
  float: left;
  padding-top: 13px;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #cfcfcf;
}
#index_wrap .index-title .index-top .call-img {
  float: left;
  width: 50px;
  height: 50px;
  padding-left: 10px;
}
#index_wrap .index-title .index-top .call-number {
  float: left;
  padding-top: 8px;
  padding-left: 15px;
  font-size: 29px;
  color: #5f0080;
  font-weight: 700;
}
#index_wrap .index-title .index-top .service-time-tb {
  display: table;
}
#index_wrap .index-title .index-top .service-time-tr {
  display: table-row;
}
#index_wrap .index-title .index-top .service-time-td {
  display: table-cell;
  font-size: 12px;
}
#index_wrap .index-title .index-top .service-time-td.td2 {
  padding-left: 12px;
  line-height: 15px;
}
#index_wrap .index-title .index-top .service-time-td b {
  color: #848484;
}

/* ############################################################################################################# */
/* »óÇ°º° ±¸¸Å³»¿ª,»óÇ°»ó¼¼(»óÇ°ÈÄ±â ÀÛ¼º),º£½ºÆ® ±¸¸ÅÈÄ±â,»óÇ°¹®ÀÇ ¸®½ºÆ®(³ªÀÇ »óÇ°¹®ÀÇ),»óÇ°¹®ÀÇ ÀÛ¼º,»óÇ°º° ±¸¸Å³»¿ª,ÀçÀÔ°í ¾Ë¸²¼³Á¤ */
/* ############################################################################################################# */
#review-table .qna_wrap .title .subject {
  font-size: 14px;
  font-weight: 700;
}
.member-qna-table .qna_wrap.review_wraps {
  width: 100%;
  float: left;
  border-bottom: 1px solid #cfcfcf;
  border-top: 0;
}
#review-table .review_wrap .del-btn,
#review-table .review_wrap .mod-btn {
  float: right;
  width: 25%;
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}
#review-table .review_wrap .mod-btn {
  margin-left: 5px;
  line-height: 35px;
  color: #fff;
  background: #5f0080;
}
#review-table .review_wrap .del-btn {
  line-height: 33px;
  border: 1px solid #cfcfcf;
  color: #838383;
  background: #fff;
}
.member-qna-tables .review_wrap .content-review .contents {
  font-family: "Noto Sans";
  font-weight: 200;
  padding: 0;
  float: left;
  line-height: 1.5;
}
.member-qna-tables .review_wrap .content-review .images {
  padding: 0 10px;
}
.member-qna-tables .qna_wrap .title .price-title {
  color: #5f0080;
}
.member-qna-tables .qna_wrap .title .sale {
  color: #848484;
  border-bottom: 1px solid #848484;
}
.member-qna-tables .qna_wrap.reput {
  width: 100%;
  float: left;
  border-bottom: 1px solid #cfcfcf;
  border-top: 0;
  padding: 0;
}
.member-qna-tables .qna_wrap .title .soldout {
  color: red;
}
.member-qna-tables .qna_wrap .wraps {
  font-weight: 700;
}
.member-qna-tables .qna_wrap .title .arrow {
  display: inline-block;
  position: relative;
  left: 2px;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/right-arrow.png);
  width: 11px;
  height: 8px;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin: auto;
}

#index_wrap.mypage .index-title {
  text-align: center;
  width: 100%;
  background: #f3f3f3;
  padding: 20px 0 0;
  box-shadow: 3px 3px 5px #d4d4d4;
}
#index_wrap.mypage .main-list {
  width: 100%;
  padding-top: 26px;
  border-bottom: 1px solid #cfcfcf;
}
#index_wrap.mypage .main-list-select .info {
  position: absolute;
  right: 31px;
  top: 12px;
  color: #848484;
}
#index_wrap.mypage .main-list-select {
  position: relative;
}

#index_wrap .index-title .setting {
  display: inline-block;
}
#index_wrap .index-title .setting img {
  width: 19px;
  height: 18px;
  margin-left: 7px;
  vertical-align: top;
}
#index_wrap .index-title .btn_logout {
  position: absolute;
  right: 0;
  top: 17px;
  color: #5f0080;
  border: 1px solid #5f0080;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 14px;
  height: 25px;
  font-weight: 700;
  margin-right: 10px;
}
#index_wrap .index-title .index-top .index-text {
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
#index_wrap .index-title .index-top .index-text .user-name {
  font-weight: 700;
}
#index_wrap .index-title .index-top .index-text .user-level {
  color: #5f0080;
  font-weight: 700;
}
#index_wrap .index-title .index-top .index-text .membership {
  border-bottom: 1px solid #848484;
  font-size: 12px;
  color: #848484;
}
#index_wrap.mypage .index-title {
  text-align: center;
}
#index_wrap.mypage .index-title .index-bottom {
  text-align: center;
}
#index_wrap.mypage .main-list .main-list-select .title #norderlist table td,
#norderlist table th {
  vertical-align: middle;
  border-bottom: solid 1px #dbdbdb;
}
#index_wrap .index-title .index-top .user-level-img {
  background-color: #e8e8e8;
  width: 63px;
  height: 63px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 0 auto;
  box-shadow: 2px 8px 6px #d4d4d4 inset;
  display: none;
}
#index_wrap .index-title .index-top .user-level-img img {
  width: 100%;
  height: 100%;
}
#index_wrap .index-title .index-bottom {
  width: 100%;
  position: relative;
  padding-top: 20px;
}
#index_wrap .index-title .index-bottom .main-tb {
  display: table;
  width: 100%;
  border-top: 1px solid #cfcfcf;
}
#index_wrap .index-title .index-bottom .main-tb:after {
  content: "";
  width: 100%;
  position: absolute;
  top: 19px;
  left: 0;
}
#index_wrap .index-title .index-bottom .main-tr {
  display: table-row;
}
#index_wrap .index-title .index-bottom .main-td {
  display: table-cell;
  font-size: 12px;
  color: #848484;
  font-weight: 700;
  border-left: 1px solid #cfcfcf;
  height: 54px;
  padding-top: 10px;
  position: relative;
  width: 25%;
  line-height: 20px;
}
#index_wrap .index-title .index-bottom .main-td:first-child {
  border-left: none;
}
#index_wrap .index-title .index-bottom .main-td.col_half {
  width: 50%;
}
#index_wrap .index-title .index-bottom .main-tr:first-child .main-td {
  border-top: 0;
}
#index_wrap .index-title .index-bottom .main-td .main-td-top {
  color: #5f0080;
  font-size: 17px;
  line-height: 17px;
}
#index_wrap .index-title .index-bottom .main-td:after {
  content: "";
  border-right: solid 1px #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
}
#index_wrap.mypage .main-list .main-list-select .title {
  width: 100%;
  padding-left: 10px;
  text-indent: 0;
  height: 40px;
  padding-right: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: -0.05em;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/side-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 9px 15px;
  background-position: 96.3% 50%;
  border-radius: 0;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  line-height: 40px;
}

/* ######################### */
/* °Ô½ÃÆÇ ±Û¾²±â,»óÇ°ÈÄ±â ÀÛ¼º, */
/* ######################### */
.goods-order-table .subject,
.member-qna-tables .top-wrap {
  position: relative;
}

/* ####### */
/* ????(¾øÀ½) */
/* ####### */
#norderlist {
  background: #fff;
}
#norderlist .sub_title {
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  font-weight: 700;
  font-size: 16px;
  margin: 16px 0;
}
#norderlist .sub_title .point {
  width: 4px;
  height: 22px;
  background: url(https://res.kurly.com/mobile/etc/designgj/imgicon_guide.png)
    center left no-repeat;
  float: left;
  margin-right: 7px;
}
#norderlist table {
  border: 0;
  border-top: solid 1px #dbdbdb;
  width: 100%;
  margin-bottom: 20px;
}
#norderlist table td {
  padding: 10px 0 10px 10px;
  word-break: break-all;
}
#norderlist table th {
  padding: 10px 0;
  text-align: center;
  background: #f5f5f5;
  width: 70px;
  color: #353535;
  font-size: 12px;
}
#norderlist .ord_more_btn {
  background: #5f0080;
  padding: 3px 10px;
  border: 0;
  color: #fff;
  text-align: center;
  line-height: 25px;
  float: right;
}
#norderlist .order-item {
  font-size: 12px;
}
#norderlist .order-item th {
  padding: 10px 0;
}

/* ###################################################### */
/* »óÇ°»ó¼¼(»óÇ° ¹®ÀÇ),»óÇ°ÈÄ±âÀÛ¼º,°Ô½ÃÆÇ±Û¾²±â,1:1 ¹®ÀÇÇÏ±â */
/* ###################################################### */
#guest-info,
.goods-order-table {
  width: 100%;
}
#guest-info,
.goods-order-table .order-input.hidden-subject {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.goods-order-table .order-input,
.goods-order-table textarea {
  width: 100%;
  padding-left: 5px;
  text-indent: 0;
  height: 37px;
  padding-right: 43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: -0.05em;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-arrow-bottom-gray-solid.png);
  background-repeat: no-repeat;
  background-size: 17px 10px;
  background-position: 95% 50%;
  border-radius: 0;
  background-color: #fff;
  color: #848484;
  font-size: 12px;
  font-weight: 400;
  border: 0;
}
.qna-goods .__btns,
.qna-goods .answer-wrap,
.qna-goods .btn_wrap .__btns {
  font-size: 11px;
  letter-spacing: -0.05em;
}
.goods-order-table .order-input.no-member {
  background-image: none;
}
.goods-order-table .order-input.no-member.first {
  border-right: 1px solid #cfcfcf;
}
.goods-order-table textarea {
  height: 230px;
  background-image: none;
  padding-right: 10px;
  padding-top: 10px;
}
.goods-order-table .order-input.hidden-subject {
  background-image: none;
  background-size: 15px 20px;
}
.member-qna-tables .cbutton {
  position: absolute;
  text-indent: -9999px;
  display: inline-block;
  background-image: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon-write-white.png);
  width: 20px;
  height: 20px;
  -webkit-background-size: 100%;
  background-size: 100%;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.qna-goods .qna-item,
.qna-goods .qna-item-content,
.qna-goods .qna-item-subject,
.qna-goods .qna-wraps {
  width: 100%;
  float: left;
}
#goods-qna .content-no {
  text-indent: -9999px;
} /* »óÇ°ÆäÀÌÁö2 */
.qna-goods .answer-wrap {
  font-weight: 700;
  border: 1px solid #848484;
  padding: 0 5px;
  border-radius: 20px;
  margin: auto;
  height: 25px;
  line-height: 25px;
}
.qna-goods .answer-y {
  color: #5f0080;
  border: 1px solid #5f0080;
}
.qna-goods.member-qna-tables .qna_wrap {
  position: relative;
  padding: 10px 0;
  border-bottom: 0;
  border-top: 1px solid #cfcfcf;
}
.member-qna-tables .qna_wrap .info_wrap span {
  font-weight: 400;
  color: #737373;
  font-size: 12px;
}
.qna-goods.qna-item-id {
  float: left;
}
.qna-goods .qna-item {
  border-bottom: 1px solid #cfcfcf;
  margin-top: 20px;
}
.qna-goods .qna-item-subject {
  line-height: 20px;
  padding-top: 10px;
  padding-left: 10px;
  font-weight: 700;
  color: #333;
}
.qna-goods .itemcd {
  color: #848484;
}
.qna-goods .qna-item-id .text {
  padding-left: 10px;
  line-height: 25px;
  color: #848484;
}
.qna-goods .qna-item-content-question {
  float: left;
  width: 100%;
  border-top: 1px dashed #cfcfcf;
  padding: 10px 10px 15px;
  line-height: 20px;
}
.qna-goods .qna-wraps.active {
  background: #f3f3f3;
}
.qna-goods .btn_wrap {
  float: right;
  margin-top: 10px;
}
.qna-goods .btn_wrap .__btns {
  background: #fff;
  color: #7e7e7e;
  border: 1px solid #cfcfcf;
  padding: 7px 25px;
  margin: auto;
}
.qna-goods .qna-list,
.qna-goods .qna-more-btn {
  float: left;
  text-align: center;
  margin-top: 20px;
  width: 100%;
}
.qna-goods .btn_wrap .__btns.active_ {
  background: #5f0080;
  color: #fff;
  border: 0;
  margin-right: 5px;
}
#review-attach,
.goods-order-table textarea,
.qna-goods .qna-list {
  border-top: 1px solid #cfcfcf;
} /* 1:1 ¹®ÀÇÇÏ±â */
.qna-goods .qna-more-btn {
  padding: 10px;
  background: #f3f3f3;
  color: #848484;
  border: 1px solid #cfcfcf;
}
.qna-goods .qna-list {
  color: #848484;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 20px;
}
.qna-goods .qna-wraps {
  text-align: left;
}
.qna-goods .answer-wrap {
  margin-right: 10px;
  float: right;
}
.qna-goods .qna-item-content-answer {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 10px;
  border-top: 1px solid #cfcfcf;
  line-height: 20px;
}
.qna-goods .qna-item-content-answer .arrows {
  float: left;
  width: 30px;
  padding-top: 10px;
  padding-right: 10px;
}
.qna-goods .qna-item-content-answer .reply-top {
  color: #848484;
}
.qna-goods .qna-item-content-answer .reply-cont {
  font-weight: 700;
}
.qna-goods .__btns {
  float: right;
  font-weight: 700;
  background: #fff;
  color: #7e7e7e;
  border: 1px solid #cfcfcf;
  padding: 7px 25px;
  margin: auto;
}

/* ########################################################### */
/* ÃÖ±Ù º» »óÇ° ¸®½ºÆ®,»óÇ°»ó¼¼(»óÇ°¹®ÀÇ),»óÇ°Á¦¾È,¿¡ÄÚÆ÷Àå ÇÇµå¹é */
/* ########################################################### */
.btn_wrap,
.qna-item {
  margin-top: 20px;
}

/* ################################################# */
/* 1:1 ¹®ÀÇÇÏ±â,¿¡ÄÚÆ÷Àå ÇÇµå¹é,»óÇ° Á¦¾È,»óÇ°ÈÄ±â ÀÛ¼º */
/* ################################################# */
#review-attach {
  list-style: none;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cfcfcf;
}
#review-attach li.item {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: right;
}
#review-attach li.template {
  float: left;
}
#review-attach li.item button.file-face {
  width: 100%;
  float: left;
  height: 100%;
  padding-bottom: 5px;
  border: 0;
  background: #5f0080;
  color: #fff;
  font-size: 30px;
}
#review-attach li.item button.file-face.preview {
  background-size: 100% auto;
  border: 0;
}
#review-attach li.item input.file-hidden {
  opacity: 0;
  margin-bottom: -20px;
}

/* ######################################### */
/* »óÇ°»ó¼¼(»óÇ°¹®ÀÇ),¿¡ÄÚÆ÷Àå ÇÇµå¹é,»óÇ° Á¦¾È,±¸¸ÅÈÄ±â */
/* ######################################### */
.review-list {
  font-family: "Noto Sans";
  font-weight: 200;
  border-bottom: 1px solid #cfcfcf;
}
.review .qna-wraps {
  position: relative;
  padding: 10px 7px;
  border-bottom: 0;
  line-height: 20px;
  border-top: 1px solid #cfcfcf;
}
.rev-wrap.active {
  background: #f3f3f3;
}
.review .review-item-id {
  float: left;
  width: 100%;
  color: #848484;
}
.review .review-item-id .name {
  text-align: left;
  float: left;
}
.review .review-item-id .regdt {
  text-align: left;
  float: right;
}
.review .text {
  color: #333;
  font-weight: 700;
}
.btn_wrap {
  text-align: right;
  float: left;
  width: 100%;
  height: 29px;
}
.review .contenst {
  float: left;
  min-height: 30px;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.review .review-item-content {
  border-top: 1px dashed #cfcfcf;
  display: none;
}
.btn_wrap .__btns {
  letter-spacing: -0.05em;
  font-weight: 700;
  background: #fff;
  color: #7e7e7e;
  border: 1px solid #cfcfcf;
  padding: 7px 25px;
  margin: auto;
  font-size: 11px;
}
.review-item-content-review {
  min-height: 50px;
} /* »óÇ°ÆäÀÌÁö */
.__btns.active_ {
  background: #5f0080;
  color: #fff;
  border: 0;
}
.review .image {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* #### */
/* ???? */
/* #### */
.review-item-content-reply .contenst {
  font-size: 13px;
}
.review-item-content-review,
.review-item-content-reply,
.review-item-id,
.text {
  padding-left: 10px;
  padding-right: 10px;
}
.review-item-content-reply {
  line-height: 30px;
  border-top: 1px dashed #cfcfcf;
}
.btn_starbox {
  display: inline-block;
  float: left;
  width: 72%;
  height: 35px;
  margin-left: 3px;
  background: #5f0080;
  text-align: center;
  line-height: 34px;
  color: #fff;
  white-space: nowrap;
}
.connect_way {
  width: 99.2%;
  height: 38px;
  background: #f9f9f9;
  border: 1px solid #efefef;
  text-align: center;
}
.connect_way p {
  line-height: 38px;
}
.connect_way p:before,
.connect_way p:after {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 7px;
  background: url("/shop/data/skin/designgj/images/common/ico_bullet.gif") left
    center;
  vertical-align: middle;
}
.mdname {
  line-height: 1.5em;
}

/* ######### */
/* ¼ÎÇÁÂù ½ÄÀç·á */
/* #########*/
.layout-page-header-open-category {
  display: none;
}

/* ################## */
/* »óÇ°ÆäÀÌÁö,Ä«Å×°í¸®, */
/* ################## */
#goods-detail .content-basic {
  display: table;
  width: 100%;
}
#goods-detail .content-item {
  display: table-row;
}
#goods-detail .content-title,
#goods-detail .content-content {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}
#goods-detail .content-title {
  width: 30%;
  font-weight: bold;
}
#goods-detail .content-item .content-content {
  padding-left: 5px;
}
#goods-detail {
  padding: 0 0 70px;
}
#goods-detail #goods-image {
  padding: 0 16px;
}
#goods-detail .content-basic {
  display: table;
  width: 100%;
  padding: 0 16px;
}
#goods-detail .content-item {
  display: table-row;
}
#goods-detail .content-title,
#goods-detail .content-content {
  display: table-cell;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}
#goods-detail .tbl_detail {
  width: 100%;
}
#goods-detail .tbl_detail th {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
#goods-detail .tbl_detail td {
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  line-height: 21px;
  vertical-align: top;
  word-break: break-all;
}
.review-item-content-review {
  line-height: 15px;
}
.category_area {
  font-family: "Noto Sans";
  font-weight: normal;
  letter-spacing: 0;
}
.category_area .edit_img {
  display: none;
  position: fixed;
  z-index: 50;
  width: 90%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.category_area .edit_img .btn_close {
  position: absolute;
  top: 27px;
  right: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/btn_close_type2.gif)
    no-repeat;
  background-size: 18px;
  border: 0;
  text-indent: -9999em;
}
.category_tab:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.category_tab li {
  float: left;
  width: 33.3%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.category_tab li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ddd;
  border-left: 1px solid #fff;
  font-size: 14px;
  font-family: "Noto Sans";
  background: #eee;
}
.category_tab li:first-child a {
  border-left: 0;
}
.category_tab li a span {
  font-weight: normal;
  vertical-align: top;
}
.category_tab li:last-child a {
  border-right: 0;
}
.category_tab li.active a {
  background: #fff;
  border-left: 1px solid #fff;
  color: #583078;
}
#price_prapre,
#new_goodsLst {
  margin-top: 5px;
  font-size: 14px;
}
#daily_bn {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.btn_moreList {
  display: block;
  width: 110px;
  height: 33px;
  margin: 10px auto;
  text-align: center;
  font-family: "Noto Sans";
  line-height: 33px;
  border: 1px solid #434343;
}
.bn_waitrose {
  display: block;
  margin-bottom: 7px;
}
.category_list {
  width: 93%;
  margin: 2.5% auto 0;
}
.category_list .info_txt {
  display: inline-block;
  margin-top: 10px;
  height: 100%;
  padding-left: 18px;
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/ico_caution.png)
    no-repeat left 4px;
  background-size: 15px;
  line-height: 20px;
  color: #737373;
  font-size: 12px;
}
.category_list ul {
  margin-left: -1%;
}
.category_list ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.category_list li {
  float: left;
  width: 32.2%;
  margin: 2px 0 0 1%;
}
.category_list li span {
  display: block;
  margin-top: 5px;
}
.category_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.event_goodsList {
  margin-top: 24px;
  padding-top: 15px;
  border-top: 6px solid #eee;
}
.event_goodsList .tit_goodsList {
  display: block;
  margin-bottom: 10px;
  padding: 0 4%;
  font-size: 14px;
  color: #333;
}

/* ############################### */
/* list_daily.htm(Ä«Å×°í¸®¹è³Ê°ü¸®) */
/* ############################### */
#goods_layer {
  position: fixed;
  z-index: 220;
  top: 3%;
  left: 0;
  width: 100%;
  height: 94%;
  padding: 0 5% 50px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
#goods_layer #goodslist {
  width: 100%;
  height: 90%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#goods_layer .btn_listView {
  top: 17px;
  left: 5px;
  z-index: 230;
  border: 0;
  width: 20px;
  height: 20px;
}
#goods_layer .btn_listView span {
  width: 20px;
  height: 20px;
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/btn_list.gif)
    no-repeat;
  background-size: 20px;
}
#goods_layer .btn_listView.gallery_type span {
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/btn_check.gif)
    no-repeat;
  background-size: 20px;
}
#goods_layer .category_nameArea {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
}
#goods_layer .category_nameArea h4 {
  width: 70%;
  margin: 0 auto;
  font-family: "Noto Sans";
  font-weight: normal;
}
#goods_layer .category_nameArea h4:after {
  content: "¡å";
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #737373;
  vertical-align: top;
}
#goods_layer .category_nameArea h4.active:after {
  content: "¡ã";
}
#goods_layer .btn_layerClose {
  position: absolute;
  top: 27px;
  right: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/btn_close_type2.gif)
    no-repeat;
  background-size: 18px;
  border: 0;
}
#goods_layer .btn_layerClose span {
  display: inline-block;
  text-indent: -999999em;
}
#goods_layer .another_categry {
  position: absolute;
  z-index: 230;
  top: 55px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 5%;
  background: #fff;
}
#goods_layer .another_categry strong {
  display: block;
  font-family: "Noto Sans";
  font-weight: normal;
}
#goods_layer .another_categry ul {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
#goods_layer .another_categry li {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  padding: 0 2%;
}
.pos-r {
  position: relative;
}
.btn_listView {
  position: absolute;
  z-index: 100;
  top: -45px;
  left: 0;
  width: 50px;
  height: 45px;
  border: 0;
  background: 0;
  border-right: 1px solid #b5b5b5;
}
.btn_listView span {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(https://res.kurly.com/mobile/etc/designgj/images/common/icon_sprite_v2.png)
    no-repeat -282px -120px;
  background-size: 355px 162px;
  text-indent: -99999em;
}
.btn_listView.gallery_type span {
  background-position: -310px -120px;
}

/* ########################## */
/* ºê·£µåÈ­¸é,·±Ä¡Åå,ÀÌº¥Æ®µÎÀ¯ */
/* ########################## */
#goodslist .goods-tpl-item-content {
  padding: 7px 10px 10px;
}
#goodslist.gallery_type .goods-tpl-list {
  overflow: hidden;
}
#goodslist.gallery_type .goods-tpl-item {
  float: left;
  width: 49%;
  margin: 0 0 19px 2%;
  border-bottom: 0;
}
#goodslist.gallery_type .goods-tpl-item.even {
  margin-left: 0;
}
#goodslist.gallery_type .goods-tpl-item:nth-child(2n + 1) {
  clear: left;
}
#goodslist.gallery_type .goods-tpl-item-content {
  padding: 5px;
}
#goodslist.gallery_type .goods-tpl-item-name {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Noto Sans";
}
#goodslist.gallery_type .goods-tpl-item-name img {
  vertical-align: middle;
}
#goodslist.gallery_type .goods-tpl-item-price {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}
#goodslist.gallery_type .goods-tpl-item-runout-mask.bg_soldout {
  font-size: 16px;
  font-weight: normal;
}
#goodslist.gallery_type .goods-tpl-item-cart-button {
  top: -41px;
  right: 5px;
}
#goodslist.gallery_type .goods-tpl-item-runout-mask.bg_soldout p {
  font-size: 16px;
  font-weight: normal;
}
#goodslist.gallery_type .goods-tpl-icon {
  left: 6px;
  width: 48px;
  height: 42.5px;
  overflow: hidden;
}
#goodslist.gallery_type .goods_subTxt {
  display: none;
}
#goodslist.gallery_type .styled-cart-button {
  width: 35px;
  height: 35px;
  background-size: 290px auto;
  background-position: -79px -5px;
}
.goods-tpl-item-alarm-button {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 7px;
  opacity: 0.6;
  z-index: 30;
  border: 0;
  background: rgba(0, 0, 0, 0.65)
    url(https://res.kurly.com/mobile/etc/designgj/images/common/ico_bell.png)
    no-repeat 9px 6px;
  background-size: 23px 27px;
  border-radius: 50%;
  text-indent: -9999em;
}
#goodslist.gallery_type .goods-tpl-item-alarm-button {
  top: -41px;
  width: 35px;
  height: 35px;
  background-size: 20px 23px;
  background-position: 8px 5px;
}
#goodslist.gallery_type .goods-tpl-item-figure {
  border: 1px solid #ddd;
}
.btn_addfunc {
  display: block;
}

/* ################ */
/* ¸ÞÀÎ,»óÇ°½ºÅ©·ÑÇü, */
/* ################ */
.goods-tpl-icon img.goodsIco_new,
.goods-tpl-icon img.goodsIco_star,
.goods-tpl-icon img.goodsIco_reservation {
  display: none;
}
.goods-tpl-icon span {
  display: none;
}
.goods-tpl-item-name img {
  display: none;
}
.goods-tpl-item-name img.goodsIco_new,
.goods-tpl-item-name img.goodsIco_star,
.goods-tpl-item-name img.goodsIco_reservation {
  display: inline-block;
  vertical-align: top;
}
.goods-tpl-item-name img.goodsIco_new {
  width: 30px;
}
.goods-tpl-item-name img.goodsIco_star,
.goods-tpl-item-name img.goodsIco_reservation {
  width: 45px;
}
.goods-tpl-item-name span {
  padding: 0 0 0 3px;
  font-size: 0;
  vertical-align: top;
}
.goods-tpl-item-name em {
  display: inline-block;
  height: 14px;
  padding: 1px 6px 0 5px;
  background-color: #522972;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
  vertical-align: 1px;
}
.goods_txt_hide {
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

.daily_desc {
  padding: 0 15px 80px;
  font-family: "Noto Sans";
  font-weight: 200;
  letter-spacing: -0.035em;
  font-size: 16px;
}
.daily_desc :after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.daily_desc :first-child {
  border-top: 0;
}
.daily_desc .pic:first-child {
  margin-top: 0;
}
.daily_desc .words {
  margin-top: 44px;
  padding: 0;
  line-height: 28px;
}
.daily_desc .words:after {
  content: " ";
  clear: both;
  display: block;
  height: 0;
}
.daily_desc .daily_box {
  padding: 14px 0;
}
.daily_desc .daily_box .tbl_guide {
  margin-top: 40px;
  font-size: 18px;
}
.daily_desc .daily_box .tbl_guide small {
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
}
.daily_desc .daily_box .words {
  margin-top: 24px;
  color: #373737;
}
.daily_desc .daily_box .link_goods {
  font-size: 14px;
  float: right;
  padding: 10px 0 14px 0;
  color: #7a32b1;
}
.daily_desc .daily_box caption {
  display: none;
}
.daily_desc .pic {
  margin-top: 30px;
}
.daily_desc .pic:first-child {
  margin-top: 0;
}
.daily_desc .product_box {
  margin-top: 60px;
}
.daily_desc .product_box p {
  word-break: break-all;
}
.daily_desc .product_box .words {
  margin-top: 10px;
  padding-bottom: 20px;
}
.daily_desc .link_goods span {
  font-family: "Noto Sans";
}
.daily_desc .tit_section {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #373737;
  font-family: "Noto Sans";
}
.daily_desc .daily_goodsInfo {
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
}
.daily_desc .daily_goodsInfo .row {
  padding-top: 60px;
}
.daily_desc .daily_goodsInfo .row:before {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.daily_desc .daily_goodsInfo .info_list li {
  margin-top: 15px;
}
.daily_desc .daily_goodsInfo .info_list strong {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 20px;
  min-height: 26px;
  line-height: 26px;
  font-family: "Noto Sans";
  color: #373737;
  word-break: break-all;
}
.daily_desc .daily_goodsInfo .info_list strong:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: url(https://res.kurly.com/images/common/old/etc/kurly_fied/ico_check.jpg)
    no-repeat left top;
  background-size: 16px;
}
.daily_desc .daily_goodsInfo .info_list p {
  padding-left: 20px;
  line-height: 26px;
  word-break: break-all;
}
.daily_desc .tit_daily {
  font-size: 18px;
  clear: both;
  display: block;
  position: relative;
  z-index: 10;
  font-family: "Noto Sans";
  font-weight: 700;
  color: #666;
  letter-spacing: 0;
}
.daily_desc .tit_daily span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 9px;
  background: #fff;
}
.daily_desc .tit_daily:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 8px;
  width: 100%;
  height: 1px;
  background: #b9b9b9;
}
.daily_desc .daily_goodsInfo .md_name {
  margin: 20px 0;
}
.daily_desc .daily_goodsInfo .md_name p {
  display: inline-block;
  border-bottom: 1px solid #b1b1b1;
}
.daily_desc .daily_goodsInfo .md_name p strong {
  font-weight: normal;
}
.daily_desc .daily_goodsInfo .md_name + p {
  line-height: 28px;
}
.daily_desc .daily_goodsInfo .tit_area {
  display: block;
  text-align: center;
  width: 123px;
  height: auto;
  margin: 70px auto;
}
.daily_desc .tit_daily.type2 {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 18px;
  width: 100%;
  font-family: "Noto Sans";
  font-weight: 700;
  color: #666;
}
.daily_desc .tit_daily.type2 span {
  display: inline-block;
  background: #fff;
  padding-right: 5px;
}
.daily_desc .tit_daily.type2:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 30px;
  width: 100%;
  height: 1px;
  background: #b9b9b9;
}
.daily_desc .tit_daily.type2 .md_name {
  display: inline-block;
  position: relative;
  z-index: 10;
  margin: 20px 0;
  background: #fff;
}
.daily_desc .tit_daily.type2 .md_name p {
  display: inline-block;
  padding-right: 5px;
  font-size: 11px;
  border: 0;
}
.daily_desc .tit_daily.type2 + p {
  line-height: 28px;
}
.daily_desc .tit_daily.type2 .md_name p strong {
  font-weight: normal;
}
.daily_desc .panzoomWrap {
  margin-top: 20px;
}

/* ##################### */
/* Á¦Ç°Å×½ºÆ® »õ·Î¿î Å¸ÀÔ, */
/* ##################### */
.tbl_goodsDetail {
  margin-top: 20px;
  font-size: 11px;
  line-height: 20px;
  width: 100%;
}
.tbl_goodsDetail caption {
  display: none;
}
.tbl_goodsDetail thead th {
  background: #787b80;
  color: #fff;
  font-weight: normal;
  border-top: 1px solid #e0e0e0;
}
.tbl_goodsDetail thead th,
.tbl_goodsDetail tbody td {
  text-align: center;
  padding: 5px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.tbl_goodsDetail thead tr th:first-child,
.tbl_goodsDetail tbody tr td:first-child {
  border-left: 1px solid #e0e0e0;
}
.tbl_goodsDetail tbody tr:first-child td {
  border-top: 1px solid #e0e0e0;
}
.tbl_goodsDetail.txt_left th,
.tbl_goodsDetail.txt_left td {
  text-align: left;
}
.tbl_goodsDetail.border_white td,
.tbl_goodsDetail.border_white th {
  border: 1px solid #fff;
}
.tbl_goodsDetail.border_white td:first-child,
.tbl_goodsDetail.border_white th:first-child {
  border-left: 1px solid #fff;
}

.daily_desc .daily_box .tbl_goodsDetail .goods_current {
  font-size: 12px;
  font-weight: normal;
}
.daily_desc .daily_box .tbl_goodsDetail th {
  padding: 18px 10px;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f4f4f4;
  color: #444;
  text-align: center;
}
.daily_desc .daily_box .tbl_goodsDetail td {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  text-align: left;
}
.daily_desc .daily_box .tbl_goodsDetail th:nth-child(2),
.daily_desc .daily_box .tbl_goodsDetail tr:nth-child(even) th:nth-child(1) {
  text-align: left;
}
.daily_desc .daily_box .tbl_goodsDetail tr:nth-child(odd) th:nth-child(1) {
  width: 86px;
}
.daily_desc .daily_box .tbl_goodsDetail tr:nth-child(even) th:nth-child(1) {
  width: 60px;
}
.daily_desc .daily_box .tbl_goodsDetail .bg_lightgrey th {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
}
.daily_desc .daily_box .tbl_goodsDetail th {
  border-left: 1px solid #e1e1e1;
}
.info_review {
  padding: 20px 7px;
  border-top: 1px solid #ddd;
}
.info_review strong {
  display: inline-block;
  margin-top: 20px;
}
.info_review strong:first-child {
  margin-top: 0;
}
.info_review p {
  margin-top: 5px;
  line-height: 20px;
}
.daily_goodsTit {
  display: block;
  margin-top: 25px;
  padding-bottom: 24px;
  font-size: 26px;
  text-align: center !important;
  border-bottom: 1px solid #b9b9b9;
  color: #666;
  letter-spacing: -1px;
  font-family: "Noto Sans";
  font-weight: 700;
  font-weight: normal;
  line-height: 30px;
}
.daily_goodsTit span {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
  line-height: 1;
}

/* ############################### */
/* Ä«Å×°í¸®(º£½ºÆ®30ÅÇ°ú½Å»óÇ°ÅÇ³ëÃâ) */
/* ############################### */
.category_section .goods-tpl-list {
  padding: 0 2% 2%;
}
.category_section .goods-tpl-list:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.category_section li {
  float: left;
  width: 49%;
  margin: 3% 0 0 2%;
}
.category_section li.even {
  margin-left: 0;
}
.category_section .goods-tpl-item-name {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
  font-family: "Noto Sans";
  font-size: 13px;
}
.category_section .goods-tpl-item-name img {
  display: none !important;
}
.category_section .goods-tpl-item-cart-button,
.category_section .goods-tpl-item-alarm-button {
  right: 7px;
  top: -46px;
}
.category_section .goods-tpl-item-runout-mask.bg_soldout {
  font-size: 20px;
}
.category_section li .compare_data {
  display: none;
  position: fixed;
  z-index: 40;
  top: 50%;
  left: 50%;
  width: 90%;
  padding: 28px;
  border: 1px solid #ababab;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
.category_section li .compare_data button {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border: 0;
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/btn_close.gif)
    no-repeat center;
  background-size: 15px 14px;
}
.category_section .goods-tpl-item-price {
  color: #3f3f3f;
  letter-spacing: -0.055em;
  font-weight: normal;
  font-family: "Noto Sans";
  font-size: 13px;
}
.category_section .goods-tpl-item-price.nicePrice_type {
  display: block;
  padding: 0 5px;
  color: #737373;
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans";
}
.category_section .goods-tpl-item-price.nicePrice_type span {
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  border-top: 1px solid #bbb;
  font-size: 12px;
}
.category_section .goods-tpl-item-price.nicePrice_type span:after {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 3px;
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/ico_question.gif)
    no-repeat;
  background-size: 17px;
  vertical-align: middle;
}
.category_section .btn_tabContMore {
  display: block;
  border-top: 1px solid #aaa;
  width: 100%;
  height: 25px;
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/btn_down.gif)
    no-repeat center;
  background-size: 18px 11px;
}
.category_section .btn_tabContMore span {
  display: inline-block;
  text-indent: -99999em;
}
.category_section .goods-tpl-item-content {
  padding: 5px;
}
.category_section .goods-tpl-item-figure {
  border: 1px solid #e2e2e2;
}
.category_section .goodPice_info {
  position: relative;
  width: 82%;
  margin: 3% auto 0;
  font-family: "Noto Sans";
  font-size: 12px;
  color: #404040;
  line-height: 16px;
  text-align: justify;
}
.category_section .goodPice_info:before {
  content: " ";
  position: absolute;
  display: inline-block;
  top: 5px;
  left: -9px;
  width: 4px;
  height: 4px;
  background: url(https://res.kurly.com/images/common/old/etc/daily_designguide/ico_circle.gif)
    no-repeat;
  background-size: 4px;
}
.category_section .goodPice_info span {
  font-family: "Noto Sans";
  font-weight: 700;
}
.category_section .goods_subTxt {
  display: none !important;
}
.category_section .goods-tpl-item-runout-mask.bg_soldout p {
  font-size: 16px;
  font-weight: normal;
}

.category_area .main-popular-goods-item-title {
  font-weight: normal;
  font-family: "Noto Sans";
  font-size: 14px;
}
.category_area .tab_cont .goods-tpl-icon {
  width: 48px;
  height: 42.5px;
}
#daily_bn .swiper-pagination {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 100%;
  height: 16px;
  z-index: 10;
  text-align: right;
}
#daily_bn .swiper-pagination a {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 4px;
  border-radius: 50%;
  background: lightgray;
}
#daily_bn .swiper-pagination a.swiper-pagination-bullet-active {
  background: purple;
}
.best_review_wrap .title .subject,
.single_user_cmts .title .subject {
  font-size: 15px;
}

/* ###################################################################### */
/* ÃÖ±Ùº»»óÇ° ¸®½ºÆ®,°Ô½ÃÆÇ ±Û¾²±â,»óÇ°ÈÄ±â ÀÛ¼º,»óÇ°»ó¼¼(»óÇ° ¹®ÀÇ) */
/* ###################################################################### */
.member-qna-tables .best_review_wrap .imgs {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  float: none;
  width: 14%;
  height: auto;
  margin-right: 2%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.best_review_wrap .imgs img {
  position: relative;
  margin: 0;
}
.member-qna-tables .best_review_wrap {
  padding: 1px 7px 0 0;
}
.single_user_cmts .wraps,
.best_review_wrap,
.more_review_wrap {
  font-family: "Noto Sans";
  font-weight: 200;
}
.member-qna-tables .best_review_wrap .wraps {
  font-family: "Noto Sans";
  font-weight: 200;
  vertical-align: top;
  float: left;
  width: 100%;
  padding: 0 1px;
  position: relative;
  line-height: 20px;
}
.member-qna-tables .best_review_wrap .wraps .title {
  display: table-cell;
  vertical-align: middle;
  width: 62%;
  padding-left: 2%;
}
.member-qna-tables .best_review_wrap .wraps.after .title {
  padding: 0;
}
.member-qna-tables .best_review_wrap .info_wrap {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 24%;
  text-align: right;
  color: #848484;
  font-size: 13px;
  font-weight: normal; /*padding-right:7px*/
}
.review_wrap .tit_goods_nm {
  display: block;
  padding-bottom: 4px;
  color: #999;
}
.member-qna-tables .review_wrap .content-review {
  padding: 10px;
  line-height: 1.5;
}
.review .review-item-id {
  float: right;
  text-align: right;
  width: 24%;
}
.review .goods_detail_review .name,
.goods_detail_review .regdt {
  font-size: 12px;
  float: right;
  text-align: right;
}
.review .goods_detail_review .regdt {
  font-size: 11px;
}
.review-item-content-review,
.review-item-content-reply,
.review-item-id,
.text {
  padding: 0;
}
.member-qna-tables .more_review_wrap {
  padding: 1px 0;
}
.member-qna-tables .more_review_wrap .wraps {
  vertical-align: top;
  float: left;
  width: 100%;
  position: relative;
  line-height: 20px;
  padding: 2px 7px;
}
.member-qna-tables .more_review_wrap .wraps .title {
  display: inline-block;
  width: 62%;
  padding-top: 8px;
  font-size: 15px;
}
.member-qna-tables .more_review_wrap .info_wrap {
  display: inline-block;
  float: right;
  width: 24%;
  text-align: right;
}
.member-qna-tables .qna_wrap .info_wrap .regdt {
  position: relative;
  display: inline-block;
}
.rev-wrap.active .name,
.member-qna-tables .qna_wrap.active .name {
  color: #522474;
  font-weight: 600;
  text-decoration: underline;
}
.member-qna-tables .single_user_cmts {
  padding: 0 0 10px 0;
}
.member-qna-tables .single_user_cmts .imgs {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  float: none;
  width: 14%;
  height: auto;
  margin-right: 2%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.single_user_cmts .imgs img {
  position: relative;
  margin: 0;
}
.member-qna-tables .single_user_cmts {
  padding: 1px 7px 0 0;
}
.member-qna-tables .single_user_cmts .wraps {
  display: table;
  vertical-align: middle;
  float: none;
  width: 100%;
  padding: 0;
  position: relative;
  line-height: 20px;
}
.member-qna-tables .single_user_cmts .wraps .title {
  display: table-cell;
  vertical-align: middle;
  width: 62%;
  padding-left: 2%;
}
.member-qna-tables .single_user_cmts .info_wrap {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 24%;
  line-height: 12px;
  text-align: right;
}
.member-qna-tables .single_user_cmts.active .name {
  color: #737373;
  font-weight: 600;
  text-decoration: none;
}
.single_user_cmts .wraps {
  width: 100% !important;
} /* ? */
.member-qna-tables .qna_wrap.notice {
  padding: 14px 7px;
}
.member-qna-tables .qna_wrap.notice .layout-board-item-header {
  font-family: "Noto Sans";
  font-weight: 200;
  overflow: hidden;
  padding-right: 0;
  color: #404040;
}
.member-qna-tables .qna_wrap.notice .txt_admin {
  padding-left: 40px;
  font-size: 11px;
  color: #737373;
}
.member-qna-tables .qna_wrap.notice .txt_admin .regdt {
  padding-left: 6px;
}
#review-table .btn_all_review {
  clear: both;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
  color: #522474;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 700;
}
.member-qna-tables .qna_wrap .info_wrap span .name {
  font-size: 12px;
}
.member-qna-tables .qna_wrap.active .info_wrap span .name {
  color: #522474;
}
.member-qna-tables .qna_wrap.active .itemcd {
  color: #522474;
  font-weight: 600;
  text-decoration: underline;
}
.member-qna-tables .qna_wrap .info_wrap span .write_date {
  display: block;
  line-height: 19px;
  font-size: 11px;
  clear: both;
}
.member-qna-tables .qna_wrap .info_wrap span {
  display: block;
  float: right;
}
#nreviewlist .member-qna-tables .qna_wrap .info_wrap span {
  display: block;
  float: inherit;
}
.review_box {
  display: block;
  width: 100%;
  padding: 0 9px;
}
.member-qna-tables #review-table.active {
  background: #f3f3f3;
  border-bottom: 0;
}
.notice.active + .review_box {
  padding: 0;
}
.btn_all_review > .review_box {
  padding: 0;
}
.member-qna-tables .qna_wrap.notice .layout-board-item-header {
  margin-bottom: 8px;
}

/* ####################### */
/* sectino3¿¡¼­ °¡Á®´Ù ºÙÀÓ */
/* ####################### */
#orderitem_money_info .ta-h42 {
  line-height: 39px;
  padding: 25px 0 23px 10px;
  font-size: 15px;
  font-weight: 700;
}
.btn_addfunc {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #633184;
  line-height: 47px;
  text-align: center;
  color: #512773;
}
.btn_addfunc img {
  width: 20px;
  height: 20px;
  margin-top: -5px;
  vertical-align: middle;
}
section#content-wrap {
  background: #fff;
}
section#nreviewlist {
  background-color: #fff;
  min-height: 100%;
}
section#nreviewlist table {
  width: 100%;
}
.btn_invite {
  display: block;
  width: 100%;
  padding: 10px 0;
  background: #532076;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
.btn_invite span {
  display: block;
  font-size: 14px;
}
.images {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* ###################### */
/* goods_style °¡Á®´Ù ºÙÀÓ */
/* ###################### */
.goods_wrap a {
  -webkit-tap-highlight-color: transparent;
}
/* µ¥ÀÏ¸® ¸ÞÀÎ */
.goods_wrap {
  margin: 0 auto;
  padding: 0 10px;
  font-family: "Noto Sans";
  font-weight: 200;
  letter-spacing: 0;
}
.goods_wrap .context {
  margin: 0 0 90px;
  font-size: 14px;
  line-height: 23px;
  color: #373737;
}
.goods_wrap .context h3 {
  font-family: "Noto Sans", "AppleGothic";
  font-weight: 700;
  letter-spacing: -1px;
}
.goods_wrap .context .words {
  margin: 36px 0;
  letter-spacing: 0;
}

/*intro*/
.goods_wrap .goods_intro .context h3 {
  font-family: "Noto Sans";
  font-weight: 700;
  display: block;
  margin-top: 48px;
  padding-bottom: 24px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #c1c1c1;
  color: #666;
}
.goods_wrap .goods_intro .context h3 small {
  display: block;
  font-size: 20px;
  margin-bottom: 7px;
  line-height: 22px;
}
.goods_wrap .goods_intro .context .words {
  margin-top: 24px;
}
.goods_wrap .goods_checklist {
  margin-top: 140px;
}
.goods_wrap .goods_checklist h3 {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 30px;
  width: 100%;
  font-weight: 700;
  font-family: "Noto Sans";
  color: #666;
}
.goods_wrap .goods_checklist h3 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 15px;
  background: #fff;
}
.goods_wrap .goods_checklist h3:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 20px;
  width: 100%;
  height: 1px;
  background: #b9b9b9;
}
.goods_wrap .info_list {
  margin-top: 28px;
}
.goods_wrap .info_list li {
  overflow: hidden;
  margin-top: 25px;
  padding-left: 30px;
}
.goods_wrap .info_list strong {
  float: left;
  position: relative;
  display: inline-block;
  width: 100%;
}
.goods_wrap .info_list strong:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: -30px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(https://res.kurly.com/images/common/old/etc/kurly_fied/ico_check.jpg)
    no-repeat;
}
.goods_wrap .info_list p {
  float: left;
  width: 834px;
}

/*btn event area*/
.bnr_viewevent {
  margin-bottom: 70px;
  text-align: center;
}
.bnr_viewevent img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.bnr_viewevent .view_event {
  display: none;
}

/*tip*/
.goods_wrap .goods_tip {
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 100px;
}
.goods_wrap .goods_tip h3 {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 30px;
  padding-left: 12px;
  font-weight: 700;
  font-family: "Noto Sans";
  color: #666;
  letter-spacing: -0.5px;
  text-shadow: 1px 0;
}
.goods_wrap .goods_tip h3 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  background: #fff;
  letter-spacing: -0.5px;
}
.goods_wrap .goods_tip .tip_box {
  margin-top: -9px;
  border: 1px solid #b9b9b9;
}
.goods_wrap .goods_tip .tip_box .context {
  margin: 30px 20px 20px;
}
.goods_wrap .goods_tip .tip_box .words + .words {
  margin-top: 25px;
}
.goods_wrap .tip_box strong {
  font-family: "Noto Sans";
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.goods_wrap .tip_box .context .words {
  margin: 0;
  font-size: 14px;
  line-height: 23px;
  word-break: normal;
}
.goods_wrap .tip_box .context .pic {
  margin-top: 30px;
}
.goods_wrap .tip_box .context .words i {
  display: inline-block;
  padding-left: 10px;
  font-style: normal;
  text-indent: -11px;
}
.goods_wrap .tip_box .context .words b {
  font-weight: 400;
  font-family: "Noto Sans";
}

/*pick*/
/*goods point*/
.goods_wrap .goods_pick h3,
.goods_point h3 {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 22.5px;
  width: 100%;
  margin-bottom: 50px;
  font-weight: 700;
  font-family: "Noto Sans";
  color: #666;
  text-align: center;
}
.goods_wrap .goods_pick h3 span,
.goods_point h3 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 1px 0;
}
.goods_wrap .goods_pick h3:before,
.goods_point h3:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 13px;
  height: 1px;
  background: #b9b9b9;
  left: 0;
  right: 0;
}
.goods_wrap .goods_pick .sub_tit {
  line-height: 24px;
}
.goods_wrap .goods_pick .pick_items {
  display: block;
  margin-top: 16px;
}
.goods_wrap .goods_pick .context .words + .pic {
  margin-top: 50px;
}

/*recipe*/
.goods_wrap .goods_recipe h3 {
  display: block;
  font-family: "Noto Sans";
  padding-bottom: 50px;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #666;
}
.goods_wrap .goods_recipe .recipe_tit {
  display: block;
  font-size: 22.5px;
  font-weight: 700;
  text-shadow: 1px 0;
  line-height: 33px;
  padding-bottom: 10px;
}
.goods_wrap .goods_recipe .recipe_tit .txt_up {
  position: relative;
  padding-right: 6px;
}
.goods_wrap .goods_recipe .recipe_tit .txt_up:after {
  content: "¡¯";
  position: absolute;
  right: -1px;
  top: 4px;
}
.goods_wrap .goods_recipe .recipe_product {
  display: inline-block;
  border-top: 1px solid #b1b1b1;
  padding-top: 10px;
  min-width: 153px;
}
.goods_wrap .goods_recipe h3 small.recipe_product {
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
}
.goods_wrap .goods_recipe .context .words {
  margin-top: 36px;
}
.goods_wrap .goods_recipe .context .words + .words {
  margin-top: 30px;
}
.goods_wrap .goods_recipe .context .recipe_item_tit {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Sans";
  color: #666;
  text-shadow: 1px 0;
}
.goods_wrap .recipe_area .recipe_item {
  display: inline-block;
  margin-top: 30px;
  color: #666;
  font-size: 16px;
  font-family: "Noto Sans";
}
.recipe-view-wrapper.goods_wrap .goods_recipe {
  padding-top: 50px;
}
/*note*/
.goods_wrap .goods_point h3 {
  letter-spacing: -1px;
}
.goods_wrap .goods_note h3 {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 22.5px;
  width: 100%;
  margin-bottom: 50px;
  font-weight: 700;
  font-family: "Noto Sans";
  color: #666;
  padding: 0 4px;
}
.goods_wrap .goods_note h3 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 10px;
  padding-left: 0;
  background: #fff;
}
.goods_wrap .goods_note h3:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 13px;
  height: 1px;
  background: #b9b9b9;
  left: 15px;
  right: 0;
}
.goods_wrap .goods_note .words {
  margin: 0;
}
.goods_wrap .goods_note .pic {
  margin-bottom: 36px;
}

/*brand*/
.goods_wrap .about_brand h3 {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 22.5px;
  width: 100%;
  margin-bottom: 50px;
  font-weight: 700;
  font-family: "Noto Sans";
  color: #666;
  text-align: center;
}
.goods_wrap .about_brand h3 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  text-align: center;
  letter-spacing: -1px;
}
.goods_wrap .about_brand h3:before {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 13px;
  height: 1px;
  background: #b9b9b9;
  left: 0;
  right: 0;
}
.goods_wrap .sub_tit {
  font-family: "Noto Sans";
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.goods_wrap .about_brand .context .pic {
  margin-bottom: 36px;
}
.goods_wrap .about_brand .context .words {
  margin: 0 0 54px;
}

.context {
  margin-bottom: 70px;
}
.context.last {
  margin-bottom: 100px;
}
.event_item_tit {
  display: block;
  margin: 13px 0 4px;
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 1.2;
}
.event_item_desc {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
}
.event_term {
  font-size: 12px;
  line-height: 16px;
}
.event_caution li::before {
  content: "";
}
.event_term dl.event_term {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.event_term dt {
  font-family: "Noto Sans";
  display: block;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
}
.event_term dd {
  display: block;
  padding: 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

/*certification button*/
.goods_wrap .certification_area {
  margin: 40px 15px 70px;
}
.goods_wrap .button_area .showSingle {
  padding: 10px;
  background-color: #fff;
  color: #56297a;
  border: 1px solid #56297a;
  text-align: center;
}
.goods_wrap .button_area .showSingle.selected {
  background-color: #56297a;
  color: #fff;
}
.goods_wrap .certification_area .button_area .showSingle {
  display: block;
  padding: 6px;
  margin: 0 auto;
  margin-bottom: 6px;
  font-family: "Noto Sans";
  font-weight: 200;
  font-size: 12px;
}
.goods_wrap .certification_area .button_area {
  text-align: center;
}
.goods_wrap .button_area {
  display: block;
  text-align: center;
}

/*video*/
.goods_wrap .goods_video {
  margin: 0px auto;
  display: block;
  margin-bottom: 90px;
}

/* µôÆäÀÌÁö,»óÇ°»ó¼¼,»óÇ°ÆäÀÌÁö2 */
/* bnr_event */
.bnr_viewevent {
  margin-bottom: 13px;
  padding: 0 3px 0 1.5px;
  text-align: center;
}
.bnr_viewevent .inner_viewevent {
  position: relative;
  width: 100%;
}
.bnr_viewevent img {
  vertical-align: top;
}
.bnr_viewevent .bnr_thumb {
  display: block;
  margin: 0 auto;
}
.bnr_viewevent .btn {
  overflow: hidden;
  position: absolute;
  top: 46%;
  right: 7%;
  width: 20px;
  height: 12px;
  background: url(https://res.kurly.com/images/common/old/goods/common/btn_view_event_on.png)
    no-repeat 0 0;
  background-size: 20px 12px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.bnr_viewevent .btn_close {
  background: url(https://res.kurly.com/images/common/old/goods/common/btn_view_event_off.png)
    no-repeat 0 0;
  background-size: 20px 12px;
}
.bnr_viewevent .view_event {
  display: none;
  margin-left: 2px;
  padding: 0 1px;
  background: url(https://res.kurly.com/images/common/old/goods/common/bg_view_event.png)
    repeat-y 0 0;
  background-size: 100% 100%;
  border-bottom: 1px solid #c4c4c4;
  font-family: "Noto Sans KR Light";
  color: #2f2f2f;
  text-align: center;
}
.bnr_viewevent .view_event b,
.bnr_viewevent .view_event em {
  font-weight: 700;
  font-family: "Noto Sans";
  font-style: normal;
}
.bnr_viewevent .view_event .tit {
  padding-top: 25px;
  margin-bottom: -3px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -1px;
}
.bnr_viewevent .view_event .time {
  margin: 0 23px 24px;
  padding: 4px 0;
  border-top: 1px solid #ceced0;
  border-bottom: 1px solid #ceced0;
  font: 13px/20px "Noto Sans KR Medium";
  letter-spacing: -1px;
}
.bnr_viewevent .view_event .event_notice {
  padding: 24px 20px 21px 15px;
  background-color: #f7f7f7;
  text-align: left;
}
.bnr_viewevent .view_event .tit_notice {
  display: block;
  overflow: hidden;
  width: 89px;
  height: 20px;
  margin: 0 0 7px 7px;
  background: url(https://res.kurly.com/images/common/old/goods/common/tit_view_event_notice.png)
    no-repeat 0 0;
  background-size: 89px 20px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.bnr_viewevent .view_event .desc {
  font-size: 11px;
  line-height: 17px;
  letter-spacing: -1px;
}
.bnr_viewevent .view_event .desc i {
  display: inline-block;
  padding-left: 10px;
  text-indent: -5px;
  text-decoration: none;
  font-style: normal;
}
.bnr_viewevent .view_event .desc b {
  font-family: "Noto Sans";
  font-weight: 700;
}
.bnr_viewevent .view_event font {
  font-size: 20px;
}
.bnr_viewevent .view_event font[size="1"] {
  font-size: 11px;
}
.bnr_viewevent .view_event font[size="2"] {
  font-size: 12px;
}
.bnr_viewevent .view_event font[size="3"] {
  font-size: 13px;
}
.bnr_viewevent .view_event font[size="4"] {
  font-size: 14px;
}
.bnr_viewevent .view_event font[size="5"] {
  font-size: 15px;
}
.bnr_viewevent .view_event font[size="6"] {
  font-size: 16px;
}
.bnr_viewevent .view_event font[size="7"] {
  font-size: 17px;
}
@media only screen and (max-width: 320px) {
  /* ¾ÆÀÌÆù5ÀÌÇÏ */
  .bnr_viewevent .view_event .tit {
    font-size: 12px;
    line-height: 18px;
  }
  .bnr_viewevent .view_event .time {
    font-size: 12px;
    line-height: 18px;
  }
  .bnr_viewevent .view_event .desc {
    font-size: 10px;
    line-height: 16px;
  }
}
.bnr_goodsview {
  padding-top: 4px;
}
.bnr_goodsview .bnr_viewnotice {
  padding: 26px 3px 50px;
  margin: 0 auto;
  text-align: center;
}
.bnr_goodsview .bnr_viewnotice img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

/* KMF-1446 ¼±¹°ÇÏ±â ÀÌ¹ÌÁö °íÁ¤³ëÃâ */
.bnr_goodsview + .bnr_goodsview {
  padding-top: 0;
}
.bnr_goodsview .notice_gift {
  padding: 26px 3px 50px;
  margin: 0 auto;
  text-align: center;
}
.bnr_goodsview .notice_gift img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.goods-view-tab-content img.btn_exchange {
  width: 70px;
  height: 18px;
  margin: -2px 0 0 10px;
  vertical-align: middle;
}
#goods-image .thumbZoom {
  display: block;
  margin: 0 auto;
}
#goods-image .goods_detail {
  margin-bottom: 40px;
}
/* ####################### */
/* section2.css ÇÕÄ¡±â ³¡ */
/* ####################### */

/* »óÇ°»ó¼¼_°íÁö¿µ¿ª */
#goodsNotice {
  position: relative;
  margin-top: 30px;
  padding-bottom: 50px;
  font-family: "Noto Sans";
  font-weight: 400;
  letter-spacing: 0;
}
#goodsNotice .goods_notice {
  margin: 0 10px;
  padding: 24px 24px 29px;
  border: 1px solid #b9b9b9;
}
#goodsNotice .tit {
  overflow: hidden;
  position: absolute;
  left: 26px;
  top: -12px;
  padding: 0 9px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  white-space: nowrap;
}
#goodsNotice .desc {
  font-size: 14px;
  color: #333;
  line-height: 21px;
}
#goodsNotice .thumb {
  display: block;
  width: 38%;
  margin: 6px auto 10px;
  background-color: #d8d8d8;
}
#goodsNotice .thumb_item {
  display: block;
  width: 100%;
}

/* ·¹½ÃÇÇ»ó¼¼º¸±â- ±âÁ¸°Í */
.main-recipe {
  background-color: #f6f7f7;
  padding: 17px 0 33px;
  margin-bottom: -27px;
}
.main-recipe-wrapper {
  height: 41.6vw;
  position: relative;
  overflow: hidden;
}
.main-recipe-mover {
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 30;
  display: block;
  right: 14px;
  text-indent: -9999px;
  border: 0;
  background-color: transparent;
}
.main-recipe-mover:after {
  width: 17px;
  height: 10px;
  -webkit-background-size: 100% 200%;
  background-size: 100% 200%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main-recipe-mover.main-recipe-mover-up {
  top: 7vw;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-recipe-mover.main-recipe-mover-down {
  bottom: 7vw;
}
.main-recipe-list {
  position: absolute;
  width: 10000%;
  height: 100%;
}
.main-recipe-item {
  height: 100%;
  position: relative;
  float: left;
}
.main-recipe-image {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.main-recipe-item-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 50%
  );
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0) 50%
  );
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 50%);
  padding: 23px 6.25vw;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  line-height: 1;
}
.main-recipe-goods-item-name,
.main-recipe-item-title {
  line-height: 1.5;
  font-weight: 700;
}
.main-recipe-item-subtitle {
  font-size: 16px;
  margin-bottom: 7px;
}
.main-recipe-item-title {
  font-size: 20px;
  text-align: right;
}
.main-recipe-item-data {
  position: absolute;
  left: 13vw;
  bottom: 18px;
}
.main-recipe-goods-wrapper {
  margin-top: 16px;
}
.main-recipe-goods-slide {
  display: none;
}
.main-recipe-goods-slide.__active {
  display: block;
}
.main-recipe-goods-item {
  margin-bottom: 3px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.main-recipe-goods-item a {
  display: table-row;
}
.main-recipe-goods-item-figure {
  width: 27%;
  position: relative;
  display: table-cell;
}
.main-recipe-goods-item-figure img {
  width: 100%;
}
.main-recipe-goods-item-content {
  padding: 0 10px;
  vertical-align: middle;
  display: table-cell;
}
.main-recipe-goods-item-price {
  font-size: 0.9em;
}
.main-recommend-goods {
  background-color: #f6f7f7;
  margin-top: 12px;
  padding: 17px 0;
}
.main-recommed-banner {
  position: relative;
  width: 93.75%;
  margin: 0 auto;
  overflow: hidden;
}
.main-recommed-list {
  width: 10000%;
}

/* »óÇ°»ó¼¼_°íÁö¿µ¿ª */
#showCertify {
  padding: 22px 0 20px;
}
#showCertify img {
  display: block;
}
#showCertify .inner_certify {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#showCertify .tit_certify {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 11px 11px 13px;
}
#showCertify .tit_certify .ico {
  float: left;
  width: 26px;
  height: 18px;
  margin-top: 1px;
  background: url(https://res.kurly.com/mobile/service/goods/1903/ico_certify_v2.png)
    no-repeat 50% 50%;
  background-size: 26px 18px;
}
#showCertify .tit_certify .txt {
  display: block;
  overflow: hidden;
  padding: 0 10px 0 9px;
  font-weight: 600;
  font-size: 14px;
  color: #333;
  line-height: 18px;
}
#showCertify .tit_certify .btn {
  position: absolute;
  right: 6px;
  top: 14px;
  width: 14px;
  height: 14px;
  background: url(https://res.kurly.com/mobile/service/goods/1903/btn_certify.png)
    no-repeat 50% 50%;
  background-size: 14px 14px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#showCertify .on .tit_certify .btn {
  transition: transform ease 0.5s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#showCertify .thumb_certify {
  overflow: hidden;
  padding: 18px 15px 8px;
  background-color: #f7f7f7;
}
#showCertify .view_certify {
  text-align: center;
}
#showCertify .view_certify .thumb {
  padding: 2px 5px 0;
  background-color: #f7f7f7;
}
#showCertify .view_certify .thumbZoom {
  width: 100%;
}
#showCertify .view_certify .ico_zoom {
  display: block !important;
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 14.4%;
  pointer-events: none;
}
#showCertify .view_certify .swiper-slide-active img {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}
#showCertify .page_certify {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: -9px;
  width: auto;
  margin: 0 auto;
}
#showCertify .page_certify .count {
  font-weight: 600;
  font-size: 12px;
  color: #666;
  line-height: 16px;
}
#showCertify .page_certify .page {
  display: none;
}
#showCertify .page_certify .btn {
  overflow: hidden;
  position: absolute;
  bottom: -4px;
  width: 40px;
  height: 30px;
  border: 0;
  background: url(https://res.kurly.com/mobile/service/goods/1903/ico_certify_page.png)
    no-repeat 50% 50%;
  background-size: 16px 16px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#showCertify .page_certify .btn_prev {
  left: -45px;
}
#showCertify .page_certify .btn_next {
  right: -47px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Q&A °øÁö */
#qnaNotice .inner_qnaNotice {
  position: fixed;
  z-index: 500;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#qnaNotice .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.6;
}
#qnaNotice .notice_qna {
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
}
#qnaNotice .tit {
  display: block;
  padding-left: 9px;
  margin-bottom: 12px;
  border-bottom: 1px solid #aaa;
  font-size: 13px;
  color: #333;
  line-height: 38px;
}
#qnaNotice .list {
  overflow: hidden;
  padding-bottom: 10px;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
#qnaNotice .list dt {
  font-weight: bold;
}
#qnaNotice .list span {
  display: block;
  position: relative;
  padding-left: 9px;
}
#qnaNotice .list span:before {
  content: "- ";
  position: absolute;
  left: 0;
  top: 0;
}
#qnaNotice .list .info {
  color: #5f0080;
}
#qnaNotice .btn_close1 {
  right: 10px;
  top: 10px;
}
