@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/*font-family: 'Noto Sans KR', sans-serif;*/


/*폰트*/
* {
	font-family: 'Noto Serif KR';
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #e5dfcf;
	color: #5f5a52;
}

::selection {
	background: #85ccc652;
	color: #5f5a52;
}

@font-face {
	font-family: 'NotoSerifKR';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Cafe24ClassicType';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2210-2@1.0/Cafe24ClassicType-Regular.woff2') format('woff2');
	font-weight: normal;
	font-display: swap;
}

/*초기화*/
html,
body {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: 'Noto Serif KR';
	color: #555555
}

h1,
p,
ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none
}

a {
	color: #141414;
	text-decoration: none !important
}

.left {
	float: left !important
}

.right {
	float: right !important
}

.clear {
	clear: both
}

p {
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word
}

b {
	font-weight: bold
}

br {
	font-family: "Noto Sans KR", sans-serif !important
}

.img-responsive {
	max-width: 101%;
	display: block;
	height: auto
}

.over-h {
	overflow: hidden;
}

.padding-0 {
	padding: 0 !important
}

.margin-0 {
	margin: 0 !important
}

.m-auto {
	margin: auto
}

.w-100 {
	width: 100% !important
}

.pt-0 {
	padding-top: 0 !important
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.fc01 {
	color: #85ccc5;
}

.fc02 {
	color: #85ccc5;
}

.fc03 {
	color: #5f5a52;
}

.fw500 {
	font-weight: 500 !important
}

.fw400 {
	font-weight: 400 !important
}

.fw300 {
	font-weight: 300 !important
}

.fw200 {
	font-weight: 200 !important
}

.doni {
	font-family: 'Bodoni Moda', serif;
}

.noto {
	font-family: 'NotoSerifKR';
}

.text-c {
	text-align: center;
}

.visible-lg {
	display: block !important
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.b-box {
	border-radius: 40px;
}


/*pc menu*/
.header {
	position: fixed;
	z-index: 999;
	width: 100%;
}

.header_wrap {
	max-width: 1920px;
	width: 100%;
	height: 130px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo {
	float: left;
	width: auto;
	/* height: 100px; */
	display: block;
	margin-left: 100px;
}

.header .logo img {
	width: auto;
	/* height: 100%; */
}

.header .menu {
	overflow: hidden;
	float: left;
	width: auto;
	display: flex;
	/* justify-content: flex-end; */
	/* margin-left: auto; */
	gap: 40px;
}

.header .menu .line_h {
	line-height: 1.2
}

.header .menu li {
	float: left;
	width: 130px;
	text-align: center;
	letter-spacing: -1px;
}

.header .menu li a {
	line-height: 2.5;
	font-size: 1.2rem;
	font-weight: 500;
	color: #333;
}

.header .login {
	overflow: hidden;
	float: left;
	/*width:10%;*/
	/* margin: 0 30px; */
	display: flex;
	justify-content: center;
	gap: 30px;
}

.header .login li {
	float: left;
	/* margin: 0 10px */
	position: relative;
}

.header .login li~li::after {
	position: absolute;
	content: "";
	background: #333;
	width: 1px;
	height: 12px;
	top: 50%;
	left: -15px;
	transform: translate(0, -50%);
}

.header .login li a {
	/*font-family: 'Bodoni Moda', serif;*/
	line-height: 3.3;
	font-weight: 500;
	color: #333;
}

.header .menubar {
	cursor: pointer;
	display: inline-block;
	line-height: 3;
	/**/
	margin-right: 100px;
}

.header .menubar .wt {
	display: none;
}

.header .logo_on {
	display: none;
}

.header .submenu {
	display: none;
	position: absolute;
	z-index: 99;
	/*background:rgba(229,223,207,0.95);*/
	/* background: rgba(247, 244, 237, 0.9); */

	background: radial-gradient(circle, rgba(0, 0, 0, 0.5), rgba(150, 150, 150, 1));
	width: 100%;
	padding: 20px 0 50px 0;
}

/* .submenu_wrap{width:calc(142px * 6);overflow:hidden;margin:0 200px 0 auto;letter-spacing:-1px;} */
.submenu_wrap {
	display: flex;
	justify-content: center;
	overflow: hidden;
	letter-spacing: -1px;
	gap: 40px;
}

.submenu ul {
	float: left;
	width: 130px;
	/*width: 153px;*/
}

.submenu ul:first-child {
	margin-left: 69px;
}

.submenu ul li a {
	/* border-left: 1px solid #b7b5b0; */
	display: block;
	padding: 12px 10px;
	color: #fff;
	font-weight: 300;
	word-break: keep-all;
	text-align: center;
}


.submenu ul:nth-child(4) li a {
	padding: 12px 28px;
}

.submenu ul:nth-child(5) li a {
	padding: 12px 26px;
}

.submenu ul:nth-child(6) li a {
	padding: 12px 8px;
}

.submenu ul:nth-child(7) li a {
	padding: 12px 38px;
}

.submenu ul li a:hover {
	font-weight: 500;
	/* border-left: 1px solid #85ccc5;
	padding: 12px 25px; */
	transition: all .3s ease;
	color: #85ccc5;
}

.sitemap {
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 9999;
}

.sitemap .box01 {
	width: 65%;
	height: 100%;
	float: left;
	padding: 100px;
	/*min*/
	/* background: #f7f4ed; */
	background: #f5f5f5;
}

.sitemap .box01 .ft04 {
	letter-spacing: 30px;
	padding: 0 0 50px 0;
	color: #5f5a52;
}

.sitemap .box01 .ft02 {
	color: #86ccc5;
	font-size: 1.4rem;
}

.sitemap .box01 .sub {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 0 50px 0;
}

.sitemap .box01 .sub:last-child {
	margin: 0
}

.sitemap .box01 .sub ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.sitemap .box01 .sub p {

	min-width: 250px;
}

.sitemap .box01 .sub ul li {}

.sitemap .box01 .sub ul li a {
	color: #5f5a52
}

.sitemap .box02 {
	/*min*/
	background: #ffffff;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 100px 50px;
	width: 35%;
	float: right;
}

.sitemap .box02 .btn_x {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	/*min*/
	background: #727171;
}

.sitemap .box02 .logo {
	/*min*/
	padding-bottom: 150px;
	width: 320px;
}

.sitemap .box02 .list01 li {
	margin: 0 0 10px 0
}

.sitemap .box02 .list02 {
	margin: 30px 0;
	overflow: hidden
}

.sitemap .box02 .list02 li {
	float: left;
	margin: 0 20px 0 0
}

.sitemap .box02 .list03 {
	margin: 0 0 160px 0
}

.sitemap .box02 .list03 li {
	margin: 0 0 5px 0;
}

.header.on {
	transition: all .5s ease;
	position: fixed;
	top: 0;
	background: #FFF;
	/* background: radial-gradient(circle, rgba(0, 0, 0, 0.5), rgba(125, 108, 67, 1)); */
	z-index: 999;
	width: 100%;
	border-bottom: 1px solid #f7f4ed;
}

.header.on .header_wrap {
	transition: all .5s ease;
	padding: 15px 0;
}

.header.on .header_wrap .login li a {
	color: #222;
}

.header.on .login li~li::after {
	background: #666;
}


.header.on .header_wrap .login .menubar img {
	filter: invert(0.65);
}

.header.on .menu li a {
	transition: all .5s ease;
	/* font-size: 1.12rem; */

	color: #222;
}


.header.on .logo img {
	transition: all .5s ease;
	width: 80%;
	/*min*/
	margin: 0;

	filter: invert(0.65);
}

/* .header.on .submenu_wrap{width: calc(150px * 6);} */
/* .header.on .submenu_wrap {
	width: calc(152px * 8);
}

.header.on .submenu ul {
	width: 170px;
} */

.pc_wrap.menu-on .header {
	/* background: rgba(247, 244, 237, 0.9); */
	background: radial-gradient(circle, rgba(0, 0, 0, 0.5), rgba(150, 150, 150, 1));
}

.pc_wrap.menu-on .header.on {
	border-bottom: none;
}

.pc_wrap.menu-on .header .logo_on {
	display: block;
}

.pc_wrap.menu-on .header .logo_off {
	display: none;
}

.pc_wrap.menu-on .header.on .logo img {
	filter: none;
}

.pc_wrap.menu-on .header.on .header_wrap .login li a {
	color: #fff;
}

.pc_wrap.menu-on .header.on .login li~li::after {
	background: #fff;
}

.pc_wrap.menu-on .header_wrap .login .menubar img {
	filter: none;
}

.pc_wrap.menu-on .header .menu li a {
	color: #fff;
}

.pc_wrap.menu-on .header .menubar .bk {
	display: none;
}

.pc_wrap.menu-on .header .menubar .wt {
	display: inline-block;
}

.pc_wrap.menu-on .header .login li a {
	color: #fff;
}

.header .login li~li::after {
	background-color: #4f0d0f;
}

.pc_wrap.menu-on .header .login li~li::after {
	background-color: #fff;
}

.pc_wrap.menu-on .submenu {
	display: block;
	transition: All .3s ease;

	color: #fff;
}

.pc_wrap.menu-on .menu li {
	transition: All .3s ease;
}

.pc_wrap #snb_join {
	/* padding: 0 30px; */
}

/*mob menu*/
.m_wrap {
	display: none;
	position: relative;
}

.m_wrap.on {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #FFF;
	top: 0;
	border-bottom: 1px solid #f7f4ed
}

.m_wrap .logo {
	padding: 20px;
	display: inline-block;
}

.m_wrap .logo img {
	/* width: 40%; */
	width: 70%;
	/*filter: invert(0.65);*/
}

.m_warp.on .menu_btn {
	position: fixed
}

.m_menu {
	position: fixed;
	top: 0;
	right: -100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9998;
	-webkit-box-shadow: -5px 8px 18px 0px rgba(0, 0, 0, .07);
	box-shadow: -5px 8px 18px 0px rgba(0, 0, 0, .07);
}

.m_menu .lnb_tit {
	/* padding: 32px; */
	padding: 40px 20px 20px 20px;
}

.m_menu .lnb_tit img {
	width: 140px;
	margin: 0
}

.menu_btn {
	display: block;
	width: 32px;
	height: 30px;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	position: absolute;
	z-index: 9999;
	cursor: pointer;
	-webkit-transition: top 300ms;
	transition: top 300ms;
}

.menu_btn>div {
	display: block;
	width: 100%;
	text-indent: -9999px;
	border: none;
	background: none;
}

.menu_btn span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 10px;
	background-color: #595959;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.menu_btn .btn_line01 {
	top: 0;
}

.menu_btn .btn_line02 {
	top: 14px;
}

.menu_btn .btn_line03 {
	bottom: 0;
}

.menu_btn.on span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu_btn.on span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	right: -60px;
}

.menu_btn.on span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#lnb {
	overflow: scroll;
	width: 100%;
	height: 100%;
}

#lnb .lnb_box {
	margin-top: 20px;
}

#lnb .depth01 {
	display: block;
	padding: 12px 20px;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	color: #3e3e3c;
}

#lnb .depth01 .down {
	display: block;
	float: right;
}

