@charset "utf-8";
/**
 * --------------------------------
 * common CSS
 * creator : leejeha
 * --------------------------------
*/

/**********

font, width, height, line-height, border만 : rem 적용
margin, padding, border-radius : px 적용
viewport에 맞춰 변형될 필요가 없는 요소의 경우 : px 적용

**********/

/* float */
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.fn {
  float: none !important;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex-gap-5 {
  display: flex;
  gap: 5px;
}

/* font family */
.roboto {
  font-family: "Roboto", sans-serif;
}
.noto {
  font-family: "NotoSansKR", sans-serif;
}

/* font color */
.color-default {
  color: #666 !important;
}
.color-red {
  color: #ff0000 !important;
}
.color-blue {
  color: #0019ff !important;
}
.color-navy {
  color: #152865 !important;
}
.color-black {
  color: #2e2e2e !important;
}
.color-gray {
  color: #999 !important;
}
.color-white {
  color: #fff !important;
}
.color-green {
  color: #729c10 !important;
}
.color-point {
  color: #EB8576 !important;
}

/* font weight */
.regular {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 600 !important;
}

/* text align */
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}

/* vertical align */
.vt {
  vertical-align: top !important;
}
.vm {
  vertical-align: middle !important;
}
.vb {
  vertical-align: bottom !important;
}

/* margin */
.mt-20 {
  margin-top: 2rem;
}

/* overflow */
.ov-hidden {
  overflow: hidden !important;
}
.ov-scroll {
  overflow: auto !important;
}

/* ellipsis */
.ellipsis {
  display: block !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
.ellipsistwo {
  display: -webkit-box !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* background */
.bg-bluegray {
  background: rgba(21, 40, 101, 5%) !important;
}
.bg-lightgray {
  background: #f5f5f5;
}

/* mobile-hidden */
.pc-hidden {
  display: none !important;
}
.mobile-hidden {
  display: inline-block !important;
}
@media screen and (min-width: 360px) and (max-width: 1260px) {
  .pc-hidden {
    display: block !important;
  }
  .mobile-hidden {
    display: none !important;
}
}
@media (min-width: 900px) {
  .my .mobile-hidden {
    display: block !important;
  }
}

/* 모바일 메뉴 클릭 시 동작 */
body.active {
  overflow: hidden;
}

/* btn */
.btn {
  display: inline-block;
  position: relative;
  height: 4rem;
  padding: 0px 12px;
  background: #fff;
  color: #2e2e2e;
  text-align: center;
  line-height: 3.8rem;
  vertical-align: middle;
  border: 0.1rem solid #999;
  border-radius: 3px;
}
.btn.sub {
  border: 0.1rem solid #ccc;
}
.btn.underline {
  height: auto;
  padding: 0px 0px;
  background-color: transparent;
  line-height: normal;
  border: 0;
  border-radius: 0px;
  text-decoration: underline;
}
.btn.small {
  min-width: 5.2rem;
  height: 5.2rem;
}
.btn.medium {
  min-width: 11rem;
}
.btn.big {
  width: 100%;
  height: 5.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 50px;
  border-color: #555;
}
.btn.circle {
  min-width: 5.2rem;
  height: 5.2rem;
  line-height: 50px;
  border-radius: 50%;
}
.btn.fullnavy {
  background: #5c5c5c;
  color: #fff;
  border-color: #5c5c5c;
}
.btn.fullnavy.big{
  background: #E37363;
  color: #fff;
  border-color: #E37363;
}
.btn.pup{
  background: #E37363;
  color: #fff;
  border-color: #E37363;
}
.btn.fullnavy.auth_code_submit_btn {
  background: #E37363;
  color: #fff;
  border-color: #E37363;
}
.btn.fullpoint {
  background: #5c5c5c;
  color: #fff;
  border-color: #5c5c5c;
}
.btn.fullpoint.My-btn {
  background: #E37363;
  color: #fff;
  border-color: #E37363;
}
.btn.checkOrderButton{
  background: #E37363;
  color: #fff;
  border-color: #E37363;
}
.btn.fullpoint.big{
  background: #E37363;
  color: #fff;
  border-color: #E37363;
}
.btn.pay {
  font-size: 1.8rem;
}
.btn.fullgray {
  background: #5C5C5C;
  color: #fff;
  border: 1px solid #5C5C5C;
}
.btn.fullgreen {
  background: #729c10;
  color: #fff;
  border-color: #729c10;
}
.btn.plus:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 4rem;
  margin-left: -2px;
  margin-right: 3px;
  background: url("../img/common/btn_bg_plus.svg") no-repeat 0 42%;
  vertical-align: middle;
}
.btn.plus {
  font-size: 1.4rem;
  font-weight: 500;
}
.btn.addressSearchBtn{
  background: #5c5c5c;
  color: #fff;
  border-color: #5c5c5c;
}
.btn.arrow {
  width: 24.5rem;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  border: 0.1rem solid #555;
}
.btn.arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/ico_cart_moreproduct.png") no-repeat 0 0;
}
.btn-top {
  display: none;
  position: fixed;
  bottom: 174px;
  right: 60px;
  width: 7.6rem;
  height: 7.6rem;
  z-index: 999;
  transition: all 0.4s ease;
}
.btn-top svg {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.btn-notice {
  color: #999;
  font-size: 1.2rem;
}
.btn-notice:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 4px;
  background: url("../img/common/ico_notice.png") no-repeat 0 0 / 100%;
  vertical-align: bottom;
}
.btn:disabled,
.btn.disabled {
  background: #e3e3e3 !important;
  color: #999 !important;
  border: 0.1rem solid #e3e3e3 !important;
}
.btn-delete {
  background: url("../img/common/btn_value_delete.png") no-repeat 0 0;
}
.link-transparent {
  display: block;
  margin-top: 6px;
  padding-right: 13px;
  color: #999;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
}
.link-transparent:after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  margin-left: 13px;
  background: url("../img/common/ico_navigator.svg") no-repeat 0 0;
}
.btn-back {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 12px;
  margin-left: 8px;
  background: url("../img/common/btn_back.png") no-repeat 0 0 / 100%;
  vertical-align: top;
}
.ht-40 {
  height: 4rem !important;
  line-height: 38px;
}

/* btn-wrap */
.btn-wrap {
  position: relative;
  margin-top: 40px;
  text-align: center;
}
.btn-wrap .btn:not(:first-child) {
  margin-left: 8px;
}
.btn-wrap .btn.big {
  margin-left: 0;
}
.btn-wrap .btn.big:nth-child(2) {
  margin-top: 10px;
}
.btn-wrap + .color-gray {
  margin-top: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.btn-wrap .btn.round {
  width: 100%;
  height: 5.2rem;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  line-height: 50px;
  font-size: 1.8rem;
  border-radius: 30px;
}
.btn-wrap .btn.round:first-child {
  margin-top: 0px;
}
.btn-wrap .btn.round.active {
  background: #fff;
  color: #152865;
  border: 2px solid #152865;
}
.btn.pop-btn{
  background: #E37363;
  color: #fff;
  border-radius: 0;
  width: 73px;
}

/* link-wrap */
.link-wrap {
  margin-top: 24px;
  text-align: center;
}
.link-wrap .btn-line {
  display: inline-block;
  margin-left: 10px;
  color: #555;
  font-size: 1.4rem;
  text-decoration: underline;
}
.link-wrap .btn-line:first-child {
  margin-left: 0;
}
.link-wrap .btn-line::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-left: 10px;
  background-color: #ccc;
  vertical-align: middle;
}
.link-wrap .btn-line:last-child:after {
  width: 0;
  height: 0;
  margin: 0;
}

/* text-error */
.text-error {
  margin-top: 4px;
  color: #ff0000;
  font-size: 1.2rem;
}

/* label required */
label.required:after {
  content: "*";
  display: inline-block;
  color: #ff0000;
  font-size: 1.6rem;
  vertical-align: top;
  padding-left: 4px;
}
label.required.no-pit:after{
  display: none;
}

/* input text, input password, input number, input email, input search */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"] {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  vertical-align: middle;
  border: 1px solid #D1D8DE;
  border-radius: 3px;
  transition: all 0.4s;
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder {
  color: #999;
}
input[type="text"]:first-child,
input[type="password"]:first-child,
input[type="number"]:first-child,
input[type="email"]:first-child,
input[type="search"]:first-child {
  margin-left: 0;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled {
  color: #999;
  background: #f5f5f5;
}
input[type="text"]:read-only,
input[type="password"]:read-only,
input[type="number"]:read-only,
input[type="email"]:read-only,
input[type="search"]:read-only {
  color: #999;
  background: #f5f5f5;
  border-color: #f5f5f5;
  border: 1px solid #D1D8DE;
}
.item-count input[type="text"]:read-only {
  color: #2e2e2e;
  background-color: #fff;
}
.shop .disabled .item-count input[type="text"]:read-only {
  color: #999;
  background-color: #e3e3e3;
}
input[type="number"] {
  font-family: "Roboto", sans-serif;
}
/* webkit */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* input checkbox */
input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
}
.popmain-inner input[type="checkbox"] + span{
  font-size: 1.6rem;
}
input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  min-height: 20px;
  margin-top: 2px;
  margin-right: 16px;
  padding-left: 26px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  vertical-align: bottom;
}
input[type="checkbox"] + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common/form_check.png") no-repeat 0 0;
  background-position-y: 0;
  background-size: 100%;
}
input[type="checkbox"]:checked + span:before {
  background-position-y: -32px;
}
input[type="checkbox"]:disabled + span:before {
  background-position-y: -64px;
}
input[type="checkbox"]:checked:disabled + span:before {
  background-position-y: -96px;
}
input[type="checkbox"]:disabled + span,
input[type="checkbox"]:checked:disabled + span {
  cursor: default;
}

/* input radio */
input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
}
input[type="radio"] + span {
  display: inline-block;
  position: relative;
  min-height: 20px;
  margin-right: 30px;
  padding-left: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  vertical-align: top;
}
input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common/form_radio.png") no-repeat 0 0;
  background-position-y: 0;
  background-size: 100%;
}
input[type="radio"]:checked + span:before {
  background-position-y: -32px;
}
input[type="radio"]:disabled + span:before {
  background-position-y: -64px;
}
input[type="radio"]:checked:disabled + span:before {
  background-position-y: -96px;
}
input[type="radio"]:disabled + span,
input[type="radio"]:checked:disabled + span {
  cursor: default;
}

/* input button */
input[type="button"] {
  cursor: pointer;
}

/* select */
.custom-select {
  width: 100%;
  position: relative;
}

.custom-select select {
  display: none;
}

.selected-item {
  position: relative;
  height: 3.2rem;
  padding: 6px 24px 6px 12px;
  font-size: 1.3rem;
  border: 1px solid #D1D8DE;
  background: #fff;
  color: #666;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  z-index: 99;
}

.selected-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("../img/common/btn_arrow_order.png");
  color: #666;
  transition: 0.5s;
}

.arrowanim.selected-item:after {
  transform: rotate(180deg);
}

.item {
  background: #fff;
  padding: 0.6rem 1.6rem;
  color: #666;
  font-size: 1.3rem;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
}

.item:hover {
  background: #E37363;
  color: #fff;
}

.all-items {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 4px;
  background: #fff;
  border: 1px solid #E37363;
  box-sizing: border-box;
  z-index: 100;
}

.all-items-hide {
  display: none;
}




/* select */
select::-ms-expand {
  display: none;
}
.select {
  display: inline-block;
  position: relative;
  min-width: 8.4rem;
  height: 4rem;
  margin-left: 12px;
}
.select-flex {
  display: flex;
  gap: 1rem;
}
.select-flex.input-select{
  gap: .5rem;
}
.select-flex .select{
  margin-bottom: 5rem !important;
}
.select-flex.input-select .select{
  margin-bottom: 0 !important;
}
.select-flex .select:before{
  top: 29px;
}
.select-flex.input-select .select:before{
  top: 6px;
}
.select-flex .select p{
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.select:first-child {
  margin-left: 0;
}
.select:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 32px;
  height: 32px;
  margin-top: -1px;
  background: url("../img/common/form_select.svg") no-repeat center;
  z-index: 1;
}
.select select {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 30px;
  background: transparent;
  border: 1px solid #999;
  border-radius: 3px;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}
.select select:disabled {
  background-color: #f0f0f0;
}

/* textarea */
textarea {
  width: 100%;
  height: 22rem;
  padding: 10px;
  color: #999;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  resize: none;
  overflow-y: auto;
}
textarea:disabled {
  background: #ddd;
}
.select-delimemo + textarea {
  height: 10rem;
}

/* tab */
.tab .tab-list {
  position: relative;
  padding-bottom: 16px;
}
.tab .tab-list:after {
  content: "";
  display: block;
  clear: both;
}
.tab .tab-list a {
  display: block;
  float: left;
  height: 4rem;
  line-height: 3.8rem;
  margin-left: 8px;
  padding: 0 16px;
  background-color: #fff;
  color: #999;
  font-size: 1.6rem;
  border-radius: 30px;
  border: 0.1rem solid #b2b2b2;
  transition: all 0.2s;
}
.tab .tab-list a:first-child {
  margin-left: 0;
}
.tab .tab-list a.active {
  background-color: #152865;
  color: #fff;
  border: 0.1rem solid #152865;
}
.tab .tab-cont > div {
  visibility: hidden !important;
  height: 0 !important;
}
.tab .tab-cont > div.active {
  visibility: visible !important;
  height: auto !important;
}

.rectangle .tab-list a {
  display: block;
  float: left;
  width: 50%;
  height: 4.8rem;
  line-height: 46px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #f5f5f5;
  text-align: center;
  color: #999;
  font-size: 1.6rem;
  border-radius: 0px;
  border: 0.1rem solid;
  border-color: #e1e1e1;
  border-bottom-color: #8f8f8f;
}
.rectangle .tab-list a.active {
  background-color: #fff;
  color: #333333;
  border-color: #8f8f8f;
  border-bottom-color: #fff;
}
.my .rectangle .tab-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 47px;
  left: 379px;
  width: calc(100% - 380px);
  height: 1px;
  padding-bottom: 0;
  border-bottom: 0.1rem solid #8f8f8f;
}
.my .rectangle .tab-list a {
  width: 19rem;
}
.rectangle .text-timer {
  display: inline-block;
  margin-left: 5px;
  color: #555;
  font-size: 1.5rem;
  vertical-align: middle;
}
.find-account .tab-list {
  margin-bottom: 16px;
}
.find-account .btn-notice {
  padding-bottom: 6px;
}

