@import url('//hangeul.pstatic.net/hangeul_static/css/nanum-barun-gothic.css');

body {
  margin: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
*::selection {
  background-color: #a9a9a9;
  color: #fff;
}
ol,
ul {
  list-style: none;
  padding: 0;
}

.a11y {
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
button,
select,
option,
input {
  font-family: "Pretendard", "NanumBarunGothic", "Noto Sans KR", "맑은 고딕", Dotum, sans-serif;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }

/* 폼(공통?) */
.ui-group-radio {
  display: inline-block;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  background-color: #fff;
}
.ui-group-radio:after {
  content: "";
  display: block;
  clear: both;
}
.ui-group-radio .radio {
  float: left;
  position: relative;
}
.ui-group-radio .radio label {
  float: left;
  padding: 0 45px;
  line-height: 40px;
  font-size: 15px;
  color: #717171;
}
.ui-group-radio .radio input {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 0px; /* width:calc(100% - 10px);*/
  height: 1px; /*height:calc(100% - 10px);*/
  cursor: pointer; /* opacity:0 */
  border: 0;
  background: rgba(255, 255, 255, 0) url(../images/common/bg-trans.png);
}
.ui-group-radio .radio input:checked + label {
  background: #e1141c;
  color: #fff;
}
.ui-group-radio .radio input:focus ~ label {
  border: 1px solid #ddd;
}
.ui-group-radio .radio ~ .radio label {
  border-bottom-left-radius: 10px;
}
.ui-input-text {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  font-size: 15px;
  color: #717171;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 3px;
}
.ui-input-text:read-only {
  background: #e5e5e5;
}
textarea.ui-input-text {
  height: auto;
  min-height: 160px;
  padding: 8px 10px;
  line-height: 25px;
}
textarea.ui-input-text + span.byte {
  position: absolute;
  bottom: 15px;
  right: 10px;
  font-weight: 300;
}
.ui-select-basic {
  display: inline-block;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 3px;
}
.ui-select-basic select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 30px 0 10px;
  font-size: 17px;
  color: #717171;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background: url(./images/ico_arrow_down.png) calc(100% - 10px) 50% no-repeat;
  background-size: 12px auto;
}
.ui-input-radio {
  display: inline-block;
  position: relative;
}
.ui-input-radio label {
  display: block;
  padding-left: 30px;
  line-height: 20px;
  font-size: 15px;
  font-weight: normal;
}
.ui-input-radio input {
  position: absolute;
  left: -2px;
  top: 0;
  width: 0px;
  height: 1px;
  cursor: pointer; /* opacity:0 */
  border: 0;
  background-color: rgba(255, 255, 255, 0);
}
.ui-input-radio input:focus ~ label {
  border: 1px solid #ddd;
}
.ui-input-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dedede;
  background-color: #fff;
  border-radius: 100%;
}
.ui-input-radio label:after {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color: #e1141c;
  border-radius: 100%;
}
.ui-input-radio input:checked + label:after {
  display: block;
}
.ui-input-checkbox {
  position: relative;
}
.ui-input-checkbox input {
  /* position:absolute; left:-9999px */
  position: absolute;
  left: -2px;
  top: 0;
  width: 0px;
  height: 1px;
  cursor: pointer; /* opacity:0 */
  border: 0;
  background-color: rgba(255, 255, 255, 0);
}
.ui-input-checkbox input + label {
  padding-left: 32px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 400;
}
.ui-input-checkbox input + label:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff url(../images/common/btn-ckeck-off.png) center center
    no-repeat;
  background-size: 13px auto;
  border: 2px solid #ddd;
  border-radius: 4px;
}
.ui-input-checkbox input:checked + label {
  color: #e1141c;
  font-weight: 500;
}
.ui-input-checkbox input:checked + label:after {
  background: #e1141c url(../images/common/btn-ckeck-on.png) center center
    no-repeat;
  background-size: 13px auto;
  border-color: #e1141c;
}
.ui-input-checkbox + a {
  display: inline-block;
  margin-left: 30px;
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}
.ui-input-checkbox input:focus ~ label {
  border: 1px solid #ddd;
}

@media (max-width: 640px) {
  .ui-input-text {
    height: 40px;
    border-radius: 4px;
  }
  textarea.ui-input-text {
    height: auto;
  }
  .ui-select-basic {
    border-radius: 4px;
  }
  .ui-select-basic select {
    height: 38px;
    font-size: 17px;
  }
  .ui-group-radio .radio input:checked + label {
    padding: 0 20px;
  }
}

.wrap-address {
  position: relative;
  width: 100%;
}
.wrap-address:after {
  content: "";
  display: block;
  clear: both;
}
.wrap-address .ui-address-btn {
  position: relative;
  float: left;
  width: 100px;
}
.wrap-address .ui-address-btn .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.wrap-address .ui-address-btn .label {
  display: block;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-bottom-left-radius: 8px;
  background-color: #555;
}

.wrap-address .addressed {
  float: right;
  width: calc(100% - 110px);
}
.wrap-address .addressed .list:after {
  content: "";
  display: block;
  clear: both;
}
.wrap-address .addressed .list li {
  position: relative;
  float: left;
  border-radius: 3px;
  background-color: #e5e5e5;
}
.wrap-address .addressed .list li:nth-of-type(1) {
  width: 180px;
}
.wrap-address .addressed .list li:nth-of-type(2) {
  margin-left: 10px;
  width: calc(100% - 190px);
}
.wrap-address .addressed .list li:nth-of-type(3) {
  margin-top: 10px;
  width: 100%;
}