#lnb .depth02 {
	display: none;
	background-color: #85ccc5;
	opacity: 0.8;
	text-align: left
}

#lnb .depth02 li a {
	padding: 12px 20px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	color: #fff;
}

.m_login {
	padding-left: 15px;
	text-align: Center
}

.m_login:after {
	display: block;
	content: "";
	clear: both;
}

.m_login li {
	padding: 7px 20px;
	display: block;
	margin-top: 15px;
	float: left;
	margin-right: 10px;
	border-radius: 50px;
}

.m_login li a {
	color: #fff;
}

.m_login li:nth-child(1) {
	background: rgb(157 214 209 / 82%);
	border: 0;
}

.m_login li:nth-child(2) {
	background: #60a59f;
	border: 0;
}

.m_login li:nth-child(3) {
	background: #fff;
	border: 0;
}

.m_login li:nth-child(3) a {
	color: #3e3e3c;
}

.m_login li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	height: 15px;
	margin-top: -3px;
}






#popup_cover {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 990;
	background: rgba(0, 0, 0, .8);
}

#popup_cover.dismiss {
	display: none;
}

.popup_layer_wrap {
	box-shadow: 0 2px 10px rgba(255, 255, 255, .15);



}

.popup_layer {
	display: flex;
	max-width: 1000px;
	max-height: auto;
	overflow: hidden;
}

.popup_layer .popup_view {
	width: 70%;
	position: relative;
}

.popup_layer .popup_view .popup_cont {
	display: none;
}

.popup_layer .popup_view .popup_cont.show {
	display: block;
}

.popup_layer .popup_view .popup_img_pc {
	display: block;
	cursor: pointer;
}

.popup_layer .popup_view .popup_img_pc>img {
	width: 100%;
	height: auto;
	object-fit: cover;
	cursor: pointer;
}

.popup_layer .popup_view .popup_img_mo {
	display: none;
}

.popup_layer .popup_view .popup_cont .popup_img_mo>img {
	width: 100%;
	height: auto;
}

.popup_layer .popup_tabs {
	width: 30%;
}

.popup_layer .popup_tabs .popup_tab {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
	box-sizing: border-box;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
	transition: background 0.15s ease;
	height: calc(100% / 4);
	text-align: center;
}

.popup_layer .popup_tabs .popup_tab:last-child {}

.popup_layer .popup_tabs .popup_tab.active {
	color: #fff;
}

.popup_layer .popup_tabs .popup_tab.active:nth-child(1) {
	background: #584525;
}

.popup_layer .popup_tabs .popup_tab.active:nth-child(2) {
	background: #584525;
}

.popup_layer .popup_tabs .popup_tab.active:nth-child(3) {
	background: #584525;
}

.popup_layer .popup_tabs .popup_tab.active:nth-child(4) {
	background: #584525;
}

.popup_layer .popup_tabs .popup_tab.active:nth-child(5) {
	background: #584525;
}

.popup_layer .popup_tabs .popup_tab.active:nth-child(6) {
	background: #584525;
}

.layer_close {
	width: 100%;
	padding: 0.5rem 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #000;
	box-sizing: border-box;
}

.layer_close>li {
	font-size: 1rem;
	color: #ccc;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.layer_close>li.hd_pops_reject img {
	margin-right: 0.5rem;
}

.layer_close>li.hd_pops_close {
	font-size: 30px;
}


@media(max-width:768px) {
	.popup_layer_wrap {
		width: 85%;
	}

	.popup_layer {
		display: block;
		max-width: 100%;
		max-height: 95vh;
	}

	.popup_layer .popup_view .popup_img_pc {
		display: none;
	}

	.popup_layer .popup_view .popup_img_mo {
		display: block;
	}

	.popup_layer .popup_tabs,
	.popup_layer .popup_view {
		width: 100%;
	}

	.popup_layer .popup_tabs {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.popup_layer .popup_tabs .popup_tab {
		width: 50%;
		height: 100%;
		font-size: 0.9rem;
		padding: 1.2rem 0;
		border-right: 1px solid #dddddd;
	}

	.layer_close>li {
		font-size: 0.8rem;
	}

	.layer_close>li.hd_pops_reject img {
		width: 17%;
	}

	.layer_close>li.hd_pops_close img {
		width: 70%;
	}

	.popup_layer .popup_tabs .popup_tab br {
		display: none;
	}
}


/*공통*/
.container {
	max-width: 1400px;
	margin: auto;
	overflow: hidden
}

.mo_br {
	display: none;
}


.ft01 {
	font-size: 1.1rem;
	color: #333;
	letter-spacing: 0px;
}

.ft02 {
	font-size: 1.375rem;
}

.ft03 {
	font-size: 1.5rem;
}

.ft04 {
	font-size: 2.25rem;
	color: #333;

}

.ft05 {
	font-size: 1.03rem;
}

.ft06 {
	font-size: 1.4rem;
}

.tit_txt {
	font-size: 2rem;
	color: #999;
	line-height: 1em;
	font-family: "Sorts Mill Goudy", serif;
}


#main_slide {
	max-width: 1920px;
	margin: 0 auto;
	display: block;
}

#main_slide img {
	width: 100%;
	height: 100%;
}

#main_slide .mo {
	display: none;
}

#main_slide video {
	width: 100%;
	height: 100%;
}

#main_slide .slide01 {
	height: 100vh;
}

i.main-visual__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 5s ease;
	transform: scale(1.1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.swiper-slide-active i.main-visual__bg {
	transform: scale(1);
}

#main_slide .slide01 .swiper-slide .txt {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	text-align: left;
	width: 1400px;
}

#main_slide .slide01 .swiper-slide .txt li:first-child img {
	width: 287px;
	height: 292px;
	object-fit: contain;

	margin-bottom: 70px;

	image-rendering: crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: pixelated;

	opacity: 0;
	transform: translateY(30px);
}

#main_slide .slide01 .swiper-slide-active .txt li:first-child img {
	opacity: 1;
	transform: translateY(0px);
	transition: All 2s ease;
}

#main_slide .slide01 .swiper-slide .txt li:nth-child(2) img {
	width: 963px;
	height: 111px;
	object-fit: contain;

	image-rendering: crisp-edges;
	/* 크롬, 엣지 */
	image-rendering: -webkit-optimize-contrast;
	/* 사파리 */
	image-rendering: pixelated;
	/* 레트로 스타일 선명도 */

	opacity: 0;
	transform: translateY(30px);
}

#main_slide .slide01 .swiper-slide-active .txt li:nth-child(2) img {
	opacity: 1;
	transform: translateY(0px);
	transition: All 2.5s ease;

	transition-delay: 0.5s;
}

#main_slide .slide01 .swiper-slide .txt em {
	display: inline-block;
	margin-bottom: 30px;
	font-style: normal;
	font-size: 2rem;
	font-weight: 400;
	color: #57aca4;
	line-height: 1em;
	word-break: keep-all;
}

#main_slide .slide01 .swiper-slide .txt h3 {
	display: block;
	font-size: 3.80rem;
	font-weight: 500;
	font-family: "Sorts Mill Goudy", serif;
	color: #57aca4;
	line-height: 1.2em;
	word-break: keep-all;
}

#main_slide .slide01 .swiper-slide .txt p {
	display: inline-block;
	margin-top: 50px;
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 400;
	color: #57aca4;
	line-height: 1em;
	word-break: keep-all;
}

#main_slide .swiper-container-vertical>.swiper-pagination-bullets {
	/* right: auto;
	left: 5%; */

	display: flex;
	position: absolute;
	left: 50%;
	bottom: 100px;
	margin-left: -700px;
}

#main_slide .swiper-pagination-bullet-active {
	background: #fff !important;
}

#main_slide .swiper-pagination-bullet {
	width: 90px;
	height: 3px;

	opacity: 1;
	background: rgba(255, 255, 255, 0.2);
	/* border: 2px solid #85ccc5; */
	margin: 12px 0;
	border-radius: 0;
}

#main02 {
	position: relative;
	overflow: hidden;
}

.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}



@media (max-width:1500px) {
	#main_slide .slide01 .swiper-slide .txt {
		left: 5%;
		transform: translateY(-50%);
		width: 90%;
	}

	#main_slide .swiper-container-vertical>.swiper-pagination-bullets {
		left: 5%;
		margin-left: 0;
	}
}

@media (max-width:1400px) {}

@media (max-width:768px) {
	#main_slide {
		margin: 0 auto;
	}


	#main_slide video {
		width: 100%;
		height: 460px;
		object-fit: cover;
	}

	#main_slide .slide01 .swiper-slide .txt {
		top: 50%;
		text-align: center;
	}

	#main_slide .slide01 .swiper-slide .txt em {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	#main_slide .slide01 .swiper-slide .txt h3 {
		font-size: 3rem;
	}

	#main_slide .slide01 .swiper-slide .txt p {
		font-size: 1.6rem;
		margin-top: 30px;
	}

	#main_slide .swiper-container-vertical>.swiper-pagination-bullets {
		display: flex;
		position: absolute;
		left: 50%;
		bottom: 5%;
		transform: translateX(-50%);
	}

	#main_slide .swiper-pagination-bullet-active {
		background: #fff !important;
	}

	#main_slide .swiper-pagination-bullet {
		width: 40px;
		height: 2px;
		opacity: 1;
		background: rgba(255, 255, 255, 0.2);
		margin: 12px 0;
		border-radius: 0;
	}

	#main_slide .slide01 {
		height: 460px;
	}

	/*#main_slide .mo{display:block;}
	.main-visual__bg{display:none;}*/
}

@media (max-width:540px) {
	#main_slide .slide01 {
		height: 360px;
	}

	#main_slide .slide01 .swiper-slide .txt em {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}

	#main_slide .slide01 .swiper-slide .txt h3 {
		font-size: 2rem;
	}

	#main_slide .slide01 .swiper-slide .txt p {
		font-size: 1.3rem;
		margin-top: 20px;
	}
}




#main02 .leaf {
	position: absolute;
}

#main02 .leaf01 {
	top: 1050px;
	left: -26px;
	/* opacity: 0.4; */
	/* transform: rotate(-20deg); */
}

#main02 .leaf02 {
	top: 50px;
	right: 0;
	/* opacity: 0.6; */
}

#main02 .leaf03 {
	right: 95px;
	bottom: 514px;
	/* opacity: 0.5; */
	/*transform: rotateY(180deg) rotateZ(5deg) scale(1);*/
	transform: rotate(31deg);
	z-index: 2;
}

#main02 section {
	padding: 120px 0 80px;
	text-align: center;
}

#main02 .ft03 {
	padding: 0 0 20px;
}

#main02 .txt-en {
	position: relative;
	z-index: 2;
	margin: 10px 0 20px;
}

#main02 .txt-en:before {
	content: '';
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #bec2c6;
	z-index: -1;
}

#main02 .txt-en h3 {
	display: inline-block;
	background: #fff;
	font-size: 2.0rem;
	font-weight: 400;
	padding-right: 10px;
	font-family: "Sorts Mill Goudy", serif;
	color: #bec2c6;
	line-height: 1em;
}

#main02 .doni {
	position: absolute;
	left: -65px;
	top: 110px;
	transform: rotate(90deg);
}

