<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 목록 */
.board-list {
  /* 목록, 글쓰기 버튼 */
  /* 페이저 */
}

.board-list__tab-list {
  margin-bottom: 50px;
  border-bottom: 1px solid #a54165;
}

.board-list__tab-list:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 750px) {
  .board-list__tab-list {
    margin-bottom: 25px;
  }
}

.board-list-tab__item {
  position: relative;
  top: 1px;
  float: left;
}

.board-list-tab__link {
  display: block;
  width: 100%;
  height: 59px;
  padding: 10px 0;
  border: 1px solid transparent;
  color: #555;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 750px) {
  .board-list-tab__link {
    height: 39px;
    padding: 4px 0;
    font-size: 14px;
  }
}

.board-list-tab__link.is-active {
  border-color: #a54165;
  border-bottom-color: #f8f7f7;
  color: #a54165;
  font-weight: bold;
}

.board-list__info-desc {
  margin-bottom: 14px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .board-list__info-desc {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.board-info-desc__highlight {
  color: #a54165;
}

.board-list__top-group {
  margin-bottom: 15px;
}

@media (min-width: 751px) {
  .board-list__top-group:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (max-width: 750px) {
  .board-list__top-group {
    margin-bottom: 10px;
  }
}

.board-list__total {
  color: #777070;
  font-size: 14px;
}

@media (min-width: 751px) {
  .board-list__total {
    float: left;
    margin-top: 26px;
  }
}

@media (max-width: 750px) {
  .board-list__total {
    margin-bottom: 10px;
  }
}

.total-desc__highlight {
  color: #a54165;
}

@media (min-width: 751px) {
  .board-list__search {
    float: right;
  }
}

.search__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.search__form:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 751px) {
  .search__form {
    float: right;
  }
}

@media (max-width: 750px) {
  .search__form {
    padding-left: 128px;
  }
}

.search__category-wrapper {
  float: left;
  width: 140px;
  height: 40px;
  border: 1px solid #b8b8b8;
}

@media (max-width: 750px) {
  .search__category-wrapper {
    position: relative;
    left: -128px;
    width: 123px;
    margin-right: -128px;
  }
}

.search__category {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 0;
  color: #777;
  font-size: 14px;
  background: url("../../../img/sub/board/ico-select-arrow-down.png") no-repeat 102px center;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 750px) {
  .search__category {
    background: url("../../../img/sub/board/m/ico-select-arrow-down.png") no-repeat 85px center;
    -webkit-background-size: 34px;
    background-size: 34px;
  }
}

@media all and (-ms-high-contrast: none) {
  .search__category {
    padding: 0 0 0 10px;
    background: none;
  }
}

@media screen and (min-width: 0\0) {
  .search__category {
    padding: 0 0 0 10px;
    background: none;
  }
}

@media \0 screen {
  .search__category {
    padding: 10px 0 10px 10px;
    background: none;
  }
}

.search__keyword-wrapper {
  float: left;
  height: 40px;
  border: 1px solid #b8b8b8;
}

.search__keyword-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 751px) {
  .search__keyword-wrapper {
    margin-left: 5px;
  }
}

@media (max-width: 750px) {
  .search__keyword-wrapper {
    width: 100%;
  }
}

.search__keyword {
  position: relative;
  float: left;
  width: 182px;
  height: 100%;
  padding: 0 10px;
  border: 0;
  color: #777;
  font-size: 14px;
}

@media (max-width: 750px) {
  .search__keyword {
    width: calc(100% - 57px);
  }
}

.search__keyword::placeholder {
  color: #aaa;
}

@media \0 screen {
  .search__keyword {
    padding: 10px;
  }
}

.search__btn-search {
  float: right;
  width: 50px;
  height: 34px;
  margin: 2px 2px 0 0;
  background: #686565;
  color: #fff;
  font-size: 14px;
}

@media (max-width: 750px) {
  .search__btn-search {
    width: 55px;
  }
}

.board-list__control-group {
  margin-top: 30px;
}

.board-list__control-group:after {
  content: '';
  display: block;
  clear: both;
}

.board-list__list-write {
  float: right;
}

.board-list-list-write__item {
  float: left;
  margin-left: 4px;
  text-align: center;
}

.board-list-list-write__item:first-child {
  margin-left: 0;
}

.board-list-list-write__link {
  display: block;
  width: 88px;
  height: 34px;
  background: #827c7c;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}

.pg_wrap .pg {
  display: block;
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}

@media (max-width: 750px) {
  .pg_wrap .pg {
    margin-top: 20px;
  }
}

.pg_wrap .pg_start, .pg_wrap .pg_prev, .pg_wrap .pg_next, .pg_wrap .pg_end {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  margin: 0 3px;
  background: url("../../../img/sub/board/ico-pager-sprite.png") no-repeat;
  text-indent: -9999px;
}

@media (max-width: 750px) {
  .pg_wrap .pg_start, .pg_wrap .pg_prev, .pg_wrap .pg_next, .pg_wrap .pg_end {
    width: 24px;
    height: 24px;
    -webkit-background-size: auto 24px;
    background-size: auto 24px;
  }
}

.pg_wrap .pg_start {
  background-position-x: 0;
}

.pg_wrap .pg_prev {
  background-position-x: -30px;
}

@media (max-width: 750px) {
  .pg_wrap .pg_prev {
    background-position-x: -24px;
  }
}

.pg_wrap .pg_next {
  background-position-x: -60px;
}

@media (max-width: 750px) {
  .pg_wrap .pg_next {
    background-position-x: -48px;
  }
}

.pg_wrap .pg_end {
  background-position-x: -90px;
}

@media (max-width: 750px) {
  .pg_wrap .pg_end {
    background-position-x: -72px;
  }
}

.pg_wrap .pg_page, .pg_wrap .pg_current {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  color: #999;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .pg_wrap .pg_page, .pg_wrap .pg_current {
    font-size: 14px;
  }
}

.pg_wrap .pg_current {
  color: #a54165;
  text-decoration: underline;
}

/* 상세 */
.board-view {
  /* 게시글 본문 */
  /* 하단 버튼 그룹 */
  /* 이전글, 다음글 버튼 */
}

.board-view__top-group {
  padding: 25px 20px;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #d8d8d8;
}

@media (max-width: 750px) {
  .board-view__top-group {
    padding: 20px 15px;
  }
}

.board-view__title {
  margin-bottom: 12px;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .board-view__title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.board-view-info__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.board-view-info__list:after {
  content: '';
  display: block;
  clear: both;
}

.board-view-info__item {
  color: #888;
  font-size: 15px;
}

@media (max-width: 750px) {
  .board-view-info__item {
    font-size: 14px;
  }
}

.board-view-info__item--right {
  float: right;
  margin-left: 10px;
}

.board-view-info__item--left {
  float: left;
}

.board-view__contents {
  padding: 30px 20px;
  border-bottom: 1px solid #d8d8d8;
  color: #888;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .board-view__contents {
    padding: 20px 15px;
    font-size: 14px;
  }
}

.board-view-contents__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.board-view-contents__img {
  max-width: 100%;
  height: auto !important;
}

.board-view__control-group {
  margin-top: 30px;
}

.board-view__control-group:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 750px) {
  .board-view__control-group {
    margin-top: 15px;
  }
}

