@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap');

/* .sorts-mill-goudy-regular {
	font-family: "Sorts Mill Goudy", serif;
	font-weight: 400;
	font-style: normal;
  } */

.subInner {
	max-width: 1260px;
	margin: 0 auto;
}

.sub_top {
	position: relative;
	height: 670px;
}

.sub_top .sub_title {
	position: absolute;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.sub_top.top_06 .sub_title {
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}


.sub_top .sub_title .sub_p {
	color: #333;
	font-size: 27px;

	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
}

.sub_top .sub_title .sub_p img {
	margin-right: 15px;
}

.sub_top .sub_title h2 {
	font-size: 67px;
	font-family: "Sorts Mill Goudy", serif;
	font-weight: 500;
	color: #a08f71;

	line-height: 77px;
}



.top_01 {
	background: url(../img/sub/mn01/subtop_01.jpg) no-repeat center center/cover;
}

.top_02 {
	background: url(../img/sub/mn02/subtop_02.jpg) no-repeat center center/cover;
}

.top_03 {
	background: url(../img/sub/mn03/subtop_03.jpg) no-repeat center center/cover;
}

.top_04 {
	background: url(../img/sub/mn04/subtop_04.jpg) no-repeat center center/cover;
}

.top_05 {
	background: url(../img/sub/mn05/subtop_05.jpg) no-repeat center center/cover;
}

.top_06 {
	background: url(../img/sub/mn06/subtop_06.jpg) no-repeat center center/cover;
}

.top_07 {
	background: url(../img/sub/mn07/subtop_07.jpg) no-repeat center center/cover;
}

.top_08 {
	background: url(../img/sub/subtop_08.jpg) no-repeat center center/cover;
}

@media (max-width: 768px) {

	.subInner {
		max-width: 1260px;
		margin: 0 auto;

		padding: 0 20px;
	}

	.sub_top {
		position: relative;
		height: 250px;
	}

	.sub_top .sub_title {
		position: absolute;
		top: 61%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;

		padding: 0 20px;
	}

	.sub_top.top_06 .sub_title {
		position: absolute;
		top: 56%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}




	.sub_top .sub_title .sub_p {
		color: #333;
		/* font-size: 20px; */
		font-size: 15px;

		display: flex;
		align-items: center;
		margin: 0 0 5px 0;
	}

	.sub_top .sub_title .sub_p img {
		margin-right: 10px;
		height: 20px;

	}

	.sub_top .sub_title h2 {
		/* font-size: 30px; */
		font-size: 24px;
		font-family: "Sorts Mill Goudy", serif;
		font-weight: 500;
		color: #a08f71;

		line-height: 27px;
	}
}


.sub_content {
	overflow: hidden;
}

.sub_content .form_container {
	background: url(../img/sub/form_bg.png) no-repeat center center/cover;
	height: 536px;
	position: relative;
	padding: 130px 0;
}

.sub_content .form_container .form_wrap {
	display: flex;
	align-items: flex-end;
	gap: 80px;
}

.sub_content .form_container .form_wrap>* {
	flex: 1;
}

.sub_content .form_container .form_wrap .form_contact strong {
	display: block;
	font-size: 24px;
	color: #333;
}

.sub_content .form_container .form_wrap .form_contact h2 {
	font-size: 40px;
	color: #76654f;
}

.sub_content .form_container .form_wrap .form_contact p {
	font-size: 30px;
	color: #333;
	font-weight: 500;
}

.sub_content .form_mail {
	font-weight: 600;
	color: #333;
	font-size: 17px;
}

.sub_content .form_mail .form-section {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.sub_content .form_mail .f_01 {
	display: flex;
}

.sub_content .form_mail .f_01>* {
	flex: 1;
}

.sub_content .form_mail .m_box {
	display: flex;
	align-items: center;
	border-bottom: 2px solid #76654f;
}

.sub_content .form_mail .m_box label {
	padding-right: 15px;
	padding-bottom: 8px;
	white-space: nowrap;

	font-size: 1.2em;
}

.sub_content .form_mail .m_box input,
.sub_content .form_mail .m_box textarea {
	width: 100%;
	height: 32px;
	padding-bottom: 8px;

	outline: none;
	border: none;
	background: transparent;

	color: #333;
	font-weight: 600;
	caret-color: #76654f;

	font-size: 1.2em;
	line-height: 1.2em;
}

.sub_content .form_mail .mail_btmbox {
	display: flex;
	justify-content: space-between;
	margin-top: -10px;
}

.sub_content .form_mail .agree span {
	font-size: 14px;
}

.sub_content .form_mail .form_btn {
	padding-top: 15px;
}

.sub_content .form_mail .form_btn input[type="submit"] {
	outline: none;
	border: none;
	background: #76654f;
	color: #fff;

	width: 160px;
	padding: 20px 0;
	border-radius: 20px;
}

@media (max-width: 768px) {
	.sub_content {
		overflow: hidden;
	}

	.sub_content .form_container {
		background: url(../img/sub/form_bg.png) no-repeat center center/cover;
		height: 100%;
		position: relative;
		padding: 50px 0;
	}

	.sub_content .form_container .form_wrap {
		display: flex;
		align-items: flex-end;
		gap: 30px;

		flex-direction: column;
	}

	.sub_content .form_container .form_wrap>* {
		flex: 1;
		width: 100%;
	}

	.sub_content .form_container .form_wrap .form_contact strong {
		display: block;
		font-size: 14px;
		color: #333;
	}

	.sub_content .form_container .form_wrap .form_contact h2 {
		font-size: 16px;
		color: #76654f;
	}

	.sub_content .form_container .form_wrap .form_contact p {
		font-size: 16px;
		color: #333;
		font-weight: 500;
	}

	.sub_content .form_mail {
		font-weight: 600;
		color: #333;
		font-size: 12px;
	}

	.sub_content .form_mail .form-section {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.sub_content .form_mail .f_01 {
		display: flex;
	}

	.sub_content .form_mail .f_01>* {
		flex: 1;
	}

	.sub_content .form_mail .m_box {
		display: flex;
		align-items: center;
		border-bottom: 2px solid #76654f;
	}

	.sub_content .form_mail .m_box label {
		padding-right: 15px;
		padding-bottom: 0px;
		white-space: nowrap;

		font-size: 1em;
	}

	.sub_content .form_mail .m_box input,
	.sub_content .form_mail .m_box textarea {
		width: 100%;
		height: 32px;
		padding-bottom: 0px;

		outline: none;
		border: none;
		background: transparent;

		color: #333;
		font-weight: 600;
		caret-color: #76654f;

		font-size: 1em;
		line-height: 1em;
	}

	.sub_content .form_mail .mail_btmbox {
		display: flex;
		justify-content: space-between;
		margin-top: 0px;
	}

	.sub_content .form_mail .agree span {
		font-size: 10px;
	}

	.sub_content .form_mail .form_btn {
		padding-top: 15px;
	}

	.sub_content .form_mail .form_btn input[type="submit"] {
		outline: none;
		border: none;
		background: #76654f;
		color: #fff;

		width: 100px;
		padding: 10px 0;
		border-radius: 20px;
	}
}




/*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;


	width: 253px;
	height: 72px;
	background: url(../img/main/LOGO_gold.png) no-repeat;

	background-size: contain;
}

/* 
#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: 60px;
}

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

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

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

	color: #76654f;
}

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

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

#header .login li~li::after {
	position: absolute;
	content: "";
	background: #76654f;
	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: #76654f;
}

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

	display: block;
	width: 33px;
	height: 23px;
	background: url(../img/main/menubar_gold.png) no-repeat;

	background-size: contain;
}

#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(125, 108, 67, 1));
	width: 100%;
	padding: 20px 0 50px 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 {
	height: 58px;
	/*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(125, 108, 67, 1));
}

.pc_wrap.menu-on #header .logo {
	background: url(../img/main/LOGO_WHITE.png) no-repeat;
}

.pc_wrap.menu-on #header .menubar {
	background: url(../img/main/menubar.png) no-repeat;
}

.pc_wrap.menu-on #header.on .logo {
	background: url(../img/main/LOGO_WHITE_small.png) no-repeat;
}

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

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

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

.pc_wrap.menu-on #header.on .menubar {
	background: url(../img/main/menubar.png) no-repeat;
}

/* .pc_wrap.menu-on #header.on .logo {
    height: 58px !important;
} */



.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 {
	filter: none;
} */

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

.pc_wrap.menu-on #header .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; */
}


#sub01_02 .tabs ul {
	overflow: hidden;
	padding: 150px 0 100px 0;
}

#sub01_02 .tabs li {
	position: relative;
	float: left;
	width: 50%;
	cursor: pointer;
	padding: 30px;
	text-align: center;
	background: #f7f4ed;
}

