@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css");

/* 나눔고딕 */
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* 나눔명조 */
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/* CSS Document */
* {
  padding: 0;
  margin: 0;
  font-family: "Pretendard", sans-serif;
  box-sizing: border-box;
  word-break: keep-all;
}
header,
main,
footer,
section,
article {
  display: block;
}
html {
  position: relative;
  overflow-y: scroll;
}
html,
body {
  width: 100%;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em,
address {
  font-style: normal;
}
label,
button {
  cursor: pointer;
}
button {
  border: none;
  background: none;
}
hr,
legend {
  display: none;
}
img,
fieldset,
iframe {
  border: none;
}
caption {
  display: none;
}
input,
button {
  box-sizing: border-box;
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
select {
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0;
  outline: none;
}
table {
  border: none;
  border-collapse: collapse;
  padding: 0;
  border-spacing: 0;
  table-layout: fixed;
}
select::-ms-expand {
  display: none;
}
table {
  border: none;
  border-collapse: collapse;
  padding: 0;
  border-spacing: 0;
  table-layout: fixed;
}
input::-webkit-input-placeholder {
  font: 14px/1em "nanumgothic", sans-serif;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  font: 14px/1em "nanumgothic", sans-serif;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  font: 14px/1em "nanumgothic", sans-serif;
}

html.ovh {
  overflow: hidden;
}

.max-w-100 img,
a img,
button img {
  max-width: 100%;
  height: auto;
}

.adm {
  display: inline-block;
  width: 89px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  background: #333;
  border-radius: 13px;
}

.btn_box {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.btn_box a {
  display: inline-block;
  margin: 0 5px;
}
.btn_box button {
  display: inline-block;
  margin: 0 5px;
}
.bt_type1 {
  padding: 0 18px;
  color: #fff;
  line-height: 35px;
  border-radius: 3px;
}
.bt_color1 {
  background-color: #0061ad;
}
.bt_color2 {
  background-color: #808080;
}
.color-point {
  color: #f1597e;
}

.flex-row {
  display: flex;
}
.flex-jc {
  justify-content: center;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-ac {
  align-items: center;
}
.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}

.row,
.col {
  box-sizing: border-box;
}
.row:after {
  display: block;
  content: "";
  clear: both;
}
.guide-line {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}
.guide-line:after {
  display: block;
  content: "";
  clear: both;
}
.pc-block {
  display: block;
}
.pc-ib {
  display: inline-block;
}
.pc-inline {
  display: inline;
}
.mo-block {
  display: none;
}
.mo-ib {
  display: none;
}
.mo-inline {
  display: none;
}

.txt_point {
  color: #f1597e !important;
}

.skip a {
  display: block;
  position: absolute;
  left: 0;
  top: -9999em;
  width: 100%;
  background-color: #272727;
  color: #aaa;
  font: bold 12px/3.4 arial, sans-serif;
  text-align: center;
  z-index: 99999;
}
.skip a:hover,
.skip a:active,
.skip a:focus {
  top: 0;
}

a {
  text-decoration: none;
  color: #000;
}
a:link,
a:visited,
a:active,
a:focus {
}
a:hover {
  text-decoration: none;
}
.blind {
  display: block;
  overflow: hidden;
  top: -1000em;
  position: absolute;
}

.empty_img {
  width: 100%;
  display: inline-block;
  padding: 50px;
  text-align: center;
}

/* float */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}

/*기본*/
.wrap {
  width: 100%;
  min-width: 1400px;
}
#header {
  position: relative;
}
#container {
  position: relative;
  *zoom: 1;
}
#container:after {
  display: block;
  clear: both;
  content: "";
}
#footer {
  position: relative;
}

/* 관리자 */
.hd_admin {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99999;
}
.hd_admin a {
  padding: 0 20px;
  display: inline-block;
  line-height: 40px;
  background: #d12323;
  z-index: 999;
  color: #fff;
}
.hd_admin a:hover {
  background: #ff0000;
}

/* 화면낭독기 사용자용 */
.msg_sound_only,
.sound_only {
  display: inline-block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
  border: 0 !important;
  overflow: hidden !important;
}

/* 검색결과 색상 */
.sch_word {
  color: #fff;
  background: #ff005a;
  padding: 2px 5px 3px;
  line-height: 18px;
  margin: 0 2px;
  font-family: inherit;
}

/*공통부분*/
.container-row:after {
  display: block;
  clear: both;
  content: "";
}

.btn_point_basic {
  display: inline-block;
  width: 180px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #f1597e;
  border-radius: 5px;
}
.btn_point_line_basic {
  display: inline-block;
  width: 180px;
  padding: 10px 20px;
  text-align: center;
  color: #f1597e;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #f1597e;
  border-radius: 5px;
}
.btn_gray_line_basic {
  display: inline-block;
  width: 180px;
  padding: 10px 20px;
  text-align: center;
  color: #aaa;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.btn_gray_bg_basic {
  display: inline-block;
  width: 180px;
  padding: 10px 20px;
  text-align: center;
  color: #aaa;
  font-size: 20px;
  font-weight: bold;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.img_grayscale {
  filter: grayscale(100%);
  opacity: 0.5;
}
.txt_grayscale * {
  color: #aaa !important;
}

/* 이벤트 */
.event_content {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  margin-top: 20px;
}
.event_content img {
  max-width: 100%;
}
.event_location {
  padding: 20px 0;
}
.event_location img {
  max-width: 100%;
}

/* 알림 */
.noti-list {
}
.noti-list a {
  display: block;
  padding: 15px 8px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.noti-list a.read {
  background: #f5f5f5;
}
.noti-list a .title {
  margin-top: 10px;
  color: #333;
}
.noti-list a .date {
  color: #999;
}
.noti-list a .content {
  color: #999;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 이벤트 */
.dayevent_wrap {
  background: #f8848f;
  max-width: 1000px;
  margin: 0 auto;
}
.dayevent_wrap .dayevent_list {
  background: url("/theme/jelly/img/event/dayevent_top.png") no-repeat top;
  background-size: 100%;
  padding: 400px 20px 0;
  text-align: center;
}
.dayevent_wrap .dayevent_bottom {
  text-align: center;
  max-width: 100%;
}

/* 행사 */
.list_section_wrap {
  width: 100%;
  margin-bottom: 50px;
}
.list_section_wrap .section_top {
  position: relative;
}
.list_section_wrap .section_top .section_tit {
  padding-top: 8px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.list_section_wrap .section_top .section_more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 41px;
  height: 25px;
  padding: 9px;
  line-height: 0;
}
.community_wrap {
  margin-top: 24px;
  border-top: 2px solid #333;
}
.community_wrap ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  position: relative;
}
.community_wrap ul > li:after {
  clear: both;
  display: block;
  content: "";
}
.community_wrap ul > li:last-child {
  border-bottom: 0px;
}
.community_wrap ul > li .img_thum {
  width: 300px;
  height: 240px;
  border-radius: 10px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
.community_wrap ul > li .img_thum img {
  width: 100%;
}
.community_wrap ul > li .community_desc .community_tit {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.community_wrap ul > li .community_desc .community_subtit {
  color: #999;
  margin-bottom: 20px;
}
.community_wrap ul > li .community_desc .community_info p {
  line-height: 20px;
  position: relative;
  margin-top: 5px;
}
.community_wrap ul > li .community_desc .community_info p span:first-child {
  font-weight: bold;
  display: inline-block;
  width: 50px;
}
.community_wrap ul > li .community_desc .community_info p span:nth-child(2) {
  margin-left: 60px;
  display: inline-block;
}
.community_wrap ul > li a.btn_apply {
  position: absolute;
  left: 320px;
  bottom: 20px;
}
.community_wrap ul > li a.btn_copy_url {
  position: absolute;
  left: 512px;
  bottom: 20px;
}
.event_info {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.event_info h3 {
  margin-bottom: 4px;
  font-weight: bold;
  color: #333;
  font-size: 20px;
}
.event_info ul li {
  color: #999;
}
.event_agree {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #666;
  line-height: 1.5;
  color: #666;
}

/*페이징*/
.pn-pagenation {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.pn-pagenation__num,
.pn-pagenation__move {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin: 0 5px;
  color: #999;
  font-size: 20px;
  background: #f8f8f8;
  border: 2px solid #ddd;
  box-sizing: border-box;
  border-radius: 10px;
}
.pn-pagenation__num.on {
  color: #333;
  background: #fff;
  font-weight: bold;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 100%;
}
.pagination .navigation {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #161719;
}
.pagination .navigation button {
  border: 0;
  background: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.pagination .navigation .ipt_page {
  margin: 0 15px;
  width: 87px;
  height: 58px;
  border: solid 1px #dcdee5;
  background-color: #fafafc;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #161719;
}
.pagination .navigation .ipt_page::placeholder {
  font-size: 15px;
  font-weight: 500;
  color: #b9bec4;
}
.pagination .btn_wrap {
  display: block;
}
.pagination .btn_page {
  display: inline-block;
  padding: 20px 30px;
  width: 134px;
  height: 58px;
  border: 1px solid #dcdee5;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #161719;
}
.pagination .btn_page + .btn_page {
  margin-left: 15px;
}
.pagination .btn_page.prev::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 18px;
  margin-right: 15px;
  background: no-repeat url("../img/left_arrow_ico.svg");
  background-size: 13px 10px;
  background-position-y: 4px;
  vertical-align: top;
}
.pagination .btn_page.next::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 18px;
  margin-left: 15px;
  background: no-repeat url("../img/right_arrow_ico.svg");
  background-size: 13px 10px;
  background-position-y: 4px;
  vertical-align: top;
}
.pagination .btn_page.disabled {
  background: #fafafc;
  color: #b9bec4;
  cursor: not-allowed;
}
.pagination .btn_page.disabled::before,
.pagination .btn_page.disabled::after {
  opacity: 0.4;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 147px;
  z-index: 51;
  border-bottom: 1px solid rgba(21, 21, 23, 0.1);
  background: #fff;
}
#header .top_border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffc9b9;
  background: linear-gradient(to right, #ffc9b9, #f3e3c5);
}
#header .nav {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 30px;
}
#header .nav_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
}
#header .nav_top .logo_wrap {
  display: flex;
  align-items: center;
  max-width: 170px;
}
#header .nav_top .logo {
  width: 136px;
  height: 30px;
  background-image: url("../img/logo.png");
  background-size: 136px 30px;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
}
#header .nav_top .search_wrap {
  width: 450px;
  height: 58px;
  border: solid 1px #151517;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#header .nav_top .search_wrap select {
  position: absolute;
  left: 25px;
  top: 0;
  width: 105px;
  height: 100%;
  border: 0;
  background: no-repeat url(../img/down_arrow_ico.svg);
  background-size: 12px 6px;
  background-position: 100%;
  appearance: none;
  font-size: 15px;
  line-height: 18px;
  color: #1b1c1f;
}
#header .nav_top .search_wrap input {
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 18px;
  border: 0;
  background: none;
  padding-left: 154px;
  color: #1b1c1f;
}
#header .nav_top .search_wrap input::placeholder {
  color: #d1d1db;
}

