@charset "UTF-8";
html {
  font-size: 10px;
}

/* popup,component 공통요소 */
.desc-item {
  padding-left: 11px;
  position: relative;
}
.desc-item:not(.desc-item:first-of-type) {
  margin-top: 8px;
}
.desc-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 2px;
  width: 2px;
  height: 2px;
  background: #787878;
  border-radius: 50%;
}
.desc-item.font-12 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
}
.desc-item.font-14 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
}
.desc-item .underline {
  text-decoration: underline;
}
.desc-item .bold {
  font-weight: bold;
}

.button {
  display: flex;
  width: 100%;
  height: 48px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
}
.button.black {
  background-color: #141a23;
  color: #fff;
}
.button.gray {
  background-color: #787878;
  color: #fff;
}
.button.border {
  border: 1px solid #e0e0e0;
}
.button.yellow {
  background-color: #fee500;
}
.button.txt-white {
  color: #fff;
}

.input-text-wrap input[type=text],
.input-text-wrap input[type=number] {
  width: 100%;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.input-text-wrap input[type=text]:focus,
.input-text-wrap input[type=number]:focus {
  outline: none;
}
.input-text-wrap input[type=text]::placeholder,
.input-text-wrap input[type=number]::placeholder {
  color: #a0a0a0;
}

.customer-service {
  overflow: hidden;
  /* 공통요소 */
  /****** PC nav ******/
  /****** 메인 ******/
  /****** 1:1 문의 신청 ******/
  /****** 쇼핑가이드 ******/
  /****** 매장안내 ******/
}
.customer-service .checkbox__label {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.customer-service .checkbox__label--input {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../../comm/image/icon_checkbox_off.svg) no-repeat center/contain;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.customer-service .checkbox__label--input:checked {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../../comm/image/icon_checkbox_on_black.svg) no-repeat center/contain;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.customer-service .checkbox__label span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  margin-right: 6px;
}
.customer-service .search-type {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  appearance: none;
  border: none;
  padding: 0;
  background: transparent;
}
.customer-service .search-type::placeholder {
  color: #929292;
}
.customer-service .search-type:focus {
  outline: none;
}
.customer-service input::-ms-clear,
.customer-service input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.customer-service input::-webkit-search-decoration,
.customer-service input::-webkit-search-cancel-button,
.customer-service input::-webkit-search-results-button,
.customer-service input::-webkit-search-results-decoration {
  display: none;
}
.customer-service .input-text-wrap {
  position: relative;
}
.customer-service .input-text-wrap .icon-delete-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(calc(-50% - 4px));
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../../../comm/image/05Icon32PxThinClose.svg) no-repeat center/contain;
  background-size: 10px 10px;
}
.customer-service .input-text-wrap .icon-delete-btn.hidden {
  display: none;
}
.customer-service__inquiry-form-phone .siv-selectbox ~ .input-text-wrap .icon-delete-btn {
  transform: translateY(-50%);
}