/* table-box */
.h2-title + .table-box {
  margin-top: 24px;
}
.table-box .title-area {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.cart-main .table-box .title-area {
  padding: 20px 28px;
  background: #F5F5F5;
}
.table-box .total {
  float: left;
  margin-top: 18px;
}
.table-box .total span {
  color: #2e2e2e;
  font-size: 1.4rem;
  font-weight: 400;
}
.table-box .total span em {
  color: #152865;
  font-weight: 500;
}
.table-box .search-area {
  float: right;
}
.table-box .search-area input {
  width: 24rem;
}
.table-box .search-area .btn {
  padding: 0 20px;
}
.row-sum {
  background: rgba(21, 40, 101, 8%) !important;
}

/* grid */
.grid {
  position: relative;
  text-align: left;
}
.grid th {
  background: #f5f5f5;
}
.grid thead th {
  padding: 12px 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  border-top: 0.1rem solid #ccc;
}
.grid tbody th {
  padding: 10px 20px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  border-bottom: 0.1rem solid #e1e1e1;
  vertical-align: top;
}
.grid tbody td {
  padding: 10px 20px;
  background: #fff;
  font-size: 1.4rem;
  vertical-align: top;
  border-bottom: 1px solid #e1e1e1;
  word-break: break-word;
}
.grid tbody tr td.no-data {
  padding: 80px 0;
  text-align: center;
  border-bottom: 0.1rem solid #e1e1e1;
}
.grid tfoot td {
  padding: 15px 5px;
  background: #f9f9f9;
  color: #666;
  font-size: 14px;
  vertical-align: middle;
  line-height: 20px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.grid input[type="checkbox"] + span {
  margin: 0;
}
.grid a:not(.btn):hover {
  color: #213b91;
}
.grid .txt-black {
  color: #111;
  font-weight: 500;
}

/* paging */
.paging {
  margin-top: 40px;
  text-align: center;
}
.paging button {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background-color: #fff;
  background-repeat: no-repeat;
  color: #2e2e2e;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 3px;
}
.paging button:last-child {
  margin-right: 0;
}
.paging button.active {
  background-color: #152865;
  color: #fff;
}
.paging .prev,
.paging .next {
  margin-right: 6px;
  background-image: url("../img/common/bg_paging.png");
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.paging .prev.start:disabled {
  background-position: -2px -2px;
}
.paging .prev:disabled {
  background-position: -2px -75px;
}
.paging .prev.start {
  background-position: -2px -39px;
}
.paging .prev {
  background-position: -2px -112px;
}
.paging .next {
  background-position: 92% -113px;
}
.paging .next.end {
  background-position: 92% -39px;
}
.paging .next:disabled {
  background-position: 92% -75px;
}
.paging .next.end:disabled {
  background-position: 92% -2px;
}

/* gridlist-area */
.gridlist-area .gridhead {
  display: table;
  width: 100%;
  background: #f5f5f5;
  border-top: 0.1rem solid #e1e1e1;
  overflow: hidden;
}
.gridlist-area .gridhead li {
  padding: 12px 10px;
  font-size: 1.8rem;
}
.gridlist-area .gridhead .col.number,
.gridlist-area .gridhead .col.date {
  font-family: "NotoSansKR", sans-serif;
}
.gridlist-area .gridhead .col {
  word-break: keep-all;
}
.gridlist-area .gridbody .col-box {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  border-bottom: 0.1rem solid #e1e1e1;
}
.gridlist-area .gridbody .col-box.disabled *:not(.mark, .btn, .text-disabled),
.gridlist-area .gridbody .col-box.disabled .total-price .text-title {
  color: #999 !important;
}
.gridlist-area .gridbody .col-box.linethrough .txt-value {
  text-decoration: line-through;
}
.cont-fluid
  .gridbody
  .col-box.linethrough
  .amount
  .txt-value.color-gray
  > span {
  text-decoration: none;
}
.gridlist-area .gridbody .col {
  padding: 12px 10px;
  font-size: 1.6rem;
}
.gridlist-area .col {
  display: table-cell;
  position: relative;
  width: 100%;
}
.gridlist-area .col.check {
  width: 5%;
  min-width: 60px;
}
.gridlist-area .col.check label {
  vertical-align: top;
}
.gridlist-area .col.number {
  width: 9.5%;
  min-width: 114px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.gridlist-area .col.status {
  width: 11.7%;
  min-width: 140px;
}
.gridlist-area .col.status.wating {
  color: #152865;
}
.gridlist-area .col.status.wating + .col.title {
  font-weight: 500;
}
.gridlist-area .col.title {
  width: auto;
  text-align: left;
}
.gridlist-area .col.title > a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.gridlist-area .col.date {
  width: 16.7%;
  min-width: 200px;
  font-family: "Roboto", sans-serif;
}
.gridlist-area .col2 .ch {
  width: 100px;
  padding: 12px 16px;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  text-align: left;
  line-height: 1.2;
}
.gridlist-area .col2 .cd {
  width: calc(100% - 140px);
  padding: 12px 24px 12px 16px;
  text-align: left;
  vertical-align: middle;
}
.gridlist-area .col2 .cd .select {
  width: 28rem;
}
.gridlist-area .col2 .txt-small {
  font-size: 1.4rem;
}
.gridlist-area .gridbody li > .editbox {
  margin-bottom: 0;
  border-top: none;
}
.info-p {
  font-size: 1.4rem;
  color: #666;
}
/* fengyuanchen date picker icon */
.input-group {
  display: flex;
  align-items: center;
  height: auto;
}
.input-group label {
  position: relative;
  /* width: 140px; */
}
.input-group label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.8rem;
  transform: translateY(-50%);
  height: 3.8rem;
  background: url("../img/common/datepicker.png") no-repeat 0 0 /100%;
  cursor: pointer;
}
.input-group label input {
  width: 100% !important;
  padding-right: 30px;
}
.input-group .daterange {
  width: 100px;
}
.input-group + .btn {
  margin-left: 4px;
}
.no-data{
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.6rem;
}

/* hyppen */
.hyppen {
  display: inline-block;
  margin: 0 5px;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.hyppen.date {
  width: 10px;
  height: auto;
}

/**
* --------------------------------
* layout
* --------------------------------
*/

/***** layout - container, wrap *****/
#wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
#wrap:after {
  content: "";
  display: block;
  clear: both;
}
#wrap .visual-title {
  position: relative;
  width: 100%;
  height: 24rem;
} /*상단배경타이틀영역*/
#wrap .visual-title.faq {
  background: url("../img/view/customer/bg_faq.png") no-repeat left 0 / cover;
}
#wrap .visual-title .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24rem;
  background-color: rgba(0, 0, 0, 50%);
}
#wrap .visual-title .bg-overlay .bg-title {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
#wrap .visual-title .bg-overlay .bg-title strong {
  display: block;
  color: #fff;
  font-size: 5.2rem;
  font-weight: 500;
}
#wrap .visual-title .bg-overlay .bg-title span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
#wrap .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
section {
  position: relative;
  width: 100%;
  min-width: 120rem;
  z-index: 1;
}
section .inner {
  position: relative;
  width: 120rem;
  min-width: 120rem;
  margin: 0 auto;
}
section .text-sub > span {
  display: block;
}
.section-wrap {
  padding-top: 150px;
  margin-bottom: 110px;
}
.section-wrap::after {
  content: "";
  display: block;
  clear: both;
}

/***** header *****/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-bottom: 0.1rem solid #e1e1e1;
  transition: top 0.2s ease;
  z-index: 2;
}
.header.head-up {
  top: -74px;
  border-bottom: 0;
  box-shadow: 0px 3px 6px rgba(213, 213, 213, 1);
}
header {
  padding: 0 40px;
}
header::after {
  content: "";
  display: block;
  clear: both;
}
header .logo {
  width: 20.5rem;
  height: 3rem;
}
header .logo img {
  width: 100%;
  height: 100%;
}
header .searchbox .btn-search {
  display: block;
  position: absolute;
  top: 9px;
  right: 20px;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/common/btn_search.png") no-repeat 0 0 / 100%;
}

/* header type */
.type_a {
  background-color: #fff;
  transition: all 0.4s;
}
/* .type_a .area-logo{background-color:pink;}
.type_a .area-nav{background-color:yellow;} */
.type_a.active .area-nav .box-category {
  top: 80px;
}
.type_a .area-logo::after {
  content: "";
  display: block;
  clear: both;
}
.type_a .area-logo h1 {
  display: block;
  float: left;
  margin-top: 30px;
  margin-bottom: 15px;
}
.type_a .user-menu > li:nth-child(2):before,
.type_a .user-menu > li:nth-child(3):before,
.type_b .user-menu > li:nth-child(5):before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 0.1rem;
  height: 1rem;
  background: #ccc;
}
.type_a .navbar .searchbox {
  position: relative;
  width: 40rem;
  height: 5.2rem;
  margin-right: 7px;
  border: 0.1rem solid #b2b2b2;
  border-radius: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.type_a .navbar .searchbox.active {
  border: 0.1rem solid #2e2e2e;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
}
.type_a .navbar .searchbox input {
  width: calc(100% - 60px);
  height: 100%;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 0;
  font-size: 1.6rem;
  border-radius: 60px;
  border: none;
}
.type_a .btn-category {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  vertical-align: middle;
  cursor: pointer;
}
.type_a .btn-category::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/common/btn_category.png") no-repeat -4px 0;
}
.type_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  padding-top: 14px;
  background-color: transparent;
  z-index: 1;
}
.type_b.active {
  background-color: #fff;
}
.type_b .area-nav {
  float: left;
}
.type_b h1 {
  padding-top: 18px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.type_b .searchbox {
  position: relative;
  width: 35rem;
  height: 5.2rem;
  margin-right: 16px;
  background: transparent;
  border: 0.1rem solid #f5f5f5;
  border-radius: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.type_b .searchbox.active {
  border: 0.1rem solid #2e2e2e;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
}
.type_b .searchbox input {
  width: calc(100% - 60px);
  height: 100%;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 0;
  background: transparent;
  font-size: 1.6rem;
  border-radius: 60px;
  border: none;
}
.type_b .searchbox .btn-search {
  display: block;
  position: absolute;
  top: 9px;
  right: 20px;
  width: 3.2rem;
  height: 3.2rem;
  background: url("../img/common/btn_search.png") no-repeat 0 0;
}
.type_b .user-menu {
  padding: 20px 0;
}

/* header common */
.user-menu {
  float: right;
  margin-top: 30px;
}
.user-menu > li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.user-menu > li > a {
  display: block;
  padding: 7px 0px 7px 12px;
  color: #555;
  font-size: 1.4rem;
}
/*삭제금지 .user-menu > li > .link-myoffice{color:#2e2e2e;font-weight:500;} */

.user-menu > li > a:hover,
.user-menu > li > a.active {
  color: #1439b1;
}
.etc_menu li > a.active + .box-mymenu {
  display: block;
}
.etc_menu .box-mymenu {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 16rem;
  height: 21rem;
  padding: 10px 15px;
  background-color: #fff;
  color: #090808;
  font-size: 1.2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
  border-radius: 3px;
  z-index: 2;
}
.user-menu .box-mymenu .user-info p {
  margin-bottom: 5px;
}
.user-menu .box-mymenu .user-info p::after {
  content: "";
  display: block;
  clear: both;
}
.user-menu .box-mymenu .user-info > .user-point {
  margin-top: 16px;
}
.user-menu .box-mymenu .user-info .username {
  font-size: 1.4rem;
  font-weight: 400;
}
.user-menu .box-mymenu .user-info .username > span {
  font-weight: 600;
}
.etc_menu .box-mymenu .user-info .user-rank {
  display: block;
  float: right;
  width: 4.8rem;
  height: 1.6rem;
  margin-top: 2px;
  line-height: 1.6rem;
  background-color: #f5f5f5;
  text-align: center;
}
.user-menu .box-mymenu .user-info .user-point {
  color: #999;
  font-size: 1.2rem;
}
.user-menu .box-mymenu .user-info .user-point span {
  color: #090808;
}
.user-menu .box-mymenu .list-sublink {
  margin-top: 16px;
}
.etc_menu .box-mymenu .list-sublink a {
  display: block;
  padding: 4px 0;
  font-size: 1.2rem;
  text-align: left;
  border-top: 0.1rem solid #e1e1e1;
}
.etc_menu .box-mymenu .list-sublink a:hover {
  color: #1439b1;
}
/* 삭제금지 .user-menu .list-customer .list-gray{display:none;position:absolute;top:40px;left:3px;width:12rem;height:auto;padding-top:5px;padding-bottom:5px;background-color:#fff;box-shadow:0px 3px 6px rgba(0,0,0, 16%);border-radius:3px; z-index:2;}
.user-menu .list-customer .list-gray li a{width:100%;background-color:#fff;padding:5px 15px;font-size:1.4rem;}
.user-menu .list-customer .list-gray li:hover a{background-color:#F5F5F5;}
.user-menu .list-customer:hover .list-gray{display:block;} */
.area-nav .navbar ul::after {
  content: "";
  display: block;
  clear: both;
}
.area-nav .navbar > ul > li {
  position: relative;
  float: left;
  margin-right: 5px;
}
.area-nav .navbar > ul > li:last-child {
  margin-right: 0px;
}
.area-nav .navbar .list-gnbmenu {
  float: left;
}
.area-nav .navbar .list-gnbmenu > li > a {
  display: block;
  padding: 22px 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
}
.area-nav .navbar .list-gnbmenu .inner-menu {
  display: none;
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  padding: 30px 15px;
  background-color: #fff;
  letter-spacing: -0.07em;
  z-index: 9999;
}
.area-nav .navbar .list-gnbmenu .inner-menu li > a {
  display: block;
  padding-bottom: 15px;
  color: #999999;
  font-size: 1.6rem;
  text-align: left;
  line-height: 24px;
}
.area-nav .navbar .list-gnbmenu .inner-menu li > a:hover {
  color: #2e2e2e;
}
.area-nav .navbar .list-submenu {
  float: right;
  margin-top: 14px;
}
.area-nav .navbar .btn-cart {
  display: block;
  position: relative;
  width: 5.2rem;
  height: 5.2rem;
  background: #152865 url("../img/common/bg_cart.png") no-repeat 11px 14px /
    32px;
  border-radius: 50%;
  transition: all 0.4s;
}
.area-nav .navbar .btn-cart:after {
  content: "";
  display: block;
  clear: both;
}
.area-nav .navbar .btn-cart > em {
  display: block;
  position: absolute;
  top: -2px;
  left: 32px;
  width: 3.2rem;
  height: 1.8rem;
}
.area-nav .navbar .btn-cart > em > span {
  display: inline-block;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 6px;
  background: #e34d59;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 16%);
  border-radius: 16px;
}
.area-nav .navbar .dropdown {
  float: left;
}
.area-nav .navbar > .list-gnbmenu {
  float: left;
}
.area-nav .navbar .dropdown .btn-category {
  display: inline-block;
  position: relative;
  padding: 22px 30px 22px 35px;
  font-size: 2rem;
  font-weight: 600;
}
.area-nav .dropdown .box-category {
  display: none;
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  min-width: 1200px;
  padding: 0 36px;
  background: #fff;
  transition: all 0.4s;
  z-index: 9997;
}
.area-nav .dropdown .box-category:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 260px;
  width: 0.1rem;
  height: 100%;
  background: #e1e1e1 repeat-y;
}
.area-nav .dropdown .box-category.show {
  display: block;
}
.type_b .area-nav .dropdown .box-category {
  top: 100px;
}
.type_b .area-nav .navbar .dropdown:hover .btn-category:before,
.type_b .area-nav .navbar .list-gnbmenu > li > a:hover:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 78px);
  height: 1px;
  background: #000;
}
.area-nav .box-category .col {
  float: left;
  padding-top: 16px;
  padding-bottom: 58px;
}
.area-nav .box-category .col li {
  margin-bottom: 4px;
}
.area-nav .box-category .col li a {
  display: block;
  position: relative;
  height: 3.2rem;
  padding: 0px 30px;
  color: #999;
  font-size: 1.6rem;
  line-height: 32px;
}
.area-nav .box-category .col li a:hover,
.area-nav .box-category .col li.active a {
  color: #2e2e2e;
}
.area-nav .box-category .col.depth1 {
  width: 22.5rem;
}
.area-nav .box-category .col.depth1 li a:after {
  content: "";
  display: none;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: middle;
  margin-top: -3px;
  background: url("../img/common/bg_arrow.png") no-repeat 0 0;
}
.area-nav .box-category .col.depth1 li.active a:after,
.area-nav .box-category .col.depth1 li:hover a:after {
  display: inline-block;
}
.area-nav .box-category .col.menu-content > ul {
  display: none;
}
.area-nav .box-category .col.menu-content > ul.active {
  display: block;
}
.area-nav .box-category .col.thumb {
  float: right;
  padding-right: 84px;
}
.area-nav .navbar .list-gnbmenu > li:hover a + * {
  display: block;
  opacity: 1;
  height: auto;
}
.mo-fixed-search {
  display: none;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 60px;
  padding-right: 16px;
  padding-left: 8px;
  background-color: #fff;
  transition: right 0.4s ease;
  z-index: 999;
}
.mo-fixed-search.open {
  right: 0;
}
.mo-fixed-search > * {
  display: inline-block;
}
.mo-fixed-search .searchbox {
  width: calc(100% - 64px);
  height: 40px;
  margin-top: 10px;
  margin-left: 37px;
  background-color: #fff;
  border-radius: 60px;
  border: 0.1rem solid #b2b2b2;
}
.mo-fixed-search .searchbox input {
  width: 85%;
  border: 0;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}
.mo-fixed-search .searchbox .btn-search {
  top: 13px;
  right: 26px;
}
.area-nav .btn-hamburger {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/common/btn_hamburger.png") no-repeat 4px 1px / 100%;
}

