/* fonts */
@font-face {
  font-family: "Cafe24Ohsquare";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: /* local('Pretendard-Regular'), */
    url(../fonts/Cafe24OhsquareAir-v2.0.woff2) format("woff2"),
    url(../fonts/Cafe24OhsquareAir-v2.0.woff) format("woff"),
    url(../fonts/Cafe24OhsquareAir-v2.0.ttf) format("truetype");
}

/**/
input[type="text"] {
  padding: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 29px;
  font-size: 1.3rem;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
  font-family: "Cafe24Ohsquare", sans-serif;
}

input[type="password"] {
  padding: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 29px;
  font-size: 1.3rem;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
  font-family: "Cafe24Ohsquare", sans-serif;
}

input[type="number"] {
  padding: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 29px;
  font-size: 1.3rem;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
  font-family: "Cafe24Ohsquare", sans-serif;
}

input[type="tel"],
input[type="email"],
input[type="search"],
input[type="url"] {
  font-family: "Cafe24Ohsquare", sans-serif;
}

input.search {
  width: calc(100% - 30px);
  padding: 10px 0 10px 30px;
  font-size: 1.5rem;
  background: #fff url("/app/common/img/section/search.png") no-repeat left
    center;
  background-size: 18px;
}

input.search2 {
  width: calc(100% - 35px);
  padding: 8px 30px 8px 5px;
  font-size: 1.5rem;
  background: url("/app/common/img/section/search2.png") no-repeat right center;
  background-size: 18px;
}

textarea {
  font-family: "Cafe24Ohsquare", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

select::-ms-expand {
  /* for IE 11 */
  display: none;
}

select {
  padding: 10px 15px 10px 5px;
  border-bottom: 1px solid #58585a;
  font-size: 1.3rem;
  color: #58585a;
  font-family: "Cafe24Ohsquare", sans-serif;
  background: #fff url("/app/common/img/section/select_arrow.png") no-repeat
    100% 50%;
  background-size: 12px 7px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #58585a;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #58585a;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #58585a;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #58585a;
}

/*본문시작*/
/* header,
section,
footer {
    width: 100%;
} */

/* 메인 헤더 */
/*
header#main_header {position:relative;height:13%;overflow:hidden;background:url("/app/common/img/header/main_top_bg.jpg") no-repeat;background-size:100% 100%;}
header#main_header .menu_button {position:absolute;top:38%;left:5%;width:20px;z-index:10}
header#main_header .main_top_logo {position:absolute;top:21%;left:45.5%;width:35px;z-index:10}
header#main_header .main_top_alarm {position:absolute;top:38%;right:18%;width:23px;z-index:10}
header#main_header .notice_wrap {position:absolute;top:25%;right:5%;width:35px;height:29px;}
header#main_header .notice {position:relative;width:100%;height:100%;}
header#main_header .notice .icon {position:absolute;bottom:0;left:0;width:23px;}
header#main_header .notice .count {position:absolute;top:0;right:0;width:20px;height:20px;line-height:20px;background-color:#ff0001;color:#fff;font-size:1.2rem;color:#fff;font-weight:600;border-radius:50%;text-align:center;}
*/

header#main_header {
  height: 60px;
}

header .main_header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  background: url("/app/common/img/header/sub_top_bg.jpg") no-repeat left top;
  background-size: 100% 100%;
  z-index: 100;
}

header .main_header .menu_button {
  position: absolute;
  top: 41%;
  left: 5%;
  width: 20px;
  z-index: 10;
}

header .main_header .main_top_logo {
  position: absolute;
  top: 15%;
  left: 45.5%;
  width: 38px;
  z-index: 10;
}

header .main_header .main_top_alarm {
  position: absolute;
  top: 38%;
  right: 18%;
  width: 23px;
  z-index: 10;
}

header .main_header .notice_wrap {
  position: absolute;
  top: 14.3%;
  right: 5%;
  width: 35px;
  height: 29px;
}

header .main_header .notice {
  position: relative;
  width: 100%;
  height: 100%;
}

header .main_header .notice .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23px;
}

header .main_header .notice .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #ff0001;
  color: #fff;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
}

/*서브 헤더*/
header#sub_header {
  height: 60px;
}

header .sub_header {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  background-color: #b81d25; /*background:url("/app/common/img/header/sub_top_bg.jpg") no-repeat left top;*/
  background-size: 100% 100%;
  z-index: 100;
}

header .sub_header .back_button {
  position: absolute;
  top: 33.5%;
  left: 5%;
  width: 10px;
}

header .sub_header .menu_button {
  position: absolute;
  top: 37%;
  right: 5%;
  width: 20px;
}

header .sub_header.new .menu_button {
  position: absolute;
  top: 41%;
  left: 5%;
  width: 20px;
  z-index: 10;
}

header .sub_header .mb_2 {
  position: absolute;
  top: 37%;
  right: 17%;
  width: 20px;
}

header .sub_header .close_button {
  position: absolute;
  top: 33%;
  right: 5%;
  width: 20px;
}

header .sub_header .sub_alarm {
  position: absolute;
  top: 35.5%;
  right: 18%;
  width: 20px;
}

header .sub_header .notice_wrap {
  position: absolute;
  top: 14.3%;
  right: 3%;
  width: 35px;
  height: 29px;
}

header .sub_header .notice_wrap.new {
  top: 18%;
}

header .sub_header .notice {
  position: relative;
  width: 100%;
  height: 100%;
}

header .sub_header .notice .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23px;
}

header .sub_header .notice .icon.new {
  width: 17px;
}

header .sub_header .notice .count {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #ff0001;
  color: #fff;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  display: none;
}

header .sub_header .mem_info {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 22px;
}

header .sub_header .page_name {
  width: 65%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  font-weight: 600;
}

/* 장바구니 */
header .sub_header.basket .mb_2 {
  right: 15%;
}

header .sub_header.basket .notice_wrap {
  right: 1%;
}

header .sub_header.basket .notice .icon {
  width: 18px;
}

header .sub_header.basket .notice .count {
  top: 0;
  right: 3px;
  display: none;
}

/*new 헤더*/
header#header_new {
  height: 61px;
}

header .header_new {
  position: fixed;
  width: 100%;
  /* height: 60px; */
  top: 0;
  background-color: #fff;
  /*border-bottom: 1px solid #a7a7a7;*/ /*background:url("/app/common/img/header/sub_top_bg.jpg") no-repeat left top;*/
  background-size: 100% 100%;
  z-index: 100;
}

header .header_new .back_button {
  position: absolute;
  top: 51% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  left: 20px;
  width: 10px;
}

header .header_new .menu_button {
  position: absolute;
  top: 39%;
  left: 42px;
  width: 20px;
  z-index: 10;
}

header .header_new .mb_2 {
  position: absolute;
  top: 37%;
  right: 17%;
  width: 20px;
}

header .header_new .close_button {
  position: absolute;
  top: 33%;
  right: 5%;
  width: 20px;
}

header .header_new .sub_alarm {
  position: absolute;
  top: 35.5%;
  right: 18%;
  width: 20px;
}

header .header_new .notice_wrap {
  position: absolute;
  top: 18%;
  right: 3%;
  width: 35px;
  height: 29px;
}

header .header_new .notice {
  position: relative;
  width: 100%;
  height: 100%;
}

header .header_new .notice .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
}

header .header_new .notice .count {
  position: absolute;
  top: 0;
  right: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #ff0001;
  color: #fff;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  display: none;
}

header .header_new .mem_info {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 22px;
}

header .header_new .page_name {
  width: 50%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

header .header_new.main .main_top_logo {
  position: absolute;
  top: 15%;
  left: 45.5%;
  width: 38px;
  z-index: 10;
}

header .header_new.main .menu_button {
  position: absolute;
  top: 39%;
  left: 20px;
  width: 20px;
  z-index: 10;
}

/* new_2 헤더 */
header#header_new_2 {
  height: 60px;
  background-color: #fff;
}

header .header_new_2 {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

header .header_new_2 .position_button {
  position: absolute;
  top: 23px;
  left: 5%;
  width: auto;
}

header .header_new_2 .position_button img {
  width: 23px;
  padding: 0 0;
}

header .header_new_2 .m_top_logo {
  position: absolute;
  top: 20px;
  left: calc(6% + 50px);
  width: calc(88% - 100px);
  text-align: center;
}

header .header_new_2 .m_top_logo > img {
  width: 170px;
}

header .header_new_2 .notice_wrap {
  position: absolute;
  top: 16px;
  right: 4%;
  width: 35px;
  height: 29px;
}

header .header_new_2 .notice {
  position: relative;
  width: 100%;
  height: 100%;
}

header .header_new_2 .notice .icon {
  position: absolute;
  bottom: -1;
  left: 0;
  width: 23px;
}

header .header_new_2 .notice .count {
  position: absolute;
  top: 0;
  right: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #ff0001;
  color: #fff;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  display: none;
}

/*푸터고정*/
footer {
  position: fixed;
  bottom: 0;
  /* width: 100%; */
  z-index: 100;
}

footer > ul {
}

footer > ul:after {
  content: "";
  display: block;
  clear: both;
}

footer > ul > li {
  float: left;
  width: 25%;
  position: relative;
}

footer.new > ul > li {
  width: 20%;
}

footer > ul > li img {
  max-height: 90px;
}

footer > ul > li .count {
  position: absolute;
  top: 10%;
  left: 40px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #ff0001;
  color: #fff;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  display: none;
}

/*LEFT NAV*/
.lm_bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 200;
}

nav .left_menu {
  width: 62%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -63%;
  overflow-y: scroll;
  padding-bottom: 15px;
  background-color: #fff;
  z-index: 9999;
}

nav .left_menu_top {
  width: 100%;
  background: url("/app/common/img/nav/menu_top_bg.jpg") no-repeat left top;
  background-size: 100% 100%;
  padding-bottom: 10px;
}

nav .left_menu_top .mt_block {
  width: 88%;
  margin: 0 auto;
  padding: 15px 0 0 0;
}

nav .left_menu_top .mt_block .join_guide {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}

nav .left_menu_top .mt_block .mt_button {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 5px;
}

nav .left_menu_top .mt_block .mt_button:after {
  content: "";
  display: block;
  clear: both;
}

nav .left_menu_top .mt_block .mt_button > div {
  width: 47%;
  padding: 5px 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
}

nav .left_menu_top .mt_block .mt_button > div:nth-child(1) {
  float: left;
}

nav .left_menu_top .mt_block .mt_button > div:nth-child(2) {
  float: right;
}

nav .left_menu_top .mt_block .name_close {
  width: 100%;
}

nav .left_menu_top .mt_block .name_close:after {
  content: "";
  display: block;
  clear: both;
}

nav .left_menu_top .mt_block .name_close > div:nth-child(1) {
  float: left;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}

nav .left_menu_top .mt_block .name_close > div:nth-child(1) > span.sp_set {
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 3px;
  vertical-align: top;
  margin: 3px 0 0 7px;
}

nav .left_menu_top .mt_block .name_close > div:nth-child(1) > span.sp_set_img {
  display: inline-block;
}

nav
  .left_menu_top
  .mt_block
  .name_close
  > div:nth-child(1)
  > span.sp_set_img
  > img {
  width: 18px;
  vertical-align: top;
  margin: 1px 0 0 5px;
}

nav .left_menu_top .mt_block .name_close > div:nth-child(2) {
  float: right;
  width: 22px;
}

nav .left_menu_top .mt_block .mem_grade,
.mem_phone {
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
  border-bottom: 1px solid #ff8289;
  padding: 9px 0;
}

nav .left_menu_top .mt_block .left_right {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 2px 0;
}

nav .left_menu_top .mt_block .left_right:after {
  content: "";
  display: block;
  clear: both;
}

nav .left_menu_top .mt_block .left_right > div:nth-child(1) {
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

nav .left_menu_top .mt_block .left_right > div:nth-child(2) {
  float: right;
  font-size: 1.5rem;
  color: #fff;
}

nav .left_menu .gnb {
  width: 100%;
}

nav .left_menu .gnb > ul {
  width: 88%;
  margin: 0 auto;
}

nav .left_menu .gnb > ul > li {
  width: 100%;
  border-bottom: 1px solid #ff8289;
}

nav .left_menu .gnb > ul > li > a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #414141;
}

nav .left_menu .gnb > ul > li > a:active {
  color: #ff8289;
}

/*메인 right_notice*/
.m_notice .right_notice {
  width: 62%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -63%;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 9999;
  border-left: 1px solid #bfbfbf;
}

.m_notice .right_notice .mn_close {
  position: relative;
  width: 100%;
  height: 22px;
  padding-top: 15px;
}

.m_notice .right_notice .mn_close > div:nth-child(1) {
  position: absolute;
  top: 17px;
  left: 5%;
  width: 20px;
}

