/*-------------------------------------------------------------------
  @ Layout
-------------------------------------------------------------------*/
body.btm-menu-none footer > div {
  padding-bottom: 1.875rem;
}
body.footer-none footer {
  display: none;
}

#wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  max-width: 22.5rem;
  padding-bottom: 6.25rem;
  margin: 0 auto;
  overflow: hidden;
}
body.bg-gray #wrap {
  background: #f4f4f4;
}
body.btm-menu-none #wrap {
  padding-bottom: 0;
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 22.5rem;
  height: 5rem;
  padding: 0 1.25rem;
  margin-left: -11.25rem;
  background: #fff;
  box-sizing: border-box;
  z-index: 1100;
}
header.scroll {
  background: #fff !important;
}
header.award {
  background: #aa9468 !important;
}
header.black {
  background: #030305 !important;
}
header.lucky {
  background: #f1ede7 !important;
}
header h1 {
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
  z-index: 20;
}
header h1 a {
  display: block;
  width: 3.625rem;
  height: 1.875rem;
  background: url(../images/common/logo.png?v=1) center / 100% auto no-repeat;
  text-indent: -9999em;
}
header .top {
  position: relative;
  height: 2.4375rem;
}
header .top .search {
  display: flex;
  position: absolute;
  /* top: 0.625rem; */
  top: 0.8125rem;/* modify */
  /* left: 4.5625rem; */
  right: 2.625rem;/* add */
  justify-content: space-between;
  align-items: center;
  /* width: 11.125rem;
  height: 1.875rem;
  padding: 0 0.625rem 0 0.9375rem;
  background: #f5f5f5;
  border-radius: 3.125rem;
  box-sizing: border-box;
  cursor: pointer; */
}
header .top .search input[type="text"] {
  display: none; /* add */
  width: 7.5rem;
  height: 1.875rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.75rem;
  cursor: pointer;
}
header .top .search button {
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/common/ico_search.svg) center / 1.375rem auto
    no-repeat;
  text-indent: -9999em;
}
header .top .btn-camera {
  position: absolute;
  top: 0.8125rem;
  /* right: 2.0625rem; */
  right: 0.125rem;/* modify */
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/ico_camera.svg) center / 1.375rem auto
    no-repeat;
  text-indent: -9999em;
}
header .top .btn-menu {
  display: none; /* add */
  position: absolute;
  top: 0.8125rem;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.625rem;
  background: url(../images/common/ico_gnb.svg) center / 100% auto no-repeat;
  text-indent: -9999em;
}
header .nav {
  display: flex;
  margin-top: 1.625rem;
}
header .nav li {
  margin-left: 1.875rem;
}
header .nav li:first-child {
  margin-left: 0;
}
header .nav li a {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.125rem;
}
.inc-header {
  position: fixed;
  z-index: 1100;
}
.inc-header .menu {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  transform: translateX(0);
  width: 22.5rem;
  height: 100%;
  background: #fff;
  z-index: 10;
  transition: all 0.5s ease;
}
.inc-header .menu.on {
  left: 50%;
  transform: translateX(-50%);
}
.inc-header .menu .top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 3.125rem;
  padding: 0 1.25rem;
}
.inc-header .menu .top a,
.inc-header .menu .top button {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.625rem;
  text-indent: -9999em;
}
.inc-header .menu .top .btn-notify {
  background: url(../images/common/ico_menu_notify2.svg) center / 1.5rem auto
    no-repeat;
}
.inc-header .menu .top .btn-notify-new {
  background: url(../images/common/ico_menu_notify.svg) center / 1.5rem auto
    no-repeat;
}
/*.inc-header .menu .top .btn-notify span{position: absolute; top: 0.1875rem; right: 0.1875rem; width: 0.3125rem; height: 0.3125rem; border-radius: 100%; background: #ac33fa;}*/
.inc-header .menu .top .btn-setting {
  background: url(../images/common/ico_menu_setting.svg) center / 1.5rem auto
    no-repeat;
}
.inc-header .menu .top .btn-close {
  background: url(../images/common/ico_menu_close.svg) center / 1.5rem auto
    no-repeat;
}
.inc-header .menu .mem {
  height: 3.75rem;
}
.inc-header .menu .mem .before-login .btn-login {
  display: block;
  padding-left: 1.6875rem;
  background: url(../images/common/ico_menu_login.svg) left center / 1.375rem
    auto no-repeat;
  font-size: 0.875rem;
  line-height: 3.75rem;
  font-weight: 500;
}
.inc-header .menu .mem .before-login .btn-join {
  display: block;
  padding-left: 1.6875rem;
  background: url(../images/common/ico_menu_join.svg) left center / 1.375rem
    auto no-repeat;
  font-size: 0.875rem;
  line-height: 3.75rem;
  font-weight: 500;
}
.inc-header .menu .mem .before-login ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inc-header .menu .mem .before-login ul li {
  position: relative;
  padding: 0 3.125rem;
}
.inc-header .menu .mem .before-login ul li::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 1.25rem;
  background: #d9d9d9;
  content: "";
}
.inc-header .menu .mem .before-login ul li:first-child::after {
  display: none;
}
.inc-header .menu .mem .after-login {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1.25rem;
}
.inc-header .menu .mem .after-login .img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  overflow: hidden;
}
.inc-header .menu .mem .after-login .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inc-header .menu .mem .after-login .info {
  width: calc(100% - 4.0625rem);
  margin-left: 0.9375rem;
}
.inc-header .menu .mem .after-login .info .user {
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
}
.inc-header .menu .mem .after-login .info .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
}
.inc-header .menu .mem .after-login .info .email {
  font-family: "Montserrat";
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.6875rem;
  color: #666;
  line-height: 1;
}
.inc-header .menu .mem .after-login .btn {
  position: absolute;
  right: 1.25rem;
  top: 0.4375rem;
}
.inc-header .menu .list {
  height: calc(100% - 7.5rem);
  margin-top: 0.625rem;
  border-top: 0.375rem solid #f4f4f4;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.inc-header .menu .list > ul > li {
  padding: 1.75rem 1.25rem 1.25rem;
  border-top: 0.375rem solid #f4f4f4;
}
.inc-header .menu .list > ul > li:first-child {
  border-top: 0;
}
.inc-header .menu .list > ul > li .tit {
  display: inline-block;
  padding-right: 1rem;
  background: url(../images/common/bl_menu_arw.png) right 60% / 0.5rem auto no-repeat;
  font-size: 1.125rem;
  font-weight: 700;
}
.inc-header .menu .list > ul > li .tit.award {
	margin-bottom: -0.3125rem;
	background-position: right 55%;
}
.inc-header .menu .list > ul > li .tit.award a{
	display: block;
	padding-left: 1.25rem;
	background: url(../images/common/ico_gnb_award.svg) left 0 top 0.1875rem / 0.9375rem auto no-repeat;
	line-height:2.5rem;
}
.inc-header .menu .list > ul > li ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.625rem;
}
.inc-header .menu .list > ul > li ul li {
  width: 50%;
}
.inc-header .menu .list > ul > li ul li a {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #222;
  line-height: 2.5rem;
}
header .sub-top {
  position: relative;
  height: 3.125rem;
  padding: 0.625rem 0;
  text-align: center;
  box-sizing: border-box;
}
header .sub-top h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.875rem;
}
header .sub-top h2 .en {
  font-family: "Montserrat";
}
header .sub-top .search {
  display: flex;
  position: absolute;
  top: 0.625rem;
  left: 2.0625rem;
  justify-content: space-between;
  align-items: center;
  width: 15.9375rem;
  height: 1.875rem;
  padding: 0 0.625rem 0 0.9375rem;
  background: #f5f5f5;
  border-radius: 3.125rem;
  box-sizing: border-box;
}
header .sub-top .search input[type="text"] {
  width: 85%;
  height: 1.875rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.75rem;
  line-height: 1;
}
header .sub-top .search button {
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/common/ico_search.svg) center / 1.2188rem auto
    no-repeat;
  text-indent: -9999em;
}
header .sub-top .btn-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 100%;
  background: url(../images/common/ico_back.svg) left center / 1.375rem auto
    no-repeat;
  text-indent: -9999em;
}
header .sub-top .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.375rem;
  height: 100%;
  background: url(../images/common/ico_search.svg) center / 1.25rem auto
    no-repeat;
  text-indent: -9999em;
}
header .sub-top .btn-camera {
  position: absolute;
  top: 0.8125rem;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/ico_camera.svg) center 0.125rem / 1.375rem
    auto no-repeat;
  text-indent: -9999em;
}
header .sub-top .tip-camera {
  position: absolute;
  box-sizing: border-box;
  text-align: left;
  top: 2.9375rem;
  right: -0.9375rem;
  padding: 0.5rem 0 0.5rem 4.375rem;
  width: 18.875rem;
  background: #fff url(../images/common/illus_yosool_fairy.png) 0.625rem bottom / 3.96875rem auto
  no-repeat;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ac33fa;
  border-radius: 6.25rem;
  font-size: 0.8125rem;
  color: #333;
}
header .sub-top .tip-camera:after {
  content: "";
  position: absolute;
  top: -0.375rem;
  right: 1.6875rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border: 1px solid transparent;
  border-top-color: #ac33fa;
  border-right-color: #ac33fa;
  transform: rotate(-45deg);
}
header .sub-top .tip-camera > em {
  position: relative;
}
header .sub-top .tip-camera > em:after {
  content: "";
  display: inline-block;
  margin-bottom: -0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/common/ico_camera.svg) 0 0 / 1.25rem auto no-repeat;
}
header .sub-top .tip-camera > strong {
  color: #AC33FA;
}
header .sub-top .util {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
header .sub-top .util li {
  height: 100%;
  margin-left: 0.625rem;
}
header .sub-top .util li:first-child {
  margin-left: 0;
}
header .sub-top .util li a,
header .sub-top .util li button {
  display: block;
  width: 1.5rem;
  height: 100%;
  text-indent: -9999em;
}
header .sub-top .util li .btn-home {
  background: url(../images/common/ico_home_on.svg) center / 1.5rem auto
    no-repeat;
}
header .sub-top .util li .btn-heart {
  background: url(../images/common/ico_heart.png) center / 1.5rem auto no-repeat;
}
header .sub-top .util li .btn-share {
  background: url(../images/common/ico_share.svg) center / 1.5rem auto no-repeat;
}
header .sub-top .right {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
header .sub-top .right .btn {
  display: block;
  background: none;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 3.125rem;
}
header .sub-top.white .btn-back {
  background-image: url(../images/common/ico_back_white.svg);
}
header .sub-top.white .btn-search {
  background-image: url(../images/common/ico_search_white.svg);
}
header .sub-top.white h2 {
  color: #fff;
}
header.black .sub-top .btn-back,
header.award .sub-top .btn-back {
  background-image: url(../images/common/ico_back_white.svg);
}
header.black .sub-top .btn-search,
header.award .sub-top .btn-search {
  background-image: url(../images/common/ico_search_white.svg);
}
header.black .sub-top h2,
header.award .sub-top h2 {
  color: #fff;
}
header .sub-top.white .util li .btn-home {
  background-image: url(../images/common/ico_home_white.png);
}
header .sub-top.white .util li .btn-share {
  background-image: url(../images/common/ico_share_white.png);
}
.page-sub header {
  height: 3.125rem;
}
.page-visual header {
  background: none;
}

/* footer */
footer {
  margin-top: auto;
  margin-bottom: -7.375rem;
}
footer > div {
  padding: 0.9375rem 1.25rem 1.875rem 1.25rem;
  margin-top: 5rem;
  border-top: 0.0625rem solid #d9d9d9;
}
footer.h-type2 > div {
  padding-bottom: 5.9375rem;
}
footer.h-type3 > div {
  padding-bottom: 5.625rem;
}
footer .menu {
  display: flex;
}
footer .menu li {
  margin-left: 0.9375rem;
}
footer .menu li:first-child {
  margin-left: 0;
}
footer .menu li a {
  font-size: 0.75rem;
}
footer .menu li a.privacy {
  font-weight: 700;
}
footer .copy {
  margin-top: 0.625rem;
}
footer .copy li {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #222;
}

/* dim */
#dimAll {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  background: #000;
  opacity: 0.4;
}
#dimAll.on {
  display: block;
}
#dim-page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #000;
  opacity: 0.5;
}
#dim-page.on {
  display: block;
}
#dim-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  background: #000;
  opacity: 0.5;
}
#dim-header.on {
  display: block;
}

/* container */
main nav{
	width: 22.5rem;
	padding: 0 1.25rem;
	box-sizing: border-box;
}
main .main {
  margin-top: 5rem;
}
main .main .content {
  padding: 0 1.25rem;
}
main .sub {
  min-height: 100%;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
main .sub.reg {
  padding: 0.625rem 0.625rem 0 0.625rem;
}
main .sub .content {
  padding: 1.5625rem 0 0 0;
}
main .sub .content.tab-menu-no {
  padding-top: 0;
}

/* 20230707 수정 */
.page-sub main {
  min-height: 100%;
  padding-top: 3.125rem;
  padding-bottom: 5.625rem;
  box-sizing: border-box;
}

.page-visual main {
  padding-top: 0;
}

/*-------------------------------------------------------------------
  @ Componets
-------------------------------------------------------------------*/
/* default */
input[type="text"],
input[type="password"],
input[type="file"] {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.9375rem;
  border: 0.0625rem solid #d9d9d9;
  font-size: 0.75rem;
  line-height: 2.375rem;
  color: #222;
  box-sizing: border-box;
}
input[type="text"].highlight,
input[type="password"].highlight {
  border-color: #ac33fa;
}
input[type="radio"],
input[type="checkbox"] {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 0.0625rem;
  border: 0;
  width: 0.0625rem;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  cursor: pointer;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
  cursor: pointer;
  box-sizing: border-box;
  content: "";
}
input[type="radio"] + label:before {
  background: url(../images/common/radio.svg) center / 100% auto no-repeat;
}
input[type="radio"]:checked + label:before {
  background: url(../images/common/radio_on.svg) center / 100% auto no-repeat;
}
input[type="checkbox"] + label:before {
  background: url(../images/common/checkbox.svg) center / 100% auto no-repeat;
}
input[type="checkbox"]:checked + label:before {
  background: url(../images/common/checkbox_on.svg) center / 100% auto no-repeat;
}
input[type="radio"] + label.rdo-type2,
input[type="checkbox"] + label.chk-type2 {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}
input[type="radio"] + label.rdo-type2:before,
input[type="checkbox"] + label.chk-type2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
  cursor: pointer;
  box-sizing: border-box;
  content: "";
}
input[type="radio"] + label.rdo-type2:before {
  background: url(../images/common/radio02.png) center / 100% auto no-repeat;
}
input[type="radio"]:checked + label.rdo-type2:before {
  background: url(../images/common/radio02_on.png) center / 100% auto no-repeat;
}
input[type="checkbox"] + label.chk-type2:before {
  background: url(../images/common/checkbox02.svg) center / 100% auto no-repeat;
}
input[type="checkbox"]:checked + label.chk-type2:before {
  background: url(../images/common/checkbox02_on.svg) center / 100% auto
    no-repeat;
}
input[type="radio"] + label.rdo-type3,
input[type="checkbox"] + label.chk-type3 {
  display: inline-block;
  position: relative;
  padding-left: 1.5625rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #222;
  cursor: pointer;
}
input[type="radio"] + label.rdo-type3:before,
input[type="checkbox"] + label.chk-type3:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.3125rem;
  cursor: pointer;
  box-sizing: border-box;
  content: "";
}
input[type="radio"] + label.rdo-type3:before {
  background: url(../images/common/radio03.png) center / 100% auto no-repeat;
}
input[type="radio"]:checked + label.rdo-type3:before {
  background: url(../images/common/radio03_on.png) center / 100% auto no-repeat;
}
input[type="checkbox"] + label.chk-type3:before {
  background: url(../images/common/checkbox03.png) center / 100% auto no-repeat;
}
input[type="checkbox"]:checked + label.chk-type3:before {
  background: url(../images/common/checkbox03_on.png) center / 100% auto
    no-repeat;
}











input[type="radio"] + label.rdo-type4,
input[type="checkbox"] + label.chk-type4 {
  display: inline-flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding-left: 1.78125rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  box-sizing: border-box;
}
input[type="radio"]:checked + label.rdo-type4,
input[type="checkbox"]:checked + label.chk-type4 {
  border-color: #ac33fa;
  color: #ac33fa;
  font-weight: 700;
}
input[type="radio"] + label.rdo-type4:before,
input[type="checkbox"] + label.chk-type4:before {
  position: absolute;
  top: 50%;
  left: 0.46875rem;
  transform: translateY(-50%);
  width: 1.09375rem;
  height: 1.09375rem;
  margin-right: 0.3125rem;
  cursor: pointer;
  box-sizing: border-box;
  content: "";
}
input[type="radio"] + label.rdo-type4:before {
  background: url(../images/common/radio02.png) center / 100% auto no-repeat;
}
input[type="radio"]:checked + label.rdo-type4:before {
  background: url(../images/common/radio02_on.png) center / 100% auto no-repeat;
}
input[type="checkbox"] + label.chk-type4:before {
  background: url(../images/common/checkbox02.svg) center / 100% auto no-repeat;
}
input[type="checkbox"]:checked + label.chk-type4:before {
  background: url(../images/common/checkbox02_on.svg) center / 100% auto
    no-repeat;
}

input[type="radio"] + label.rdo-type5,
input[type="checkbox"] + label.chk-type5 {
  display: inline-flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding-left: 1.78125rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 500;
  color: #222;
  cursor: pointer;
  box-sizing: border-box;
}
input[type="radio"]:checked + label.rdo-type5,
input[type="checkbox"]:checked + label.chk-type5 {
  border-color: #ac33fa;
	background: #ac33fa;
  color: #fff;
  font-weight: 700;
}
input[type="radio"] + label.rdo-type5:before,
input[type="checkbox"] + label.chk-type5:before {
  position: absolute;
  top: 50%;
  left: 0.46875rem;
  transform: translateY(-50%);
  width: 1.09375rem;
  height: 1.09375rem;
  margin-right: 0.3125rem;
  cursor: pointer;
  box-sizing: border-box;
  content: "";
}
input[type="radio"] + label.rdo-type5:before {
  background: url(../images/common/radio02.png) center / 100% auto no-repeat;
}
input[type="radio"]:checked + label.rdo-type5:before {
  background: url(../images/common/radio02_on.png) center / 100% auto no-repeat;
}
input[type="checkbox"] + label.chk-type5:before {
  background: url(../images/common/checkbox02.svg) center / 100% auto no-repeat;
}
input[type="checkbox"]:checked + label.chk-type5:before {
  background: url(../images/common/checkbox05_on.svg) center / 100% auto
    no-repeat;
}

select {
  min-width: 9.6875rem;
  height: 2.5rem;
  padding-left: 0.75rem;
  border: 0.0625rem solid #d9d9d9;
  background: url(../images/common/ico_select.svg) right 0.625rem center /
    1.25rem auto no-repeat;
  font-size: 0.75rem;
  font-weight: 500;
  box-sizing: border-box;
}

/* select */
.slt-wrap.col2 {
  display: flex;
  justify-content: space-between;
}

/* swiper */
.swiper-wrapper {
  height: auto;
}
.swiper-slide {
  height: auto;
}

/* button */
.btn-wrap {
  margin-top: 1.875rem;
}

/* 230713 추가 */
.btn-wrap.mb {
  margin-bottom: 2.5625rem;
}

.btn-wrap a + a,
.btn-wrap button + button {
  margin-top: 0.625rem;
}
.btn-wrap.col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.1875rem;
}
.btn-wrap.col2 a,
.btn-wrap.col2 button {
  margin: 0;
}

/* 20230707 수정 */
.btn-wrap.bottom {
  z-index: 100;
  margin-top: auto;
  position: fixed;
  bottom: 0px;
  left: calc(50% + 80px);
  width: 100%;
}

.btn-type1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  border: 0.0625rem solid #666;
  background: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
.btn-type1.primary {
  border-color: transparent !important;
  background: #ac33fa;
  color: #fff;
}
.btn-type1.gr {
  border: 0;
  background: linear-gradient(
    115.14deg,
    #6819e2 26.62%,
    #7731e3 45.5%,
    #ae159e 111.41%
  );
  font-weight: 700;
  color: #fff;
}
.btn-type1.scd {
  border-color: #ac33fa;
  color: #ac33fa;
}
.btn-type1.rnd {
  border-radius: 3.125rem;
  border-color: #ac33fa;
  background: #ac33fa;
  color: #fff;
  font-weight: 700;
}
.btn-type1.dark {
  background: #666;
  color: #fff;
}
.btn-type1.half {
  width: calc(50% - 0.3125rem);
}
.btn-type2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.75rem;
  border: 0.0625rem solid #666;
  background: #fff;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
.btn-type2.gr {
  border: 0;
  background: linear-gradient(
    115.14deg,
    #6819e2 26.62%,
    #7731e3 45.5%,
    #ae159e 111.41%
  );
  font-weight: 700;
  color: #fff;
}
.btn-type3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 1.5rem;
  padding: 0 0.625rem;
  border: 0.0625rem solid #999;
  border-radius: 12.5rem;
  background: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.btn-type3.like {
  padding-left: 1.875rem;
  background: url(../images/common/ico_btn_like.svg) 0.625rem center / 1rem auto
    no-repeat;
}
.btn-type3.like.on {
  border-color: #ac33fa;
  background-image: url(../images/common/ico_btn_like_on.svg);
  background-color: #ac33fa;
  color: #fff;
}
.btn-type3.disabled {
  background: #ddd;
}
.btn-type3 + .btn-type3 {
  margin-left: 0.1875rem;
}
.btn-type4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.5rem;
  border: 0.0625rem solid #666;
  background: #fff;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
.btn-type4.scd {
  border-color: #ac33fa;
  color: #ac33fa;
}
.btn-type4.half {
  width: calc(50% - 0.3125rem);
}
.btn-type4.gray {
  border-color: #d9d9d9;
  background: #f7f7f7;
  color: #666;
}
.btn-type4.w-small {
  width: 5rem;
}
.btn-type4 .online {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  background: url(../images/common/ico_btn_online.svg) center / 100% auto
    no-repeat;
}
.btn-type4 .homepage {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  background: url(../images/common/ico_btn_homepage.svg) center / 100% auto
    no-repeat;
}
.btn-type4 .camera {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background: url(../images/common/ico_btn_camera.svg) center / 100% auto
    no-repeat;
}
.btn-type4 .gallery {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background: url(../images/common/ico_btn_gallery.svg) center / 100% auto
    no-repeat;
}
.btn-type4 .alcohol {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  background: url(../images/common/ico_btn_alcohol.svg) center / 100% auto
    no-repeat;
}
.btn-type5 {
  display: inline-flex;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  padding-top: 3.625rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 100%;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}
.btn-type5.photo {
  background: url(../images/common/ico_btn_camera02.svg) center 1.5rem /
    1.875rem auto no-repeat;
}
.btn-layer-write {
  position: fixed;
  bottom: 1.875rem;
  left: 50%;
  width: 3.75rem;
  height: 3.75rem;
  padding-top: 2.25rem;
  margin-left: 6.0625rem;
  border-radius: 100%;
  background: url(../images/common/bg_btm_write.png?v=1) center top / 100% auto
    no-repeat;
  box-shadow: 0.125rem 0.125rem 0.1875rem rgba(0, 0, 0, 0.2);
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  z-index: 1100;
}
.btn-toggle {
  position: relative;
  width: 2.6875rem;
  height: 1.5rem;
  border-radius: 3.125rem;
  background: #e0e0e0;
  box-sizing: border-box;
  text-indent: -9999em;
  transition: all 0.3s ease;
}
.btn-toggle::after {
  position: absolute;
  top: 0.125rem;
  right: auto;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  content: "";
  transition: all 0.3s ease;
}
.btn-toggle.on {
  background: #ac33fa;
}
.btn-toggle.on::after {
  left: calc(100% - 1.375rem);
}
.btn-toggle-txt {
  position: relative;
  width: 4.0625rem;
  height: 1.5rem;
  padding-left: 1.75rem;
  border-radius: 3.125rem;
  background: #c4b3cf;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.875rem;
  text-align: left;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-toggle-txt::after {
  position: absolute;
  top: 0.125rem;
  right: auto;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2);
  content: "";
  transition: all 0.3s ease;
}
.btn-toggle-txt.on {
  padding-left: 0.8125rem;
  background: #ac33fa;
}
.btn-toggle-txt.on::after {
  left: calc(100% - 1.5rem) !important;
}

/* bullet */
.bul.dot > li {
  position: relative;
  padding-left: 0.625rem;
}
.bul.dot > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\00B7";
  vertical-align: middle;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  flex-direction: column;
  transform: translateX(-50%);
  width: 22.5rem;
  height: 100%;
  background: #f4f4f4;
  z-index: 1400;
}
.modal.on {
  display: flex;
}
.modal .head {
  padding: 0 1.25rem;
  background: #fff;
}
.modal .head .sub-top {
  position: relative;
  height: 3.125rem;
  padding: 0.625rem 0;
  text-align: center;
  box-sizing: border-box;
}
.modal .head .sub-top h2 {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  line-height: 1.875rem;
}
.modal .head .sub-top .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.375rem;
  height: 100%;
  background: url(../images/common/ico_back.svg) left center / 1.375rem auto
    no-repeat;
  text-indent: -9999em;
}
.modal .head .search-box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding: 0.625rem 1.25rem;
  background: #f4f4f4;
  box-sizing: border-box;
}
.modal .head .search-box .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1.875rem;
  padding: 0 0.75rem 0 0.9375rem;
  background: #fff;
  border-radius: 3.125rem;
  box-sizing: border-box;
}
.modal .head .search-box .search input[type="text"] {
  width: 85%;
  height: 1.875rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  font-size: 0.75rem;
  line-height: 1;
}
.modal .head .search-box .search button {
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/common/ico_search.svg) center / 1.2188rem auto
    no-repeat;
  text-indent: -9999em;
}
.modal .cont {
  padding: 0.625rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal.type2 {
  background: #fff;
}
.modal.type2 .cont {
  padding: 1.5625rem 1.25rem;
}
.modal-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  width: 22.5rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1400;
}
.modal-pop.on {
  display: flex;
}
.modal-pop .msg-box {
  width: 18.75rem;
  padding: 2.5rem 1.5625rem 1.25rem;
  background: #fff;
  text-align: center;
  box-shadow: 0rem 0.25rem 0.625rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
.modal-pop .msg-box .tit {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  color: #222;
  line-height: 1.25rem;
  letter-spacing: -0.0313rem;
}
.modal-pop .msg-box .tit strong {
  font-weight: 700;
}
.modal-pop .msg-box .desc {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
}
.modal-pop .msg-box .txt {
  margin-top: 0.9375rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #666;
  line-height: 1.125rem;
}
.modal-pop .msg-box .info-box {
  padding: 0.625rem;
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: #222;
}
#pinfo_agree .msg-box {
  text-align: left;
  padding: 1.875rem 1.375rem;
  font-size: 0.6875rem;
}
#pinfo_agree .msg-box h2 {
  font-size: 0.875rem;
  font-weight: 500;
}
#pinfo_agree .agree_cont {
  margin-top: 0.625rem;
  padding: 1rem 0.625rem;
  background-color: #F7F7F7;
  border-radius: 0.625rem;
}
#pinfo_agree .agree_cont li {
  position: relative;
  padding-left: 0.5rem;
  color: #222;
}
#pinfo_agree .agree_cont li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.125rem;
  height: 0.125rem;
  background-color: #222;
  border-radius: 50%;
}
#pinfo_agree .agree_cont2 {
  margin-top: 1rem;
}
#pinfo_agree .btn-type1 {
  font-size: 0.75rem;
}
#pinfo_agree .btn-wrap {
  margin-top: 1.25rem;
}

/* 사진확대팝업 */
.photo-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  width: 22.5rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1400;
}
.photo-pop.on {
  display: flex;
}
.photo-pop .cont {
  position: relative;
  padding: 0 1.25rem;
}
.photo-pop .cont .btn-close {
  position: absolute;
  top: -3.375rem;
  right: 1.375rem;
  width: 2.25rem;
  height: 2.25rem;
  background: url(../images/common/ico_close_white.svg) center / 100% auto
    no-repeat;
  text-indent: -9999em;
}
.photo-pop .cont .img {
  width: 100%;
  height: 20rem;
}
.photo-pop .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.photo-pop .cont .swiper-pagination {
  display: none;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  left: auto;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 3.125rem;
  height: 1.4375rem;
  padding: 0 0;
  border-radius: 3.125rem;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  box-sizing: border-box;
}
.photo-pop .cont .swiper-pagination.on {
  display: inline-flex;
}
.photo-pop .cont .swiper-pagination > div {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #fff;
}
.photo-pop .cont .swiper-pagination > div .curr {
  font-weight: 700;
}