#sub01_02 .tabs li.current {
	color: #FFF;
	background: #a59267;
}

#sub01_02 .tabs li.current:after {
	content: "▼";
	color: #a59267;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	font-size: 25px
}

#sub01_02 .tab-content.current {
	display: block;
}

#sub01_02 .tab-content {
	display: none
}

#sub01_02 .accordion-container {
	position: relative;
	margin: 0 0 100px 0
}

#sub01_02 .set {
	position: relative;
	width: 100%;
	height: auto;
	cursor: pointer;
}

#sub01_02 .set .qst_wrap {
	position: Relative;
	overflow: hidden;
	background: #f6f4ed;
	padding: 30px 20px;
	border-bottom: 1px solid #a59366;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#sub01_02 .set .qst_wrap .qst {
	float: left;
	width: 5%;
	text-align: center;
	color: #a59366
}

#sub01_02 .set .qst_wrap p {
	float: right;
	width: 95%;
	line-height: 2
}

#sub01_02 .set .qst_wrap i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #a59366;
}

#sub01_02 .set .ans_wrap {
	overflow: hidden;
	background-color: #a59366;
	color: #FFF;
	border-bottom: 1px solid #a59366;
	padding: 30px 20px;
	display: none;
}

#sub01_02 .set .ans_wrap .ans {
	float: left;
	width: 5%;
	text-align: center;
}

