@charset "UTF-8";
h2.w-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h2.w-btn .btn {
  font-size: 1rem;
}

img.radius {
  border-radius: 16px;
}

.com-btn-back {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url("../images/arrow_right_gold.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotateZ(180deg);
  background-color: #eee;
  border-radius: 50%;
  background-size: 24px 18px;
}

.btn {
  font-size: 1rem;
}
.btn.sty1 {
  padding: 12px 24px;
  background-color: #004D48;
  border-radius: 32px;
  color: #FFF;
  text-align: center;
  display: inline-block;
  position: relative;
  line-height: 120%;
  /*
  &:after{
  	display: block;
  	content:"";
  	width:24px;
  	height:24px;
  	background-color: #FFF;
  	border-radius: 50%;
  	position: absolute;
  	right:8px;
  	top:50%;
  	transform: translateY(-50%);
  	background-image: url("../images/arrow_right_blue.svg");
  	background-position: center center;
  	background-size: 8px;
  	background-repeat: no-repeat;
  }
  */
}
.btn.sty1:hover {
  background-color: #ACD4C7;
}

.com-select select, .form-type--select select {
  padding: 14px;
  font-size: 1rem;
  width: 100%;
  border-radius: 16px;
  border: none;
  background-color: #f2f2f2 !important;
  font-weight: 600;
  background-image: url(../images/arrow-down.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 95% 47%;
  appearance: none;
  line-height: 120%;
  padding-right: 30px;
}

div.com-video-popup {
  position: relative;
  background-color: #FFF;
  border-radius: 12px;
  padding: 20px;
  margin: 20px auto;
  max-width: 1250px;
}
div.com-video-popup .mfp-close {
  color: rgba(0, 0, 0, 0) !important;
  background-image: url("../images/close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  right: 24px;
  top: 20px !important;
}
div.com-video-popup h2 {
  font-size: 1.4em;
  color: #ACD4C7;
  margin-bottom: 20px;
  padding-right: 48px;
}

.com-video {
  padding-top: 56.25%;
  position: relative;
}
.com-video > * {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.com-tab .com-tab-nav {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}
.com-tab .com-tab-nav a {
  font-size: 2em;
  color: #777;
  padding: 10px 0;
  font-weight: 700;
  border-bottom: solid 5px rgba(0, 0, 0, 0);
}
.com-tab .com-tab-nav a:not(:last-child) {
  margin-right: 32px;
}
.com-tab .com-tab-nav a.current {
  color: #004D48;
  border-bottom: solid 5px #004D48;
}
.com-tab .com-tab-body .tab-item {
  display: none;
}
.com-tab .com-tab-body .tab-item.current {
  display: block;
}

.com-toggle .com-toggle-item {
  margin-bottom: 24px;
  background-color: #FFF;
  border-radius: 16px;
}
.com-toggle .com-toggle-item .com-toggle-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  line-height: 120%;
}
.com-toggle .com-toggle-item .com-toggle-head:after {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
  display: block;
  content: "";
  background-image: url("../images/ico_add.svg");
}
.com-toggle .com-toggle-item .com-toggle-body {
  padding: 0 20px 20px 20px;
}
.com-toggle .com-toggle-item.open .com-toggle-head:after {
  background-image: url("../images/ico_sub.svg");
}
.com-toggle .com-toggle-item.open .com-toggle-body {
  display: block;
}
.com-toggle .com-toggle-item.disabled .com-toggle-head {
  cursor: default;
}
.com-toggle .com-toggle-item.disabled .com-toggle-head:after {
  display: none;
}

.com-pagin {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.com-pagin a {
  padding: 8px;
  border-radius: 8px;
  color: #000;
  margin: 0 2px;
}
.com-pagin a.current {
  background-color: #004D48;
  color: #FFF;
}
.com-pagin a.btn-prev, .com-pagin a.btn-next {
  font-size: 1.4em;
  padding-bottom: 12px;
}
.com-pagin a:hover {
  text-decoration: underline;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
.pager ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul li {
  margin: 0;
}
.pager .pager__item a {
  padding: 8px;
  border-radius: 16px;
  color: #000;
  margin: 0 2px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.pager .pager__item a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.pager .pager__item.pager__item--active a {
  background-color: #004D48 !important;
  color: #FFF !important;
  text-decoration: none !important;
}
.pager .pager__item.pager__item--ellipsis {
  display: none;
}
.pager .pager__item--last, .pager .pager__item--first {
  display: none;
}
.pager .pager__item--previous span, .pager .pager__item--next span {
  display: none;
}
.pager .pager__item--previous a:before, .pager .pager__item--previous a:after, .pager .pager__item--next a:before, .pager .pager__item--next a:after {
  display: block;
  padding: 8px;
  border-radius: 8px;
  color: #000;
  margin: 0 2px;
  font-size: 1.4em;
  padding-bottom: 12px;
}
.pager .pager__item--previous a:before {
  display: none !important;
}
.pager .pager__item--previous a:after {
  content: "‹";
}
.pager .pager__item--next a:after {
  display: none !important;
}
.pager .pager__item--next a:before {
  content: "›";
}

.swiper-wrapper {
  align-items: center !important;
}

.swiper-slide {
  background-color: #f2f2f2;
}

.swiper-pagination {
  bottom: -32px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px #FFF;
  opacity: 1;
  outline-offset: 4px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004D48;
}

.mfp-figure {
  margin-top: -4vh;
  position: relative;
}
.mfp-figure img.mfp-img {
  max-height: 92vh !important;
}
.mfp-figure .mfp-bottom-bar {
  margin-top: -28px;
}

.keysl
{
	font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
}

.keysr
{
	font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    margin-left: 10px;
}


@media (max-width: 1023px) {
  .btn.sty1 {
    padding: 8px 16px;
  }
}
@media (max-width: 767px) {
  .com-tab .com-tab-nav a {
    font-size: 1.25em;
  }
  .com-tab .com-tab-nav a:not(:last-child) {
    margin-right: 22px;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}