@media all and (max-width: 1699px) {
  .hoverCategorySwiper .swiper-wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 1400px) {
  html {
    font-size: 50%;
  }
  .product-list li {
    width: calc(33.3333333333% - 21.33px);
  }
  .product-list li:nth-child(n+4) {
    margin-top: 48px;
  }
  .product-list .product .grid {
    height: 69px;
  }
}
@media all and (max-width: 1300px) {
  .detail-wrap {
    width: 672px;
    margin: 0 auto;
    justify-content: stretch;
    display: grid;
    gap: 0;
    grid-template-areas: "first" "second" "third";
  }
  .detail-wrap .detail-info {
    width: 100%;
  }
  .detail-wrap .detail-info .detail-info__inner {
    border: none;
    padding: 24px 16px 24px;
  }
  .detail-wrap .detail-info .detail-info__inner .share__message {
    position: fixed;
    bottom: 67px;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 15px;
  }
  .detail-wrap .detail-info .detail-info__inner .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .detail-wrap .detail-info .detail-info__inner .subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .detail-wrap .detail-info .detail-info__inner .product-price__sale {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .detail-wrap .detail-info .detail-info__inner .product-price__cost {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
  }
  .detail-wrap .detail-info .detail-info__inner .product-rate {
    font-size: 32px;
  }
  .detail-wrap .detail-info .detail-info__inner .desc {
    margin-top: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .detail-wrap .detail-info .detail-info__inner .recommend {
    margin-top: 32px;
    padding: 20px 24px;
  }
  .detail-wrap .detail-info .detail-info__inner .recommend__desc li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .detail-wrap .detail-info .detail-info__inner .info__desc li span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .detail-wrap .detail-info .detail-info__inner .category-name {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .detail-wrap .detail-info .detail-info__inner .category-name span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-dark-gray09);
  }
  .detail-wrap .detail-info .detail-info__inner .label {
    display: none;
  }
  .detail-wrap .detail-info .detail-info__inner .flex {
    margin-top: 10px;
    flex-direction: row;
  }
  .detail-wrap .detail-info .detail-info__inner .flex.margin14 {
    margin-top: 15px;
  }
  .detail-wrap .detail-info .detail-info__inner .reser-btn {
    display: none;
  }
  .detail-wrap .detail-info .detail-info__inner .img-wrap {
    display: none;
  }
  .detail-wrap .detail-img {
    max-width: none;
  }
  .detail-wrap .detail-img > p {
    margin: 0 16px 24px 16px;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  .detail-wrap .detail-img .img-wrap.detail {
    padding: 0 16px;
  }
  .detail-wrap .detail-img .img-wrap.thumbnail {
    display: none;
  }
  .detail-wrap .detail-img .img-wrap img {
    width: 100%;
    border-radius: 0;
  }
  .detail-wrap .mob-detail-img {
    display: block;
    grid-area: first;
    width: 100%;
  }
  .detail-wrap .mob-detail-img .img-wrap img {
    width: 100%;
  }
  .detail-wrap .detail-img {
    grid-area: third;
  }
  .detail-wrap .detail-info {
    grid-area: second;
  }
  .bottom-sticky-btn {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 53px;
    z-index: 6;
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1215686275);
  }
  .counsel {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .counsel img {
    width: 39px;
    position: absolute;
    left: 9px;
    top: -15px;
  }
  .counsel__btn {
    width: 100%;
    background-color: var(--color-white);
    color: var(--color-orange);
    height: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    line-height: 53px;
    cursor: pointer;
  }
  .reser__btn {
    width: 50%;
    background-color: var(--color-orange);
    color: var(--color-white);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
  }
  html[lang=ja] .th {
    width: 75px;
    flex-shrink: 0;
  }
  html[lang=zh] .th {
    width: 75px;
    flex-shrink: 0;
  }
  html[lang=zh-Hant] .th {
    width: 75px;
    flex-shrink: 0;
  }
  html[lang=en] .th {
    width: 75px;
    flex-shrink: 0;
  }
  .section__contents.margin25 {
    margin-top: 12.5rem;
  }
  .floating-wrap .floating {
    position: absolute;
    right: 40px;
    bottom: 15px;
  }
  .doctors {
    gap: 30px;
  }
  .doctors__item {
    width: calc(50% - 21px);
  }
  .main__inner {
    padding: 0 40px;
  }
  .footer__inner {
    padding: 72px 40px 155px;
  }
  .section .flex.height654 {
    height: 401px;
  }
  .breadcrumb-blog {
    display: none;
  }
  .nav-blog-cate {
    display: block;
    margin: 84px auto 0;
    max-width: 672px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    border: 1px solid var(--color-light-gray03);
    border-left: 0;
    border-right: 0;
    z-index: 1;
  }
  .nav-blog-cate a {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 16px;
    background-color: white;
  }
  .blog-detail.padding9 {
    padding: 16px 0 44px;
  }
  .blog-detail .section__contents.margin25 {
    margin-top: 0;
  }
  .blog-detail .detail-wrap .detail-info__inner {
    padding: 0 16px;
  }
  .blog-detail .detail-wrap .detail-info__inner .flex {
    margin-top: 0;
  }
  .blog-detail .detail-wrap .detail-info__inner .detail-info__text .title {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-detail .detail-wrap .detail-info__inner .detail-info__text .desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 14px;
  }
  .blog-detail .detail-wrap .detail-info__inner .detail-info__text .date {
    display: none;
  }
  .blog-detail .detail-wrap .detail-info__inner .recommend-content .title {
    font-size: 16px;
    line-height: 19px;
  }
  .blog-detail .detail-wrap .detail-info__inner .recommend-content__list {
    margin-top: 12px;
  }
  .blog-detail .detail-wrap .detail-info__inner .recommend-content__title {
    font-size: 12px;
    line-height: 18px;
  }
  .blog-detail .detail-info__inner .prev-btn {
    display: none;
  }
  .blog-detail .detail-info__inner .detail-info__top {
    display: none;
  }
  .blog-detail .editer {
    display: none;
    margin: 0 auto;
  }
  .blog-detail .editer-mobile {
    margin-top: 14px;
    padding-bottom: 32px;
    display: block;
  }
  .doctors {
    gap: 24px;
  }
  .doctors__item {
    width: calc(50% - 12px);
  }
  .breadcrumb {
    display: none;
  }
  .section__contents.margin25 {
    margin-top: 48px;
  }
  .breadcrumb--view {
    display: flex;
  }
}
@media all and (max-width: 1218px) {
  .blog-list__item {
    width: calc(50% - 18px);
  }
}
@media all and (max-width: 1200px) {
  .section__title {
    width: 100%;
  }
  .section .flex {
    flex-direction: column;
    gap: 32px;
  }
  .section .flex.height654 {
    height: auto;
  }
  .section .flex .id-count {
    height: auto;
  }
  .section .flex .id-count div {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
  }
  .section .flex .id-count h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
  }
  .section .flex .id-ranking {
    height: auto;
    width: 100%;
  }
  .section .flex .id-ranking .img-wrap {
    justify-content: end;
  }
  .section .flex .id-ranking h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-top: 4px;
  }
  .section .flex .id-swiper-small {
    width: 100%;
    height: 218px;
  }
  .tab-list .flex {
    gap: 20px;
    height: auto;
  }
  .tab-list .flex .map {
    width: 100%;
    height: 345px;
    border-radius: 12px;
  }
  .tab-list .flex .map img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .tab-list .flex .address {
    border-radius: 12px;
    width: 100%;
    padding: 44px 28px;
  }
  .tab-list .flex .address .btn-wrap {
    margin-top: 60px;
  }
  .tab-list .flex .address .btn-wrap a {
    padding: 16px 20px;
    gap: 8px;
  }
  .tab-list .flex .address .btn-wrap a.reser-anchor {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .tab-list .flex .address .btn-wrap a.counsel-anchor {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .tab-list .subway {
    margin-top: 16px;
  }
  .product-list li {
    width: calc(50% - 16px);
  }
  .product-list li:nth-child(n+3) {
    margin-top: 48px;
  }
  .detail-info__inner .flex {
    flex-direction: row;
  }
  .footer__top {
    flex-direction: column;
    gap: 24px;
  }
  .footer__bottom {
    flex-wrap: wrap;
    margin-top: 90px;
    gap: 0;
  }
  .footer__bottom li {
    width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 36px;
  }
  .footer__bottom li:first-child {
    border: 1px solid var(--color-light-gray15);
    border-top: 0;
    border-left: 0;
  }
  .footer__bottom li:first-child figure {
    width: 90px;
  }
  .footer__bottom li:nth-child(2) {
    border: 1px solid var(--color-light-gray15);
    border-top: 0;
    border-left: 0;
    border-right: 0;
  }
  .footer__bottom li:nth-child(2) figure {
    width: 114px;
  }
  .footer__bottom li:nth-child(3) {
    border: 1px solid var(--color-light-gray15);
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .footer__bottom li:nth-child(3) figure {
    width: 72px;
  }
  .footer__bottom li:last-child figure {
    width: 64px;
  }
  .footer__bottom li figure::after {
    content: none;
  }
  .footer__bottom li span {
    margin-top: 12px;
    font-size: 12px;
    margin-left: 0;
    line-height: 130%;
    text-align: center;
  }
  .footer__left {
    cursor: pointer;
  }
  .footer__right {
    position: relative;
  }
  .footer__familySite {
    position: relative;
    width: 228px;
  }
  .footer__familySite ul li {
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .footer__familySite ul li:nth-child(1) {
    padding: 24px 20px 6px 20px;
  }
  .footer__familySite ul li:last-child {
    padding: 6px 20px 24px 20px;
  }
  .footer__familySite button {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 20px;
    height: 40px;
    min-height: auto;
  }
  .tab-list .flex .map {
    border-radius: 12px;
  }
  .gnb {
    display: none;
  }
  .gnb ~ .lang-select {
    display: none;
  }
  .header {
    height: 64px;
  }
  .header__inner {
    display: flex;
    width: 100%;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
  }
  .header .logo img {
    width: 75px;
  }
  .mobile-gnb {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
  }
  .mobile-gnb__anchor {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 18px;
    background-color: var(--color-orange);
    color: var(--color-white);
    border-radius: 50px;
  }
  .mobile-gnb button {
    cursor: pointer;
  }
  .mobile-gnb__reservation {
    display: flex;
    align-items: center;
  }
  .mobile-gnb__reservation.active {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1490196078);
    border-radius: 18px 18px 0 0;
  }
  .mobile-gnb__reservation.active .mobile-gnb__reservation-total {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1490196078);
    border-radius: 0 0 18px 18px;
  }
  .mobile-gnb__reservation.active .mobile-gnb__reservation-btn {
    width: 115px;
    border-radius: 16px 16px 0 0;
  }
  .mobile-gnb__reservation-btn {
    width: 115px;
  }
  .mobile-gnb__reservation-total {
    width: 115px;
    position: absolute;
    top: 50px;
  }
  .mobile-gnb__reservation-total.hide {
    display: none;
  }
  .mobile-gnb__reservation-mainarea {
    background-color: var(--color-white);
    border-radius: 0 0 18px 18px;
  }
  .mobile-gnb__reservation-1depth {
    text-align: center;
  }
  .mobile-gnb__reservation-1depth a {
    padding: 8px 0;
    display: block;
    font-size: 12px;
  }
  .category-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: var(--color-white);
    display: none;
  }
  .category-layer.view {
    display: block;
  }
  .category-layer.view .header {
    box-shadow: none;
  }
  .category-layer .flex {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .category-layer .flex .lang-select {
    margin-left: 4px;
  }
  .category-layer__body {
    margin-top: 64px;
  }
  .category-layer__body .flex-top {
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid var(--color-light-gray09);
  }
  .category-layer__body .flex-top button {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-dark-black01);
    width: 50%;
    height: 100%;
  }
  .category-layer__body .flex-top button.default--orange {
    border-bottom: 2px solid var(--color-orange);
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-orange);
  }
  .category-layer__body .flex-body {
    display: flex;
  }
  .category-layer__body .flex-body > div {
    width: 50%;
  }
  .category-layer__body .flex-body__1depth {
    background-color: var(--color-light-gray10);
    height: calc(100vh - 64px - 40px);
    height: calc(100dvh - 64px - 40px);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  .category-layer__body .flex-body__1depth button {
    display: block;
    padding: 8px 18px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-dark-black01);
  }
  .category-layer__body .flex-body__1depth button.active {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-orange);
    background-color: var(--color-white);
  }
  .category-layer__body .flex-body__1depth .gnb__anchor {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    color: var(--color-light-orange);
    line-height: 130%;
  }
  .category-layer__body .flex-body__2depth {
    height: calc(100vh - 64px - 40px);
    height: calc(100dvh - 64px - 40px);
    overflow-y: scroll;
  }
  .anchor-1depth__item:last-child {
    padding-bottom: 50px;
    padding-bottom: calc(100dvh - 174px);
  }
  .anchor-1depth__anchor {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
  }
  .anchor-1depth__anchor .flex {
    display: flex;
    gap: 8px;
  }
  .anchor-1depth__anchor .flex img {
    width: 24px;
    height: 24px;
  }
  .anchor-1depth__anchor .flex span {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
  }
  .anchor-2depth {
    display: flex;
    flex-direction: column;
  }
  .anchor-2depth__anchor {
    display: block;
    padding: 8px 18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .blogSwiper-container {
    padding-top: 104px;
  }
  .nav-blog-cate {
    display: block;
    margin-top: 64px;
  }
}
@media all and (max-width: 1160px) {
  .breadcrumb {
    margin-top: 80px;
    padding: 0 16px;
  }
  .select.lang-select .select__option label {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
  }
  .precautionsSwiper .swiper-slide {
    width: calc(25% - 9px);
  }
}
@media all and (max-width: 900px) {
  .precautionsSwiper .swiper-slide {
    width: calc(33.3333333333% - 8px);
  }
}
@media all and (max-width: 768px) {
  .main__inner {
    padding: 0;
  }
  .video-wrap .video {
    height: 320px;
  }
  .video-wrap__text {
    padding: 0 4%;
  }
  .video-wrap__text p {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
  .section {
    padding: 44px 0;
  }
  .section.padding9 {
    padding-top: 16px;
  }
  .section__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px;
  }
  .section__title.widthAuto {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 8px 60px;
  }
  .section__contents {
    margin-top: 16px;
  }
  .section__contents.mg44 {
    margin-top: 16px;
  }
  .section__contents.pa20 {
    padding: 0 20px;
  }
  .section__contents.margin67 {
    margin-top: 44px;
  }
  .section .flex {
    flex-direction: column;
    gap: 32px;
  }
  .section .flex.height654 {
    height: auto;
  }
  .section .flex .id-swiper-main {
    padding: 0 20px;
  }
  .section .flex .id-count {
    height: auto;
  }
  .section .flex .id-count div {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
  }
  .section .flex .id-count h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
  }
  .section .flex .id-ranking {
    height: auto;
  }
  .section .flex .id-ranking .img-wrap {
    justify-content: end;
  }
  .section .flex .id-ranking h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-top: 4px;
  }
  .section .flex .id-swiper-small {
    width: 100%;
    height: 218px;
  }
  .section .flex .flex-right {
    padding: 0 20px;
  }
  .categorySwiper {
    width: 100%;
    padding-left: 20px;
  }
  .categorySwiper .swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    height: 250px;
  }
  .categorySwiper .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 50px);
    border-radius: 12px;
  }
  .categorySwiper .swiper-slide a {
    padding: 32px;
  }
  .categorySwiper .categorySwiper__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .categorySwiper .categorySwiper__desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .categorySwiper .img-wrap {
    width: 70%;
  }
  .categorySwiper .swiper-navigator {
    display: none;
  }
  .gridMainSwiper {
    border-radius: 12px;
  }
  .gridMainSwiper .img-wrap {
    border-radius: 12px;
  }
  .gridMainSwiper .img-wrap img {
    border-radius: 12px;
  }
  .gridSmallSwiper .swiper-slide a h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-top: 4px;
  }
  .promotionSwiper .swiper-wrapper {
    height: auto;
  }
  .promotionSwiper .img-wrap {
    border-radius: 8px;
    height: 140px;
  }
  .promotionSwiper .img-wrap img {
    border-radius: 8px;
  }
  .promotionSwiper .promotionSwiper__title {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .promotionSwiper .swiper-navigator {
    margin-top: 16px;
    gap: 8px;
  }
  .promotionSwiper .swiper-navigator .swiper-pagination {
    gap: 8px;
  }
  .promotionSwiper .swiper-navigator .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
  .promotionSwiper .swiper-navigator .swiper-button-prev::after {
    width: 20px;
    height: 20px;
    background: url("../img/ico_swiper-prev--20.svg") no-repeat;
  }
  .promotionSwiper .swiper-navigator .swiper-button-next {
    width: 20px;
    height: 20px;
  }
  .promotionSwiper .swiper-navigator .swiper-button-next::after {
    width: 20px;
    height: 20px;
    background: url("../img/ico_swiper-next--20.svg") no-repeat;
  }
  .promotionSwiper .swiper-navigator .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .tab {
    gap: 6px;
    padding: 0 20px;
    flex-wrap: wrap;
  }
  .tab__btn {
    min-width: 110px;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .tab-list {
    padding: 0 20px;
  }
  .tab-list .flex {
    gap: 20px;
    height: auto;
  }
  .tab-list .flex .map {
    width: 100%;
    height: 345px;
    border-radius: 12px;
  }
  .tab-list .flex .map img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .tab-list .flex .address {
    border-radius: 12px;
    width: 100%;
    padding: 44px 28px;
  }
  .tab-list .flex .address__top h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .tab-list .flex .address__top p {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .tab-list .flex .address__middle h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .tab-list .flex .address__middle ul li {
    gap: 20px;
  }
  .tab-list .flex .address__middle ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .tab-list .flex .address__middle ul li span:nth-child(1) {
    width: 76px;
  }
  .tab-list .flex .address .btn-wrap {
    margin-top: 60px;
  }
  .tab-list .flex .address .btn-wrap a {
    padding: 16px 20px;
    gap: 8px;
  }
  .tab-list .flex .address .btn-wrap a.reser-anchor {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .tab-list .flex .address .btn-wrap a.counsel-anchor {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .tab-list .subway {
    margin-top: 16px;
    border-radius: 20px;
    padding: 8px 12px;
  }
  .tab-list .subway > span {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    padding: 7px 0;
    width: 64px;
  }
  .tab-list .subway p {
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
  }
  .tab-list .subway p span {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
  }
  .populSwiper {
    padding-left: 20px;
  }
  .populSwiper .img-wrap {
    height: 200px;
  }
  .populSwiper .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 50px);
  }
  .populSwiper .swiper-navigator {
    display: none;
  }
  .populSwiper .product .grid {
    grid-template-areas: "area-sale-price area-sale-rate" "area-cost-price .";
  }
  .populSwiper .product__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  .populSwiper .product__sale-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .populSwiper .product__cost-price {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0;
  }
  .populSwiper .product__sale-rate {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .product-list {
    padding: 0 16px;
    gap: 8px;
  }
  .product-list li {
    width: calc(50% - 4px);
  }
  .product-list li:nth-child(n+3) {
    margin-top: 36px;
  }
  .product-list .img-wrap {
    min-height: 160px;
  }
  .product-list .img-wrap img {
    border-radius: 8px;
  }
  .product-list .product__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .product-list .product__sale-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  .product-list .product__cost-price {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .product-list .product__sale-rate {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
  }
  .product-list .label {
    gap: 4px;
  }
  .product-list .label span {
    padding: 7px 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
  }
  .product-list .product {
    margin-top: 8px;
  }
  .product-list .product .grid {
    height: 49px;
  }
  .floating-wrap {
    max-width: none;
    padding: 0 16px;
  }
  .floating-wrap .floating {
    right: 16px;
    bottom: 4px;
    width: 60px;
    height: 60px;
  }
  .floating-wrap .floating span {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
  }
  .floating-wrap .floating img {
    width: 24px;
    height: 24px;
  }
  .footer__sns a img {
    width: 32px;
    height: 32px;
  }
  .footer__inner {
    padding: 42px 20px 80px 20px;
  }
  .footer__left button {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .footer__left ul {
    flex-direction: column;
  }
  .footer__left ul li {
    gap: 8px;
    margin-top: 12px;
  }
  .footer__left ul li:not(:last-child)::after {
    content: none;
  }
  .footer__left ul li span:nth-child(1) {
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
  }
  .footer__left ul li span:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
  .modal__contents {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--color-white);
    border-radius: 0px;
    width: 100%;
    padding: 40px 20px;
    height: 100%;
  }
  .modal__header {
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .modal__header h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .modal__header button {
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  .modal__body {
    height: calc(100% - 50px);
    overflow-y: scroll;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
  .modal__body::-webkit-scrollbar {
    width: 5px;
    background-color: #F6F6F6;
    border-radius: 10px;
  }
  .modal__body::-webkit-scrollbar-track {
    background-color: #F6F6F6;
    border-radius: 10px;
  }
  .modal__body::-webkit-scrollbar-thumb {
    background-color: rgba(153, 153, 153, 0.5);
    border-radius: 10px;
  }
  .modal__body::-webkit-scrollbar-button {
    display: none;
  }
  .modal__body::-webkit-scrollbar-corner {
    background-color: #F6F6F6;
  }
  .section__contents.margin25 {
    margin-top: 6.5rem;
  }
  .detail-wrap {
    width: 100%;
    justify-content: stretch;
    display: grid;
    gap: 0;
    grid-template-areas: "first" "second" "third";
  }
  .padding {
    width: 100%;
    margin: 0 auto;
    padding: 16px 0;
    margin-top: 64px;
    border: 1px solid var(--color-light-gray03);
  }
  .precautionsSwiper {
    max-width: none;
    width: 100%;
    position: relative;
  }
  .precautionsSwiper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
  }
  .precautionsSwiper .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .precautionsSwiper .swiper-slide {
    flex: 0 0 auto;
    margin-left: 4px;
    margin-right: 4px;
    max-width: 100%;
    width: fit-content;
    text-align: center;
    height: auto;
  }
  .precautionsSwiper .swiper-slide:first-child {
    margin-left: 16px;
  }
  .precautionsSwiper .swiper-slide:last-child {
    margin-right: 40px;
  }
  .tab-p-list,
  .p-text {
    padding: 0 16px;
  }
  .tab-p {
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: flex-start;
  }
  .tab-p .tab-p__btn {
    width: auto;
    border-radius: 999px;
    font-size: 12px;
    padding: 8.5px 12px;
    line-height: 17px;
  }
  .tab-p-list {
    margin-top: 44px;
    max-width: none;
  }
  .tab-p-list__item h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .tab-p-list__item ol {
    margin: 16px 0 0 15px;
  }
  .tab-p-list__item ol li {
    font-size: 12px;
    line-height: 18px;
  }
  .p-text {
    font-size: 12px;
    margin-top: 16px;
    padding-bottom: 44px;
  }
  .branch-select {
    justify-content: space-between;
  }
  .branch-select .input-label {
    width: 70px;
  }
  .branch-select .radio-wrap {
    gap: 4px;
  }
  .branch-select .radio-wrap li {
    width: calc(33.3333333333% - 2.6666px);
    align-self: stretch;
    height: auto;
  }
  .branch-select .radio-wrap li label {
    font-size: 14px;
    padding: 8px 2px;
    align-items: center;
    height: 100%;
  }
  .toast {
    width: 100%;
    padding: 0 16px;
    top: 65px;
  }
  .toast__contents {
    width: 100%;
    padding: 12px 16px;
  }
  .toast__contents p img {
    width: 16px;
    height: 16px;
  }
  .toast__contents p span {
    font-size: 14px;
  }
  .toast__contents button img {
    width: 14px;
    height: 14px;
  }
  .main__title {
    margin-top: 104px;
    justify-content: flex-start;
    padding: 0 16px;
  }
  .main__title i {
    width: 17px;
  }
  .main__title span {
    font-size: 18px;
  }
  .main__subTitle {
    text-align: left;
    margin-top: 8px;
    font-size: 12px;
    padding: 0 16px;
  }
  .tab-c {
    margin-top: 16px;
    padding: 0 16px;
    gap: 8px;
  }
  .tab-c__btn {
    width: calc(33.3333333333% - 5.333333333px);
    padding: 8.5px 0;
    border-radius: 999px;
    font-size: 12px;
  }
  .tab-c-list {
    padding-bottom: 44px;
  }
  .doctors {
    margin-top: 16px;
    padding: 0 16px;
    gap: 24px;
  }
  .doctors__item {
    width: 100%;
  }
  .doctors__first {
    margin: 16px 16px 0 16px;
    padding-bottom: 12px;
  }
  .doctors__first .doctors__label {
    font-size: 14px;
  }
  .doctors__first .doctors__name {
    font-size: 18px;
  }
  .doctors__first .doctors__engName {
    font-size: 14px;
  }
  .doctors__second {
    padding: 12px 16px 16px 16px;
  }
  .doctors__second::after {
    width: 64px;
    height: 68px;
    background-size: 64px 68px;
    right: 16px;
    bottom: 16px;
  }
  .doctors__second .doctors__label {
    font-size: 12px;
  }
  .doctors__second .doctors__history {
    margin-left: 25px;
  }
  .doctors__second .doctors__history li {
    font-size: 12px;
    line-height: 18px;
  }
  .section__title:nth-of-type(n+2) {
    margin-top: 70px;
  }
  .blogSwiper-container {
    width: 100vw;
    width: 100dvw;
    top: 64px;
  }
  .blogSwiper-container .blogSwiper {
    max-width: none;
    position: relative;
    padding: 0px 32px 0 16px;
  }
  .blogSwiper-container .swiper-button-next,
  .blogSwiper-container .swiper-button-prev {
    display: none;
  }
  .blog-list {
    margin-top: 35px;
    padding: 0px 16px;
    row-gap: 20px;
    column-gap: 8px;
  }
  .blog-list__thumbnail {
    aspect-ratio: 160/90;
  }
  .blog-list__thumbnail img {
    border-radius: 8px;
  }
  .blog-list__item {
    width: calc(50% - 4px);
  }
  .blog-list__title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
  }
  .blog-list__desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  .blog-list__date {
    margin-top: 12px;
    font-size: 12px;
    line-height: 12px;
  }
  .main__bottom {
    margin: 35px 16px 0;
    padding-bottom: 44px;
  }
  .main__bottom-btn {
    padding: 16px 0;
    width: 100%;
  }
  .main__bottom-btn .txt-b {
    font-weight: 700;
    color: var(--color-orange);
    font-size: 16px;
    line-height: 22px;
  }
  .main__bottom-btn .txt-n {
    font-size: 14px;
    margin-left: 4px;
    line-height: 23px;
    color: var(--color-orange);
    font-weight: 400;
  }
  .main__bottom-btn .txt-n span {
    font-weight: 400;
    color: var(--color-orange);
  }
  .section__contents.margin25 {
    margin-top: 48px;
  }
}
@media all and (max-width: 375px) {
  .promotionSwiper .img-wrap img.mobile-promo-img {
    display: block;
  }
  .promotionSwiper .img-wrap img.pc-promo-img {
    display: none;
  }
  .product-list .img-wrap {
    height: 51vw;
  }
}/*# sourceMappingURL=main_media.css.map */

/*0318*/
@media all and (max-width: 400px) {
  .blog-list__thumbnail-pc {
    display: none;
  }
  .blog-list__thumbnail-mob {
    display: block;
  }
}

/*0403*/
@media (max-width: 1300px) {
  html[lang=en] .th {
    width: 146px;
  }
}