#container {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 380px);
  padding: 90px 0px;
}

#container > .head {
  width: 100%;
  position: relative;
  min-height: 400px;
  background-image: url(../images/main_imgae_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#container > .head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}

#container > .head h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

#container > .content {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: inherit;
  background-color: #fff;
}

#container > .content .layout {
  width: 95%;
  position: relative;
  max-width: 1320px;
  margin: 0px auto;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#container > .content .layout > div .heading {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

#container > .content .layout > div .heading h2 {
  font-family: 'NanumSquare', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #343a40;
}

#container > .content .layout .category {
  width: 260px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  left: 0;
  display: block;
}

#container > .content .layout .category .category_box {
  width: 100%;
  position: relative;
  border: 1px solid #e9ecef;
}

#container > .content .layout .category .category_box ul {
  width: 100%;
  position: relative;
}

#container > .content .layout .category .category_box ul li {
  width: 100%;
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 10px;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  /*
                            &::after {
                                content:"\f107";
                                font-family: "FontAwesome", sans-serif;
                                font-size:2.2rem;
                                font-weight:500;
                                position:absolute;
                                right:10px;
                                color:#b8b8b8;
                            }
                            */
}

#container > .content .layout .category .category_box ul li span {
  font-size: 2.2rem;
  margin-right: 6px;
}

#container > .content .layout .category .category_box ul li p {
  font-family: 'NanumSquare', sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
}

#container > .content .layout .category .category_box ul li * {
  color: #303030;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

#container > .content .layout .category .category_box ul li:hover {
  background: #fafafa;
}

#container > .content .layout .category .category_box ul li.selected {
  background: var(--main-color) !important;
}

#container > .content .layout .category .category_box ul li.selected * {
  color: #fff !important;
}

#container > .content .layout .items_wrap {
  width: calc(100% - 260px);
  padding-left: 40px;
  position: relative;
}

#container > .content .layout .items_wrap .items {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}

#container > .content .layout .items_wrap .items .item {
  width: calc(33.333% - 26.666px);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #e9ecef;
  position: relative;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.35s, -webkit-box-shadow 0.35s;
  transition: -webkit-transform 0.35s, -webkit-box-shadow 0.35s;
  transition: transform 0.35s, box-shadow 0.35s;
  transition: transform 0.35s, box-shadow 0.35s, -webkit-transform 0.35s, -webkit-box-shadow 0.35s;
}

#container > .content .layout .items_wrap .items .item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
}

#container > .content .layout .items_wrap .items .item .image_area {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
}

#container > .content .layout .items_wrap .items .item .image_area img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#container > .content .layout .items_wrap .items .item .text_area {
  width: 100%;
  position: relative;
  padding: 20px 12px;
}

#container > .content .layout .items_wrap .items .item .text_area .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#container > .content .layout .items_wrap .items .item .text_area .keyword span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  font-weight: 300;
  color: #b8b8b8;
}

#container > .content .layout .items_wrap .items .item .text_area .keyword span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #d8d8d8;
  margin: 0px 2px 0px 4px;
}

#container > .content .layout .items_wrap .items .item .text_area .keyword span:last-child::after {
  display: none;
}

#container > .content .layout .items_wrap .items .item .text_area .title {
  font-family: 'NanumSquare', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 10px 0px;
  color: #343a40;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#container > .content .layout .items_wrap .items .item .text_area .price {
  font-size: 1.65rem;
  font-weight: 600;
  color: #343a40;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.03em;
}

@media (max-width: 1199px) {
  #container {
    padding: 68px 0px;
  }
  #container > .content .layout {
    padding-top: 68px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #container > .content .layout .category {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 40px;
  }
  #container > .content .layout .category .category_box {
    border: none;
  }
  #container > .content .layout .category .category_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  #container > .content .layout .category .category_box ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    min-height: auto;
    padding: 8px 16px;
    border-radius: 32px;
    background: #f2f2f2 !important;
  }
  #container > .content .layout .items_wrap {
    width: 100%;
    padding: 0px;
  }
  #container > .content .layout .items_wrap .items {
    gap: 30px;
  }
  #container > .content .layout .items_wrap .items .item {
    width: calc(33.333% - 20px);
  }
  #container .content .layout .paging {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  #container > .content .layout {
    padding-top: 32px;
  }
  #container > .content .layout .items_wrap .items {
    gap: 20px;
  }
  #container > .content .layout .items_wrap .items .item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 519px) {
  #container > .content .layout .items_wrap .items {
    gap: 20px;
  }
  #container > .content .layout .items_wrap .items .item {
    width: 100%;
  }
}

.textbox {
  width: 100%;
  position: relative;
  background: rgba(255,255,255,0);
  padding: 6rem 2rem;
}

.textbox p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #343a40;
  text-align: center;
}