#main02 ul {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 100px auto 0;
	width: 100%;
}

#main02 ul li {
	width: 100%;
	position: relative
}

#main02 ul .intro_wrap {
	display: flex;
	gap: 35px;
	align-items: center;
}

#main02 ul li.v1 .intro_wrap {
	gap: 75px;
}

#main02 ul li.v1 .intro_wrap>div {
	height: 400px;
}

#main02 ul li.v1 .intro_wrap .intro_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 900px;
	background: #a4c7c6;
}

#main02 ul li.v1 .intro_wrap .intro_txt {
	padding-top: 65px;
	width: 678px;
}

#main02 ul li.v2 {
	position: relative;
	top: -80px;
	z-index: 2;
	padding: 45px 0 0px;
}

#main02 ul li.v2:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: calc(100% + 120px);
	background: #898f93;
	z-index: -1;
}

#main02 ul li.v2 .intro_wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#main02 ul li.v2 .intro_wrap .intro_txt {
	width: 678px;
}

#main02 ul li.v2 .intro_wrap .intro_txt>* {
	color: #fff;
}

#main02 ul li.v2 .txt-en h3 {
	background-color: #898f93;
	color: #85ccc5;
}

#main02 ul li.v2 .txt-en:before {
	background: #85ccc5;
}

#main02 ul li.v2 .intro_wrap .intro_img {
	position: relative;
	width: 1400px;
	height: 600px;
	margin: 0 auto;
	background: #9c9392 url(../img/main/bg-clinic.jpg)no-repeat center;
	background-size: cover;
}

#main02 ul li.v2 .intro_wrap .intro_img .img {
	width: 100%;
}

#main02 ul li.v2 .intro_wrap .intro_img .img img {
	position: absolute;
	bottom: 0;
	left: 9%;
}

#main02 ul li.v2 .intro_wrap .intro_img .txt {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 90px 85px;
	box-sizing: border-box;
	text-align: right;
}

#main02 ul li.v2 .intro_wrap .intro_img .txt .list-clinic {
	margin: 0;
}

#main02 ul li.v2 .intro_wrap .intro_img .txt .list-clinic>li {
	margin-bottom: 28px;
	font-size: 1.3rem;
	font-weight: 400;
	color: #fff;
	line-height: 1em;
}

#main02 ul li.v2 .intro_wrap .intro_img .txt .list-clinic>li:last-child {
	margin: 0;
}

#main02 ul li.v3 {
	position: relative;
	top: -0px;
	z-index: 2;
}

#main02 ul li.v3 .intro_wrap {
	gap: 60px;
}

#main02 ul li.v3 .intro_wrap .intro_img {
	position: relative;
}

#main02 ul li.v3 .intro_wrap .intro_img {
	margin-left: 150px;
}

#main02 ul li.v3 .intro_wrap .intro_img .txt {
	position: absolute;
	top: 120px;
	left: 105px;
	text-align: left;
}

#main02 ul li.v3 .intro_wrap .intro_img .txt h3 {
	display: block;
	margin-bottom: 30px;
	font-size: 3.85rem;
	font-weight: 200;
	color: #666;
	line-height: 1em;
}

#main02 ul li.v3 .intro_wrap .intro_img .txt p {
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #333;
	line-height: 1.3em;
	word-break: keep-all;
}

#main02 ul .intro_wrap .intro_txt {
	text-align: left;
}

@media (max-width:1650px) {
	#main02 ul li.v1 .intro_wrap {
		gap: 0;
	}

	#main02 ul li.v1 .intro_wrap .intro_img {
		width: 45%;
		margin-right: 5%;
	}

	#main02 ul li.v1 .intro_wrap .intro_txt {
		width: 50%;
	}

	#main02 ul li.v2 .intro_wrap .intro_txt {
		width: 50%;
	}

	#main02 ul li.v2 .intro_wrap .intro_img {
		width: 90%;
	}

	#main02 ul li.v3 .intro_wrap {
		gap: 0;
	}

	#main02 ul li.v3 .intro_wrap .intro_img {
		margin-left: 5%;
	}

	#main02 ul li.v3 .intro_wrap .intro_img {
		width: 40%;
		margin-right: 5%;
	}

	#main02 ul li.v3 .intro_wrap .intro_img .img img {
		width: 100%;
	}

	#main02 ul li.v3 .intro_wrap .intro_txt {
		width: 50%;
	}

	#main02 ul li.v3 .intro_wrap .intro_txt .ft03,
	#main02 ul li.v3 .intro_wrap .intro_txt .ft01 {
		width: 90%;
	}

	#main02 ul li.v3 .intro_wrap .intro_img .txt {
		top: 83px;
		left: 95px;
	}

	#main02 ul li.v3 .intro_wrap .intro_img .txt h3 {
		font-size: 3.3rem;
	}

	#main02 ul li.v3 .intro_wrap .intro_img .txt p {
		font-size: 1.2rem;
	}


	#main02 .leaf03 {
		right: 0;
	}
}

@media (max-width:1580px) {
	#main02 ul li.v3 .intro_wrap .intro_txt .ft01 br {
		display: none;
	}
}

@media (max-width:1400px) {
	#main02 ul li.v2:before {
		height: calc(100% + 80px);
	}

	#main02 ul li.v2 .container {
		width: 100%;
	}

	#main02 ul li.v2 .intro_wrap .intro_img {
		height: 500px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt {
		padding: 60px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .img img {
		width: 450px;
	}

	#main02 ul li.v3 .intro_wrap .intro_img .txt {
		top: 80px;
		left: 14%px;
	}

	#main02 ul li.v3 .intro_wrap .intro_img .txt h3 {
		font-size: 2.8rem;
		margin-bottom: 20px;
	}

	#main02 .leaf03 {
		right: -100px;
		bottom: 400px;
		width: 300px;
		height: auto;
	}

}

@media (max-width:1200px) {
	#main02 ul li.v2 .intro_wrap .intro_img .img img {
		left: 4%;
	}
}

@media (max-width:1023px) {
	#main02 ul li.v2 {
		top: 0;
	}

	#main02 ul li.v2:before {
		width: 100%;
		height: 90%;
	}

	#main02 ul li.v1 .intro_wrap>div {
		height: 300px;
	}

	#main02 ul li.v1 .intro_wrap .intro_img img {
		width: 200px;
	}

	#main02 .txt-en:before {
		left: 190px;
	}

	#main02 .txt-en h3 {
		background: transparent;
	}

	#main02 ul li.v2 .intro_wrap .intro_img {
		height: 400px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .img img {
		width: 350px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt {
		padding: 40px 50px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt .list-clinic>li {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}

	#main02 ul li.v3 {
		margin-top: 50px;
	}

	#main02 ul li.v3 .intro_wrap {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 0px;
		text-align: left;
	}

	#main02 ul li.v3 .intro_wrap .intro_img {
		width: 90%;
	}

	#main02 ul li.v3 .intro_wrap .intro_txt {
		width: 90%;
	}

	#main02 .leaf03 {
		display: none;
	}


}

@media (max-width:768px) {
	#main02 ul {
		margin: 40px auto 0;
	}

	#main02 ul .intro_wrap {
		display: flex;
		align-items: center;
		flex-direction: column;
		gap: 0px;
		text-align: left;
	}

	#main02 ul li.v1 {
		margin-bottom: 50px;
	}

	#main02 ul li.v1 .intro_wrap .intro_img {
		width: 90%;
		margin-right: 0;
	}

	#main02 ul li.v1 .intro_wrap .intro_txt {
		width: 90%;
		padding-top: 30px;
		height: auto;
	}

	#main02 ul li.v2 .intro_wrap {
		align-items: flex-start;
	}

	#main02 ul li.v2 .intro_wrap .intro_txt {
		width: 90%;
		margin: 0 auto 50px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img {
		height: 300px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt {
		padding: 30px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt img {
		height: 20px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .img img {
		width: 270px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt .list-clinic>li {
		margin-bottom: 15px;
	}

	#main02 ul li.v3 .intro_wrap .intro_txt .ft03,
	#main02 ul li.v3 .intro_wrap .intro_txt .ft01 {
		width: 100%;
	}

	#main02 .ft03 {
		padding: 0 0 15px;
	}

	#main02 .txt-en {
		margin-bottom: 15px;
	}

	#main02 .txt-en:before {
		left: 0;
	}

	#main02 .txt-en h3 {
		background: #fff;
		margin-top: 7px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt {
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 90px 85px;
		box-sizing: border-box;
		text-align: right;
		justify-content: space-around;
	}
}

@media (max-width:600px) {
	#main02 ul li.v2 .intro_wrap .intro_img {
		height: 220px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt {
		padding: 20px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt .list-clinic>li {
		font-size: 1.2em;
		margin-bottom: 5px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt img {
		height: 15px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .img img {
		width: 190px;
	}

	#main02 .leaf01 {
		display: none;
	}
}

@media (max-width:500px) {
	#main02 ul {
		margin: 25px auto 0;
	}

	#main02 ul li.v1 {
		margin-bottom: 30px;
	}

	#main02 ul li.v1 .intro_wrap>div {
		height: auto;
	}

	#main02 ul li.v1 .intro_wrap .intro_img {
		padding: 40px 0;
	}

	#main02 ul li.v1 .intro_wrap .intro_img img {
		width: 150px;
	}

	#main02 ul li.v1 .intro_wrap .intro_txt {
		padding-top: 20px;
	}

	#main02 ul li.v2 {
		padding: 30px 0 0;
	}

	#main02 ul li.v2 .intro_wrap .intro_txt {
		margin: 0 auto 30px;
	}

	#main02 .ft03 {
		padding: 10px 0 0px;
	}

	#main02 .txt-en {
		margin: 0 0 10px;
	}

	#main02 ul li.v3 {
		margin-top: 30px;
	}

}