.m_notice .right_notice .mn_close > div:nth-child(2) {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.m_notice .right_notice .mn_title {
  width: 90%;
  padding: 15px 5%;
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  background: #f2f2f2 url("/app/common/img/nav/sub_arrow.png") no-repeat 95% 48%;
  background-size: 15px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.m_notice .right_notice .mn_listType {
  display: none;
  position: absolute;
  background: #f2f2f2;
  width: 100%;
  padding: 0 0;

  box-shadow: 0 3px 5px #cccccc;
  -webkit-box-shadow: 0 3px 5px #cccccc;
  -moz-box-shadow: 0 3px 5px #cccccc;
}

.m_notice .right_notice .mn_listType > ul > li {
  padding: 10px 0 10px 10px;
  font-size: 1.5rem;
  border-bottom: 1px solid #bfbfbf;
}

.m_notice .right_notice ul.mn_list {
  width: 100%;
}

.m_notice .right_notice ul.mn_list > li {
  width: 90%;
  padding: 10px 5%;
  border-bottom: 1px solid #bfbfbf;
  line-height: 1.3;
}

.m_notice .right_notice ul.mn_list > li > div:nth-child(1) {
  font-size: 1.3rem;
}

.m_notice .right_notice ul.mn_list > li > div:nth-child(1).link {
  color: #4571a7;
}

.m_notice .right_notice ul.mn_list > li > div:nth-child(1).link:active {
  text-decoration: underline;
}

.m_notice .right_notice ul.mn_list > li > div:nth-child(2) {
  font-size: 1.2rem;
  color: #8a8a8a;
  margin-top: 3px;
}

/*메인페이지*/
section .main_menu {
  width: 96%;
  height: 19%;
  margin: 0 auto 1% auto;
}

section .main_menu img:active {
  border: 1px solid #9e161e;
  box-sizing: border-box;
}

section .main_menu > img {
  width: 100%;
  height: 100%;
}

section .main_menu > div:nth-child(1) {
  float: left;
  width: 49%;
  height: 100%;
}

section .main_menu > div:nth-child(2) {
  float: right;
  width: 49%;
  height: 100%;
}

section .main_menu > div > img {
  width: 100%;
  height: 100%;
}

section .m_menu_1 {
  width: 100%;
  margin-top: 8px;
}

section .m_menu_23 {
  width: 100%;
  margin: 8px 0;
}

section .m_menu_23:after {
  content: "";
  display: block;
  clear: both;
}

section .m_menu_23 .m_menu_2 {
  float: left;
  width: 49%;
}

section .m_menu_23 .m_menu_3 {
  float: right;
  width: 49%;
}

/*서브페이지*/
section ul.menu_list {
  width: 100%;
}

section ul.menu_list > li {
  width: 92%;
  padding: 15px 4%;
  border-bottom: 1px solid #e7e7e7;
  font-size: 1.5rem;
  color: #58585a;
  background-color: #fff;
}

section ul.menu_list > li:active {
  background-color: #eeecec;
}

section ul.menu_list > li:after {
  content: "";
  display: block;
  clear: both;
}

section ul.menu_list > li:first-child {
  padding: 18px 4% 15px 4%;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #e7e7e7;
  background-color: #eaeaea;
}

section ul.menu_list > li:first-child:active {
  background-color: #fff;
}

section ul.menu_list > li > span:nth-child(1) {
  float: left;
}

section ul.menu_list > li > span:nth-child(2) {
  float: right;
}

section ul.menu_list > li > label {
  float: right;
}

section ul.menu_list > li > span.set_login {
  width: 60px;
}

section ul.menu_list > li > span.list_arrow {
  width: 6px;
}

section ul.check_list > li:active {
  background-color: #fff;
}

section .right_text {
  width: 92%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  font-size: 1.5rem;
  color: #58585a;
  background-color: #fff;
  text-align: right;
}

section .sub_type1 {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  padding-top: 0px !important;
}

section .sub_type2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

section .sub_type2_1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
}

section .sub_type3 {
  position: relative;
  width: 94%;
  margin: 0 auto;
  padding: 0;
}

section .sub_type1 .p_input {
  width: 100%;
  margin-top: 15px;
}

section .sub_type1 .p_input:after {
  content: "";
  display: block;
  clear: both;
}

section .sub_type1 .p_input > div:nth-child(1) {
  float: left;
  width: 65%;
}

section .sub_type1 .p_input > div:nth-child(1).allWidth {
  float: left;
  width: 100%;
}

section .sub_type1 .p_input > div:nth-child(1) > input[type="text"] {
  padding: 1px 1%;
  width: 98%;
  height: 29px;
  font-size: 1.4rem;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
}

section .sub_type1 .p_input > div:nth-child(1) > input[type="text"].gray {
  border-bottom: 1px solid #c7c8ca;
}

section .sub_type1 .p_input > div:nth-child(1) > input[type="number"] {
  padding: 1px 1%;
  width: 98%;
  height: 29px;
  font-size: 17px;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
}

section .sub_type1 .p_input > div:nth-child(1) > input[type="number"].gray {
  border-bottom: 1px solid #c7c8ca;
}

section .sub_type1 .p_input > div:nth-child(2) {
  float: right;
  width: 35%;
}

section .sub_type1 .p_input > div:nth-child(2) > span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  color: #95141c;
  text-align: center;
  border: 1px solid #b72831;
}

section .sub_type1 .p_input > div:nth-child(2) > span.dont {
  background-color: #b72831;
  color: #fff;
}

section .sub_type1 .t_input > input[type="text"] {
  width: 100%;
  height: 29px;
  margin-top: 18px;
  font-size: 1.4rem;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
}

section .sub_type1 .t_input > input[type="password"] {
  width: 100%;
  height: 29px;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
}

section .sub_type1 .t_input > input[type="number"] {
  width: 100%;
  height: 29px;
  margin-top: 10px;
  font-size: 17px;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
}

section .sub_type1 .r_certify {
  position: absolute;
  top: 25px;
  right: 0;
  width: 100%;
}

section .sub_type1 .r_certify:after {
  content: "";
  display: block;
  clear: both;
}

section .sub_type1 .r_certify > span {
  float: right;
  display: block;
  width: 35%;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  color: #95141c;
  text-align: center;
  border: 1px solid #b72831;
}

section .sub_type1 .r_certify > span.dont {
  background-color: #b72831;
  color: #fff;
}

section .certify_wrap {
  width: 100%;
  margin-top: 20px;
}

section .certify_wrap:after {
  content: "";
  display: block;
  clear: both;
}

section .certify_wrap > div:nth-child(1) {
  float: left;
  width: 47%;
}

section .certify_wrap > div:nth-child(2) {
  float: right;
  width: 47%;
}

section .certify_wrap .button {
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #58585a;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #d0d0d0;
}

section .certify_wrap .phone {
  background: url("/app/common/img/section/phone_bg.png") 10% center no-repeat;
  background-size: 11px 18px;
}

section .certify_wrap .person {
  background: url("/app/common/img/section/person_bg.png") 10% center no-repeat;
  background-size: 14px 18px;
}

section .certify_wrap .active {
  height: 44px;
  line-height: 44px;
  border: 5px solid #b72831;
}

section .top_title {
  width: 100%;
}

section .top_title:after {
  content: "";
  display: block;
  clear: both;
}

section .top_title > div {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #c7c8ca;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
  color: #58585a;
}

section .top_title > div.active {
  height: 46px;
  border-bottom: 5px solid #b72831;
  color: #000;
}

section .sub_type1 .t_agree {
  width: 100%;
  margin-top: 7px;
}

section .sub_type1 .t_agree:after {
  content: "";
  display: block;
  clear: both;
}

section .sub_type1 .t_agree > div:nth-child(1) {
  float: left;
  width: 80%;
  font-size: 1.3rem;
  color: #58585a;
  line-height: 1.3;
}

section .sub_type1 .t_agree > div:nth-child(2) {
  float: right;
}

section .sub_type1 .nick_wrap {
  width: 100%;
}

section .sub_type1 .nick_wrap:after {
  content: "";
  display: block;
  clear: both;
}

section .sub_type1 .nick_wrap > div:nth-child(1) {
  float: left;
  width: 48%;
}

section .sub_type1 .nick_wrap > div:nth-child(2) {
  float: right;
  width: 48%;
}

section .sub_type1 .nick_wrap input[type="text"] {
  padding: 0;
  width: 100%;
  height: 29px;
  font-size: 17px;
  color: #58585a;
  border: 0;
  border-bottom: 1px solid #58585a;
}

section .complete_wrap {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

section .s_top {
  width: 100%;
  padding: 0;
  background-color: #f4f4f4;
}

section .s_top > div {
  margin: 0 auto;
}

/*로그인 페이지*/
section .login_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("/app/common/img/section/login_bg_2.jpg") no-repeat;
  background-size: 100% 100%;
}

section .login_wrap .login_logo {
  position: absolute;
  top: 18%;
  left: 39%;
  width: 24%;
}

section .login_wrap .login_info {
  position: absolute;
  top: 38%;
  left: 12%;
  width: 76%;
}

section .login_wrap .login_info > div {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
}

section .login_wrap .login_info > div > span {
  display: inline-block;
  width: 45%;
  font-size: 1.3rem;
  color: #fff;
}

section .login_wrap .login_info > div > input[type="text"] {
  width: 40%;
  font-size: 1.4rem;
  color: #fff;
  background-color: transparent;
  border: 0;
}

section .login_wrap .login_info > div > input[type="password"] {
  width: 40%;
  font-size: 1.4rem;
  color: #fff;
  background-color: transparent;
  border: 0;
}

section .login_wrap .login_info > div > input[type="number"] {
  width: 40%;
  font-size: 1.4rem;
  color: #fff;
  background-color: transparent;
  border: 0;
}

section .login_wrap .login_info > div > a {
  display: inline-block;
  font-size: 1.4rem;
  color: #ff7179;
}

section .login_wrap .login_info > div.auto {
  margin-top: 15px;
  border: 0;
  font-size: 1.4rem;
  color: #fff;
}

section .login_wrap .login_info > div.auto input[type="checkbox"] {
  vertical-align: middle;
  margin-top: -2px;
}

section .login_wrap .login_info > div.account {
  margin-top: 5px;
  margin-bottom: 15px;
  border: 0;
  text-align: center;
}

section .login_wrap .login_info > div.account > span {
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
  color: #fff;
  padding: 2px 3px;
}

section .login_wrap .login_info .login_error {
  margin-top: 40px;
  border: 0;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
}

section .login_wrap .login_info > div.info {
  margin: auto -9%;
  margin-bottom: 10px;
  border: 1px solid #c7c8ca;
  text-align: center;
  padding: 10px 10px 20px 10px;
  width: 110%;
  background-color: #fff;
}

/*주문*/
section .o_list {
  padding: 36px 0 30px 0;
  border: 1px solid #c7c8ca;
}

section .o_list:after {
  content: "";
  display: block;
  clear: both;
}

section .o_list > div:nth-child(1) {
  float: left;
  width: 61px;
}

section .o_list > div:nth-child(2) {
  float: left;
  width: calc(100% - 65px);
}

section .o_list > div:nth-child(2) .o_title {
  width: 100%;
  margin-left: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #414141;
}

section .o_list > div:nth-child(2) .o_title:after {
  content: "";
  display: block;
  clear: both;
}

section .o_list > div:nth-child(2) .o_title:active {
  opacity: 0.7;
}

section .o_list > div:nth-child(2) .o_title > img {
  width: 11px;
  margin: 1px 0 0 20px;
  vertical-align: top;
}

section .o_list > div:nth-child(2) .o_count {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

section .o_list > div:nth-child(2) .o_count:active {
  opacity: 0.7;
}

section .o_list > div:nth-child(2) .o_count > span.list_span {
  display: inline-block;
  width: 240px;
  padding: 5px 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #58585a;
  background-color: #efefef;
  border-radius: 5px;
}

/*
section .o_list > div:nth-child(2) .o_count > span.text {display:inline-block;padding:5px 20px;font-size:1.5rem;color:#58585a;}
section .o_list > div:nth-child(2) .o_count > span.num {display:inline-block;width:46px;padding:5px 0;font-size:1.5rem;color:#000000;background-color:#efefef;border-radius:10px;}
section .o_list > div:nth-child(3) {float:right;width:11px;padding:23px 28px 0 0;}
*/

section .shop_set {
  width: 100%;
}

section .shop_set:after {
  content: "";
  display: block;
  clear: both;
}

section .shop_set > div:nth-child(1) {
  float: left;
  font-size: 1.5rem;
  color: #58585a;
}

section .shop_set > div:nth-child(1) > span:nth-child(2) {
  font-weight: 600;
  padding: 0 15px;
}

section .shop_set > div:nth-child(1) > span:nth-child(3) {
  font-weight: 600;
  color: #231f20;
}

section .shop_set > div:nth-child(2) {
  float: right;
  width: 22px;
  margin-top: -3px;
}

section .p_place {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 15px auto;
  background-color: #b72831;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

/*서브메뉴 상단 고정*/
section .sub_top_blank {
  width: 100%;
  height: 73px;
}

section .sub_top_menu {
  position: fixed;
  top: 60px;
  width: 100%;
  height: 73px;
  background-color: #fff;
}

section ul.p_menu {
  width: 100%;
}

section ul.p_menu:after {
  content: "";
  display: block;
  clear: both;
}

section ul.p_menu > li {
  float: left;
  width: 33%;
  height: 49px;
  line-height: 49px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #58585a;
  text-align: center;
  border-bottom: 1px solid #c7c8ca;
  box-sizing: border-box;
}

section ul.p_menu > li.active {
  color: #231f20;
  border-bottom: 5px solid #b72831;
}

/*mall 추가 2018-06-28*/
section .mall_menu {
  position: relative;
  width: 100%;
  height: 37px;
}

section .mall_menu .swiper_mm_wrap {
  position: relative;
  width: calc(100% - 47px);
}

section .mall_menu .swiper_mm_wrap .o_prev {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #fff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  z-index: 2;
}

section .mall_menu .swiper_mm_wrap .o_next {
  width: 30px;
  height: 37px;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(100%, #fff)
  );
  z-index: 2;
}

#mall_top_swiper {
  width: 100%;
}

#mall_top_swiper > .swiper-wrapper {
  width: 100%;
}
#category2Wrap .swiper-slide {
  line-height: 29px !important;
}
#mall_top_swiper > .swiper-wrapper .swiper-slide {
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  color: #58585a;
  box-sizing: border-box;
  line-height: 29px;
}