/* 파일첨부 */
.file-box .ipt {
  display: flex;
  justify-content: space-between;
}
.file-box .ipt input[type="file"] {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.file-box .ipt .upload-name {
  width: 13.4375rem;
  background: #fff;
}
.file-box .ipt label {
  width: 5rem;
  padding: 0;
  cursor: pointer;
}
.file-box .list {
  margin-top: 0.3125rem;
}
.file-box .list li {
  display: flex;
}
.file-box .list li .txt {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.file-box .list li .btn-del {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background: url(../images/common/ico_del02.svg) center / 1.125rem auto
    no-repeat;
  text-indent: -9999em;
}

/* 탭메뉴 */
.tab-menu-type1 {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
}
.tab-menu-type1::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #d9d9d9;
  content: "";
}
.tab-menu-type1 .swiper-container {
  margin: 0;
}
.tab-menu-type1 .swiper-slide {
  width: auto;
  padding: 0 0.625rem;
}
.tab-menu-type1 .swiper-slide:first-child {
  padding-left: 1.25rem;
}
.tab-menu-type1 .swiper-slide:first-child a.on {
  padding-left: 0.5rem;
}
.tab-menu-type1 .swiper-slide:last-child {
  padding-right: 1.25rem;
}
.tab-menu-type1 li {
  position: relative;
  z-index: 1;
}
.tab-menu-type1 li a,
.tab-menu-type1 li button {
  display: block;
  position: relative;
  background: none;
  font-size: 0.8125rem;
  color: #333;
  line-height: 1.875rem;
}
.tab-menu-type1 li .on,
.tab-menu-type1 li .on {
  font-weight: 700;
  color: #222;
}
.tab-menu-type1 li .award {
	padding-left: 1.125rem !important;
	background: url(../images/common/ico_gnb_award.svg) left top / 0.8125rem auto no-repeat;
}
.tab-menu-type1 li .award.on {
	color: #AC33FA;
}
.tab-menu-type1 li .on:after {
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  width: calc(100% + 1rem);
  height: 0.125rem;
  background: #222;
  content: "";
}
.tab-menu-type1 .equal {
  display: flex;
  width: 100%;
  padding: 0 1.25rem;
}
.tab-menu-type1 .equal li {
  flex: 1;
  width: 100%;
  text-align: center;
}
.tab-menu-type2 {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.tab-menu-type2 .swiper-container {
  overflow: visible;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.tab-menu-type2 .swiper-slide {
  width: auto;
  margin-left: 1.25rem;
}
.tab-menu-type2 .swiper-slide:first-child {
  margin-left: 0;
}
.tab-menu-type2 li a,
.tab-menu-type2 li button {
  display: block;
  position: relative;
  background: none;
  font-size: 0.8125rem;
  color: #333;
  line-height: 3.125rem;
}
.tab-menu-type2 li .on {
  font-weight: 700;
  color: #222;
}
.tab-menu-type2 li .on:after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #222;
  content: "";
}
.tab-menu-type2 .btn-more {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  color: #222;
  text-decoration: underline;
  text-underline-position: under;
}
.tab-menu-type3 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.tab-menu-type3 ul {
  display: flex;
}
.tab-menu-type3 ul li {
  flex: 1;
}
.tab-menu-type3 ul li a,
.tab-menu-type3 ul li button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.125rem;
  background: none;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  text-align: center;
  color: #333;
}
.tab-menu-type3 ul li strong {
  display: block;
  font-family: "Montserrat";
  font-weight: 500;
}
.tab-menu-type3 ul li .on {
  color: #000;
  font-weight: 700;
}
.tab-menu-type3 ul li .on:after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #222;
  content: "";
}
.tab-menu-type4 {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding: 0.4375rem 0;
}
.tab-menu-type4.etc {
  padding: 0.625rem 0 1rem 0;
}
.tab-menu-type4.etc2 {
  margin-bottom: 1.25rem;
  padding: 1rem 0;
}
.tab-menu-type4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #d9d9d9;
  content: "";
}
.tab-menu-type4.etc::after,
.tab-menu-type4.etc2::after {
  height: 0.375rem;
  background: #F4F4F4;
}
.tab-menu-type4.etc2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: #F4F4F4;
  content: "";
}
.tab-menu-type4 .swiper-container {
  margin: 0;
}
.tab-menu-type4 li {
  width: auto;
  padding: 0 0.1875rem;
}
.tab-menu-type4.etc2 li {
  text-align: center;
  min-width: 3.5rem;
}
.tab-menu-type4 li:first-child {
  padding-left: 1.25rem;
}
.tab-menu-type4 li:last-child {
  padding-right: 1.25rem;
}
.tab-menu-type4 li a,
.tab-menu-type4 li button {
  display: block;
  position: relative;
  height: 1.5rem;
  padding: 0 0.625rem;
  border-radius: 1.25rem;
  background: #f8f8f8;
  font-size: 0.6875rem;
  color: #666;
  line-height: 1.5rem;
  font-weight: 500;
}
.tab-menu-type4.etc li a {
  padding-top: 2.9375rem;
  border-radius: 0;
  background: transparent url(../images/event/ico_tabm01.png) center top / 2.625rem auto no-repeat;
  color: #16161D;
}
.tab-menu-type4.etc li:nth-child(2) a {
  background-image: url(../images/event/ico_tabm02.png);
}
.tab-menu-type4.etc li:nth-child(3) a {
  background-image: url(../images/event/ico_tabm03.png);
}
.tab-menu-type4.etc2 li a {
  padding-top: 2.9375rem;
  border-radius: 0;
  background: transparent url(../images/common/ico_news_tabm01.png) center top / 2.625rem auto no-repeat;
  color: #16161D;
}
.tab-menu-type4.etc2 li:nth-child(2) a {
  background-image: url(../images/common/ico_news_tabm02.png);
}
.tab-menu-type4.etc2 li:nth-child(3) a {
  background-image: url(../images/common/ico_news_tabm03.png);
}
.tab-menu-type4.etc2 li:nth-child(4) a {
  background-image: url(../images/common/ico_news_tabm04.png);
}
.tab-menu-type4.etc2 li:nth-child(5) a {
  background-image: url(../images/common/ico_news_tabm05.png);
}
.tab-menu-type4 li .on,
.tab-menu-type4 li .on {
  background: #ac33fa;
  font-weight: 700;
  color: #fff;
}
.tab-menu-type5 ul {
  display: flex;
}
.tab-menu-type5 ul li {
  width: 50%;
}
.tab-menu-type5 ul li a,
.tab-menu-type5 ul li button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  border-top: 0.0625rem solid #d9d9d9;
  border-bottom: 0.0625rem solid #000;
  background: none;
  box-sizing: border-box;
}
.tab-menu-type5 ul li:first-child a {
  border-left: 0.0625rem solid #d9d9d9;
}
.tab-menu-type5 ul li:last-child a {
  border-right: 0.0625rem solid #d9d9d9;
}
.tab-menu-type5 ul li span {
  display: block;
  padding-left: 1.8125rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #666;
  line-height: 1.875rem;
}
.tab-menu-type5 ul li span.ctg {
  background: url(../images/common/ico_tab_ctg.svg) left center / 1.1875rem auto
    no-repeat;
}
.tab-menu-type5 ul li span.thema {
  background: url(../images/common/ico_tab_thema.svg) left center / 1.1875rem
    auto no-repeat;
}
.tab-menu-type5 ul li .on {
  border: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #fff;
}
.tab-menu-type5 ul li .on span {
  color: #222;
}
.tab-menu-type5 ul li .on .ctg {
  background-image: url(../images/common/ico_tab_ctg_on.svg);
}
.tab-menu-type5 ul li .on .thema {
  background-image: url(../images/common/ico_tab_thema_on.svg);
}
.tab-menu-type5 + .tab-menu-type1 {
  margin-top: 0.625rem;
}
.tab-menu-type6 ul {
  display: flex;
}
.tab-menu-type6 ul li {
  position: relative;
}
.tab-menu-type6 ul li::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 0.5625rem;
  background: #999;
  content: "";
}
.tab-menu-type6 ul li:first-child::after {
  display: none;
}
.tab-menu-type6 ul li:first-child a,
.tab-menu-type6 ul li:first-child button {
  padding-left: 0;
}
.tab-menu-type6 ul li a,
.tab-menu-type6 ul li button {
  display: flex;
  align-items: center;
  background: none;
  height: 1.875rem;
  padding: 0 0.9375rem;
  font-weight: 500;
  font-size: 0.75rem;
  color: #666;
  line-height: 1;
}
.tab-menu-type6 ul li .on {
  font-weight: 700;
  color: #000;
}
.tab-menu-type7 ul {
  display: flex;
  align-items: center;
  height: 2.5rem;
  background: #f5f5f5;
}
.tab-menu-type7 ul li {
  flex: 1;
}
.tab-menu-type7 ul li a,
.tab-menu-type7 ul li button {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  background: none;
  box-sizing: border-box;
}
.tab-menu-type7 ul li span {
  display: block;
  padding-left: 1.6875rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #222;
  line-height: 2.5rem;
}
.tab-menu-type7 ul li span.latest {
  background: url(../images/common/ico_review_latest.svg) left center / 1.375rem
    auto no-repeat;
}
.tab-menu-type7 ul li span.most {
  background: url(../images/common/ico_review_most.svg) left center / 1.375rem
    auto no-repeat;
}
.tab-menu-type7 ul li span.best {
  background: url(../images/common/ico_review_best.svg) left center / 1.375rem
    auto no-repeat;
}
.tab-menu-type7 ul li .on span {
  font-weight: 700;
  color: #000;
}
.tab-menu-type7 ul li .on span.latest {
  background-image: url(../images/common/ico_review_latest_on.svg);
}
.tab-menu-type7 ul li .on span.most {
  background-image: url(../images/common/ico_review_most_on.svg);
}
.tab-menu-type7 ul li .on span.best {
  background-image: url(../images/common/ico_review_best_on.svg);
}

/* 게시판상세 */
.board-view .top-box {
  padding: 0.625rem 0 1.5625rem;
}
.board-view .top-box .tit {
  display: block;
  font-weight: 700;
  font-size: 1.03125rem;
  line-height: 1.5rem;
}
.board-view .top-box .desc {
  margin-top: 0.3125rem;
  font-size: 0.78125rem;
  line-height: 1.21875rem;
  color: #222;
}
.board-view .top-box .date {
  display: block;
  margin-top: 0.5rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}
.board-view .top-box .desc + .date {
  margin-top: 0.9375rem;
}
.board-view .top-box .btm {
  width: 100%;
}
.board-view .top-box .btm::after {
  display: block;
  content: "";
  clear: both;
}
.board-view .top-box .btm .editor {
  float: left;
  display: flex;
  align-items: center;
  padding-right: 1.25rem;
  font-size: 0.6875rem;
  line-height: 2.125rem;
  color: #222;
}
.board-view .top-box .btm .editor .btn-email {
  display: block;
  margin-left: 0.3125rem;
  width: 0.9375rem;
  height: 1.25rem;
  background: url(../images/common/ico_email.svg) center / 0.9375rem auto
    no-repeat;
  text-indent: -9999em;
}
.board-view .top-box .btm .util {
  float: right;
  display: flex;
  float: right;
}
.board-view .top-box .btm .util li {
  margin-left: 0.625rem;
}
.board-view .top-box .btm .util li:first-child {
  margin-left: 0;
}
.board-view .top-box .btm .util li .btn-like {
  width: 2.125rem;
  height: 2.125rem;
  background: url(../images/common/ico_like02.svg) center / 100% auto no-repeat;
  text-indent: -9999em;
}
.board-view .top-box .btm .util li .btn-like:hover,
.board-view .top-box .btm .util li .btn-like.on {
  background-image: url(../images/common/ico_like02_on.svg);
}
.board-view .top-box .btm .util li .btn-scrap {
  width: 2.125rem;
  height: 2.125rem;
  background: url(../images/common/ico_scrap02.svg) center / 100% auto no-repeat;
  text-indent: -9999em;
}
.board-view .top-box .btm .util li .btn-scrap:hover,
.board-view .top-box .btm .util li .btn-scrap.on {
  background-image: url(../images/common/ico_scrap02_on.svg);
}
.board-view .top-box .btm .util li .btn-kakao {
  width: 2.125rem;
  height: 2.125rem;
  background: url(../images/common/ico_kakao02.svg) center / 100% auto no-repeat;
  text-indent: -9999em;
}
.board-view .top-box .btm .util li .btn-kakao:hover,
.board-view .top-box .btm .util li .btn-kakao.on {
  background-image: url(../images/common/ico_kakao02_on.svg);
}
.board-view .top-box-profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0 1.25rem;
}
.board-view .top-box-profile .profile {
  display: flex;
  align-items: center;
}
.board-view .top-box-profile .profile .img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  overflow: hidden;
}
.board-view .top-box-profile .profile .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.board-view .top-box-profile .profile .info {
  flex: 1;
  margin-left: 0.625rem;
}
.board-view .top-box-profile .profile .info .user {
  display: inline-block;
  padding-right: 0.625rem;
  background: url("../images/common/ico_arw04_right.svg") right center /
    0.3125rem auto no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
}
.board-view .top-box-profile .profile .info .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: sub;
}
.board-view .top-box-profile .profile .info .txt {
  margin-top: 0.4375rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
  line-height: 1;
}
.board-view .top-box-profile .ctr {
  position: relative;
  z-index: 10;
}
.board-view .top-box-profile .ctr .btn-menu {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/common/ico_dots.svg) center / 0.8125rem auto
    no-repeat;
  text-indent: -9999em;
  z-index: 10;
}
.board-view .top-box-profile .ctr .menu-list {
  display: none;
  position: absolute;
  top: 1.125rem;
  right: 0.25rem;
  width: 4.375rem;
  padding: 0.625rem 0;
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.board-view .top-box-profile .ctr .menu-list a,
.board-view .top-box-profile .ctr .menu-list button {
  display: block;
  width: 100%;
  background: none;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #222;
  text-align: center;
}
.board-view .top-box-profile .ctr.on .menu-list {
  display: block;
}
.board-view hr:nth-of-type(1) {
  margin: 0 0 1.875rem;
}
.board-view hr + .info-box {
  margin-top: -0.625rem;
}
.board-view .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}
.board-view .info-box .date {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}
.board-view .text {
  font-size: 0.90625rem;
  line-height: 1.40625rem;
  color: #222;
}
.board-view .text .concomment {
  margin-top: 1.25rem;
  padding-top: 0.625rem;
  border-top: 0.0625rem solid #d9d9d9;
  font-size: 0.6875rem;
  color: #000;
}
.board-view .text figure {
  display: table;
}
.board-view .text figure.image {
  margin: 0 auto;
}
.board-view .text figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
  color: #666;
}
.board-view .text + hr {
  margin: 2.5rem 0;
}
.board-view .top-box + .text {
  margin-top: -0.9375rem;
}
.board-view .banner {
  margin: 2.5rem 0;
}
.board-view h3 {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.board-view h3 .cnt {
  display: block;
  margin-left: 0.1875rem;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  color: #ac33fa;
  line-height: 1.25rem;
}

/* 댓글리스트 */
.comment-list .write {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding: 1.25rem;
  background: #f7f7f7;
  box-sizing: border-box;
}
.comment-list .write textarea {
  width: 100%;
  height: 4.125rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
  box-sizing: border-box;
}
.comment-list .write .txt-length {
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
  color: #999;
  line-height: 1.125rem;
  text-align: right;
}
.comment-list .write .txt-length strong {
  font-family: "Montserrat";
  font-weight: 600;
  color: #ac33fa;
}
.comment-list .write .txt-length span {
  font-family: "Montserrat";
  font-weight: 600;
}
.comment-list .write .btn-wrap {
  margin-top: 0.625rem;
}
.comment-list .list {
  margin-top: 1.875rem;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.comment-list .list > li {
  display: flex;
  padding: 0.9375rem 0 1rem;
  background: url(../images/common/bg_dot.png) left bottom / auto 0.0625rem
    repeat-x;
}
.comment-list .list > li:first-child {
  padding-top: 0;
}
.comment-list .list > li:last-child {
  background: none;
}
.comment-list .list > li .img {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
  border-radius: 100%;
}
.comment-list .list > li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-list .list > li .info {
  width: calc(100% - 3.75rem);
  margin-left: 0.625rem;
}
.comment-list .list > li .info .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-list .list > li .info .top .user {
  font-weight: 500;
  padding-right: 0.625rem;
  background: url("../images/common/ico_arw04_right.svg") right center /
    0.3125rem auto no-repeat;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
}
.comment-list .list > li .info .top .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: sub;
}
.comment-list .list > li .info .top .ctr {
  position: relative;
}
.comment-list .list > li .info .top .ctr .btn-menu {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/common/ico_dots.svg) center / 0.8125rem auto
    no-repeat;
  text-indent: -9999em;
  z-index: 10;
}
.comment-list .list > li .info .top .ctr .menu-list {
  display: none;
  position: absolute;
  top: 1.125rem;
  right: 0.25rem;
  width: 4.375rem;
  padding: 0.625rem 0;
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.comment-list .list > li .info .top .ctr .menu-list a,
.comment-list .list > li .info .top .ctr .menu-list button {
  display: block;
  width: 100%;
  background: none;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #222;
  text-align: center;
}
.comment-list .list > li .info .top .ctr.on .menu-list {
  display: block;
}
.comment-list .list > li .txt {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  color: #222;
}
.comment-list .list > li .date {
  display: block;
  margin-top: 0.625rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}

/* 리스트 스타일 */
.list-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.list-top .total {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #222;
  line-height: 1.375rem;
}
.list-top .total strong {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 600;
  color: #ac33fa;
}
.list-top .btn-filter {
  padding-left: 1.5625rem;
  background: url(../images/common/ico_filter.svg) left center / 1.375rem auto
    no-repeat;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #222;
}
.list-top .txt {
  font-size: 0.6875rem;
  color: #222;
}
.list-top .txt strong {
  font-weight: 500;
}
.list-top .empty {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #222;
  line-height: 1.25rem;
}
.list-top .empty strong {
  font-weight: 700;
  color: #ac33fa;
}
.list-type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-type1 > li {
  width: 9.375rem;
  margin-top: 1.25rem;
}
.list-type1 > li:nth-child(-n + 2) {
  margin-top: 0;
}
.list-type2 li {
  padding: 0.625rem 0 0.6875rem;
  background: url(../images/common/bg_dot.png) left bottom / auto 0.0625rem
    repeat-x;
}
.list-type2 li:first-child {
  padding-top: 0;
}
.list-type2.bd-b {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.list-type2.bd-b li:last-child {
  background: none;
}

/* 술정보 아이템 */
.gds-item-type1 .img {
  position: relative;
  width: 9.375rem;
  height: 9.375rem;
  overflow: hidden;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
}
.gds-item-type1 .img img {
  width: auto;
  height: 100%;
}
.gds-item-type1 .img .num {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #ac33fa;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 600;
}
.gds-item-type1 .info {
  margin-top: 0.25rem;
}
.gds-item-type1 .info .top {
  display: flex;
}
.gds-item-type1 .info .top span {
  display: block;
  font-size: 0.625rem;
}
.gds-item-type1 .info .top .company {
  flex: 1;
  position: relative;
  padding-left: 0.3125rem;
  margin-left: 0.3125rem;
}
.gds-item-type1 .info .top .company::after {
  position: absolute;
  left: 0;
  top: 0.5rem;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 0.5625rem;
  background: #999;
  content: "";
}
.gds-item-type1 .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
}
.gds-item-type1 .info .ctg .line {
  width: 0.0625rem;
  height: 0.5rem;
  margin: 0 0.3125rem;
  background: #999;
}
.gds-item-type1 .info .tit {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}
.gds-item-type1 .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.gds-item-type1 .info .rating .score {
  display: block;
  padding-left: 1.0625rem;
  background: url(../images/common/ico_rating.svg) left center / 0.7294rem auto
    no-repeat;
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9375rem;
}
.gds-item-type1 .info .rating .num {
  display: block;
  margin-left: 0.1875rem;
  font-family: "Montserrat";
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #666;
}
.gds-item-type1 .info .tag-wrap {
  display: flex;
  margin-top: 0.6875rem;
}
.gds-item-type1 .info .tag-wrap .tag {
  display: flex;
  height: 0.9375rem;
  padding: 0 0.4375rem;
  background: #bea55b;
  font-weight: 500;
  font-size: 0.625rem;
  color: #fff;
  line-height: 0.7813rem;
  box-sizing: border-box;
}
.gds-item-type1 .info .tag-wrap .tag.type1 {
  border: 0.0625rem solid #bea55b;
}
.gds-item-type1 .info .tag-wrap .tag.type2 {
  border: 0.0625rem solid #f2edde;
  background: #fff;
  color: #9b884f;
}
.gds-item-type1 .info .tag-wrap .tag + .tag {
  margin-left: 0.1875rem;
}
.gds-item-type2 {
  display: flex;
}
.gds-item-type2 .no {
  width: 1.875rem;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
}
.gds-item-type2 .img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  background: #fff;
}
.gds-item-type2 .img img {
  width: auto;
  height: 100%;
}
.gds-item-type2 .img .badge {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.75rem;
  border-radius: 0rem 0.1875rem 0.1875rem 0.1875rem;
}
.gds-item-type2 .img .badge span {
  font-family: "Montserrat";
  font-size: 0.625rem;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.gds-item-type2 .img .badge.new {
  background: linear-gradient(
    136.97deg,
    #fc052d -10.06%,
    #ae159e 32.38%,
    #7625f3 90.46%,
    #6016d2 132.9%
  );
}
.gds-item-type2 .img .badge.pick {
  background: linear-gradient(138.99deg, #d5bc74 -0.19%, #b19951 60.76%);
}
.gds-item-type2 .img .badge.hot {
  background: linear-gradient(90deg, #e88121 0%, #fbaf3d 100%);
}
.gds-item-type2 .info {
  width: 13rem;
  margin-left: 0.75rem;
}
.gds-item-type2 .info .ctg {
  display: block;
  font-size: 0.625rem;
  line-height: 1;
}
.gds-item-type2 .info .tit {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gds-item-type2 .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.125rem;
}
.gds-item-type2 .info .rating .score {
  display: block;
  padding-left: 1.0625rem;
  background: url(../images/common/ico_rating.svg) left center / 0.7294rem auto
    no-repeat;
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.7294rem;
}
.gds-item-type2 .info .rating .num {
  display: block;
  margin-left: 0.1875rem;
  font-family: "Montserrat";
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #666;
}
.gds-item-type2 .info .tag-wrap {
  display: flex;
  margin-top: 0.6875rem;
}
.gds-item-type2 .info .tag-wrap .tag {
  display: flex;
  align-items: center;
  height: 0.9375rem;
  padding: 0 0.4375rem;
  background: #f2edde;
  font-weight: 500;
  font-size: 0.5625rem;
  color: #9b884f;
  box-sizing: border-box;
}
.gds-item-type2 .info .tag-wrap .tag.type2 {
  border: 0.0625rem solid #f2edde;
  background: #fff;
  color: #9b884f;
}
.gds-item-type2 .info .tag-wrap .tag + .tag {
  margin-left: 0.1875rem;
}
.gds-item-type3 {
  display: flex;
  justify-content: space-between;
}
.gds-item-type3 .img {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
}
.gds-item-type3 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gds-item-type3 .info {
  display: flex;
  align-items: center;
  width: calc(100% - 4.0625rem);
}
.gds-item-type3 .info > div {
  width: 100%;
}
.gds-item-type3 .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.gds-item-type3 .info .ctg .arw {
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url("../images/common/ico_arw04_right.svg") center / 0.3125rem
    auto no-repeat;
  text-indent: -9999em;
}
.gds-item-type3 .info .tit {
  display: block;
  width: 75%;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gds-item-type3.arw {
  position: relative;
}
.gds-item-type3.arw::after {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
  width: 2.875rem;
  height: 1.5rem;
  border: 0.0625rem solid #999;
  border-radius: 12.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  color: #222;
  box-sizing: border-box;
  content: "선택";
}
.gds-item-type4 {
  display: flex;
  justify-content: space-between;
}
.gds-item-type4 .img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  background: #fff;
}
.gds-item-type4 .img img {
  width: auto;
  height: 100%;
}
.gds-item-type4 .info {
  display: flex;
  align-items: center;
  width: calc(100% - 5.125rem);
}
.gds-item-type4 .info > div {
  width: 100%;
}
.gds-item-type4 .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.gds-item-type4 .info .ctg .arw {
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url("../images/common/ico_arw04_right.svg") center / 0.3125rem
    auto no-repeat;
  text-indent: -9999em;
}
.gds-item-type4 .info .tit {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gds-item-type5 {
  display: flex;
  justify-content: space-between;
}
.gds-item-type5 .img {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  background: #fff;
}
.gds-item-type5 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gds-item-type5 .info {
  display: flex;
  align-items: center;
  width: calc(100% - 7.5rem);
  margin-left: 1.25rem;
}
.gds-item-type5 .info > div {
  width: 100%;
}
.gds-item-type5 .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
}
.gds-item-type5 .info .ctg .arw {
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url("../images/common/ico_arw04_right.svg") center / 0.3125rem
    auto no-repeat;
  text-indent: -9999em;
}
.gds-item-type5 .info .tit {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gds-item-type5 .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.3125rem;
}
.gds-item-type5 .info .rating .score {
  display: block;
  padding-left: 1.25rem;
  background: url(../images/common/ico_rating.svg) left center / 0.9375rem auto
    no-repeat;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9375rem;
}
.gds-item-type5 .info .rating .num {
  display: block;
  margin-left: 0.4375rem;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #666;
}
.gds-item-type5 .info .tag-wrap {
  display: flex;
  margin-top: 0.5rem;
}
.gds-item-type5 .info .tag-wrap .tag {
  display: flex;
  align-items: center;
  height: 0.9375rem;
  padding: 0 0.4375rem;
  border: 0.0625rem solid #f2edde;
  background: #fff;
  font-weight: 500;
  font-size: 0.5625rem;
  color: #9b884f;
  box-sizing: border-box;
}
.gds-item-type5 .info .company {
  display: inline-block;
  padding-right: 0.625rem;
  margin-top: 0.625rem;
  background: url("../images/common/ico_arw04_right.svg") right center /
    0.3125rem auto no-repeat;
  font-size: 0.625rem;
  line-height: 0.9375rem;
}

/* 이미지게시판 */
.img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img-list li {
  width: 9.6875rem;
  margin-top: 1.25rem;
}
.img-list li:nth-child(-n + 2) {
  margin-top: 0;
}
.img-list li .img {
  width: 9.6875rem;
  height: 6.875rem;
}
.img-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-list li .info {
  margin-top: 0.625rem;
}
.img-list li .info .tit {
  display: block;
  display: -webkit-box;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.img-list li .info .date {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  color: #666;
}
.img-list li .info .cmt {
  display: block;
  padding-left: 1.1875rem;
  margin-top: 10px;
  background: url(../images/common/ico_cmt02.svg) left center / 1rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.story-news.video > .img-list {
  display: block;
  margin-top: 1.25rem;
}
.story-news.video > .img-list li {
  width: 100%;
}
.story-news.video > .img-list li + li {
  margin-top: 1.25rem;
}
.story-news.video > .img-list li .img {
  position: relative;
  width: 100%;
  height: 10.9375rem;
}
.story-news.video > .img-list li .img:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.875rem 0 0 -1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/common/ico_play.png) center center / 3.75rem auto no-repeat;
}
.story-news.video > .img-list li .info .tit {
  font-size: 0.8125rem;
}

/* 스토리 리스트 */
.story-list li {
  margin-top: 0.625rem;
}
.story-list li:first-child {
  margin-top: 0;
}
.story-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story-list li .img {
  width: 4.375rem;
  height: 4.375rem;
}
.story-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-list li .info {
  width: 14.6875rem;
}
.story-list li .info .tit {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #666;
}
.story-list li .info p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000;
}
.story-list-type2 li {
  margin-top: 0.625rem;
}
.story-list-type2 li:first-child {
  margin-top: 0;
}
.story-list-type2 li a {
  display: flex;
  align-items: center;
}
.story-list-type2 li .img {
  width: 4.375rem;
  height: 4.375rem;
}
.story-list-type2 li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-list-type2 li .info {
  width: calc(100% - 5.3125rem);
  margin-left: 0.9375rem;
}
.story-list-type2 li .info .tit {
  display: block;
  display: -webkit-box;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.story-list-type2 li .info .cmt {
  display: block;
  padding-left: 1.1875rem;
  margin-top: 10px;
  background: url(../images/common/ico_cmt02.svg) left center / 1rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.story-list-type2 li .info .date {
  display: block;
  margin-top: 3px;
  font-family: "Montserrat";
  color: #666;
  font-weight: 500;
  font-size: 0.6875rem;
}

.news-list li .info .tit {
  font-size: 0.8125rem;
}

/* 술상인증 */
.picture-list-type1 {
  display: flex;
  flex-wrap: wrap;
}
.picture-list-type1 li {
  width: 6.5rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}
.picture-list-type1 li:nth-child(3n) {
  margin-right: 0;
}
.picture-list-type1 li:nth-child(-n + 3) {
  margin-top: 0;
}
.picture-list-type1 li a {
  display: block;
  width: 6.5rem;
  height: 6.5rem;
}
.picture-list-type1 li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picture-list-type2 li {
  margin-top: 0.625rem;
}
.picture-list-type2 li:first-child {
  margin-top: 0;
}
.picture-list-type2 li a {
  display: flex;
  align-items: center;
}
.picture-list-type2 li .img {
  width: 6.5625rem;
  height: 6.5625rem;
}
.picture-list-type2 li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picture-list-type2 li .info {
  width: 12.5rem;
  margin-left: 0.9375rem;
}
.picture-list-type2 li .info .tit {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
.picture-list-type2 li .info .desc {
  display: block;
  margin-top: 0.1875rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #666;
}
.picture-list-type2 li .info p {
  display: -webkit-box;
  height: 3rem;
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 에디터 리뷰 영역 */
/*.review-fix .info {*/
/*  border-bottom: 0.0625rem solid #d9d9d9;*/
/*}*/
.review-fix .info > li {
  padding: 1.3125rem 0 1.25rem;
  background: url(../images/common/bg_dot.png) left top / auto 0.0625rem
  repeat-x;
}
.review-fix .info > li:first-child {
  padding-top: 0;
  background: none;
}
.review-fix .info > li .user-box {
	position: relative;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
}

.review-fix .info>li .user-box .pop-info {
  display: none;
  position: absolute;
  left: 0;
  top: 3.125rem;
  box-sizing: border-box;
  padding: 1rem 2.5rem 1rem 1rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  z-index: 10;
}

.review-fix .info>li .user-box .pop-info.on {
	display: block;
}

.review-fix .info>li .user-box .pop-info .btn-close {
  position: absolute;
  top: 1rem;
  right: 0.875rem;
  width: 1.42857rem;
  height: 1.42857rem;
  background: url(../images/common/icon_comment_close.svg) no-repeat;
  background-size: 1.42857rem 1.42857rem;
  font-size: 0;
  line-height: 0;
}

.review-fix .info > li .user-box .profile {
  display: flex;
	align-items: center;
}
.review-fix .info > li .user-box .profile .img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
}
.review-fix .info > li .user-box .profile .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-fix .info > li .user-box .profile .info {
  flex: 1;
  margin-left: 0.9375rem;
}
.review-fix .info > li .user-box .profile .info .user {
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
}
.review-fix .info > li .user-box .profile .info .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: -0.25rem;
}

.review-fix .info > li .user-box .profile .info .user button {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.313rem;
	margin-top: -0.125rem;
	background: url(../images/common/ico_info.svg) center / 100% auto no-repeat;
	text-indent: -9999em;
}

.review-fix .info > li .user-box .profile .info .txt {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  color: #666;
  line-height: 1;
}
.review-fix .info > li .user-box .profile .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.75rem;
}
.review-fix .info > li .user-box .profile .info .rating .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
}
.review-fix .info > li .user-box .profile .info .rating .date {
  margin-left: 0.625rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}
.review-fix .info > li .user-box .gds {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-fix .info > li .user-box .gds .img {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
}
.review-fix .info > li .user-box .gds .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-fix .info > li .user-box .gds .info {
  display: flex;
  align-items: center;
  width: calc(100% - 4.0625rem);
}
.review-fix .info > li .user-box .gds .info > div {
  width: 100%;
}
.review-fix .info > li .user-box .gds .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.review-fix .info > li .user-box .gds .info .ctg .arw {
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url("../images/common/ico_arw04_right.svg") center / 0.3125rem
  auto no-repeat;
  text-indent: -9999em;
}
.review-fix .info > li .user-box .gds .info .tit {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-fix .info > li .user-box .gds .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.review-fix .info > li .user-box .gds .info .rating .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
}
.review-fix .info > li .user-box .gds .info .rating .date {
  margin-left: 0.625rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}
.review-fix .info > li .user-box .eval {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 0.0625rem solid #d9d9d9;
}
.review-fix .info > li .user-box .eval dl {
  display: flex;
}
.review-fix .info > li .user-box .eval dl dt {
  font-weight: 500;
  font-size: 0.6875rem;
  color: #222;
  line-height: 1rem;
}
.review-fix .info > li .user-box .eval dl dd {
  display: flex;
  align-items: center;
  margin-left: 0.3125rem;
}
.review-fix .info > li .user-box .eval dl dd .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
}
.review-fix .info > li .txt {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  color: #222;
}

/* 리뷰리스트 */
.review-list .tab {
  margin-bottom: 0.625rem;
}
.review-list .view-option {
  margin: 0.9375rem 0;
}
.review-list .view-option + .tab {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #d9d9d9;
}
.review-list .list {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.review-list .list > li {
  padding: 1.3125rem 0 1.25rem;
  background: url(../images/common/bg_dot.png) left top / auto 0.0625rem
    repeat-x;
}
.review-list .list > li:first-child {
  padding-top: 0;
  background: none;
}
.review-list .list > li .user-box {
  padding: 1.25rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
}
.review-list .list > li .user-box .profile {
  display: flex;
}
.review-list .list > li .user-box .profile .img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
}
.review-list .list > li .user-box .profile .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-list .list > li .user-box .profile .info {
  flex: 1;
  margin-left: 0.9375rem;
}
.review-list .list > li .user-box .profile .info .user {
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
}
.review-list .list > li .user-box .profile .info .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: -0.25rem;
}
.review-list .list > li .user-box .profile .info .txt {
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  color: #666;
  line-height: 1;
}
.review-list .list > li .user-box .profile .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.4375rem;
}
.review-list .list > li .user-box .profile .info .rating .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
}
.review-list .list > li .user-box .profile .info .rating .date {
  margin-left: 0.625rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}