@media (max-width:450px) {
	#main02 ul li.v1 .intro_wrap .intro_img img {
		width: 100px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img {
		height: 160px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .img img {
		left: 2%;
		width: 150px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt img {
		height: 12px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt {
		padding: 15px 20px;
	}

	#main02 ul li.v2 .intro_wrap .intro_img .txt .list-clinic>li {
		font-size: 0.9em;
	}
}

/* #main03 - slide */
#main03 {
	position: relative;
	background: url('../img/main/bg-programm.jpg') no-repeat center center/cover;
	overflow: hidden;
}

.MainSection02 {
	width: 100%;
	position: relative;

	padding: 110px 0 200px;
	overflow: visible;

	/* outline: 1px solid tomato; */
}

.MainSection02 .Inner {
	height: 100%;
}

/* txt + big*/
.MainSection02 .sldWrap1 {
	width: 100%;
	position: relative;
	display: block;
	z-index: 1;
}

.MainSection02 .sldWrap1 .ThumBox {
	width: 100%;
	position: relative;
	display: table;
}

.MainSection02 .sldWrap1 .ThumBox .txtBox {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b {}

.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b h3 {
	display: block;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 3rem;
	font-weight: 500;
	coloR: #333;
	line-height: 1em;
	word-break: keep-all;
}

.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b em {
	display: inline-block;
	margin-top: 5px;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 1.75rem;
	font-weight: 400;
	font-style: normal;
	color: #999;
	line-height: 1em;
	word-break: keep-all;
}


.MainSection02 .sldWrap1 .ThumBox .imgBox {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding-left: 100px;
	padding-top: 100px;
}

/* txt */
.MainSection02 .sldWrap1 .MultiImgSlider .slick-list {
	overflow: inherit;
}

.MainSection02 .sldWrap1 .ThumBox {
	overflow: inherit !important;
}

.MainSection02 .sldWrap1 .ThumBox .txtBox h6 {
	font-size: 18pt;
	font-weight: 500;
}

.MainSection02 .sldWrap1 .ThumBox .txtBox h3 {
	font-size: 32pt;
	font-weight: 700;
}

.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b {
	margin-bottom: 40px;
}

.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_txt {
	margin-bottom: 30px;
}


/* 
.MainSection02 .sldWrap1 .ThumBox .txtBox p {
	font-size: 14pt;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 60px;
} */

.MainSection02 .sldWrap1 .ThumBox .txtBox p b {
	font-weight: 600;
}

.MainSection02 .sldWrap1 .ThumBox .txtBox a {
	display: block;
	width: fit-content;
	padding: 10px 20px;
	font-size: 12pt;
	font-weight: 700;
	border: 1px solid #000;
	/* transition: 0.5s; */
}

/* .MainSection02 .sldWrap1 .ThumBox .txtBox a:hover {
	letter-spacing: 2pt;
} */

/*이미지영역*/
.MainSection02 .sldWrap1 .ThumBox .imgBox {
	position: relative;
}

.MainSection02 .sldWrap1 .ThumBox .imgBox img {
	border-radius: 20px;
	width: 100%;
}

.MainSection02 .sldWrap1 .ThumBox .imgBox span {
	position: absolute;
	right: -15px;
	bottom: 0;
	color: #666666;
	font-weight: 200;
	font-size: 22pt;
	letter-spacing: 5pt;
	transform: rotate(90deg);
	transform-origin: 100% 100%;
}

.MainSection02 .sldWrap1 .ThumBox .imgBox span b {
	font-weight: 500;
	letter-spacing: 5pt;
	color: #666666
}

/*네비영역*/
.MainSection02 .sldWrap2 {
	position: absolute;
	left: 0;
	bottom: 200px;
	/* width: 560px; */
	width: 754px;
	z-index: 10;
}

.MainSection02 .sldWrap2 .slick-track {
	margin: 0 -6px;
}

.MainSection02 .sldWrap2 .ThumBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 6px;
	background: #fff;
	height: 175px;
	border-radius: 10px;
	margin: 0 6px;
	text-align: center;
}

.MainSection02 .sldWrap2 .ThumBox .icon {
	width: auto;
	height: auto;
}

.MainSection02 .sldWrap2 .ThumBox h3 {
	display: block;
	margin-top: 20px;
	font-size: 1.13rem;
	font-weight: 300;
	color: #333;
	line-height: 1em;
	letter-spacing: -0.5px;
}

.MainSection02 .sldWrap2 .ThumBox img {
	width: 100%;
	border-radius: 10px;
}

.MainSection02 .sldWrap2 .sldWrap2Inner {
	width: 100%;
	position: relative;
}

.MainSection02 .sldWrap2 .sld_btn_prev {
	display: block;
	position: absolute;
	top: 50%;
	left: -120px;
	transform: translate(0, -50%);
	font-size: 32pt;
	font-weight: 200;
	cursor: pointer;
	transition: 0.5s;
}

.MainSection02 .sldWrap2 .sld_btn_prev img {
	filter: brightness(88%);
	opacity: 0.7;
}

.MainSection02 .sldWrap2 .sld_btn_prev:hover {
	color: #999;
}

.MainSection02 .sldWrap2 .sld_btn_next {
	display: block;
	position: absolute;
	top: 50%;
	right: -780px;
	transform: translate(0, -50%);
	font-size: 32pt;
	font-weight: 200;
	cursor: pointer;
	transition: 0.5s;
}

.MainSection02 .sldWrap2 .sld_btn_next img {
	filter: brightness(88%);
	opacity: 0.7;
}

.MainSection02 .sldWrap2 .sld_btn_next:hover {
	color: #999;
}

.MainSection02 .sldWrap2 .slick-active {
	opacity: 0.5;
	transition: 0.3s;
}

.MainSection02 .sldWrap2 .slick-active:hover {
	opacity: 0.7;
}

.MainSection02 .sldWrap2 .slick-current {
	opacity: 1;
}

.MainSection02 .sldWrap2 .slick-current:hover {
	opacity: 1;
}


/* main04 */
#main04 {
	overflow: hidden;
}

#main04 section {
	padding: 0 0 150px;
	text-align: center;
}

#main04 .container {
	position: relative;
	top: 150px;
	overflow: visible;
}

#main04 .slider-container {
	position: relative;
	top: -127px;
	width: 100%;
	margin: 0 auto;
}

#main04 .slider .slick-list {
	overflow: visible;
}

#main04 .slider .slick-slide {
	position: relative;
	margin-right: 30px;
	height: 720px;
}

#main04 .slider .slick-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	z-index: 1 !important;
}

#main04 .slider .slick-slide.slick-active {
	opacity: 1;
	z-index: 10 !important;
}

#main04 .slider .slick-slide:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 491px;
	background: #bce3df url(../img/main/pattern.png)no-repeat 0 0;
	border-radius: 20px;
}

#main04 .slider .slick-slide .txt {
	position: absolute;
	left: 80px;
	bottom: 85px;
	text-align: left;
}

#main04 .slider .slick-slide .txt>h3 {
	font-size: 1.75rem;
	font-weight: 400;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

#main04 .slider .slick-slide .txt>.list-info {
	margin-top: 30px;
}

#main04 .slider .slick-slide .txt>.list-info>li {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 14px;
}

#main04 .slider .slick-slide .txt>.list-info>li:last-child {
	margin: 0;
}

#main04 .slider .slick-slide .txt>.list-info>li:before {
	content: '';
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url(../img/main/ic-check.png)no-repeat center;
	background-size: contain;
}

#main04 .slider .slick-slide .txt>.list-info>li>.desc em {
	margin-bottom: 5px;
}

#main04 .slider .slick-slide .txt>.list-info>li>.desc em,
#main04 .slider .slick-slide .txt>.list-info>li>.desc span {
	display: block;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	color: #333;
	line-height: 1em;
	word-break: keep-all;
}

#main04 .slider .slick-slide .txt>p {
	display: block;
	margin-top: 35px;
	font-size: 1.25rem;
	font-weight: 400;
	color: #333;
	line-height: 1.4em;
	word-break: keep-all;
}

#main04 .slider .slick-slide .img {
	position: absolute;
	bottom: 0px;
	right: -81px;
}

#main04 .slider .slick-slide .img img {
	width: auto;
	max-width: 100%;
}

#main04 .slider .slick-slide.slick-current.slick-active {}

#main04 .slider .slick-slide:last-child {
	margin-right: 0;
}

#main04 .slider {
	width: 100%;
}

#main04 .slider .slider img {
	width: 100%;
	height: auto;
	display: block;
}

#main04 .sld_btn_prev2,
#main04 .sld_btn_next2 {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

#main04 .sld_btn_prev2 {
	left: -120px;
}

#main04 .sld_btn_next2 {
	right: -100px;
}

@media (max-width:1400px) {
	#main04 .slider .slick-slide .img {
		width: calc(100% - 450px);
	}
}

@media (max-width:1300px) {
	#main04 section {
		padding: 0 0 80px !important;
	}

	#main04 .container {
		top: 80px;
	}

	#main04 .slider .slick-slide {
		height: 640px;
	}

	#main04 .slider .slick-slide:before {
		height: 450px;
		bottom: 15px;
	}

	#main04 .slider .slick-slide .txt {
		left: 60px;
		bottom: 75px;
	}
}

@media (max-width:1200px) {
	#main04 .slider .slick-slide {
		height: 580px;
	}

	#main04 .slider .slick-slide:before {
		height: 400px;
	}

	#main04 .slider .slick-slide .img {
		width: 540px;
	}

	#main04 .slider .slick-slide .txt {
		width: 45%;
		bottom: 50px;
	}

	#main04 .slider .slick-slide .txt>p {
		margin-top: 20px;
	}

	#main04 .slider .slick-slide .txt>p br {
		display: none;
	}
}

@media (max-width:1023px) {
	#main04 .slider .slick-slide {
		height: 530px;
	}

	#main04 .slider .slick-slide:before {
		height: 354px;
	}

	#main04 .slider .slick-slide .img {
		width: 450px;
	}

	#main04 .slider .slick-slide .txt {
		left: 35px;
		bottom: 60px;
	}

	#main04 .slider .slick-slide .txt>h3 {
		font-size: 1.5rem;
	}

	#main04 .slider .slick-slide .txt>.list-info {
		margin-top: 20px;
	}

	#main04 .slider .slick-slide .txt>.list-info>li {
		margin-bottom: 10px;
	}

	#main04 .slider .slick-slide .txt>.list-info>li>.desc em,
	#main04 .slider .slick-slide .txt>.list-info>li>.desc span,
	#main04 .slider .slick-slide .txt>p {
		font-size: 1.1rem;
	}

	#main04 .slider .slick-slide .txt>.list-info>li:before {
		width: 45px;
		height: 45px;
	}
}

@media (max-width:850px) {
	#main04 .slider .slick-slide .img {
		width: 400px;
	}
}

@media (max-width:768px) {
	#main04 section {
		padding: 30px 0 !important;
	}

	#main04 .container {
		top: 0;
	}

	#main04 .slider-container {
		top: 0;
	}

	#main04 .slider .slick-slide {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
		padding: 20px 20px 30px;
		margin: 0;
		height: auto;
	}

	#main04 .slider .slick-slide:before {
		width: 80%;
		height: 61%;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}

	#main04 .slider .slick-slide .txt {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		width: 70%;
		left: 0;
		bottom: unset;
		margin: 0 auto;
		text-align: center;
	}

	#main04 .slider .slick-slide .img {
		position: relative;
		width: 100%;
		height: 320px;
		right: 0px;
	}

	#main04 .slider .slick-slide .img img {
		height: 100%;
		margin: 0 auto;
	}

	#main04 .slider .slick-slide .txt>p br {
		display: block;
	}

	#main04 .slider .slick-slide .txt>.list-info {
		text-align: left;
	}

	#main04 .slider .slick-slide .txt>.list-info>li:before {
		width: 25px;
		height: 25px;
	}
}

@media (max-width:540px) {
	#main04 .slider .slick-slide:before {
		width: 100%;
	}

	#main04 .slider .slick-slide .txt {
		width: 90%;
	}

	#main04 .slider .slick-slide .img {
		width: 80%;
		margin: 0 auto;
		height: auto;
	}

	#main04 .slider .slick-slide:before {
		border-radius: 10px;
	}
}

@media (max-width:450px) {
	#main04 .slider .slick-slide .txt>p br {
		display: none;
	}
}


#main05 {
	position: relative;
	background: url(../img/main/warm_bg.jpg) no-repeat center center/cover;
	height: 596px;
	text-align: center;
	padding: 150px 0;
}