.wrap-attach {
  position: relative;
  width: 100%;
  padding-bottom: 55px;
}
.wrap-attach:after {
  content: "";
  display: block;
  clear: both;
}
.wrap-attach .ui-attach-btn {
  float: left;
  position: relative;
  width: 100px;
}
.wrap-attach .ui-attach-btn .input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; /* opacity:0 */
  border: 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.wrap-attach .ui-attach-btn .label {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-bottom-left-radius: 8px;
  background-color: #555;
}
.wrap-attach .attatched {
  float: right;
  width: calc(100% - 110px);
}
.wrap-attach .attatched .list li {
  position: relative;
  padding-right: 46px;
  border-radius: 3px;
  background-color: #e5e5e5;
}
.wrap-attach .attatched .list li ~ li {
  margin-top: 8px;
}
.wrap-attach .attatched .list li:last-child {
  margin-bottom: 15px;
}
.wrap-attach .attatched .list li .del {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border: 0;
  background: url(../images/common/ico-delete.png) 50% 50% no-repeat;
  background-size: 8px 8px;
}
.wrap-attach .attatched .list li span {
  display: block;
  height: 36px;
  padding: 0 0 0 14px;
  line-height: 36px;
  font-size: 13px;
  color: #e1141c;
  overflow: hidden;
}
.wrap-attach .attatched .note {
  font-size: 13px;
  line-height: 18px;
  color: #717171;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.wrap-attach > a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 110px;
  min-width: 210px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  background: #e1141c;
  border-bottom-left-radius: 10px;
}
.wrap-form .note-req {
  margin-top: -11px;
  margin-bottom: 14px;
  text-align: center;
}
.wrap-form .note-req .note {
  display: inline-block;
  padding: 0 32px;
  line-height: 22px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  background-color: #e1141c;
}
.wrap-form .group-form {
  padding: 54px 0;
}
.wrap-form .group-form ~ .group-form {
  border-top: 1px dashed #ddd;
}
.wrap-form .group-form:after {
  content: "";
  display: block;
  clear: both;
}
.wrap-form .group-form h3 {
  float: left;
  width: 200px;
  padding: 5px 0;
  line-height: 36px;
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
}
.wrap-form .ui-button-submit {
  display: block;
  width: 300px;
  margin: 20px auto 0;
  border: 0;
  border-bottom-left-radius: 10px;
  background-color: #e1141c;
  color: #fff;
  font-size: 2rem;
  line-height: 50px;
  cursor: pointer;
}
.group-form .tbl-form {
  float: left;
  width: calc(100% - 200px);
}
.group-form .tbl-form tr th {
  width: 160px;
  padding: 5px 0;
  line-height: 36px;
  font-size: 16px;
  color: #717171;
  font-weight: normal;
  text-align: left;
}
.group-form .tbl-form tr th .req {
  padding-left: 0.6rem;
  font-size: 16px;
  color: #e1141c;
  font-weight: normal;
}
.group-form .tbl-form tr td {
  position: relative;
  padding: 5px 0;
  vertical-align: middle;
  font-size: 15px;
  color: #717171;
}
.group-form .tbl-form tr td .ui-input-radio ~ .ui-input-radio {
  margin-left: 36px;
}
.group-form .tbl-form tr td .unit {
  display: inline-block;
  padding: 0 10px;
  line-height: 36px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.group-form .tbl-form tr td.row-email > * {
  float: left;
}
.group-form .tbl-form tr td.row-email .ui-input-text {
  width: 30%;
}
.group-form .tbl-form tr td.row-email .unit.email {
  width: 36px;
  padding: 0;
}
.group-form .tbl-form tr td.row-email .ui-select-basic {
  float: right;
  width: calc(40% - 47px);
}
.group-form .tbl-form tr td.row-phone > * {
  float: left;
  width: 135px;
}
.group-form .tbl-form tr td.row-phone > * ~ * {
  margin-left: 10px;
}
.group-form .tbl-form tr td.row-address > span,
.group-form .tbl-form tr td.row-address > input {
  float: left;
  width: calc((100% - 10px) / 2);
}
.group-form .tbl-form tr td.row-address > * ~ * {
  margin-left: 10px;
}
.group-form .tbl-form tr td.row-disabled > * {
  float: left;
}
.group-form .tbl-form tr td.row-disabled .ui-select-basic {
  width: 38%;
}
.group-form .tbl-form tr td.row-disabled .ui-select-basic:nth-of-type(1) {
  margin-right: 10px;
  width: 22%;
}
.group-form .tbl-form tr td.row-disabled .ui-input-text {
  width: calc(40% - 44px);
}
.group-form .tbl-form tr td.row-num > * {
  float: left;
}
.group-form .tbl-form tr td.row-num > input {
  width: 135px;
}
.group-form .tbl-form tr td.row-type span:last-child {
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 338px);
}
.group-form .tbl-form tr td.row-type span:last-child input {
  width: 100%;
}
.group-form.agree .tbl-form tr td {
  padding: 10px 0;
}

