@charset "UTF-8";
.main-color {
  color: #d4824b;
}

/* media-query */
/* mixin */
/* animation */
.blur-down {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(-100%);
}

.animate .blur-down {
  animation: blur_down 2s ease 0s forwards;
}

@keyframes blur_down {
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* box-style */
.animate .delay0 {
  animation-delay: 0s;
}

.animate .delay1 {
  animation-delay: 0.1s;
}

.animate .delay2 {
  animation-delay: 0.2s;
}

.animate .delay3 {
  animation-delay: 0.3s;
}

.animate .delay4 {
  animation-delay: 0.4s;
}

.animate .delay5 {
  animation-delay: 0.5s;
}

.animate .delay6 {
  animation-delay: 0.6s;
}

.animate .delay7 {
  animation-delay: 0.7s;
}

.animate .delay8 {
  animation-delay: 0.8s;
}

.animate .delay9 {
  animation-delay: 0.9s;
}

.animate .delay10 {
  animation-delay: 1s;
}

.animate .delay11 {
  animation-delay: 1.1s;
}

.animate .delay12 {
  animation-delay: 1.2s;
}

.animate .delay13 {
  animation-delay: 1.3s;
}

.animate .delay14 {
  animation-delay: 1.4s;
}

.animate .delay15 {
  animation-delay: 1.5s;
}

.animate .delay16 {
  animation-delay: 1.6s;
}

.animate .delay17 {
  animation-delay: 1.7s;
}

.animate .delay18 {
  animation-delay: 1.8s;
}

.animate .delay19 {
  animation-delay: 1.9s;
}

.animate .delay20 {
  animation-delay: 2s;
}

.animate .delay21 {
  animation-delay: 2.1s;
}

.animate .delay22 {
  animation-delay: 2.2s;
}

.animate .delay23 {
  animation-delay: 2.3s;
}

.animate .delay24 {
  animation-delay: 2.4s;
}

.animate .delay25 {
  animation-delay: 2.5s;
}

.animate .delay26 {
  animation-delay: 2.6s;
}

.animate .delay27 {
  animation-delay: 2.7s;
}

.animate .delay28 {
  animation-delay: 2.8s;
}

.animate .delay29 {
  animation-delay: 2.9s;
}

.animate .delay30 {
  animation-delay: 3s;
}

.animate .duration0 {
  animation-duration: 0s;
}

.animate .duration1 {
  animation-duration: 0.1s;
}

.animate .duration2 {
  animation-duration: 0.2s;
}

.animate .duration3 {
  animation-duration: 0.3s;
}

.animate .duration4 {
  animation-duration: 0.4s;
}

.animate .duration5 {
  animation-duration: 0.5s;
}

.animate .duration6 {
  animation-duration: 0.6s;
}

.animate .duration7 {
  animation-duration: 0.7s;
}

.animate .duration8 {
  animation-duration: 0.8s;
}

.animate .duration9 {
  animation-duration: 0.9s;
}

.animate .duration10 {
  animation-duration: 1s;
}

.animate .duration11 {
  animation-duration: 1.1s;
}

.animate .duration12 {
  animation-duration: 1.2s;
}

.animate .duration13 {
  animation-duration: 1.3s;
}

.animate .duration14 {
  animation-duration: 1.4s;
}

.animate .duration15 {
  animation-duration: 1.5s;
}

.animate .duration16 {
  animation-duration: 1.6s;
}

.animate .duration17 {
  animation-duration: 1.7s;
}

.animate .duration18 {
  animation-duration: 1.8s;
}

.animate .duration19 {
  animation-duration: 1.9s;
}

.animate .duration20 {
  animation-duration: 2s;
}

.animate .duration21 {
  animation-duration: 2.1s;
}

.animate .duration22 {
  animation-duration: 2.2s;
}

.animate .duration23 {
  animation-duration: 2.3s;
}

.animate .duration24 {
  animation-duration: 2.4s;
}

.animate .duration25 {
  animation-duration: 2.5s;
}

.animate .duration26 {
  animation-duration: 2.6s;
}

.animate .duration27 {
  animation-duration: 2.7s;
}

.animate .duration28 {
  animation-duration: 2.8s;
}

.animate .duration29 {
  animation-duration: 2.9s;
}

.animate .duration30 {
  animation-duration: 3s;
}

/* root */
:root {
  --vh: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
}

/* font-size */
@media (max-width: 1279px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 8px;
  }
}
html {
  font-size: inherit;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

/* reset */
header, footer, section, aside, #popup-wrap {
  font-family: "paper";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #444;
  word-break: keep-all;
}
header h1, header h2, header h3, header h4, header h5, header h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, section h1, section h2, section h3, section h4, section h5, section h6, aside h1, aside h2, aside h3, aside h4, aside h5, aside h6, #popup-wrap h1, #popup-wrap h2, #popup-wrap h3, #popup-wrap h4, #popup-wrap h5, #popup-wrap h6 {
  font-family: "paper";
  font-size: 4rem;
  font-weight: 600;
}
header b, header strong, footer b, footer strong, section b, section strong, aside b, aside strong, #popup-wrap b, #popup-wrap strong {
  color: #d4824b;
  font-weight: 600;
}