#mall_top_swiper > .swiper-wrapper .active {
  color: #231f20;
  border-bottom: 5px solid #b72831;
}

section .mall_menu .mm_put {
  position: absolute;
  top: -4px;
  right: 8px;
  width: 47px;
  background: #fff;
  z-index: 100;
}

.mall_bottom_button {
  display: block;
  position: fixed;
  right: 4%;
  width: 45px;
  bottom: 10%;
  padding-bottom: 15px;
  z-index: 100;
}

.mall_bottom_button > div:nth-child(1) {
  margin-bottom: 10px;
}

/* 수정 250503 */
section .mall_menu {
  /* background-color: #635E91 !important;  */
}
#mall_top_swiper,
#mall_top_swiper .ss-swiper {
  /* background-color: #635E91 !important;  */
}
#mall_top_swiper > .swiper-wrapper .swiper-slide {
  color: #d1d0d4;
}
#mall_top_swiper > .swiper-wrapper {
  font-weight: 500;
  font-size: 15px !important;
  line-height: 29px !important;
}

#mall_top_swiper > .swiper-wrapper .active {
  line-height: 29px !important;
  background: #000 !important;
  /* background:#5e95d3 !important; */
  border-radius: 60px !important;
  color: #fff !important;
  border: none;
  height: 27px !important;
  padding: 0px 20px 0px 20px;
  box-sizing: border-box !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/*mall 추가 2018-06-28*/

section .list_type1 {
  width: 100%;
  /* border-bottom: 1px solid #f1f1f1; */
}

section .list_type1 > dl {
  /* width: 92%; */
  padding: 10px 6px;
}

section .list_type1 > dl:after {
  content: "";
  display: block;
  clear: both;
}

section .list_type1 > dl:active {
  background-color: #f4f4f4;
}

section .list_type1 > dl > dt {
  float: left;
  width: 67px;
  border-radius: 67px;
  border: 1px solid #dadada;
}

section .list_type1 > dl > dt img {
  height: 67px;
  border-radius: 67px;
}

section .list_type1 > dl > dd {
  float: right;
  width: calc(100% - 76px);
}

section .list_type1 > dl > dd .name_price {
  width: 100%;
  font-size: 1.5rem;
}

section .list_type1 > dl > dd .name_price:after {
  content: "";
  display: block;
  clear: both;
}

section .list_type1 > dl > dd .name {
  float: left;
  /*     width: calc(100% - 90px); */
  width: 100% !important;
  padding: 12px 0;
  color: #757575;
}

/*section .list_type1 > dl > dd .name {float:left;width:calc(100% - 113px);padding:12px 0;color:#757575;}*/
section .list_type1 > dl > dd .name div:nth-child(1) {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .list_type1 > dl > dd .name div:nth-child(2) {
  margin-top: 5px;
}

section .list_type1 > dl > dd .name div > span:nth-child(1) {
  color: #000;
}

section .list_type1 > dl > dd .price {
  float: right;
  width: 90px;
  padding: 20px 0;
  font-size: 1.6rem;
  color: #000;
  text-align: right;
}

/*section .list_type1 > dl > dd .price {float:left;width:78px;padding:20px 0;font-size:1.6rem;color:#000;text-align:right;}*/
section .list_type1 > dl > dd .list_put {
  float: right;
  width: 27px;
  padding-top: 16px;
}

section .list_type1 .choice {
  display: none;
  width: 92%;
  padding: 10px 4%;
}

section .list_type1 .choice .explain {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
  line-height: 23px;
  letter-spacing: -1px;
}

section .list_type1 .choice .explain_delivery {
  font-size: 1.4rem;
  margin: -10px 0 10px 0;
  line-height: 23px;
  letter-spacing: -1px;
}

section .list_type1 .choice .cou_sel {
  width: 100%;
}

section .list_type1 .choice .cou_sel:after {
  content: "";
  display: block;
  clear: both;
}

section .list_type1 .choice .cou_sel .count {
  float: left;
}

section .list_type1 .choice .cou_sel .count > span {
  display: inline-block;
}

section .list_type1 .choice .cou_sel .count > span:nth-child(1) {
  height: 24px;
  line-height: 24px;
  font-size: 1.5rem;
  color: #000;
  vertical-align: middle;
}

section .list_type1 .choice .cou_sel .count > span:nth-child(2) {
  width: 24px;
  float: right;
}

section .list_type1 .choice .cou_sel .count > span:nth-child(3) {
  float: right;
}

section
  .list_type1
  .choice
  .cou_sel
  .count
  > span:nth-child(3)
  > input[type="text"] {
  width: 50px;
  height: 24px;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  border: 0;
  padding: 0;
  vertical-align: middle;
  float: right;
}

section .list_type1 .choice .cou_sel .count > span:nth-child(4) {
  width: 24px;
  margin-left: 10px;
  float: right;
}

section .list_type1 .choice .cou_sel .select {
  float: right;
}

section .list_type1 .choice .cou_sel .select select {
  width: 100px;
  padding: 5px 15px 5px 7px;
  font-size: 1.5rem;
  color: #000;
}

section .list_type1 .choice .p_button {
  width: 100%;
  padding: 20px 0 5px 0;
  text-align: center;
}

section .list_type1 .optionlist input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

section .list_type1 .optionlist input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

section .list_type1 .optionlist input[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 13px;
  height: 13px;
  text-align: center;
  background: #fafafa;
  border: 1px solid #cccccc;
  border-radius: 100%; /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05);*/
}
section
  .list_type1
  .optionlist
  .option-item-label.adjust
  input[type="radio"]
  + label:before {
  top: 50%;
  transform: translate(0, -50%);
}