@media (max-width: 845px) {
  .group-form .tbl-form tr td.row-phone > * {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 800px) {
  .ui-input-checkbox + a {
    float: right;
    line-height: 20px;
  }
  .wrap-form .group-form {
    padding: 35px 0;
  }
  .wrap-form .group-form h3 {
    float: none;
    margin-bottom: 10px;
  }
  .group-form .tbl-form {
    float: none;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .ui-input-text,
  .ui-input-radio label {
    font-size: 13px;
  }
  .ui-group-radio .radio label {
    padding: 0 30px;
  }
  .ui-input-checkbox input + label {
    font-size: 15px;
  }
  .ui-input-checkbox + a {
    margin-left: 0px;
  }
  .group-form .tbl-form tr.no-reflow td {
    text-align: right;
  }
  .group-form .tbl-form tr:not(.no-reflow) th,
  .group-form .tbl-form tr:not(.no-reflow) td {
    display: block;
  }
  .group-form .tbl-form tr th {
    width: auto;
  }
  .group-form .tbl-form tr th,
  .group-form .tbl-form tr td {
    font-size: 13px;
  }
  .group-form .tbl-form tr th .req {
    font-size: 13px;
  }
  .group-form .tbl-form tr td.row-email .ui-input-text {
    width: calc(100% - 20px);
  }
  .group-form .tbl-form tr td.row-email .unit.email {
    width: 20px;
    text-align: right;
  }
  .group-form .tbl-form tr td.row-email .ui-input-text ~ .ui-input-text,
  .group-form .tbl-form tr td.row-email .ui-input-text ~ .ui-select-basic {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .group-form .tbl-form tr td.row-phone > * {
    width: calc(calc(100% - 20px) / 3);
  }
  .wrap-address .addressed .list li {
    float: none;
    width: 100%;
  }
  .wrap-address .addressed .list li:nth-of-type(1) {
    width: 100%;
  }
  .wrap-address .addressed .list li:nth-of-type(2) {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .wrap-attach .ui-attach-btn .input {
    font-size: 1.1rem;
  }
  .wrap-attach .ui-attach-btn .label,
  .wrap-attach .attatched .list li span {
    font-size: 13px;
  }
  .wrap-attach .attatched .note {
    font-size: 11px;
  }
  .wrap-attach > a {
    margin-left: 0;
    min-width: 170px;
    line-height: 50px;
  }
  .wrap-form .ui-button-submit {
    width: 100%;
    font-size: 18px;
    -webkit-appearance: none;
    appearance: none;
  }
  .wrap-form .group-form {
    padding: 30px 0;
  }
  .wrap-form .group-form h3 {
    line-height: normal;
    padding: 0;
  }
  .group-form .tbl-form tr td .ui-input-radio {
    width: 130px;
  }
  .group-form .tbl-form tr td .ui-input-radio ~ .ui-input-radio {
    margin-left: 0;
  }
  .group-form .tbl-form tr td .ui-input-radio {
    margin-bottom: 30px;
  }
  .group-form .tbl-form tr td.row-disabled .ui-select-basic {
    width: 100%;
  }
  .group-form .tbl-form tr td.row-disabled .ui-select-basic:nth-of-type(1) {
    margin-bottom: 10px;
    width: 48%;
  }
  .group-form .tbl-form tr td.row-disabled .ui-input-text {
    width: calc(52% - 44px);
  }
  .group-form .tbl-form tr td.row-num > input {
    width: calc(100% - 47px);
  }
  .group-form .tbl-form tr td.row-type span:last-child {
    margin-left: 0;
    width: calc(100% - 133px);
  }
}

.ui-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.ui-popup.active {
  display: block;
}
.ui-popup:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.ui-popup .ui-popup-container {
  display: inline-block;
  position: relative;
  height: calc(100vh - 200px);
  width: 1100px;
  padding-top: 82px;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
}
.ui-popup .ui-popup-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 29px 30px;
}
.ui-popup .ui-popup-header .ui-popup-title {
  font-size: 2.4rem;
  font-weight: 500;
}
.ui-popup .ui-popup-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  line-height: 1.666em;
  color: #717171;
}
.ui-popup .ui-popup-content-inner {
  padding: 28px 30px;
}
.ui-popup .ui-popup-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  background: url(/coopmall/images/r16/main/all_flock_close.jpg) 50% 50%
    no-repeat;
  background-size: 50% 50%;
}

@media (max-width: 1200px) {
  .ui-popup .ui-popup-container {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1024px) {
  .ui-popup .ui-popup-container {
    width: calc(100% - 60px);
  }
}
@media (max-width: 800px) {
  .ui-popup .ui-popup-container {
    width: calc(100% - 40px);
    padding-top: 65px;
  }
  .ui-popup .ui-popup-header {
    height: 65px;
    padding: 21px 20px;
  }
  .ui-popup .ui-popup-header .ui-popup-title {
    font-size: 18px;
  }
  .ui-popup .ui-popup-content-inner {
    padding: 21px 20px;
  }
  .ui-popup .ui-popup-close {
    top: 12px;
    right: 10px;
    width: 38px;
    height: 38px;
  }
}
.section-store {
  max-width: 1280px;
  padding: 0 40px 120px;
  margin: 0 auto;
  margin-bottom: 110px;
  font-family: "Pretendard", "NanumBarunGothic", "Noto Sans KR", "맑은 고딕", Dotum, sans-serif;
}
.section-store .header-section {
  padding: 80px 0 50px;
  text-align: center;
}
.section-store .header-section h2 {
  font-size: 4rem;
  font-weight: 500;
}
.section-store .header-section .desc {
  margin-top: 18px;
  font-size: 15px;
  color: #717171;
}
.section-store .search-form {
  position: relative;
}
.section-store .search-form .btns-open {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
}
.section-store .search-form .btns-open .search {
  float: left;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 3px;
  background: #fff url(/coopmall/images/r16/main/ico-store-search.png) 50% 50%
    no-repeat;
  background-size: 24px 24px;
}
.section-store .search-form .btns-open .search:hover,
.section-store .search-form .btns-open .search:focus {
  background-color: #68becd;
  background-image: url(/coopmall/images/r16/main/ico-store-search-active.png);
  cursor: pointer;
}
.section-store .search-form .btns-open .list {
  display: none;
  float: left;
  position: relative;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  border: 0;
  background-color: #fff;
}
.section-store .search-form .btns-open .list:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin: -1px 0 0 -9px;
  background-color: #a91054;
}
.section-store .search-form .btns-open .list:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 12px;
  margin: -8px 0 0 -9px;
  border-top: 2px solid #a91054;
  border-bottom: 2px solid #a91054;
}
.section-store .search-form .btns-open .list:hover,
.section-store .search-form .btns-open .list:focus {
  background-color: #68becd;
  border-color: #fff;
  cursor: pointer;
}
.section-store .search-form .btns-open .list:hover:before {
  background-color: #fff;
}
.section-store .search-form .btns-open .list:hover:after {
  border-color: #fff;
}
.section-store .search-form .map {
  height: 860px;
}
.section-store .search-form .map .label-map {
  position: relative;
  top: -35px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 10px;
  background: #a91054;
  color: #fff;
  font-size: 15px;
  z-index: 1;
}
.section-store .search-form .map .label-map.sig {
  background-color: #009ea1;
}
.section-store .search-form .map .label-map.sig:after {
  border-color: #009ea1 transparent transparent transparent;
}
.section-store .search-form .map .label-map:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -5.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #a91054 transparent transparent transparent;
}
.section-store .search-form .map .overlay-map {
  position: relative;
  top: -90px;
  width: 300px;
  padding: 20px;
  border: 2px solid #009ea1;
  border-radius: 20px;
  background: #fff;
  font-size: 15px;
  text-align: left;
}
.section-store .search-form .map .overlay-map:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  margin-left: -5.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 6.5px 0 6.5px;
  border-color: #009ea1 transparent transparent transparent;
}
.section-store .search-form .map .overlay-map .place {
  display: inline-block;
  color: #333;
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}
.section-store .search-form .map .overlay-map .addr {
  color: #555;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 1.4;
  padding-right: 30px;
  word-break: keep-all;
}
.section-store .search-form .map .overlay-map .area {
  padding: 10px 0 0;
}
.section-store .search-form .map .overlay-map .phone {
  display: inline-block;
  padding: 0 10px 0 15px;
  background: url(/coopmall/icoop/store/images/ico_call.png) 0 50%/11px
    no-repeat;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.section-store .search-form .map .overlay-map .wayClose {
  position: absolute;
  top: -26px;
  right: -6px;
  width: 30px;
  height: 30px;
  background: url(/coopmall/icoop/store/images/ico_close.png) center/15px
    no-repeat;
  border: 0;
}
.section-store .option-group .opts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.section-store .option-group .opts .opt {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc((100% - 30px) / 4);
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
  margin-right: 10px;
  padding-bottom: calc((100% - 30px) / 4);
}
.section-store .option-group .opts .opt:nth-child(4n) {
  margin-right: 0;
}
.section-store .option-group .opts .opt input[type="checkbox"],
.section-store .option-group .opts .opt .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  text-align: center;
}
.section-store .option-group .opts .opt .wrap:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.section-store .option-group .opts .opt .wrap .ico {
  display: inline-block;
  width: calc(100% - 2px);
  font-size: 13px;
  padding-top: 48px;
  vertical-align: middle;
  opacity: 0.7;
  cursor: pointer;
}
.section-store .option-group .opts.opts1 .opt.opt1 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option1.png) 50% 12% no-repeat;
  background-size: 34px auto;
}
.section-store .option-group .opts.opts1 .opt.opt2 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option2.png) 50% 12% no-repeat;
  background-size: 34px auto;
}
.section-store .option-group .opts.opts1 .opt.opt3 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option3.png) 50% 12% no-repeat;
  background-size: 34px auto;
}
.section-store .option-group .opts.opts1 .opt.opt4 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option4.png) 50% 12% no-repeat;
  background-size: 34px auto;
}
.section-store .option-group .opts.opts2 .opt.opt1 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option5.png) 50% 16% no-repeat;
  background-size: auto 28px;
}
.section-store .option-group .opts.opts2 .opt.opt2 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option6.png) 50% 16% no-repeat;
  background-size: auto 28px;
}
.section-store .option-group .opts.opts2 .opt.opt3 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option7.png) 50% 16% no-repeat;
  background-size: auto 28px;
}
.section-store .option-group .opts.opts2 .opt.opt4 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option8.png) 50% 16% no-repeat;
  background-size: auto 28px;
}
.section-store .option-group .opts.opts2 .opt.opt5 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option9.png) 50% 0 no-repeat;
  background-size: 34px auto;
}
.section-store .option-group .opts.opts2 .opt.opt6 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option10.png) 50% 10% no-repeat;
  background-size: 40px auto;
}
.section-store .option-group .opts.opts2 .opt.opt7 .wrap .ico {
  background: url(/coopmall/icoop/store/images/ico-store-option11.png) 50% 20% no-repeat;
  background-size: 40px auto;
}
.section-store .option-group .opts .opt input[type="checkbox"] {
  position: absolute;
  z-index: 1; /* ? */
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -webkit-appearance: none;
  appearance: none;
  border: 0 none;
  background: rgba(255, 255, 255, 0);
}
.section-store .option-group .opts .opt.active .wrap,
.section-store .option-group .opts .opt input[type="checkbox"]:checked + .wrap {
  border-color: #e1141c;
  background-color: #e1141c;
}
.section-store .option-group .opts .opt.active .wrap .ico,
.section-store
  .option-group
  .opts
  .opt
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  color: #fff;
  opacity: 1;
}
.section-store .option-group .opts.opts1 .opt.active.opt1 .wrap .ico,
.section-store
  .option-group
  .opts.opts1
  .opt.opt1
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option1active.png);
}
.section-store .option-group .opts.opts1 .opt.active.opt2 .wrap .ico,
.section-store
  .option-group
  .opts.opts1
  .opt.opt2
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option2active.png);
}
.section-store .option-group .opts.opts1 .opt.active.opt3 .wrap .ico,
.section-store
  .option-group
  .opts.opts1
  .opt.opt3
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option3active.png);
}
.section-store .option-group .opts.opts1 .opt.active.opt4 .wrap .ico,
.section-store
  .option-group
  .opts.opts1
  .opt.opt4
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option4active.png);
}
.section-store .option-group .opts.opts2 .opt.active.opt1 .wrap .ico,
.section-store
  .option-group
  .opts.opts2
  .opt.opt1
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option5active.png);
}
.section-store .option-group .opts.opts2 .opt.active.opt2 .wrap .ico,
.section-store
  .option-group
  .opts.opts2
  .opt.opt2
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option6active.png);
}
.section-store .option-group .opts.opts2 .opt.active.opt3 .wrap .ico,
.section-store
  .option-group
  .opts.opts2
  .opt.opt3
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option7active.png);
}
.section-store .option-group .opts.opts2 .opt.active.opt4 .wrap .ico,
.section-store
  .option-group
  .opts.opts2
  .opt.opt4
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option8active.png);
}
.section-store .option-group .opts.opts2 .opt.active.opt5 .wrap .ico,
.section-store
  .option-group
  .opts.opts2
  .opt.opt5
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option9active.png);
}
.section-store .option-group .opts.opts2 .opt.active.opt6 .wrap .ico,
.section-store
  .option-group
  .opts.opts2
  .opt.opt6
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option10active.png);
}
.section-store .option-group .opts.opts2 .opt.active.opt7 .wrap .ico,
.section-store
  .option-group
  .opts.opts2
  .opt.opt7
  input[type="checkbox"]:checked
  + .wrap
  .ico {
  background-image: url(/coopmall/icoop/store/images/ico-store-option11active.png);
}
.section-store .search-panel {
  display: none;
  position: absolute;
  z-index: 12;
  left: 0;
  top: 0;
  width: 435px;
  height: 185px;
  padding: 19px 22px;
  background: #fff;
  border: 1px solid #eee;
}
.section-store .search-panel .tab-method ul {
  height: 36px;
}
.section-store .search-panel .tab-method ul:after {
  content: "";
  display: block;
  clear: both;
}
.section-store .search-panel .tab-method ul * {
  float: left;
}
.section-store .search-panel .tab-method ul li ~ li {
  margin-left: 5px;
}
.section-store .search-panel .tab-method ul li a {
  padding: 0 10px;
  line-height: 34px;
  font-size: 17px;
  color: #717171;
  transition: none;
}
.section-store .search-panel .tab-method ul li.active a {
  color: #009ea1;
  font-weight: 500;
  border-bottom: 2px solid #009ea1;
}
.section-store .search-panel .method {
  height: 85px;
  padding: 30px 0 0 0;
}
.section-store .search-panel .method:after {
  content: "";
  display: block;
  clear: both;
}
.section-store .search-panel .method.region {
  height: auto;
}
.section-store .search-panel .method.keyword .wrap-input {
  float: left;
  position: relative;
  width: calc(100% - 120px);
  height: 40px;
  border-bottom: 1px solid #000;
}
.section-store .search-panel .method.keyword .wrap-input input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 10px 0 30px;
  border: 0;
  font-size: 16px;
  background: url(/coopmall/images/r16/main/ico_search.jpg) 0 50% no-repeat;
  background-size: 18px auto;
}
.section-store .search-panel .method.keyword .wrap-input .clear {
  display: none;
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url('/mobile/img/btn_ca_close.png') 50% 50% no-repeat;
  background-size: cover;
}
.section-store .search-panel .method .submit {
  float: right;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #68becd;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.section-store .search-panel .method.keyword .submit {
  margin-top: 0;
  text-align: center;
}
.section-store .search-panel .method.region .ui-select-basic {
  float: left;
  width: calc((100% - 115px) / 2 - 12px);
  margin-bottom: 15px;
}
.section-store
  .search-panel
  .method.region
  .ui-select-basic
  ~ .ui-select-basic {
  margin-left: 5px;
  width: calc((100% - 115px) / 2 + 6px);
}
.section-store .search-panel .method.region .ui-select-basic select {
  height: 38px;
  background-size: 20px auto;
}
.section-store .search-panel .method.favor .wrap-input span {
  float: left;
  position: relative;
  width: calc(100% - 110px);
  text-align: left;
  font-size: 16px;
  line-height: 2.4;
}
.section-store .search-panel .method.favor p {
  font-size: 16px;
}
.section-store .search-panel .method.favor button.submit {
  float: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 14px auto 0;
  width: 140px;
}
.section-store .search-panel .toggle-option {
  text-align: right;
}
.section-store .search-panel .toggle-option .toggle {
  border: 0;
  background: none;
}
.section-store .search-panel .toggle-option .toggle .ico {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-right: 30px;
  font-size: 14px;
  color: #717171;
}
.section-store .search-panel .toggle-option .toggle .ico:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #ddd;
  background: url(/coopmall/icoop/store/images/ico-toggle-option.png) 50% 50% no-repeat;
  background-size: 8px auto;
}
.section-store .search-panel .toggle-option .toggle.active .ico {
  color: #68becd;
}
.section-store .search-panel .toggle-option .toggle.active .ico:after {
  border-color: #68becd;
  background-image: url(/coopmall/icoop/store/images/ico-toggle-option-active.png);
}
.section-store .search-panel .close-search {
  position: absolute;
  right: 14px;
  top: 16px;
  width: 32px;
  height: 32px;
  border: 0;
  background: url(/coopmall/images/r16/main/close.png) 50% 50% no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
}
.section-store .options-panel {
  display: none;
  position: absolute;
  z-index: 13;
  left: 0;
  top: 185px;
  width: 435px;
  height: calc(100% - 185px);
  background: #f7f7f7;
  border: 1px solid #eee;
  border-top: 0;
}
.section-store .options-panel .btn-close {
  display: none;
}
.section-store .options-panel .option-select {
  padding: 35px 30px;
}
.section-store .options-panel .option-select .btns-option {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 29px 29px;
}
.section-store .options-panel .option-select .btns-option:after {
  content: "";
  display: block;
  clear: both;
}
.section-store .options-panel .option-select .btns-option .submit {
  float: left;
  width: calc(50% - 5px);
  border: 0;
  border-radius: 10px;
  background-color: #68becd;
  text-align: center;
}
.section-store .options-panel .option-select .btns-option .submit span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.section-store .options-panel .option-select .btns-option .submit ~ .submit {
  float: right;
}
.section-store .options-panel .option-select .btns-option .reset {
  background-color: #555;
}
.section-store .search-result {
  display: none;
  position: absolute;
  z-index: 2;
  top: 185px;
  left: 0;
  width: 435px;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
}
.section-store .search-result .inner-result {
  height: calc(100% - 55px);
  margin: 0 10px 10px 15px;
  padding: 10px;
  overflow: auto;
  text-align: left;
}
.section-store .search-result .inner-result::-webkit-scrollbar {
  background: transparent;
  width: 8px;
}
.section-store .search-result .inner-result:hover::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
}
.section-store .search-result .inner-result::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 5px;
}
.section-store .search-result .bx-store {
  position: relative;
  padding: 25px 0;
  cursor: pointer;
}
.section-store .search-result .bx-store > div {
  display: inline-block;
  width: 92%;
}
.section-store .search-result .bx-store ~ .bx-store {
  border-top: 1px solid #eee;
}
.section-store .search-result .bx-store .place {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  padding-right: 16px;
}
.section-store .search-result .bx-store .phone-wrap{
  display: inline-block;
  font-size: 15px;
  color: #68becd;
  font-style: normal;
}
.section-store .search-result .bx-store .phone {
  display: inline-block;
  font-size: 15px;
  color: #68becd;
  font-style: normal;
}
.section-store .search-result .bx-store .star {
  position: absolute;
  top: 24px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url("../store/images/ico_star.png") 50% 50%/14px no-repeat;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  z-index: 15;
  cursor: pointer;
}
.section-store .search-result .bx-store .star.active {
  background: url("../store/images/ico_star_full.png") 50% 50%/14px no-repeat;
}
.section-store .search-result .bx-store .addr {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.666em;
  color: #717171;
  word-break: keep-all;
}
.section-store .search-result .bx-store .openingHours {
  margin-top: 10px;
  line-height: 1.2;
  color: #34A9EC;
  font-size: 14px;
  font-weight: 500;
}
.section-store .search-result .bx-store .openingHoursMemo {
  color: #34A9EC;
  font-size: 14px;
  margin-bottom: 10px;
}
.section-store .search-result .bx-store .link_to a {
  font-size: 14px;
  color: #009ea1;
  text-decoration: underline;
}
.section-store .search-result .bx-store .opts {
  margin-top: 23px;
}
.section-store .search-result .bx-store .opts:after {
  content: "";
  display: block;
  clear: both;
}
.section-store .search-result .bx-store .opts li,
.section-store .search-result .bx-store .opts li span {
  float: left;
}
.section-store .search-result .bx-store .opts li {
  margin: 0 4px 4px 0;
}
.section-store .search-result .bx-store .opts li span {
  padding: 0 9px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  font-size: 13px;
  line-height: 24px;
  white-space: nowrap;
}
.section-store .search-result #no-data {
  display: block;
  padding: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 1.666em;
  color: #717171;
}
.section-store .search-result .close-search {
  display: none;
}
.section-store .count-area {
  background-color: #eee;
  padding: 15px 25px;
  font-size: 16px;
  text-align: left;
}
.section-store .count-area .count {
  font-size: 17px;
  font-weight: 500;
}
.section-store .detail-store {
  display: none;
  position: absolute;
  z-index: 13;
  top: 0;
  left: 0;
  width: 435px;
  bottom: 0;
  background-color: #fff;
  border: 1px solid #eee;
}
.section-store .detail-store.active {
  display: block;
}
.section-store .detail-store .inner-detail {
  height: calc(100% - 79px);
  overflow: auto;
}
.section-store .detail-store .header-detail {
  position: relative;
  padding: 0 29px;
  border-bottom: 1px solid #eee;
}
.section-store .detail-store .header-detail .title {
  font-size: 20px;
  font-weight: normal;
  line-height: 78px;
}
.section-store .detail-store .header-detail .close {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  border: 0;
  background: url(/coopmall/images/r16/main/close.png) 50% 50% no-repeat;
  background-size: 18px 18px;
}
.section-store .detail-store .option-select {
  padding: 29px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eee;
}
.section-store .detail-store .option-select {
  padding: 25px 20px;
  height: 132px;
  overflow: hidden;
  overflow-x: auto;
}
.section-store .detail-store .option-select .inner-option {
  white-space: nowrap;
}
.section-store .detail-store .option-select .inner-option .wrap-opts {
  display: inline-block;
  font-size: 20px;
  white-space: nowrap;
}
.section-store
  .detail-store
  .option-select
  .inner-option
  .wrap-opts
  ~ .wrap-opts {
  margin-left: 20px;
}
.section-store .detail-store .option-select .inner-option .wrap-opts .opts {
  display: block;
  font-size: 0;
}
.section-store
  .detail-store
  .option-select
  .inner-option
  .wrap-opts
  .opts
  .opt {
  display: inline-block;
  width: 65px;
  flex: none;
  margin: 0;
}
.section-store
  .detail-store
  .option-select
  .inner-option
  .wrap-opts
  .opts
  .opt
  ~ .opt {
  margin-left: 5px;
}
.section-store .detail-store .information {
  padding: 39px 29px 0;
  text-align: left;
}
.section-store .detail-store .information dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-count: 2;
}
.section-store .detail-store .information dl dt,
.section-store .detail-store .information dl dd {
  word-break: keep-all;
  margin-bottom: 19px;
}
.section-store .detail-store .information dl dt {
  flex: 0 0 95px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.section-store .detail-store .information dl dd {
  flex: 0 0 calc(100% - 95px);
  font-size: 16px;
  color: #717171;
  line-height: 25px;
}
.section-store .detail-store .information dl dd:after {
  content: "";
  display: block;
  clear: both;
}
.section-store .detail-store .information dl dd .tick {
  float: left;
  margin-right: 4px;
  padding: 0 9px;
  border-bottom-left-radius: 7px;
  border: 2px solid #68becd;
  color: #68becd;
  line-height: 26px;
  font-size: 16px;
}
@media screen and (max-width:1200px) {
  .section-store {
    padding:0;
  }
  .section-store .search-panel {
    width: 100%;
  }
  .section-store .search-result {
    width: 100%;
  }
  .section-store .detail-store {
    width: 100%;
  }
}

.sub_title_area {
  z-index: 15;
}
.sub_title_area h1 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 0;
}
.sub_title_area span {
  display: block;
  margin: 15px 0 25px;
  font-size: 17px;
  font-weight: 400;
}

