@charset "UTF-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
html,
body,
button,
input {
  font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}
header .flex {
  display: flex;
  align-items: center;
}
.j-between {
  justify-content: space-between;
}

/* ############## 모바일 헤더 ############## */

/* 최상단배너 */
header .top-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 0 12px;
  background: #ffd900;
}
header .top-banner .img-box {
  width: 84px;
  height: 46px;
}
header .top-banner p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
header .top-banner strong {
  font-size: 16px;
  font-weight: 900;
}
header .top-banner b {
  font-size: 16px;
}

/* gnb 메뉴 */
header .gnb-menu .gnb-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  height: 70px;
}
header .gnb-menu .gnb-group .ttl {
  width: 100%;
  text-align: center;
  font-size: 22px;
}

header .set {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}

header .share {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}

header .gnb-menu menu {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 36px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header .gnb-menu menu a {
  margin: 0 7px;
  color: #787878;
  font-weight: 500;
  font-size: 15px;
}

/* ############## 하단 네비게이션 ############## */
nav {
  position: fixed;
  width: 100%;
  height: 74px;
  padding: 8px 0px 13px 0px;
  display: flex;
  justify-content: space-around;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.05);
  z-index: 99999;
}

nav img {
  width: 85%;
  flex-shrink: 0; /* 이미지가 유연하게 크기를 조절하도록 설정 */
  opacity: 0.8;
}

@media (min-width: 674px) {
  nav img {
    width: 65%;
    flex-shrink: 0; /* 이미지가 유연하게 크기를 조절하도록 설정 */
    opacity: 0.8;
  }
}

/* ############## 모바일 푸터 ############## */
footer {
  padding: 20px 0px;
  background-color: #2b2c3a;
  margin-bottom: 60px;
}
footer ul {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}
footer ul.desc1 {
  border-bottom: 1px solid #4a4a4a;
}
footer ul.desc1 .short {
  padding: 10px 0;
}
footer ul.desc1 .short a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #2298ff;
}
footer ul.desc1 .short a.insta {
  background: url(../images/common/links.png) 3px center;
}
footer ul.desc1 .short a.facebook {
  background: url(../images/common/links.png) 93px center;
}
footer ul.desc1 .short a.youtube {
  background: url(../images/common/links.png) 64px center;
}
footer ul.desc1 .short a.blog {
  background: url(../images/common/links.png) 30px center;
}
footer ul.desc2 {
  border-top: 1px solid #4a4a4a;
  flex-direction: column;
}
footer ul.desc2 p {
  font-size: 14px;
  font-weight: normal;
}
footer ul.desc2 p b {
  font-weight: 600;
}
footer ul.desc2 p b:not(:nth-of-type(1)) {
  position: relative;
  margin-left: 8px;
}
footer ul.desc2 p b ~ b::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #555;
}
footer > div {
  padding: 10px;
}
footer > div > a {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 0 6px;
  font-size: 14px;
}
footer > div > a ~ a::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background: #555;
}
footer li h6 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
footer li p {
  color: #fdfdfd9a;
  line-height: 1.2;
}
footer li p.call {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: red;
}
footer li {
  color: #fff;
}
footer li a {
  color: #fff;
}

/* 카테고리 메뉴 */
.category {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.category .title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 1px 10px 10px;
  background-color: #fff;
  border-bottom: 2px solid #eee;
  margin-bottom: 0px;
}
.menu {
  display: flex;
  flex-wrap: wrap;
}
.menu li {
  width: calc(100% / 2);
  border: 1px solid #e5e5e5;
  border-top: none;
  border-right: none;
}
.menu li:nth-of-type(odd) {
  border-right: none;
  border-left: none;
}
.menu li a {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.menu li a img {
  margin-right: 4px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* 셀렉트메뉴 */

.select-all-wrap {
  border-bottom: 1px solid #dddddd;
  padding: 5px 10px 15px 10px;
  background-color: #ededed;
  box-shadow: 1px 1px 15px #e6e6e6;
}
.select-wrap {
  display: flex;
  margin: 8px 0px;
}
.select-wrap span {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.select-wrap select {
  margin: 0 1px;
  padding: 0 24px 0 5px;
  height: 35px;
  line-height: 1.5;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  background-size: 20px;
  cursor: pointer;
  letter-spacing: -1px;
  background-color: #fff;
}

.select2-wrap {
  margin: 5px 0px;
  width: 100%;
  display: flex;
}
.select2-wrap span {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.select2-wrap select {
  margin: 3px 4px;
  padding: 0 24px 0 5px;
  height: 35px;
  line-height: 1.5;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  background-size: 20px;
  cursor: pointer;
  letter-spacing: -1px;
  background-color: #fff;
}

.input-wrap {
  display: flex;
}
.input-wrap span {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.input-wrap input {
  margin: 0 4px;
  padding: 0 24px 0 10px;
  width: 60%;
  height: 35px;
  line-height: 1.5;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.input-wrap button {
  margin: 0 4px;
  padding: 0 24px 0 10px;
  width: 50px;
  height: 35px;
  line-height: 1.5;
  font-size: 15px;
  background-color: orangered;
  border-radius: 5px;
  color: #fff;
  margin-right: 50px;
}