#header .nav_top .search_wrap button {
  position: absolute;
  top: 21px;
  right: 25px;
  display: block;
  width: 15px;
  height: 15px;
  background: no-repeat url(../img/search_ico.svg);
  background-size: 15px 15px;
  font-size: 0;
  line-height: 0;
}

#header .nav_top .btn_wrap {
  display: flex;
  align-items: center;
}

#header .nav_top .btn_wrap a {
  display: inline-block;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 16px;
  color: #151517;
  vertical-align: middle;
}
#header .nav_top .btn_wrap .divider {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 7px 7px 2px;
  opacity: 0.1;
  background-color: #151517;
}

#header .nav_top .btn_wrap .btn_toggle {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 3px;
}

#header .nav_top .btn_wrap .btn_toggle span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

#header .nav_top .btn_wrap .btn_toggle img {
  width: 27px;
  position: relative;
  top: 1px;
}

#header .nav_top .btn_wrap .btn_count {
  position: relative;
  padding: 0;
}
#header .nav_top .btn_wrap .btn_count i {
  display: none;
}
#header .nav_top .btn_wrap .btn_count span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
#header .nav_top .btn_wrap .btn_recent_view img {
  width: 32px;
  height: 32px;
}
#header .nav_top .btn_wrap .count {
  position: relative;
  top: 0;
  width: 20px;
  margin-left: 3px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #151517;
  border-radius: 50%;
}
#header .member {
  margin-left: 10px;
  margin-right: auto;
  z-index: 61;
}
#header .member .btn-select-account {
  width: 15px;
  height: 15px;
  background: no-repeat url("../img/down_arrow_ico.svg");
  background-size: 12px 7px;
  background-position: 1.5px 4px;
  font-size: 0;
  line-height: 0;
}
#header .select-account {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  max-width: 482px;
  padding: 0 20px 30px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 5px 9px 10px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
#header .btn_gnb {
  flex-shrink: 0;
  height: 25px;
  padding-left: 35px;
  background: no-repeat url("../img/main_menu_ico.svg");
  background-size: 25px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #151517;
}
#header .nav_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #151517;
}
#header .nav_bottom .menu {
  margin-left: 40px;
}
#header .nav_bottom .menu li {
  display: inline-block;
  width: auto;
}
#header .nav_bottom .menu a {
  display: inline-block;
  margin: 0 10px;
  font-weight: 500;
  color: inherit;
}
#header .nav_bottom .menu .divider {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  border-right: solid 1px #dcdee5;
}
#header .nav_bottom .menu li .sub_wrap {
  position: absolute;
  top: calc(100% - 5px);
  padding-top: 10px;
  display: none;
}
#header .nav_bottom .menu li .sub_wrap.on {
  display: block;
}
#header .nav_bottom .menu li .sub_wrap .sub {
  border: solid 1px #e9ebf4;
  background: #fff;
}
#header .nav_bottom .menu li .sub_wrap .sub > a {
  display: block;
  margin: 0;
  padding: 10px;
  width: 180px;
}
#header .nav_bottom .menu li .sub_wrap .sub > a:hover {
  background: #fafafc;
}
#header .nav_bottom .biz {
  color: inherit;
  font-weight: 500;
  visibility: hidden;
}

#header.fixed {
  position: fixed;
  height: 80px;
}
#header.fixed .top_border {
  display: none;
}
#header.fixed .nav {
  flex-direction: row-reverse;
  align-items: center;
}
#header.fixed .nav_top {
  position: static;
}
#header.fixed .nav_top .logo_wrap {
  position: absolute;
  left: 120px;
}
#header.fixed .select-account {
  top: 30px;
  width: 450px;
}
#header.fixed .nav_top .logo_indi,
#header.fixed .nav_top .logo {
  display: none;
}
#header.fixed .nav_top .search_wrap {
  display: none;
}
#header.fixed .nav_bottom {
  flex-grow: 1;
  margin: 0;
}
#header.fixed .nav_bottom .menu {
  margin: 0 auto;
}
#header.fixed .nav_bottom .biz {
  display: none;
}

#gnb {
  position: absolute;
  top: calc(100% - 10px);
  left: 30px;
  padding-top: 10px;
  display: none;
}
.fixed #gnb {
  top: 45px;
  padding-top: 34px;
}
#gnb .btn_menu {
  display: block;
  width: 250px;
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #b9bec4;
}
#gnb .depth1 {
  border: solid 1px #e9ebf4;
  background: #fff;
  box-shadow: 5px 5px 8px rgb(0 0 0 / 20%);
}
#gnb .depth1 > li {
  border-bottom: solid 1px rgba(21, 21, 23, 0.1);
  background: #fff;
  position: relative;
}
#gnb .depth1 > li:last-child {
  border: 0;
}
#gnb .depth2 {
  position: absolute;
  top: -1px;
  left: 251px;
  display: none;
  border: solid 1px #e9ebf4;
  box-shadow: 5px 5px 8px rgb(0 0 0 / 20%);
}
#gnb .depth2 > li {
  border-bottom: solid 1px rgba(21, 21, 23, 0.1);
  background: #fafafc;
}
#gnb .depth2 > li:last-child {
  border: 0;
}
#gnb .depth1 .on .depth2 {
  display: block;
}
#gnb .btn_menu:hover,
#gnb .on > .btn_menu {
  background-repeat: no-repeat;
  background-image: url("../img/menu_selected_arrow_ico.png");
  background-position: top 22px right 20px;
  color: #151517;
}
#gnb.opened {
  display: block;
}
#gnb.opened + .btn_gnb {
  background-image: url("../img/menu_close_ico.svg");
}
#gnb .btn_close_gnb {
  display: none;
}

#container {
  margin-top: 147px;
}

#footer {
  margin: 0 auto;
  padding: 85px 0;
  border-top: 1px solid #dcdee5;
}
#footer .content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#footer .logo {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #151517;
}
#footer .btn_wrap {
  font-size: 16px;
  line-height: 1.83;
  color: #151517;
}
#footer .btn_wrap a {
  display: inline-block;
  margin-right: 20px;
  color: inherit;
}
#footer .info {
  margin-top: 26px;
  font-size: 14px;
  line-height: 20px;
  color: #151517;
}
#footer .info span {
  display: inline-block;
}
#footer .info .divider {
  color: #b5b5b5;
}
#footer .contact {
  margin-top: 10px;
  font-size: 14px;
  color: #151517;
}
#footer .contact a {
  color: inherit;
}
#footer .other {
  margin-top: 10px;
  font-size: 14px;
  color: #151517;
}
#footer .copyright {
  position: absolute;
  top: 44px;
  right: 0;
  font-size: 14px;
  line-height: 2.2;
  color: #151517;
}

#upward {
  position: fixed;
  z-index: 20;
  bottom: 100px;
  right: 25px;
}
#upward button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: no-repeat url("../img/top_arrow_ico.svg");
  background-position: center center;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}
.scroll-top-0 #upward {
  bottom: -165px;
}

@media screen and (max-width: 1199px) {
  #header {
    height: 126px;
  }
  #header .nav_top .logo_wrap {
    max-width: 140px;
  }
  #header .nav_top .logo {
    background-size: 100%;
    background-position-y: 3px;
  }
  #header .nav_top .btn_wrap {
    position: relative;
    right: -10px;
  }
  #header .nav_top .btn_wrap .btn_toggle span {
    font-size: 12px;
  }
  #header .nav_top .btn_wrap .btn_count {
    width: calc(15px + 16px);
    height: 15px;
  }
  #header .nav_top .btn_wrap .btn_count i {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  #header .nav_top .btn_wrap .btn_count.alim {
    margin-right: -6px;
  }

  #header .nav_top .btn_wrap .btn_count .ico_alim {
    background: no-repeat url("../img/mobile/noti_ico.svg");
    background-position-x: 1.5px;
    background-size: 12px 15px;
  }
  #header .nav_top .btn_wrap .btn_count .ico_cart {
    background: no-repeat url("../img/mobile/cart_ico.svg");
    background-size: 15px 15px;
  }
  #header .nav_top .btn_wrap .btn_count .ico_mypage {
    background: no-repeat url("../img/mobile/mypage_ico.svg");
    background-size: 15px 15px;
  }
  #header .nav_top .btn_wrap .btn_count span {
    display: none;
  }
  #header .nav_top .btn_wrap .btn_count span.count {
    position: absolute;
    top: -5px;
    right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    font-size: 10px;
    line-height: 16px;
  }

  #header .nav_top .search_wrap {
    height: 40px;
    position: relative;
  }

  #header .nav_top .search_wrap button {
    top: 12px;
    right: 20px;
  }

  #header .nav_bottom {
    margin-top: 0;
  }
  #header .nav_bottom .menu {
    overflow: hidden;
  }
  #header .nav_bottom .biz {
    display: none;
  }

  #container {
    margin-top: 126px;
  }

  #footer {
    padding: 60px 20px;
  }
  #footer .content {
    max-width: unset;
  }
  #footer .logo {
    position: unset;
    margin-bottom: 15px;
  }
  #footer .contact {
    margin-top: 15px;
  }
  #footer .copyright {
    position: unset;
    margin-top: 25px;
  }
}