#sub01_02 .set .ans_wrap p {
	font-weight: 300;
	word-break: keep-all;
	line-height: 2;
	float: right;
	width: 95%;
}

#sub01_04 .tab {
	background: #a59267;
	max-width: 1920px;
	margin: auto
}

#sub01_04 .tab ul {
	padding: 100px 0 50px 0;
}

#sub01_04 .tab li {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 1.5%;
	cursor: pointer;
	text-align: center;
	color: #fff;
	padding: 70px 0 20px 0;
	border-bottom: 1px solid #fff;
}

#sub01_04 .tab li:before {
	display: block;
	font-family: 'Bodoni Moda', serif;
	color: #f7f4ed;
	opacity: 0.1;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 4.2rem;
}

#sub01_04 .tab li:nth-child(1):before {
	content: '01 Speciality';
}

#sub01_04 .tab li:nth-child(2):before {
	content: '02 Speciality';
}

#sub01_04 .tab li:nth-child(3):before {
	content: '03 Speciality';
}

#sub01_04 .tab li.current:after {
	content: "▼";
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -21px;
	font-size: 20px
}

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

#sub01_04 .tab-content {
	visibility: hidden;
	position: absolute;
	top: 0
}

#bo_list .con1 {
	min-height: 50vh;
}

#sub02_02 .content {
	height: auto;
	padding: 150px 0 50px 0;
	min-height: auto;
	display: Block
}

#sub02_02 .content .laser {
	max-width: 1150px;
	overflow: hidden;
	margin: Auto
}

#sub02_02 .content ul {
	overflow: hidden
}

#sub02_02 .content ul li {
	float: left;
	width: 33.333%;
	min-height: 726px
}

#sub02_02 .content ul li a {
	height: auto;
	width: auto;
	margin: 1em
}

#sub02_02 .content ul li .tag {
	margin: 30px 0 10px 0;
	color: #333
}

#sub02_02 .content ul li .tag img {
	margin: -3px 0 0 3px;
	display: none
}

#sub02_02 .content ul li .txt {
	color: #000;
	/*opacity:0;*/
	line-height: 1.8;
	position: relative;
	padding: 0 0 0 10px
}

#sub02_02 .content ul li .txt:before {
	position: absolute;
	display: block;
	content: '\2219';
	left: 0;
	top: 0
}

#sub02_02 .content ul li a:hover .txt {
	opacity: 1;
	transition: all .5s ease;
}

#sub02_02 .content .tilter__caption {
	padding: 3em
}

#sub02_03 {
	position: relative;
	padding: 200px 0;
	overflow: hidden;
	background: url('../img/sub/mn02/02_03_02.png') no-repeat right 15%;
}

#sub02_03 .box01 {
	float: left;
	width: 12%;
}

#sub02_03 .box01 .tabs li {
	position: relative;
	color: #85837d;
	cursor: pointer;
	padding: 10px 20px;
}

#sub02_03 .box01 .tabs li:before {
	content: '●';
	display: Block;
	position: absolute;
	color: #e4dfcf;
	left: -7px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0.8rem;
}

#sub02_03 .box01 .tabs li.current {
	color: #a59366;
}

#sub02_03 .box01 .tabs li.current:before {
	color: #a59366
}

#sub02_03 .box02 {
	float: right;
	width: 88%;
}

#sub02_03 .box02 .txt_wrap {
	position: relative;
	float: left;
	width: 35%;
	margin: 50px 0 0 0;
	padding: 30px;
	height: 370px;
	background: #e4dfcf;
	border-radius: 40px 0 0 40px;
}

#sub02_03 .box02 .txt_wrap .txt {
	position: absolute;
	bottom: 50px;
	left: 30px;
	width: 80%;
}

#sub02_03 .box02 .txt_wrap .txt .ft02 {
	color: #a59366;
}

#sub02_03 .box02 .slide_gal {
	float: left;
	width: 65%;
}

#sub02_03 .box02 .slide_gal .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	border-radius: 0;
	background: #796c4a;
}

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

#sub02_03 .tab-content {
	visibility: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

#sub02_04 {
	padding: 150px 0;
	overflow: hidden
}


#sub02_04 .cont01 {
	overflow: hidden;
	margin: 0 0 30px 0
}

#sub02_04 .box {
	float: left;
	width: 33.333%;
	text-align: center
}

#sub02_04 .box .tit {
	color: #b0a079;
	margin: 0 0 30px 0
}

#sub02_04 .box .tit span {
	color: #b7b5b0;
	margin: 0 0 0 20px;
}

