body {
	background-color: #f0f0f0;
	transition-property: color, background-color;
	transition-duration: 0.5s;
	font-family: var(--ff-roboto);
	--clr-gg: #006352;
}
.nav-link:hover,
.nav-link {
	color: #006352;
}
.nav-link {
	font-family: var(--ff-roboto);
	letter-spacing: 1.25px;
	padding: 1rem 1.5rem !important;
	text-transform: uppercase;
}
.nav-tabs .nav-link {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
body.is-gray-background {
	color: #fff;
	background-color: #999;
	/* background-color: #006352; */
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
}
.hover-opacity {
	transition: opacity 0.5s;
}
.hover-opacity:hover {
	transition-duration: 0s;
	opacity: 0.5;
}
.opacity-0 {
	opacity: 0 !important;
}
section > * {
	z-index: 2;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

/* breadcrumb */
.breadcrumb[data-v-00872371] {
    position: absolute;
    top: 70px;
    right: 0;
    left: 52px;
    display: flex;
    align-items: center;
    /* max-width: 1120px; */
    margin: 0 auto;
    z-index: 3;
}
.breadcrumb__logo-container[data-v-00872371] {
	position: relative;
	line-height: 0;
	margin-right: 48px;
}
.breadcrumb__logo-container.sub[data-v-00872371]:after {
	position: absolute;
	right: -28px;
	top: 5px;
	line-height: 1em;
	font-weight: 700;
	content: "/";
}
.breadcrumb__logo[data-v-00872371] {
	width: 100px;
	height: auto;
	transform: translateY(-2px);
}
.breadcrumb__content[data-v-00872371] {
	display: -webkit-box;
	margin-bottom: 0;
	line-height: 20px;
	max-height: 20px;
	font-size: 18px;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* common menu */
.common-header[data-v-5107b152] {
	position: fixed;
	bottom: 40px;
	left: 52px;
	transform-origin: left bottom;
	z-index: 3;
	transition: opacity 0.3s;
}
.common-menu[data-v-cedba8ec] {
	color: #000;
}
.common-menu__background[data-v-cedba8ec],
.common-menu__content[data-v-cedba8ec] {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 4;
	width: 60em;
}
.common-menu__image[data-v-cedba8ec] {
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 4;
	width: 40em;
}
.common-menu__image[data-v-cedba8ec] {
    width: 40%;
    background-color: #f0f0f0;
    transition-property: opacity, transform;
    transition-duration: 0.3s;
    transform-origin: right top;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
    height: 100em;
}
.common-menu__image[data-v-cedba8ec] img {
    width: 100em;
    height: 100em;
    object-fit: cover;
}
.common-menu__background[data-v-cedba8ec] {
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s;
}
.common-menu__content[data-v-cedba8ec] {
	padding: 80px 160px;
	/* width: 880px; */
	width: 62%;
	background-color: #f0f0f0;
	transition-property: opacity, transform;
	transition-duration: 0.3s;
	transform-origin: left top;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	height: 100em;
}

.common-menu__logo[data-v-cedba8ec] {
	width: 100px;
	transition: transform 0.3s;
}
.common-menu__content[data-v-cedba8ec] .menu-content {
	margin-top: 64px;
}
.common-menu.is-open .common-menu-button__line[data-v-cedba8ec] {
	background-color: #000 !important;
}
.menu-content-main-link__box[data-v-68696bda]:first-child {
	width: calc(30% + 10px);
}
.menu-content-main-link__content[data-v-68696bda] {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
}
footer .menu-content-main-link__content[data-v-68696bda] {
	font-size: 14px;
}
.menu-content-link {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.common-menu .menu-content-sub-link__content[data-v-68696bda] {
    width: 100%;
    padding: 0 50px;
}
.menu-content-sub-link__content[data-v-68696bda] {
	width: calc(50% - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	font-size: 18px;
	border-radius: 60px;
	border: 1px solid #000;
	transition-property: background-color;
	transition-duration: 0.5s;
}
.menu-content-sub-link__content[data-v-68696bda]:first-child {
	margin-bottom: 15px;
}
.menu-content-sub-link__icon[data-v-68696bda] {
	width: 20px;
	line-height: 0;
	margin-right: 10px;
}

.menu-content__misc-container[data-v-68696bda] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
    flex-direction: row;
    max-width: 280px;
    margin: 20px auto 0;
}
.menu-content-misc-link[data-v-68696bda] {
	display: flex;
}
/* .common-header--white
	.common-header-link-content:hover
	.common-header-link-content__icon-container[data-v-5107b152] {
    background-color: #fff;
    color: black;
    border-color: white;
} */
/* .common-header-link-content:hover
.common-header-link-content__icon-container[data-v-5107b152] {
	background-color: #006352;
	border-color: #006352;
	color: white;
	transition-duration: 0s;
} */

/* menu is open */
.common-menu.is-open .common-menu__background[data-v-cedba8ec],
.common-menu.is-open .common-menu__content[data-v-cedba8ec],
.common-menu.is-open .common-menu__image[data-v-cedba8ec] {
	opacity: 1;
	pointer-events: auto;
}

/* common menu button */
.common-menu-button[data-v-cedba8ec] {
	position: fixed;
	width: 40px;
	padding: 8px;
	cursor: pointer;
	box-sizing: content-box;
	transform-origin: left top;
	z-index: 4;
}
.common-menu-button__line[data-v-cedba8ec]:not(:first-child) {
	margin-top: 8px;
}
.common-menu-button__line[data-v-cedba8ec] {
	width: 20px;
	height: 2px;
	margin: 0 auto;
	border-radius: 2px;
	background-color: #000;
	transform-origin: left center;
	transition-property: background-color, transform;
	transition-duration: 0.5s;
}
.common-menu.is-open .common-menu-button__line[data-v-cedba8ec]:first-child {
	transform: translateY(0) rotate(30deg);
}
.common-menu.is-open .common-menu-button__line[data-v-cedba8ec]:nth-child(2) {
	transform: translateY(0) rotate(-30deg);
}

/* header bottom */
.common-header-link-content[data-v-5107b152] {
	display: block;
	width: 100px;
	padding: 10px 0 0 0;
}
.common-header-link-content__icon-container[data-v-5107b152] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 154px;
    height: 60px;
    margin: 0 auto;
    border-radius: 4rem;
    border: 1px solid #000;
    transition-property: border-color, background-color;
    transition-duration: 0.5s;
}
.common-header-link-content__title[data-v-5107b152] {
    /* margin-top: 4px; */
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}
.common-header--white
	.common-header-link-content__icon-container[data-v-5107b152] {
	border-color: #fff;
}
.common-header--white
	.common-header-link-content__icon-container[data-v-5107b152]
	* {
	fill: #fff;
}
.common-menu-button--white .common-menu-button__line[data-v-cedba8ec] {
	background-color: #fff;
}
.common-header-link-content__icon-container[data-v-5107b152] svg * {
	transition: fill 0.5s;
}

/* firstview */
.firstview[data-v-fceaf5ec] {
	position: relative;
	/* height: calc(var(--vh, 1vh) * 100); */
	height: 100vh;
	min-height: 480px;
	/* max-height: 720px; */
	max-height: 1028px;
	color: #000;
	background-image: url(../images/index/firstview_picture.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}
.firstview__logo[data-v-fceaf5ec] {
	display: block;
	width: 150px;
	height: auto;
	/* margin: 80px 0; */
	margin: 0 40px;
}
@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}
@keyframes scroll-x {
	0% {
		transform: translateX(800px);
	}
	100% {
		transform: translateX(154px);
	}
}
.logo-box {
    display: flex;
    position: absolute;
    bottom: 40px;
    left: 245px;
    border: 1px solid black;
    width: 150px;
    height: auto;
    align-items: center;
    /* justify-content: flex-start; */
}
.firstview__logo-container[data-v-fceaf5ec] {
    position: absolute;
	left: 10%;
    opacity: 1;
    animation-name: scroll-x;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    bottom: 40px;
	margin-bottom: 0;
}
.firstview__logo-container[data-v-fceaf5ec] * {
	display: flex;
}
.firstview__box[data-v-fceaf5ec] {
	position: absolute;
	top: calc(50% - 110px);
	right: 0;
	bottom: 0;
	left: 154px;
	max-width: 1120px;
	margin: 0 auto;
}
.firstview__title[data-v-fceaf5ec] {
	line-height: 1.2em;
	font-size: 46px;
}
.firstview__description[data-v-fceaf5ec] {
	margin-top: 40px;
	margin-left: 0;
	margin-right: 10px;
	line-height: 2em;
	font-size: 18px;
}

/* .title-animation--show[data-v-23f5b59e] {
	opacity: 1;
	transition-duration: 0s;
}
.title-animation[data-v-23f5b59e] {
	position: relative;
	opacity: 0;
	transition: opacity 0.3s;
}
.title-animation__content--intro[data-v-23f5b59e] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}
.title-animation--finished
	.title-animation__content--intro[data-v-23f5b59e]
	span,
.title-animation--finished .title-animation__content[data-v-23f5b59e] span {
	clip-path: none;
}
.title-animation__content--intro[data-v-23f5b59e] span {
	transition-delay: 0s;
}
.title-animation__content[data-v-23f5b59e] span {
	transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.title-animation__content--intro[data-v-23f5b59e] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
} */

/* introduction */
.introduction[data-v-fceaf5ec] {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 220px 160px 200px 160px;
    box-sizing: content-box;
}
.introduction__main[data-v-fceaf5ec] {
	margin-top: 0px;
	margin-bottom: 0px;
}
.introduction .col-md-6 {
	padding-right: 130px;
}
.introduction__subtitle[data-v-fceaf5ec] {
	font-size: 36px;
}
.introduction__title[data-v-fceaf5ec] {
	line-height: 1.2em;
	margin-top: 32px;
	font-size: 60px;
	letter-spacing: 0.02em;
}
.introduction__description[data-v-fceaf5ec] {
	line-height: 2em;
	margin-top: 28px;
	font-size: 18px;
}
.introduction__picture[data-v-fceaf5ec] {
	display: block;
	position: absolute;
	top: 446px;
	left: calc(50% + 90px);
}
.introduction__sub[data-v-fceaf5ec] {
	margin-top: 180px;
}
.introduction__content-container[data-v-fceaf5ec] {
	display: flex;
	justify-content: space-between;
	margin-top: 72px;
}
.introduction-content[data-v-fceaf5ec] {
	position: relative;
	width: calc(33.33333% - 53.33333px);
}
.introduction-content__title[data-v-fceaf5ec] {
	position: relative;
	margin-bottom: 40px;
	font-size: 24px;
}
.introduction-content__title[data-v-fceaf5ec]:after {
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #fff;
	content: "";
}
.introduction-content__description[data-v-fceaf5ec] {
	margin-top: 20px;
	font-size: 14px;
	line-height: 2em;
}

figure.introduction__background {
	position: absolute;
	top: 0;
	right: 100px;
	opacity: 1;
	animation-name: scroll;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.introduction-content__picture-dummy[data-v-fceaf5ec] {
	padding-top: 60%;
	margin-top: 24px;
}
.introduction-content__picture[data-v-fceaf5ec] {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 60%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}
.animation[data-v-7b3d8180] {
	position: relative;
	pointer-events: none;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}
.animation--visible[data-v-7b3d8180] {
	opacity: 1;
}
/* .introduction-content__picture[data-v-fceaf5ec] .animation {
	transform: scale(1.2);
} */
.animation[data-v-7b3d8180] svg {
	position: absolute;
	top: 0;
	left: 0;
}
.introduction-content__picture[data-v-fceaf5ec] .animation * {
	stroke: #fff;
	transition: stroke 0.5s;
}
.introduction-content__picture[data-v-fceaf5ec] * {
	display: flex;
	justify-content: center;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.introduction-img {
	width: 130px;
	height: auto;
	/* object-fit: cover; */
}

/* feature */
.feature-contents[data-v-ab61ae16] {
	position: relative;
}
.feature-content.is-separator[data-v-ab61ae16] {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
}
.feature-content[data-v-ab61ae16] {
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	transition: opacity 0.3s;
	overflow: hidden;
}
.feature-content[data-v-ab61ae16] .section-container {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0;
	height: calc(var(--vh, 1vh) * 90);
	will-change: transform;
	overflow: hidden;
	box-sizing: border-box;
}

.separator__subtitle[data-v-ab61ae16] {
	margin-top: -48px;
	margin-bottom: 64px;
	font-size: 36px;
	transform: translateX(0.2em);
}
.separator__title[data-v-ab61ae16] {
	position: relative;
	line-height: 1.3em;
	font-size: 70px;
}
.section-filter[data-v-ab61ae16] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	pointer-events: none;
	will-change: opacity;
}
.feature-content[data-v-ab61ae16]:not(.is-separator) .section-container {
	max-width: none;
}
.feature-content__picture-container[data-v-ab61ae16] {
	flex-shrink: 0;
	width: 58%;
	transition: opacity 0.3s ease 0.5s;
}
.feature-content__picture-container[data-v-ab61ae16] {
	padding-left: 140px;
}
.feature-img {
	width: 460px;
	height: auto;
}
.feature-content__information[data-v-ab61ae16] {
	position: relative;
	flex-grow: 1;
}
.feature-content__subtitle-container[data-v-ab61ae16] {
    display: flex;
    align-items: center;
    width: 1250px;
    margin: 150px auto 0 auto;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
}
.feature-content__title[data-v-ab61ae16] {
	line-height: 1.7em;
	margin-top: 0;
	padding-right: 10%;
	font-size: 22px;
}
.feature-content[data-v-ab61ae16]:not(:first-child) {
	margin-top: 125px;
	background-color: #f0f0f0;
}
.feature-contents.is-gray-background
	.feature-content[data-v-ab61ae16]:not(:first-child) {
	background-color: #999;
}
.spacer[data-v-ab61ae16] {
	height: 300px;
}
.fixed-button--show[data-v-ab61ae16] {
	opacity: 1 !important;
	pointer-events: auto;
}
.fixed-button[data-v-ab61ae16] {
	display: flex;
	justify-content: center;
	position: fixed;
	right: 0;
	bottom: 40px;
	left: 0;
	opacity: 0;
	pointer-events: auto;
	transition: opacity 0.3s;
	z-index: 3;
}
.fixed-button[data-v-ab61ae16] .common-button {
	padding: 0 32px;
}
.common-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 18px;
    border-radius: 60px;
    cursor: pointer;
    color: #000;
    border: 1px solid #000;
    transition-property: color, background-color, border-color;
    /* max-width: 460px; */
    transition-duration: 0.5s;
}
.common-button__arrow[data-v-7ba022fe] {
	width: 8px;
	height: auto;
	margin-right: -8px;
	margin-left: 12px;
	transform: scaleX(-1);
	transition: transform 0.3s;
}
.common-button--white[data-v-7ba022fe] {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.common-button--white .common-button__arrow[data-v-7ba022fe] * {
	fill: #fff;
}
.common-button__arrow[data-v-7ba022fe] * {
	transition: fill 0.5s;
}
/* .common-button:hover {
	color: #fff;
	background-color: #006352;
	border-color: #006352;
	transition-duration: 0s;
} */
/* .common-button:hover .common-button__arrow[data-v-7ba022fe] * {
	transition-duration: 0s;
	fill: white;
} */
/* .common-button--white:hover {
	color: #006352;
	background-color: #fff;
} */
/* .common-button--white:hover .common-button__arrow[data-v-7ba022fe] * {
	transition-duration: 0s;
	fill: #006352;
} */
button.disabled {
	background-color: black !important;
	color: white;
	cursor: not-allowed !important;
	opacity: 0.65;
}
/* dot */
.dot[data-v-91112712] {
	position: fixed;
	top: 50%;
	right: 76px;
	transform: translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s;
}
.dot--show[data-v-91112712] {
	opacity: 1;
}
.dot__content[data-v-91112712] {
	width: 4px;
	height: 4px;
	background-color: #006352;
	border-radius: 50%;
	transition: transform 0.3s;
}
.dot__content--on[data-v-91112712] {
	transform: scale(2);
}
.dot__content[data-v-91112712]:not(:first-child) {
	margin-top: 20px;
}
.dot--white .dot__content[data-v-91112712] {
	background-color: #fff;
}

/* step */
.step[data-v-fceaf5ec] {
	position: relative;
}

/* case-study */
.case-study[data-v-fceaf5ec] {
	position: relative;
	padding-bottom: 320px;
	overflow: hidden;
}
.case-study .cover[data-v-fceaf5ec] {
	height: auto;
	padding-top: 320px;
}
.cover[data-v-fceaf5ec] {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 960px;
	height: calc(var(--vh-with-scale, 1vh) * 100);
	padding-right: 160px;
	padding-left: 160px;
	margin: 0 auto;
	box-sizing: content-box;
}
.cover__subtitle[data-v-fceaf5ec] {
	font-size: 36px;
	transform: translateX(0.2em);
}
.cover__title[data-v-fceaf5ec] {
	line-height: 1.3em;
	margin-top: 64px;
	font-size: 70px;
	color: #006352;
}
.cover__description[data-v-fceaf5ec] {
	font-size: 20px;
	transform: translateX(0.2em);
	line-height: 2em;
}
.case-study__content-container-container[data-v-fceaf5ec] {
	position: relative;
	max-width: 960px;
	padding-right: 110px;
	padding-left: 110px;
	margin: 150px auto 0;
	box-sizing: content-box;
	transform: translateX(10px);
}
.case-study[data-v-fceaf5ec] .common-button {
	width: 280px;
	margin: 160px auto 0;
}
.case-study__arrow--next[data-v-fceaf5ec] {
	left: calc(50% + 442px);
}
.case-study__arrow[data-v-fceaf5ec] {
	position: absolute;
	top: 272px;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	border-radius: 50%;
	cursor: pointer;
	transition-property: opacity, background-color;
	transition-duration: 0.3s;
}
.case-study__arrow--prev[data-v-fceaf5ec] {
	left: calc(50% - 522px);
	transform: scaleX(-1);
}
.case-study__arrow--hide[data-v-fceaf5ec] {
	opacity: 0;
	pointer-events: none;
}
.case-study__arrow[data-v-fceaf5ec] svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: auto;
	transform: translate(-50%, -50%) translateX(1px);
	transition: transform 0.3s;
}
.case-study__arrow[data-v-fceaf5ec] svg * {
	transition: fill 0.5s;
}
.case-study__content-container[data-v-fceaf5ec] {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 9999px;
	transition: transform 0.3s;
}
.case-study-content__information[data-v-fceaf5ec] {
	padding: 60px 40px 40px 40px;
	background: white;
}
.case-study-content__logo[data-v-fceaf5ec] {
	height: 80px;
	background-size: contain;
	background-position: 0;
	background-repeat: no-repeat;
}
.case-study-content__company-name[data-v-fceaf5ec] {
	margin-top: 16px;
	font-size: 14px;
	opacity: 0.5;
}
.case-study-content__description[data-v-fceaf5ec] {
	line-height: 2em;
	margin-top: 40px;
	font-size: 18px;
}
.case-study-content__picture[data-v-fceaf5ec] {
	padding-top: 66.7%;
	background-size: cover;
	background-position: 50%;
	filter: grayscale(100%);
}

.case-study .splide__slide {
	opacity: 0.5;
}
.case-study .splide__slide.is-active {
	opacity: 1;
}

/* splide pagination */
/* .splide__pagination {
	display: none;
} */
.splide__pagination {
	bottom: -1em !important;
}
.splide__pagination li {
	margin-left: 20px;
	width: 4px;
	height: 4px;
}
.splide__pagination__page {
	background: black !important;
	height: 4px !important;
	width: 4px !important;
}
.splide__pagination__page.is-active {
	background: black !important;
	transform: scale(2) !important;
}
.splide__arrow {
	position: absolute;
	top: 272px;
	width: 60px;
	height: 60px;
	border: 1px solid #000;
	border-radius: 50%;
	cursor: pointer;
	transition-property: opacity, background-color;
	transition-duration: 0.3s;
	background: transparent;
}
/* .splide__arrow:hover {
	background: black !important;
} */
/* .splide__arrow:hover svg {
	fill: white !important;
} */
.splide__arrow[disabled] {
	display: none;
}

/* function */
.function[data-v-fceaf5ec] {
	position: relative;
	padding-bottom: 320px;
}
.function .cover[data-v-fceaf5ec] {
	height: auto;
	padding-top: 310px;
}
.function__content-container[data-v-fceaf5ec] {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 960px;
	padding-right: 160px;
	padding-left: 160px;
	margin: 120px auto 0;
	box-sizing: content-box;
}
.function-content[data-v-fceaf5ec]:nth-child(odd) {
	margin-right: 80px;
}
.function-content[data-v-fceaf5ec] {
	display: block;
	position: relative;
	width: calc(50% - 40px);
	padding: 40px 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.function-content__title[data-v-fceaf5ec] {
	font-size: 24px;
}
.function-content[data-v-fceaf5ec]:after {
	position: absolute;
	top: calc(50% - 9px);
	right: 0;
	width: 18px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	background-image: url(../images/index/icon_arrow.white.svg);
	transition: transform 0.3s;
	content: "";
}
.function[data-v-fceaf5ec] .common-button {
	width: 240px;
	margin: 150px auto 0;
}

/* philosophy */
.philosophy[data-v-02a16b44] {
	position: relative;
	padding: 320px 0;
	color: #000;
	opacity: 0;
	transition: opacity 0.3s;
	overflow: hidden;
}
.philosophy--show[data-v-02a16b44] {
	opacity: 1;
}
.philosophy__movie[data-v-02a16b44] {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.5s;
}
.philosophy__movie--show[data-v-02a16b44] {
	opacity: 1;
}
.philosophy__movie--height[data-v-02a16b44] {
	width: auto;
	height: 100%;
}
.philosophy__cover[data-v-02a16b44] {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 960px;
	padding-right: 160px;
	padding-left: 160px;
	margin: 0 auto;
	box-sizing: content-box;
}
.philosophy__subtitle[data-v-02a16b44] {
	font-size: 18px;
	transform: translateX(0.2em);
}
.philosophy__title[data-v-02a16b44] {
	line-height: 1.3em;
	margin-top: 64px;
	font-size: 70px;
	color: #006352;
}
.philosophy__description[data-v-02a16b44] {
	line-height: 2em;
	margin-top: 72px;
	font-size: 18px;
}
.philosophy[data-v-02a16b44] .common-button {
	position: relative;
	width: 360px;
	margin: 72px auto 0;
}

/* footer */
.common-footer[data-v-6bd93a79] {
	position: relative;
	padding: 30px 0 10px 0;
	background-color: #006352;
	color: white;
}
.common-footer__box[data-v-6bd93a79] {
	position: relative;
	display: flex;
	max-width: 960px;
	padding: 0 160px;
	margin: 0 auto;
	box-sizing: content-box;
}
.common-footer__logo-container[data-v-6bd93a79] {
	position: relative;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.common-footer[data-v-6bd93a79] .menu-content {
	position: relative;
	flex-shrink: 0;
	width: 100%;
}
.menu-content__copyright[data-v-68696bda] {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
.menu-content-social-link[data-v-68696bda] {
	/* position: absolute;
	top: 46px; */
	display: flex;
}
/* footer .menu-content-social-link[data-v-68696bda] {
	position: absolute;
	top: 17px;
	z-index: 3;
} */
.menu-content-misc-link[data-v-68696bda] {
	display: flex;
}
.menu-content-misc-link__content[data-v-68696bda] {
	font-size: 14px;
}
.menu-content-misc-link__content[data-v-68696bda]:not(:first-child) {
	margin-left: 20px;
}
.menu-content-sub-link[data-v-68696bda] {
    display: flex;
    padding: 50px 0;
    flex-direction: column;
}
footer .menu-content-sub-link[data-v-68696bda] {
    display: flex;
    padding: 50px 160px;
    flex-direction: row;
    justify-content: space-between;
}
.menu-content-sub-link__icon[data-v-68696bda] {
	width: 20px;
	line-height: 0;
	margin-right: 10px;
}
.menu-content-main-link[data-v-68696bda] {
    display: flex;
    max-width: 767px;
    justify-content: center;
    margin: 0 auto;
}
.menu-content-main-link__box[data-v-68696bda] {
	width: calc(30% - 10px);
}
.menu-content-social-link__content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 50%;
	transition-property: background-color;
	transition-duration: 0.5s;
}
.menu-content-social-link__content:not(:first-child) {
	margin-left: 10px;
}
.menu-content-social-link__content i {
	width: 16px;
	transform: translate(-1px, -1px);
}
/* .menu-content-sub-link__content:hover {
	color: #fff;
	background-color: #006352;
	border-color: #006352;
	transition-duration: 0s;
} */
/* .menu-content-social-link__content:hover {
	color: #fff;
	background-color: #006352;
	border-color: #006352;
	transition-duration: 0s;
} */
.menu-content--white .menu-content-sub-link__content {
	border-color: #fff;
}
.menu-content--white .menu-content-social-link__content {
	border-color: #fff;
}

/* container features */
.container[data-v-6db55619] .feature-contents.container__content-container {
	margin-top: 80px;
}
.container__experience-container-container[data-v-6db55619] {
	position: relative;
}
.container__experience-tab-container[data-v-6db55619] {
	position: absolute;
	top: calc(var(--vh, 1vh) * 100);
	right: 0;
	bottom: 0;
	left: 0;
}
.experience-tab[data-v-6db55619] {
	position: sticky;
	top: 40px;
	right: 0;
	left: 0;
	display: flex;
	width: 320px;
	height: 40px;
	margin: 40px auto calc(var(--vh, 1vh) * 100 - 80px);
	font-size: 14px;
	border-radius: 50px;
	color: #fff;
	border: 1px solid #fff;
}
.experience-tab__background[data-v-6db55619] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50px;
	transition: transform 0.3s;
}
.experience-tab__content--on[data-v-6db55619] {
	color: #969696;
	pointer-events: none;
}
.experience-tab__content[data-v-6db55619] {
	position: relative;
	width: 50%;
	border-radius: 50px;
	cursor: pointer;
	transition: color 0.3s;
	margin-bottom: 0;
}
.experience-tab__content-span[data-v-6db55619] {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	letter-spacing: 1.25px;
	text-transform: lowercase;
}
.experience-tab__content[data-v-6db55619] svg {
	margin-right: 10px;
}
.feature-content__index-title[data-v-ab61ae16] {
	display: flex;
	align-items: center;
	font-size: 18px;
}
.feature-content__index-title[data-v-ab61ae16] .icon {
	position: relative;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	background-color: #fff;
	border-radius: 50%;
}
.feature-content__index-title[data-v-ab61ae16] .icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.feature-contents.is-gray-background
	.feature-content__index-title[data-v-ab61ae16]:after {
	background-color: #fff;
}
.feature-content__index-title[data-v-ab61ae16]:after {
	display: block;
	width: 20px;
	height: 1px;
	margin: 0 20px 0 12px;
	background-color: #000;
	transition: background-color 0.5s;
	content: "";
}
.experience-tab__content[data-v-6db55619] svg * {
	fill: #fff;
	transition: fill 0.5s;
}
.experience-tab__content--on[data-v-6db55619] svg * {
	fill: #969696;
}

/* container */
.section-container[data-v-7664d93b] {
	position: relative;
	max-width: 960px;
	padding: 120px 160px;
	margin: 0 auto;
	box-sizing: content-box;
}
.section-container[data-v-7664d93b].booking {
	padding: 120px 0px 0 0;
	margin-right: 50px;
}
.firstview[data-v-b62567c2] {
	padding: 170px 0 0;
}
.firstview--no-title[data-v-b62567c2] {
	padding-top: 50px;
}
.firstview-title[data-v-35a10b2a] {
	line-height: 1.4em;
	font-size: 70px;
}
.container[data-v-3ab9eb08] .firstview-title {
	white-space: nowrap;
}
.section-description[data-v-20850d16] {
	line-height: 2em;
	font-size: 18px;
}
.filter-category .section-description span,
.filter-program .section-description span,
.filter-class .section-description span,
.filter-type .section-description span {
	background-color: white;
	padding: 8px 16px;
	border-radius: 1rem;
}
.firstview[data-v-b62567c2] .section-description {
	margin-top: 64px;
}
.select-tags[data-v-27aca6b1] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.filter-category .select-tags[data-v-27aca6b1] {
    justify-content: flex-start;
}
.container[data-v-3ab9eb08] .select-tags {
	margin-top: 152px;
}
/* .select-tags__content {
    margin-top: 8px;
    margin-right: 8px;
    padding: 12px 18px !important;
    font-size: 14px;
    border-radius: 40px;
    border: 1px solid #000;
    transition-property: border-color, background-color;
    transition-duration: 0.5s;
    cursor: pointer;
    text-transform: lowercase;
    letter-spacing: 1.25px;
    margin-bottom: 0;
} */
.case-study .select-tags__content {
	border: none;
}
.journals .select-tags__content {
	border: none;
	text-transform: capitalize;
}
.select-tags__content--current {
	color: #fff;
	background-color: #000;
	pointer-events: none;
}
/* .select-tags__content:hover {
	color: #fff;
	background-color: #006352;
	border-color: #006352;
	transition-duration: 0s;
} */
.btn-check:active + .btn-default,
.btn-check:checked + .btn-default,
.btn-default.active,
.btn-default:active,
.show > .btn-default.dropdown-toggle {
	color: #fff;
	background-color: #006352;
	border-color: #006352;
}
.container__content-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 80px;
	margin-bottom: 80px;
	transition: opacity 0.3s;
}
.case-study-link[data-v-2b394587] {
	position: relative;
	display: none;
	width: calc(100% - 26.66667px);
	color: #000;
	background-color: #fff;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
.equipment {
	display: block;
	position: relative;
	margin-bottom: 3rem !important;
}
.equipment-name {
	background-color: #ccc;
	padding: 8px 16px;
	margin: 15px 0 !important;
	border-radius: 1rem;
	text-align: center;
}
/* .container__content-container[data-v-3ab9eb08]
	.case-study-link.d-block:not(:nth-child(3n + 1)) {
	margin-left: 40px;
}
.container__content-container[data-v-3ab9eb08]
	.case-study-link.d-block:nth-child(n + 4) {
	margin-top: 40px;
} */
.case-study-link__thumbnail[data-v-2b394587] {
	/* padding-top: 66.7%; */
	background-size: cover;
	background-position: 50%;
	filter: grayscale(100%);
	width: 35%;
}
.case-study-link__box[data-v-2b394587] {
    padding: 25px 30px;
    position: relative;
    width: 65%;
}
.case-study-link__logo[data-v-2b394587] {
    height: 100px;
    background-size: 100%;
    background-position: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.case-study-link__company-name[data-v-2b394587] {
	margin-top: 20px;
	font-size: 14px;
	opacity: 0.5;
}
.case-study-link__titlename[data-v-2b394587] {
    line-height: 1.5em;
    margin-top: 30px;
    font-size: 24px;
    color: black;
	margin-bottom: 0;
    /* font-weight: bolder; */
}
.case-study-link__title[data-v-2b394587] {
    line-height: 1.5em;
    margin-top: 0px;
    font-size: 28px;
    color: #006352;
    /* font-weight: bolder; */
}
.case-study-link__tag-container[data-v-2b394587] {
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.case-study-link__box-tag .case-study-link__tag-container[data-v-2b394587] {
	margin-top: 0;
}
.case-study-content__tag-container {
	display: flex;
}
.case-study-content__tag.type,
.case-study-link__tag.type {
	background-color: #efefef;
	border-color: transparent !important;
}
.case-study-content__tag.category,
.case-study-link__tag.category {
	background-color: #006352;
	border-color: #006352 !important;
	color: white;
}
.case-study-content__tag,
.case-study-link__tag[data-v-2b394587] {
	margin-top: 5px;
	margin-right: 5px;
	padding: 2px 12px;
	font-size: 14px;
	border-radius: 40px;
	border: 1px solid #000;
	margin-bottom: 0;
	text-transform: lowercase;
	letter-spacing: 1.25px;
}
.case-study-link__box-tag {
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 3;
}
.program-class {
	position: absolute;
	top: 3%;
	right: 0;
	padding: 4px 20px 4px 35px;
	border-right: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 1rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 1rem;
	font-size: 14px;
	background: #006352;
	color: white;
	letter-spacing: 1.25px;
}

/* case detail */
.back-link[data-v-39434392] {
	position: absolute;
	top: 180px;
	left: 160px;
	display: flex;
	align-items: center;
	padding: 18px 22px;
	font-size: 18px;
	border-radius: 60px;
	border: 1px solid var(--border-color, #000);
	transition-property: border-color, background-color;
	transition-duration: 0.5s;
}
.back-link[data-v-39434392] svg {
	width: 8px;
	height: auto;
	margin-right: 12px;
	transition: transform 0.3s;
}
.back-link[data-v-39434392] svg * {
	transition: fill 0.5s;
}
.back-link-journals[data-v-39434392] {
    top: 161px;
    z-index: 999;
    left: 5%;
}
.content-container[data-v-34230d22] {
	padding: 20px 0 80px;
}
.journal-detail .content-container[data-v-34230d22],
.video-detail .content-container[data-v-34230d22] {
	padding-top: 200px;
}
.content-box[data-v-4166d1ee] {
	max-width: 960px;
	margin: 0 auto;
	color: #000;
	background-color: #f0f0f0;
}
.content-container[data-v-34230d22] .content-box {
	color: #000;
	background-color: #fff;
}
.content__main[data-v-34230d22] {
	position: relative;
	padding: 60px 60px 25px;
}
.content__header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-content[data-v-709c7efe] {
	line-height: 2em;
	font-size: 16px;
}
.content[data-v-34230d22] .article-content {
    padding: 0 80px 20px 80px;
}
.company[data-v-34230d22] {
	padding: 0 75px 50px;
}
.company__visiting-hours {
	display: flex;
	line-height: 1.8em;
	font-size: 14px;
}
.content__logo[data-v-34230d22] {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
.content__company-name[data-v-34230d22] {
	margin-top: 16px;
	font-size: 14px;
	opacity: 0.5;
	text-align: center;
}
.content__title[data-v-34230d22] {
    line-height: 1.5em;
    /* margin-top: 3rem; */
    font-size: 36px;
    color: #006352;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
    min-width: 75%;
	text-align: center;
	/* padding-left: 20px; */
}
.content__tag-container[data-v-34230d22] {
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 32px;
}
.content__tag[data-v-34230d22] {
	margin-top: 10px;
	margin-right: 10px;
	padding: 4px 14px;
	font-size: 14px;
	border: 1px solid #000;
	border-radius: 40px;
	margin-bottom: 0;
	letter-spacing: 1.25px;
}
.content__tag.type {
	background-color: #efefef;
	border-color: transparent !important;
}
.content__thumbnail[data-v-34230d22] {
	width: 100%;
	padding-top: 62.5%;
	background-size: cover;
	background-position: 50%;
}
.article-content[data-v-709c7efe] * {
	line-height: 1.65em;
	margin-top: 80px;
}
.article-content[data-v-709c7efe] h1,
.article-content[data-v-709c7efe] h2 {
	line-height: 1.5em;
}
.article-content[data-v-709c7efe] h1 {
	font-size: 40px;
}
.content[data-v-34230d22] .article-content * {
	margin-top: 0;
}
.article-content[data-v-709c7efe] :first-child {
	margin-top: 0;
}
.content[data-v-34230d22] .article-content h1 {
	font-size: 32px;
}
.company__box[data-v-34230d22] {
	padding: 40px 0 0;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.company__logo[data-v-34230d22] {
	display: block;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0;
}
.company__name[data-v-34230d22] {
	margin-top: 12px;
	font-size: 14px;
	opacity: 0.5;
}
.company__description[data-v-34230d22] {
    line-height: 1.5em;
    margin-top: 32px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
/* .back-link[data-v-39434392]:hover {
	color: #fff;
	background-color: #006352;
	border-color: #006352;
	transition-duration: 0s;
} */
/* .back-link[data-v-39434392]:hover svg {
	transform: translateX(-2px);
	transition: transform 0.2s cubic-bezier(0.2, 4, 0.64, 1);
} */
/* .back-link[data-v-39434392]:hover svg * {
	fill: #fff;
	transition-duration: 0s;
} */
.other-contents[data-v-34230d22] {
	position: relative;
	padding: 80px 0;
}
.section-title[data-v-1518e6d1] {
	line-height: 1.5em;
	font-size: 40px;
}
.other-contents__content-container[data-v-34230d22] {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 160px;
}
.other-contents[data-v-34230d22] .common-button {
	margin-top: 80px;
}
/* .menu-content--white .menu-content-sub-link__content[data-v-68696bda]:hover {
	color: #006352;
	background-color: #fff;
} */
/* .menu-content-social-link__content[data-v-68696bda]:hover {
	color: #fff;
	background-color: #000;
	transition-duration: 0s;
} */
/* .menu-content--white .menu-content-social-link__content:hover {
	color: #006352;
	background-color: #fff;
} */
.experience-img {
	width: 450px;
	height: auto;
}
.experience .feature-content__picture-container[data-v-ab61ae16] {
	padding-left: 150px;
}

.case-study .experience-tab {
	margin: 16px 0;
	width: 330px;
	color: #000;
	height: 60px;
	font-size: 18px;
	/* padding: 16px 24px; */
	border: 1px solid #000;
}
.case-study .experience-tab__background {
	color: white;
	background-color: #000;
}
.case-study .experience-tab__content[data-v-6db55619] svg * {
	fill: #999;
	transition: fill 0.5s;
}
.case-study .experience-tab__content--on[data-v-6db55619],
.section-booking .experience-tab__content--on[data-v-6db55619] {
	color: #fff;
}
.case-study-link__tag-container:last-child {
	margin-top: 0;
}
.content__tag-container[data-v-34230d22] {
	margin-top: 0;
}
/* .section-container.detail {
	padding-right: 100px;
} */
.section-container.profile {
	padding-right: 250px;
	padding-left: 238px;
	padding-top: 150px;
}

/* booking */
.section-booking {
	position: relative;
	max-width: 380px;
	padding: 75px 0px;
	/* margin: 0 auto; */
	box-sizing: content-box;
}
.section-booking .content__main {
	padding: 60px 30px;
}
.section-booking .experience-tab {
	color: black;
	border: 1px solid black;
}
.section-booking .experience-tab__background[data-v-6db55619] {
	background-color: black;
} 
/* .box-price {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    background-color: #efefef;
    padding: 12px 20px;
    border-radius: 2rem;
    max-width: 460px;
    margin: 0 auto;
} */
.section-booking .price {
	display: flex;
	/* width: 100%; */
	justify-content: space-between;
	font-size: 18px;
	padding-top: 15px;
	cursor: pointer;
}
.section-booking .experience-tab[data-v-6db55619] {
	margin: 40px 0;
}
.select-package {
	padding: 20px 0 30px 0;
	text-align: center;
}
.section-booking .select-tags__content {
	padding: 12px 18px;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 0;
}
.select-time {
	max-height: 90vh;
	overflow-y: auto;
}
.table-time {
	width: 100%;
}
.table-time thead tr th {
	position: sticky;
	background: white;
	top: 0;
}
table.class-training td {
	text-transform: capitalize;
}
.label-booking {
	display: flex;
}
.form-control {
	border-radius: 1.5rem;
	border: 1px solid black;
	padding: 0.75rem 1rem;
	letter-spacing: 0.1rem;
}
.form-control.br-0 {
	border-radius: 0 !important;
}
.form-control:focus {
	border-color: #ababab;
	outline: 0;
	box-shadow: 0 0 0 0.25rem #ababab;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #006352 !important;
}
.table-time tbody tr td {
	letter-spacing: 0.25rem;
}
.table-time tbody tr {
	cursor: pointer;
}
.table-time tbody tr.disabled {
	opacity: 0.5;
	cursor: none;
}
.table-hover > tbody > tr.active > * {
	--bs-table-accent-bg: #aaa;
	color: white;
}
.table-hover > tbody > tr.disabled:hover > * {
	--bs-table-accent-bg: transparent;
	color: unset;
}
.login-box {
	max-width: 580px;
	margin: 0 auto;
	color: #000;
	background-color: #f0f0f0;
}
.form-login,
.form-register {
	border-radius: 0;
	background: #ddd;
	border: none;
	letter-spacing: 2px;
}
.form-login.is-invalid,
.form-register.is-invalid {
	background-image: none !important;
}
.pointer {
	cursor: pointer;
}
/* .label-register {
	font-weight: 750;
} */
.label-error {
	color: red;
}
.share-label {
	letter-spacing: 1.25px;
	font-size: 14px;
	padding: 8px 18px;
	border: 1px solid black;
	border-radius: 40px;
}
.confirmation-box {
	max-width: 640px;
	margin: 0 auto;
	color: #000;
	background-color: #f0f0f0;
}
.w-100 {
	width: 100%;
}
.breadcrumb-logo {
	width: 120px;
	height: auto;
}
.firstview[data-v-b62567c2] .section-description {
	margin-top: 64px;
}
.features .feature-content[data-v-ab61ae16] .section-container {
	/* display: block; */
}
.only-sp {
	display: none;
}
.partner-view {
	margin: 10rem 0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #006352;
    border-radius: 2.5rem;
    border: 1px solid #006352;
}
.nav-pills .nav-link {
    background: white;
    border: 0;
    border-radius: 2.5rem;
    border: 1px solid #006352;
    color: #006352;
    margin: 0 .5rem;
}
.content-box.content.overlay-box {
    opacity: .5;
    cursor: not-allowed;
    background: white;
}
.overlay.light {
    position: absolute;
    top: 50%;
    left: 50%;
	background-color: white;
}
.class-logo {
    width: auto;
    object-fit: contain;
    height: 30px;
}
.class-title {
	line-height: 1.35;
}
.class-title p {
	margin-bottom: 0;
}
.carousel-inner.class-equipment {
	padding: 1rem 3rem;
}
.carousel-inner.class-equipment .carousel-caption {
    bottom: 0;
    color: black;
    top: 0;
    left: 0;
    text-align: left;
}
.through {
	text-decoration: line-through;
}
.box-login {
    border: 1px dashed lightgrey;
    padding: 20px;
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
}
.common-button span {
	font-size: 14px;
	padding: 20px;
}
.applyBtn.btn-primary {
	background-color: #006352;
	border-radius: 25px;
	border: none;
}
.daterangepicker td.start-date.end-date {
    border-radius: 50% !important;
}
#table-list-hours .btn.select-tags__content.disabled {
	background-color: red;
	color: white;
}
.btn.select-tags__content.disabled {
    pointer-events: none;
    opacity: 1;
    background-color: #efefef;
    border: 0;
}
.label-hours {
    display: flex;
    justify-content: space-around;
}
.modal-content {
	border-radius: 2rem;
}
.modal-body {
	padding: 2rem !important;
	font-size: 18px;
}
.modal-body.p-0 {
	padding:0 !important;
}
.modal-footer {
    padding: 0;
    text-align: center;
    background-color: #efefef;
    border-bottom-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
}
.modal-footer > * {
	padding: .5rem;
}
.daterangepicker {
	border-radius: 2rem !important;
}
.card {
    border-color: #efefef;
    border-radius: 0;
    min-height: 329px;
	width: 100%;
}
.card .card-body {
	position: relative;
}
.card .card-text {
	color: lightslategray;
	padding-left: 2rem;
	font-size: 12px;
}
.card .line-blog {
    position: absolute;
    /* border-top: 1px solid black; */
    top: 35px;
    color: lightslategrey;
}
.layout-text-vertical-news {
    position: absolute;
    /* bottom: 0; */
    transform: rotate(-270deg);
    transform-origin: left top 0;
    /* left: -20px; */
    width: 100%;
    text-align: left;
}
.box-journal {
	display: block;
	position: relative;
}
.journal-title {
	font-weight: 650;
	letter-spacing: .65px !important;
}
.journals .content-container[data-v-34230d22] {
    padding: 100px 0 80px;
}
.journals h1 {
	font-size: 60px;
}
h5.journal-title {
	font-size: 1rem !important;
	margin-top: 0 !important;
	margin-bottom: 0.5rem !important;
}
.filter-category {
	margin-bottom: 6rem;
}
.journal-filter {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.journal-filter p {
    margin-top: 5px;
    margin-right: 5px;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 40px;
    border: 1px solid darkgray;
    margin-bottom: 0;
    text-transform: lowercase;
    letter-spacing: 1px;
    background-color: white;
}
.breadcrumb__content.sub {
    position: relative;
    /* line-height: 0; */
    width: 113px;
    margin-right: 13px;
}
.breadcrumb__content.sub:after {
    position: absolute;
    right: 9px;
    top: -1px;
    line-height: 1em;
    font-weight: 700;
    content: "/";
}
.journal-detail .journal-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    width: 100%;
    height: 500px;
}
.journal-detail .journal-title {
	font-size: 40px;
	letter-spacing: 0.6px;
	font-weight: 650;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
.journal-detail .journal-image-caption {
	font-style: italic;
}
.journal-detail .journal-date {
    margin-top: 5px;
	margin-right: 10px;
    /* margin-bottom: 0;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 40px;
    text-transform: lowercase;
    letter-spacing: 1.25px;
    background-color: lightgrey;
	color: black; */
}
.journal-detail .journal-category {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 40px;
    text-transform: lowercase;
    letter-spacing: 1.25px;
    background-color: white;
	display: inline-block;
}
.journal-detail .journal-updated {
	font-size: 1rem;
	color: gray;
}
.journal-detail .journal-desc {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}
.journal-detail .set-layout-share-comment {
    background-color: rgba(211, 211, 211, 0.2);
    /* opacity: .5; */
    padding: 1.5%;
    display: flex;
    justify-content: center;
	align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.journal-detail .set-layout-share-comment a {
	margin: 0 2rem;
} 
.journal-detail .set-layout-share-comment i {
	font-size: 1.5rem;
}
.col-journals,
.col-videos {
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
/* .row-goto {
	margin-top:10%;
	margin-left:10%;
} */
.row-goto {
    /* margin-top: 10%; */
    /* margin-left: 10%; */
    margin: 0 auto 100px;
    display: block;
    position: relative;
    padding-left: 160px;
    padding-right: 160px;
    box-sizing: content-box;
    max-width: 960px;
}
.profile-pic-comment {
    height: 60px;
    width: 60px;
    object-fit: cover;
    object-position: center;
}
.set-layout-comment-margin {
	padding-top: 2%;
}
#form-comment .form-control {
	border-radius: 0;
	border-color: lightgray;
}
#form-comment .btn-default {
	padding: 8px 18px;
	float: right;
}
/* .short-news .layout-text-vertical-news {
    position: absolute;
    bottom: 40px;
    transform: rotate(-90deg);
    transform-origin: left top 0;
    left: -20px;
    width: 100%;
    text-align: right;
} */
/* .short-news .layout-text-vertical-news {
    position: absolute;
    bottom: 0;
    transform: none;
    transform-origin: unset;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 2;
    top: -20px;
} */
.set-layout-trending {
    margin-top: 2rem;
    border-left: 2px solid #efefef;
    padding-left: 7%;
}
.row-trending {
	margin: 20px 0;
}
.font-header-trending,
.font-header-related {
	font-size: 24px;
	font-weight: 800;
}
.font-header-goto {
	font-size: 56px;
	font-weight: 800;
}
.font-header-goto {
	margin-bottom: 1rem;
}
.number-trending {
	font-weight: 800;
	font-size: 1.25rem;
	letter-spacing: 2px;
}
.title-trending {
	color: gray;
}
.title-trending:hover {
	color:black !important;
}
.color-decs-article {
	color: dimgray !important;
}
.trending-journals {
	font-size:13px;
}
.tags {
	margin: 1rem 0;
}
.hashtag {
    background-color: lightgray;
    font-size: 1rem;
    margin-right: 10px;
    padding: 0.375em 0.75em;
    font-weight: bolder;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.card-header {
    padding: 1.5rem 2rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/* profile */
.profile-content {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    text-transform: capitalize;
    border-bottom: 1px solid lightgrey;
    margin-bottom: .75rem;
}
.nav-link.active {
	font-weight: bolder;
}

/* badge */
.badge {
	padding: 0.375em 1em;
	border-radius: 1em;
	text-transform: lowercase;
	font-weight: 550;
	margin: 1px 0;
	letter-spacing: 0.75px;
}
.badge.active {
	background-color: var(--clr-gg);
	color: white;
}
.badge.not-active {
	background-color: #f0f0f0;
	color: black;
}
.badge.pending {
	background-color: yellowgreen;
	color: white;
}
.badge.class-type {
	background-color: lightgray;
	color: darkslategray;
	letter-spacing: 0.75px;
}
.badge.class-category {
	background-color: white;
	color: darkslategray;
	border: 1px solid darkslategray;
	letter-spacing: 0.75px;
}
.badge i {
	font-size: 12px;
}
.badge-detail i {
	font-size: 14px !important;
}
.separator__title {
	color: #006352;
}
body.is-gray-background .separator__title {
	color: white;
}
.feature-content__subtitle-container {
	color: #006352;
}
body.is-gray-background .feature-content__subtitle-container {
	color: white;
}
.title-animation__content {
	color: #006352;
}
.vh100 {
	height: 100vh;
}
.valign-middle {
	vertical-align: middle;
}
#table-list-hours {
	position: relative;
}
#table-list-hours thead {
	position: sticky;
	background-color: white !important;
	top: 0;
	z-index:9999;
}
/* #table-list-hours tbody td {
	position: relative;
} */
/* #table-list-hours tbody td:first-child {
	position: sticky;
	background-color: white !important; 
	left: 0;
} */
.btn-gg {
    color: #fff;
    background-color: #006352;
    border-color: #006352;
}
#btn-select-time.active {
	color: white;
	background-color: #006352!important;
	border-color: #006352;
}
.table-cart .img-thumbnail {
	border-color: transparent !important;
	background-color: transparent !important;
}
/* .cart-icon {
	position: absolute;
	top: 50px;
	right: 50px;
} */
.menu-lang {
    display: flex;
    position: absolute;
    top: 61px;
    right: 170px;
    z-index: 3;
    font-size: 18px;
    transition-property: border-color, background-color;
    transition-duration: 0.5s;
	margin: auto 0;
}
.select-lang {
	text-align: center;
    margin-left: 7px;
	border-radius: 2rem;
    border: 1px solid var(--border-color);
    padding: 10px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	cursor: pointer;
}
.menu-icon {
	display: flex;
    position: absolute;
    top: 61px;
    right: 52px;
    z-index: 3;
    font-size: 18px;
	transition-property: border-color, background-color;
    transition-duration: 0.5s;
}
.menu-icon > * {
	margin-left: 7px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    padding: 10px 15px;
}
.menu-icon > *.active {
	background-color: #006352;
	color: white;
	border-color: #006352;
}
.nav.navbar-menu {
    position: absolute;
    top: 61px;
    z-index: 999;
    left: 218px;
}
.nav-link {
	color: var(--border-color);
}
.section-container.booking-detail {
    padding-right: 250px;
    padding-left: 238px;
    padding-top: 280px;
}
.booking-detail .back-link[data-v-39434392] {
    left: 238px;
}
.booking-detail .pay-status {
    /* width: 100%; */
    position: absolute;
    top: 7%;
    display: flex;
    right: 3%;
    justify-content: space-around;
    background-color: yellowgreen;
    /* color: white; */
    padding: 0.375em 1em;
	font-size: 14px;
}
.profile .pay-status.pending {
    background-color: #efefef;
    color: black;
}
.profile .pay-status {
    /* width: 100%; */
    position: absolute;
    top: 7%;
    display: flex;
    right: 3%;
    justify-content: space-around;
    background-color: yellowgreen;
    /* color: white; */
    padding: 0.375em 1em;
	font-size: 14px;
}
.booking-detail .pay-status.pending {
    background-color: #efefef;
    color: black;
}
.booking-detail .common-button {
    width: 280px;
    margin: 160px auto 0;
}
.cart-button {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: none !important;
    border-radius: .25rem;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
.v-align {
	vertical-align: middle;
}
.flex-middle-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-middle-space-arrow {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fs-14 {
	font-size: 14px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
	background-color: rgba(0, 0, 0, 0.25)
}
.login-box h1 {
	line-height: 2;
}
.load-start-background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255,255,255,1);
}
.set-position-logo-loading {
    width: 100%;
    margin-top: 20%;
}
.set-size-logo-loading {
    width: 250px;
}
.preloader {
    display: -ms-flexbox;
    display: flex;
    background-color: #f4f6f9;
    height: 100vh;
    width: 100%;
    transition: height .2s linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.preloader__animation {
    -webkit-animation: flicker-5 2s linear infinite both;
    animation: flicker-5 2s linear infinite both;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: none;
    border-radius: none;
}
.center-margin {
	margin: 0 auto;
}
.input-group-number {
	max-width: 240px;
	justify-content:center;
}
.form-number:focus,
.form-number:active {
	box-shadow: none !important;
}
.form-number {
	background-color: white !important;
	border: none !important;
	text-align: center;
	max-width: 80px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.button-number {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.35rem;
    padding-left: 1.35rem;
    /* background-color: #f0f0f0 !important; */
    border: 1px solid black;
    border-radius: 50% !important;
    background-color: white;
	margin-left: 0 !important;
	margin-right: 1px !important;
	cursor: pointer;
}
/* .button-number.left {
	border-top-left-radius: 1.5rem;
	border-bottom-left-radius: 1.5rem;
}
.button-number.right {
	border-top-right-radius: 1.5rem;
	border-bottom-right-radius: 1.5rem;
} */
.spinner-border.small {
    width: 1rem;
    height: 1rem;
    border: .1em solid currentColor;
}
.box-selected {
    max-width: 460px;
    display: flex;
    justify-content: space-between;
	margin: 0 auto;
}
.label-booking {
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    background-color: #efefef;
    padding: 12px 20px;
    border-radius: 2rem;
    width: 65%;
    /* text-align: center; */
}
.btn-booking-edit {
    display: flex;
    padding: 10px;
    font-size: 14px;
    background-color: white;
    padding: 12px 20px;
    border-radius: 2rem;
    border: 1px solid;
    width: 32%;
    justify-content: center;
}
.btn-booking-edit > * {
	margin: 0 5px;
}
.iframe-youtube {
	width: 100%;
	height: auto;
	min-height: 150px;
}
.box-videos {
	display: block;
	position: relative;
	cursor: pointer;
}
/* .box-videos:hover {
	transform: scale(1.5);
	transition: 1s;
	background-color: white;
	z-index: 99;
} */
.box-videos:hover .card-body {
	padding-left: 1rem !important;
}
.box-videos .card {
	background: transparent;
	min-height: 260px;
	border: 0;
}
.box-videos .card .card-body {
	padding-left: 0;
}
.videos-thumb .main-thumb .iframe-youtube {
	min-height: 425px;
}
.videos-thumb .main-thumb h5.journal-title {
	font-size: 2rem !important;
}
.videos-thumb {
    background: white;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
	padding-bottom: 0;
}
.thumb-info {
	display: flex;
	color: gray;
}
.thumb-info span:not(:last-of-type):after {
	content: "•";
    margin: 0 4px;
}
.section-container[data-v-7664d93b].video-detail {
	max-width: 1400px;
}
.video-detail .iframe-youtube.main {
	width: 100%;
	height: auto;
	min-height: 500px;	
}
.video-detail .iframe-youtube:not(.main) {
	max-width: 190px;
	height: auto;
	min-height: 0;
	max-height: 110px;
}
.video-detail .col-videos {
	padding-left: 0;
	padding-right: 0;
}
.video-detail .card {
    flex-direction: row;
    min-height: 100px;
    border: 1px solid lightblue;
}
.video-detail .card-body {
	padding-left: 1rem !important;
}
.video-info .thumb-info {
	font-size: 1rem;
}
.video-info {
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.video-info-i {
	display: flex;
	font-size: 2rem;
}
.video-info-i div {
	cursor: pointer;
}
.video-info-i i {
	font-size: 2rem;
	padding: 0 .2rem;
}
.video-info div {
	padding: 0 1rem;
}
.row-comment {
	display: flex;
	padding: 1rem 0;
}
.row-comment form {
    padding-left: 1rem;
    width: 100%;
}
.row-comment form textarea {
	height: 100px !important;
}
.row-comment .comment {
    padding-left: 1rem;
	width: 100%;
}
.btn-reply {
	padding: 0 .5rem;
	cursor: pointer;
}
#modalShare .modal-header {
	padding: 1.35rem 1.75rem 0 1.75rem;
	border: 0;
}
#modalShare .modal-body {
	padding: 0 2rem 1rem 2rem !important;
}
#modalShare .input-group .form-control {
	border-radius: 0;
	border: 0;
}
#modalShare .input-group-text {
	color:#006352;
	cursor: pointer;
}
.medsos-share {
	display: flex;
}
.medsos-share i {
	font-size: 3rem;
}
.medsos-share a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 1rem;
}
.medsos-share a span {
	font-size: 1rem;
}
.medsos-share-item {
	cursor: pointer;
}
#modalCopyClipboardDone .modal-body {
	padding: 1rem !important;
	font-size: 18px;
}
#modalCopyClipboardDone .modal-content {
    background-color: rgba(0, 0, 0, 0.4) !important;
    color: white;
}
.modal-backdrop {
    background-color: unset;
}
.hidden {
	display: none !important;
}
.show {
	display: block !important;
}
#modalShare .modal-dialog {
	max-width: 400px !important;
}
.video-detail #videos-recommendation .iframe-youtube.main {
    width: 100%;
    max-width: 200px;
    height: 123px;
    min-height: unset !important;
}
#videos-recommendation .thumb-info {
    display: flex;
    color: gray;
    flex-direction: column;
}
#videos-recommendation {
	overflow-x: auto;
}
.menu-content-main-link[data-v-7771c498] {
    display: flex;
}
.menu-content-main-link__content[data-v-7771c498] {
    display: block;
    padding: 10px 0;
    font-size: 24px;
}
.privacy_content,
.term_content {
	padding-top: 50px;
}
.privacy_content > ol > li {
	margin-bottom: 25px;
}