@media screen and (max-width: 880px) {
  .pc_only {
    display: none !important;
  }
  #header .nav {
    padding: 10px 20px;
  }
  #header {
    position: fixed;
    height: 160px;
  }
  #header .btn_gnb {
    width: 25px;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }

  #header .nav_top {
    flex-wrap: wrap;
    height: auto;
  }

  #header .nav_top .search_wrap {
    /*display: none;*/
    position: relative;
    width: 100%;
    height: 35px;
    order: 3;
    margin: 17px 0;
  }

  #header .nav_top .search_wrap button {
    top: 10px;
    right: 17px;
  }

  #header.fixed {
    height: 74px;
  }
  #header.fixed .nav_top .logo_wrap {
    left: 60px;
  }
  #header.fixed .nav_bottom .menu {
    display: none;
  }

  #container {
    margin-top: 160px;
  }

  #gnb {
    position: fixed;
    top: 160px;
    bottom: 58px;
    left: 0;
    width: 100%;
    background: rgba(21, 21, 23, 0.85);
    overflow-y: auto;
    padding-top: 0;
  }
  .fixed #gnb {
    top: 74px;
    padding-top: 0;
  }
  #gnb .btn_menu {
    width: 100%;
    background: no-repeat url("../img/mobile_menu_open_ico.png");
    background-position: center right 20px;
  }
  #gnb .depth1 {
    border-top: 0;
  }
  #gnb .depth2 {
    position: static;
    margin: 0 25px 20px 25px;
    border-radius: 5px;
    border: 0;
    overflow: hidden;
    box-shadow: none;
  }
  #gnb .depth2 > li {
    border: 0;
  }
  #gnb .btn_menu:hover {
    background-image: url("../img/mobile_menu_open_ico.png");
    background-position: center right 20px;
    color: #b9bec4;
  }
  #gnb .on > .btn_menu {
    background: no-repeat url("../img/mobile_menu_collapse_ico.png");
    background-position: center right 20px;
    color: #151517;
  }
  #gnb .depth2 .btn_menu {
    padding: 15px 20px;
    background: none;
  }
  #gnb .btn_close_gnb {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 58px;
    padding: 20px;
    background: #151517;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
  }

  .pagination {
    display: block;
  }
  .pagination.simple .navigation {
    display: none;
  }
  .pagination .btn_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
  }
  .pagination .btn_page {
    display: block;
    width: calc(50% - 7.5px);
    margin: 0 !important;
  }
}

.sel-acc__list li:last-child {
  border-bottom: 0px;
  padding: 20px 5px 0px;
}
.sel-acc__row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 5px;
  border-bottom: 1px solid #ddd;
}
.sel-acc__img {
  position: relative;
}
.sel-acc__img img {
  width: 100%;
}
.sel-acc__img .img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
}
.sel-acc__img .img img {
  width: 100%;
}
.sel-acc__img .smile {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.sel-acc__info {
  position: relative;
  width: 100%;
  padding-top: 15px;
}
.sel-acc__img + .sel-acc__info {
  width: calc(100% - 122px);
  margin-left: 24px;
}
.sel-acc__name {
  margin-bottom: 10px;
  padding-right: 40px;
  color: #333;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sel-acc__name strong {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.sel-acc__bday {
  padding-left: 35px;
  color: #333;
  font-size: 20px;
  background: url(../img/birthday-cake.png) 0 50%/21px no-repeat;
  box-sizing: border-box;
}
.sel-acc__biz {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
}
.sel-acc__biz .biz {
  display: inline-block;
  width: 49px;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  background: #333;
  border-radius: 13px;
}
.sel-add__mod {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sel-add__verify {
  display: block;
  width: 100%;
  margin-top: 15px;
  color: #333;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #ddd;
}
.sel-add__add {
  margin-top: 30px;
  text-align: center;
}
.sel-add__add .link {
  color: #f1597e;
  font-size: 30px;
}
.sel-acc__row.before-approval .sel-acc__name,
.sel-acc__row.before-approval .sel-acc__name strong,
.sel-acc__row.before-approval .sel-acc__biz {
  color: #999;
}
.sel-acc__row.before-approval .biz {
  background: #d6d6d6;
}

.btn_point {
  border: 1px solid #f1597e;
  color: #f1597e;
  border-radius: 10px;
  padding: 5px 15px;
  background: #fff;
}
.btn_point_block {
  border: 1px solid #f1597e;
  background: #f1597e;
  color: #fff;
  border-radius: 10px;
  padding: 5px 15px;
}

@keyframes cntchanged {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.member-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  z-index: 110;
  width: 462px;
  background: #fff;
  border-right: 1px solid #ddd;
  transition: 0.2s;
}
.member-menu.on {
  left: 0;
}
.member-menu__in {
  position: relative;
  max-height: 100%;
  padding: 117px 26px 50px 40px;
  box-sizing: border-box;
}
.mm-slogan {
  padding-bottom: 47px;
  border-bottom: 1px solid #ddd;
}
.mm-slogan__txt {
  margin-bottom: 40px;
  color: #999;
  font-size: 40px;
  line-height: 1em;
}
.mm-slogan__txt:last-child {
  margin-bottom: 0;
}
.mm-slogan__txt .point {
  color: #333;
  font-weight: bold;
}
.mm-slogan__txt .bg-line {
  display: inline-block;
  position: relative;
}
.mm-slogan__txt .bg-line:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  z-index: -1;
  height: 17px;
  background: #f5d2d0;
  transition: 0.3s;
}
.mm-slogan__txt:hover .bg-line:before {
  width: 100%;
}
.menu-box {
  padding-top: 30px;
}
.menu-box__tit {
  color: #333;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
}
.menu-box__group {
  margin-top: 20px;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.menu-box__item {
  border-bottom: 1px solid #ddd;
}
.menu-box__btn {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  line-height: 73px;
  text-align: center;
}
.mm-menu-list {
  padding: 45px 0 0 5px;
}
.mm-menu-list__item {
  margin-top: 32px;
}
.mm-menu-list__item:first-child {
  margin-top: 0;
}
.mm-menu-list__item:last-child {
  margin-top: 26px;
}
.mm-menu-list__btn {
  color: #333;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
}
.mm-menu-list__btn .biz {
  display: inline-block;
  margin-right: 8px;
  padding: 0 20px;
  width: unset;
  vertical-align: initial;
  color: #fff;
  font-size: 1em;
  line-height: 44px;
  background: #333;
  border-radius: 22px;
}
.btn-log-out {
  display: block;
  margin-top: 84px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.btn-close-mm {
  position: absolute;
  top: 28px;
  right: 26px;
}

.fm {
  overflow: hidden;
  position: fixed;
  z-index: 90;
  bottom: -165px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 54px;
  transition: 0.3s;
}
.scrolled-up .fm {
  bottom: 65px;
}
.scroll-top-0 .fm {
  bottom: -165px;
}
.fm__list {
  display: flex;
}
.fm__item {
  position: relative;
}
.fm__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 1px;
  height: 37px;
  background: #fff;
  transform: translateY(-50%);
}
.fm__item:nth-child(4):after,
.fm__item:last-child:after {
  display: none;
}
.fm__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 116px;
  height: 103px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  background: #1ebfb2;
}
.fm__btn.go-top {
  background: #14aa9a;
}
.fm__btn.go-top:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 24px;
  height: 20px;
  transform: translate(50%, -50%);
  background: url(../img/go-top.png) 0 0/100% no-repeat;
}