.review-list .list > li .user-box .gds {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-list .list > li .user-box .gds .img {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
}
.review-list .list > li .user-box .gds .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-list .list > li .user-box .gds .info {
  display: flex;
  align-items: center;
  width: calc(100% - 4.0625rem);
}
.review-list .list > li .user-box .gds .info > div {
  width: 100%;
}
.review-list .list > li .user-box .gds .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.review-list .list > li .user-box .gds .info .ctg .arw {
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url("../images/common/ico_arw04_right.svg") center / 0.3125rem
    auto no-repeat;
  text-indent: -9999em;
}
.review-list .list > li .user-box .gds .info .tit {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-list .list > li .user-box .gds .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.review-list .list > li .user-box .gds .info .rating .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
}
.review-list .list > li .user-box .gds .info .rating .date {
  margin-left: 0.625rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}
.review-list .list > li .user-box .eval {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 0.0625rem solid #d9d9d9;
}
.review-list .list > li .user-box .eval dl {
  display: flex;
}
.review-list .list > li .user-box .eval dl dt {
  font-weight: 500;
  font-size: 0.6875rem;
  color: #222;
  line-height: 1rem;
}
.review-list .list > li .user-box .eval dl dd {
  display: flex;
  align-items: center;
  margin-left: 0.3125rem;
}
.review-list .list > li .user-box .eval dl dd .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
}
.review-list .list > li .txt {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  color: #222;
}
.review-list .list > li .photo-list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  box-sizing: border-box;
}
.review-list .list > li .photo-list .swiper-slide {
  width: auto;
  margin-right: 0.625rem;
}
.review-list .list > li .photo-list .swiper-slide .img {
  width: 4.375rem;
  height: 4.375rem;
  overflow: hidden;
}
.review-list .list > li .photo-list .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-list .list > li .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25rem;
}
.review-list .list > li .btm .like {
  display: flex;
  align-items: center;
}
.review-list .list > li .btm .like .btn-like {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background: url(../images/common/ico_like.svg) center / 1.5rem auto no-repeat;
  text-indent: -9999em;
}
.review-list .list > li .btm .like .btn-like.on {
  background-image: url(../images/common/ico_like_on.svg);
}
.review-list .list > li .btm .like p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
}
.review-list .list > li .btm .like p strong {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.875rem;
  color: #ac33fa;
}
.review-list .list > li .btm .btn-report {
  display: inline-block;
  padding-left: 1.125rem;
  background: url(../images/common/ico_report.svg) left center / 0.875rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.6875rem;
  color: #222;
  line-height: 1.5rem;
}

/* 리뷰 & 픽 */
.review-pick-list .tab {
  margin-bottom: 1.5625rem;
}
.review-pick-list .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-pick-list .title h3 {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
}
.review-pick-list .title select {
  min-width: auto;
  width: 6.5625rem;
}
.review-pick-list .list {
  margin-top: 0.9375rem;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.review-pick-list .list > li {
  padding: 1.25rem 0;
  background: url(../images/common/bg_dot.png) left bottom / auto 0.0625rem
    repeat-x;
}
.review-pick-list .list > li:first-child {
  padding-top: 0;
}
.review-pick-list .list > li:last-child {
  background: none;
}
.review-pick-list .list > li .gds-item {
  display: flex;
  padding: 0.875rem 1.25rem;
  background: #f7f7f7;
  border-radius: 0.625rem;
  background: url(../images/common/ico_arw06_right.svg) right 1.6875rem center /
    0.5rem auto no-repeat #f7f7f7;
  box-sizing: border-box;
}
.review-pick-list .list > li .gds-item .img {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.0625rem solid #d9d9d9;
  background: #fff;
  box-sizing: border-box;
}
.review-pick-list .list > li .gds-item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-pick-list .list > li .gds-item .info {
  display: flex;
  align-items: center;
  width: 11.875rem;
  margin-left: 0.625rem;
}
.review-pick-list .list > li .gds-item .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
}
.review-pick-list .list > li .gds-item .info .ctg .arw {
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url("../images/common/ico_arw04_right.svg") center / 0.3125rem
    auto no-repeat;
  text-indent: -9999em;
}
.review-pick-list .list > li .gds-item .info .tit {
  display: block;
  width: 11.875rem;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-pick-list .list > li .mem {
  display: flex;
  align-items: center;
  margin: 0.9375rem 0 0.625rem;
}
.review-pick-list .list > li .mem .rating .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
}
.review-pick-list .list > li .mem .user {
  display: block;
  padding-right: 0.875rem;
  margin-left: 0.9375rem;
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
  background: url(../images/common/ico_arw02_right.svg) right center / 0.375rem
    auto no-repeat;
}
.review-pick-list .list > li .mem .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: bottom;
}
.review-pick-list .list > li .photo-list {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding-left: 1.25rem;
  box-sizing: border-box;
}
.review-pick-list .list > li .photo-list .swiper-slide {
  width: auto;
  margin-right: 0.625rem;
}
.review-pick-list .list > li .photo-list .swiper-slide .img {
  width: 4.375rem;
  height: 4.375rem;
  overflow: hidden;
}
.review-pick-list .list > li .photo-list .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-pick-list .list > li .txt-box .txt {
  overflow: hidden;
  max-height: 3.75rem;
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  color: #222;
}
.review-pick-list .list > li .txt-box.more {
  cursor: pointer;
}
.review-pick-list .list > li .txt-box.more::after {
  content: "...";
}
.review-pick-list .list > li .txt-box.view .txt {
  max-height: none;
}
.review-pick-list .event_select {
  margin-top: 1.25rem;
  width: 100%;
}

