.mainArea .leftBox, .searchMenuList a::before, .searchMenuBtn::before, .searchMenuBtn svg, .searchStoreList label::before {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.bread {
  text-align: left; }
  @media (max-width: 960px) {
    .bread {
      padding-left: 50px; } }

.mainArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 961px) {
  .mainArea .leftBox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 425px;
    padding-right: 20px; } }

@media (max-width: 960px) {
  .mainArea .leftBox {
    position: fixed;
    top: 51px;
    left: calc(-100% + 50px);
    z-index: 89;
    width: calc(100% - 50px);
    height: calc(100vh - 51px);
    background-color: #fff; }
    .mainArea .leftBox.open {
      left: 0; } }

@media (max-width: 960px) {
  .mainArea .leftBox form {
    height: calc(100vh - 51px);
    padding: 20px 30px 50px;
    overflow-y: auto; } }

.mainArea .leftBox h2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #191919; }

.mainArea .leftBox .moreBtn {
  margin-top: 40px;
  min-width: 168px; }

.mainArea .rightBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 80px; }
  @media (min-width: 961px) {
    .mainArea .rightBox {
      max-width: 955px;
      width: calc(100% - 255px);
      padding-left: 25px;
      border-left: 1px solid #ededed; } }
  @media (max-width: 960px) {
    .mainArea .rightBox {
      max-width: 680px;
      width: 100%;
      padding-left: 50px; } }
  @media (max-width: 640px) {
    .mainArea .rightBox {
      padding-left: 0; } }

@media (min-width: 481px) {
  .searchSelectBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 481px) {
  .searchWebInfoBox {
    width: 42.35294%;
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 80px; } }

@media (min-width: 481px) {
  .searchBranchBox {
    width: 57.64706%;
    padding: 50px 0 80px 20px;
    border-left: 1px solid #ededed; } }

@media (max-width: 480px) {
  .searchBranchBox {
    padding-top: 20px;
    border-top: 1px solid #ededed; } }

.searchMenuList {
  margin-bottom: 15px; }
  @media (min-width: 601px) and (max-width: 960px) {
    .searchMenuList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      .searchMenuList > li {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px; } }
  .searchMenuList a {
    position: relative;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e; }
    @media (min-width: 1181px) {
      .searchMenuList a:hover {
        color: #af8442; } }
    .searchMenuList a.current {
      color: #af8442; }
      .searchMenuList a.current::before {
        left: 0;
        width: 100%; }
    .searchMenuList a::before {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      width: 0;
      height: 2px;
      background-color: #af8442; }

.searchMenuBtn {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background: -webkit-linear-gradient(top, #af8442 50px, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) 100%) 50% no-repeat;
  background: -o-linear-gradient(top, #af8442 50px, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) 100%) 50% no-repeat;
  background: linear-gradient(to bottom, #af8442 50px, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.7) 100%) 50% no-repeat;
  cursor: pointer; }
  @media (min-width: 961px) {
    .searchMenuBtn {
      display: none; } }
  .searchMenuBtn.open {
    height: 100%; }
    .searchMenuBtn.open::before {
      opacity: 1;
      -webkit-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s; }
    .searchMenuBtn.open svg {
      fill: transparent; }
  .searchMenuBtn::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 1;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(left, #fff, #fff);
    background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(left, #fff, #fff);
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff);
    background-position: calc(50% - .5px) calc(50% - .5px);
    background-size: 1px 100%, 100% 1px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  .searchMenuBtn svg {
    position: absolute;
    top: 16.5px;
    left: 50%;
    z-index: 1;
    width: 17px;
    height: 17px;
    margin-left: -8.5px;
    fill: #fff; }

.searchDataTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 25px;
  letter-spacing: 1px;
  font-size: 14px;
  border-bottom: 1px solid #cacaca; }

.searchTextBox {
  padding-left: 10px;
  color: #464646;
  background: -webkit-gradient(linear, left top, right top, from(#af8442), to(#af8442)) 0 50%/3px 16px no-repeat;
  background: -webkit-linear-gradient(left, #af8442, #af8442) 0 50%/3px 16px no-repeat;
  background: -o-linear-gradient(left, #af8442, #af8442) 0 50%/3px 16px no-repeat;
  background: linear-gradient(to right, #af8442, #af8442) 0 50%/3px 16px no-repeat; }
  .searchTextBox span {
    color: #af8442; }

.searchResultQuantityBox {
  color: #949494; }
  .searchResultQuantityBox span {
    color: #af8442;
    margin-left: 5px;
    margin-right: 5px; }

.searchStoreList + h2 {
  margin-top: 10px; }

.searchStoreList h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #808080; }

.searchStoreList input {
  display: none; }

.searchStoreList label {
  position: relative;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  font-size: 14px;
  color: #808080;
  letter-spacing: .5px;
  cursor: pointer; }
  .searchStoreList label.checked::before {
    -webkit-box-shadow: inset 0 0 0 6px #af8442;
    box-shadow: inset 0 0 0 6px #af8442; }
  .searchStoreList label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    -webkit-box-shadow: inset 0 0 0 1px #d2d2d2;
    box-shadow: inset 0 0 0 1px #d2d2d2; }

@media (max-width: 960px) {
  .searchStoreList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; }
    .searchStoreList ul li {
      padding-left: 8px;
      padding-right: 8px; } }

.searchList > li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed; }

.searchList h3 a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #323232; }
  @media (min-width: 1181px) {
    .searchList h3 a:hover {
      color: #af8442; } }

.searchList strong {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #af8442; }