/***** footer *****/
footer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-top: 0.1rem solid #2e2e2e;
}
footer .area-link {
  position: relative;
  padding: 0 40px;
  border-bottom: 0.1rem solid #ccc;
}
footer .area-link::after {
  content: "";
  display: block;
  clear: both;
}
footer .area-link .list-link {
  position: relative;
  float: left;
  padding-left: 206px;
  z-index: 0;
}
footer .area-link .list-link > li {
  float: left;
}
footer .area-link .list-link > li > a {
  display: block;
  padding: 28px 12px;
  font-size: 1.6rem;
}
footer .area-link .logo {
  position: absolute;
  top: 25px;
  left: 40px;
  width: 20.5rem;
  height: 3rem;
  z-index: 1;
  overflow: hidden;
}
footer .area-link .logo img {
  width: 100%;
  height: 100%;
}
footer .area-info {
  position: relative;
  padding: 30px 40px 54px;
}
footer .area-info .info-consult {
  margin-bottom: 46px;
}
footer .area-info .info-consult > div {
  float: left;
}
footer .area-info .info-consult > div:first-child {
  margin-right: 122px;
}
footer .area-info .info-consult .col-consult strong {
  font-size: 1.6rem;
  font-weight: 400;
}
footer .area-info .info-consult .col-consult .link-consult {
  margin-top: 12px;
}
footer .area-info .info-consult .col-consult .link-consult a {
  color: #555;
  font-size: 2.4rem;
  font-weight: 500;
}
footer .area-info .info-consult .col-consult .link-consult span {
  display: inline-block;
  margin-left: 6px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
}
footer .area-info .info-company p > * {
  display: inline-block;
  margin-right: 16px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
}
footer .area-info .info-company p > .text-secondary {
  display: block;
  margin-top: 4px;
}
footer .right-cont {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 1;
}
footer .list-certi {
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}
footer .list-certi li {
  width: 4.6rem;
  margin-left: 24px;
  height: auto;
}
footer .list-certi li img {
  width: 100%;
  max-width: 100%;
  max-height: auto;
}
footer .list-barbanner {
  display: flex;
  justify-content: end;
  align-items: baseline;
}
footer .list-barbanner li {
  margin-left: 24px;
}
footer .list-barbanner a {
  width: 11.2rem;
}
footer .list-barbanner a img {
  width: 100%;
}
footer .copyright {
  position: absolute;
  bottom: 26px;
  left: 40px;
  color: #999;
  font-size: 1.2rem;
}
/* sidemenu */
.sidemenu {
  display: none;
}

.btn-arrow-r {
  position: relative;
  padding-right: 20px !important;
}
.btn-arrow-r:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background: url("../img/common/ico-arrow-right-wh.svg") no-repeat center;
}

@media screen and (min-width: 1261px) and (max-width: 1540px) {
  .btn-top {
    bottom: 200px;
    right: 12px;
  }
}
@media screen and (min-width: 360px) and (max-width: 1260px) {
  /* btn */
  .btn.big {
    min-width: 100%;
    width: 100%;
  }
  .btn-top {
    bottom: 70px;
    right: 12px;
    width: 4.6rem;
    height: 4.6rem;
    z-index: 99;
  }

  /* btn-wrap */
  .btn-wrap {
    margin-top: 24px;
  }

  /* input */
  input[type="checkbox"] + span {
    font-size: 1.4rem;
  }

  /***** header *****/
  header {
    padding: 0 16px;
  }
  header .area-logo {
    float: left;
  }
  header .logo {
    width: 205px;
    height: 30px;
  }
  header .area-nav {
    float: right;
    margin-top: 14px;
  }
  header .user-menu,
  .area-nav .navbar .dropdown,
  .area-nav .navbar .list-gnbmenu,
  .list-submenu input {
    display: none;
    float: none;
  }
  .area-nav .btn-hamburger {
    display: block;
  }
  .area-nav .navbar > ul > li {
    margin-right: 10px;
  }
  .area-nav .navbar .list-submenu {
    float: left;
    margin-top: 2px;
    margin-right: 8px;
    padding-right: 0;
  }
  .area-nav .navbar .btn-cart {
    width: 2.8rem;
    height: 2.8rem;
    background: #fff url("../img/common/bg_cart.png") no-repeat -1px -35px /
      28px;
    border-radius: 0;
  }
  .area-nav .navbar .btn-cart > em {
    left: 12px;
    width: 2.6rem;
  }
  .area-nav .navbar .btn-cart > em > span {
    min-width: 1.6rem;
    height: 1.6rem;
    line-height: 16px;
    padding: 0 4px;
  }
  .type_a .navbar .searchbox {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0px;
    background-color: #fff;
    border-radius: 0;
    border: 0;
  }
  .type_a .navbar .searchbox .btn-search {
    position: static;
    top: 0;
    right: 0;
    width: 2.8rem;
    height: 2.8rem;
  }
  .type_a .area-logo h1 {
    margin-top: 15px;
  }
  .mo-title-nav {
    display: block;
  }
  .mo-fixed-search {
    display: block;
  }

  footer .area-link {
    padding: 0;
    border-bottom: 0;
  }
  footer .area-link .list-link {
    float: none;
    padding: 6px 0;
    text-align: center;
    border-bottom: 0.1rem solid #ccc;
  }
  footer .area-link .list-link > li {
    float: none;
    display: inline-block;
  }
  footer .area-link .list-link > li > a {
    padding: 6px 12px;
    font-size: 1.3rem;
  }
  footer .area-link .logo {
    position: static;
    top: unset;
    left: unset;
    width: 20.5rem;
    height: 3rem;
    margin: 16px auto auto;
    padding-left: 0;
  }
  footer .area-info {
    padding: 16px;
  }
  footer .area-info .info-consult {
    margin-bottom: 12px;
  }
  footer .area-info .info-consult > div {
    float: none;
  }
  footer .area-info .info-consult > div:first-child {
    margin-right: 0;
  }
  footer .area-info .info-consult .col-consult {
    text-align: center;
  }
  footer .area-info .info-consult .col-consult .link-consult {
    margin-top: 2px;
  }
  footer .area-info .info-consult .col-consult strong {
    color: #999;
    font-size: 1.3rem;
  }
  footer .area-info .info-consult .col-consult .link-consult {
    display: inline-block;
  }
  footer .area-info .info-consult .col-consult .link-consult a,
  footer .area-info .info-consult .col-consult .link-consult span {
    font-size: 1.3rem;
    margin-left: 4px;
  }
  footer .area-info .info-company p {
    text-align: center;
  }
  footer .area-info .info-company p > * {
    display: inline-block;
    margin-right: 8px;
    color: #999;
    font-size: 1.3rem;
    word-break: keep-all;
  }

  footer .right-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    top: unset;
    right: 0;
    margin-top: 22px;
    margin-bottom: 22px;
  }
  footer .right-cont > ul {
    justify-content: center;
    flex-basis: 100%;
    max-width: 100%;
  }
  footer .list-certi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 18px;
  }
  footer .list-certi li {
    width: 3.6rem;
    margin: 8px 10px;
    height: auto;
  }

  footer .list-certi li img {
    width: 100%;
    max-width: 100%;
  }
  footer .list-barbanner {
    display: flex;
    align-items: baseline;
  }
  footer .list-barbanner li {
    margin-left: 24px;
  }
  footer .list-barbanner a {
    width: 11.2rem;
  }
  footer .list-barbanner a img {
    width: 100%;
  }
  footer .copyright {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
    color: #999;
    font-size: 1.2rem;
  }

  /***** sidemenu *****/
  .sidemenu {
    display: block;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transition: right 0.3s ease;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 9999;
  }
  .sidemenu.open {
    right: 0;
    overflow-y: auto;
  }

  .sidemenu .until-head {
    height: auto;
    padding: 16px;
    background-color: #152865;
  }
  .sidemenu .until-head .btn-wrap-login {
    padding: 10px 0 4px;
    text-align: center;
  }
  .sidemenu .until-head .btn-wrap-login .btn {
    height: 4rem;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .sidemenu .until-head .btn-wrap-login .text-sub {
    color: #fff;
    font-size: 1.4rem;
  }
  .sidemenu .until-head ul {
    float: left;
  }
  .sidemenu .until-head .user-info > li:first-child {
    margin-bottom: 4px;
  }
  .sidemenu .until-head .user-name {
    color: #fff;
    font-size: 1.6rem;
  }
  .sidemenu .until-head .user-name strong {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .sidemenu .until-head .user-rank {
    display: inline-block;
    width: 4.7rem;
    height: 2.1rem;
    margin-top: 3px;
    margin-left: 16px;
    background-color: #fff;
    color: #152865;
    font-size: 1.2rem;
    line-height: 19px;
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
  }
  .sidemenu .until-head .user-number {
    color: rgba(256, 256, 256, 80%);
    font-size: 1.5rem;
  }
  .sidemenu .until-head .user-point {
    margin-top: 12px;
    margin-bottom: 16px;
  }
  .sidemenu .until-head .user-point > span {
    display: inline-block;
  }
  .sidemenu .until-head .user-point .text-title {
    margin-right: 8px;
    color: rgba(256, 256, 256, 60%);
    font-size: 1.4rem;
    font-weight: 400;
  }
  .sidemenu .until-head .user-point .point {
    color: rgba(256, 256, 256, 80%);
    font-size: 1.5rem;
  }
  .sidemenu .until-head .user-point .point strong {
    font-weight: 400;
  }
  .sidemenu .until-head .user-menu {
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
  }
  .sidemenu .until-head .user-menu > li {
    float: left;
    position: relative;
    width: 33.3%;
    height: 4.8rem;
    line-height: 46px;
    text-align: center;
  }
  .sidemenu .until-head .user-menu li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    width: 1px;
    height: 13px;
    background-color: #ccc;
  }
  .sidemenu .until-head .user-menu li a {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .sidemenu .until-head .user-menu li a .ico-count {
    display: inline-block;
    min-width: 1.8rem;
    height: 1.8rem;
    padding: 0 6px;
    background: #e34d59;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    line-height: 18px;
    border-radius: 16px;
  }

  .sidemenu .util-container {
    position: relative;
    width: 100%;
    height: auto;
    min-height: calc(100% - 220px);
    background-color: #fff;
  }
  .sidemenu .tab .tab-list {
    padding-bottom: 0;
    background-color: #f5f5f5;
  }
  .sidemenu .tab .tab-list a {
    width: 33.3333%;
    height: 4.4rem;
    line-height: 42px;
    margin-left: 0;
    padding: 0;
    text-align: center;
    background-color: #f5f5f5;
    color: #999;
    border-radius: 0;
    border: 0;
  }
  .sidemenu .tab .tab-list a.active {
    background-color: #fff;
    color: #2e2e2e;
  }
  .sidemenu .tab .tab-cont > div * {
    visibility: hidden !important;
    height: 0 !important;
  }
  .sidemenu .tab .tab-cont > div.active * {
    visibility: visible !important;
    height: auto !important;
  }
  /* 2023.08.22 이제하 수정(list-myoffice 삭제; list-category로 통일) */
  .sidemenu .tab .list-category > li {
    height: 4.4rem;
    line-height: normal;
    border-bottom: 0.1rem solid #e1e1e1;
  }
  .sidemenu .tab .list-category > li > a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 32px;
    color: #444;
    font-size: 1.5rem;
  }
  .sidemenu .tab .list-category > li:last-child {
    border-bottom: 0;
  }
  .sidemenu .tab .list-category > li {
    position: relative;
  }
  .sidemenu .tab .list-category > li.active::after {
    transform: rotate(180deg);
  }
  .sidemenu .tab .list-category > li .lnb-submenu {
    display: none;
    background-color: #f5f5f5;
    transition: all 0.4s;
  }
  .sidemenu .tab .list-category > li.active .lnb-submenu {
    display: block;
  }
  .sidemenu .tab .list-category > li .lnb-submenu li {
    display: inline-block;
    width: 49.5%;
    padding-left: 32px;
    text-align: left;
  }
  .sidemenu .tab .list-category > li .lnb-submenu li a {
    display: block;
    padding: 12px 0;
    color: #555;
    font-size: 1.4rem;
  }
  .sidemenu .tab .list-category > li:after,
  .sidemenu .util-container > .list-lnbmenu li::after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 16px;
    width: 1.4rem;
    height: 1.4rem;
    background: no-repeat center;
  }
  .sidemenu .tab .list-category > li:after {
    background-image: url("../img/common/btn_price.png");
    background-size: 70%;
    transition: rotate 0.4s;
  }
  .sidemenu .tab .list-category > li.no-arrow:after {
    background-image: none;
    background-size: unset;
    transition: unset;
  }

  .sidemenu .util-container > .list-lnbmenu li::after {
    background-image: url("../img/common/ico_linkmore.png");
    background-size: cover;
  }
  .sidemenu .util-container > .list-lnbmenu {
    padding-top: 8px;
    background-color: #f1f1f1;
  }
  .sidemenu .util-container > .list-lnbmenu li {
    position: relative;
    height: 4.8rem;
    line-height: normal;
    background-color: #fff;
  }
  .sidemenu .util-container > .list-lnbmenu li a {
    display: block;
    width: 100%;
    height: 4.8rem;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    font-size: 1.6rem;
    border-bottom: 0.1rem solid #e1e1e1;
  }
  .sidemenu .util-container > .list-lnbmenu li:last-child a {
    border-bottom: 0.1rem solid #fff;
  }
  .sidemenu .btn-logout {
    position: relative;
    width: 100%;
    height: 4rem;
    line-height: 38px;
    margin-top: 20px;
    background-color: #fff;
    font-size: 1.4rem;
    text-align: center;
    color: #999;
    border-top: 0.1rem solid #555;
  }
  .sidemenu .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 2.4rem;
    height: 2.4rem;
    background: url("../img/common/btn_menuclose.png") no-repeat 0 0 /100%;
  }
}

/**
* --------------------------------
* module
* --------------------------------
*/

/* accordian */
.list-accordion li {
  border-top: 0.1rem solid #e1e1e1;
  text-align: left;
}
.list-accordion li:first-child {
  border-top: 0.1rem solid #ccc;
}
.list-accordion li:last-child {
  border-bottom: 0.1rem solid #e1e1e1;
}
.list-accordion a {
  display: block;
  position: relative;
  padding: 27px 24px 27px 20px;
  text-align: left;
}
.list-accordion .ico-quest {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 32px;
  margin-right: 16px;
  background-color: #b2b2b2;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center;
  border-radius: 50%;
}
.list-accordion .text-quest {
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: middle;
}
.list-accordion .ico-arrow {
  display: block;
  position: absolute;
  top: 30px;
  right: 24px;
  width: 2.4rem;
  height: 2.4rem;
}
.list-accordion .ico-arrow svg {
  display: block;
  width: 100%;
  margin-top: 8px;
  transition: all 0.2s;
}
.list-accordion .box-answer {
  display: none;
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #f5f5f5;
  color: #555;
  font-size: 1.6rem;
}
.list-accordion li.active + li {
  border-top: none;
}
.list-accordion li.active .ico-quest {
  background-color: #152865;
  color: #fff;
}
.list-accordion li.active .ico-arrow svg {
  transform: rotate(180deg);
}
.list-accordion li.active .ico-arrow svg path {
  fill: #2e2e2e;
}
.list-accordion li.active .box-answer {
  display: block;
}

/* swiper slide global */
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* info-read */
.info-read {
  width: 100%;
  height: auto;
}
.info-read ul li:last-child {
  margin-bottom: 0px !important;
}
.info-read .text-list {
  padding-top: 30px;
  padding-right: 20px;
}
.info-read.bg-bluegray .text-list {
  padding: 20px;
}
.info-read .text-list li {
  margin-bottom: 16px;
}
.info-read .text-list .list-item label {
  width: 13rem;
  font-size: 1.6rem;
  color: #2e2e2e;
}
.info-read .text-list .list-item .inline-txt {
  font-size: 1.4rem;
}
.info-read .list-item{
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
  justify-content: space-between;
}
.info-read .list-item label {
  float: left;
}
.info-read .price-list .list-item label {
  font-size: 1.5rem;
  color: #555;
}
.info-read .price-list .list-item .inline-txt {
  color: #555;
}
.info-read .price-list .list-item .inline-txt .text-price {
  font-size: 1.8rem;
}
.info-read .price-list .list-item .inline-txt .price-unit {
  font-size: 1.6rem;
}
.info-read .price-list .list-item .sale .text-price {
  color: #2e2e2e;
  font-size: 2.2rem;
  font-weight: 600;
}
.info-read .price-list .list-item .sale .price-unit {
  color: #2e2e2e;
  font-size: 2rem;
}
.shop .info-read .list-item label {
  width: 9.5rem;
}
.shop .info-read .price-list > li {
  margin-bottom: 2px;
}

.list-recommend .info-read .list-item .inline-txt,
.shop .grid-list .info-read .list-item .inline-txt,
.order .sidebar .info-read .list-item .inline-txt {
  float: right;
  text-align: right;
}
/* 제품상세 예외처리 */
.product-info-right .info-read + .select {
  margin-top: 16px;
  margin-bottom: 0;
}
/* .product-info-right .info-read .price-list .list-item .inline-txt .text-price{font-size:1.6rem;} */
.product-info-right .info-read .price-list .list-item .inline-txt .price-unit {
  font-size: 1.4rem;
}
.product-info-right .info-read .price-list .list-item .inline-txt .color-gray {
  font-size: 1.4rem;
}
.product-info-right .info-read .price-list .list-item .cust .text-price {
  color: #2e2e2e;
  font-size: 1.8rem;
}
.product-info-right .info-read .price-list .list-item .cust .price-unit {
  color: #2e2e2e;
  font-size: 1.6rem;
}