#sub02_04 .box li {
	min-height: 185px;
	padding: 30px;
}

#sub02_04 .box li p {
	font-weight: 500
}

#sub02_04 .box02 li {
	border-left: 2px solid #b0a079;
	border-right: 2px solid #b0a079;
}

#sub02_04 .cont02 {
	margin: 50px 0
}

#sub02_04 .cont02 .map {
	width: 100% !important
}

#sub02_04 .cont03 {
	overflow: hidden
}

#sub02_04 .cont03 li {
	width: 48%;
	text-align: center;
}

#sub02_04 .cont03 li a {
	color: #FFF;
	display: inline-block;
	width: 100%;
	padding: 50px 100px;
}

#sub02_04 .cont03 li img {
	float: left;
}

#sub02_04 .cont03 li:nth-child(1) {
	background: #a08f71;
}

#sub02_04 .cont03 li:nth-child(2) {
	background: #5f5a52;
}

.sub02_04_info {
	position: relative;
	padding: 150px 0;
}

/* 
.sub02_04_info:after {
	content: '';
	position: absolute;
	z-index: -1;
	display: Block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 460px;
	background: linear-gradient(to top, #DFDCDD 30%, #F0EEEC 70%, #fff);

} */

.sub02_04_info .leaf02 {
	position: absolute;
	top: 0;
	right: 0;
}

.sub02_04_info .tit_txt {
	margin-bottom: 60px;
}


/* 병원둘러보기 */
.sub02_04_info .containergall {
	position: relative;
}

.sub02_04_info .mySlides {
	display: none;
}

.sub02_04_info .mySlides>img {
	max-height: 650px;
	object-fit: cover;
}

.cursor {
	cursor: pointer;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 32%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.caption-containergall {
	text-align: center;
	background-color: #a08f71;
	padding: 2px 16px;
	color: white;
}

.roww:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 20%;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

p#caption {
	font-size: 20px;
	margin: 0 auto;
	padding: 10px 0px;
}


/* 오시는길 */
.sub02_04_info .box01 {
	width: 50%;
	float: left
}

.sub02_04_info .box01 .map {
	width: 100% !important
}

.sub02_04_info .box02 {
	width: 50%;
	float: right;
	background: #f9f9f9;
	height: 600px;
	padding: 80px;

	position: relative;
}


.sub02_04_info .box02 .mapcon_box {
	margin-bottom: 40px;
}

.sub02_04_info .box02 .mapcon_box:nth-child(3) {
	margin-bottom: 0;
}


.sub02_04_info .box02 .mapcon_box ul {
	display: flex;
	gap: 40px;

	font-size: 24px;
	font-weight: 500;
}

.sub02_04_info .box02 .mapcon_box ul strong {
	color: #a08f71;
}

.sub02_04_info .box02 .mapcon_box .time_table,
.sub02_04_info .box02 .mapcon_box .contact_num {
	display: flex;
	gap: 5px;
	flex-direction: column;
}

.sub02_04_info .box02 .mapcon_box .time_table span {
	font-size: 18px;
	font-weight: 600;
	color: #666;
}