/*ios 13.4 버전 업데이트시 라디오 버튼 쉐도우 적용 안되어서 삭제 */
section .list_type1 .optionlist input[type="radio"] + label:active:before,
section
  .list_type1
  .optionlist
  input[type="radio"]:checked
  + label:active:before {
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

section .list_type1 .optionlist input[type="radio"]:checked + label:before {
  background: #e9ecee;
  border-color: #b72831;
}

section .list_type1 .optionlist input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
  width: 9px;
  height: 9px;
  background: #b72831;
  border-radius: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

section
  .list_type1
  .optionlist
  .option-item-label.adjust
  input[type="radio"]:checked
  + label:after {
  top: 50%;
  transform: translate(0, -50%);
  left: 3px;
}

section .p_cart {
  width: 100%;
  margin-bottom: 20px;
}

section .p_cart .title {
  width: 100%;
  padding: 0 0 12px 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #8a8a8a;
  border-bottom: 3px solid #c7c8ca;
  letter-spacing: 2px;
}

section .p_cart .name_del {
  width: 100%;
  margin: 10px 0 5px 0;
}

section .p_cart .name_del .del {
  /*
	margin-top:6px;
	background-color:#e8e8e8;
	border-radius: 4px;
	padding: 3px 8px !important;
	float: none !important;
    width: auto !important;
	text-align:right;
	*/
  padding: 0 !important;
  img {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    margin-top: 9px;
  }
}

section .p_cart .name_del:after {
  content: "";
  display: block;
  clear: both;
}

section .p_cart .img-flex {
  display: flex;
  float: none !important;
  gap: 8px;
}
section .p_cart .img-flex > div {
  flex-shrink: 0;
}
section .p_cart .img-flex .txt {
  flex: 1;
  line-height: 1.4;
}

section .p_cart .img-flex img {
  width: 85px;
  height: 85px;
  border-radius: 5px;
}

section .p_cart .name_del > div:nth-child(1) {
  float: left;
  font-size: 1.5rem;
  color: #000;
}

section .p_cart .name_del > div:nth-child(2) {
  float: right;
  width: 20px;
  padding: 0 10px;
}

section .p_cart .co_op_pr {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #c1c1c1;
}

section .p_cart .co_op_pr:after {
  content: "";
  display: block;
  clear: both;
}

section .p_cart .co_op_pr > div {
  float: left;
  font-size: 1.5rem;
  color: #58585a;
}

section .p_cart .co_op_pr > div > span {
  color: #000;
}

section .p_cart .co_op_pr > div:nth-child(1) {
  width: 28%;
  text-align: left;
}

section .p_cart .co_op_pr > div:nth-child(1) > span {
  margin-left: 20px;
}

section .p_cart .co_op_pr > div:nth-child(2) {
  width: 44%;
  text-align: center;
  background:
    url("/app/common/img/section/divider.png") left top no-repeat,
    url("/app/common/img/section/divider.png") right top no-repeat;
  background-size: 1px 14px;
}

section .p_cart .co_op_pr > div:nth-child(2).blankOption {
  background: url("") no-repeat;
}

section .p_cart .co_op_pr > div:nth-child(2) > span {
  margin-left: 12px;
}

section .p_cart .co_op_pr > div:nth-child(3) {
  width: 28%;
  text-align: right;
}

section .p_cart .cartOption {
  font-size: 1.3rem;
  color: #000;
}

section .p_cart .cartOption.type1 {
  font-size: 14px;
  background-color: #e8e8e8;
  border-radius: 4px;
  min-height: 26px;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 3px 30px 3px 8px !important;
}

section .p_cart .co_op_pr_t {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #c1c1c1;
}

section .p_cart .co_op_pr_t:after {
  content: "";
  display: block;
  clear: both;
}

section .p_cart .co_op_pr_t > div {
  float: left;
  font-size: 1.5rem;
  color: #58585a;
}

section .p_cart .co_op_pr_t > div > span {
  color: #000;
}

section .p_cart .co_op_pr_t > div:nth-child(1) {
  width: 65%;
  text-align: left;
}

section .p_cart .co_op_pr_t > div:nth-child(1) > span {
  margin-left: 10px;
}

section .p_cart .co_op_pr_t > div:nth-child(1) > span > img {
  width: 24px;
  height: 24px;
}

section .p_cart .co_op_pr_t > div:nth-child(1) > span > input {
  width: 24px;
  height: 24px;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  border: 0;
  padding: 0;
  vertical-align: middle;
}

section .p_cart .co_op_pr_t > div:nth-child(2) {
  width: 35%;
  text-align: right;
  line-height: 24px;
}

section .p_total_price {
  background-color: #f0f4ff;
  width: 100%;
  padding: 8px 0;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
  text-align: right;
}

section .p_total_price > span:nth-child(2) {
  margin-left: 30px;
  color: #b72831;
}

section .pay_info {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 12px 0;
  font-size: 1.5rem;
  color: #58585a;
  /* border-bottom: 1px solid #c1c1c1; */
}

section .pay_info .title {
  width: 100%;
  padding: 12px 0;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  border-bottom: 3px solid #c7c8ca;
}

section .pay_info .info {
  width: 100%;
  padding: 8px 0;
}

section .pay_info .img-flex {
  display: flex;
  float: none !important;
  gap: 8px;
}
section .pay_info .img-flex > div {
  flex-shrink: 0;
}
section .pay_info .img-flex .txt {
  flex: 1;
  line-height: 1.4;
  color: #000;
}

section .pay_info .img-flex img {
  width: 85px;
  height: 85px;
  border-radius: 5px;
}

section .pay_info .info:after {
  content: "";
  display: block;
  clear: both;
}

section .pay_info .info > div:nth-child(1) {
  float: left; /*width:calc(100% - 95px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;*/
}

section .pay_info .info > div:nth-child(2) {
  float: right;
  width: 93px;
  text-align: right;
  color: #000;
}

section .pay_info .info .optionWrap.type1 {
  box-sizing: border-box;
  background-color: #def1d3;
  border-radius: 4px;
  padding: 4px 5px;
}
section .pay_info .info .optionWrap.type1 > div:nth-child(1) {
  color: #000;
}
section .pay_info .info .optionWrap.type1.no-option > div {
  float: right;
  width: auto;
}

section .pay_select {
  padding: 15px 12px;
  border: 1px solid #c7c8ca;
}

section .paysel_wrap {
  margin-top: 8px;
  padding: 15px 12px;
  border: 1px solid #c7c8ca;
}

section .m_pay {
  width: 100%;
  font-size: 1.5rem;
  color: #58585a;
}

section .m_pay > div > span {
  display: inline-block;
  width: 100px;
  font-weight: 600;
  color: #000;
}

section .m_pay > div:nth-child(2) {
  margin: 15px 0;
}

/* 선택사항 */
section .pay_selectOption {
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 0 0 0 0;
  font-size: 1.5rem;
  color: #58585a;
  border-bottom: 2px solid #c1c1c1;
}

section .pay_selectOption .title {
  width: 100%;
  padding: 12px 0;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #c7c8ca;
}

section .pay_selectOption table {
  width: 100%;
}

section .pay_selectOption table tr th {
  padding: 7px 0 15px 3px;
  vertical-align: top;
  text-align: left;
}

section .pay_selectOption table tr td {
  padding: 7px 0 15px 0;
}

section .pay_selectOption table tr td textarea {
  padding: 10px 10px;
  font-size: 1.5rem;
}

section .m_voucher {
  display: none;
  width: 100%;
}

section .m_voucher .t_bt:after {
  content: "";
  display: block;
  clear: both;
}

section .m_voucher .t_bt > div:nth-child(1) {
  float: left;
  height: 30px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 600;
}

section .m_voucher .t_bt > button {
  float: right;
}

section .m_point {
  display: none;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
}

section .m_point .left_right {
  width: 100%;
  padding: 10px 0;
}

section .m_point .left_right:after {
  content: "";
  display: block;
  clear: both;
}

section .m_point .left_right > div:nth-child(1) {
  float: left;
}

section .m_point .left_right > div:nth-child(2) {
  float: right;
}

section .m_point .p_use {
  width: 100%;
  padding: 10px 0;
}

section .m_point .p_use:after {
  content: "";
  display: block;
  clear: both;
}

section .m_point .p_use > div:nth-child(1) {
  float: left;
  width: calc(100% - 80px);
  height: 27px;
  line-height: 27px;
  border-bottom: 1px solid #c7c8ca;
}

section .m_point .p_use > div:nth-child(1):after {
  content: "";
  display: block;
  clear: both;
}

section .m_point .p_use > div:nth-child(1) > span {
  float: left;
  width: 100px;
}

section .m_point .p_use > div:nth-child(1) > input[type="text"] {
  float: right;
  width: 100px;
  height: 25px;
  padding-right: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  border: 0;
  text-align: right;
}

section .m_point .p_use > div:nth-child(1) > input[type="number"] {
  float: right;
  width: 100px;
  height: 25px;
  padding-right: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  border: 0;
  text-align: right;
}

section .m_point .p_use > button {
  float: right;
}

section .three_div {
  width: 100%;
}

section .three_div .title {
  width: 100%;
  margin-bottom: 8px;
  padding: 12px 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  border-bottom: 3px solid #c7c8ca;
  letter-spacing: 2px;
}

section .three_div .pr_op_co {
  width: 100%;
  padding: 12px 0;
}

section .three_div .pr_op_co:after {
  content: "";
  display: block;
  clear: both;
}

section .three_div .pr_op_co > div {
  float: left;
  font-size: 1.5rem;
  color: #58585a;
}

section .three_div .pr_op_co > div > span {
  color: #000;
}

section .three_div .pr_op_co > div:nth-child(1) {
  width: 40%;
  text-align: left;
}

section .three_div .pr_op_co > div:nth-child(2) {
  width: 35%;
  text-align: center;
}

section .three_div .pr_op_co > div:nth-child(3) {
  width: 25%;
  text-align: right;
}

section .method_wrap {
  margin-top: 8px;
  padding: 15px 12px;
  border: 1px solid #c7c8ca;
}

section .method_wrap > div {
  font-size: 1.3rem;
  color: #58585a;
}

section .method_wrap > div:nth-child(1) {
  font-size: 1.5rem;
}

section .method_wrap > div:nth-child(2) {
  margin-top: 10px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #c7c8ca;
}

section .method_wrap > div:nth-child(3) {
  margin-top: 20px;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
}

section .search_wrap {
  width: 100%;
}

section .search_wrap:after {
  content: "";
  display: block;
  clear: both;
}

section .search_wrap > div:nth-child(1) {
  float: left;
  width: 80px;
  padding-top: 8px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

section .search_wrap > div:nth-child(2) {
  float: left;
  width: 180px;
}

section .search_wrap > div:nth-child(2) > input[type="text"] {
  width: 110px;
  height: 30px;
  border: 0;
  border-bottom: 1px solid #c7c8ca;
  font-size: 1.3rem;
}

section .search_wrap > div:nth-child(2) > img {
  width: 16px;
  margin-left: 5px;
}

section .search_wrap > div:nth-child(3) {
  float: left;
  width: 60px;
  padding-top: 3px;
}

/*멤버십*/
section .m_top {
  padding: 20px 0 12px 40px;
  background-color: #f4f4f4;
  border-bottom: 2px solid #e3e3e3;
}

section .m_top:after {
  content: "";
  display: block;
  clear: both;
}

section .m_top > div {
  float: left;
}

section .m_top > div:nth-child(1) {
  width: 45px;
}

section .m_top > div:nth-child(2) {
  margin-left: 40px;
  font-size: 1.5rem;
  color: #58585a;
  line-height: 1.3;
}

section .m_title {
  width: 100%;
  padding-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 2px solid #c7c8ca;
}

section .m_state {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #c7c8ca;
}

section .m_state:after {
  content: "";
  display: block;
  clear: both;
}

section .m_state .ms_left {
  float: left;
  width: 55%;
}

section .m_state .ms_left > div:nth-child(1) {
  width: 100%;
  text-align: left;
  font-size: 1.5rem;
  color: #000;
}

section .m_state .ms_left > div:nth-child(2) {
  width: 100%;
  margin-top: 15px;
  text-align: right;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}

section .m_state .ms_right {
  float: left;
  width: 45%;
  text-align: right;
}

section .m_state .ms_right > div:nth-child(2) {
  margin-top: 7px;
}

section .mem_point {
  width: 100%;
  margin-top: 15px;
}

section .mem_point:after {
  content: "";
  display: block;
  clear: both;
}

section .mem_point .mp_left {
  float: left;
  height: 25px;
  line-height: 25px;
  font-size: 1.5rem;
  color: #000;
}

section .mem_point .mp_right {
  float: right;
  height: 25px;
  line-height: 25px;
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}

section .vou_state {
  width: 100%;
  height: 114px;
  margin-top: 7px;
  border: 1px solid #c7c8ca;
  border-radius: 0 0 50px 0;
  background-color: #fff;
}

section .vou_state .vs_top {
  width: 100%;
  border-bottom: 1px solid #c7c8ca;
}

section .vou_state .vs_top:after {
  content: "";
  display: block;
  clear: both;
}

section .vou_state .vs_top > div:nth-child(1) {
  float: left;
  width: calc(100% - 50px);
  font-size: 1.4rem;
  color: #58585a;
}

section .vou_state .vs_top > div:nth-child(1) > span {
  display: inline-block;
  height: 41px;
  line-height: 41px;
}

section .vou_state .vs_top > div:nth-child(1) > span:first-child {
  margin-left: 15px;
}

section .vou_state .vs_top > div:nth-child(1) > span:nth-child(2) {
  padding: 0 10px;
}

section .vou_state .vs_top > div:nth-child(1) > span:nth-child(3) {
  color: #000;
}

section .vou_state .vs_top > div:nth-child(2) {
  float: right;
  width: 45px;
  border-left: 1px solid #c7c8ca;
}

section .vou_state .vs_sum {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  color: #000;
}

section .vou_state .vs_top > .vst_1 {
  float: left;
  width: calc(100% - 120px) !important;
}

section .vou_state .vs_top > .vst_2 {
  float: right;
  width: 110px !important;
  padding-top: 7px;
  border-left: 0 !important;
}

section .v_balance {
  width: 100%;
  padding: 12px 0;
  font-size: 3rem;
  font-weight: 600;
  color: #b72831;
  text-align: right;
  border-bottom: 1px solid #c7c8ca;
}

section .span_input {
  width: 100%;
  margin-top: 20px;
}

section .span_input > span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: top;
}

section .span_input > span.sp1 {
  width: 100px;
}

section .span_input > span.sp2 {
  width: 20px;
  text-align: right;
}

section .span_input > span.balance {
  width: calc(100% - 130px);
  font-size: 2rem;
  color: #000;
  text-align: right;
}

section .span_input > input[type="text"] {
  width: calc(100% - 130px);
  height: 32px;
  font-size: 1.8rem;
  color: #000;
  text-align: right;
  border: 0;
  border-bottom: 1px solid #c7c8ca;
}

section .span_input > input[type="number"] {
  width: calc(100% - 130px);
  height: 32px;
  font-size: 1.8rem;
  color: #000;
  text-align: right;
  border: 0;
  border-bottom: 1px solid #c7c8ca;
}

section .g_list {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #c7c8ca;
}

section .g_list .gl_info {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #c7c8ca;
}

section .g_list .gl_info .gli_con {
  width: 100%;
}

section .g_list .gl_info .gli_con > span {
  display: inline-block;
  padding: 7px 0;
  font-size: 1.5rem;
  color: #58585a;
  vertical-align: top;
}

section .g_list .gl_info .gli_con > span:first-child {
  width: 85px;
  padding-left: 7px;
  color: #000;
  font-weight: 600;
}

section .g_list .gl_info .gli_con > span:last-child {
  width: calc(100% - 95px);
}

section .g_list .gl_result1 {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #b72831;
}

section .g_list .gl_result1 > img {
  width: 18px;
}

section .g_list .gl_result1 > span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  vertical-align: top;
}

section .g_list .gl_result2 {
  width: 100%;
  padding: 12px 0;
}

section .g_list .gl_result2 > span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
}

section .g_list .gl_result2 > span:nth-child(1) {
  width: 80px;
  height: 28px;
  line-height: 28px;
  color: #b72831;
  text-align: center;
  border: 1px solid #c9cacc;
  border-radius: 20px;
}

section .g_list .gl_result2 > span:nth-child(2) {
  margin-left: 15px;
  width: calc(100% - 140px);
  height: 30px;
  line-height: 30px;
  text-align: center;
  background:
    url("/app/common/img/section/divider.png") left center no-repeat,
    url("/app/common/img/section/divider.png") right center no-repeat;
  background-size: 1px 20px;
}

section .g_list .gl_result2 > span:nth-child(2).notRtBorder {
  background: url("/app/common/img/section/divider.png") left center no-repeat;
}

section .g_list .gl_result2 > span:nth-child(3) {
  width: 35px;
  height: 30px;
  text-align: right;
}

section .g_list .gl_result2 > span:nth-child(3) > img {
  display: inline-block;
  width: 20px;
  padding-top: 5px;
}

section .list_type2 {
  width: 100%;
}

section .list_type2 > dl {
  position: relative;
  width: 100%;
  padding: 12px 0;
  margin-top: 10px;
  background-color: #fff;
  border: 1px solid #c7c8ca;
  border-radius: 0 0 50px 0;
}

section .list_type2 > dl:first-child {
  margin-top: 0;
}

section .list_type2 > dl:after {
  content: "";
  display: block;
  clear: both;
}

section .list_type2 > dl > dt {
  float: left;
  width: 110px;
  text-align: center;
}

section .list_type2 > dl > dt > div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
}

section .list_type2 > dl > dt > div:nth-child(2) {
  display: inline-block;
  width: 77px;
  border: 1px solid #c7c8ca;
}

section .list_type2 > dl > dt > div:nth-child(3) {
  width: 100%;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #58585a;
}

section .list_type2 > dl > dd {
  float: left;
  width: calc(100% - 115px);
  font-size: 1.2rem;
  color: #58585a;
}

section .list_type2 > dl > dd > div {
  margin-top: 5px;
  line-height: 1.2;
}

section .list_type2 > dl > dd > div:nth-child(1) {
  margin-top: 0;
}

section .list_type2 > dl > dd > div:nth-child(2) {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
}

section .list_type2 > dl > dd > div:nth-child(4) {
  margin-top: 12px;
}

section .list_type2 > dl > dd > div:nth-child(4) > span.dash {
  display: inline-block;
  margin: -2px 0 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #c7c8ca;
  vertical-align: middle;
}

section .list_type2 > dl > dd > div:nth-child(4) > img.c_del {
  margin: -2px 0 0 10px;
  width: 19px;
}

section .ok_box {
  padding: 40px 0 50px 0;
  border: 1px solid #c7c8ca;
}

section .t_total {
  width: 100%;
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: 600;
  border-top: 2px solid #c7c8ca;
}

section .t_total:after {
  content: "";
  display: block;
  clear: both;
}

section .t_total div:nth-child(1) {
  float: left;
  width: 45%;
}

section .t_total div:nth-child(2) {
  float: right;
  width: 55%;
  text-align: right;
  color: #b72831;
}

