﻿.clearfix:after {
  clear: both;
  content: ".";
  height: 0px;
  font-size: 0px;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
.news_rss {
  text-align: right;
  margin-bottom: 8px;
}

.blog-slider {
  display: none;
}
.blog-slider.slick-slider {
  display: block;
}
.blog-slider.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.blog-slider.slick-slider img {
  max-width: 100%;
}

.blog-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.blog-slider .slick-list:focus {
  outline: none;
}

.blog-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.blog-slider.slick-slider .slick-track,
.blog-slider.slick-slider .slick-list {
  -webkit-transform: ease translate3d(0, 0, 0);
  -moz-transform: ease translate3d(0, 0, 0);
  -ms-transform: ease translate3d(0, 0, 0);
  -o-transform: ease translate3d(0, 0, 0);
  transform: ease translate3d(0, 0, 0);
}

.blog-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.blog-slider .slick-track:before,
.blog-slider .slick-track:after {
  display: table;
  content: "";
}

.blog-slider .slick-track:after {
  clear: both;
}

.blog-slider .slick-loading .slick-track {
  visibility: hidden;
}

.blog-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 10px 0;
}
.blog-slider .slick-slide .pic {
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: gray;
  border-radius: 10px;
  overflow: hidden;
}
.blog-slider .slick-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blog-slider .slick-slide .title {
  display: block;
  margin-bottom: 20px;
  color: #04151f;
  font-size: 1.125rem;
  line-height: 1.2;
}
.blog-slider .slick-slide .title a {
  color: currentColor;
}
.blog-slider .slick-slide .title a:hover {
  color: var(--blog-accent);
}
.blog-slider .slick-slide .more {
  display: block;
  margin-bottom: 0;
  color: #04151f;
  font-size: 1rem;
  line-height: 1;
}
.blog-slider .slick-slide .more:hover {
  color: var(--blog-accent);
}

.blog-slider [dir="rtl"] .slick-slide {
  float: right;
}

.blog-slider .slick-slide img {
  display: block;
}

.blog-slider .slick-slide.slick-loading img {
  display: none;
}

.blog-slider .slick-slide.dragging img {
  pointer-events: none;
}

.blog-slider .slick-initialized .slick-slide {
  display: block;
}

.blog-slider .slick-loading .slick-slide {
  visibility: hidden;
}

.blog-slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.blog-slider .slick-prev,
.blog-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}

.blog-slider .slick-prev:hover,
.blog-slider .slick-prev:focus,
.blog-slider .slick-next:hover,
.blog-slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: #333;
}

.blog-slider .slick-prev:hover:before,
.blog-slider .slick-prev:focus:before,
.blog-slider .slick-next:hover:before,
.blog-slider .slick-next:focus:before {
  opacity: 1;
}

.blog-slider .slick-prev.slick-disabled:before,
.blog-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
  font-size: 14px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-slider .slick-prev {
  left: -20px;
}

.blog-slider [dir="rtl"] .slick-prev {
  right: -20px;
  left: auto;
}

.blog-slider .slick-prev:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: -3px 0 0 -1px;
}

.blog-slider [dir="rtl"] .slick-prev:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: -3px 0 0 -5px;
}

.blog-slider .slick-next {
  right: -20px;
}

.blog-slider [dir="rtl"] .slick-next {
  right: auto;
  left: -20px;
}

.blog-slider .slick-next:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 50%;
  left: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: -3px 0 0 -5px;
}
.blog-slider [dir="rtl"] .slick-next:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: -3px 0 0 -1px;
}

/* Dots */

.blog-slider.slick-slider {
}
.blog-slider.slick-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-slider .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.blog-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.blog-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  color: transparent;
  border: 0;
  padding: 0;
  outline: none;
  border: 1px solid #04151f;
  background: transparent;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
}

.blog-slider .slick-dots li button:hover,
.blog-slider .slick-dots li button:focus,
.blog-slider .slick-dots li.slick-active button {
  outline: none;
  background: #04151f;
}
.blog-slider .slick-center {
  z-index: 1000;
}
.blog-slider .slick-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #04151f;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  opacity: 0.5;
}