.sub02_04_info .box02 .mapcon_box .contact_num b {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	color: #796c4a;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.sub02_04_info {
		position: relative;
		padding: 50px 0;
	}

	/* 
	.sub02_04_info:after {
		content: '';
		position: absolute;
		z-index: -1;
		display: Block;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 460px;
		background: linear-gradient(to top, #DFDCDD 30%, #F0EEEC 70%, #fff);

	} */


	.sub02_04_info .leaf02 {
		position: absolute;
		top: 0;
		right: 0;

		width: 20%;
	}

	.sub02_04_info .tit_txt {
		margin-bottom: 30px;
	}



	/* 병원둘러보기 */
	.sub02_04_info .containergall {
		position: relative;
	}

	.sub02_04_info .mySlides {
		display: none;
	}

	.sub02_04_info .mySlides>img {
		max-height: 650px;
		object-fit: cover;
	}

	.cursor {
		cursor: pointer;
	}

	/* Next & previous buttons */
	.prev,
	.next {
		cursor: pointer;
		position: absolute;
		top: 25%;
		width: auto;
		padding: 12px;
		margin-top: -50px;
		color: white;
		font-weight: bold;
		font-size: 10px;
		background-color: rgba(0, 0, 0, 0.4);
		border-radius: 0 3px 3px 0;
		user-select: none;
		-webkit-user-select: none;
	}

	/* Position the "next button" to the right */
	.next {
		right: 20px;
		border-radius: 3px 0 0 3px;
	}

	/* On hover, add a black background color with a little bit see-through */
	.prev:hover,
	.next:hover {
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff
	}

	/* Number text (1/3 etc) */
	.numbertext {
		color: #f2f2f2;
		font-size: 12px;
		padding: 8px 12px;
		position: absolute;
		top: 0;
	}

	/* containergall for image text */
	.caption-containergall {
		text-align: center;
		background-color: #a08f71;
		padding: 2px 16px;
		color: white;
	}

	.roww:after {
		content: "";
		display: table;
		clear: both;
	}


	.column {
		float: left;
		width: 33.33%;
	}

	/* Add a transparency effect for thumnbail images */
	.demo {
		opacity: 0.6;
	}

	.active,
	.demo:hover {
		opacity: 1;
	}

	p#caption {
		font-size: 12px;
		margin: 0 auto;
		padding: 5px 0px;
	}



	.sub02_04_info .box01 {
		width: 50%;
		float: left
	}

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

	.sub02_04_info .box01 iframe {
		height: 360px;
	}

	.sub02_04_info .box02 {
		width: 50%;
		float: right;
		background: #f9f9f9;
		/* height: 600px; */
		height: 100%;
		padding: 40px 30px;

		position: relative;
	}

	.sub02_04_info .box02 .mapcon_box {
		margin-bottom: 20px;
	}

	.sub02_04_info .box02 .mapcon_box:nth-child(3) {
		margin-bottom: 0;
	}

	.sub02_04_info .box02 .mapcon_box ul {
		display: flex;
		gap: 30px;

		font-size: 13px;
		font-weight: 500;
	}

	.sub02_04_info .box02 .mapcon_box ul strong {
		color: #a08f71;
	}

	.sub02_04_info .box02 .mapcon_box .time_table,
	.sub02_04_info .box02 .mapcon_box .contact_num {
		display: flex;
		gap: 3px;
		flex-direction: column;
	}

	.sub02_04_info .box02 .mapcon_box .time_table span {
		font-size: 11px;
		font-weight: 600;
		color: #666;
	}

	.sub02_04_info .box02 .mapcon_box .contact_num b {
		font-size: 16px;
		font-weight: 700;
		color: #796c4a;
		line-height: 1.2;
	}
}


#sub03_05 {
	position: relative;
}

#sub03_05 .view {
	position: Absolute;
	width: 25%;
	padding: 20px;
	border: 1px solid #000;
	text-align: Center;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15%;
}

#sub03_05 .view:hover {
	background: #000;
	color: #FFF;
	transition: All .3s ease;
}

#sub04_01 {
	max-width: 1920px;
	margin: auto;
	background: #a59366;
	padding: 100px 0 150px 0;
}

#sub04_01 .tab {
	overflow: hidden;
	margin: 5% 0 3% 0;
	display: flex;
	gap: 20px;
}

#sub04_01 .tab li {
	padding: 16px;
	transition-duration: 0.5s;
	background: transparent;
	color: #FFF;
	float: left;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

#sub04_01 .tab li.current {
	background: #f7f4ed;
	color: #555555;
	border-radius: 16px 16px;
}

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

#sub04_01 .tab-content {
	visibility: hidden;
	position: absolute;
	top: 0;
}

#sub04_01 .tab .icon {
	display: none;
}

#sub04_02 {
	max-width: 1920px;
	margin: auto;
	background: url('../img/sub/mn04/04_02_bg.png') no-repeat 5% 5% #f6f4ed;
	padding: 100px 0 200px 0
}

#sub04_02 .tab {
	overflow: hidden;
	margin: 5% 0 1% 0;
}

#sub04_02 .tab li {
	float: left;
	width: 24.25%;
	margin: 0 1% 0 0;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	background: #FFF;
}

#sub04_02 .tab li:last-child {
	margin: 0
}

#sub04_02 .tab li.current {
	background: #a59366;
	color: #FFF;
}

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

#sub04_02 .tab-content {
	visibility: hidden;
	position: absolute;
	top: 0;
}

#sub06_benign_tab {
	max-width: 1920px;
	margin: auto;
	background-color: #f7f4ef;
	padding: 100px 0 200px 0
}

#sub06_benign_tab .tab {
	overflow: hidden;
	margin: 5% 0 1% 0;
}

#sub06_benign_tab .tab li {
	float: left;
	width: 19.2%;
	margin: 0 1% 0 0;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	background: #FFF;
}

#sub06_benign_tab .tab li:last-child {
	margin: 0
}

#sub06_benign_tab .tab li.current {
	background: #a59366;
	color: #FFF;
}

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

#sub06_benign_tab .tab-content {
	visibility: hidden;
	position: absolute;
	top: 0;
}

#sub04_01.sub0201bg {
	background: #fce8dd;
}

#sub04_01.sub0201bg .tab li {
	color: #555;
}

#sub04_01.sub0201bg .tab li.current {
	background: #fff;
}

#sub04_01.sub0301bg {
	background: #f7f4ed;
}

#sub04_01.sub0301bg .tab li {
	color: #555;
}

#sub04_01.sub0301bg .tab li.current {
	background: #fff;
}

#sub04_01.sub0601bg {
	background: #f4f4f4;
}

