@charset "UTF-8";
.fa-rotate-180,
.fa-rotate-90,
[data-bs-toggle] i {
  transition: all 250ms ease;
}

/*Basic Colors*/
.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

/*Main Color Settings*/
.theme-dark {
  background-color: #18191a;
}

.theme-dark .bg-theme {
  background-color: #0f1117 !important;
}

.theme-dark .border-theme {
  border-color: #0f1117 !important;
}

.theme-dark .color-theme {
  color: #fff !important;
}

.theme-light {
  background-color: #f1f1f7;
}

.theme-light .bg-theme {
  background-color: #fff !important;
}

.theme-light .border-theme {
  border-color: #fff !important;
}

.theme-light .color-theme {
  color: #0f1117 !important;
}

/*Dark Theme Settings*/
.theme-dark p {
  color: #898989;
}

.theme-dark code {
  color: #898989;
  opacity: 0.7;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark #footer-bar a i,
.theme-dark #footer-bar a span .theme-dark p strong {
  color: #fff;
}

/*Structural Dark Settings*/
.theme-dark .header,
.theme-dark #footer-bar {
  background: rgba(0, 0, 0, 0.55);
}

.theme-dark .card,
.theme-dark #preloader {
  background-color: #0f1117;
}

/* Generating Color Pack*/
.color-highlight {
  color: #d42d25 !important;
}

.bg-highlight {
  background-color: #d42d25 !important;
  color: #fff !important;
}

.border-highlight {
  border-color: #d42d25 !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #fd3939, #d42d25) !important;
  color: #fff !important;
}

.gradient-menu {
  background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

.bg-fade2-highlight {
  background-color: !important;
  color: #fff !important;
}

.bg-fade-highlight {
  background-color: !important;
  color: #fff !important;
}

.color-highlight-light {
  color: #fd3939 !important;
}

.bg-highlight-light {
  background-color: #fd3939 !important;
  color: #fff !important;
}

.color-highlight-dark {
  color: #d42d25 !important;
}

.color-icon-highlight {
  stroke: #d42d25 !important;
  fill: !important;
}

.bg-highlight-dark {
  background-color: #d42d25 !important;
  color: #fff !important;
}

.border-highlight-light {
  border-color: #fd3939 !important;
}

.border-highlight-dark {
  border-color: #d42d25 !important;
}

.border-fade-highlight {
  border-color: !important;
}

.focus-highlight:focus {
  border-color: #d42d25 !important;
}

.gradient-highlight {
  border: none;
  background-image: linear-gradient(to bottom, #fd3939, #d42d25);
}

.bg-fade2-green {
  background-color: rgba(140, 193, 82, 0.15) !important;
  color: #fff !important;
}

.bg-fade-green {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #fff !important;
}

.color-green-light {
  color: #a0d468 !important;
}

.bg-green-light {
  background-color: #a0d468 !important;
  color: #fff !important;
}

.color-green-dark {
  color: #8cc152 !important;
}

.color-icon-green {
  stroke: #8cc152 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-green-dark {
  background-color: #8cc152 !important;
  color: #fff !important;
}

.border-green-light {
  border-color: #a0d468 !important;
}

.border-green-dark {
  border-color: #8cc152 !important;
}

.border-fade-green {
  border-color: rgba(140, 193, 82, 0.3) !important;
}

.focus-green:focus {
  border-color: #8cc152 !important;
}

.gradient-green {
  border: none;
  background-image: linear-gradient(to bottom, #a0d468, #8cc152);
}

.bg-fade2-red {
  background-color: rgba(218, 68, 83, 0.2) !important;
  color: #fff !important;
}

.bg-fade-red {
  background-color: rgba(218, 68, 83, 0.2) !important;
  color: #fff !important;
}

.color-red-light {
  color: #ed5565 !important;
}

.bg-red-light {
  background-color: #ed5565 !important;
  color: #fff !important;
}

.color-red-dark {
  color: #d84558 !important;
}

.color-icon-red {
  stroke: #d84558 !important;
  fill: rgba(218, 68, 83, 0.2) !important;
}

.bg-red-dark {
  background-color: #d84558 !important;
  color: #fff !important;
}

.border-red-light {
  border-color: #ed5565 !important;
}

.border-red-dark {
  border-color: #d84558 !important;
}

.border-fade-red {
  border-color: rgba(218, 68, 83, 0.2) !important;
}

.focus-red:focus {
  border-color: #d84558 !important;
}

.gradient-red {
  border: none;
  background-image: linear-gradient(to bottom, #ed5565, #d84558);
}

.bg-fade2-orange {
  background-color: rgba(233, 87, 63, 0.2) !important;
  color: #fff !important;
}

.bg-fade-orange {
  background-color: rgba(233, 87, 63, 0.3) !important;
  color: #fff !important;
}

.color-orange-light {
  color: #fc6e51 !important;
}

.bg-orange-light {
  background-color: #fc6e51 !important;
  color: #fff !important;
}

.color-orange-dark {
  color: #e9573f !important;
}

.color-icon-orange {
  stroke: #e9573f !important;
  fill: rgba(233, 87, 63, 0.3) !important;
}

.bg-orange-dark {
  background-color: #e9573f !important;
  color: #fff !important;
}

.border-orange-light {
  border-color: #fc6e51 !important;
}

.border-orange-dark {
  border-color: #e9573f !important;
}

.border-fade-orange {
  border-color: rgba(233, 87, 63, 0.3) !important;
}

.focus-orange:focus {
  border-color: #e9573f !important;
}

.gradient-orange {
  border: none;
  background-image: linear-gradient(to bottom, #fc6e51, #e9573f);
}

.bg-fade2-yellow {
  background-color: rgba(246, 187, 66, 0.2) !important;
  color: #fff !important;
}

.bg-fade-yellow {
  background-color: rgba(246, 187, 66, 0.25) !important;
  color: #fff !important;
}

.color-yellow-light {
  color: #ffce54 !important;
}

.bg-yellow-light {
  background-color: #ffce54 !important;
  color: #fff !important;
}

.color-yellow-dark {
  color: #f6bb42 !important;
}

.color-icon-yellow {
  stroke: #f6bb42 !important;
  fill: rgba(246, 187, 66, 0.25) !important;
}

.bg-yellow-dark {
  background-color: #f6bb42 !important;
  color: #fff !important;
}

.border-yellow-light {
  border-color: #ffce54 !important;
}

.border-yellow-dark {
  border-color: #f6bb42 !important;
}

.border-fade-yellow {
  border-color: rgba(246, 187, 66, 0.25) !important;
}

.focus-yellow:focus {
  border-color: #f6bb42 !important;
}

.gradient-yellow {
  border: none;
  background-image: linear-gradient(to bottom, #ffce54, #f6bb42);
}

.bg-fade2-blue {
  background-color: rgba(74, 137, 220, 0.2) !important;
  color: #fff !important;
}

.bg-fade-blue {
  background-color: rgba(74, 137, 220, 0.25) !important;
  color: #fff !important;
}

.color-blue-light {
  color: #5d9cec !important;
}

.bg-blue-light {
  background-color: #5d9cec !important;
  color: #fff !important;
}

.color-blue-dark {
  color: #4a89dc !important;
}

.color-icon-blue {
  stroke: #4a89dc !important;
  fill: rgba(74, 137, 220, 0.25) !important;
}

.bg-blue-dark {
  background-color: #4a89dc !important;
  color: #fff !important;
}

.border-blue-light {
  border-color: #5d9cec !important;
}

.border-blue-dark {
  border-color: #4a89dc !important;
}

.border-fade-blue {
  border-color: rgba(74, 137, 220, 0.25) !important;
}

.focus-blue:focus {
  border-color: #4a89dc !important;
}

.gradient-blue {
  border: none;
  background-image: linear-gradient(to bottom, #5d9cec, #4a89dc);
}

.bg-fade2-teal {
  background-color: rgba(125, 177, 177, 0.2) !important;
  color: #fff !important;
}

.bg-fade-teal {
  background-color: rgba(125, 177, 177, 0.3) !important;
  color: #fff !important;
}

.color-teal-light {
  color: #a0cecb !important;
}

.bg-teal-light {
  background-color: #a0cecb !important;
  color: #fff !important;
}

.color-teal-dark {
  color: #7db1b1 !important;
}

.color-icon-teal {
  stroke: #7db1b1 !important;
  fill: rgba(125, 177, 177, 0.3) !important;
}

.bg-teal-dark {
  background-color: #7db1b1 !important;
  color: #fff !important;
}

.border-teal-light {
  border-color: #a0cecb !important;
}

.border-teal-dark {
  border-color: #7db1b1 !important;
}

.border-fade-teal {
  border-color: rgba(125, 177, 177, 0.3) !important;
}

.focus-teal:focus {
  border-color: #7db1b1 !important;
}

.gradient-teal {
  border: none;
  background-image: linear-gradient(to bottom, #a0cecb, #7db1b1);
}

.bg-fade2-mint {
  background-color: rgba(55, 188, 155, 0.2) !important;
  color: #fff !important;
}

.bg-fade-mint {
  background-color: rgba(55, 188, 155, 0.3) !important;
  color: #fff !important;
}

.color-mint-light {
  color: #48cfad !important;
}

.bg-mint-light {
  background-color: #48cfad !important;
  color: #fff !important;
}

.color-mint-dark {
  color: #37bc9b !important;
}

.color-icon-mint {
  stroke: #37bc9b !important;
  fill: rgba(55, 188, 155, 0.3) !important;
}

.bg-mint-dark {
  background-color: #37bc9b !important;
  color: #fff !important;
}

.border-mint-light {
  border-color: #48cfad !important;
}

.border-mint-dark {
  border-color: #37bc9b !important;
}

.border-fade-mint {
  border-color: rgba(55, 188, 155, 0.3) !important;
}

.focus-mint:focus {
  border-color: #37bc9b !important;
}

.gradient-mint {
  border: none;
  background-image: linear-gradient(to bottom, #48cfad, #37bc9b);
}

.bg-fade2-pink {
  background-color: rgba(215, 112, 173, 0.2) !important;
  color: #fff !important;
}

.bg-fade-pink {
  background-color: rgba(255, 89, 190, 0.3) !important;
  color: #fff !important;
}

.color-pink-light {
  color: #ff5982 !important;
}

.bg-pink-light {
  background-color: #ff5982 !important;
  color: #fff !important;
}

.color-pink-dark {
  color: #fb3365 !important;
}

.color-icon-pink {
  stroke: #fb3365 !important;
  fill: rgba(255, 89, 190, 0.3) !important;
}

.bg-pink-dark {
  background-color: #fb3365 !important;
  color: #fff !important;
}

.border-pink-light {
  border-color: #ff5982 !important;
}

.border-pink-dark {
  border-color: #fb3365 !important;
}

.border-fade-pink {
  border-color: rgba(255, 89, 190, 0.3) !important;
}

.focus-pink:focus {
  border-color: #fb3365 !important;
}

.gradient-pink {
  border: none;
  background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}

.bg-fade2-magenta {
  background-color: rgba(150, 122, 220, 0.2) !important;
  color: #fff !important;
}

.bg-fade-magenta {
  background-color: rgba(150, 122, 220, 0.3) !important;
  color: #fff !important;
}

.color-magenta-light {
  color: #ac92ec !important;
}

.bg-magenta-light {
  background-color: #ac92ec !important;
  color: #fff !important;
}

.color-magenta-dark {
  color: #967adc !important;
}

.color-icon-magenta {
  stroke: #967adc !important;
  fill: rgba(150, 122, 220, 0.3) !important;
}

.bg-magenta-dark {
  background-color: #967adc !important;
  color: #fff !important;
}

.border-magenta-light {
  border-color: #ac92ec !important;
}

.border-magenta-dark {
  border-color: #967adc !important;
}

.border-fade-magenta {
  border-color: rgba(150, 122, 220, 0.3) !important;
}

.focus-magenta:focus {
  border-color: #967adc !important;
}

.gradient-magenta {
  border: none;
  background-image: linear-gradient(to bottom, #ac92ec, #967adc);
}

.bg-fade2-brown {
  background-color: rgba(170, 142, 105, 0.2) !important;
  color: #fff !important;
}

.bg-fade-brown {
  background-color: rgba(170, 142, 105, 0.25) !important;
  color: #fff !important;
}

.color-brown-light {
  color: #baa286 !important;
}

.bg-brown-light {
  background-color: #baa286 !important;
  color: #fff !important;
}

.color-brown-dark {
  color: #aa8e69 !important;
}

.color-icon-brown {
  stroke: #aa8e69 !important;
  fill: rgba(170, 142, 105, 0.25) !important;
}

.bg-brown-dark {
  background-color: #aa8e69 !important;
  color: #fff !important;
}

.border-brown-light {
  border-color: #baa286 !important;
}

.border-brown-dark {
  border-color: #aa8e69 !important;
}

.border-fade-brown {
  border-color: rgba(170, 142, 105, 0.25) !important;
}

.focus-brown:focus {
  border-color: #aa8e69 !important;
}

.gradient-brown {
  border: none;
  background-image: linear-gradient(to bottom, #baa286, #aa8e69);
}

.bg-fade2-gray {
  background-color: rgba(170, 178, 189, 0.2) !important;
  color: #fff !important;
}

.bg-fade-gray {
  background-color: rgba(170, 178, 189, 0.4) !important;
  color: #fff !important;
}

.color-gray-light {
  color: #e2e5ea !important;
}

.bg-gray-light {
  background-color: #e2e5ea !important;
  color: #fff !important;
}

.color-gray-dark {
  color: #aab2bd !important;
}

.color-icon-gray {
  stroke: #aab2bd !important;
  fill: rgba(170, 178, 189, 0.4) !important;
}

.bg-gray-dark {
  background-color: #aab2bd !important;
  color: #fff !important;
}

.border-gray-light {
  border-color: #e2e5ea !important;
}

.border-gray-dark {
  border-color: #aab2bd !important;
}

.border-fade-gray {
  border-color: rgba(170, 178, 189, 0.4) !important;
}

.focus-gray:focus {
  border-color: #aab2bd !important;
}

.gradient-gray {
  border: none;
  background-image: linear-gradient(to bottom, #e2e5ea, #aab2bd);
}

.bg-fade2-night {
  background-color: rgba(67, 74, 84, 0.2) !important;
  color: #fff !important;
}

.bg-fade-night {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #fff !important;
}

.color-night-light {
  color: #222529 !important;
}

.bg-night-light {
  background-color: #222529 !important;
  color: #fff !important;
}

.color-night-dark {
  color: #16181c !important;
}

.color-icon-night {
  stroke: #16181c !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-night-dark {
  background-color: #16181c !important;
  color: #fff !important;
}

.border-night-light {
  border-color: #222529 !important;
}

.border-night-dark {
  border-color: #16181c !important;
}

.border-fade-night {
  border-color: rgba(67, 74, 84, 0.3) !important;
}

.focus-night:focus {
  border-color: #16181c !important;
}

.gradient-night {
  border: none;
  background-image: linear-gradient(to bottom, #222529, #16181c);
}

.bg-fade2-dark {
  background-color: rgba(67, 74, 84, 0.2) !important;
  color: #fff !important;
}

.bg-fade-dark {
  background-color: rgba(67, 74, 84, 0.4) !important;
  color: #fff !important;
}

.color-dark-light {
  color: #656d78 !important;
}

.bg-dark-light {
  background-color: #656d78 !important;
  color: #fff !important;
}

.color-dark-dark {
  color: #434a54 !important;
}

.color-icon-dark {
  stroke: #434a54 !important;
  fill: rgba(67, 74, 84, 0.4) !important;
}

.bg-dark-dark {
  background-color: #434a54 !important;
  color: #fff !important;
}

.border-dark-light {
  border-color: #656d78 !important;
}

.border-dark-dark {
  border-color: #434a54 !important;
}

.border-fade-dark {
  border-color: rgba(67, 74, 84, 0.4) !important;
}

.focus-dark:focus {
  border-color: #434a54 !important;
}

.gradient-dark {
  border: none;
  background-image: linear-gradient(to bottom, #656d78, #434a54);
}

/*Social Colors*/
.color-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #fff;
}

.color-linkedin {
  color: #0077b5 !important;
}

.bg-linkedin {
  background-color: #0077b5 !important;
  color: #fff;
}

.color-twitter {
  color: #4099ff !important;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #fff;
}

.color-google {
  color: #d34836 !important;
}

.bg-google {
  background-color: #d34836 !important;
  color: #fff;
}

.color-whatsapp {
  color: #34af23 !important;
}

.bg-whatsapp {
  background-color: #34af23 !important;
  color: #fff;
}

.color-pinterest {
  color: #c92228 !important;
}

.bg-pinterest {
  background-color: #c92228 !important;
  color: #fff;
}

.color-mail {
  color: #3498db !important;
}

.bg-mail {
  background-color: #3498db !important;
  color: #fff;
}

.color-phone {
  color: #27ae60 !important;
}

.bg-phone {
  background-color: #27ae60 !important;
  color: #fff;
}

.color-instagram {
  color: #e1306c !important;
}

.bg-instagram {
  background-color: #e1306c !important;
  color: #fff;
}

/*Default Colors*/
.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.theme-light .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, #000 100%) !important;
}

.theme-dark .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, #000 100%) !important;
}

/*Default Highlight Colors*/
.splide__pagination__page.is-active {
  background-color: #d42d25 !important;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #d42d25;
}

.color-highlight {
  color: #d42d25;
}

.bg-highlight {
  background-color: #d42d25;
  color: #fff !important;
}

#footer-bar .active-nav i {
  background-image: linear-gradient(to bottom, #fd3939, #d42d25) !important;
  color: #fff !important;
}

#footer-bar .active-nav i::after {
  transform: scale(0.8) translateY(5px) translateZ(0px);
  filter: blur(12px);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

/*Shadow Backgrounds*/
.shadow-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

.shadow-bg {
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: visible !important;
}

.shadow-bg-xs::after {
  transform: scale(0.7) translateY(3px) translateZ(0px);
  filter: blur(8px);
}

.shadow-bg-s::after {
  transform: scale(0.8) translateY(5px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-m::after {
  transform: scale(0.85) translateY(7px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-l::after {
  transform: scale(0.95) translateY(10px) translateZ(0px);
  filter: blur(12px);
}

.bg-1 {
  background-image: url(../assets/images/pictures/1.jpg);
}

.bg-2 {
  background-image: url(../assets/images/pictures/2.jpg);
}

.bg-3 {
  background-image: url(../assets/images/pictures/3.jpg);
}

.bg-4 {
  background-image: url(../assets/images/pictures/4.jpg);
}

.bg-5 {
  background-image: url(../assets/images/pictures/5.jpg);
}

.bg-6 {
  background-image: url(../assets/images/pictures/6.jpg);
}

.bg-7 {
  background-image: url(../assets/images/pictures/7.jpg);
}

.bg-8 {
  background-image: url(../assets/images/pictures/8.jpg);
}

.bg-9 {
  background-image: url(../assets/images/pictures/9.jpg);
}

.bg-10 {
  background-image: url(../assets/images/pictures/10.jpg);
}

.bg-11 {
  background-image: url(../assets/images/pictures/11.jpg);
}

.bg-12 {
  background-image: url(../assets/images/pictures/12.jpg);
}

.bg-13 {
  background-image: url(../assets/images/pictures/13.jpg);
}

.bg-14 {
  background-image: url(../assets/images/pictures/14.jpg);
}

.bg-15 {
  background-image: url(../assets/images/pictures/15.jpg);
}

.bg-16 {
  background-image: url(../assets/images/pictures/16.jpg);
}

.bg-17 {
  background-image: url(../assets/images/pictures/17.jpg);
}

.bg-18 {
  background-image: url(../assets/images/pictures/18.jpg);
}

.bg-19 {
  background-image: url(../assets/images/pictures/19.jpg);
}

.bg-20 {
  background-image: url(../assets/images/pictures/20.jpg);
}

.bg-21 {
  background-image: url(../assets/images/pictures/21.jpg);
}

.bg-22 {
  background-image: url(../assets/images/pictures/22.jpg);
}

.bg-23 {
  background-image: url(../assets/images/pictures/23.jpg);
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../../assets/fonts/Pretendard-Black.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../../assets/fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../../assets/fonts/Pretendard-Bold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../../assets/fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../assets/fonts/Pretendard-Medium.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../../assets/fonts/Pretendard-Regular.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../../assets/fonts/Pretendard-Light.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../../assets/fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../../assets/fonts/Pretendard-Thin.woff2") format("woff2"), url("../../assets/fonts/Pretendard-Thin.woff") format("woff");
}
/*Typography 1 Settings*/
body {
  font-size: 14px;
  font-family: "Pretendard" !important;
  color: #191919 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 700;
  color: #1b1b1b;
  font-family: "Pretendard", sans-serif !important;
  margin-bottom: 5px;
  letter-spacing: -0.7px;
}

h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h2 {
  font-size: 22px;
  line-height: 25px;
  font-weight: 800;
}

h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

h4 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}

h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

h6 {
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
}

a {
  text-decoration: none !important;
}

p {
  color: #191919;
  margin-bottom: 10px;
  padding-bottom: 0px;
  letter-spacing: -0.2px;
}

/*Page Structure Settings*/
* {
  font-smooth: subpixel-antialiased;
}

#page {
  min-height: 60vh;
  position: relative;
}

.page-content {
  position: relative;
  overflow-x: hidden;
  transition: all 250ms ease;
  z-index: 2;
  padding-bottom: 60px;
  padding-bottom: calc(60px + (constant(safe-area-inset-bottom)) * 1.1);
  padding-bottom: calc(60px + (env(safe-area-inset-bottom)) * 1.1);
}

/*Content Boxes*/
.content {
  position: relative;
  margin: 20px 20px 20px 20px;
}
.content p:last-child {
  margin-bottom: 0px;
}

.menu-divider {
  padding-left: 22px;
  font-size: 10px;
  font-family: "Pretendard", sans-serif;
  display: block;
  font-weight: 600;
  color: rgb(109, 109, 109);
  opacity: 0.6;
  text-transform: uppercase;
}

.menu-list a {
  display: block;
  position: relative;
  line-height: 48px;
}

.menu-list a i:first-child, .menu-list a img:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  color: #FFF !important;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  left: 0px;
  top: 8px;
}

.menu-list a .badge-s {
  float: right;
  margin-top: 14px;
  font-style: normal;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 0px;
  border-radius: 10px;
}

.menu-list a span {
  font-size: 13px;
  padding-left: 45px;
  font-weight: 400;
  color: rgb(109, 109, 109);
  font-family: rgb(109, 109, 109);
}

.menu-list a i:last-child {
  position: absolute;
  right: 0px;
  color: rgb(109, 109, 109);
  height: 45px;
  line-height: 48px;
  font-size: 9px;
}

.menu-list .active-item span {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
}

.menu-list .active-item i:last-child::after {
  content: "●";
  font-style: normal;
  position: absolute;
  font-size: 20px;
  height: 50px;
  top: 9px;
  right: -1px;
  line-height: 26px;
  color: #A0D468;
}

.menu-list .form-switch {
  position: absolute;
  right: -8px;
  top: 8px;
  z-index: 2;
}

.theme-dark .menu-list a i:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .menu-list .active-item span {
  color: #FFF;
}

.theme-dark .menu-divider {
  color: rgba(255, 255, 255, 0.8);
}

.header-bar {
  z-index: 98;
  left: 0px;
  right: 0px;
  top: 0px;
  min-height: 55px;
  padding: 0px 0px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-top: calc((constant(safe-area-inset-top))) !important;
  padding-top: calc((env(safe-area-inset-top))) !important;
  display: flex;
  align-items: stretch;
}
.header-bar a {
  position: relative;
}
.header-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 9px;
  font-weight: 400;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  margin-top: 0px;
  transform: translateX(4px);
  z-index: 3;
}
.header-bar .badge-text {
  padding: 0px 5px;
}
.header-bar {
  transition: all 250ms ease;
}

.header-bar .btn {
  margin: 0px 10px !important;
  margin-top: -5px !important;
  font-size: 11px !important;
  height: 35px !important;
  line-height: 22px !important;
  padding: 5px 15px !important;
}

.header-bar * {
  align-self: center;
  line-height: 42px;
}

.header-bar a:not(.header-title) {
  text-align: center;
  font-size: 16px;
  min-width: 50px;
  width: 50px;
  flex-shrink: 0;
}

.header-bar.header-left .header-title {
  padding-left: 15px;
  flex-grow: 8;
}

.header-bar.header-right .header-title {
  padding-right: 15px;
  flex-grow: 8;
  text-align: right;
}

.header-bar.header-app .header-title {
  margin-left: 5px;
  flex-grow: 8;
  text-align: center;
}

.header-bar.header-center .header-title {
  flex-grow: 1;
  text-align: center;
}

.header-fixed {
  position: fixed;
}

.header-title {
  margin-top: 1px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Pretendard", sans-serif;
}

.header-auto-show {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease;
}

.header-active {
  opacity: 1;
  pointer-events: all !important;
  transition: all 150ms ease;
}

.header-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.header-clear {
  padding-top: 55px;
  padding-top: calc(55px + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(55px + (env(safe-area-inset-top)) * 0.8) !important;
}

.header-clear-small {
  padding-top: calc(55px - 30px);
  padding-top: calc(55px - 30px + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(55px - 30px + (env(safe-area-inset-top)) * 0.8) !important;
}

.header-clear-medium {
  padding-top: calc(55px + 30px);
  padding-top: calc(55px + 30px + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(55px + 15px + (env(safe-area-inset-top)) * 0.8) !important;
}

.header-clear-large {
  padding-top: calc(55px + 40px);
  padding-top: calc(55px + 40px + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(55px + 40px + (env(safe-area-inset-top)) * 0.8) !important;
}

/*Header Bar Under*/
.page-content .header-bar {
  position: relative;
  z-index: 1;
}

.page-title {
  position: relative;
  z-index: 1;
  padding: 5px 15px 30px 15px;
}

.page-title h1 {
  font-size: 28px;
  margin-bottom: -3px;
}

.page-title p {
  margin-bottom: -5px;
  font-size: 13px;
  font-weight: 600;
}

.header-card {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 0;
  border-radius: 0px !important;
  margin: 0px !important;
}

.header-card .card-overlay {
  border-radius: 0px;
}

/*Header Dark & Light*/
.theme-light .header-bar * {
  color: #525252;
}

.theme-light .header-bar {
  background-color: rgba(255, 255, 255, 0.85);
}

.theme-dark .header-bar * {
  color: #fff;
}

.theme-dark .header-bar {
  background-color: rgba(0, 0, 0, 0.55);
}

.header {
  margin-top: 0px;
}

.header-bar-detached {
  padding-top: 0px !important;
  margin-top: calc(env(safe-area-inset-top) * 0.8) !important;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1) !important;
}

.header-bar .back_btn {
  position: absolute;
}
.header-bar .cart-box {
  width: 50px;
  min-width: 50px;
  flex-shrink: 0;
  text-align: center;
}
.header-bar .cart-box .btn {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  height: auto !important;
}
.header-bar .cart-box.d-none {
  display: flex !important;
  visibility: hidden;
}

/*-Footer Menu-*/
#footer-bar {
  padding: 0px 10px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.04);
  height: 60px;
  height: calc(60px + (env(safe-area-inset-bottom)) * 1.1);
  display: flex;
  text-align: center;
}
#footer-bar a:not(.btn) {
  padding-top: 12px;
  position: relative;
  flex: 1 1 auto;
  color: #818181;
}
#footer-bar a:not(.btn) span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
  font-family: "Pretendard" !important;
  color: #585858;
}
#footer-bar a:not(.btn) i {
  margin-top: -2px;
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
#footer-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 8px;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  top: 8px;
  margin-right: -5px;
  z-index: 3;
}
#footer-bar .btn {
  padding-top: 9px;
  margin-top: 9px;
  height: 38px;
}
#footer-bar .badge-text {
  padding: 0px 5px;
}
#footer-bar {
  transition: all 250ms ease;
}

.footer-bar-no-text .active-nav {
  margin-top: 22px;
}

.footer-bar-no-text .active-nav i {
  padding-top: 2px;
}

.footer-bar-no-text i {
  padding-top: 8px;
}

#footer-bar.position-relative {
  z-index: 90 !important;
}

.footer-bar .active-nav {
  color: #1f1f1f;
}

.footer-bar .active-nav span {
  padding-top: 22px;
  font-weight: 600 !important;
  color: #1f1f1f !important;
}

.footer-bar .active-nav i {
  position: absolute !important;
  width: 48px;
  height: 48px;
  left: 50%;
  margin-left: -24px;
  transform: translateY(-28px);
  border-radius: 22px;
  line-height: 48px;
}

.theme-light #footer-bar {
  background-color: rgba(255, 255, 255, 0.95);
}

.theme-light #footer-bar a {
  width: 20%;
  color: #818181;
}

.theme-dark #footer-bar {
  background-color: rgba(0, 0, 0, 0.75);
}

.theme-dark #footer-bar a {
  color: #fff;
}

.theme-dark #footer-bar a span {
  color: #fff !important;
}