/* 평가 & 리뷰 고도화(신규) */
.reviewpick-banner {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 5rem;
}
.reviewpick-banner .swiper-slide img {
  width: 100%;
  height: 100%;
}
.reviewpick-banner .option {
  position: absolute;
  z-index: 100;
  display: block;
  overflow: hidden;
  right: 1.25rem;
  bottom: 0.375rem;
}
.reviewpick-banner .option .pagination {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.1875rem 0;
  width: 3.0625rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.666667rem;
  font-family: "Montserrat";
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
}
.reviewpick-banner .option .btn-stop {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4375rem;
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(0, 0, 0, 0.3) url(../images/common/ico_bt_stop.png) 50% 45% / 0.4375rem auto no-repeat;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.reviewpick-banner + .sub {
  padding-top: 0.75rem;
}
.reviewPick .title {
  margin-top: 1.5625rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
}
.reviewPick .tab-menu-type6 ul {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 2.1875rem;
}
.reviewPick .tab-menu-type6 ul:before {
  content: "";
  position: absolute;
  left: -12.5%;
  bottom: 2.5rem;
  width: 125%;
  height: 0.3125rem;
  /*background-color: #F4F4F4;*/
  background-color: #FFFFFF;
}
.reviewPick .tab-menu-type6 ul li:last-child button {
  padding-right: 0;
}
.reviewPick .evaluate-review {
  padding-top: 0;
}
.reviewPick .evaluate-review .list > li:first-child {
  padding-top: 0.3125rem;
}
.reviewPick-top5 {
  margin-bottom: 0.625rem;
  padding: 1.25rem 1.25rem 0.8125rem 1.25rem;
  background-color: #FBF8FF;
  border-radius: 0.625rem;
}
.reviewPick-top5 .rank {
  display: flex;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.reviewPick-top5 .rank .tit {
  position: relative;
  margin-right: 0.625rem;
  width: calc(100% - 4.375rem);
}
.reviewPick-top5 .rank .ranking {
  position: absolute;
  left: 0;
  top: -1.25rem;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.5rem;
  width: 2.25rem;
  height: 2.5rem;
  background-color: #B54BFA;
  border-radius: 0 0 3.125rem 3.125rem;
  font-family: "Montserrat";
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}
.reviewPick-top5 .rank em {
  display: block;
  padding-top: 1.875rem;
  font-size: 0.6875rem;
  font-weight: 400;
}
.reviewPick-top5 .rank strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}
.reviewPick-top5 .rank .img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 4.375rem;
  height: 4.375rem;
  background-color: #fff;
}
.reviewPick-top5 .rank .img img {
  width: auto;
  height: 100%;
}
.reviewPick-top5 .desc {
  display: flex;
  justify-content: space-between;
}
.reviewPick-top5 .desc .grade em {
  display: block;
  padding-bottom: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.reviewPick-top5 .desc .grade strong {
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-weight: 600;
}
.reviewPick-top5 .desc .grade strong > span {
  display: inline-block;
  padding-left: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.reviewPick-top5 .desc .grade .star-rating {
  margin-top: 0.125rem;
  width: 5.625rem;
  height: 1.125rem;
}
.reviewPick-top5 .desc .grade_desc {
  font-size: 0.6875rem;
  font-weight: 400;
}
.reviewPick-top5 .desc .grade_desc strong {
  display: flex;
  margin-bottom: 0.4375rem;
  font-weight: 400;
}
.reviewPick-top5 .desc .grade_desc span {
  position: relative;
  display: inline-block;
  text-align: right;
  width: 7.3125rem;
}
.reviewPick-top5 .desc .grade_desc span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 5.04rem;
  height: 0.625rem;
  background-color: #EAEAEA;
  border-radius: 0.625rem;
}
.reviewPick-top5 .desc .grade_desc span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  height: 0.625rem;
  background-color: #A175DB;
  border-radius: 0.625rem;
}
.reviewPick-top5 .desc .grade_desc .grade0:after {
  width: 0;
}
.reviewPick-top5 .desc .grade_desc .grade1:after,
.reviewPick-top5 .desc .grade_desc .grade1_0:after {
  width: 0.56rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_1:after {
  width: 0.672rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_2:after {
  width: 0.784rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_3:after {
  width: 0.896rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_4:after {
  width: 1.008rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_5:after {
  width: 1.12rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_6:after {
  width: 1.232rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_7:after {
  width: 1.344rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_8:after {
  width: 1.456rem;
}
.reviewPick-top5 .desc .grade_desc .grade1_9:after {
  width: 1.568rem;
}
.reviewPick-top5 .desc .grade_desc .grade2:after,
.reviewPick-top5 .desc .grade_desc .grade2_0:after {
  width: 1.68rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_1:after {
  width: 1.792rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_2:after {
  width: 1.904rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_3:after {
  width: 2.016rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_4:after {
  width: 2.128rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_5:after {
  width: 2.24rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_6:after {
  width: 2.352rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_7:after {
  width: 2.464rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_8:after {
  width: 2.576rem;
}
.reviewPick-top5 .desc .grade_desc .grade2_9:after {
  width: 2.688rem;
}
.reviewPick-top5 .desc .grade_desc .grade3:after,
.reviewPick-top5 .desc .grade_desc .grade3_0:after {
  width: 2.8rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_1:after {
  width: 2.912rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_2:after {
  width: 3.024rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_3:after {
  width: 3.136rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_4:after {
  width: 3.248rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_5:after {
  width: 3.36rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_6:after {
  width: 3.472rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_7:after {
  width: 3.584rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_8:after {
  width: 3.696rem;
}
.reviewPick-top5 .desc .grade_desc .grade3_9:after {
  width: 3.808rem;
}
.reviewPick-top5 .desc .grade_desc .grade4:after,
.reviewPick-top5 .desc .grade_desc .grade4_0:after {
  width: 3.92rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_1:after {
  width: 4.032rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_2:after {
  width: 4.144rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_3:after {
  width: 4.256rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_4:after {
  width: 4.368rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_5:after {
  width: 4.48rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_6:after {
  width: 4.592rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_7:after {
  width: 4.704rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_8:after {
  width: 4.816rem;
}
.reviewPick-top5 .desc .grade_desc .grade4_9:after {
  width: 4.928rem;
}
.reviewPick-top5 .desc .grade_desc .grade5:after,
.reviewPick-top5 .desc .grade_desc .grade5_0:after {
  width: 5.04rem;
}
.reviewPick-top5 .desc .grade_desc em {
  display: inline-block;
  width: 2.5rem;
}
.reviewPick-top5 .desc .grade_desc i {
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 500;
}

/* 커뮤니티 리스트 */
.comm-noti {
  padding: 0.9375rem 0 0.9375rem 4rem;
  margin-bottom: 1.25rem;
  border-radius: 0.625rem;
  background: url(../images/common/ico_noti.svg) left 1rem center / 2.25rem auto no-repeat #F4F4F4;
  color: #808080;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
}

.comm-noti strong {
  display: block;
  color: #111;
}

.comm-list li {
  padding: 0.6875rem 0 0.625rem;
  background: url(../images/common/bg_dot.png) left top / auto 0.0625rem
    repeat-x;
}
.comm-list li:first-child {
  padding-top: 0;
  background: none;
}
.comm-list li:last-child {
  border-bottom: 0.0625rem solid #e7e7e7;
}
.comm-list li a {
  display: flex;
  align-items: center;
  height: 4.375rem;
}
.comm-list li .info {
  flex: 1;
}
.comm-list li .info .tit {
  display: block;
  display: -webkit-box;
  height: 2.25rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.comm-list li .info .btm {
  display: flex;
  align-items: baseline;
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
  color: #666;
  font-weight: 500;
}
.comm-list li .info .btm .user {
  margin-right: 0.625rem;
  font-weight: 500;
  font-size: 0.6875rem;
  color: #000;
}
.comm-list li .info .btm .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: sub;
}
.comm-list li .info .btm .view {
  margin-left: 0.625rem;
  font-family: "Montserrat";
}
.comm-list li .info .btm .view span {
  font-family: "Noto Sans KR";
  font-weight: 400;
}

.comm-list li .info .btm .date {
  font-family: "Montserrat";
}
.comm-list li .img {
  width: 4.375rem;
  height: 4.375rem;
  margin-left: 0.375rem;
}

/* 230713 수정 */
.comm-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comm-list li .cmt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 100%;
  margin-left: 0.375rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
  font-size: 0.625rem;
  color: #666;
  text-align: center;
  line-height: 0.9375rem;
}
.comm-list li .cmt strong {
  display: block;
  font-family: "Montserrat";
  font-size: 0.8125rem;
  font-weight: 500;
  color: #000;
}
.comm-list li .info + .cmt {
  margin-left: 1.6875rem;
}

/* 공지사항 리스트 */
.notice-list li {
  padding: 0.9375rem 0 0.875rem;
}
.notice-list li a {
  height: auto;
}
.notice-list li .info .tit {
  height: auto;
  font-size: 0.8125rem;
}

/* 이벤트 리스트 */
.event-list li {
  margin-top: 1.25rem;
}
.event-list li:first-child {
  margin-top: 0;
}
.event-list li .img {
  width: 20rem;
  height: 12.5rem;
}
.event-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-list li .info {
  padding-top: 0.625rem;
}
.event-list li .info .tit {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #000;
}
.event-list li .info .date {
  display: block;
  margin-top: 0.1875rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  color: #666;
}
.event-view .top-gds {
  text-align: right;
}
.event-view .top-gds ul {
  display: flex;
  justify-content: flex-end;;
}
.event-view .top-gds ul li {
  position: relative;
  margin-left: 0.625rem;
}
.event-view .top-gds ul li button {
  display: inline-block;
  width: 2.125rem;
  height: 2.125rem;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
}
.event-view .top-gds ul li button span {
  font-size: 0;
  line-height: 0;
}
.event-view .top-gds ul li .btn-recomm {
  background: url(../images/common/ico_recomm.svg) center center / 1.25rem auto
    no-repeat;
}
.event-view .top-gds ul li .btn-scrap {
  background: url(../images/common/ico_scrap.svg) center center / 1.25rem auto
    no-repeat;
}
.event-view .top-gds ul li .btn-kakao {
  background: url(../images/common/ico_kakao.svg) center center / 1.25rem auto
    no-repeat;
}
.event-view .top-gds ul li .btn-recomm.on {
  background-image: url(../images/common/ico_recomm_on.svg);
}
.event-view .top-gds ul li .btn-scrap.on {
  background-image: url(../images/common/ico_scrap_on.svg);
}
.event-view .top-gds ul li .btn-kakao.on {
  background-image: url(../images/common/ico_kakao_on.svg);
}
.event-view-info {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #d9d9d9;
}
.event-view-info li {
  display: flex;
  font-size: 0.8125rem;
  font-weight: 500;
  border-top: 1px solid #d9d9d9;
}
.event-view-info li strong {
  display: block;
  padding: 0.6875rem 1rem;
  width: 3.125rem;
  background-color: #F5ECFF;
  font-weight: 500;
}
.event-view-info li .date {
  padding: 0.6875rem 1rem;
  width: calc(100% - 3.125rem);
}
.event-view-info li:first-child .date {
  font-family: "Montserrat";
}
.event-view-cont {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #E7E7E7;
  font-size: 0.8125rem;
  line-height: 1.625rem;
}
.event-view-btn .btn-wrap#showMoreDiv {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
}
.event-view-btn .btn-wrap#showMoreDiv .btn-type1.scd + .btn-type1 {
  margin-top: 0;
  margin-left: 0.625rem;
}
.event-view-btn .btn-wrap#showMoreDiv .btn-type1.scd {
  background-color: #ac33fa;
  color: #fff;
}

.event-view-cont .table{
  width: 100%!important;
}
.event-view-cont table{
  table-layout: fixed;
}

.event-view-cont .table p,
.event-view-cont .table span{
  margin-top: 0 !important;
  display: block!important;
  padding: 4px 0px!important;
}

.lucky-draw-list h3 {
  padding: 2.0625rem 0 0.625rem 0;
  font-size: 0.8125rem;
  font-weight: 500;
}
.lucky-draw-list .luckydr_box + h3 {
  padding-top: 1.25rem;
}
.luckydr_box {
  text-align: center;
  padding: 1.625rem 1.25rem 2.1875rem 1.25rem;
  background-color: #f1ede7;
}
.luckydr_box h3 {
  padding-top: 0;
  font-family: "Montserrat";
  font-size: 1.875rem;
  color: transparent;
  background: linear-gradient(115.14deg, #6819E2 14.88%, #7731E3 19.64%, #AE159E 38.29%);
  font-weight: 800;
  -webkit-background-clip: text;
}
.luckydr_box .h3-desc {
  padding-bottom: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 400;
}
.luckydr_box .h3-desc strong {
  font-weight: 500;
}
.luckydr_box h4 {
  padding-bottom: 1.625rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.luckydr_box h4.apply {
  padding-top: 1.5625rem;
}
.luckydr_box .btn-wrap {
  margin-top: 1.5625rem;
}
.luckydr_box .lucky_thumbox {
  position:relative;
}
.luckydr_box.end .lucky_thumb:before {
  content:"이벤트 종료";
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
}
.luckydr_box .lucky_thumbox .winner {
  position: absolute;
  z-index: 10;
  top: 0.25rem;
  left: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.6875rem;
  height: 4.6875rem;
  background-color: #f5ecff;
  border: 1px solid #bd61f5;
  border-radius: 50%;
  font-family: "Montserrat";
  font-size: 1rem;
  color: #AC33FA;
  font-weight: 700;
}
.luckydr_box.end .lucky_thumbox .winner {
  background-color: #464646;
  border: 0;
  color: #fff;
}
.luckydr_box .lucky_thumbox .winner span {
  font-size: 0.875rem;
}
.luckydr_box .info-view {
  display: block;
  box-sizing: border-box;
  text-align: right;
  margin: 0 auto 1.875rem auto;
  width: 6.25rem;
  height: 1.625rem;
  padding-right: 1.5625rem;
  background: #fff url(../images/common/ico_arw03_right.svg) 88% center / 0.375rem auto no-repeat;
  border: 1px solid #d7d7d7;
  border-radius: 1.375rem;
  font-size: 0.75rem;
  color: #222;
  font-weight: 500;
  line-height: 2;
}
.luckydr_box .reviewrite {
  text-align: left;
  margin: 0;
  width: 8.75rem;
  margin-top: 1.25rem;
  padding-right: 0;
  padding-left: 2.5rem;
  background: #fff url(../images/common/ico_writing.svg) 16% center / 1rem auto no-repeat;
}
.luckydr_box .reviewrite + .btn-wrap {
  margin-top: 1.25rem;
}
.lucky_apply {
  text-align: left;
  margin-top: 1.25rem;
  padding: 1.875rem 1.25rem;
  background-color: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.lucky_apply .comment {
  margin-bottom: 0.6875rem;
  padding-bottom: 1.25rem;
  background: url(../images/common/bg_dot.png) left bottom / auto 0.0625rem repeat-x;
  font-size: 0.8125rem;
  font-weight: 500;
}
.lucky_apply .comment p {
  position: relative;
  padding-left: 0.5rem;
}
.lucky_apply .comment p:before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0.625rem;
  width: 0.125rem;
  height: 0.125rem;
  background-color: #000;
  border-radius: 50%;
}
.lucky_apply .comment p + p {
  margin-top: 0.3125rem;
}
.lucky_apply .comment p strong {
  position: relative;
  color: #AC33FA
}
.lucky_apply .comment p strong:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25rem;
  width: 0.625rem;
  height: 1rem;
  background: url(../images/common/ico_point_drop2.svg) center center / 0.625rem auto no-repeat;
}
.lucky_caution {
  padding: 1.875rem 1.25rem 0 1.875rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
}
.lucky_caution h4 {
  font-size: 0.8125rem;
  font-weight: 700;
}
.lucky_caution .btn-wrap {
  margin-top: 1.5625rem;
  padding-top: 1.875rem;
  border-top: 1px solid #e7e7e7;
}
.lucky_caution .btn-type1 {
  border-color: #d7d7d7;
}
.lucky_caution ul li {
  position: relative;
  padding-left: 0.625rem;
}
.lucky_caution ul li:before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0.5625rem;
  width: 0.125rem;
  height: 0.125rem;
  background-color: #000;
  border-radius: 50%;
}

.alcohol-evt-list {
  margin-top: 1.25rem;
}
.alcohol-evt-list .evt-month {
  text-align: center;
  padding: 0.625rem;
  background-color: #F5ECFF;
  border-radius: 6.25rem;
  font-size: 0.6875rem;
  color: #AC33FA;
  font-weight: 500;
}
.alcohol-evt-list em {
  font-family: 'Montserrat';
  font-weight: 700;
}
.alcohol-evt-list .evt-month em {
  font-size: 0.8125rem;
}
.alcohol-evt-list .evt-list li {
  position: relative;
  margin-top: 0.9375rem;
  margin-bottom: 1.625rem;
}
.alcohol-evt-list .evt-list li:after {
  content: '';
  position: absolute;
  left: 3.5625rem;
  bottom: -0.625rem;
  width: calc(100% - 4.1875rem);
  height: 1px;
  background-color: #D9D9D9;
}
.alcohol-evt-list .evt-list li a {
  display: flex;
  padding: 0 0.625rem;
}
.alcohol-evt-list .evt-list li .day {
  width: 2.9375rem;
}
.alcohol-evt-list .evt-list li .tit {
  width: 12.8125rem;
  padding-right: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  word-break: keep-all;
}
.alcohol-evt-list .evt-list li .img {
  width: 2.9375rem;
  height: 3.125rem;
}
.alcohol-evt-list .evt-list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alcohol-evt-list .evt-list .day {
  font-size: 0.75rem;
  font-weight: 500;
}
.alcohol-evt-list .evt-list em {
  font-size: 0.9375rem;
}

/* 스크랩 리스트 */
.scrap-list-type1 {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.scrap-list-type1 li {
  padding: 1.25rem 0 1.3125rem;
  background: url(../images/common/bg_dot.png) left bottom / auto 0.0625rem
    repeat-x;
}
.scrap-list-type1 li:first-child {
  padding-top: 0;
}
.scrap-list-type1 li:last-child {
  background: none;
}
.scrap-list-type1 li > div {
  position: relative;
}
.scrap-list-type1 li a {
  display: flex;
  align-items: center;
  width: 16.25rem;
}
.scrap-list-type1 li .img {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
}
.scrap-list-type1 li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scrap-list-type1 li .info {
  display: flex;
  align-items: center;
  width: 12.1875rem;
  margin-left: 0.9375rem;
}
.scrap-list-type1 li .info > div {
  width: 100%;
}
.scrap-list-type1 li .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.scrap-list-type1 li .info .ctg .arw {
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url("../images/common/ico_arw04_right.svg") center / 0.3125rem
    auto no-repeat;
  text-indent: -9999em;
}
.scrap-list-type1 li .info .tit {
  display: block;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scrap-list-type1 li .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.scrap-list-type1 li .info .rating .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
}
.scrap-list-type1 li .info .rating .date {
  margin-left: 0.625rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}
.scrap-list-type1 li .btn-cancel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.scrap-list-type2 {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.scrap-list-type2 li {
  padding: 1.25rem 0 1.3125rem;
  background: url(../images/common/bg_dot.png) left bottom / auto 0.0625rem
    repeat-x;
}
.scrap-list-type2 li:first-child {
  padding-top: 0;
}
.scrap-list-type2 li:last-child {
  background: none;
}
.scrap-list-type2 li > div {
  position: relative;
}
.scrap-list-type2 li a {
  display: flex;
  align-items: center;
  width: 16.25rem;
}
.scrap-list-type2 li .img {
  position: relative;
  width: 4.375rem;
  height: 4.375rem;
  margin-right: 0.625rem;
}
.scrap-list-type2 li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scrap-list-type2 li .info {
  display: flex;
  align-items: center;
  flex: 1;
}
.scrap-list-type2 li .info > div {
  width: 100%;
}
.scrap-list-type2 li .info p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.scrap-list-type2 li .info .txt {
  display: flex;
  align-items: center;
  margin-top: 0.1875rem;
}
.scrap-list-type2 li .info .txt .date {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  color: #666;
}
.scrap-list-type2 li .info .txt .hit {
  margin-left: 0.625rem;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  color: #666;
}
.scrap-list-type2 li .info .txt .hit span {
  font-family: "Montserrat";
  font-weight: 500;
}
.scrap-list-type2 li .info .user {
  display: inline-block;
  font-weight: 500;
  font-size: 0.6875rem;
  color: #000;
  line-height: 1;
}
.scrap-list-type2 li .info .user img {
  width: 0.9375rem;
  vertical-align: middle;
}
.scrap-list-type2 li .btn-cancel {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* 추천 */
.recomm-item .visual {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  height: 16.875rem;
}
.recomm-item .visual::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/recomm_item_gr.png) center / 100% auto
    no-repeat;
  content: "";
}
.recomm-item .info-box {
  position: relative;
  width: calc(100% + 1.25rem);
  padding: 0.9375rem 0 1.25rem 1.25rem;
  margin-top: -1.25rem;
  background: #fff;
  box-sizing: border-box;
  z-index: 10;
}
.recomm-item .info-box h3 {
  display: block;
  position: absolute;
  top: -2.3125rem;
  left: 0;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
}
.recomm-item .info-box h4 {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #222;
}
.recomm-item .info-box .recomm-item-slide {
  margin-top: 1.25rem;
}
.recomm-item .info-box .recomm-item-slide li {
  width: 6.25rem;
  margin-right: 0.9375rem;
}
.recomm-item .info-box .recomm-item-slide li:last-child {
  margin-right: 0;
}
.recomm-item .info-box .recomm-item-slide li .img {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  background: #fff;
}
.recomm-item .info-box .recomm-item-slide li .img img {
  width: auto;
  height: 100%;
}
.recomm-item .info-box .recomm-item-slide li .info {
  margin-top: 0.625rem;
}
.recomm-item .info-box .recomm-item-slide li .info .ctg {
  display: flex;
  align-items: center;
  font-size: 0.625rem;
}
.recomm-item .info-box .recomm-item-slide li .info .ctg .line {
  width: 0.0625rem;
  height: 0.5rem;
  margin: 0 0.3125rem;
  background: #999;
}
.recomm-item .info-box .recomm-item-slide li .info .tit {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}

/* 등록박스 */
.reg-box {
  padding: 1.25rem;
  margin-top: 0.625rem;
  background: #ffffff;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  box-sizing: border-box;
}
.reg-box:nth-of-type(1) {
  margin-top: 0;
}
.reg-box h3 {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 0.9375rem;
  text-align: center;
}
.reg-box h3 + p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
  text-align: center;
}
.reg-box h4 {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 0.8125rem;
  text-align: center;
}
.reg-box .line {
  width: 100%;
  height: 0.0625rem;
  margin: 0.9375rem 0;
  background: #d9d9d9;
}
.reg-box .ipt-tit {
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 0.9375rem;
}
.reg-box .ipt-tit + .line {
  margin-top: 0.625rem;
}
.reg-box textarea {
  width: 100%;
  height: 7.5rem;
  padding-right: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
  box-sizing: border-box;
}
.reg-box textarea.h-type2 {
  height: 10.9375rem;
}
.reg-box textarea.h-type3 {
  height: 18.75rem;
}
.reg-box .txt-length {
  margin-top: 0.9375rem;
  font-size: 0.6875rem;
  color: #999;
  line-height: 1.125rem;
  text-align: right;
}
.reg-box .txt-length strong {
  font-family: "Montserrat";
  font-weight: 600;
  color: #ac33fa;
}
.reg-box .txt-length span {
  font-family: "Montserrat";
  font-weight: 600;
}
.reg-box .report-list {
  padding: 0 0.9375rem;
}
.reg-box .report-list li {
  margin-top: 0.9375rem;
}
.reg-box .report-list li:first-child {
  margin-top: 0;
}
.reg-box .report-list li label {
  font-size: 0.8125rem;
}
.reg-box .btn-wrap {
  margin-top: 1.25rem;
}
.reg-box .photo .ipt-photo-list {
  display: flex;
  flex-wrap: wrap;
}
.reg-box .photo .ipt-photo-list.on {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 0.0625rem solid #d9d9d9;
}
.reg-box .photo .ipt-photo-list li {
  position: relative;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0.4375rem 0.4375rem 0 0;
  overflow: hidden;
}
.reg-box .photo .ipt-photo-list li:nth-child(-n + 4) {
  margin-top: 0;
}
.reg-box .photo .ipt-photo-list li:nth-child(4n + 0) {
  margin-right: 0;
}
.reg-box .photo .ipt-photo-list li:nth-child(4n-1) {
  margin-right: 0.375rem;
}
/*.reg-box .photo .ipt-photo-list li img{width: 100%; height: 100%; object-fit: cover;}*/
.reg-box .photo .ipt-photo-list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reg-box .photo .ipt-photo-list li .btn-del {
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background: url(../images/common/ico_del02.svg) center / 1.125rem auto
    no-repeat;
  text-indent: -9999em;
  z-index: 10;
}
.reg-box .photo .ipt-photo-list li input[type="file"] {
  display: none;
}
.reg-box .ipt-gds-list.on {
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  border-top: 0.0625rem solid #d9d9d9;
}
.reg-box .ipt-gds-list li {
  padding: 0.625rem 0 0.6875rem;
  background: url(../images/common/bg_dot.png) left top / auto 0.0625rem
    repeat-x;
}
.reg-box .ipt-gds-list li:first-child {
  margin-top: 1.25rem;
  padding: 1.25rem 0 0.6875rem;
  border-top: 0.0625rem solid #d9d9d9;
  background-image: none;
}
.reg-box .ipt-gds-list li:last-child {
  padding-bottom: 0;
}
.reg-box .ipt-gds-list li .item {
  position: relative;
}
.reg-box .ipt-gds-list li .item .btn-del {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.5rem;
  background: url(../images/common/ico_del02.svg) center / 1.125rem auto
    no-repeat;
  text-indent: -9999em;
}
.reg-box .file-temp {
  display: none;
}

/* 배너슬라이드 */
.banner-slide {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
}
.search-keyword .banner-slide {
  /*position: absolute;*/
  bottom: 0;
}

/* 하단메뉴 */
.btm-menu {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 22.5rem;
  height: 4.5625rem;
  background: url(../images/common/bg_btm_menu.png) center / 100% auto no-repeat;
  transition: transform 0.5s ease;
  z-index: 100;
}
.btm-menu.on {
  transform: translate(-50%, 0);
}
.btm-menu .menu {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16.875rem;
}
.btm-menu .menu li {
  flex: 1;
}
.btm-menu .menu li a {
  display: block;
  width: 100%;
  height: 3.6875rem;
  padding-top: 2.5rem;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
.btm-menu .menu li .btn-menu {
  background: url(../images/common/ico_gnb.svg) center 0.75rem / 1.5rem auto no-repeat;
}
.btm-menu .menu li a.home {
  background: url(../images/common/ico_home.svg) center 0.75rem / 1.5rem auto no-repeat;
}
.btm-menu .menu li a.home.on {
  background-image: url(../images/common/ico_home_on.svg);
}
.btm-menu .menu li a.today {
  background: url(../images/common/ico_alcohol_today.svg) center 0.75rem /
    1.5rem auto no-repeat;
}
.btm-menu .menu li a.today.on {
  background-image: url(../images/common/ico_alcohol_today_on.svg);
}
.btm-menu .menu li a.search {
  background: url(../images/common/ico_alcohol_search.svg) center 0.75rem /
    1.5rem auto no-repeat;
}
.btm-menu .menu li a.search.on {
  background-image: url(../images/common/ico_alcohol_search_on.svg);
}
.btm-menu .menu li a.my {
  background: url(../images/common/ico_my.svg) center 0.75rem / 1.5rem auto
    no-repeat;
}
.btm-menu .menu li a.my.on {
  background-image: url(../images/common/ico_my_on.svg);
}
.btm-menu .btn-write {
  position: absolute;
  top: 0.1875rem;
  left: 17.3125rem;
  width: 3.75rem;
  height: 3.75rem;
  padding-top: 1.6875rem;
  background: url(../images/common/bg_btm_write.png?v=1) center / 100% auto
    no-repeat;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
}
body.btm-menu-none .btm-menu {
  transform: translate(-50%, 100%);
}

/* 글쓰기목록 레이어 */
.layer-write {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 22.5rem;
  transform: translate(-50%, 100%);
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fff;
  transition: transform 0.5s ease;
  box-sizing: border-box;
  z-index: 1300;
}
.layer-write.on {
  transform: translate(-50%, 0);
}
.layer-write > div {
  padding: 1.25rem;
}
.layer-write > div.review {
  padding: 1.875rem 2.5rem;
}
.layer-write li {
  padding: 0.9375rem 0;
  border-top: 0.0625rem solid #d3d3d3;
}
.layer-write li:first-child {
  border-top: 0;
}
.layer-write li.review {
  background: url(../images/common/ico_write_review.svg) 0.875rem center /
    1.375rem auto no-repeat;
}
.layer-write > div.review p {
  position: relative;
  text-align: center;
  padding-top: 5.5625rem;
  margin-bottom: 1.0625rem;
  font-size: 0.875rem;
}
.layer-write > div.review p:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2.25rem;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #F7F7F7;
  border-radius: 50%;
}
.layer-write > div.review p:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.1875rem;
  margin-left: -0.5625rem;
  width: 1.375rem;
  height: 2.375rem;
  background: url(../images/common/ico_write_review.svg) center center /
    1.375rem auto no-repeat;
}
.layer-write > div.review p strong {
  position: relative;
  display: inline-block;
  margin-right: 0.1875rem;
  padding-right: 1rem;
  color: #AC33FA;
  font-weight: 700;
}
.layer-write > div.review p strong:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.875rem;
  height: 1.25rem;
  background: url(../images/common/ico_point_drop.svg) right center /
  0.875rem auto no-repeat;
}
.layer-write li.picture {
  background: url(../images/common/ico_write_picture.svg) 0.375rem center /
    2.1875rem auto no-repeat;
}
.layer-write li.comm {
  background: url(../images/common/ico_write_comm.svg) 0.6875rem center /
    1.8125rem auto no-repeat;
}
.layer-write li a {
  display: block;
  width: 100%;
  padding-left: 4.0625rem;
  background: url(../images/common/ico_arw03_right.svg) right center / auto
    0.9375rem no-repeat;
  box-sizing: border-box;
}
.layer-write li .tit {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.layer-write li p {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.layer-write li p strong {
  color: #ac33fa;
}

/* 공유 레이어 */
.layer-share {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 22.5rem;
  transform: translate(-50%, 100%);
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fff;
  transition: transform 0.5s ease;
  text-align: center;
  box-sizing: border-box;
  z-index: 1300;
}
.layer-share.on {
  transform: translate(-50%, 0);
}
.layer-share > div {
  padding: 1.5625rem 1.25rem;
}
.layer-share h3 {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
}
.layer-share .list {
  display: inline-flex;
  margin-top: 0.9375rem;
}
.layer-share .list li {
  margin: 0 0.875rem;
}
.layer-share .list a,
.layer-share .list button {
  display: block;
  width: 3.0625rem;
  height: 3.0625rem;
  text-indent: -9999em;
}
.layer-share .list .btn-fb {
  background: url(../images/common/ico_share_fb.svg) center / 3.0625rem auto
    no-repeat;
}
.layer-share .list .btn-kakao {
  background: url(../images/common/ico_share_kakao.svg) center / 3.0625rem auto
    no-repeat;
}
.layer-share .list .btn-url {
  background: url(../images/common/ico_share_url.svg) center / 3.0625rem auto
    no-repeat;
}

/* 계정관리 사진첨부 레이어 */
.layer-profile-photo {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 22.5rem;
  transform: translate(-50%, 100%);
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fff;
  transition: transform 0.5s ease;
  text-align: center;
  box-sizing: border-box;
  z-index: 1300;
}
.layer-profile-photo.on {
  transform: translate(-50%, 0);
}
.layer-profile-photo > div {
  padding: 1.5625rem 1.25rem 2.5rem;
}
.layer-profile-photo h3 {
  display: block;
  margin-bottom: 0.9375rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
}
.layer-profile-photo .btn-wrap {
  margin-top: 0;
}
.layer-profile-photo input[type="file"] {
  display: none;
}

/* 이벤트종료 레이어 */
.layer-end {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  width: 22.5rem;
  height: 100%;
  transform: translate(-50%, 100%);
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  z-index: 1300;
}
.layer-end.on {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0);
}
.layer-end .cont {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 13.75rem;
  height: 13.75rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.layer-end .cont p {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.layer-end .cont .btn-close {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/ico_close_white.svg) center / 100% auto
    no-repeat;
  text-indent: -9999em;
}

/* 페어링 */
.pairing .item1 {
  background-image: url(../images/common/ico_pairing01.svg);
}
.pairing .item2 {
  background-image: url(../images/common/ico_pairing02.svg);
}
.pairing .item3 {
  background-image: url(../images/common/ico_pairing03.svg);
}
.pairing .item4 {
  background-image: url(../images/common/ico_pairing04.svg);
}
.pairing .item5 {
  background-image: url(../images/common/ico_pairing05.svg);
}
.pairing .item6 {
  background-image: url(../images/common/ico_pairing06.svg);
}
.pairing .item7 {
  background-image: url(../images/common/ico_pairing07.svg);
}
.pairing .item8 {
  background-image: url(../images/common/ico_pairing08.svg);
}
.pairing .item9 {
  background-image: url(../images/common/ico_pairing09.svg);
}
.pairing .item10 {
  background-image: url(../images/common/ico_pairing10.svg);
}
.pairing .item11 {
  background-image: url(../images/common/ico_pairing11.svg);
}
.pairing .item1.on {
  background-image: url(../images/common/ico_pairing01_on.svg);
}
.pairing .item2.on {
  background-image: url(../images/common/ico_pairing02_on.svg);
}
.pairing .item3.on {
  background-image: url(../images/common/ico_pairing03_on.svg);
}
.pairing .item4.on {
  background-image: url(../images/common/ico_pairing04_on.svg);
}
.pairing .item5.on {
  background-image: url(../images/common/ico_pairing05_on.svg);
}
.pairing .item6.on {
  background-image: url(../images/common/ico_pairing06_on.svg);
}
.pairing .item7.on {
  background-image: url(../images/common/ico_pairing07_on.svg);
}
.pairing .item8.on {
  background-image: url(../images/common/ico_pairing08_on.svg);
}
.pairing .item9.on {
  background-image: url(../images/common/ico_pairing09_on.svg);
}
.pairing .item10.on {
  background-image: url(../images/common/ico_pairing10_on.svg);
}
.pairing .item11.on {
  background-image: url(../images/common/ico_pairing11_on.svg);
}

/* 별점 */
.star-rating {
  display: inline-flex;
  position: relative;
  width: 10.3125rem;
  height: 1.6875rem;
  background: url(../images/common/rating_bg.png) center / 100% auto no-repeat;
}
.star-rating .val {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url(../images/common/rating.png) left center / 100% auto no-repeat;
}
.br-theme-css-stars .br-widget {
  height: 1.6875rem;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  width: 1.75rem;
  height: 1.6875rem;
  float: left;
  margin-right: 0.375rem;
}
.br-theme-css-stars .br-widget a:after {
  display: block;
  width: 1.75rem;
  height: 1.6875rem;
  background: url(../images/common/ico_rating_bg.png) center / 100% auto
    no-repeat;
  content: "";
}
.br-theme-css-stars .br-widget a.br-active:after {
  background-image: url(../images/common/ico_rating.svg);
}
.br-theme-css-stars .br-widget a.br-selected:after {
  background-image: url(../images/common/ico_rating.svg);
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}

/* 텍스트스타일 */
.txt-bar {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding: 0.375rem 1.25rem;
  background: #f7f7f7;
  font-size: 0.6875rem;
  color: #222;
  line-height: 1rem;
  text-align: center;
  box-sizing: border-box;
}
.txt-empty {
  padding: 4.375rem 0;
}
.txt-empty p {
  padding-top: 3.3125rem;
  background: url(../images/common/ico_exc02.svg) center top / 3rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  text-align: center;
}

/* etc */
hr {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  height: 0.25rem;
  margin: 2.5rem 0;
  border-style: none;
  background: #f4f4f4;
}
hr.mg20 {
  margin: 1.25rem 0;
}
.full {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
}

/*-------------------------------------------------------------------
  @ Utilities
-------------------------------------------------------------------*/
/* font */
.f-primary {
  color: #821d21;
}

/* align */
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right {
  text-align: right !important;
}

/*-------------------------------------------------------------------
  @ Contents
-------------------------------------------------------------------*/
/* 메인 */
.page-main .tab-menu-type1 {
  background-color: #fff;
}
.page-main .tab-menu-type1::after {
  height: 0;
}
.main h3 {
  display: block;
  font-size: 1rem;
  line-height: 1.3125rem;
  font-weight: 500;
}
.main h3 + .desc {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.main .btn-type1 {
  border-color: #d7d7d7;
}
.main .btn-wrap {
  margin-top: 1.25rem;
}
.main .visual {
  position: relative;
}
.main .visual .progress {
  display: none;
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.25rem;
  box-sizing: border-box;
  z-index: 10;
}
.main .visual .progress.on {
  display: flex;
}
.main .visual .progress .scrollbar {
  position: relative;
  width: 17.6875rem;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.4);
}
.main .visual .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #fff;
  transition: width 0.7s ease;
}
/*
.main .visual .progress .pagination {
  width: auto;
  font-family: "Montserrat";
  font-size: 0.75rem;
  color: #fff;
  line-height: 0.8125rem;
}
*/
.main .visual .option {
  position: relative;
  z-index: 100;
  display: block;
  overflow: hidden;
  left: 1.25rem;
  bottom: 2.875rem;
}
.main .visual .option .pagination {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.1875rem 0;
  width: 3.0625rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.666667rem;
  font-family: "Montserrat";
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
}
.main .visual .option .btn-stop {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4375rem;
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(0, 0, 0, 0.3) url(../images/common/ico_bt_stop.png) center center / 0.4375rem auto no-repeat;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.main .visual,
.main .visual .swiper-wrapper,
.main .visual .swiper-slide img {
  height: 12.5rem;
  object-fit: cover;
}
.main .mem-info {
  margin-top: 1rem;
}
.main .mem-info .user img {
  width: 1.5rem;
  margin-right: 0.3125rem;
}
.main .mem-info .desc {
  margin-top: 0.25rem;
}
.main .mem-info .quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}
.main .mem-info .quick li {
  width: 20%;
}
.main .mem-info .quick li:nth-child(n + 6) {
  margin-top: 1.375rem;
}
.main .mem-info .quick li a {
  display: block;
  padding-top: 3.0625rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  text-align: center;
}
.main .mem-info .quick li .quick1 {
  background: url(../images/main/ico_quick01.svg?v=1) center top / 2.625rem auto
    no-repeat;
}
.main .mem-info .quick li .quick2 {
  background: url(../images/main/ico_quick02.svg?v=1) center top / 2.625rem auto
    no-repeat;
}
.main .mem-info .quick li .quick3 {
  background: url(../images/main/ico_quick03.svg?v=1) center top / 2.625rem auto
    no-repeat;
}
.main .mem-info .quick li .quick4 {
  background: url(../images/main/ico_quick04.svg?v=1) center top / 2.625rem auto
    no-repeat;
}
.main .mem-info .quick li .quick5 {
  background: url(../images/main/ico_quick05.svg?v=1) center top / 2.625rem auto
    no-repeat;
}
.main .mem-info .quick li [class ^= quick_n] {
  background-position: center top;
  background-size: 2.625rem auto;
  background-repeat: no-repeat;
}
.main .mem-info .quick li .quick_n1 {
  background-image: url(../images/main/ico_quick_n01.svg);
}
.main .mem-info .quick li .quick_n2 {
  background-image: url(../images/main/ico_quick_n02.svg);
}
.main .mem-info .quick li .quick_n3 {
  background-image: url(../images/main/ico_quick_n03.svg);
}
.main .mem-info .quick li .quick_n4 {
  background-image: url(../images/main/ico_quick_n04.svg);
}
.main .mem-info .quick li .quick_n5 {
  background-image: url(../images/main/ico_quick_n05.svg);
}
.main .mem-info .quick li .quick_n6 {
  background-image: url(../images/main/ico_quick_n06.svg);
}
.main .mem-info .quick li .quick_n7 {
  background-image: url(../images/main/ico_quick_n07.svg);
}
.main .mem-info .quick li .quick_n8 {
  background-image: url(../images/main/ico_quick_n08.svg);
}
.main .mem-info .quick li .quick_n9 {
  background-image: url(../images/main/ico_quick_n09.svg);
}
.main .mem-info .quick li .quick_n10 {
  background-image: url(../images/main/ico_quick_n10.svg);
}
.main hr {
  position: relative;
  height: 0.3125rem;
  margin: 1.25rem 0 1rem 0;
  border: 0;
}
.main .editor .user {
  padding: 0 1.25rem 1rem 1.25rem;
}
.main .editor .slide .swiper-slide {
  margin: 0 0.25rem;
  width: 15.625rem !important;
}
.main .editor .slide .swiper-slide .img img {
  height: 7.9375rem;
  transform: scale(0.987);
  object-fit: cover;
}
.main .editor .slide .swiper-slide-active .img img {
  margin-top: 0;
  height: 10.25rem;
}
.main .editor .slide .swiper-slide a .info {
  display: none;
}
.main .editor .slide .swiper-slide-active a .info {
  display: block;
}
.main .editor .info {
  text-align: center;
  padding: 1rem 1rem 0 1rem;
  word-break: keep-all;
}
.main .editor .info .tit {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #AD6B3C;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.main .editor .info .desc {
  padding-top: 0.4375rem;
  font-size: 0.6875rem;
  color: #666;
  display: none;
}
.main .editor + .btn-wrap {
  margin-top: 1.375rem;
  padding-bottom: 1.375rem;
}
.main .editor + .btn-wrap + hr {
  margin: 0;
}
.main .lucky {
  text-align: center;
  width: 100%;
  padding: 1.5rem 1.25rem 1.6875rem 1.25rem;
  background-color: #F1EDE7;
}
.main .lucky .user {
  background: linear-gradient(115.14deg, #6819E2 14.88%, #7731E3 19.64%, #AE159E 38.29%);
  font-family: "Montserrat";
  font-size: 1.4375rem;
  color: transparent;
  font-weight: 800;
  -webkit-background-clip: text;
}
.main .lucky h4 {
  margin: 0.3125rem 0 1rem 0;
  font-size: 0.75rem;
  font-weight: 400;
}
.main .lucky h4 strong {
  font-weight: 600;
}
.lucky .lucky_thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  width: 12.5rem;
  height: 12.5rem;
  background-color: #fff;
  border-radius: 50%;
}
.lucky .lucky_thumb img {
  width: auto;
  height: 100%;
}
.lucky .clock {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25rem;
}
.lucky .clock .time + .time {
  position: relative;
  margin-left: 1.625rem;
}
.lucky .clock .time + .time:after {
  content: " : ";
  position: absolute;
  left: -1.0625rem;
  top: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 800;
}
.lucky .clock .time {
  box-sizing: border-box;
  width: 3.125rem;
  height: 3.125rem;
  background-color: #4b4a49;
  border: 1px solid #222;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
}
.lucky .clock strong {
  display: block;
  text-align: center;
  padding: 0.375rem 0 0 0.1875rem;
  font-family: "Rubik";
  font-size: 1.375rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.2rem;
}
.lucky .clock span {
  display: block;
  font-family: "Montserrat";
  font-size: 0.5rem;
  color: #a5a4a4;
  font-weight: 400;
}
.main .alcohol-evt {
  padding-bottom: 3.75rem;
}
.main .alcohol-evt .alcohol-evt-list {
  margin-top: 0.9375rem;
}
.main .alcohol-evt .alcohol-evt-list + .btn-wrap {
  margin-top: 1.875rem;
}
.main .ranking {
  position: relative;
}
.main .ranking .title {
  position: absolute;
  top: 1.125rem;
  left: 0;
}
.main .ranking .title .desc {
  margin-top: 0.25rem;
}
.main .ranking .title select {
  width: 5.3125rem;
  height: auto;
  min-width: auto;
  padding: 0 0 0.125rem 0;
  margin-top: 2.1875rem;
  border: 0;
  border-bottom: 0.0625rem solid #000;
  background: url(../images/common/ico_arw01_bottom.svg) right 0.25rem center /
    0.6875rem auto no-repeat;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.main .ranking .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .ranking .list li {
  width: 9.375rem;
  margin-top: 1.25rem;
}
.main .ranking .list li:nth-of-type(1) {
  margin-left: 10.625rem;
  margin-top: 0;
}
.main .ranking .list li .gds-item-type1 .info .tag-wrap .tag.type1 {
  border-color: #f2edde;
  background: #f2edde;
  color: #9b884f;
}
.main .today {
  margin-top: 1.25rem;
  background: url(../images/main/bg_today.jpg?v=1) center top / 100% auto
    no-repeat;
}
.main .today .title {
  padding-top: 1.875rem;
  text-align: center;
  color: #000;
}
.main .today .title h3 {
  font-size: 1.0625rem;
}
.main .today .slide {
  margin-top: 1.25rem;
}
.main .today .slide .swiper-slide {
  width: 12.5rem;
  height: 15.3125rem;
  margin-left: 1.25rem;
}
.main .today .slide .swiper-slide .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 12.5rem;
  height: 12.5rem;
  background-color: #fff;
}
.main .today .slide .swiper-slide .img img {
  width: auto;
  height: 90%;
}
.main .today .slide .swiper-slide .img .emblem {
  position: absolute;
  left: 0.4375rem;
  top: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
}
.main .today .slide .swiper-slide .info {
  margin-top: 0.3125rem;
}
.main .today .slide .swiper-slide .info .tit {
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
}
.main .today .slide .swiper-slide .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.main .today .slide .swiper-slide .info .rating .score {
  display: block;
  padding-left: 1.0625rem;
  background: url(../images/common/ico_rating.svg) left center / 0.7294rem auto
    no-repeat;
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9375rem;
}
.main .today .slide .swiper-slide .info .rating .num {
  display: block;
  margin-left: 0.1875rem;
  font-family: "Montserrat";
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #666;
}
.main .today .slide .progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.25rem;
  margin-top: 0.625rem;
  box-sizing: border-box;
  z-index: 10;
}
.main .today .slide .progress .scrollbar {
  position: relative;
  width: 17.6875rem;
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.4);
}
.main .today .slide .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #000;
  transition: width 0.7s ease;
}
.main .today .slide .progress .pagination {
  width: auto;
  font-family: "Montserrat";
  font-size: 0.75rem;
  color: #000;
  line-height: 0.8125rem;
}
.main .today .btn-wrap {
  padding: 0 1.25rem;
}
.main .picture .list {
  margin-top: 1.25rem;
}
.main .banner {
  margin: 2.5rem 0;
}
.main .story .slide {
  margin-top: 0.9375rem;
}
.main .story .slide .swiper-slide {
  width: 16.25rem;
  margin-right: 0.4375rem;
}
.main .story .slide .swiper-slide .img {
  width: 16.25rem;
  height: 11.5625rem;
}
.main .story .slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .story .slide .swiper-slide .info {
  padding: 0.9375rem 1.25rem 0;
}
.main .story .slide .swiper-slide .info .tit {
  display: block;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #666;
}
.main .story .slide .swiper-slide .info p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #000;
  font-weight: 500;
}
.main .story .slide .progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.25rem;
  margin-top: 1.25rem;
  box-sizing: border-box;
  z-index: 10;
}
.main .story .slide .progress .scrollbar {
  position: relative;
  width: 100%;
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.4);
}
.main .story .slide .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #000;
  transition: width 0.7s ease;
}
.main .story .slide .progress .pagination {
  width: auto;
  font-family: "Montserrat";
  font-size: 0.75rem;
  color: #000;
  line-height: 0.8125rem;
}
.main .story .story-list {
  margin-top: 1.875rem;
}
.main .review .list {
  margin-top: 1.25rem;
  border-bottom: 0.0625rem solid #e7e7e7;
}
.main .review .list li {
  padding: 0.6875rem 0 0.625rem;
  background: url(../images/common/bg_dot.png) left top / auto 0.0625rem
    repeat-x;
}
.main .review .list li:first-child {
  padding-top: 0;
  background: none;
}
.main .review .list li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* 20230707 리뷰 미리보기 추가 */
.main .review .list li .preview .txt {
  overflow: hidden;
  margin-top: 0.6875rem;
  font-size: 0.6875rem;
  color: #222;
  line-height: 1.125rem;
  max-height: 2.25rem;
  color: #222;
}
.main .review .list li .preview.more {
  cursor: pointer;
}
.main .review .list li .preview.more::after {
  content: "...";
}
.main .review .list li .preview.view .txt {
  max-height: none;
}
.main .review .list li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  overflow: hidden;
}
.main .review .list li .img img {
  width: auto;
  height: 100%;
}
.main .review .list li .info {
  flex: 1;
  margin-left: 0.75rem;
}
.main .review .list li .info .ctg {
  display: block;
  font-size: 0.75rem;
}
.main .review .list li .info .tit {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
}
.main .review .list li .info .user {
  display: block;
  padding-right: 0.875rem;
  margin-top: 0.125rem;
  font-size: 0.6875rem;
  color: #666;
}
.main .review .list li .info .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: bottom;
}
.main .review .list li .info .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
  margin-top: 5px;
}
.main .community .tab-menu {
  margin-top: 0.625rem;
}
.main .community .tab-menu {
  margin-top: 0.625rem;
}
.main .community .list {
  display: none;
  margin-top: 1.875rem;
}
.main .community .list.on {
  display: block;
}

.main .pricing {
  padding: 1.5rem 1.25rem;
  margin: 1.25rem 0;
  background: #FFF2FE;
  box-sizing: border-box;
}

.main .pricing .list {
  margin-top: 0.4375rem;
  border-bottom: 0.0625rem solid #CFCFCF;
}

.main .pricing .list>li {
  padding: 0.625rem 0;
}

.main .pricing .list>li+li {
  background: url(../images/common/bg_dot2.png) left top / auto 0.0625rem repeat-x;
}

.main .pricing .list>li a {
  display: flex;
}

.main .pricing .list>li .info {
  flex: 1;
}

.main .pricing .list>li .info .tit {
  display: block;
  height: 2rem;
  color: #333;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 120%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .pricing .list>li .info .btm {
  display: flex;
  align-items: center;
  margin-top: 1.125rem;
}

.main .pricing .list>li .info .btm .user {
  display: flex;
  align-items: center;
  margin-right: 0.625rem;
  color: #000;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
}

.main .pricing .list>li .info .btm .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
}

.main .pricing .list>li .info .btm .date {
  margin-right: 0.625rem;
  color: #666;
  font-family: 'Montserrat';
  font-size: 0.6875rem;
  font-weight: 400;
}

.main .pricing .list>li .info .btm .hit {
  color: #666;
  font-family: 'Montserrat';
  font-size: 0.6875rem;
  font-weight: 400;
}

.main .pricing .list>li .info .btm .hit strong {
  font-weight: 500;
}

.main .pricing .list>li .img {
  width: 4.375rem;
  height: 4.375rem;
  margin-left: 0.375rem;
}

.main .pricing .list>li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main .pricing .list>li .reply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 4.375rem;
  margin-left: 0.375rem;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.5);
  color: #666;
  font-size: 0.625rem;
  text-align: center;
}

.main .pricing .list>li .reply strong {
  display: block;
  font-family: "Montserrat";
  font-weight: 500;
  color: #000;
}

.main .pricing .btn-wrap a {
  background: rgba(255, 255, 255, 0.50);
}

.news h3 {
  padding: 0 1.25rem;
}
.news .slide {
  margin-top: 1.25rem;
}
.news .slide .swiper-slide {
  width: 16.25rem;
  height: 16.125rem;
}
.news .slide .swiper-slide .img {
  position: relative;
  width: 16.25rem;
  height: 11.5625rem;
  background: #fff;
}
.news .slide .swiper-slide .movie {
  position: relative;
}
.news .slide .swiper-slide .movie:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.875rem 0 0 -1.875rem;
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/common/ico_play.png) center center / 3.75rem auto no-repeat;
}
.news .slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .slide .swiper-slide .info {
  padding: 1rem 1.25rem 0 1.25rem;
}
.news .slide .swiper-slide .info .tit {
  font-size: 0.6875rem;
  color: #666;
  font-weight: 400;
}
.news .slide .swiper-slide .info .desc {
  padding-top: 0.1875rem;
  font-size: 0.8125rem;
  font-weight: 500;
}
.news .slide .progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.25rem;
  margin-top: 1.25rem;
  box-sizing: border-box;
  z-index: 10;
}
.news .slide .progress .scrollbar {
  position: relative;
  width: 100%;
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.4);
}
.news .slide .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #000;
  transition: width 0.7s ease;
}
.news .slide .progress .swiper-pagination-custom {
  display: none;
}
.evaluate-review {
  padding-top: 1rem;
}
.evaluate-review .list > li {
  padding: 1.25rem 0;
  background: url(../images/common/bg_dot.png) left bottom / auto 0.0625rem repeat-x;
}
.evaluate-review .list > li:last-child {
  background-image: none;
  border-bottom: 1px solid #e7e7e7;
}
.evaluate-review .list > li .mem {
  display: flex;
  align-items: center;
  margin-bottom: 0.8125rem;
}
.evaluate-review .list > li .mem .user {
  display: block;
  padding-right: 0.875rem;
  font-size: 0.75rem;
  font-weight: 500;
  background: url(../images/common/ico_arw02_right.svg) 100% 70% / 0.4375rem auto no-repeat;
}
.evaluate-review .list > li .mem .feature {
  font-size: 0.6875rem;
  color: #666;
  font-weight: 400;
}
.evaluate-review .list > li .mem .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: bottom;
}
.evaluate-review .list > li .desc  {
  display: flex;
}
.evaluate-review .list > li .desc .img {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: center;
  align-content: center;
  width: 4.375rem;
  height: 4.375rem;
}
.evaluate-review .list > li .desc .img img {
  width: auto;
  height: 100%;
}
.evaluate-review .list > li .info {
  margin-left: 0.8125rem;
  width: calc(100% - 5.1875rem)
}
.evaluate-review .list > li .star-rating {
  margin-left: 0.3125rem;
  width: 3.75rem;
  height: 0.625rem;
}
.evaluate-review .list > li .tit strong {
  font-size: 0.875rem;
  font-weight: 500;
}
.evaluate-review .list > li .tit em {
  display: inline-block;
  padding-left: 0.3125rem;
  font-size: 0.6875rem;
  color: #707070;
}
.evaluate-review .list > li .grade {
  padding-top: 0.4375rem;
}
.evaluate-review .list > li .grade strong {
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-weight: 600;
}
.evaluate-review .list > li .grade span {
  font-size: 0.875rem;
}
.evaluate-review .list > li .grade_desc {
  margin-top: 0.3125rem;
}
.evaluate-review .list > li .grade_desc strong {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #F5ECFF;
  border-radius: 3.125rem;
  font-size: 0.6875rem;
  font-weight: 500;
}
.evaluate-review .list > li .grade_desc span {
  position: relative;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  font-weight: 400;
}
.evaluate-review .list > li .grade_desc span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1px;
  height: 0.625rem;
  background-color: #d9d9d9;
}
.evaluate-review .list > li .grade_desc i {
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 500;
}
.evaluate-review .list > li .txt {
  margin-top: 1rem;
  font-size: 0.75rem;
}

/* 공지팝업 */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1300;
}
.popup.on {
  display: block;
}
.popup > div {
  position: absolute;
  bottom: 0;
  left: 50%;
  overflow: hidden;
  width: 22.5rem;
  transform: translateX(-50%);
  border-radius: 1.25rem 1.25rem 0 0;
  background: #fff;
  transition: transform 0.7s ease;
  box-sizing: border-box;
  z-index: 1300;
}
.popup .slide {
  position: relative;
}
.popup .slide .pagination {
  display: none;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  left: auto;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 1.4375rem;
  border-radius: 3.125rem;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  z-index: 10;
}
.popup .slide .pagination.on {
  display: flex;
}
.popup .btm {
  display: flex;
  justify-content: space-between;
  height: 3.125rem;
}
.popup .btm button {
  padding: 0 1.875rem;
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #999;
}
.popup .btm .btn-close {
  color: #222;
}

/* 알림 */
.notify-list {
  min-height: 17.1875rem;
  padding: 0 0.625rem;
}
.notify-list li {
  position: relative;
  padding: 0.9375rem 1.875rem 0.9375rem 0;
  border-bottom: 0.0625rem solid #d9d9d9;
  background: url(../images/common/ico_arw03_right.svg) right 0.5rem center /
    auto 0.9375rem no-repeat;
}
.notify-list li.new::after {
  position: absolute;
  top: 50%;
  left: -0.9375rem;
  transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background: #ac33fa;
  content: "";
}
.notify-list li .tit {
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #222;
}
.notify-list li p {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #222;
}
.notify-list li .date {
  display: block;
  margin-top: 0.3125rem;
  font-family: "Montserrat";
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 500;
  color: #666;
}
.notify-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
  height: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #222;
}

/* 검색 : 키워드검색 */
.sch-keyword-list {
  display: flex;
  flex-wrap: wrap;
}
.sch-keyword-list li {
  margin-top: 0.625rem;
  margin-right: 0.3125rem;
}
.sch-keyword-list li a {
  display: flex;
  align-items: center;
  width: auto;
  height: 2rem;
  padding: 0 1.25rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  line-height: 1;
  box-sizing: border-box;
}
.sch-keyword-recent {
  position: relative;
  padding-top: 1.875rem;
  margin: 1.875rem 0;
}
.sch-keyword-recent::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  height: 0.0625rem;
  background: #d9d9d9;
  content: "";
}
.sch-keyword-recent .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sch-keyword-recent .top h3 {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #222;
  line-height: 1;
}
.sch-keyword-recent .top .btn-del-all {
  background: none;
  font-size: 0.75rem;
  color: #222;
}
.sch-keyword-recent .list {
  margin-top: 1.25rem;
}
.sch-keyword-recent .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sch-keyword-recent .list li a {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 2.375rem;
}
.sch-keyword-recent .list li .btn-del {
  width: 1rem;
  height: 1rem;
  background: url(../images/common/ico_del.svg) center / 0.6875rem auto
    no-repeat;
  text-indent: -9999em;
}
.sch-keyword-banner {
  margin-top: auto;
}
.sch-keyword-result {
  margin-top: 1.5625rem;
}
.sch-keyword-result h3 {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.sch-keyword-result .banner {
  margin: 2.5rem 0;
}

.h3-kwd {
  font-size: 0.9375rem;
}
.search-keyword .search-scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  height:  calc(100vh - 19rem);
}
.search-scroll > .h3-kwd {
  margin-top: 1.5625rem;
}
.h3-kwd + .sch-keyword-list {
  margin-top: 0.625rem;
}
.sch-keyword-add {
  margin-top: 1.875rem;
  padding: 1.875rem 1.25rem 3.75rem 1.25rem;
  border-top: 2px solid #D9D9D9;
}
.sch-keyword-add .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sch-keyword-add .head + .kwd {
  margin-top: 1.25rem;
}
.sch-keyword-add .kwd {
  position: relative;
  padding: 0.625rem 0;
}
.sch-keyword-add .kwd em {
  display: inline-block;
  width: 90%;
  font-size: 0.75rem;
  font-weight: 500;
}
.sch-keyword-add .kwd .del {
  position: absolute;
  top: 50%;
  right: 0.1875rem;
  margin-top: -0.5rem;
  padding: 0.1875rem;
  width: 0.625rem;
  height: 0.625rem;
  background: url(../images/common/ico_del.svg) center center / 0.625rem auto no-repeat;
  font-size: 0;
  line-height: 0;
}

/* 검색 : 술검색 */
.sch-gds-result {
  margin-top: 1.5625rem;
}

/* 검색 : 술검색 필터 */
.layer-filter {
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  transform: translateX(0);
  width: 18.125rem;
  height: 100%;
  background: #fff;
  transition: all 0.5s ease;
  z-index: 1300;
}
.layer-filter.on {
  left: calc(50% + 2.1875rem);
  transform: translateX(-50%);
}
.layer-filter > div {
  height: 100%;
}
.layer-filter .top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.0625rem;
  padding: 0 0.9375rem 0 1.25rem;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.layer-filter .top-wrap h3 {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.layer-filter .top-wrap .ctr {
  display: flex;
  align-items: center;
}
.layer-filter .top-wrap .ctr .btn-reset {
  padding-left: 1.5625rem;
  background: url(../images/common/ico_reset.svg) left center / 1.375rem auto
    no-repeat;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.layer-filter .top-wrap .ctr .btn-close {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.9375rem;
  background: url(../images/common/ico_close.svg) center / 1.5rem auto no-repeat;
  text-indent: -9999em;
}
.layer-filter .list-wrap {
  padding: 1.5625rem 0 1.875rem 1.25rem;
  height: calc(100% - 3.125rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.layer-filter .list-wrap > div {
  width: 15.625rem;
}
.layer-filter .list-wrap .list > li {
  margin-top: 1.875rem;
}
.layer-filter .list-wrap .list > li:first-child {
  margin-top: 0;
}
.layer-filter .list-wrap .list > li .title {
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #222222; /*cursor: pointer;*/
}
.layer-filter .list-wrap .list > li .title h4 {
  display: flex;
  align-items: center;
  background: url(../images/common/ico_arw06_top.png) right 0.25rem center /
    0.875rem auto no-repeat;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.layer-filter .list-wrap .list > li .title h4 .arw {
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url("../images/common/ico_arw04_right.svg") center / 0.3125rem
    auto no-repeat;
  text-indent: -9999em;
}
.layer-filter .list-wrap .list > li .con {
  display: none;
}
.layer-filter .list-wrap .list > li .con h5 {
  display: block;
  margin: 0.625rem 0;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.layer-filter .list-wrap .list > li .con .chk-list li {
  margin-top: 0.625rem;
}
.layer-filter .list-wrap .list > li .con .chk-list li:first-child {
  margin-top: 0;
}
.layer-filter .list-wrap .list > li .con .chk-list.col2 {
  display: flex;
  flex-wrap: wrap;
}
.layer-filter .list-wrap .list > li .con .chk-list.col2 li {
  width: 50%;
}
.layer-filter .list-wrap .list > li .con .chk-list.col2 li:nth-child(-n + 2) {
  margin-top: 0;
}
.layer-filter .list-wrap .list > li .con .chk-list.col2 li.w-auto {
  width: auto;
}
.layer-filter .list-wrap .list > li .con .chk-list.col3 {
  display: flex;
  flex-wrap: wrap;
}
.layer-filter .list-wrap .list > li .con .chk-list.col3 li {
  width: 33.333%;
}
.layer-filter .list-wrap .list > li .con .chk-list.col3 li:nth-child(-n + 3) {
  margin-top: 0;
}
.layer-filter .list-wrap .list > li .con .chk-list.col3 li.w-auto {
  width: auto;
}
.layer-filter .list-wrap .list > li .con .pairing-list {
  display: flex;
  flex-wrap: wrap;
}
.layer-filter .list-wrap .list > li .con .pairing-list li {
  margin-top: 0.3125rem;
  margin-right: 0.25rem;
}
.layer-filter .list-wrap .list > li .con .pairing-list li:nth-child(-n + 3) {
  margin-top: 0;
}
.layer-filter .list-wrap .list > li .con .pairing-list li:nth-child(3n + 0) {
  margin-right: 0;
}
/*.layer-filter .list-wrap .list > li .con .pairing-list li button{width: 5rem; height: 5rem; padding-top: 2rem; vertical-align: top; background-position: center 0.6875rem; background-size: 2.1875rem auto; background-color: #fff; background-repeat: no-repeat; border: 0.0625rem solid #d9d9d9; font-weight: 400; font-size: 0.6875rem; line-height: 1rem; box-sizing: border-box;}*/
.layer-filter .list-wrap .list > li .con .pairing-list li button {
  width: 5rem;
  height: 5rem;
  padding-top: 2.5rem;
  vertical-align: top;
  background-position: center 0.6875rem;
  background-size: 2.1875rem auto;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 0.0625rem solid #d9d9d9;
  font-weight: 400;
  font-size: 0.5875rem;
  line-height: 0.8rem;
  box-sizing: border-box;
}
.layer-filter .list-wrap .list > li .con .pairing-list li button.on {
  border-color: #a175db;
  font-weight: 500;
  color: #7651a6;
}
.layer-filter .list-wrap .list > li.on .title h4 {
  background-image: url(../images/common/ico_arw06_bottom.svg);
}
.layer-filter .list-wrap .list > li.on .con {
  display: block;
}

/* 상세검색 */
.detailed-sch {
  position: unset;
  width: 100%;
  transform: unset;
  transition: unset;
}
.detailed-sch .top-wrap {
  justify-content: flex-end;
  padding: 0;
  border-bottom-width: 0;
}
.detailed-sch .list-wrap {
  padding: 0 0 1.875rem 0;
}
.detailed-sch .list-wrap > div {
  width: 100%;
}
.detailed-sch .list-wrap .list > li {
  display: flex;
  margin-top: 1.0625rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #000;
}
.detailed-sch .list-wrap .list > li:first-child {
  margin-top: 0;
  padding-top: 0.75rem;
  border-top-width: 0;
}
.detailed-sch .list-wrap .list > li .title {
  width: 5rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.detailed-sch .list-wrap .list > li.on .title h4 {
  padding-left: 0.5rem;
  background-image: none;
}
.detailed-sch .list-wrap .list > li .con h5 {
  margin-top: 1rem;
}
.detailed-sch .list-wrap .list > li .con h5:nth-of-type(1) {
  margin-top: 0.125rem;
}
.detailed-sch .list-wrap .list > li.on .con {
  width: calc(100% - 5rem);
}
.detailed-sch .list-wrap .list > li .con .chk-list li:first-child {
  margin-top: 0;
}
.detailed-sch .list-wrap .list > li .con .pairing-list li button {
  width: 4.8125rem;
  height: 4.8125rem;
}

/* 술정보 : 술랭킹 테마상세 */
.ranking-thema-view .visual {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  height: 15.9375rem;
}
.ranking-thema-view .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ranking-thema-view .info-box {
  padding-top: 1.25rem;
}
.ranking-thema-view .info-box .tit {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}
.ranking-thema-view .info-box p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
}
.ranking-thema-view .info-box .date {
  display: block;
  margin-top: 0.625rem;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 1;
}
.ranking-thema-view hr {
  margin: 1.25rem 0;
}

/* 술정보 : 상세 */
.goods-view {
  padding-top: 3.125rem;
}
.goods-view .visual {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
}
.goods-view .visual .swiper-slide {
  width: 100%;
}
.goods-view .visual img {
  width: 100%;
  max-height: 25.625rem;
  object-fit: contain;
}
/*.goods-view .visual .progress{display: none; position: absolute; bottom: 1.25rem; left: 50%; align-items: center; justify-content: space-between; transform: translateX(-50%); width: 11.25rem; box-sizing: border-box; z-index: 10;}*/
.goods-view .visual .progress {
  display: none;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  width: 11.25rem;
  box-sizing: border-box;
  z-index: 10;
}
.goods-view .visual .progress.on {
  display: flex;
}
.goods-view .visual .progress .scrollbar {
  position: relative;
  width: 17.6875rem;
  height: 0.125rem;
  background: #939393;
}
.goods-view .visual .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #000;
  transition: width 0.7s ease;
}
.goods-view .visual .progress .pagination {
  width: auto;
  font-family: "Montserrat";
  font-size: 0.75rem;
  color: #fff;
  line-height: 0.8125rem;
}
.goods-view .info-box {
  padding: 2.1875rem 0 0 0;
}
.goods-view .info-box .ctg {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1;
}
.goods-view .info-box .ctg .arw {
  display: block;
  width: 0.3125rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: url(../images/common/ico_arw04_right.svg) center / 0.3125rem auto
    no-repeat;
}
.goods-view .info-box .tit {
  display: block;
  margin-top: 0.3125rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.goods-view .info-box p {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.goods-view .info-box .add {
  /* padding-bottom: 1.25rem; */
  margin: 0.625rem 0 0.9375rem;
  /* border-bottom: 0.0625rem solid #d9d9d9; */
}
.goods-view .info-box .rating {
  display: flex;
  align-items: center;
}
.goods-view .info-box .rating .star-rating {
  width: 6.25rem;
}
.goods-view .info-box .rating .score {
  margin: 0 0.625rem 0 0.3125rem;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
.goods-view .info-box .rating .total {
  font-size: 0.75rem;
  line-height: 1;
}
.goods-view .info-box .rating .total strong {
  font-family: "Montserrat";
  font-weight: 500;
}
.goods-view .info-box .ranking {
  display: flex;
  align-items: center;
  height: 2.1875rem;
  padding: 0 0.625rem;
  margin-top: 1.25rem;
  background: #f5ecff;
}
.goods-view .info-box .ranking dt {
  width: 5.9375rem;
  padding-left: 1.25rem;
  background: url(../images/common/ico_ranking.svg) left center / 1rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.6875rem;
}
.goods-view .info-box .ranking dd {
  flex: 1;
  font-weight: 500;
  font-size: 0.6875rem;
}
.goods-view .info-box .award {
  display: flex;
  padding: 0.6875rem 1rem 0.875rem 1rem;
  margin-top: 0.625rem;
  background-color: #F1EDE7;
  border-radius: 0.625rem;
}
.goods-view .info-box .award dt {
  width: 5.9375rem;
  height: 1.25rem;
  padding-left: 1.25rem;
  background: url(../images/common/ico_award2.svg) left 60% / 1rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.6875rem;
  color: #988355;
  line-height: 1.25rem;
}
.goods-view .info-box .award dd {
  flex: 1;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.25rem;
}
.goods-view hr {
  margin: 0;
}
.goods-view .tab-menu {
  margin: 3.125rem 0 1.875rem;
}
.goods-view .banner + .tab-menu {
  margin-top: 2.5rem;
}
.goods-view hr + .tab-menu {
  margin-top: 0;
}
.goods-view .tab-menu:nth-of-type(1) {
  margin-top: 0;
}
.goods-view .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.1875rem 0 0.9375rem;
}
.goods-view .head.bd-b {
  padding-bottom: 0.8125rem;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.goods-view .head.cinfobx {
  flex-wrap: wrap;
}
.goods-view .head h3 {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  color: #222;
  line-height: 1.25rem;
}
.goods-view .head .btn-edit {
  display: inline-block;
  padding-left: 1.25rem;
  background: url(../images/common/ico_edit.svg) left center / 1rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  color: #222;
  line-height: 1.25rem;
}
.goods-view .head + .desc {
  margin-top: -0.625rem;
}
.goods-view .head > .cinfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.goods-view .head > .cinfo #cinfo_layerp {
  padding-left: 1.5rem;
  background: #fff url(../images/common/icon_comment.png) no-repeat 0 50%;
  background-size: 1.25rem 1.190476rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.goods-view .cinfo_layerp {
  display: none;
  position: absolute;
  top: -1.5rem;
  box-sizing: border-box;
  padding: 1rem 2rem 1rem 1rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.75rem;
  font-size: 0.75rem;
}
.goods-view .cinfo_layerp_close {
  position: absolute;
  top: 1rem;
  right: 0.875rem;
  width: 1.42857rem;
  height: 1.42857rem;
  background: url(../images/common/icon_comment_close.svg) no-repeat;
  background-size: 1.42857rem 1.42857rem;
  font-size: 0;
  line-height: 0;
}
.goods-view .tab-menu + .head {
  margin-top: 1.875rem;
}
.goods-view .tbl-basic {
  width: 100%;
  border-top: 0.0625rem solid #d9d9d9;
}
.goods-view .tbl-basic th,
.goods-view .tbl-basic td {
  border-bottom: 0.0625rem solid #d9d9d9;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
.goods-view .tbl-basic th {
  background: #f7f7f7;
  padding: 0.625rem;
  text-align: left;
  color: #222;
}
.goods-view .tbl-basic td {
  padding: 0.625rem 1.25rem;
  text-align: left;
  color: #222;
}
.goods-view .desc {
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.goods-view .tbl-basic + .desc {
  margin-top: 0.9375rem;
}
.goods-view .tasting {
  margin: 0.9375rem 0 3.4375rem;
}
.goods-view .tasting > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.goods-view .tasting > li:first-child {
  margin-top: 0;
}
.goods-view .tasting > li .tit {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  color: #222;
  line-height: 0.625rem;
}
.goods-view .tasting > li .score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15.9375rem;
  height: 0.9375rem;
}
.goods-view .tasting > li .score span {
  display: block;
  width: 2.5rem;
  font-size: 0.75rem;
  color: #222;
}
.goods-view .tasting > li .score span:last-child {
  text-align: right;
}
.goods-view .tasting > li .score ul {
  display: flex;
  overflow: hidden;
  width: 11.25rem;
}
.goods-view .tasting > li .score ul li {
  flex: 1;
  height: 0.9375rem;
  margin: 0 0.0313rem;
  border: 0.0625rem solid #d9d9d9;
  text-align: center;
  text-indent: -9999em;
  box-sizing: border-box;
}
.goods-view .tasting > li .score ul li:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
}
.goods-view .tasting > li .score ul li:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}
.goods-view .tasting > li .score ul li.on {
  border-color: #ac33fa;
  background: #ac33fa;
}
.goods-view .pairing {
  padding: 1.25rem 0;
  border-radius: 0.625rem;
  background: #f7f7f7;
  text-align: center;
}
.goods-view .pairing ul {
  display: inline-flex;
  flex-wrap: wrap;
  width: 15.75rem;
}
.goods-view .pairing ul li {
  width: 5rem;
  padding-top: 2.1875rem;
  margin: 1.875rem 0.125rem 0;
  background-position: center top;
  background-size: 2.1875rem auto;
  background-repeat: no-repeat;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1rem;
}
.goods-view .pairing ul li:nth-child(-n + 3) {
  margin-top: 0;
}
.goods-view .pairing + .desc {
  margin-top: 0.625rem;
}
.goods-view .company-info.cinfobx2 {
  position: relative;

}
.goods-view .company-info .name {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.625rem;
}
.goods-view .company-info .name .logo {
  width: auto;
  height: 1.625rem;
  margin-right: 0.9375rem;
}
.goods-view .company-info .name .link {
  display: inline-block;
  padding-right: 0.75rem;
  background: url(../images/common/ico_arw05_right.svg) right 55% / 0.375rem
    auto no-repeat;
}
.goods-view .company-info dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3125rem;
  margin-bottom: 1.3125rem;
}
.goods-view .company-info dl dt {
  width: 5.3125rem;
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.goods-view .company-info dl dd {
  width: 14.6875rem;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.goods-view .rating-box {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #d9d9d9;
  text-align: center;
}
.goods-view .rating-box .score {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 2rem;
}
.goods-view .rating-box .total {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
}
.goods-view .rating-box .total strong {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.75rem;
}
.goods-view .review-guide {
  margin-top: 1.25rem;
}
.goods-view .head + .review-guide {
  margin-top: 2.5rem;
}
.goods-view .review-guide h4 {
  display: block;
  padding-top: 1.9375rem;
  background: url(../images/common/ico_msg.svg) center top / 1.5rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
}
.goods-view .review-guide .point-box {
  padding: 0.9375rem 0;
  margin-top: 0.625rem;
  border-radius: 0.625rem;
  background: #fbf4ff;
}
.goods-view .review-guide .point-box ul {
  display: flex;
  width: 100%;
}
.goods-view .review-guide .point-box ul li {
  flex: 1;
  text-align: center;
}
.goods-view .review-guide .point-box ul li .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.375rem;
  height: 4.375rem;
  border: 0.0625rem solid #ac33fa;
  border-radius: 100%;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #222;
  text-align: center;
  box-sizing: border-box;
}
.goods-view .review-guide .point-box ul li .circle strong {
  display: block;
  padding-top: 0.5rem;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-weight: 700;
  color: #ac33fa;
}
.goods-view .review-guide .point-box ul li p {
  margin-top: 0.3125rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.8125rem;
  color: #222;
  text-align: center;
}
.goods-view .review-guide .point-box ul li p span {
  display: block;
  transform: scale(0.8);
}
.goods-view .review-guide + .btn-wrap {
  margin-top: 1.25rem;
}
.goods-view .review-fix {
  margin-top: 1.25rem;
}
/*.goods-view .review-list {*/
/*  margin-top: 1.25rem;*/
/*}*/
.goods-view .banner {
  margin: 2.5rem 0;
}
.goods-view .story {
  margin-bottom: 2.5rem;
}
.goods-view .story .slide {
  margin-top: 1.25rem;
}
.goods-view .story .slide .swiper-slide {
  width: 9.6875rem;
  margin-right: 0.625rem;
}
.goods-view .story .slide .swiper-slide .img {
  width: 9.6875rem;
  height: 6.875rem;
}
.goods-view .story .slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-view .story .slide .swiper-slide .info {
  padding: 0.625rem 0;
}
.goods-view .story .slide .swiper-slide .info .tit {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
.goods-view .story .slide .swiper-slide .info p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
}
.goods-view .story .slide .progress {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.625rem;
  box-sizing: border-box;
  z-index: 10;
}
.goods-view .story .slide .progress.on {
  display: flex;
}
.goods-view .story .slide .progress .scrollbar {
  position: relative;
  width: 100%;
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.4);
}
.goods-view .story .slide .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #000;
  transition: width 0.7s ease;
}
.goods-view .story .slide .progress .pagination {
  width: auto;
  font-family: "Montserrat";
  font-size: 0.75rem;
  color: #000;
  line-height: 0.8125rem;
}
.goods-view .picture {
  margin: 1.25rem 0 2.5rem;
}
.goods-view .recomm {
  margin-top: 1.25rem;
}
.goods-view .recomm .slide {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding-left: 1.25rem;
  margin-top: 1.25rem;
  box-sizing: border-box;
}
.goods-view .recomm .slide .swiper-slide {
  width: 6.25rem;
  margin-right: 1.25rem;
}
.goods-view .recomm .slide .swiper-slide:last-child {
  margin-right: 0;
}
.goods-view .recomm .slide .swiper-slide .img {
  width: 6.25rem;
  height: 6.25rem;
}
.goods-view .recomm .slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.goods-view .recomm .slide .swiper-slide .info {
  padding: 0.625rem 0;
}
.goods-view .recomm .slide .swiper-slide .info .tit {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.goods-view .recomm .slide .swiper-slide .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.goods-view .recomm .slide .swiper-slide .info .rating .score {
  display: block;
  padding-left: 1.25rem;
  background: url(../images/common/ico_rating.svg) left center / 0.9375rem auto
    no-repeat;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9375rem;
}
.goods-view .recomm .slide .swiper-slide .info .rating .num {
  display: block;
  margin-left: 0.3125rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #666;
}
.goods-view .btm-gds {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 22.5rem;
  height: 3.75rem;
  padding: 0.625rem 0.9375rem;
  background: #fff;
  text-align: center;
  box-shadow: 0rem 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: transform 0.5s ease;
  z-index: 110;
}
.goods-view .btm-gds ul {
  display: flex;
  justify-content: space-between;
}
.goods-view .btm-gds ul li {
  position: relative;
}
.goods-view .btm-gds ul li::after {
  position: absolute;
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 0.9375rem;
  background: #999;
  content: "";
}
.goods-view .btm-gds ul li:first-child::after {
  display: none;
}
.goods-view .btm-gds ul li button {
  display: inline-block;
  padding: 0 0.625rem;
  background: none;
  text-align: center;
}
.goods-view .btm-gds ul li button span {
  display: inline-block;
  padding-left: 1.5625rem;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 2.5rem;
  text-align: center;
}
.goods-view .btm-gds ul li .btn-recomm span {
  background: url(../images/common/ico_recomm.svg) left center / 1.25rem auto
    no-repeat;
}
.goods-view .btm-gds ul li .btn-scrap span {
  background: url(../images/common/ico_scrap.svg) left center / 1.25rem auto
    no-repeat;
}
.goods-view .btm-gds ul li .btn-kakao span {
  background: url(../images/common/ico_kakao.svg) left center / 1.25rem auto
    no-repeat;
}
.goods-view .btm-gds ul li .btn-recomm.on span {
  background-image: url(../images/common/ico_recomm_on.svg);
}
.goods-view .btm-gds ul li .btn-scrap.on span {
  background-image: url(../images/common/ico_scrap_on.svg);
}
.goods-view .btm-gds ul li .btn-kakao.on span {
  background-image: url(../images/common/ico_kakao_on.svg);
}
.goods-view .copyright {
  margin-top: 1.625rem;
  padding-top: 0.8125rem;
  border-top: 0.0625rem solid #d9d9d9;
  font-size: 0.6875rem;
  letter-spacing: -0.02rem;
}
.goods-view .alertment {
  margin-top: 1.625rem;
  font-size: 0.6875rem;
}

.goods-view .pro_comment li {
  text-align: center;
  padding: 1.125rem 0.625rem 0 0.625rem;
  background: url(../images/common/ico_quot.png) left top / 1.875rem auto
    no-repeat;
}
.goods-view .pro_comment li + li {
  margin-top: 1rem;
}
.goods-view .pro_comment li > p {
  font-family: 'Noto Serif KR';
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.goods-view .pro_comment li > em {
  position: relative;
  display: block;
  padding: 1rem 0;
  font-size: 0.6875rem;
}
.goods-view .pro_comment li > em:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.3125rem;
  width: 2.625rem;
  height: 2px;
  background-color: #959595;
}
.goods-view .pro_comment li:last-child > em:after {
  height: 0;
}

/* 술정보 : 리뷰 더보기 */
.goods-review {
  margin-top: 0.625rem;
}
.goods-review hr {
  margin: 0.625rem 0 1.25rem;
}
.goods-review-reg .gds-info {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 105.882%;
  padding: 0.625rem 1.25rem;
  margin-top: -0.625rem;
  background: #fff;
  box-sizing: border-box;
}
.goods-review-reg .rating h3,
.goods-review-reg .rating h4 {
  margin-bottom: 1.0625rem;
}
.goods-review-reg .rating .rating-total {
  border-bottom: 0.0625rem solid #d9d9d9;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.goods-review-reg .rating .rating-detail .list > li {
  margin-top: 0.625rem;
}
.goods-review-reg .rating .rating-detail .list > li:first-child {
  margin-top: 0;
}
.goods-review-reg .rating .rating-item {
  display: flex;
  align-items: center;
  width: 14.375rem;
  margin: 0 auto;
}
.goods-review-reg .rating .rating-item .tit {
  display: block;
  width: 3.75rem;
  font-weight: 500;
  font-size: 0.75rem;
}

/* 술정보 : 오늘 한잔 추천 */
.today-recomm .recomm-item + .recomm-item {
  margin-top: 1.875rem;
}
.today-recomm .recomm-rnd {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 21.21875rem;
  height: 18.75rem;
  padding-top: 1.5625rem;
  border-radius: 0.625rem;
  background: url(../images/common/bg_recomm_rnd.png) center / 100% auto
    no-repeat;
  text-align: center;
  box-sizing: border-box;
}
.today-recomm .recomm-rnd h3 {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
}
.today-recomm .recomm-rnd .txt {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #222;
}
.today-recomm .recomm-rnd .txt strong {
  font-weight: 700;
}
.today-recomm .recomm-rnd .item {
  position: absolute;
  top: 5.9375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 7.5rem;
}
.today-recomm .recomm-rnd .item li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.today-recomm .recomm-rnd .item li.on {
  display: block;
}
.today-recomm .recomm-rnd .item li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.today-recomm .recomm-rnd button {
  position: absolute;
  bottom: 2.1875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.25rem;
  height: 1.75rem;
  border: 0.0625rem solid #000;
  border-radius: 1.25rem;
  background: none;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1;
  box-sizing: border-box;
}
.today-recomm .recomm-rnd.play {
  background-image: url(../images/common/bg_recomm_rnd_on.jpg);
}

/* 230714 수정 */
.today-recomm .recomm-rnd.play .item {
  border: 0.0625rem solid red;
  border-image: linear-gradient(
    0deg,
    rgba(174, 21, 158, 1) 0%,
    rgba(174, 21, 158, 1) 33%,
    rgba(96, 22, 210, 1) 66%,
    rgba(118, 37, 243, 1) 100%
  );
  border-image-slice: 1;
  background-color: #fff;
}
.today-recomm .recomm-rnd.play button {
  background: #fff;
}
.today-recomm .recomm-rnd.cpt .item::after {
  position: absolute;
  right: -0.5625rem;
  bottom: -0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  background: url(../images/common/ico_plus.svg) center / 100% auto no-repeat;
  content: "";
}
.today-recomm .recomm-rnd.cpt button {
  background: none;
}
.today-recomm .recomm-rnd.cpt .txt strong {
  color: #ac33fa;
}
.today-recomm .banner-test {
  margin-top: 2.5rem;
}
.today-recomm .banner-test a {
  display: block;
  padding-top: 1.875rem;
  height: 8.125rem;
  background: url(../images/common/bg_banner_test.jpg) center / 100% no-repeat;
  text-align: center;
  box-sizing: border-box;
}
.today-recomm .banner-test .tit {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
}
.today-recomm .banner-test p {
  margin-top: 0.375rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #fff;
}
.today-recomm .like {
  margin-top: 2.5rem;
}
.today-recomm .like h3 {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
}
.today-recomm .like .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
}
.today-recomm .like .list li {
  margin: 0.3125rem 0.3125rem 0 0;
}
.today-recomm .like .list li a {
  display: flex;
  align-items: center;
  height: 2rem;
  padding: 0 1.25rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 3.125rem;
  font-size: 0.75rem;
  line-height: 1;
  box-sizing: border-box;
}
.today-recomm .age {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  margin-top: -0.625rem;
}
.today-recomm .age .con {
  display: none;
}
.today-recomm .age .con.on {
  display: block;
}
.today-recomm .age .tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.25rem;
  border-bottom: 0.0625rem solid #d9d9d9;
  box-sizing: border-box;
}
.today-recomm .age .tab button {
  height: 2.1875rem;
  background: none;
  font-weight: 500;
  font-size: 0.8125rem;
}
.today-recomm .age .tab button.on {
  font-size: 0.9375rem;
}
.today-recomm .age .tab-menu {
  width: 100%;
}
.today-recomm .age .age-item-slide {
  margin-top: 1.25rem;
}
.today-recomm .age .age-item-slide .swiper-slide {
  width: 17.5rem;
  margin-left: 1.25rem;
}
.today-recomm .age .age-item-slide .swiper-slide:last-child {
  width: 21.625rem;
}
.recomm-like .top-box {
  position: relative;
  left: 50%;
  transform: translatex(-50%);
  width: 112.5%;
  padding: 3.125rem 1.25rem 1.25rem;
  background: #f5ecff;
  box-sizing: border-box;
}
.recomm-like .top-box > div {
  padding: 0.9375rem 1.25rem 1.25rem;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  text-align: center;
}
.recomm-like .top-box .txt {
  display: inline-block;
  position: relative;
  padding: 0 0.3125rem 0.375rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  color: #ac33fa;
  z-index: 2;
}
.recomm-like .top-box .txt span {
  position: relative;
  z-index: 2;
}
.recomm-like .top-box .txt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.6875rem;
  background: #f5ecff;
  content: "";
  z-index: 1;
}
.recomm-like .top-box h3 {
  display: block;
  margin-top: 0.4375rem;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}

/* 술정보 : 요술테스트 */
.taste-test .visual {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  height: 7.5rem;
  background: url(../images/common/bg_taste_test.jpg) left bottom / 100% auto no-repeat;
}
.taste-test .visual p {
  padding-top: 1.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
}
.taste-test .taste-test-list li {
  margin-top: 1.875rem;
}
.taste-test .taste-test-list li:first-child {
  margin-top: 0;
}
.taste-test-view .con-full {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  border: 0;
}

/* 술이야기 : 주류뉴스 */
.story-news .new-article {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
}
.story-news .new-article a {
  display: block;
}
.story-news .new-article .img {
  width: 22.5rem;
  height: 13.75rem;
}
.story-news .new-article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-news .new-article .info {
  padding: 0.9375rem 1.25rem;
}
.story-news .new-article .info .tit {
  display: block;
  display: -webkit-box;
  width: 100%;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.story-news .new-article .info .tit.news-tit {
  font-size: 0.9375rem;
}
.story-news .new-article .info .date {
  display: block;
  margin-top: 0.3125rem;
  font-family: "Montserrat";
  font-size: 0.6875rem;
  color: #666;
  font-weight: 500;
}
.story-news .new-article + .story-list-type2 {
  margin-top: 0.9375rem;
}

/* 커뮤니티 : 술상인증 */
.picture-list-type3 > li {
  position: relative;
}
.picture-list-type3 > li::after {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  height: 0.25rem;
  margin: 1.25rem 0;
  border-style: none;
  background: #f4f4f4;
  content: "";
}
.picture-list-type3 > li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.picture-list-type3 > li .top .profile {
  display: flex;
  align-items: center;
}
.picture-list-type3 > li .top .profile .img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  overflow: hidden;
}
.picture-list-type3 > li .top .profile .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picture-list-type3 > li .top .profile .info {
  flex: 1;
  margin-left: 0.625rem;
}
.picture-list-type3 > li .top .profile .info .user {
  display: inline-block;
  padding-right: 0.625rem;
  background: url("../images/common/ico_arw04_right.svg") right center /
    0.3125rem auto no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
}
.picture-list-type3 > li .top .profile .info .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: sub;
}
.picture-list-type3 > li .top .profile .info .txt {
  margin-top: 0.4375rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #666;
  line-height: 1;
}
.picture-list-type3 > li .top .ctr {
  position: relative;
  z-index: 10;
}
.picture-list-type3 > li .top .ctr .btn-menu {
  position: relative;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/common/ico_dots.svg) center / 0.8125rem auto
    no-repeat;
  text-indent: -9999em;
  z-index: 10;
}
.picture-list-type3 > li .top .ctr .menu-list {
  display: none;
  position: absolute;
  top: 1.125rem;
  right: 0.25rem;
  width: 4.375rem;
  padding: 0.625rem 0;
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0.125rem 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.picture-list-type3 > li .top .ctr .menu-list a,
.picture-list-type3 > li .top .ctr .menu-list button {
  display: block;
  width: 100%;
  background: none;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #222;
  text-align: center;
}
.picture-list-type3 > li .top .ctr.on .menu-list {
  display: block;
}
.picture-list-type3 > li .photo {
  margin-top: 0.9375rem;
}
.picture-list-type3 > li .photo .swiper-slide a {
  display: block;
  position: relative;
  width: 20rem;
  height: 18.75rem;
  overflow: hidden;
}
.picture-list-type3 > li .photo .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picture-list-type3 > li .photo .swiper-pagination {
  display: none;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  left: auto;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 2.5rem;
  height: 1.375rem;
  padding: 0 0;
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  box-sizing: border-box;
}
.picture-list-type3 > li .photo .swiper-pagination.on {
  display: inline-flex;
}
.picture-list-type3 > li .photo .swiper-pagination > div {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1;
  color: #fff;
}
.picture-list-type3 > li > .txt {
  display: block;
  padding-top: 0.625rem;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #222;
}
.picture-list-type3 > li .btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.9375rem;
}
.picture-list-type3 > li .btm .util {
  display: flex;
}
.picture-list-type3 > li .btm .util li {
  margin-right: 0.3125rem;
}
.picture-list-type3 > li .btm .util li .btn-like {
  display: flex;
  align-items: center;
  width: auto;
  height: 1.5rem;
  padding: 0 0.625rem 0 1.875rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 12.5rem;
  background: url(../images/common/ico_like03.svg) 0.625rem center / 1rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  box-sizing: border-box;
}
.picture-list-type3 > li .btm .util li .btn-like.on {
  border-color: #ac33fa;
  background-image: url(../images/common/ico_like03_on.svg);
  background-color: #ac33fa;
  color: #fff;
}
.picture-list-type3 > li .btm .util li .btn-cmt {
  display: flex;
  align-items: center;
  width: auto;
  height: 1.5rem;
  padding: 0 0.625rem 0 1.875rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 12.5rem;
  background: url(../images/common/ico_cmt02.svg) 0.625rem center / 1rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  box-sizing: border-box;
}
.picture-list-type3 > li .btm .btn-gds {
  display: block;
  padding-left: 1.8125rem;
  background: url(../images/common/ico_exc.svg) left center / 1.5rem auto
    no-repeat;
  font-weight: 500;
  font-size: 0.75rem;
  color: #222;
  line-height: 1.5rem;
}

/* 이벤트 : 출석체크 */
.attendance-check {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
}
.attendance-check .cont {
  padding: 1.5625rem 1.25rem 2.5rem;
  background: #efe4f7;
}
.attendance-check .box {
  padding: 1.25rem 1.5625rem;
  border-radius: 0.625rem;
  background: #fff;
  text-align: center;
  box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.attendance-check .box.type2 {
  padding: 1.875rem 0.9375rem 2.8125rem;
}
.attendance-check .box h4 {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #222;
}
.attendance-check .box h4 strong {
  font-weight: 700;
}
.attendance-check .box + .box {
  margin-top: 0.9375rem;
}
.attendance-check .point-info {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9375rem;
}
.attendance-check .point-info li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.875rem;
  height: 4.875rem;
  background: url(../images/event/bg_point.svg) center / 100% auto no-repeat;
}
.attendance-check .point-info li span {
  display: block;
  font-family: "Jalnan";
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.attendance-check .point-info li strong {
  display: block;
  margin-top: 0.25rem;
  font-family: "jalnan";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #ac33fa;
}
.attendance-check .btn-check {
  margin-top: 0.9375rem;
}
.attendance-check .check-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.attendance-check .check-list li {
  position: relative;
  width: 3.125rem;
  height: 3.125rem;
  padding-top: 0.875rem;
  margin-top: 1.25rem;
  margin-right: 0.625rem;
  background: url(../images/event/bg_check.svg) center / 100% auto no-repeat;
  font-family: "Jalnan";
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  color: #d9d9d9;
  box-sizing: border-box;
}
.attendance-check .check-list li:nth-child(5n + 0) {
  margin-right: 0;
}
.attendance-check .check-list li:nth-child(-n + 5) {
  margin-top: 0;
}
.attendance-check .check-list li strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1;
}
.attendance-check .check-list li .add {
  display: flex;
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 1rem;
  padding-top: 0.0625rem;
  border-radius: 0.3125rem;
  font-family: "Jalnan";
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
}
.attendance-check .check-list li .add::after {
  position: absolute;
  top: -0.125rem;
  left: 0.5625rem;
  width: 0.375rem;
  height: 0.375rem;
  background: inherit;
  transform: rotate(45deg);
  content: "";
}
.attendance-check .check-list li .add.type1 {
  background: #33cafa;
}
.attendance-check .check-list li .add.type2 {
  background: #ffb000;
}
.attendance-check .check-list li.on {
  background-image: url(../images/event/bg_check_on.svg);
  color: #fff;
}
.attendance-check .notify {
  margin-top: 1.5625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #222;
  text-align: center;
}
.attendance-check .notify .btn-toggle {
  margin-left: 0.3125rem;
}

.attendance-check .notice {
  padding: 1.875rem 1.25rem 0;
}
.attendance-check .notice h4 {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.attendance-check .notice ul {
  margin-top: 0.3125rem;
}
.attendance-check .notice ul li {
  position: relative;
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #222;
}

/* 회원 */
.member {
  padding: 1.25rem 0.625rem;
}
.member .title h3 {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.member .title .txt1 {
  margin-top: 0.3125rem;
  font-size: 1.375rem;
  line-height: 1.125rem;
  color: #222;
}
.member .title .txt2 {
  margin-top: 0.3125rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #222;
}
.member .title .txt3 {
  margin-top: 0.1875rem;
  font-size: 0.8125rem;
  color: #666;
}
.member .agree-list {
  margin-top: 3.4375rem;
}
.member .agree-list .top label {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #222;
}
.member .agree-list ul {
  padding-top: 1.25rem;
  margin-top: 0.9375rem;
  border-top: 0.0625rem solid #d9d9d9;
}
.member .agree-list ul li {
  position: relative;
  margin-top: 1.25rem;
}
.member .agree-list ul li:first-child {
  margin-top: 0;
}
.member .agree-list ul li p {
  padding-left: 1.5625rem;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
  letter-spacing: -0.0313rem;
}
.member .agree-list ul li .c {
  color: #ac33fa;
}
.member .agree-list ul li .btn-view {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/common/ico_link.svg) center / 100% auto no-repeat;
  text-indent: -9999em;
}
.member .auth {
  margin-top: 1.25rem;
}
.member .auth .line {
  height: 0.0625rem;
  margin: 2.5rem 0;
  background: #d9d9d9;
}
.member .auth p {
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #222;
}
.member .join-form {
  position: relative;
}
.member .join-form .top-txt {
  position: absolute;
  top: -1.25rem;
  right: 0;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  color: #666;
  text-align: right;
}
.member .join-form .top-txt i {
  font-weight: 500;
  font-size: 0.6875rem;
  color: #d32828;
}
.member .join-form h3 {
  display: block;
  margin-bottom: 1.5625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #222;
}
.member .join-form h3 strong {
  color: #ac33fa;
}
.member .join-form h3 span {
  font-size: 0.75rem;
  color: #666;
  font-weight: 400;
}
.member .ipt-form {
  position: relative;
  margin-top: 1.875rem;
}
.member .ipt-list > li {
  margin-top: 1.25rem;
}
.member .ipt-list.type2 > li {
  margin-top: 1.875rem;
}
.member .ipt-list li:first-child {
  margin-top: 0;
}
.member .ipt-list h4 {
  display: block;
  margin-bottom: 0.625rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: #222;
}
.member .ipt-list h4 i {
  font-weight: 500;
  font-size: 0.6875rem;
  color: #d32828;
}
.member .ipt-list h4 span {
  font-weight: 400;
  font-size: 0.75rem;
  color: #666;
}
.member .ipt-list .msg {
  display: block;
  margin-top: 0.4375rem;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #d32828;
}
.member .ipt-list .justify {
  display: flex;
  justify-content: space-between;
}
.member .ipt-list .justify input[type="text"],
.member .ipt-list .justify input[type="password"] {
  width: 13.4375rem;
}
.member .ipt-list input[type="text"]::-webkit-input-placeholder,
.member .ipt-list input[type="password"]::-webkit-input-placeholder {
  font-size: 0.6875rem;
  letter-spacing: -0.0125rem;
}
.member .ipt-list input[type="text"]::placeholder,
.member .ipt-list input[type="password"]::placeholder {
  font-size: 0.6875rem;
  letter-spacing: -0.0125rem;
}
.member .ipt-list .chk-list {
  display: flex;
  flex-wrap: wrap;
}
.member .ipt-list .chk-list.col2 li {
  width: 9.0625rem;
  margin-top: 0.625rem;
  margin-right: 0.5625rem;
}
.member .ipt-list .chk-list.col2 li:nth-child(-n + 2) {
  margin-top: 0;
}
.member .ipt-list .chk-list.col2 li:nth-child(2n + 0) {
  margin-right: 0;
}
.member .ipt-list .chk-list.col3 li {
  width: 5.875rem;
  margin-top: 0.5625rem;
  margin-right: 0.5625rem;
}
.member .ipt-list .chk-list.col3 li:nth-child(-n + 3) {
  margin-top: 0;
}
.member .ipt-list .chk-list.col3 li:nth-child(3n + 0) {
  margin-right: 0;
}
.member .cpt .grade-box {
  padding: 1.25rem;
  margin-top: 1.875rem;
  background: #f7f7f7;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  text-align: center;
}
.member .cpt .grade-box .grade {
  display: inline-block;
  width: 5.875rem;
  height: 5.875rem;
  padding-top: 1.125rem;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
}
.member .cpt .grade-box .grade .img {
  display: inline-block;
  width: 3.125rem;
}
.member .cpt .grade-box .grade strong {
  display: block;
  margin-top: -0.1875rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #222;
  line-height: 1;
}
.member .cpt .grade-box .txt1 {
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  color: #222;
}
.member .cpt .grade-box .txt2 {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
}

/* 230711 수정 및 추가 */

.member .cpt .banner-test {
  position: relative;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  margin-top: 2.5rem;
  height: 13.125rem;
  background: url(../images/common/bg_banner_test02.jpg) center / 100% no-repeat;
}

.member .cpt .banner-test .bnt-purple {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #681bde;
  line-height: 1.5;
  margin-top: 1.875rem;
}

.member .cpt .banner-test .bnt-black {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}

.member .cpt .banner-test .bnt-small {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
}
.member .cpt .banner-test .bnt-small span {
  font-weight: bold;
}

.member .cpt .banner-test .bnt-border {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.member .cpt .banner-test a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin: 1.75rem auto 0;
  line-height: 2.625rem;
  width: 18.75rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(
    147.17deg,
    #6819e2 -71.1%,
    #7731e3 3.63%,
    #ae159e 91.93%
  );
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-wrap.goMain a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  height: 2.625rem;
  line-height: 2.625rem;
  width: 18.75rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ac33fa;
  margin-bottom: 0.875rem;
  background: transparent;
  border: 1px solid #ac33fa;
}

footer.h-type2 > div {
  margin-top: 0;
}

/* 230713 수정 */
.page-sub main {
  padding-bottom: 5rem;
}

.member .cpt .banner-test .tit {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #9b884f;
}
.member .cpt .banner-test p {
  margin-top: 0.375rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.member .login {
  margin-top: 1.5625rem;
}
.member .login .ipt > li {
  margin-top: 0.9375rem;
}
.member .login .ipt > li:first-child {
  margin-top: 0;
}
.member .login .opt {
  margin-top: 1.125rem;
}
.member .login .menu {
  margin-top: 0.3125rem;
  text-align: center;
}
.member .login .menu ul {
  display: inline-flex;
}
.member .login .menu ul li {
  position: relative;
  padding: 0 0.625rem;
}
.member .login .menu ul li::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 0.5rem;
  background: #222;
  content: "";
}
.member .login .menu ul li:first-child::after {
  display: none;
}
.member .login .menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 3.125rem;
  color: #222;
}
.member .login .sns {
  margin-top: 2.5rem;
  text-align: center;
}
.member .login .sns h4 {
  display: block;
  position: relative;
}
.member .login .sns h4::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.0625rem;
  background: #d9d9d9;
  content: "";
}
.member .login .sns h4 span {
  display: inline-block;
  position: relative;
  padding: 0 1.5625rem;
  background: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  z-index: 1;
}
.member .login .sns ul {
  display: inline-flex;
  margin-top: 1.25rem;
}
.member .login .sns ul li {
  margin: 0 0.9375rem;
}
.member .login .sns ul li a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  text-indent: -9999em;
}
.member .login .sns ul li .btn-kakao {
  background: url(../images/common/ico_login_kakao.svg) center / 100% auto
    no-repeat;
}
.member .login .sns ul li .btn-naver {
  background: url(../images/common/ico_login_naver.svg) center / 100% auto
    no-repeat;
}
.member .login .sns ul li .btn-apple {
  background: url(../images/common/ico_login_apple.svg) center / 100% auto
    no-repeat;
}
.member .info-box {
  padding: 1.875rem;
  margin-top: 1.875rem;
  border-radius: 0.625rem;
  background: #f7f7f7;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #222;
  text-align: center;
}

/* 마이페이지 */
.mypage-main .profile {
  display: flex;
  position: relative;
  left: 50%;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
  width: 112.5%;
  padding: 3.75rem 1.25rem 2.5rem;
  background: #ac33fa;
  box-sizing: border-box;
}
.mypage-main .profile .img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0rem 0.125rem 0.625rem rgba(0, 0, 0, 0.25);
}
.mypage-main .profile .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mypage-main .profile .info {
  flex: 1;
  margin-left: 0.625rem;
}
.mypage-main .profile .info .user {
  display: inline-block;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1;
}
.mypage-main .profile .info .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: sub;
}
.mypage-main .profile .info .btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.6875rem;
  color: #fff;
  line-height: 1.5rem;
}
.mypage-main .profile .info .btm .btn-mng {
  display: inline-block;
  margin-left: 0.4375rem;
  font-weight: 500;
  color: #fff;
  vertical-align: top;
  text-decoration: underline;
  text-underline-position: under;
}
.mypage-main .profile .info .btm .btn-setting {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/common/ico_btn_setting.svg) center / 100% auto
    no-repeat;
  text-indent: -9999em;
}
.mypage-main .content {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding: 3.125rem 1.25rem 0 !important;
  margin-top: -1.25rem;
  border-radius: 1.25rem;
  background: #fff;
  box-sizing: border-box;
  z-index: 10;
}
.mypage-main .grade-info {
  margin-bottom: 2.5rem;
  text-align: center;
}
.mypage-main .grade-info .dia {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}
.mypage-main .grade-info .dia .g-txt li {
  position: absolute;
  width: 2.5rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  color: #222;
}
.mypage-main .grade-info .dia .g-txt li.on {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ac33fa;
}
.mypage-main .grade-info .dia .g-txt li:nth-child(1) {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.mypage-main .grade-info .dia .g-txt li:nth-child(2) {
  position: absolute;
  top: 3.4375rem;
  right: -2.8125rem;
  text-align: left;
}
.mypage-main .grade-info .dia .g-txt li:nth-child(3) {
  position: absolute;
  top: 9.375rem;
  left: calc(50% + 3.125rem);
  text-align: left;
}
.mypage-main .grade-info .dia .g-txt li:nth-child(4) {
  position: absolute;
  top: 9.375rem;
  right: calc(50% + 3.125rem);
  text-align: right;
}
.mypage-main .grade-info .dia .g-txt li:nth-child(5) {
  position: absolute;
  top: 3.4375rem;
  left: -2.8125rem;
  text-align: right;
}
.mypage-main .grade-info .dia .pie {
  width: 100%;
  height: 100%;
}
.mypage-main .grade-info .dia .pie circle {
  r: 25%;
  cx: 50%;
  cy: 50%;
  fill: transparent;
  stroke-width: 50%;
  transform: rotate(-90deg);
  transform-origin: center;
}
.mypage-main .grade-info .dia .pie circle:nth-child(1) {
  stroke: #ac33fa;
}
.mypage-main .grade-info .dia .pie circle:nth-child(2) {
  stroke: #d9d9d9;
}
.mypage-main .grade-info .dia .grade {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  background: #fff;
}
.mypage-main .grade-info .dia .grade img {
  width: 4.5rem;
}
.mypage-main .grade-info .dia .grade .name {
  position: absolute;
  top: 6.5625rem;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  text-align: center;
}
.mypage-main .grade-info .point {
  display: inline-block;
  padding-left: 1.875rem;
  margin-top: 1.5625rem;
  background: url(../images/common/ico_drop.svg) left center / 1.5rem auto
    no-repeat;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #222;
}
.mypage-main .grade-info .point span {
  font-family: "Montserrat";
  font-size: 1.25rem;
}
.mypage-main .grade-info .menu {
  margin-top: 1.25rem;
}
.mypage-main .grade-info .menu ul {
  display: inline-flex;
}
.mypage-main .grade-info .menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.75rem;
  height: 2.5rem;
  border: 0.0625rem solid #d9d9d9;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: center;
  color: #222;
  box-sizing: border-box;
}
.mypage-main .grade-info .menu ul li:first-child a {
  border-radius: 1.25rem 0 0 1.25rem;
}
.mypage-main .grade-info .menu ul li:last-child a {
  border-radius: 0 1.25rem 1.25rem 0;
  border-left: 0;
}
.mypage-main .grade-info .cnt-list {
  display: flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding: 0.625rem 0;
  margin-top: 2.1875rem;
  background: #f6f6f6;
  box-sizing: border-box;
}
.mypage-main .grade-info .cnt-list li {
  position: relative;
  width: 25%;
}
.mypage-main .grade-info .cnt-list li::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.0625rem;
  height: 2.25rem;
  background: #d9d9d9;
  content: "";
}
.mypage-main .grade-info .cnt-list li:first-child::after {
  display: none;
}
.mypage-main .grade-info .cnt-list li a {
  display: block;
  width: 100%;
  height: 5.625rem;
  padding-top: 2.9375rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  box-sizing: border-box;
}
.mypage-main .grade-info .cnt-list li a strong {
  display: block;
  margin-top: 0.125rem;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.mypage-main .grade-info .cnt-list li .review {
  background: url(../images/common/ico_my_review.svg) center top / 2.875rem auto
    no-repeat;
}
.mypage-main .grade-info .cnt-list li .picture {
  background: url(../images/common/ico_my_picture.svg) center top / 2.875rem
    auto no-repeat;
}
.mypage-main .grade-info .cnt-list li .following {
  background: url(../images/common/ico_my_following.svg) center top / 2.875rem
    auto no-repeat;
}
.mypage-main .grade-info .cnt-list li .follower {
  background: url(../images/common/ico_my_follower.svg) center top / 2.875rem
    auto no-repeat;
}
.mypage-main .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.mypage-main .head h3 {
  display: block;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.mypage-main .head h3 .en {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 0.9375rem;
}
.mypage-main .head .btn-more {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  color: #222;
  text-decoration: underline;
  text-underline-position: under;
}
.mypage-main .review .list {
  border-bottom: 0.0625rem solid #e7e7e7;
}
.mypage-main .review .list li {
  padding: 0.6875rem 0 0.625rem;
  background: url(../images/common/bg_dot.png) left top / auto 0.0625rem
    repeat-x;
}
.mypage-main .review .list li:first-child {
  padding-top: 0;
  background: none;
}
.mypage-main .review .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: url(../images/common/ico_arw06_right.svg) right 0.4375rem center /
    0.5rem auto no-repeat;
}
.mypage-main .review .list li .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
}
.mypage-main .review .list li .img img {
  width: auto;
  height: 100%;
}
.mypage-main .review .list li .info {
  display: flex;
  align-items: center;
  width: calc(100% - 5.125rem);
}
.mypage-main .review .list li .info > div {
  width: 100%;
}
.mypage-main .review .list li .info .ctg {
  display: block;
  font-size: 0.75rem;
}
.mypage-main .review .list li .info .tit {
  display: block;
  padding-right: 1rem;
  font-size: 0.8125rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypage-main .review .list li .info .btm {
  margin-top: 0.3125rem;
}
.mypage-main .review .list li .info .btm .star-rating {
  width: 3.625rem;
  height: 0.5625rem;
  margin-right: 0.3125rem;
}
.mypage-main .review .list li .info .btm .date {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 0.6875rem;
  line-height: 1;
  color: #666;
}
.mypage-main .picture .picture-item-slide {
  width: calc(100% + 1.25rem);
  margin-top: 0.9375rem;
}
.mypage-main .picture .picture-item-slide li {
  width: 5.625rem;
  margin-right: 0.625rem;
}
.mypage-main .picture .picture-item-slide li:last-child {
  margin-right: 0;
}
.mypage-main .picture .picture-item-slide li a {
  display: block;
  position: relative;
  width: 5.625rem;
  height: 5.625rem;
}
.mypage-main .picture .picture-item-slide li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mypage-main .following .following-item-slide {
  width: calc(100% + 1.25rem);
  margin-top: 0.9375rem;
  overflow: hidden;
}
.mypage-main .following .following-item-slide .swiper-container {
  margin-left: -0.625rem;
}
.mypage-main .following .following-item-slide li {
  width: 5rem;
}
.mypage-main .following .following-item-slide li a {
  display: block;
  text-align: center;
}
.mypage-main .following .following-item-slide li .img {
  display: inline-block;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  overflow: hidden;
}
.mypage-main .following .following-item-slide li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mypage-main .following .following-item-slide li .name {
  margin-top: 0.1875rem;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1rem;
}
.mypage-main .scrap {
  margin-top: -1.25rem;
}
.mypage-main .scrap .list {
  display: none;
  margin-top: 1.25rem;
}
.mypage-main .scrap .list.on {
  display: block;
}
.mypage-main .scrap .scrap-item-slide {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 112.5%;
  padding-left: 1.25rem;
  box-sizing: border-box;
}
.mypage-main .scrap .scrap-item-slide .swiper-slide {
  width: 6.25rem;
  margin-right: 1.25rem;
}
.mypage-main .scrap .scrap-item-slide .swiper-slide:last-child {
  margin-right: 0;
}
.mypage-main .scrap .scrap-item-slide .swiper-slide .img {
  width: 6.25rem;
  height: 6.25rem;
}
.mypage-main .scrap .scrap-item-slide .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mypage-main .scrap .scrap-item-slide .swiper-slide .info {
  padding: 0.625rem 0;
}
.mypage-main .scrap .scrap-item-slide .swiper-slide .info .tit {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mypage-main .scrap .scrap-item-slide .swiper-slide .info .rating {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  font-family: "Montserrat";
}
.mypage-main .scrap .scrap-item-slide .swiper-slide .info .rating .score {
  display: block;
  padding-left: 1.25rem;
  background: url(../images/common/ico_rating.svg) left center / 0.9375rem auto
    no-repeat;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.9375rem;
}
.mypage-main .scrap .scrap-item-slide .swiper-slide .info .rating .num {
  display: block;
  margin-left: 0.3125rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #666;
}
.mypage-sub .top-box {
  height: 4.375rem;
  padding-top: 0.625rem;
  box-sizing: border-box;
}
.mypage-sub .top-box.h-auto {
  height: auto;
}
.mypage-sub .top-box h3 {
  display: block;
  margin-top: 0.1875rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
}
.mypage-sub .top-box .total {
  margin-top: 0.9375rem;
}
.mypage-sub .top-box .total .num {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
  color: #ac33fa;
}
.mypage-sub .top-box .total .txt {
  font-size: 1.25rem;
  color: #222;
  line-height: 1;
}
.mypage-sub .top-box .total .txt.c {
  color: #ac33fa;
}
.mypage-sub hr {
  margin: 1.25rem 0;
}
.mypage-sub .content {
  padding-top: 0 !important;
}
.mypage-sub .point-list {
  margin-top: 1.875rem;
  border-top: 0.0625rem solid #d9d9d9;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.mypage-sub .point-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 0 1rem;
  background: url(../images/common/bg_dot.png) left bottom / auto 0.0625rem
    repeat-x;
}
.mypage-sub .point-list li:last-child {
  background: none;
}
.mypage-sub .point-list li > div:nth-of-type(1) {
  flex: 1;
}
.mypage-sub .point-list li .info {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.mypage-sub .point-list li .info .ctg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.1875rem;
  height: 1.25rem;
  margin-right: 0.4375rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  color: #fff;
}
.mypage-sub .point-list li .date {
  display: block;
  margin-top: 0.375rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  color: #666;
}
.mypage-sub .point-list li .point {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 100%;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  box-sizing: border-box;
}
.mypage-sub .point-list li.save .info .ctg {
  background: #ac33fa;
}
.mypage-sub .point-list li.save .point {
  border-color: #ac33fa;
  color: #ac33fa;
}
.mypage-sub .point-list li.use .info .ctg {
  background: #fa9e33;
}
.mypage-sub .point-list li.use .point {
  border-color: #fa9e33;
  color: #fa9e33;
}
.mypage-sub .grade h4 {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #000;
}
.mypage-sub .grade .my {
  margin: -1.25rem 0 1.875rem;
  text-align: center;
}
.mypage-sub .grade .my .img img {
  width: 3.125rem;
}
.mypage-sub .grade .my .name {
  display: block;
  margin-top: 0.3125rem;
  font-family: "Jalnan";
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
}
.mypage-sub .grade .tbl-info {
  border-top: 0.125rem solid #222;
}
.mypage-sub .grade .tbl-info thead th:nth-of-type(1),
.mypage-sub .grade .tbl-info tbody td:nth-of-type(1) {
  width: 5rem;
  text-align: center;
}
.mypage-sub .grade .tbl-info thead th:nth-of-type(2),
.mypage-sub .grade .tbl-info tbody td:nth-of-type(2) {
  width: 9.0625rem;
  text-align: left;
}
.mypage-sub .grade .tbl-info thead th:nth-of-type(3),
.mypage-sub .grade .tbl-info tbody td:nth-of-type(3) {
  width: 5.9375rem;
  text-align: right;
}
.mypage-sub .grade .tbl-info thead th:nth-of-type(2) {
  padding-left: 1.375rem;
  box-sizing: border-box;
}
.mypage-sub .grade .tbl-info tbody td:nth-of-type(1) {
  position: relative;
  background: #f7f7f7;
}
.mypage-sub .grade .tbl-info tbody td:nth-of-type(1)::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.0625rem;
  background: #fff;
  content: "";
}
.mypage-sub .grade .tbl-info tbody td:nth-of-type(2) {
  padding-left: 1.0625rem;
  box-sizing: border-box;
}
.mypage-sub .grade .tbl-info thead th {
  height: 2.5rem;
  border-bottom: 0.0625rem solid #e7e7e7;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #222;
}
.mypage-sub .grade .tbl-info tbody td {
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #e7e7e7;
}
.mypage-sub .grade .tbl-info tbody td .img img {
  width: 2.5rem;
}
.mypage-sub .grade .tbl-info tbody td .img strong {
  display: block;
  margin-top: 0.3125rem;
  font-family: "Jalnan";
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  color: #000;
}
.mypage-sub .grade .tbl-info tbody td .point {
  display: inline-block;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-top: 2.625rem;
  border: 0.0625rem solid #ac33fa;
  border-radius: 100%;
  background: url(../images/common/ico_drop02.svg) center 0.9375rem / 1.5625rem
    auto no-repeat;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #ac33fa;
  text-align: center;
  box-sizing: border-box;
}
.mypage-sub .grade .tbl-info tbody td .txt li {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #222;
}
.mypage-sub .grade .txt-box {
  padding: 1.25rem 0;
  margin: 1.25rem 0;
  background: #f7f7f7;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #222;
  text-align: center;
}
.mypage-sub .grade .txt-box strong {
  color: #ac33fa;
}
.mypage-sub .grade .bul li {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #222;
}
.mypage-sub h4 {
  display: block;
  margin: 1.875rem 0 1.25rem;
  font-weight: 700;
  font-size: 0.75rem;
}
.mypage-sub .list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 2.5rem;
}
.mypage-sub .list-top .tit {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
}
.mypage-sub .list-top select {
  min-width: auto;
  width: 9.6875rem;
}
.mypage-sub .list-top .btn-camera {
  width: 9.0625rem;
}
.mypage-sub .follow-list {
  border-top: 0.0625rem solid #d9d9d9;
}
.mypage-sub .follow-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid #d9d9d9;
}
.mypage-sub .follow-list li a {
  display: flex;
  align-items: center;
}
.mypage-sub .follow-list li a .img {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  overflow: hidden;
}
.mypage-sub .follow-list li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mypage-sub .follow-list li a .info {
  margin-left: 0.625rem;
}
.mypage-sub .follow-list li a .info .name {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.mypage-sub .follow-list li a .info .txt {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
}
.mypage-sub .profile-box {
  display: flex;
  position: relative;
  align-items: center;
  height: 4.375rem;
  padding-top: 0.625rem;
  box-sizing: border-box;
}
.mypage-sub .profile-box .img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  overflow: hidden;
}
.mypage-sub .profile-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mypage-sub .profile-box .info {
  flex: 1;
  margin-left: 0.625rem;
}
.mypage-sub .profile-box .info .user {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  color: #000;
  line-height: 1;
}
.mypage-sub .profile-box .info .user img {
  width: 0.9375rem;
  margin-right: 0.125rem;
  vertical-align: sub;
}
.mypage-sub .profile-box .info .email {
  font-family: "Montserrat";
  margin-top: 0.4375rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #666;
  line-height: 0.8125rem;
}
.mypage-sub .profile-box .info .txt {
  margin-top: 0.625rem;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #666;
  line-height: 1;
}
.mypage-sub .profile-box .btn-cancel {
  position: absolute;
  top: 0.625rem;
  right: 0;
  border-color: #ac33fa;
  color: #ac33fa;
}
.mypage-sub .profile-box .btn-cancel.disabled {
  border-color: #999;
  background: none;
  color: #222;
}
.mypage-sub .content > .tab-menu {
  margin: -0.625rem 0 1.25rem;
}