#sub04_01.sub0601bg .tab li {
	color: #555;
}

#sub04_01.sub0601bg .tab li.current {
	background: #fff;
}

#sub04_01.sub0701bg {
	background: #fff;
}

#sub04_01.sub0701bg .tab li {
	color: #555;
}

#sub04_01.sub0701bg .tab li.current {
	background: #F3F0E7;
}



#price {
	padding: 0 0 80px 0
}

#price table {
	width: 100%;
	border-collapse: collapse;
}

#price table th,
#price table td {
	text-align: center;
	border: 1px solid #e4dfcf;
	padding: 10px;
}

#price table tr:hover {
	background: #f6f4ed;
}

#price table .price {
	text-align: right;
}

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

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

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

#price .tab li {
	float: left;
	cursor: pointer;
	width: 50%;
	text-align: center;
	padding: 15px 0;
	border-right: 1px solid #e5dfcf;
	background: #f8f8f8
}

#price .tab li:last-child {
	border: none
}

#price .tab li.current {
	background: #5f5b52;
	color: #FFF;
}

#price .tab-content.current {
	display: Block;
}

#price .tab-content {
	display: none;
}



#certificate {
	padding: 0 0 160px 0;
	text-align: center;
	line-height: 1.5;
	position: relative;
}

#certificate .certi_bg {
	position: absolute;
	top: -8%;
	right: 0;
	width: 24%;
	opacity: 0.4;
	z-index: -1;
}

#certificate .board_mtit {
	font-size: 1.6em;
	margin-bottom: 40px;
}

#certificate .board_stit {
	font-size: 1.2em;
	margin-bottom: 30px;
}

#certificate strong {
	color: #a59267;
}

#certificate .star {
	color: #a59267;
}

#certificate .dot {
	color: #a59267;
	font-size: 0.6em;
}

#certificate .certi {
	margin-bottom: 100px;
}

#certificate .certi_down {
	margin-top: 10px;
}

#certificate .certi_down .down_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

#certificate .certi_down .down_box .c_down {
	background: #a59267;
	width: 260px;
}

#certificate .certi_down .down_box .c_down:first-child {
	margin-right: 30px;
}

#certificate .certi_down .down_box .c_down a {
	color: #fff;
	padding: 8% 0;
	display: block;
	margin-bottom: 0 !important;
}

#certificate .certi_press {
	border-top: 1px solid #a59267;
	padding-top: 100px;
}

#certificate .certi_press .press_box .c_press {
	margin-bottom: 50px;
}

#certificate .certi_press .press_box .c_press .board_stit {
	display: flex;
	align-items: center;
	justify-content: center;
}

#certificate .certi_press .press_box .c_press .press_img {
	margin: 0 auto;
	width: 80%;
	padding: 3% 5%;
	border: 1px solid #efefef;
}

#certificate .certi_press .press_box .c_press .press_img img {
	width: 100%;
}

#certificate .certi2 table {
	width: 100%;
}

#certificate .certi2 table thead {
	background: #f6f4ed;
	color: #fff;
}

#certificate .certi2 table thead th {
	padding: 1% 0;
	background: #a59267;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500 !important;
}

#certificate .certi2 table thead td {
	padding: 1% 0;
	font-weight: 500 !important;
}

#certificate .certi2 table tbody th {
	background: #f8f8f8;
	padding: 2% 0;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500 !important;
}

#certificate .certi2 table tbody td {
	border-bottom: 1px solid #efefef;
	padding: 2% 3%;
	text-align: left;
	font-weight: 400 !important;
}

#certificate .certi2 table tbody .s_list li {
	font-family: 'Noto Sans KR', sans-serif !important;
}

#certificate .certi2 table tbody .s_list p {
	font-family: 'Noto Sans KR', sans-serif !important;
	color: #a59267;
	font-size: 14px;
	margin-top: 8px;
}

#certificate .certi2 .s_descript {
	margin-top: 30px;
	text-align: left;
}

.s_list li {
	position: relative;
	padding: 2px 0 2px 20px;
}

.s_list .sl_dot {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #ddd;
	position: absolute;
	left: 6px;
	top: 11px;
}

#certificate .mo {
	display: none;
}



.location_wrap {
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.03);
	display: flex;
	justify-content: center;
}

.location_wrap>div {
	width: 70px;
	height: 70px;
	background: #ffffff;
	margin-right: 100px;
}

.location_wrap ul {
	display: flex;
	align-items: center;
	height: 100%;
}

.location_wrap ul li {
	text-align: center;
	width: 120px;
	height: 100%;
	line-height: 70px;
}

.location_wrap ul li.active {
	border-bottom: 2px solid #a59267;
}


.sub_table {
	width: 100%;
}

.sub_table table {
	width: 100%;
}

.sub_table table tr {
	height: 50px;
}

.sub_table table tr:nth-child(odd) {
	background: #f9f9f9;
}

.sub_table table td {
	text-align: center;
}