.footer-bar-detached {
  height: 60px !important;
}

/*Chat Bubbles - Duo 3.2*/
.speach-icon a {
  padding-top: 0 !important;
  display: block;
  border-radius: 15px;
  width: 38px;
  height: 38px;
  line-height: 20px;
  margin-top: 3px;
  transform: translateY(10px);
}

.speach-input input {
  width: 100%;
  display: block;
  line-height: 44px;
  height: 44px;
  margin-top: 8px;
  border-radius: 15px;
}

.theme-dark .speach-input input {
  border: solid 1px #404040;
}

/*Utility / Secondary Classes*/
/*Rounded Borders*/
.rounded-0 {
  border-radius: 0px !important;
}

.rounded-xxs {
  border-radius: 5px !important;
}

.rounded-xs {
  border-radius: 10px !important;
}

.rounded-s {
  border-radius: 15px !important;
}

.rounded-m {
  border-radius: 20px !important;
}

.rounded-l {
  border-radius: 25px !important;
}

.rounded-xl {
  border-radius: 30px !important;
}

.rounded-xxl {
  border-radius: 35px !important;
}

.rounded-top {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/*Shadows*/
.shadow-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xxs {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03) !important;
}

.shadow-xs {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-m {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-xl {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.18) !important;
}

.shadow-xxl {
  box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.18) !important;
}

/*Borders*/
.border-xxs {
  border-width: 1px !important;
}

.border-xs {
  border-width: 2px !important;
}

.border-s {
  border-width: 3px !important;
}

.border-m {
  border-width: 4px !important;
}

.border-l {
  border-width: 5px !important;
}

.border-xl {
  border-width: 6px !important;
}

.border-xxl {
  border-width: 7px !important;
}

/*Line Height Control*/
.line-height-xxs {
  line-height: 12px !important;
}

.line-height-xs {
  line-height: 14px !important;
}

.line-height-s {
  line-height: 18px !important;
}

.line-height-m {
  line-height: 24px !important;
}

.line-height-l {
  line-height: 26px !important;
}

.line-height-xl {
  line-height: 32px !important;
}

.line-height-xxl {
  line-height: 46px !important;
}

/*Text Shadow*/
.text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

/*Boxed Text*/
.boxed-text-xl, .boxed-text-l, .boxed-text-m, .boxed-text-s {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boxed-text-xl {
  width: 90%;
  max-width: 340px;
}

.boxed-text-l {
  width: 85%;
  max-width: 300px;
}

.boxed-text-m {
  width: 80%;
  max-width: 300px;
}

.boxed-text-s {
  width: 70%;
  max-width: 260px;
}

/*Font Weights*/
.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/
.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/
.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}

/*Scaling Animation*/
@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  0% {
    transform: scale(1, 1);
  }
}
.scale-box {
  animation: scale-animation 1.5s;
  animation-iteration-count: infinite;
}

@keyframes scale-icon {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  0% {
    transform: scale(1, 1);
  }
}
.scale-icon {
  animation: scale-icon 1.5s;
  animation-iteration-count: infinite;
}

/*Control Classes*/
::-webkit-scrollbar {
  display: none;
}

*::-webkit-scrollbar {
  display: none;
}

img.mx-auto {
  display: block;
}

.disabled {
  display: none !important;
}

.no-click {
  pointer-events: none !important;
}

.no-outline {
  outline: none !important;
}

.notch-clear {
  padding-top: calc(0px + (constant(safe-area-inset-top)) * 0.8) !important;
  padding-top: calc(0px + (env(safe-area-inset-top)) * 0.8) !important;
}

.notch-push {
  transform: translateY(-150%) !important;
  top: calc(0px + (constant(safe-area-inset-top)) * 0.8) !important;
  top: calc(0px + (env(safe-area-inset-top)) * 0.8) !important;
}

/*Hide Show Based on Color Scheme*/
.theme-dark .show-on-theme-dark {
  display: block;
}

.theme-dark .show-on-theme-light {
  display: none;
}

.theme-light .show-on-theme-light {
  display: block;
}

.theme-light .show-on-theme-dark {
  display: none;
}

.theme-dark .glass-effect, .theme-light .glass-effect {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.theme-dark .glass-effect {
  background-color: rgba(0, 0, 0, 0.85);
}

.theme-light .glass-effect {
  background-color: rgba(255, 255, 255, 0.85);
}

.theme-dark .btn-close {
  filter: invert(100%);
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  width: 95%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide,
.splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 0.7;
  background: #ccc;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 0px 7px;
  padding: 0;
  transition: transform 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

.slider-cover-dots .splide__pagination {
  transform: translate(-50%, -40px) !important;
}

.splide .card {
  background-size: cover;
  background-position: center center;
}

.slider-no-dots .splide__pagination {
  display: none;
}

.slider-no-dots .splide__arrows {
  display: none;
}

.slider-boxed .splide__slide {
  padding: 0px 15px 0px 15px;
}

.slider-visible {
  padding-right: 60px;
}

.slider-visible .splide__slide {
  padding: 0px 7.5px 0px 15px;
}

.slider-visible-center {
  padding: 0px 30px 0px 30px;
}

.slider-visible-center .splide__slide {
  padding: 0px 10px 0px 10px;
}

.splide .splide__arrow--prev {
  margin-left: 20px !important;
}

.splide .splide__arrow--next {
  margin-right: 20px !important;
}

.splide.slider-dots-under .splide__pagination {
  bottom: -30px;
}

.slider-boxed.triple-slider {
  margin-left: 7px;
  margin-right: 7px;
}

.slider-boxed.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

.slider-visible.triple-slider {
  margin-left: 7px;
}

.slider-visible.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

.slider-visible-center.triple-slider .splide__slide {
  padding: 0px 7.5px 0px 7.5px;
}

/*List Groups*/
.list-group .active {
  background-color: #d42d25 !important;
  border-color: #d42d25 !important;
}

.list-group * {
  font-family: "Pretendard" !important;
}

.list-group-s .list-group-item {
  padding-top: 9px;
  padding-bottom: 9px;
}

.list-group-m .list-group-item {
  padding-top: 11px;
  padding-bottom: 11px;
}

.list-group-l .list-group-item {
  padding-top: 13px;
  padding-bottom: 13px;
}

.list-custom {
  overflow: hidden;
}

.list-group .badge {
  font-size: 10px;
  padding-top: 4px;
  color: #fff;
  background-color: #d42d25;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.list-group .active .badge {
  background-color: #fff;
  color: #000;
}

.list-group i:first-child {
  padding-right: 8px;
  display: inline-block;
  width: 25px;
}

.list-group i:last-child {
  font-size: 8px;
  position: absolute;
  right: 15px;
  transform: translateY(-50%);
  top: 50%;
}

.list-custom .list-group-item {
  display: flex;
}

.list-custom.list-group-flush .list-group-item {
  padding-left: 0px;
  padding-right: 0px;
}

.list-custom.list-group-flush i:last-child {
  right: 0px;
}

.list-custom.list-group-flush i:first-child:not(.has-bg) {
  margin-right: -5px;
}

.list-custom.list-group-flush .badge {
  margin-right: -14px;
}

.list-custom .list-group-item * {
  align-self: center;
  cursor: pointer;
}

.list-custom .list-group-item i,
.list-custom .list-group-item div {
  display: block;
}

.list-custom .list-group-item i:first-child:not(.has-bg) {
  padding-right: 34px;
  margin-right: -5px;
  padding-left: 0px;
}

.list-custom .list-group-item i.has-bg {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0px;
  margin-right: 15px;
}

.list-custom .list-group-item span:not(.badge) {
  pointer-events: none;
  display: block;
  font-size: 11px;
  margin-top: -8px;
  font-weight: 400;
  opacity: 0.4;
}

.list-custom .list-group-item strong {
  pointer-events: none;
  line-height: 28px;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.list-custom .ios-switch,
.list-custom .android-switch {
  z-index: 97;
  position: relative;
  margin-left: auto;
  margin-right: -5px;
  transform-origin: 100% 50%;
}

.icon-list {
  list-style: none;
  padding-left: 0px;
}

.icon-list i {
  padding-right: 10px;
}

.theme-light .list-group * {
  border-color: rgba(0, 0, 0, 0.07);
}

.theme-light .list-custom a:hover {
  color: #000;
  opacity: 1 !important;
}

.theme-dark .list-custom a:hover {
  color: #FFF;
  opacity: 1 !important;
}

.theme-dark .list-group * {
  border-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .list-group-item {
  background-color: #0f1117;
  color: #FFF;
}

.visited-link::after {
  content: "\f26a";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: #8CC152;
}

.card-style {
  overflow: hidden;
  border-radius: 30px;
  margin: 0px 15px 30px 15px;
  border: none;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.card-overlay {
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  z-index: 1;
  border-radius: 30px;
}

.card-body,
.card-top,
.card-center,
.card-bottom {
  z-index: 3;
}

.card-top,
.card-center,
.card-bottom {
  z-index: 3;
  position: absolute;
  left: 0px;
  right: 0px;
}

.card-top {
  top: 0px;
}

.card-center {
  top: 50%;
  transform: translateY(-50%);
}

.card-bottom {
  bottom: 0px;
}

.card-over {
  z-index: 3;
}

.card-inter {
  z-index: 2;
}

.card-under {
  z-index: 1;
}

.shadow-card:after {
  transform: scale(0.95) translateY(10px) translateZ(-36px);
  filter: blur(12px);
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-color: inherit;
  z-index: -1;
}

.shadow-card {
  overflow: visible;
}

.shadow-card .card-overlay {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.shadow-card-s::after {
  transform: scale(0.91) translateY(15px) translateZ(-40px);
  filter: blur(12px);
}

.shadow-card-m::after {
  transform: scale(0.93) translateY(15px) translateZ(-40px);
  filter: blur(12px);
}

.shadow-card-l::after {
  transform: scale(0.95) translateY(15px) translateZ(-46px);
  filter: blur(12px);
}

.theme-light .shadow-card:after {
  opacity: 0.8;
}

.theme-dark .shadow-card:after {
  opacity: 0.3;
}

/*Dividers*/
.divider {
  position: relative;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

divider:after {
  content: "";
  display: table;
  clear: both;
}

.divider-icon i {
  position: absolute;
  left: 50%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 50px;
  margin-top: -24px;
  transform: translate(-50%);
  z-index: 6;
}

.divider-icon em {
  position: absolute;
  content: "";
  height: 2px;
  left: 50%;
  width: 44px;
  background-color: #f0f0f0;
  margin-left: -22px;
  top: 50%;
  margin-top: -1px;
  z-index: 5;
}

.divider-faded {
  background-color: transparent;
  background-image: linear-gradient(left, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.01) 98%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.01) 98%);
}

.divider-faded i {
  position: absolute;
  left: 50%;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 44px;
  margin-top: -22px;
  transform: translate(-50%);
  z-index: 6;
}

/*Size Settings*/
.divider-s i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-top: -20px;
}

.divider-m i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 19px;
  margin-top: -22px;
}

.divider-l i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 21px;
  margin-top: -24px;
}

.divider-s:not(.divider-icon):not(.divider-faded) {
  width: 50px;
  height: 3px;
}

.divider-m:not(.divider-icon):not(.divider-faded) {
  width: 75px;
  height: 3px;
}

.divider-l:not(.divider-icon):not(.divider-faded) {
  width: 107.5px;
  height: 3px;
}

/*Dark Settings*/
.theme-dark .divider {
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .divider em {
  background-color: #0f1117;
}

.theme-dark .divider-faded {
  background-color: transparent;
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.01) 2%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.01) 98%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01) 2%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.01) 98%);
}