#main05 .ft01 {
	padding-top: 50px;
	line-height: 1.5;
	font-size: 1.2rem;
	word-break: keep-all;
}

@media (max-width:1023px) {
	#main05 {
		height: auto;
		padding: 100px 0;
	}

	#main05 .big-txt {
		height: 35px;
	}

	#main05 .big-txt img {
		height: 70%;
	}
}

@media (max-width:768px) {
	#main05 {
		padding: 30px 0;
	}

	#main05 .signature {
		padding-bottom: 25px;
	}

	#main05 .signature img {
		height: 40px;
	}

	#main05 .big-txt {
		height: 25px;
	}

	#main05 .ft01 {
		padding-top: 20px;
		line-height: 1.5;
	}

}

@media (max-width:500px) {
	#main05 .signature {
		padding-bottom: 20px;
	}

	#main05 .signature img {
		height: 30px;
	}

	#main05 .big-txt {
		height: 18px;
	}

	#main05 .ft01 {
		padding-top: 15px;
	}

	#main05 .ft01 {
		font-size: 1.0rem;
	}
}

@media (max-width:450px) {
	#main05 .ft01 br {
		display: none;
	}
}



#main07 section {
	padding: 150px 0;
}

#main07 .box01 {
	width: 70%;
}

#main07 .box01 .board_tab ul {
	overflow: hidden;
	margin: 0 0 30px 0;
	display: flex;
	align-items: flex-end;
}

#main07 .box01 .board_tab ul li {
	font-weight: 500;
	cursor: pointer;
	color: #999;
}

#main07 .box01 .board_tab ul li p {
	padding: 15px 20px 0 20px;
}

#main07 .box01 .board_tab ul li.current p {
	color: #85ccc5;
	position: relative;
}

#main07 .box01 .board_tab ul li.current p:before {
	display: block;
	position: absolute;
	font-size: 12px;
	content: '●';
	top: -7%;
	left: 50%;
	transform: translate(-50%);
	color: #85ccc5;
}

#main07 .box01 .tab-content.current {
	visibility: visible;
	position: relative;
}

#main07 .box01 .tab-content {
	visibility: hidden;
	position: absolute;
}

#main07 .box01 .board_list .view {
	margin: -60px 0 0 0;
	float: Right;
	color: #999;
}

#main07 .box01 .board_list ul {
	width: 100%;
	overflow: hidden
}

#main07 .box01 .board_list ul li {
	font-weight: 500;
	border-bottom: 1px solid #d5d9d9;
}

#main07 .box01 .board_list ul li span {
	float: right;
	width: 25px;
	height: 25px;
	text-align: center;
	font-family: 'NotoSerifKR';
	font-weight: 200;
	background: url(../img/main/ic-plus.svg)no-repeat center;
	background-size: 10px auto;
	opacity: 0.6;
}

#main07 .box01 .board_list .date {
	float: left;
	margin: 0 20px 0 0;
}

#main07 .box01 .board_list ul li a {
	display: Block;
	padding: 19px;
}

#main07 .box01 .board_list ul li a:hover {
	background: #eff7f7;
	transition: all .3s ease;
}

#main07 .box01 .board_list ul li a:hover span {
	background: #85ccc5 url(../img/main/ic-plus-wt.svg)no-repeat center;
	background-size: 10px auto;
	opacity: 1;
	color: #fff;
	border-radius: 100px;
	transition: all .3s ease;
}

#main07 .box02 {
	width: 25%;
}

#main07 .box02 ul {
	overflow: hidden;
}

#main07 .box02 li {
	width: 100%;
	height: 398px;
	text-align: Center;
}

#main07 .box02 li a {
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 62px 0;
	height: 100%;
}

#main07 .box02 li a img {
	height: 125px;
	margin: 0 auto;
}

#main07 .box02 li .ft03 {
	margin-top: 40px;
	font-size: 1.63rem;
}

#main07 .box02 li .ft01 {
	font-size: 1.1rem;
	color: #fff;
}

#main07 .box02 li:nth-child(1) {
	background: #85ccc5;
}

@media (max-width:1400px) {
	#main07 .box02 li {
		height: 367px;
	}

	#main07 .box02 li a {
		padding: 50px 0;
	}
}

@media (max-width:1023px) {

	#main07 .box01 {
		width: 100%;
	}

	#main07 .box02 {
		width: 100%;
		margin: 30px 0 0 0;
	}

	#main07 .box01 .board_tab ul li p {
		padding: 15px 0 0;
		margin: 0 10px;
	}

	#main07 .box01 .board_tab ul li:first-child p {
		margin-left: 0;
	}
}

@media (max-width:650px) {
	#main07 .box01 .board_tab ul li.current p:before {
		font-size: 8px;
		top: 0;
	}

	#main07 .box01 .board_tab ul li p {
		padding: 12px 0 0;
		margin: 0 6px;
	}

	#main07 .box01 .board_tab ul li:first-child p {
		margin-left: 0;
	}

	#main07 .box02 li {
		height: auto;
	}

	#main07 .box02 li a {
		padding: 40px 20px;
	}

	#main07 .box02 li .ft03 {
		margin-top: 10px;
		padding-bottom: 15px;
	}
}

@media (max-width:500px) {
	#main07 .box02 li a {
		padding: 30px 10px;
	}

	#main07 .box02 li a img {
		height: 70px;
	}

	#main07 .box02 li .ft03 {
		padding-bottom: 7px;
	}

	#main07 .box01 .board_list ul li a {
		display: Block;
		padding: 10px;
	}
}


#main09 {
	position: relative;
	padding-bottom: 100px;
}

#main09::before {
	position: absolute;
	content: "";
	height: 655px;
	background: #F5F3F1 url(../img/main/bg-facility.jpg)no-repeat center;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

#main09 .gallery_wrap {
	display: flex;
	align-items: flex-end;
	gap: 80px;

	width: 100%;
	height: auto;
	min-height: 667px;
}

#main09 .gallery_slide {
	max-width: 980px;
	width: 100%;
}

#main09 .gslider .gal_itm {
	height: 530px;
}

#main09 .slider-thumb {
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
}

/*
#main09 .slider-thumb .slick-track {
	width: 100% !important;
	display: flex !important;
	justify-content: space-between;
}

#main09 .slider-thumb .slick-slide {
	flex: 1 1 25%;
	max-width: 25%;
}
*/
#main09 .slider-thumb .gal_itm {
	height: 137px;
}

#main09 .slider-thumb .gal_itm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#main09 .slider-thumb .slick-slide {
	position: relative;
}

#main09 .slider-thumb .slick-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 5px solid #85ccc5;
	opacity: 0;
}

#main09 .slider-thumb .slick-slide.slick-current:before {
	opacitY: 1;
}

#main09 .circle_btn {
	width: 130px;
	height: 130px;
	background: #85ccc5;
	border-radius: 50%;

	display: flex;
	justify-content: center;
	align-items: center;
}

#main09 .circle_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#main09 .gslider button {
	position: absolute;
}

#main08 {
	overflow: hidden;
	max-width: 1920px;
	margin: auto
}

#main08 .box {
	width: 50%;
	height: 600px;
}

#main08 .root_daum_roughmap .wrap_map {
	height: 600px;
}

#main08 .root_daum_roughmap .wrap_controllers {
	display: none;
}

#main08 .root_daum_roughmap .cont {
	display: none;
}

#main08 .box01 .map {
	width: 100% !important;
}

#main08 .box02 {
	padding: 80px;
	position: relative;
	background: url(../img/main/contact-bg.jpg)no-repeat center center/cover;
}

#main08 .box02 .contact_leaf {
	position: absolute;
}

#main08 .box02 .contact_leaf.lf01 {
	top: -80px;
	right: -100px;
	transform: rotate(-20deg);
}

#main08 .box02 .contact_leaf.lf02 {
	transform: scale(1.2);
	right: -50px;
	top: -50px;
}

#main08 .box02 h1 {
	color: #85ccc5;
	font-size: 4.38rem;
	padding: 10px 0 40px;
	font-weight: 500;
	font-family: 'Cafe24ClassicType';
}

#main08 .box02 span {
	margin: 0 0 0 20px;
	font-weight: 500;
}

#main08 .box02 .time_wrap,
#main08 .box02 .clinic_add {
	display: flex;
	gap: 30px;
}

#main08 .box02 .ft01 {
	color: #fff;
	line-height: 1.7;
}

#main08 .box02 .time_wrap li em {
	font-style: normal;
	display: inline-block;
	width: 78px;
}

@media (max-width:1500px) {
	#main08 .box02 h1 {
		font-size: 3.8rem;
	}
}

@media (max-width:768px) {
	#main08 .root_daum_roughmap .wrap_map {
		height: 400px;
	}

	#main08 .box02 .time_wrap li em {
		width: 60px;
	}

}

@media (max-width:540px) {
	#main08 .box02 .time_wrap li em {
		width: 55px;
	}
}

/* insta */
#main-insta {
	position: relative;
}

#main-insta section {
	padding: 100px 0;
	text-align: center;
	box-sizing: border-box;
}

.insta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 60px;
}

.insta-item {
	width: calc((100% / 4) - 15px);
}

.insta-item a {
	display: block;
	width: 100%;
	height: auto;
}

.insta-item a img {
	width: 100%;
	height: auto;
}

@media (max-width:860px) {
	.insta-list {
		gap: 15px;
	}

	.insta-item {
		width: calc((100% / 4) - 11.5px);
	}
}

@media (max-width:768px) {
	.insta-list {
		margin-top: 40px;
	}

	.insta-item {
		width: calc((100% / 2) - 7.5px);
	}
}

@media (max-width:540px) {
	.insta-list {
		margin-top: 30px;
		gap: 10px;
	}

	.insta-item {
		width: calc((100% / 4) - 8px);
	}
}

.buttons {
	cursor: pointer;
	position: fixed;
	right: 50px;
	bottom: 50px;
	text-align: center;
	border-radius: 100px;
	z-index: 99;
}


.buttons.q_btn02 {
	cursor: pointer;
	position: fixed;
	right: 50px;
	bottom: 140px;
	text-align: center;
	border-radius: 100px;
}


.buttons.q_btn03 {
	cursor: pointer;
	position: fixed;
	right: 50px;
	bottom: 230px;
	text-align: center;
	border-radius: 100px;
}

.buttons.q_btn04 {
	cursor: pointer;
	position: fixed;
	right: 50px;
	bottom: 320px;
	text-align: center;
	border-radius: 100px;
}


.blob-btn {
	width: 80px;
	height: 80px;
	z-index: 1;
	position: relative;
	padding: 20px;
	text-transform: uppercase;
	color: #5f5b52;
	font-weight: bold;
	font-size: 13px;
	background-color: transparent;
	outline: none;
	border: none;
	transition: color 0.5s;
	border-radius: 100px;

	display: none;
}

.blob-btn:before {
	content: "";
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #5f5b52;
	border-radius: 100px;
}

.blob-btn:after {
	content: "";
	z-index: -2;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 100%;
	height: 100%;
	transition: all 0.3s 0.2s;
	border-radius: 100px;
}

.blob-btn:hover {
	color: #fff;
	border-radius: 100px;
}