/* title */
.h2-title {
  position: relative;
  color: #000;
  font-size: 3.6rem;
  font-weight: 400;
  text-align: center;
}
.h3-title {
  position: relative;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}

/* search area */
.search-area {
  position: relative;
}
.search-area > *:not(:first-child) {
  margin-left: 5px;
}
.search-area .select {
  width: 11rem;
}
.search-area input {
  width: calc(100% - 121px);
}

/******* grid-list *******/

/* default 4열 */
.grid-list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -36px;
}
.grid-list > li {
  position: relative;
  width: 272px;
  height: auto;
  margin-left: 36px;
  margin-top: 30px;
}
.grid-list > li:nth-of-type(1),
.grid-list > li:nth-of-type(2),
.grid-list > li:nth-of-type(3),
.grid-list > li:nth-of-type(4) {
  margin-top: 0 !important;
}
.grid-list .grid-item a {
  display: block;
  width: 100%;
}
.grid-list .grid-item a .grid-image {
  position: relative;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
.grid-list .grid-item a .grid-image img {
  max-width: 100%;
  max-height: 100%;
}
.grid-list .grid-item .item-title {
  display: -webkit-box;
  width: 100%;
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 1.6rem;
}

/* editbox */
.editbox {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 50px 10px 50px;
  text-align: left;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #e1e1e1;
}
.editbox:empty:before {
  position: relative;
  content: "등록된 내용이 출력됩니다.";
  display: block;
  width: 100%;
  height: auto;
  padding: 50px 10px 50px 30px;
  background: #e1e1e1;
  color: #999;
  font-size: 1.8rem;
  text-align: center;
}
.editbox img {
  width: 80%;
  max-width: 80%;
}

/* inline-txt consult */
.inline-txt.consult {
  padding: 50px 10px;
  font-size: 1.6rem;
  line-height: 26px;
  border-bottom: 0.1rem solid #e1e1e1;
}

/* file-attach */
.file-attach p {
  margin-top: 8px;
  font-size: 1.2rem;
}
.file-attach strong {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 1.5rem;
  font-weight: 500;
}
.file-attach strong:before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../img/common/ico_attach.png") no-repeat 0 0 / 100%;
  vertical-align: top;
}
.file-attach .filelist {
  margin-top: 16px;
}
.file-attach strong + .filelist {
  margin-top: 8px;
  padding-left: 32px;
}
.file-attach .filelist:first-child {
  margin-top: 0;
}
.file-attach .filelist li {
  margin-top: 8px;
}
.file-attach .filelist li:first-child {
  margin-top: 0;
}
.file-attach .filelist li > * {
  display: inline-block;
  vertical-align: top;
}
.file-attach .filelist li span {
  width: 300px;
  color: #2e2e2e;
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.file-attach .filelist li em {
  margin-left: 10px;
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
}
.file-attach .filelist li .link {
  width: 300px;
  color: #009cd8;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: underline;
} /* 파일 링크 강조할 경우 */
.file-attach .filelist li .btn-del {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-left: 8px;
  background: url("../img/common/btn_del.png") no-repeat 0 0;
}

/* navigator */
.navigator {
  height: 4rem;
  margin-top: 10px;
  text-align: left;
}
@media screen and (min-width: 360px) and (max-width: 1260px) {
    .navigator.pc-hidden {
        display: block !important;
    }
}
.shop .navigator {
  margin-top: 20px;
}
.navigator ul {
  display: inline-block;
}
.navigator ul::after {
  content: "";
  display: block;
  clear: both;
}
.navigator li {
  position: relative;
  float: left;
  height: 100%;
  margin-right: 8px;
  line-height: 38px;
}
.navigator li:nth-child(2) {
  padding-left: 14px;
  margin-right: 0;
}
.navigator li.current:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 0.6rem;
  height: 1rem;
  background: url("../img/common/ico_navigator.svg") no-repeat 0 0;
}
.navigator li a {
  color: #999;
  font-size: 1.4rem;
}
.navigator li.current a {
  color: #555;
}
.navigator li .select {
  margin-left: 0;
}

/* address info */
.address-info {
  margin-top: 10px;
  color: #555;
  font-size: 1.4rem;
}
.address-info > p:f irst-child {
  margin-bottom: 6px;
}
.address-info .receiver-name {
  font-weight: 400;
}
.address-info .receiver-name:after,
.address-info .receiver-phone:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 1.1rem;
  margin-left: 12px;
  margin-right: 9px;
  background: rgba(0, 0, 0, 19%);
  vertical-align: middle;
}

/* 절차 list-location */
.list-location {
  max-width: auto;
  margin: 0px auto 35px;
  text-align: center;
}
.list-location ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-location ul:after {
  content: "";
  display: block;
  clear: both;
}
.list-location ul li {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
  margin-right: 1rem;
  /* padding-right: 32px; */
}
/* .list-location ul li:last-child {
  padding-right: 0;
} */
.list-location ul li .arrow{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  padding: 0 18px;
  background: url("../img/common/ico_navigator.png") no-repeat center;
}
/* .list-location ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 16px;
  height: 16px;
  background: url("../img/common/ico_navigator.png") no-repeat 0 0;
} */
.list-location ul li:last-child:after {
  display: none;
}
.list-location .loca-name {
  display: block;
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.07rem;
}
.list-location ul li.active .loca-name {
  color: #1F1F1F;
  font-weight: 600;
}

/* ADS 절차 */
.my .list-location {
  margin-bottom: 40px;
}
.my .list-location ul li .loca-name {
  /* padding-left: 30px; */
}
 /* 체크아이콘용 */
.my .list-location ul li .ico-current {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url("../img/common/bg_location.png");
}
.my .list-location li.active .loca-name {
  color: #152865;
  font-weight: 500;
}
.my .list-location li.passed .loca-name {
  color: #999;
  font-weight: 400;
}
.my .list-location li.active .ico-current {
  background-position: 0px -34px;
}
.my .list-location li.passed .ico-current {
  background-position: 0px -68px;
}

/* list bullet */
.list-bullet ul {
  list-style: none !important;
  text-indent: 0;
  margin-bottom: 0;
  padding-left: 3px;
}
.list-bullet ul li:before {
  content: "\2022";
  color: #2e2e2e !important;
  font-weight: bold;
  display: inline-block;
  width: 0.5rem;
  margin-left: 0;
}
.list-bullet ul li {
  margin-bottom: 20px;
}
.list-bullet ul li:last-child {
  margin-bottom: 0px;
}
.list-bullet.gray ul li span {
  color: #999;
}
.list-bullet ul span {
  font-size: 1.4rem;
}
.list-bullet ul a {
  color: #003dff;
  text-decoration: underline;
}

/* common popup */
.poplayer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 9999;
}
.poplayer.open {
  display: block;
}
.poplayer:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.poplayer .inner {
  position: relative;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  min-height: auto;
  background: #fff;
  vertical-align: middle;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.poplayer .inner.xsmall {
  max-width: 33.4rem;
}
.poplayer .inner.small {
  max-width: 36rem;
}
.poplayer .inner.medium {
  max-width: 43rem;
}
.poplayer .inner.large {
  max-width: 50rem;
}
.poplayer .inner.xl {
  width: 90%;
  max-width: 100rem;
}
.poplayer .inner.xxl {
  width: 90%;
  max-width: 90%;
}
.poplayer .inner.xl .popcont{
  height: 80vh;
  overflow-y: auto;
  margin-bottom: 1rem;
  padding-right: 10px;
  padding-left: 10px;
}
.poplayer .inner.xl .popcont{

}
.poplayer.popterm .inner{
  max-width: 500px;
  min-width: 500px;
  width: 100%;
}
@media screen and (min-width: 360px) and (max-width: 1260px) {
  .poplayer.popterm .whitebox.pop_content{
    max-width: 44rem !important;
  }
}

.poplayer header {
  position: relative;
  min-height: 60px;
  padding: 15px 60px;
  background: #f2f2f2;
}
.poplayer header h2 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.wrap .poplayer header.mian-c{
  background: #5c5c5c;
}
.poplayer .popcont {
  padding: 30px;
}
.poplayer .popcont::-webkit-scrollbar {
  width: 10px;
}
.poplayer .popcont::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 30px;
}
.poplayer .popcont::-webkit-scrollbar-track {
  background-color: #fff;
}
.poplayer .popcont .pop-title {
  position: relative;
  padding-left: 10px;
  color: #111;
  font-size: 18px;
  font-weight: 500;
}
.poplayer .popcont .pop-title:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 20px;
  background: #111;
}
.poplayer .cont {
  position: relative;
  text-align: left;
}
.poplayer .btn-popclose {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 50px;
  height: 50px;
  background: url("../img/common/btn_popup_close_w.png") no-repeat 50% 50%;
  z-index: 10;
}
.poplayer .btn-popclose.bl-btn {
  background: url("../img/common/btn_popup_close.png") no-repeat 50% 50%;
}
.poplayer .poplayer-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 50%);
}
.poplayer .btn-wrap {
  margin-top: 0;
}
/* 배송지 변경 07.11 추가*/
.poplayer.changdelivery .inner.medium header{
  background: #3F3F3F;
}
.poplayer.changdelivery .inner.medium .pop-form-wrap.memberjoin .ipt-wrap{
  margin-bottom: 16px;
}

/* 승급 팝업 */
.poplayer.bonus .inner header{
  background: #3F3F3F;
}
.poplayer .bonus-wrap{
  overflow-x: scroll;
}

/* popup module */
.poplayer .whitebox {
  min-height: 45rem;
  max-height: 50rem;
  margin-bottom: 30px;
  overflow-y: auto;
}
.poplayer .whitebox img{
  width: 100%;
}
.poplayer.popterm .whitebox {
  max-width: 44rem;
  overflow-x: auto;
}
.poplayer.popterm .whitebox::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.poplayer.popterm .whitebox::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 30px;
}
.poplayer.popterm .whitebox::-webkit-scrollbar-track {
  background-color: #fff;
}

.poplayer .whitebox p.inline-txt {
  color: #555;
  font-size: 1.4rem;
}
.wrap .poplayer.card-wrap header{
  background: #3F3F3F;
}
.wrap .poplayer.popselectdelivery header{
  background: #3F3F3F;
}
@media screen and (max-width: 600px) {
  .poplayer .whitebox.n-ov .col-9{
    width: 60%;
  }
  .poplayer.bonus .inner header{
    padding: 15px 30px;
  }
  .poplayer .bonus-wrap table{
    width: 800px;
  }
}