/* 설정 */
.setting .content {
  padding: 1.25rem 0.625rem !important;
}
.setting h3 {
  display: block;
  padding-bottom: 0.625rem;
  margin-top: 2.8125rem;
  border-bottom: 0.0625rem solid #ddd;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222;
}
.setting h3:nth-of-type(1) {
  margin-top: 0;
}
.setting .list {
  margin-top: 1.25rem;
}
.setting .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1.5625rem;
  margin-top: 0.9375rem;
}
.setting .list li:first-child {
  margin-top: 0;
}
.setting .list li h4 {
  display: block;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #222;
}
.setting .list li p {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
}
.setting .list li .btn-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1.5625rem;
  background: url(../images/common/ico_arw06_right.svg) right 0.4375rem center /
    0.5rem auto no-repeat;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #222;
}
.setting .list li .right {
  display: flex;
  align-items: center;
}
.setting .list li .right .c {
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #ac33fa;
}
.setting .list li .right .ver {
  display: inline-block;
  margin-left: 0.625rem;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.setting .list li .right .btn-update {
  height: 1.875rem;
  padding: 0 1.25rem;
  border: 0.0625rem solid #d9d9d9;
  border-radius: 3.125rem;
  background: #fff;
  font-size: 0.75rem;
  line-height: 1;
  box-sizing: border-box;
}
.account .content {
  padding: 1.25rem 0.625rem 0 !important;
}
.account .profile-img {
  text-align: center;
}
.account .profile-img button {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.account .profile-img .img {
  width: 6.25rem;
  height: 6.25rem;
}
.account .profile-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account .profile-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #fff;
  z-index: 10;
}
.account .menu-list {
  margin-top: 0.625rem;
}
.account .menu-list li {
  border-bottom: 0.0625rem solid #d9d9d9;
}
.account .menu-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 3.875rem;
  padding-right: 1.75rem;
  background: url(../images/common/ico_arw06_right.svg) right 0.4375rem center /
    0.5rem auto no-repeat;
  box-sizing: border-box;
}
.account .menu-list li a h4 {
  font-weight: 500;
  font-size: 0.875rem;
  color: #222;
}
.account .menu-list li a span {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #222;
}
.account .menu-list li a .en {
  font-family: "Montserrat";
}
.account h3 {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #222;
}
.account h3 + p {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  color: #666;
}
.account h4 {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.account .ipt {
  margin-top: 1.875rem;
}
.account .ipt-phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.875rem;
}
.account .ipt-phone input.phone {
  width: 5.3125rem;
  text-align: center;
}
.account .ipt-list {
  margin-top: 1.875rem;
}
.account .ipt-list > li {
  margin-top: 0.625rem;
}
.account .ipt-list li:first-child {
  margin-top: 0;
}
.account .ipt-list .msg {
  display: block;
  margin-top: 0.4375rem;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #d32828;
}
.account .btn-wrap {
  margin-top: 1.25rem;
}
.account .tbl-basic {
  width: 100%;
  margin: 1.875rem 0 1.25rem;
  border-top: 0.0625rem solid #d9d9d9;
  table-layout: fixed;
}
.account .tbl-basic th,
.account .tbl-basic td {
  border-bottom: 0.0625rem solid #d9d9d9;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  word-break: break-all;
}
.account .tbl-basic th {
  padding: 0.75rem 0 0.75rem 1.25rem;
  background: #f7f7f7;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
  color: #222;
}
.account .tbl-basic td {
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
  color: #666;
}
.account .bul {
  margin-top: 0.3125rem;
}
.account .bul li {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #222;
}
.account .agree {
  margin-top: 1.875rem;
}
.account .agree label {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
  font-weight: 400 !important;
  color: #222;
}
.account .noti {
  padding-top: 1.25rem;
  margin-top: 0.8rem;
  border-top: 0.0625rem solid #d9d9d9;
}
.account .noti h4 {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.account .noti ul {
  margin-top: 0.4375rem;
}
.account .noti ul > li {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  color: #222;
}
.account .noti ul > li ol {
  margin-top: 0.4375rem;
  counter-reset: number 0;
}
.account .noti ul > li ol li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #666;
}
.account .noti ul > li ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}