.blob-btn:hover:after {
	transition: all 0.3s;
	left: 0;
	top: 0;
	border-radius: 100px;
}

.blob-btn__inner {
	z-index: -1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.5);
}

.blob-btn__blobs {
	position: relative;
	display: block;
	height: 100%;
	filter: url('#goo');
}

.blob-btn__blob {
	position: absolute;
	top: 2px;
	width: 25%;
	height: 100%;
	background: #5f5b52;
	border-radius: 100%;
	transform: translate3d(0, 150%, 0) scale(1.7);
	transition: transform 0.45s;
}

@supports (filter: url('#goo')) {
	transform: translate3d(0, 150%, 0) scale(1.4);
}

.blob-btn__blob:nth-child(1) {
	left: 0%;
	transition-delay: 0s;
}

.blob-btn__blob:nth-child(2) {
	left: 30%;
	transition-delay: 0.08s;
}

.blob-btn__blob:nth-child(3) {
	left: 60%;
	transition-delay: 0.16s;
}

.blob-btn__blob:nth-child(4) {
	left: 90%;
	transition-delay: 0.24s;
}

.blob-btn:hover .blob-btn__blob {
	transform: translateZ(0) scale(1.7);
}

@supports (filter: url('#goo')) {
	transform: translateZ(0) scale(1.4);
}


footer {
	clear: both;
	padding: 100px 0;
	background: #192d32;
}

footer .ft01 {
	color: #FFF;
}

footer p {
	color: #FFF;
}



footer a {
	color: #FFF
}

footer .box01 {
	float: left;
	width: 60%;
}

footer .box02 {
	float: left;
	width: 20%;
}

footer .box03 {
	float: left;
	width: 20%;
}

footer .border {
	display: inline-block;
	margin: 50px 0;
	width: 100%;
	height: 1px;
	background: #FFF
}

footer .box03 img {
	margin: 0 20px 0 0
}

footer .box04 {
	float: left;
	width: 40%;
}

footer .box04 li {
	float: left;
	margin: 0 0 0 20px
}

footer .box04 li a {
	line-height: 1em;
}

.f_bar::before {
	content: " | ";
	font-size: 0.8em;
	/* 크기 조절 */
	vertical-align: middle;
	margin: 0 5px;
	position: relative;
	top: -4px;
	/* 위로 살짝 올림 */
}

@media (max-width: 768px) {
	.f_bar::before {
		content: " | ";
		font-size: 0.6em;
		/* 크기 조절 */
		vertical-align: middle;
		margin: 0 5px;
		position: relative;
		top: -2px;
		/* 위로 살짝 올림 */
	}
}

.board_tit {
	font-size: 2.5rem;
	position: relative;
	display: inline-block;
	margin: 50px 0;
	box-shadow: inset 0 -25px 0 rgba(246, 244, 237, 1.00);
}

.board_tit:after {
	font-family: 'Noto Serif KR';
	display: block;
	position: absolute;
	font-size: 12px;
	content: '\25CF';
	top: -10%;
	right: -5%;
	color: #a59267;
}

.board_tit.doni {
	letter-spacing: 10px
}

.member_menu ul {
	overflow: hidden;
	margin: 0 0 100px 0;
	border: 1px solid #e5dfcf
}

.member_menu ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.member_menu ul li a {
	display: block;
	padding: 15px 0;
	border-right: 1px solid #e5dfcf;
	background: #f8f8f8
}

.member_menu ul li:last-child a {
	border: none
}

.member_menu ul li a.on {
	background: #5f5b52;
	color: #FFF;
}

.register_menu ul {
	overflow: hidden;
	margin: 0 0 20px 0;
	border: 1px solid #e5dfcf
}

.register_menu ul li {
	float: left;
	width: 33.333%;
	text-align: center;
	padding: 15px 0;
	border-right: 1px solid #e5dfcf;
	background: #f8f8f8
}

.register_menu ul li:last-child {
	border: none
}

.register_menu ul li.on {
	background: #b6b5b0;
	color: #FFF;
}


/*그누보드 css 커스텀*/

#bo_v .if_date,
#bo_v_share {
	display: none;
}

.go_back {
	text-align: center;
}

.go_back a.btn_b01 {
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	width: 150px;
}

#container {
	min-height: 80vh;
}

#bo_gall .gall_img {
	height: auto !important;
}

#container .register {
	margin: 110px auto 130px;
	width: 70vw;
}

.more_opt li {
	font-size: 14px;
}



@media (max-width: 768px) {
	#container .register {
		margin: 30px auto;
		width: 90%;
	}

	.more_opt li {
		font-size: 12px;
	}

	.go_back a.btn_b01 {
		border: 1px solid #ebebeb;
		height: 30px;
		line-height: 30px;
		width: 100px;
	}
}

#wrapper {
	min-width: auto !important;
}

#find_info {
	margin: 100px auto;
	width: 430px;
}

#find_info .new_win_con {
	background: transparent !important;
}

#find_info #mb_email {
	margin: 20px 0;
}

.new_win .win_btn {
	margin-top: 30px;
}

.bo_title {
	width: 1200px;
	margin: 0 auto;
}

#bo_list .bo_tit .new_icon {
	color: #85ccc5 !important;
	background: transparent !important;
}

@media (max-width: 1800px) {}

@media (max-width: 1700px) {
	.header .menu li a {
		font-size: .9rem;
	}

	.header.on .menu li a {
		font-size: 1rem;
	}
}

@media (max-width: 1590px) {
	.pc_wrap {
		display: none;
	}

	.sitemap {
		display: none !important;
	}

	.m_wrap {
		display: block;
		overflow: hidden;
	}
}

@media (max-width: 1400px) {

	html,
	body {
		font-size: 13px;
	}

	.ft04 {
		font-size: 1.6rem;
	}

	.tit_txt {
		font-size: 1.4rem;
	}

	.header .logo {
		height: 80px;
	}

	.submenu_wrap {
		width: calc(125px * 6);
		margin: 0 190px 0 auto;
	}

	.submenu ul {
		width: 125px;
	}

	.visible-sm {
		display: block !important
	}

	.visible-lg {
		display: none !important
	}

	.hidden-sm {
		display: none !important
	}

	.container {
		width: 90%;
	}

	.sitemap {
		overflow-y: scroll
	}

	.sitemap .box01 {
		height: Auto;
		width: 100%;
		padding: 80px;
	}

	.sitemap .box02 {
		height: Auto;
		width: 100%;
		padding: 80px;
	}

	.sitemap .box01 .sub p {
		min-width: 180px;
	}

	.sitemap .box02 .logo {
		padding: 0 0 50px 0;
		margin: 0;
		width: 150px;
	}

	.sitemap .box02 .list03 {
		margin: 0 0 50px 0
	}




	#main02 ul {
		width: 100%;
	}





	#main02 .doni {
		left: -50px;
	}





	/* txt + big*/
	.MainSection02 .sldWrap1 {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
	}

	.MainSection02 .sldWrap1 .ThumBox {
		width: 100%;
		position: relative;
		/* display: table; */

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox {
		width: 754px;
		/* display: table-cell; */
		display: block;
		vertical-align: top;
		text-align: left;
	}

	.MainSection02 .sldWrap1 .ThumBox .imgBox {
		width: 754px;
		/* display: table-cell; */
		display: block;
		vertical-align: top;
		padding-left: 0;
		padding-top: 60px;
		margin-bottom: 60px;
	}

	.MainSection02 .sldWrap2 {
		position: static;
		left: 0;
		bottom: 0px;
		/* width: 560px; */
		max-width: 754px;
		width: 100%;
		margin: 0 auto;
		z-index: 10;
	}


	.MainSection02 .sldWrap2 .sld_btn_next {
		display: block;
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translate(0, -50%);
		font-size: 32pt;
		font-weight: 200;
		cursor: pointer;
		transition: 0.5s;
	}

	#main05 .box03 ul {
		width: 100%;
	}

	#main05 .box02 {
		padding: 80px 0
	}

	#main05 .box02 span {
		margin: 0
	}

	/*그누보드 커스텀*/
	#wrapper {
		width: 100vw;
		margin: 0 auto;
	}

	.bo_title {
		width: 90vw;
	}

}

@media (max-width:1366px) and (min-width:1024px) {


	.main section {
		padding: 80px 0 !important
	}





	#main04 .more {
		width: 80px;
		height: 80px;
	}


	#main05 .more {
		width: 80px;
		height: 80px;
	}

	#main05 .box03 li:nth-child(1) {
		width: 40%;
	}

	#main05 .box03 li:nth-child(2) {
		width: 60%;
		padding: 50px 0 0 0
	}
}

/*
@media (max-width:1200px){
	.pc_wrap{display:none;}
	.sitemap{display:none !important;}
	.m_wrap{display:block;}
}
*/
@media (max-width:1023px) {

	.main section {
		padding: 30px 0 !important
	}

	#main_slide .slide01 .slidebg04 .video01 {
		display: none
	}

	#main_slide .slide01 .slidebg04 .video02 {
		display: block;
		margin: -50px 0 0 0
	}

	#main04 .more {
		width: 80px;
		height: 80px;
		margin: 30px 0 0 0;
	}

	#main05 .box03 li:nth-child(1) {
		width: 100%;
	}

	#main05 .box03 li:nth-child(2) {
		width: 100%;
	}

	#main05 .more {
		width: 80px;
		height: 80px;
		margin: 30px 0 0 0
	}




	footer {
		padding: 80px 0
	}

	footer .box01 {
		width: 50%;
	}

	footer .box02 {
		width: 25%;
	}

	footer .box03 {
		width: 25%;
	}

	footer .box04 {
		width: 100%;
	}

	footer .box04 li {
		margin: 0 20px 0 0
	}

	#main08 .box {
		width: 100%;
	}

	/* #main08 .box01 .map {
		height: 300px;
	} */
}

@media (max-width:1023px) and (min-width:768px) {





	#main03 ul li {
		width: 80%;
		margin: 5% auto;
		display: block;
		float: none
	}

	#main03 ul li a {
		padding: 30px;
	}

}