body, div, section, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, figure, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover, a:visited {
  text-decoration: none;
}

em, i, address {
  font-style: normal;
}

ul, li, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  font-size: 0;
  vertical-align: top;
  line-height: 0;
}

p {
  word-break: keep-all !important;
}

@media (max-width: 500px) {
  section {
    text-wrap: balance !important;
    word-break: keep-all !important;
  }
  header, footer, section, aside, #popup-wrap {
    line-height: 1.4;
  }
  header h1, header h2, header h3, header h4, header h5, header h6, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, section h1, section h2, section h3, section h4, section h5, section h6, aside h1, aside h2, aside h3, aside h4, aside h5, aside h6, #popup-wrap h1, #popup-wrap h2, #popup-wrap h3, #popup-wrap h4, #popup-wrap h5, #popup-wrap h6 {
    line-height: 1.3;
  }
}
/* View-Transition */
@view-transition {
  navigation: auto;
}
::view-transition-group(root) {
  animation-duration: 0.5s;
}

/* br -> 항상 고정 br */
br.br-keep {
  display: block !important;
}

/* max-width */
.maxwidth {
  width: 100%;
  box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .maxwidth {
    padding: 0 16px;
  }
}
.maxwidth2 {
  max-width: 1920px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .maxwidth2 {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .maxwidth2 {
    width: calc(100% - 32px);
  }
}
/* show-pc, show-mo */
.show-mo {
  display: none !important;
}

.show-pc {
  display: block !important;
}

@media (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
  .show-mo {
    display: block !important;
  }
}
/* main-cmn-title */
.main-cmn-title {
  text-align: center;
}
.main-cmn-title h2 {
  padding-top: 1rem;
  letter-spacing: -0.035em;
}
.main-cmn-title p {
  padding-top: 1.8rem;
}
.main-cmn-title.left {
  text-align: left;
}

@media (max-width: 767px) {
  .main-cmn-title .slogan {
    width: 85%;
  }
  .main-cmn-title h2 {
    font-size: 27px;
  }
}
/* quick-menu */
.quick-menu {
  position: fixed;
  right: 27px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10000;
}
.quick-menu ul {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.quick-menu ul li {
  width: 78px;
  height: 78px;
  background-color: rgba(240, 240, 240, 0.5);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #fff;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.quick-menu ul li:hover {
  background-color: rgba(212, 130, 75, 0.4);
  border: 1px solid #d4824b;
}

@media (max-width: 1279px) {
  .quick-menu {
    right: 20px;
  }
  .quick-menu ul li {
    width: 60px;
    height: 60px;
  }
  .quick-menu ul li a .icon img {
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .quick-menu {
    width: calc(100% - 40px);
    left: 50%;
    right: unset;
    top: unset;
    transform: translateX(-50%);
    bottom: 25px;
  }
  .quick-menu ul {
    gap: 32px;
    flex-direction: row;
    justify-content: center;
  }
  .quick-menu ul li {
    width: 48px;
    height: 48px;
    border-radius: 12.5px;
  }
  .quick-menu ul li a .icon img {
    transform: scale(0.6);
  }
}
/* header */
@media (min-width: 1921px) {
  #wrap header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu01 {
    width: 175.5px;
  }
  #wrap header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu02 {
    width: 175.5px;
  }
  #wrap header.pc .sitemap .header-inner .sitemap-wrapr .right ul.menu03 {
    width: 192px;
  }
  #wrap header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu04 {
    width: 243.5px;
  }
  #wrap header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu05 {
    width: 175.5px;
  }
}
header.mobile {
  display: none;
}