.pop-nohead .popcont {
  padding: 50px 50px 60px;
}
.pop-nohead .area-top .ico-heading {
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 12px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.pop-nohead .area-top .warning {
  background-image: url("../img/common/ico_warning.png");
}
.pop-nohead .area-top .cart {
  background-image: url("../img/common/ico_cart_pop.png");
}
.pop-nohead .area-top .pop-heading {
  margin-bottom: 40px;
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 29px;
  word-break: keep-all;
}
.pop-nohead .area-top .pop-heading .current-num {
  color: #1439b1;
  letter-spacing: -0.07em;
}
.pop-nohead .textbox .list-text li {
  color: #555;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.05rem;
}
.pop-nohead .textbox .list-text li:first-child {
  margin-bottom: 24px;
}
.pop-nohead .btn-wrap {
  width: 100%;
}
.pop-nohead .btn-wrap .btn {
  width: 100%;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.pop-nohead .btn-wrap .btn + .btn {
  margin-top: 8px;
  margin-left: 0;
}

/* popup : 옵션 선택 */
.popselectoption .form-box .product-name {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 500;
}
.popselectoption .form-box .info-read {
  margin-bottom: 16px;
  padding: 20px 38px;
  background: rgbA(21, 40, 101, 5%);
  border-top: 0.1rem solid #ccc;
}
.popselectoption .form-box .info-read li {
  margin-bottom: 12px;
}
.popselectoption .form-box .info-read .list-item > .inline-txt {
  float: right;
  text-align: right;
}
.popselectoption .form-box .select + .price-detail .option-wrap {
  max-height: 20rem;
  overflow-y: auto;
}
.popselectoption .form-box .select + .price-detail .option-box p {
  width: 26rem;
  margin-bottom: 8px;
  padding-right: 70px;
  font-size: 1.4rem;
}
.popselectoption .form-box .select + .price-detail .option-box .price {
  right: 12px;
  color: #555;
  font-size: 1.6rem;
  text-align: right;
}
.popselectoption .form-box .select + .price-detail .option-box .price .roboto {
  color: #2e2e2e;
  font-size: 1.8rem;
}
.popselectoption .form-box .select + .price-detail .option-box .btn-delete {
  right: 12px;
}
.popselectoption .pay-line {
  margin-bottom: 16px;
}
.popselectoption .pay-line .pay-total > * {
  display: block;
}
.popselectoption .pay-line .pay-total > span {
  float: left;
  font-size: 1.8rem;
  font-weight: 500;
}
.popselectoption .pay-line .pay-total > strong {
  float: right;
  font-size: 2rem;
  font-weight: 400;
  text-align: right;
}
.popselectoption .pay-line .pay-total > strong span {
  font-size: 3.2rem;
  font-weight: 500;
}
.popselectoption .btn-wrap .btn {
  width: 49%;
  height: 5.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 50px;
}
.popselectoption .btn-wrap .btn + .btn {
  margin-left: 1%;
}

/* popup : 배송지 선택 */
.popselectdelivery .whitebox {
  min-height: 30.4rem;
}
.popselectdelivery .search-area input {
  width: calc(100% - 73px);
}
.popselectdelivery .search-area .btn {
  width: 6.4rem;
}
.popselectdelivery .inline-txt + .list-gray {
  margin-top: 20px;
}
.popselectdelivery .search-area + .list-gray {
  margin-top: 12px;
}
.popselectdelivery .list-gray {
  height: 30.4rem;
  overflow-y: auto;
}
.popselectdelivery .list-gray.no-data {
  height: auto;
}
.popselectdelivery .list-gray.no-data li {
  padding-top: 48px;
  padding-bottom: 40px;
  background: #fff;
}
.popselectdelivery .list-gray li {
  margin-bottom: 10px;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 3px;
}
.popselectdelivery .list-gray li:last-child {
  margin-bottom: 0;
}
.popselectdelivery .list-gray li input[type="radio"] + span {
  margin-right: 0;
  padding-left: 0;
}
.popselectdelivery .list-gray li .rdo-name {
  width: 35rem;
  padding-left: 26px;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 500;
}
.popselectdelivery .list-gray li .receiver-addr {
  word-break: keep-all;
}

/* popup : 공유하기 */
.popshare .whitebox {
  min-height: 20rem;
}
.popshare .list-share {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.popshare .list-share li {
  width: 33%;
  height: 8.4rem;
  text-align: center;
}
.popshare .list-share li:nth-last-child(-n + 3) {
  margin-top: 24px;
}
.popshare .list-share .ico-bg {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 8px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.popshare .list-share .url {
  background-image: url("../img/common/ico_share_url.png");
}
.popshare .list-share .kakao {
  background-image: url("../img/common/ico_share_kakao.png");
}
.popshare .list-share .story {
  background-image: url("../img/common/ico_share_story.png");
}
.popshare .list-share .face {
  background-image: url("../img/common/ico_share_facebook.png");
}
.popshare .list-share .twit {
  background-image: url("../img/common/ico_share_twitter.png");
}
.popshare .list-share .band {
  background-image: url("../img/common/ico_share_band.png");
}
.popshare .list-share .link-title {
  color: #555;
  font-size: 1.6rem;
}
.popshare .whitebox + .btn-wrap {
  width: 100%;
}
.popshare .whitebox + .btn-wrap .btn {
  width: 100%;
  height: 4rem;
  font-size: 1.5rem;
  line-height: 38px;
}
.popshare .whitebox + .btn-wrap .btn:last-child {
  margin-left: 0px;
}

/* popmain */
.popmain .popmain-inner {
  position: relative;
  display: inline-block;
  width: 532px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: transparent;
  vertical-align: middle;
  border-radius: 0;
  overflow: visible;
}
.popmain .pop-btn-box {
  position: relative;
  width: calc(100% - 30px);
  margin-top: 6px;
  padding-bottom: 6px;
  z-index: 1;
  text-align: right;
}
.popmain .pop-btn-box > * {
  display: inline-block;
}
.popmain .pop-btn-box .chk-wrap input[type="checkbox"] + span {
  line-height: 18px;
  color: #fff;
}
.popmain .pop-btn-box .btn-popclose.main-pop {
  position: static;
  top: unset;
  width: auto;
  height: auto;
  padding-left: 24px;
  background-image: url("../img/common/btn_menuclose.png");
  background-size: 22px;
  background-position-x: 0;
  line-height: 23px;
}
.popmain .pop-btn-box .btn-popclose.main-pop > span {
  color: #fff;
  font-size: 1.6rem;
}
.popmain .swiper-slide {
  width: 100% !important;
  margin-right: 30px !important;
  overflow: hidden;
}
.popmain .swiper-slide img {
  width: 100%;
}
.popmain .pop-pagination-box {
  width: calc(100% - 30px) !important;
  margin-top: 12px;
}
.popmain .pop-pagination-box .swiper-pop-pagination {
  position: relative !important;
  z-index: 1;
}
.popmain .pop-pagination-box .swiper-pop-pagination span {
  display: inline-block !important;
  width: 1rem !important;
  height: 1rem !important;
  margin-right: 10px !important;
  background-color: transparent !important;
  border: 0.1rem solid #fff !important;
  border-radius: 50% !important;
}
.popmain
  .pop-pagination-box
  .swiper-pop-pagination
  .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.popmain .pop-controls-box {
  position: absolute !important;
  top: 50% !important;
  margin-top: -25px;
  width: calc(100% - 30px);
}
.popmain .pop-controls-box > span {
  display: block;
  width: 3.2rem !important;
  height: 5rem !important;
  background: no-repeat center !important;
  cursor: pointer;
}
.popmain .pop-controls-box .swiper-button-prev {
  position: absolute;
  background-image: url("../img/common/mainpop_arrow_prev.png") !important;
  z-index: 1 !important;
}
.popmain .pop-controls-box .swiper-button-next {
  position: absolute;
  right: 0 !important;
  background-image: url("../img/common/mainpop_arrow_next.png") !important;
  z-index: 1 !important;
}
.popmain .poplayer-background {
  background: rgba(0, 0, 0, 65%);
}

/* pop-main-single */
.pop-main-single {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 16%);
  background-color: white;
  width: 90%;
  max-width: 53.2rem;
}
.pop-main-single .swiper-button-next:after, .pop-main-single .swiper-rtl .swiper-button-prev:after,
.pop-main-single .swiper-button-prev:after, .pop-main-single .swiper-rtl .swiper-button-next:after
{
  content: '';
}
.pop-main-single.open {
  display: block;
}
.pop-main-single .popmain-inner {
  position: relative;
  width: 100%;
}
.pop-main-single .popmain-inner .cont-image {
  width: 100%;
  overflow: hidden;
}
.pop-main-single .popmain-inner .cont-image img {
  width: 100%;
  height: 100%;
}
.pop-main-single .pop-btn-box {
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  height: 50px;
}
.pop-main-single .pop-pagination-box{
  top: -12px;
  position: relative;
  z-index: 1;
}
.pop-main-single .pop-controls-box{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
}
.pop-main-single .pop-controls-box > span {
  display: block;
  width: 6rem !important;
  height: 6rem !important;
  background: rgba(0, 0, 0, .1) no-repeat center !important;
  cursor: pointer;
  background-size: 1.6rem 3.2rem !important;
}
.pop-main-single .pop-controls-box > span:hover {
  background-color: rgba(0, 0, 0, .2);
}
.pop-main-single .pop-controls-box .swiper-button-prev {
  position: absolute;
  background-image: url("../img/common/mainpop_arrow_prev.png") !important;
  z-index: 1 !important;
  left: 0;
}
.pop-main-single .pop-controls-box .swiper-button-next {
  position: absolute;
  right: 0 !important;
  background-image: url("../img/common/mainpop_arrow_next.png") !important;
  z-index: 1 !important;
}

.pop-main-single .pop-btn-box > * {
  float: left;
  width: 50%;
  height: 50px;
}
.pop-main-single .chk-wrap {
  background-color: #fff;
  line-height: 48px;
  border-right: 0.1rem solid #e1e1e1;
}
.pop-main-single .chk-wrap input[type="checkbox"] + span {
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  color: #2e2e2e;
  font-weight:bold;
}
.pop-main-single .chk-wrap input[type="checkbox"] + span:before {
  display: none;
}
.pop-main-single .btn-popclose {
  background-color: #fff;
}
.pop-main-single .btn-popclose span{
  font-size: 1.6rem;
}
@media screen and (min-width: 360px) and (max-width: 1260px) {
  .pop-main-single .btn-popclose span{
    font-size: 1.4rem;
  }
}
.popmain-inner .swiper-slide img{
  max-height: 80vh;
}
.pop-main-single--img-wrap{
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}
.pop-main-single--img-wrap img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.popmain-multi{
    width: 100%;
}
.popmain-multi--a{
    padding-bottom: 94%;
    width: 100%;
    display: block;
}
.popmain-multi--img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 360px) and (max-width: 1260px) {
  .popmain .popmain-inner {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
  }
  .popmain .pop-btn-box {
    /* position: absolute;
    bottom: 28px; */
    left: 0;
    width: 100%;
    height: 40px;
    margin-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    text-align: center;
    z-index: 9999;
    border-top: 0.1rem solid #e1e1e1;
  }
  .popmain .pop-btn-box > * {
    display: block;
    float: left;
    width: 50%;
    height: 100%;
  }
  .popmain .pop-btn-box .btn-popclose.main-pop {
    width: 50%;
    height: 100%;
  }
  .popmain .pop-btn-box .chk-wrap {
    background-color: #fff;
    line-height: 38px;
    border-right: 0.1rem solid #e1e1e1;
  }
  .popmain .pop-btn-box .chk-wrap input[type="checkbox"] + span {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    color: #2e2e2e;
  }
  .popmain .pop-btn-box .chk-wrap input[type="checkbox"] + span:before {
    display: none;
  }
  .popmain .pop-btn-box .btn-popclose.main-pop {
    padding-left: 0;
    background-image: none;
    background-size: 0;
    background-color: #fff;
  }
  .popmain .pop-btn-box .btn-popclose.main-pop > span {
    color: #2e2e2e;
    font-size: 1.4rem;
    line-height: 38px;
  }
  .popmain .swiper-slide {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .popmain .pop-controls-box .swiper-button-next {
    left: 280px !important;
    right: unset !important;
  }
  .popmain .pop-controls-box {
    display: none;
  }
  .popmain .pop-pagination-box {
    width: 100% !important;
  }

  .pop-main-single {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 30%);
  }
  /* .pop-main-single .popmain-inner {
    width: 300px;
    background: white;
    z-index: 1;
    position: relative;
  } */
  .pop-main-single .popmain-inner .slide{
    background-color: white !important;
  }
  .pop-main-single .pop-btn-box {
    height: 40px;
    bottom: -28px;
  }
  .pop-main-single .pop-btn-box > * {
    float: left;
    width: 50%;
    height: 40px;
  }
  .pop-main-single .chk-wrap {
    line-height: 38px;
  }
  .popmain .popmain-inner .slider{
    background-color: white !important;
    z-index: 1;
    position: relative;
  }
  .popmain .pop-pagination-box .swiper-pop-pagination span {
    background-color: gray !important;
    border: 0.1rem solid #ccc !important;
  }
}

/**
* --------------------------------
* FO 공통 >  로그인, error, main, ....
* --------------------------------
*/

#login {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background: #fff;
}
#login header {
  padding: 25px 16px;
  text-align: center;
  border-bottom: 0.1rem solid #e1e1e1;
}
#login header h1 {
  display: inline-block;
}
.login-inner {
  width: 38rem;
  min-width: 38rem;
  margin: 0 auto;
  padding: 140px 0 80px;
  overflow: hidden;
}
.login-inner.find-result-failure{
  padding: 190px 0 135px;
}
.login-inner .h2-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 500;
}
.login-inner .h2-title .subtitle {
  display: block;
  margin-top: 12px;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
}
/* .login-inner .h2-title .subtitle:first-child {
  margin-top: 0;
} */
.h2-title .ico-heading {
  display: block;
  width: 6rem;
  height: 6rem;
  margin-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
  background: url("../img/common/ico_complete.png") no-repeat 0 0 /100%;
}
.login-inner input[type="text"],
.login-inner input[type="password"],
.login-inner input[type="number"],
.login-inner input[type="email"],
.login-inner input[type="search"] {
  height: 5.2rem;
}
.login-inner input[type="checkbox"] + span:before {
  top: 0px;
}
.login-inner .form-area::after {
  content: "";
  display: block;
  clear: both;
}
.login-inner .form-area .form-box + p.color-gray {
  margin-top: 12px;
  word-break: keep-all;
}
.login-inner .form-area .form-box .text-content {
  word-break: keep-all;
}
.login-inner .form-area .form-box .text-content.border-gray {
  width: 100%;
}
.memberjoin {
  width: 60rem;
  min-width: 60rem;
  margin: 0 auto;
  padding: 180px 16px 200px;
}
.memberjoin .h2-title .subtitle {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 400;
}
.memberjoin .h2-title .username {
  display: block;
}
.memberjoin .h2-title .username strong {
  font-weight: 500;
}
.memberjoin .text-content .usernumber {
  display: block;
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 500;
}
.memberjoin .text-content .usernumber .btn {
  width: 5.2rem;
  height: 2.6rem;
  margin-top: 4px;
  margin-left: 12px;
  line-height: 24px;
  vertical-align: top;
}
.memberjoin .form-box {
  margin: 0 auto;
}
.memberjoin .form-box.confirm {
  width: 380px;
}
.memberjoin .form-box.confirm .ipt-wrap .required{
  font-size: 14px;
}
.memberjoin .form-box.insert {
  width: 100%;
}
.memberjoin .form-box .term-box {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 20px;
  padding: 16px 20px;
  border: 0.1rem solid #ccc;
}
.memberjoin .form-box .term-box p {
  color: #555;
  font-size: 1.4rem;
}
.form-box.term {
  width: 488px;
}
.form-box .list-check {
  padding: 16px 14px 0;
}
.form-box .list-check li {
  position: relative;
  margin-bottom: 12px;
}
.form-box .list-check li:last-child {
  margin-bottom: 0px;
}
.form-box .list-check .chk-wrap {
  margin-top: 0;
}
.form-box .list-check .chk-wrap.bg-bluegray {
  padding: 8px 14px;
}
.form-box .list-check .chk-wrap input[type="checkbox"] + span {
  font-size: 1.4rem;
}
.form-box .list-check .chk-wrap em {
  color: #999;
  font-weight: 500;
}
.form-box .list-check .chk-wrap em.required {
  color: #152865;
}
.form-box .list-check button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.2rem;
  height: 2rem;
  background: url("../img/common/ico_navigator.svg") no-repeat center;
}
.memberjoin .btn-wrap .btn {
  width: 184px;
  height: 5.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 52px;
}
.memberjoin .btn-wrap.single .btn {
  width: 38rem;
}
.memberjoin .form-box.confirm .ipt-wrap + .btn-wrap .btn {
  width: 100%;
}
.btn-wrap.membertype{
  display: flex;
  gap: 2rem;
  margin-bottom: 40px;
  justify-content: center;
}
.btn-wrap.membertype .btn.round{
 margin-top: 0;
 width: 18.4rem;
 height: 18.4rem;
 border: 0;
 background: #F1F1F1;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.btn-wrap.membertype .btn.round span{
  line-height: 26px;
}
.btn-wrap.membertype .btn.round:nth-child(1)::before{
 content: '';
 width: 86px;
 height: 86px;
 margin-bottom: 12px;
 display: inline-block;
 background: url(../img/common/ico_log_phone.png)no-repeat center/cover;
}
.btn-wrap.membertype .btn.round:nth-child(2)::before{
  content: '';
 width: 86px;
 height: 86px;
 margin-bottom: 12px;
 display: inline-block;
 background: url(../img/common/ico_log_account.png)no-repeat center/cover;
}
.form-area + .form-area {
  margin-top: 80px;
}
.form-box .h3-title {
  margin-top: 20px;
  padding-bottom: 8px;
  color: #2e2e2e;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 0.2rem solid #555;
}
.form-box .h3-title:first-child {
  margin-top: 0;
}
.form-box .h3-title:after {
  content: "";
  display: block;
  clear: both;
}
.form-box .h3-title .required {
  float: right;
  margin-top: 8px;
  color: #f00;
  font-size: 1.4rem;
  font-weight: 400;
}
.form-box .h3-title > .color-gray {
  letter-spacing: -0.07em;
}
.form-box .h3-title .current-num,
.form-box .h3-title .total-num {
  font-weight: 400;
}
.form-box .ipt-wrap:not(:first-child) {
  margin-top: 12px;
}
.form-box .ipt-wrap .visual-ipt {
  position: relative;
  height: 5.2rem;
  transition: all 0.4s;
}
.form-box .ipt-wrap .visual-ipt.m-top{
  margin-top: 8px;
}
.form-box .order-type-insert .ipt-wrap .visual-ipt {
  height: 4rem;
}
.form-box .ipt-wrap .visual-ipt input {
  padding-right: 70px;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
}
.form-box .ipt-wrap .visual-ipt input.ipt-address {
  padding-right: 0px;
}
#r_address2[readonly] {
  background-color: #f5f5f5;  /* 약간 흐린 배경색 */
      cursor: not-allowed;
      color: #555;
}
.form-box .ipt-wrap .visual-ipt select {
  height: 4rem;
  padding-right: 70px;
  border-radius: 3px;
  border: 1px solid #D5D5D5;
}
.visual-ipt {
  position: relative;
}
.visual-ipt.error input {
  border-color: #ff0000;
}
.visual-ipt.error:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: url("../img/common/ico_error.png") no-repeat 0 0;
}
.visual-ipt .btn-wrap {
  display: none;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
}
.visual-ipt .btn-wrap.show {
  display: block;
}
.visual-ipt .btn-wrap > * {
  position: relative;
  display: inline-block;
}
.visual-ipt .btn-wrap .btn-delete {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 3px;
  background: url("../img/common/btn_value_delete.png") no-repeat 0 0;
  cursor: pointer;
}
.visual-ipt .btn-wrap .btn-pw-show > input[type="checkbox"] + span {
  min-height: 2.4rem;
  margin-top: 0;
  margin-right: 0;
  padding-left: 3rem;
  font-size: 1.4rem;
}
.visual-ipt .btn-wrap .btn-pw-show > input[type="checkbox"] + span:before {
  top: -9px;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../img/common/btn_show.png") no-repeat 0 0;
}
.visual-ipt
  .btn-wrap
  .btn-pw-show
  > input[type="checkbox"]:checked
  + span:before {
  background-position: 0 -29px;
}
.visual-ipt .input-group{
  justify-content: space-between;
}
.visual-ipt .input-group input{
  width: 29.4rem;
}
.visual-ipt .input-group .btn.fullpoint{
  width: 8rem;
  height: 5.2rem;
}
.form-box .ipt-wrap .visual-ipt + .color-gray {
  margin-top: 4px;
  font-size: 1.2rem;
}
.form-box .col2 .visual-ipt {
  width: 100% !important;
}
.form-box .col2 .visual-ipt:first-child {
  display: inline-block;
  width: calc(100% - 133px) !important;
} /* 23.02.08 현행화 수정 중 */
.form-box .col2 .visual-ipt + .btn {
  height: 5.2rem;
  margin-left: 5px;
}
.memberjoin .form-box.insert .ipt-wrap > label {
  width: 13.4rem;
}
.memberjoin .form-box.insert .ipt-wrap .visual-ipt {
  height: 4rem;
}
.memberjoin .form-box.insert input[type="text"],
.memberjoin .form-box.insert input[type="password"],
.memberjoin .form-box.insert input[type="number"],
.memberjoin .form-box.insert input[type="email"],
.memberjoin .form-box.insert input[type="search"] {
  height: 4rem;
}
.memberjoin .form-box.insert .col2 .visual-ipt + .btn {
  height: 4rem;
}

.form-box .chk-wrap {
  margin-top: 12px;
  text-align: left;
}
.form-box .chk-wrap.bg-bluegray {
  margin-top: 0;
  padding: 10px 14px;
}
.graytext-title {
  display: block;
  margin-top: 40px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  color: #2e2e2e;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.graytext-title:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 2.4rem;
  margin-right: 4px;
  background: url("../img/common/ico_notice.png") no-repeat 0 center / 100%;
  vertical-align: middle;
}
/* .form-box .list-membertype {
  padding-top: 16px;
  border-top: 1px solid #ccc;
} */
.form-box .list-membertype > li {
  margin-bottom: 20px;
}
.form-box .list-membertype > li:last-child {
  margin-bottom: 0;
}
.form-box .list-membertype strong {
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
}
.form-box .list-membertype strong + .list-graytext {
  margin-top: 4px;
  padding-top: 0;
  border-top: none;
}