/* 이용약관 */
.doc {
  margin-top: 1.25rem;
}
.doc h3 {
  display: block;
  margin-top: 2.1875rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.doc h3:nth-of-type(1) {
  margin-top: 0;
}
.doc h4 {
  display: block;
  margin-top: 1.25rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}
.doc h5 {
  margin-top: 0.3125rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.doc h6 {
  margin-top: 0.3125rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.doc p {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.doc h3 + h4 {
  margin-top: 0.8125rem;
}
.doc ul {
  margin-top: 0.3125rem;
}
.doc ul > li {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.doc ul.dash > li {
  position: relative;
  padding-left: 0.625rem;
}
.doc ul.dash > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\002D";
  vertical-align: middle;
}
.doc ol {
  margin-top: 0.3125rem;
  counter-reset: number 0;
}
.doc ol > li {
  position: relative;
  padding-left: 0.8125rem;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.doc ol > li:first-child {
  margin-top: 0;
}
.doc ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}
.doc ol > li:nth-child(n + 10) {
  padding-left: 1.25rem;
}
.doc ol > li > .tbl-scroll {
  margin-left: -0.8125rem;
  margin-top: 0.3125rem;
}
.doc ol > li > .indent {
  margin-left: -0.8125rem;
}
.doc ol.dpt2 > li:nth-child(1)::before {
  content: "1)";
}
.doc ol.dpt2 > li:nth-child(2)::before {
  content: "2)";
}
.doc ol.dpt2 > li:nth-child(3)::before {
  content: "3)";
}
.doc ol.dpt2 > li:nth-child(4)::before {
  content: "4)";
}
.doc ol.dpt2 > li:nth-child(5)::before {
  content: "5)";
}
.doc ol.dpt2 > li:nth-child(6)::before {
  content: "6)";
}
.doc ol.dpt2 > li:nth-child(7)::before {
  content: "7)";
}
.doc ol.dpt2 > li:nth-child(8)::before {
  content: "8)";
}
.doc ol.dpt2 > li:nth-child(9)::before {
  content: "9)";
}
.doc ol.dpt2 > li:nth-child(10)::before {
  content: "10)";
}
.doc ol > li > ol > li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #222;
}
.doc ol > li > ol > li:first-child {
  margin-top: 0;
}
.doc ol > li > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.doc ol > li > ol > li:nth-child(1)::before {
  content: "1)";
}
.doc ol > li > ol > li:nth-child(2)::before {
  content: "2)";
}
.doc ol > li > ol > li:nth-child(3)::before {
  content: "3)";
}
.doc ol > li > ol > li:nth-child(4)::before {
  content: "4)";
}
.doc ol > li > ol > li:nth-child(5)::before {
  content: "5)";
}
.doc ol > li > ol > li:nth-child(6)::before {
  content: "6)";
}
.doc ol > li > ol > li:nth-child(7)::before {
  content: "7)";
}
.doc ol > li > ol > li:nth-child(8)::before {
  content: "8)";
}
.doc ol > li > ol > li:nth-child(9)::before {
  content: "9)";
}
.doc ol > li > ol > li:nth-child(10)::before {
  content: "10)";
}
.doc ol > li > ol > li > ol > li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #222;
}
.doc ol > li > ol > li > ol > li:first-child {
  margin-top: 0;
}
.doc ol > li > ol > li > ol > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.doc ol > li > ol > li > ol > li:nth-child(1)::before {
  content: "①";
}
.doc ol > li > ol > li > ol > li:nth-child(2)::before {
  content: "②";
}
.doc ol > li > ol > li > ol > li:nth-child(3)::before {
  content: "③";
}
.doc ol > li > ol > li > ol > li:nth-child(4)::before {
  content: "④";
}
.doc ol > li > ol > li > ol > li:nth-child(5)::before {
  content: "⑤";
}
.doc ol > li > ol > li > ol > li:nth-child(6)::before {
  content: "⑥";
}
.doc ol > li > ol > li > ol > li:nth-child(7)::before {
  content: "⑦";
}
.doc ol > li > ol > li > ol > li:nth-child(8)::before {
  content: "⑧";
}
.doc ol > li > ol > li > ol > li:nth-child(9)::before {
  content: "⑨";
}
.doc ol > li > ol > li > ol > li:nth-child(10)::before {
  content: "⑩";
}
.doc ol > li ol.ko > li:nth-child(1)::before {
  content: "가.";
}
.doc ol > li ol.ko > li:nth-child(2)::before {
  content: "나.";
}
.doc ol > li ol.ko > li:nth-child(3)::before {
  content: "다.";
}
.doc ol > li ol.ko > li:nth-child(4)::before {
  content: "라.";
}
.doc ol > li ol.ko > li:nth-child(5)::before {
  content: "마.";
}
.doc ol > li ol.ko > li:nth-child(6)::before {
  content: "바.";
}
.doc ol > li ol.ko > li:nth-child(7)::before {
  content: "사.";
}
.doc ol > li ol.ko > li:nth-child(8)::before {
  content: "아.";
}
.doc ol > li ol.ko > li:nth-child(9)::before {
  content: "자.";
}
.doc ol > li ol.ko > li:nth-child(10)::before {
  content: "차.";
}
.doc ol > li ol.ko > li:nth-child(11)::before {
  content: "카.";
}
.doc ol > li ol.ko > li:nth-child(12)::before {
  content: "타.";
}
.doc ol > li ol.ko > li:nth-child(13)::before {
  content: "파.";
}
.doc ol > li ol.ko > li:nth-child(14)::before {
  content: "하.";
}
.doc a {
  vertical-align: top;
}
.doc .tbl-scroll {
  overflow-x: scroll;
  margin-bottom: 1.25rem;
}
.doc .tbl-scroll table {
  width: 280%;
}
.doc .tbl-scroll table th,
.doc .tbl-scroll table td {
  border: 0.0625rem solid #e9e9e9;
  padding: 0.625rem 0.9375rem;
  background: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #222;
  vertical-align: top;
}
.doc .tbl-scroll table th {
  background: #e9e9e9;
  text-align: center;
}
.doc .previous {
  padding-top: 1.875rem;
  margin-top: 2.1875rem;
  border-top: 0.0625rem solid #d9d9d9;
}
.doc .previous h4 {
  margin: 0 0 0.625rem;
}
.doc .previous select {
  width: 100%;
}

/* 시스템안내 */
.page-error .content {
  padding: 1.25rem 0.625rem !important;
}
.page-error h3 {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.page-error .info {
  padding-top: 7.6875rem;
  margin-top: 2.5rem;
  background: url(../images/common/bg_error.svg) center top / 5.8125rem auto
    no-repeat;
  text-align: center;
}
.page-error .info h4 {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #222;
}
.page-error .info p {
  margin-top: 0.1875rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
}
.page-error .info p + p {
  margin-top: 0.625rem;
}
.page-error .info strong {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #222;
}
.page-error .info .en {
  font-weight: 500;
  font-family: "Montserrat";
}
.page-error .info a {
  vertical-align: top;
}

blockquote {
  border-left: 5px solid #ccc;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.search-area {
  overflow-x: auto;
  margin-right: -1.25rem;
  padding: 1.25rem 0 0.3125rem 0;
  white-space: nowrap;
}
.search-area .search-reload {
  margin-right: 0.4375rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #F5F5F5 url(../images/common/btn_search_reload.svg) center center / 0.915rem auto no-repeat;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
}
.search-area > select {
  margin-left: 0.0625rem;
  padding-right: 2rem;
  min-width: 4.5rem;
  height: 2rem;
  border-radius: 3.125rem;
}

/* 상패 이미지 위치 잡기 */
[class ^= emblem] {
  position: absolute;
}
.swiper-slide .emblem70 {
  left: 1.25rem;
  top: 1.25rem;
  width: 4.375rem !important;
  height: 4.375rem;
}
.list-type1 .img .emblem30 {
  left: 0.625rem;
  top: 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
}
.list-type2 .img .emblem20,
.swiper-slide .img .emblem20 {
  left: 0.3125rem;
  top: 0.3125rem;
  width: 1.25rem !important;
  height: 1.25rem !important;
}
.list li .img .emblem15,
.list-type2 .img .emblem15 {
  left: 0.3125rem;
  top: 0.3125rem;
  width: 0.9375rem !important;
  height: 0.9375rem !important;
}

/* 주류대상 */
.award-sub .btn-type1 {
  border-color: #d7d7d7;
}
.award-sub h3 {
  font-size: 1rem;
  font-weight: 500;
}
.award-sub .tit-desc {
  padding-top: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.award-sub .award-what {
  text-align: center;
  height: 18.75rem;
  background: url(../images/award/bg_award_2025b.jpg) center top / 100% auto no-repeat;
  /*background: linear-gradient(90deg, #9D8963 14.6%, #9D8963 41.75%, #A18D69 59.39%, #AC9B7B 85.18%, #B8A98D 102.82%) !important;*/
}

.award-sub .award-intro {
  background: linear-gradient(90deg, #9D8963 14.6%, #9D8963 41.75%, #A18D69 59.39%, #AC9B7B 85.18%, #B8A98D 102.82%) !important;
}

.award-sub .award-what em {
	display: block;
	padding-top: 5.0625rem;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 2.1275rem;
	text-align: left;
	color: #fff;
	text-align: center;
}
.award-sub .award-what ul {
	/*margin-top: 3.25rem;*/
	margin-top: 1.25rem;
}

.award-sub .award-what a{
	display:inline-block;
	position:absolute;
	left:1.875rem;
	bottom:3.563rem;
	padding-right: 25px;
	border-bottom: 1px solid #fff;
	background: url(../images/common/ico_arw08_right.svg) right center / 1.25rem auto no-repeat;
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	box-sizing:border-box;
}
/*
.award-sub .award-what ul li a {
	display: inline-flex;
	align-items: center;
	width: 16.25rem;
	height: 3.5rem;
	padding-left: 1.125rem;
	border: 0.0625rem solid #fff;
	background: url(../images/common/ico_arw08_right.svg) right 1.125rem center / 1.25rem auto no-repeat;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 0.875rem;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}

.award-sub .award-what ul li+li {
	margin-top: 0.625rem;
}
.award-sub .award-what ul li a span {
	display: block;
	font-size: 0.75rem;
	font-weight: 500;
}
.award-sub .award-what ul li a strong {
	display: block;
	margin-top: 0.625rem;
}
.award-sub .award-what ul li a.reg {
	border-color: #CEB888;
	background-image: url(../images/common/ico_arw08_right2.svg);
	color: #CEB888;
}
*/
.award-sub .award-what .tit-desc {
  padding-top: 1.1875rem;
  font-size: 0.65rem;
  color: #EEEAE1;
}
.award-sub .award-work {
  padding: 1.25rem;
  width: 100%;
  background-color: #98845e;
  color: #fff;
}
.award-sub .award-work .quick {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}
.award-sub .award-work .quick li {
  width: 20%;
}
.award-sub .award-work .quick li a {
  display: block;
  padding-top: 3.0625rem;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1rem;
  text-align: center;
}
.award-sub .award-work .quick li [class ^= quick_n] {
  background-position: center top;
  background-size: 2.625rem auto;
  background-repeat: no-repeat;
}
.award-sub .award-work .quick li:nth-child(n + 6) {
  margin-top: 1rem;
}
.award-sub .award-work .quick li .quick_n1 {
  background-image: url(../images/award/ico_quick_n01.svg);
}
.award-sub .award-work .quick li .quick_n2 {
  background-image: url(../images/award/ico_quick_n02.svg);
}
.award-sub .award-work .quick li .quick_n3 {
  background-image: url(../images/award/ico_quick_n03.svg);
}
.award-sub .award-work .quick li .quick_n4 {
  background-image: url(../images/award/ico_quick_n04.svg);
}
.award-sub .award-work .quick li .quick_n5 {
  background-image: url(../images/award/ico_quick_n05.svg);
}
.award-sub .award-work .quick li .quick_n6 {
  background-image: url(../images/award/ico_quick_n06.svg);
}
.award-sub .award-work .quick li .quick_n7 {
  background-image: url(../images/award/ico_quick_n07.svg);
}
.award-sub .award-work .quick li .quick_n8 {
  background-image: url(../images/award/ico_quick_n08.svg);
}
.award-sub .award-work .quick li .quick_n9 {
  background-image: url(../images/award/ico_quick_n09.svg);
}
.award-sub .award-work .quick li .quick_n10 {
  background-image: url(../images/award/ico_quick_n10.svg);
}
.award-sub [class ^= award-best] {
  padding: 1.25rem;
  width: 100%;
  background-color: #f1ede7;
}
.award-sub [class ^= award-best] h3 {
  color: #A59063;
}
.award-sub [class ^= award-best] .slide {
  margin-top: 0.75rem;
}
.award-sub [class ^= award-best] .slide .swiper-slide {
  margin-right: 1.25rem;
  width: 6.25rem;
  height: 10.3125rem;
}
.award-sub [class ^= award-best] .slide .swiper-slide:last-child {
  margin-right: 0;
}
.award-sub [class ^= award-best] .slide .swiper-slide .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 6.25rem;
  height: 6.25rem;
  background: #fff;
}
.award-sub [class ^= award-best] .slide .swiper-slide .img img {
  width: auto;
  height: 100%;
}
.award-sub [class ^= award-best] .slide .swiper-slide .info {
  padding-top: 0.625rem;
}
.award-sub [class ^= award-best] .slide .swiper-slide .info .type {
  display: block;
  padding-top: 0.1875rem;
  font-size: 0.625rem;
  font-weight: 400;
}
.award-sub [class ^= award-best] .slide .swiper-slide .info .tit {
  font-size: 0.75rem;
  font-weight: 500;
}
.award-sub [class ^= award-best] .slide .progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.25rem;
  box-sizing: border-box;
  z-index: 10;
}
.award-sub [class ^= award-best] .slide .progress .scrollbar {
  position: relative;
  width: 100%;
  height: 0.125rem;
  background: rgba(0, 0, 0, 0.4);
}
.award-sub [class ^= award-best] .slide .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #000;
  transition: width 0.7s ease;
}
.award-sub [class ^= award-best] .slide .progress .swiper-pagination-custom {
  display: none;
}
.award-sub [class ^= award-best] .btn-type1 {
  background: transparent;
}
.award-sub .award-best2 {
  position: relative;
  background: #fff;
}
.award-sub .award-best2 h3 {
  color: #000;
}
.award-sub .news .slide .swiper-slide {
  height: 15.125rem;
}
.main .story-list-type2,
.award-sub .story-list-type2 {
  margin-top: 1.25rem;
}
.award-sub hr {
  position: relative;
  margin: 0 0 1rem 0;
  height: 0.375rem;
  background-color: #f4f4f4;
  border: 0;
}
.award-sub .btn-wrap {
  margin-top: 1.25rem;
}
.award-sub [class ^= award-intro] {
  padding: 0 1.25rem;
  width: 100%;
  background: linear-gradient(90deg, #9D8963 14.6%, #9D8963 41.75%, #A18D69 59.39%, #AC9B7B 85.18%, #B8A98D 102.82%) !important;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.7;
}
.award-sub .award-intro {
  padding-bottom: 1.5625rem;
  height: auto;
  background-image: url(../images/award/bg_award_intro.png);
  background-position: center top;
}
.award-sub .award-intro dl {
  margin: 0 1.25rem;
}
.award-sub .award-intro dl > dt {
  padding-top: 1.6875rem;
  font-size: 1rem;
  color: #fff;
}
.award-sub .award-intro dl > dd img {
  margin-top: 0.3125rem;
  width: 7.75rem;
}
.award-sub .award-intro .partner {
  margin-top: 1.25rem;
  border: 0 solid #fff;
  border-width: 1px 0;
}
.award-sub .partner ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.1875rem;
}
.award-sub .partner ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1875rem;
  width: 50%;
}
.award-sub .partner ul > li:nth-of-type(3) {
  width: 100%;
}
.award-sub .partner ul > li:nth-child(1) img {
  width: 6.34375rem;
}
.award-sub .partner ul > li:nth-child(2) img {
  width: 4.96875rem;
}
.award-sub .partner ul > li:nth-child(3) img {
  width: 6.90625rem;
}
.award-sub .partner ul > li:nth-child(4) img {
  width: 5.78125rem;
}
.award-sub .txt-award {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
}
.award-sub [class ^= award-intro] .slide {
  margin-top: 1rem;
}
.award-sub [class ^= award-intro] .swiper-wrapper {
  height: 9.375rem;
}
.award-sub [class ^= award-intro] .swiper-slide {
  margin-right: 1.25rem;
  width: 12.5rem;
}
.award-sub [class ^= award-intro] .swiper-slide img {
  height: 9.375rem;
}
.award-sub [class ^= award-intro] .swiper-slide:last-child {
  margin-right: 0;
}
.award-sub [class ^= award-intro] .slide .progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.25rem;
  box-sizing: border-box;
  z-index: 10;
}
.award-sub [class ^= award-intro] .slide .progress .scrollbar {
  position: relative;
  width: 100%;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.4);
}
.award-sub [class ^= award-intro] .slide .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #fff;
  transition: width 0.7s ease;
}
.award-sub [class ^= award-intro] .slide .progress .swiper-pagination-custom {
  display: none;
}
.award-sub .photo{
  margin-top: 1.25rem;
}
.award-sub .award-intro2,
.award-sub .award-intro3,
.award-sub .award-intro4 {
  padding-top: 1.25rem;
}
.award-sub .award-intro2 .movie {
  margin-top: 1rem;
  width: 20rem;
  height: 12.5rem;
}
.award-sub .award-intro2 .movie iframe {
  width: 100%;
  height: 100%;
}
.award-sub .award-intro4 .movie {
  margin-top: 1rem;
  padding-bottom: 1.875rem;
}
.award-sub .award-emblem {
  padding: 1.5625rem 1.25rem;
  width: 100%;
  background-color: #f0ede7;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01rem;
}
.award-sub .award-emblem strong {
  font-weight: 700;
}
.award-sub .award-emblem .txt-desc1 {
  margin-top: 0.625rem;
  padding-left: 8.125rem;
  min-height: 7.5rem;
  background: url(../images/award/emb_01.png) left center / 6.6875rem auto no-repeat;
}
.award-sub .award-emblem .txt-desc1 > p {
  padding-top: 1.125rem;
}
.award-sub .award-emblem .txt-desc2 {
  padding-right: 7.3125rem;
  min-height: 7.5rem;
  background: url(../images/award/emb_02.png) right center / 6.6875rem auto no-repeat;
}
.award-sub .award-emblem .txt-desc2 > p {
  padding-top: 1.625rem;
}
.award-sub .award-emblem .txt-desc3 > p {
  margin: 0;
  padding: 0;
}
.award-sub .award-emblem .txt-desc3 > p span {
  display: inline-block;
  width: 5.9375rem;
  height: 7.0625rem;
  font-size: 0;
  line-height: 0;
  background: url(../images/award/emb_03.png) center center / 5.9375rem auto no-repeat;
}
.award-sub .award-emblem .txt-desc3 > p span:nth-of-type(2) {
  margin-left: 0.875rem;
  background-image: url(../images/award/emb_04.png);
}
.award-sub .award-emblem .txt-desc3 > p span:nth-of-type(3) {
  margin-left: 0.875rem;
  background-image: url(../images/award/emb_05.png);
}
.award-sub .award-emblem .txt-desc3 > em {
  display: block;
  padding-top: 1rem;
}
.award-sub .award-end {
  padding: 1.5625rem 1.25rem 0 1.25rem;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
}
.award-sub .award-end img {
  padding: 1.25rem 0;
}