header.pc {
  max-width: 1920px;
  position: fixed;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 58px);
  z-index: 10000;
}
header.pc .header-top {
  position: relative;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 1.3rem 0;
}
header.pc .header-top .header-inner {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 20px;
}
header.pc .header-top .header-inner .gnb {
  display: flex;
  gap: 400px;
  align-items: center;
}
header.pc .header-top .header-inner .gnb h1 {
  flex-shrink: 0;
}
header.pc .header-top .header-inner .gnb nav ul {
  display: flex;
  gap: 97px;
}
header.pc .header-top .header-inner .gnb nav ul li {
  white-space: nowrap;
}
header.pc .header-top .header-inner .gnb nav ul li a {
  font-size: 1.8rem;
}
header.pc .header-top.hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
header.pc .header-top.hover::after {
  width: 95%;
}
header.pc .header-top::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #e4e4e4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header.pc .sitemap {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 2;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  pointer-events: none;
}
header.pc .sitemap .header-inner {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 20px;
}
header.pc .sitemap .header-inner .sitemap-wrap {
  display: flex;
  gap: 75px;
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
}
header.pc .sitemap .header-inner .sitemap-wrap .left {
  padding-top: 0.5rem;
  position: relative;
}
header.pc .sitemap .header-inner .sitemap-wrap .left .sitemap-swiper {
  overflow: hidden;
  position: relative;
  width: 463px;
  z-index: 100;
}
header.pc .sitemap .header-inner .sitemap-wrap .left .sitemap-swiper .swiper-wrapper {
  z-index: 100;
}
header.pc .sitemap .header-inner .sitemap-wrap .left .sitemap-swiper .sitemap-navigation {
  position: absolute;
  display: flex;
  gap: 21px;
  bottom: 21px;
  right: 21px;
  cursor: pointer;
  z-index: 150;
}
header.pc .sitemap .header-inner .sitemap-wrap .left .sitemap-swiper .sitemap-navigation .sitemap-arrow {
  background-repeat: no-repeat;
  width: 11px;
  height: 17px;
  position: relative;
  z-index: 1001;
}
header.pc .sitemap .header-inner .sitemap-wrap .left .sitemap-swiper .sitemap-navigation .sitemap-arrow.sitemap-swiper-prev {
  background-image: url("/img/sitemap_prev.png");
}
header.pc .sitemap .header-inner .sitemap-wrap .left .sitemap-swiper .sitemap-navigation .sitemap-arrow.sitemap-swiper-next {
  background-image: url("/img/sitemap_next.png");
}
header.pc .sitemap .header-inner .sitemap-wrap .right {
  display: flex;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul {
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul li a {
  font-size: 1.6rem;
  white-space: nowrap;
  position: relative;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  transition: all 0.35s;
  background-color: #d4824b;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul li a:hover::after {
  width: 100%;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu01 {
  width: 158px;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu02 {
  width: 207.5px;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu03 {
  width: 192px;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu04 {
  width: 192px;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu05 {
  width: 173.5px;
}
header.pc .sitemap .header-inner .sitemap-wrap .right ul.menu06 {
  width: 0px;
}
header.pc .sitemap.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
header.pc.fixed {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1679px) {
  header.pc {
    display: none;
  }
  header.mobile {
    display: block;
  }
  header.mobile .header-top {
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #efefef;
  }
  header.mobile .header-top h2 a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  header.mobile .header-top .hbr {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  header.mobile .header-top .hbr div {
    width: 21px;
    height: 2px;
    background-color: #666;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
  }
  header.mobile .header-top .hbr div.hbr-top {
    transform-origin: left top;
  }
  header.mobile .header-top .hbr div.hbr-bottom {
    transform-origin: left bottom;
  }
  header.mobile nav {
    transition: transform 0.5s ease-in-out 0s;
    position: fixed;
    inset: 0;
    transform: translateX(100%);
    height: calc(var(--vh, 1vh) * 100);
    background-color: #d4824b;
    z-index: 10001;
  }
  header.mobile nav .inner-box {
    padding: 0 30px;
  }
  header.mobile nav .inner-box .nav-top {
    width: 100%;
    padding: 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.mobile nav .inner-box .nav-top h2 a {
    display: flex;
    align-items: center;
  }
  header.mobile nav .inner-box .nav-top h2 a img {
    filter: brightness(100);
  }
  header.mobile nav .inner-box .nav-top .x-button {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  header.mobile nav .inner-box .nav-top .x-button div {
    position: absolute;
    background-color: #fff;
    width: 30px;
    height: 2px;
    left: 10px;
    top: 18.5px;
  }
  header.mobile nav .inner-box .nav-top .x-button div.bar-top {
    transform: rotate(45deg);
  }
  header.mobile nav .inner-box .nav-top .x-button div.bar-bottom {
    transform: rotate(-45deg);
  }
  header.mobile nav .inner-box .nav-center {
    margin-top: 70px;
  }
  header.mobile nav .inner-box .nav-center .depth01 {
    cursor: pointer;
    padding-bottom: 40px;
  }
  header.mobile nav .inner-box .nav-center .depth01 span {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    display: block;
    position: relative;
  }
  header.mobile nav .inner-box .nav-center .depth01 span::after {
    right: 10px;
    top: 0px;
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    transform: translateY(50%) rotate(135deg);
    transition: transform 0.2s ease-in-out 0s;
  }
  header.mobile nav .inner-box .nav-center .depth01 span.rotate::after {
    transform: translateY(50%) rotate(-45deg);
  }
  header.mobile nav .inner-box .nav-center .depth01 > ul {
    display: none;
    margin: 20px 0 0;
    padding-left: 5px;
  }
  header.mobile nav .inner-box .nav-center .depth01 > ul > li:not(:last-child) {
    padding-bottom: 12px;
  }
  header.mobile nav .inner-box .nav-center .depth01 > ul > li a {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
  }
  header.mobile nav .inner-box .nav-center .depth01:last-child span::after {
    display: none;
  }
  header.mobile nav .inner-box .mo-sitemap-swiper {
    width: calc(100% - 40px);
    margin: 5px auto 0;
  }
  header.mobile nav .inner-box .mo-sitemap-swiper .swiper-slide img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  header.mobile .header-top {
    width: 100%;
    padding: 12px 15px;
    border-bottom: none;
  }
  header.mobile .header-top h2 a img {
    width: 120px;
  }
  header.mobile .header-top .hbr {
    gap: 4px;
  }
  header.mobile .header-top .hbr div {
    width: 18px;
  }
  header.mobile nav .inner-box {
    padding: 0 16px 0 20px;
  }
  header.mobile nav .inner-box .nav-top {
    padding-top: 16px;
  }
  header.mobile nav .inner-box .nav-top h2 a img {
    width: 120px;
  }
  header.mobile nav .inner-box .nav-top .x-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0.85;
  }
  header.mobile nav .inner-box .nav-top .x-button div {
    left: 4px;
    top: 12px;
    width: 18px;
  }
  header.mobile nav .inner-box .nav-center {
    margin-top: 50px;
  }
  header.mobile nav .inner-box .nav-center .depth01 {
    padding-bottom: 28px;
  }
  header.mobile nav .inner-box .nav-center .depth01 span {
    font-size: 20px;
  }
  header.mobile nav .inner-box .nav-center .depth01 span::after {
    width: 10px;
    height: 10px;
    right: 10px;
    border-color: rgba(255, 255, 255, 0.85);
  }
  header.mobile nav .inner-box .nav-center .depth01 > ul {
    margin-top: 16px;
  }
  header.mobile nav .inner-box .nav-center .depth01 > ul > li a {
    font-size: 15px;
  }
  header.mobile nav .inner-box .mo-sitemap-swiper {
    margin: 20px auto 0;
  }
}
/* footer */
footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 3.2rem 0 7rem;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  overflow: hidden;
  text-align: center;
  background-image: url("/img/footer_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
footer h2 {
  padding-bottom: 1.5rem;
}
footer h2 img {
  filter: brightness(100);
}
footer ul {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
footer ul li {
  position: relative;
  padding: 0 1.5rem;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
footer ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 80%;
  background-color: #fff;
}
footer ul li a {
  color: #fff;
}
footer address {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  footer {
    padding: 3.2rem 0 12.5rem;
  }
  footer ul li {
    font-size: 13.5px;
  }
  footer address {
    text-wrap: balance;
    font-size: 13.5px;
  }
  footer address br {
    display: none;
  }
}
/* 비급여 */
.nopay {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: 10003;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px;
  width: calc(100% - 40px);
}
.nopay.show {
  visibility: visible;
  pointer-events: auto;
  height: 100%;
  overflow-y: auto;
}

@media (max-width: 1279px) {
  .nopay {
    padding: 40px 20px 0px 20px;
  }
  .nopay img {
    max-width: unset;
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .nopay {
    padding: 30px 20px 0px 20px;
  }
  .nopay img {
    max-width: unset;
    width: 100%;
  }
}
/* 팝업 dim */
.popup-dim {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10001;
}

/* 슬라이드 팝업 */
#popup-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50.2%, -50%);
  z-index: 10002;
}
#popup-wrap .popup-inner {
  display: flex;
}
#popup-wrap .popup-inner .mo-popup-btns {
  display: none;
}
#popup-wrap .popup-inner .slide-swiper {
  width: 500px;
  overflow: hidden;
}
#popup-wrap .popup-inner .slide-list {
  background-color: #aaa;
  width: 235px;
}
#popup-wrap .popup-inner .slide-list ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#popup-wrap .popup-inner .slide-list ul li {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
  position: relative;
  background-color: #aaa;
  max-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#popup-wrap .popup-inner .slide-list ul li a {
  color: #fff;
  font-size: 17.5px;
}
#popup-wrap .popup-inner .slide-list ul li::before {
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/left.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40%;
  width: 48px;
  height: 48px;
  filter: invert(1);
}
#popup-wrap .popup-inner .slide-list ul li:hover {
  background-color: #d4824b;
}
#popup-wrap .popup-inner .slide-list ul li.active {
  background-color: #d4824b;
}
#popup-wrap .popup-button.pc {
  display: flex;
  justify-content: space-between;
  padding: 12.5px 0;
  color: #fff;
  width: 500px;
  font-size: 21px;
  letter-spacing: 0.01em;
}
#popup-wrap .popup-button.pc .btn-oneday {
  cursor: pointer;
  padding-right: 15px;
  display: flex;
  align-items: center;
  gap: 7.5px;
}
#popup-wrap .popup-button.pc .btn-oneday img {
  border-radius: 50%;
  overflow: hidden;
}
#popup-wrap .popup-button.pc .slide-close {
  cursor: pointer;
  padding-left: 15px;
  display: flex;
  align-items: center;
  gap: 7.5px;
}
#popup-wrap .popup-button.pc .slide-close img {
  border-radius: 50%;
  overflow: hidden;
}
#popup-wrap .popup-button.mo {
  display: none;
}
#popup-wrap .popup-swiper-pagination {
  display: none;
  position: absolute;
}
#popup-wrap .slide-popup-prev {
  display: none;
}
#popup-wrap .slide-popup-next {
  display: none;
}