.dashed li {
  position: relative;
  padding-left: 8px;
  list-style-position: inside;
  color: #999;
  font-size: 1.4rem;
  word-break: break-all;
}
.dashed li:before {
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.form-box .text-content {
  color: #555;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: -0.06em;
}
.form-box .text-content:after {
  content: "";
  display: block;
  clear: both;
}
.form-box .text-content.border-gray {
  padding: 20px 12px;
  background: #fff;
  text-align: left;
  border: 0.1rem solid #e1e1e1;
}
.form-box .text-content.border-gray .account-id {
  color: #2e2e2e;
  font-size: 1.8rem;
  font-weight: 500;
}
.form-box .text-content.border-gray .account-id .btn {
  height: 2.6rem;
  line-height: 24px;
}
.form-box .text-content.border-gray .joindate {
  display: block;
  float: right;
  margin-top: 5px;
  margin-right: 2px;
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.form-box + .color-gray {
  font-size: 1.2rem;
  text-align: center;
}
.form-box .select {
  width: 100%;
  margin-bottom: 8px;
  margin-left: 0;
}
.form-box .price-detail .option-box {
  position: relative;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 3px;
}
.form-box .price-detail .option-box + .option-box {
  margin-top: 8px;
}
.form-box .price-detail .option-box p {
  position: relative;
  width: 45rem;
  margin-bottom: 12px;
  color: #555;
  font-size: 1.6rem;
}
.form-box .price-detail .option-box .price {
  display: block;
  position: absolute;
  bottom: 14px;
  right: 20px;
  color: #555;
  font-size: 1.8rem;
  text-align: right;
}
.form-box .price-detail .option-box .price .roboto {
  color: #2e2e2e;
  font-size: 2rem;
  font-weight: 500;
}
.form-box .price-detail .option-box .btn-delete {
  display: block;
  position: absolute;
  top: 10px;
  right: 12px;
  width: 2.4rem;
  height: 2.4rem;
}
.form-box .price-detail .pay-line {
  margin-top: 28px;
}
.form-box .price-detail .pay-total > * {
  display: block;
}
.form-box .price-detail .pay-total > span {
  float: left;
  margin-top: 8px;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
}
.form-box .price-detail .pay-total > strong {
  float: right;
  text-align: right;
  color: #000;
  font-size: 2rem;
  font-weight: 500;
}
.form-box .price-detail .pay-total > strong .roboto {
  font-size: 3.2rem;
}
.form-box .price-detail + .btn-wrap .btn {
  width: 49%;
  height: 5.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 50px;
}
.form-box .price-detail + .btn-wrap {
  margin-top: 24px;
}
.form-box .price-detail + .btn-wrap .btn:last-child {
  margin-left: 1%;
}

/* 기본정보입력 페이지 */
.cont-basic .ipt-wrap > label,
.cont-basic .ipt-wrap > label + div {
  display: inline-block;
  vertical-align: top;
}
.cont-basic .ipt-wrap > label {
  width: 134px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
.cont-basic .ipt-wrap > label + div {
  width: calc(100% - 138px);
}
.login-inner.memberjoin .cont-basic .ipt-wrap > label + div {
  width: 100%;
}
.cont-basic .form-box .h3-title {
  padding-bottom: 16px;
}
.cont-basic .form-box .rdo-wrap label {
  width: 54px;
  margin-right: 30px;
  font-size: 1.4rem;
  text-align: left;
}
.cont-basic .form-box .rdo-wrap input[type="radio"] + span {
  margin-right: 0;
}
.cont-basic .form-box .item-form .ipt-wrap dl dt{
 width: 137px;
 margin-right: 10px;
 font-size: 16px;
 font-weight: 400;
 padding-top: 8px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd{
  width: 70%;
  margin-bottom: 0;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .visual-ipt input{
  font-size: 14px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .verify_code{
  padding-top: 8px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .rdo-wrap{
  padding-top: 2px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .select-wrap.birth .text-error{
  margin-top: 0;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .select-wrap.birth .select{
  font-size: 14px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .select-wrap.birth .select select{
  border: 1px solid #D5D5D5;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .visual-ipt + .btn{
  color: #fff;
  font-size: 14px;
  background: #5C5C5C;
  width: 79px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .text-error{
  margin-bottom: 0;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .text-guide{
  font-size: 12px;
  color: #999;
}
.cont-basic .form-box .item-form .ipt-wrap:not(:first-child){
  margin-top: 0;
}
.cont-basic .form-box.card .item-form .ipt-wrap:not(:first-child){
  margin-top: 16px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .contain-item.mail{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .select.mail{
  font-size: 14px;
}
.cont-basic .form-box .item-form .ipt-wrap dl dd .select.mail select{
  border: 1px solid #D5D5D5;
}
.cont-basic .form-box .item-form .ipt-wrap dl{
  justify-content: space-between;
}
.cont-basic .form-box .item-form .ipt-wrap .email-select-wrap{
  margin-top: 8px;
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.cont-basic .form-box .item-form .ipt-wrap .email-select-wrap .select.mail{
  width: calc(100% - 87px);
}
.cont-basic .form-box .item-form .ipt-wrap .account-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont-basic .form-box .item-form .ipt-wrap .visual-ipt{
  width: calc(100% - 87px);
}
.cont-basic .form-box .item-form .ipt-wrap .visual-ipt.one{
  width: 100%;
}
@media screen and (max-width: 500px) {
  .cont-basic .form-box .item-form .ipt-wrap dl{
    flex-wrap: wrap;
  }
  .cont-basic .form-box .item-form .ipt-wrap dl dd{
    width: 100%;
  }
}
.cont-basic .form-box .item-form {
  margin-top: 30px;
  margin-bottom: 80px;
}
.cont-basic .form-box .item-form.order-type-insert .ipt-wrap{
  margin-bottom: 16px;
}
.cont-basic .form-box .ipt-wrap:not(:first-child) {
  margin-top: 16px;
}
.cont-basic .form-box .ipt-wrap .inline-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 1260px) {
  .cont-basic .form-box .item-form.order-type-insert .ipt-wrap.single .visual-ipt{
    width: 100%;
  }
  .cont-basic .form-box .item-form.order-type-insert .ipt-wrap.single .visual-ipt input{
    margin-right: 0;
  }
}
.cont-basic .form-box .contain-item > * {
  display: inline-block;
}
.cont-basic .form-box .contain-item .visual-ipt {
  width: calc(100% - 193px);
}
.cont-basic .form-box .idnum .visual-ipt {
  width: calc(100% - 238px);
}
.cont-basic .form-box .idnum .visual-ipt input {
  padding-right: 30px;
}
.cont-basic .form-box .idnum .btn {
  width: 80px;
  margin-left: 6px;
}
.cont-basic .form-box .idnum + .chk-wrap {
  margin-top: 8px;
}
.cont-basic .form-box .idnum + .chk-wrap label {
  width: 100%;
}
.cont-basic .form-box .idnum + .chk-wrap input[type="checkbox"] + span {
  color: #999;
  font-size: 1.2rem;
  line-height: 23px;
}
.cont-basic .form-box .contain-item .text-center {
  margin: 0 4px;
}
.cont-basic .form-box .contain-item .hyppen {
  margin: 0 6px;
  font-size: 1.6rem;
}
.cont-basic .form-box .contain-item + .select {
  width: 100%;
  margin-top: 8px;
  margin-left: 0;
}
.cont-basic .form-box .select-wrap .select {
  width: 104px;
  margin-left: 6px;
}
.cont-basic .form-box .select-wrap .select:first-child {
  width: 138px;
  margin-left: 0;
}
.cont-basic .info-read{
  margin-top: 30px;
}
.cont-basic .info-read dl{
  align-items: center;
  margin-bottom: 16px;
}
.cont-basic .info-read dl dt{
  width: 137px;
  font-size: 16px;
  font-weight: 400;
}
.cont-basic .info-read dl dd{
  font-size: 14px;
  margin-bottom: 0;
}
.cont-basic .btn-wrap .btn{
  border: 1px solid #555;
  line-height: 3.8rem;
}
.cont-basic .btn-wrap .btn.fullnavy{
  background-color: #E37363;
  font-weight: 400;
  border: 0;
}

/* separate : 1300px에서 분기 */
#login .separate {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 1020px;
  max-height: 100%;
  background: url("../img/view/bg_login_separate.png") no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}
#login .separate:after {
  content: "";
  display: block;
  clear: both;
}
.separate .visual-text {
  position: absolute;
  top: 214px;
  left: 214px;
}
.separate .visual-text .logo-login {
  margin-bottom: 32px;
}
.separate .visual-text p {
  width: 65.5rem;
  font-size: 7rem;
  letter-spacing: -0.1rem;
}
.separate .form-area {
  position: absolute;
  top: 125px;
  right: 160px;
  width: 57rem;
  height: 75rem;
  padding: 120px 94px 0;
  background: #fff;
  overflow: hidden;
}
.separate + footer {
  margin-top: 0;
  padding: 22px 16px;
  background: #fff;
  border: none;
}
.separate + footer .copyright {
  margin-top: 0;
  color: #999;
  font-size: 1.2rem;
  text-align: center;
}

/***** error *****/
.error {
  padding-top: 120px;
  padding-bottom: 40px;
}
.error .h3-title {
  color: #000;
  font-size: 3.6rem;
  text-align: center;
}
.error .error-text {
  width: 335px;
  margin: 40px auto 10px;
  font-size: 1.6rem;
  text-align: center;
  word-break: keep-all;
}
.error .text-tel {
  font-size: 1.6rem;
  text-align: center;
}
.error .btn-wrap {
  width: 38rem;
  margin: 80px auto 0;
}
.error .btn-wrap .btn {
  width: 100%;
  height: 5.2rem;
  margin-left: 0;
  font-size: 1.8rem;
  line-height: 50px;
}
.error .btn-wrap .btn + .btn {
  margin-top: 10px;
}

/***** main *****/
.main-content.container .visual-text .h2-title {
  float: left;
  padding-bottom: 32px;
  font-size: 3.6rem;
  font-weight: 500;
}
.main-content.container .visual-text .link-more {
  display: block;
  position: relative;
  float: right;
  margin-top: 10px;
  padding-right: 22px;
  font-size: 1.4rem;
}
.main-content.container .visual-text .link-more::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/common/ico_linkmore.png") no-repeat center;
}
.main-content.container > div {
  margin-bottom: 110px;
}
.swiper-pagination {
  position: static !important;
}
.swiper-pagination span {
  display: inline-block !important;
  width: 1rem !important;
  height: 1rem !important;
  margin-right: 10px !important;
  background: transparent !important;
  border: 0.1rem solid #555 !important;
  border-radius: 50% !important;
}
.swiper-pagination-bullet {
  opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #555 !important;
}

/* 메인 배너 슬라이드 */
.main-content.banner .swiper-container {
  width: 100% !important;
  min-width: 1200px !important;
  height: 600px !important;
}
.main-content.banner .swiper-container .swiper-slide {
  position: relative;
  width: 100% !important;
  min-width: 1200px !important;
  height: 600px !important;
}
.main-content.banner .swiper-container .card-first {
  background-image: url("../img/main_banner_01.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.main-content.banner .swiper-container .card-sec {
  background-image: url("../img/main_banner_02.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.main-content.banner .swiper-container .card-third {
  background-image: url("../img/main_banner_03.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.main-content.banner .swiper-container .swiper-slide a {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

/* 2023.02.13 추가 : 배너 문구영역 */
.banner .inner {
  position: absolute;
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
}
.product-content.banner .inner {
  top: 120px;
}
.banner .inner .text-main {
  font-size: 4.8rem;
  font-weight: 500;
}
.banner .inner .text-desc {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: normal;
}
/* 2023.02.13 추가 : 배너 문구영역 */

.main-bg .controller-wrap {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.main-bg .controller-wrap > div {
  display: inline-block;
  vertical-align: middle;
}
.main-bg .controller-wrap .btn-play {
  height: 30px;
}
.main-bg .controller-wrap .btn-play::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  outline: 0;
  background: url("../img/common/playbtn.png") 8px 7px no-repeat;
  background-size: 50%;
  margin: 0;
  cursor: pointer;
}
.main-bg .controller-wrap .btn-play.active::before {
  content: "";
  display: block;
  background: url("../img/common/playbtn.png") 8px -28px no-repeat;
  background-size: 50%;
  cursor: pointer;
}

/* 추천상품 */
.main-content.recommend {
  height: 410px;
  margin-top: 120px;
}
.main-content.recommend .visual-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17.3rem;
  background: rgba(21, 40, 101, 6%);
}
.main-content.recommend .inner > div {
  float: left;
}
.main-content.recommend .inner .visual-text {
  margin-right: 75px;
  padding-top: 72px;
  padding-bottom: 18px;
}
.main-content.recommend .inner .visual-text h2 {
  margin-bottom: 12px;
  color: #000;
  font-size: 3.2rem;
  font-weight: 500;
}
.main-content.recommend .inner .visual-text h2 span {
  display: block;
  font-size: 1.4rem;
}
.main-content.recommend .inner .visual-text .text-sub {
  color: #555;
  font-size: 1.6rem;
}
/* list-recommend */
.list-recommend {
  position: relative;
  height: 410px !important;
}
.list-recommend .swiper-container {
  width: 876px !important;
  height: 410px !important;
}
.list-recommend .swiper-container .swiper-slide {
  width: 272px !important;
  height: 100% !important;
  margin-top: 0;
}
.list-recommend .swiper-container .swiper-slide > * {
  display: block !important;
  padding-bottom: 20px !important;
}
.list-recommend .swiper-container .product-thum {
  display: block !important;
  width: 272px !important;
  height: 272px !important;
  overflow: hidden;
}
.list-recommend .swiper-container .product-thum img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.list-recommend .swiper-container .item-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-recommend .controller-wrap {
  position: absolute;
  bottom: 46px;
  left: -298px;
  width: 16rem;
  height: 3.4rem;
}
.list-recommend .controller-wrap > span {
  display: block;
  position: absolute;
  top: 0;
  outline: 0;
  width: 3.2rem;
  height: 3.2rem;
  text-indent: -9999px;
  opacity: 0.5;
  z-index: 1;
  cursor: pointer;
}
.list-recommend .controller-wrap > span:hover,
.list-recommend .controller-wrap > span:focus {
  border-color: #999;
}
.list-recommend .controller-wrap .swiper-controls-prev {
  left: 0;
  margin-top: 0 !important;
  background: url("../img/common/recomm_arrow_prev.png") no-repeat center / 100%;
}
.list-recommend .controller-wrap .swiper-controls-next {
  right: 0;
  margin-top: 0 !important;
  background: url("../img/common/recomm_arrow_next.png") no-repeat center / 100%;
}
.list-recommend .slider-number {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 26px;
}
.list-recommend .swiper-pagination-custom {
  height: 25px !important;
  bottom: 0 !important;
  text-align: center !important;
}
.list-recommend .swiper-pagination-custom > span {
  display: inline-block !important;
  font-size: 1.7rem !important;
  line-height: 25px;
  vertical-align: bottom;
  font-family: "Roboto", sans-serif !important;
}
.list-recommend .slider-number .current {
  margin-right: 8px;
  font-weight: 600;
}
.list-recommend .slider-number .total {
  color: #999;
  font-weight: 400;
}
.list-recommend .slider-number .total:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-right: 8px;
  background-color: #b2b2b2;
  vertical-align: middle;
}
.list-recommend .item-title {
  display: -webkit-box;
  width: 100%;
  height: 40px;
  margin-top: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 1.6rem;
}

/* 카테고리 */
.main-category {
  margin-top: 110px;
}
.main-category .swiper-container {
  height: 55px !important;
  border: 0.1rem solid #e1e1e1 !important;
  z-index: 0 !important;
}
.main-category .controller-wrap span {
  position: absolute !important;
  top: 33px !important;
  outline: 0;
  width: 3.6rem !important;
  height: 3.6rem !important;
  background-color: #fff !important;
  border: 0.1rem solid #d5d5d5 !important;
  border-radius: 50% !important;
  text-indent: -9999px !important;
  z-index: 2 !important;
}
.main-category .swiper-button-prev {
  left: -26px !important;
  background: url("../img/common/ico_detailarrow_left.png") no-repeat 12px 50% !important;
}
.main-category .swiper-button-next {
  right: -26px !important;
  background: url("../img/common/ico_detailarrow_right.png") no-repeat 14px 50% !important;
}
.main-category .controller-wrap span:hover,
.main-category .controller-wrap span:focus {
  border-color: #999 !important;
  cursor: pointer !important;
}
.main-category .shop .slider {
  position: relative;
  height: 55px;
}
.main-category .list-main-category a.swiper-slide {
  display: block !important;
  min-width: 130px !important;
  padding: 13px 10px !important;
  background-color: #fff;
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}
.main-category .list-main-category a.swiper-slide:hover,
.main-category .list-main-category a.swiper-slide.active {
  background-color: #152865;
  color: #fff;
  border-top: 0.1rem solid #152865;
  border-bottom: 0.1rem solid #152865;
}
.main-category .list-main-category a:first-child.active {
  border-left: 0.1rem solid #152865;
}
.main-category .list-main-category a:last-child.active {
  border-right: 0.1rem solid #152865;
}

/* .main-category > .tab{width:1200px;} */
.main-category .category-cont {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-category .btn-wrap {
  margin-top: 0;
}
.main-category .btn-wrap .link-arrow {
  width: 12rem;
  height: 4rem;
  padding: 0 15px;
  text-align: left;
  background-color: #fff;
  background: url("../img/common/ico_linkmore.png") no-repeat 88px center;
  font-size: 1.4rem;
  border-radius: 3px;
  line-height: 38px;
  border: 0.1rem solid #999;
}

/* 이벤트 */
/* .main-event .list-event > li{float:left;width:50%;height:382px;overflow:hidden;}
.main-event .list-event > li a{display:block;width:100%;}
.main-event .list-event > .list-big{width:47%;margin-right:2.5%;}
.main-event .list-event img{vertical-align:middle;max-width:100%;max-height:100%;object-fit:cover;}
.main-event .event-thumb{text-align:center;overflow:hidden;}
.main-event .event-big .event-thumb{position:relative;height: 28.3rem;}
.main-event .event-big .event-thumb img{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);}
.main-event .event-title{height:100%;padding:20px 24px;letter-spacing:-0.03em;}
.main-event .list-big .event-title{border-left:0.1rem solid #ccc;border-right:0.1rem solid #ccc;border-bottom:0.1rem solid #ccc;}
.main-event .list-small .event-title{width:25rem;border-top:0.1rem solid #ccc;border-right:0.1rem solid #ccc;border-bottom:0.1rem solid #ccc;}
.main-event .list-small > li:first-child{margin-bottom:32px;}
.main-event .list-small > li,
.main-event .event-small{height:17.5rem;}
.main-event .list-small .event-thumb,
.main-event .list-small .event-title {float:left;height:17.5rem;}
.main-event .list-small .event-thumb{width:35rem;}
.main-event .event-title strong{margin-bottom:8px;font-size:1.8rem;font-weight:500;}
.main-event .event-title .txt-date{color:#999;font-size:1.6rem;font-weight:400;} */

.main-event .list-event {
  height: 38.2rem;
}
.main-event .list-item {
  float: left;
  width: 47.2%;
}
.main-event .list-item .event-title {
  border: 0.1rem solid #ccc;
  border-top: 0;
}
.main-event .list-item.right .right-list.max .event-title {
  border-top: 0.1rem solid #ccc;
  border-left: 0;
}
.main-event .list-item.right {
  margin-left: 5.5%;
}
.main-event .list-event .event-title {
  height: 100%;
  padding: 20px 16px 20px 24px;
  background-color: #fff;
}
.main-event .list-event .event-title strong {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.07rem;
}
.main-event .list-event .event-title .txt-date {
  color: #999;
  font-size: 1.6rem;
  letter-spacing: -0.03rem;
}
.main-event .list-event .event {
  width: 100%;
  height: 100%;
}
.main-event .list-event .event .event-thumb {
  width: 100%;
  height: 28.2rem;
  overflow: hidden;
}
.main-event .list-event .event-thumb img {
  vertical-align: bottom;
  max-width: 100%;
  object-fit: cover;
}
.main-event .list-event .right-list.max > li {
  height: 17.5rem;
  margin-top: 32px;
}
.main-event .list-event .right-list.max > li:first-child {
  margin-top: 0;
}
.main-event .list-event .right-list.max .event-thumb {
  float: left;
  width: 35rem;
}
.main-event .list-event .right-list.max .event-title {
  float: left;
  width: calc(100% - 35rem);
  height: 100%;
}

/* 공지사항 */
.main-notice .list-notice > li {
  float: left;
  width: 33.33%;
  height: 21.8rem;
  border: 0.1rem solid #e1e1e1;
  border-right: 0;
}
.main-notice .list-notice > li:last-child {
  border-right: 0.1rem solid #e1e1e1;
}
.main-notice .list-notice > li a {
  display: block;
  padding: 30px 24px 40px;
}
.main-notice .list-notice .notice-title {
  display: block;
  height: 10rem;
}
.main-notice .list-notice .notice-title .roboto {
  color: #555;
  font-size: 1.4rem;
  font-weight: 400;
}
.main-notice .list-notice .notice-title .ellipsistwo {
  font-size: 2rem;
  font-weight: 500;
}
.main-notice .list-notice .text-sub {
  color: #999;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 24px;
}

/* 브랜드 */
.main-brand {
  padding-bottom: 90px;
}
.main-brand .list-brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main-brand .list-brand li {
  width: 36rem;
  height: 36rem;
  margin-left: 60px;
}
.main-brand .list-brand li:first-child {
  margin-left: 0px;
}
.main-brand .list-brand li img {
  max-width: 100%;
  max-height: 100%;
}

/*공통 common*/
.wb-ka{
    word-break: keep-all;
}
.align-verti-center{
  display: flex;
  align-items: center;
}
.mt10{
  margin-top: 10px;
}
.mt-lg{
  margin-top: 20px;
}
.fs-md{
  font-size: 1.5rem;
}

@media screen and (min-width: 360px) and (max-width: 1260px) {
  #wrap {
    height: 100%;
    width: 100%;
    min-width: 360px;
    max-width: 100%;
  }
  #wrap .container {
    width: 100%;
    max-width: 100%;
  }
  section {
    min-width: 360px;
  }

  /* section{padding:0 16px;} */
  .main-content.container .visual-text .h2-title {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }

  /* common */
  .btn-back {
    display: inline-block;
  }
  .navigator {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    min-width: 360px;
    height: 5rem;
    margin-top: 0;
    background-color: #fff;
    border-bottom: 0.1rem solid #e1e1e1;
    z-index: 9999;
    transition: top 0.2s ease;
  }
  .navigator.fixed {
    top: 0;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 20%);
  }
  .shop .navigator {
    margin-top: 0px;
  }
  .navigator li {
    margin-right: 0;
    line-height: 48px;
  }
  .navigator li:nth-of-type(1) {
    display: none;
  }
  .navigator li.current {
    padding-left: 0;
    margin-right: 0;
  }
  .navigator li.current:before {
    content: "";
    display: none;
  }
  .navigator li.current a {
    color: #2e2e2e;
    font-size: 1.8rem;
  }
  .navigator li.current .select:before {
    margin-top: 5px;
  }

  /* btn */
  .btn.plus {
    min-width: 8.6rem;
  }


  /* module */
  #wrap .visual-title {
    height: 12rem;
    margin-top: 50px;
  }
  #wrap .visual-title .bg-overlay {
    height: 12rem;
  }
  #wrap .visual-title .bg-overlay .bg-title {
    padding: 42px 10px;
  }
  #wrap .visual-title .bg-overlay .bg-title strong {
    font-size: 2.4rem;
  }
  .section-wrap {
    padding-top: 60px;
  }

  /* .editbox */
  .editbox {
    padding: 20px 10px;
  }
  .editbox:empty:before {
    padding: 10px;
  }
  .customer .editbox {
    border-bottom: none;
  }
  /* gridlist-area */
  .gridlist-area .col2:last-child {
    margin-bottom: 0;
  }
  .gridlist-area .col2 .ch,
  .gridlist-area .col2 .cd {
    width: 100%;
  }
  .gridlist-area .col2 .cd .select {
    width: 100%;
  }
  .gridlist-area .col2 .ch {
    margin-bottom: 8px;
    background: none;
    font-size: 1.5rem;
  }

  /* ADS 절차 */
  .my .list-location {
    margin-bottom: 20px;
  }
  .my .list-location ul li .loca-name {
    /* padding-left: 25px; */
    font-size: 1.2rem;
  } /* 체크아이콘용 */
  .my .list-location ul li .ico-current {
    width: 2.1rem;
    height: 2.1rem;
    background-size: 19px;
  }
  .my .list-location li.active .ico-current {
    background-position: 0px -26px;
  }
  .my .list-location li.passed .ico-current {
    background-position: 0px -53px;
  }

  /* login */
  #login {
    position: relative;
    width: 100%;
    min-width: 360px;
    height: 100%;
    background: #fff;
  }
  #login header {
    padding: 16px;
    text-align: left;
    border-bottom: 0;
  }
  #login header h1 {
    display: inline-block;
  }
  .login-inner {
    width: 100%;
    min-width: 36rem;
    padding: 140px 16px 80px;
  }
  .memberjoin {
    padding-top: 180px;
    padding-bottom: 200px;
  }
  .login-inner .h2-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .login-inner .h2-title .subtitle {
    display: block;
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .login-inner .h2-title .subtitle:first-child {
    margin-top: 12px;
  }
  .login-inner input[type="text"],
  .login-inner input[type="password"],
  .login-inner input[type="number"],
  .login-inner input[type="email"],
  .login-inner input[type="search"] {
    height: 5.2rem;
  }
  .h2-title .ico-heading {
    margin: 0 auto 8px;
  }
  .h2-title + .table-box {
    margin-top: 20px;
  }
  .memberjoin .form-box.confirm,
  .memberjoin .form-box.term {
    width: 100%;
  }
  .memberjoin .list-location {
    float: right;
    width: 50px;
    max-width: 50px;
    margin: 0px;
    text-align: left;
  }
  .memberjoin .list-location ul li {
    margin-left: 3px;
    padding-right: 0;
    vertical-align: middle;
  }
  .memberjoin .list-location ul li .arrow{
    display: none;
  }
  .memberjoin .list-location ul li:first-child {
    margin-left: 0;
  }
  .memberjoin .list-location ul li:after {
    content: "";
    display: none;
  }
  .memberjoin .list-location .loca-name {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 0.1rem solid #ccc;
    border-radius: 50%;
    font-size: 0;
    text-indent: -9999px;
  }
  .memberjoin .list-location ul li.active .loca-name {
    background-color: #1F1F1F;
    border: 0.1rem solid #1F1F1F;
  }
  .memberjoin .list-location + .h2-title {
    float: left;
  }
  .memberjoin .btn-wrap .btn {
    width: 47%;
  }
  .memberjoin .btn-wrap .btn:first-child{
    margin-left: 0;
  }
  .memberjoin .btn-wrap.single .btn{
    width: 100%;
  }
  .form-box .list-check li {
    padding-right: 35px;
  }
  .form-box .list-check button {
    top: 50%;
    margin-top: -14px;
    width: 3.2rem;
    height: 2.8rem;
    background: url("../img/common/ico_navigator.svg") no-repeat center;
  }

  .form-box .ipt-wrap .visual-ipt input{
    width: 100%;
    margin-right: 10px;
  }
  .visual-ipt .input-group .btn.fullpoint{
    width: 10rem;
  }

  /* 기본정보입력 페이지 */
  .cont-basic .ipt-wrap > label,
  .cont-basic .ipt-wrap > label + div {
    display: block;
    width: 100%;
  }
  .cont-basic .ipt-wrap > label {
    width: 13.4rem;
    margin-bottom: 8px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
  .memberjoin .form-box.insert .rdo-wrap label {
    display: inline-block;
    width: 54px;
  }
  .cont-basic .form-box .h3-title {
    padding-bottom: 16px;
    font-size: 1.8rem;
  }
  .cont-basic .form-box .rdo-wrap input[type="radio"] + span {
    margin-right: 0;
  }
  .cont-basic .form-box .item-form {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .cont-basic .form-box .ipt-wrap:not(:first-child) {
    margin-top: 16px;
  }
  .cont-basic .form-box .ipt-wrap .inline-txt {
    font-size: 1.4rem;
  }
  .cont-basic .form-box .contain-item > * {
    display: inline-block;
  }
  .cont-basic .form-box .idnum .visual-ipt {
    width: 108px;
  }
  .cont-basic .form-box .contain-item .visual-ipt {
    width: calc((100% - 113px) / 2);
  }
  .cont-basic .form-box .contain-item .visual-ipt input {
    padding-right: 10px;
  }
  .cont-basic .form-box .contain-item.number .visual-ipt input {
    padding-right: 10px;
  }
  .cont-basic .form-box .idnum .visual-ipt input {
    padding-right: 30px;
  }
  .cont-basic .form-box .idnum .btn {
    width: 80px;
    margin-left: 6px;
  }
  .cont-basic .form-box .idnum + .chk-wrap {
    margin-top: 8px;
  }
  .cont-basic .form-box .idnum + .chk-wrap label {
    width: 100%;
  }
  .cont-basic .form-box .idnum + .chk-wrap input[type="checkbox"] + span {
    color: #999;
    font-size: 1.2rem;
    line-height: 23px;
  }
  .cont-basic .form-box .contain-item .text-center {
    margin: 0 6px;
  }
  .cont-basic .form-box .contain-item .hyppen {
    margin: 0;
    font-size: 1.5rem;
  }
  .cont-basic .form-box .contain-item + .select {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
  .cont-basic .form-box .select-wrap .select {
    width: 103px;
  }
  .cont-basic .form-box .select-wrap .select:first-child {
    width: 103px;
  }
  .contain-item.mail .visual-ipt {
    width: calc((100% - 28px) / 2) !important;
  }
  .form-box .text-content.border-gray .account-id .btn {
    float: right;
    height: 2.6rem;
    line-height: 24px;
  }
  .form-box .text-content.border-gray .joindate {
    display: block;
    float: none;
    margin-top: 8px;
    margin-right: 0;
  }

  .my .tab.rectangle .tab-list:before {
    display: none;
  }
  .my .tab.rectangle .tab-list a {
    width: 50%;
  }
  .my .tab.rectangle .tab-list a:nth-of-type(1) {
    border-left: 0;
  }
  .my .tab.rectangle .tab-list a:nth-of-type(2) {
    border-right: 0;
  }

  /* common popup */
  .poplayer .inner,
  .poplayer .inner.xsmall {
    max-width: 27.2rem;
  }
  .poplayer.popterm .inner {
    max-width: 32.4rem;
    min-width: 360px;
  }
  .poplayer .inner.small,
  .poplayer .inner.medium,
  .poplayer .inner.large {
    max-width: 30rem;
  }
  .poplayer header {
    padding: 15px 36px;
  }
  .poplayer header h2 {
    padding-right: 10px;
    font-size: 1.6rem;
    letter-spacing: -0.03em;
  }
  .poplayer .popcont {
    padding: 10px 20px;
  }
  .poplayer .popcont .pop-title {
    position: relative;
    padding-left: 10px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
  }
  .poplayer .popcont .pop-title:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 2px;
    height: 20px;
    background: #111;
  }
  .poplayer .cont {
    position: relative;
    text-align: left;
  }
  .poplayer .btn-popclose {
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 50px;
    height: 50px;
    background: url("../img/common/btn_popup_close.png") no-repeat 50% 50%;
  }
  .poplayer.pop-ha .btn-popclose{
    top: 10px;
  }
  .poplayer .poplayer-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
  }
  .poplayer .btn-wrap {
    margin-top: 0;
  }
  .poplayer .btn-wrap .btn {
    width: 47%;
  }

  /* popup module */
  .poplayer .whitebox {
    min-height: 45rem;
    max-height: 50rem;
    margin-bottom: 20px;
    overflow-y: auto;
  }
  .poplayer.popterm .whitebox {
    max-width: 100%;
    min-height: 40rem;
    max-height: 45rem;
    overflow-x: auto;
  }
  .pop-nohead .popcont {
    padding: 30px 20px;
  }
  .pop-nohead .area-top .ico-heading {
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: 8px;
  }
  .pop-nohead .area-top .pop-heading {
    margin-bottom: 18px;
    font-size: 2rem;
    line-height: 29px;
  }
  .pop-nohead .textbox .list-text li:first-child {
    margin-bottom: 20px;
  }
  .pop-nohead .btn-wrap {
    width: 100%;
  }
  .pop-nohead .btn-wrap .btn {
    width: 100%;
    height: 4rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .pop-nohead .btn-wrap .btn + .btn {
    margin-top: 8px;
    margin-left: 0;
  }

  /* popup : 옵션 선택 */
  .popselectoption .whitebox {
    min-height: 35rem;
    max-height: 40rem;
  }
  .popselectoption .form-box .info-read {
    padding: 20px 28px;
  }
  .popselectoption .form-box .info-read .price-list .list-item label {
    font-size: 1.5rem;
  }
  .popselectoption .form-box .select + .price-detail .option-wrap {
    max-height: 13rem;
  }
  .popselectoption .form-box .select + .price-detail .option-box p {
    width: 19.4rem;
    margin-bottom: 8px;
    padding-right: 70px;
    font-size: 1.4rem;
  }
  .popselectoption .form-box .select + .price-detail .option-box .price {
    right: 12px;
    color: #555;
    font-size: 1.6rem;
    text-align: right;
  }
  .popselectoption
    .form-box
    .select
    + .price-detail
    .option-box
    .price
    .roboto {
    color: #2e2e2e;
    font-size: 1.8rem;
  }
  .popselectoption .form-box .select + .price-detail .option-box .btn-delete {
    right: 12px;
  }
  .popselectoption .pay-line {
    margin-bottom: 16px;
  }
  .popselectoption .pay-line .pay-total > * {
    display: block;
  }
  .popselectoption .pay-line .pay-total > span {
    font-size: 1.6rem;
  }
  .popselectoption .pay-line .pay-total > strong span {
    font-size: 2.4rem;
  }
  .popselectoption .btn-wrap .btn {
    height: 4rem;
    font-size: 1.5rem;
    line-height: 38px;
  }

  /* popup : 배송지 선택 */
  .popselectdelivery .whitebox {
    min-height: 30.4rem;
  }
  .popselectdelivery .list-gray li .rdo-name {
    width: 20rem;
    font-size: 1.4rem;
  }
  .popselectdelivery .list-gray li .receiver-phone:nth-child(3) {
    display: block;
  }
  .popselectdelivery .list-gray li .receiver-phone:nth-child(3)::before {
    margin-left: 3px;
  }

  /* popup : 공유하기 */
  .popshare .whitebox {
    min-height: 16rem;
  }
  .popshare .list-share li {
    height: 6.4rem;
  }
  .popshare .list-share li:nth-last-child(-n + 3) {
    margin-top: 20px;
  }
  .popshare .list-share .ico-bg {
    display: block;
    width: 4rem;
    height: 4rem;
    background-size: 100%;
  }
  .popshare .list-share .link-title {
    font-size: 1.3rem;
  }

  /* main-category */
  .main-category {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-category .visual-text .h2-title {
    padding-left: 16px;
  }
  .main-category .category-cont {
    margin-top: 24px;
    padding: 0 16px;
  }
  .main-category .controller-wrap,
  .main-category .controller-wrap span {
    display: none;
  }
  .main-category .list-main-category a.swiper-slide {
    min-width: 64px !important;
    padding: 8px 6px !important;
    font-size: 1.4rem;
  }
  .main-category .btn-wrap {
    margin-top: 20px;
  }
  .main-category .btn-wrap .link-arrow {
    margin-top: 0;
  }

  /* 공지사항 */
  .main-notice .list-notice > li {
    float: none;
    width: 100%;
    height: 15.4rem;
    margin-bottom: 12px;
    border-right: 0.1rem solid #e1e1e1;
  }
  .main-notice .list-notice > li:last-child {
    margin-bottom: 0;
    border-right: 0.1rem solid #e1e1e1;
  }
  .main-notice .list-notice > li a {
    padding: 20px;
  }
  .main-notice .list-notice .notice-title {
    height: 6.6rem;
  }
  .main-notice .list-notice .notice-title .roboto {
    font-size: 1.2rem;
  }
  .main-notice .list-notice .notice-title .ellipsistwo {
    font-size: 1.6rem;
  }
  .main-notice .list-notice .text-sub {
    font-size: 1.4rem;
    line-height: 20px;
  }

  /* inline-txt.consult */
  .inline-txt.consult {
    padding: 30px 10px;
    font-size: 1.4rem;
    line-height: 24px;
    border-bottom: 0;
  }

  section .inner {
    width: 100%;
    min-width: 100%;
  }
  .main-content.container {
    background-color: #f1f1f1;
  }
  .main-content.container > div {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 20px 16px 40px;
    background-color: #fff;
  }
  .main-content.container .visual-text .h2-title {
    padding-bottom: 12px;
    font-size: 1.8rem;
  }
  .main-content.container .visual-text .link-more {
    margin-top: 0px;
    padding-right: 20px;
    font-size: 1.3rem;
  }
  .main-content.container .visual-text .link-more::after {
    top: 2px;
  }

  /* main banner */
  .main-content {
    width: 100%;
  }
  .main-content.banner .swiper-container {
    width: 100% !important;
    min-width: 100% !important;
  }
  .main-content.banner .swiper-container .swiper-slide {
    position: relative;
    width: 100% !important;
    min-width: 360px !important;
  }
  .main-bg .controller-wrap {
    bottom: 12px;
  }

  /* list-recommend */
  .main-content.recommend {
    margin-top: 20px;
    padding-left: 16px;
  }
  .main-content.recommend .inner .visual-text {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .main-content.recommend,
  .list-recommend {
    height: auto !important;
  }
  .main-content.recommend .visual-bg {
    display: none;
  }
  .main-content.recommend .inner .visual-text h2 span {
    display: none;
  }
  .main-content.recommend .inner .visual-text .text-sub {
    display: none;
  }
  .main-content.recommend .inner > div {
    float: none;
  }
  .main-content.recommend .inner .visual-text h2 {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
  .list-recommend .swiper-container {
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
  }
  .list-recommend .swiper-container .swiper-slide {
    width: 148px !important;
    height: 100% !important;
  }
  .list-recommend .swiper-container .swiper-slide > * {
    padding-bottom: 40px !important;
  }
  .list-recommend .swiper-container .product-thum {
    width: 148px !important;
    height: 148px !important;
  }
  .list-recommend .swiper-container .item-title,
  .list-recommend .controller-wrap {
    display: none;
  }
  .list-recommend .slider-number {
    display: none;
  }
  .list-recommend .swiper-pagination-custom {
    display: none;
  }

  /* main category */
  .main-category {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-category .visual-text .h2-title {
    padding-left: 16px;
  }
  .main-category .category-cont {
    margin-top: 24px;
    padding: 0 16px;
  }
  .main-category .controller-wrap,
  .main-category .controller-wrap span {
    display: none;
  }
  .main-category .shop .slider,
  .main-category .swiper-container {
    height: 40px !important;
    border-right: none !important;
    border-left: none !important;
  }
  .main-category .list-main-category a.swiper-slide {
    min-width: 64px !important;
    padding: 8px 6px !important;
    font-size: 1.4rem;
  }
  .main-category .btn-wrap {
    margin-top: 20px;
  }
  .main-category .btn-wrap .link-arrow {
    margin-top: 0;
  }

  /* 공지사항 */
  .main-notice .list-notice > li {
    float: none;
    width: 100%;
    height: 15.4rem;
    margin-bottom: 12px;
    border-right: 0.1rem solid #e1e1e1;
  }
  .main-notice .list-notice > li:last-child {
    margin-bottom: 0;
    border-right: 0.1rem solid #e1e1e1;
  }
  .main-notice .list-notice > li a {
    padding: 20px;
  }
  .main-notice .list-notice .notice-title {
    height: 6.6rem;
  }
  .main-notice .list-notice .notice-title .roboto {
    font-size: 1.2rem;
  }
  .main-notice .list-notice .notice-title .ellipsistwo {
    font-size: 1.6rem;
  }
  .main-notice .list-notice .text-sub {
    font-size: 1.4rem;
    line-height: 20px;
  }

  /* common */
  .info-read .price-list .list-item label {
    font-size: 1.2rem;
  }
  .info-read .price-list .list-item .inline-txt .text-price {
    font-size: 1.5rem;
  }
  .info-read .price-list .list-item .inline-txt .price-unit {
    font-size: 1.4rem;
  }
  .info-read .price-list .list-item .sale .text-price {
    font-size: 1.8rem;
  }
  .info-read .price-list .list-item .sale .price-unit {
    font-size: 1.6rem;
  }

  /* error */
  .error {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .error .h3-title {
    font-size: 2.4rem;
  }
  .error .error-text {
    width: 314px;
    margin: 16px auto 0;
  }
  .error .btn-wrap {
    width: 100%;
    margin: 40px auto 0;
  }
}

/* 2023.02.13 메인페이지 배너 관련 스타일 추가 */
@media screen and (min-width: 720px) and (max-width: 1259px) {
  .main-brand .list-brand li {
    width: 30.4%;
  }

  .main-content.banner .swiper-container {
    height: 500px !important;
  }
  .main-content.banner .swiper-container .swiper-slide {
    height: 500px !important;
    background-position: center;
  }
  /* 2023.02.13 추가 : 배너 문구영역 */
  .banner .inner {
    width: 720px;
    min-width: 720px;
    max-width: unset;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  .banner .inner .text-main {
    font-size: 3.2rem;
  }
  .banner .inner .text-desc {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: normal;
  }

  /* 이벤트 */
  .main-event .list-event {
    height: auto;
  }
  .main-event .list-event > li {
    float: none;
    width: 100%;
    height: 100%;
  }
  .main-event .list-event img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: unset;
    max-height: unset;
  }
  .main-event .event-title {
    height: 100%;
    padding: 20px 24px;
    letter-spacing: -0.03em;
  }
  .main-event .list-event .event-title {
    width: calc(100% - 35rem);
    border-top: 0.1rem solid #ccc;
    border-right: 0.1rem solid #ccc;
    border-bottom: 0.1rem solid #ccc;
  }
  .main-event .event-title strong {
    margin-bottom: 8px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .main-event .event-title .txt-date {
    color: #999;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .main-event .list-item::after {
    content: "";
    display: block;
    clear: both;
  }
  .main-event .list-item .event-thumb,
  .main-event .list-event .event .event-thumb,
  .main-event .list-item .event-title {
    position: relative;
    float: left;
    height: 17.5rem;
  }
  .main-event .list-event .event .event-thumb {
    width: 35rem;
    height: 17.5rem;
    overflow: hidden;
  }
  .main-event .list-item.right {
    margin-left: 0;
  }
  .main-event .list-item.left {
    margin-bottom: 32px;
  }
  .main-event .list-event .right-list > li:first-child {
    margin-top: 0;
  }
  .main-event .list-event .right-list.max > li {
    margin-top: 32px;
  }
  .main-event .list-event .right-list .event-thumb {
    float: left;
    width: 35rem;
    height: 17.5rem;
  }
  .main-event .list-event .right-list .event-title {
    float: left;
    width: calc(100% - 35rem);
    height: 17.5rem;
  }

  /* 브랜드 */
  .main-brand {
    padding-bottom: 90px;
  }
  .main-brand .list-brand {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .main-brand .list-brand li {
    position: relative;
    width: 33.3333%;
    height: 100%;
    margin-left: 14px;
  }
  .main-brand .list-brand li:first-child {
    margin-left: 0px;
  }
  .main-brand .list-brand li img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 360px) and (max-width: 719px) {
  .main-brand .list-brand li {
    width: 30.4%;
  }

  .main-content.banner .swiper-container {
    height: 340px !important;
  }
  .main-content.banner .swiper-container .swiper-slide {
    height: 340px !important;
    background-position: 48% bottom;
    background-size: cover;
  }
  /* 2023.02.13 추가 : 배너 문구영역 */
  .banner .inner {
    top: 40px;
    width: 100%;
    min-width: 360px;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    text-align: left;
  }
  .product-content.banner .inner {
    top: 60px;
  }
  .banner .inner .text-main {
    font-size: 2.2rem;
  }
  .banner .inner .text-desc {
    display: block;
    width: 75%;
    margin-top: 8px;
    font-size: 1.4rem;
    word-break: keep-all;
  }
  /* product category */
  .product-content.banner .img-box {
    height: 340px;
    background-position: right center;
  }

  /* event */
  .main-event .list-event {
    height: 100%;
  }
  .main-event .list-item {
    float: none;
    width: 100%;
  }
  .main-event .list-item.right .right-list.max .event-title {
    border-top: 0;
    border-left: 0;
  }
  .main-event .list-item.right {
    margin-left: 0;
  }

  .main-event .list-event .event-title {
    height: 100%;
    padding: 8px 0;
    border: none;
    background-color: #fff;
  }
  .main-event .list-event .event-title strong {
    margin-bottom: 6px;
    font-size: 1.7rem;
  }
  .main-event .list-event .event-title .txt-date {
    font-size: 1.3rem;
  }
  .main-event .list-event .event {
    width: 100%;
    height: 100%;
  }
  .main-event .list-event .event .event-thumb {
    width: 100%;
    height: 16.4rem;
    overflow: hidden;
  }
  .main-event .list-event .event-thumb img {
    width: 100%;
    max-width: 100%;
    object-fit: unset;
  }
  .main-event .list-event .list-item.left {
    margin-bottom: 20px;
  }
  .main-event .list-event .right-list.max > li {
    height: 100%;
    margin-top: 20px;
  }
  .main-event .list-event .right-list.max > li:first-child {
    margin-top: 0;
  }
  .main-event .list-event .right-list.max .event-thumb {
    float: none;
    width: 100%;
  }
  .main-event .list-event .right-list.max .event-title {
    float: none;
    width: 100%;
    height: 100%;
  }

  /* 브랜드 */
  .main-brand {
    padding-bottom: 90px;
  }
  .main-brand .list-brand {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .main-brand .list-brand li {
    position: relative;
    width: 33.3333%;
    height: 100%;
    margin-left: 14px;
  }
  .main-brand .list-brand li:first-child {
    margin-left: 0px;
  }
  .main-brand .list-brand li img {
    width: 100%;
    height: 100%;
  }
}

/* 2023.02.15추가 */
@media screen and (min-width: 360px) and (max-width: 719px) {
  /* grid-list */
  .grid-list {
    margin-left: -2%;
  }
  .grid-list > li {
    position: relative;
    width: 48%;
    height: auto;
    margin-left: 2%;
    margin-top: 30px;
  }
  .grid-list > li:nth-of-type(1),
  .grid-list > li:nth-of-type(2) {
    margin-top: 0 !important;
  }
  .grid-list > li:nth-of-type(3),
  .grid-list > li:nth-of-type(4) {
    margin-top: 30px !important;
  }
  .grid-list .grid-item .item-title {
    max-height: 34px;
    margin-top: 6px;
    margin-bottom: 12px;
    line-height: 16px;
    font-size: 1.4rem;
  }

  /* 사이드메뉴 브랜드탭 */
  .sidemenu .tab .list-brand {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 12px 16px 8px 0;
  }
  .sidemenu .tab .list-brand li {
    width: 33.3333%;
    padding-left: 14px;
    margin-bottom: 8px;
  }
  .sidemenu .tab .list-brand li a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
  }
  .sidemenu .tab .list-brand li a img {
    width: 100%;
    max-width: 100%;
  }
  /* 2024.07.10 회원가입양식 추가 */
  .btn-wrap.membertype .btn.round{
    width: 15.4rem;
    height: 15.4rem;
   }
}
@media screen and (min-width: 720px) and (max-width: 1259px) {
  /* grid-list */
  .grid-list {
    margin-left: -2%;
  }
  .grid-list > li {
    position: relative;
    width: 31.3333%;
    margin-left: 2%;
    margin-top: 30px;
  }
  .grid-list > li:nth-of-type(1),
  .grid-list > li:nth-of-type(2),
  .grid-list > li:nth-of-type(3) {
    margin-top: 0 !important;
  }
  .grid-list > li:nth-of-type(4) {
    margin-top: 30px !important;
  }
  .grid-list .grid-item .item-title {
    max-height: 34px;
    margin-top: 6px;
    margin-bottom: 12px;
    line-height: 16px;
    font-size: 1.4rem;
  }

  /* 사이드메뉴 브랜드탭 */
  .sidemenu .tab .list-brand {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 12px 16px 8px 0;
  }
  .sidemenu .tab .list-brand li {
    padding-left: 14px;
    margin-bottom: 8px;
  }
  .sidemenu .tab .list-brand li a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
  }
  .sidemenu .tab .list-brand li a img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .info-p {
    padding: 0.8rem 0;
  }
}
@media (max-width: 900px) {
  .poplayer .inner.xl .popcont{
    height: calc(100% - 90px);
  }
  .poplayer .inner.xl{
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1260px) {
  .mt-lg-10{
    margin-top: 10px;
  }
}

#flexendBtn{
   display: flex;
   justify-content: flex-end; /* 우측 정렬 */

}
#editAddressBtn{
 margin-top: 8px; /* 버튼과 위 요소 간격 */
}

/*file upload*/
.fileupload_wrapper{display:flex; align-items:center;}
.fileupload_wrapper .fileLabel{display:inline-block; padding: 5px 10px; height:28px; background:#eee; border:1px solid #bbb; cursor: pointer;}
.fileupload_wrapper .fileName{max-width:260px; width:100%; display:inline-block; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; direction: rtl; text-align: left; font-size:12px; height:28px; padding:5px 10px; border:1px solid #ccc;}

.swiper-button-next, .swiper-button-prev {
  svg{display:none;}
}