/*m 월렛*/
section .mw_top {
  width: 90%;
  padding: 25px 5% 7px 5%;
  border-bottom: 2px solid #a7a7a7;
}

section .mw_top:after {
  content: "";
  display: block;
  clear: both;
}

section .mw_top .mwt_img {
  float: left;
  width: 24px;
}

section .mw_top .mwt_text {
  float: left;
  height: 22px;
  line-height: 22px;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: 600;
}

section .mw_state {
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid #e0e0e0;
}

section .mw_state:after {
  content: "";
  display: block;
  clear: both;
}

section .mw_state .mws_left {
  float: left; /*width:calc(100% - 145px);*/
}

section .mw_state .mws_left > div:nth-child(1) {
  font-size: 1.5rem;
  color: #565656;
  font-weight: 600;
}

section .mw_state .mws_left > div:nth-child(2) {
  width: 100%;
  margin-top: 5px;
  font-size: 2.2rem;
  color: #000;
  font-weight: 600;
}

section .mw_state .mws_right {
  float: right; /*width:140px;*/
  text-align: right;
}

section .mw_state .mws_right > img {
  width: 33px;
}

/*슈퍼바우처*/
.cl_title {
  width: 92%;
  padding: 10px 4%;
  border-bottom: 1px solid #a7a7a7;
}

.cl_title:after {
  content: "";
  display: block;
  clear: both;
}

.cl_title > div {
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
  color: #737373;
}

.cl_title > div:nth-child(1) {
  width: calc(100% - 105px);
}

.cl_title > div:nth-child(2) {
  width: 105px;
  text-align: center;
}

.cl_total {
  width: 100%;
  padding: 6px 0;
  background-color: #e5e5e5;
}

.cl_total .clt_row {
  width: 92%;
  padding: 8px 4%;
}

.cl_total .clt_row:after {
  content: "";
  display: block;
  clear: both;
}

.cl_total .clt_row > div:nth-child(1) {
  float: left;
  width: calc(100% - 200px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
  text-align: right;
}

.cl_total .clt_row > div:nth-child(2) {
  float: right;
  width: 170px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  text-align: right;
}

.wrap_94p {
  width: 94%;
  margin: 0 auto;
}

/*이벤트*/
section ul.e_slide {
  width: 100%;
  margin: 0 auto;
}

section ul.e_slide:after {
  content: "";
  display: block;
  clear: both;
}

section ul.e_slide > li:not(:first-child) {
  display: none;
}

section ul.e_slide .slick-dots {
  width: 55px;
  margin: 0 auto 0 auto;
}

section ul.e_slide .slick-dots:after {
  content: "";
  display: block;
  clear: both;
}

section ul.e_slide .slick-dots li {
  float: left;
  margin-left: 7px;
}

section ul.e_slide .slick-dots li:first-child {
  margin-left: 0;
}

section ul.e_slide .slick-dots li button {
  width: 6px;
  height: 6px;
  cursor: pointer;
  border-radius: 3px;
  background: #93c7e1;
  font-size: 0;
  color: #fff;
  border: 0;
  padding: 0;
}

section ul.e_slide .slick-dots li.slick-active button {
  background: #ffffff;
}

section ul.e_menu {
  width: 100%;
}

section ul.e_menu > li {
  width: 100%;
}

section ul.e_menu > li > a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #c3c3c3;
}

section ul.e_menu > li > a:active {
  background: #f5f6f7;
}

section ul.e_list1 {
  width: 100%;
}

section ul.e_list1 > li {
  width: 90%;
  padding: 20px 5%;
  border-bottom: 1px solid #c1c1c1;
}

section ul.e_list1 > li:active {
  background: #f5f6f7;
}

section ul.e_list1 > li .el_list {
  width: 88%;
  padding-right: 12%;
  background: url("/app/common/img/section/slide_down.png") no-repeat right
    center;
  background-size: 15px;
}

section ul.e_list1 > li .el_list > div {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.2;
}

section ul.e_list1 > li .el_list > div:nth-child(2) {
  font-size: 1.2rem;
  color: #8b8b8b;
  margin-top: 5px;
}