@media (max-width: 768px) {
	.m_wrap {
		display: flex;
		align-items: center;
		padding: 0 5%;
		height: 70px;
	}

	.m_wrap .logo {
		padding: 0;
	}

	.m_wrap .logo img {
		width: auto;
		height: 40px;
	}

	.mo_br {
		display: block;
	}

	.pb-30 {
		padding-bottom: 15px;
	}

	.mini_logo img {
		height: 40px;
	}

	.tit_txt img {
		width: 60%;
	}

	.visible-xs {
		display: block !important
	}

	.hidden-xs {
		display: none !important
	}

	html,
	body {
		font-size: 11px;
	}

	#hd_pop {
		width: 100% !important;
	}

	.hd_pops {
		width: 95% !important;
		left: 0 !important;
		top: 75px !important;
		margin: 10px;
	}

	.hd_pops img {
		width: 100% !important;
	}

	.hd_pops_con {
		width: 100% !important;
		height: auto !important;
	}

	.board_tit {
		margin: 30px 0
	}








	/* #main03 - slide */
	#main03 {
		position: relative;
		background: url('/img/main/mp_bg.png') no-repeat center center/cover;
		overflow: hidden;
	}

	.MainSection02 {
		width: 100%;
		position: relative;

		padding: 150px 0;
		overflow: visible;

		/* outline: 1px solid tomato; */
	}

	.MainSection02 .Inner {
		height: 100%;
	}

	/* txt + big*/
	.MainSection02 .sldWrap1 {
		width: 100%;
		position: relative;
		display: block;
		z-index: 1;
	}

	.MainSection02 .sldWrap1 .ThumBox {
		width: 100%;
		position: relative;
		/* display: table; */

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox {
		width: 90%;
		/* display: table-cell; */
		display: block;
		vertical-align: top;
		text-align: left;

	}

	.MainSection02 .sldWrap1 .ThumBox .imgBox {
		width: 90%;
		/* display: table-cell; */
		display: block;
		vertical-align: top;
		padding-left: 0;
		padding-top: 30px;
		margin-bottom: 20px;

	}

	/* txt */
	.MainSection02 .sldWrap1 .MultiImgSlider .slick-list {
		overflow: inherit;
	}

	.MainSection02 .sldWrap1 .ThumBox {
		overflow: inherit !important;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox h6 {
		font-size: 18pt;
		font-weight: 500;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox h3 {
		font-size: 32pt;
		font-weight: 700;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b em {
		margin-top: 8px;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b {
		margin-bottom: 10px;
	}

	.MainSection02 .sldWrap1 .ThumBox1 .txtBox .tit_b img {
		width: 41%;
	}

	.MainSection02 .sldWrap1 .ThumBox2 .txtBox .tit_b img,
	.MainSection02 .sldWrap1 .ThumBox3 .txtBox .tit_b img,
	.MainSection02 .sldWrap1 .ThumBox4 .txtBox .tit_b img,
	.MainSection02 .sldWrap1 .ThumBox5 .txtBox .tit_b img {
		width: 35%;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_txt {
		margin-bottom: 15px;
	}



	.MainSection02 .sldWrap1 .ThumBox .txtBox p b {
		font-weight: 600;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox a {
		display: block;
		width: fit-content;
		padding: 4px 12px;
		font-size: 7pt;
		font-weight: 700;
		border: 1px solid #000;
		/* transition: 0.5s; */
	}

	/* 
	.MainSection02 .sldWrap1 .ThumBox .txtBox a:hover {
		letter-spacing: 2pt;
	} */

	/*이미지영역*/
	.MainSection02 .sldWrap1 .ThumBox .imgBox {
		position: relative;
	}

	.MainSection02 .sldWrap1 .ThumBox .imgBox img {
		border-radius: 8px;
		width: 90vw;
	}

	.MainSection02 .sldWrap1 .ThumBox .imgBox span {
		position: absolute;
		right: -15px;
		bottom: 0;
		color: #666666;
		font-weight: 200;
		font-size: 22pt;
		letter-spacing: 5pt;
		transform: rotate(90deg);
		transform-origin: 100% 100%;
	}

	.MainSection02 .sldWrap1 .ThumBox .imgBox span b {
		font-weight: 500;
		letter-spacing: 5pt;
		color: #666666
	}

	/*네비영역*/
	.MainSection02 .sldWrap2 {
		position: static;
		left: 0;
		bottom: 0px;
		/* width: 560px; */
		/* max-width: 754px; */
		width: calc(90vw + 10px);
		margin: 0 auto;
		z-index: 10;

	}

	.MainSection02 .sldWrap2 .slick-track {
		margin: 0;
	}

	.MainSection02 .sldWrap2 .ThumBox {
		padding: 0 6px;
		margin: 0 5px;
	}

	.MainSection02 .sldWrap2 .ThumBox img {
		width: 100%;
		border-radius: 8px;
	}

	.MainSection02 .sldWrap2 .sldWrap2Inner {
		width: 100%;
		position: relative;
	}

	.MainSection02 .sldWrap2 .sld_btn_prev {
		/* display: block; */
		position: absolute;
		top: 50%;
		left: -120px;
		transform: translate(0, -50%);
		font-size: 32pt;
		font-weight: 200;
		cursor: pointer;
		transition: 0.5s;

		display: none !important;
	}

	.MainSection02 .sldWrap2 .sld_btn_prev img {
		filter: brightness(88%);
		opacity: 0.7;
	}

	.MainSection02 .sldWrap2 .sld_btn_prev:hover {
		color: #999;
	}

	.MainSection02 .sldWrap2 .sld_btn_next {
		/* display: block; */
		position: absolute;
		top: 50%;
		right: -120px;
		transform: translate(0, -50%);
		font-size: 32pt;
		font-weight: 200;
		cursor: pointer;
		transition: 0.5s;

		display: none !important;
	}

	.MainSection02 .sldWrap2 .sld_btn_next img {
		filter: brightness(88%);
		opacity: 0.7;
	}

	.MainSection02 .sldWrap2 .sld_btn_next:hover {
		color: #999;
	}

	.MainSection02 .sldWrap2 .slick-active {
		opacity: 0.5;
		transition: 0.3s;
	}

	.MainSection02 .sldWrap2 .slick-active:hover {
		opacity: 0.7;
	}

	.MainSection02 .sldWrap2 .slick-current {
		opacity: 1;
	}

	.MainSection02 .sldWrap2 .slick-current:hover {
		opacity: 1;
	}

	.MainSection02 .sldWrap2 .ThumBox {
		height: 150px;
	}

	.MainSection02 .sldWrap2 .ThumBox .icon {
		width: 60px;
	}

	.MainSection02 .sldWrap2 .ThumBox h3 {
		margin-top: 15px;
	}

	/*
	#main04 .container {
		overflow: visible;
	}

	#main04 .slider-container {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	#main04 .slider .slick-slide {
		margin-right: 0px;
	}

	#main04 .slider .slick-slide:last-child {
		margin-right: 0;
	}

	#main04 .slider {
		width: 100%;
	}

	#main04 .slider .slider img {
		width: 100%;
		height: auto;
		display: block;
	}

	#main04 .slider .eq_itm img {
		height: 400px;
		margin: 0 auto;
	}
	*/

	#main04 .sld_btn_prev2,
	#main04 .sld_btn_next2 {
		position: absolute;
		top: 28%;
		transform: translateY(-50%);
		z-index: 10;
		cursor: pointer;
	}

	#main04 .sld_btn_prev2 img,
	#main04 .sld_btn_next2 img {
		height: 25px;
	}

	#main04 .sld_btn_prev2 {
		left: 0px;
	}

	#main04 .sld_btn_next2 {
		right: 0px;
	}

	/* 
	#main05 .more {
		width: 70px;
		height: 70px
	}

	#main05 .box {
		width: 100%;
	}

	#main05 .box02 {
		padding: 30px 0 0 0
	}

	#main05 .box03 {
		border-radius: 20px;
		padding: 20px
	} */

	#main07 .box01 .board_tab ul {
		overflow: hidden;
		margin: 0 0 15px 0
	}

	#main07 .box01 .board_list .view {
		margin: -30px 0 0 0;
		float: Right;
		color: #b7b5b0
	}


	#main07 .box01 .board_list ul li a:hover span {
		background: none;
		/* color: #fff; */
		/* border-radius: 100px; */
		/* transition: all .3s ease; */

		color: #141414;
	}

	#main09 {
		position: relative;
		padding-bottom: 0px;
	}

	#main09::before {
		position: absolute;
		content: "";
		/* height: 655px; */
		height: auto;
		background: #F5F3F1;
		width: 100%;
		/* bottom: 0; */
		top: 0;
		z-index: -1;
	}

	#main09 .gallery_wrap {
		display: flex;
		align-items: flex-end;
		gap: 15px;

		flex-direction: column-reverse;

		min-height: auto;

	}

	#main09 .gallery_slide {
		max-width: 980px;
		width: 100%;
	}

	#main09 .gslider .gal_itm {
		height: 230px;
	}

	#main09 .gslider .gal_itm img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#main09 .slider-thumb {
		max-width: 980px;
		margin: 0 auto;
		width: 100%;
	}

	/*
	#main09 .slider-thumb .slick-track {
		width: 100% !important;
		display: flex !important;
		justify-content: space-between;
	}

	#main09 .slider-thumb .slick-slide {
		flex: 1 1 25%;
		max-width: 25%;
	}
	*/

	#main09 .slider-thumb .gal_itm {
		height: 94px;
	}

	#main09 .slider-thumb .gal_itm img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#main09 .slider-thumb .slick-slide:before {
		border-width: 4px;
	}

	#main09 .gallery_txt {
		width: 100%;
	}

	#main09 .gallery_txt .signature img {
		width: 32%;
	}

	#main09 .circle_btn {
		width: 100px;
		height: 100px;
		border: 2px solid #85ccc5;
		border-radius: 50%;

		display: flex;
		justify-content: center;
		align-items: center;

		display: none;
	}

	#main09 .circle_btn img {
		height: 30px;
	}

	#main08 .box01 {
		height: 400px;
	}

	#main08 .box02 {
		padding: 30px 20px 20px;
		height: auto;
		overflow: hidden;
	}

	#main08 .box02 img {
		width: 33%;
	}

	#main08 .box02 h1 {
		font-size: 30px;
		padding: 10px 0;
	}

	#main08 .ft04 {
		font-size: 1.6rem;
	}

	/*
	#main08 .box02 .contact_leaf.lf01 {
		top: -117px;
		right: -239px;
		transform: rotate(-20deg);
	}

	#main08 .box02 .contact_leaf.lf02 {
		transform: scale(1);
		right: -294px;
		top: -127px;
	}
	*/
	#main08 .box02 .contact_leaf.lf01 {
		right: -67px;
	}

	#main08 .box02 .contact_leaf.lf01 img,
	#main08 .box02 .contact_leaf.lf02 img {
		width: 250px;
	}

	#main08 .box02 .time_wrap,
	#main08 .box02 .clinic_add {
		display: flex;
		gap: 20px;
	}

	.buttons {
		right: 20px;
		bottom: 100px
	}

	.buttons.q_btn02 {
		right: 20px;
		bottom: 90px
	}

	.buttons.q_btn03 {
		right: 20px;
		bottom: 160px
	}

	.buttons.q_btn04 {
		right: 20px;
		bottom: 230px
	}

	.blob-btn {
		width: 60px;
		height: 60px;
		padding: 10px;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 11px;
	}

	footer {
		padding: 50px 0 100px;
	}

	footer .box01 {
		width: 100%;
	}

	footer .box01 {
		width: 100%;
		margin: 0;
	}

	footer .box02 {
		width: 100%;
		margin: 20px 0
	}

	footer .box03 {
		width: 100%;
	}

	footer .border {
		margin: 20px 0
	}

	footer .ft02 {
		padding: 0 0 10px 0
	}

	.member_menu ul {
		margin: 0 0 50px 0
	}

}