.inp-label {
  position: relative;
}
.inp-label + .inp-label {
  margin-top: 20px;
}
.inp-label .inp-label__inp,
.inp-label .inp-label__sel {
  width: 100%;
  height: 82px;
  padding: 0 20px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.inp-label .inp-label__label {
  position: absolute;
  top: 25px;
  left: 28px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  transition: 0.2s;
}
.inp-label.is-active .inp-label__label {
  top: 10px;
  left: 20px;
  color: #999;
  font-weight: bold;
  font-size: 14px;
}

.inp-pc-flex-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.inp-pc-flex-wrap.align-top {
  align-items: flex-start;
}
.inp-pc-flex-wrap + .inp-pc-flex-wrap,
.inp-pc-flex-desc + .inp-pc-flex-wrap {
  margin-top: 20px;
}
.inp-pc-flex-wrap .inp-pc-flex-wrap__label {
  width: 236px;
  padding-left: 15px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  box-sizing: border-box;
}
.inp-pc-flex-wrap .inp-pc-flex-wrap__inp {
  width: calc(100% - 236px);
  height: 82px;
  padding: 0 20px;
  color: #333;
  font-size: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.inp-pc-flex-desc {
  margin: 10px 0 0 236px;
}
.inp-pc-flex-desc .is-check {
  font-size: 20px;
}
.inp-pc-flex-desc .is-check.yes {
  color: #1ebfb2;
}
.inp-pc-flex-desc .is-check.no {
  color: #f1597e;
}

.check-box {
  display: flex;
  align-items: center;
  float: left;
}
.check-box + .check-box {
  margin-left: 28px;
}
.check-box-block:after {
  content: "";
  display: block;
  clear: both;
}
.check-box-block + .check-box-block {
  margin-top: 30px;
}
.check-box-title {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.check-box-title + .check-box-block {
  margin-top: 45px;
}
.inp-label + .check-box-block {
  margin-top: 20px;
}
.check-box__inp {
  width: 40px;
  height: 40px;
  background-image: url(../img/bg-checkbox.png);
  background-size: 100%;
  background-repeat: no-repeat;
  appearance: none;
}
.check-box__inp:checked {
  background-image: url(../img/bg-checkbox-checked.png);
}
.check-box__inp2 {
  width: 40px;
  height: 40px;
  background-image: url(../img/bg-checkbox.png);
  background-size: 100%;
  background-repeat: no-repeat;
  appearance: none;
}
.check-box__inp2:checked {
  background-image: url(../img/bg-checkbox-checked2.png);
}
.check-box__label {
  margin-left: 19px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.check-box-block .check-box__link {
  float: right;
  padding-right: 26px;
  color: #f1597e;
  font-weight: bold;
  font-size: 30px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../img/arrow-agree-link.png);
}
.check-box__msg {
  margin-top: 10px;
  margin-left: 55px;
  color: #f1597e;
  font-size: 14px;
}

.btn-dw {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 1px solid;
  border-radius: 5px;
  box-sizing: border-box;
}
.btn-dw.full {
  width: 100%;
}
.btn-dw.half {
  width: 50%;
}
.btn-dw.type01 {
  background: #f1597e;
  border-color: #f1597e;
}
.btn-dw.type02 {
  background: #fff;
  border-color: #f1597e;
}
.btn-dw.type03 {
  background: #fff;
  border-color: #ddd;
}
.btn-dw .txt {
  font-size: 30px;
}
.btn-dw .txt.bold {
  font-weight: bold;
}
.btn-dw.type01 .txt {
  color: #fff;
  font-weight: bold;
}
.btn-dw.type02 .txt {
  color: #f1597e;
}
.btn-dw.type03 .txt {
  color: #666;
}
.btn-dw.full + .btn-dw.full {
  margin-top: 25px;
}
.btn-dw.half + .btn-dw.half {
  margin-left: 10px;
}

.modal-wrap {
  display: none;
}
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content-wrap {
  position: relative;
  width: 795px;
  padding: 45px 42px 30px;
  border: 1px solid #ddd;
  background: #fff;
  box-sizing: border-box;
}
.modal__content {
  max-height: 70vh;
  margin-top: 40px;
  padding: 25px 0;
  border-top: 2px solid;
}
.modal__tit {
  overflow: hidden;
  margin-right: 50px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal__top_btn_wrap {
  position: absolute;
  right: 120px;
  top: 39px;
  display: flex;
  align-items: center;
  gap: 19px;
}
.modal__top_btn_wrap button {
  width: 42px;
}
.modal__top_btn_wrap button img {
  width: 100%;
}
.modal__tab {
  display: flex;
  border-top: 2px solid #333;
  margin-top: 40px;
  margin-bottom: -40px;
}
.modal__tab .tab {
  display: block;
  width: 50%;
  padding: 20px 0;
  font-size: 16px;
  background: #eee;
  color: #333;
}
.modal__tab .tab.on {
  background: #fff;
  color: #f1597e;
}
.modal__agree {
  max-height: 605px;
  margin-top: 25px;
  padding: 30px;
  background: #f5f5f5;
}
.modal__agree .demo-txt {
  color: #333;
  font-weight: 300;
  font-size: 20px;
}
.modal__close {
  position: absolute;
  top: 40px;
  right: 48px;
}
.modal__close img {
  width: 100%;
}
.modal__ban-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 13px);
  height: 80px;
  border: 1px solid;
  border-radius: 5px;
  box-sizing: border-box;
}
.modal__btn.wide {
  width: calc(100% - 240px);
}
.modal__btn.small {
  width: 215px;
}
.modal__btn.full {
  width: 100%;
}
.modal__btn + .modal__btn {
  margin-left: 25px;
}
.modal__btn.type01 {
  background: #f1597e;
  border-color: #f1597e;
}
.modal__btn.type02 {
  background: #fff;
  border-color: #ddd;
}
.modal__btn.type03 {
  background: #1ebfb2;
  border-color: #1ebfb2;
}
.modal__btn.type04 {
  background: #fff;
  border-color: #1ebfb2;
}
.modal__btn.share {
  background: #1ebfb2;
  border-color: #1ebfb2;
}
.modal__btn .txt {
  font-size: 30px;
}
.modal__btn.type01 .txt {
  color: #fff;
  font-weight: bold;
}
.modal__btn.type02 .txt {
  color: #666;
  font-weight: bold;
}
.modal__btn.type03 .txt {
  color: #fff;
  font-weight: bold;
}
.modal__btn.type04 .txt {
  color: #1ebfb2;
  font-weight: bold;
}
.modal__btn.share .txt {
  color: #fff;
  font-weight: bold;
}
.modal-cart {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ddd;
}
.modal-cart__tit {
  color: #333;
  font-weight: bold;
  font-size: 40px;
}
.modal-cart__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
}
.modal-cart__sel-tit {
  color: #999;
  font-size: 20px;
}
.modal-cart__select {
  width: 495px;
}
.modal-cart__select select {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  color: #333;
  font-size: 20px;
  border: 1px solid #ddd;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url(../img/ico-member-drop.png);
  background-size: 16px;
  background-position: calc(100% - 20px) 50%;
}
.modal-cart__select label + select {
  margin-top: 10px;
}
.modal-cart-opt {
  position: relative;
  margin-top: 20px;
  padding: 18px 23px;
  background: #f5f5f5;
}
.modal-cart-opt__name {
  color: #333;
  font-size: 20px;
  line-height: 1em;
}
.modal-cart-opt .option-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.modal-cart-opt .option-row__cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.modal-cart-opt .option-row__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  order: 2;
  font-size: 20px;
}
.modal-cart-opt .option-row__decrease {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  order: 1;
  color: #333;
  font-size: 20px;
}
.modal-cart-opt .option-row__increase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  order: 3;
  color: #333;
  font-size: 20px;
}
.modal-cart-opt .option-row__price {
  color: #333;
  font-size: 20px;
}
.modal-cart__point {
  color: #999;
  font-size: 12px;
}
.modal-cart__total {
  margin-top: 40px;
  color: #333;
  font-size: 20px;
  text-align: right;
}
.modal-cart__total strong {
  position: relative;
  bottom: -3px;
  margin-left: 15px;
  color: #333;
  font-size: 40px;
}
.modal-cart-opt .option-row__close {
  position: absolute;
  top: 17px;
  right: 19px;
  width: 20px;
  height: 20px;
}
.modal-cart-opt .option-row__close img {
  width: 100%;
}
.modal-share {
  margin-top: 40px;
  padding: 25px 0;
  border-top: 2px solid;
  border-bottom: 1px solid #ddd;
}
.modal-exel {
  margin-top: 40px;
  padding: 25px 0;
  border-top: 2px solid;
}
.modal-write {
  margin-top: 45px;
  padding: 35px 0 25px;
  border-top: 2px solid;
  border-bottom: 1px solid #ddd;
}
.modal-write__photo {
  display: flex;
  align-items: center;
}
.modal-write__photo01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 57px;
  margin-right: 30px;
  color: #666;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.modal-write__photo02 {
  display: inline-block;
  color: #666;
  font-size: 20px;
  border-bottom: 1px solid #666;
}
.modal-write__text {
  width: 100%;
  height: 267px;
  padding: 30px;
  color: #333;
  font-size: 30px;
  border: 1px solid #ddd;
  resize: none;
  box-sizing: border-box;
}
.modal-write__photo + .modal-write__text {
  margin-top: 24px;
}
.modal-d-info {
  height: 566px;
  border-top: 2px solid #333;
}
.modal-d-info__item {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.modal-d-info__row {
  position: relative;
  letter-spacing: -0.025em;
  padding-right: 90px;
}
.modal-d-info__txt {
  margin-bottom: 18px;
  color: #f1597e;
  font-size: 20px;
}
.modal-d-info__addr {
  color: #333;
  font-size: 30px;
  cursor: pointer;
}
.modal-d-info__name {
  margin-top: 20px;
  color: #333;
  font-size: 20px;
}
.modal-d-info__del {
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -20px;
  color: #333;
  font-size: 30px;
}
.modal-delivery-info {
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  align-items: center;
}
.modal-delivery-info .ct_delivery_company_txt {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 15px;
}
.modal-delivery-info .ct_invoice_txt {
  font-size: 28px;
  font-weight: bold;
}
.modal__search-wrap {
  border-top: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.modal__search-wrap .search-box-wrap {
  border: 1px solid #c1c1c1 !important;
}
.modal-del {
  margin-top: 60px;
  text-align: center;
}
.modal-del .del-btn {
  color: #dd2020;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #dd2020;
}
.modal-share {
  max-height: 540px;
}
.modal-share__vod {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.modal-share__vod01 {
  color: #333;
  font-size: 30px;
}
.modal-share__vod02 {
  width: 100%;
  margin-top: 10px;
  color: #1ebfb2;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 85px;
  border: 1px solid #1ebfb2;
}
.modal-share__vod03 {
  margin-top: 23px;
  color: #333;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  border-radius: 3px;
  background: #f5f5f5;
}
.modal .exel-row + .exel-row {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}
.modal .exel-row .exel-txt {
  color: #333;
  font-size: 30px;
}
.modal .exel-row .exel-ref-down {
  display: inline-block;
  margin-top: 20px;
  color: #1ebfb2;
  font-size: 30px;
  cursor: pointer;
  text-decoration: underline;
}
.modal .exel-row .exel-ref-down img {
  width: 50px;
  float: left;
}
.modal .exel-row .modal__ban-wrap {
  margin-top: 50px;
}
.modal .rm-category {
  margin-top: 10px;
  margin-bottom: -10px;
  position: relative;
}
.modal .btn_rm-category {
  padding: 4px;
  line-height: 18px;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.modal .btn_rm-category.active {
  color: #f1597e;
}
.modal .btn_rm-category.pending {
  color: #aaa;
}
.modal .btn_rm-category.deactive {
  color: #333;
}
.modal .rm-category .icon_rm-category {
  display: inline-block;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  vertical-align: middle;
}
.modal .rm-category .active .icon_rm-category {
  background: #f1597e;
}
.modal .rm-category .pending .icon_rm-category {
  background: #aaa;
}
.modal .rm-category .deactive .icon_rm-category {
  background: #333;
}
.modal .rm-category .img_drop {
  vertical-align: middle;
  margin-left: 4px;
  width: 15px;
  height: auto;
}
.modal .sel_rm-category {
  display: none;
  position: absolute;
  padding: 0 10px;
  width: 120px;
  top: 100%;
  left: 0;
  margin-top: 4px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
  z-index: 200;
}
.modal .sel_rm-category > button {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  text-align: left;
  color: #333;
}
.modal .sel_rm-category > button:first-child {
  border-top: none;
}
.modal .sel_rm-category .icon_rm-category {
  width: 6px;
  height: 6px;
  margin-right: 4px;
}
.modal-care-info {
  max-height: calc(100vh - 125px);
  margin-top: 20px;
  margin-bottom: -30px;
  padding: 25px 0;
  border-top: 2px solid;
}
.modal-care-info .one-head {
  width: 100%;
  background: #f5f5f5;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
.modal-care-info .one-head .used {
  font-size: 14px;
  font-weight: 300;
}
.modal-care-info .one-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.modal-care-info .one-row:first-child {
  padding-top: 0;
}
.modal-care-info .one-row:last-child {
  border-bottom: 0;
}
.modal-care-info .one-row .head {
  width: 180px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}
.modal-care-info .one-row .head.full {
  width: 100%;
}
.modal-care-info .one-row .data {
  width: calc(100% - 200px);
  color: #333;
  font-size: 16px;
}
.modal-care-info .one-row .data .icon_x {
  display: inline-block;
  background: #f1597e;
  color: #fff;
  padding: 3px 6px;
  margin: 0 5px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 15px;
  vertical-align: top;
}
.modal-care-info .one-row .head.full + .data {
  width: 100%;
}
.modal-care-info .one-row .two {
  margin-top: 20px;
  padding: 10px;
  background: #f5f5f5;
}
.modal-care-info .one-row .two-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.modal-care-info .one-row .two-row:last-child {
  border-bottom: 0px;
}
.modal-care-info .one-row .two-row + .two-row {
  margin-top: 10px;
}
.modal-care-info .one-row .two-head {
  width: 140px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
.modal-care-info .two-table .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.modal-care-info .two-table .row:last-child {
  border-bottom: 0px;
}
.modal-care-info .two-table .row + .modal-care-info .two-table .row {
  border-top: 1px solid #ddd;
}
.modal-care-info .two-table .row.row-tit {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.modal-care-info .two-table .row.impossible {
  background: #faedf1;
}
.modal-care-info .two-table .row.unavailable {
  background: #dfdfdf;
}
.modal-care-info .two-table .col {
  padding: 5px;
  text-align: center;
}
.modal-care-info .two-table .col:nth-child(n + 2) {
  width: 100px;
  flex-shrink: 0;
}
.modal-care-info .two-table .col:first-child {
  flex: 1 1 auto;
  text-align: left;
}
.modal-care-info .two-table .col.span {
  width: 200px;
}
.modal-care-info .two-table .col .point {
  color: #f1597e;
}
.modal-care-info .btn-limit-info {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #333;
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.modal-care-info .btn-limit-info .limit-info {
  position: absolute;
  display: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  min-width: 150px;
  font-size: 14px;
  z-index: 100;
}
.modal-care-info .btn-limit-history {
  display: inline-block;
  position: relative;
  border: 1px solid #333;
  width: 48px;
  height: 20px;
}
.modal-care-info .btn-limit-history span {
  text-align: center;
  padding: 0 5px;
  line-height: 19px;
}
.modal-care-info .btn-limit-history .limit-history {
  position: absolute;
  display: none;
  padding: 0 10px;
  background: #fff;
  border: 1px solid #ddd;
  top: 100%;
  right: 0;
  margin-top: 4px;
  width: 200px;
  text-align: left;
  color: #666;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 100;
}
.modal-care-info .btn-limit-history .limit-history__list {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.modal-care-info .btn-limit-history .limit-history__list:first-child {
  border-top: none;
}
.modal-care-info .btn-proposal {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  background: #f1597e;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}
.modal-memo-mng {
  max-height: 70vh;
  overflow-y: auto;
  margin-top: 40px;
  padding: 25px 0;
  border-top: 2px solid;
}
.modal-memo-mng .txt {
  color: #333;
  font-size: 30px;
}
.modal-memo-mng .auth_txt {
  color: #f26789;
  font-size: 17px;
  margin-top: 17px;
}
.modal-memo-mng .auth_txt span {
  font-weight: 800;
  text-decoration: underline;
}
.modal-memo-mng .memo_wrap {
  display: flex;
  align-items: end;
}
.modal-memo-mng textarea {
  width: 100%;
  height: 150px;
  margin-top: 20px;
  padding: 20px;
  font-size: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
  resize: none;
  box-sizing: border-box;
}
.modal-memo-mng textarea::placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 30px;
}
.modal-memo-mng button.save {
  width: 140px;
  margin-left: 20px;
}
.modal-memo-mng .input {
  width: 100%;
  height: 86px;
  margin-top: 20px;
  padding-left: 25px;
  color: #333;
  font-size: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.modal-memo-mng .input::placeholder {
  color: rgba(51, 51, 51, 0.3);
  font-size: 30px;
}
.modal-memo-mng .del-wrap {
  text-align: center;
  margin-top: 24px;
}
.modal-memo-mng .del-wrap .btn-del {
  color: #dd2020;
  font-weight: bold;
  font-size: 30px;
  border-bottom: 1px solid #dd2020;
}
.modal-memo-mng .modal-inp-wrap {
  position: relative;
}
.modal-memo-mng .modal-inp-wrap + .modal-inp-wrap {
  margin-top: 30px;
}
.modal-memo-mng .modal-inp-wrap .label {
  color: #333;
  font-size: 30px;
}
.modal-memo-mng .modal-inp-wrap .label.required::after {
  content: "*";
  color: #f1597e;
  font-size: 30px;
}
.modal-memo-mng .modal-inp-wrap .check-box.poa {
  position: absolute;
  top: 0;
  right: 0;
}
.modal-memo-mng .modal-inp-wrap .sub-inp-wrap {
  position: relative;
  margin-top: 25px;
  padding: 30px;
  background: #f5f5f5;
}
.modal-memo-mng .modal-inp-wrap .sub-inp-wrap .select {
  width: 100%;
  height: 86px;
  margin-top: 20px;
  padding-left: 25px;
  color: #333;
  font-size: 30px;
  border: 1px solid #ddd;
  appearance: none;
  background: #fff url(../img/ico-member-drop.png) right 34px top 50%/24px
    no-repeat;
}
.modal-memo-mng .modal-inp-wrap .sub-inp-wrap .btn-del {
  position: absolute;
  top: 25px;
  right: 40px;
}
.modal-memo-mng .modal-inp-wrap .btn-add {
  position: absolute;
  top: 0;
  right: 0;
  color: #1ebfb2;
  font-size: 30px;
}
.modal-memo-mng .memo-list-wrap {
}
.modal-memo-mng .memo-list {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.modal-memo-mng .memo-list:first-child {
  border: none;
}
.modal-memo-mng .memo-list .content_wrap {
  width: 100%;
}
.modal-memo-mng .memo-list .btn_wrap {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-memo-mng .memo-list .btn_wrap button {
  width: 25px;
}
.modal-memo-mng .memo-list .btn_wrap button img {
  width: 100%;
}
.modal-memo-mng .memo-list .info {
  font-size: 14px;
}
.modal-memo-mng .memo-list .content {
  font-size: 18px;
}

.modal-senior-terms .txt {
  font-size: 17px;
}
.modal-senior-terms .txt span.active {
  color: #f74572;
  text-decoration: underline;
  font-weight: bold;
}
.modal-senior-terms .check-box {
  float: none;
  justify-content: end;
}
.modal-senior-terms .modal__ban-wrap {
  margin-top: 60px;
}
.modal-senior-terms .agree.disabled {
  background: #ddd;
  border-color: #ddd;
}
.modal-senior-terms .agree .txt {
  font-size: 22px;
}

.modal-share__image-list {
  margin-top: 5px;
  padding: 5px;
  vertical-align: middle;
}
.modal-share__image-item {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 5px;
}
.modal-share__image-item button {
  text-decoration: underline;
  vertical-align: top;
}
.modal-crop-picture {
  height: 566px;
  margin-top: 42px;
  border-top: 2px solid #333;
}

@media screen and (max-width: 600px) {
  .dayevent_wrap .dayevent_list {
    padding: 180px 20px 0;
  }
}

@media screen and (max-width: 880px) {
  /* 행사 */
  .dayevent_wrap .dayevent_list {
    padding: 240px 20px 0;
  }

  /* 행사 */
  .list_section_wrap {
    padding: 0 13px;
  }
  .community_wrap ul > li .img_thum {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .community_wrap ul > li a.btn_apply {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
  }
  .community_wrap ul > li a.btn_copy_url {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
  }
  .community_desc {
    margin-top: 20px;
  }
  .list_section_wrap .section_top .section_tit {
    font-size: 15px;
  }
  .list_section_wrap .section_top .section_more {
    bottom: -4px;
  }
  .community_wrap {
    margin-top: 15px;
  }
  .community_wrap ul > li .community_desc .community_tit {
    font-size: 20px;
  }
  .community_wrap ul > li .community_desc .community_info p span:first-child {
    position: absolute;
    left: 0;
  }
  .event_info {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .event_info h3 {
    margin-bottom: 2px;
    font-size: 15px;
  }
  .event_info ul li {
    font-size: 12px;
  }
  .event_agree {
    margin: 10px 0;
    font-size: 12px;
  }

  .hd_admin {
    display: none;
  }

  .hd_pops {
    left: 10px !important;
    width: calc(100% - 20px) !important;
    height: auto;
  }
  #hd_pop {
    width: auto !important;
  }
  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
    margin-bottom: -4px;
  }
  .hd_pops img {
    width: 100%;
  }

  .order-history .btn-wrap {
    position: initial;
  }

  .modal-care-info .two-table .col {
    padding: 5px;
  }
  .modal-care-info .one-row p {
    font-size: 12px;
  }
  .modal-care-info .btn-limit-info {
    width: 15px;
    height: 15px;
    font-size: 12px;
  }

  .modal-care-info .two-table .row.row-tit {
    font-size: 14px;
  }
  .modal-care-info .two-table .col:nth-child(n + 2) {
    width: 80px;
  }
  .modal-care-info .two-table .col.span {
    width: 160px;
  }

  .modal-care-info .one-head .used {
    display: block;
  }

  .wrap {
    min-width: auto;
  }

  .guide-line {
    width: auto;
  }
  .pc-block {
    display: none;
  }
  .pc-ib {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .mo-block {
    display: block;
  }
  .mo-ib {
    display: inline-block;
  }
  .mo-inline {
    display: inline;
  }

  .entry {
    padding-top: 70px;
  }
  .entry__desc {
    padding-top: 90px;
    font-size: 14px;
    background: url(../img/foot-bg.png) 50% 0/76px no-repeat;
  }
  .entry-open-mm {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 37px;
  }
  .entry-content {
    padding-top: 50px;
  }
  .entry-content .txt {
    font-size: 20px;
  }
  .entry-content .txt.top {
    margin-left: 0;
  }
  .entry-content .txt.bot {
    margin: 20px 0 0 0;
  }
  .entry-content .txt .qut-1:before {
    top: -20px;
    left: -30px;
    width: 24px;
    height: 20px;
    background: url(../img/qut-1.png) 0 0/100% no-repeat;
  }
  .entry-content .txt .qut-2:before {
    top: -10px;
    right: -25px;
    width: 24px;
    height: 20px;
    background: url(../img/qut-2.png) 0 0/100% no-repeat;
  }
  .entry-content input {
    top: 0;
    width: 100px;
    height: 40px;
    margin: 0 8px;
    padding: 0 0 0;
    font-size: 20px;
    border: 0;
    border-bottom: 2px solid #333;
  }
  .entry-content input::-webkit-input-placeholder {
    font: 15px/1em "nanum gothic", sans-serif;
  }
  .entry-content select {
    top: 0;
    width: 100px;
    height: 40px;
    padding: 0 0 0 20px;
    font-size: 20px;
    border: 0;
    border-bottom: 2px solid #333;
    background: url(../img/entry-select-arrow.png) calc(100% - 10px) 50%/16px
      no-repeat;
  }

  .entry .start-wrap {
    margin-top: 30px;
  }
  .entry .start-wrap .start {
    width: 150px;
    font-size: 20px;
    line-height: 45px;
    border-radius: 23px;
  }
  .entry .login-wrap {
    margin-top: 30px;
  }
  .entry .login-wrap .btn-login {
    font-size: 15px;
  }

  .header .cart {
    position: relative;
    padding: 5px;
  }
  .header .cart a {
    width: 20px;
    margin-left: 15px;
  }
  .header .cart img {
    width: 100%;
  }
  .header .cart .alram {
    top: -4px;
    right: -7px;
    font-size: 10px;
    width: 16px;
    line-height: 16px;
  }
  .member-menu {
    width: 60%;
  }
  .member-menu__in {
    padding: 60px 13px 0 20px;
  }
  .mm-slogan {
    padding-bottom: 24px;
  }
  .mm-slogan__txt {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .mm-slogan__txt .bg-line:before {
    bottom: -3px;
    height: 8px;
  }
  .menu-box {
    padding-top: 15px;
  }
  .menu-box__tit {
    font-size: 15px;
  }
  .menu-box__group {
    margin-top: 10px;
  }
  .menu-box__btn {
    font-size: 15px;
    line-height: 36px;
  }
  .mm-menu-list {
    padding: 22px 0 0 2px;
  }
  .mm-menu-list__item {
    margin-top: 16px;
  }
  .mm-menu-list__item:last-child {
    margin-top: 13px;
  }
  .mm-menu-list__btn {
    font-size: 15px;
  }
  .mm-menu-list__btn .biz {
    margin-right: 4px;
    padding: 0 10px;
    line-height: 22px;
    border-radius: 11px;
  }
  .btn-log-out {
    margin-top: 42px;
    font-size: 15px;
  }
  .btn-close-mm {
    top: 15px;
    right: 15px;
    padding: 5px;
  }
  .btn-close-mm img {
    width: 18px;
  }

  .footer__inner {
    width: auto;
    padding: 22px 12px 37px;
  }
  .footer__inner:after {
    display: block;
    position: static;
    top: auto;
    margin-top: 25px;
    width: 76px;
    height: 74px;
  }
  .footer__title {
    padding-top: 0;
    font-size: 20px;
  }
  .footer .c-info {
    margin-top: 10px;
  }
  .footer .c-info__txt {
    font-size: 14px;
  }
  .footer__copyright {
    margin-top: 20px;
    font-size: 12px;
  }
  .footer .c-info__txt a {
    color: #999;
    font-size: 1em;
  }

  .fm {
    border-radius: 27px;
  }
  .scrolled-up .fm {
    bottom: 30px;
  }
  .fm__item:after {
    height: 18px;
  }
  .fm__btn {
    width: 58px;
    height: 52px;
    font-size: 15px;
  }
  .fm__btn.go-top:after {
    width: 12px;
    height: 10px;
  }

  .inp-label + .inp-label {
    margin-top: 10px;
  }
  .inp-label .inp-label__inp,
  .inp-label .inp-label__sel {
    height: 60px;
    padding: 10px 10px 0px;
    border-radius: 3px;
    font-size: 15px;
  }
  .inp-label .inp-label__label {
    top: 12px;
    left: 14px;
    font-size: 15px;
  }
  .inp-label.is-active .inp-label__label {
    top: 8px;
    left: 10px;
    font-size: 10px;
  }

  .inp-pc-flex-wrap {
    display: block;
  }
  .inp-pc-flex-wrap .inp-pc-flex-wrap__label {
    display: block;
    width: auto;
    font-size: 15px;
  }
  .inp-pc-flex-wrap .inp-pc-flex-wrap__inp {
    width: 100%;
    height: 60px;
    margin-top: 7px;
    font-size: 18px;
    border-radius: 3px;
  }
  .inp-pc-flex-desc {
    margin: 10px 0 0 0;
    padding-left: 15px;
  }
  .inp-pc-flex-desc .is-check {
    font-size: 10px;
  }

  .inp-label + .check-box {
    margin-top: 10px;
  }
  .check-box__inp {
    width: 20px;
    height: 20px;
  }
  .check-box__inp2 {
    width: 20px;
    height: 20px;
  }
  .check-box__label {
    margin-left: 10px;
    font-size: 15px;
  }
  .check-box-block .check-box__link {
    padding-right: 13px;
    font-size: 15px;
    background-size: 7px;
  }
  .check-box__msg {
    margin-top: 5px;
    margin-left: 25px;
  }

  .btn-dw {
    height: 60px;
    border-radius: 3px;
  }
  .btn-dw .txt {
    font-size: 18px;
  }
  .btn-dw.full + .btn-dw.full {
    margin-top: 13px;
  }

  .modal__content-wrap {
    position: relative;
    width: calc(100% - 24px);
    padding: 22px 15px 15px;
  }
  .modal__content-wrap.seniorinfo {
    width: 100%;
    height: 100%;
  }
  .modal__content {
    margin-top: 20px;
    padding: 12px 0;
  }
  .modal__tit {
    font-size: 15px;
  }
  .modal__top_btn_wrap {
    position: absolute;
    right: 62px;
    top: 17px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .modal__top_btn_wrap button {
    width: 26px;
  }
  .modal__tab {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .modal__tab .tab {
    padding: 14px 0;
    font-size: 14px;
  }
  .modal__agree {
    max-height: 300px;
    margin-top: 12px;
    padding: 20px;
  }
  .modal__agree .demo-txt {
    font-size: 15px;
  }
  .modal__close {
    top: 20px;
    right: 20px;
    width: 20px;
  }
  .modal__ban-wrap {
    margin-top: 15px;
  }
  .modal__btn {
    width: calc(50% - 5px);
    height: 40px;
    border-radius: 3px;
  }
  .modal__btn.wide {
    width: calc(100% - 100px);
  }
  .modal__btn.small {
    width: 90px;
  }
  .modal__btn + .modal__btn {
    margin-left: 10px;
  }
  .modal__btn .txt {
    font-size: 15px;
  }
  .modal-cart {
    margin-top: 20px;
    padding: 20px 0;
  }
  .modal-cart__tit {
    font-size: 20px;
  }
  .modal-cart__row {
    display: block;
    margin-top: 18px;
  }
  .modal-cart__sel-tit {
    margin-top: 16px;
    font-size: 10px;
  }
  .modal-cart__select {
    width: auto;
  }
  .modal-cart__select select {
    width: 100%;
    height: 54px;
    margin-top: 12px;
    padding-left: 45px;
    font-size: 10px;
    background-size: 8px;
    background-position: calc(100% - 10px) 50%;
  }
  .modal-cart-opt {
    margin-top: 10px;
    padding: 12px;
  }
  .modal-cart-opt__name {
    font-size: 10px;
  }
  .modal-cart-opt .option-row {
    margin-top: 8px;
  }
  .modal-cart-opt .option-row__num {
    width: 16px;
    height: 16px;
    order: 2;
    font-size: 10px;
  }
  .modal-cart-opt .option-row__decrease {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .modal-cart-opt .option-row__increase {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
  .modal-cart-opt .option-row__price {
    font-size: 10px;
  }
  .modal-cart__total {
    margin-top: 20px;
    font-size: 10px;
  }
  .modal-cart__total strong {
    bottom: -1px;
    margin-left: 8px;
    font-size: 20px;
  }
  .modal-cart-opt .option-row__close {
    top: 0;
    right: 7px;
    width: 20px;
    height: 20px;
    padding: 5px;
  }
  .modal-share {
    margin-top: 20px;
    padding: 12px 0;
  }
  .modal-write {
    margin-top: 20px;
    padding: 15px 0;
  }
  .modal-write__photo01 {
    width: 107px;
    height: 28px;
    margin-right: 15px;
    font-size: 10px;
    border-radius: 3px;
  }
  .modal-write__photo02 {
    font-size: 10px;
  }
  .modal-write__text {
    height: 135px;
    padding: 15px;
    font-size: 15px;
  }
  .modal-write__photo + .modal-write__text {
    margin-top: 12px;
  }
  .modal-d-info {
    height: 250px;
    margin-top: 20px;
    padding: 20px 0;
  }
  .modal-d-info__item {
    padding: 15px 3px;
  }
  .modal-d-info__row {
    position: relative;
    letter-spacing: -0.025em;
    padding-right: 42px;
  }
  .modal-d-info__txt {
    margin-bottom: 10px;
    font-size: 10px;
  }
  .modal-d-info__addr {
    font-size: 15px;
  }
  .modal-d-info__name {
    margin-top: 10px;
    font-size: 10px;
  }
  .modal-d-info__del {
    right: 8px;
    margin-top: -10px;
    font-size: 15px;
  }
  .modal-delivery-info {
    height: 120px;
  }
  .modal-delivery-info .ct_delivery_company_txt {
    font-size: 14px;
  }
  .modal-delivery-info .ct_invoice_txt {
    font-size: 19px;
  }
  .modal-del {
    margin-top: 30px;
  }
  .modal-del .del-btn {
    font-size: 15px;
  }
  .modal-share__vod {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .modal-share__vod01 {
    font-size: 15px;
  }
  .modal-share__vod02 {
    margin-top: 5px;
    font-size: 15px;
    line-height: 42px;
  }
  .modal-share__vod03 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 30px;
  }
  .modal-share__image-list {
    max-height: 50px;
    overflow-y: auto;
  }
  .modal-share__image-item {
    display: block;
    margin: 0;
    font-size: 12px;
  }
  .modal-share__image-item + .modal-share__image-item {
    margin-top: 10px;
  }
  .modal-crop-picture {
    height: 250px;
    margin-top: 20px;
    padding: 20px 0;
  }
  .modal .exel-row + .exel-row {
    padding-top: 15px;
    margin-top: 30px;
  }
  .modal .exel-row .exel-txt {
    font-size: 15px;
  }
  .modal .exel-row .exel-ref-down {
    margin-top: 10px;
    font-size: 15px;
  }
  .modal .exel-row .exel-ref-down img {
    width: 25px;
  }
  .modal .exel-row .modal__ban-wrap {
    margin-top: 25px;
  }
  .modal-care-info {
    height: auto;
    overflow-y: auto;
    max-height: calc(100% - 50px);
    margin-top: 20px;
    margin-bottom: -15px;
    padding: 12px 0;
    border-top: 2px solid;
  }
  .modal-care-info .one-row {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
  }
  .modal-care-info .one-row:first-child {
    padding-top: 0;
  }
  .modal-care-info .one-row:last-child {
    border-bottom: 0;
  }
  .modal-care-info .one-row .head {
    width: 100%;
    font-size: 15px;
  }
  .modal-care-info .one-row .head.full {
    width: 100%;
  }
  .modal-care-info .one-row .data {
    width: 100%;
    font-size: 15px;
  }
  .modal-care-info .one-row .data .icon_x {
    line-height: 14px;
  }
  .modal-care-info .one-row .head.full + .data {
    width: 100%;
  }
  .modal-care-info .one-row .two {
    margin-top: 10px;
    padding: 10px;
  }
  .modal-care-info .one-row .two-row {
    display: flex;
    flex-wrap: wrap;
  }
  .modal-care-info .one-row .two-row + .two-row {
    margin-top: 10px;
  }
  .modal-care-info .one-row .two-head {
    width: 70px;
    font-size: 15px;
  }
  .modal-memo-mng {
    max-height: 500px;
    margin-top: 20px;
    padding: 12px 0;
  }
  .modal-memo-mng .txt {
    font-size: 15px;
  }
  .modal-memo-mng .auth_txt {
    font-size: 11px;
    margin-top: 12px;
  }
  .modal-memo-mng textarea {
    height: 130px;
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
  }
  .modal-memo-mng textarea::placeholder {
    font-size: 15px;
  }
  .modal-memo-mng button.save {
    width: 80px;
    margin-left: 10px;
  }
  .modal-memo-mng .input {
    height: 43px;
    margin-top: 10px;
    padding-left: 12px;
    font-size: 15px;
  }
  .modal-memo-mng .input::placeholder {
    font-size: 15px;
  }
  .modal-memo-mng .del-wrap {
    margin-top: 12px;
  }
  .modal-memo-mng .del-wrap .btn-del {
    font-size: 15px;
  }
  .modal-memo-mng .modal-inp-wrap + .modal-inp-wrap {
    margin-top: 15px;
  }
  .modal-memo-mng .modal-inp-wrap .label {
    font-size: 15px;
  }
  .modal-memo-mng .modal-inp-wrap .label.required::after {
    font-size: 15px;
  }
  .modal-memo-mng .modal-inp-wrap .sub-inp-wrap {
    margin-top: 12px;
    padding: 15px;
  }
  .modal-memo-mng .modal-inp-wrap .sub-inp-wrap .select {
    height: 43px;
    margin-top: 10px;
    padding-left: 12px;
    font-size: 15px;
    background: #fff url(../img/ico-member-drop.png) right 17px top 50%/12px
      no-repeat;
  }
  .modal-memo-mng .modal-inp-wrap .sub-inp-wrap .btn-del {
    top: 12px;
    right: 20px;
    width: 18px;
  }
  .modal-memo-mng .modal-inp-wrap .btn-add {
    font-size: 15px;
  }
  .modal-memo-mng .memo-list .btn_wrap {
    width: 40px;
  }
  .modal-memo-mng .memo-list .btn_wrap button {
    width: 18px;
  }

  .modal-senior-terms .txt {
    font-size: 12px;
  }
  .modal-senior-terms .modal__ban-wrap {
    margin-top: 35px;
  }
  .modal-senior-terms .agree .txt {
    font-size: 15px;
  }

  .pn-pagenation {
    margin: 20px 10px;
  }
  .pn-pagenation__num,
  .pn-pagenation__move {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    font-size: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
  }
  .pn-pagenation__move img {
    width: 4px;
  }

  .select-account {
    top: 40px;
    left: 0;
    width: 240px;
    padding: 0 10px 15px;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .sel-acc__row {
    padding: 10px 2px;
  }
  .sel-acc__img .img {
    width: 49px;
    height: 49px;
  }
  .sel-acc__img .smile {
    width: 18px;
    height: 18px;
  }
  .sel-acc__info {
    padding-top: 8px;
  }
  .sel-acc__img + .sel-acc__info {
    width: calc(100% - 61px);
    margin-left: 12px;
  }
  .sel-acc__name {
    margin-bottom: 5px;
    padding-right: 20px;
    font-size: 10px;
  }
  .sel-acc__name strong {
    font-size: 15px;
  }
  .sel-acc__bday {
    padding-left: 18px;
    font-size: 10px;
    background-size: 10px;
  }
  .sel-acc__biz {
    font-size: 10px;
  }
  .sel-acc__biz .biz {
    width: 24px;
    font-size: 10px;
    line-height: 12px;
  }
  .sel-acc__biz .adm {
    width: 43px;
    font-size: 10px;
    line-height: 12px;
  }
  .sel-add__mod {
    width: 20px;
  }
  .sel-add__verify {
    margin-top: 8px;
    font-size: 10px;
    line-height: 21px;
  }
  .sel-add__add {
    margin-top: 15px;
  }
  .sel-add__add .link {
    font-size: 15px;
  }
}

/* ===================== HS220214 ===================== */

/* Modal */
.modal-wrap {
  position: relative;
  z-index: 1000;
}
.modal-flex {
  display: flex;
  align-items: flex-start;
  padding-top: 17px;
  height: 566px;
  margin-top: 42px;
  border-top: 2px solid #333;
}
.modal-flex .category-wrap {
  flex: 0 1 auto;
  width: 203px;
  height: 100%;
  padding-right: 9px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}
.modal-flex .category-wrap li {
  border-bottom: 1px solid #ddd;
}
.modal-flex .category-wrap li button {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 0;
  font-size: 20px;
  color: #333;
}
.modal-flex .category-wrap li button.category-name {
  font-weight: bold;
}
.modal-flex .category-wrap li ul {
  padding-bottom: 15px;
}
.modal-flex .category-wrap li ul li {
  border-bottom: 0;
}
.modal-flex .category-wrap li ul li button {
  height: 34px;
  padding: 0;
  font-weight: 400;
  line-height: 34px;
}
.modal-flex .category-wrap li button.on {
  background: #f4f4f4;
}
.modal-flex .category-wrap li button:hover {
  background: #f4f4f4;
}
.modal-flex .category-wrap li button:disabled {
  color: #bbb;
}
.modal-flex .category-wrap li button:disabled:hover {
  background: none;
}
.modal-flex .category-wrap select {
  display: none;
}
.modal-flex .category-detail {
  flex: 1 1 auto;
  width: 506px;
  height: 100%;
  padding-left: 19px;
  box-sizing: border-box;
}
.modal-wrap .category-detail .category-name {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.modal-wrap .category-detail .input-search {
  margin-bottom: 18px;
}
.modal-wrap .category-detail .input-search input {
  display: block;
  width: 100%;
  height: 80px;
  padding: 0 20px 0 78px;
  background: url("../img/ico-sch.png") no-repeat 31px center;
  border: 1px solid #f1597e;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.modal-wrap .category-detail .input-search input::placeholder {
  font-size: 30px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.2);
}
.modal-wrap .category-detail .scroll-box {
  height: 408px;
}
.modal-wrap .category-detail ul {
  border-top: 1px solid #ddd;
}
.modal-wrap .category-detail ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.modal-wrap .category-detail ul li .select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 79px;
  border-radius: 4px;
}
.modal-wrap .category-detail ul li .select-box .goods-info {
  flex: 1 1 0;
  width: 75%;
}
.modal-wrap .category-detail ul li .select-box .goods-info strong {
  display: block;
  overflow: hidden;
  font-size: 30px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal-wrap .category-detail ul li .select-box .goods-info span {
  display: block;
  font-size: 20px;
  color: #333;
}
.modal-wrap .category-detail ul li .select-box .btn-select {
  flex: 0 1 auto;
  width: 104px;
  height: 53px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.modal-wrap .category-detail ul li.on .select-box {
  background: #f4f4f4;
}
.modal-wrap .option-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.modal-wrap .option-list ul li .select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 79px;
  border-radius: 4px;
}
.modal-wrap .option-list ul li .select-box .goods-info {
  flex: 1 1 0;
  width: 75%;
}
.modal-wrap .option-list ul li .select-box .goods-info strong {
  display: block;
  overflow: hidden;
  font-size: 30px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal-wrap .option-list ul li .select-box .btn-select {
  flex: 0 1 auto;
  width: 104px;
  height: 53px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.modal-wrap .option-list ul li.on .select-box {
  background: #f4f4f4;
}
.modal-wrap .coupon-list li {
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
}
.modal-wrap .coupon-list li .select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 11px 0 6px;
  border-radius: 4px;
  cursor: pointer;
}
.modal-wrap .coupon-list li:hover .select-box {
  background: #f5f5f5;
}
.modal-wrap .coupon-list li .coupon-info strong {
  display: block;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
.modal-wrap .coupon-list li .coupon-info span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.modal-wrap .coupon-list li .date {
  font-size: 20px;
  color: #333;
}
.modal-wrap .coupon-list + .pn-pagenation {
  margin-top: 56px;
}
.modal-wrap .point-list li {
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
}
.modal-wrap .point-list li .sum .add {
  color: #0c9ee9;
}
.modal-wrap .point-list li .select-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 11px 0 6px;
  border-radius: 4px;
  cursor: pointer;
}
.modal-wrap .point-list li:hover .select-box {
  background: #f5f5f5;
}
.modal-wrap .point-list li .point-info strong {
  display: block;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
.modal-wrap .point-list li .point-info span {
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}
.modal-wrap .point-list li .sum {
  text-align: right;
}
.modal-wrap .point-list li .sum span {
  display: block;
  font-size: 20px;
  color: #333;
}
.modal-wrap .point-list li .sum strong {
  display: block;
  font-size: 30px;
  font-weight: normal;
  color: #333;
}
.modal-wrap .point-list + .pn-pagenation {
  margin-top: 56px;
}
.modal-barcode .modal__tit {
  margin-bottom: 36px;
}
.modal-barcode .btn-excel {
  display: block;
  width: 100%;
  padding: 24px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.modal-barcode .modal-d-info {
  margin-top: 18px;
}
.modal-barcode .modal-d-info__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.modal-barcode .modal-d-info__item .goods-info strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.modal-barcode .modal-d-info__item .goods-info span {
  display: block;
  font-size: 30px;
  color: #333;
}
.modal-barcode .modal-d-info__item .barcode {
  padding-right: 24px;
}
.modal-barcode .modal-d-info__item .barcode span {
  display: block;
  font-size: 20px;
  color: #333;
}

@media screen and (max-width: 880px) {
  .modal-flex {
    display: block;
    height: auto;
    margin-top: 15px;
    padding-top: 5px;
  }
  .modal-flex .category-wrap {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    border-right: 0;
  }
  .modal-flex .category-wrap ul {
    display: none;
  }
  .modal-flex .category-wrap select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    background: url("../img/entry-select-arrow.png") no-repeat right 15px center;
    background-size: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: center;
    -webkit-appearance: none;
  }
  .modal-flex .category-detail {
    width: 100%;
    padding-left: 0;
  }
  .modal-wrap .category-detail .category-name {
    display: none;
  }
  .modal-wrap .category-detail .input-search {
    margin-bottom: 8px;
  }
  .modal-wrap .category-detail .input-search input {
    height: 42px;
    padding-left: 35px;
    background-position: 13px center;
    background-size: 14px 14px;
    font-size: 15px;
  }
  .modal-wrap .category-detail .input-search input::placeholder {
    font-size: 15px;
  }
  .modal-wrap .category-detail .scroll-box {
    height: 193px;
  }
  .modal-wrap .category-detail ul li {
    padding: 8px 0;
  }
  .modal-wrap .category-detail ul li .select-box {
    height: 40px;
    padding: 0 6px;
  }
  .modal-wrap .category-detail ul li .select-box .goods-info strong {
    font-size: 15px;
  }
  .modal-wrap .category-detail ul li .select-box .goods-info span {
    font-size: 10px;
  }
  .modal-wrap .category-detail ul li .select-box .btn-select {
    width: 52px;
    height: 27px;
    font-size: 10px;
  }
  .modal-wrap .option-list {
    margin-top: -20px;
  }
  .modal-wrap .option-list ul li {
    padding: 8px 0;
  }
  .modal-wrap .option-list ul li .select-box {
    height: 40px;
  }
  .modal-wrap .option-list ul li .select-box .goods-info strong {
    font-size: 15px;
  }
  .modal-wrap .option-list ul li .select-box .btn-select {
    width: 52px;
    height: 27px;
    font-size: 10px;
  }
  .modal-wrap .point-list {
    margin-top: -20px;
  }
  .modal-wrap .point-list li {
    padding: 5px 0;
  }
  .modal-wrap .point-list li .select-box {
    height: 46px;
    padding: 0 5px;
  }
  .modal-wrap .point-list li .point-info strong {
    font-size: 15px;
  }
  .modal-wrap .point-list li .point-info span {
    font-size: 10px;
  }
  .modal-wrap .point-list li .sum span {
    font-size: 10px;
  }
  .modal-wrap .point-list li .sum strong {
    font-size: 15px;
  }
  .modal-wrap .coupon-list {
    margin-top: -20px;
  }
  .modal-wrap .coupon-list li {
    padding: 5px 0;
  }
  .modal-wrap .coupon-list li .select-box {
    height: 46px;
    padding: 0 5px;
  }
  .modal-wrap .coupon-list li .coupon-info strong {
    font-size: 15px;
  }
  .modal-wrap .coupon-list li .coupon-info span {
    font-size: 10px;
  }
  .modal-wrap .coupon-list li .date {
    font-size: 10px;
  }
  .modal-barcode .modal__tit {
    margin-bottom: 20px;
  }
  .modal-barcode .btn-excel {
    padding: 16px 0;
    line-height: 16px;
    font-size: 16px;
  }
  .modal-barcode .modal-d-info {
    padding: 0;
  }
  .modal-barcode .modal-d-info__item .goods-info strong,
  .modal-barcode .modal-d-info__item .goods-info span {
    font-size: 14px;
  }
  .modal-barcode .modal-d-info__item .barcode {
    padding-right: 10px;
  }
  .modal-barcode .modal-d-info__item .barcode span {
    font-size: 12px;
  }
}

/* Biz 2022 05 10 */
.top_logo {
  line-height: 0;
}
.wrap {
  min-width: unset;
}
.footer__inner {
  width: unset;
  max-width: 1200px;
}
.biz-container {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  margin: 100px auto 0 auto;
}
.biz-menu {
  width: 300px;
}
.biz-menu__top {
  padding: 20px;
  border: 1px solid #ddd;
}
.biz-menu__mem {
  display: flex;
  align-items: center;
}
.biz-menu__mem01 {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.biz-menu__mem02 {
  margin-left: 16px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
  word-break: break-all;
}
.biz-menu__mem02 a {
  word-break: break-all;
}
.biz-menu__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.biz-menu__row01 {
  color: #333;
  font-size: 16px;
}
.biz-menu__row02 {
  color: #333;
  font-size: 16px;
}
.biz-menu__cs {
  margin-top: 20px;
  padding: 15px;
  background: #f5f5f5;
}
.biz-menu__cs h3 {
}
.biz-menu__cs ul {
}
.biz-menu__cs li {
  font-size: 14px;
}
.biz-menu__cs strong {
  word-break: break-all;
}
.biz-menu__link {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-top: 0;
}
.biz-menu__link__item {
  border-top: 1px solid #ddd;
}
.biz-menu__link__item:first-child {
  border-top: 0;
}
.biz-menu__link__item > a {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 60px;
  background: url(../img/my-p-menu-arrow.png) calc(100% - 9px) 50%/ 7px no-repeat;
}
.biz-menu__link__item a .alram {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 24px;
  line-height: 24px;
  background: #f1597e;
  border-radius: 50%;
}
.biz-menu__link__sub {
  padding: 10px;
  background: #f5f5f5;
}
.biz-menu__link__sub > a {
  display: block;
  line-height: 40px;
  color: #666;
}
.down_wrap {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.down_wrap ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}
.down_wrap ul li img {
  width: 40px;
}
.down_wrap ul a:first-child li {
  border: 1px solid #ddd;
}
.down_wrap ul a:last-child li {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.btn_catalog {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #f1597e;
  color: #f1597e;
  display: inline-block;
  padding: 20px;
  font-weight: 500;
  text-align: center;
}
.biz-menu__bottom {
}
.biz-menu__bottom .btn-logout {
  display: inline-block;
  margin: 30px 0;
  font-size: 24px;
  color: #333;
}
.biz-content {
}
.biz-content .sub-guide-line,
.biz-content .detail-guide-line {
  width: 1050px;
  padding-top: 0;
}
.biz-content .beta-main-section01 .sec01-inner {
  width: unset;
  padding-top: 0;
}
.biz-content .main-container .order-history {
  width: unset;
}
.biz-content .order-history {
  margin: 0 auto;
  padding-top: 20px;
}
.biz-content .pd-list__item {
  width: calc(100% / 4 - 10px);
}
.biz-content .detail-img-wrap {
  width: 450px;
  position: relative;
}
.biz-content .detail-img {
  width: 450px;
  height: auto;
}
.biz-content .detail-opt {
  width: 580px;
}
.biz-content .cart-con {
  width: calc(100% - 350px);
}
.biz-content .cart-img {
  flex-shrink: 0;
}
.biz-content .senior-mng .senior-mng-list .col1 {
  width: 480px;
}
.biz-content .biz-account-wrap {
  max-width: unset;
}
.biz-content .setting-wrap {
  max-width: unset;
}

.biz-quickmenu {
  display: none;
}

@media screen and (max-width: 1400px) {
  .biz-menu {
    display: none;
  }
  .biz-container {
    display: block;
    width: unset;
  }
  .biz-content .sub-guide-line,
  .biz-content .detail-guide-line {
    width: unset;
  }
  .biz-content .detail-opt {
    width: calc(100% - 470px);
  }
  .biz-content .beta-main-section01 .sec01_cs {
    margin: 20px 20px 0 20px;
    display: block;
  }
  .biz-content .swiper-slide img {
    width: 100%;
  }
}

@media screen and (max-width: 880px) {
  .top_logo {
    width: 75px;
    height: 35px;
  }
  .biz-container {
    margin-top: 50px;
  }
  .biz-content .pd-list__item {
    width: calc(50% - 3px);
  }
  .biz-content .detail-img-wrap {
    width: 100%;
  }
  .biz-content .detail-img {
    width: calc(100% - 48px);
    height: auto;
  }
  .biz-content .detail-opt {
    width: 100%;
  }
  .biz-content .cart-con {
    width: auto;
  }
  .biz-content .senior-mng .senior-mng-list .col1 {
    width: calc(100% - 50px);
  }
  .biz-content .beta-main-section01 .sec01_cs {
    margin: 20px 0 0 0;
    width: unset;
  }
  .biz-quickmenu {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    border-top: 1px solid #ddd;
    background: #fff;
  }
  .biz-quickmenu a {
    display: block;
    width: 20%;
    padding: 12px 0;
    text-align: center;
    font-size: 12px;
    color: #aaa;
  }
  .biz-quickmenu .ico-quickmenu {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }
  .biz-quickmenu .ico-quickmenu.home {
    background-image: url(../img/ico-home.svg);
  }
  .biz-quickmenu .ico-quickmenu.item {
    background-image: url(../img/ico-item.svg);
  }
  .biz-quickmenu .ico-quickmenu.order {
    background-image: url(../img/ico-order.svg);
  }
  .biz-quickmenu .ico-quickmenu.senior {
    background-image: url(../img/ico-senior.svg);
  }
  .biz-quickmenu .ico-quickmenu.settings {
    background-image: url(../img/ico-settings.svg);
  }
}

/* 토글 스위치 */
.toggle-text {
  font-size: 15px;
  color: #151517;
  margin-right: 15px;
}
.toggle-switch {
  width: 80px;
  height: 40px;
  display: block;
  position: relative;
  border-radius: 2rem;
  background-color: #f0f0f5;
  cursor: pointer;
}
.toggle-switch .toggle-button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.toggle-check-box:checked ~ .toggle-switch {
  background: #e22e73;
}
.toggle-check-box:checked ~ .toggle-switch .toggle-button {
  left: calc(100% - calc(32px + 4px));
  background: #fff;
}
.toggle-switch,
.toggle-button {
  transition: all 0.2s ease-in;
}