section ul.e_list1 > li .el_view {
  display: none;
  width: 100%;
  padding: 20px 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

section ul.e_list1 > li .el_view span {
  line-height: 28px;
}

section ul.e_list2 {
  width: 100%;
}

section ul.e_list2 > li {
  position: relative;
  width: 90%;
  padding: 15px 5%;
  border-bottom: 1px solid #c1c1c1;
  background: url("/app/common/img/section/list_arrow.png") no-repeat 95% center;
  background-size: 10px;
}

section ul.e_list2 > li:active {
  background: #f5f6f7;
}

section ul.e_list2 > li > div {
  width: 75%;
  font-size: 1.2rem;
}

section ul.e_list2 > li > div:nth-child(1) {
  color: #58585a;
}

section ul.e_list2 > li > div:nth-child(2) {
  font-size: 1.5rem;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section ul.e_list2 > li > div:nth-child(3) {
  color: #8b8b8b;
  margin-top: 5px;
}

section ul.e_list2 > li > div.el_step1 {
  position: absolute;
  top: 20px;
  right: 14%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #bfbfbf;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

section ul.e_list2 > li > div.el_step2 {
  position: absolute;
  top: 20px;
  right: 14%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #404040;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

section ul.e_list2 > li > div.el_step3 {
  position: absolute;
  top: 20px;
  right: 14%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #b72831;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

section ul.e_list3 {
  width: 100%;
}

section ul.e_list3 > li {
  position: relative;
  width: 90%;
  padding: 15px 5%;
  border-bottom: 1px solid #c1c1c1;
  background: url("/app/common/img/section/list_arrow.png") no-repeat 95% center;
  background-size: 10px;
}

section ul.e_list3 > li:active {
  background: #f5f6f7;
}

section ul.e_list3 > li > div {
  width: 75%;
  font-size: 1.2rem;
}

section ul.e_list3 > li > div:nth-child(1) {
  color: #58585a;
}

section ul.e_list3 > li > div:nth-child(2) {
  font-size: 1.5rem;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section ul.e_list3 > li ol {
  padding-top: 5px;
}

section ul.e_list3 > li ol > li {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

section ul.e_list3 > li ol > li.paymentdue_info {
  color: #b72831;
}

section ul.e_list3 > li ol > li.overdue_info {
  color: #008ad9;
}

section ul.e_list3 > li.no_data {
  background: none;
  font-size: 1.3rem;
}

section .text_line2 {
  font-size: 1.2rem;
  color: #58585a;
  padding-left: 10px;
  text-indent: -8px;
  line-height: 1.5;
}

section .write_wrap {
  width: 100%;
}

section .write_wrap .wt_1 {
  font-size: 1.5rem;
  font-weight: 600;
}

section .write_wrap .w_box {
  padding: 15px;
  height: 120px;
  margin-top: 25px;
  border: 1px solid #58585a;
}

section .write_wrap div.memo {
  height: 70px;
}

section .write_wrap .w_box > textarea {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  overflow: auto;
  border: 0;
}

section .view_wrap {
  width: 100%;
}

section .view_wrap .v_title {
  width: 90%;
  padding: 20px 5%;
  background-color: #f8f8f8;
}

section .view_wrap .v_title .vt_1 {
  font-size: 1.3rem;
  color: #58585a;
}

section .view_wrap .v_title .vt_2 {
  font-size: 1.5rem;
  margin-top: 7px;
  line-height: 1.2;
}

section .view_wrap .v_title .vt_3 {
  font-size: 1.3rem;
  color: #58585a;
  margin-top: 7px;
}

section .view_wrap .v_con {
  width: 90%;
  padding: 0 5%;
}

section .view_wrap .v_con .vc_q {
  width: 100%;
  padding: 25px 0;
  font-size: 1.5rem;
  color: #58585a;
  line-height: 1.3;
}

section .view_wrap .v_con .vc_q .vcq_tr {
  width: 100%;
}

section .view_wrap .v_con .vc_q .vcq_tr > span:nth-child(1) {
  display: inline-block;
  width: 80px;
  padding: 7px 0;
  color: #000;
  vertical-align: top;
}

section .view_wrap .v_con .vc_q .vcq_tr > span:nth-child(2) {
  display: inline-block;
  width: calc(100% - 90px);
  padding: 7px 0;
  color: #58585a;
}

section .view_wrap .v_con .vc_a {
  padding: 25px 0 25px 42px;
  font-size: 1.5rem;
  line-height: 1.3;
  background: url("/app/common/img/section/answer.png") no-repeat left 20px;
  background-size: 30px;
}

section .view_wrap .v_con ul.vc_reply {
  width: 94%;
  padding: 25px 3% 0 3%;
}

section .view_wrap .v_con ul.vc_reply > li {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

section
  .view_wrap
  .v_con
  ul.vc_reply
  > li
  div:nth-child(1)
  > span:nth-child(1) {
  font-weight: 600;
  font-size: 1.3rem;
}

section
  .view_wrap
  .v_con
  ul.vc_reply
  > li
  div:nth-child(1)
  > span:nth-child(2) {
  margin-left: 7px;
  color: #58585a;
  font-size: 1.3rem;
}

section .view_wrap .v_con ul.vc_reply > li div:nth-child(2) {
  margin-top: 5px;
  line-height: 1.3;
  font-size: 1.3rem;
}

section .view_wrap .v_con .vc_reply_write {
  width: 94%;
  padding: 0 3% 0 3%;
}

section .view_wrap .v_con .vc_reply_write > textarea {
  width: 94%;
  height: 50px;
  font-size: 1.5rem;
  padding: 7px 3%;
  border: 1px solid #c7c8ca;
  overflow: auto;
}

/*매장찾기*/
section .shop_area {
  width: 100%;
}

section .shop_area:after {
  content: "";
  display: block;
  clear: both;
}

section .shop_area > div:nth-child(1) {
  float: left;
  width: 45%;
}

section .shop_area > div:nth-child(2) {
  float: right;
  width: 45%;
}

section .shop_area > div > select {
  height: 40px;
}

section .area_wrap {
  padding: 20px 15px 15px 15px;
  margin-bottom: 10px;
  border: 1px solid #c7c8ca;
}

section .area_wrap > div:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 600;
}

section .area_wrap > div:nth-child(1) > span {
  margin-left: 20px;
  font-weight: 500;
  color: #b72831;
}

section .area_wrap > div:nth-child(2) {
  margin-top: 12px;
  font-size: 1.2rem;
  color: #414141;
  line-height: 1.3;
}

section .area_wrap > div:nth-child(3) {
  margin-top: 20px;
}

section .area_wrap > div:nth-child(3) > span.map {
  display: inline-block;
  width: calc(100% - 230px);
  text-align: right;
  vertical-align: top;
}

section .area_wrap > div:nth-child(3) > span.map > img {
  text-align: right;
  width: 20px;
}

section .shop_search {
  position: relative;
}

section .shop_search > .s_bt {
  position: absolute;
  top: 5px;
  right: 0;
  width: 25px;
  height: 40px;
  font-size: 0;
  z-index: 100;
}

/* 매장 태블릿 */
section .t_login_wrap {
  position: relative;
  width: 100%;
}

section .t_login_wrap .t_logo {
  width: 40%;
  margin: 15% auto 0 auto;
}

section .t_login_wrap .t_sel {
  width: 100%;
  margin-top: 10%;
  text-align: center;
}

section .t_login_wrap .t_sel > select {
  width: 300px;
  font-size: 1.6rem;
  color: #58585a;
  font-weight: 600;
}

section .t_login_wrap .t_text {
  width: 100%;
  margin-top: 5%;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

section .t_login_wrap .t_pass {
  width: 100%;
  margin-top: 5%;
  text-align: center;
}

section .t_login_wrap .t_pass > input[type="password"] {
  width: 300px;
  font-size: 1.6rem;
  color: #58585a;
  font-weight: 600;
}

section .t_login_wrap .t_bt {
  width: 100%;
  margin-top: 5%;
  text-align: center;
}

section .t_count1 {
  width: 94%;
  margin: 20px auto 0 auto;
  font-size: 2rem;
  font-weight: 600;
  text-align: right;
}

section .t_count3 {
  width: 94%;
  margin: 20px auto 0 auto;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
}

section .t_list_type1 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-top: 2px solid #c3c3c3;
}

section .t_list_type1 ul {
  width: 100%;
}

section .t_list_type1 ul > li {
  width: 100%;
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #c7c8ca;
}

section .t_list_type1 ul > li .t_count2 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
}

section .t_list_type1 ul > li .info_bt {
  width: 100%;
  margin-top: 10px;
}

section .t_list_type1 ul > li .info_bt:after {
  content: "";
  display: block;
  clear: both;
}

section .t_list_type1 ul > li .info_bt .info {
  float: left;
  width: 71%;
  font-size: 1.5rem;
  line-height: 1.3;
}

section .t_list_type1 ul > li .info_bt .info > div:nth-child(2) {
  margin-top: 7px;
}

section .t_list_type1 ul > li .info_bt .info > div:nth-child(3) {
  margin-top: 7px;
}

section .t_list_type1 ul > li .info_bt .button {
  float: right;
  width: 25%;
}

section .t_list_type1 ul > li .t_other {
  width: 90%;
  margin: 10px auto 0 auto;
}

section .t_list_type1 ul > li .t_other > div {
  margin-top: 5px;
  font-size: 1.3rem;
  color: #58585a;
}

section .t_list_type1 ul > li .t_other > div span:nth-child(1) {
  display: inline-block;
  width: 63%;
}

section .t_list_type1 ul > li .t_other > div span.t_sta {
  display: inline-block;
  padding: 5px 12px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #bfbfbf;
  border: 1px solid #c7c8ca;
  border-radius: 5px;
}

/*서브 하단고정 버튼*/
section .b_fix_wrap {
  margin-top: 1px;
  position: relative;
  height: 69px;
  z-index: 100;
}

section .b_fix {
  /*position: fixed;*/
  bottom: 0px;
  height: 45px;
  line-height: 45px;
  background-color: #b72831;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  border: 0;
  z-index: 100;
  font-family: "Cafe24Ohsquare", sans-serif;
}

section .b_fix_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #fff;
  display: none;
}

button {
  font-family: "Cafe24Ohsquare", sans-serif;
}

/*테이블*/
.i_type1 {
  width: 100%;
}

.i_type1 > table {
  width: 100%;
}

.i_type1 > table tbody tr th {
  text-align: left;
  padding: 10px 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.i_type1 > table tbody tr td {
  padding: 10px 0;
  font-size: 1.3rem;
  color: #58585a;
}

.i_type1 > table tbody tr td > span.won {
  display: inline-block;
  width: 10%;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.i_type2 {
  width: 92%;
  padding: 2% 4%;
}

.i_type2 > table {
  width: 100%;
}

.i_type2 > table thead tr th {
  text-align: center;
  padding: 10px 0;
}

.i_type2 > table tbody tr td {
  padding: 10px 0;
  font-size: 1.3rem;
  color: #58585a;
  text-align: left;
  vertical-align: middle;
}

.i_type2 > table tbody tr td span.c_sum {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  vertical-align: middle;
  margin: 0 0 0 5px;
  padding: 0;
}

.i_type2 > table tbody tr td span.p_sum {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
}

.i_type2 > table tbody tr td .count_up_down {
  width: 150px;
}

.i_type2 > table tbody tr td .count_up_down:after {
  content: "";
  display: block;
  clear: both;
}

.i_type2 > table tbody tr td .count_up_down > img {
  float: left;
  width: 27px;
  height: 27px;
  border: 1px solid #e5e5e5;
}

.i_type2 > table tbody tr td .count_up_down > input[type="number"] {
  float: left;
  width: 45px;
  height: 27px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.l_type1 {
  width: 100%;
}

.l_type1 > table {
  width: 100%;
  border-top: 2px solid #c7c8ca;
}

.l_type1 > table tbody tr:active {
  background: #f5f6f7;
}

.l_type1 > table tbody tr td {
  padding: 12px 5px;
  line-height: 1.2;
  font-size: 1.5rem;
  border-bottom: 1px solid #c7c8ca;
}

.l_type1 > table tbody tr td.price {
  width: 110px;
  vertical-align: middle;
  text-align: right;
}

.l_type1 > table tbody tr td span.line1 {
  display: inline-block;
  width: 100%;
  color: #58585a;
}

.l_type1 > table tbody tr td span.line2 {
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
  color: #8b8b8b;
}

.l_type2 {
  width: 100%;
}

.l_type2 > table {
  width: 100%;
}

.l_type2 > table thead tr th {
  padding: 12px 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #c7c8ca;
}

.l_type2 > table tbody tr:active {
  background: #f5f6f7;
}

.l_type2 > table tbody tr td {
  padding: 10px 5px;
  line-height: 1.5;
  font-size: 1.3rem;
  color: #58585a;
  text-align: left;
  border-bottom: 1px solid #c7c8ca;
}

.l_type2 > table tbody tr td.time {
  width: 80px;
}

.l_type2 > table tbody tr td.money {
  width: 70px;
  text-align: right;
}

.l_type3 {
  width: 100%;
}

.l_type3 > table {
  width: 100%;
}

.l_type3 > table tbody tr td {
  padding: 2px 0;
  line-height: 1.2;
  font-size: 1.3rem;
  color: #58585a;
  text-align: left;
}

.l_type3 > table tbody tr td > span {
  display: block;
  width: 100%;
}

.l_type3 > table tbody tr td.t3_cou {
  width: 30px;
  text-align: right;
  vertical-align: bottom;
}

.l_type3 > table tbody tr td.t3_pri {
  width: 70px;
  text-align: right;
  vertical-align: bottom;
}

.l_type3 > table tbody tr:last-child > td {
  padding-bottom: 10px;
  border-bottom: 1px dotted #c7c8ca;
}

.l_type3 > table tfoot tr td {
  padding: 5px 0;
  font-size: 1.5rem;
  color: #58585a;
  text-align: left;
}

.l_type3 > table tfoot tr td.t3_total {
  font-size: 1.8rem;
  text-align: right;
}

.page_wrap {
  width: 100%;
  margin: 20px 0;
}

.page_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.page_wrap > div:nth-child(1) {
  float: left;
  width: 40px;
}

.page_wrap > div:nth-child(2) {
  float: right;
  width: 40px;
}

/*swiper*/
.swiper {
  height: 21px;
  padding: 5px 15px 8px 0;
  /* background-color: #3e3e3e; */
  /* border-bottom: 1px solid #c7c8ca; */
}

.swiper .swiper-wrapper > .swiper-slide {
  height: 12px;
  padding: 5px 0px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 10px;
}

.swiper .swiper-wrapper > .active {
  background-color: #767676;
}

.swiper .swiper-scrollbar {
  visibility: hidden !important;
}

/**/
label.chkWrap {
  cursor: pointer;
  display: inline-block;
}

label.chkWrap > i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("/app/common/img/section/check_out.png") left top no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  transition-duration: 0.3s;
}

label.chkWrap > span {
  margin-left: 5px;
  font-size: 1.2rem;
}

label.chkWrap input[type="checkbox"] {
  display: none;
}

label.chkWrap input[type="checkbox"]:checked + i {
  background: url("/app/common/img/section/check_in.png") left top no-repeat;
  background-size: 100% 100%;
}

label.chkWrap i.margin {
  margin-top: -6px;
}

label.chkWrap i.mtm6 {
  margin-top: -6px;
}

label.chkWrap i.mtm5 {
  margin-top: -5px;
}

label.chkWrap i.mtm4 {
  margin-top: -4px;
}

label.chkWrap i.mtm3 {
  margin-top: -3px;
}

label.radioWrap {
  cursor: pointer;
  display: inline-block;
}

label.radioWrap > i {
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("/app/common/img/section/radio_out.png") left top no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  transition-duration: 0.3s;
}

label.radioWrap > span {
  margin-left: 5px;
  font-size: 1.2rem;
}

label.radioWrap input[type="radio"] {
  display: none;
}

label.radioWrap input[type="radio"]:checked + i {
  background: url("/app/common/img/section/radio_in.png") left top no-repeat;
  background-size: 100% 100%;
}

/*버튼정렬*/
.buttonWrap {
  width: 100%;
}

.buttonWrap:after {
  content: "";
  display: block;
  clear: both;
}

.buttonWrap .btLeft {
  float: left;
}

.buttonWrap .btRight {
  float: right;
}

.buttonLeft {
  width: 100%;
  text-align: left;
}

.buttonCenter {
  width: 100%;
  text-align: center;
}

.buttonRight {
  width: 100%;
  text-align: right;
}

.buttonWrap_two {
  width: 100%;
}

.buttonWrap_two:after {
  content: "";
  display: block;
  clear: both;
}

.buttonWrap_two > div:nth-child(1) {
  float: left;
  width: 48%;
}

.buttonWrap_two > div:nth-child(2) {
  float: right;
  width: 48%;
}

.w90p {
  width: 90%;
  margin: 20px auto 0 auto;
}

/*버튼*/
.bt100p_red {
  border-radius: 8px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background-color: #b72831;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.bt100p_rb {
  border-radius: 8px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #58585a;
  font-size: 20px;
  text-align: center;
  background: url("/app/common/img/section/phone_bg.png") 10% center no-repeat;
  background-size: 11px 18px;
  border: 1px solid #d0d0d0;
}

.bt100p_rbor {
  border-radius: 8px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  color: #b81c25;
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #b81c25;
}

#popOrderPwInput .pop_content .topText {
  color: #000;
}
#popOrderPwInput .pop_content .middleText {
  color: #000;
}

.popup-btn {
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;

  &.success-btn {
    background-color: #7cd1f9;
    color: #fff;
  }
  &.cancel-btn {
    color: #555;
    background-color: #efefef;
  }
}

.b_red_100p {
  width: 100%;
  height: 38px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #b72831;
  border: 1px solid #b72831;
}

.b_type1 {
  width: 30%;
  height: 30px;
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #c7c8ca;
}

.b_type1_1 {
  width: 40%;
  height: 38px;
  font-size: 1.5rem;
  color: #58585a;
  background-color: #fff;
  border: 1px solid #58585a;
}

.b_type1_s {
  width: 30%;
  height: 30px;
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #c7c8ca;
}

.b_type2 {
  width: 30%;
  height: 30px;
  font-size: 1.5rem;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type2_1 {
  width: 105px;
  height: 30px;
  font-size: 1.4rem;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type2_2 {
  width: 45%;
  height: 36px;
  font-size: 1.5rem;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type2_3 {
  width: 50px;
  height: 26px;
  font-size: 1.2rem;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type2_100p {
  width: 100%;
  height: 34px;
  font-size: 1.5rem;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type2_s {
  width: 30%;
  height: 30px;
  font-size: 1.5rem;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type3 {
  width: 30%;
  height: 30px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #b72831;
  border: 1px solid #b72831;
}

.b_type3_1 {
  width: 105px;
  height: 30px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #b72831;
  border: 1px solid #b72831;
}

.b_type3_2 {
  width: 45%;
  height: 36px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #b72831;
  border: 1px solid #b72831;
}

.b_type3_3 {
  width: 50px;
  height: 26px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #b72831;
  border: 1px solid #b72831;
}

.b_type3_100p {
  width: 100%;
  height: 34px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #b72831;
  border: 1px solid #b72831;
}

.b_type3_s {
  width: 30%;
  height: 30px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #b72831;
  border: 1px solid #b72831;
}

.b_type4 {
  width: 100px;
  height: 30px;
  font-size: 1.5rem !important;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type5 {
  width: 80px;
  height: 30px;
  font-size: 1.5rem !important;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type6 {
  width: 120px;
  height: 30px;
  font-size: 1.3rem !important;
  color: #58585a;
  background-color: #fff;
  border: 1px solid #d0d1d3;
  border-radius: 15px;
}

.b_type6_1 {
  width: 75px;
  height: 30px;
  font-size: 1.2rem !important;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #d0d1d3;
  border-radius: 12px;
}

.b_type_t0 {
  width: 300px;
  height: 46px;
  font-size: 1.8rem;
  color: #b72831;
  background-color: #fff;
  border: 1px solid #b72831;
}

.b_type_t1 {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  color: #000;
  background-color: #ffff00;
  border: 1px solid #c7c8ca;
}

.b_type_t2 {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0070c0;
  border: 1px solid #c7c8ca;
}

.b_type_t3 {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #b72831;
  border: 1px solid #c7c8ca;
}

.b_type_t4 {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #bfbfbf;
  border: 1px solid #c7c8ca;
}

.b_type_t5 {
  width: 100%;
  height: 40px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #ff4500;
  border: 1px solid #c7c8ca;
}

/**/
hr {
  width: 100%;
  height: 1px;
  background-color: #c7c8ca;
  border: 0;
  margin: 0;
  padding: 0;
}

hr.big_line {
  width: 100%;
  height: 10px;
  background-color: #f4f4f4;
  border: 0;
  margin: 0;
  padding: 0;
}

hr.dashed {
  width: 100%;
  height: 0;
  border: 0;
  background-color: #fff;
  border-bottom: 2px dashed #58585a;
  margin: 0;
  padding: 0;
}

.hide_show {
  display: none;
}

/* 레이어팝업 */
.layer_pop {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.layer_pop .pop_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=50);
}

.layer_pop .pop_bg.trans {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}

.layer_pop .layerPopWrap {
  display: block;
}

.layerPopWrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  /* border: 0 solid #b3b3b3; */
  border: none;
  border-radius: 8px;
}

.layerPopWrap .pop_wrap {
  width: 88%;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}

.layerPopWrap .pop_wrap .title_close {
  width: 100%;
}

.layerPopWrap .pop_wrap .title_close:after {
  content: "";
  display: block;
  clear: both;
}

.layerPopWrap .pop_wrap .title_close .pop_title {
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
}

.layerPopWrap .pop_wrap .title_close .pop_close {
  float: right;
  width: 13px;
}

.layerPopWrap .pop_wrap .title_close .pop_title2 {
  width: 100%;
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 1px;
}

.layerPopWrap .pop_wrap .title_close .pop_close2 {
  width: 100%;
  text-align: right;
}

.layerPopWrap .pop_wrap .title_close .pop_close2 > img {
  width: 13px;
}

article.input-num-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  input {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    width: 32px !important;
    height: 40px !important;
    border-radius: 8px;
    text-align: center;
    padding: 0 0 0 0;
    line-height: 36px;
  }
}

/*탭형식*/
section .m_tab {
  width: 100%;
  margin-top: 4px;
}

section .m_tab:after {
  content: "";
  display: block;
  clear: both;
}

section .m_tab > a {
  display: block;
  float: left;
  width: 50%;
  height: 34px;
  /*line-height: 40px;*/
  border-bottom: 1px solid #c7c8ca;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
  color: #58585a;
}

section .m_tab > a.active {
  height: 30px;
  border-bottom: 5px solid #b72831;
  color: #000;
}

section .m_tabCon {
  display: none;
  width: 100%;
}

section .m_tabCon:first-child {
  display: block;
}

section .t_tab {
  width: 100%;
}

section .t_tab:after {
  content: "";
  display: block;
  clear: both;
}

section .t_tab > a {
  display: block;
  float: left;
  width: 25%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #c7c8ca;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #58585a;
}

section .t_tab > a.active {
  height: 76px;
  border-bottom: 5px solid #b72831;
  color: #000;
}

section .t_tabCon {
  display: none;
  width: 100%;
}

section .t_tabCon:first-child {
  display: block;
}

section .t_tab2 {
  width: 100%;
}

section .t_tab2:after {
  content: "";
  display: block;
  clear: both;
}

section .t_tab2 > a {
  display: block;
  float: left;
  width: 14%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #c7c8ca;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #58585a;
}

section .t_tab2 > a.active {
  height: 76px;
  border-bottom: 5px solid #b72831;
  color: #000;
}

section .t_tabCon2 {
  display: none;
  width: 100%;
}

section .t_tabCon2:first-child {
  display: block;
}

section .t_tab01 {
  width: 100%;
}

section .t_tab01:after {
  content: "";
  display: block;
  clear: both;
}

section .t_tab01 > a {
  display: block;
  float: left;
  width: 50%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #c7c8ca;
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  color: #58585a;
}

section .t_tab01 > a.active {
  height: 76px;
  border-bottom: 5px solid #b72831;
  color: #000;
}

/*페이징*/
.pageWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pageWrap > a {
  display: inline-block;
  color: #333;
  font-size: 1.1rem;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #eaeaea;
  border-left: 0;
}

.pageWrap > a:first-child {
  border-left: 1px solid #eaeaea;
  border-radius: 12px 0 0 12px;
}

.pageWrap > a:last-child {
  border-radius: 0 12px 12px 0;
}

.pageWrap a.active {
  height: 34px;
  line-height: 35px;
  border-bottom: 2px solid #b72831;
}

/*미디어쿼리*/
@media screen and (max-width: 359px) {
  section .login_wrap .login_info .login_error {
    letter-spacing: -1px;
  }

  section .pay_select > label.ml20 {
    margin-left: 10px !important;
  }

  section .m_point .p_use > div:nth-child(1) > input[type="text"] {
    width: 70px;
    font-size: 1.4rem;
  }

  section .search_wrap > div:nth-child(1) {
    width: 70px;
  }

  section .search_wrap > div:nth-child(2) {
    width: 155px;
  }

  section .search_wrap > div:nth-child(2) > input[type="text"] {
    width: 100px;
  }

  section .list_type2 > dl > dd > div {
    letter-spacing: -1px;
  }

  section .o_list > div:nth-child(2) .o_count > span.list_span {
    width: 210px;
    font-size: 1.4rem;
    font-weight: 500; /*letter-spacing-1px;*/
  }
}

@media screen and (min-width: 360px) and (max-width: 399px) {
}

@media screen and (min-width: 400px) and (max-width: 439px) {
}

@media screen and (min-width: 440px) and (max-width: 599px) {
}

@media screen and (min-width: 600px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) {
}

/*가로 600아래*/
@media screen and (max-width: 559px) {
  .b_type_t1 {
    font-size: 1.4rem;
  }

  .b_type_t2 {
    font-size: 1.4rem;
  }

  .b_type_t3 {
    font-size: 1.4rem;
  }

  .b_type_t4 {
    font-size: 1.4rem;
  }
}

/*세로모드 */
@media only screen and (orientation: portrait) {
}

/*가로모드*/
@media only screen and (orientation: landscape) {
  /*
	body {display:none;}


	section .login_wrap .login_logo {position:absolute;top:5%;left:45%;width:10%;}
	section .login_wrap .login_info {position:absolute;top:55%;left:12%;width:76%;}
	section .login_wrap .login_error {position:absolute;top:7%;left:70%;font-size:1.3rem;color:#fff;font-weight:600;}

	section .t_login_wrap .t_logo {width:30%; margin:2% auto 0 auto;}
	section .t_login_wrap .t_text {margin-top:5%;}
	section .t_login_wrap .t_pass {margin-top:3%;}
	section .t_login_wrap .t_bt {width:100%;margin-top:3%;text-align:center;}
	*/
}

/*매장주문용 CSS 처리 때문에 추가된 내용*/
.sbLeft {
  float: left;
  width: 110px !important;
  padding-left: 4%;
}

.sbLeft > span {
  display: inline-block;
}

.sbRight {
  float: right;
  width: 200px !important;
  padding: 8px 4% 0 0;
}

.sbClear {
  clear: both;
  padding-top: 20px;
}

.optionlist {
  font-size: 15px;
  padding: 5px 0px;
  border-top: 1px dotted #afafaf;
  border-bottom: 1px dotted #afafaf;
  margin-bottom: 5px;
}

/*cart.php 에서 빼냄 */
section .notList {
  border: 1px solid #c7c8ca;
  text-align: center;
  padding: 40px 30px;
}

section .notList img {
  width: 70%;
  max-width: 270px;
}

section .buttonWrap_two {
  width: 100%;
  margin: 0 auto;
}
/* 
section .buttonWrap_two button {
    max-width: 160px;
} */

section #allDelButton {
  display: none;
}

section #orderButton {
  display: none;
}

/* denis ADD */
.opc5 {
  opacity: 0.5;
}

header .header_new .notice_wrap {
  /* top: 20% !important;
    height: 32px !important;
    display: flex !important; */
}

header .header_new .page_name {
  height: 64px !important;
  line-height: 64px !important;
}

.more_section {
  margin: 70px 0 80px 0 !important;
}

header .header_new .page_name + .notice_wrap .notice .icon {
  padding: 7px 0 0 0 !important;
}

.header_new .header_new .notice_wrap {
  /* top: 20% !important; */
}

/* .header_new .header_new .page_name {
    height: 60px !important;
    line-height: 60px !important;
} */

.header_new .header_new {
  height: auto !important;
}

.header_new .header_new .back_button {
  top: 33.5%;
}

section #topSchWrap {
  top: 98px;
}

header#header_new {
  /*height: 102px!important;*/
  /*height: 60px;*/
}

header .header_new .page_name {
  /*height: 60px !important;*/
  /*line-height: 60px !important;*/
}

header .header_new {
  /*height: auto !important;*/
  /*height: 102px;*/
  /*height: 60px;*/
}

header .header_new .back_button {
  top: 40.5%;
}

.Mofam #topSchWrap {
  top: 98px !important;
}

.Mofam .sub_top_menu {
  top: 151px !important;
}

.Mofam .sub_type2 #listParent {
  margin-top: 50px !important;
}

.header_new {
  /* height: auto !important; */
}

section .mw_top {
  padding: 20px 5% 7px 5% !important;
}

.sub_type2 #listParent {
  margin-top: 40px !important;
}
body.linkmarket .sub_type2 #listParent {
  margin-top: 0 !important;
}

.header_new .notice_wrap.unit {
  top: 43% !important;
  /*top: 68% !important;*/
}

/* 아이폰과 동일하게 : 20250601  */
.notice_wrap.basket.unit {
  display: flex;
  flex-direction: column-reverse;
  bottom: 23% !important;
  top: auto !important;
}

section .sub_type2 .sub_top_menu {
  top: 98px !important;
}

.header_new3 .header_new .notice_wrap.unit {
  top: 18% !important;
  gap: 2px;
  right: 0;
  flex-direction: row-reverse;
  right: 3%;
}

#popProdImgView2 .pop_contentWrap .pop_content {
  overflow: scroll;
  height: 550px;
}

.ss-swiper .swiper-wrapper .swiper-slide,
section .sub_top_menu #cate3Swiper.swiper .swiper-wrapper > .swiper-slide {
  padding-bottom: 2px;
}

