@charset "euc-kr";
@media (min-width:1200px) {
	/* ÃÖ¼Ò 1200 ~ ÃÖ´ë */
	#sub_contents {
		width:100%;
		position:relative;
		padding-top: 225px;
		z-index:1;
	}
	
	#sub_contents:after {
		content: "";
		display: block;
		height: 1200px;
		width: 1200px;
		background: #f4eee4;
		border-radius: 50%;
		position: absolute;
		right: -600px;
		top: -400px;
		z-index: 0;
	}
	#sub_contents:before {
		content: "";
		display: block;
		height: 1200px;
		width: 1200px;
		background: #fffefc;
		border-radius: 50%;
		position: absolute;
		left: -600px;
		bottom: 10%;
		z-index: 0;
	}
	/* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
	.sub_contents_head {
		position:relative;
		width:1440px;
		margin:0 auto;
		z-index: 10;
		text-align:center;
	}

	.sub_contents_head .submenu_box {
		display:inline-block;
	}
	
	/* ¼­ºê¸Þ´º */
	.submenu {
		position:relative;
		border:1px solid #e6d0ad;
		border-radius:50px;
		transition:0.3s;
	}
	.submenu:hover {
		border-radius:0px	
	}
	
	.submenu [class^="menu"] {
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		background:url(/img/arrow03_b.png) no-repeat 95% center;
		/* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
		position:relative;
		z-index:9;
	}
	.submenu [class^="menu"] p {
		font-size:24px;
		cursor:pointer;
		padding:0px 40px;
		height:85px;
		line-height:85px;
		
		min-width: 250px;
	}
	.submenu [class^="menu"] p.on {
		background:url(/img/arrow03_w.png) no-repeat 95% center;
		/* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
		background-color:#c17f18;
		color:#fff;
	}
	.submenu [class^="menu"] ul {
		position:absolute;
		left:0px;
		display:block;
		width:100%;
		background:#fff;
		display:none;
			height:300px;
		overflow-y:scroll;
	}
	.submenu [class^="menu"] ul li a {
		font-size:18px;
		display:block;
		width:100%;
		padding:15px 0;
	}
	.submenu [class^="menu"] ul li a:hover {
		background:#c17f18;
		color:#fff;
	}
	.submenu .menu02 .child {
		display: none;
	}
	/* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
	.sub_contents_box {
		  z-index: 2;
		position: relative;
	}
	/* °øÅë */
	.sub_contents_box .page {
		
	}
	.sub_contents_box .common {
		max-width:1440px;
		margin:0 auto;
		padding-bottom: 150px;
	}

	.common .haed{
		padding:125px 0 150px;
	}


	.common .haed .head_text{
		font-size:45px;
		line-height:55px;
		text-align:center;
		word-break:keep-all;
	}

	.common .haed .head_img{
	
		margin-top:130px;
		height:510px;
		
		position:relative;
	}

	.common .haed .head_img .circle{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -30px;
		right: -30px;
		z-index: 2;

	}


	.common .haed .head_img .img{
		height:100%;
		width:100%;
		background:#e6d0ad;
		position:absolute;
		z-index:1;
		border-radius:0 0  100px 0;
		overflow:hidden;
		z-index: 1;
	}

	.common .haed .head_img_bottom_txt{
		padding:50px 80px 0 80px;
	
	}
	.common .haed .head_img_bottom_txt div:nth-child(1){
		float:left;
		width:30%;
	}
	.common .haed .head_img_bottom_txt div:nth-child(2){
		float:left;
		width:70%;
		font-size:18px;
		line-height:26px;
	}
	.common .haed .head_img_bottom_txt div:nth-child(1) p:nth-child(1){
		font-weight:600;
		font-size:26px;
		line-height:36px;
		margin-bottom:20px;
	}
	.common .haed .head_img_bottom_txt div:nth-child(1) p:nth-child(2){
		font-size:16px;
		line-height:24px;
		color:#c17f18;
	}



	.common .haed .head_img02{
	
		margin-top:130px;
		
		
		position:relative;
	}

	
	


	.common .haed .head_img02 .img_box{
		height:510px;
		width:720px;
		float:right;
		z-index:1;
		position:relative;
	}


	.common .haed .head_img02 .img_box .circle{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -30px;
		left: -30px;
		z-index: 2;

	}


	.common .haed .head_img02 .img_box .img {
		height:100%;
		width:100%;
		float:right;
		background:#e6d0ad;
		z-index:1;
		border-radius:0 0 0  100px;
		overflow:hidden;
		z-index: 1;
	}

	.common .haed .head_img02 .txt{
		width:calc(100% - 720px);
		float:left;
		padding:170px 90px 0 90px;
		box-sizing:border-box;
	}

	.common .haed .head_img02 .txt p:nth-of-type(1){
		color:#c17f18;
		font-size:20px;
		line-height:20px;
		font-weight:600;
		padding:10px 25px;
		border-radius:40px;
		border:1px solid #c17f18;
		display:inline-block;
	}
	.common .haed .head_img02 .txt p:nth-of-type(2){
	
		font-size:40px;
		line-height:50px;
		font-weight:600;
		padding:30px 0;
		
	}
	.common .haed .head_img02 .txt p:nth-of-type(3){
		font-size:22px;
		line-height:36px;
		word-break:keep-all;
	}







	.common .contents{}





	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
	.s_menu_setting {
		width:100%;
		max-width:100%;
	}
	.s_menu_setting .s_page {
	}
	.common .s_menu_wrap {
	}
	.common .s_menu_box {
		border-bottom:2px solid #e6d0ad;
		margin-bottom:150px;
	}
	.common .s_menu {
		font-size:0px;
		text-align:center;
		box-sizing:border-box;
		position:relative;
		z-index:1;
		border-top:2px solid #e6d0ad;
		max-width:1440px;
		margin:0 auto;
		padding:15px;
	}
	.common .s_menu li {
		display:inline-block;
		text-align:center;
		font-size:30px;
		box-sizing:border-box;
		margin:10px 60px;
		
	}
	
	.common .s_menu li.on {
	}
	.common .s_menu li.on a {
		color:#e4bf85 ;
		
	}
	.common .s_menu li>a {
		transition:all 0.3s;
		display:inline-block;
		width:100%;
		color:#2d2d2d;
		vertical-align:top;
	}
	.common .s_menu li>a:before {
		display:inline-block;
		content:'#';
		margin-right:10px;	
	}
	.common .s_menu li:hover a {
		color:#e4bf85 ;
	}
	.common .s_page>li {
		display:none;
	}
	.common .s_page>li.on {
		display: block;
	}
	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */

	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
	
	.common .s_menu_wrap_s {
		margin-top:-100px;
	}
	
	.common .s_menu_s {
		    margin-bottom: 100px;
		
	}
	.common .s_menu_s li {
		display:inline-block;
		text-align:center;
		font-size:22px;
		box-sizing:border-box;
		margin:10px 20px;
		border-radius:0 20px 0 20px;
		border:1px solid #e6d0ad;
		padding:10px 15px;
		
	}
	.common .s_menu_s li.on {
	}
	.common .s_menu_s li.on a {
		color:#e4bf85 ;
		
	}
	.common .s_menu_s li>a {
		transition:all 0.3s;
		display:inline-block;
		width:100%;
		color:#2d2d2d;
		vertical-align:top;
	}
	.common .s_menu_s li:hover a {
		color:#e4bf85 ;
	}
	.common .s_page_s>li {
		display:none;
	}
	.common .s_page_s>li.on {
		display: block;
	}
	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */


	/* content_struc */
	.common .section {
		max-width:1440px;
		margin:0 auto;
		position:relative;
		margin-bottom:150px;
	}
	.common .section::after {
		content:"";
		clear:both;
	}
	.common .section:last-child {
		margin-bottom:0px;
	}
	.common .content {
		box-sizing:border-box;
		line-height:16px;
		text-align:center;
	}
	.common .section .title {
		font-size:40px;
		line-height:54px;
		box-sizing:border-box;
		word-break:keep-all;
		position:relative;
		padding:60px 0px 0px 0px;
		margin-bottom:50px;
		background:url(/img/title_img.png) no-repeat center top;
		background-size:90px;
		text-align:center;
		font-weight:600;
	}




	.common .section .title .t01{
		font-size:16px;
		line-height:24px;
		color:#c17f18;
		display:block;
		margin-top:15px;
	}

	
	/* Á¦¸ñº¯Çü */
	.common .trans .content {
		width:100%;
		float:none;
	}
	.common .trans .title {
		width:100%;
		float:none;
		margin-bottom: 50px;
		top:0px;
	}
	/* //content_struc */
	/* ¹®´Ü */
	.common .cont01 {
		margin-bottom:80px;
	}
	.common .cont01:last-child {
		margin-bottom:0px;
	}
	.common .cont02 {
		margin-bottom:60px;
	}
	.common .cont02:last-child {
		margin-bottom: 0px;
	}
	.common .cont03 {
		margin-bottom:40px;
		margin-left:50px;
	}
	.common .cont03:last-child {
		margin-bottom: 0px;
	}

	/* Å×ÀÌºí */
	.common .tb01 {
		width:100%;
	}
	.common .tb01_innner {
		width:100%;
		overflow:hidden;
	}
	.common .tb01 table {
		width:calc(100% + 2px);
		position:relative;
		left:-1px;
		overflow:hidden;
		text-align:center;
		border-top:5px solid #c17f18;
		border-left:1px solid #e6d0ad;
	  border-radius: 30px 30px 0px 0;
	  overflow:hidden;
	}
	.common .tb01 table thead th {
		padding:10px;
		
		font-size:20px;
		line-height:28px;
		font-weight:bold;
		line-height:normal;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		
		word-break:keep-all;
		background:#e6d0ad;
	}
	.common .tb01 table tbody th {
		padding:10px;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		font-size:20px;
		line-height:28px;
		font-weight:bold;
		
		word-break:keep-all;
	}
	.common .tb01 table tbody td {
		padding:15px;
		font-size:16px;
		line-height:24px;
		border-bottom:1px solid #e6d0ad;
		border-right:1px solid #e6d0ad;
		text-align:center;
		word-break:keep-all;
	}
	.common .tb01 table tbody td.left {
		text-align:left;
	}
	.common .tb02 {
		width:100%;
	}
	.common .tb02_innner {
		width:100%;
		overflow:hidden;
	}
	.common .tb02 table {
		width:calc(100% + 2px);
		position:relative;
		left:-1px;
		overflow:hidden;
		text-align:center;
		border-left:1px solid #e6d0ad;
	  border-radius: 30px 30px 0px 0;
		border-top:5px solid #c17f18;
	}
	.common .tb02 table thead th {
		padding:20px;
		font-size:20px;
		line-height:30px;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		
		word-break:keep-all;
	}
	.common .tb02 table tbody th {
		padding:20px;
		font-size:20px;
		line-height:30px;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		
		word-break:keep-all;
	}
	.common .tb02 table tbody td {
		padding:20px;
		font-size:20px;
		line-height:30px;
		border-bottom:1px solid #e6d0ad;
		border-right:1px solid #e6d0ad;
		text-align:center;
		word-break:keep-all;
	}
	.common .tb02 table tbody td.left {
		text-align:left;
	}
	.common [class^=tb] table ol {
		padding-left:40px;
	}
	.common [class^=tb] table ol li {
		list-style:decimal-leading-zero;
		text-align:left;
		margin:10px 0;
	}
	.common [class^=tb] table ol li::marker {
		font-size:20px;
		color: #e4bf85  !important;
	}
	/* Å×ÀÌºí */
	/* ÆùÆ® */
	.common h1 {
		font-size:30px;
		line-height:40px;
		box-sizing:border-box;
		word-break:keep-all;
		position:relative;
		padding:45px 0px 0px 0px;
		background:url(/img/h1_img.png) no-repeat center top;
		background-size:44px;
		color:#cc8282;
		margin-bottom:30px;
		text-align:center;
		font-weight:600;
	}
	
	.common h2 {
		font-size:24px;
		line-height:normal;
		margin-bottom:20px;
		padding-left:0px;
		position:relative;
		text-align:center;
		font-weight:600;
	}
	.common h2:before{
		content:"";
		display:inline-block;
		width:20px;
		height:20px;
		background:#deb169;
		border-radius:50%;
		margin-right:10px;
		box-shadow:5px 5px #e6d0ad;
	}




	.common h3 {
		
		font-size:16px;
		line-height:normal;
		margin-bottom:15px;
		position:relative;
		color:#c17f18;
		font-weight:600;
	}
	.common .p01 {
		font-size:18px;
		line-height:26px;
		word-break:keep-all;
	}
	.common .p02 {
		font-size:18px;
		line-height:26px;
		background:#f5f0e8;
		padding:30px;
		word-break:keep-all;
		border-radius: 50px 0 50px 0;
	}

	.common .b01 {
		font-size:20px;
		line-height:30px;
		word-break:keep-all;
		font-weight:600;
	}
	


	/* ¸®½ºÆ® */
	.common li{
		text-align:left;
	}
	.common .list01 {
		text-align:left;
		padding:15px 0;
		font-size:0px;
	}
	.common .list01 li {
		position:relative;
		font-size:18px;
		line-height:26px;
		padding:15px;
		margin-right:20px;
		padding-left:40px;
		margin-bottom:20px;
		word-break:keep-all;
		border:1px solid #e6d0ad;
		border-radius: 0 10px 0 10px;
		display:inline-block;
		width:calc((100% - 20px)/2);
		box-sizing:border-box;
		vertical-align:top;
	}
	.common .list01 li:nth-child(2n) {
		margin-right:0px;
	}
	.common .list01 li:before {
		position:absolute;
		left:12px;
		top:24px;
		content:"";
		display:inline-block;
		width:15px;
		height:3px;
		background:#c17f18;
	}



	.common .list02 {
		text-align:left;
		border:1px solid #e6d0ad;
		padding:40px 20px 0 20px;
		font-size:0;
		border-radius: 0 10px 0 10px;
	}
	.common .list02 li {
		font-size:18px;
		line-height:26px;
		padding-left:65px;
		padding-bottom:15px;
		margin-bottom:40px;
		border-bottom:1px solid #bfbfbf;
		word-break:keep-all;
		display:inline-block;
		width:48%;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
		min-height:64px;
	}

	.common .list02 li.third {
		margin-right:10px;
		width:calc((100% - 20px)/3);
	}
	.common .list02 li.third:nth-child(3n) {
		margin-right:0%;
	}

	.common .list02 li span {
		font-size:20px;
		color:#ffffff;
		margin-right:5px;
		position:absolute;
		left:0px;
		display:inline-block;
		height:40px;
		background:#e4bf85 ;
		line-height:40px;
		width:40px;
		text-align:center;
		border-radius: 0 10px 0 10px;
		box-shadow:5px 5px #e6d0ad;
		top:-10px;
		
	}


	.common .list02_circle {
		
		font-size:0;
		padding: 0 50px;
	}
	.common .list02_circle li {
		font-size:18px;
		line-height:26px;
		padding:90px 30px 0 30px;
		margin-bottom:30px;
		border:1px solid #c17f18;
		word-break:keep-all;
		display:inline-block;
		margin-right:calc((100% - (290px)*3)/6);
		margin-left:calc((100% - (290px)*3)/6);
		margin-bottom:calc((100% - (290px)*3)/6);
		width:290px;
		height:290px;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
		border-radius:50%;
		text-align:center;
		word-break:keep-all;
	}
	.common .list02_circle li:before{
		width:100%;
		height:100%;
		border:1px solid #eee0ca;
		content:"";
		display:block;
		position:absolute;
		right:-20px;
		bottom:-20px;
		border-radius:50%;
	}


	

	.common .list02_circle li span {
		font-size:34px;
		font-weight:600;
		color:#c17f18;
		display:block;
		margin-bottom:20px;
		
	}


	.common .list02_circle li.quater {
		margin-right:calc((100% - (290px)*4)/8);
		margin-left:calc((100% - (290px)*4)/8);
		margin-bottom:calc((100% - (290px)*4)/8);
		width:290px;
		height:290px;
	}



	.common .list02_circle li.big {
		margin-right:calc((100% - (350px)*3)/6);
		margin-left:calc((100% - (350px)*3)/6);
		margin-bottom:calc((100% - (350px)*3)/6);
		width:350px;
	}

	


	.common .list03 {
		text-align:left;
		font-size:0;
		background:#fff;
		border-radius:50px 0 50px 0;
		padding:50px 0px 50px 20px;
		font-size:0px;
	}
	.common .list03 li {
		position:relative;
		word-break:keep-all;
		display:inline-block;	
		box-sizing:border-box;
		vertical-align:top;
		padding:20px 20px 20px 70px;	
		width:calc((100% - 40px)/2);
		margin-right:20px;
		margin-bottom:0px;
	}

	.common .list03 li.third {
		width:calc((100% - 40px)/3);
		margin-right:20px;
	}
	.common .list03 li.third:nth-child(3n) {
		margin-right:0;
	}
	
	.common .list03 li p{
		font-size:18px;
		line-height:26px;
		line-height:30px;
		word-break:keep-all;
		    border-bottom: 1px solid #bfbfbf;
		padding:10px 10px 10px 10px;	
	}

	.common .list03 li:before {
		position:absolute;
		left:10px;
		top:20px;
		content:"";
		display:inline-block;
		width:54px;
		height:54px;
		background:url(/img/list03.png) no-repeat center;
		background-size:contain;
	}



	.common .list03_box {
		font-size:0;
	}
	.common .list03_box li {
		font-size:18px;
		padding:100px 20px 20px 20px;
		word-break:keep-all;
		display:inline-block;
		margin-right:5%;
		margin-bottom:5%;
		width:30%;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
		text-align:center;
		word-break:keep-all;
		background:#fff;
		border-radius:50px 0 50px 0;
	}

	.common .list03_box li:before {
		position:absolute;
		left:50%;
		margin-left:-27px;
		top:10px;
		content:"";
		display:inline-block;
		width:64px;
		height:64px;
		background:url(/img/list03_box.png) no-repeat center;
		background-size:contain;
	}

	.common .list03_box li:nth-child(3n) {
		margin-right:0%;
	}

	

	.common .list03_box li p{
		font-size:18px;
		line-height:26px;
		word-break:keep-all;
	}

	.common .list03_box li span{
		font-size:22px;
		line-height:32px;
		word-break:keep-all;
		font-weight:600;
		display:block;
		margin-bottom:10px;
	}

	.common .list03_box li .img{
		
	}

	.common .list03_box li.half {
		width:45%;
		margin-right:10%;
	}	

	.common .list03_box li.half:nth-child(3n) {
		
		margin-right:10%;
	}

	.common .list03_box li.half:nth-child(2n) {
		margin-right:0%;
	}









	.common .list04 {
		text-align:left;
		font-size:0;
	}
	.common .list04 li {
		display:inline-block;
		vertical-align:top;
		border-radius: 0 10px 0 10px;
		line-height:16px;
		padding:30px 30px;
		margin-bottom:25px;
		word-break:keep-all;
		box-sizing:border-box;
		box-shadow:5px 5px #e6d0ad;
		background:#fff;border-radius: 50px 0 50px 0;
	}
	.common .list04 li p:nth-of-type(1) {
		font-size:20px;
		line-height:30px;
		padding-left: 55px;
		position:relative;
		
	}

	.common .list04 li p:nth-of-type(1) span {
		left:0px;
		top:0px;
		position:absolute;
		font-size:30px;
		font-weight:bold;
		
	}
	.common .list04 li p:nth-of-type(2) {
		font-size:16px;
		line-height:24px;
		padding:10px;
		    background: #f1e9db;
	}
	.common .list04 li.half {
		width:calc((100% - 25px)/2);
		margin-right:25px;
	}
	.common .list04 li.half:nth-child(2n) {
		margin-right:0;
	}
	.common .list04 li.third {
		width:calc((100% - 40px)/3);
		margin-right:20px;
	}
	.common .list04 li.third:nth-child(3n) {
		margin-right:0;
	}



	.common .list05 {
		
		font-size:0;
	}
	.common .list05 li {
		
		display:inline-block;
		vertical-align:top;
		margin-bottom:calc((100% - (320px)*4)/3);
		margin-right:calc((100% - (320px)*4)/3);
		width:320px;
		box-sizing:border-box;
		word-break:keep-all;
		text-align:center;
	}
	
	.common .list05 li .img{
		
		
		border-radius: 50px 0 50px 0;
		overflow:hidden;
		
	}
	.common .list05 li p:nth-of-type(1){
		font-size:28px;
		line-height:28px;
		font-weight:600;
		padding:25px 0;
		word-break:keep-all;
		
	}

	.common .list05 li p:nth-of-type(2){
		font-size:18px;
		line-height:26px;
		word-break:keep-all;
		padding:0 10px;
		
	}

	.common .list05 li:nth-child(4) {
		
		margin-right:0;
		
	}
	

	.common .list05 li.half {
		margin-right:2.5%;
		margin-left:2.5%;
		width:45%;
	}

	.common .list05 li.half:nth-child(4) {
		margin:0 1%;
	}

	.common .list05 li.half .img{
		
	  display: inline-block;
	}


	.common .list05 li.third {
		margin-right:1%;
		margin-left:1%;
		width:31%;
	}

	.common .list05 li.third:nth-child(4) {
		margin-right:1%;
		margin-left:1%;
	}

	.common .list05 li.third .img{
		width:320px;
		margin:0 auto;
		
	}


	.common .list05 li.fiveth {
		margin-right:calc((100% - (240px)*5)/4);
		width:240px;

	}
	.common .list05 li.fiveth:nth-child(5n) {
		margin-right:0;
	}

	.common .list05 li.fiveth:nth-child(4) {
		margin-right:calc((100% - (240px)*5)/4);
	}

	.common .list05 li.fiveth .img{

		
	}






	/* surgery_list */
	
	.common .surgery_list{
		background:#fff;
		border-radius:50px 0 50px 0;
		padding:50px 20px;
		font-size:0px;
	}
	
	.common .surgery_list li{
		background:#fff;
		border-radius:50px 0 50px 0;
	
		width:16.66%;
		display:inline-block;
		transition:0.3s;
		vertical-align:top;
	}
	.common .surgery_list li:hover{
		transform:scale(1.1);
	}

	.common .surgery_list li .img{
		text-align:center;
		margin-bottom:30px;
	}

	.common .surgery_list li p:nth-of-type(1){
		text-align:center;
		font-size:20px;
		line-height:20px;
		margin-bottom:20px;
	}

	.common .surgery_list li p:nth-of-type(2){
		text-align:center;
		font-size:24px;
		line-height:24px;
		color:#ca8c2c;
	}

	.common .surgery_list li.quater {
		width:25%;
	}
	

	.common .surgery_list li.fiveth {
		width:20%;
	}





	.common .link01 {
		vertical-align:middle;
		font-size:24px;
		font-weight:800;
		display:inline-block;
		padding:25px 20px;
		text-align:center;
		border-radius: 0 15px 0 15px;
		color:#fff;
		position:relative;
		overflow:hidden;
		transition:all 0.3s;
	}
	.common .link01 span {
		position:relative;
		z-index:1;
	}
	.common .link01 span img {
		position:relative;
		left:0px;
		transition:0.3s;
		margin-left:10px;
	}
	.common .link01:hover span img {
		left:10px;
	}
	.common .link01 .bg {
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background:#ac4c4c;
		transition:all 0.6s;
	}
	.common .link01:hover .bg {
		width:200%;
		height:200%;
	}
	.common .link02 {
		vertical-align:middle;
		font-size:24px;
		
		line-height:normal;
		display:inline-block;
		text-align:center;
		transition:all 0.1s;
	}
	.common .link02 img {
		position:relative;
		left:0px;
		top:8px;
		transition:0.1s;
		margin-left:10px;
	}
	.common .link02:hover {
		color:#c17f18 ;
	}
	.common .link02:hover img {
		left:10px;
	}
	.common .button {
		font-size:26px;
		
		border:1px solid #e6d0ad;
		padding:20px 30px;
		border-radius:30px;
		box-shadow:0px 6px 8px -4px #888;
		display:inline-block;
		transition:all 0.3s;
		background:#fff;
	}
	.common .button:hover {
		box-shadow:0px 10px 8px -4px #888;
	}
	.common .button_on {
		box-shadow:0px 10px 8px -4px #888;
	}
	.common .button_on span {
		background-image:linear-gradient(transparent 60%,#e4bf85  40%);
		background-size: 100% 100%;
	}


/* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  .common  .arrow {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #c17f18;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
  }

  .common  .arrow span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #c17f18;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .common  .arrow span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    vertical-align: middle;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
    top: -1px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .common  .arrow:hover {
    background: #c17f18;
    color: #fff;
  }

  .common  .arrow:hover span {
    background: #fff;
    margin-left: 10px;
  }

  .common  .arrow:hover span:before {
    border-top: 2px solid #c17f18;
    border-left: 2px solid #c17f18;
  }







	/* radio Ã¼Å© ¹Ú½º ¶óº§ */


	.common [type="radio"], span {
	  vertical-align: middle;
	}

	.common [type="radio"] {
	  appearance: none;
	  border: max(2px, 0.1em) solid gray;
	  border-radius: 50%;
	  width: 20px;
	  height: 20px;
	  transition: border 0.1s ease-in-out;
	}

	.common [type="radio"]:checked {
	  border: 0.4em solid tomato;
	}

	.common [type="radio"]:focus-visible {
	  outline-offset: max(2px, 0.1em);
	  outline: max(2px, 0.1em) dotted tomato;
	}

	.common [type="radio"]:hover {
	  box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
	  cursor: pointer;
	}

	.common [type="radio"]:hover + span {
	  cursor: pointer;
	}

	.common [type="radio"]:disabled {
	  background-color: lightgray;
	  box-shadow: none;
	  opacity: 0.7;
	  cursor: not-allowed;
	}

	.common [type="radio"]:disabled + span {
	  opacity: 0.7;
	  cursor: not-allowed;
	}



	/* Ã¼Å©¹Ú½º ¶óº§ */
	.common .label-cbx {
		 user-select:none;
		 cursor:pointer;
		 margin-bottom:0;
		 display:inline-block;
		 height:auto;
		 vertical-align:middle;
	}
	.common .label-cbx input:checked+.checkbox {
		 border-color:#20C2E0;
	}
	.common .label-cbx input:checked+.checkbox svg path {
		 fill:#20C2E0;
	}
	.common .label-cbx input:checked+.checkbox svg polyline {
		 stroke-dashoffset:0;
	}
	.common .label-cbx:hover .checkbox svg path {
		 stroke-dashoffset:0;
	}
	.common .label-cbx .checkbox {
		 position:relative;
		 width:30px;
		 height:30px;
		 border:2px solid #C8CCD4;
		 border-radius:3px;
	}
	.common .label-cbx .checkbox svg {
		 position:absolute;
		 top:-2px;
		 left:-2px;
		 width:34px;
		 height:34px;
	}
	.common .label-cbx .checkbox svg path {
		 fill:none;
		 stroke:#20C2E0;
		 stroke-width:2;
		 stroke-linecap:round;
		 stroke-linejoin:round;
		 stroke-dasharray:71px;
		 stroke-dashoffset:71px;
		 transition:all 0.6s ease;
	}
	.common .label-cbx .checkbox svg polyline {
		 fill:none;
		 stroke:#FFF;
		 stroke-width:2;
		 stroke-linecap:round;
		 stroke-linejoin:round;
		 stroke-dasharray:18px;
		 stroke-dashoffset:18px;
		 transition:all 0.3s ease;
	}
	.common .invisible {
		 position:absolute;
		 z-index:-1;
		 width:0;
		 height:0;
		 opacity: 0;
	}
	/* ±¸Á¶º¯°æ */
	.common .trans_h1 {
		margin-bottom:100px;
	}
	.common .trans_h1:last-child {
		margin-bottom:0px;
	}
	.common .trans_h1 .left {
		float:left;
		width:30%;
		padding-right:50px;
		box-sizing:border-box;
	}
	.common .trans_h1 .right {
		float:right;
		width:70%;
	}
	.common .trans_h1_2 {
		margin-bottom:100px;
	}
	.common .trans_h1_2:last-child {
		margin-bottom:0px;
	}
	.common .trans_h1_2 .left {
		float:right;
		width:30%;
		padding-left:50px;
		box-sizing:border-box;
	}
	.common .trans_h1_2 .right {
		float:left;
		width:70%;
	}
	.common .trans_float_wrap {
		overflow:hidden;
		font-size:0px;
	}
	.common .trans_float {
		display:inline-block;
		width:48%;
		margin-bottom:8%;
		vertical-align:top;
	}
	.common .trans_float:nth-of-type(2n-1) {
		margin-right:4%
	}
	.common .img_scroll {
		position:relative;
	}
	.common .img_scroll::before {
		content:'"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
		display:block;
		margin-bottom:20px;
		font-size:24px;
		color:#c17f18;
		text-align:left;
	}
	.common .img_scroll .img {
		height:450px;
		overflow-y:scroll;
		display: inline-block;
	}



	/* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
	.common .clinic_view{
		font-size:0px;
		text-align: center;
	}
	.common .clinic_view_head{		
		text-align:center;
		font-size:24px;
		margin-bottom:40px;
	}
	.common .clinic_view li:nth-child(3n){
		margin-right:0px;
	}
	.common .clinic_view li{
		display:inline-block;
		vertical-align:top;
		margin-right:30px;
		margin-bottom:50px;
		width:calc((100% - 60px)/3);
		position:relative;
		text-align:left;
	}

	.common .clinic_view li.half{
		width:calc((100% - 60px)/2);
	}


	.common .clinic_view li.half:nth-child(3n){
		
		margin-right:30px;
	}

	.common .clinic_view li.half:nth-child(2n){
		
		margin-right:0px;
	}

	.common .clinic_view li.half a{

		height:300px;
		line-height:300px;
	}



	.common .clinic_view li .txt{
		padding:15px 15px 0 25px;
		font-size:20px;
		word-break:keep-all;
		font-weight:600;
	}
	.common .clinic_view li .txt span{
		font-size:14px;
		margin-left:10px;
		display:inline-block;
	}
	
	.common .clinic_view li a{
		display:block;
		height:270px;
		line-height:270px;
		position:relative;
		overflow:hidden;
		text-align:center;
		overflow: hidden;
		border-radius: 30px 0 30px 0;
	}
	
	.common .clinic_view li a .img{
		position:absolute;
		left:0px;
		z-index:1;
		width:100%;
		height:100%;
		background:#e6d0ad;
		top:0px;
		left:0px;
		background-size: cover;
		background-repeat: no-repeat;
		transition: 0.3s;
    background-position: left center;
	}

	.common .clinic_view li a:before{		
		position:absolute;
		left:0px;
		top:0px;
		content:"";
		width:100%;
		height:100%;
		background:#000;
		opacity:0.6;
		z-index:2;;
		transition:0.3s;
	}
	.common .clinic_view li a:after{		
		position:absolute;
		left:50%; margin-left:-32px;
		top:50%; margin-top:-32px;
		content:"";
		width:64px;
		height:64px;
		background:url(/img/view01.png) center no-repeat;
		background-size:cover;
		opacity:1;
		z-index:3;;
		transition:0.3s;
	}

	.common .clinic_view li a span{
		color:#000;
		transition:0.3s;
	}
	.common .clinic_view li a:hover .img{
		transform:scale(1.1);
		transition:0.3s;
	}
	.common .clinic_view li a:hover:before{		
		opacity:0;
		transition:0.3s;
	}
	.common .clinic_view li a:hover:after{		
		position:absolute;
		left:50%; margin-left:-20px;
		top:50%; margin-top:-20px;
		content:"";
		width:40px;
		height:40px;
		background:url(/img/view01.png) center no-repeat;
		background-size:cover;
		opacity:1;
		z-index:3;;
		transition:0.3s;
	}





	
	
	/* ÀÎ»ç¸» */
	.m09 .intro{
		padding-top:50px;
	}
	.m09 .intro li{
		margin-bottom:150px;
	}

	.m09 .intro li:last-child{
		margin-bottom:0px;
	}

	.m09 .intro .img{
		background-size:cover!important;
		border-radius:50px 0 50px 0;
		overflow:hidden;
	}
	

	.m09 .intro .txt{
		box-sizing:border-box;
	}
	
	.m09 .intro .txt p:nth-child(1){
		font-size:40px;
		line-height:54px;
		font-weight:600;
		margin-bottom:40px;
	}

	.m09 .intro .txt p:nth-child(2){
		font-size:22px;
		line-height:36px;
		word-break:keep-all;
	}


	.m09 .intro li:nth-child(2n-1) .img{
		float:left;
		
	}
	
	.m09 .intro li:nth-child(2n-1) .txt{
		float:right;
		
	}

	.m09 .intro li:nth-child(2n) .img{
		float:right;
		
	}
	
	.m09 .intro li:nth-child(2n) .txt{
		float:left;
		
	}





	.m09 .intro li:nth-child(1) .img{
		width:616px;
		height:724px;
		background:url(/img/m09_img_01.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(1) .txt{
		width:calc(100% - 616px);
		padding:230px 50px 0 150px;
	}


	.m09 .intro li:nth-child(2) .img{
		width:720px;
		height:615px;
		background:url(/img/m09_img_02.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(2) .txt{
		width:calc(100% - 720px);
		padding:230px 100px 0 30px;
	}


	.m09 .intro li:nth-child(3) .img{
		width:559px;
		height:687px;
		background:url(/img/m09_img_03.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(3) .txt{
		width:calc(100% - 559px);
		padding:360px 150px 0 150px;
	}


	.m09 .intro li:nth-child(4) .img{
		width:790px;
		height:541px;
		background:url(/img/m09_img_04.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(4) .txt{
		width:calc(100% - 790px);
		padding:230px 100px 0 30px;
	}


	.m09 .intro li:nth-child(5) .img{
		width:844px;
		height:710px;
		background:url(/img/m09_img_05.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(5) .txt{
		width:calc(100% - 844px);
		padding:250px 50px 0 100px;
	}





	

	


	/* ÀÇ·áÁø¼Ò°³ */
	.m10 .top{
		position:relative;  
		margin-bottom:150px;
	}

	.m10 .top .img{
		float:right;  
		border-radius:0 0 0 100px;
		overflow:hidden;
	}

	.m10 .top .txt{
		width:calc(100% - 502px);
		float:right;  
	}

	.m10 .top .txt .info01{
		float:left;
		width:50%;
	}

	.m10 .top .txt .info01 p:nth-child(1){
		color:#c17f18;
		font-size:30px;
		line-height:40px;
		margin-bottom:30px;
	}



	.m10 .top .txt .info01 p:nth-child(2){
		font-weight:600;
		font-size:50px;
		line-height:60px;
		margin-bottom:50px;
	}

	.m10 .top .txt .info01 p:nth-child(2) span{
	
		font-size:24px;
		line-height:24px;
		display:inline-block;
		vertical-align:text-bottom;
	}

	.m10 .top .txt .info01 p:nth-child(3){
	
		font-size:22px;
		line-height:38px;
		padding:20px;
	}

	.m10 .top .txt .info02{
		float:left;
		width:50%;
	}

	.m10 .top .txt .info02 p:nth-child(1){
		color:#c17f18;
		font-size:30px;
		line-height:40px;
		margin-bottom:20px;
	}

	.m10 .top .txt .info02 ul li {
		
		font-size:18px;
		line-height:26px;
		margin-bottom:15px;
		position:relative;
		padding-left: 20px;
	}

	.m10 .top .txt .info02 ul li:before {
		display:inline-block;
		width:10px;
		height:2px;
		background:#e6d0ad;
		position:absolute;
		left:0px;
		top:12px;
		content:"";
	}



	.m10 .top .txt .table{
		float:left;  
		margin-top:50px;
		width:50%;
	}

	.m10 .top .txt .table p:nth-child(1) {
        color: #c17f18;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }










	.m10 .bottom{
		position:relative;  
		margin-bottom:50px;
	}


	.m10 .bottom .img{
		float:left;  
		position:relative;
		left:-70px;
		z-index:1;
	}
	.m10 .bottom .img img{
		position:relative;
		z-index:2;
	}

	.m10 .bottom .img:after {
		content: "";
		display: block;
		width: 60%;
		height: 60%;
		background: #f4eee4;
		border-radius: 50%;
		position: absolute;
		right: -30%;
		top: 60%;
		z-index: 1;
	}


	.m10 .bottom .txt{
		width:calc(100% - 730px);
		float:left;  
		box-sizing:border-box;
		padding:100px 0 0 20px;
		position:relative;
		z-index:2;
	}

	

	.m10 .bottom .txt p:nth-child(1){
		color:#c17f18;
		font-size:30px;
		line-height:40px;
		margin-bottom:30px;
	}

	.m10 .bottom .txt ul li {
		
		font-size:18px;
		line-height:26px;
		margin-bottom:15px;
		position:relative;
		padding-left: 20px;
	}

	.m10 .bottom .txt ul li:before {
		display:inline-block;
		width:10px;
		height:2px;
		background:#e6d0ad;
		position:absolute;
		left:0px;
		top:12px;
		content:"";
	}

	/*Àåºñ¼Ò°³*/
	.m11 .device{
		padding-top:50px;
	}
	.m11 .device > li{
		margin-bottom:150px;
	}

	.m11 .device >  li:last-child{
		margin-bottom:0px;
	}

	.m11 .device .img{
		border-radius:50px 0 50px 0;
		overflow:hidden;
		width:600px;
		background:#fff;
		float:left;
		text-align:center;
	}

	.m11 .device .img img{
		max-height: 600px;
	}


	    

	.m11 .device > li:nth-child(2n-1) .txt{
		box-sizing:border-box;
		padding: 10% 50px 50px 150px;
		float:left;
		width:calc(100% - 600px);
		box-sizing:border-box;
	}

	.m11 .device > li:nth-child(2n) .txt{
		box-sizing:border-box;
		padding: 10% 150px 50px 50px;
		float:left;
		width:calc(100% - 600px);
		box-sizing:border-box;
	}
	
	.m11 .device .txt p:nth-child(1){
		font-size:20px;
		line-height:30px;
		font-weight:600;
		margin-bottom:20px;
		color:#c17f18;
	}

	.m11 .device .txt p:nth-child(2){
		font-size:40px;
		line-height:50px;
		font-weight:600;
		margin-bottom:30px;
	}


	.m11 .device .txt p:nth-child(3){
		font-size:18px;
		line-height:30px;
		margin-bottom:50px;
		word-break:keep-all;
	}

	.m11 .device .txt ul{
		background:#fff;
		padding:20px 0 0 20px;
		border-radius:20px 0 20px 0;
		overflow:hidden;
	}

	.m11 .device .txt li{
		border:1px solid #c17f18;
		padding:10px 15px;
		display:inline-block;
		font-size:20px;
		margin: 0 20px 20px 0; 
		font-weight:600;
	}


	.m11 .device li:nth-child(2n-1) .img{
		float:left;
		
	}
	
	.m11 .device li:nth-child(2n-1) .txt{
		float:right;
		
	}

	.m11 .device li:nth-child(2n) .img{
		float:right;
		
	}
	
	.m11 .device li:nth-child(2n) .txt{
		float:left;
		
	}






	
	/* Áø·á½Ã°£ ¹× ¿À½Ã´Â±æ */
	.m12 .map{
		position:relative;
		height:500px;
	}

	.m12 .map .map_wrapper{
		border-radius:0 0 100px 0px;
		overflow:hidden;
		position:relative;
		z-index:1;
	}
	.m12 .cirlce{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -30px;
		right: -30px;
		z-index:21;
	}


	.m12 .top{
		padding:80px 50px 80px;
		border-bottom:1px solid #e6d0ad;
	}

	.m12 .top .img{
		float:left;
		width:280px;
	}

	.m12 .top .txt{
		float:left;
		width:calc(100% - 280px);
	}

	.m12 .top .txt .sec{
		float:left;
		width:50%;
		box-sizing:border-box;
	}

	.m12 .top .txt .sec:nth-child(1){

		padding-left:100px;
	}

	.m12 .top .txt .sec:nth-child(1) p{

		font-size:24px;
		line-height:32px;
		margin-bottom:15px;
	}

	.m12 .top .txt .sec:nth-child(1) a{

		font-size:44px;
		line-height:44px;
		color:#c17f18;
		font-weight:600;
	}

	

	.m12 .top .txt .sec:nth-child(2){

		padding-left:100px;
	}


	
	.m12 .top .txt .sec:nth-child(2) ul{
		margin-bottom:20px;
	}

	
	.m12 .top .txt .sec:nth-child(2) li{
		font-size:16px;
		line-height:24px;
		color:#c17f18;
		display:inline-block;
		margin: 0 10px 10px 0;
	}


	.m12 .top .txt .sec:nth-child(2) p{
		font-size:15px;
		line-height:23px;
		margin-right:35px;
		display:inline-block;
		vertical-align:top;
		width:40%;
		word-break:keep-all;
	}


	.m12 .bottom{
		padding:80px 50px 0;
	}

	.m12 .bottom .time{
		
		float:left;
		width:40%;
		box-sizing:border-box;
	}

	.m12 .bottom .method{
	
		float:left;
		width:60%;
		box-sizing:border-box;
	}

	.m12 .bottom .h1{

		font-size:34px;
		line-height:34px;
		font-weight:800;
		margin-bottom:40px;
	}


	 .m12 .bottom .time ul{
	
	
  }

  .m12 .bottom .time ul li{
	overflow:hidden;
	font-size:20px;
	line-height:50px;
	height:50px;
  }

  .m12 .bottom .time ul li span:nth-child(1){
	width:100px;
	float:left;
	text-align:justify;
	margin-right:30px;

  }

   .m12 .bottom .time ul li span:nth-child(1):after{

	content: "";

	display: inline-block;

	width: 100%;

	}

   .m12 .bottom .time ul li span:nth-child(2){
	float:left;
	word-spacing:2px;
  }


	.m12 .bottom .method ul{
		font-size:0px;
	  }

	.m12 .bottom .method ul li{
		display:inline-block;
		width:50%;
		box-sizing:border-box;
		padding-right:50px;
		font-size:12px;
		vertical-align:top;
		margin-bottom:50px;
		
	}


	.m12 .bottom .method .h2{
		font-size:24px;
		line-height:24px;
		font-weight:600;
		margin-bottom:25px;
	}
	.m12 .bottom .method .h2 img{
		height:34px;
		display:inline-block; margin-right:10px;
		vertical-align:middle;
	}

	.m12 .bottom .method ul li:nth-child(3) .h2 img{
		position:relative;
		top:-10px;
	}

	.m12 .bottom .method ul li p:not(.h2){
		font-size:16px;
		line-height:24px;
		word-break:keep-all;
		padding:10px;
		background:#f5efe6;
		
	}

	.m12 .bottom .method ul li:nth-child(1) span{
		display:block;
		margin-bottom:10px;
	}


	
  .m12 .bottom .method ul li div a{
	display:inline-block;
	font-size:15px;
	line-height:15px;
	margin-right:25px;
	transition:all 0.3s;
  }

  .m12 .bottom .method ul li div a:hover{
	
	color:#c17f18;
  }

  .m12 .bottom .method ul li div a img{
	display:inline-block;
	position:relative;
	left:0px;
	margin-left:5px;
	transition:all 0.3s;
  }

  .m12 .bottom .method ul li div a:hover img{
	left:5px;
	filter: invert(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }



	




	/* µÑ·¯º¸±â */
	
	.m13 .view li:nth-child(3n){
		margin-right:0px;
	}
	.m13 .view li{
		float:left;
		margin-right:30px;
		margin-bottom:50px;
		width:calc((100% - 60px)/3);
		position:relative;
	}

	.m13 .view li .txt{
		padding:15px 15px 0 25px;
		font-size:20px;
	}
	.m13 .view li .txt span{
		font-size:14px;
		margin-left:10px;
	}
	
	.m13 .view li .modal_a{
		display:block;
		height:310px;
		line-height:295px;
		position:relative;
		overflow:hidden;
		text-align:center;
		border-radius:30px 0 30px 0;
	}
	.m13 .view li .modal_a span{
		
		position:relative;
		font-size:50px;
		z-index:3;
		color:#fff;
	}

	.m13 .view li .modal_a .img{
		position:absolute;
		left:0px;
		z-index:1;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
	}

	.m13 .view li:nth-child(1) .modal_a .img{
		background:url(/img/g_img/img1/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(2) .modal_a .img{
		background:url(/img/g_img/img2/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(3) .modal_a .img{
		background:url(/img/g_img/img3/0.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(4) .modal_a .img{
		background:url(/img/g_img/img4/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(5) .modal_a .img{
		background:url(/img/g_img/img5/1.jpg) no-repeat center;
		background-size:cover;
	}


	
	.m13 .view li .modal_a:before{		
		position:absolute;
		left:0px;
		top:0px;
		content:"";
		width:100%;
		height:100%;
		background:#000;
		opacity:0.6;
		z-index:2;
	}

	.m13 .view li .modal_a:hover span{
		color:#000;
		transition:0.3s;
	}
	.m13 .view li .modal_a:hover .img{
		transform:scale(1.1);
		transition:0.3s;
	}
	.m13 .view li .modal_a:hover:before{		
		opacity:0;
		transition:0.3s;
	}


	#gallery{
		width:100%;
	}






	/* Á¦Áõ¸í ´Ù¿î·Îµå */
	.m28 .posi01 {
		padding:20px 20px 10px 20px;
		background:#e6d0ad;
	}
	.m28 .posi01>div {
		display:inline-block;
		margin: 0 30px 10px 0;
	}
	/* Ã³¹æÀü ´ë¸®Ã³¹æ */
	.m29 .posi01 {
		padding:20px 20px 10px 20px;
		background:#e6d0ad;
	}
	.m29 .posi01>div {
		display:inline-block;
		margin: 0 30px 10px 0;
	}






	/* »çÀÌÆ®¸Ê */
	.m49 .list {
		padding:0 30px;
		font-size:0px;
		line-height:normal;
		text-align:left;
	}
	.m49 .list>li {
		vertical-align:top;
		margin-bottom:50px;
		margin-right:70px;
		display:inline-block;
		width:calc((100% - 140px)/3);
		box-sizing:border-box;
		border:1px solid #e6d0ad;
		padding:25px;
	}
	.m49 .list>li:nth-child(3n) {
		margin-right:0px;
	}
	.m49 .list>li>ul>li {
		font-size:20px;
		margin-bottom:20px;
	}
	.m49 .list>li>ul>li:last-child {
		margin-bottom:0px;
	}
	.m49 .list>li p {
		
		font-size:30px;
		line-height:normal;
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom: 1px solid #e6d0ad;
	}


	.m52 .list_s li{
		float:left;
		width:48%;
	}
	.m52 .list_s li:nth-child(1){

		margin-right:4%;
	}





	/* ¾Ö´Ï¸ÞÀÌ¼Ç */
	#sub_contents .left_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .left_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv_li {
		opacity:0;
		position:relative;
	}

	#sub_contents .left_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .left_mv_on {
		animation:left_mv_on 1s forwards;
	}
	#sub_contents .right_mv_on {
		animation:right_mv_on 1s forwards;
	}
	#sub_contents .top_mv_on {
		animation:top_mv_on 1s forwards;
	}
	#sub_contents .bottom_mv_on {
		animation: bottom_mv_on 1s forwards;
	}
	/* ·Î±×ÀÎ */
	.login .login_page {
		text-align:center;
		background:#fff;
	}
	.login input {
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		border-radius:0px;
		display:inline-block;
		position:relative;
		font-size:16px;
		width:200px;
		height:50px;
		line-height:50px;
		margin:0 auto;
		border:0px;
		color:#fff;
		background-size:8px;
		background-color:#e4bf85 ;
	}
	.login .login_page {
		padding:80px 20px 130px;
		box-shadow:0px 0px 15px -10px #000;
	}
	.login .input_box>div {
		display:inline-block;
		font-size:22px;
		
		margin:0 10px;
	}
	.login .img {
		margin-bottom: 40px;
	}
	.login .button {
		-webkit-appearance:none;
		/* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
		-moz-appearance:none;
		appearance:none;
		/* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
		border-radius:0px;
		/* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
		outline:none;
		border:none;
		border:1px solid #e6d0ad;
		background:#fff;
		font-size:22px;
		height:50px;
		line-height:50px;
		box-sizing:border-box;
		padding:0 20px;
		cursor:pointer;
		display:inline-block;
	}
	.login .button:hover {
		border:1px solid#e4bf85 ;
		color:#fff;
		background:#e4bf85 ;
	}
	.login .p1 {
		font-size:20px;
		margin-top: 30px;
	}
}
@media screen and (min-width:768px) and (max-width:1199px) {
	/* ÃÖ¼Ò 768 ~ 1199 */
	
	#sub_contents {
		width:100%;
		position:relative;
		padding-top: 150px;
		z-index:1;
	}


	#sub_contents:after {
		content: "";
		display: block;
		height: 800px;
		width: 800px;
		background: #f4eee4;
		border-radius: 50%;
		position: absolute;
		right: -400px;
		top: -300px;
		z-index: 0;
	}
	#sub_contents:before {
		content: "";
		display: block;
		height: 800px;
		width: 800px;
		background: #fffefc;
		border-radius: 50%;
		position: absolute;
		left: -500px;
		bottom: 10%;
		z-index: 0;
	}



	/* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
	.sub_contents_head {
		position:relative;
		width:90%;
		margin:0 auto;
		z-index: 10;
		text-align:center;
	}
	.sub_contents_head .submenu_box {
		display:inline-block;
	}
	
	/* ¼­ºê¸Þ´º */
	.submenu {
		position:relative;
		border:1px solid #e6d0ad;
		border-radius:50px;
		transition:0.3s;
	}
	.submenu:hover {
		border-radius:0px	
	}
	
	.submenu [class^="menu"] {
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		background:url(/img/arrow03_b.png) no-repeat 90% center;
		/* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
		position:relative;
		z-index:9;
	}
	.submenu [class^="menu"] p {
		font-size:18px;
		cursor:pointer;
		padding:0px 30px;
		height:65px;
		line-height:65px;
		
		min-width: 200px;
	}
	.submenu [class^="menu"] p.on {
		background:url(/img/arrow03_w.png) no-repeat 90% center;
		/* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
		background-color:#c17f18;
		color:#fff;
	}
	.submenu [class^="menu"] ul {
		position:absolute;
		left:0px;
		display:block;
		width:100%;
		background:#fff;
		display:none;
			height:250px;
		overflow-y:scroll;
	}
	.submenu [class^="menu"] ul li a {
		font-size:16px;
		display:block;
		width:100%;
		padding:12px 0;
	}
	.submenu [class^="menu"] ul li a:hover {
		background:#c17f18;
		color:#fff;
	}
	.submenu .menu02 .child {
		display: none;
	}
	/* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
	.sub_contents_box {
    z-index: 2;
		position: relative;
	}


	/* °øÅë */
	.sub_contents_box .page {
		
	}
	.sub_contents_box .common {
		max-width:95%;
		margin:0 auto;
		padding-bottom: 100px;
	}

	.common .haed{
		padding:70px 0 90px;
	}


	.common .haed .head_text{
		font-size:30px;
		line-height:40px;
		text-align:center;
		word-break:keep-all;
	}

	.common .haed .head_img{
	
		margin-top:70px;
		height:400px;
		
		position:relative;
	}

	.common .haed .head_img .circle{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -10px;
		right: -10px;
		z-index: 2;
		width:90px;

	}


	.common .haed .head_img .img{
		height:100%;
		width:100%;
		background:#e6d0ad;
		position:absolute;
		z-index:1;
		border-radius:0 0  70px 0;
		overflow:hidden;
		z-index: 1;
	}

	
	.common .haed .head_img{
	
		margin-top:70px;
		height:400px;
		
		position:relative;
	}


	.common .haed .head_img_bottom_txt{
		padding:40px 40px 0 40px;
	
	}
	.common .haed .head_img_bottom_txt div:nth-child(1){
		float:left;
		width:40%;
	}
	.common .haed .head_img_bottom_txt div:nth-child(2){
		float:left;
		width:60%;
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
	}
	.common .haed .head_img_bottom_txt div:nth-child(1) p:nth-child(1){
		font-weight:600;
		font-size:22px;
		line-height:32px;
		margin-bottom:15px;
	}
	.common .haed .head_img_bottom_txt div:nth-child(1) p:nth-child(2){
		font-size:13px;
		line-height:19px;
		color:#c17f18;
	}
	


	.common .haed .head_img02{	
		margin-top:70px;		
		position:relative;
	}


	.common .haed .head_img02 .img_box{
		height:320px;
		width:50%;
		float:right;
		z-index:1;
		position:relative;
	}


	.common .haed .head_img02 .img_box .circle{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -10px;
		left: -10px;
		z-index: 2;
	   width: 90px;

	}


	.common .haed .head_img02 .img_box .img {
		height:100%;
		width:100%;
		float:right;
		background:#e6d0ad;
		z-index:1;
		border-radius:0 0 0  100px;
		overflow:hidden;
		z-index: 1;
	}

	.common .haed .head_img02 .txt{
		
		width:50%;
		float:left;
		padding:70px 30px 0 30px;
		box-sizing:border-box;
	}

	.common .haed .head_img02 .txt p:nth-of-type(1){
		color:#c17f18;
		font-size:14px;
		line-height:14px;
		font-weight:600;
		padding:10px 20px;
		border-radius:20px;
		border:1px solid #c17f18;
		display:inline-block;
	}
	.common .haed .head_img02 .txt p:nth-of-type(2){
	
		font-size:24px;
		line-height:34px;
		font-weight:600;
		padding:20px 0;
		
	}
	.common .haed .head_img02 .txt p:nth-of-type(3){
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
	}









	.common .contents{}








	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
	.s_menu_setting {
		width:100%;
		max-width:100%;
	}
	.s_menu_setting .s_page {
	}
	.common .s_menu_wrap {
	}
	.common .s_menu_box {
		border-bottom:2px solid #e6d0ad;
		margin-bottom:80px;
	}
	.common .s_menu {
		font-size:0px;
		text-align:center;
		box-sizing:border-box;
		position:relative;
		z-index:1;
		border-top:2px solid #e6d0ad;
		max-width:95%;
		margin:0 auto;
		padding:10px;
	}
	.common .s_menu li {
		display:inline-block;
		text-align:center;
		font-size:22px;
		box-sizing:border-box;
		margin:10px 50px;
		
	}
	.common .s_menu li.on {
	}
	.common .s_menu li.on a {
		color:#e4bf85 ;
		
	}
	.common .s_menu li>a {
		transition:all 0.3s;
		display:inline-block;
		width:100%;
		color:#2d2d2d;
		vertical-align:top;
	}
	.common .s_menu li>a:before {
		display:inline-block;
		content:'#';
		margin-right:10px;	
	}
	.common .s_menu li:hover a {
		color:#e4bf85 ;
	}
	.common .s_page>li {
		display:none;
	}
	.common .s_page>li.on {
		display: block;
	}
	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */


	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
	
	.common .s_menu_wrap_s {
		margin-top:-50px;
		text-align:center;
	}
	
	.common .s_menu_s {
		    margin-bottom:50px;
		
	}
	.common .s_menu_s li {
		display:inline-block;
		text-align:center;
		font-size:18px;
		box-sizing:border-box;
		margin:10px 10px;
		border-radius:0 20px 0 20px;
		border:1px solid #e6d0ad;
		padding:10px 15px;
		
	}
	.common .s_menu_s li.on {
	}
	.common .s_menu_s li.on a {
		color:#e4bf85 ;
		
	}
	.common .s_menu_s li>a {
		transition:all 0.3s;
		display:inline-block;
		width:100%;
		color:#2d2d2d;
		vertical-align:top;
	}
	.common .s_menu_s li:hover a {
		color:#e4bf85 ;
	}
	.common .s_page_s>li {
		display:none;
	}
	.common .s_page_s>li.on {
		display: block;
	}
	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */


	/* content_struc */
	.common .section {
		position:relative;
		margin-bottom:100px;
	}
	.common .section::after {
		content:"";
		clear:both;
	}
	.common .section:last-child {
		margin-bottom:0px;
	}
	.common .content {
		box-sizing:border-box;
		line-height:14px;
		text-align:center;
	}
	.common .section .title {
		font-size:32px;
		line-height:42px;
		box-sizing:border-box;
		word-break:keep-all;
		position:relative;
		padding:50px 0px 0px 0px;
		margin-bottom:30px;
		background:url(/img/title_img.png) no-repeat center top;
		background-size:70px;
		text-align:center;
		font-weight:600;
	}

	.common .section .title .t01{
		font-size:14px;
		line-height:22px;
		color:#c17f18;
		display:block;
		margin-top:10px;
	}



	







	/* Á¦¸ñº¯Çü */
	.common .trans .content {
		width:100%;
		float:none;
	}
	.common .trans .title {
		width:100%;
		float:none;
		margin-bottom: 40px;
		top:0px;
	}
	/* //content_struc */
	/* ¹®´Ü */
	.common .cont01 {
		margin-bottom:60px;
	}
	.common .cont01:last-child {
		margin-bottom:0px;
	}
	.common .cont02 {
		margin-bottom:40px;
	}
	.common .cont02:last-child {
		margin-bottom:0px;
	}
	.common .cont03 {
		margin-bottom:30px;
		margin-left:60px;
	}
	.common .cont03:last-child {
		margin-bottom: 0px;
	}

	/* Å×ÀÌºí */
	.common .tb01 {
		width:100%;
	}
	.common .tb01_innner {
		width:100%;
		overflow:hidden;
	}
	.common .tb01 table {
		width:calc(100% + 2px);
		position:relative;
		left:-1px;
		overflow:hidden;
		text-align:center;
		border-top:5px solid #c17f18;
		border-left:1px solid #e6d0ad;
	  border-radius: 20px 20px 0px 0;
	}
	.common .tb01 table thead th {
		padding:10px;
		font-size:16px;
		line-height:26px;
		font-weight:800;
		line-height:normal;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		
		background:#e6d0ad;
		word-break:keep-all;
	}
	.common .tb01 table tbody th {
		padding:10px;
		font-size:16px;
		line-height:26px;
		font-weight:800;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		
		word-break:keep-all;
	}
	.common .tb01 table tbody td {
		padding:10px;
		font-size:14px;
		line-height:22px;
		border-bottom:1px solid #e6d0ad;
		border-right:1px solid #e6d0ad;
		text-align:center;
		word-break:keep-all;
	}
	.common .tb01 table tbody td.left {
		text-align:left;
	}
	.common .tb02 {
		width:100%;
	}
	.common .tb02_innner {
		width:100%;
		overflow:hidden;
	}
	.common .tb02 table {
		width:calc(100% + 2px);
		position:relative;
		left:-1px;
		overflow:hidden;
		text-align:center;
		border-top:5px solid #c17f18;
		border-left:1px solid #e6d0ad;
	  border-radius: 20px 20px 0px 0;
	}
	.common .tb02 table thead th {
		padding:15px;
		font-size:20px;
		line-height:30px;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		
		word-break:keep-all;
	}
	.common .tb02 table tbody th {
		padding:10px;
		font-size:16px;
		line-height:24px;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		
		word-break:keep-all;
	}
	.common .tb02 table tbody td {
		padding:10px;
		font-size:16px;
		line-height:24px;
		border-bottom:1px solid #e6d0ad;
		border-right:1px solid #e6d0ad;
		text-align:center;
		word-break:keep-all;
	}
	.common .tb02 table tbody td.left {
		text-align:left;
	}
	.common [class^=tb] table ol {
		padding-left:30px;
	}
	.common [class^=tb] table ol li {
		list-style:decimal-leading-zero;
		text-align:left;
		margin:3px 0;
	}
	.common [class^=tb] table ol li::marker {
		font-size:14px;
		color: #e4bf85  !important;
	}
	/* Å×ÀÌºí */
	/* ÆùÆ® */
	.common h1 {
		font-size:24px;
		line-height:34px;
		box-sizing:border-box;
		word-break:keep-all;
		position:relative;
		padding:45px 0px 0px 0px;
		background:url(/img/h1_img.png) no-repeat center top;
		background-size:40px;
		color:#cc8282;
		margin-bottom:15px;
		text-align:center;
		font-weight:600;
	}

	
	.common h2 {
		
		font-size:20px;
		line-height:normal;
		margin-bottom:10px;
		position:relative;
		text-align:center;font-weight:600;
	}
	.common h2:before{
		content:"";
		display:inline-block;
		width:12px;
		margin-right:10px;
		height:12px;
		background:#deb169;
		border-radius:50%;
		box-shadow:5px 5px #e6d0ad;
	}

	.common h3 {
		
		font-size:15px;
		line-height:normal;
		margin-bottom:10px;
		margin-left:30px;
		position:relative;
		color:#c17f18;
		font-weight:600;
	}
	.common .p01 {
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
	}
	.common .p02 {
		font-size:14px;
		line-height:22px;
		background:#f5f0e8;
		padding:20px;
		word-break:keep-all;
		border-radius: 30px 0 30px 0;
	}






	.common .b01 {
		font-size:16px;
		line-height:24px;
		word-break:keep-all;
		font-weight:600;
	}
	/* ¸®½ºÆ® */

	.common li{
		text-align:left;
	}
	
	.common li{
		text-align:left;
	}
	.common .list01 {
		text-align:left;
		padding:15px 0;
		font-size:0px;
	}
	.common .list01 li {
		vertical-align:top;
		position:relative;
		font-size:14px;
		line-height:22px;
		padding:10px;
		margin-right:20px;
		padding-left:40px;
		margin-bottom:20px;
		word-break:keep-all;
		border:1px solid #e6d0ad;
		border-radius: 0 10px 0 10px;
		display:inline-block;
		width:calc((100% - 20px)/2);
		box-sizing:border-box;
	}
	.common .list01 li:nth-child(2n) {
		margin-right:0px;
	}
	.common .list01 li:before {
		position:absolute;
		left:12px;
		top:20px;
		content:"";
		display:inline-block;
		width:15px;
		height:3px;
		background:#c17f18;
	}


	.common .list02 {
		text-align:left;
		border:1px solid #e6d0ad;
		padding:30px 20px 0 20px;
		font-size:0;
		border-radius: 0 10px 0 10px;
	}
	.common .list02 li {
		font-size:14px;
		line-height:22px;
		padding-left:40px;
		padding-bottom:15px;
		margin-bottom:30px;
		border-bottom:1px solid #bfbfbf;
		word-break:keep-all;
		display:inline-block;
		width:48%;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
	}
	.common .list02 li:nth-child(2n-1) {
		margin-right:4%;
	}
	.common .list02 li.third {
		margin-right:10px;
		width:calc((100% - 20px)/3);
	}
	.common .list02 li.third:nth-child(3n) {
		margin-right:0%;
	}
	.common .list02 li span {
		font-size:16px;
		color:#ffffff;
		margin-right:5px;
		position:absolute;
		left:0px;
		top:-5px;
		display:inline-block;
		height:30px;
		background:#e4bf85 ;
		line-height:30px;
		width:30px;
		text-align:center;
		border-radius: 0 10px 0 10px;
		box-shadow:5px 5px #e6d0ad;
		
	}

	.common .list02_circle {
		
		font-size:0;
		padding: 0 0px;
	}
	.common .list02_circle li {
		font-size:14px;
		line-height:22px;
		padding:50px 10px 0 10px;
		border:1px solid #c17f18;
		word-break:keep-all;
		display:inline-block;
		margin-right:1%;
		margin-left:1%;
		margin-bottom:2%;
		width:31%;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
		border-radius:50%;
		text-align:center;
		word-break:keep-all;
	}
	.common .list02_circle li:before{
		width:100%;
		height:100%;
		border:1px solid #eee0ca;
		content:"";
		display:block;
		position:absolute;
		right:-10px;
		bottom:-10px;
		border-radius:50%;
	}

	.common .list02_circle li span {
		font-size:24px;
		font-weight:600;
		color:#c17f18;
		display:block;
		margin-bottom:10px;
		
	}


	.common .list02_circle li.quater {
		margin-right:calc((100% - (160px)*4)/8);
		margin-left:calc((100% - (160px)*4)/8);
		margin-bottom:calc((100% - (160px)*4)/8);
		width:160px;
		height:160px;
	}


	.common .list02_circle li.big {
		margin-right:0%;
		margin-left:0%;
		width:33%;
	}


	




	.common .list03 {
		text-align:left;
		font-size:0;
		background:#fff;
		border-radius:20px 0 20px 0;
		padding:20px 0px 10px 20px;
		font-size:0px;
	}
	.common .list03 li {
		position:relative;
		word-break:keep-all;
		display:inline-block;	
		box-sizing:border-box;
		vertical-align:top;
		padding:5px 20px 5px 50px;	
		width:calc((100% - 40px)/2);
		margin-right:20px;
		margin-bottom:10px;
	}

	.common .list03 li.third {
		width:calc((100% - 40px)/3);
		margin-right:20px;
	}
	.common .list03 li.third:nth-child(3n) {
		margin-right:0;
	}
	
	.common .list03 li p{
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
		    border-bottom: 1px solid #bfbfbf;
		padding:10px 10px 10px 10px;	
	}

	.common .list03 li:before {
		position:absolute;
		left:10px;
		top:10px;
		content:"";
		display:inline-block;
		width:40px;
		height:40px;
		background:url(/img/list03.png) no-repeat center;
		background-size:contain;
	}


	.common .list03_box {
		font-size:0;
	}
	.common .list03_box li {
		font-size:14px;
		padding:70px 15px 15px 15px;
		word-break:keep-all;
		display:inline-block;
		margin-right:5%;
		margin-bottom:5%;
		width:30%;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
		text-align:center;
		word-break:keep-all;
		background:#fff;
		border-radius:20px 0 20px 0;
	}

	.common .list03_box li:before {
		position:absolute;
		left:50%;
		margin-left:-22.5px;
		top:10px;
		content:"";
		display:inline-block;
		width:45px;
		height:45px;
		background:url(/img/list03_box.png) no-repeat center;
		background-size:contain;
	}

	.common .list03_box li:nth-child(3n) {
		margin-right:0%;
	}

	.common .list03_box li p{
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
	}

	.common .list03_box li span{
		font-size:18px;
		line-height:26px;
		word-break:keep-all;
		font-weight:600;
		display:block;
		margin-bottom:10px;
	}


	.common .list03_box li .img{
		
	}

	.common .list03_box li.half {
		width:45%;
		margin-right:10%;
	}	

	.common .list03_box li.half:nth-child(3n) {
		
		margin-right:10%;
	}

	.common .list03_box li.half:nth-child(2n) {
		margin-right:0%;
	}




	.common .list04 {text-align:left;
		font-size:0;
	}
	.common .list04 li {
		display:inline-block;
		vertical-align:top;
		line-height:14px;
		padding:20px 20px;
		margin-bottom:20px;
		word-break:keep-all;
		box-sizing:border-box;
		box-shadow:5px 5px #e6d0ad;
		background:#fff;border-radius: 20px 0 20px 0;
	}
	.common .list04 li p:nth-of-type(1) {
		font-size:18px;
		line-height:26px;
		position:relative;
		padding-left:40px;
		
	}

	.common .list04 li p:nth-of-type(1) span {
		left:0px;
		top:0px;
		position:absolute;
		font-size:20px;
		font-weight:bold;
		
	}
	.common .list04 li p:nth-of-type(2) {
		font-size:14px;
		line-height:22px;
		padding:10px;	
		    background: #f1e9db;
	}
	.common .list04 li.half {
		width:calc((100% - 20px)/2);
		margin-right:20px;
	}
	.common .list04 li.half:nth-child(2n) {
		margin-right:0;
	}
	.common .list04 li.third {
		width:calc((100% - 30px)/3);
		margin-right:15px;
	}
	.common .list04 li.third:nth-child(3n) {
		margin-right:0;
	}
	
	
	.common .list05 {
		
		font-size:0;
		text-align:left;
	}
	.common .list05 li {
		
		display:inline-block;
		vertical-align:top;
		margin-bottom:20px;
		margin-right:2%;
		margin-left:2%;
		width:31%;
		box-sizing:border-box;
		word-break:keep-all;
		text-align:center;
	}
	
	.common .list05 li .img{
		
		
		border-radius: 50px 0 50px 0;
		overflow:hidden;
		
	}
	.common .list05 li p:nth-of-type(1){
		font-size:20px;
		line-height:20px;
		font-weight:600;
		padding:15px 0;
		word-break:keep-all;
		
	}

	.common .list05 li p:nth-of-type(2){
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
		padding:0 10px;
		
	}

	.common .list05 li:nth-child(4) {
		
		margin-right:0;
		
	}	

	.common .list05 li.half {
		margin-right:2.5%;
		margin-left:2.5%;
		width:45%;
	}

	.common .list05 li.half:nth-child(4) {
		margin:0 1%;
	}


	.common .list05 li.half .img{
		 display: inline-block;
		
	}



	.common .list05 li.third {
		margin-right:2.5%;
		margin-left:2.5%;
		width:45%;
	}

	.common .list05 li.third:nth-child(4) {
		margin-right:2.5%;
		margin-left:2.5%;
	}


	.common .list05 li.third .img{
		min-height:100px;
		background:#cecece;
		
	}
	





	.common .list05 li.fiveth {
		margin-right:3%;
		margin-left:3%;
		width:27%;

	}

	.common .list05 li.fiveth:nth-child(4) {
		margin-right:3%;
		margin-left:3%;
	}

	.common .list05 li.fiveth .img{
		min-height:100px;
		background:#cecece;
		
	}
	





	/* surgery_list */
	
	.common .surgery_list{
		background:#fff;
		border-radius:20px 0 20px 0;
		padding:20px 10px 0;
		font-size:0px;
	}
	
	.common .surgery_list li{
		background:#fff;
	
		width:33.33%;
		display:inline-block;
		transition:0.3s;
		margin-bottom:20px;
		vertical-align:top;
	}
	.common .surgery_list li:hover{
		transform:scale(1.1);
	}

	.common .surgery_list li .img{
		text-align:center;
		margin-bottom:20px;
	}
	.common .surgery_list li .img img{
		height:50px;
	}

	.common .surgery_list li p:nth-of-type(1){
		text-align:center;
		font-size:14px;
		line-height:14px;
		margin-bottom:10px;
	}

	.common .surgery_list li p:nth-of-type(2){
		text-align:center;
		font-size:20px;
		line-height:20px;
		color:#ca8c2c;
	}

	.common .surgery_list li.quater {
		width:25%;
	}
	

	.common .surgery_list li.fiveth {
		width:25%;
	}



	.common .link01 {
		vertical-align:middle;
		font-size:16px;
		font-weight:800;
		display:inline-block;
		padding:20px 20px;
		text-align:center;
		border-radius: 0 15px 0 15px;
		color:#fff;
		position:relative;
		overflow:hidden;
		transition:all 0.3s;
	}
	.common .link01 span {
		position:relative;
		z-index:1;
	}
	.common .link01 span img {
		position:relative;
		left:0px;
		transition:0.3s;
		margin-left:10px;
		vertical-align:middle;
	}
	.common .link01:hover span img {
		left:10px;
	}
	.common .link01 .bg {
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background:#ac4c4c;
		transition:all 0.6s;
	}
	.common .link01:hover .bg {
		width:200%;
		height:200%;
	}
	.common .link02 {
		vertical-align:middle;
		font-size:18px;
		
		line-height:normal;
		display:inline-block;
		text-align:center;
		transition:all 0.1s;
	}
	.common .link02 img {
		position:relative;
		left:0px;
		transition:0.1s;
		margin-left:5px;
		height:15px;
		top:8px;
	}
	.common .link02:hover {
		color:#c17f18 ;
	}
	.common .link02:hover img {
		left:5px;
	}
	.common .button {
		font-size:20px;
		
		border:1px solid #e6d0ad;
		padding:15px 20px;
		border-radius:30px;
		box-shadow:0px 6px 8px -4px #888;
		display:inline-block;
		transition:all 0.3s;
		background:#fff;
	}
	.common .button:hover {
		box-shadow:0px 10px 8px -4px #888;
	}
	.common .button_on {
		box-shadow:0px 10px 8px -4px #888;
	}
	.common .button_on span {
		background-image:linear-gradient(transparent 60%,#e4bf85  40%);
		background-size: 100% 100%;
	}




	 /* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  .common  .arrow {
    font-size: 16px;
    line-height: 16px;
    border: 1px solid #c17f18;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
  }

  .common  .arrow span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #c17f18;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .common  .arrow span:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    vertical-align: middle;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
    top: -1px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .common  .arrow:hover {
    background: #c17f18;
    color: #fff;
  }

  .common  .arrow:hover span {
    background: #fff;
    margin-left: 10px;
  }

  .common  .arrow:hover span:before {
    border-top: 2px solid #c17f18;
    border-left: 2px solid #c17f18;
  }






	/* radio Ã¼Å© ¹Ú½º ¶óº§ */


	.common [type="radio"], span {
	  vertical-align: middle;
	}

	.common [type="radio"] {
	  appearance: none;
	  border: max(2px, 0.1em) solid gray;
	  border-radius: 50%;
	  width: 1.25em;
	  height: 1.25em;
	  transition: border 0.5s ease-in-out;
	}

	.common [type="radio"]:checked {
	  border: 0.4em solid tomato;
	}

	.common [type="radio"]:focus-visible {
	  outline-offset: max(2px, 0.1em);
	  outline: max(2px, 0.1em) dotted tomato;
	}

	.common [type="radio"]:hover {
	  box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
	  cursor: pointer;
	}

	.common [type="radio"]:hover + span {
	  cursor: pointer;
	}

	.common [type="radio"]:disabled {
	  background-color: lightgray;
	  box-shadow: none;
	  opacity: 0.7;
	  cursor: not-allowed;
	}

	.common [type="radio"]:disabled + span {
	  opacity: 0.7;
	  cursor: not-allowed;
	}

	



	/* Ã¼Å©¹Ú½º ¶óº§ */
	.common .label-cbx {
		 user-select:none;
		 cursor:pointer;
		 margin-bottom:0;
		 display:inline-block;
		 height:auto;
		 vertical-align:middle;
	}
	.common .label-cbx input:checked+.checkbox {
		 border-color:#20C2E0;
	}
	.common .label-cbx input:checked+.checkbox svg path {
		 fill:#20C2E0;
	}
	.common .label-cbx input:checked+.checkbox svg polyline {
		 stroke-dashoffset:0;
	}
	.common .label-cbx:hover .checkbox svg path {
		 stroke-dashoffset:0;
	}
	.common .label-cbx .checkbox {
		 position:relative;
		 width:24px;
		 height:24px;
		 border:2px solid #C8CCD4;
		 border-radius:3px;
	}
	.common .label-cbx .checkbox svg {
		 position:absolute;
		 top:-2px;
		 left:-2px;
		 width:28px;
		 height:28px;
	}
	.common .label-cbx .checkbox svg path {
		 fill:none;
		 stroke:#20C2E0;
		 stroke-width:2;
		 stroke-linecap:round;
		 stroke-linejoin:round;
		 stroke-dasharray:71px;
		 stroke-dashoffset:71px;
		 transition:all 0.6s ease;
	}
	.common .label-cbx .checkbox svg polyline {
		 fill:none;
		 stroke:#FFF;
		 stroke-width:2;
		 stroke-linecap:round;
		 stroke-linejoin:round;
		 stroke-dasharray:18px;
		 stroke-dashoffset:18px;
		 transition:all 0.3s ease;
	}
	.common .invisible {
		 position:absolute;
		 z-index:-1;
		 width:0;
		 height:0;
		 opacity: 0;
	}
	/* ±¸Á¶º¯°æ */
	.common .trans_h1 {
		margin-bottom:60px;
	}
	.common .trans_h1:last-child {
		margin-bottom:0px;
	}
	.common .trans_h1 .left {
		float:left;
		width:35%;
		padding-right:20px;
		box-sizing:border-box;
	}
	.common .trans_h1 .right {
		float:right;
		width:65%;
	}
	.common .trans_h1_2 {
		margin-bottom:60px;
	}
	.common .trans_h1_2:last-child {
		margin-bottom:0px;
	}
	.common .trans_h1_2 .left {
		float:right;
		width:35%;
		padding-left:20px;
		box-sizing:border-box;
	}
	.common .trans_h1_2 .right {
		float:left;
		width:65%;
	}
	.common .trans_float_wrap {
		overflow:hidden;
		font-size:0px;
	}
	.common .trans_float {
		display:inline-block;
		width:48%;
		margin-bottom:8%;
		vertical-align:top;
	}
	.common .trans_float:nth-of-type(2n-1) {
		margin-right:4%
	}
	.common .img_scroll {
		position:relative;
	}
	.common .img_scroll::before {
		content:'"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
		display:block;
		margin-bottom:10px;
		font-size:18px;
		color:#c17f18;
		text-align:left;
	}
	.common .img_scroll .img {
		height:250px;
		overflow-y:scroll;
		display: inline-block;
	}



	/* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
	.common .clinic_view{
		font-size:0px;
		text-align: center;
	}
	.common .clinic_view_head{		
		text-align:center;
		font-size:20px;
		margin-bottom:30px;
	}
	.common .clinic_view li:nth-child(3n){
		margin-right:0px;
	}
	.common .clinic_view li{
		display:inline-block;
		vertical-align:top;
		margin-right:20px;
		margin-bottom:40px;
		width:calc((100% - 40px)/3);
		position:relative;
		text-align: left;
	}

	.common .clinic_view li .txt{
		padding:10px 10px 0 20px;
		font-size:16px;
		word-break:keep-all;
		font-weight:600;
	}
	.common .clinic_view li .txt span{
		font-size:12px;
		margin-left:5px;
		display:inline-block;
	}
	
	.common .clinic_view li a{
		display:block;
		height:150px;
		line-height:100px;
		position:relative;
		overflow:hidden;
		text-align:center;
		overflow: hidden;
		border-radius: 30px 0 30px 0;
	}
	
	.common .clinic_view li a .img{
		position:absolute;
		left:0px;
		z-index:1;
		width:100%;
		height:100%;
		background:#e6d0ad;
		top:0px;
		left:0px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: left center;
	}

	.common .clinic_view li a:before{		
		position:absolute;
		left:0px;
		top:0px;
		content:"";
		width:100%;
		height:100%;
		background:#000;
		opacity:0.4;
		z-index:2;;
		transition:0.3s;
	}
	.common .clinic_view li a:after{		
		position:absolute;
		left:50%; margin-left:-20px;
		top:50%; margin-top:-20px;
		content:"";
		width:40px;
		height:40px;
		background:url(/img/view01.png) center no-repeat;
		background-size:cover;
		opacity:1;
		z-index:3;;
		transition:0.3s;
	}

	.common .clinic_view li a span{
		color:#000;
		transition:0.3s;
	}
	.common .clinic_view li a:hover .img{
		transform:scale(1.1);
		transition:0.3s;
	}
	.common .clinic_view li a:hover:before{		
		opacity:0;
		transition:0.3s;
	}
	.common .clinic_view li a:hover:after{		
		position:absolute;
		left:50%; margin-left:-15px;
		top:50%; margin-top:-15px;
		content:"";
		width:30px;
		height:30px;
		background:url(/img/view01.png) center no-repeat;
		background-size:cover;
		opacity:1;
		z-index:3;;
		transition:0.3s;
	}



	/* ÀÎ»ç¸» */
	.m09 .intro{
		padding-top:20px;
	}
	.m09 .intro li{
		margin-bottom:100px;
	}

	.m09 .intro li:last-child{
		margin-bottom:0px;
	}

	.m09 .intro .img{
		background-size:cover!important;
		border-radius:50px 0 50px 0;
		overflow:hidden;
	}
	

	.m09 .intro .txt{
		box-sizing:border-box;
	}
	
	.m09 .intro .txt p:nth-child(1){
		font-size:28px;
		line-height:36px;
		font-weight:600;
		margin-bottom:20px;
		word-break:keep-all;
	}

	.m09 .intro .txt p:nth-child(2){
		font-size:16px;
		line-height:24px;
		word-break:keep-all;
	}


	.m09 .intro li:nth-child(2n-1) .img{
		float:left;
		
	}
	
	.m09 .intro li:nth-child(2n-1) .txt{
		float:right;
		
	}

	.m09 .intro li:nth-child(2n) .img{
		float:right;
		
	}
	
	.m09 .intro li:nth-child(2n) .txt{
		float:left;
		
	}





	.m09 .intro li:nth-child(1) .img{
		width:calc((616px)*0.6); 
		height:calc((724px)*0.6); 
		background:url(/img/m09_img_01.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(1) .txt{
		width:calc(100% - (616px)*0.6);
		padding:100px 50px 0 50px;
	}


	.m09 .intro li:nth-child(2) .img{
		width:calc((720px)*0.6); 
		height:calc((615px)*0.6); 
		background:url(/img/m09_img_02.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(2) .txt{
		width:calc(100% - (720px)*0.6);
		padding:100px 50px 0 30px;
	}


	.m09 .intro li:nth-child(3) .img{
		width:calc((559px)*0.6); 
		height:calc((687px)*0.6); 
		background:url(/img/m09_img_03.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(3) .txt{
		width:calc(100% - (559px)*0.6);
		padding:150px 50px 0 50px;
	}


	.m09 .intro li:nth-child(4) .img{
		width:calc((790px)*0.6); 
		height:calc((541px)*0.6); 
		background:url(/img/m09_img_04.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(4) .txt{
		width:calc(100% - (790px)*0.6);
		padding:100px 50px 0 20px;
	}


	.m09 .intro li:nth-child(5) .img{
		width:calc((844px)*0.6); 
		height:calc((710px)*0.6); 
		background:url(/img/m09_img_05.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(5) .txt{
		width:calc(100% - (844px)*0.6);
		padding:100px 50px 0 50px;
	}






	
	
	/* ÀÇ·áÁø¼Ò°³ */
	.m10 .top{
		position:relative;  
		margin-bottom:100px;
	}

	
	.m10 .top .img{
		float:right;  
		width:300px;
		border-radius:0 0 0 50px;
		overflow:hidden;
	}


	.m10 .top .txt{
		width:calc(100% - 300px);
		float:right;  
	}

	.m10 .top .txt .info01{
		float:left;
		width:50%;
		padding-right:50px;
		box-sizing:border-box;
	}

	.m10 .top .txt .info01 p:nth-child(1){
		color:#c17f18;
		font-size:20px;
		line-height:30px;
		margin-bottom:20px;
	}


	.m10 .top .txt .info01 p:nth-child(2){
		font-weight:600;
		font-size:38px;
		line-height:38px;
	}

	.m10 .top .txt .info01 p:nth-child(2) span{
	
		font-size:20px;
		line-height:20px;
		display:inline-block;
		vertical-align:text-bottom;
	}


	.m10 .top .txt .info01 p:nth-child(3){
	
		font-size:14px;
		line-height:24px;
		padding:30px 20px 0 30px;
	}

	.m10 .top .txt .info02{
		float:left;
		width:50%;
		padding-right:50px;
		box-sizing:border-box;
	}

	.m10 .top .txt .info02 p:nth-child(1){
		color:#c17f18;
		font-size:20px;
		line-height:30px;
		margin-bottom:10px;
	}

	.m10 .top .txt .info02 ul li {
		
		font-size:14px;
		line-height:22px;
		margin-bottom:10px;
		position:relative;
		padding-left: 15px;
	}

	.m10 .top .txt .info02 ul li:before {
		display:inline-block;
		width:10px;
		height:2px;
		background:#e6d0ad;
		position:absolute;
		left:0px;
		top:8px;
		content:"";
	}


	.m10 .top .txt .table{
		float:left;  
		margin-top:50px;
		width:100%;
	}

	.m10 .top .txt .table p:nth-child(1) {
        color:#c17f18;
		font-size:20px;
		line-height:30px;
		margin-bottom:10px;
    }




	.m10 .bottom{
		position:relative;  
	}


	.m10 .bottom .img{
		float:left;  
		position:relative;
		left:-40px;
		width:380px;
		z-index:1;
	}
	.m10 .bottom .img img{
		position:relative;
		z-index:2;
	}

	.m10 .bottom .img:after {
		content: "";
		display: block;
		width: 60%;
		height: 60%;
		background: #f4eee4;
		border-radius: 50%;
		position: absolute;
		right: -30%;
		top: 60%;
		z-index: 1;
	}


	.m10 .bottom .txt{
		width:calc(100% - 400px);
		float:left;  
		box-sizing:border-box;
		padding:50px 0 0 20px;
		position:relative;
		z-index:2;
	}

	

	.m10 .bottom .txt p:nth-child(1){
		color:#c17f18;
		font-size:20px;
		line-height:30px;
		margin-bottom:20px;
	}

	.m10 .bottom .txt ul li {
		
		font-size:14px;
		line-height:22px;
		margin-bottom:10px;
		position:relative;
		padding-left: 15px;
	}

	.m10 .bottom .txt li:before {
		display:inline-block;
		width:10px;
		height:2px;
		background:#e6d0ad;
		position:absolute;
		left:0px;
		top:8px;
		content:"";
	}


	/*Àåºñ¼Ò°³*/
	.m11 .device{
		padding-top:0px;
	}
	.m11 .device > li{
		margin-bottom:50px;
	}

	.m11 .device >  li:last-child{
		margin-bottom:0px;
	}

	.m11 .device .img{
		border-radius:50px 0 50px 0;
		overflow:hidden;
		width:50%;
		background:#fff;
		float:left;
		text-align:center;
	}

	.m11 .device .img img{
		max-height: 500px;
	}


	    

	.m11 .device > li:nth-child(2n-1) .txt{
		box-sizing:border-box;
		padding: 5% 50px 50px 50px;
		float:left;
		width:50%;
		box-sizing:border-box;
	}

	.m11 .device > li:nth-child(2n) .txt{
		box-sizing:border-box;
		padding: 5% 50px 50px 50px;
		float:left;
		width:50%;
		box-sizing:border-box;
	}
	
	.m11 .device .txt p:nth-child(1){
		font-size:16px;
		line-height:24px;
		font-weight:600;
		margin-bottom:10px;
		color:#c17f18;
	}

	.m11 .device .txt p:nth-child(2){
		font-size:30px;
		line-height:40px;
		font-weight:600;
		margin-bottom:20px;
	}

	.m11 .device .txt p:nth-child(3){
		font-size:14px;
		line-height:26px;
		margin-bottom:40px;
		word-break:keep-all;
	}

	.m11 .device .txt ul{
	}

	.m11 .device .txt li{
		border:1px solid #c17f18;
		padding:10px 15px;
		display:inline-block;
		font-size:13px;
		margin: 0 15px 15px 0; 
		font-weight:600;
	}


	.m11 .device li:nth-child(2n-1) .img{
		float:left;
		
	}
	
	.m11 .device li:nth-child(2n-1) .txt{
		float:right;
		
	}

	.m11 .device li:nth-child(2n) .img{
		float:right;
		
	}
	
	.m11 .device li:nth-child(2n) .txt{
		float:left;
		
	}


/* Áø·á½Ã°£ ¹× ¿À½Ã´Â±æ */
	.m12 .map{
		position:relative;
		height:420px;
	}

	.m12 .map .map_wrapper{
		border-radius:0 0 100px 0px;
		overflow:hidden;
		position:relative;
		z-index:1;
	}
	.m12 .cirlce{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -10px;
		right: -10px;
		z-index:21;
		width:90px;
	}


	.m12 .top{
		padding:50px 20px 50px;
		border-bottom:1px solid #e6d0ad;
	}

	.m12 .top .img{
		float:left;
		width:200px;
	}

	.m12 .top .txt{
		float:left;
		width:calc(100% - 200px);
	}

	.m12 .top .txt .sec{
		float:left;
		width:50%;
		box-sizing:border-box;
	}

	.m12 .top .txt .sec:nth-child(1){

		padding-left:50px;
	}

	.m12 .top .txt .sec:nth-child(1) p{

		font-size:18px;
		line-height:26px;
		margin-bottom:15px;
		word-break:keep-all;
	}

	.m12 .top .txt .sec:nth-child(1) a{

		font-size:30px;
		line-height:30px;
		color:#c17f18;
		font-weight:600;
		word-break:keep-all;
	}

	

	.m12 .top .txt .sec:nth-child(2){

		padding-left:50px;
	}


	
	.m12 .top .txt .sec:nth-child(2) ul{
		margin-bottom:20px;
	}

	
	.m12 .top .txt .sec:nth-child(2) li{
		font-size:14px;
		line-height:22px;
		color:#c17f18;
		display:inline-block;
		margin: 0 10px 5px 0;
	}


	.m12 .top .txt .sec:nth-child(2) p{
		font-size:13px;
		line-height:21px;
		margin-bottom:25px;
		word-break:keep-all;
	}


	.m12 .bottom{
		padding:50px 20px 0;
	}

	.m12 .bottom .time{
		
		float:left;
		width:40%;
		box-sizing:border-box;
		
	}

	.m12 .bottom .method{
		padding-left:30px;
		float:left;
		width:60%;
		box-sizing:border-box;
	}

	.m12 .bottom .h1{

		font-size:24px;
		line-height:24px;
		font-weight:800;
		margin-bottom:20px;
	}


	 .m12 .bottom .time ul{
	
	
  }

  .m12 .bottom .time ul li{
	overflow:hidden;
	font-size:14px;
	line-height:30px;
	height:30px;
  }

  .m12 .bottom .time ul li span:nth-child(1){
	width:60px;
	float:left;
	text-align:justify;
	margin-right:20px;

  }

   .m12 .bottom .time ul li span:nth-child(1):after{

	content: "";

	display: inline-block;

	width: 100%;

	}

   .m12 .bottom .time ul li span:nth-child(2){
	float:left;
	word-spacing:2px;
  }


	.m12 .bottom .method ul{
		font-size:0px;
	  }

	.m12 .bottom .method ul li{
		display:inline-block;
		width:50%;
		box-sizing:border-box;
		padding-right:20px;
		font-size:12px;
		vertical-align:top;
		margin-bottom:40px;
		
	}


	.m12 .bottom .method .h2{
		font-size:15px;
		line-height:15px;
		font-weight:600;
		margin-bottom:20px;
		word-break:keep-all;
	}
	.m12 .bottom .method .h2 img{
		height:24px;
		display:inline-block; margin-right:5px;
		vertical-align:middle;
	}

	.m12 .bottom .method ul li:nth-child(3) .h2 img{
		position:relative;
		top:-7px;
	}

	.m12 .bottom .method ul li p:not(.h2){
		font-size:13px;
		line-height:21px;
		word-break:keep-all;
		padding:10px;
		background:#f5efe6;
		
	}

	.m12 .bottom .method ul li:nth-child(1) span{
		display:block;
		margin-bottom:10px;
	}


	.m12 .bottom .method ul li div{
	padding:10px;
  }

  .m12 .bottom .method ul li div a{
	display:inline-block;
	font-size:14px;
	line-height:14px;
	margin-right:25px;
	margin-bottom:20px;
	transition:all 0.3s;
  }

  .m12 .bottom .method ul li div a:hover{
	
	color:#c17f18;
  }

  .m12 .bottom .method ul li div a img{
	display:inline-block;
	position:relative;
	left:0px;
	margin-left:5px;
	transition:all 0.3s;
  }

  .m12 .bottom .method ul li div a:hover img{
	left:5px;
	filter: invert(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }

	


	/* µÑ·¯º¸±â */
	
	.m13 .view li:nth-child(3n){
		margin-right:0px;
	}
	.m13 .view li{
		float:left;
		margin-right:30px;
		margin-bottom:50px;
		width:calc((100% - 60px)/3);
		position:relative;
	}

	.m13 .view li .txt{
		padding:15px 15px 0 25px;
		font-size:20px;
	}
	.m13 .view li .txt span{
		font-size:14px;
		display:block;
	}
	
	.m13 .view li .modal_a{
		display:block;
		height:225px;
		line-height:225px;
		position:relative;
		overflow:hidden;
		text-align:center;
		border-radius:30px 0 30px 0;
	}
	.m13 .view li .modal_a span{
		
		position:relative;
		font-size:40px;
		z-index:3;
		color:#fff;
	}

	.m13 .view li .modal_a .img{
		position:absolute;
		left:0px;
		z-index:1;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
	}

	.m13 .view li:nth-child(1) .modal_a .img{
		background:url(/img/g_img/img1/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(2) .modal_a .img{
		background:url(/img/g_img/img2/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(3) .modal_a .img{
		background:url(/img/g_img/img3/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(4) .modal_a .img{
		background:url(/img/g_img/img4/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(5) .modal_a .img{
		background:url(/img/g_img/img5/1.jpg) no-repeat center;
		background-size:cover;
	}
	
	
	.m13 .view li .modal_a:before{		
		position:absolute;
		left:0px;
		top:0px;
		content:"";
		width:100%;
		height:100%;
		background:#000;
		opacity:0.6;
		z-index:2;
	}

	.m13 .view li .modal_a:hover span{
		color:#000;
		transition:0.3s;
	}
	.m13 .view li .modal_a:hover .img{
		transform:scale(1.1);
		transition:0.3s;
	}
	.m13 .view li .modal_a:hover:before{		
		opacity:0;
		transition:0.3s;
	}


	#gallery{
		width:100%;
	}


	/* Á¦Áõ¸í ´Ù¿î·Îµå */
	.m28 .posi01 {
		padding:15px 15px 10px 15px;
		background:#e6d0ad;
	}
	.m28 .posi01>div {
		display:inline-block;
		margin: 0 10px 5px 0;
	}
	/* Ã³¹æÀü ´ë¸®Ã³¹æ */
	.m29 .posi01 {
		padding:15px 15px 10px 15px;
		background:#e6d0ad;
	}
	.m29 .posi01>div {
		display:inline-block;
		margin: 0 10px 5px 0;
	}
	/* »çÀÌÆ®¸Ê */
	.m49 .list {
		text-align:left;
		padding:0 0px;
		font-size:0px;
		line-height:normal;
	}
	.m49 .list>li {
		vertical-align:top;
		margin-bottom:30px;
		margin-right:30px;
		display:inline-block;
		width:calc((100% - 60px)/3);
		box-sizing:border-box;
		border:1px solid #e6d0ad;
		padding:20px;
	}
	.m49 .list>li:nth-child(3n) {
		margin-right:0px;
	}
	.m49 .list>li>ul>li {
		font-size:14px;
		margin-bottom:10px;
	}
	.m49 .list>li>ul>li:last-child {
		margin-bottom:0px;
	}
	.m49 .list>li p {
		
		font-size:24px;
		line-height:normal;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom: 1px solid #e6d0ad;
	}

	.m52 .list_s li{
		float:left;
		width:48%;
	}
	.m52 .list_s li:nth-child(1){

		margin-right:4%;
	}

	/* ¾Ö´Ï¸ÞÀÌ¼Ç */
	#sub_contents .left_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .left_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv_li {
		opacity:0;
		position:relative;
	}

	#sub_contents .left_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .left_mv_on {
		animation:left_mv_on 1s forwards;
	}
	#sub_contents .right_mv_on {
		animation:right_mv_on 1s forwards;
	}
	#sub_contents .top_mv_on {
		animation:top_mv_on 1s forwards;
	}
	#sub_contents .bottom_mv_on {
		animation: bottom_mv_on 1s forwards;
	}
	/* ·Î±×ÀÎ */
	.login .login_page {
		text-align:center;
		background:#fff;
	}
	.login input {
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		border-radius:0px;
		display:inline-block;
		position:relative;
		font-size:14px;
		width:150px;
		height:40px;
		line-height:40px;
		margin:0 auto;
		border:0px;
		color:#fff;
		background-size:8px;
		background-color:#e4bf85 ;
	}
	.login .login_page {
		padding:50px 20px 100px;
		box-shadow:0px 0px 15px -10px #000;
	}
	.login .input_box>div {
		display:inline-block;
		font-size:22px;
		
		margin:0 10px;
	}
	.login .img {
		margin-bottom: 40px;
	}
	.login .button {
		-webkit-appearance:none;
		/* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
		-moz-appearance:none;
		appearance:none;
		/* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
		border-radius:0px;
		/* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
		outline:none;
		border:none;
		border:1px solid #e6d0ad;
		background:#fff;
		font-size:20px;
		height:40px;
		line-height:40px;
		box-sizing:border-box;
		padding:0 20px;
		cursor:pointer;
		display:inline-block;
	}
	.login .button:hover {
		border:1px solid#e4bf85 ;
		color:#fff;
		background:#e4bf85 ;
	}
	.login .p1 {
		font-size:16px;
		margin-top:20px;
	}
}
@media (max-width:767px) {
	#sub_contents {
		width:100%;
		position:relative;
		padding-top: 130px;
	}

	
	#sub_contents:after {
		content: "";
		display: block;
		height: 450px;
		width: 450px;
		background: #f4eee4;
		border-radius: 50%;
		position: absolute;
		right: -300px;
		top:-100px;
		z-index: 0;
	}
	#sub_contents:before {
		content: "";
		display: block;
		height: 450px;
		width: 450px;
		background: #fffefc;
		border-radius: 50%;
		position: absolute;
		left: -300px;
		bottom: 15%;
		z-index: 0;
	}



	/* ¼­ºêÄÁÅÙÃ÷ ¸Ó¸® ½ÃÀÛ */
	.sub_contents_head {
		position:relative;
		width:100%;
		z-index: 10;
	}
	.sub_contents_head .submenu_box {
		 padding:0 10px;
	}
	
	/* ¼­ºê¸Þ´º */
	.submenu {
		position:relative;
			border-bottom:1px solid #e6d0ad;
		font-size:0;
	}
	
	.submenu [class^="menu"] {
		display:inline-block;
		vertical-align:middle;
		text-align:center;
		background:url(/img/arrow03_b.png) no-repeat calc(100% - 15px) center;
		/* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
		position:relative;
		width:50%;
	}
	.submenu .menu03 {
			width:100%;
	}
	.submenu [class^="menu"] p {
		font-size:14px;
		cursor:pointer;
		padding:0px 20px;
		height:40px;
		line-height:40px;
		
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow: hidden;
	}
	.submenu [class^="menu"] p.on {
		background:url(/img/arrow03_w.png) no-repeat calc(100% - 15px) center;
		/* È­»ìÇ¥ ¸ð¾çÀÇ ÀÌ¹ÌÁö */
		background-color:#c17f18;
		color:#fff;
	}
	.submenu [class^="menu"] ul {
		position:absolute;
		left:0px;
		display:block;
		width:100%;
		background:#fff;
		display:none;
			height:250px;
		overflow-y:scroll;
	}
	.submenu [class^="menu"] ul li a {
		font-size:12px;
		display:block;
		width:100%;
		padding:10px 0;
	}
	.submenu [class^="menu"] ul li a:hover {
		background:#c17f18;
		color:#fff;
	}
	.submenu .menu02 .child {
		display: none;
	}
	/* ¼­ºêÄÁÅÙÃ÷ ³»¿ë ½ÃÀÛ */
	.sub_contents_box {
	
    z-index: 2;
		position: relative;
	}
	
	/* °øÅë */
	.sub_contents_box .page {
		
	}
	.sub_contents_box .common {
		max-width:90%;
		margin:0 auto;
		padding-bottom: 80px;
	}

	.common .haed{
		padding:70px 0;
	}


	.common .haed .head_text{
		font-size:30px;
		line-height:40px;
		text-align:center;
		position:relative;
		z-index:2;
		word-break:keep-all;
		font-weight:bold;
	}

	.common .haed .head_img{
	
		margin-top:30px;
		height:170px;
		
		position:relative;
	}

	.common .haed .head_img .circle{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -15px;
		right: -15px;
		z-index: 2;
		width:80px;

	}


	.common .haed .head_img .img{
		height:100%;
		width:100%;
		background:#e6d0ad;
		position:absolute;
		z-index:1;
		border-radius:0 0 50px 0;
		overflow:hidden;
		z-index: 1;
	}
	.common .haed .head_img_bottom_txt{
		padding:40px 40px 0 40px;
	
	}
	.common .haed .head_img_bottom_txt div:nth-child(1){
		margin-bottom:20px;
	}
	.common .haed .head_img_bottom_txt div:nth-child(2){
		
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
	}
	.common .haed .head_img_bottom_txt div:nth-child(1) p:nth-child(1){
		float:left;
		width:60%;
		font-weight:600;
		font-size:20px;
		line-height:30px;
		padding-right:20px;
		box-sizing:border-box;
		word-break:keep-all;
	}
	.common .haed .head_img_bottom_txt div:nth-child(1) p:nth-child(1) br{
		display:none;
	}
	.common .haed .head_img_bottom_txt div:nth-child(1) p:nth-child(2){
		float:left;
		width:40%;
		font-size:13px;
		line-height:19px;
		color:#c17f18;
	}



	.common .haed .head_img02{	
		padding-top:40px;		
		position:relative;
	}


	.common .haed .head_img02 .img_box{
		height:200px;
	
		z-index:1;
		position:relative;
	}


	.common .haed .head_img02 .img_box .circle{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -10px;
		left: -10px;
		z-index: 2;
	   width:80px;

	}


	.common .haed .head_img02 .img_box .img {
		height:100%;
		width:100%;
		float:right;
		background:#e6d0ad;
		z-index:1;
		border-radius:0 0 0  50px;
		overflow:hidden;
		z-index: 1;
	}

	.common .haed .head_img02 .txt{
		

		padding:40px 20px 0 20px;
		box-sizing:border-box;
	}

	.common .haed .head_img02 .txt p:nth-of-type(1){
		color:#c17f18;
		font-size:12px;
		line-height:12px;
		font-weight:600;
		padding:5px 15px;
		border-radius:20px;
		border:1px solid #c17f18;
		display:inline-block;
	}
	.common .haed .head_img02 .txt p:nth-of-type(2){
	
		font-size:20px;
		line-height:30px;
		font-weight:600;
		padding:15px 0;
		
	}
	.common .haed .head_img02 .txt p:nth-of-type(3){
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
	}
	.common .haed .head_img02 .txt p:nth-of-type(3) br{
		display:none;
	}




	.common .contents{}






	
	



	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */
	.s_menu_setting {
		width:100%;
		max-width:100%;
	}
	.s_menu_setting .s_page {
	}
	.common .s_menu_wrap {
	}
	.common .s_menu_box {
		border-bottom:2px solid #e6d0ad;
		margin-bottom:50px;
	}
	.common .s_menu {
		font-size:0px;
		text-align:center;
		box-sizing:border-box;
		position:relative;
		z-index:1;
		border-top:2px solid #e6d0ad;
		max-width:95%;
		margin:0 auto;
		padding:5px;
	}
	.common .s_menu li {
		display:inline-block;
		text-align:center;
		font-size:20px;
		box-sizing:border-box;
		margin:5px 20px;
		
	}
	.common .s_menu li.on {
	}
	.common .s_menu li.on a {
		color:#e4bf85 ;
		
	}
	.common .s_menu li>a {
		transition:all 0.3s;
		display:inline-block;
		width:100%;
		color:#2d2d2d;
		vertical-align:top;
	}
	.common .s_menu li>a:before {
		display:inline-block;
		content:'#';
		margin-right:10px;	
	}
	.common .s_menu li:hover a {
		color:#e4bf85 ;
	}
	.common .s_page>li {
		display:none;
	}
	.common .s_page>li.on {
		display: block;
	}
	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö */

	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */
	
	.common .s_menu_wrap_s {
		margin-top:-20px;
		text-align:center;
	}
	
	.common .s_menu_s {
		    margin-bottom:30px;
		
	}
	.common .s_menu_s li {
		display:inline-block;
		text-align:center;
		font-size:14px;
		box-sizing:border-box;
		margin:10px 10px;
		border-radius:0 15px 0 15px;
		border:1px solid #e6d0ad;
		padding:10px 15px;
		
	}
	.common .s_menu_s li.on {
	}
	.common .s_menu_s li.on a {
		color:#e4bf85 ;
		
	}
	.common .s_menu_s li>a {
		transition:all 0.3s;
		display:inline-block;
		width:100%;
		color:#2d2d2d;
		vertical-align:top;
	}
	.common .s_menu_s li:hover a {
		color:#e4bf85 ;
	}
	.common .s_page_s>li {
		display:none;text-align:left;
	}
	.common .s_page_s>li.on {
		display: block;
	}
	/* ¼Ò¸Þ´º,¼ÒÆäÀÌÁö s */



	/* content_struc */
	.common .section {
		position:relative;
		margin:0 auto;
		margin-bottom:80px;
	}
	.common .section::after {
		content:"";
		clear:both;
	}
	.common .section:last-child {
		margin-bottom:0px;
	}
	.common .content {
		box-sizing:border-box;
		font-size:12px;
		line-height:12px;
		text-align:center;
	}
	.common .section .title {
		font-size:30px;
		line-height:40px;
		box-sizing:border-box;
		word-break:keep-all;
		position:relative;
		padding:40px 0px 30px 0px;
		background:url(/img/title_img.png) no-repeat center top;
		background-size:50px;
		top:0px;
		text-align:center;
		font-weight:600;
    margin-bottom: 30px;

	}

	.common .section .title:after {
		position:absolute;
		left:0px;
		bottom:0px;
		line-height:normal;
		margin-top:30px;
		display:block;
		width:100%;
		height:4px;
		content:"";
		border-top:2px dotted #e6d0ad;
		border-bottom:2px dotted #e6d0ad;
	}
	.common .section .title br {
		display: none;
	}


	.common .section .title .t01{
		font-size:14px;
		line-height:22px;
		color:#c17f18;
		display:block;
		margin-top:10px;
	}

	/* //content_struc */
	/* ¹®´Ü */
	.common .cont01 {
		margin-bottom:50px;
	}
	.common .cont01:last-child {
		margin-bottom:0px;
	}
	.common .cont02 {
		margin-bottom:30px;
	}
	.common .cont02:last-child {
		margin-bottom:0px;
	}
	.common .cont03 {
		margin-bottom:20px;
		margin-left:20px;
	}
	.common .cont03:last-child {
		margin-bottom: 0px;
	}
	/* Å×ÀÌºí */
	.common .tb01 {
		width:100%;
		position:relative;
		padding-top:20px;
	}
	.common .tb01::after {
		width:15px;
		height:100%;
		position:absolute;
		z-index:2;
		right:0px;
		top:0px;
		background-image:linear-gradient(to right,rgba(255,255,255,0.0),rgba(255,255,255,1.0));
		content:"";
	}
	.common .tb01::before {
		content:'"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
		display:block;
		font-size:12px;
		color:#c17f18;
		text-align:right;
		position:absolute;
		right:0px;
		top:0px;
		overflow:hidden;
		z-index:3;
	}
	.common .tb01_innner {
		width:100%;
		overflow-x:scroll;
		position:relative;
		right:0px;
		box-sizing:border-box;
	}
	.common .tb01 table {
		width:130%;
		position:relative;
		overflow:hidden;
		text-align:center;
		border-top:5px solid #c17f18;
	  border-radius: 20px 20px 0px 0;
	}
	.common .tb01 table thead th {
		padding:10px;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		line-height:normal;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		
		background:#e6d0ad;
		word-break:keep-all;
	}
	.common .tb01 table tbody th {
		padding:10px;
		font-size:14px;
		line-height:20px;
		font-weight:bold;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		
		word-break:keep-all;
	}
	.common .tb01 table tbody td {
		padding:10px;
		font-size:12px;
		line-height:18px;
		border-bottom:1px solid #e6d0ad;
		border-right:1px solid #e6d0ad;
		text-align:center;
		word-break:keep-all;
	}
	.common .tb01 table tbody td.left {
		text-align:left;
	}
	.common .tb02 {
		width:100%;
	}
	.common .tb02_innner {
		width:100%;
		overflow:hidden;
	}
	.common .tb02 table {
		width:calc(100% + 2px);
		position:relative;
		left:-1px;
		position:relative;
		overflow:hidden;
		text-align:center;
		border-top:5px solid #c17f18;
	  border-radius: 20px 20px 0px 0;
	}
	.common .tb02 table thead th {
		padding:10px;
		font-size:16px;
		line-height:24px;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		
		word-break:keep-all;
	}
	.common .tb02 table tbody th {
		padding:10px;
		font-size:16px;
		line-height:24px;
		border-bottom:1px solid #fff;
		border-right:1px solid #fff;
		background:#e6d0ad;
		
		word-break:keep-all;
	}
	.common .tb02 table tbody td {
		padding:10px;
		font-size:16px;
		line-height:24px;
		border-bottom:1px solid #e6d0ad;
		border-right:1px solid #e6d0ad;
		text-align:center;
		word-break:keep-all;
	}
	.common .tb02 table tbody td.left {
		text-align:left;
	}
	.common [class^=tb] table ol {
		padding-left:25px;
	}
	.common [class^=tb] table ol li {
		list-style:decimal-leading-zero;
		text-align:left;
		margin:3px 0;
	}
	.common [class^=tb] table ol li::marker {
		font-size:14px;
		color: #e4bf85  !important;
	}
	/* Å×ÀÌºí */
	/* ÆùÆ® */
	.common h1 {
		font-size:20px;
		line-height:30px;
		box-sizing:border-box;
		word-break:keep-all;
		position:relative;
		padding:35px 0px 0px 0px;
		background:url(/img/h1_img.png) no-repeat center top;
		background-size:30px;
		color:#cc8282;
		margin-bottom:15px;
		text-align:center;
		font-weight:600;
	}
	
	.common h2 {
		
		font-size:16px;
		line-height:normal;
		margin-bottom:10px;
		position:relative;
		text-align:center;
		font-weight:600;
	}
	.common h2:before{
		content:"";
		display:inline-block;
		width:10px;
		margin-right:10px;
		height:10px;
		background:#deb169;
		border-radius:50%;
		box-shadow:5px 5px #e6d0ad;
	}
	.common h3 {
		font-size:14px;
		line-height:normal;
		margin-bottom:10px;
		position:relative;
		color:#c17f18;
		font-weight:600;
	}	
	.common .p01 {
		font-size:12px;
		line-height:18px;
		word-break:keep-all;
	}
	
	.common .p02 {
		font-size:12px;
		line-height:18px;
		background:#f5f0e8;
		padding:15px;
		word-break:keep-all;
		border-radius: 20px 0 20px 0;
	}

	.common .b01 {
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
		font-weight:600;
	}
	/* ¸®½ºÆ® */
	.common li{
		text-align:left;
	}
	.common .list01 {
	
		text-align:left;
		padding:15px 0;
	}
	.common .list01 li {
		
		vertical-align:top;
		position:relative;
		font-size:12px;
		line-height:18px;
		padding:10px;
		padding-left:35px;
		margin-bottom:10px;
		word-break:keep-all;
		border:1px solid #e6d0ad;
		border-radius: 0 10px 0 10px;
		vertical-align:top;
	}
	.common .list01 li:before {
		position:absolute;
		left:12px;
		top:16px;
		content:"";
		display:inline-block;
		width:12px;
		height:3px;
		background:#c17f18;
	}
	.common .list01 li:last-child {
		margin-bottom:0px;
	}
	.common .list02 {
		text-align:left;
		border:1px solid #e6d0ad;
		padding:20px 15px 0 15px;
		font-size:0;
		border-radius: 0 10px 0 10px;
	}
	.common .list02 li {
		font-size:12px;
		line-height:18px;
		padding-left:45px;
		padding-bottom:15px;
		margin-bottom:20px;
		border-bottom:1px solid #bfbfbf;
		word-break:keep-all;
		display:inline-block;
		width:48%;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
	}
	.common .list02 li:nth-child(2n-1) {
		margin-right:4%;
	}
	.common .list02 li.third {
		margin-right:10px;
		width:calc((100% - 20px)/3);
	}
	.common .list02 li.third:nth-child(3n) {
		margin-right:0%;
	}
	.common .list02 li span {
		font-size:14px;
		color:#ffffff;
		margin-right:5px;
		position:absolute;
		left:0px;
		top:-5px;
		display:inline-block;
		height:30px;
		background:#e4bf85 ;
		line-height:30px;
		width:30px;
		text-align:center;
		border-radius: 0 10px 0 10px;
		box-shadow:5px 5px #e6d0ad;
		
	}

	.common .list02_circle {
		
		font-size:0;
	}
	.common .list02_circle li {
		font-size:12px;
		line-height:18px;
		padding:40px 10px 0 10px;
		border:1px solid #c17f18;
		word-break:keep-all;
		display:inline-block;
		margin-right:10%;
		margin-bottom:10%;
		width:45%;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
		border-radius:50%;
		text-align:center;
		word-break:keep-all;
	}
	.common .list02_circle li:before{
		width:100%;
		height:100%;
		border:1px solid #eee0ca;
		content:"";
		display:block;
		position:absolute;
		right:-10px;
		bottom:-10px;
		border-radius:50%;
	}

	.common .list02_circle li:nth-child(2n) {
		margin-right:0%;
	}

	.common .list02_circle li span {
		font-size:20px;
		font-weight:600;
		color:#c17f18;
		display:block;
		margin-bottom:10px;
		
	}



	.common .list03 {
		text-align:left;
		font-size:0;
		background:#fff;
		border-radius:20px 0 20px 0;
		padding:10px 0px 10px 10px;
		font-size:0px;
	}
	.common .list03 li {
		position:relative;
		word-break:keep-all;
		display:inline-block;	
		box-sizing:border-box;
		vertical-align:top;
		padding:5px 10px 5px 35px;	
		width:calc((100% - 20px)/2);
		margin-right:10px;
		margin-bottom:10px;
	}


	.common .list03 li:nth-child(2n) {
		margin-right:0;
	}
	
	.common .list03 li p{
		font-size:12px;
		line-height:18px;
		word-break:keep-all;
		    border-bottom: 1px solid #bfbfbf;
		padding:5px 10px 5px 10px;	
	}

	.common .list03 li:before {
		position:absolute;
		left:0px;
		top:10px;
		content:"";
		display:inline-block;
		width:34px;
		height:34px;
		background:url(/img/list03.png) no-repeat center;
		background-size:contain;
	}



	.common .list03_box {
		font-size:0;
		text-align:left;
	}
	.common .list03_box li {
		font-size:14px;
		padding:56px 15px 15px 15px;
		word-break:keep-all;
		display:inline-block;

		margin-bottom:4%;
		width:48%;
		margin-right:4%;
		vertical-align:top;
		box-sizing:border-box;
		position:relative;
		text-align:center;
		word-break:keep-all;
		background:#fff;
		border-radius:20px 0 20px 0;
	}

	.common .list03_box li:before {
		position:absolute;
		left:50%;
		margin-left:-17.5px;
		top:10px;
		content:"";
		display:inline-block;
		width:35px;
		height:35px;
		background:url(/img/list03_box.png) no-repeat center;
		background-size:contain;
	}

	.common .list03_box li:nth-child(2n) {
		margin-right:0%;
	}

	.common .list03_box li p{
		font-size:12px;
		line-height:18px;
		word-break:keep-all;
	}

	.common .list03_box li span{
		font-size:16px;
		line-height:24px;
		word-break:keep-all;
		font-weight:600;
		display:block;
		margin-bottom:5px;
	}


	.common .list03_box li .img{
	
	}




	.common .list04 {text-align:left;
		font-size:0;
	}
	.common .list04 {
		font-size:0;
		text-align:left;
	}
	.common .list04 li {
		display:inline-block;
		vertical-align:top;
		line-height:12px;
		padding:15px;
		margin-bottom:15px;
		word-break:keep-all;
		box-sizing:border-box;
		box-shadow:5px 5px #e6d0ad;
		background:#fff;
		text-align:left;
		border-radius: 20px 0 20px 0;
	}
	.common .list04 li p:nth-of-type(1) {
		font-size:16px;
		line-height:24px;
		position:relative;
		padding-left:35px;
		
	}

	.common .list04 li p:nth-of-type(1) span {
		left:0px;
		top:0px;
		position:absolute;
		font-size:18px;
		font-weight:bold;
		
	}
	.common .list04 li p:nth-of-type(2) {
		font-size:12px;
		line-height:18px;
		padding:5px;
		    background: #f1e9db;
	}
	.common .list04 li.half {
		width:100%;
	}
	.common .list04 li.half:nth-child(2n) {
		margin-right:0;
	}
	.common .list04 li.third {
		width:calc((100% - 10px)/2);
		margin-right:10px;
	}
	.common .list04 li.third:nth-child(2n) {
		margin-right:0;
	}
	
	
	.common .list05 {
		
		text-align:left;
		font-size:0;
	}
	.common .list05 li {
		
		display:inline-block;
		vertical-align:top;
		margin-bottom:20px;
		margin-right:20px;
		width:calc((100% - 20px)/2);
		box-sizing:border-box;
		word-break:keep-all;
		text-align:center;
	}
	
	.common .list05 li .img{
		
		border-radius: 20px 0 20px 0;
		overflow:hidden;
		
	}
	.common .list05 li p:nth-of-type(1){
		font-size:18px;
		line-height:18px;
		font-weight:600;
		padding:15px 0;
		word-break:keep-all;
		
	}

	.common .list05 li p:nth-of-type(2){
		font-size:12px;
		line-height:18px;
		word-break:keep-all;
		padding:0 10px;
		
	}

	.common .list05 li:nth-child(2n) {
		
		margin-right:0;
		
	}	

	.common .list05 li:last-child {
		
		margin-right:0;
		
	}


	.common .list05 li.many {
		width:100%;
		margin-right:0px;
	}

	.common .list05 li.many  .img{
		display:inline-block;
		max-width:200px;
		background:#fff;
	}
	.common .list05 li.many  .img img{
		width:100%;
	}
	


	/* surgery_list */
	
	.common .surgery_list{
		background:#fff;
		border-radius:20px 0 30px 0;
		padding:20px 10px 0;
		font-size:0px;
	}
	
	.common .surgery_list li{
		background:#fff;
	
		width:50%;
		padding:0 10px;
		box-sizing:border-box;
		display:inline-block;
		transition:0.3s;
		margin-bottom:20px;
		vertical-align:top;
	}
	.common .surgery_list li:hover{
		transform:scale(1.1);
	}

	.common .surgery_list li .img{
		text-align:center;
		margin-bottom:20px;
	}
	.common .surgery_list li .img img{
		height:40px;
	}

	.common .surgery_list li p:nth-of-type(1){
		text-align:center;
		font-size:12px;
		line-height:12px;
		margin-bottom:10px;
	}

	.common .surgery_list li p:nth-of-type(2){
		text-align:center;
		font-size:16px;
		line-height:16px;
		color:#ca8c2c;
	}

	

	.common .link01 {
		vertical-align:middle;
		font-size:14px;
		font-weight:800;
		display:inline-block;
		padding:15px 15px;
		text-align:center;
		border-radius: 0 15px 0 15px;
		color:#fff;
		position:relative;
		overflow:hidden;
		transition:all 0.3s;
	}


	



	.common .link01 span {
		position:relative;
		z-index:1;
	}
	.common .link01 span img {
		position:relative;
		left:0px;
		transition:0.3s;
		margin-left:10px;
		vertical-align:middle;
	}
	.common .link01:hover span img {
		left:5px;
	}
	.common .link01 .bg {
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		background:#ac4c4c;
		transition:all 0.6s;
	}
	.common .link01:hover .bg {
		width:200%;
		height:200%;
	}
	.common .link02 {
		vertical-align:middle;
		font-size:14px;
		
		line-height:normal;
		display:inline-block;
		text-align:center;
		transition:all 0.1s;
	}
	.common .link02 img {
	position: absolute;
	right: -28px;
	transition: 0.1s;
	margin-left: 5px;
	top: 6px;
	height: 13px;
	}
	.common .link02:hover {
		color:#c17f18 ;
	}
	.common .link02:hover img {
	right: -32px;
	}
	.common .button {
		font-size:18px;
		
		border:1px solid #e6d0ad;
		padding:15px 20px;
		border-radius:30px;
		box-shadow:0px 6px 8px -4px #888;
		display:inline-block;
		transition:all 0.3s;
		background:#fff;
	}
	.common .button:hover {
		box-shadow:0px 10px 8px -4px #888;
	}
	.common .button_on {
		box-shadow:0px 10px 8px -4px #888;
	}
	.common .button_on span {
		background-image:linear-gradient(transparent 60%,#e4bf85  40%);
		background-size: 100% 100%;
	}

	/* ¸µÅ© È­»ìÇ¥ ¹öÆ° °øÅë */
  .common  .arrow {
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #c17f18;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s;
  }

  .common  .arrow span {
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: inline-block;
    background: #c17f18;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .common  .arrow span:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    vertical-align: middle;
    transform: rotate(135deg);
    position: relative;
    left: -2px;
    top: -1px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .common  .arrow:hover {
    background: #c17f18;
    color: #fff;
  }

  .common  .arrow:hover span {
    background: #fff;
    margin-left: 10px;
  }

  .common  .arrow:hover span:before {
    border-top: 2px solid #c17f18;
    border-left: 2px solid #c17f18;
  }

	/* Ã¼Å©¹Ú½º ¶óº§ */
	.common .label-cbx {
		 user-select:none;
		 cursor:pointer;
		 margin-bottom:0;
		 display:inline-block;
		 height:auto;
		 vertical-align:middle;
	}
	.common .label-cbx input:checked+.checkbox {
		 border-color:#20C2E0;
	}
	.common .label-cbx input:checked+.checkbox svg path {
		 fill:#20C2E0;
	}
	.common .label-cbx input:checked+.checkbox svg polyline {
		 stroke-dashoffset:0;
	}
	.common .label-cbx:hover .checkbox svg path {
		 stroke-dashoffset:0;
	}
	.common .label-cbx .checkbox {
		 position:relative;
		 width:20px;
		 height:20px;
		 border:2px solid #C8CCD4;
		 border-radius:3px;
	}
	.common .label-cbx .checkbox svg {
		 position:absolute;
		 top:-2px;
		 left:-2px;
		 width:24px;
		 height:24px;
	}
	.common .label-cbx .checkbox svg path {
		 fill:none;
		 stroke:#20C2E0;
		 stroke-width:2;
		 stroke-linecap:round;
		 stroke-linejoin:round;
		 stroke-dasharray:71px;
		 stroke-dashoffset:71px;
		 transition:all 0.6s ease;
	}
	.common .label-cbx .checkbox svg polyline {
		 fill:none;
		 stroke:#FFF;
		 stroke-width:2;
		 stroke-linecap:round;
		 stroke-linejoin:round;
		 stroke-dasharray:18px;
		 stroke-dashoffset:18px;
		 transition:all 0.3s ease;
	}
	.common .invisible {
		 position:absolute;
		 z-index:-1;
		 width:0;
		 height:0;
		 opacity: 0;
	}
	/* ±¸Á¶º¯°æ */
	.common .trans_h1 {
		margin-bottom:50px;
	}
	.common .trans_h1:last-child {
		margin-bottom:0px;
	}
	.common .trans_h1 .left {
		padding-right:35%;
	}
	.common .trans_h1 .right {
		padding-left:30px;
	}
	.common .trans_h1_2 {
		margin-bottom:50px;
	}
	.common .trans_h1_2:last-child {
		margin-bottom:0px;
	}
	.common .trans_h1_2 .left {
		padding-left:35%;
		text-align:right;
	}
	.common .trans_h1_2 .left h1 {
		padding-left:0px;
		padding-right:45px;
		background: url(/img/h1_img.png) no-repeat right 5px;
		    background-size: 40px;
	}
	.common .trans_h1_2 .left h1::before {
		left:inherit;
		right:0px;
	}
	.common .trans_h1_2 .right {
		padding-right:30px;
	}
	.common .trans_float_wrap {
		overflow:hidden;
		font-size:0px;
	}
	.common .trans_float {
		display:inline-block;
		width:46%;
		margin-bottom:8%;
		vertical-align:top;
	}
	.common .trans_float:nth-of-type(2n-1) {
		margin-right:8%
	}
	.common .img_scroll {
		position:relative;
	}
	.common .img_scroll::before {
		content:'"½ºÅ©·Ñ ÇÏ¼¼¿ä!"';
		display:block;
		margin-bottom:10px;
		font-size:16px;
		color:#c17f18;
		text-align:left;
	}
	.common .img_scroll .img {
		height:200px;
		overflow-y:scroll;
		display: inline-block;
	}


	/* ´ë¸Þ´º ¸®½ºÆ® ¹öÆ° */
	.common .clinic_view{
		font-size:0px;
	}
	.common .clinic_view_head{		
		text-align:center;
		font-size:16px;
		margin-bottom:20px;
	}
	.common .clinic_view li:nth-child(2n){
		margin-right:0px;
	}
	.common .clinic_view li{
		display:inline-block;
		vertical-align:top;
		margin-right:20px;
		margin-bottom:30px;
		width:calc((100% - 20px)/2);
		position:relative;
	}

	.common .clinic_view li .txt{
		padding:10px 10px 0 20px;
		font-size:16px;
		word-break:keep-all;
		font-weight:600;
	}
	.common .clinic_view li .txt span{
		font-size:12px;
		margin-left:2px;
		display:block;
		margin-top:5px;
	}
	
	.common .clinic_view li a{
		display:block;
		height:120px;
		line-height:100px;
		position:relative;
		overflow:hidden;
		text-align:center;
		overflow: hidden;
		border-radius: 30px 0 30px 0;
	}
	
	.common .clinic_view li a .img{
		position:absolute;
		left:0px;
		z-index:1;
		width:100%;
		height:100%;
		background:#e6d0ad;
		top:0px;
		left:0px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: left center;
	}

	.common .clinic_view li a:before{		
		position:absolute;
		left:0px;
		top:0px;
		content:"";
		width:100%;
		height:100%;
		background:#000;
		opacity:0.6;
		z-index:2;;
		transition:0.3s;
	}
	.common .clinic_view li a:after{		
		position:absolute;
		left:50%; margin-left:-25px;
		top:50%; margin-top:-25px;
		content:"";
		width:50px;
		height:50px;
		background:url(/img/view01.png) center no-repeat;
		background-size:cover;
		opacity:1;
		z-index:3;;
		transition:0.3s;
	}

	.common .clinic_view li a span{
		color:#000;
		transition:0.3s;
	}
	.common .clinic_view li a:hover .img{
		transform:scale(1.1);
		transition:0.3s;
	}
	.common .clinic_view li a:hover:before{		
		opacity:0;
		transition:0.3s;
	}
	.common .clinic_view li a:hover:after{		
		position:absolute;
		left:50%; margin-left:-20px;
		top:50%; margin-top:-20px;
		content:"";
		width:40px;
		height:40px;
		background:url(/img/view01.png) center no-repeat;
		background-size:cover;
		opacity:1;
		z-index:3;;
		transition:0.3s;
	}


	/* ÀÎ»ç¸» */
	.m09 .intro{
		padding-top:20px;
	}
	.m09 .intro li{
		margin-bottom:60px;
	}

	.m09 .intro li:last-child{
		margin-bottom:0px;
	}

	.m09 .intro .img{
		background-size:cover!important;
		border-radius:50px 0 50px 0;
		overflow:hidden;
	}
	

	.m09 .intro .txt{
		box-sizing:border-box;
	}

	.m09 .intro .txt br{
		display:none;
	}
	
	.m09 .intro .txt p:nth-child(1){
		font-size:28px;
		line-height:36px;
		font-weight:600;
		margin-bottom:20px;
		word-break:keep-all;
	}


	.m09 .intro .txt p:nth-child(2){
		font-size:16px;
		line-height:24px;
		word-break:keep-all;
	}


	.m09 .intro li:nth-child(2n-1) .img{
		float:left;
		
	}
	
	.m09 .intro li:nth-child(2n-1) .txt{
	
		
    clear: both;
	}

	.m09 .intro li:nth-child(2n) .img{
		float:right;
		
	}
	
	.m09 .intro li:nth-child(2n) .txt{
		
    clear: both;
		
	}





	.m09 .intro li:nth-child(1) .img{
		width:calc((616px)*0.4); 
		height:calc((724px)*0.4); 
		background:url(/img/m09_img_01.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(1) .txt{
		padding:50px 20px 0 20%;
	}


	.m09 .intro li:nth-child(2) .img{
		width:calc((720px)*0.4); 
		height:calc((615px)*0.4); 
		background:url(/img/m09_img_02.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(2) .txt{
		padding:50px 20px 0 0px;
	}


	.m09 .intro li:nth-child(3) .img{
		width:calc((559px)*0.4); 
		height:calc((687px)*0.4); 
		background:url(/img/m09_img_03.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(3) .txt{
		padding:50px 20px 0  20%;
	}


	.m09 .intro li:nth-child(4) .img{
		width:calc((790px)*0.4); 
		height:calc((541px)*0.4); 
		background:url(/img/m09_img_04.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(4) .txt{
		padding:50px 50px 0 0px;
	}


	.m09 .intro li:nth-child(5) .img{
		width:calc((844px)*0.4); 
		height:calc((710px)*0.4); 
		background:url(/img/m09_img_05.jpg) no-repeat center;
	}
	

	.m09 .intro li:nth-child(5) .txt{
		padding:50px 20px 0  20%;
	}


/* ÀÇ·áÁø¼Ò°³ */
	.m10 .top{
		position:relative;  
		margin-bottom:60px;
	}

	.m10 .top .img{ 
		width:200px;
		border-radius:0 0 0 50px;
		overflow:hidden;
		float:right;
		margin:0 auto 30px;
	}

	.m10 .top .txt{
		clear:both;
	}

	.m10 .top .txt .info01{
		margin-bottom:20px;
	}

	.m10 .top .txt .info01 p:nth-child(1){
		color:#c17f18;
		font-size:20px;
		line-height:30px;
		margin-bottom:10px;
		text-align:right;

	}



	.m10 .top .txt .info01 p:nth-child(2){
		font-weight:600;
		font-size:38px;
		line-height:38px;
	}

	.m10 .top .txt .info01 p:nth-child(2) span{
	
		font-size:20px;
		line-height:20px;
		display:inline-block;
		vertical-align:text-bottom;
	}


	.m10 .top .txt .info01 p:nth-child(3){
		
		text-align:left;
		font-size:14px;
		line-height:24px;
		padding:30px 20px 0 0px;
		word-break:keep-all;
		position: absolute;
		left: 0px;
	   top: -250px;
		width: 34%;
	}

	.m10 .top .txt .info01 p:nth-child(4) br{
		display:none;
	}

	.m10 .top .txt .info02{

	}

	.m10 .top .txt .info02 p:nth-child(1){
		color:#c17f18;
		font-size:20px;
		line-height:30px;
		margin-bottom:10px;
	}

	
	.m10 .top .txt .info02 ul li {
		
		font-size:12px;
		line-height:18px;
		margin-bottom:10px;
		position:relative;
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding:0 5px;
		padding-left: 15px;
		word-break:keep-all;
	}

	.m10 .top .txt .info02 ul li:before {
		display:inline-block;
		width:10px;
		height:2px;
		background:#e6d0ad;
		position:absolute;
		left:0px;
		top:8px;
		content:"";
	}


	.m10 .top .txt .table{
		float:left;  
		margin-top:50px;
		width:100%;
	}

	.m10 .top .txt .table p:nth-child(1) {
       color:#c17f18;
		font-size:20px;
		line-height:30px;
		margin-bottom:10px;
    }


	.m10 .top .txt .table .tb01 {
        padding-top: 0px;
    }

	.m10 .top .txt .table .tb01::before {
        display:none;
    }

	.m10 .top .txt .table .tb01::before {
        display:none;
    }

	.m10 .top .txt .table .tb01::after {
        display:none;
    }


	.m10 .top .txt .table .tb01_innner {
        overflow-x: visible;
    }

	.m10 .top .txt .table .tb01 table {
       width: 100%;
    }





	.m10 .bottom{
		position:relative;  
	}


	.m10 .bottom .img{
		float:left;  
		position:relative;
		left:-10%;
		top:-10px;
		width:60%;
		z-index:1;
	}
	.m10 .bottom .img img{
		position:relative;
		z-index:2;
	}

	.m10 .bottom .img:after {
		content: "";
		display: block;
		width: 70%;
		height: 70%;
		background: #f4eee4;
		border-radius: 50%;
		position: absolute;
		right: -30%;
		top: 60%;
		z-index: 1;
	}


	.m10 .bottom .txt{
		box-sizing:border-box;
		position:relative;
		z-index:2;
		padding-top:20px;
	}

	

	.m10 .bottom .txt p:nth-child(1){
		color:#c17f18;
		font-size:20px;
		line-height:30px;
		margin-bottom:20px;
	}

	.m10 .bottom .txt ul li {
		
		font-size:14px;
		line-height:22px;
		margin-bottom:10px;
		position:relative;
		padding-left: 15px;
	}

	.m10 .bottom .txt li:before {
		display:inline-block;
		width:10px;
		height:2px;
		background:#e6d0ad;
		position:absolute;
		left:0px;
		top:8px;
		content:"";
	}

	.m10 .bottom .txt li:nth-child(1){
	
		margin-bottom:30px;
	}

	.m10 .bottom .txt li:nth-child(2){
	
		clear:both;
	}

	.m10 .bottom .txt li:nth-child(1):before {
	
		left:55%;
	}


	/*Àåºñ¼Ò°³*/
	.m11 .device{
		padding-top:0px;
	}
	.m11 .device > li{
		
	}

	.m11 .device > li:after{
		margin:70px 0;
		content:"";
		display:block;
		height:10px;
		border-top:1px dashed #ccc;
		border-bottom:1px dashed #ccc;
    margin-bottom: 70px;
	}

	.m11 .device >  li:last-child{
		margin-bottom:0px;
	}

	.m11 .device .img{
		border-radius:20px 0 20px 0;
		overflow:hidden;
		width:70%;
		background:#fff;
		text-align:center;
	}

	.m11 .device .img img{
		max-height: 200px;
	}


	.m11 .device > li:nth-child(2n-1) .txt{
		box-sizing:border-box;
		padding: 20px 0px 20px 20%;
		
		box-sizing:border-box;
	}

	.m11 .device > li:nth-child(2n) .txt{
		box-sizing:border-box;
		padding: 20px 20% 20px 0;
		
		box-sizing:border-box;
	}
	
	.m11 .device .txt{
	 margin-bottom: 50px;
	}
	.m11 .device .txt p:nth-child(1){
		font-size:14px;
		line-height:22px;
		font-weight:600;
		margin-bottom:5px;
		color:#c17f18;
	}

	.m11 .device .txt p:nth-child(2){
		font-size:24px;
		line-height:34px;
		font-weight:600;
		margin-bottom:15px;
	}


	.m11 .device .txt p:nth-child(3){
		font-size:14px;
		line-height:26px;
		margin-bottom:40px;
		word-break:keep-all;
	}


	

	.m11 .device .txt li{
		border:1px solid #c17f18;
		padding:5px 15px;
		display:inline-block;
		font-size:14px;
		margin: 0 10px 10px 0; 
		font-weight:600;
	}


	.m11 .device li:nth-child(2n-1) .img{
		float:left;
		
	}
	
	.m11 .device li:nth-child(2n-1) .txt{
		float:right;
		
	}

	.m11 .device li:nth-child(2n) .img{
		float:right;
		
	}
	
	.m11 .device li:nth-child(2n) .txt{
		float:left;
		
	}

	/* Áø·á½Ã°£ ¹× ¿À½Ã´Â±æ */
	.m12 .map{
		position:relative;
		height:280px;
	}

	.m12 .map .map_wrapper{
		border-radius:0 0 0 100px;
		overflow:hidden;
		position:relative;
		z-index:1;
	}
	.m12 .cirlce{
		animation: spin 8s linear infinite;
		position: absolute;
		bottom: -10px;
		left: -10px;
		z-index:21;
		width:80px;
	}


	.m12 .top{
		padding:50px 0px 50px;
		border-bottom:1px solid #e6d0ad;
	}

	.m12 .top .img{
		text-align:center;
		margin-bottom:30px;
	}

	.m12 .top .img img{
		width:200px;
	}
	.m12 .top .txt{
	}

	.m12 .top .txt .sec{
		box-sizing:border-box;
		margin-bottom:15px;

	}

	.m12 .top .txt .sec:nth-child(1){
		margin-bottom:20px;
	}

	.m12 .top .txt .sec:nth-child(1) p{
		float:left;
		width:50%;
		padding-right:20px;
		box-sizing:border-box;
		font-size:16px;
		line-height:24px;
		word-break:keep-all;
	}

	.m12 .top .txt .sec:nth-child(1) a{
		float:left;
		width:50%;
		font-size:24px;
		line-height:24px;
		color:#c17f18;
		font-weight:600;
		word-break:keep-all;
	}


	.m12 .top .txt .sec:nth-child(2){

		
	}


	
	.m12 .top .txt .sec:nth-child(2) ul{
		margin-bottom:10px;
	}

	
	.m12 .top .txt .sec:nth-child(2) li{
		font-size:14px;
		line-height:22px;
		color:#c17f18;
		display:inline-block;
		margin: 0 10px 5px 0;
	}


	.m12 .top .txt .sec:nth-child(2) p{
		font-size:13px;
		line-height:21px;
		margin-bottom:15px;
		word-break:keep-all;
	}


	.m12 .bottom{
		padding:50px 0px 0;
	}

	.m12 .bottom .time{
		
		box-sizing:border-box;
		margin-bottom:30px;
		
	}

	.m12 .bottom .method{
		box-sizing:border-box;
	}

	.m12 .bottom .h1{

		font-size:20px;
		line-height:20px;
		font-weight:800;
		margin-bottom:20px;
	}


	 .m12 .bottom .time ul{
		
	
  }

  .m12 .bottom .time ul li{
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	height:30px;
  }

  .m12 .bottom .time ul li span:nth-child(1){
	width:100px;
	float:left;
	text-align:justify;
	margin-right:20px;

  }

   .m12 .bottom .time ul li span:nth-child(1):after{

	content: "";

	display: inline-block;

	width: 100%;

	}

   .m12 .bottom .time ul li span:nth-child(2){
	float:left;
	word-spacing:2px;
  }


	.m12 .bottom .method ul{
		font-size:0px;
	  }

	.m12 .bottom .method ul li{
		display:inline-block;
		width:50%;
		box-sizing:border-box;
		padding-right:20px;
		font-size:12px;
		vertical-align:top;
		margin-bottom:40px;
		
	}


	.m12 .bottom .method ul li:nth-child(1){

		width:100%;
	}



	.m12 .bottom .method .h2{
		font-size:14px;
		line-height:14px;
		font-weight:600;
		margin-bottom:20px;
		word-break:keep-all;
	}
	.m12 .bottom .method .h2 img{
		height:22px;
		display:inline-block; margin-right:5px;
		vertical-align:middle;
	}

	
	.m12 .bottom .method ul li:nth-child(3) .h2 img{
		position:relative;
		top:-7px;
	}

	.m12 .bottom .method ul li p:not(.h2){
		font-size:13px;
		line-height:20px;
		word-break:keep-all;
		padding:10px;
		background:#f5efe6;
		
	}

	.m12 .bottom .method ul li:nth-child(1) span{
		display:block;
		margin-bottom:10px;
	}


	.m12 .bottom .method ul li div{
	padding:10px;
  }

  .m12 .bottom .method ul li div a{
	display:inline-block;
	font-size:13px;
	line-height:13px;
	margin-right:20px;
	margin-bottom:20px;
	transition:all 0.3s;
  }

  .m12 .bottom .method ul li div a:hover{
	
	color:#c17f18;
  }

  .m12 .bottom .method ul li div a img{
	display:inline-block;
	position:relative;
	left:0px;
	margin-left:5px;
	transition:all 0.3s;
  }

  .m12 .bottom .method ul li div a:hover img{
	left:5px;
	filter: invert(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }
	


	

	/* µÑ·¯º¸±â */
	
	.m13 .view li:nth-child(2n){
		margin-right:0px;
	}
	.m13 .view li{
		float:left;
		margin-right:30px;
		margin-bottom:30px;
		width:calc((100% - 30px)/2);
		position:relative;
	}

	.m13 .view li .txt{
		padding:10px 10px 0 15px;
		font-size:18px;
	}
	.m13 .view li .txt span{
		font-size:12px;
		display:block;
	}
	
	.m13 .view li .modal_a{
		display:block;
		height:155px;
		line-height:155px;
		position:relative;
		overflow:hidden;
		text-align:center;
		border-radius:20px 0 20px 0;
	}
	.m13 .view li .modal_a span{
		
		position:relative;
		font-size:40px;
		z-index:3;
		color:#fff;
	}

	.m13 .view li .modal_a .img{
		position:absolute;
		left:0px;
		z-index:1;
		width:100%;
		height:100%;
		top:0px;
		left:0px;
	}
.m13 .view li:nth-child(1) .modal_a .img{
		background:url(/img/g_img/img1/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(2) .modal_a .img{
		background:url(/img/g_img/img2/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(3) .modal_a .img{
		background:url(/img/g_img/img3/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(4) .modal_a .img{
		background:url(/img/g_img/img4/1.jpg) no-repeat center;
		background-size:cover;
	}
	.m13 .view li:nth-child(5) .modal_a .img{
		background:url(/img/g_img/img5/1.jpg) no-repeat center;
		background-size:cover;
	}

	
	.m13 .view li .modal_a:before{		
		position:absolute;
		left:0px;
		top:0px;
		content:"";
		width:100%;
		height:100%;
		background:#000;
		opacity:0.6;
		z-index:2;
	}

	.m13 .view li .modal_a:hover span{
		color:#000;
		transition:0.3s;
	}
	.m13 .view li .modal_a:hover .img{
		transform:scale(1.1);
		transition:0.3s;
	}
	.m13 .view li .modal_a:hover:before{		
		opacity:0;
		transition:0.3s;
	}


	#gallery{
		width:100%;
	}



	/* Á¦Áõ¸í ´Ù¿î·Îµå */
	.m28 .posi01 {
		padding:10px 10px 5px 10px;
		background:#e6d0ad;
	}
	.m28 .posi01>div {
		display:inline-block;
		margin: 0 10px 5px 0;
	}
	/* Ã³¹æÀü ´ë¸®Ã³¹æ */
	.m29 .posi01 {
		padding:10px 10px 5px 10px;
		background:#e6d0ad;
	}
	.m29 .posi01>div {
		display:inline-block;
		margin: 0 10px 5px 0;
	}
	/* »çÀÌÆ®¸Ê */
	.m49 .list {
		text-align:left;
		padding:0 0px;
		font-size:0px;
		line-height:normal;
	}
	.m49 .list>li {
		vertical-align:top;
		margin-bottom:30px;
		margin-right:30px;
		display:inline-block;
		width:calc((100% - 30px)/2);
		box-sizing:border-box;
		border:1px solid #e6d0ad;
		padding:15px;
	}
	.m49 .list>li:nth-child(2n) {
		margin-right:0px;
	}
	.m49 .list>li>ul>li {
		font-size:12px;
		margin-bottom:10px;
	}
	.m49 .list>li>ul>li:last-child {
		margin-bottom:0px;
	}
	.m49 .list>li p {
		font-size:20px;
		
		line-height:normal;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom: 1px solid #e6d0ad;
	}


	.m52 .list_s li{
		
	}
	.m52 .list_s li:nth-child(1){

		margin-bottom:8%;
	}

	

	.m97 .list05 label{
		position:relative;
		display:block;
		padding-left:20px;
	}
	
	.m97 .list05 input[type="radio"]{
		position:absolute;
		left:0px;
		top:0px;
	}




	/* ¾Ö´Ï¸ÞÀÌ¼Ç */
	#sub_contents .left_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv {
		opacity:0;
		position:relative;
	}
	#sub_contents .left_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv_li {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv_li {
		opacity:0;
		position:relative;
	}

	#sub_contents .left_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .right_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .top_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .bottom_mv_li_s {
		opacity:0;
		position:relative;
	}
	#sub_contents .left_mv_on {
		animation:left_mv_on 1s forwards;
	}
	#sub_contents .right_mv_on {
		animation:right_mv_on 1s forwards;
	}
	#sub_contents .top_mv_on {
		animation:top_mv_on 1s forwards;
	}
	#sub_contents .bottom_mv_on {
		animation: bottom_mv_on 1s forwards;
	}
	/* ·Î±×ÀÎ */
	.login .login_page {
		text-align:center;
		background:#fff;
	}
	.login .login_page {
		text-align:center;
	}
	.login input {
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		border-radius:0px;
		display:inline-block;
		position:relative;
		font-size:14px;
		width:100px;
		height:30px;
		line-height:30px;
		margin:0 auto;
		border:0px;
		color:#fff;
		background-size:8px;
		background-color:#e4bf85 ;
	}
	.login .login_page {
		padding:30px 20px 60px;
		box-shadow:0px 0px 15px -10px #000;
	}
	.login .input_box>div {
		display:inline-block;
		font-size:16px;
		
		margin:0 5px;
	}
	.login .img {
		margin-bottom:20px;
	}
	.login .img img {
		width: 150px;
	}
	.login .button {
		-webkit-appearance:none;
		/* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
		-moz-appearance:none;
		appearance:none;
		/* ³×ÀÌÆ¼ºê radius ÇØÁ¦ */
		border-radius:0px;
		/* iOS µÕ±Ù¸ð¼­¸® Á¦°Å */
		outline:none;
		border:none;
		border:1px solid #e6d0ad;
		background:#fff;
		font-size:16px;
		height:30px;
		line-height:30px;
		box-sizing:border-box;
		padding:0 15px;
		cursor:pointer;
		display:inline-block;
	}
	.login .button:hover {
		border:1px solid#e4bf85 ;
		color:#fff;
		background:#e4bf85 ;
	}
	.login .p1 {
		font-size:14px;
		margin-top: 20px;
	}
}
/* ÄÃ·¯Áý */
.c1 {
	color:#7bd6be  !important;
}
.c2 {
	color:#c17f18 !important;
}
.c3 {
	color:#ff9600 !important;
}
.marker1 {
	background-image:linear-gradient(transparent calc(100% - 4px),#ff9600 3px);
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.marker2 {
	background-repeat:no-repeat;
	background-image:linear-gradient(transparent 70%,#e4bf85 40%);
	background-size:100% 100%;
}
.marker3 {
	background-image:linear-gradient(transparent calc(100% - 4px),#7bd6be  3px);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}