@media (max-width:640px) {
	.m_wrap {
		height: 55px;
	}

	.m_wrap .logo {
		padding: 0;
	}

	.m_wrap .logo img {
		/* width: 23%; */
		width: auto;
		height: 30px;
	}

	#main02 .leaf01 {
		width: 40%;
	}

	#main02 .leaf02 {
		width: 40%;
		top: 23%;
	}

	#main02 .leaf03 {
		width: 50%;
	}

	.menu_btn {
		right: 5%;
		/* width: 30px; */
		/* height: 25px; */
		width: 28px;
		height: 18px;
	}

	.menu_btn .btn_line02 {
		/* top: 11px; */
		top: 8px;
	}

	#main02 .doni {
		left: -30px;
	}

	.b-box {
		border-radius: 20px;
	}

	.MainSection02 .sldWrap2 .ThumBox {
		height: 130px;
	}

	.MainSection02 .sldWrap2 .ThumBox .icon {
		width: 50px;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b h3 {
		font-size: 2.5rem;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b em {
		font-size: 1.4rem;
	}
}

@media (max-width: 500px) {

	.m_wrap {
		height: 45px;
	}

	.gall_row .col-gn-3 {
		width: 50% !important;
	}

	.mini_logo img {
		height: 30px;
	}

	.pb-30 {
		padding-bottom: 8px;
	}

	.MainSection02 .sldWrap2 .ThumBox {
		height: 90px;
	}

	.MainSection02 .sldWrap2 .ThumBox .icon {
		width: 40px;
	}

	.MainSection02 .sldWrap2 .ThumBox h3 {
		margin-top: 10px;
	}

	.MainSection02 .sldWrap1 .ThumBox .txtBox .tit_b h3 {
		font-size: 2.2rem;
	}

	#main08 .box02 .contact_leaf.lf01 {
		top: -38px;
		right: -50px;
	}

	#main08 .box02 .contact_leaf.lf02 {
		right: -30px;
		top: -25px;
	}

	#main08 .box02 .contact_leaf.lf01 img,
	#main08 .box02 .contact_leaf.lf02 img {
		width: 150px;
	}
}

@media (max-width: 480px) {

	html,
	body {
		font-size: 10px;
	}

	#main_slide .slide01 .swiper-slide .txt h1 {
		font-size: 2.5rem
	}

	#main02 ul li:nth-child(2) .intro_txt img {
		width: 92%;
	}


	#main03 ul li img {
		width: 20%;
		padding: 0
	}

	/*#main03 ul li:nth-child(3) img{width:20%}*/
	#main03 ul li {
		width: 94%;
	}

	#main05 .box {
		margin: auto;
		float: none !important;
		width: 70%;
		text-align: Center;
	}

	#main05 .box02 {
		width: 100%
	}

	.member_menu ul li {
		width: 50%;
	}

	footer {
		padding: 30px 0 90px;
	}
}

@media (max-width: 420px) {
	.MainSection02 .sldWrap2 {
		width: calc(90vw + 8px);
	}

	.MainSection02 .sldWrap2 .ThumBox {
		margin: 0 4px;
	}

	.MainSection02 .sldWrap2 .ThumBox .icon {
		width: 34px;
	}

	.MainSection02 .sldWrap2 .ThumBox h3 {
		font-size: 1rem;
	}
}


#quickList {
	position: fixed;
	z-index: 8;
	top: 55%;
	right: 3.7%;
	transform: translateY(-50%);
	z-index: 90;
}

#quickList .pl {
	white-space: pre-line
}

#quickList .plus_link {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	width: 94px;
	background-color: #85ccc5;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 4px 4px 15px rgba(17, 17, 17, 0.2);
}

#quickList .plus_link img {
	width: 99%;
}

#quickList .plus_link .pl {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	color: #fff
}

#quickList .plus_link .go {
	display: flex;
	align-items: end;
	font-size: 9px;
	font-weight: 300;
	color: #fff
}

#quickList .plus_link svg {
	width: 12px;
	height: 12px
}

#quickList .list {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
	padding: 20px 5%;
	max-width: 94px;
	border-radius: 8px;
	box-shadow: 4px 4px 20px rgba(17, 17, 17, 0.3);
	background-color: #fff;
	color: #111
}

#quickList .list li {
	width: 100%
}

#quickList .list li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #b6e0dc;
	color: #37b6a4;
}

#quickList .list li:last-child a {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px
}

#quickList .list .kakao {
	width: 23px;
	height: 21px;
	background: url(../img/kakao.svg) no-repeat center / contain
}

#quickList .list .naver {
	width: 18px;
	height: 18px;
	background: url(../img/ic-naver.svg) no-repeat center / contain
}

#quickList .list .blog {
	width: 23px;
	height: 21px;
	background: url(../img/blog.svg) no-repeat center / contain
}

#quickList .list .gift {
	width: 23px;
	height: 21px;
	background: url(../img/gift.svg) no-repeat center / contain
}

#quickList .list .edit {
	width: 23px;
	height: 21px;
	background: url(../img/edit.svg) no-repeat center / contain
}

#quickList .list .phone-call {
	width: 23px;
	height: 21px;
	background: url(../img/phone-call.svg) no-repeat center / contain
}

#quickList .list .youtube {
	width: 23px;
	height: 16px;
	background: url(./youtube.png) no-repeat center / contain
}

#quickList .list .insta {
	width: 23px;
	height: 23px;
	background: url(./insta.png) no-repeat center / contain
}

#quickList .list .cate {
	font-size: 13px;
	font-weight: 500;
	transition: all .3s
}

#quickList .list .number {
	margin-top: 5px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

#quickList .list svg {
	color: #111
}

#quickList .progress-wrap {
	position: relative;
	margin: 10px auto 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px rgba(200, 200, 200, .5);
	transition: all .2s;
	background-color: #ffffff85;
	cursor: pointer
}

#quickList .progress-wrap span {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 20px;
	transform: translate(-50%, -50%)
}

#quickList .progress-wrap .arrow-up {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/arrow-up.svg) no-repeat center / contain
}

#quickList .progress-wrap .arrow-up svg {
	stroke-width: 1.5px;
	color: #000000;
	transition: all .3s
}

#quickList .progress-wrap span svg {
	width: 20px;
	height: 20px;
	stroke-width: 1.5px;
	color: #000000;
	transition: all .3s
}

#quickList .progress-wrap svg path {
	fill: none
}

#quickList .progress-wrap svg.progress-circle path {
	stroke: #85ccc5;
	stroke-width: 4;
	-webkit-transition: all .2s;
	transition: all .2s
}


@keyframes blink-effect {
	50% {
		opacity: 0;
	}
}

.blink {
	animation: blink-effect 1s step-end infinite;
}

/* 반응형 [s] */
@media (hover:hover) {
	#quickList .list li a:hover .cate {
		color: #85ccc5;
	}

	#quickList .progress-wrap:hover span svg {
		color: #85ccc5;
	}
}

@media (max-width:1024px) {
	#quickList {
		right: 1%
	}

	#quickList .plus_link {
		width: 82px;
		height: 135px
	}

	#quickList .plus_link .pl {
		font-size: 13px
	}

	#quickList .list li a {
		padding-bottom: 12px;
		margin-bottom: 12px
	}

	#quickList .list .kakao {
		width: 20px;
		height: 18px
	}

	#quickList .list .youtube {
		width: 20px;
		height: 13px
	}

	#quickList .list .insta {
		width: 19px;
		height: 19px;
	}

	#quickList .list svg {
		width: 20px;
		height: 20px
	}

	#quickList .list .number {
		font-size: 17px
	}

	#quickList .progress-wrap {
		width: 48px;
		height: 48px
	}

	#quickList .progress-wrap span svg {
		width: 18px;
		height: 18px
	}
}

@media (max-width:768px) {
	#quickList {
		display: flex;
		right: 0px;
		top: unset;
		bottom: 0px;
		transform: none;
		width: 100%
	}

	#quickList .plus_link {
		display: none
	}

	#quickList .list {
		flex-direction: row;
		margin-top: 0px;
		max-width: unset;
		padding: 18px 2.5%;
		width: 100%;
		border-radius: 0px;
		background-color: #ffffff;
	}

	#quickList .list li a {
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
		border-right: 1px solid #e1e1e1
	}

	#quickList .list li:last-child a {
		border: none
	}

	#quickList .list .number {
		display: none
	}

	#quickList .progress-wrap {
		display: none
	}
}

@media (max-width:480px) {
	#quickList .list {
		padding: 10px 2.5%
	}

	#quickList .list .cate {
		font-size: 11px;
	}

	.buttons {
		bottom: 70px;
		right: 10px;
	}
}

/* 반응형 [e] */


[data-ani] {
	opacity: 0;
	transition: transform 1.6s ease, opacity 1.3s ease;
	transform-style: preserve-3d;
	will-change: transform;
}

[data-ani].moved {
	opacity: 1;
	transform: none;
}

[data-ani="img"] {
	transform: translate(0%, 40%) matrix3d(1, 0, 0, 0, 0, 0.997564, 0.0697565, -0.00028, 0, -0.0697565, 0.997564, -0.00249391, 0, 0, 40, 0.9);
}

[data-ani="top"] {
	transform: translateY(100px);
	transition-delay: 0.1s;
}

[data-ani="right"] {
	transform: translateX(80px);
	transition-delay: 0.1s;
}

[data-ani="left"] {
	transform: translateX(-80px);
	transition-delay: 0.1s;
}

[data-ani="scale"] {
	transform: scale(2);
	transition-delay: 0.1s;
	opacity: 1 !important;
}

[data-ani="rotate"] {
	transform: scale(1.15);
	transition-delay: 0.1s;
	opacity: 1 !important;
}

/* start motion  for All contents */
.motion-on [data-motion] {
	transition: transform 1.4s ease, opacity 1.3s ease;
	transform: none;
	opacity: 1;
	will-change: transform;
}

[data-motion] {
	opacity: 0;
}

[data-motion="preserveTop"] {
	transform: translateY(100%) rotateX(-80deg);
	transform-style: preserve-3d;
	transform-origin: center bottom;
}

[data-motion="slideBtm"] {
	transform: translateY(-50px);
}

[data-motion="slideTop"] {
	transform: translateY(50px);
}

[data-motion="slideLeft"] {
	transform: translateX(-100px);
}

[data-motion="slideRight"] {
	transform: translateX(100px);
}

[data-motion="scale"] {
	animation: motion-scale 5s forwards cubic-bezier(0.12, 0.4, 0.41, 0.86);
}

/* delay set */
[data-delay="100"] {
	transition-delay: 100ms !important;
}

[data-delay="150"] {
	transition-delay: 150ms !important;
}

[data-delay="200"] {
	transition-delay: 200ms !important;
}

[data-delay="250"] {
	transition-delay: 250ms !important;
}

[data-delay="300"] {
	transition-delay: 300ms !important;
}

[data-delay="350"] {
	transition-delay: 350ms !important;
}

[data-delay="400"] {
	transition-delay: 400ms !important;
}

[data-delay="450"] {
	transition-delay: 450ms !important;
}

[data-delay="500"] {
	transition-delay: 500ms !important;
}

[data-delay="550"] {
	transition-delay: 550ms !important;
}

[data-delay="600"] {
	transition-delay: 600ms !important;
}

[data-delay="650"] {
	transition-delay: 650ms !important;
}

.visible {}

@media (max-width:768px) {
	.visible {
		opacity: 1 !important;
		transform: none !important;
	}
}