/* shop list 2 */

.sl2_img {
  position: relative;
  padding-bottom: 100%;
}
.sl2_item a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sl2_item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.sl2_item a:hover img {
  transform: scale(1.1);
}

.subList2 {
  display: flex;
  gap: 15px;
  padding: 10px;
  flex-wrap: wrap;
  row-gap: 25px;
  background: #fff;
}
.subList2 .sl2_item {
  width: calc(50% - 8px);
  font-size: 14px;
}
.sl2_name {
  font-weight: 600;
  padding: 10px 0;
}
.sl2_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sl2_tag {
  width: 100px;
}
.sl2_addr {
  padding-left: 20px;
  display: flex;
  align-items: center;
  img {
    width: 20px;
    margin-right: 5px;
  }
}

/* 위마트 :: 250502*/
article.mo-msg-layer {
  position: fixed;
  z-index: 501;
  display: none;

  &:before {
    z-index: 400;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
  }

  &.full {
    .layer-wrapper {
      max-width: 600px;
      top: 12px;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      width: calc(100% - 24px);

      .layer-contents {
        box-sizing: border-box;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 8px;

        .layer-body {
        }

        .layer-footer {
          padding-top: 16px;
        }
      }
    }
  }

  .layer-body {
    overflow: auto;

    box-sizing: border-box;
    flex: 1;
    min-width: 0;
    min-height: 0;
  }

  .layer-foot-menu {
    display: flex;
    gap: 6px;
    padding-top: 20px;

    .layer-foot-btn {
      border-radius: 4px;
      outline: none;
      width: 100%;
      border: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #bfbfbf;
      height: 34px;
      font-family: "Cafe24Ohsquare";
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      text-decoration: none;

      &.w-120 {
        width: 120px;
      }

      &.bg-green {
        background-color: #4c7a31;
      }
    }
  }
  .layer-footer {
    box-sizing: border-box;
    display: flex;

    .layer-footer-btn {
      outline: none;
      width: 100%;
      border: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #a9a9a9;
      height: 34px;
      font-family: "Cafe24Ohsquare";
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      text-decoration: none;
    }
  }

  .layer-wrapper {
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    margin: 0 auto;
    width: calc(100% - 30px);
    z-index: 401;

    .layer-contents {
      border-radius: 8px;
      padding: 40px 16px 20px;
      animation: showSweetAlert 0.3s;
      will-change: transform;
      background-color: #fff;
    }

    .img-view-list {
      .swiper {
        height: auto;
        background: transparent;
        border: 0;
      }
      .swiper-slide {
        height: auto;
        padding: 0;
        border-radius: 0;
        margin: 0;
        border: 0;
      }

      .item-wrap {
        max-height: 50vh;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
          max-width: 100%;
          max-height: 100%;
          object-fit: contain;
        }
      }
    }

    .alarm-guide-box {
      .guide-head-box {
        padding-bottom: 14px;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
      }
    }

    .alarm-link-box {
      padding-top: 8px;

      .link-input-box {
        display: flex;
        align-items: center;
        gap: 4px;

        .ic {
          flex-shrink: 0;

          &.ic-link {
            background: url("/app/common/img/manage/ic_link.svg") no-repeat
              center / cover;
            width: 18px;
            height: 18px;
          }
        }

        input {
          color: #000;
          width: 100%;
          height: 28px;
          box-sizing: border-box;
          padding: 0 4px;
          font-family: "Cafe24Ohsquare";
          background-color: #fff;
          border-radius: 4px;
          border: 1px solid #999;
          font-size: 14px;
          outline: none;
        }
      }

      .link-txt-box {
        padding-top: 4px;
        font-size: 14px;
        line-height: 20px;
        color: red;
      }
    }

    .textarea-box {
      display: flex;
      flex-direction: column;

      .textarea-note-box {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 4px;
      }

      .textarea-foot-box {
        font-size: 14px;
        line-height: 20px;
        padding-top: 4px;
        color: #215e99;
      }

      textarea {
        resize: none;
        font-family: "Cafe24Ohsquare";
        outline: none;
        width: 100%;
        border: 1px solid #999;
        padding: 8px 8px 8px 8px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        position: relative;
        height: 200px;
        box-sizing: border-box;

        &.small {
          height: 120px;
        }

        &::placeholder {
          color: #878789;
        }
      }
    }

    .history-table-box {
      margin: -10px -10px 0;

      &.scroll {
        max-height: 320px;
        overflow: auto;
      }

      table.history-table {
        width: 100%;
        table-layout: fixed;

        thead {
          tr {
            th {
              color: #82477f;
              height: 24px;
              font-size: 13px;
              line-height: 16px;
              letter-spacing: -0.04em;
              padding: 0 2px;
            }
          }
        }

        tr {
          td {
            vertical-align: middle;
            height: 26px;
            font-size: 13px;
            line-height: 16px;
            letter-spacing: -0.04em;

            padding: 0 2px;
            word-break: break-all;

            .fc-blue {
              color: #215e99;
            }
            &.center {
              text-align: center;
            }

            &.right {
              text-align: right;
            }
          }
        }
      }
    }

    .msg-form-box {
      .form-txt-box {
        color: #595959;
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
        padding-bottom: 20px;
        text-align: center;
      }

      .form-guide-box {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #595959;
      }
      .form-input-box {
        display: flex;
        justify-content: center;

        input {
          width: 100%;
          outline: none;
          flex: 1;
          min-width: 0;
          margin: 0;
          height: 30px;
          border-radius: 4px;
          background-color: #fff;
          border: 1px solid #333;
          font-size: 14px;
          padding: 0 8px;
        }
      }
    }

    .input-box {
      display: flex;

      textarea {
        font-family: "Cafe24Ohsquare";

        outline: none;
        width: 100%;
        border: 1px solid #665d95;
        padding: 8px 32px 8px 8px;
        border-radius: 8px;
        color: #878789;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        position: relative;
        height: 100px;
      }
    }

    .preview-box {
      display: flex;
      justify-content: center;

      .img-box {
        display: flex;
        max-width: 400px;
        /*aspect-ratio: 1/1;*/

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }

    .msg-box {
      text-align: center;

      .view-box {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 8px;

        .ic {
          &.ic-success {
            background: url("/app/common/img/delivery/img_delivery_chk.png")
              no-repeat center / cover;
            aspect-ratio: 1/1;
            width: 52px;
          }
        }

        .view-txt {
          padding-top: 12px;
          font-size: 24px;
          font-weight: 500;
          color: #555;
        }
      }

      .msg-txt {
        font-size: 18px;
        line-height: 24px;
        color: #555;
        letter-spacing: -0.02em;

        &.fc-red {
          color: red;
        }

        .small-txt {
          font-size: 14px;
          line-height: 20px;

          &.fc-red {
            color: red;
          }
        }
      }
    }

    .msn-btn-list {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      gap: 10px;
      padding-top: 30px;

      .msg-btn {
        outline: none;
        border-radius: 8px;
        height: 40px;
        width: 74px;
        font-size: 14px;
        font-weight: 500;
        border: 0;

        &.type-cancel {
          background-color: #efefef;
          color: #555;
        }

        &.type-success {
          background-color: #7cd1f9;
          color: #fff;
        }
      }
    }
  }
}