.icon {
  line-height: 0px;
  display: inline-block;
  text-align: center;
  transition: all 120ms ease;
}

.icon:hover {
  opacity: 0.9;
}

.icon-style {
  font-family: "Pretendard", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 12px;
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.12);
  transform: translateY(2px);
}

.icon-xxs {
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  width: 34px;
  transform: translateY(0px);
}

.icon-xs {
  font-size: 11px;
  height: 38px;
  line-height: 38px;
  width: 38px;
  transform: translateY(0px);
}

.icon-s {
  font-size: 11px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  transform: translateY(0px);
}

.icon-m {
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transform: translateY(2px);
}

.icon-l {
  font-size: 16px;
  height: 49px;
  line-height: 49px;
  width: 49px;
  transform: translateY(2px);
}

.icon-xl {
  font-size: 16px;
  height: 51px;
  line-height: 51px;
  width: 51px;
  transform: translateY(2px);
}

.icon-xxl {
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  transform: translateY(2px);
}

/*Buttons*/
.btn {
  display: inline-block;
  transition: all 120ms ease;
}

.btn:hover {
  opacity: 0.9;
  color: #fff;
}

.btn:focus {
  box-shadow: none !important;
}

.btn {
  font-family: "Pretendard", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
  font-size: 12px;
  padding: 8px;
}

.btn-3d {
  border-bottom-width: 4px !important;
  border-left: none;
  border-right: none;
  border-top: none;
}

.btn-3d:hover {
  opacity: 1 !important;
  border-bottom: solid 0px rgba(255, 255, 255, 0) !important;
}

.btn-3d:active {
  opacity: 1 !important;
  border-bottom: solid 0px rgba(255, 255, 255, 0) !important;
}

.btn-xxs {
  font-size: 11px;
  padding: 8px 13px;
}

.btn-xs {
  font-size: 12px;
  padding: 9px 14px;
}

.btn-s {
  font-size: 12px;
  padding: 12px 18px;
}

.btn-m {
  font-size: 12px;
  padding: 13px 20px;
}

.btn-l {
  font-size: 14px;
  padding: 13px 22px;
}

.btn-xl {
  font-size: 15px;
  padding: 14px 24px;
}

.btn-xxl {
  font-size: 15px;
  padding: 15px 28px;
}

.btn-xxxl {
  font-size: 16px;
  padding: 10px 0;
}

.btn-full {
  display: block;
}

.btn .badge {
  font-size: 9px;
  margin-left: 10px;
  padding: 3px 5px;
  border-radius: 5px;
}

.btn .badge-border {
  border: solid 1px #fff;
  color: #fff;
}

.btn .badge-shadow {
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3) !important;
  color: #fff;
}

/*Accordions*/
.accordion-s .accordion-button {
  height: 45px;
}

.accordion-m .accordion-button {
  height: 49px;
}

.accordion-l .accordion-button {
  height: 53px;
}

.accordion {
  overflow: hidden;
  border: 0px;
}

.accordion * {
  background-color: transparent;
}

.accordion .accordion-item:first-child {
  border-top: 0px;
}

.accordion .accordion-item:last-child {
  border-bottom: 0px;
}

.accordion .accordion-item {
  border-color: rgba(0, 0, 0, 0.02);
}

.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.accordion-button {
  font-family: "Pretendard", sans-serif;
}

.accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.05);
}

.accordion-item.border-bottom-0 {
  border-bottom: 0px !important;
  margin-bottom: -1px !important;
}

.accordion-button::after {
  background-image: none !important;
}

.accordion-button[aria-expanded=true] {
  color: initial !important;
}

.accordion-button[aria-expanded=true] i:last-child {
  color: red;
  transform: rotate(180deg);
}

.accordion-button[aria-expanded=true] i:first-child {
  transform: scale(1.2, 1.2);
}

.accordion-button i:last-child {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0px;
  width: 40px;
  height: 40px;
  color: #1f1f1f;
  text-align: center;
  line-height: 40px;
}

.accordion.no-border *,
.accordion.border-0 * {
  border: none;
  box-shadow: none !important;
}

.theme-dark .accordion-button,
.theme-dark .accordion-button[aria-expanded=true] {
  color: #FFF !important;
}

.theme-dark .accordion-button.collapsed i {
  color: #FFF;
}

.theme-dark .accordion .accordion-item {
  border-color: rgba(255, 255, 255, 0.02);
}

.theme-dark .accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.accordion-item.border {
  border-width: 1px !important;
  border-style: solid !important;
}

/*Tabs*/
.tabs a[aria-expanded=true] {
  pointer-events: none;
}

.tabs .tab-controls {
  font-weight: 600;
  font-family: "Pretendard", sans-serif;
}

.tabs-box .tab-controls {
  overflow: hidden;
  display: flex;
  border: solid 1px rgba(0, 0, 0, 0.07);
}

.tabs-box .tab-controls a:last-child {
  border-right: none !important;
}

.tabs-box .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  border-right: solid 1px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 38px;
}

.tabs-box a[aria-expanded=true] {
  background-color: #d42d25;
  border-color: #d42d25;
  color: #fff !important;
}

.tabs-pill .tab-controls {
  background-color: rgba(0, 0, 0, 0.07);
  overflow: hidden;
  display: flex;
}

.tabs-pill .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 35px;
}

.tabs-pill a[aria-expanded=true] {
  background-color: #d42d25;
  border-color: #d42d25;
  color: #fff !important;
}

.tabs-links .tab-controls {
  background-color: rgba(0, 0, 0, 0.07);
}

.tabs-links .tab-controls {
  overflow: hidden;
  display: flex;
}

.tabs-links .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  padding: 2px 12px;
  color: #000;
}

.tabs-links a[aria-expanded=true] {
  background-color: #d42d25;
  border-color: #d42d25;
  color: #fff !important;
}

.tabs-icons .tab-controls a * {
  display: block;
  font-weight: 400;
}

.tabs-icons .tab-controls {
  overflow: hidden;
  display: flex;
  margin: auto -15px auto -15px;
}

.tabs-icons a[aria-expanded=true] * {
  opacity: 1 !important;
}

.tabs-icons a[aria-expanded=true] {
  color: #d42d25 !important;
}

.tabs-icons .tab-controls a {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 20px;
}

.tabs-borders .tab-controls {
  overflow: hidden;
  display: flex;
}

.tabs-borders .tab-controls a {
  transition: all 200ms ease;
  overflow: hidden;
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  width: 100%;
  margin: auto;
  color: #000;
  line-height: 40px;
}

.tabs-borders a[aria-expanded=true] {
  color: #d42d25 !important;
  border-color: #d42d25 !important;
}

.tabs-cards {
  margin: 0px 15px 30px 15px;
}

.tabs-cards .card-style {
  overflow: visible;
  border-top-left-radius: 0px;
  margin: 6px 0px 30px 0px;
}

.tabs-cards .tab-controls a {
  transition: all 200ms ease;
  border-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #1f1f1f;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 12px 22px 18px 22px;
}

.tabs-cards .tab-controls a[aria-expanded=true] {
  color: #d42d25;
  background-color: #FFF;
  padding: 14px 22px 20px 22px;
}

.theme-dark .tabs-box a {
  border: solid 1px rgba(255, 255, 255, 0.05);
}

.theme-dark .tabs-pill .tab-controls a {
  color: #fff;
}

.theme-dark .tabs-pill .tab-controls {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.theme-dark .tabs-links .tab-controls a {
  color: #fff;
}

.theme-dark .tabs-icons .tab-controls a {
  color: #fff;
}

.theme-dark .tabs-borders .tab-controls a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  color: #fff;
}

.theme-dark .tabs-cards .tab-controls a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}

.theme-dark .tabs-cards .tab-controls a[aria-expanded=true] {
  background-color: #0f1117;
}

/*Switches*/
.switch-xs, .switch-s, .switch-m, .switch-l {
  transform-origin: 100% 50%;
}

.switch-xs {
  transform: scale(0.6);
}

.switch-s {
  transform: scale(0.7);
}

.switch-m {
  transform: scale(0.8);
}

.switch-l {
  transform: scale(0.9);
}

.ios-switch input, .android-switch input {
  display: none;
}

.android-switch, .ios-switch {
  margin: 0px;
  padding: 0px;
  height: 32px;
  position: relative;
}

.android-switch *, .ios-switch * {
  cursor: pointer !important;
}

/*iOS Switches*/
.ios-switch {
  width: 58px;
}

.ios-switch label::before {
  cursor: pointer;
  content: "";
  display: block !important;
  background-color: rgba(0, 0, 0, 0.07);
  pointer-events: all;
  margin-left: -1px;
  width: 58px !important;
  height: 32px !important;
  border-radius: 50px !important;
  transition: all 200ms ease;
}

.ios-switch i {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  z-index: 1;
  font-style: normal;
  transform: translateY(-50%);
}

.ios-switch i:first-child:not(.bi) {
  padding-left: 4px;
  margin-top: 0px;
}

.ios-switch i:last-child:not(.bi) {
  padding-right: 4px;
  margin-top: 0px;
}

.ios-switch i:first-child {
  left: 3px;
  margin-top: 1px;
}

.ios-switch i:last-child {
  right: 5px;
  margin-top: 1px;
}

.ios-switch label::after {
  cursor: pointer;
  position: relative;
  content: "";
  display: block !important;
  margin-top: -31px;
  z-index: 2;
  width: 30px !important;
  height: 30px !important;
  transition: all 250ms ease;
  border-radius: 50px !important;
  background-color: #fff;
  border: solid 1px rgba(152, 152, 152, 0.3);
  transition: all 200ms ease;
}

.ios-input:checked ~ .custom-control-label::after {
  transform: translateX(26px) !important;
}

.ios-input:checked ~ .custom-control-label::before {
  background-color: #d42d25;
}

.switch-green .ios-input:checked ~ .custom-control-label::before {
  background-color: #8CC152 !important;
}

.switch-blue .ios-input:checked ~ .custom-control-label::before {
  background-color: #4A89DC !important;
}

.switch-red .ios-input:checked ~ .custom-control-label::before {
  background-color: #ED5565 !important;
}

/*Android Switches*/
.android-switch {
  width: 54px;
}

.android-switch label::before {
  display: block !important;
  content: "";
  pointer-events: all;
  margin-top: 5px;
  width: 53px !important;
  height: 17px !important;
  border-radius: 50px !important;
  background-color: rgba(0, 0, 0, 0.07);
  transition: all 250ms ease;
}

.android-switch label::after {
  display: block !important;
  content: "";
  border: solid 1px rgba(0, 0, 0, 0.07) !important;
  margin-top: -22px;
  width: 27px !important;
  height: 27px !important;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07) !important;
  border-radius: 50px !important;
  transition: all 250ms ease;
}

.android-input:checked ~ .custom-control-label::after {
  border: none !important;
  transform: translateX(27px) !important;
}

.android-switch-short {
  margin-right: -8px;
}

.android-switch-short.android-switch label::before {
  width: 43px !important;
}

.android-switch-short .android-input:checked ~ .custom-control-label::after {
  transform: translateX(18px) !important;
}

.switch-blue .android-input:checked ~ .custom-control-label::after {
  background-color: #4A89DC !important;
}

.switch-blue .android-input:checked ~ .custom-control-label::before {
  background-color: rgba(74, 137, 220, 0.5) !important;
}

.switch-green .android-input:checked ~ .custom-control-label::after {
  background-color: #8CC152 !important;
}

.switch-green .android-input:checked ~ .custom-control-label::before {
  background-color: rgba(139, 193, 82, 0.5) !important;
}

.switch-red .android-input:checked ~ .custom-control-label::after {
  background-color: #ED5565 !important;
}

.switch-red .android-input:checked ~ .custom-control-label::before {
  background-color: rgba(237, 85, 101, 0.5) !important;
}

.theme-dark .ios-switch label::before,
.theme-dark .android-switch label::before {
  background-color: rgba(255, 255, 255, 0.05);
}

/*Toasts*/
.toast {
  display: flex !important;
  transition: all 250ms ease !important;
}

.toast-l {
  width: 270px;
  margin-left: -135px;
}

.toast-m {
  width: 200px;
  margin-left: -100px;
}

.toast-s {
  width: 110px;
  margin-left: -55px;
}

.toast-pill {
  font-family: "Pretendard", sans-serif;
  opacity: 1 !important;
  position: fixed;
  z-index: 10;
  border: none;
  transition: all 350ms ease;
  left: 50%;
  padding: 5px 5px 5px 36px;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  display: block;
  overflow: visible;
}

.toast-pill i {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px !important;
  text-align: center;
  line-height: 35px;
}

.toast-bar strong, .toast-bar span {
  display: block;
}

.toast-bar {
  font-family: "Pretendard", sans-serif;
  opacity: 1 !important;
  position: fixed;
  z-index: 10;
  border: none;
  transition: all 350ms ease;
  left: 50%;
  width: 250px;
  margin-left: -125px;
  background-color: transparent;
  box-shadow: none;
  padding: 5px;
  display: block;
}

.toast-bar {
  display: flex;
}

.toast-bottom {
  bottom: calc(80px + (env(safe-area-inset-bottom)) * 1.1);
  transform: translateY(200px);
}

.toast-bottom.show {
  transform: translateY(0px);
  transition: all 250ms ease;
}

.toast-top {
  top: calc(70px + (env(safe-area-inset-top)) * 1.1);
  transform: translateY(-200px);
}

.toast-top.show {
  transform: translateY(0px);
  transition: all 250ms ease;
}

/*Toasts*/
.snackbar {
  font-family: "Pretendard", sans-serif;
  opacity: 1 !important;
  position: fixed;
  left: 10px;
  right: 10px;
  z-index: 10;
  border: none;
  transition: all 350ms ease;
  padding: 10px 15px;
  background-color: transparent;
  box-shadow: none;
  display: block;
}

.snackbar {
  bottom: calc(80px + (env(safe-area-inset-bottom)) * 1.1);
  transform: translateY(200px);
}

.snackbar.show {
  transform: translateY(0px);
  transition: all 250ms ease;
}

/*Notifications*/
.notification-bar {
  opacity: 1 !important;
  position: fixed;
  top: calc(0px + (env(safe-area-inset-top)) * 1.1);
  left: 0px;
  right: 0px;
  transform: translateY(-120%);
  transition: all 250ms ease;
  z-index: 100 !important;
}

.notification-bar .toast-header {
  background-color: transparent !important;
}

.notification-bar.detached {
  left: 10px;
  right: 10px;
  top: calc(10px + (env(safe-area-inset-top)) * 1.1);
}

.notification-bar {
  overflow: hidden;
}

.notification-bar.show {
  transform: translateY(0%);
}

/*Theme Dark Settings*/
.theme-dark .notification-bar .toast-header {
  background-color: transparent !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .notification-bar .btn-close {
  background-color: #FFF !important;
}

textarea:focus,
select:focus,
input[type=text]:focus,
input[type=submit]:focus,
input[type=button]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus {
  outline-color: rgba(74, 137, 220, 0.35);
  box-shadow: 0px 0px 0px 0px rgba(74, 137, 220, 0.35) !important;
  background-color: transparent;
}

input::placeholder,
textarea::placeholder,
select::placeholder,
input,
textarea,
select {
  font-size: 12px !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  transform: translateY(-5px) translateX(6px);
}

.upload-file {
  height: 50px;
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 50px;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: rgba(140, 193, 82, 0.3) !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: rgba(213, 25, 77, 0.3) !important;
}

/*Form Custom Text*/
.form-custom span {
  position: absolute;
  top: 0px;
  right: 10px;
  height: 53px;
  line-height: 53px;
  pointer-events: none;
  font-size: 9px;
  opacity: 0.5;
}

/*Form Icons*/
.form-custom input,
.form-custom select,
.form-custom textarea {
  height: 53px !important;
  padding: 13px 15px 0px 15px !important;
}

.form-custom label {
  line-height: 50px;
  padding: 0px 15px 0px 15px;
}

.form-custom.form-icon input,
.form-custom.form-icon select,
.form-custom.form-icon textarea {
  padding-left: 40px !important;
}

.form-custom.form-icon label {
  padding-left: 45px;
}

.form-custom.form-icon i {
  position: absolute;
  font-size: 16px;
  height: 53px;
  width: 40px;
  line-height: 53px;
  text-align: center;
}

.form-custom textarea {
  padding-top: 20px !important;
  line-height: 23px !important;
}

.form-custom textarea:focus {
  min-height: 150px;
}

.was-validated * {
  background-image: none !important;
}

.form-custom {
  position: relative;
}

.form-border * {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-radius: 0px !important;
}

.form-border.form-icon i {
  margin-left: -10px;
}

.form-border.form-icon input,
.form-border.form-icon select,
.form-border.form-icon textarea {
  padding-left: 30px !important;
}

.form-border.form-icon label {
  padding-left: 33px !important;
}

.form-border.form-custom:not(.form-icon) input,
.form-border.form-custom:not(.form-icon) select,
.form-border.form-custom:not(.form-icon) textarea {
  padding-left: 2px !important;
}

.form-border.form-custom:not(.form-icon) label {
  padding-left: 0px !important;
}

.form-custom.form-floating input,
.form-custom.form-floating select,
.form-custom.form-floating textarea {
  padding-top: 15px !important;
}

.form-custom:not(.form-floating) * {
  padding-top: 0px !important;
}

.form-custom:not(.form-floating) textarea {
  padding-top: 15px !important;
}

.form-custom:not(.form-floating) input[type=date] {
  line-height: 46px;
}

.form-custom.form-floating input[type=date] {
  line-height: 36px;
}

input[type=range] {
  -webkit-appearance: none;
}

.range-1 *,
.range-2 *,
.range-3 * {
  border-radius: 50%;
}

.range-1 input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 3px;
}

.range-1 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: -7px;
}