@media (max-width: 767px) {
  #popup-wrap {
    border-radius: 10px;
    overflow: unset;
    width: 77%;
    max-width: 500px;
  }
  #popup-wrap .popup-inner {
    display: flex;
    flex-direction: column;
  }
  #popup-wrap .popup-inner .mo-popup-btns {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    color: #151515;
    background-color: #fff;
    text-align: center;
    padding: 13px 0 11px;
  }
  #popup-wrap .popup-inner .mo-popup-btns li {
    font-size: 15.5px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
  }
  #popup-wrap .popup-inner .slide-swiper {
    width: 100%;
    position: relative;
  }
  #popup-wrap .popup-inner .slide-list {
    display: none;
  }
  #popup-wrap .popup-button.pc {
    display: none;
  }
  #popup-wrap .popup-button.mo {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: -0.05em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  #popup-wrap .popup-button.mo .btn-oneday {
    width: 50%;
    display: flex;
    justify-content: center;
    background-color: #c3550b;
    padding: 10px 0;
    color: #fff;
    opacity: 0.9;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
  }
  #popup-wrap .popup-button.mo .slide-close {
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  #popup-wrap .popup-swiper-pagination {
    display: block;
    position: absolute;
    z-index: 10;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.15em;
    border-radius: 20px;
    background-color: rgba(43, 48, 54, 0.8);
    right: 10px;
    left: unset;
    bottom: unset;
    top: 48px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 4px 0;
  }
  #popup-wrap .slide-popup-prev {
    display: block;
    width: 30px;
    position: absolute;
    left: -36px;
    top: 45%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 100000;
    opacity: 0.75;
  }
  #popup-wrap .slide-popup-next {
    display: block;
    width: 30px;
    position: absolute;
    right: -36px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 100000;
    opacity: 0.75;
  }
}/*# sourceMappingURL=common.css.map */