/* sec head */
.sec_head .container .wrapper {
  height: clamp(400px, 26.04vw, 500px);
  flex-direction: column;
  margin-top: 100px;
  position: relative;
  background-image: url(../img/sub_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sec_head .container .wrapper h2 {
  font-size: clamp(50px, 3.13vw, 60px);
  font-weight: 700;
  color: #fff;
}
.sec_head .container .wrapper .breadcrumb ul .list_item {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 500;
  color: #fff;
}
.sec_head .container .wrapper .breadcrumb ul .list_item:not(:last-child) {
  margin-right: 30px;
  position: relative;
}
.sec_head .container .wrapper .breadcrumb ul .list_item:not(:last-child)::after {
  content: "";
  width: 8px;
  height: 13px;
  background-image: url(../img/breadcrumb_arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.sec_head .container .wrapper .breadcrumb ul .list_item .home {
  width: 15px;
  height: 15px;
  background-image: url(../img/home_ico.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sec_head .container .wrapper .down_arrow_area {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.sec_head .container .wrapper .down_arrow_area a {
  animation: down_arrow_all 2.5s cubic-bezier(0.55, 0, 0.45, 1) infinite;
}
.sec_head .container .wrapper .down_arrow_area a:hover .down_arrow path {
  animation: down_arrow_line 0.6s cubic-bezier(0.25, 0, 0.45, 1) forwards;
}
.sec_head .container .wrapper .down_arrow_area a:hover .down_arrow polyline {
  animation: down_arrow 0.6s cubic-bezier(0.25, 0, 0.45, 1) forwards;
}
.sec_head .container .category_area {
  height: 80px;
  border-bottom: 1px solid #ddd;
  transition: 0.3s;
  transition-duration: 1s;
}
.sec_head .container .category_area ul {
  background-color: #fff;
  height: 100%;
}
.sec_head .container .category_area ul .list_item {
  /*width: 33.3333333333%;*/
	width:25%;
  height: 100%;
}
.sec_head .container .category_area ul .list_item .list_link {
  height: 100%;
  position: relative;
}
.sec_head .container .category_area ul .list_item .list_link span {
  font-size: clamp(16px, 0.94vw, 18px);
  color: #999;
}
.sec_head .container .category_area ul .on .list_link::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #bc9c5f;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec_head .container .category_area ul .on .list_link span {
  color: #bc9c5f;
  font-weight: 700;
}

/* tit area */
.tit_area {
  position: relative;
}
.tit_area span {
  font-size: clamp(18px, 1.04vw, 20px);
  font-weight: 700;
  color: #bc9c5f;
  padding-bottom: 20px;
  font-family: "GmarketSansMedium";
  letter-spacing: 3px;
}
.tit_area h2 {
  font-size: clamp(36px, 2.71vw, 52px);
  font-weight: 700;
}
.tit_area p {
  font-size: clamp(18px, 1.04vw, 20px);
  color: #444;
  line-height: 1.5;
}
.tit_area .swiper_controller {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tit_area .swiper_controller button {
  width: clamp(35px, 2.5vw, 48px);
  height: clamp(35px, 2.5vw, 48px);
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #999;
  position: relative;
}
.tit_area .swiper_controller button::after {
  content: "";
  background-image: url(../img/swiper_right_gray_arrow.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tit_area .swiper_controller .prev_btn {
  margin-right: clamp(10px, 0.83vw, 16px);
  transform: rotate(180deg);
}

/* category */
.category {
  overflow: hidden;
  white-space: nowrap;
}
.category::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.category button,
.category a {
  transition: 0.4s;
  font-size: clamp(15px, 0.94vw, 18px);
  line-height: 2.78; /* 50px */
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 500px;
  font-weight: 600;
  margin-right: 0.68vw; /*13px*/
  padding: 0 clamp(15px, 1.56vw, 30px);
  word-break: keep-all;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.category button:hover:not(.on),
.category a:hover:not(.on) {
  color: #bc9c5f;
  border-color: #bc9c5f;
}
.category button.on,
.category a.on {
  background: #bc9c5f;
  color: #fff;
  border: 1px solid transparent;
}

/* filter area */
.filter_area {
  padding-left: 30px;
  padding-right: 30px;
  background: #fafafa;
}
.filter_area p {
  font-size: 16px;
  color: #444444;
}
.filter_area form {
  position: relative;
}
.filter_area form .input_box input {
  font-size: 15px;
  line-height: 1;
  padding: 16px 20px;
  padding-right: 50px;
  border: 1px solid #ddd;
}
.filter_area form .input_box input::placeholder {
  color: #aaa;
}
.filter_area form .submit_btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/search_ico.png);
}

/* pagination */
.pagination a {
  font-size: clamp(17px, 1.04vw, 20px);
  color: #aaaaaa;
  line-height: 1.2; /* 24px */
  margin-right: 24px;
}
.pagination a:not(.num) {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pagination a.arrow_type_2 {
  width: clamp(9px, 0.63vw, 12px);
  height: clamp(15px, 1.04vw, 20px);
  background-image: url(../img/page_prev_ico.png);
}
.pagination a.next {
  transform: rotate(180deg);
}
.pagination a.last {
  transform: rotate(180deg);
}
.pagination a.on {
  color: #bc9c5f;
  font-weight: 700;
}

.button_type1,
.go_list_btn {
  color: #fff;
  background: #bc9c5f;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 3.61;
  font-weight: 700;
  width: clamp(360px, 18.75vw, 360px);
  border-radius: 4px;
  margin-top: 60px;
  transition: 0.3s ease;
}

.go_list_btn:hover,
.button_type1:hover {
  box-shadow: 0 0 0 0.4em transparent;
  animation: pulse 1s;
  background: #bc9c5f;
  color: #fff;
}

/* --------------------- RWD --------------------- */
@media (max-width: 750px) {
  .sec_head .container .wrapper {
    height: clamp(223px, 59.33vw, 445px);
    margin-top: clamp(78px, 18vw, 135px);
    background-image: url(../img/mo_sub_bg.jpg);
  }
  .sec_head .container .wrapper h2 {
    font-size: clamp(36px, 8vw, 60px);
  }
  .sec_head .container .wrapper .breadcrumb ul .list_item {
    font-size: clamp(16px, 4vw, 30px);
  }
  .sec_head .container .wrapper .breadcrumb ul .list_item:not(:last-child) {
    margin-right: clamp(25px, 6.67vw, 50px);
  }
  .sec_head .container .wrapper .breadcrumb ul .list_item:not(:last-child)::after {
    width: clamp(7px, 1.33vw, 10px);
    height: clamp(11px, 2.4vw, 18px);
    background-image: url(../img/mo_breadcrumb_arrow.png);
    right: calc(clamp(17px, 4vw, 30px) * -1);
  }
  .sec_head .container .wrapper .breadcrumb ul .list_item .home {
    width: clamp(13px, 3.33vw, 25px);
    height: clamp(13px, 3.33vw, 25px);
    background-image: url(../img/mo_home_ico.png);
  }
  .sec_head .container .wrapper .down_arrow_area {
    display: none;
  }
  .sec_head .container .category_area {
    height: clamp(50px, 13.33vw, 100px);
  }
  .sec_head .container .category_area ul {
    width: 100%;
  }
  .sec_head .container .category_area ul .list_item .list_link span {
    font-size: clamp(14px, 3.73vw, 28px);
  }
  .sec_head .container .category_area.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: clamp(78px, 18vw, 135px);
    z-index: 10;
  }
  .tit_area span {
    font-size: clamp(15px, 2.8vw, 21px);
    padding-bottom: clamp(15px, 4vw, 30px);
  }
  .tit_area h2 {
    font-size: clamp(26px, 6.67vw, 50px);
    line-height: 1.4;
  }
  .tit_area p {
    font-size: clamp(16px, 4vw, 30px);
    line-height: 1.5;
  }
  .category button,
  .category a {
    font-size: clamp(14px, 4vw, 30px);
    line-height: 2.8; /* 84px */
    padding: 0 5.6vw; /*42px*/
    margin-right: 2.67vw; /*20px*/
  }
  .filter_area {
    padding-left: 5.33vw; /*40px*/
    padding-right: 5.33vw; /*40px*/
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
  }
  .filter_area p {
    width: 100%;
    text-align: center;
    font-size: clamp(14px, 4vw, 30px);
  }
  .filter_area form {
    width: 100%;
  }
  .filter_area form .input_box input {
    width: 100%;
    font-size: clamp(15px, 4vw, 30px);
    padding: 4.27vw 5.33vw;
  }
  .filter_area form .submit_btn {
    width: 4.53vw; /*34px*/
    height: 4.53vw; /*34px*/
    right: 5.33vw;
  }
  .pagination a {
    font-size: 4vw; /*30px*/
    margin-right: 5.33vw; /*40px*/
  }
  .pagination a.arrow_type_1 {
    width: clamp(8px, 2.13vw, 16px);
    height: clamp(10px, 2.67vw, 20px);
  }
  .pagination a.arrow_type_2 {
    width: clamp(6px, 1.6vw, 12px);
    height: clamp(10px, 2.67vw, 20px);
  }
  .button_type1,
  .go_list_btn {
    width: 100%;
    font-size: clamp(16px, 4vw, 30px);
    line-height: 3;
    margin-top: clamp(40px, 8vw, 60px);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bc9c5f;
  }
}
@keyframes down_arrow_all {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(12px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes down_arrow_line {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  50% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
  51% {
    transform-origin: top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: top;
  }
}
@keyframes down_arrow {
  0% {
    stroke-dasharray: 45px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 45px;
    stroke-dashoffset: -45px;
  }
  51% {
    stroke-dasharray: 45px;
    stroke-dashoffset: 45px;
  }
  100% {
    stroke-dasharray: 45px;
    stroke-dashoffset: 0;
  }
}