.board-view__next-prev {
  float: left;
}

.board-view-next-prev__item {
  float: left;
  margin-left: 4px;
  border: 1px solid #cdcdcd;
  text-align: center;
}

.board-view-next-prev__item:first-child {
  margin-left: 0;
}

.board-view-next-prev__link {
  display: block;
  width: 72px;
  height: 32px;
  background: #f8f7f7;
  color: #777;
  font-size: 14px;
  line-height: 32px;
}

.board-view__list-write {
  float: right;
}

.board-view__file {
  padding: 28px 24px 28px 105px;
  margin-top: 20px;
  background: #f3f3f3;
}

@media (min-width: 751px) {
  .board-view__file:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (max-width: 750px) {
  .board-view__file {
    padding: 12px 15px;
  }
}

.board-view-file__title {
  width: 62px;
  height: 25px;
  color: #fff;
  font-size: 13px;
  background: #716e6e;
  line-height: 25px;
  text-align: center;
}

@media (min-width: 751px) {
  .board-view-file__title {
    position: relative;
    left: -77px;
    float: left;
    margin-right: -77px;
  }
}

@media (max-width: 750px) {
  .board-view-file__title {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (min-width: 751px) {
  .board-view-file__list {
    float: left;
  }
}

.board-view-file__item {
  color: #888;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 750px) {
  .board-view-file__item {
    font-size: 14px;
  }
}

@media (min-width: 751px) {
  .board-view-file__link:hover {
    text-decoration: underline;
  }
}

@media (max-width: 750px) {
  .board-view-file__link {
    text-decoration: underline;
  }
}

.board-view-list-write__item {
  float: left;
  margin-left: 4px;
  text-align: center;
}

.board-view-list-write__item:first-child {
  margin-left: 0;
}

.board-view-list-write__link {
  display: block;
  width: 88px;
  height: 34px;
  background: #827c7c;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}

.board-list__btns {
  margin-top: 30px;
}

.board-list__btns:after {
  content: '';
  display: block;
  clear: both;
}

.board-list-btns__list {
  float: right;
}

.board-list-btns__item {
  display: inline-block;
  margin-left: 4px;
  text-align: center;
}

.board-list-btns__item:first-child {
  margin-left: 0;
}

.board-list-btns__btn {
  display: block;
  width: 88px;
  height: 34px;
  background: #827c7c;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}

.product-gallery__search {
  padding: 2.92969%;
  margin-bottom: 40px;
  border: 1px solid #d8d8d8;
  background: #f2f0f0;
}

@media (max-width: 750px) {
  .product-gallery__search {
    padding: 15px;
    margin-bottom: 20px;
  }
}

.product-search__title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.product-search__group {
  margin: -6px 0 0 -6px;
}

.product-search__group:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 750px) {
  .product-search__group {
    margin: -4px 0 0 -4px;
  }
}

.product-search__item {
  float: left;
}

.product-search__item--category {
  width: 17.1134%;
}

@media (max-width: 750px) {
  .product-search__item--category {
    width: 50%;
  }
}

.product-search__item--category-area {
  width: 24.3299%;
}

@media (max-width: 750px) {
  .product-search__item--category-area {
    width: 50%;
  }
}

.product-search__item--keyword {
  width: 24.3299%;
}

@media (max-width: 750px) {
  .product-search__item--keyword {
    width: 100%;
  }
}

.product-search__item-inner {
  height: 40px;
  margin: 6px 0 0 6px;
  border: 1px solid #b8b8b8;
  background: #fff;
}

@media (max-width: 750px) {
  .product-search__item-inner {
    margin: 4px 0 0 4px;
  }
}

.product-search__item-inner--keyword {
  padding-right: 38px;
  border-color: #767676;
}

.product-search__category {
  width: 100%;
  height: 100%;
  padding: 0 46px 0 10px;
  border: 0;
  background: url("../../../img/sub/board/ico-select-arrow-down.png") no-repeat;
  background-position: 98.75% center;
  color: #777;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 750px) {
  .product-search__category {
    background: url("../../../img/sub/board/m/ico-select-arrow-down.png") no-repeat;
    background-position: calc(100% - 2px) center;
    -webkit-background-size: 34px 34px;
    background-size: 34px 34px;
  }
}

@media all and (-ms-high-contrast: none) {
  .product-search__category {
    padding: 0 0 0 10px;
    background: none;
  }
}

@media screen and (min-width: 0\0) {
  .product-search__category {
    padding: 0 0 0 10px;
    background: none;
  }
}

@media \0 screen {
  .product-search__category {
    padding: 10px 0 10px 10px;
    background: none;
  }
}

.product-search__keyword {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: 0;
  color: #777;
  font-size: 14px;
}

@media \0 screen {
  .product-search__keyword {
    padding: 10px;
  }
}

.product-search__btn-search {
  position: relative;
  right: -38px;
  float: left;
  width: 38px;
  height: 38px;
  margin-left: -38px;
  background: url("../../../img/sub/board/ico-search.png") no-repeat;
  text-indent: -9999px;
}

@media (max-width: 750px) {
  .product-search__btn-search {
    background: url("../../../img/sub/board/m/ico-search.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.product-gallery__list {
  margin: -20px 0 0 -20px;
}

.product-gallery__list:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 750px) {
  .product-gallery__list {
    margin: -10px 0 0 -10px;
  }
}

.product-gallery__item {
  float: left;
  width: 25%;
  text-align: center;
}

@media (max-width: 750px) {
  .product-gallery__item {
    width: 50%;
  }
}

.product-gallery__item--empty {
  width: 100%;
  padding: 50px 0;
  color: #888;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 750px) {
  .product-gallery__item--empty {
    font-size: 14px;
  }
}

.product-gallery__link {
  display: block;
  position: relative;
  padding: 0 0 24px;
  margin: 20px 0 0 20px;
  background: #fff;
}

@media (max-width: 750px) {
  .product-gallery__link {
    margin: 10px 0 0 10px;
  }
}

.product-gallery__link-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  border: 3px solid #a54165;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0;
}

.product-gallery__link-hover:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

@media \0 screen {
  .product-gallery__link-hover {
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF,endColorstr=#E6FFFFFF);
    zoom: 1;
  }
}

.product-gallery-hover__inner {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.product-gallery-hover__inner:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  background: url("../../../img/sub/board/ico-detail.png") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.product-gallery-hover__sbj {
  margin-bottom: 8px;
  color: #383838;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  word-break: keep-all;
}

@media (max-width: 750px) {
  .product-gallery-hover__sbj {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
  }
}

.product-gallery-hover__en-sbj {
  font-size: 14px;
  font-weight: bold;
  color: #383838;
  line-height: 16px;
}

.product-gallery__thumb-wrapper {
  position: relative;
  padding-top: 129.04564%;
}

.product-gallery__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-gallery__sbj {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px;
  padding: 0 10px;
  color: #777070;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

.product-gallery__en-sbj {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 34px;
  padding: 0 10px;
  font-size: 14px;
  color: #777070;
  line-height: 16px;
}

@media (min-width: 751px) {
  .product-gallery__detail:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (min-width: 751px) {
  .product-detail__img-wrapper {
    float: left;
    width: 37.5%;
  }
}

@media (max-width: 750px) {
  .product-detail__img-wrapper {
    margin-bottom: 20px;
  }
}

.product-detail__img-link {
  display: block;
  position: relative;
}

.product-detail__img-link:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url("../../../img/sub/board/product-gallery/ico-zoom.png") no-repeat;
}

@media (max-width: 750px) {
  .product-detail__img-link:after {
    width: 35px;
    height: 35px;
    background: url("../../../img/sub/board/product-gallery/m/ico-zoom.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.fancybox-wine {
  overflow: visible !important;
  width: 100% !important;
  width: calc(100% - 30px) !important;
  max-width: 1024px !important;
}

.fancybox-wine .fancybox-inner {
  margin: 0 auto;
}

.fancybox-wine .fancybox-close {
  width: 29px;
  height: 28px;
  top: -48px;
  right: 0;
  background: url("../../../img/sub/board/product-gallery/ico-modal-close.png") no-repeat;
}

@media (max-width: 750px) {
  .fancybox-wine .fancybox-close {
    width: 23px;
    height: 21px;
    top: -36px;
    background: url("../../../img/sub/board/product-gallery/m/ico-modal-close.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.product-detail__img {
  width: 100%;
}

@media (min-width: 751px) {
  .product-detail__container {
    float: left;
    width: 62.5%;
    padding-left: 5.07813%;
  }
}

.product-detail__contents {
  padding-top: 30px;
  border-top: 2px solid #a54165;
}

@media (max-width: 750px) {
  .product-detail__contents {
    padding-top: 20px;
  }
}

.product-contents__header-group {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.product-contents__header-group:after {
  content: '';
  display: block;
  clear: both;
}

.product-contents__thumb-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 195px;
}

@media (max-width: 750px) {
  .product-contents__thumb-wrapper {
    width: 97px;
  }
}

.product-contents__thumb {
  width: 100%;
}

.product-contents__title-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.product-contents__sbj {
  margin-bottom: 10px;
  color: #383838;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 750px) {
  .product-contents__sbj {
    font-size: 17px;
  }
}

.product-contents__en-sbj {
  color: #383838;
  font-size: 15px;
}

@media (max-width: 750px) {
  .product-contents__en-sbj {
    font-size: 14px;
  }
}

.product-contents__desc {
  color: #777070;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 26px;
}

@media (max-width: 750px) {
  .product-contents__desc {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  .product-contents__desc {
    margin-bottom: 10px;
  }
}

.product-contents__info {
  padding: 20px 24px;
  margin-bottom: 30px;
  background: #f8f7f7;
}

@media (max-width: 750px) {
  .product-contents__info {
    padding: 14px;
    margin-bottom: 25px;
  }
}

.product-info__table {
  width: 100%;
}

.product-info__title {
  width: 90px;
  padding: 6px;
  color: #a54165;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: top;
}

@media (max-width: 750px) {
  .product-info__title {
    font-size: 14px;
  }
}

.product-info__contents {
  color: #777070;
  font-size: 15px;
  line-height: 1.6;
  padding: 6px;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .product-info__contents {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  .product-info__contents {
    text-align: right;
  }
}

.product-contents__detail-info {
  margin-top: 24px;
}

@media (max-width: 750px) {
  .product-contents__detail-info {
    margin-top: 20px;
  }
}

.product-detail-info--first {
  margin-top: 0;
}

.product-detail-info__title {
  margin-bottom: 10px;
  color: #514444;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 750px) {
  .product-detail-info__title {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

.product-detail-info__title:before {
  content: '· ';
}

.product-detail-info__title--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.product-detail-info__desc {
  color: #777070;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .product-detail-info__desc {
    font-size: 14px;
  }
}

.product-taste__list {
  padding: 20px 10px;
  background: #f8f7f7;
}

@media (min-width: 751px) {
  .product-taste__list:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media (max-width: 750px) {
  .product-taste__list {
    padding: 15px;
  }
}

@media (min-width: 751px) {
  .product-taste__item {
    float: left;
    width: 50%;
  }
}

@media (max-width: 750px) {
  .product-taste__item {
    margin-top: 15px;
  }
  .product-taste__item:first-child {
    margin-top: 0;
  }
}

.product-taste__item-inner {
  padding: 20px;
  background: #fff;
}

@media (min-width: 751px) {
  .product-taste__item-inner {
    margin: 0 10px;
  }
}

@media (max-width: 750px) {
  .product-taste__item-inner {
    padding: 15px;
  }
}

.product-taste__title {
  margin-bottom: 15px;
  color: #514444;
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 750px) {
  .product-taste__title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.product-taste__figure {
  margin-left: -2px;
}

.product-taste__figure:after {
  content: '';
  display: block;
  clear: both;
}

.product-taste-figure__item {
  float: left;
  width: 20%;
  text-align: center;
}

.product-taste-figure__item:before, .product-taste-figure__item:after {
  display: block;
  margin-top: 4px;
  font-family: 'Dotum', '돋움', sans-serif;
  font-size: 12px;
}

@media (max-width: 750px) {
  .product-taste-figure__item:before, .product-taste-figure__item:after {
    margin-top: 8px;
  }
}

.product-taste-figure__number {
  display: block;
  height: 18px;
  margin-left: 2px;
  background: #dadada;
  color: #fff;
  font-family: 'Dotum', '돋움', sans-serif;
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 750px) {
  .product-taste-figure__number {
    height: 20px;
    line-height: 20px;
  }
}

.product-sweetness__item--first:after {
  content: 'Dry';
  color: #777070;
}

.product-sweetness__item--last:after {
  content: 'Sweet';
  color: #777070;
}

.product-sweetness__number1.is-on {
  background: #a64365;
}

.product-sweetness__number2.is-on {
  background: #a64365;
}

.product-sweetness__number3.is-on {
  background: #a64365;
}

.product-sweetness__number4.is-on {
  background: #a64365;
}

.product-sweetness__number5.is-on {
  background: #a64365;
}

.product-body__item--first:after {
  content: 'Light';
  color: #777070;
}

.product-body__item--last:after {
  content: 'Full';
  color: #777070;
}

.product-body__number1.is-on {
  background: #775c5c;
}

.product-body__number2.is-on {
  background: #775c5c;
}

.product-body__number3.is-on {
  background: #775c5c;
}

.product-body__number4.is-on {
  background: #775c5c;
}

.product-body__number5.is-on {
  background: #775c5c;
}

.product-contents__btn-group {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d8d8d8;
}

.product-contents__btn-group:after {
  content: '';
  display: block;
  clear: both;
}

.product-btn-group__btn-site {
  display: block;
  float: left;
  width: 130px;
  height: 34px;
  background: #574949;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

@media (max-width: 750px) {
  .product-btn-group__btn-site {
    width: 130px;
    height: 30px;
    line-height: 30px;
  }
}

.product-btn-group__btn-list {
  display: block;
  float: right;
  width: 60px;
  height: 34px;
  background: #827c7c;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

@media (max-width: 750px) {
  .product-btn-group__btn-list {
    width: 70px;
    height: 30px;
    line-height: 30px;
  }
}

.product-contents__refer {
  padding: 20px;
  margin-top: 24px;
  border: 1px solid #d8d8d8;
  text-align: center;
}

@media (max-width: 750px) {
  .product-contents__refer {
    padding: 15px;
  }
}

.product-refer__desc {
  display: inline-block;
  margin-bottom: 10px;
  color: #514444;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 751px) {
  .product-refer__desc {
    position: relative;
    padding-left: 30px;
  }
}

@media (max-width: 750px) {
  .product-refer__desc {
    font-size: 14px;
  }
}

.product-refer__desc:before {
  content: '';
  width: 24px;
  height: 26px;
  background: url("../../../img/sub/board/ico-info.png") no-repeat;
}

@media (min-width: 751px) {
  .product-refer__desc:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
  }
}

@media (max-width: 750px) {
  .product-refer__desc:before {
    display: block;
    width: 23px;
    height: 25px;
    margin: 0 auto;
    background: url("../../../img/sub/board/m/ico-info.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.product-refer__contact-list {
  font-size: 0;
  text-align: center;
}

.product-contact-list__item {
  display: inline-block;
  margin: 0 8px;
  color: #777070;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: middle;
}

@media (max-width: 750px) {
  .product-contact-list__item {
    font-size: 14px;
  }
}

.product-contact-list__item:before {
  content: '· ';
}

.product-refer-desc__highlight {
  color: #a54165;
}
</pre></body></html>