.sub_table table td:nth-child(1) {
	background: #F3F0E7;
	width: 320px;
}

@media (max-width: 768px) {
	.sub_table table td:nth-child(1) {
		background: #F3F0E7;
		width: 80px;
	}
}

/**/
.sub_con h3 {
	margin-bottom: 20px;
}

.sub_con p {
	margin-bottom: 60px;
}

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

@media (max-width: 1400px) {
	#sub02_02 .content .laser {
		width: 90%;
	}

	#sub02_03 .box01 {
		width: 100%;
		float: none
	}

	#sub02_03 .box02 {
		width: 100%;
		float: none
	}

	#sub02_03 .box01 .tabs {
		border: none;
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}

	#sub02_03 .box01 .tabs li {
		float: left;
		width: 16.666%;
		text-align: center;
	}

	#sub02_03 .box01 .tabs li:before {
		left: 50%;
		transform: translateX(-50%);
		top: -9px;
	}

	#sub02_03 .box02 .txt_wrap {
		height: 27vw;
	}

	.sub02_04_info .box01 {
		width: 100%
	}

	.sub02_04_info .box02 {
		width: 100%
	}

	#sub03_05 .view {
		width: 80%;
	}

	#certificate .certi2 table tbody .s_list p {
		font-size: 12px;
	}
}

@media (max-width:1023px) {

	#sub01_04 .tab li {
		padding: 40px 0 20px 0
	}

	#sub01_04 .tab li:nth-child(1):before {
		content: '01';
	}

	#sub01_04 .tab li:nth-child(2):before {
		content: '02';
	}

	#sub01_04 .tab li:nth-child(3):before {
		content: '03';
	}

	#sub02_02 .content ul li {
		width: 50%;
	}

	#sub02_02 .content ul li .txt {
		opacity: 1
	}

	#sub02_02 .content .view {
		display: none
	}

	#sub02_03 .box02 .txt_wrap {
		width: 100%;
		height: 200px;
		border-radius: 40px 40px 0 0;
	}

	#sub02_03 .box02 .slide_gal {
		width: 100%;
	}

	#sub02_03 .box02 .slide_gal .swiper-slide img {
		width: 100%;
	}

	#sub02_03 .box01 .tabs li {
		padding: 10px;
	}

	#sub02_03 .box01 .tabs {
		margin-bottom: 0;
	}

	#sub02_04 {
		padding: 100px 0
	}

	#sub02_04 .box {
		width: 100%;
	}

	#sub02_04 .box .tit {
		margin: 20px 0
	}

	#sub02_04 .box li {
		border: none;
		padding: 0 0 30px 0;
		min-height: auto
	}

	#sub02_04 .box02 {
		border-top: 2px solid #b0a079;
		border-bottom: 2px solid #b0a079;
	}

	#sub02_04 .cont02 {
		margin: 30px 0
	}

	#sub02_04 .cont02 .map {
		height: 300px !important
	}

	#sub02_04 .cont03 li {
		border-radius: 20px
	}

	#sub02_04 .cont03 li a {
		display: block;
		padding: 30px
	}

	#sub02_04 .cont03 li img {
		float: none;
		width: 45%;
		margin: 0 auto 10px
	}

	/* 
	.sub02_04_info {
		padding: 0 0 100px 0
	} */

	.sub02_04_info .box01 .map {
		height: 300px
	}

	#login_fs {
		width: 100%;
		float: none
	}

	#login_sm {
		width: 100%;
		float: none
	}

	#mb_login #login_fs .frm_input {
		padding: 10px
	}

	.mbskin {
		margin: 0 auto 80px
	}

	#certificate .certi_down .down_box .c_down {
		width: 240px;
	}

	#certificate .certi_down .down_box .c_down a {
		padding: 7% 0;
	}

	#certificate .certi_press .press_box .c_press .press_img {
		width: 100%;
	}

}

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

