.text-hide {
	display: block;
	overflow: hidden;
	position: absolute;
	top: -1000em;
	left: 0;
}
header#hd {
	max-width: 2000px;
	min-width: 1400px;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 9999999;
	width: 100%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
header#hd .logo-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header#hd .logo-wr h1 a {
	display: block;
	width: 213px;
	height: 48px;
	background: url(/img/common/logo.png);
	margin-top: 8px;
}
header#hd .hd-util {
	height: 50px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 25px;
	color: #fff;
	background: #4060b2;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
header#hd .hd-util nav {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header#hd .hd-util nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header#hd .hd-util nav ul li {
	position: relative;
	padding: 0 30px;
}
header#hd .hd-util nav ul li:not(:last-child)::after {
	content: "|";
	position: absolute;
	top: 0.1em;
	right: 0;
	font-size: 0.8em;
}
header#hd .hd-util nav .lang {
	width: 52px;
	height: 32px;
	font-size: 0;
	color: rgba(0, 0, 0, 0);
	margin-left: 6px;
}
header#hd .hd-util nav .cn {
	background: url(/img/common/lang-cn.png);
}
header#hd .hd-util nav .en {
	background: url(/img/common/lang-en.png);
}
header#hd .hd-wr {
	margin: 0 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 24px 0 0;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
header#hd #gnb {
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
}
header#hd #gnb .cate {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 25px 0;
	border-radius: 10px 10px 0 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
header#hd #gnb .cate.sub_1 {
	padding: 15px 42px 0;
}
header#hd #gnb .cate .d-0 {
	position: relative;
	padding-bottom: 25px;
	font-weight: 300;
}
header#hd #gnb .cate .d-0::before {
	content: url(/img/common/gnb-arr.png);
	line-height: 0;
	position: absolute;
	top: calc(1em + 10px);
	left: calc(50% - 7px);
	margin-top: -5px;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
header#hd #gnb .cate.sub_5 .d-0::before {
	display: none;
}
header#hd #gnb .cate ul {
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	top: 57px;
	left: 0;
	width: 100%;
	text-align: center;
	margin-top: -5px;
	padding: 0 15px;
	max-height: 0;
	border-radius: 0 0 10px 10px;
	background: var(--blue);
	z-index: -1;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