.award-sub-2025 .award-info {
	padding: 1.875rem 1.25rem;
	box-sizing: border-box;
}

.award-sub-2025 .award-info h3 {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1rem;
	text-align: left;
	color: #000;
}

.award-sub-2025 .award-info table {
	margin-top: 1.125rem;
	border-top: 0.125rem solid #000;
}

.award-sub-2025 .award-info table th,
.award-sub-2025 .award-info table td {
	padding: 0.875rem 0;
	border-bottom: 0.0625rem solid #d9d9d9;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.25rem;
	text-align: left;
}

.award-sub-2025 .award-info table th {
	font-weight: 500;
	text-align: center;
}

.award-sub-2025 .award-info table td {
	padding-left: 0.625rem;
}

.award-sub-2025 .award-info table td img {
	width: auto;
	height: 2rem;
	margin-right: 0.625rem;
}

.award-sub-2025 .award-info table td img:nth-child(3n) {
	margin-right: 0;
}

.award-sub-2025 .award-overview {
	padding: 1.875rem 1rem 1.875rem 1.25rem;
	background: #F0EDE7;
	box-sizing: border-box;
}

.award-sub-2025 .award-overview .txt-award {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.125rem;
	text-align: left;
}

.award-sub-2025 .award-overview .slide+.txt-award {
	margin-top: 1.125rem;
}