.store_area {
  position: relative;
  padding-left: 380px;
  padding-bottom: 120px;
  font-family: "Pretendard", "Malgun Gothic", dotum, "돋움", sans-serif;
  text-align: left;
}
.api_map_area {
  background: url(https://t1.daumcdn.net/mapjsapi/images/bg_tile.png);
}
/* 커스텀 오버레이 */
.close {
  position: absolute;
  top: -260px;
  right: -175px;
  color: #888;
  width: 25px;
  height: 25px;
  background: url("../store/images/ico_close.png") center/15px no-repeat;
  cursor: pointer;
}
.wrap {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 368px;
  height: 196px;
  margin-left: -182px;
  text-align: left;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.5;
}
.wrap * {
  padding: 0;
  margin: 0;
}
.wrap .info {
  width: 360px;
  height: 184px;
  padding: 20px;
  border-radius: 5px;
  border-bottom: 2px solid #ccc;
  border-right: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
}
.wrap .info:nth-child(1) {
  border: 0;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
}
.info .title {
  position: relative;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.info .store_nearWay {
  margin-left: 10px;
  color: #888;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.info .star {
  position: absolute;
  top: -5px;
  right: 0;
  width: 25px;
  height: 25px;
  background: url("../store/images/ico_star.png") 50% 50%/14px no-repeat;
  border: 0;
  font-size: 0;
  text-indent: -9999px;
  z-index: 15;
  cursor: pointer;
}
.info .star.active {
  background: url("../store/images/ico_star_full.png") 50% 50%/14px no-repeat;
}
.info .close:hover {
  cursor: pointer;
}
.info .area {
  position: relative;
  overflow: hidden;
}
.info .desc {
  position: relative;
}
.desc .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.desc .addr {
  padding: 0 40px 5px 0;
  line-height: 1.3;
  white-space: normal;
}
.desc .tel {
  display: inline-block;
  color: #888;
  padding: 0 10px 0 18px;
  background: url("../store/images/ico_call.png") 0 50%/12px no-repeat;
}
.desc .tel a {
  color: #888;
  text-decoration: none;
}
.desc .time {
  position: absolute;
  right: 0;
  display: inline-block;
  padding-left: 17px;
  color: #888;
}
.desc .time.on {
  /* color: #009ea1; */
  color: #333;
}
.desc .time:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: #888;
}
.desc .time.on::after {
  background-color: #009ea1;
}
.wrap .info:after {
  content: "";
  position: absolute;
  margin-left: -12px;
  left: 50%;
  bottom: 0;
  width: 22px;
  height: 12px;
  background: url("https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png");
}
.info .link {
  color: #5085bb;
  font-size: 14px;
  text-decoration: underline;
}
.btn_area {
  text-align: center;
}
.btn_area .store_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  padding: 5px 12px;
  background: #808080;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.store_side {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 380px;
  height: calc(100vh - 88px);
  border: 1px solid #ddd;
  padding-bottom: 60px;
  font-size: 15px;
  z-index: 10;
}
.store_tab {
  margin: 30px auto;
  padding: 0 30px;
}
.store_tab ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.store_tab ul li {
  position: relative;
  padding: 5px;
  font-size: 17px;
  cursor: pointer;
}
.store_tab ul li.on {
  font-weight: bold;
  color: #a92a55;
}
.store_tab ul li.on:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #a92a55;
}
.tab_area {
  display: none;
}
.tab_area.on {
  display: block;
}
.no_store dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  text-align: center;
  line-height: 1.4;
}
.no_store a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border: 1px solid #a92a55;
  border-radius: 24px;
  margin-top: 22px;
  padding: 0 30px;
  color: #a92a55;
  font-weight: 600;
  text-decoration: none;
}
.store_box {
  position: relative;
}
.store_search {
  position: relative;
  padding: 0 30px;
}
.store_sInner {
  position: relative;
}
.store_search input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 0 80px 0 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  line-height: 1.4;
  font-family: "Pretendard", "Malgun Gothic", dotum, "돋움", sans-serif;
}
.store_search input[type="text"]:focus-visible {
  outline: none;
}
.store_search .btn_search_del {
  display: none;
  position: absolute;
  top: 50%;
  right: 50px;
  width: 20px;
  height: 20px;
  background: url("../store/images/ico_closebtn.png") center/20px auto no-repeat;
  margin-top: -10px;
  text-indent: -9999px;
}
.store_search .btn_search_del.on {
  display: inline-block;
}
.store_search .btn_search {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../store/images/ico_search.png") center center no-repeat;
  border: 0;
  margin-top: -15px;
  text-indent: -9999px;
}
.store_desc {
  padding: 15px 5px;
  color: #a9a9a9;
  line-height: 1.5;
}
.store_desc .store_cnt {
  font-size: 17px;
  font-weight: 600;
}
.store_desc .favor_desc {
  background: url("../store/images/ico_star.png") left 40%/17px auto no-repeat;
  padding-left: 20px;
}