.weemart_btns {
  display: flex;
  margin-top: 15px;
  align-items: center;
}
.weemart_btns > div {
  flex: 1;
}
.weemart_btns > div + div {
  margin-left: 10px;
}
.weemart_btns > span {
  margin-left: 3px;
  flex-shink: 0;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  background-color: #cf6a70;
  padding: 5px 6px;
  font-size: 12px;
}

.mo-msg-layer .msg-layer-form {
  margin-top: 15px;
}
.mo-msg-layer .title-top {
  background-color: #a6a6a6;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  padding: 8px 20px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
.mo-msg-layer .msg-layer-form-row {
  display: flex;
  gap: 8px;
}
.msg-layer-form-row + .msg-layer-form-row {
  margin-top: 10px;
}
.msg-layer-form-row > div {
  flex: 1;
}
.msg-layer-form-row > div.lbl {
  text-align: right;
  line-height: 28px;
  flex: 0 0 80px;
  font-size: 14px;
  color: #215e99;
}
.radio-normal {
  font-size: 14px;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-right: 10px;
}
.radio-normal > input {
  width: 14px;
  height: 14px;
  margin: 0;
}
.select-normal {
  padding: 0 20px 0 8px;
  border: 1px solid #a6a6a6;
  font-family: Cafe24Ohsquare, sans-serif;
  border-radius: 4px;
  height: 28px;
  background: #fff url("/app/common/img/product/ic_select_arrow.svg") no-repeat
    right 6px center / 10px 6px;
}
input[type="text"].input-normal {
  padding: 0 8px;
  border: 1px solid #a6a6a6;
  font-family: Cafe24Ohsquare, sans-serif;
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  height: 28px;
}
.msg-layer-form .fc-blue {
  color: #215e99;
}
.flex-input-row {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.flex-input-row input[type="text"] {
  flex: 1;
  width: 100%;
}
.mo-msg-layer p {
  font-size: 14px;
  line-height: 1.4;
}
.flex-input-row + p {
  margin-top: 8px;
}

/* 20250810 */
.mo-msg-layer .msg-layer-form-row.type-col {
  flex-direction: column;
  gap: 3px;
}
.mo-msg-layer .msg-layer-form-row.type-col > div.lbl {
  text-align: left;
  flex: 0 0 auto;
}
.mo-msg-layer .option-row {
  display: flex;
  align-items: center;
}
.mo-msg-layer .option-row .lbl {
  flex: 1;
  color: #000;
  font-size: 14px;
}

.swal-content__div input[type="text"] {
  font-family: Cafe24Ohsquare, sans-serif;
}
.swal-button-container button {
  font-family: Cafe24Ohsquare, sans-serif;
}

.main-img-box {
  width: 140px;
  height: 140px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #dcdfe4;
}
.main-img-box img {
  width: 100%;
  height: 100%;
}
.main-img-box .img-file {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.main-img-box .img-file input {
  width: 100%;
  opacity: 0;
}
.main-img-box .img-file::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main-img-detail-list {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.main-img-detail-list > div {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  width: calc((100% - 40px) / 5);
  aspect-ratio: 1 / 1;
}
.main-img-detail-list > div > img {
  height: auto;
}
.main-img-detail-list .btn-del {
  z-index: 13;
  font-size: 0;
  position: absolute;
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("/app/img/banner/btn-main-img-del.png") no-repeat center;
  background-size: 50% auto;
}
.main-img-detail-list .main-img-box .img-file {
}

.icon-weemart-tab01,
.icon-weemart-tab02 {
  position: fixed;
  z-index: 111;
  transition: opacity 0.1s;
  opacity: 1;
}
.icon-weemart-tab01 {
  top: 140px;
  left: 5px;
  width: 25px;
  height: 25px;
}
.icon-weemart-tab02 {
  top: 149px;
  right: 7px;
  width: 32px;
  height: 32px;
}
.icon-weemart-tab01.hide,
.icon-weemart-tab02.hide {
  opacity: 0;
}

/* 탭2  line-height */
#category2Wrap .swiper-slide {
  line-height: 33px !important;
}
#category2Wrap .swiper-slide .cate2-slide-label {
  padding-top: 2px !important;
}

/* 탭 하단영역 수정 :: 250506 */
.cate3_wrap {
  margin-bottom: 6px !important;
}

/* 상품상세 열어보기 수정 :: 250504 */
.product-detail-btns {
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  align-items: center;
  border-radius: 4px;
  height: 32px;
  display: flex;
  background-color: #d9d9d9;
  justify-content: space-between;
  font-size: 14px;
}
.product-detail-btns .pd-btns {
  display: flex;
  gap: 12px;
}
.product-detail-btns .pd-btns img {
  width: 20px;
  height: 20px;
}
.product-detail-btns .pd-btns > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-detail-btns .pd-btns > span strong {
  font-size: 1.2rem;
}
.product-detail-btns .pd-btns > span strong span {
  color: #7f7f7f;
}
.product-detail-btns button {
  font-family: "Cafe24Ohsquare", sans-serif;
}
.product-detail-btns .product-detail-btn {
  letter-spacing: -0.03em;
  height: 100%;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  font-size: 1.5rem;
  display: flex;
  gap: 5px;
  padding: 0;
  align-items: center;
}
.product-detail-btns .product-detail-btn::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: #000 url(/app/common/img/product/icon-product-detail.png)
    no-repeat center;
  background-size: 19px auto;
}

.product-detail-btns.type-photo {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-radius: 0;
}
.product-detail-btns.type-photo .pd-btns {
  gap: 15px;
}
.product-detail-btns.type-photo .pd-btns > span strong {
  color: #fff;
}
.product-detail-btns.type-photo .pd-btns > span strong span {
  color: #b7b7b7;
}
.product-detail-btns.type-photo .product-detail-btn {
  color: #fff;
}
.product-detail-btns.type-photo .product-detail-btn::after {
  background-color: transparent;
}

.msg-timer-alert {
  position: fixed;
  z-index: 500;
  padding: 10px;
  font-size: 1.5em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80%;
  max-width: 80%;
  text-align: center;
  line-height: 1.4;
}

.marquee-item {
  line-height: 30px;
}

.order-list-new {
  margin-top: 12px;
}
.order-list-new > tr {
  display: block;
}
.order-list-new > tr > td {
  display: block;
}
.order-list-new td.notList {
  width: 100%;
  box-sizing: border-box;
}
.order-list-item {
  padding: 10px 6px 6px 6px;
  font-size: 15px;
  color: #000;
  background-color: #f2f2f2;
  border-radius: 6px;
}
.order-list-item > div.tit > .order-list-item-corner-ico {
  flex-shrink: 0;
  margin-left: 6px;
  width: 16px;
  height: 16px;
  line-height: 0;
  align-self: center;
}
.order-list-item > div.tit > .order-list-item-corner-ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order-list-item + .order-list-item {
  margin-top: 10px;
}
.order-list-item > p {
  margin-top: 5px;
}
.order-list-item > div.tit {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.order-list-item > div.tit > p {
  flex: 1;
  min-width: 0;
}
.order-list-item > div.tit > p span + span {
  margin-left: 4px;
}
.order-list-item > div.tit > button {
  font-family: Cafe24Ohsquare;
  margin-top: -1px;
  flex-shrink: 0;
  font-size: 12px;
  height: 19px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #9fd67f;
}
.order-list-item > div.tit + p {
  font-size: 16px;
  line-height: 1.4 !important;
}

.order-list-new .order-list-item .notList {
  border: 0;
}

.order-list-item .fc-blue {
  color: #315f95;
}
.order-list-item .fc-gray {
  color: #8b8b8b;
}
.order-list-item .flex-row {
  padding: 3px;
  background-color: #d6d6d6;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-list-item .order-list-detail-row {
  height: 25px;
  display: flex;
  align-items: stretch;
  gap: 6px;
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}
.order-list-item .order-list-detail-row .order-list-price-strip {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.order-list-item .order-list-detail-row .order-list-detail-btn {
  font-family: Cafe24Ohsquare;
  flex-shrink: 0;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #87b66b;
  padding: 0 10px;
  box-sizing: border-box;
}

.order-list-item .pimg-list {
  overflow: hidden;
  margin: 8px -2.5% 5px;
  padding: 0 2.5%;
  overflow-x: auto;
}
.order-list-item .pimg-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.order-list-item .pimg-list .inner {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
  gap: 10px;
}
.order-list-item .pimg-list img {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 5px;
}

.footer-horizontal-scroll {
  overflow: auto;
  -ms-overflow-style: none; /* IE, Edge */

  .footer-item-wrap {
    padding: 0 8px;
    display: flex;
    gap: 8px;
    width: max-content;
    & > li {
      width: 40vw;
    }
  }
}
.footer-horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.hscroll-box {
  overflow: auto;
  -ms-overflow-style: none; /* IE, Edge */
  cursor: -webkit-grab;
  cursor: grab;
}
.hscroll-box:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.hscroll-box::-webkit-scrollbar {
  display: none;
}

.radio-red {
  position: relative;
  display: flex;
  input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .lbl {
    display: inline-flex;
    color: #333;
    font-size: 15px;
    line-height: 17px;
    gap: 10px;
    &::before {
      content: "";
      flex-shrink: 0;
      margin-top: 2px;
      box-sizing: border-box;
      display: inline-block;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      outline: 1px solid #ccc;
      background-color: #fafafa;
    }
  }
  input:checked + .lbl {
    &::before {
      width: 13px;
      height: 13px;
      outline: 1px solid #b72831;
      background-color: #b72831;
      border: 2px solid #fff;
    }
  }
}

.spinner-wrap {
  display: inline-flex;
  align-items: flex-start;
  width: 100px;
  input {
    flex: 1;
    height: 24px;
    width: 100%;
    text-align: center;
    border: 1px solid #efefef;
    border-left: 0;
    border-right: 0;
    color: #000;
    font-family: "Cafe24Ohsquare", sans-serif;
  }
  button {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border: 0;
  }
  button.btn-m {
    background: url(/app/common/img/section/count_down.jpg) no-repeat
      center/contain;
  }
  button.btn-p {
    background: url(/app/common/img/section/count_up.jpg) no-repeat
      center/contain;
  }
}