.award-sub-2025 [class ^= award-overview] .slide {
  margin-top: 1rem;
}
.award-sub-2025 .slide .swiper-container {
	overflow: visible;

}
.award-sub-2025 .slide .swiper-wrapper {
  height: 9.375rem;
}
.award-sub-2025 .slide .swiper-slide {
  margin-right: 1.25rem;
  width: 12.5rem;
}
.award-sub-2025 .slide .swiper-slide img {
  height: 9.375rem;
}
.award-sub-2025 .slide .swiper-slide:last-child {
  margin-right: 0;
}
.award-sub-2025 .slide .progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 1.25rem;
  box-sizing: border-box;
  z-index: 10;
}
.award-sub-2025 .slide .progress .scrollbar {
  position: relative;
  width: 100%;
  height: 0.125rem;
  background: #908e8b;
}
.award-sub-2025 .slide .progress .scrollbar .scrollbar-drag {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0.125rem;
  transform: translateY(-50%);
  background: #000;
  transition: width 0.7s ease;
}
.award-sub-2025 .slide .progress .swiper-pagination-custom {
  display: none;
}

.award-sub-2025 .award-emblem {
  padding: 1.5625rem 1.25rem;
  width: 100%;
  background-color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.01rem;
}
.award-sub-2025 .award-emblem strong {
  font-weight: 700;
}
.award-sub-2025 .award-emblem .txt-desc1 {
  margin-top: 0.625rem;
  padding-left: 8.125rem;
  min-height: 7.5rem;
  background: url(../images/award/emb2025_01.png) left center / 6.6875rem auto no-repeat;
}
.award-sub-2025 .award-emblem .txt-desc1 > p {
  padding-top: 1.125rem;
}
.award-sub-2025 .award-emblem .txt-desc2 {
  padding-right: 7.3125rem;
  min-height: 7.5rem;
  background: url(../images/award/emb2025_02.png) right center / 6.6875rem auto no-repeat;
}
.award-sub-2025 .award-emblem .txt-desc2 > p {
  padding-top: 1.625rem;
}
.award-sub-2025 .award-emblem .txt-desc3 > p {
  margin: 0;
  padding: 0;
}
.award-sub-2025 .award-emblem .txt-desc3 > p span {
  display: inline-block;
  width: 5.9375rem;
  height: 7.0625rem;
  font-size: 0;
  line-height: 0;
  background: url(../images/award/emb2025_03.png) center center / 5.9375rem auto no-repeat;
}
.award-sub-2025 .award-emblem .txt-desc3 > p span:nth-of-type(2) {
  margin-left: 0.875rem;
  background-image: url(../images/award/emb2025_04.png);
}
.award-sub-2025 .award-emblem .txt-desc3 > p span:nth-of-type(3) {
  margin-left: 0.875rem;
  background-image: url(../images/award/emb2025_05.png);
}
.award-sub-2025 .award-emblem .txt-desc3 > em {
  display: block;
  padding-top: 1rem;
}

.award-sub-2025 .award-program {
	padding: 1.875rem 1.25rem;
	background: #F0EDE7;
	box-sizing: border-box;
}

.award-sub-2025 .award-program h3 {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1rem;
	text-align: left;
}

.award-sub-2025 .award-program table {
	margin-top: 1.25rem;
	border-top: 0.125rem solid #000;
}

.award-sub-2025 .award-program table thead th {
	padding: 0.625rem 0;
	border-bottom: 0.0625rem solid #727272;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.2025rem;
	text-align: center;
}

.award-sub-2025 .award-program table tbody th,
.award-sub-2025 .award-program table tbody td {
	padding: 0.625rem 0;
	border-bottom: 0.0625rem solid #d9d9d9;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.2025rem;
	text-align: left;
}

.award-sub-2025 .award-program table tbody th {
	text-align: center;
	vertical-align: top;
}

.award-sub-2025 .award-memonly {
	padding: 1.875rem 1.25rem;
	background: linear-gradient(90deg, #9D8963 14.6%, #9D8963 41.75%, #A18D69 59.39%, #AC9B7B 85.18%, #B8A98D 102.82%);
	box-sizing: border-box;
}

.award-sub-2025 .award-memonly h3 {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1rem;
	text-align: center;
	color: #fff;
}

.award-sub-2025 .award-memonly h3+p {
	margin-top: 0.375rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.11rem;
	text-align: center;
	color: #fff;
}

.award-sub-2025 .award-memonly .coupon {
	position: relative;
	width: 18rem;
	height: 9.3125rem;
	padding: 2.5rem 0 0;
	margin: 1.875rem auto 0;
	background: url(../images/award/coupon.svg) center / 100% auto no-repeat;
	text-align: center;
	box-sizing: border-box;
}

.award-sub-2025 .award-memonly .coupon strong {
	display: block;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.875rem;
}

.award-sub-2025 .award-memonly .coupon strong span {
	font-size: 1.5rem;
	font-weight: 500;
}

.award-sub-2025 .award-memonly .coupon s {
	display: block;
	margin: 0.4375rem 0 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 0.875rem;
	color: #9E9A92;
}

.award-sub-2025 .award-memonly .coupon p {
	margin: 1.0625rem 0 0;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 0.875rem;
}

.award-sub-2025 .award-memonly .coupon .sale {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -0.625rem;
	top: -1.3125rem;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 100%;
	background: #000;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.05rem;
	text-align: center;
	color: #fff;
}

.award-sub-2025 .award-memonly .coupon+p {
	margin-top: 1rem;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.125rem;
	text-align: left;
	color: #fff;
}

.award-sub-2025 .award-memonly .noti {
	padding-top: 1.25rem;
	margin-top: 1.25rem;
	background: url(../images/award/dotline.svg) left top / auto 0.0625rem repeat-x;
}

.award-sub-2025 .award-memonly .noti h4 {
	display: block;
	padding-left: 1.4375rem;
	background: url(../images/award/ico_exc.svg) left center / 1.125rem auto no-repeat;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.125rem;
	text-align: left;
	color: #fff;
}

.award-sub-2025 .award-memonly .noti ul {
	margin-top: 0.75rem;
}

.award-sub-2025 .award-memonly .noti ul li {
	padding-left: 0.9375rem;
	text-indent: -0.8125rem;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.975rem;
	text-align: left;
	color: #fff;
}

.award-sub-2025 .award-memonly .noti ul li+li {
	margin-top: 0.625rem;
}

.award-sub-2025 .award-memonly.dimmed::after {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	content: "종료된 이벤트 입니다! :)";
	font-size: 16px;
	font-weight: 700;
	line-height: 23.68px;
	color: #fff;
}

.award-sub-2025 .award-brand {
	padding: 1.875rem 1.25rem;
	box-sizing: border-box;
}

.award-sub-2025 .award-brand h3 {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1rem;
	text-align: left;
}

.award-sub-2025 .award-brand .brand-list {
	padding: 2.75rem 0;
	margin-top: 1.25rem;
	background: #F0EDE7;
}

.award-sub-2025 .award-brand .brand-list p {
	display: block;
	padding-top: 2.75rem;
	background: url(../images/award/ico_exc2.svg) center top / 2.125rem auto no-repeat;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
	text-align: center;
}

.award-sub-2025 .award-brand .slide {
	margin-top: 1.875rem;
}

.award-sub-2025 .award-brand .txt {
	margin-top: 1.875rem;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.125rem;
	text-align: left;
}

.award-sub-2025 .award-brand .btn {
	margin-top: 1.875rem;
}

.award-sub-2025 .award-brand .btn .btn-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 2.5rem;
	background: #000;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.295rem;
	text-align: center;
	color: #fff;
}
.award-sub-2025 .award-btm-menu {
	display: flex;
	position: fixed;
	left: calc(50% + 80px);
	bottom: 0;
	width: 480px;
	z-index: 100;
}

.award-sub-2025 .award-btm-menu a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	/*width: 50%;*/
	height: 3.125rem;
	border: 0.0625rem solid #AC33FA;
	background: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.295rem;
	text-align: center;
	color: #AC33FA;
	box-sizing: border-box;
}

.award-sub-2025 .award-btm-menu .btn-reg {
	border: 0;
	background: linear-gradient(115.14deg, #6819E2 26.62%, #7731E3 45.5%, #AE159E 111.41%);
	color: #fff;
}

@media screen and (max-width: 1100px) {
	.award-sub-2025 .award-btm-menu {
		left: 50%;
		width: 100%;
		max-width: 22.5rem;
		transform: translate(-50%, 0);
	}
}

.event-reg-info {
  display: flex;
  align-items: center;
  position: relative;
  height: 4.25rem;
  padding-left: 4rem;
  margin-top: 1.25rem;
  border-radius: 0.625rem;
  background: #F4F4F4;
}
.event-reg-info::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 100%;
  background: url(../images/common/ico_email02.svg) center / 1.125rem auto no-repeat #fff;
  content: "";
}
.event-reg-info strong {
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #808080;
  font-weight: 500;
}
.event-reg-info a {
  display: block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #111;
  font-weight: 700;
}

/* 박람회 사전등록 */
.expo-reg {
	padding-top: 1.25rem !important;
	padding-bottom: 4.375rem !important;
}

.expo-reg h3 {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.25rem;
	text-align: left;
	color: #222;
}

.expo-reg .info-box {
	padding: 0.9375rem;
	margin-top: 0.625rem;
	border: 0.0625rem solid #D8D8D8;
}

.expo-reg .info-box h4 {
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.25rem;
	text-align: left;
	color: #222;
}

.expo-reg .info-box ul {
	margin-top: 0.125rem;
}

.expo-reg .info-box ul li {
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.25rem;
	text-align: left;
	color: #222;
}

.expo-reg .info-box ul li strong {
	display: inline-block;
	width: 4.5rem;
	font-weight: 400;
}

.expo-reg>h4 {
	display: block;
	margin: 1.875rem 0 0.625rem;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.25rem;
	text-align: left;
	color: #222;
}

.expo-reg>h4 i {
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.0175rem;
	text-align: left;
	color: #D32828;
}

.expo-reg>h4 span {
	font-size: 0.75rem;
	color: #666;
}

.expo-reg select {
	width: 100%;
}

.expo-reg .msg {
	margin-top: 0.4375rem;
	font-size: 0.6875rem;
	font-weight: 500;
	line-height: 1.0175rem;
	text-align: left;
	color: #D32828;
}

.expo-reg .chk-list {
	display: flex;
	flex-wrap: wrap;
}

.expo-reg .chk-list.col3 li {
	width: 5.875rem;
	margin-top: 0.5625rem;
	margin-right: 0.5625rem;
}

.expo-reg .chk-list.col3 li:nth-child(-n + 3) {
	margin-top: 0;
}

.expo-reg .chk-list.col3 li:nth-child(3n + 0) {
	margin-right: 0;
}

.expo-reg .privacy-box {
	height: 7.5rem;
	padding: 0.625rem;
	background: #F6F6F6;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.25rem;
	text-align: left;
	color: #222;
	box-sizing: border-box;
	overflow-y: auto;
}

.expo-reg .check {
	margin-top: 0.625rem;
}

.expo-view {
	padding-bottom: 1.875rem !important;
}

.expo-view .ticket {
	width: calc(100% + 2.5rem);
	padding: 1.25rem 1.875rem 2.1875rem;
	margin-left: -1.25rem;
	background: #F1EDE7;
	box-sizing: border-box;
}

.expo-view .ticket .box {
	height: 22.0625rem;
	padding-top: 8.125rem;
	border: 0.0625rem solid #D8D8D8;
	background: url(../images/common/award2025.svg) center top / 4.4375rem auto no-repeat #fff;
	text-align: center;
	box-sizing: border-box;
}

.expo-view .ticket .box h3 {
	display: block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8rem;
	text-align: center;
	color: #222;
}

.expo-view .ticket .box .bcode {
	width: 14.75rem;
	margin: 0.625rem auto 0;
}

.expo-view .ticket .box ul {
	display: inline-flex;
	gap: 1.25rem;
	margin-top: 1.5625rem;
}

.expo-view .ticket .box ul li {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.25rem;
	text-align: left;
	color: #222;
}

.expo-view .ticket .box ul li strong {
	font-weight: 500;
}

.expo-view .txt {
	padding: 1.5625rem 0.625rem 0;
}

.expo-view .txt li {
	padding-left: 0.75rem;
	text-indent: -0.75rem;
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 1.25rem;
	text-align: left;
	color: #222;
}


/* 240624 메인추가 */


html {
  font-size: 21.333px;
}
#wrap{
  margin: 0;
  background-color: #fff;
  margin-left: calc( 50% + 80px );
  position: relative;
}

header{
  left: calc( 50% + 80px );
  margin-left: 0;
}


.btm-menu{
  left: calc( 50% + 80px );
  transform: translate(0,100%);
    z-index: 1111;
}
.inc-header .menu.on{
  left: 0;transform: unset;
}

.goods-view .btm-gds{
  left: calc( 50% + 80px );
  transform: unset;
}

.inc-header .menu {
  position: absolute;
}

.layer-profile-photo,
.layer-share,
.layer-write {
  left: calc( 50% + 80px );
  transform: translate( 0, 100%);
}

.layer-profile-photo.on,
.layer-share.on,
.layer-write.on{
  transform: translate(0, 0);
}

.btm-menu.on{
  transform: unset;
}

.btn-wrap.bottom{
  max-width: 22.5rem;
}

.modal-pop{
  left: calc( 50% + 80px );
  transform: unset;
}


.newMswiper .swiper-slide{
  position: relative!important;
  width: 500px!important;
  height: 250px!important;
}
.newMswiper .swiper-slide img{
  display: block!important;
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  object-fit: cover!important;
  width: 100%!important;
  height: 100%!important;
  transform: translate(-50%,-50%);
}


.main2-box{
  width: 100%;
  height: 100vh;
  background-color: #EEE3FF;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.main2-box main{
  background-color: #fff;
}

.btn-layer-write {
  margin-left: 21.125rem;
}

.modal{
  left: calc( 50% + 80px );
  transform: translateX(0);
}

.layer-end{
  left: calc(50% + 80px);
  transform: translate(0, 100%);
}

.layer-end.on {
  transform: translate(0, 0);
}

.main2_bg{
  width: 100%;
  height: 235px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/assets/user/images/main/main2_bg.png) center bottom / 100% 235px no-repeat;
}

.main2-box .main2-container{
  width: 100%;
  position: relative;
  height: 100vh;
  margin: 0 auto;
  display: block;
}

.main2-box .main2-container .main2-left{
    width: 50%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-end;
    z-index: 999;
    padding-right: 55px;
    position: fixed;
    left: 0;
}

.main2-box .main2-container .main2-left .ml-up{
  width: 500px;
  min-height: calc(100% - 235px);
  display: flex;
  flex-direction: column;
  padding-bottom: 72px;
  box-sizing: border-box;
}

.main2-box .main2-container .main2-left .ml-top{
  position: relative;
  overflow: hidden;
  max-height: 186px;
  margin-top: auto;
}

.main2-box .main2-container .main2-left .ml-top p{
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  font-family: "Noto Sans KR";
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
}


.main2-box .main2-container .main2-left .ml-top .main2_logo{
  display: block;
  margin: 0 auto 60px;
  width: 207px;
}

.main2-box .main2-container .main2-left .ml-top .main2_character{
  width: 128px;
  position: absolute;
  left: -14px;
  bottom: -14px;
}

.main2-box .main2-container .main2-right{
    height: 100vh;
    width: 100%;
    z-index: 99;
    position: fixed;
    right: 0;
    box-sizing: border-box;
}

.main2-box .main2-container .main2-right iframe{
  width: 100%;
  height: 100%;
}

.main2-box.inisisOn .main2-container .main2-right iframe {
  max-width: 22.5rem;
  width: 100%;
  height: 100%;
  margin-left: calc(50% + 80px);
}


.main2-box .main2-container .main2-left .ml-bot{
  width: 500px;
  height: 250px;
}

.main2-box .main2-container .main2-left .ml-bot{
  position: relative;
  padding-bottom: 32px;
}

.main2-box .main2-container .main2-left .ml-bot .swiper {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.main2-box .main2-container .main2-left .ml-bot .swiper-pagination-clickable{
  bottom: 0px;
  position: absolute;
}

.main2-box .main2-container .main2-left .ml-bot .swiper-pagination-clickable .swiper-pagination-bullet{
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #464646;
  opacity: 0.2;
  transition: all .5s;
}

.main2-box .main2-container .main2-left .ml-bot .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
  margin: 0px 5px;
  width: 28px;
  height: 12px;
  border-radius: 12px;
  background-color: #464646;
  opacity: 1;
}

.main2-box .main2-container .main2-left .ml-qr{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 235px;
  width: 500px;
}

.main2-box .main2-container .main2-left .ml-qr p{
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans KR";
  color: rgba(0, 0, 0, 0.8);
}

.main2-box .main2-container .main2-left .ml-qr img{
  display: block;
  width: 100px;
  height: 100px;
}

.main2-box .sns-box{
  position: absolute;
  right: 50px;
  bottom: 40px;
  z-index: 999;
}

.main2-box .sns-box a{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}


.main2-box .sns-box a:nth-child(2){
  margin-top: 20px;
}

.main2-box .sns-box a img{
  display: block;
  width: 50px;
}

.inc-header {
    position: absolute;
    z-index: 1100;
    width: 100%;
    overflow: hidden;
}

.inc-header.on{
  max-width: 22.5rem;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  top: 0;
}


@media screen and (max-width: 1100px){


  .main2-box .main2-container .main2-left,
  .main2-box .sns-box{
    display: none;
  }

  .main2-box .main2-container .main2-right{
    width: 100%;
    padding: 0;
  }

  .main2-box.inisisOn .main2-container .main2-right iframe {
    max-width: 22.5rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
  }

  #wrap {
    margin: 0 auto;
    left: 0;
    padding: 0;
  }

  header {
    left: 50%;
    margin-left: -11.25rem;
  }

  footer.h-type2 > div {
    padding-bottom: 11.9375rem;
  }

  .btm-menu {
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .btm-menu.on {
    transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }

  .btn-wrap.bottom{
    left: 50%;
    transform: translate(-50%, 0);
  }

  .goods-view .btm-gds,
  .inc-header .menu.on {
    left: 50%;
    transform: translateX(-50%);
  }

  .layer-profile-photo,
  .layer-share,
  .layer-write {
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .layer-profile-photo.on,
  .layer-share.on,
  .layer-write.on {
    transform: translate(-50%, 0);
  }

  .btn-layer-write {
    margin-left: 6.0625rem;
  }

  .modal-pop,
  .modal {
    left: 50%;
    transform: translateX(-50%);
  }

  .layer-end {
    left: 50%;
    transform: translate(-50%, 100%);
  }

  .layer-end.on {
    transform: translate(-50%, 0);
  }
}


@media all and (max-width:720px) {
  html {
    font-size: 4.444vw;
  }

  .btn-wrap.bottom {
    left: 0;
    transform: unset;
    width: 100%;
  }
}