header#hd #gnb .cate ul li {
	line-height: 1.2;
}
header#hd #gnb .cate ul li:not(:last-child) {
	margin-bottom: 15px;
}
header#hd #gnb .cate ul li span {
	display: block;
}
header#hd #gnb .cate ul a:hover {
	font-weight: 400;
}
header#hd #gnb .cate:hover {
	background: var(--blue);
}
header#hd #gnb .cate:hover .d-0::before {
	opacity: 1;
	margin-top: 0;
}
header#hd #gnb .cate:hover > a {
	color: #aef6ff;
}
header#hd #gnb .cate:hover ul {
	margin-top: 0;
	opacity: 1;
	z-index: 10;
	max-height: 300px;
	padding: 20px 15px;
}
header#hd .hd-sns {
	width: 128px;
	height: 22px;
	background: url(/img/common/hd-sns.png);
	position: absolute;
	top: 19px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header#hd .hd-sns .yt {
	width: 30px;
	height: 21px;
}
header#hd .hd-sns .kakao {
	width: 23px;
	height: 22px;
}
header#hd .hd-sns .insta {
	width: 22px;
	height: 22px;
}
header#hd .hd-sns .blog {
	width: 21px;
	height: 21px;
}
header#hd.fixed {
	background: var(--theme-color);
}
header#hd.fixed .hd-util {
	height: 0;
}
@media (max-width: 1400px) {
	header#hd {
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}
.left-quick {
	width: 422px;
	height: 90px;
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 99;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 3px 0px 17px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 0px 17px rgba(0, 0, 0, 0.5);
	border-radius: 25px;
}
.left-quick a {
	display: block;
	width: 50%;
	height: 100%;
	font-size: 16px;
	position: relative;
	padding: 18px 0 0 76px;
}
.left-quick a span {
	display: block;
	font-size: 20px;
}
.left-quick a::before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 44px;
	position: absolute;
	left: 23px;
	top: calc(50% - 22px);
}
.left-quick a:first-child {
	background: #0646b4;
	color: #fff;
	border-radius: 25px 0 0 25px;
}
.left-quick a:first-child::before {
	background: url(/img/common/quick_wh.png) center no-repeat;
}
.left-quick a:last-child {
	background: #fff;
	color: #0646b4;
	border-radius: 0 25px 25px 0;
}
.left-quick a:last-child::before {
	background: url(/img/common/quick_col.png) center no-repeat;
}
.right-quick {
	width: 100px;
	height: 439px;
	background: url(/img/common/ft/quick/right.png) center no-repeat;
	position: fixed;
	right: 25px;
	top: 300px;
	z-index: 9;
	border-radius: 22px;
	-webkit-box-shadow: 0 0 5px 2px rgba(64, 96, 178, 0.1);
	box-shadow: 0 0 5px 2px rgba(64, 96, 178, 0.1);
}
.right-quick a {
	display: block;
	width: 100%;
	height: 100px;
	color: rgba(0, 0, 0, 0);
}
.right-quick #top_btn {
	height: 40px;
}
#ft-hifu {
	position: relative;
}
#ft-hifu .ft-roll {
	width: 1200px;
	position: relative;
	margin: 156px auto;
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.34);
	box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.34);
}
#ft-hifu .ft-roll .slick-arrow {
	width: 69px;
	height: 120px;
	border: 0;
	outline: none;
	border: 0;
	font-size: 0;
	position: absolute;
	top: calc(50% - 60px);
}
#ft-hifu .ft-roll .slick-prev {
	background: url(/img/common/ft/prev.png) center no-repeat;
	left: -130px;
	z-index: 1;
}
#ft-hifu .ft-roll .slick-next {
	background: url(/img/common/ft/next.png) center no-repeat;
	right: -130px;
}
#ft-hifu .ft-roll .a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
#ft-hifu .ft-roll .a .desc {
	margin-left: 13px;
}
#ft-hifu .ft-roll .a .desc h4 {
	font-weight: 400;
}
#ft-hifu .ft-roll .a .desc h2 {
	color: #4961b9;
	font-size: 35px;
}
#ft-hifu .ft-roll .a .desc p {
	font-size: 19px;
	margin-top: 20px;
}
#ft-hifu .ft-roll .a .desc span {
	display: block;
	padding: 15px 0 50px;
}
#ft-hifu .ft-roll .a .desc a {
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background: #2b449d;
	color: #fff;
	text-align: center;
}
#ft-hifu .ft-roll .a a.big-btn {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
#ft-hifu .ft-info {
	background: #4060b2;
	color: #fff;
	padding: 54px calc(50% - 600px) 90px;
}
#ft-hifu .ft-info .ft-info-wr {
	margin-right: 65px;
	position: relative;
}
#ft-hifu .ft-sitemap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	font-size: 16px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
	border-right: 1px solid hsla(0, 0%, 100%, 0.4);
}
#ft-hifu .ft-sitemap .logo {
	width: 200px;
	height: 47px;
	background: url(/img/common/logo.png) center/contain no-repeat;
	margin-right: 85px;
}
#ft-hifu .ft-sitemap nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ft-hifu .ft-sitemap dl:first-child dt span a span {
	display: block;
}
#ft-hifu .ft-sitemap dl {
	width: 25%;
	margin-bottom: 50px;
}
#ft-hifu .ft-sitemap dt {
	font-size: 18px;
	margin-bottom: 25px;
}
#ft-hifu .ft-sitemap dt::before {
	content: "· ";
	margin-left: -0.6em;
}
#ft-hifu .ft-sitemap dd {
	margin-bottom: 10px;
}
#ft-hifu .ft-sitemap dl:hover dt {
	color: #aef6ff;
}
#ft-hifu .ft-sitemap dd:hover {
	color: #aef6ff;
}
#ft-hifu .ft-cs {
	border-right: 1px solid hsla(0, 0%, 100%, 0.4);
	padding-top: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
}
#ft-hifu .ft-cs .tel {
	font-size: 50px;
	line-height: 1;
	padding-right: 50px;
}
#ft-hifu .ft-cs .tel span {
	display: block;
	font-size: 16px;
	margin-bottom: 25px;
}
#ft-hifu .ft-cs .hours {
	padding-right: 80px;
}
#ft-hifu .ft-cs .hours li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
}
#ft-hifu .ft-cs .hours li span {
	width: 4em;
	overflow: hidden;
	position: relative;
}
#ft-hifu .ft-cs .hours li span::after {
	content: ":";
	position: absolute;
	top: 0;
	right: 0.5em;
	letter-spacing: 0;
}
#ft-hifu .ft-cs .hours li span.week {
	letter-spacing: 1em;
}
#ft-hifu .ft-cs .hours li:not(:last-child) {
	margin-bottom: 20px;
}
#ft-hifu .ft-cs .terms {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#ft-hifu .ft-cs .terms li:not(:last-child)::after {
	content: "|";
	font-size: 0.8em;
	position: relative;
	top: -0.15em;
	margin: 0 20px;
}
#ft-hifu .ft-sns {
	width: 30px;
	height: 176px;
	background: url(/img/common/ft/sns.png) no-repeat;
	position: absolute;
	top: 0;
	left: calc(100% + 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
#ft-hifu .ft-sns a {
	overflow: hidden;
	color: rgba(0, 0, 0, 0);
	width: 30px;
	height: 30px;
}
#ft-hifu .ft-sns .yt {
	height: 21px;
}
#ft-hifu .ft-sns .kakao {
	height: 27px;
}
#ft-hifu .ft-sns .insta {
	height: 28px;
}
#ft-hifu .ft-sns .blog {
	height: 26px;
}
#ft {
	background: #20315c;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	padding: 55px 0;
	text-align: center;
}
#ft ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ft ul li {
	margin-bottom: 10px;
}
#ft ul li:nth-child(1),
#ft ul li:nth-child(2) {
	width: 100%;
}
#ft ul li:nth-child(3)::after,
#ft ul li:nth-child(4)::after {
	content: "|";
	font-size: 0.8em;
	position: relative;
	top: -0.15em;
	margin: 0 1em;
}
.dictionarylist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.diclist {
	width: 1280px;
	margin: 0 auto;
}
#sub-visual {
	padding-top: 83px;
	max-width: 1200px;
	margin: 0 auto;
}
#sub-visual.notice2 {
	padding-top: 0;
}
#topimg.hifu {
	height: 247px;
	margin-top: 103px;
}
#topimg.notice2.b {
	height: 247px;
	margin-top: 103px;
}
#topimg.hifu.a {
	margin-top: 0;
}
#topimg.pla {
	height: 247px;
}
#topimg.before_after2.hifu,
#topimg.experi2.hifu,
#topimg.blog2.hifu,
#topimg.notice2.b {
	background: url("/img/page/b/topimg/120.jpg") center top no-repeat #dfdad3;
}
#topimg.counsel2.hifu,
#topimg.cost,
#topimg.cost2.hifu,
#topimg.rsv_b.hifu {
	background: url("/img/page/b/topimg/800100.jpg") center top no-repeat;
}
#topimg.hifu + #sub-visual {
	padding-top: 0;
}
.b-18 #topimg {
	height: 247px;
	background: url("/img/page/b/topimg/130.jpg") center top no-repeat;
	margin-top: 103px;
}
.b-18 #sub-visual {
	display: none;
}
#wrapper.sub #snbMain {
	margin-top: 147px;
}
#wrapper.sub #snbMain.menu300200 #topimg,
#wrapper.sub #snbMain.menu300300 #topimg,
#wrapper.sub #snbMain.menu300400 #topimg {
	display: none;
}
#wrapper.sub #snbMain.menu300200 #sub-visual,
#wrapper.sub #snbMain.menu300300 #sub-visual,
#wrapper.sub #snbMain.menu300400 #sub-visual {
	display: none;
}
#wrapper.sub #ft-hifu .ft-roll {
	display: none;
}
#sub-visual.b.policy {
	height: 247px;
	background: url("/img/page/b/topimg/910150.jpg");
	max-width: 100%;
}
#sub-visual.b.provision {
	height: 247px;
	background: url("/img/page/b/topimg/910140.jpg");
	max-width: 100%;
}
.sub__visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 17px;
	max-width: 100vw;
	overflow: hidden;
}
.sub__visual h2 {
	margin-bottom: 100px;
	width: 100%;
}
.sub__visual h2 img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.sub__visual h2.--mb-0 {
	margin-bottom: 0;
}
.sub__visual .visual__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 0 85px;
}
.sub__visual .visual__nav .nav__title {
	width: 100%;
	font-size: 33px;
	font-weight: bold;
	padding-bottom: 1em;
}
.sub__visual .visual__nav .nav__button a {
	width: 270px;
	height: 300px;
	border-radius: 20px;
	background: #f7f7f7;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sub__visual .visual__nav .nav__button dt {
	font-size: 22px;
	padding-bottom: 15px;
	font-weight: 500;
	line-height: 1;
}
.sub__visual .visual__nav .nav__button dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sub__visual .visual__nav .nav__button dd::after {
	content: "";
	display: block;
	width: 9.6em;
	height: 6.4em;
	margin: 1.3em 0 0.5em;
}
.sub__visual .visual__nav .nav__button .nav__more {
	font-size: 13px;
	color: #fff;
	background: #333;
	width: 7em;
	height: 2em;
	line-height: 0.8;
	padding-bottom: 0.1em;
	border-radius: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sub__visual .visual__nav .nav__button + .nav__button {
	margin-left: 50px;
}
.sub__visual .visual__nav.col-5 .nav__button + .nav__button {
	margin-left: 10px;
} /*# sourceMappingURL=layout.min.css.map */