.range-2 input[type=range]::-webkit-slider-runnable-track {
  height: 24px;
  border-radius: 20px;
  padding: 0px 2px;
}

.range-2 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: 2px;
}

.range-3 input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 20px;
  padding: 0px 2px;
}

.range-3 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, 0.15);
  margin-top: -11px;
  box-shadow: 0 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.stepper {
  width: 102px;
}

.stepper:after {
  content: "";
  display: table;
  clear: both;
}

.stepper input {
  height: 33px;
  width: 33px;
  float: left;
  border: none !important;
  text-align: center;
  display: block;
  line-height: 33px;
  font-size: 11px !important;
  background-color: transparent;
}

.stepper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.stepper a {
  text-align: center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 9px;
}

.stepper * {
  outline: none !important;
}

.theme-dark .form-custom label {
  color: rgba(255, 255, 255, 0.4);
}

.theme-dark .form-custom * {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.theme-dark .form-custom input,
.theme-dark .form-custom textarea,
.theme-dark .form-custom select {
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .form-custom label {
  background-color: #0f1117 !important;
}

.theme-light .form-custom input,
.theme-light .form-custom textarea,
.theme-light .form-custom select {
  border: solid 1px rgba(0, 0, 0, 0.07);
}

.theme-dark .range-1 input[type=range]::-webkit-slider-runnable-track,
.theme-dark .range-2 input[type=range]::-webkit-slider-runnable-track,
.theme-dark .range-3 input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.theme-light .stepper {
  border: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-light .stepper a:last-child {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-light .stepper a:first-child {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}

.theme-dark .stepper {
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .stepper a:last-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.theme-dark .stepper a:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.form-label label {
  position: absolute;
  top: -5px;
  background-color: #fff;
  height: 10px;
  line-height: 10px;
  left: 0px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: all 250ms ease;
  background-color: #fff !important;
  padding-left: 2px !important;
  padding-right: 5px !important;
}

.form-label:not(.form-icon) label {
  transform: translateX(10px) !important;
}

.form-label.form-icon label {
  transform: translateX(40px) !important;
}

.form-label.form-border label {
  transform: translateX(0px) !important;
}

.form-label-active {
  opacity: 1 !important;
}

.form-label-always-active {
  opacity: 1 !important;
}

.form-label:not(.form-icon) label {
  margin-left: 2px !important;
}

.form-label.form-icon label {
  margin-left: -32px !important;
}

.form-label:not(.form-icon) label {
  margin-left: 2px !important;
}

.form-label.form-border.form-icon label {
  margin-left: -32px !important;
  margin-top: 2px;
}

.form-label.form-border i {
  margin-top: -4px;
}

.form-label.form-border input,
.form-label.form-border select,
.form-label.form-border textarea {
  height: 45px !important;
}

.form-label.form-border textarea {
  padding-top: 10px !important;
}

.no-animation * {
  transition: all 250ms ease !important;
}

/*OTP*/
.otp {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #cacaca;
}

.otp:focus,
.otp:active {
  outline: solid 1px #000 !important;
}

.theme-dark .otp {
  background-color: #000;
  color: #fff;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

.form-check-custom input {
  position: absolute !important;
  transform: translateX(-10000px);
}
.form-check-custom input:checked ~ .is-unchecked {
  opacity: 0 !important;
  display: none !important;
}
.form-check-custom input:checked ~ .is-checked {
  display: block;
}
.form-check-custom i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 0px;
  font-size: 15px;
  height: 24px;
  line-height: 24px;
}
.form-check-custom {
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}
.form-check-custom label {
  cursor: pointer;
  font-size: 13px;
  padding: 0px 15px 0px 40px;
}
.form-check-custom .is-checked {
  display: none;
}

.offcanvas {
  min-height: auto !important;
  height: auto;
  display: block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.04);
  border: 0px;
}

.offcanvas-modal {
  transform: translate(-50%, -50%) scale(0.8, 0.8) !important;
  top: 50%;
  left: 50%;
  bottom: auto !important;
  right: auto !important;
  opacity: 0;
}

.offcanvas-modal.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1) !important;
}

.offcanvas, .modal-backdrop {
  transition: all 300ms ease !important;
}

[data-bs-toggle]:focus,
[data-bs-dismiss]:focus {
  outline: none !important;
}

.offcanvas-bottom:not(.offcanvas-detached) {
  bottom: env(safe-area-inset-bottom) !important;
}

.offcanvas-detached.offcanvas-start {
  left: 10px;
  top: calc(10px + env(safe-area-inset-top));
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-start:not(.show) {
  transform: translateX(-120%);
}

.offcanvas-detached.offcanvas-end {
  right: 10px;
  top: calc(10px + env(safe-area-inset-top));
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-end:not(.show) {
  transform: translateX(120%);
}

.offcanvas-detached.offcanvas-top {
  left: 10px;
  right: 10px;
  top: calc(10px + env(safe-area-inset-top));
}

.offcanvas-detached.offcanvas-top:not(.show) {
  transform: translateY(-120%);
}

.offcanvas-detached.offcanvas-bottom {
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-bottom:not(.show) {
  transform: translateY(120%);
}

.offcanvas {
  pointer-events: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.offcanvas.show {
  pointer-events: all !important;
}

.theme-dark .offcanvas {
  background-color: rgba(19, 30, 43, 0.8);
}

/*Prealoder*/
#preloader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  transition: all 200ms ease;
}
#preloader .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
}

.preloader-hide {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease !important;
}

.theme-light #preloader {
  background-color: #fff;
}

.theme-dark #preloader {
  background-color: #0f1117;
}

.preloader-l * {
  width: 70px;
  height: 70px;
}

.preloader-m * {
  width: 50px;
  height: 50px;
}

.preloader-s * {
  width: 30px;
  height: 30px;
}

/*Pagination*/
.pagination {
  margin-bottom: 30px;
}
.pagination .page-link {
  padding: 6px 14px;
}
.pagination .page-item {
  margin-right: 5px;
}
.pagination i {
  padding: 0px;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  padding: 6px 12px !important;
}

.page-item.active a {
  color: #fff !important;
}

/*Offline Detector*/
.offline-message, .online-message {
  position: fixed;
  transform: translateY(-200%);
  padding-bottom: 0px;
  font-weight: 700;
  font-family: "Pretendard", sans-serif;
  transition: all 250ms ease;
  top: 10px;
  left: 8px;
  right: 8px;
  z-index: 100;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  border-radius: 20px;
  line-height: 50px;
}

.offline-message-active, .online-message-active {
  transform: translateY(calc(-2px + (constant(safe-area-inset-bottom))));
  transform: translateY(calc(-2px + (env(safe-area-inset-bottom))));
}

/*Responsive Videos and iframes*/
.max-iframe {
  max-height: 200px !important;
  height: 300px !important;
  padding-bottom: 0px !important;
  margin: 0 auto;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.responsive-iframe object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.responsive-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#expert-signup-modal-old .modal-dialog {
  transition: none !important;
  transform: none !important;
}

.expert-signup-modal-content {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.expert-signup-modal-content .modal-body {
  padding: 8px 24px 20px 24px !important;
}

#expert-signup-modal-old .modal-dialog {
  max-width: 260px;
  width: 90%;
  margin: auto;
}

.expert-modal-image {
  width: 174px;
  height: 174px;
  margin-left: -24px;
}
.expert-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-modal-text {
  margin-bottom: 13px;
}
.expert-modal-text p {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: -0.36px;
  color: #1e1e1e;
  text-align: left;
}

.expert-modal-buttons {
  gap: 10px;
}
.expert-modal-buttons .btn {
  height: 40px;
  border-radius: 8px;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

.btn-expert-yes {
  background-color: #ff6161;
  color: white;
}
.btn-expert-yes:hover {
  background-color: rgb(255, 71.5, 71.5);
  color: white;
}
.btn-expert-yes:active, .btn-expert-yes:focus {
  background-color: #ff2e2e;
  color: white;
}

.btn-expert-no {
  background-color: white;
  color: #ff6161;
  border: 1px solid #ff6161 !important;
}
.btn-expert-no:hover {
  background-color: rgba(255, 97, 97, 0.05);
  color: #ff6161;
  border: 1px solid #ff6161 !important;
}
.btn-expert-no:active, .btn-expert-no:focus {
  background-color: rgba(255, 97, 97, 0.1);
  color: #ff6161;
  border: 1px solid #ff6161 !important;
}

#expert-signup-modal .modal-dialog {
  transition: none !important;
  transform: none !important;
  max-width: none !important;
  width: auto !important;
  margin: 1.75rem auto !important;
}

.expert-signup-v2-content {
  max-width: 336px;
  width: calc(100vw - 24px);
  margin: 0 auto;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.expert-signup-v2-body {
  padding: 24px 16px;
}

.expert-signup-v2-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.expert-signup-v2-title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3a3a3a;
  letter-spacing: -0.36px;
  line-height: normal;
  margin: 0;
  text-align: left;
}

.expert-signup-v2-subtitle {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #7a7a7a;
  letter-spacing: -0.32px;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

.expert-signup-v2-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

.expert-signup-card {
  width: 100%;
  height: 104px;
  border-radius: 8px;
  box-shadow: 0px 0px 5.3px 0px rgba(0, 0, 0, 0.34);
  border: none;
  text-decoration: none;
  display: block;
  cursor: pointer;
  transition: none;
}
.expert-signup-card:hover {
  text-decoration: none;
}

.expert-signup-card-expert {
  background: linear-gradient(135deg, #f45c43 0%, #eb3349 100%);
  opacity: 0.8;
}

.expert-signup-card-mate {
  background: #ffffff;
  border: 1px solid #ff2e2e;
}

.expert-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 16px;
  height: 100%;
}

.expert-card-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.expert-card-title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.36px;
  line-height: normal;
  margin: 0;
}

.expert-card-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: normal;
  margin: 0;
}

.expert-signup-card-expert .expert-card-title,
.expert-signup-card-expert .expert-card-desc {
  color: #ffffff;
}
.expert-signup-card-expert .expert-card-icon img {
  filter: brightness(0) invert(1);
}

.expert-signup-card-mate .expert-card-title {
  color: #ff2e2e;
}
.expert-signup-card-mate .expert-card-desc {
  color: #ff6161;
}
.expert-signup-card-mate .expert-card-icon img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(6814%) hue-rotate(356deg) brightness(101%) contrast(109%);
}

.expert-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.expert-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.expert-signup-v2-close {
  width: 100%;
  height: 54px;
  background-color: #FF2E2E;
  border: none;
  border-radius: 12px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.32px;
  line-height: normal;
  text-align: center;
  padding: 17px 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.expert-signup-v2-close:hover {
  background-color: #FA0000;
}
.expert-signup-v2-close:active, .expert-signup-v2-close:focus {
  background-color: #C80000;
}

#page {
  max-width: 576px !important;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
}
#page .header-bar {
  max-width: 576px;
  margin: 0 auto;
}
#page .footer-bar {
  max-width: 576px;
  margin: 0 auto;
}

.badge {
  display: inline !important;
  border-radius: 5px;
  font-weight: 400;
}

.shorts {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.theme-light {
  background-color: #f5f5f5 !important;
}

section {
  margin: 0px 15px 30px 15px;
}
section.border_bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.flex {
  display: flex;
}

.justify_content_center {
  justify-content: center;
}

.justify_content_between {
  justify-content: space-between;
}

.align_items {
  align-items: center;
}

.fixed_btn {
  position: fixed;
  display: none;
  width: 236px;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  padding: 5px 15px;
  background-color: #f5ddd9;
  border-radius: 15px;
  z-index: 1000;
}
.fixed_btn .hidden_con {
  gap: 20px;
  height: 100%;
}
.fixed_btn .hidden_con i {
  flex-shrink: 0;
}
.fixed_btn .hidden_con .txt_con {
  flex-shrink: 0;
  text-align: center;
}
.fixed_btn .hidden_con .txt_con p {
  color: #d42d25;
}
.fixed_btn .hidden_con .txt_con .txt01 {
  font-size: 14px;
  font-weight: 700;
}
.fixed_btn .hidden_con .txt_con .txt02 {
  font-size: 10px;
}
.fixed_btn .hidden_con .tel {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #d42d25;
}
.fixed_btn.active {
  display: block;
}

.blur {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 576px;
  max-width: 576px;
  height: 100vh;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.3);
}
.blur.active {
  display: block;
}

.btn_con.btn_one .btn {
  width: 100%;
}
.btn_con.btn_two .btn {
  width: 50%;
}
.btn_con.btn_three .btn {
  width: 33.3333333333%;
}

.btn.btn01 {
  padding: 12px 10px;
  box-sizing: border-box;
  background-color: #d42d25;
  border-radius: 10px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
}
.btn.btn02 {
  padding: 12px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #aaa;
  color: initial;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  color: #000;
}
.btn.btn02.red {
  border: 1px solid #d42d25;
  color: #d42d25 !important;
}
.btn.btn02.blue {
  border: 1px solid #3994fd;
  color: #3994fd !important;
}

ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

.notice .btn.btn-primary {
  width: 100%;
}

.badge_sty {
  display: inline-block;
  padding: 3px 7px;
  border-radius: 8px;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: clamp(8px, 3vw, 10px);
  font-weight: 300;
  color: #fff;
}
.badge_sty.blue {
  background-color: #ddecf3;
  color: #4ba3cb;
}
.badge_sty.red {
  background-color: #ffdbdb;
  color: #fd3939;
}
.badge_sty.hot {
  background-color: #f3d0d0;
  color: #c62e2e;
}
.badge_sty.deepblue {
  background-color: #d2e1f3;
  color: #024caa;
}
.badge_sty.orange {
  background-color: #ffe9d2;
  color: #eb8317;
}

.badge_sty01 {
  display: inline-block;
  padding: 5px 17px;
  border-radius: 8px;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  color: #fff;
}
.badge_sty01.blue {
  background-color: #ddecf3;
  color: #4ba3cb;
}
.badge_sty01.red {
  background-color: #ffdbdb;
  color: #fd3939;
}
.badge_sty01.hot {
  background-color: #f3d0d0;
  color: #c62e2e;
}
.badge_sty01.deepblue {
  background-color: #d2e1f3;
  color: #024caa;
}
.badge_sty01.orange {
  background-color: #ffe9d2;
  color: #eb8317;
}

.tit_con {
  margin-left: 15px;
  margin-bottom: 6px;
}
.tit_con.d-flex {
  justify-content: space-between;
  align-items: center;
}
.tit_con .txt01 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.tit_con .txt01 span.red {
  color: #d42d25;
}