.customer-service .input-search-style {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  margin-top: 25px;
}
.customer-service .input-search-style .input-text-wrap {
  position: relative;
  width: 100%;
}
.customer-service .input-search-style .input-text-wrap input[type=search] {
  width: 90%;
}
.customer-service .input-search-style .input-text-wrap .icon-delete-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: #f8f8f8;
  border-radius: 50%;
}
.customer-service .input-search-style .input-text-wrap .icon-delete-btn.hidden {
  display: none;
}
.customer-service .input-search-style .icon-search {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../../../comm/image/customer_service_search.svg) no-repeat center/contain;
  margin-left: 14px;
}
.customer-service .input-search-style.type-2 {
  margin-top: 0;
  padding-bottom: 0;
}
.customer-service .input-search-style.type-2 .input-text-wrap input[type=text] {
  margin-bottom: 10px;
  padding: 13px 13px 0 0;
  line-height: 22px;
  font-size: 16px;
  border: 0;
}
.customer-service__category-tab {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.customer-service__category-tab button {
  width: auto;
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  letter-spacing: -0.8px;
  color: #141a23;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.customer-service__category-tab button.on {
  border-color: #141a23;
  background-color: #141a23;
  color: #fff;
}
.customer-service__common-qna-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0;
  padding: 34px 24px 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__common-qna-item {
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__common-qna-item .common-qna-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  z-index: 10;
}
.customer-service__common-qna-item .common-qna-top.emergency::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d99c63;
  top: 14px;
  left: 24px;
}
.customer-service__common-qna-item .common-qna-top-info-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.customer-service__common-qna-item .common-qna-top-info-text.black {
  color: #000;
}
.customer-service__common-qna-item .common-qna-top-info-text.gray {
  color: #787878;
}
.customer-service__common-qna-item .common-qna-top-info-text:first-of-type {
  width: 295px;
}
.customer-service__common-qna-item .common-qna-top-info-text:last-of-type {
  margin-top: 6px;
}
.customer-service__common-qna-item .common-qna-top .icon-toggle-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../comm/image/icon_arrow_down_thin.svg);
}
.customer-service__common-qna-item .common-qna-top .icon-toggle-arrow.up {
  background-image: url(../../../comm/image/icon_arrow_up_thin.svg);
}
.customer-service__common-qna-item .common-qna-contents {
  display: flex;
  flex-flow: column wrap;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  background-color: #f8f8f8;
  padding: 24px;
  align-items: flex-start;
}
.customer-service__common-qna-item .common-qna-contents * {
  max-width: 100%;
}
.customer-service__common-qna-item .common-qna-contents.hidden {
  display: none;
}
.customer-service__common-qna-item .common-qna-contents img {
  display: block;
  max-width: 100%;
}
.customer-service__common-qna-btn {
  padding: 0 24px;
  margin: 24px 0 80px 0;
}
.customer-service__common-qna-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.23px;
  color: #000;
}
.customer-service__common-qna-btn button .icon-toggle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 4px;
  background-image: url(../../../comm/image/icon_arrow_down.svg);
}
.customer-service__common-qna-btn button .icon-toggle-arrow.up {
  background-image: url(../../../comm/image/icon_arrow_up.svg);
}
.customer-service__common-qna-empty {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
  padding: 110px 0;
}
.customer-service .siv-selectbox {
  margin-left: 0;
}
.customer-service .hidden {
  display: none;
}
.customer-service__nav {
  display: none;
}
.customer-service__main-consulting-btns, .customer-service__main-information, .customer-service__main-links, .customer-service__main-notice, .customer-service__main-frequently-qna {
  position: relative;
}
.customer-service__main-consulting-btns::after, .customer-service__main-information::after, .customer-service__main-links::after, .customer-service__main-notice::after, .customer-service__main-frequently-qna::after {
  content: "";
  position: absolute;
  width: 1192px;
  height: 8px;
  background-color: #f0f0f0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.customer-service__main-esg .wrap__title,
.customer-service__main-esg .sub__title {
  display: flex;
  padding: 0 24px;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #131922;
  letter-spacing: 0;
}
.customer-service__main-esg .wrap__title {
  height: 64px;
  font-size: 18px;
}
.customer-service__main-esg .sub__title {
  height: 48px;
  font-size: 16px;
}
.customer-service__main-esg .img__process {
  display: flex;
  justify-content: center;
  padding: 32px 0;
  background-color: #f8f8f8;
}
.customer-service__main-esg .img__process li {
  position: relative;
  width: 40px;
  padding-left: 52px;
  padding-top: 48px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: url("../../../comm/image/icon_esg_process_01.svg") 100% 0 no-repeat;
  background-size: 40px 40px;
  box-sizing: content-box;
}
.customer-service__main-esg .img__process li + li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background: url("../../../comm/image/arrow_esg_process.svg") 0 0 no-repeat;
}
.customer-service__main-esg .img__process li:nth-child(1) {
  padding-left: 0;
}
.customer-service__main-esg .img__process li:nth-child(2) {
  background: url("../../../comm/image/icon_esg_process_02.svg") 100% 0 no-repeat;
}
.customer-service__main-esg .img__process li:nth-child(3) {
  background: url("../../../comm/image/icon_esg_process_03.svg") 100% 0 no-repeat;
}
.customer-service__main-esg .img__process li:nth-child(4) {
  background: url("../../../comm/image/icon_esg_process_04.svg") 100% 0 no-repeat;
}
.customer-service__main-esg .step__process {
  padding: 4px 24px 24px;
}
.customer-service__main-esg .step__process > li {
  display: flex;
  align-items: flex-start;
  gap: 27px;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__main-esg .step__process > li span,
.customer-service__main-esg .step__process > li p {
  font-weight: bold;
  line-height: 24px;
}
.customer-service__main-esg .step__process > li span {
  font-size: 12px;
  color: #a0a0a0;
  letter-spacing: -0.3px;
}
.customer-service__main-esg .step__process > li p {
  font-size: 16px;
  color: #131922;
}
.customer-service__main-esg .step__process > li ul {
  margin-top: 12px;
}
.customer-service__main-esg .step__process > li ul li {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #404040;
}
.customer-service__main-esg .step__process > li ul li a {
  text-decoration: underline;
}
.customer-service__main-esg .step__process > li ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #929292;
}
.customer-service__main-esg .step__process > li ul li + li {
  margin-top: 8px;
}
.customer-service__main-esg .txt-1 {
  padding: 0 24px;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.customer-service__main-esg .txt-2 {
  margin-top: 8px;
  padding: 0 24px;
  font-size: 12px;
  line-height: 20px;
  color: #929292;
}
.customer-service__main-consulting-btns {
  padding: 24px 24px 36px;
}
.customer-service__main-consulting-btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #141a23;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
}
.customer-service__main-consulting-btns a:last-of-type {
  margin-top: 14px;
  color: #fff;
  background-color: #141a23;
  border-color: #141a23;
}
.customer-service__main-consulting-btns a .icon-pen {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../../comm/image/customer_service_pencil.png) no-repeat center/contain;
  margin-right: 8px;
}
.customer-service__main-consulting-btns a .icon-chat {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../comm/image/05-icon-32-px-thin-chat.svg) no-repeat center/contain;
  margin-right: 4px;
}
.customer-service__main-information {
  padding: 24px 24px 32px;
}
.customer-service__main-information .txt-1, .customer-service__main-information .txt-2 {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.customer-service__main-information .txt-1 {
  font-weight: 500;
}
.customer-service__main-information .txt-2 {
  position: relative;
  margin-left: 10px;
  font-weight: bold;
  color: #d99c63;
}
.customer-service__main-information .txt-2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d99c63;
}
.customer-service__main-information .txt-3 {
  font-size: 12px;
  line-height: 20px;
  color: #787878;
  margin-top: 8px;
}
.customer-service__main-information .txt-4 {
  line-height: 18px;
  color: #000;
  letter-spacing: -0.3px;
  margin-top: 8px;
}
.customer-service__main-information .txt-4 a {
  font-size: 12px;
  padding-right: 12px;
  background: url(../../../comm/image/ico_arrow_right.svg) no-repeat right center/12px;
}
.customer-service__main-information-phone {
  display: flex;
  align-items: center;
}
.customer-service__main-information-phone .icon-phone {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../../comm/image/customer_service_phone.svg) no-repeat center/contain;
  margin-right: 4px;
}
.customer-service__main-links {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  padding-bottom: 8px;
}
.customer-service__main-links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  height: 64px;
  padding: 0 24px;
  box-sizing: border-box;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
}
.customer-service__main-links a .icon-common {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 14px;
}
.customer-service__main-links a .icon-common.answer-check {
  background-image: url(../../../comm/image/05-icon-32-qn-a.svg);
}
.customer-service__main-links a .icon-common.shopping-guide {
  background-image: url(../../../comm/image/customer_service_shopping.svg);
}
.customer-service__main-links a .icon-common.stort-info {
  background-image: url(../../../comm/image/customer_service_store.svg);
}
.customer-service__main-links a .icon-common.notice {
  background-image: url(../../../comm/image/customer_service_notice.svg);
}
.customer-service__main-links a p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #000;
}
.customer-service__main-search {
  padding: 24px 24px 16px 24px;
}
.customer-service__main-search-tab {
  margin-top: 26px;
}
.customer-service__main-frequently-qna-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__main-frequently-qna-title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0;
  padding-left: 24px;
}
.customer-service__main-frequently-qna-item {
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__main-frequently-qna-item .item-wrap {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-service__main-frequently-qna-item a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
}
.customer-service__main-frequently-qna-item .icon-toggle-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.customer-service__main-frequently-qna-item .icon-toggle-arrow.down {
  background-image: url(../../../comm/image/icon_arrow_down.svg);
}
.customer-service__main-frequently-qna-item .icon-toggle-arrow.on {
  background-image: url(../../../comm/image/icon_arrow_up.svg);
}
.customer-service__main-notice-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 28px;
  position: relative;
}
.customer-service__main-notice-title::before {
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  height: 8px;
  background-color: #f0f0f0;
  content: "";
  margin-left: -336.5px;
  margin-right: -336.5px;
}
.customer-service__main-notice-title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0;
  padding-left: 24px;
}
.customer-service__main-notice-title .icon-arrow-right {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../comm/image/icon_arrow_right.svg) no-repeat center/contain;
  margin-right: 24px;
}
.customer-service__main-notice-list {
  position: relative;
}
.customer-service__main-notice-item.emergency::before {
  content: "";
  position: absolute !important;
  width: 4px !important;
  height: 4px !important;
  border-radius: 50%;
  background-color: #d99c63;
  top: 14px !important;
  left: 24px !important;
}
.customer-service__main-notice-item a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 24px;
}
.customer-service__main-notice-item a.emergency::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d99c63;
  top: 18px;
  left: 24px;
}
.customer-service__inquiry {
  padding: 0 24px 0 24px;
}
.customer-service__inquiry-title {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0;
}
.customer-service__inquiry-classification {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 16px;
}
.customer-service__inquiry-classification .siv-selectbox {
  width: calc(50% - 4px);
}
.customer-service__inquiry-classification .siv-selectbox:first-child {
  margin-left: 0;
  margin-right: 4px;
}
.customer-service__inquiry-btn {
  margin-top: 16px;
}
.customer-service__inquiry-input-contents {
  margin-top: 28px;
}
.customer-service__inquiry-thum .thum-list {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
}
.customer-service__inquiry-thum .thum-item {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 6px;
  background-color: #f8f8f8;
  overflow: hidden;
  align-items: center;
  border: 1px solid #e0e0e0;
  box-sizing: content-box;
}
.customer-service__inquiry-thum .thum-item:last-child {
  margin-right: 0;
}
.customer-service__inquiry-thum .thum-item.add {
  width: 62px;
  height: 62px;
  border: none;
  overflow: visible;
}
.customer-service__inquiry-thum .thum-item img {
  width: 100%;
}
.customer-service__inquiry-thum .thum-remove {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
  background: url(../../../comm/image/inquiry_thum_close.svg) no-repeat center/contain;
}
.customer-service__inquiry-thum .thum-add {
  width: 100%;
  height: 100%;
  background: #fff url(../../../comm/image/03_button_03_icon_add.svg) no-repeat center/100%;
}
.customer-service__inquiry-textarea {
  position: relative;
  width: 100%;
  height: 170px;
  border: 1px solid #e0e0e0;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
}
.customer-service__inquiry-textarea textarea {
  position: relative;
  width: 100%;
  height: 102px;
  font-size: 14px;
  line-height: 20px;
  color: #131922;
  background-color: transparent;
  resize: none;
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2;
}
.customer-service__inquiry-textarea textarea:focus {
  outline: none;
}
.customer-service__inquiry-textarea textarea::placeholder {
  line-height: 20px;
  color: #a0a0a0;
}
.customer-service__inquiry-textarea .text-counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #787878;
}
.customer-service__inquiry-form {
  margin-top: 16px;
  padding-top: 28px;
  border-top: 1px solid #f0f0f0;
}
.customer-service__inquiry-form-phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-service__inquiry-form-phone .input-text-wrap {
  width: calc(100% - 103px);
}
.customer-service__inquiry-form-phone .siv-selectbox {
  width: 95px;
}
.customer-service__inquiry-form-phone input[type=text] {
  margin-bottom: 0;
}
.customer-service__inquiry-option {
  display: flex;
  align-items: center;
}
.customer-service__inquiry-option label:first-of-type {
  margin-right: 36px;
}
.customer-service__inquiry-option .checkbox__label {
  align-items: flex-start;
}
.customer-service__inquiry-image-list {
  margin-top: 20px;
}
.customer-service__inquiry-image-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__inquiry-image-item:not(:first-of-type) {
  padding: 16px 0;
}
.customer-service__inquiry-image-item:first-of-type {
  padding-bottom: 16px;
}
.customer-service__inquiry-image-item .inquiry-wrap {
  display: flex;
  align-items: center;
}
.customer-service__inquiry-image-item .inquiry__img {
  width: 56px;
  height: 56px;
}
.customer-service__inquiry-image-item .inquiry__img img {
  width: 100%;
  height: 100%;
}
.customer-service__inquiry-image-item .inquiry__img-name {
  width: 207px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
  margin-left: 16px;
}
.customer-service__inquiry-image-item .inquiry__img-delete-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../comm/image/icon_close.svg) no-repeat center/contain;
}
.customer-service__inquiry-terms-of-use {
  padding: 0 24px;
  margin-top: 41px;
}
.customer-service__inquiry-terms-of-use-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0;
}
.customer-service__inquiry-terms-of-use-desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  margin-top: 13px;
}
.customer-service__inquiry-terms-of-use-notice {
  margin-top: 24px;
}
.customer-service__inquiry-terms-of-use ul {
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
  padding: 16px 14px;
  margin-top: 16px;
}
.customer-service__inquiry-terms-of-use ul li {
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #787878;
  background: url(../../../comm/image/icon_bullet_small.svg) no-repeat top 8px left;
}
.customer-service__inquiry-terms-of-use ul li b {
  font-weight: normal;
  font-weight: 500;
  color: #404040;
  font-size: 15px;
}
.customer-service__inquiry-terms-of-use ul li:last-child {
  margin-bottom: 0;
}
.customer-service__inquiry-terms-of-use .checkbox__label {
  align-items: flex-start;
}
.customer-service__inquiry-select-product {
  padding: 4px 24px 0 24px;
}
.customer-service__inquiry-select-product .checkbox__label {
  align-items: flex-start;
}
.customer-service__inquiry-select-product .product-list {
  margin-top: 20px;
}
.customer-service__inquiry-select-product .product-item {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__inquiry-select-product .product-item:first-child {
  border-top: 1px solid #f0f0f0;
}
.customer-service__inquiry-select-product .product-item label {
  align-items: baseline;
  margin-top: 0;
}
.customer-service__inquiry-select-product .product-item__img {
  display: flex;
  width: 80px;
  height: 120px;
  margin-left: 4px;
  background-color: #f8f8f8;
  align-items: center;
}
.customer-service__inquiry-select-product .product-item__img img {
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: multiply;
}
.customer-service__inquiry-select-product .product-item__info {
  margin-left: 16px;
  padding: 6px 0;
  width: 195px;
}
.customer-service__inquiry-select-product .product-item__info-txt-1, .customer-service__inquiry-select-product .product-item__info-txt-2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
}
.customer-service__inquiry-select-product .product-item__info-txt-1 {
  font-weight: bold;
  color: #000;
}
.customer-service__inquiry-select-product .product-item__info-txt-2 {
  color: #404040;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.customer-service__inquiry-select-product .product-item__info-txt-3 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
}
.customer-service__inquiry-select-product .product-item__info-txt-3.margin-style {
  margin-top: 4px;
}
.customer-service__inquiry-select-product .product-item__info-size::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  margin: 0 8px 0 5px;
}
.customer-service__inquiry-select-product .product-item__info-order-number {
  margin-left: 6px;
}
.customer-service__inquiry-select-product .product-item__info.flex-style {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.customer-service__inquiry-select-product-btn {
  margin-top: 24px;
}
.customer-service__inquiry-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 80px;
  padding: 0 24px;
}
.customer-service__inquiry-btns button {
  width: calc(50% - 4px);
}
.customer-service__inquiry-history-btn {
  padding: 24px 24px 40px 24px;
  position: relative;
}
.customer-service__inquiry-history-btn::before {
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  height: 8px;
  background-color: #f0f0f0;
  content: "";
  margin-left: -336.5px;
  margin-right: -336.5px;
  width: 1192px;
  transform: translateX(-48px);
}
.customer-service__inquiry-history-btn button,
.customer-service__inquiry-history-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customer-service__inquiry-history-btn button:last-of-type,
.customer-service__inquiry-history-btn a:last-of-type {
  margin-top: 12px;
}
.customer-service__inquiry-history-btn button .icon-pen,
.customer-service__inquiry-history-btn a .icon-pen {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../../../comm/image/customer_service_pencil.png) no-repeat center/contain;
  margin-right: 8px;
}
.customer-service__inquiry-history-wrap {
  margin-top: 1px;
}
.customer-service__inquiry-history-wrap .calander__select {
  padding: 0 24px;
}
.customer-service__inquiry-history-wrap .calander__select .calander__wrap input {
  width: 100%;
  padding: 0 12px;
}
.customer-service__inquiry-history-wrap .calander__select .calander__wrap .form_input,
.customer-service__inquiry-history-wrap .calander__select .calander__wrap input,
.customer-service__inquiry-history-wrap .calander__select .calander__wrap button {
  height: 40px;
}
.customer-service__inquiry-history-wrap .calander__select .calander__wrap input {
  font-size: 12px;
}
.customer-service__inquiry-history-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}
.customer-service__inquiry-history-top-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0;
  color: #000;
}
.customer-service__inquiry-history-top-month {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.customer-service__inquiry-history-top-month .icon-toggle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../../../comm/image/ico_arrow_down.svg) no-repeat center/contain;
}
.customer-service__inquiry-history-top-month .icon-toggle-arrow.up {
  background: url(../../../comm/image/icon_arrow_up_thin.svg) no-repeat center/contain;
}
.customer-service__inquiry-history-list-btn {
  padding: 32px 24px 81px 24px;
  display: flex;
  align-items: center;
}
.customer-service__inquiry-history-list-btn .icon-toggle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 4px;
  background-image: url(../../../comm/image/icon_arrow_down.svg);
}
.customer-service__inquiry-history-list-btn .icon-toggle-arrow.up {
  background-image: url(../../../comm/image/icon_arrow_up.svg);
}
.customer-service__inquiry-history-item .history-top {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__inquiry-history-item .history-top-badge {
  display: inline-block;
  width: 45px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  letter-spacing: 0;
  padding: 2px 4px;
}
.customer-service__inquiry-history-item .history-top-badge.gray {
  background-color: #c8c8c8;
  color: #fff;
}
.customer-service__inquiry-history-item .history-top-badge.black {
  background-color: #141a23;
  color: #fff;
}
.customer-service__inquiry-history-item .history-top-info {
  margin-top: 8px;
}
.customer-service__inquiry-history-item .history-top-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.customer-service__inquiry-history-item .history-top-info-wrap .icon-toggle-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../comm/image/icon_arrow_down_thin.svg);
}
.customer-service__inquiry-history-item .history-top-info-wrap .icon-toggle-arrow.up {
  background-image: url(../../../comm/image/icon_arrow_up_thin.svg);
}
.customer-service__inquiry-history-item .history-top-info-txt-1 {
  width: 295px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
  word-break: break-all;
}
.customer-service__inquiry-history-item .history-top-info-txt-1 .category {
  font-weight: bold;
}
.customer-service__inquiry-history-item .history-top-info-txt-2 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
  margin-top: 12px;
  word-break: break-all;
}
.customer-service__inquiry-history-item .history-contents {
  background-color: #f8f8f8;
  padding: 19px 24px 25px 24px;
}
.customer-service__inquiry-history-item .history-contents-question, .customer-service__inquiry-history-item .history-contents-answer {
  display: flex;
  flex-wrap: wrap;
}
.customer-service__inquiry-history-item .history-contents-question-badge, .customer-service__inquiry-history-item .history-contents-answer-badge {
  width: 14px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #131922;
}
.customer-service__inquiry-history-item .history-contents-question-desc, .customer-service__inquiry-history-item .history-contents-answer-desc {
  width: calc(100% - 22px);
  margin-left: 8px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.customer-service__inquiry-history-item .history-contents-question-imgs {
  display: flex;
  margin-top: 12px;
  margin-left: 22px;
}
.customer-service__inquiry-history-item .history-contents-question-imgs .question-img {
  width: 84px;
  height: 84px;
}
.customer-service__inquiry-history-item .history-contents-question-imgs .question-img img {
  width: 100%;
  height: 100%;
}
.customer-service__inquiry-history-item .history-contents-question-imgs .question-img:not(:last-of-type) {
  margin-right: 8px;
}
.customer-service__inquiry-history-item .history-contents-answer {
  padding: 24px 0;
  border-top: 1px solid #f0f0f0;
}
.customer-service__inquiry-history-item .history-contents-survey {
  padding: 24px 0 0 11px;
  border-top: 1px solid #f0f0f0;
}
.customer-service__inquiry-history-item .history-contents-survey-desc {
  padding-left: 11px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dt {
  margin-bottom: 12px;
  padding-left: 11px;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dd {
  display: flex;
  flex-wrap: wrap;
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dd:nth-child(2) {
  padding-left: 11px;
}
.radio {
  padding: 0 24px 28px 24px;
}
.radio__label {
  display: flex;
  align-items: center;
  width: calc(50% - 15px);
  margin-bottom: 10px;
  font-size: 14px;
}
.radio__label input {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(../../../comm/image/selection_controls_off.svg) no-repeat center/contain;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.radio__label input:checked {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url(../../../comm/image/selection_controls_on.svg) no-repeat center/contain;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.customer-service__inquiry-history-item .history-contents-survey-item dl dd .stars {
  width: 96px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dd .star-5 {
  background-image: url(../../../comm/image/stars5.svg);
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dd .star-4 {
  background-image: url(../../../comm/image/stars4.svg);
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dd .star-3 {
  background-image: url(../../../comm/image/stars3.svg);
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dd .star-2 {
  background-image: url(../../../comm/image/stars2.svg);
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dd .star-1 {
  background-image: url(../../../comm/image/stars1.svg);
}
.customer-service__inquiry-history-item .history-contents-survey-item dl dd .textarea-style {
  margin-top: 6px;
}
.customer-service__inquiry-history-item .history-contents-survey-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.customer-service__inquiry-history-item .history-contents-survey-submit button {
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  background-color: #707070;
}
.customer-service__inquiry-history-item .history-contents-survey-submit button.submit {
  margin-left: 4px;
  background-color: #141a23;
}
.customer-service__inquiry-history-item .history-contents-product {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
  background-color: #fff;
  padding: 16px 22px;
}
.customer-service__inquiry-history-item .history-contents-product:not(:first-of-type) {
  margin-top: 1px;
}
.customer-service__inquiry-history-item .history-contents-product-wrap {
  margin-top: 16px;
  padding-bottom: 24px;
}
.customer-service__inquiry-history-item .history-contents-product-img {
  flex-shrink: 0;
  display: flex;
  width: 56px;
  height: 84px;
  line-height: 84px;
  background-color: #f8f8f8;
  overflow: hidden;
  align-items: center;
}
.customer-service__inquiry-history-item .history-contents-product-img img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
.customer-service__inquiry-history-item .history-contents-product-info {
  flex-shrink: 0;
  margin-left: 16px;
  padding-top: 14px;
  width: calc(100% - 16px - 56px);
}
.customer-service__inquiry-history-item .history-contents-product-info * {
  word-break: break-all;
}
.customer-service__inquiry-history-item .history-contents-product-info .txt-1 {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.08px;
  color: #000;
}
.customer-service__inquiry-history-item .history-contents-product-info .txt-2 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #404040;
  margin-top: 6px;
}
.customer-service__inquiry-history-item .history-contents-product-info .txt-3 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
  margin-top: 6px;
}
.customer-service__inquiry-history-item .history-contents-product-info .txt-3 span:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  background-color: #e0e0e0;
  margin: 0 8px;
}
.customer-service__inquiry-history-item .history-contents-btns {
  text-align: right;
  margin-top: -15px;
}
.customer-service__inquiry-history-item .history-contents-btns button {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
}
.customer-service__inquiry-history-item .history-contents-btns button + button::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  margin: 0 8px 0 4px;
}
.customer-service__inquiry-history-date {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
  align-items: center;
  margin-top: 1px;
  padding: 0 24px;
  gap: 8px;
}
.customer-service__inquiry-history-date.hidden {
  display: none;
}
.customer-service__inquiry-history-date .calander {
  position: relative;
  flex: 1;
}
.customer-service__inquiry-history-date .calander input[type=text] {
  width: 100%;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000;
  padding-left: 12px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.customer-service__inquiry-history-date .calander .icon-calander {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../comm/image/icon_calander.svg) no-repeat center/contain;
}
.customer-service__inquiry-history-date-btn {
  width: 82px;
  height: 40px;
}
.customer-service__inquiry-history-empty {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
  margin-top: 137px;
  margin-bottom: 16px;
}
.customer-service__inquiry .desc {
  margin-top: 16px;
}
.customer-service__inquiry .desc-item .underline {
  cursor: pointer;
}
.customer-service__inquiry .margin-style {
  margin-top: 20px;
}
.common-txt-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: -0.4px;
  padding-bottom: 20px;
}
.common-txt-desc {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
}
.common-txt-desc.black {
  color: #000;
}
.info {
  margin-bottom: 24px;
}
.info-item {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #f0f0f0;
}
.info-item:first-child {
  border-top: 1px solid #f0f0f0;
}
.info-item-title {
  width: 84px;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  color: #787878;
}
.info-item-content {
  width: calc(100% - 100px);
  margin-left: 16px;
}
.info-item-content-txt-1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
}
.info-item-content-txt-1:not(:first-of-type) {
  margin-top: 8px;
}
.info-item-content-txt-2 {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  margin-top: 8px;
}
.info-item-content-txt-3 {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.info-item-content-txt-4 {
  font-size: 12px;
  line-height: 18px;
  color: #787878;
  margin-top: 8px;
}

.desc-numbering-list {
  counter-reset: list-number;
  margin-top: 13px;
}
.desc-numbering-item {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  padding-left: 18px;
  counter-increment: list-number;
}
.desc-numbering-item:not(.desc-numbering-item:first-of-type) {
  margin-top: 7px;
}
.desc-numbering-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(list-number) ".";
}
.desc-big-bullet-item {
  padding-left: 12px;
  position: relative;
  font-size: 14px;
}
.desc-big-bullet-item:not(.desc-big-bullet-item:first-of-type) {
  margin-top: 8px;
}
.desc-big-bullet-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #404040;
  border-radius: 50%;
}
.desc-dash-list {
  margin-top: 8px;
}
.desc-dash-item {
  padding-left: 8px;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #787878;
  margin-left: 12px;
}
.desc-dash-item:not(.desc-dash-item:first-of-type) {
  margin-top: 8px;
}
.desc-dash-item::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.customer-service__shopping-guide-tab {
  padding: 20px 24px 28px;
  position: relative;
}
.customer-service__shopping-guide-tab::before {
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  height: 8px;
  background-color: #f0f0f0;
  content: "";
  margin-left: -336.5px;
  margin-right: -336.5px;
  width: 1192px;
  transform: translateX(-48px);
}
.customer-service__shopping-guide-join {
  padding: 40px 24px 72px;
}
.customer-service__shopping-guide-join-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 235px;
  height: 136px;
  background: url(../../../comm/image/pattern_shopping_guide.svg) no-repeat center/100%;
  margin: auto;
  margin-bottom: 20px;
}
.customer-service__shopping-guide-join-banner .banner-txt-1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
.customer-service__shopping-guide-join-banner .banner-txt-2 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  color: #e0e0e0;
  margin-top: 8px;
}
.customer-service__shopping-guide-join-integrate, .customer-service__shopping-guide-join-simple {
  margin-top: 50px;
}
.customer-service__shopping-guide-join-integrate button, .customer-service__shopping-guide-join-simple button {
  margin-top: 24px;
}
.customer-service__shopping-guide-join-simple p:last-of-type {
  margin-top: 8px;
}
.customer-service__shopping-guide-benefit {
  padding: 42px 24px 72px 24px;
}
.customer-service__shopping-guide-benefit-point {
  margin-top: 50px;
}
.customer-service__shopping-guide-benefit-level-benefit {
  margin-top: 50px;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-list {
  margin-top: 20px;
  margin-bottom: 24px;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item {
  display: flex;
  padding: 24px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item.bronze {
  align-items: center;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-badge {
  width: 69px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-badge img {
  width: 32px;
  height: 32px;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-badge-name {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #404040;
  margin-top: 1px;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-info {
  margin-left: 24px;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-info-txt-1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #000;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-info-txt-2 {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-info-txt-2.margin-8 {
  margin-top: 8px;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-info .desc {
  margin-top: 8px;
  margin-bottom: 8px;
}
.customer-service__shopping-guide-benefit-level-benefit .level-benefit-guide-item-info .desc:last-of-type {
  margin-bottom: 0;
}
.customer-service__shopping-guide-coupon-point {
  padding: 42px 24px 72px 24px;
}
.customer-service__shopping-guide-coupon-point .notice-point, .customer-service__shopping-guide-coupon-point .notice-coupon {
  margin-top: 50px;
}
.customer-service__shopping-guide-coupon-point .notice-point .desc, .customer-service__shopping-guide-coupon-point .notice-coupon .desc {
  margin-top: 16px;
}
.customer-service__shopping-guide-order-delivery {
  padding: 42px 24px 72px 24px;
}
.customer-service__shopping-guide-order-delivery .delivery-info {
  margin-top: 50px;
}
.customer-service__shopping-guide-order-delivery .delivery-info .desc {
  margin-top: 8px;
}
.customer-service__shopping-guide-order-delivery .pay-method {
  margin-top: 50px;
}
.customer-service__shopping-guide-order-delivery .pay-method .desc {
  margin-top: 15px;
}
.customer-service__shopping-guide-refund {
  padding: 42px 24px 72px 24px;
}
.customer-service__shopping-guide-refund .notice-return-exchange {
  margin-top: 50px;
}
.customer-service__shopping-guide-refund .notice-return-exchange p:last-of-type {
  margin-top: 8px;
}
.customer-service__shopping-guide-refund .notice-return-exchange .info {
  margin-top: 32px;
}
.customer-service__shopping-guide-refund .notice-return-exchange .info .desc {
  margin-top: 8px;
}
.customer-service__shopping-guide-refund .notice-refund {
  padding-top: 25px;
}
.customer-service__shopping-guide-refund .notice-refund li {
  font-size: 14px;
}
.customer-service__shopping-guide-refund .notice-as {
  margin-top: 50px;
}
.customer-service__shopping-guide-refund .notice-as-table {
  margin-top: 24px;
}
.customer-service__shopping-guide-refund .notice-as-table-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__shopping-guide-refund .notice-as-table-item.title {
  border-top: 1px solid #f0f0f0;
  padding: 13px 0;
}
.customer-service__shopping-guide-refund .notice-as-table-item.title p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  color: #000;
}
.customer-service__shopping-guide-refund .notice-as-table-item .width-1 {
  width: 167px;
  margin-right: 60px;
  font-weight: 500;
}
.customer-service__shopping-guide-refund .notice-as-table-item .width-2 {
  width: 100px;
  font-weight: 500;
}
.customer-service__shopping-guide-refund .notice-remark {
  margin-top: 29px;
}
.customer-service__store-guide-search {
  padding: 0 24px 38px;
}
.customer-service__store-guide-search .search-selectbox-wrap {
  margin: 35px 0 12px;
}
.customer-service__store-guide-search .search-selectbox-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.customer-service__store-guide-search .search-selectbox-location .siv-selectbox:last-of-type {
  margin-left: 9px;
}
.customer-service__store-guide-tab {
  display: flex;
  flex-flow: row wrap;
  padding: 0 24px 28px;
  position: relative;
}
.customer-service__store-guide-tab::before {
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  height: 8px;
  background-color: #f0f0f0;
  content: "";
  margin-left: -336.5px;
  margin-right: -336.5px;
  width: 1192px;
  transform: translateX(-48px);
}
.customer-service__store-guide-tab button {
  width: auto;
  height: 40px;
  margin: 0 8px 8px 0;
  padding: 0 16px;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #131922;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.customer-service__store-guide-tab button.on {
  color: #fff;
  background-color: #131922;
  border-color: #131922;
}
.customer-service__store-guide-tab button:last-child {
  margin-right: 0;
}
.customer-service__store-guide-list-btn {
  padding: 24px 24px 80px 24px;
}
.customer-service__store-guide-list-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.23px;
}
.customer-service__store-guide-list-btn button .icon-toggle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 4px;
}
.customer-service__store-guide-list-btn button .icon-toggle-arrow.up {
  background-image: url(../../../comm/image/icon_arrow_up.svg);
}
.customer-service__store-guide-list-btn button .icon-toggle-arrow.down {
  background-image: url(../../../comm/image/icon_arrow_down.svg);
}
.customer-service__store-guide-list-empty {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
  padding: 110px 0;
  position: relative;
}
.customer-service__store-guide-list-empty::before {
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  height: 8px;
  background-color: #f0f0f0;
  content: "";
  margin-left: -336.5px;
  margin-right: -336.5px;
}
.customer-service__store-guide-item {
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__store-guide-item .store-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 6px;
}
.customer-service__store-guide-item .store-address, .customer-service__store-guide-item .store-phone {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #929292;
}
.customer-service__store-guide-item .store-phone {
  margin-top: 4px;
}

.popup__content {
  /****** 문의상품 ******/
  /****** 매장상세 ******/
}
.popup__content .checkbox__label {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.popup__content .checkbox__label--input {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../../comm/image/icon_checkbox_off.svg) no-repeat center/contain;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.popup__content .checkbox__label--input:checked {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(../../../comm/image/icon_checkbox_on_black.svg) no-repeat center/contain;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.popup__content .checkbox__label span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
  margin-right: 6px;
}
.popup__content .desc {
  padding: 20px 26px;
  background-color: #f8f8f8;
}
.popup__content .common__product-list {
  padding-bottom: 8px;
  position: relative;
}
.popup__content .common__product-list::before {
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  height: 8px;
  background-color: #f0f0f0;
  content: "";
  margin-left: -336.5px;
  margin-right: -336.5px;
}
.popup__content .common__product-list-btn {
  padding: 24px 24px 32px 24px;
}
.popup__content .common__product-list-btn .icon-toggle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 4px;
  background-image: url(../../../comm/image/icon_arrow_down.svg);
}
.popup__content .common__product-list-btn .icon-toggle-arrow.up {
  background-image: url(../../../comm/image/icon_arrow_up.svg);
}
.popup__content .common__product-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 24px;
}
.popup__content .common__product-item-top {
  padding: 20px 0 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup__content .common__product-item-top-info li {
  margin-bottom: 6px;
}
.popup__content .common__product-item-top-info li:last-child {
  margin-bottom: 0;
}
.popup__content .common__product-item-top-info li span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #404040;
}
.popup__content .common__product-item-top-info li span.order-date-title::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  margin: 0 5px 0 20px;
}
.popup__content .common__product-item-top-info li span.order-number-title::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  margin: 0 5px 0 8px;
}
.popup__content .common__product-item-top .icon-toggle-arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../comm/image/icon_arrow_down.svg) no-repeat center/contain;
}
.popup__content .common__product-item-top .icon-toggle-arrow.up {
  background: url(../../../comm/image/icon_arrow_up_thin.svg) no-repeat center/contain;
}
.popup__content .common__product-item-contents.hidden {
  display: none;
}
.popup__content .common__product-item-contents::after {
  content: "";
  display: block;
  width: 100vw;
  height: 8px;
  transform: translateX(-24px);
  background-color: #f0f0f0;
}
.popup__content .common__product-item-contents.hidden::after {
  display: none;
}
.popup__content .common__product-item-contents .product-item {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0;
}
.popup__content .common__product-item-contents .product-item label {
  align-items: baseline;
  margin-top: 0;
}
.popup__content .common__product-item-contents .product-item__img {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 120px;
  margin-left: 4px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.popup__content .common__product-item-contents .product-item__img img {
  max-height: 100%;
  max-width: 100%;
  mix-blend-mode: multiply;
}
.popup__content .common__product-item-contents .product-item__info {
  flex-shrink: 1;
  margin-left: 16px;
  padding: 6px 0;
  width: calc(100% - 120px);
}
.popup__content .common__product-item-contents .product-item__info-txt-1, .popup__content .common__product-item-contents .product-item__info-txt-2 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.08px;
}
.popup__content .common__product-item-contents .product-item__info-txt-1 {
  font-weight: bold;
  color: #000;
}
.popup__content .common__product-item-contents .product-item__info-txt-2 {
  color: #404040;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.popup__content .common__product-item-contents .product-item__info-txt-3, .popup__content .common__product-item-contents .product-item__info-txt-4 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
}
.popup__content .common__product-item-contents .product-item__info-txt-3 {
  color: #787878;
}
.popup__content .common__product-item-contents .product-item__info-txt-3.margin-style {
  margin-top: 4px;
}
.popup__content .common__product-item-contents .product-item__info-txt-4 {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #141a23;
  margin-top: 4px;
}
.popup__content .common__product-item-contents .product-item__info-txt-4 .original {
  color: #a0a0a0;
  margin-right: 2px;
}
.popup__content .common__product-item-contents .product-item__info-txt-4 .product-price {
  margin-left: 2px;
}
.popup__content .common__product-item-contents .product-item__info-size::before {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  margin: 0 8px 0 5px;
}
.popup__content .common__product-item-contents .product-item__info-order-number {
  margin-left: 6px;
}
.popup__content .common__product-item-contents .product-item__info.flex-style {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.popup__content .common__product-item-contents.padding-style {
  padding: 0 24px;
}
.popup__content .common__product-item-contents.hidden {
  display: none;
}
.popup__content .common__product-select-product-btn {
  padding: 32px 24px 48px;
}
.popup__content .common__product-empty {
  padding: 0 24px;
  margin-top: 18px;
}
.popup__content .common__product-empty-month {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.popup__content .common__product-empty-month .icon-toggle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background: url(../../../comm/image/ico_arrow_down.svg) no-repeat center/contain;
}
.popup__content .common__product-empty-month .icon-toggle-arrow.up {
  background: url(../../../comm/image/icon_arrow_up_thin.svg) no-repeat center/contain;
}
.popup__content .common__product-empty-comment {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
  color: #787878;
  margin-top: 110px;
}
.popup__content .hidden {
  display: none;
}
.popup__content .inquiry__order-product-tab {
  position: sticky;
  position: -webkit-sticky;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 10;
}
.popup__content .inquiry__order-product-tab a {
  flex: 1;
  height: 48px;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #929292;
  border-bottom: 1px solid #e0e0e0;
}
.popup__content .inquiry__order-product-tab a.on {
  color: #141a23;
  border-bottom: 2px solid #141a23;
}
.popup__content .inquiry__order-product-tab.non-member a {
  width: 188px;
}

.popup__content .inquiry__look-up {
  padding: 0 24px;
}
.popup__content .inquiry__look-up-month {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.popup__content .inquiry__look-up-month .icon-toggle-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  transform: translateY(2px);
  background: url(../../../comm/image/ico_arrow_down.svg) no-repeat center/contain;
}
.popup__content .inquiry__look-up-month .icon-toggle-arrow.up {
  background: url(../../../comm/image/icon_arrow_up_thin.svg) no-repeat center/contain;
}
.popup__content .inquiry__look-up-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup__content .inquiry__look-up-date.hidden {
  display: none;
}
.popup__content .inquiry__look-up-date .calander {
  position: relative;
}
.popup__content .inquiry__look-up-date .calander input[type=text] {
  width: 17px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000;
  padding-left: 12px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.popup__content .inquiry__look-up-date .calander .icon-calander {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../../comm/image/icon_calander.svg) no-repeat center/contain;
}
.popup__content .inquiry__look-up-date-btn {
  width: 82px;
  height: 40px;
}
.popup__content .inquiry__find-product-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 0;
  padding: 0 24px;
}
.popup__content .inquiry__find-product-search .siv-selectbox {
  width: 100%;
  margin-left: 0;
  margin-bottom: 8px;
}
.popup__content .inquiry__find-product-search .siv-selectbox span {
  width: 100%;
  margin-left: 12px;
}
.popup__content .inquiry__find-product-search .form_input {
  width: calc(100% - 9rem - 8px);
  box-sizing: border-box;
}
.popup__content .inquiry__find-product-search .input-wrap input[type=text] {
  width: 100%;
  margin-bottom: 0;
}
.popup__content .inquiry__find-product-search-btn {
  width: 9rem;
  margin-left: 8px;
}
.popup__content .inquiry-order-product .common__product-item-contents .product-item:last-child {
  padding-bottom: 32px;
  border-bottom: 0;
}
.popup__content .inquiry-shopping-bag .common__product-item-contents::after {
  display: none;
}
.popup__content .inquiry-dib .common__product-item-contents::after {
  display: none;
}
.popup__content .inquiry-find-product .common__product-item-contents::after {
  display: none;
}
.popup__content .store-detail-title {
  display: flex;
  min-height: 64px;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  align-items: center;
  box-sizing: border-box;
  color: #131922;
}
.popup__content .store-detail table {
  border-collapse: separate;
  margin-bottom: 32px;
}
.popup__content .store-detail table th,
.popup__content .store-detail table td {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.popup__content .store-detail table th {
  width: 60px;
  color: #787878;
  vertical-align: text-top;
  padding-right: 16px;
}
.popup__content .store-detail table td {
  color: #404040;
}
.popup__content .store-detail table tr:not(:last-of-type) th,
.popup__content .store-detail table tr:not(:last-of-type) td {
  border-bottom: 6px solid transparent;
}
.popup__content .store-detail-position {
  width: 100%;
  height: 400px;
  background-color: #f0f0f0;
}
.popup__content .tab-content {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 550px;
}
.popup__content .tab-content.active {
  display: block;
}

@media screen and (min-width: 1024px) {
  .customer-service .responsive_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .customer-service .responsive-width-1 {
    width: 327px;
    margin: auto;
    box-sizing: border-box;
  }
  .customer-service .responsive-width-1.customer-service__inquiry-terms-of-use {
    margin: 41px auto 0 auto;
  }
  .customer-service .responsive-width-2 {
    width: 375px;
    margin: auto;
    box-sizing: border-box;
  }
  .customer-service .responsive-width-2.customer-service__inquiry-terms-of-use {
    margin: 41px auto 0 auto;
  }
  .customer-service__nav {
    width: 208px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 44px 24px 24px 24px;
    margin-right: 16px;
    box-sizing: content-box;
  }
  .customer-service__nav-title {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
    color: #141a23;
  }
  .customer-service__nav-list {
    margin-top: 19px;
  }
  .customer-service__nav-item {
    display: block;
    padding: 10px 0;
    color: #141a23;
    font-size: 16px;
  }
  .customer-service__nav-item.active {
    font-weight: bold;
    color: #000;
  }
  .customer-service__nav.hidden {
    display: block;
  }
  .customer-service__wrap {
    width: 1192px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 20px 0 80px 0;
    overflow-x: hidden;
  }
  .customer-service__main-links .right {
    justify-content: right;
  }
  .customer-service__main-links .right p {
    width: 97px;
  }
  .customer-service__main-notice {
    padding-bottom: 0;
  }
  .customer-service .shopping-guide-join, .customer-service .shopping-guide-benefit, .customer-service .shopping-guide-order-delivery, .customer-service .shopping-guide-coupon-point, .customer-service .shopping-guide-refund {
    padding-bottom: 0;
  }
  .customer-service__shopping-guide-refund .info {
    margin-bottom: 0;
  }
  .customer-service__inquiry-btns {
    padding-top: 32px;
  }
  .customer-service__inquiry-title {
    margin-top: 20px;
  }
  .customer-service__inquiry-textarea {
    margin-top: 8px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1023px) {
  .customer-service .responsive-width-1 {
    width: 327px;
    margin: auto;
    box-sizing: border-box;
  }
  .customer-service .responsive-width-1.customer-service__inquiry-terms-of-use {
    margin: 41px auto 0 auto;
  }
  .customer-service .responsive-width-2 {
    width: 375px;
    margin: auto;
    box-sizing: border-box;
  }
  .customer-service .responsive-width-2.customer-service__inquiry-terms-of-use {
    margin: 41px auto 0 auto;
  }
  .customer-service__inquiry-btns {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
/****** 자주 찾는 질문 ******/
.qna__warp {
  padding: 11px 15px 28px 24px;
  box-sizing: border-box;
  position: relative;
}
.qna__warp::before {
  position: absolute;
  bottom: 0;
  left: -24px;
  right: -24px;
  height: 8px;
  background-color: #f0f0f0;
  content: "";
  margin-left: -336.5px;
  margin-right: -336.5px;
  width: 1192px;
  transform: translateX(-48px);
}
.qna__warp-tag {
  margin-top: 26px;
}
.qna__warp-tag a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
.qna__warp-tag a:not(:last-of-type) {
  margin-right: 12px;
}
.qna__warp-tab {
  margin-top: 24px;
}
.qna__warp-tab .tab__btns button,
.qna__warp-tab .tab__btns a {
  min-width: 66px;
  letter-spacing: 0.8px;
}
.qna__warp-top10, .qna__warp-search-result {
  padding-bottom: 80px;
}

.textarea-style {
  position: relative;
  width: 100%;
  height: 110px;
  border: 1px solid #e0e0e0;
  padding: 16px 16px 0 16px;
  box-sizing: border-box;
  background-color: #fff;
}
.textarea-style textarea {
  width: 100%;
  height: 42px;
  resize: none;
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
}
.textarea-style textarea::placeholder {
  color: #a0a0a0;
}
.textarea-style .text-counter {
  position: absolute;
  bottom: 16px;
  right: 16px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.06px;
  color: #787878;
}
.textarea-style.margin-gap {
  margin-top: 16px;
}
.textarea-style.hidden {
  display: none;
}

.cst_map {
  width: 100%;
  height: 400px;
}

.map_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.map_wrap .mapMk {
  position: relative;
  display: inline-block;
  padding: 0 5px 4px 5px;
  text-align: center;
  color: #fff;
  background: url("../../../comm/image/bgMapMk.png") no-repeat 50% 0;
}
.map_wrap .mapMk:before, .map_wrap .mapMk:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 29px;
  background: url("../../../comm/image/bgMapMk.png") no-repeat 0 0;
}
.map_wrap .mapMk:after {
  background-position: 100% 0;
  right: 0;
  left: auto;
}
.map_wrap .mapMk em {
  display: block;
  padding: 0 11px;
  line-height: 29px;
  background: #212121;
  white-space: nowrap;
}

.radius_border {
  border: 1px solid #919191;
  border-radius: 5px;
}

.custom_typecontrol {
  position: absolute;
  top: 10px;
  right: 10px;
  overflow: hidden;
  width: 130px;
  height: 30px;
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 12px;
}
.custom_typecontrol span {
  display: block;
  width: 65px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.custom_typecontrol .btn {
  background: #fff;
  background: linear-gradient(#fff, #e6e6e6);
}
.custom_typecontrol .btn:hover {
  background: #f5f5f5;
  background: linear-gradient(#f5f5f5, #e3e3e3);
}
.custom_typecontrol .btn:active {
  background: #e6e6e6;
  background: linear-gradient(#e6e6e6, #fff);
}
.custom_typecontrol .btn .selected_btn {
  color: #fff;
  background: #425470;
  background: linear-gradient(#425470, #5b6d8a);
}
.custom_typecontrol .btn .selected_btn:hover {
  color: #fff;
}

.custom_zoomcontrol {
  position: absolute;
  top: 50px;
  right: 10px;
  width: 36px;
  height: 80px;
  overflow: hidden;
  z-index: 1;
  background-color: #f5f5f5;
}
.custom_zoomcontrol span {
  display: block;
  width: 36px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.custom_zoomcontrol span:first-child {
  border-bottom: 1px solid #bfbfbf;
}
.custom_zoomcontrol span img {
  width: 15px;
  height: 15px;
  padding: 12px 0;
  border: none;
  box-sizing: content-box;
}

.popup-inquiry-select-product .form_input {
  margin-bottom: 0;
}

.popup-inquiry-select-product-mypage .common__product-list {
  padding-bottom: 0;
  position: static;
}
.popup-inquiry-select-product-mypage .common__product-list:before {
  content: none;
}
.popup-inquiry-select-product-mypage .common__product-item {
  border-bottom: none;
}
.popup-inquiry-select-product-mypage .common__product-item-contents::after {
  content: none;
}
.popup-inquiry-select-product-mypage .common__product-item-contents .product-item {
  transform: translate3d(0, 0, 0);
}
.popup-inquiry-select-product-mypage .common__product-item-contents .product-item:first-child {
  padding-top: 0;
}
.popup-inquiry-select-product-mypage .common__product-item-contents .product-item__item {
  min-width: 0;
  flex: 1 1 auto;
}
.popup-inquiry-select-product-mypage .common__product-item-contents .product-item__info {
  flex-shrink: 1;
}

.customer-service__main-links a {
  box-shadow: none;
}
.customer-service__main-links a:nth-of-type(1) {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.customer-service__main-links a:nth-of-type(2) {
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__main-links a:nth-of-type(3) {
  border-right: 1px solid #f0f0f0;
}
.customer-service__main-notice-item {
  position: relative;
}
.customer-service__main-notice-item:not(:last-of-type) {
  padding-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}
.customer-service__main-notice-item.emergency::before {
  position: initial;
  bottom: auto !important;
  right: auto;
  height: auto;
  background-color: none;
  margin: 0;
}

.shopping-guide-benefit {
  padding: 0 2.4rem;
  padding-bottom: 120px;
}

.customer-service__category-content.shopping-guide-benefit {
  padding: 0 0 120px 0;
}
.customer-service__ars {
  padding: 0 24px 0 24px;
}

.customer-service__ars_number {
  font-size: 24px;
  font-weight: bold;
  line-height: 22px;
  margin: 20px 0;
}
.customer-service__ars_number span {
  font-size: 16px;
  font-weight: normal;
}
.customer-service__ars_number + .common-txt-desc {
  margin-bottom: 8px;
}

.customer-service__ars_keypad {
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.customer-service__ars_keypad ol {
  display: flex;
  flex-wrap: wrap;
  width: 224px;
  margin: 0 auto;
  gap: 16px;
  padding: 40px 0;
}
.customer-service__ars_keypad li {
  display: flex;
  width: 62px;
  height: 62px;
  font-size: 24px;
  color: #131922;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 100%;
}
.customer-service__ars_keypad li.checked {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.customer-service__ars_keypad li span {
  line-height: normal;
}

.customer-service__ars_desc dl {
  position: relative;
  padding-left: 80px;
  margin-top: 32px;
}
.customer-service__ars_desc dl:after {
  content: "9";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
}
.customer-service__ars_desc dl:first-child:after {
  content: "0";
}
.customer-service__ars_desc dl dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
}
.customer-service__ars_desc dl dd {
  font-size: 12px;
  line-height: 20px;
  color: #787878;
  letter-spacing: -0.1px;
}
.customer-service__ars_desc dl dd li {
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #787878;
}
.form_input {
  box-sizing: content-box;
}
.form_input.start_date, .form_input.end_date {
  padding-left: 0;
}

.popup-inquiry-select-product .inquiry-order-product .form_input {
  height: 40px;
  box-sizing: border-box;
}

.layer_popup-inquiry-select-product .start_date,
.layer_popup-inquiry-select-product .end_date,
.popup-inquiry-select-product .start_date,
.popup-inquiry-select-product .end_date {
  padding-left: 12px;
}

.popup__content .inquiry__order-product-tab {
  top: 76px;
}