@media only screen and (min-width: 1200px) {
  .blog-slider .slick-prev {
    left: -20px;
  }
  .blog-slider .slick-next {
    right: -20px;
  }
  .blog-slider [dir="rtl"] .slick-prev {
    right: -20px;
    left: auto;
  }
  .blog-slider [dir="rtl"] .slick-next {
    left: -20px;
    right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blog-slider .slick-prev {
    left: -15px;
  }
  .blog-slider .slick-next {
    right: -15px;
  }
  .blog-slider [dir="rtl"] .slick-prev {
    right: -15px;
    left: auto;
  }
  .blog-slider [dir="rtl"] .slick-next {
    left: -15px;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-slider .slick-prev {
    left: -0px;
  }
  .blog-slider .slick-next {
    right: -0px;
  }
  .blog-slider [dir="rtl"] .slick-prev {
    right: -0px;
    left: auto;
  }
  .blog-slider [dir="rtl"] .slick-next {
    left: -0px;
    right: auto;
  }
}

.blog-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.blog-video.ratio1 {
  padding-bottom: 56.25%;
}
.blog-video.ratio2 {
  padding-bottom: 75%;
}
.blog-video.ratio3 {
  padding-bottom: 50%;
}
.blog-video.ratio4 {
  padding-bottom: 100%;
}
.blog-video iframe,
.blog-video object,
.blog-video embed,
.blog-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* blog-page 分页 */
.blog-page {
  /* 720 ~ 1920 */
  margin-top: clamp(60px, 3.3333333333333335vw + 36px, 100px);
}
.blog-page:empty {
  display: none;
}
.blog-page .pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  font-size: 1.25rem;
  line-height: calc(28 / 20);
}
.blog-page .total,
.blog-page .first,
.blog-page .previous {
}
.blog-page .last {
}
.blog-page .total {
  display: none;
}

.blog-page a,
.blog-page span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--blog-PagerButtonColor);

  padding: 5px 15px;
  margin: 0 0 0;
  color: var(--blog-PagerButtonColor);
  transition: all ease-in 200ms;

  min-width: 41px;
  min-height: 41px;
  border-radius: 5px;
}
.blog-page .pager > *:not(.index) {
  padding: 5px 16px;
  color: var(--blog-PagerButtonColor);
  background-color: transparent;
}

.blog-page a:hover,
.blog-page span,
.blog-page .index.disabled {
  border-color: var(--blog-PagerButtonHoverColor);
  color: #fff;
  text-decoration: none;
  background-color: var(--blog-PagerButtonHoverColor);
}

.blog-page .pager > *:not(.index):hover {
  color: #fff;
  background-color: var(--blog-PagerButtonHoverColor);
  border-color: var(--blog-PagerButtonHoverColor);
}
.blog-page .pager > *:not(.index).disabled {
  color: var(--blog-PagerButtonColor);
  background-color: transparent;
  border-color: var(--blog-PagerButtonColor);
}
.blog-page .disabled {
  cursor: not-allowed;
}

.list-linkbox a,
.list-linkbox a:link,
.list-linkbox a:active,
.list-linkbox a:visited {
  color: #fff;
}
.list-linkbox a:hover {
  text-indent: inherit;
}

/* page_meta */
.AlpineWellnessClinic-BlogGrid_01 .page_meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px 5px;
}
.AlpineWellnessClinic-BlogGrid_01 .page_meta a {
  color: currentColor;
}
.AlpineWellnessClinic-BlogGrid_01 .page_meta a:hover {
  color: var(--blog-accent);
}
.AlpineWellnessClinic-BlogGrid_01 .author_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px 5px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.AlpineWellnessClinic-BlogGrid_01 .author_info .thum {
  width: 120px;
}
.AlpineWellnessClinic-BlogGrid_01 .author_info .thum img {
  max-width: 100%;
}

/* blog-list */