.mt-80 {
  margin-top: 80px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

[type=radio] {
  accent-color: #fd3939;
}

.shop_banner .avatar_banner {
  position: relative;
  width: 100%;
  height: 200px;
  background: url("../../../assets/images/img/img_shop_banner.jpg") no-repeat center/cover;
}
.shop_banner .avatar_banner::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
}
.shop_banner .avatar_banner .avatar {
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  padding-top: 120px;
  z-index: 2;
}
.shop_banner .avatar_banner .avatar .img_con {
  position: relative;
  width: 125px;
  border-radius: 10px;
  border: 1px solid #fff;
  overflow: hidden;
}
.shop_banner .avatar_banner .avatar .img_con::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.shop_banner .avatar_banner .avatar .img_con img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop_banner .avatar_banner .avatar .icon_btn .d-flex {
  gap: 15px;
}
.shop_banner .intro {
  margin-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.shop_banner .intro .cate {
  padding-left: 25px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  color: #fd3939;
}
.shop_banner .intro .txt01 {
  position: relative;
  padding-left: 25px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}
.shop_banner .intro .txt01::before {
  content: "📢";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.shop_banner .intro .txt02 {
  padding-left: 25px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

.page-content.reservation_step04 .payment_agreement {
  display: flex;
  gap: 0.5rem;
}
.page-content.reservation_step04 .payment_agreement .checks {
  flex: 1;
  min-width: 0;
}
.page-content.reservation_step04 .payment_agreement .text-right {
  text-align: right;
  flex-shrink: 0;
}
.page-content.reservation_step04 .payment_agreement .text-right button {
  white-space: nowrap;
}
.page-content.reservation_step04 .payment_agreement .chk_p p {
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

.keep-all {
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

.review .tit_con {
  justify-content: space-between;
  align-items: center;
}
.review .tit_con a {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  color: #585858;
}
.review .tit_con a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 4px;
  right: 0;
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.review .tab {
  display: flex;
  gap: 35px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
}
.review .tab .tab__item {
  flex-shrink: 0;
}
.review .tab .tab__item.active {
  display: inline-block;
}
.review .tab .tab__item.active a {
  border-bottom: 1px solid #fd3939;
}
.review .tab .tab__item.active a p {
  font-weight: 700;
  color: #fd3939;
}
.review .tab .tab__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
.review .tab .tab__item a p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
@media (max-width: 480px) {
  .review .tab__content-wrapper .tab__content ul .list {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  .review .tab__content-wrapper .tab__content ul .list:last-child {
    border-bottom: none;
  }
}
.review .tab__content-wrapper .tab__content {
  display: none;
}
.review .tab__content-wrapper .tab__content ul .list {
  margin-bottom: 80px;
}
.review .tab__content-wrapper .tab__content ul .list .cate {
  margin-bottom: 5px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.review .tab__content-wrapper .tab__content ul .list .write_info {
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}
.review .tab__content-wrapper .tab__content ul .list .write_info .writer {
  gap: 10px;
}
.review .tab__content-wrapper .tab__content ul .list .write_info .writer .name {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.review .tab__content-wrapper .tab__content ul .list .write_info .writer .date {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #585858;
}
.review .tab__content-wrapper .tab__content ul .list .write_info .rating {
  align-items: center;
}
.review .tab__content-wrapper .tab__content ul .list .write_info .rating img {
  width: 21px;
}
.review .tab__content-wrapper .tab__content ul .list .write_info .rating .num {
  margin-left: 5px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
  line-height: initial;
}
.review .tab__content-wrapper .tab__content ul .list .img_con {
  margin-bottom: 15px;
}
.review .tab__content-wrapper .tab__content ul .list .img_con ul {
  gap: 10px;
  overflow-x: scroll;
}
.review .tab__content-wrapper .tab__content ul .list .img_con ul li {
  position: relative;
  flex-shrink: 0;
  width: calc(33.3333333333% - 10px);
  overflow: hidden;
}
.review .tab__content-wrapper .tab__content ul .list .img_con ul li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.review .tab__content-wrapper .tab__content ul .list .img_con ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.review .tab__content-wrapper .tab__content ul .list .write {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
}
.review .tab__content-wrapper .tab__content.active {
  display: block;
}

.reser_img {
  width: 50%;
  margin: 115px auto 20px;
}
.reser_img img {
  width: 100%;
}

.coupon_box .coupon_con {
  padding: 15px 17px;
  border: 1px solid #eee;
  border-radius: 5px;
  box-sizing: border-box;
}
.coupon_box .coupon_con p {
  position: relative;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
}
.coupon_box .coupon_con p:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 4px;
  right: 0;
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}

.footer {
  padding: 30px 16px 50px 16px;
  box-sizing: border-box;
  border-top: 1px solid #585858;
  background-color: #121212;
}
.footer .link_con {
  overflow-x: scroll;
  gap: 5px;
}
.footer .link_con .link {
  flex-shrink: 0;
}
.footer .link_con .link a {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 400;
  color: #fff;
}
.footer .link_con .link span {
  display: inline-block;
  padding-left: 1px;
  color: #fff;
}
.footer .company_info .accordion {
  margin-top: 30px;
}
.footer .company_info .accordion .accordion-item .accordion-header .accordion-button {
  padding: 0 0 15px;
  color: #b8bfc2 !important;
}
.footer .company_info .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../../../assets/images/ico/chevron-compact-down.svg") !important;
  filter: invert(1);
}
.footer .company_info .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
  color: #b8bfc2;
}
.footer .company_info .accordion .accordion-item .accordion-collapse .accordion-body .info_list .list {
  padding-bottom: 5px;
}
.footer .company_info .accordion .accordion-item .accordion-collapse .accordion-body .info_list .list p {
  color: #b8bfc2;
}
.footer .company_info .accordion .accordion-item .accordion-collapse .accordion-body .info_list .list .tit {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.footer .company_info .accordion .accordion-item .accordion-collapse .accordion-body .info_list .list .txt {
  padding-left: 5px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
}
.footer .company_info .accordion .accordion-item .accordion-collapse .accordion-body .info_list .list:last-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #585858;
}
.footer .copyright {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  color: #b8bfc2;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_page p {
  margin-bottom: 0;
  color: #000;
}
.main_page .main-header {
  margin-bottom: 16px;
  padding-top: 8px;
}
.main_page .main-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}
.main_page .main-header .header-logo {
  flex-shrink: 0;
}
.main_page .main-header .header-logo a {
  display: block;
  width: 40px;
  height: 35px;
  line-height: 0;
}
.main_page .main-header .header-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main_page .main-header .header-address {
  flex-shrink: 1;
  position: relative;
  min-width: 0;
  margin-left: 6px;
  margin-right: auto;
}
.main_page .main-header .header-address .address-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  max-width: 100%;
}
.main_page .main-header .header-address .address-link .address-text {
  font-size: 16px;
  font-weight: 600;
  color: #252525;
  letter-spacing: -0.32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
.main_page .main-header .header-address .address-link .dropdown-icon {
  flex-shrink: 0;
  width: 20px;
  height: 19px;
  background: url("../images/ico/ico_dropdown_arrow.svg") no-repeat center/contain;
}
.main_page .main-header .header-bell {
  flex-shrink: 0;
}
.main_page .main-header .header-bell .bell-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.main_page .main-header .header-bell .bell-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.main_page .service-cards-bg {
  background: #ff6161;
  padding: 20px 16px 44px 16px;
  margin: 0;
}
.main_page .service-cards .card-grid {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.main_page .service-cards .card-grid .service-card {
  position: relative;
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  box-shadow: 3px 3px 2.6px 0px rgba(89, 0, 0, 0.08);
  overflow: hidden;
}
.main_page .service-cards .card-grid .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 2px 2px 4px 0px rgba(255, 255, 255, 0.38);
  border-radius: 8px;
}
.main_page .service-cards .card-grid .service-card .text-content {
  position: relative;
  z-index: 1;
}
.main_page .service-cards .card-grid .service-card .text-content .card-label {
  font-family: "Paperlogy", "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
}
.main_page .service-cards .card-grid .service-card .text-content .card-title {
  font-family: "Paperlogy", "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  margin: 0;
}
.main_page .service-cards .card-grid .errand-card {
  flex: 2.3;
  height: 95px;
  background: #ff9b92;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 0;
}
.main_page .service-cards .card-grid .errand-card .text-content .card-label,
.main_page .service-cards .card-grid .errand-card .text-content .card-title {
  color: #ffffff;
}
.main_page .service-cards .card-grid .errand-card .card-character {
  width: 71px;
  flex-shrink: 0;
  align-self: stretch;
}
.main_page .service-cards .card-grid .errand-card .card-character img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.main_page .service-cards .card-grid .partner-card {
  flex: 1;
  height: 95px;
  background: #ffd0ce;
}
.main_page .service-cards .card-grid .partner-card .text-content .card-label,
.main_page .service-cards .card-grid .partner-card .text-content .card-title {
  color: #ff6161;
}
.main_page .service-cards .card-grid .nearby-errand-card {
  flex: 1;
  height: 95px;
  background: #fecdd3;
}
.main_page .service-cards .card-grid .nearby-errand-card .text-content .card-label,
.main_page .service-cards .card-grid .nearby-errand-card .text-content .card-title {
  color: #ff6161;
}
.main_page .category-grid {
  background: #ffffff;
  border-radius: 24px 24px 0 0;
  padding: 24px 12px;
  transform: translateY(-24px);
  margin: 0 0 -24px 0;
  position: relative;
  z-index: 1;
}
.main_page .category-grid .category-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 24px;
}
.main_page .category-grid .category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-decoration: none;
}
.main_page .category-grid .category-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.main_page .category-grid .category-item span {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  color: #000000;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 400px) {
  .main_page .category-grid .category-item span {
    font-size: 12px;
    letter-spacing: -0.24px;
  }
}
.main_page .short_cut {
  margin-top: 30px;
}
.main_page .short_cut .icon_box .d-flex {
  flex-wrap: wrap;
  gap: 10px;
}
.main_page .short_cut .icon_box .d-flex .list {
  position: relative;
  width: calc(20% - 8px);
  text-align: center;
}
.main_page .short_cut .icon_box .d-flex .list:nth-child(-n+10) {
  margin-bottom: 10px;
}
.main_page .short_cut .icon_box .d-flex .list a .txt_con p {
  margin-top: 3px;
  word-break: keep-all;
  color: #000;
  text-align: center;
  font-family: Pretendard, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}
@media (max-width: 480px) {
  .main_page .short_cut .icon_box .d-flex .list .badge {
    font-size: 8px;
  }
  .main_page .short_cut .icon_box .d-flex .list a img {
    height: 40px;
    width: 40px;
  }
  .main_page .short_cut .icon_box .d-flex .list a .txt_con p {
    font-size: 12px;
  }
}
.main_page .event_banner {
  border-radius: 8px;
  margin: 0 16px 8px 16px;
}
.main_page .event_banner .swiper {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.main_page .event_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_page .event_banner .swiper-slide .sld_pc,
.main_page .event_banner .swiper-slide .sld_mb {
  width: 100%;
}
.main_page .event_banner .swiper-slide .sld_pc a,
.main_page .event_banner .swiper-slide .sld_mb a {
  display: block;
  width: 100%;
}
.main_page .event_banner .swiper-slide .sld_pc a .img_con,
.main_page .event_banner .swiper-slide .sld_mb a .img_con {
  width: 100%;
}
.main_page .event_banner .swiper-slide .sld_pc a .img_con img,
.main_page .event_banner .swiper-slide .sld_mb a .img_con img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .event_banner .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .event_banner .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  text-align: center;
}
.main_page .event_banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #D0D0D0;
  opacity: 1;
  margin: 0 2px;
  border-radius: 50%;
}
.main_page .event_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff8a80;
}
.main_page .event_banner.single-slide {
  margin: 0 16px 20px 16px;
}
.main_page .event_banner.single-slide .swiper-pagination {
  display: none;
}
.top_review {
  margin: 0 !important;
  margin-bottom: 30px !important;
}
.top_review .tit_con {
  margin-left: 16px;
}
.top_review .tit_con .txt01 {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.36px;
  color: #1e1e1e;
}
.top_review .tit_con .txt01 .red {
  color: #c80000;
}
.top_review .tab-category-container {
  position: relative;
}
.top_review .tab-category-container .tabSwiper {
  width: 100%;
  padding: 0;
}
.top_review .tab-category-container .tab {
  display: flex;
  white-space: nowrap;
  margin-bottom: 20px;
}
.top_review .tab-category-container .tab .tab__item {
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #D0D0D0;
}
.top_review .tab-category-container .tab .tab__item.swiper-slide {
  width: auto !important;
}
.top_review .tab-category-container .tab .tab__item a {
  display: block;
  padding: 8px 20px;
  text-decoration: none;
}
.top_review .tab-category-container .tab .tab__item a p {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  color: #7a7a7a;
}
.top_review .tab-category-container .tab .tab__item.active {
  border-bottom: 1px solid #C80000;
}
.top_review .tab-category-container .tab .tab__item.active a p {
  font-weight: 600;
  color: #000;
}
.top_review .tab__content-wrapper .tab__content {
  display: none;
}
.top_review .tab__content-wrapper .tab__content.active {
  display: block;
}
.top_review .swiper {
  padding: 0 16px;
}
.top_review .swiper-slide {
  width: 120px !important;
}
.top_review .swiper-slide .img_con {
  position: relative;
  height: 80px;
  width: 100%;
}
.top_review .swiper-slide .img_con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.top_review .swiper-slide .txt_con {
  margin-top: 6px;
}
.top_review .swiper-slide .txt_con .title_score {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 4px;
  margin-bottom: 3px;
}
.top_review .swiper-slide .txt_con .txt01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.28px;
  color: #000;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.top_review .swiper-slide .txt_con .scope {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}
.top_review .swiper-slide .txt_con .scope img {
  width: 17px;
  height: 17px;
}
.top_review .swiper-slide .txt_con .scope p {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
  color: #2f2f2f;
  margin: 0;
}
.top_review .swiper-slide .txt_con .scope p b {
  font-weight: 700;
}
.top_review .swiper-slide .txt_con .shop_info {
  margin-bottom: 5px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.top_review .swiper-slide .txt_con .badge_con ul {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  row-gap: normal;
}
.top_review .swiper-slide .txt_con .badge_con .badge {
  padding: 1px 6px;
  border-radius: 2px;
  font-family: "Pretendard", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.22px;
}
.top_review .swiper-slide .txt_con .badge_con .bg-warning {
  background-color: #ffd48e !important;
  color: #f05e1f !important;
}
.top_review .swiper-slide .txt_con .badge_con .bg-success {
  background-color: #b8e4ff !important;
  color: #1f87c8 !important;
}
.top_review .swiper-slide .txt_con .badge_con .bg-danger {
  background-color: #ffc7c7 !important;
  color: #fa0000 !important;
}
.top_review .swiper-slide .txt_con .badge_con .bg-portfolio {
  background-color: rgba(1, 199, 174, 0.23) !important;
  color: #01c7ae !important;
}
.top_review .swiper-slide .txt_con .badge_con .bg-info {
  background-color: #e0f7ff !important;
  color: #0091cc !important;
}

.review_con .review .swiper-wrapper .swiper-slide {
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 10px;
}
.review_con .review .swiper-wrapper .swiper-slide .shop_profile {
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.review_con .review .swiper-wrapper .swiper-slide .shop_profile .avatar {
  position: relative;
  width: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.review_con .review .swiper-wrapper .swiper-slide .shop_profile .avatar::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.review_con .review .swiper-wrapper .swiper-slide .shop_profile .avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.review_con .review .swiper-wrapper .swiper-slide .shop_profile .txt_con .shop_name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.review_con .review .swiper-wrapper .swiper-slide .shop_profile .txt_con .cate {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.review_con .review .swiper-wrapper .swiper-slide .contents {
  margin-top: 20px;
}
.review_con .review .swiper-wrapper .swiper-slide .contents .scope {
  margin-bottom: 20px;
}
.review_con .review .swiper-wrapper .swiper-slide .contents .scope ul {
  gap: 3px;
}
.review_con .review .swiper-wrapper .swiper-slide .contents .scope .num {
  margin-left: 5px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.review_con .review .swiper-wrapper .swiper-slide .contents .write p {
  height: 64px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all !important;
}
.review_con .review .swiper-wrapper .swiper-slide .contents .customer {
  margin-top: 15px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}

.instead {
  text-align: center;
}
.instead.modal-body .txt01 {
  margin-bottom: 15px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: #d42d25;
}
.instead.modal-body .img_con img {
  width: 100px;
}
.instead .txt_con {
  width: 50%;
  margin: 20px auto;
}
.instead .txt_con p {
  word-break: keep-all;
}
.instead .txt_con .txt02 {
  margin-bottom: 15px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  line-height: 1.2;
}
.instead .txt_con .txt03 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}

@media (max-width: 400px) {
  .instead .txt_con {
    width: calc(50% + 100px);
    margin: 20px auto;
  }
}
.errand-service-content {
  max-width: 336px;
  width: calc(100vw - 24px);
  margin: 0 auto;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.errand-service-body {
  padding: 26px 20px;
}

.errand-service-title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3a3a3a;
  letter-spacing: -0.36px;
  line-height: normal;
  margin-bottom: 18px;
  text-align: left;
}

.errand-service-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.errand-btn {
  width: 100%;
  height: 104px;
  border-radius: 8px;
  box-shadow: 0px 0px 5.3px 0px rgba(0, 0, 0, 0.34);
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  transition: none;
}
.errand-btn-request {
  background: linear-gradient(135deg, #f45c43 0%, #eb3349 100%);
  opacity: 0.8;
}

.errand-btn-history {
  background: #ffffff;
  border: 1px solid #ff2e2e;
}

.errand-btn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 29px 16px;
}

.errand-btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.errand-btn-title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.36px;
  line-height: normal;
  margin: 0;
}

.errand-btn-subtitle {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: normal;
  margin: 0;
}

.errand-btn-request .errand-btn-title,
.errand-btn-request .errand-btn-subtitle {
  color: #ffffff;
}
.errand-btn-request .errand-btn-icon img {
  filter: brightness(0) invert(1);
}

.errand-btn-history .errand-btn-title {
  color: #ff2e2e;
}
.errand-btn-history .errand-btn-subtitle {
  color: #ff6161;
}
.errand-btn-history .errand-btn-icon img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(6814%) hue-rotate(356deg) brightness(101%) contrast(109%);
}

.errand-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.errand-btn-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#errand-service-modal .modal-dialog {
  width: auto;
  max-width: 336px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
#errand-service-modal.modal {
  background-color: rgba(0, 0, 0, 0.41);
  --bs-modal-margin: 0.5rem !important;
}

.partner-modal-content {
  max-width: 336px;
  width: calc(100vw - 24px);
  margin: 0 auto;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.partner-modal-body {
  padding: 26px 20px;
}

.partner-modal-title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3a3a3a;
  letter-spacing: -0.36px;
  line-height: normal;
  margin-bottom: 18px;
  text-align: left;
}

.partner-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.partner-btn-item {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 5.3px 0px rgba(0, 0, 0, 0.34);
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  transition: none;
}
.partner-btn-expert {
  background: linear-gradient(135deg, #f45c43 0%, #eb3349 100%);
  opacity: 0.8;
}

.partner-btn-mate {
  background: #ffffff;
  border: 1px solid #ff2e2e;
}

.partner-btn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 16px;
}

.partner-btn-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.partner-btn-title {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.36px;
  line-height: normal;
  margin: 0;
}

.partner-btn-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: normal;
  margin: 0;
}

.partner-btn-expert .partner-btn-title,
.partner-btn-expert .partner-btn-desc {
  color: #ffffff;
}
.partner-btn-expert .partner-btn-icon img {
  filter: brightness(0) invert(1);
}

.partner-btn-mate .partner-btn-title {
  color: #ff2e2e;
}
.partner-btn-mate .partner-btn-desc {
  color: #ff6161;
}
.partner-btn-mate .partner-btn-icon img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(6814%) hue-rotate(356deg) brightness(101%) contrast(109%);
}

.partner-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.partner-btn-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#partner-modal .modal-dialog {
  width: auto;
  max-width: 336px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
#partner-modal.modal {
  background-color: rgba(0, 0, 0, 0.41);
  --bs-modal-margin: 0.5rem !important;
}

.main_page .dia_banner {
  border-radius: 8px;
  margin: 0 16px 8px 16px;
}
.main_page .dia_banner .swiper {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.main_page .dia_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_page .dia_banner .swiper-slide .img_con {
  width: 100%;
}
.main_page .dia_banner .swiper-slide .img_con img {
  display: block;
  width: 100%;
  height: auto;
}
.main_page .dia_banner .swiper-pagination {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  text-align: center;
}
.main_page .dia_banner .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #D0D0D0;
  opacity: 1;
  margin: 0 2px;
  border-radius: 50%;
}
.main_page .dia_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff8a80;
}
.main_page .dia_banner.single-slide {
  margin: 0 16px 20px 16px;
}
.main_page .dia_banner.single-slide .swiper-pagination {
  display: none;
}