/* 지역검색 */
.store_select {
  display: flex;
}
.store_select ul {
  display: flex;
}
.store_select ul li:first-child {
  width: 140px;
  margin-left: 0;
}
.store_select ul li {
  width: 120px;
  margin-left: 5px;
}
.store_select select {
  width: 100%;
  height: 42px;
  background: #fff url("images/ico_arrow_down.png") no-repeat center right 10px/18px
    auto;
  border: 1px solid #888;
  border-radius: 5px;
  padding: 0 0 0 18px;
  font-family: "Pretendard", "Malgun Gothic", dotum, "돋움", sans-serif;
  color: #888;
  font-weight: 600;
  appearance: none;
}
.store_select button {
  width: 50px;
  height: 42px;
  margin-left: 5px;
  background: #fff;
  border: 1px solid #a92a55;
  border-radius: 4px;
  font-family: "Pretendard", "Malgun Gothic", dotum, "돋움", sans-serif;
  color: #a92a55;
  font-weight: 700;
  word-break: keep-all;
}

.store_container {
  padding-left: 30px;
  margin-right: 15px;
  max-height: 630px;
  overflow: auto;
}
.store_container::-webkit-scrollbar {
  background: transparent;
  width: 3px;
}
.store_container:hover::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
}
.store_container::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 5px;
}
.store_list {
  padding: 30px 0;
}
.store_item {
  position: relative;
  margin-top: 40px;
  padding: 0 20px 0 5px;
}
.store_item:first-child {
  margin-top: 0;
}
.infoWindow {
  position: relative;
  /* top: -35px; */
  top: -3px;
  bottom: -3px;
  min-width: 150px;
  min-height: 40px;
  padding: 15px;
  border-radius: 5px;
  background-color: #009ea1;
  color: #fff;
  word-break: keep-all;
  text-align: center;
}

@media screen and (max-width:800px) {  
  .section-store .search-form .btns-open .list {
    display: block;
  }
  .section-store .search-form, 
  .section-store .search-form .map {
    height: calc(100vh + 36px);
  }
  .section-store .search-result.opened {
    top: 235px;
  }
}
@media screen and (max-width:1200px) {
  .section-store .search-panel {
    padding: 19px 10px;
  }
  .section-store .search-panel .tab-method ul li a {
    padding: 0 4px;
    font-size: 16px;
  }
  .section-store .search-result .bx-store .place {
    display: block;
  }
  .section-store .search-result .bx-store .link_to a {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 20px;
  }
  .section-store .search-panel .method.favor button.submit {
    margin: 0 auto;
  }
}