.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box {
  position: relative;
  display: flex;
  flex-direction: column;
  /* 720 ~ 1920 */
  gap: clamp(40px, 3.3333333333333335vw + 16px, 80px);
  text-align: initial;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 720 ~ 1920 */
  gap: clamp(30px, 1.6666666666666667vw + 18px, 50px);
  border: none;
  border-radius: 0px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item {
    grid-template-columns: 1fr;
  }
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .pic {
  position: relative;
  margin-bottom: 0px;
  background-color: gray;
  border-radius: 0px;
  overflow: hidden;
  border-radius: 0 50px 0 50px;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .pic a,
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-top: none;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* 720 ~ 1920 */
  gap: 5px clamp(30px, 1.6666666666666667vw + 18px, 50px);
  margin-bottom: 14px;
  font-size: 1.125rem;
  line-height: calc(32 / 18);
  display: flex;
  align-items: center;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info > div.info-data,
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info > div.info-comment,
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info > div.info-comment > a {
  display: none;
  align-items: center;
  flex-wrap: wrap;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info > div.info-comment {
  display: none;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info svg {
  margin-bottom: 0.1em;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: calc(25 / 18 * 1em);
  line-height: 1;
  margin-right: 10px;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info a {
  color: currentColor;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info a:hover {
  color: var(--blog-accent);
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .info > div.info-data a {
  margin-left: 5px;
}

.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .title-box {
  position: relative;
  font-size: 0;
  line-height: 0;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .title-box .title {
  margin: 0 0 20px;
  /* 720 ~ 1920 */
  font-size: clamp(26px, 0.5vw + 22.4px, 32px);
  font-weight: normal;
  line-height: calc(42 / 32);
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .title-box::after {
  content: "";
  display: inline-block;
  margin-bottom: 22px;
  width: 100%;
  max-width: 222px;
  height: 5px;
  background-color: var(--blog-accent);
  border-radius: 5px;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .title-box .title a {
  color: currentColor;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .title-box .title a:hover {
  color: var(--blog-accent);
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content .summary {
  margin-bottom: 30px;
  font-size: 1.375rem;
  line-height: calc(32 / 22);
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.GoButton {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: clamp(20px, 2.5vw + 2px, 50px);
  text-align: center;
  font-size: 1.5625rem;
  font-family: var(--font-family-Quicksand);
  font-weight: 700;
  line-height: 1.2;
  height: auto;
  padding: 0 0 10px;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 60px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  -webkit-appearance: none;
  appearance: none;

  text-decoration: none !important;
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.GoButton .sico {
  color: var(--blog-LearnMoreButtonColor);
  font-size: 1.2em;
  line-height: 1;
  transition: color 0.3s cubic-bezier(0.42, 0, 1, 1);
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.GoButton span {
  position: relative;
  color: #071e22;
  transition: color 0.3s cubic-bezier(0.42, 0, 1, 1);
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.GoButton span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  color: var(--blog-LearnMoreButtonColor);
  border-radius: 3px;
  background-color: currentColor;
  transition: color 0.3s cubic-bezier(0.42, 0, 1, 1);
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.GoButton:hover .sico,
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.GoButton:hover span,
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content a.GoButton:hover span::after {
  color: var(--blog-LearnMoreButtonHoverColor);
}
.AlpineWellnessClinic-BlogGrid_01 .BlogGrid_box .BlogGrid_item .content p:last-child {
  margin-bottom: 0;
}

/*blog-detail*/
.AlpineWellnessClinic_BlogDetail_01 {
  position: relative;
  margin: 0 auto;
  text-align: left;

  max-width: 1090px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail {
  display: flex;
  flex-direction: column;
  /* 720 ~ 1920 */
  gap: clamp(40px, 3.3333333333333335vw + 16px, 80px);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage {
  text-align: center;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-title {
  margin-bottom: 32px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-title .title {
  margin: 0 0 0;
  font-size: clamp(32px, 1.3333333333333335vw + 22.4px, 48px);
  line-height: calc(58 / 48);
  font-weight: normal;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* 720 ~ 1920 */
  gap: 5px clamp(30px, 1.6666666666666667vw + 18px, 50px);
  font-size: 1.125rem;
  line-height: calc(32 / 18);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info > div.info-data,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info > div.info-comment,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info > div.info-comment > a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info > div.info-comment {
  display: none;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info svg {
  margin-bottom: 0.1em;
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: calc(25 / 18 * 1em);
  line-height: 1;
  margin-right: 10px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info a {
  color: currentColor;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info a:hover {
  color: var(--blog-accent);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-manage .detail-info > div.info-data a {
  margin-left: 5px;
}

.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content {
  color: #949494;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-radius-01 {
  border-radius: 0 50px 0 50px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-shadow-01 {
  box-shadow: 0 0px 30px -5px rgba(46, 96, 98, 0.25);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-panel-01 {
  position: relative;
  /* 720 ~ 1920 */
  padding: clamp(20px, 5vw + -16px, 80px);
  border-radius: 0 50px 0 50px;
  text-align: center;
  z-index: 1;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-panel-01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blog-accent);
  opacity: 0.45;
  border-radius: 0 50px 0 50px;
  z-index: -1;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-panel-01 a {
  color: currentColor;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-panel-01 a:hover {
  color: var(--accent-color);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-button-01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1rem;
  font-family: var(--font-family-Quicksand);
  font-weight: 700;
  line-height: 1.2;
  height: 54px;
  padding: 0 35px;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 60px;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  -webkit-appearance: none;
  appearance: none;

  text-decoration: none !important;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-button-01 {
  color: #fff !important;
  background: var(--accent-color);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-button-01:hover {
  filter: brightness(1.12);
}

.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h1 {
  color: #243141;
  font-weight: 500;
  font-size: clamp(42px, 2.166666666666667vw + 26.4px, 68px);
  line-height: 1.2;
  letter-spacing: 0;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h2 {
  color: #243141;
  font-weight: 500;
  font-size: clamp(28px, 1vw + 20.8px, 40px);
  line-height: calc(50 / 40);
  letter-spacing: 0;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h3 {
  color: #243141;
  font-weight: 500;
  font-size: clamp(24px, 0.33333333333333337vw + 21.6px, 28px);
  line-height: calc(38 / 28);
  letter-spacing: 0;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h4 {
  color: #243141;
  font-weight: 500;
  font-size: clamp(24px, 0.33333333333333337vw + 21.6px, 28px);
  line-height: calc(38 / 28);
  letter-spacing: 0;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h5 {
  color: #243141;
  font-weight: 500;
  font-size: clamp(24px, 0.33333333333333337vw + 21.6px, 28px);
  line-height: calc(38 / 28);
  letter-spacing: 0;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h6 {
  color: #243141;
  font-weight: 500;
  font-size: clamp(24px, 0.33333333333333337vw + 21.6px, 28px);
  line-height: calc(38 / 28);
  letter-spacing: 0;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h1,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h2,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h3,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h4,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h5,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h6,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content img {
  margin-bottom: 20px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h1:not(:first-child),
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h2:not(:first-child),
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h3:not(:first-child),
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h4:not(:first-child),
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h5:not(:first-child),
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content h6:not(:first-child),
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content img:not(:first-child) {
  /* 720 ~ 1920 */
  margin-top: clamp(38px, 2.5vw + 20px, 68px);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content p {
  margin-bottom: 30px;
  font-size: 1.375rem;
  line-height: calc(32 / 22);
  font-family: inherit !important;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
  border-radius: 0 50px 0 50px;
  box-shadow: 0 0px 30px -5px rgba(46, 96, 98, 0.25);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul {
  margin: 0 0 0;
  font-size: 1.375rem;
  line-height: calc(32 / 22);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul li {
  position: relative;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul > li {
  list-style: none;
  margin-bottom: 35px;
  padding-left: 35px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul > li::before,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul > li::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  color: var(--accent-color2);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul > li::before {
  width: 21px;
  height: 2px;
  background-color: currentColor;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul > li::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg) translate3d(5px, -11px, 0);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul ul {
  margin: 18px 0 0;
  font-size: 1.25rem;
  line-height: calc(30 / 20);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul ul li {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 22px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  color: var(--accent-color);
  background-color: currentColor;
  border-radius: 50%;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul ul li::after {
  content: none;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ul ul ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  color: var(--accent-color);
  border: 1px solid currentColor;
  background-color: transparent;
  border-radius: 50%;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ol {
  margin: 0 0 0 25px;
  font-size: 1.375rem;
  line-height: calc(32 / 22);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ol > li {
  position: relative;
  padding-left: 10px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ol > li {
  margin-bottom: 35px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content ol li li {
  margin-bottom: 15px;
}

.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content iframe {
  max-width: 100%;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content a {
  color: var(--blog-accent);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content a:hover {
  text-decoration: underline;
}

.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 {
  position: relative;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .accordion-item {
  padding: 24px 0;
  border-bottom: 1px solid #d4d5d5;
}

.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .item-header {
  position: relative;
  cursor: pointer;
  padding: 0 50px 0 0;
  color: #243141;
  font-size: 1.375rem;
  line-height: calc(32 / 22);
  font-weight: bold;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .item-header::before,
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .item-header::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #83c3cf;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  opacity: 1;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .item-header::before {
  width: 23px;
  height: 3px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .item-header::after {
  right: 10px;
  width: 3px;
  height: 23px;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .item-header.open::after {
  opacity: 0;
  transform: translate3d(0, -50%, 0) rotate(90deg);
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .item-content {
  display: none;
  padding: 20px 0 0 0;
}
.AlpineWellnessClinic_BlogDetail_01 .article-detail .detail-content .blog-accordion-01 .item-content > p:last-child {
  margin-bottom: 0;
}

/*blog search*/
.xblog_search {
  position: relative;
}
.xblog_search .NormalTextBox {
  display: block;
  width: 100% !important;
  height: 42px;
  padding: 0 0px;
  color: #4c555b;
  font-size: 20px;
  line-height: 1;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #cdd0d2;
  background-color: #fff;
  margin-bottom: 39px;
}
.xblog_search .NormalTextBox:focus {
  box-shadow: none;
}
.xblog_search .NormalTextBox::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a4a8b2;
}
.xblog_search .NormalTextBox:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a4a8b2;
}
.xblog_search .NormalTextBox::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a4a8b2;
}
.xblog_search .NormalTextBox:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a4a8b2;
}
.xblog_search .CommandButton {
  font-weight: 600;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  height: 42px;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin: 0 0 0;
  background-color: var(--blog-accent);
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.3s cubic-bezier(0.42, 0, 1, 1);
  border: none;
}

.xblog_search .CommandButton:hover {
  background-color: var(--accent-color);
}
@media only screen and (max-width: 767px) {
  .xblog_search .CommandButton {
    font-size: 1rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .xblog_search .CommandButton {
    font-size: 1.2rem !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
  .xblog_search .CommandButton {
    font-size: 1.2rem;
    height: 59px;
    line-height: 59px;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .xblog_search .CommandButton {
    font-size: 1.2rem;
    height: 59px;
    line-height: 59px;
  }
}

/*formError*/
.formError {
  z-index: 990;
}
.formError .formErrorContent {
  z-index: 991;
}
.formError .formErrorArrow {
  z-index: 996;
}

.formErrorInsideDialog.formError {
  z-index: 5000;
}
.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}
.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  /*width: 150px;*/
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
body[dir="rtl"] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

@media (max-width: 767px) {
  .news_list .post_thum,
  .news_detail .post_thum {
    float: none !important;
  }
  .news_list .post_thum img,
  .news_detail .post_thum img {
    width: auto !important;
    max-width: 100% !important;
  }
}

.DnnModule-DNNGOxBlogSubscription input[type="text"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  margin: 0px;
  padding: 11px 50px 11px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #c8c8c8;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  width: 100% !important;
  outline: none;
}
.DnnModule-DNNGOxBlogSubscription .validationEngineContainer > div {
  margin-bottom: 16px;
}
.DnnModule-DNNGOxBlogSubscription .name_field,
.DnnModule-DNNGOxBlogSubscription .email_field {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}
.DnnModule-DNNGOxBlogSubscription input[type="submit"] {
  padding: 9px 25px;
  margin: 0 0 8px;
  background-color: #565656;
  color: #fff;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: background-color ease-in 200ms;
  -moz-transition: background-color ease-in 200ms; /* Firefox 4 */
  -webkit-transition: background-color ease-in 200ms; /* Safari and Chrome */
  -o-transition: background-color ease-in 200ms; /* Opera */
  -ms-transition: background-color ease-in 200ms; /* IE9? */
}
.DnnModule-DNNGOxBlogSubscription input[type="submit"]:hover {
  background-color: #333;
}
.DnnModule-DNNGOxBlogSubscription .confirm-div {
  position: relative;
  padding-left: 20px;
}
.DnnModule-DNNGOxBlogSubscription .confirm-div input {
  position: absolute;
  top: 4px;
  left: 0;
}

.detail-info .post_rating {
  display: inline-block;
  vertical-align: middle;
}
.detail-info .post_rating > .rating,
.detail-info .post_rating > .ratingText,
.detail-info .post_rating > .datasSent,
.detail-info .post_rating > .serverResponse {
  display: inline-block;
}
.detail-info .sep:last-child {
  display: none;
}