@media (max-width: 768px) {

	/**/
	.sub_con h3 {
		margin-bottom: 10px;
	}

	.sub_con p {
		margin-bottom: 30px;
	}

	#sub01_02 .tabs ul {
		padding: 50px 0
	}

	#sub01_02 .tabs li {
		padding: 20px
	}

	#sub01_02 .accordion-container {
		margin: 0 0 50px 0
	}

	#sub01_02 .set .qst_wrap {
		padding: 20px
	}

	#sub01_02 .set .ans_wrap {
		padding: 20px
	}

	#sub01_04 .tab ul {
		padding: 50px 0;
	}

	#sub02_02 .content .laser {
		width: 80%;
	}

	#sub02_02 .content {
		padding: 50px 0
	}

	#sub02_02 .content ul li {
		width: 100%;
	}

	#sub02_02 .content ul li a {
		margin: 2.5em;
	}

	#sub02_03 {
		padding: 50px 0
	}

	#sub02_03 .box01 .tabs {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: flex-start;
	}

	#sub02_03 .box01 .tabs li {
		width: calc(33.333% - 20px);
		height: 60px;
		background-color: #f4f4f4;
		line-height: 60px;
		padding: 0;
		border-radius: 20px;
	}

	#sub02_03 .box01 .tabs li.tab-link.current {
		background-color: #e4dfcf;
	}

	#sub02_03 .box01 .tabs li:before {
		display: none;
	}

	#sub02_03 .box02 .txt_wrap {
		background-size: 50%;
	}

	#sub02_04 {
		padding: 50px 0
	}

	/* 
	.sub02_04_info {
		padding: 0 0 50px 0
	} */

	#sub03_05 .view {
		bottom: 5%;
		padding: 10px
	}

	#sub04_01 {
		padding: 50px 0;
	}

	#sub04_01 .m_tit {
		width: 40%;
	}

	#sub04_02 .m_tit {
		width: 35%;
	}

	#sub04_02 .tab li {
		width: 48%;
		margin: 1%;
	}

	#sub04_02 .tab li:last-child {
		margin: 1%
	}

	#sub06_benign_tab .tab li {
		width: 48%;
		margin: 1%;
	}

	#sub06_benign_tab .tab li:last-child {
		margin: 1%
	}

	#price .tit {
		margin: 30px 0
	}

	#price .tab {
		margin: 0 0 50px 0
	}

	#price .tab-content {
		overflow-x: auto
	}

	#price .tab-content table {
		width: 700px;
	}

	#certificate {
		padding-bottom: 80px;
		font-size: 13px;
	}

	#certificate .pc {
		display: none;
	}

	#certificate .mo {
		display: block;
	}

	#certificate .board_mtit {
		font-size: 1.8em;
	}

	#certificate .board_stit {
		font-size: 1.5em;
	}

	#certificate .certi_down .down_box .c_down:first-child {
		margin-right: 20px;
	}

	#certificate .certi_press .press_box .c_press .press_img {
		width: 50%;
	}

	#certificate .certi_bg {
		top: -3%;
		width: 30%;
	}

	#certificate .certi {
		margin-bottom: 80px;
	}

	#certificate .certi_press {
		padding-top: 80px;
	}

	#certificate .certi2 table tbody .s_list p {
		margin-top: 4px;
	}

	.s_list li {
		padding: 2px 0 2px 16px;
	}

	#certificate .certi2 table tbody td {
		padding: 2% 2%;
	}
}

@media (max-width: 640px) {
	#sub04_01 .tab {
		gap: 2px;
		margin-bottom: 10px;
	}

	#sub04_01 .tab li {
		width: 70px;
		height: 45px;
		overflow: hidden;
		border-radius: 0;
		background-color: #fafafa;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	#sub04_01 .tab li.current {
		border-radius: 0;
		width: 100%;
	}

	#sub04_01 .tab .icon {
		display: block;
		width: 35px;
		height: 35px;
	}

	#sub04_01 .tab .icon img {
		width: 100%;
	}

	#sub04_01 .tab li .ft01 {
		display: none;
	}

	#sub04_01 .tab li.current .icon {
		display: none;
	}

	#sub04_01 .tab li.current .ft01 {
		display: block;
	}
}

@media (max-width: 600px) {
	#certificate .certi_down .down_box {
		width: 90%;
		margin: auto;
	}

	#certificate .certi_down .down_box .c_down {
		width: 48%;
	}

	#certificate .certi_down .down_box .c_down:first-child {
		margin-right: 4%;
	}

	#certificate .certi_down .down_box .c_down a {
		font-size: 3vw;
	}

	#certificate .certi_press .press_box .c_press .press_img {
		width: 70%;
	}

	#certificate .certi2 table tbody th {
		padding: 2% 1%;
	}
}

@media (max-width: 480px) {
	#sub01_02 .set .qst_wrap {
		padding: 15px
	}

	#sub01_02 .set .ans_wrap {
		padding: 15px
	}

	#sub01_02 .set .qst_wrap i {
		right: 20px;
		top: 20px;
		transform: none
	}

	#sub01_02 .set .qst_wrap p {
		width: 100%;
	}

	#sub01_02 .set .ans_wrap p {
		width: 100%;
	}

	#certificate {}

	#certificate .board_mtit {
		font-size: 1.5em;
		margin-bottom: 25px;
	}

	#certificate .certi_press .press_box .c_press .board_stit {
		font-size: 1.3em;
	}

	#certificate .certi_press .press_box .c_press .press_img {
		width: 80%;
		padding: 10%;
	}

	#certificate .certi_down .down_box {
		width: 100%;
	}

	#certificate .certi_down .down_box .c_down a {
		font-size: 3.2vw;
	}

	#certificate .certi {
		margin-bottom: 50px;
	}

	#certificate .certi_press {
		padding-top: 50px;
	}

	#certificate .certi_press .press_box .c_press:nth-child(2) {
		margin-bottom: 30px;
	}

}