.shop_detail p {
  margin: 0;
  padding: 0;
}
.shop_detail .intro {
  margin-top: 80px;
}
.shop_detail .intro .cate {
  padding-left: 25px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  color: #fd3939;
}
.shop_detail .intro .txt01 {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  line-height: 1.5;
}
.shop_detail .intro .txt01::before {
  content: "📢";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.shop_detail .intro .location {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.shop_detail .intro .location::before {
  content: "📌";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.shop_detail .intro .badge_con ul {
  gap: 5px;
}
.shop_detail .stat {
  padding: 16px 0px;
  box-sizing: border-box;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}
.shop_detail .stat ul li {
  width: 50%;
  border-right: 1px solid #fd3939;
  text-align: center;
}
.shop_detail .stat ul li:last-child {
  border-right: none;
}
.shop_detail .stat ul li .txt01 {
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
.shop_detail .stat ul li .txt01.review_num {
  position: relative;
  display: inline-block;
}
.shop_detail .stat ul li .txt01.review_num::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 5px;
  right: -15px;
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.shop_detail .stat ul li .txt02 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.shop_detail .stat ul li .txt02 span {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  color: #aaa;
}
.shop_detail .stat ul li .txt02.d-flex {
  align-items: center;
  justify-content: center;
}
.shop_detail .stat ul li .txt02.d-flex img {
  margin-right: 5px;
}
.shop_detail .flow-tab-container {
  display: block;
}
.shop_detail .flow_tab {
  background: #fff;
  height: 60px;
  margin: 0 15px 0 15px;
}
.shop_detail .flow_tab.fixed {
  position: fixed;
  top: 55px;
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
  z-index: 1000;
}
.shop_detail .flow_tab .list_con {
  justify-content: space-between;
  overflow-x: scroll;
  height: 45px;
}
.shop_detail .flow_tab .list_con .list {
  flex-shrink: 0;
}
.shop_detail .flow_tab .list_con .list a {
  padding: 0 10px 10px 10px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #aaa;
}
.shop_detail .flow_tab .list_con .list.active a {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #fd3939;
  font-weight: 700;
  color: #000;
}
@media (max-width: 480px) {
  .shop_detail .flow_tab .flow_tab {
    margin-top: 0;
  }
  .shop_detail .flow_tab .flow_tab .list_con {
    gap: 10px;
  }
}
.shop_detail .shop_info {
  border-bottom: 1px solid #eee;
}
.shop_detail .shop_info .txt_con {
  margin-top: 30px;
  padding-bottom: 50px;
}
.shop_detail .shop_info .txt_con li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
}
.shop_detail .shop_info .txt_con li:last-child {
  margin-bottom: 0;
}
.shop_detail .shop_info .txt_con li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.shop_detail .shop_info .txt_con li.address::before {
  width: 19px;
  height: 20px;
  background: url("../../../assets/images/ico/ico_address.svg") no-repeat center/cover;
}
.shop_detail .shop_info .txt_con li.work_time::before {
  width: 20px;
  height: 18px;
  top: 3px;
  background: url("../../../assets/images/ico/ico_work_time.svg") no-repeat center/cover;
}
.shop_detail .shop_info .txt_con li.rest_time::before {
  width: 20px;
  height: 16px;
  background: url("../../../assets/images/ico/ico_rest_time.png") no-repeat center/cover;
}
.shop_detail .shop_info .txt_con li.work_condition::before {
  width: 20px;
  height: 22px;
  top: 3px;
  background: url("../../../assets/images/ico/ico_work_condition.png") no-repeat center/cover;
}
.shop_detail .shop_info .txt_con li.work_condition.rest {
  font-weight: 700;
  color: #fd3939;
}
.shop_detail .shop_info .txt_con li.work_condition.work {
  font-weight: 700;
}
.shop_detail .shop_info .txt_con li.tel::before {
  width: 20px;
  height: 23px;
  background: url("../../../assets/images/ico/ico_tel_num.svg") no-repeat center/cover;
}
.shop_detail .shop_info .txt_con li.employee::before {
  width: 17px;
  height: 19px;
  background: url("../../../assets/images/ico/ico_employee.png") no-repeat center/cover;
}
.shop_detail .shop_info .txt_con li.consult_time::before {
  width: 17px;
  height: 17px;
  top: 4px;
  left: 0;
  background: url("../../../assets/images/ico/ico_consult_time.png") no-repeat center/cover;
}
.shop_detail .portfolio_con {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}
.shop_detail .portfolio_con .tit_con {
  justify-content: space-between;
  align-items: center;
}
.shop_detail .portfolio_con .tit_con .txt_con {
  align-items: center;
  gap: 5px;
}
.shop_detail .portfolio_con .tit_con .txt_con .num {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #aaa;
}
.shop_detail .portfolio_con .tit_con a {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  color: #aaa;
}
.shop_detail .portfolio_con .tit_con a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 4px;
  right: 0;
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.shop_detail .portfolio_con .swiper {
  width: 100%;
  height: 100%;
}
.shop_detail .portfolio_con .swiper .swiper-slide {
  font-size: 18px;
  background: #fff;
}
.shop_detail .portfolio_con .swiper .swiper-slide {
  position: relative;
  width: 40%;
}
.shop_detail .portfolio_con .swiper .swiper-slide a {
  display: block;
}
.shop_detail .portfolio_con .swiper .swiper-slide a::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.shop_detail .portfolio_con .swiper .swiper-slide a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) 100%);
}
.shop_detail .portfolio_con .swiper .swiper-slide a img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 10px;
}
.shop_detail .portfolio_con .swiper .swiper-slide a .box {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 2;
}
.shop_detail .portfolio_con .swiper .swiper-slide a .box .write {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  color: #fff;
}
.shop_detail .portfolio_con .swiper .swiper-slide a .box .service_name {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 400;
  color: #fff;
}
.shop_detail .photo_con {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
}
.shop_detail .photo_con .tit_con {
  justify-content: space-between;
  align-items: center;
}
.shop_detail .photo_con .tit_con a {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  color: #aaa;
}
.shop_detail .photo_con .tit_con a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 4px;
  right: 0;
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.shop_detail .photo_con .swiper {
  width: 100%;
  height: 100%;
}
.shop_detail .photo_con .swiper .swiper-slide {
  font-size: 18px;
  background: #fff;
}
.shop_detail .photo_con .swiper .swiper-slide {
  position: relative;
  width: 40%;
}
.shop_detail .photo_con .swiper .swiper-slide .img_con::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.shop_detail .photo_con .swiper .swiper-slide .img_con::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.shop_detail .photo_con .swiper .swiper-slide .img_con img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 10px;
}
.shop_detail .photo_con .swiper .swiper-slide .img_con iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 10px;
}
.shop_detail .service .list_con .list {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.shop_detail .service .list_con .list:first-child {
  padding-top: 0;
}
.shop_detail .service .list_con .list a {
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.shop_detail .service .list_con .list a .info_con {
  flex-direction: column;
  justify-content: space-between;
}
.shop_detail .service .list_con .list a .info_con .box .txt01 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.shop_detail .service .list_con .list a .info_con .box .txt02 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 300;
  color: #585858;
}
.shop_detail .service .list_con .list a .info_con .price {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.shop_detail .service .list_con .list a .img_con {
  position: relative;
  width: 20%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.shop_detail .service .list_con .list a .img_con::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.shop_detail .service .list_con .list a .img_con img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
@media (max-width: 480px) {
  .shop_detail .service .list_con .list a .img_con {
    width: 80px;
  }
  .shop_detail .service .list_con .list a .img_con img {
    border-radius: 0;
  }
}
.shop_detail .service .list_con .list.disable a .img_con::after {
  content: "예약불가";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  border-radius: 5px;
  line-height: 50%;
  text-align: center;
  color: #fff;
}
.shop_detail .service .list_con .list.discount .d-flex .info_con .discount_price {
  margin-top: 15px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.shop_detail .service .list_con .list.discount .d-flex .info_con .discount_price .percent {
  display: inline-block;
  padding-right: 5px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #fd3939;
}
.shop_detail .service .list_con .list.discount .d-flex .info_con .discount_price .cost {
  text-decoration: line-through;
  color: #aaa;
}
.shop_detail .review {
  border-bottom: 1px solid #eee;
}
.shop_detail .review .tit_con {
  justify-content: space-between;
  align-items: center;
}
.shop_detail .review .tit_con a {
  position: relative;
  display: block;
  padding-right: 15px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  color: #585858;
}
.shop_detail .review .tit_con a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 4px;
  right: 0;
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.shop_detail .review .tab {
  display: flex;
  gap: 35px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-bottom: 20px;
}
.shop_detail .review .tab .tab__item {
  flex-shrink: 0;
}
.shop_detail .review .tab .tab__item.active {
  display: inline-block;
}
.shop_detail .review .tab .tab__item.active a {
  border-bottom: 1px solid #fd3939;
}
.shop_detail .review .tab .tab__item.active a p {
  font-weight: 700;
  color: #fd3939;
}
.shop_detail .review .tab .tab__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
.shop_detail .review .tab .tab__item a p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.shop_detail .review .tab__content-wrapper .tab__content {
  display: none;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list {
  margin-bottom: 30px;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .cate {
  margin-bottom: 5px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .write_info {
  margin-bottom: 15px;
  justify-content: space-between;
  align-items: center;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .write_info .writer {
  gap: 10px;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .write_info .writer .name {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .write_info .writer .date {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #585858;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .write_info .rating {
  align-items: center;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .write_info .rating img {
  width: 21px;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .write_info .rating .num {
  margin-left: 5px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
  line-height: initial;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .img_con {
  margin-bottom: 15px;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .img_con ul {
  gap: 20px;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .img_con ul li {
  position: relative;
  width: calc(33.3333333333% - 13px);
  overflow: hidden;
  border-radius: 10px;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .img_con ul li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .img_con ul li::before img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shop_detail .review .tab__content-wrapper .tab__content ul .list .img_con .write {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
}
.shop_detail .review .tab__content-wrapper .tab__content.active {
  display: block !important;
}
.shop_detail .faq_con .list_con .list {
  margin-bottom: 20px;
}
.shop_detail .faq_con .list_con .list:last-child {
  margin-bottom: 0;
}
.shop_detail .faq_con .list_con .list .question {
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.shop_detail .faq_con .list_con .list .answer {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #585858;
}

.page-content.reservation_step01.shop_banner .intro .txt02 {
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

.reservation_step01 .option_con .tit_con .txt02 {
  margin-top: 10px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list {
  justify-content: space-between;
  margin-bottom: 20px;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list:last-child {
  margin-bottom: 0;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list .left {
  align-items: center;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list .left label {
  align-items: center;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list .left label input {
  width: 20px;
  height: 20px;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list .left .option_sel {
  margin-left: 20px;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list .left .option_sel .txt01 {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list .left .option_sel .txt02 {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list .price {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  white-space: nowrap;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list.discount .right {
  text-align: right;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list.discount .right .discount_price {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list.discount .right .discount_price .percent {
  display: inline-block;
  padding-right: 5px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #fd3939;
}
.reservation_step01 .option_con .radio_box fieldset .list_con .list.discount .right .discount_price .cost {
  text-decoration: line-through;
  color: #aaa;
}
.reservation_step01 .btn_con button {
  width: 100%;
}
.reservation_step01 .btn_con button a {
  display: block;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  color: #fff;
}

.reservation_step01 .btn_sty01 {
  margin-top: 40px;
}

.reservation_step03 .option_con .tit_con .d-flex {
  gap: 10px;
  align-items: center;
}
.reservation_step03 .option_con .tit_con .d-flex .txt02 {
  margin-top: 10px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.reservation_step03 .option_con .tit_con .d-flex .select_time {
  margin-top: 10px;
}
.reservation_step03 .option_con .tit_con .d-flex .select_time .time {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
  color: #d42d25;
}
.reservation_step03 .option_con .time_sel .list_con {
  flex-wrap: wrap;
  gap: 40px;
}
.reservation_step03 .option_con .time_sel .list_con .list {
  width: calc(25% - 30px);
  padding: 6px 0px;
  border: 1px solid #aaa;
  border-radius: 29px;
  text-align: center;
}
.reservation_step03 .option_con .time_sel .list_con .list .time {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #aaa;
}
.reservation_step03 .option_con .time_sel .list_con .list.able {
  border: none;
  background-color: #f5ddd9;
}
.reservation_step03 .option_con .time_sel .list_con .list.able .time {
  color: #000;
}
.reservation_step03 .option_con .time_sel .list_con .list.check {
  border: none;
  background-color: #d42d25;
}
.reservation_step03 .option_con .time_sel .list_con .list.check .time {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 480px) {
  .reservation_step03 .option_con .time_sel .list_con {
    gap: 20px;
  }
  .reservation_step03 .option_con .time_sel .list_con .list {
    width: calc(25% - 15px);
  }
}
.reservation_step03 .btn_con button {
  width: 100%;
}
.reservation_step03 .btn_con button a {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  color: #fff;
}

.reservation_step04 section.border_bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.reservation_step04 .user_info {
  margin-top: 80px;
}
.reservation_step04 .user_info .tit_con {
  margin-bottom: 15px;
  justify-content: space-between;
}
.reservation_step04 .user_info .tit_con a {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  color: #aaa;
}
.reservation_step04 .user_info .info li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
}
.reservation_step04 .user_info .info .name::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 15px;
  top: 5px;
  left: 0;
  background: url("../../../assets/images/ico/ico_name.svg") no-repeat center/cover;
}
.reservation_step04 .user_info .info .location::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 20px;
  top: 5px;
  left: 0;
  background: url("../../../assets/images/ico/ico_reser_location.svg") no-repeat center/cover;
}
.reservation_step04 .user_info .info .phone::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 22px;
  top: 3px;
  left: 0;
  background: url("../../../assets/images/ico/ico_phone_num.svg") no-repeat center/cover;
}
.reservation_step04 .request .info_con {
  position: relative;
  padding: 20px 17px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
}
.reservation_step04 .request .info_con::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 15px;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.reservation_step04 .request .info_con p {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
}
.reservation_step04 .request .info_con .txt {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.reservation_step04 .request .request_con {
  position: relative;
  padding: 20px 17px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
}
.reservation_step04 .request .request_con p {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
}
.reservation_step04 .shop_info .list {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 15px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.reservation_step04 .shop_info .list:first-child {
  margin-top: 0;
}
.reservation_step04 .shop_info .list .info .tit {
  margin-bottom: 15px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.reservation_step04 .shop_info .list .info .rating {
  gap: 10px;
  margin-bottom: 5px;
}
.reservation_step04 .shop_info .list .info .rating .num {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
}
.reservation_step04 .shop_info .list .info .rating .num::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background: url("../../../assets/images/ico/ico_full_star_20x20.png") no-repeat center/cover;
}
.reservation_step04 .shop_info .list .info .rating .num span {
  font-weight: 300;
}
.reservation_step04 .shop_info .list .info .rating .use {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.reservation_step04 .shop_info .list .info .shop_txt {
  margin-bottom: 15px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.reservation_step04 .shop_info .list .info .badge_con ul {
  gap: 5px;
}
.reservation_step04 .shop_info .list .info .badge_con ul li .badge_sty {
  font-size: clamp(12px, 3vw, 14px);
}
.reservation_step04 .shop_info .list .img_con {
  position: relative;
  width: 20%;
}
.reservation_step04 .shop_info .list .img_con::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.reservation_step04 .shop_info .list .img_con img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.reservation_step04 .service_info .tit_con {
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.reservation_step04 .service_info .tit_con .time {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #585858;
}
.reservation_step04 .service_info .list {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.reservation_step04 .service_info .list:first-child {
  padding-top: 0;
}
.reservation_step04 .service_info .list a {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.reservation_step04 .service_info .list a .info_con {
  flex-shrink: 0;
}
.reservation_step04 .service_info .list a .info_con .txt01 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.reservation_step04 .service_info .list a .info_con .txt02 {
  margin-bottom: 15px;
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 300;
  color: #585858;
}
.reservation_step04 .service_info .list a .info_con .price {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.reservation_step04 .service_info .list a .img_con {
  position: relative;
  width: 20%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
}
.reservation_step04 .service_info .list a .img_con::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.reservation_step04 .service_info .list a .img_con img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.reservation_step04 .service_price .tit {
  margin-bottom: 15px;
}
.reservation_step04 .service_price .list_con .list {
  justify-content: space-between;
}
.reservation_step04 .service_price .list_con .list .price_txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
}
.reservation_step04 .service_price .list_con .list .price {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.reservation_step04 .service_price .list_con .list.last {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #d42d25;
}
.reservation_step04 .service_price .list_con .list.last p {
  font-weight: 700;
  color: #fd3939;
}
.reservation_step04 .btn_con .btn01 {
  width: 100%;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}
.reservation_step04 .col-auto {
  width: calc(50% - 10px);
}
.reservation_step04 .col-auto button {
  width: 100%;
}

#request_modal .modal-footer .btn {
  width: 100%;
}

.reservation_success .txt_con {
  margin-bottom: 50px;
  text-align: center;
}
.reservation_success .txt_con .txt01 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.reservation_success .txt_con .txt02 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.reservation_success .info .list_con .list {
  justify-content: space-between;
  margin-bottom: 20px;
}
.reservation_success .info .list_con .list .price_txt {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.reservation_success .info .list_con .list .price {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.reservation_success .info .list_con .list.last {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dotted #d42d25;
}
.reservation_success .info .list_con .list.last p {
  color: #fd3939;
}
.reservation_success .info .list_con .list.last .price_txt {
  font-weight: 700;
}
.reservation_success .btn_con {
  justify-content: space-between;
  gap: 10px;
}
.reservation_success .btn_con > div {
  width: calc(50% - 10px);
}

.reservation_fail .txt_con {
  margin-bottom: 50px;
  text-align: center;
}
.reservation_fail .txt_con .txt01 {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.reservation_fail .txt_con .txt02 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.reservation_fail .btn_con {
  justify-content: space-between;
  gap: 10px;
}
.reservation_fail .btn_con > div {
  width: calc(50% - 10px);
}
.reservation_fail .btn_con .btn {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}

.review_detail .intro .rating_box {
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 20px 0;
  border-radius: 10px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}
.review_detail .intro .rating_box .sum {
  align-items: center;
}
.review_detail .intro .rating_box .sum img {
  width: 25px;
}
.review_detail .intro .rating_box .sum span {
  margin-left: 5px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.review_detail .intro .point_con .list {
  align-items: center;
}
.review_detail .intro .point_con .list .point {
  width: 30px;
  margin-right: 10px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  color: #585858;
}
.review_detail .intro .point_con .list .progress {
  width: 100px;
  border-radius: 29px;
  background-color: #aaa;
}
.review_detail .intro .point_con .list .point_sum {
  margin-left: 5px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
}
.usage .select_con {
  display: flex;
  gap: 10px; /* select 간 간격 */
  /* 공통 스타일 */
}
.usage .select_con select {
  width: 115px;
  height: 30px;
  border-radius: 30px;
  appearance: none; /* 기본 select 스타일 제거 */
  outline: none;
  text-align: center;
  padding-right: 10px; /* 아이콘과의 간격 */
  background: white;
  border: 1px solid #aaa;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font-size: clamp(12px, 3vw, 14px) !important;
  font-weight: 300;
}
.usage .select_con {
  /* select를 감싸는 div */
}
.usage .select_con .select-wrap {
  position: relative;
  display: inline-block;
}
.usage .select_con {
  /* 화살표 아이콘 추가 (가상 요소 사용) */
}
.usage .select_con .select-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("../../../assets/images/ico/ico_arr_down.png") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.usage .select_con {
  /* select 클릭 시 해당 화살표 회전 */
}
.usage .select_con .select-wrap.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.usage .usage_list .list_con .list {
  margin-bottom: 50px;
}
.usage .usage_list .list_con .list:last-child {
  margin-bottom: 0;
}
.usage .usage_list .list_con .list .date {
  margin-bottom: 15px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.usage .usage_list .list_con .list .info {
  align-items: flex-start;
  gap: 15px;
}
.usage .usage_list .list_con .list .info .img_con {
  position: relative;
  width: 140px;
}
.usage .usage_list .list_con .list .info .img_con::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.usage .usage_list .list_con .list .info .img_con img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
.usage .usage_list .list_con .list .info .txt_con .tit {
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
.usage .usage_list .list_con .list .info .txt_con .txt01 {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 400;
  color: #585858;
}
.usage .usage_list .list_con .list .info .badge_con {
  margin-top: 10px;
}
.usage .usage_list .list_con .list .info .badge_con ul {
  gap: 5px;
  overflow-x: scroll;
}
.usage .usage_list .list_con .list .info .badge_con ul li {
  padding-bottom: 1px;
  flex-shrink: 0;
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 500;
}
.usage .usage_list .list_con .list .btn_con {
  margin-top: 25px;
  gap: 20px;
}
.usage .usage_list .list_con .list .btn_con .btn {
  width: 100%;
  padding: 10px 0;
  font-size: clamp(14px, 3vw, 16px);
}
.usage .usage_list .list_con .list .btn_con .btn.disable {
  border: 1px solid #aaa;
}
.usage .usage_list .list_con .list .btn_con .btn.disable span {
  color: #aaa;
}
.usage .usage_list .list_con .list .btn_con.two .btn02 {
  width: calc(50% - 10px);
}
@media (max-width: 480px) {
  .usage .usage_list .list_con .list {
    margin-bottom: 40px;
  }
  .usage .usage_list .list_con .list .info .img_con {
    width: 100px !important;
    flex-shrink: 0;
  }
}

.mypage .user_info {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.mypage .user_info .left {
  align-items: center;
  gap: 10px;
}
.mypage .user_info .left .profile_img {
  position: relative;
  width: 65px;
  height: 65px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
}
.mypage .user_info .left .profile_img img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mypage .user_info .left .name_con .name {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.mypage .user_info .left .name_con .email {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #585858;
}
.mypage .user_info .edit_link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.mypage .user_info .edit_link button {
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 15px;
  background: none;
  color: #aaa;
}
.mypage .user_info .edit_link button span {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 400;
}
.mypage .user_info .edit_link a {
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 15px;
  background: none;
  color: #aaa;
}
.mypage .user_info .edit_link a span {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 400;
}
.mypage .user_info .edit_link .point {
  border: 1px solid #fd3939;
  color: #fd3939;
}
.mypage .use_info .list_con {
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.mypage .use_info .list_con .list {
  width: 33.3333333333%;
  text-align: center;
  border-right: 1px solid #fd3939;
}
.mypage .use_info .list_con .list:last-child {
  border-right: none;
}
.mypage .use_info .list_con .list .tit {
  margin-bottom: 15px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #585858;
}
.mypage .use_info .list_con .list .num {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.mypage .menu_list .list_con {
  margin-bottom: 15px;
}
.mypage .menu_list .list_con:last-child {
  margin-bottom: 50px;
}
.mypage .menu_list .list_con .tit {
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #000;
}
.mypage .menu_list .list_con .menu:last-child {
  border-bottom: 1px solid #eee;
}
.mypage .menu_list .list_con .menu:last-child a {
  margin-bottom: 15px;
}
.mypage .menu_list .list_con .menu a {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.mypage .menu_list .list_con .menu a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.mypage .menu_list .list_con .menu a {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}

.profile_edit .avatar_con .avatar {
  position: relative;
  width: 135px;
  height: 135px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #eee;
}
.profile_edit .avatar_con .avatar .img_con {
  position: relative;
  width: 135px;
  height: 135px;
  overflow: hidden;
  border-radius: 50%;
}
.profile_edit .avatar_con .avatar .img_con img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.profile_edit .avatar_con .upload {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: #fff;
}
.profile_edit .avatar_con .upload a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.profile_edit .user_info .list_con .list {
  margin-bottom: 15px;
}
.profile_edit .user_info .list_con .list .tit {
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.profile_edit .user_info .list_con .list .info {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
.profile_edit .user_info .list_con .list .info a {
  position: relative;
  display: block;
}
.profile_edit .user_info .list_con .list .info a::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.profile_edit .user_info .list_con .list .info a {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #000;
}
.profile_edit .log_con {
  position: relative;
  gap: 15px;
}
.profile_edit .log_con a {
  position: relative;
  display: block;
}
.profile_edit .log_con a p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.profile_edit .log_con a.logout {
  border-right: 1px solid #eee;
  padding-right: 15px;
}
.profile_edit .log_con a.logout p {
  font-weight: 300;
  color: #585858 !important;
}
.profile_edit .log_con a.secession p {
  font-weight: 300;
  color: #585858 !important;
}

.coupon_con .coupon_list .coupon_box .tit_con.d-flex {
  justify-content: space-between;
  align-items: center;
}
.coupon_con .coupon_list .coupon_box .list_con {
  position: relative;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
}
.coupon_con .coupon_list .coupon_box .list_con .list {
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 35px 20px 25px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 20px;
}
.coupon_con .coupon_list .coupon_box .list_con .list::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #fd3939;
  border-radius: 0 20px 20px 0;
}
.coupon_con .coupon_list .coupon_box .list_con .list::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.coupon_con .coupon_list .coupon_box .list_con .list .box .txt_con .name {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #000;
}
.coupon_con .coupon_list .coupon_box .list_con .list .box .txt_con .price {
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #fd3939;
}
.coupon_con .coupon_list .coupon_box .list_con .list .box .txt_con .condition {
  margin-bottom: 25px;
}
.coupon_con .coupon_list .coupon_box .list_con .list .box .txt_con .condition li {
  position: relative;
  padding-left: 10px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  color: #aaa;
}
.coupon_con .coupon_list .coupon_box .list_con .list .box .txt_con .condition li::before {
  content: "·";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.coupon_con .coupon_list .coupon_box .list_con .list .check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 120px;
  border-left: 1px dotted #eee;
}
.coupon_con .coupon_list .coupon_box .list_con .list .check label {
  justify-content: center;
  align-items: center;
}
.coupon_con .btn_con button {
  width: 100%;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}

.review_manage .review_list .list_con > .list {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.review_manage .review_list .list_con > .list a {
  color: #000;
}
.review_manage .review_list .list_con > .list:last-child {
  border-bottom: none;
}
.review_manage .review_list .list_con > .list .tit {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.review_manage .review_list .list_con > .list .tit::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 15px;
  top: 30%;
  right: -20px;
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.review_manage .review_list .list_con > .list .rating {
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.review_manage .review_list .list_con > .list .rating .star .date {
  vertical-align: middle;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #aaa;
}
.review_manage .review_list .list_con > .list .rating .btn01 {
  padding: 8px 12px;
}
.review_manage .review_list .list_con > .list .review {
  margin-bottom: 25px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #585858;
}
.review_manage .review_list .list_con > .list .pic_con {
  gap: 15px;
}
.review_manage .review_list .list_con > .list .pic_con .list {
  position: relative;
  width: calc(33.3333333333% - 10px);
  border: none;
}
.review_manage .review_list .list_con > .list .pic_con .list::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.review_manage .review_list .list_con > .list .pic_con .list img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}

.review_write .tit {
  margin-bottom: 20px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.review_write .info {
  align-items: flex-start;
  gap: 15px;
}
.review_write .info .img_con {
  position: relative;
  width: 130px;
}
.review_write .info .img_con::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.review_write .info .img_con img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
.review_write .info .txt_con .tit {
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}
.review_write .info .txt_con .txt01 {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  color: #585858;
}
.review_write .info .badge_con {
  margin-top: 15px;
}
.review_write .info .badge_con ul {
  gap: 5px;
}
.review_write .info .badge_con ul li {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 300;
}
.review_write .rating .list_con {
  gap: 10px;
}
.review_write .pic_sel .txt01 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.review_write .pic_sel .upload .upload_container {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  width: 300px;
  margin: 20px auto;
}
.review_write .pic_sel .upload .upload_container:hover {
  background-color: #f9f9f9;
}
.review_write .pic_sel .upload .upload_container .inner_txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
  color: #000;
}
.review_write .pic_sel .upload .image_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.review_write .pic_sel .upload .image-item {
  position: relative;
  display: inline-block;
}
.review_write .pic_sel .upload .image-item img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #ddd;
}
.review_write .pic_sel .upload .image-item .delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  color: #000;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 14px;
  cursor: pointer;
}
.review_write .txt_area .review_container {
  width: 100%;
  margin: 20px auto;
}
.review_write .txt_area .review_container .d-flex {
  align-items: flex-start;
  justify-content: space-between;
}
.review_write .txt_area .review_container .d-flex .char_count {
  text-align: right;
  font-size: 14px;
  color: #fd3939;
}
.review_write .txt_area textarea {
  width: 100%;
  height: 230px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: clamp(14px, 3vw, 16px) !important;
  font-weight: 400;
  color: #000;
  resize: none;
}
.review_write .txt_area textarea::placeholder {
  font-size: clamp(14px, 3vw, 16px) !important;
  font-weight: 400;
  color: #aaa;
  word-break: keep-all;
}
.review_write .btn_con button {
  width: 100%;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}

.shop_list .tab-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.shop_list .tab-container {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.shop_list .tab-container .tab {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: scroll;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.shop_list .tab-container .tab::-webkit-scrollbar {
  display: none;
}
.shop_list .tab-container .tab {
  scrollbar-width: none;
}
.shop_list .tab-container .tab .tab__item {
  flex-shrink: 0;
  padding: 10px 20px 10px 0;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.3s;
}
.shop_list .tab-container .tab .tab__item.active a {
  font-weight: bold;
}
.shop_list .tab-container .tab .tab__item a {
  display: flex;
  gap: 5px;
  font-size: clamp(14px, 3vw, 16px);
}
.shop_list .tab-container .tab .tab__item a img {
  height: 25px;
}
.shop_list .tab-second-container {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  flex-wrap: nowrap;
  background-color: #eee;
  padding: 10px;
  height: auto !important;
  scrollbar-width: none;
}
.shop_list .tab-second-container::-webkit-scrollbar {
  display: none;
}
.shop_list .tab-second-container .btn {
  flex-shrink: 0;
  white-space: nowrap;
}
.shop_list .select_con {
  display: flex;
  gap: 10px; /* select 간 간격 */
  margin-top: 15px;
  overflow-x: scroll;
  /* 공통 스타일 */
}
.shop_list .select_con select {
  width: 115px;
  height: 30px;
  border-radius: 30px;
  appearance: none; /* 기본 select 스타일 제거 */
  outline: none;
  text-align: center;
  padding-right: 10px; /* 아이콘과의 간격 */
  background: white;
  border: 1px solid #aaa;
  cursor: pointer;
  font-size: clamp(12px, 3vw, 14px) !important;
  font-weight: 300;
}
.shop_list .select_con {
  /* select를 감싸는 div */
}
.shop_list .select_con .select-wrap {
  position: relative;
  display: inline-block;
}
.shop_list .select_con {
  /* 화살표 아이콘 추가 (가상 요소 사용) */
}
.shop_list .select_con .select-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("../../../assets/images/ico/ico_arr_down.png") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.shop_list .select_con {
  /* select 클릭 시 해당 화살표 회전 */
}
.shop_list .select_con .select-wrap.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.shop_list .tab__content-wrapper .tab__content {
  display: none;
}
.shop_list .tab__content-wrapper .tab__content.active {
  display: block;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list:first-child {
  padding-top: 0;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info {
  overflow-x: hidden;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .cate {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  color: #fd3939;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .tit {
  margin-bottom: 10px;
  gap: 5px;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .tit p {
  word-break: break-all !important;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .tit img {
  width: 15px;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line {
  gap: 15px;
  overflow-x: scroll;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .rating {
  gap: 5px;
  flex-shrink: 0;
  color: #000;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .rating .num {
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .rating .num::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 9%;
  left: 0;
  background: url("../../../assets/images/ico/ico_full_star_20x20.png") no-repeat center/cover;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .rating .num span {
  font-weight: 300;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .distance {
  position: relative;
  flex-shrink: 0;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
  color: #fd3939;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .distance::before {
  content: "·";
  position: absolute;
  display: block;
  top: 0;
  left: -9px;
  color: #585858;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .major {
  position: relative;
  flex-shrink: 0;
  font-size: clamp(12px, 3vw, 14px);
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .major::before {
  content: "·";
  position: absolute;
  display: block;
  top: 0;
  left: -9px;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .shop_txt {
  margin-bottom: 15px;
  word-break: break-all !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .badge_con ul {
  gap: 5px;
  padding-bottom: 1px;
  overflow-x: scroll;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .badge_con ul li {
  flex-shrink: 0;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .info .badge_con ul li .badge_sty {
  font-size: clamp(12px, 3vw, 14px);
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .img_con {
  position: relative;
  width: 120px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 15px;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .img_con::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list a .img_con img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
}
.shop_list .tab__content-wrapper .tab__content .list_con .list.disable .img_con::after {
  content: "예약불가";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  border-radius: 16px;
  line-height: 50%;
  text-align: center;
  color: #fff;
}

@media (max-width: 480px) {
  .shop_list .tab__content-wrapper .tab__content .list_con .list a .info .line .rating .num::after {
    width: 13px;
    height: 13px;
  }
  .shop_list .tab__content-wrapper .tab__content .list_con .list a .img_con {
    width: 80px;
  }
  .shop_list .tab__content-wrapper .tab__content .list_con .list a .img_con img {
    border-radius: 5px;
  }
  .shop_list .tab__content-wrapper .tab__content .list_con .list a .img_con::after {
    border-radius: 5px;
    font-size: 12px;
  }
  .shop_list .tab__content-wrapper .tab__content .list_con .list.disable a .img_con img {
    border-radius: 5px;
  }
  .shop_list .tab__content-wrapper .tab__content .list_con .list.disable a .img_con::after {
    border-radius: 5px;
    font-size: 12px;
  }
}
.location .shop_card {
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.location .shop_card .txt_con .cate {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 500;
  color: #d42d25;
}
.location .shop_card .txt_con .name {
  margin-bottom: 5px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.location .shop_card .txt_con .rating {
  gap: 5px;
}
.location .shop_card .txt_con .rating .star {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 700;
}
.location .shop_card .txt_con .rating .star::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background: url("../../../assets/images/ico/ico_full_star_20x20.png") no-repeat center/cover;
}
.location .shop_card .txt_con .rating .use {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
}
.location .shop_card .txt_con .shop_txt {
  margin-bottom: 15px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 300;
  color: #585858;
}
.location .shop_card .txt_con .badge_con {
  gap: 5px;
}
.location .shop_card .img_con {
  position: relative;
  width: 110px;
  overflow: hidden;
}
.location .shop_card .img_con::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.location .shop_card .img_con img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.location_edit .card_con .list_con .list {
  margin-bottom: 15px;
  padding: 24px 17px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
}
.location_edit .card_con .list_con .list .tit_con .txt01 {
  display: inline-block;
}
.location_edit .card_con .list_con .list .txt {
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
.location_edit .card_con .list_con .list .tit {
  gap: 5px;
  margin-bottom: 15px;
}
.location_edit .card_con .list_con .list .tit .alias {
  display: inline-block;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.location_edit .card_con .list_con .list .tit .badge_sty {
  padding: 3px 7px;
  font-size: clamp(10px, 3vw, 12px);
}
.location_edit .card_con .list_con .list .name::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 14px;
  top: 5px;
  left: 0;
  background: url("../../../assets/images/ico/ico_name.svg") no-repeat center/cover;
}
.location_edit .card_con .list_con .list .location::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 18px;
  top: 5px;
  left: 0;
  background: url("../../../assets/images/ico/ico_location_card.svg") no-repeat center/cover;
}
.location_edit .card_con .list_con .list .num::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 20px;
  top: 3px;
  left: 0;
  background: url("../../../assets/images/ico/ico_phone_num.svg") no-repeat center/cover;
}
.location_edit .card_con .list_con .list .btn_con {
  margin-top: 25px;
  gap: 10px;
}
.location_edit .card_con .list_con .list .btn_con button {
  width: 50%;
  border: 1px solid #aaa;
  border-radius: 5px;
  background: none;
  padding: 12px 0;
  font-size: clamp(16px, 3vw, 18px);
}
.location_edit .card_con .list_con .list .btn_con button.red {
  border: 1px solid #fd3939;
  color: #fd3939;
}
.location_edit .card_con .list_con .list:last-child {
  margin-bottom: 0;
}
.location_edit > .btn_con button {
  width: 100%;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
  color: #fff;
}

.portfolio_info .port_slide .swiper {
  width: 100%;
  height: 100%;
}
.portfolio_info .port_slide .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio_info .port_slide .swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.portfolio_info .port_slide .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.portfolio_info .port_slide .swiper .swiper-wrapper .swiper-slide iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.portfolio_info .port_slide .swiper .swiper-pagination-fraction {
  color: #fff !important;
}
.portfolio_info .info_con .tit_con {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.portfolio_info .info_con .thumb {
  gap: 10px;
  margin-bottom: 30px;
}
.portfolio_info .info_con .thumb .img_con {
  width: 60px;
}
.portfolio_info .info_con .thumb .img_con img {
  width: 100%;
  border-radius: 10px;
}
.portfolio_info .info_con .thumb .txt_con .name {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.portfolio_info .info_con .thumb .txt_con .rating {
  position: relative;
  padding-left: 20px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.portfolio_info .info_con .thumb .txt_con .rating::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
  background: url("../../../assets/images/ico/ico_full_star_50.png") no-repeat center/cover;
}
.portfolio_info .info_con .list_con {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.portfolio_info .info_con .list_con .list {
  margin-bottom: 10px;
}
.portfolio_info .info_con .list_con .list:last-child {
  margin-bottom: 0;
}
.portfolio_info .info_con .list_con .list {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.portfolio_info .info_con .list_con .list .tit {
  width: 100px;
  color: #585858;
}
.portfolio_info .info_con .list_con .list .txt {
  color: #000;
}
.portfolio_info .info_con .write {
  margin-top: 30px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.portfolio_info .btn_con button {
  width: 100%;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #fff;
}

.mypage_guide .guide_list ul li a {
  position: relative;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #000;
}
.mypage_guide .guide_list ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}

.request_modal .pick .radio_con {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.request_modal .pick .radio_con .list {
  margin-bottom: 30px;
}
.request_modal .pick .radio_con .list:last-child {
  margin-bottom: 0;
}
.request_modal .pick .radio_con .list .d-flex {
  align-items: center;
  gap: 10px;
}
.request_modal .pick .radio_con .list .d-flex input[type=radio] {
  width: 20px;
  height: 20px;
}
.request_modal .pick .radio_con .list .d-flex .txt01 {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 300;
}
.request_modal .pick .radio_con .list .direct {
  display: none;
  width: 100%;
  margin-top: 5px;
  padding: 12px 0px 12px 17px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: clamp(14px, 3vw, 16px) !important;
  font-weight: 500;
}
.request_modal .pick .radio_con .list .direct::placeholder {
  font-size: clamp(12px, 3vw, 14px) !important;
  font-weight: 300;
}
.request_modal .porch .direct {
  width: 100%;
  margin-top: 5px;
  padding: 12px 0px 12px 17px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: clamp(14px, 3vw, 16px) !important;
  font-weight: 500;
}
.request_modal .porch .direct::placeholder {
  font-size: clamp(12px, 3vw, 14px) !important;
  font-weight: 300;
}
.request_modal .btn_con .btn01 {
  width: 100%;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}

.portfolio_list .list_con {
  position: relative;
  gap: 20px;
  flex-wrap: wrap;
}
.portfolio_list .list_con .list {
  position: relative;
  width: calc(50% - 10px);
}
.portfolio_list .list_con .list a {
  display: block;
}
.portfolio_list .list_con .list a::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.portfolio_list .list_con .list a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) 100%);
}
.portfolio_list .list_con .list a img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-radius: 10px;
}
.portfolio_list .list_con .list a .box {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 2;
}
.portfolio_list .list_con .list a .box .write {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  color: #fff;
}
.portfolio_list .list_con .list a .box .service_name {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 400;
  color: #fff;
}

.reservation_detail section.border_bottom {
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.reservation_detail .user_info {
  margin-top: 40px;
}
.reservation_detail .user_info .info li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
}
.reservation_detail .user_info .info .name::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 15px;
  top: 5px;
  left: 0;
  background: url("../../../assets/images/ico/ico_name.png") no-repeat center/cover;
}
.reservation_detail .user_info .info .location::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 20px;
  top: 5px;
  left: 0;
  background: url("../../../assets/images/ico/ico_reser_location.png") no-repeat center/cover;
}
.reservation_detail .user_info .info .phone::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 22px;
  top: 3px;
  left: 0;
  background: url("../../../assets/images/ico/ico_phone_num.png") no-repeat center/cover;
}
.reservation_detail .time_progress .time_con {
  margin-bottom: 30px;
}
.reservation_detail .time_progress .time_con .sum_time {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.reservation_detail .time_progress .time_con .sum_time span {
  padding-right: 10px;
  font-size: 60px;
  font-weight: 500;
}
.reservation_detail .time_progress .time_con .expected {
  margin-bottom: 10px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.reservation_detail .time_progress .timeline .list_con .list {
  position: relative;
  margin-bottom: 30px;
  padding-left: 75px;
}
.reservation_detail .time_progress .timeline .list_con .list .time_step {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
.reservation_detail .time_progress .timeline .list_con .list .set_time {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.reservation_detail .time_progress .timeline .list_con .list.active .time_step {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: #d42d25;
}
.reservation_detail .time_progress .timeline .list_con .list.active::before {
  width: 15px;
  height: 15px;
  background-color: #d42d25;
  left: 28px;
}
.reservation_detail .time_progress .timeline .list_con .list::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #eee;
  border-radius: 50%;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.reservation_detail .time_progress .timeline .list_con .list::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 20px;
  left: 34px;
  top: 32px;
  background: url("../../../assets/images/ico/ico_dotted.png") no-repeat center/cover;
}
.reservation_detail .time_progress .timeline .list_con .list:last-child::after {
  display: none;
}
.reservation_detail .service_price .tit_con {
  margin-bottom: 15px;
}
.reservation_detail .service_price .tit_con .date {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 300;
  color: #585858;
}
.reservation_detail .service_price .request_con .txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
}
.reservation_detail .service_price .list_con {
  margin-top: 15px;
}
.reservation_detail .service_price .list_con .list {
  justify-content: space-between;
}
.reservation_detail .service_price .list_con .list .price_txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
}
.reservation_detail .service_price .list_con .list .price {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.reservation_detail .service_price .list_con .list.last {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #d42d25;
}
.reservation_detail .service_price .list_con .list.last p {
  font-weight: 700;
  color: #fd3939;
}
@media (max-width: 480px) {
  .reservation_detail .time_progress .time_con .sum_time span {
    font-size: 48px;
  }
}

.inquiry .inquiry_con .list_con .list {
  margin-top: 15px;
  border-bottom: 1px solid #eee;
}
.inquiry .inquiry_con .list_con .list .tit {
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.inquiry .inquiry_con .list_con .list p.mb-3 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
.inquiry .inquiry_con .list_con .list .info {
  margin-bottom: 15px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.inquiry .inquiry_con .list_con .list a {
  position: relative;
  display: block;
  margin-bottom: 15px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.inquiry .inquiry_con .list_con .list a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}

.address form .form-group {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.address form .form-group .tit {
  margin-bottom: 20px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.address form .form-group input {
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: clamp(14px, 3vw, 16px) !important;
  font-weight: 500;
}
.address form .form-group input::placeholder {
  font-size: clamp(14px, 3vw, 16px) !important;
  font-weight: 300;
  color: #aaa;
}
.address form .form-group input:last-child {
  margin-bottom: 0;
}
.address form .btn {
  width: 100%;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}

.faq_con .container .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  overflow: scroll;
}
.faq_con .container .tabs .tab-btn {
  flex-shrink: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
  background: none;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  cursor: pointer;
}
.faq_con .container .tabs .tab-btn.active {
  border: 1px solid #d42d25;
  color: #d42d25;
}
.faq_con .container .tab-content {
  display: none;
}
.faq_con .container .tab-content.active {
  display: block;
}
.faq_con .container .tab-content .accordion .accordion-item {
  border-bottom: 1px solid #eee;
}
.faq_con .container .tab-content .accordion .accordion-item .accordion-header .accordion-button {
  position: relative;
  padding: 20px 0 20px 30px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.faq_con .container .tab-content .accordion .accordion-item .accordion-header .accordion-button::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: #d42d25;
}
.faq_con .container .tab-content .accordion .accordion-item .accordion-collapse {
  padding: 15px;
  box-sizing: border-box;
  background-color: rgb(248, 248, 248);
}
.faq_con .container .tab-content .accordion .accordion-item .accordion-collapse .accordion-body {
  position: relative;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.faq_con .container .tab-content .accordion .accordion-item .accordion-collapse .accordion-body::before {
  content: "A";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: #fd3939;
}

.setting .menu_list .list_con {
  margin-bottom: 50px;
}
.setting .menu_list .list_con:last-child {
  margin-bottom: 50px;
}
.setting .menu_list .list_con.one .tit {
  border-bottom: 1px solid #aaa;
}
.setting .menu_list .list_con.one .tit a {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #000;
}
.setting .menu_list .list_con.one .tit a::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.setting .menu_list .list_con .tit {
  margin-bottom: 20px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #000;
}
.setting .menu_list .list_con .menu {
  margin-bottom: 15px;
}
.setting .menu_list .list_con .menu:last-child {
  border-bottom: 1px solid #eee;
}
.setting .menu_list .list_con .menu a {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.setting .menu_list .list_con .menu a::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.setting .menu_list .list_con .menu a {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.setting .menu_list .list_con .menu .form-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}
.setting .menu_list .list_con .menu .form-check .form-check-input {
  float: none;
  width: 40px;
  height: 25px;
  border-radius: 30px;
  margin: 0 !important;
}
.setting .menu_list .list_con .menu .form-check .form-check-label {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.setting .menu_list .list_con .menu .txt {
  font-size: clamp(8px, 3vw, 10px);
  color: #aaa;
}

.policy .container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.policy .container h1 {
  font-size: clamp(18px, 3vw, 24px);
  margin-bottom: 40px;
}
.policy .container .terms_section {
  text-align: left;
  margin-bottom: 20px;
}
.policy .container .terms_section .terms_box {
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.policy .container .terms_section .terms_box .txt01 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.notice .menu_list .form-inline {
  gap: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.notice .menu_list .form-inline .form-control {
  border: none;
  font-size: clamp(14px, 3vw, 16px) !important;
  font-weight: 500;
}
.notice .menu_list .form-inline .form-control::placeholder {
  font-size: clamp(14px, 3vw, 16px) !important;
  font-weight: 500;
  color: #eee;
}
.notice .menu_list .list_con {
  margin-bottom: 50px;
}
.notice .menu_list .list_con:last-child {
  margin-bottom: 50px;
}
.notice .menu_list .list_con .tit {
  margin-bottom: 20px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #000;
}
.notice .menu_list .list_con .menu {
  margin-top: 25px;
  border-bottom: 1px solid #eee;
}
.notice .menu_list .list_con .menu a {
  position: relative;
  display: block;
  margin-bottom: 25px;
  padding-left: 25px;
}
.notice .menu_list .list_con .menu a::after {
  content: "📢";
  position: absolute;
  display: block;
  width: 9px;
  height: 15px;
  top: 0;
  left: 0;
}
.notice .menu_list .list_con .menu a {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}

.cash_charge .list_con .list {
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.cash_charge .list_con .list .info {
  padding: 20px 15px;
}
.cash_charge .list_con .list .info .balance {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.cash_charge .list_con .list .info .charge_cash .price {
  gap: 5px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.cash_charge .list_con .list .info .charge_cash .price .percent {
  padding: 3px 8px;
  border-radius: 5px;
  background-color: #ffd2cf;
  font-size: clamp(8px, 3vw, 10px);
  font-weight: 700;
  color: #d42d25;
}
.cash_charge .list_con .list .info .charge_cash .price .percent.green {
  background-color: #e2fff8;
  color: #34e3b7;
}
.cash_charge .list_con .list .info .charge_cash .bonus {
  margin-top: 5px;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  color: #024caa;
}
.cash_charge .list_con .list .info .charge_cash .bonus span {
  color: #585858;
}
.cash_charge .list_con .list .info .charge_money {
  padding: 8px 20px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.cash_charge .list_con .list .info .charge_money p {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.cash_charge .list_con .list.best {
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #ffd2cf 0%, #ff524a 50%, #db1006 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.cash_charge .list_con .list.best .info {
  padding-top: 30px;
}
.cash_charge .list_con .list.best .tag {
  position: absolute;
  top: -7px;
  left: 17px;
  padding: 5px 10px;
  background: linear-gradient(to left, #f76c62 0%, #ff524a 50%, #db1006 100%);
  border-radius: 0 5px 5px 5px;
}
.cash_charge .list_con .list.best .tag::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  border-bottom: 3px solid #b50f0f;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid #b50f0f;
  top: 0;
  left: -6px;
}
.cash_charge .list_con .list.best .tag p {
  color: #fff;
}
.cash_charge .cash_con .seller_tit {
  margin-bottom: 25px;
}
.event_slide.charge {
  padding-top: 116px;
}
.event_slide.charge .swiper .swiper-wrapper .swiper-slide {
  border-radius: 0;
}
.seller_mypage .main_setting {
  padding: 30px 17px;
  border-radius: 15px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.seller_mypage .main_setting .own_cash {
  margin-bottom: 15px;
}
.seller_mypage .main_setting .own_cash .txt {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.seller_mypage .main_setting .own_cash .txt.price {
  position: relative;
  padding-left: 25px;
}
.seller_mypage .main_setting .own_cash .txt.price::before {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 18.6px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_cash_num.svg") no-repeat center/cover;
}
.seller_mypage .new_request .form-check .form-check-input {
  position: relative;
  float: none;
  width: 50px;
  height: 25px;
  border-radius: 30px;
  margin: 0 !important;
}
.seller_mypage .new_request .form-check .form-check-input::before {
  content: "OFF";
  position: absolute;
  display: block;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #d42d25;
  transition: all 0.4s;
}
.seller_mypage .new_request .form-check .form-check-input:checked::before {
  content: "ON";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s;
}
.seller_mypage .new_request .box .change_txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.seller_mypage .process {
  padding: 30px 17px;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  overflow: hidden;
}
.seller_mypage .process ul .box {
  width: 33.3333333333%;
  border-right: 1px solid #eee;
  text-align: center;
}
.seller_mypage .process ul .box:last-child {
  border-right: none;
}
.seller_mypage .process ul .box a {
  position: relative;
  display: block;
}
.seller_mypage .process ul .box a .txt01 {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.seller_mypage .process ul .box a .txt01::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.seller_mypage .process ul .box a .txt02 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.seller_mypage .menu ul li {
  margin-bottom: 25px;
}
.seller_mypage .menu ul li .tit {
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.seller_mypage .menu ul li a {
  margin-bottom: 10px;
}
.seller_mypage .menu ul li a .txt {
  position: relative;
  padding-left: 15px;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}

.change_mode {
  position: relative;
  top: 55px;
  width: 100%;
  height: 61px;
  padding: 0 17px;
  box-sizing: border-box;
  background-color: #585858;
  z-index: 10;
}
.change_mode .balance_txt {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #fff;
}
.change_mode .balance {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  color: #fff;
}
.change_mode .txt01 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #fff;
}
.change_mode .form-check .form-check-input {
  position: relative;
  float: none;
  width: 50px;
  height: 25px;
  border-radius: 30px;
  margin: 0 !important;
}
.change_mode .form-check .form-check-input::before {
  content: "OFF";
  position: absolute;
  display: block;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #d42d25;
  transition: all 0.4s;
}
.change_mode .form-check .form-check-input:checked::before {
  content: "ON";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s;
}
.seller_tit {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}

.event_slide .swiper .swiper-wrapper .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}
.event_slide .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.list_con.setting {
  gap: 8px;
}
.list_con.setting .list {
  position: relative;
  width: calc(33.3333333333% - 8px);
  background-color: #f6f6f6;
  border-radius: 5px;
  text-align: center;
  aspect-ratio: 1/0.7;
}
.list_con.setting .list a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.list_con.setting .list a .box .img_con {
  margin-bottom: 10px;
}
.list_con.setting .list a .box .img_con img {
  width: 60%;
  height: auto;
  max-width: 80px;
  display: block;
  margin: 0 auto;
}
.list_con.setting .list a .box .txt {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
.list_con.setting .list.two {
  width: calc(50% - 4px);
}

.request_modal {
  padding: 20px 17px;
  box-sizing: border-box;
}
.request_modal.bg-pink {
  background-color: #feebeb;
}
.request_modal .txt {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  text-align: center;
}
.request_modal .txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 34px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../../../assets/images/logo/logo_main.png") no-repeat center/cover;
}
.request_modal .box {
  gap: 20px;
}
.request_modal .box .thumb {
  position: relative;
  width: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.request_modal .box .thumb::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.request_modal .box .thumb img {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.request_modal .box .info .name {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.request_modal .box .info .cate {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
  color: #585858;
}
.request_modal .box .info .txt01 {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.request_modal .box .info .btn_con {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 5px;
}
.request_modal .box .info .btn_con .btn02 {
  padding: 8px 15px;
  border: 1px solid #f8bfbf;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #f8bfbf;
}

.customer_modal {
  width: 170px;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.customer_modal .box .thumb_con .thumb {
  position: relative;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
}
.customer_modal .box .thumb_con .thumb::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.customer_modal .box .thumb_con .thumb img {
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customer_modal .box .thumb_con .name {
  font-size: clamp(8px, 3vw, 10px);
  font-weight: 500;
}
.customer_modal .box .info p {
  font-size: clamp(8px, 3vw, 10px);
  font-weight: 500;
}
.customer_modal .box .info .location {
  font-size: clamp(10px, 3vw, 12px);
  font-weight: 700;
}
.customer_modal .box .info .request {
  font-weight: 700;
}

@media (max-width: 480px) {
  .list_con.setting .list a {
    width: 100%;
  }
  .request_modal .txt {
    padding-left: 25px;
    font-size: clamp(14px, 3vw, 16px);
  }
  .request_modal .txt::before {
    width: 15px;
    height: 22px;
  }
  .request_modal .box .thumb {
    width: 80px;
  }
  .request_modal .box .thumb::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .request_modal .box .info .name {
    font-size: 15px;
  }
  .request_modal .box .info .cate {
    font-size: 15px;
  }
  .request_modal .box .info .txt01 {
    font-size: clamp(8px, 3vw, 10px);
  }
  .request_modal .box .info .btn_con {
    margin-top: 0;
  }
  .request_modal .box .info .btn_con .btn02 {
    padding: 3px 6px;
    font-size: clamp(8px, 3vw, 10px);
  }
}
@media (max-width: 350px) {
  .list_con.setting .list .txt {
    font-size: clamp(12px, 3vw, 14px);
  }
  .seller_mypage .process {
    padding: 10px;
  }
  .seller_mypage .process ul .box a .txt01 {
    font-size: clamp(12px, 3vw, 14px);
    font-weight: 300;
  }
  .seller_mypage .process ul .box a .txt01::after {
    width: 4px;
    height: 8px;
    right: -10px;
  }
}
.seller_charge .calculate_con .calculate {
  padding: 30px 17px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.seller_charge .calculate_con .calculate .sum_con li {
  margin-bottom: 10px;
}
.seller_charge .calculate_con .calculate .sum_con li p {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
  color: #585858;
}
.seller_charge .calculate_con .calculate .sum_con li.sum {
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px dotted #000;
}
.seller_charge .calculate_con .calculate .sum_con li.sum p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.seller_charge .usage_list .month {
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.seller_charge .usage_list .month button {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
}
.seller_charge .usage_list .month button::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 11px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../../../assets/images/ico/ico_right_arr_15.png") no-repeat center/cover;
}
.seller_charge .usage_list .month button.before {
  transform: rotate(180deg);
}
.seller_charge .usage_list .month p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.seller_charge .usage_list .list_con .list {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.seller_charge .usage_list .list_con .list .tit {
  gap: 15px;
}
.seller_charge .usage_list .list_con .list .tit .d-flex {
  gap: 15px;
}
.seller_charge .usage_list .list_con .list .tit .code {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  color: #aaa;
}
.seller_charge .usage_list .list_con .list .tit p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}
.seller_charge .usage_list .list_con .list .num .amount {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}
.seller_charge .usage_list .list_con .list .num .amount.plus {
  color: #01c7ae;
}
.seller_charge .usage_list .list_con .list .num .amount.mius {
  color: #fd3939;
}
.seller_charge .usage_list .list_con .list .num .cumulative {
  text-align: right;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 400;
  color: #aaa;
}

.seller_event .event_list .sum {
  font-size: 18px;
  font-weight: 700;
}
.seller_event .event_list .list_con .list {
  border-bottom: 1px solid #eee;
}
.seller_event .event_list .list_con .list a {
  gap: 25px;
  padding: 30px 0;
}
.seller_event .event_list .list_con .list a .img_con {
  position: relative;
  width: 50%;
}
.seller_event .event_list .list_con .list a .img_con::after {
  content: "";
  position: absolute;
  padding-bottom: 100%;
}
.seller_event .event_list .list_con .list a .img_con img {
  width: 100%;
  border-radius: 15px;
}
.seller_event .event_list .list_con .list a .txt_con .txt01 {
  font-size: 18px;
  font-weight: 400;
  color: #fd3939;
}
.seller_event .event_list .list_con .list a .txt_con .txt02 {
  font-size: 24px;
  font-weight: 700;
  word-break: keep-all;
}

@media (max-width: 480px) {
  .seller_event .event_list .list_con .list a .img_con {
    width: 33.3333333333%;
  }
  .seller_event .event_list .list_con .list a .txt_con .txt01 {
    font-size: clamp(12px, 3vw, 14px);
  }
  .seller_event .event_list .list_con .list a .txt_con .txt02 {
    font-size: clamp(16px, 3vw, 18px);
  }
}
@media (max-width: 350px) {
  .seller_event .event_list .list_con .list a {
    gap: 15px;
  }
  .seller_event .event_list .list_con .list a .img_con {
    width: 50%;
  }
}
.seller_event_detail .thumb_img {
  width: 100%;
  height: 500px;
  background-attachment: fixed !important;
}
.seller_event_detail .event_info {
  margin-top: -40px;
  padding: 40px 17px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
}
.seller_event_detail .event_info .info {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.seller_event_detail .event_info .info .cate {
  margin-bottom: 15px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
  color: #d42d25;
}
.seller_event_detail .event_info .info .title {
  margin-bottom: 15px;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
}
.seller_event_detail .event_info .info .date {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.seller_event_detail .event_info .txt_con {
  margin: 30px 0;
}
.seller_event_detail .event_info .txt_con p {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.seller_event_detail .event_info .txt_con .benefit {
  margin-bottom: 15px;
  font-weight: 700;
}
.seller_event_detail .event_info .txt_con ul {
  margin-top: 15px;
}
.seller_event_detail .event_info .txt_con ul li {
  position: relative;
  padding-left: 20px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 400;
}
.seller_event_detail .event_info .txt_con ul li::before {
  content: "·";
  position: absolute;
  display: block;
  top: 0px;
  left: 0;
}

.seller_service_list .tab-container .tab .tab__item {
  width: calc(33.3333333333% - 5px);
  padding: 10px 0;
  border: 1px solid #d42d25;
  border-radius: 5px;
  text-align: center;
}
.seller_service_list .tab-container .tab .tab__item a p {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  color: #d42d25;
}
.seller_service_list .tab-container .tab .tab__item.active {
  background: #d42d25;
}
.seller_service_list .tab-container .tab .tab__item.active a p {
  color: #fff;
}
.seller_service_list .tab__content-wrapper .tab__content {
  display: none;
}
.seller_service_list .tab__content-wrapper .tab__content.active {
  display: block;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .condition_con {
  margin-bottom: 20px;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .condition_con .condition {
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .condition_con .time {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .info {
  gap: 15px;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .info .img_con {
  position: relative;
  flex-shrink: 0;
  width: calc(33.3333333333% - 5px);
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .info .img_con::after {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 70%;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .info .img_con img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .info .txt_con {
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  flex-grow: 2;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .info .txt_con .code {
  position: relative;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .info .txt_con .name {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 400;
  color: #585858;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .info .txt_con .price {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 700;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .btn_con {
  margin-top: 20px;
}
.seller_service_list .tab__content-wrapper .tab__content .list_con .list .btn_con .btn.btn02 {
  font-size: clamp(12px, 3vw, 14px);
}

@media (max-width: 350px) {
  .seller_service_list .tab__content-wrapper .tab__content .list_con .list .info .img_con {
    flex-shrink: initial;
  }
}
.schdule {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
.schdule .date {
  margin-bottom: 30px;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 500;
}
.schdule .guide {
  gap: 10px;
}
.schdule .guide li {
  position: relative;
  padding-left: 15px;
}
.schdule .guide li::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  border-radius: 50%;
}
.schdule .guide li.complete::before {
  background-color: #4ba3cb;
}
.schdule .guide li.expected::before {
  background-color: #fd3939;
}
.schdule .list_con .condition {
  position: relative;
  margin-bottom: 15px;
}
.schdule .list_con .condition::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  border-radius: 50%;
}
.schdule .list_con .condition p {
  position: relative;
  padding-left: 20px;
}
.schdule .list_con .condition .title {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 500;
}
.schdule .list_con .condition .time {
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  color: #585858;
}
.schdule .list_con .condition.complete::before {
  background-color: #4ba3cb;
}
.schdule .list_con .condition.expected::before {
  background-color: #fd3939;
}
