@import url("default.css");
@import url("submenu.css");
@import url("tsc_lists.css");
@import url("dreamcodes/tsc_flat_buttons.css");
@import url("dreamcodes/tsc_pagination.css");
@import url("dreamcodes/tsc_tooltips.css");
@import url("dreamcodes/tsc_css_highlighter_shortcodes.css");
@import url("fixTables.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');

/* ==================================================
   Layout
================================================== */
#container  {width:960px; margin:0 auto; position:relative; zoom:1;}
#container.sub  { padding-bottom:30px; }
#container:after {content:""; display:block; clear:both;}
#wrap { width:100%; clear:both; display:inline-block; }
#wrap.bg-f10 { background-color:#ffffff; }
#wrap.bg-f9 { background: url("/img/main/eventbg.jpg") top center no-repeat; }
#wrap.bg-f8 { background-color:#f8f8f8; }

.inline-block { display:inline-block; }



/* ==================================================
   .quick
================================================== */
.quick {
	width:100%;
	height:40px;
	line-height:40px;
	background-color:#fafafa;
	border-bottom:1px solid #e5e5e5;
}
.quick .sns > span { display:inline-block; vertical-align:middle; }
.quick span > a {
	font-family: 'NanumSquare', sans-serif;
	font-size:13px;
	font-weight:600;
	color:#3b3b3b;
	display:block;
}
.quick .sns > span.favorite { padding-right:20px; }
.quick .sns > span.favorite a:before {
	background-image: url("/img/common/bg-img.png");
	background-position:0 0;
	display:inline-block;
	content:'';
	width:17px;
	height:16px;
	padding-right:5px;
	vertical-align:text-bottom;
}
.quick .sns > span[class|="sns"] {
	background-image: url("/img/common/bg-img.png");
	width:28px;
	height:28px;
	margin-right:5px;
	text-indent:-10000%;
	vertical-align:middle;
}
.quick .sns > span.sns-kakao { background-position:0 -16px; }
.quick .sns > span.sns-naver { background-position:-33px -16px; }
.quick ul { float:right; }
.quick ul > li {
	display:inline-block;
	font-size:13px;
	padding:0 10px;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.quick ul > li > a { color:#3b3b3b; }
.quick ul > li:last-child { background-color:#29ba93; }
.quick ul > li:last-child > a { color:#fff; }



/* ==================================================
   <Header>
================================================== */
header.header {
	width:960px;
	height:90px;
	line-height:90px;
	vertical-align:middle;
	margin:0 auto;
}
header.header p { font-size:18px; color:#676666; letter-spacing:-2px; }
header.header p > i { color:#1a1a1a; padding-right:5px; }
header.header p > span { color:#000; padding-left:10px; letter-spacing:0; }
header.header aside.call { vertical-align:middle; margin:0 33px 0 0; }
header.header aside { vertical-align:middle; margin:0 15px; }
	.search-wrap > form { display:inline-block; }
	.search-wrap label { position:relative; }
	.search-wrap label:after {
		position:absolute;
		content:'\f002';
		display:inline-block;
		font-family:FontAwesome;
		right:22px;
		top:-6px;
		line-height:35px;
		font-size:18px;
		color:#06b8a0;
	}
	.search-wrap input {
		width:260px;
		height:35px;
		line-height:33px;
		padding:0 30px !important;
		border:0 !important;
		border-radius:25px !important;
		font-size:12px;
		margin-right:5px;
		position:relative;
		background-color:#fcfcfc;
		box-shadow: inset 0 0 0 1px #eaeaea;
	}

/* ==================================================
   <Nav>
================================================== */
nav#menu {
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
nav#menu > ul {
	width:960px;
    display: table;
	margin:0 auto;
}
nav#menu > ul > li {
	font-size:15px;
	font-weight:600;
	display:table-cell;
	text-align:center;
}
nav#menu a { color:#000; display:block; position:relative; font-size: 15px;}
nav#menu a::before {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:1px;
}
nav#menu li.active a,
nav#menu a:hover {
  color: #05b7a3;
}
nav#menu a::before {
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
nav#menu a::before {
  border-bottom: 2px solid #05b7a3;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
nav#menu li.active a::before,
nav#menu a:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}


/* ==================================================
   <Footer>
================================================== */
footer { background-color:#262626; }
footer ul {
	width:960px;
	margin:0 auto;
}
footer ul.menu {
	height:40px;
	line-height:40px;
}
footer ul.menu li {
	display:inline-block;
	text-align:left;
	width:125px;
}
footer ul.menu li a {
	color:#d9d9d9;
	font-size:12px;
	letter-spacing:-1px;
}
footer hr {
	display:block;
	border:none;
	width:100%;
	height:1px;
	background-color:#484848;
	margin:0;
}

footer ul.footer {
	margin-top:45px;
}
footer .footer li {
	vertical-align:top;
	font-size:13px;
	color:#f5f5f5;
	width:49%;
	display:inline-block;
}
footer .footer li span.subject {
	text-transform:uppercase;
	font-size:14px;
}
footer .footer li span.subject:after {
	content:'';
	width:11px;
	height:1px;
	border-bottom:1px solid #e7211b;
	display:block;
	padding-top:15px;
}
footer .footer li div { padding-top:22px; }
footer .footer li p { line-height:20px; }
footer .footer li p span { padding-right:8px; }
footer .footer li p strong { font-size:20px; }
footer .footer li dl dd {
	display:inline-block;
	background-image:url("/theme/basic/img/sns.png");
	width:38px;
	height:38px;
	margin-right:12px;
	text-indent:-10000px;
}
footer .footer li dl dd.kakao { background-position:0  ; }
footer .footer li dl dd.naver { background-position:-51px  ; }
footer .footer li dl dd.twitter { background-position:-99px  ; }
footer .footer li dl dd.insta { background-position:-148px  ; }
footer .footer li dl dd.modoo { background-position:-197px  ; }

footer .copy {
	width:100%;
	height:50px;
	background-color:#181818;
	text-transform:uppercase;
	margin-top:50px;
}
footer .copy p {
	width:960px;
	margin:0 auto;
	line-height:50px;
	color:#f5f5f5;
}

/* ==================================================
   <main> .event
================================================== */
/*main { display:block; width:100%; }*/
main { display:block; width:90%; margin:0 auto; }
main ol {
	width:100%;
	display:table;
	counter-reset:section;
}
main ol > li {
	display:table-cell;
	width:33%;
	height:464px;
	color:#474747;
	background-size:cover;
	background-attachment: fixed;
	position:relative;
	letter-spacing:-2px;
}
main ol > li:before {
	counter-increment:section;
	content:"0"counter(section);
	display:block;
	position:absolute;
	top:82px;
	left:25px;
	font-size:100px;
	font-weight:900px;
	letter-spacing:-3px;
	color:#05b7a3;
	font-family: 'Open Sans', sans-serif;
}
main ol > li:nth-child(1) { background: url("/img/main/visual1.gif") top center no-repeat; }
main ol > li:nth-child(2) { background: url("/img/main/visual2.gif") top center no-repeat; }
main ol > li:nth-child(3) { background: url("/img/main/visual3.gif") top center no-repeat; }
	main ol > li .visual-content {
		margin-top:115px;
		margin-left:25px;
	}
	main ol > li .visual-content p,
	main ol > li .visual-content h1 {
		padding-left:125px;
	}
	main ol > li .visual-content p { font-size:20px; }
	main ol > li .visual-content h1 {
		font-size:31px;
		font-weight:100;
		letter-spacing:-4px;
	}
	main ol > li .visual-content span {
		display:block;
		font-size:14px;
		margin:45px 0 50px;
		letter-spacing:-1px;
	}
	main ol > li .visual-content button {
		border:none;
		border-radius:25px;
		background-color:#939695;
		font-size:16px;
		color:#fff;
		display:block;
		width:215px;
		height:40px;
		line-height:40px;
		text-align:center;
	}
	main ol > li .visual-content button i {
		float:right;
		padding-right:30px;
		line-height:40px;
	}

/* ==================================================
   ul.banner-wrap
================================================== */
/*ul.banner-wrap {
	width:100%;
	display:table;
	margin:30px 0;
}*/
ul.banner-wrap {
	width:90%;
	display:table;
	margin:30px auto;
}
ul.banner-wrap > li {
	display:table-cell;
	width:50%;
	height:266px;
	background-size:cover;
	background-attachment: fixed;
}
ul.banner-wrap > li:nth-child(1) { background: url("/img/main/banner1.jpg") top center no-repeat; }
ul.banner-wrap > li:nth-child(2) { background: url("/img/main/banner2.jpg") top center no-repeat; }
	ul.banner-wrap ul { width:100%; display:table; }
	ul.banner-wrap ul > li {
		display:table-cell;
		height:266px;
		letter-spacing:-2px;
	}
	ul.banner-wrap ul > li div {
		margin-top:55px;
		color:#fff;
	}
	ul.banner-wrap ul > li span { font-size:14px; }
	ul.banner-wrap ul > li h1 { font-size:43px; letter-spacing:-7px; }
	ul.banner-wrap ul > li h2 { font-size:14px; }
	ul.banner-wrap ul > li p { font-size:13px; line-height:24px; margin-top:15px; letter-spacing:0; }
	ul.banner-wrap ul > li a {
		display:inline-block;
		width:200px;
		height:42px;
		line-height:42px;
		color:#fff;
		margin-top:40px;
		text-align:center;
		font-size:18px;
		letter-spacing:-1px;
	}
	ul.banner-wrap > li:nth-child(1) a { background-color:rgba(12,75,54,0.7); }
	ul.banner-wrap > li:nth-child(2) a { background-color:rgba(17,148,167,0.7); }
	ul.banner-wrap > li:nth-child(1) ul > li:nth-child(1) { background-color:rgba(41,186,147,0.7); }
	ul.banner-wrap > li:nth-child(2) ul > li:nth-child(1) { background-color:rgba(17,175,204,0.7); }
	ul.banner-wrap ul > li:nth-child(1) { width:40%; }
	ul.banner-wrap ul > li:nth-child(2) { width:60%; }
	ul.banner-wrap ul > li:nth-child(1) div { margin-left:13px; }
	ul.banner-wrap ul > li:nth-child(2) div { margin-left:24px; font-size:14px; }

/* ==================================================
   .special_offer
================================================== */
.special_offer {
	margin:45px auto 50px !important;
	text-align:center;
}
.special_offer > h1 {
	color:#4a4a4a;
	font-size:26px;
	font-weight:500;
	line-height:40px;
	letter-spacing:-3px;
}
.special_offer > p {
	color:#818181;
	font-size:14px;
	font-weight:100;
	line-height:30px;
	letter-spacing:-1px;
}
.special_offer ol {
	width:100%;
	counter-reset:section;
	margin-top:60px;
}
.special_offer ol > li {
	background-image: url("/img/common/bg-img.png");
	width:224px;
	height:223px;
	border-radius:100%;
	vertical-align:middle;
	position:relative;
	display:inline-block;
	text-align:center;
}
.special_offer ol > li:nth-child(1) { background-position:0 -44px; }
.special_offer ol > li:nth-child(2) { background-position:-224px -44px; }
.special_offer ol > li:nth-child(3) { background-position:-448px -44px; }
.special_offer ol > li:nth-child(4) { background-position:-672px -44px; }
.special_offer ol > li:not(:nth-child(1)) { margin-left:17px; }
.special_offer ol > li:before {
	counter-increment:section;
	content:counter(section);
	display:block;
	position:absolute;
	top:-18px;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:50px;
	line-height:50px;
	background-color:#fff;
	border-radius:100%;
	font-size:30px;
	color:#14a79f;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	vertical-align:middle;
	box-shadow: 4px 5px 10px #000000;
}
.special_offer ol > li > a {
	font-size:14px;
	color:#fff;
	margin-top:15px;
	display:block;
	font-weight:600;
}
	.special_offer ol > li figcaption > span {
		font-size:20px;
		font-weight:100;
		display:block;
		line-height:34px;
		margin-top:55px;
		letter-spacing:-1px;
	}
	.special_offer ol > li figcaption > h1 {
		font-size:22px;
		line-height:36px;
		font-family: 'NanumSquare', sans-serif;
		letter-spacing:-2px;
		margin-bottom:25px;
	}
	.special_offer ol > li figcaption p { font-size:18px; font-weight:300; }


/* ==================================================
   .recommend-goods
================================================== */
.bg-hotel { background: url("/img/main/hotel_bg.jpg") top center no-repeat; }
.bg-car { background: url("/img/main/car_bg.gif") top center no-repeat; height:558px; }
.recommend-goods > h1 {
	font-size:40px;
	font-weight:400;
	text-align:center;
	line-height:58px;
	font-family: 'NanumSquare', sans-serif;
	letter-spacing:-2px;
	margin-top:32px;
}
.recommend-goods > p {
	font-size:18px;
	line-height:34px;
	text-transform:capitalize;
	text-align:center;
}

/* hotel */
.recommend-goods.goods-hotel > h1 { color:#fff; }
.recommend-goods.goods-hotel > p { color:#c2ccff; }
.goods-hotel { width:960px; margin:0 auto; position:relative; }
.goods-hotel > ul { width:100%; }
.goods-hotel > ul > li {
	width:298px;
	height:363px;
	border:1px solid #ededed;
	box-shadow: 0 3px 5px #f5f5f5;
	display:inline-block;
}
.goods-hotel > ul > li:not(:nth-child(1)) { margin-left:20px; }
	.goods-hotel figcaption { display:inline-block; vertical-align:top; margin-bottom:60px; }
	.goods-hotel figure {
		width:298px;
		height:203px;
		border-bottom:1px solid #d7d7d7;
		background: no-repeat center;
		background-size:cover;
	}
	.goods-hotel figcaption {
		width:298px;
		text-align:center;
	}
	.goods-hotel figcaption a > h3 {
		color:#383838;
		font-size:22px;
		line-height:34px;
		font-weight:500;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden;
		font-family: 'NanumSquare', sans-serif;
		margin-top:24px;
	}
	.goods-hotel figcaption > p {
		color:#908f8f;
		font-size:14px;
		line-height:26px;
	}
	.goods-hotel figcaption > span {
		font-size:24px;
		color:#ce2d2d;
		margin-top:20px;
		display:block;
	}
/* car */
.recommend-goods.goods-car > h1 { color:#3c3c3c; }
.recommend-goods.goods-car > p { color:#868686; margin-bottom:30px; }

.goods-car { width:960px; margin:0 auto; margin-top:20px; position:relative; }
.goods-car ul > li { display:inline-block; }
	.goods-car ul > li figure,
	.goods-car ul > li figcaption { display:inline-block; vertical-align:top; }
	.goods-car ul > li figure {
		width:470px;
		height:352px;
		background: no-repeat center;
		background-size:cover;
	}
	.goods-car ul > li figcaption {
		width:470px;
		height:352px;
		background-color:#4b68b0;
		text-align:center;
		color:#fff;
		margin-left:15px;
	}

	/*.goods-car ul > li figure {
		width:347px;
		height:260px;
		background: no-repeat center;
		background-size:cover;
		margin-left:134px;
	}
	.goods-car ul > li figcaption {
		width:355px;
		height:260px;
		background-color:#4b68b0;
		margin-left:115px;
		text-align:center;
		color:#fff;
	}*/

	.goods-car ul > li figcaption > h3 {
			font-size:30px;
			line-height:44px;
			font-weight:600;
			text-overflow:ellipsis;
			white-space:nowrap;
			overflow:hidden;
			font-family: 'NanumSquare', sans-serif;
			margin-top:70px;
	}
	.goods-car ul > li figcaption > p {
			color:#b5c4e9;
			font-size:14px;
			line-height:30px;
			font-weight:400;
	}
	.goods-car ul > li figcaption span {
			font-size:18px;
			font-weight:400;
			line-height:35px;
			margin:20px 0 30px;
			display:block;
	}
	.goods-car ul > li figcaption a {
			display:inline-block;
			width:175px;
			height:38px;
			line-height:38px;
			color:#fff;
			border:1px solid #8ba2da;
			font-size:16px;
			text-align:center;
	}
	.goods-car .bx-wrapper .bx-pager,
	.goods-car .bx-wrapper .bx-controls-auto {
		top:-30px;
		right:5px;
		text-align:right;
		height:50px;
	}
	.goods-car .bx-pager-item {
		display:inline-block;
		width:12px;
		margin-left:7px;
	}
	.goods-car .bx-pager-item > a {
		background-color:#bcc6df;
		display:block;
		border-radius:100%;
		width:12px;
		height:12px;
		font-size:0;
	}
	.goods-car .bx-pager-item > a.active { background-color:#4b68b0; }


/* ==================================================
   ul.m-category
================================================== */
ul.m-category {
	width:100%;
	margin:30px 0;
}
ul.m-category > li {
	display:inline-block;
	width:470px;
	height:235px;
	background-image: url("/img/common/bg-img.png");
	color:#fff;
	letter-spacing:-1px;
}
ul.m-category > li.air { background-position:0 -267px; }
ul.m-category > li.golf { background-position:-470px -267px; float:right; }
ul.m-category > li .text-content {
	margin:45px 0 0 34px;
	display:inline-block;
}
ul.m-category > li p { font-size:14px; line-height:24px; }
ul.m-category > li h2 {
	font-size:32px;
	font-family: 'NanumSquare', sans-serif;
	font-weight:500;
	line-height:40px;
	letter-spacing:-2px;
}
ul.m-category > li a {
	display:block;
	border:1px solid #fff;
	width:100px;
	height:34px;
	line-height:34px;
	color:#fff;
	font-size:14px;
	margin-top:65px;
	text-align:center;
	letter-spacing:-1px;
	background-color:rgba(27,113,200,0.2);
}
ul.m-category > li a > i {
	float:right;
	padding-right:15px;
	line-height:34px;
}

/* ==================================================
   ul.sns-content
================================================== */
ul.sns-content {
	width:100%;
	height:298px;
	margin:30px 0 0;
	display:block;
	padding-bottom:30px;
}
ul.sns-content > li { height:298px; width:470px; display:inline-block; float:right; }
ul.sns-content > li.driver {
	background-image: url("/img/common/bg-img.png");
	background-position:0 -502px;
	text-align:center;
	float:left;
}
ul.sns-content > li aside {
	width:470px;
	height:139px;
	background-image: url("/img/common/bg-img.png");
	text-align:left;
}
ul.sns-content > li aside.kakao { background-position:0 -800px; }
ul.sns-content > li aside.naver { background-position:-470px -800px; margin-top:20px; }
ul.sns-content > li a { display:inline-block; width:100%; height:100%; }
ul.sns-content > li > a,
ul.sns-content > li > aside.naver > a { color:#fff; }
	ul.sns-content > li.driver p {
		font-size:18px;
		line-height:32px;
		margin-top:70px;
		text-transform:capitalize;
	}
	ul.sns-content > li.driver h2 {
		font-size:36px;
		line-height:44px;
		letter-spacing:-2px;
		font-family: 'NanumSquare', sans-serif;
		margin-bottom:50px;
	}
	ul.sns-content > li.driver h2 span {
		font-size:13px;
		letter-spacing:-1px;
	}
	ul.sns-content > li aside .text-content {
		padding-left:25px;
		display:table-cell;
		height:139px;
		vertical-align:middle;
		letter-spacing:-1px;
	}
	ul.sns-content > li aside h6 { font-size:18px; font-weight:100; }
	ul.sns-content > li aside span { font-size:24px; }
	ul.sns-content > li aside p {
		font-size:13px;
		color:#939393;
		margin-top:15px;
	}
	ul.sns-content > li aside span abbr {
		font-size:24px;
		color:#111111;
		font-family: 'NanumSquare', sans-serif;
	}
	ul.sns-content > li aside.kakao h6 { color:#5d5d5d; }
	ul.sns-content > li aside.kakao span { color:#5d5c5c; }



/* ==================================================
   ul.event-banner
================================================== */
ul.event-banner {
	margin:55px 0 60px;
}
ul.event-banner > li {
	width:30%;
	height:202px;
	text-align:center;
	color:#474747;
	letter-spacing:-1px;
	display:inline-block;
}
ul.event-banner > li a { display:block; }
ul.event-banner > li i { font-size:32px; color:#222222; }
ul.event-banner > li span {
	font-size:18px;
	line-height:34px;
	margin-top:28px;
	display:block;
}
ul.event-banner > li h6 {
	font-size:28px;
	line-height:44px;
	font-weight:200;
	font-family: 'NanumSquare', sans-serif;
	letter-spacing:-3px;
}

ul.event-banner > li p {
	color:#505050;
	line-height:22px;
	margin-top:20px;
}

/* ==================================================
   .cs
================================================== */
#wrap.cs {
	height:132px;
	background-color: #3e3e3e;
	position:relative;
}
#wrap.cs > .cs-info {
	position:absolute;
	top:0;
	left:0;
	background-color:#05b7a3;
	height:132px;
	width:30%;
}
#wrap.cs ul {
	width:100%;
}
#wrap.cs ul > li {
	font-size:20px;
	color:#fff;
	height:132px;
	display:inline-block;
}
#wrap.cs ul > li:nth-child(1) { width:20%; background-color:#05b7a3; }
#wrap.cs ul > li:nth-child(2) { width:30%; padding-left:100px; }
#wrap.cs ul > li >  h1 {
	font-size:24px;
	font-weight:400;
	padding-bottom:15px;
	padding-top:26px;
}
#wrap.cs ul > li >  em {
	font-size:12px;
	line-height:16px;
}
#wrap.cs ul > li >  p {
	font-family: 'NanumSquare', sans-serif;
	font-size:24px;
	padding-bottom:10px;
	padding-top:45px;
}
#wrap.cs ul > li > strong { font-family:"Archive", verdana, helvetica, sans-serif; font-size:24px; }
#wrap.cs ul > li > span { font-size:13px; }


/* ==================================================
   <section>
================================================== */
section div.itemSearch {
	width:960px;
	height:258px;
	position:absolute;
	top:-165px;
	left:50%;
	margin-left:-480px;
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


#main_contents .middle03_box{width:100%;height: 1732px;background: #f5f5f5;}
#main_contents .middle03_box .inner_box{margin:0 auto; padding-top:130px; width:960px;padding-bottom: 75px;}
#main_contents .middle03_box .top_box{padding: 0 0 45px 0;}
#main_contents .middle03_box .basic_ul_box > li{height: 300px;}
#main_contents .middle03_box .top_box .tit_txt{float:left;font-size: 27px;color: #2f2f2f;}
#main_contents .middle03_box .top_box .tit_txt small {font-size: 12px; color: #a1a0a0; font-weight: normal;}
#main_contents .middle03_box .top_box .btn_goto{float: right;display: block;width: 76px;height: 32px;color: #002441;font-size: 14px;font-weight: bold;line-height: 32px;text-align: center;border: 1px solid #002441;letter-spacing: -1px;}
#main_contents .middle03_box .list_box .side_tit_txt{font-size: 15px;font-weight: bold;color: #535353;letter-spacing: -1px;}
#main_contents .middle03_box .list_box .side_tit_txt > span{font-size:12px;}
#main_contents .middle03_box .list_box .side_sub_txt{position: absolute;right: 12px;bottom: 9px;font-size: 14px;font-weight: bold;letter-spacing: -1px;}
#main_contents .middle03_box .list_box .side_sub_txt .fa{color:#0068b7;}






/* ==================================================
   Form
================================================== */
input:focus,
select:focus,
button:focus { outline:none; }


/* layout */


#topHeader { background-color: #F5F5F5; height: 50px; border-bottom:1px solid #ccc;}
#topHeader .header_in { margin: 0 auto; width: 960px;height: 50px; position:relative; }
#topHeader .news { color: #111; float: left; margin-top: 12px; padding-right: 17px;}
#topHeader .news h3 { float: left; font-size: 14px; color: #111; letter-spacing: 0; font-weight: normal; margin: 0px 7px 0 0; background: url(../images/icon_news.png) no-repeat; width: 47px; height: 22px; padding: 3px 0 0 8px; }
#topHeader .news a { color: #111; font-size:14px; position: relative; top:1px; left:0; letter-spacing:-1px;word-wrap:break-word;}

.header_menu {position: absolute; right: -13px; margin-top:20px;}
.header_menu ul li:first-child { border-left: none;}
.header_menu ul li { float: left; padding: 0 12px; border-left: 1px solid #9399a1; font-size: 14px; height:10px  }
.header_menu ul li a { color: #111; display:block; margin-top:-4px; font-family:Malgun Gothic,sans-serif;}
.header_menu ul li a.id {letter-spacing:0;  background: url(../images/icon_down.png) no-repeat right 9px; padding-right:12px}
.header_menu .id_ly {background-color:#FFF; position:absolute; border:1px solid #50555e; z-index:100; padding:5px; top:20px; left:10px; width:65px}
.header_menu .id_ly a {display:block; font-size:13px; color:#444; line-height:22px }

#contents .contents_in .main_menu nav .menuall { position: absolute; right: 0; top: -32px; background: url(../images/navall.png) no-repeat 0 0; padding-left:27px; }
#contents .contents_in .main_menu nav .menuall:hover { background-position: 0 -32px }

#aside {float:left; width:175px; padding-top:10px;}
.aside-nav {margin-bottom:10px; border-bottom:2px solid #e1e1e1;}
.aside-nav ul {padding:10px 0 10px 8px; border:4px solid #90af10; border-top:0;}
.aside-nav ul li a {display:block; width:143px; height:32px; padding:0 0 0 10px; line-height:32px; overflow:hidden;}
.aside-nav ul li.current a {font-weight:bold; background:url(../img/common/bg_aside-nav-current.gif) no-repeat;}

#content {/*float:right;*/ width:960px; padding-top:0px;}
.breadcrumb1 { margin-bottom:10px; width:960px; height:33px; }
.breadcrumb1 ul { list-style:none; float:left; }
.breadcrumb1 li { float:left; padding-right:1px; }
.breadcrumb1 li .last { padding:0px; }

.quick-search {width:958px; margin-bottom:20px; border:2px solid #dedede; background:url(../img/common/bg_quick-search.gif) no-repeat; zoom:1;}
.quick-search:after {content:""; display:block; clear:both;}
.quick-search h2 {height:22px; padding:10px 0 0 0px;}
.quick-search * {vertical-align:middle;}
.quick-search form {float:left;}

.quick-search div.lodging1 {float:left; width:156px; height:189px; padding:10px 10px 0 10px;}
.quick-search div.lodging2 {float:right; background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center;}
.quick-search div.lodging2 {background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center;}
.quick-search div.lodging3 {float:left; padding:0px 0px 0 4px;}
.quick-search div.lodging3 {background:#fff;}

.quick-search div.freetour1 {float:left; width:141px; height:189px; padding:17px 20px 0 20px;}
.quick-search div.freetour2 {float:left; width:321px; height:189px; padding:17px 19px 0 20px; border-right:1px solid #d4d4d4; background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center;}
.quick-search div.freetour3 {float:right; width:224px; height:238px;}
.quick-search div.freetour2 table.option-select {margin-bottom:10px;}
.quick-search div.freetour2 table.option-select th,
.quick-search div.freetour2 table.option-select td {padding:5px 0; background:none;}
.quick-search div.pkg1 {float:left; width:142px; height:189px; padding:17px 5px 0 5px;}
.quick-search div.pkg2 {float:left; width:142px; height:189px; padding:17px 19px 0 19px; background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center;}
.quick-search div.pkg3 {float:left; width:143px; height:189px; padding:17px 19px 0 19px; background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center;}
.quick-search div.pkg4 {float:right; width:224px; height:238px; padding-right:24px; padding-bottom:5px;}
.quick-search div.pkg3 .btn {padding-top:60px;}
/* .quick-search div.pkg3 table.option-select {}
.quick-search div.pkg3 table.option-select th,
.quick-search div.pkg3 table.option-select td {padding:0px 0; border-bottom:1px solid #ddd; background:none;} */
.quick-search div.pkg5 {float:left; width:160px; height:189px; padding:17px 5px 0 5px;}
.quick-search div.lodging5 {float:right; background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center;}
.quick-search div.lodging5 {background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center; padding: 17px 10px 0 10px;}


.quick-search div.golf1 {float:left; width:142px; height:189px; padding:17px 19px 0 19px;}
.quick-search div.golf2 {float:left; width:142px; height:189px; padding:17px 19px 0 19px; background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center;}
.quick-search div.golf3 {float:left; width:143px; height:189px; padding:17px 19px 0 19px; border-right:1px solid #d4d4d4; background:url(../img/common/bg_quick-search-line.gif) no-repeat 0 center;}
.quick-search div.golf4 {float:right; width:224px; height:238px;}
.quick-search div.golf2 table.option-select {margin-bottom:10px;}
.quick-search div.golf2 table.option-select th,
.quick-search div.golf2 table.option-select td {padding:8px 0; border-bottom:1px solid #ddd; background:none;}
.quick-search div.golf3 table.option-select {margin-bottom:10px;}
.quick-search div.golf3 table.option-select th,
.quick-search div.golf3 table.option-select td {padding:8px 0; border-bottom:1px solid #ddd; background:none;}

.quick-search .air-calendar {float:left;}
.quick-search div.air1,
.quick-search div.air2,
.quick-search div.air3 {float:left; width:151px; height:183px; padding:17px 10px 0 10px; border-right:1px solid #ddd;}
.quick-search div.air4 {float:right; width:180px; height:217px; padding:17px 20px 0 20px; background:#f4f4f4;}
.quick-search div.air4 table.option-select {margin-bottom:10px;}
.quick-search div.air4 table.option-select th {width:30px;}
.quick-search div.air4 table.option-select td { width:120px; padding:0; border-bottom:1px solid #ddd; background:none;}
.quick-search div.car1,
.quick-search div.car2,
.quick-search div.car3 {float:left; width:150px; height:189px; padding:2px 15px 0 15px; border-right:1px solid #ddd;}
.quick-search div.car3 {width:149px;}
.quick-search div.car4 {float:right; width:224px; height:238px; background:#f4f4f4;}
.quick-search div.car3 table.option-select {margin-bottom:10px;}
.quick-search div.car3 table.option-select th,
.quick-search div.car3 table.option-select td {padding:4px 0; border-bottom:1px solid #ddd; background:none;}

.quick-search .bestzone {float:right; width:224px; height:238px;}
.quick-search .bestzone ol {padding:8px 14px 0 14px;}
.quick-search .bestzone li {width:100%; overflow:hidden; padding:6px 0; border-bottom:1px solid #ddd;}
.quick-search .bestzone .thumb {float:left; width:108px; margin-right:-108px;}
.quick-search .bestzone .thumb img {width:98px; height:72px;}
.quick-search .bestzone .content {display:block; margin-left:108px; line-height:16px;}
.quick-search .bestzone .subject {display:block; margin-bottom:3px; font-weight:bold;}
.quick-search .bestzone .text {font-size:11px;}
.quick-search .bestzone .no {display:inline-block; width:17px; height:17px; font-size:11px; text-align:center; line-height:17px; overflow:hidden; color:#fff; font-family:'arial'; background:#9b9b9b;}
.quick-search .bestzone * {vertical-align:middle;}

.quick-search input.iText {height:16px; line-height:16px; border:1px solid #abadb3;}
.quick-search div.calendar {font-size:11px;}
.quick-search div.calendar .ui-datepicker { width:100%; padding:0; display: none; border:0; }
.quick-search div.calendar .ui-datepicker .ui-datepicker-header { position:relative; padding:.1em 0;}
.quick-search div.calendar .ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.quick-search div.calendar .ui-datepicker th { padding: .2em; text-align: center; font-weight: normal; border: 0; }
.quick-search div.calendar .ui-datepicker td { border: 0; padding:0; }
.quick-search div.calendar .ui-datepicker td span, .ui-datepicker td a { display: block; padding: .1em; text-align: right; text-decoration: none; }
.quick-search ul.package-select-list li {padding:3px 0; line-height:130%;}
.quick-search table.option-select {width:100%;}
.quick-search table.option-select td {padding:0 4px; vertical-align:top; line-height:24px; float:left;}
.quick-search table.option-select th {padding-left:8px; background:url(../img/common/bu_dot-search.gif) no-repeat 0 10px; float:left; vertical-align:middle; line-height:24px;}
.quick-search .btn {text-align:center;}

.best-product-list {width:770px; height:180px; margin-bottom:20px; background:url(../img/common/bg_best-product.gif) no-repeat;}
.best-product-list ul {margin-left:0; padding-top:42px;}
.best-product-list li {float:left; width:160px; margin-left:27px; text-align:center;}
.best-product-list span.thumb,
.best-product-list span.subject,
.best-product-list span.content,
.best-product-list span.price {display:block; line-height:150%;}
.best-product-list span.thumb {margin-bottom:5px;}
.best-product-list span.thumb img {width:160px; height:120px;}
.best-product-list span.thumb img:hover {outline:2px solid #90af10;}
.best-product-list span.subject {font-weight:bold; color:#666;}
.best-product-list span.content {font-size:.9em; color:#5f5f5f;}
.best-product-list span.price {font-weight:bold; color:#000;}

.best-product-list4 {width:100%; clear:both; text-align:justify;}
.best-product-list4 ul:after {width:100%; display:inline-block; content:"."; visibility:hidden;}
.best-product-list4 li {display:inline-block; width:230px; height:350px; margin-bottom:10px; border:1px solid #ddd;}
.best-product-list4 li:hover {outline:4px solid #9d1c5a;}
.best-product-list4 li.ren1 {width:230px; height:360px; text-align:justify; margin-right:10px;}
.best-product-list4 li.ren1 span img {width:240px; height:200px; text-align:center; z-index:-2;}
.best-product-list4 li.ren1.last {margin-right:0;}
.best-product-list4 dl { padding:4px 0 0 4px; }
.best-product-list4 dt { display:inline; height:39px; }
.best-product-list4 dd { display:inline; font-size:14px;}
.best-product-list4 .price {font-weight:900; font-size:24px; margin:6px auto; color:#ff0000; text-align:right; padding-top:5px;}

.best-product-list5 {width:100%; clear:both;}
.best-product-list5 ul:after {width:100%; display:inline-block; content:"."; visibility:hidden;}
.best-product-list5 li {display:inline-block; width:230px; height:100%;min-height: 320px; margin-right:4px;margin-bottom:10px; border:1px solid #ddd;}
.best-product-list5 li:hover {outline:4px solid #9d1c5a;}
.best-product-list5 li.ren1 {width:230px; height:360px; text-align:justify; margin-right:10px;}
.best-product-list5 li.ren1 span img {width:240px; height:200px; text-align:center; z-index:-2;}
.best-product-list5 li.ren1.last {margin-right:0;}
.best-product-list5 dl { padding:4px 0 0 4px; }
.best-product-list5 dl.last_txt {margin:0 5px 0 0;text-align:right;}
.best-product-list5 dt { display:inline; height:39px; }
.best-product-list5 dd.tit_txt { font-size:13px; font-weight:bold;}
.best-product-list5 dd { display:inline-block; font-size:12px;vertical-align:top;width: 170px;letter-spacing: -1px;}
.best-product-list5 .price {font-weight:900; font-size:24px; margin:6px auto; color:#ff0000; text-align:right; padding-top:5px;}
.best-product-list5 .view-first a.info {margin-top:70px;}

.lodging-view-header {padding:0px; }
.lodging-view-header:after {content:""; display:block; clear:both;}
.lodging-view-header h1 {float:left; font-size:18px;}
.lodging-view-header h1 em {color:#da2121;}
.lodging-view-header .sort {float:right;}
.lodging-view-header .sort * {vertical-align:middle;}

.lodging-view-summary {margin-bottom:20px; padding:10px; border:1px solid #d4d4d4; zoom:1;}
.lodging-view-summary:after {content:""; display:block; clear:both;}
.lodging-view-summary .gallery {float:left; width:480px;}
.lodging-view-summary .gallery .big {height:345px;}
.lodging-view-summary .gallery .big img {width:476px; height:335px;}
.lodging-view-summary .gallery .thumb ul:after {width:100%; display:inline-block; content:"."; visibility:hidden; text-align:justify;}
.lodging-view-summary .gallery .thumb li {display:inline; width:480px; display:inline;}
.lodging-view-summary .gallery .thumb li img {width:90px; height:60px; border:1px solid #dedede;}
.lodging-view-summary .gallery .thumb li img:hover {border:1px solid #000}
.lodging-view-summary .gallery .btn a {float:left;}
.lodging-view-summary .content {float:right; width:450px;}
.lodging-view-summary .content table {width:100%; margin-bottom:0px; border-top:2px solid #000;}
.lodging-view-summary .content th {text-align:left; padding-left:4px;}
.lodging-view-summary .content th,
.lodging-view-summary .content td {padding:7px 0 7px 3px; line-height:18px; border-bottom:1px solid #d4d4d4;}
.lodging-view-summary .content th {width:25%; border-right:1px solid #d4d4d4; background:url(../img/common/bg_v-th.gif) repeat-x 0 center;}
.lodging-view-summary .content td .help {font-size:11px; color:#777;}
.lodging-view-summary .content td .help em {color:#000;}
.lodging-view-summary .content .price {float:left; width:210px; text-align:right;}
.lodging-view-summary .content .price .text1 {margin-bottom:5px;}
.lodging-view-summary .content .price .text1 strong {color:#29ba93; font-size:14px;}
.lodging-view-summary .content .price .text1 em {color:#ff0000; font-size:24px; font-weight:bold; font-family:"Arial",Serif;}
.lodging-view-summary .content .price .text2 {font-size:11px;}
.lodging-view-summary .content .btn-reserve {float:right;}
.lodging-view-summary .content .btn-reserve2 {text-align:center;}
.lodging-view-summary .content .notice {font-weight:600; color:#ff0000; }

.pacBus-view-summary {margin-bottom:20px; padding:10px; border:1px solid #d4d4d4; zoom:1;}
.pacBus-view-summary:after {content:""; display:block; clear:both;}
.pacBus-view-summary .gallery {float:left; width:480px;}
.pacBus-view-summary .gallery .big {height:345px;}
.pacBus-view-summary .gallery .big img {width:480px; height:335px;}
.pacBus-view-summary .gallery .thumb {float:left; height:76px; margin-left:-7px;}
.pacBus-view-summary .gallery .thumb li {float:left; margin-left:7px;}
.pacBus-view-summary .gallery .thumb li img {width:84px; height:60px;}
.pacBus-view-summary .gallery .btn a {float:left;}
.pacBus-view-summary .content {float:right; width:450px;}
.pacBus-view-summary .content table {width:100%; margin-bottom:15px; border-top:2px solid #000;}
.pacBus-view-summary .content th,
.pacBus-view-summary .content td {padding:7px 0 7px 3px; line-height:18px; border-bottom:1px solid #d4d4d4;}
.pacBus-view-summary .content th {width:100px; border-right:1px solid #d4d4d4; background:url(../img/common/bg_v-th.gif) repeat-x 0 center;}
.pacBus-view-summary .content td .help {font-size:11px; color:#777;}
.pacBus-view-summary .content td .help em {color:#000;}
.pacBus-view-summary .content .price {float:left; width:210px; text-align:right;}
.pacBus-view-summary .content .price .text1 {margin-bottom:5px;}
.pacBus-view-summary .content .price .text1 strong {color:#29ba93; font-size:14px;}
.pacBus-view-summary .content .price .text1 em {color:#ff0000; font-size:24px; font-weight:bold; font-family:"arial",Serif;}
.pacBus-view-summary .content .price .text2 {font-size:11px;}
.pacBus-view-summary .content .btn-reserve {float:right;}
.pacBus-view-summary .content .btn-reserve2 {text-align:center;}
.pacBus-view-summary .content .notice {font-weight:bold; color:#dd0a0a; }

.coupon-view-summary {margin-bottom:20px; padding:0px; border:1px solid #d4d4d4; zoom:1;}
.coupon-view-summary:after {content:""; display:block; clear:both;}
.coupon-view-summary .gallery {float:left; width:370px;}
.coupon-view-summary .gallery .big {height:200px;}
.coupon-view-summary .gallery .big img {width:370px; height:275px;}
.coupon-view-summary .gallery .thumb {float:left; height:76px; margin-left:-7px;}
.coupon-view-summary .gallery .thumb li {float:left; margin-left:7px;}
.coupon-view-summary .gallery .thumb li img {width:87px; height:66px;}
.coupon-view-summary .gallery .btn a {float:left;}
.coupon-view-summary .content {float:right; width:325px;}
.coupon-view-summary .content table {width:100%; margin-bottom:0px; border-top:2px solid #000;}
.coupon-view-summary .content th,
.coupon-view-summary .content td {padding:7px 0 7px 3px; line-height:18px; border-bottom:1px solid #d4d4d4;}
.coupon-view-summary .content th {width:22%; border-right:1px solid #d4d4d4; background:url(../img/common/bg_v-th.gif) repeat-x 0 center;}
.coupon-view-summary .content td .help {font-size:11px; color:#777;}
.coupon-view-summary .content td .help em {color:#000;}
.coupon-view-summary .content .price {float:left; width:210px; text-align:right;}
.coupon-view-summary .content .price .text1 {margin-bottom:5px;}
.coupon-view-summary .content .price .text1 strong {color:#29ba93; font-size:14px;}
.coupon-view-summary .content .price .text1 em {color:#ff0000; font-size:24px; font-weight:bold; font-family:"arial",Serif;}
.coupon-view-summary .content .price .text2 {font-size:11px;}
.coupon-view-summary .content .btn-reserve {float:right;}
.coupon-view-summary .content .notice {font-weight:bold; color:#dd0a0a; }

.lodging-view-room {margin-bottom:20px; padding:10px; border:1px solid #2c8bef; zoom:1;}
.lodging-view-room:after {content:""; display:block; clear:both;}
.lodging-view-room .header {margin-bottom:10px; line-height:18px;}
.lodging-view-room .header h2 {font-size:14px;}
.lodging-view-room .header .info-text {font-size:11px; color:#777;}
.lodging-view-room .gallery {float:left; width:480px;}
.lodging-view-room .gallery .big {height:345px;}
.lodging-view-room .gallery .big img {width:480px; height:335px;}
/* .lodging-view-room .gallery-slider-wrap {position:relative; padding:0 0 0 0px;}
.lodging-view-room .gallery-slider {position:relative; width:480px; height:55px; overflow:hidden;}
.lodging-view-room .gallery .prev,
.lodging-view-room .gallery .next {position:absolute; top:12px; width:18px; height:31px; overflow:hidden; text-indent:-9999em; background:url(../img/button/btn_gallery-controler.png) no-repeat;}
.lodging-view-room .gallery .prev {left:0; background-position:0 0;}
.lodging-view-room .gallery .next {right:0; background-position:-22px 0;} */
.lodging-view-room .gallery .thumb li {float:left; margin:0 2px 2px 0;}
.lodging-view-room .gallery .thumb li img {width:78px; height:55px;}
.lodging-view-room .content {float:right; width:450px;}
.lodging-view-room .content table {width:100%; margin-bottom:15px; border-top:2px solid #000;}
.lodging-view-room .content th,
.lodging-view-room .content td {padding:7px 0 7px 10px; line-height:18px; border-bottom:1px solid #d4d4d4;}
.lodging-view-room .content th {width:27%; border-right:1px solid #d4d4d4; background:url(../img/common/bg_v-th.gif) repeat-x 0 center; }
.lodging-view-room .content td .help {font-size:11px; color:#777;}
.lodging-view-room .content td .help em {color:#000;}
.lodging-view-room .content .price {float:right; text-align:right;}
.lodging-view-room .content .price .text1 {margin-bottom:5px;}
.lodging-view-room .content .price .text1 strong {color:#29ba93; font-size:14px;}
.lodging-view-room .content .price .text1 em {color:#29ba93; font-size:24px; font-weight:bold; font-family:'arial';}
.lodging-view-room .content .price .text2 {font-size:11px;}
.lodging-view-room .content .btn-reserve {float:right;}

.lodging-view-room tr.selected {cursor:pointer; background-color:#F8DAE0;  }

.air-search-result {height:34px; margin-bottom:10px; padding:17px 0 0 110px; line-height:18px; background:url(../img/common/bg_air-search-result.gif) no-repeat;}
.air-list-tip {margin-bottom:5px; text-align:right; font:normal bold 12px/24px; color:#000}
.air-list-tip img {vertical-align:middle;}
.air-list-header {margin-bottom:10px; zoom:1;}
.air-list-header:after {content:""; display:block; clear:both;}
.air-list-header * {vertical-align:middle;}
.air-list-header h2 {float:left; padding-top:6px; }
.air-list-header h3 { float:left; padding-top:6px; padding-left:150px; }
.air-list-header .sort {float:right; font-size:11px; width:100%; position:relative; top:0; left:5px;}

.air-list {width:100%; margin-bottom:10px;}
.air-list th {height:30px; border:1px solid #ccc; border-right:0px; }
.air-list td {padding:5px 0; text-align:center; line-height:16px; border:1px solid #b7b7b7; border-right:0;}
.air-list tbody tr {cursor:pointer; background-color:#fff; }
.air-list tbody tr.selected {cursor:pointer; background-color:#F8DAE0;  }
.air-list tbody tr:hover { background-color:#e7e7e7; }
.air-list tbody td:hover { background-color:#ffa9d3; }
.air-list th {background:#f9f9f9;}
.air-list .first {border-left:0;}
.air-list .left {text-align:left; padding-left:10px;}
.air-list .sale {color:#ff0000; font-weight:bold;}
.air-list-help {padding:0 0 0 10px; line-height:16px; font-size:11px; color:#666; background:url(../img/common/bu_list-help.gif) no-repeat 0 3px;}

.cartel-search-result {height:30px; padding:10px; background:url(../img/common/cartel-search-result.gif) no-repeat; margin-top:6px;}
.cartel-search-result h1 b {font-weight:bold; color:#ff0000;}

.tabAreaSelect {margin-bottom:10px; text-align:left;}
.tabAreaSelect li {display:inline;}

.lodging-list {width:770px; zoom:1;}
.lodging-list:after {content:""; display:block; clear:both;}
.lodging-list li {display:inline; float:left; width:170px; height:230px; margin:0 11px; line-height:16px;}
.lodging-list .thumb {display:block; margin-bottom:10px;}
.lodging-list .thumb img {width:168px; height:130px; outline:2px solid #e7e7e7;}
.lodging-list .thumb img:hover {outline:2px solid #90af10;}
.lodging-list .subject {display:block; line-height:200%;}
.lodging-list .area {display:block; margin-bottom:2px; font-size:11px; color:#666;}
.lodging-list .price {display:block; font-weight:bold; color:#d91304; line-height:200%;}
.lodging-list .text {display:block; font-weight:bold; color:#0a489b; font-size:11px;}

.lodging-view-summary1 {margin-bottom:20px; padding:24px; border:1px solid #d4d4d4; zoom:1;}
.lodging-view-summary1:after {content:""; display:block; clear:both;}
.lodging-view-summary1 .gallery {float:left; width:370px;}
.lodging-view-summary1 .gallery .big {height:280px;}
.lodging-view-summary1 .gallery .big img {width:370px; height:275px;}
.lodging-view-summary1 .gallery .thumb {float:left; height:76px; margin-left:-7px;}
.lodging-view-summary1 .gallery .thumb li {float:left; margin-left:7px;}
.lodging-view-summary1 .gallery .thumb li img {width:87px; height:66px;}
.lodging-view-summary1 .gallery .btn a {float:left;}
.lodging-view-summary1 .content {float:right; width:325px;}
.lodging-view-summary1 .content table {width:100%; margin-bottom:15px; border-top:2px solid #90af10;}
.lodging-view-summary1 .content th,
.lodging-view-summary1 .content td {padding:7px 0 7px 6px; border-bottom:1px solid #d4d4d4;}
.lodging-view-summary1 .content th {border-right:1px solid #d4d4d4; background:url(../img/common/bg_v-th.gif) repeat-x 0 center;}
.lodging-view-summary1 .content td .help {font-size:11px; color:#777;}
.lodging-view-summary1 .content td .help em {color:#000;}
.lodging-view-summary1 .content .price {float:left; width:210px; text-align:right;}
.lodging-view-summary1 .content .price .text1 {margin-bottom:5px;}
.lodging-view-summary1 .content .price .text1 strong {color:#da2121; font-size:14px;}
.lodging-view-summary1 .content .price .text1 em {color:#da2121; font-size:24px; font-weight:bold; font-family:'arial';}
.lodging-view-summary1 .content .price .text2 {font-size:11px;}
.lodging-view-summary1 .content .btn-reserve {float:right;}
.lodging-view-summary1 .content .notice {font-weight:bold; color:#dd0a0a;}

.package-view-detail {margin-bottom:20px; padding:10px; outline:1px solid #d4d4d4; zoom:1;}
.package-view-detail:after {content:""; display:block; clear:both;}
.package-view-detail h3 {margin-bottom:10px;}
.package-view-detail .header {margin-bottom:10px; line-height:18px; zoom:1;}
.package-view-detail .header:after {content:""; display:block; clear:both;}
.package-view-detail .header h2 {font-size:14px;}
.package-view-detail .header h3 {float:left;}
.package-view-detail .header .info-text {font-size:11px; color:#777;}
.package-view-detail .header .sort {float:right;}
.package-view-detail .header .sort * {vertical-align:middle;}
.package-view-detail .rentalcar-image {float:left; width:370px; border:1px solid #d4d4d4;}
.package-view-detail .rentalcar-image img {width:370px; height:275px;}
.package-view-detail .gallery {float:left; width:370px;}
.package-view-detail .gallery .big {height:280px;}
.package-view-detail .gallery .big img {width:370px; height:275px;}
.package-view-detail .gallery-slider-wrap {position:relative; }
.package-view-detail .gallery-slider {position:relative; width:480px; height:55px; overflow:hidden; }
.package-view-detail .gallery .prev,
.package-view-detail .gallery .next {position:absolute; top:12px; width:18px; height:31px; overflow:hidden; text-indent:-9999em; background:url(../img/button/btn_gallery-controler.png) no-repeat;}
.package-view-detail .gallery .prev {left:0; background-position:0 0;}
.package-view-detail .gallery .next {right:0; background-position:-22px 0;}
.package-view-detail .gallery .thumb {}
.package-view-detail .gallery .thumb li {float:left; width:73px; margin:0 4px;}
.package-view-detail .gallery .thumb li img {width:73px; height:55px;}
.package-view-detail .content {float:right; width:325px;}
.package-view-detail .content table {width:100%; margin-bottom:15px; border-top:2px solid #000;}
.package-view-detail .content th,
.package-view-detail .content td {padding:7px 0 7px 10px; line-height:18px; border-bottom:1px solid #d4d4d4; word-wrap:break-word;}
.package-view-detail .content th {width:27%; border-right:1px solid #d4d4d4; background:url(../img/common/bg_v-th.gif) repeat-x 0 center;}
.package-view-detail .content td .help {font-size:11px; color:#777;}
.package-view-detail .content td .help em {color:#000;}
.package-view-detail .content .price {float:left; width:210px; text-align:right;}
.package-view-detail .content .price .text1 {margin-bottom:5px;}
.package-view-detail .content .price .text1 strong {color:#29ba93; font-size:14px;}
.package-view-detail .content .price .text1 em {color:#29ba93; font-size:24px; font-weight:bold; font-family:'arial';}
.package-view-detail .content .price .text2 {font-size:11px;}
.package-view-detail .content .btn-reserve {float:right;}

.package-view-detail2 .content table {width:960px; border:6px solid #ff0000; position:fixed;bottom:0;background:#fff;z-index:100000;}
.package-view-detail2 .content th,
.package-view-detail2 .content td {padding:7px 0 7px 10px; line-height:18px; border-bottom:1px solid #d4d4d4;}
.package-view-detail2 .content th {width:27%; border-right:1px solid #d4d4d4; background:url(../img/common/bg_v-th.gif) repeat-x 0 center;}
.package-view-detail2 .content th dl { width:550px; margin:0; float:left;}
.package-view-detail2 .content th dt { display:inline; float:left;}
.package-view-detail2 .content th dd { display:inline; line-height:180%; padding-left:4px; float:left; }
.package-view-detail2 .content td .help {font-size:11px; color:#777;}
.package-view-detail2 .content td .help em {color:#000;}

.package_cau_area{width:760px;color:#292520;font-size:12px;padding:20px 0 16px 0px;background:url(../img/golf/package_cau_img.gif) no-repeat 620px bottom;margin:0 0px 20px 0px;border:5px solid #8cb815;}
.package_cau_numText{color:#222;font-size:12px;clear:both;padding:0 0 0 30px;margin:0 0 8px 10px;background:url(../img/golf/icons.png) no-repeat;display:block;}
.num_01{background-position:0 -170px;}
.num_02{background-position:0 -190px;}
.num_03{background-position:0 -210px;}
.num_04{background-position:0 -230px;}
.num_05{background-position:0 -250px;}
.package_cau_area strong{font-weight:bold;color:#ff2727}
.package_cau_area strong.text_normal{font-weight:normal !important;}

#nav_package {width:770px;height:49px;position:relative;margin:0 auto 20px auto}
#nav_package li {float:left;line-height:49px}
#nav_package li a {float:left; height:49px; overflow:hidden; background:url(../img/sub/package_tab01_bg.png) no-repeat;font-size:17px;color:#fff;text-align:center;font-family:"占쎌쥙?⒳펺?뗭삕占쎌럩?뺧옙醫롫윥占쏙옙占쎌옓而양땟怨살삕筌먯빖?삣뜝?덈쐠筌?럽?앾옙?딅뼟?좎럩鍮?옙?뗭삕占쎈맧??좎럩伊숋옙恝?숋옙怨쀬굲?좎럩堉싷옙類앸쐻占쎈뜄?좑옙?곗챾占쎌늼?ユ에?ъ몗占쎌쥙猷욑옙占쎌삕占쎈뿭?뺟툞??삕?앾옙?뗭삕?얜∥??옙?ワ옙占썹쳥?볦삕占쏙퐢?삣뜝?덈쐞占쎈뵃?숅넫濡ル샨?좎럡?ｆ뤃?먯삕?ル∥?わ옙?깅뼠占쎌닂彛싷옙紐꾨㎍占쎌쥙?⑼옙?몄삕筌먯옓?ょ춯癒?뼔占쎈떱?앾옙??뱣?좎뜫源븝옙癒뀁삕占쏙쭗?λ쐻占쎈슣履졾뜝?쇰씮?뺝뜝?꾪쀯옙?볥븸占쎈툝?꿨뜝?뚮닲占쎌빢?숋옙?곕쨯?좎럩伊숂뙴?묒삕占쎌럩?뺧옙醫롫윥?좎럥?띰옙?얠삕占쎄퀡爰듿＄?낆뵢占쎌빢?숋옙?곗퓠?좎럥留㏆옙?좎럩鍮?옙?뗭삕?좎럥鍮앭뜝?뚯쪠占썩뮫苡?몴?놁굲?좎럥占쏙옙?ｋ쐻占쎄쑴維듿뜝?숈삕占쎌늼?ユ에?ъ몝占쎌쥙?∽옙?됱삕占쎈Ŋ?뺝뜝?덈쐠?대먯삕熬곎딆굲?좎럩?귨옙?뗭삕?좎뜴?앾옙??뵃?숋쭚?껋굲?좎뜫源댐옙?뉗땡占쎈〕?숃껀占쎌궍?앾옙?됰뮛?좎럡?ο옙?얠삕占쏙옙理귨옙醫롫윪占쎈럭?븝옙??굲?좎룞?쇿퐲議얜쐻占쎈슣履졾뜝?⑸뙔占쎌눨?앾옙??삣뜝?덉뒧占싼껊쐻占쎈슢?у뜝?뚮듃?좎뜦維筌?씛?숅넫臾믪굲占썬꺂?ο쭪?λ쐻占쎈슢?녺춯?삵돲占쎌닂彛쀨쥈?룸렊占쎌쥙?ョ댆洹⑥삕?앾옙?뗭삕占쎈굞留띰옙醫롫윪占쎌슱?숋쭚?쏅븸?좎럥?®댆琉룸쐻占쎈슢?됧뜝?댢됬빊占쎌삕饔낅챸瑗ㅿ옙醫롫윪??옙?숋옙??굲?좎룞?쇿뜝?덉뵢占쎌빢?숋옙?꿸틡占쎌쥙?ユ틦?쀫쑏占쎌슜?삣뜝?덉뒩?닿엥?앾옙??첓?좎뜦維믭옙?삳닱筌먦끉援꿨뜝?ш틓占싸우삕?앾옙?뗭삕?믭옙援뀐옙醫롫윪占쎄랬?숋옙??굲?좎룞?숋옙?쇰쐻占쎈슣履졾뜝?몃벉?삣뜝?덉굡鸚룐벂?앾옙??뵃?숋쭚?껋굲?좎뜫源댐옙?낅쐻占쎈슣?ε뜝?뚮묄占쎌닂?숁⑥ル럵占쎌쥙?ο옙?곗삕占쎌뼚?뺝뜝?덈쐠?됰뙋?숅넫濡レ쑅?뺢껴維낉옙?뗭삕占쏙옙援뀐옙醫롫윥筌?）援?옙猷몄맶?좎럡?드뜝?뚳옙占쎌굲?좎럥梨뤄옙類앸쐻占쎈뜃?곻옙臾믪돥占쎈슁?숃퐛紐낅빣占쎌쥙?θ굢?쇱삕沃섓퐢?삣뜝?꾩뫓?쀎몄벃占쎄퀡?낉옙??펷占쎈먯삕?쒓낯援꿨뜝?덌폍揶쏉옙?숅넫臾믪굲占썬꺂?ο옙恝?숅넫濡レ몶嶺뚮슡?먲옙?됱삕占쎌눖?띶뜝?뚯쪠占싼띿삕占쎈굝?뗰옙醫롫윪鴉딆닂?숁걹占쎌늸占썩뫁占썬굥?딉옙醫롫윪鴉딆닂?숁걹壤쏅벨?숋옙源녾뎡占쎌쥙猷욑옙?껓옙??닰占쎌늼?ユ에?щぇ占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺝뜝?덉굣占쎈벨?숋옙?좎굲?좎럥肉?옙類앸쐻占쎈슣履좑옙?占쎈Ŋ?뺧옙?モ닪占싸듬쐻占쎈뜄嫄뽫춯??뜍占쎌룊?숋옙?겹럪?좎럩伊숋옙恝?숂?瑜곻옙?브퀣堉뷂옙?ｋ쐻占썩뫖爾놂옙醫롫쑟?곤옙?쇿뜝?덉맰占쎌쥙?⑼옙諭꾩삕沃섓퐢?삣뜝?꾩뫊占쎈벩?앾옙??첓?좎뜫源억옙?룸돥占싸쇨뎡?좎럩鍮?옙?뗭삕域뱄퐙猷꾢뜝?뚯쪠占썩뫔??뜝?뚯굲?좎럥肉?옙類앸쐻占쎈뜄?ｅ＄?낅꺏占쎌늼?ユ에?ъ몝渦깅맧遊울옙洹⑥삕占쎈뿭?뺝뜝?꾨궚占쎌눦?숅넫濡レ몘力놂옙?댐옙?뗭삕嚥▲꺃留띰옙醫롫윥占쎈냵?뽭뀎??삣뜝?덈쐡占썩꽒?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀣占쏙옙醫롫윪鴉딆닂?숂퐧?깃낀?숋옙關援뀐옙醫롫윥?됵옙?숋쭚?몄맶?좎럩?울옙類앸쐻占쎈뜇?ゅ뜝?뚮듉占썬깺?먲옙?ш뮈?좎럩伊숋옙?쎌삕影?우Ŀ耀붾겦維占쎌궍?앾옙?곕쐡占쎌룞?숅넫濡ル샨?좎럡?占쎌닂?숅넫濡ル샨?좎럥占쏙옙?띕쐻占쎈슣履졾뜝?몄슦?뺧옙醫롫윪占쎈틶?앾옙?덉굲?좎럩堉싷옙類앸쐻占쎌늿?뺧옙占쏀뜙占쎌늼?ユ에?ъ몝占쎌쥙??땟?됱삕占쎈뿭?뺝뜝?뚯쪠?대먯삕占쏙옙?밸븶?좎뜴?앾옙?덈젾?좎럩鍮?옙?껋쪎占쎈콈?쇿뜝?뚯쪠占쏙옙?잞옙?깆굲?좎럥肉?옙類㏃삕?ル∥?わ옙?占쎈Ŋ?뺧옙?モ닪占쎈끁?⒴뜝?덇땀?좎럩?귛퐲?룹삕獄쏅챶夷곤옙醫롫윪鴉딆닂?숋옙??떻?좎럥梨울옙?뗭삕占쎈끂?뗰옙醫롫쑆?됰콈?숋옙?좎굲?좎룞?숋㎗蹂⑹삕?ル∥堉℡뜝?꾪ｆ뤃?먯삕熬곎딆굲?좎럥?뗰옙?뗭춾占쎈챷留띰옙醫롫윪占쏙옙嶺뚮씭踰⑼옙?얠삕占쏙옙?싷옙醫롫윪??옙?숋옙??굲占쎌쥙?ι뜮??녇占썬꺃?㎩뜝?뚮뼋占쎌옊?わ옙?덈㎍占쎌쥙?ο㎖?곗삕??옙?얠삕筌뤾쑬?곩뜝?⑸뙔占쎌늼?ユ에?щ첑?좎럡?쀯옙??숋옙怨닿뎅占쎌쥙?⑼옙硫⑥퀪獄쎼룗?삣뜝?덉뒧占싼껊쐻占쎈슢?꿨뜝?뚮묄占쎌닂?쇿뜝?덈젇占쎈끍??옙?뺣뙀占쎈슣?뺝뜝?덈열占쎈틶?썲뜝?숈삕?좎뜫?わ옙醫롫윪鴉딆닂?숁걹占쎌닂?숋옙占쎄뎡占쎌쥙?⑼옙?숈삕占쏙퐢?삣뜝?덉뒧占쎈슗?앾옙?딅뼟?좎럩鍮?옙?뗭삕占쎄퀣異뜹뜝?뚯쪠占썩뮫苡?옙猿뗭굲?좎럩堉싷옙類앸쐻占쎈뜄?좂춯?살?占쎌늼?ユ에?ъ?占쎌쥙?⑴뙴?됱삕占쎈뿭?뺝뜝?뚯쪠?대먯삕?ル∥吏쀥뜝?뚮땬占쎌닂?숋옙?됯뎡?좎뜫爰귨옙恝?숋옙瑜곸굲占쎌쥙?⑼옙類앸쐻占쎈슢?у뜝?뚮땬占쎌눨?앾옙袁⑤젇?좎럩伊숋옙?논렭占쎈뿭?뺧옙??맪占쎈맩異삣뜝?숈삕?닿엥?앾옙??볟뜝?몄슦?뺝뜝?덈㎦野껁깷?앾옙?덇괜?좎떬猿딆맶?좎럥??옙??앾옙??뱟?좎럥占쏙옙?얠삕熬곣뫀?뉐뜝?뚯쪠占썩뮩?븝옙??굲?좎럥?삼옙洹쏅쐻占쎈뜉?롥뜝?덊떦?곤옙?믣뜝?뚭덱?좎럥理먧펺?숈삕占쎈뿭?뺝뜝?숈삕壤쏅??앾옙??룈櫻뗫봾?얗뜮?용쐻占쎈슣援꿱遺얘턁筌?쑚?앾옙?덉굲占썬꺂?ο옙?낅쐻占쎌늿?뺝뜝?뚮땬占쎌닂?숋옙諛멥럪?좎럩伊숋옙恝?숋옙誘⑸??좎럥?껓옙?ｋ쐻占쎈뜆?⑴춯?쎛깍옙?얠삕占쎈챷?깍옙醫롫윪占쎈챿?숋옙?깆굲占쎌뮀琉껓옙癒?굲占썬꺂?ο옙恝?숋옙??굲?좎럩?귛퐲?룹삕筌뤾쑬?띶뜝?뚯쪠占썩뫜?숋옙紐꾩굲嶺뚮Ĳ猷귨옙類앸쐻占쎌늿?뺝뜝?뚯쪠占싸쎌뵗占쎌쥙?θ린?⑥삕占쎈뿭?뺝뜝?숈삕占쎈톪?숅넫濡レ몞占쎈뙋?숋옙?낅눀占쎈?援뀐옙醫롫윥?댁룊?숂뙼蹂?굲占썬꺂?ο옙?낅쐻占쎈뜆?잌뜝?뚮듆筌ｋ뿥?앾옙??렊?좎럩伊숋옙?쇱삕筌믩끃?뺝뜝?덉벞占쎌궍?앾옙?됰뮝嶺뚯옕짹占쎌빢?숋쭗猿딆쓱?좎럩沅랃옙?얠삕占쏙옙諭?옙醫롫윥甕겸뫅?숋옙?낃퐵?β뼯爰껓옙?⑹뜏?좎럡?곩뜝?ш뎀占쎌닂?숋옙占쎄뎡占쎌쥙?⒳펺?곷쨨占쎈Ŋ?뺧옙?モ닪占싸듬쐻占쎈뜄爰뤷＄?낅꺼占쎌늸占썩뫁占싼덈렊占쎌쥙?ョ댆洹⑥삕?앾옙?뗭삕占쎈굞留띰옙醫롫쑆泳?쉥?싷옙??맶?좎럥??옙??앾옙??빃?좎럩?쇽옙??뿉占쎈뿫?뉐뜝?뚯쪠占썩뮩?븝옙??굲占쏙옙?숋옙?좎굲?좎럥?녷뤃?먯삕占쎌늿六ф납占쎈궡占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?덉굡塋딆꼻?숋옙怨쀬굲?좎떥?곗굲?좎뜫爰껓옙?껊쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙?숋쭚?몄맶?좎럡?듸옙遺븐땡占쎄퍔?뺝뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎈븶占쎌늿?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援뀐옙醫롫윪鴉딅낑?숋옙?뺤맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類앹돺?좎뜾紐닸⑥궡?뺝뜝?덊닏占쏙퐛?녽뀎洹μ굲?좎룞??옙?ｋ쐻占썩뫖爾놂옙?쒕꺋占쎌닂?숋옙蹂?뜥占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺧옙醫롫윥占썬깷?앾옙??첓?좎뜦維쒙옙?곷돥占싸쇨뎡占쎌쥙?∽옙源띿삕?믠뫀?삣뜝?덉뒧占쎈뎽?앾옙?덊깱?좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?몄삕域밟뫁?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕?용뿭?몌옙醫롫윥?좎룞?숋쭗袁⑷뎡?좎뜫爰귨옙恝彛わ옙貫?삣뜝?뚮듌占쎈틶?앾옙??빃?좎럩?밧뜝?숈삕?좎뜫?わ옙醫롫윪鴉딆닂?숁걹占쎌닂?숂뙴紐꽺욕＄源띿삕?좎럥援욑쭕?곗삕?ル∥?ε뜝?덈걢?좎럩堉싷옙源띿삕占쎌뼚?뺝뜝?숈삕獄?쥜?숅넫濡レ몞占쎈８?쏙옙?먯삕?룸?援뀐옙醫롫쑆泳?옙?좎럥逾껓옙?낅꽞嚥▲꺃?뗨쓩?곕늉占쎄랬?숋옙??굲?좎럡??뤃?먯삕?ル∥?ゅ뜝?뚯뒻占쎌닂彛싷옙紐꾨㎍占쎌쥙?⑼옙占썹춯?얜꺽占쎌빢?숋옙占쎈싷옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?ф쾮酉귥삕?ル∥?わ옙?고넪占쎌닂?숃퉪占쎄뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?숃눧癒곕꽛?좎럩?쇽옙??뿉占싼딅첐?좎럩伊숋옙?쇱삕?좎럩?뺝뜝?덈열占쎈벨?숅넫濡レ쑅?좎럩伊쒙옙?낅꽞嚥▲꺂?꾬옙醫롫윥?댁쉮?뗩뀎??삣뜝?덉뒩筌잛±?앾옙?몌옙?좎럥??옙?뗭삕?좎럡?∽옙醫롫윪鴉딆닂?숃룆占썩댙?숃쳸紐꾨㎍占쎌쥙?ο옙占쎌삕占쏙옙?삣뜝?덈쐡占썩꽒?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀣占쏙옙醫롫윪鴉딆닂?숁걹占쎌닂?숁⑥ш뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쎌쥜?숋옙占썲뜝?댢딉옙類㏃삕占썬깴?ゅ뜝?몃벉?삣뜝?⑸쳳占쎈떱?앾옙??빃?좎럩?귨옙?뗭삕?용∥?쒙옙醫롫뼢占쏙옙占쎌쉻?숁⑤슢?긷뜝?뚮땬占쎌닂?숅뿙?닿엥?앾옙??볟뜝?몄슦?뺧옙占쎌삕占쎌뼚?뺝뜝?덌폑占싼띯뵾占쏙옙??뜝?뚮츐占쎌닂?숂뙼?듭삕?좎럩伊숋옙?듭쒜占쎄퍔?뺝뜝?뚮폏占쎈틶?앾옙?덀렍?믩벡猷딉옙?낅꽞嚥▲꺃?억옙醫롫뼢占쎄퀣援뀐옙醫롫윪?됱떣?숋쭚?몄맶?좎럩?울옙類잛땡占쎈툖?긷뜝?뚮듉占썬깺?먲옙?紐앭뜝?뚯쪠占썩댙?숋옙占쎌닂?숋옙占쎄뎡占쎌쥙??땟??춹占쎄퀣?뺧옙?モ닪筌욎λ쐻占쎈슢?у뜝?뚮듅占쎈떧爾몌쭗猿딇돧?좎럩伊숋옙?쇱삕占쎌럩?뺝뜝?숈삕?됰맕?앾옙?곕늅筌ｋ㉡已드뜝??ょ춯?뀀＄椰꾟댙?숋쭗袁⑷뎡占쎌옓而양땟怨살삕筌먯빖?삣뜝?덈쐞占쎈떣?앾옙?딅뼟?좎럩鍮?옙?껋쪎占쎈뿫竊뽳옙醫롫윥?좎뜴?앾옙??뵃?숋쭚?껋굲?좎뜫源댐옙?낅쐻占싼덊꼤?좎럩鍮?옙?뗭삕?좎럡?ε뜝?뚯쪠占썩뫜?숁뉩?뉖㎦?좎럥竊숋옙類잛땡筌뚯뼚維듿뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡占쎌쥙?ζ뤃?묒삕筌먦룂?뺧옙?モ닪占썬굝?앾옙?딅뼟?좎럩鍮?옙?껋쪎占쏙퐤?ゅ뜝?뚯쪠占싸우삕占쏙옙?뺝뜝?뚮폏占쎈틶?앾옙?덉굲嶺뚣끆?э옙?낅꽞嚥▲꺃?뗰옙醫롫윞占쎈뵃?숋옙癒?굲?좎떥?깆쑵?좎럩伊숋옙恝?뽳옙諛ㅻ뗥뜝?⑸쳳占쎌궍?앾옙?됰뮝嶺뚯옕짹占쎌빢?숋쭗袁⑸뤁占쎌ш텢占쎌궏?⑼옙濡?궖占쎌쥙?ο옙?곗삕占쎌뼚?뺝뜝?덈쐠?됰뙋?숅넫濡レ쑅?좎럥?쏉옙?뗭삕占쎌쥙援뀐옙醫롫윥筌?쨪?숋옙占쎈돗?좎룞?숅억옙?앾옙??┯?좎럩?귨옙?뗭삕占쎄퍗留?뜝?몃?욑옙怨뚰뜙壤쏆?삕癰귘븠沅잞옙醫롫윞占썩뫅?숋쭚?몄맶?좎럡?ф쾮?쇰쐻占쎈슢?у뜝?뚮땬占쎌눨?앾옙袁⑤젇占쎌쥙?⒳펺?귣쇀占쎈쵐?뺝뜝?꾨궙鸚룐몾履쏉옙紐껓옙?좎럩沅랃옙?얠삕占쎄퀡?▼뜝?뚮짗占쎌늼?ユ에?レ깿占쎌쥙?∽옙節녿쨨占쎈Ŋ?뺧옙?モ닪筌욎λ쐻占쎈슢?у뜝?뚮땬占쎌늹占쏙옙占썬럪?좎럩伊숋옙?쇱삕筌믩끃異밧뜝?뚮닔占쎈틶?앾옙??땾?좎럥踰⑨옙?뗭삕占쏙옙?뷂옙醫롫쑌?댁빢?숋옙?좎굲?좎럥?ｏ옙類㏃삕?ル∥?ゅ뜝?숉맀占쎈먯췀占쎈?援뀐┼??뀕占쎈끝爾ο쭔猷몄맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類앸쐻占싼됯콪?좎럥?쏙옙?얠삕占쏙옙泥볩옙醫롫쑆獒뺚뫜?숅뇡?뱀굲?좎룞?숁뤃?먯삕?ル∥?ε뜝?덈㎜占쎌눨?앾옙?됰㎍占쎌쥙?ο옙袁ъ삕占쎈８?삣뜝?덈쐞?곗뇯?앾옙??떜?좎럩鍮?옙?뗭삕?좎럥?딉옙醫롫윪鴉딆닂?숋옙?곸쟼?좎럥竊숋옙類잛땡?믭옙?얍뜝?뚭텓占쎌빢?숋옙?됰쭊占쎌쥙?⒳펺?숈삕占쎈뿭?뺧옙醫롫쑕占쎌빢?숋옙占쎈탟占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?덉굡甕곕맮?숋옙節뗭맶?좎럥?꾬옙議얜쐻占쎄쑬彛묈뜝?뚮묄占쎌닂?쇿뜝?덊돧??옙?됬뙴?쏆삕影瑜곸굲?좎럡?쀯옙占쎌삕占쎌늿?뺧옙?κ땀占쎈벨?숋옙??떔?좎럥?곻옙?대쐻占쎈뜃?껓옙醫롫윪??옙?숋옙??굲占쎌쥙?ο옙?얠삕占쎈씭?삣뜝?덉뒩?대먯삕?ル∥?ゅ뜝?꾨옱占쎌닂?숋옙占쎄뎡占쎌쥙?⑼옙?쇻럹占썩뫖?삣뜝?덉뒩筌잛±?앾옙?몃솕?좎럩?귨옙?뗭삕占쎈맦?▼뜝?뚯쪠占싸멸덩?좎럩?뺟춯癒?퉾占쎌궍?앾옙?됰뮝嶺뚯옕伊쒙옙?뗭삕?좎뜴?앾옙??뵃?숋쭚?껋굲?좎뜫源댐옙?뉗땡占쎈〕?숃껀占쎌궍?앾옙?됰뮛?좎떬猿딆맶?좎럥??옙?띕쐻占싼됱젡?좎럥占쏙옙?얠삕占쏙옙?λ쐻占쎈슣履졾뜝?⑸?占쎈툦?숋옙占쎄뎡?좎럩鍮?옙?뗭삕占쏙옙援뀐옙醫롫윥占쎄만琉껇퐛?ㅼ맶?좎떬?딅빟癲ル슔?뉛옙?쎌삕占쎈뿭異얍뜝?꾪뜑?대먯삕?ル∥?뚨뭐癒?솇占쎌닂?숋옙?녿㎍占쎌쥙?ο옙?쏆삕占썬볦맶?좎럥??눧袁?쐻占쎈슢?у뜝?뚮닲占쎌빢?숋옙怨뚮Щ?좎럩伊숋옙?논렭占쎈뿭?뺝뜝?뚮닔占쎈틶?쒑쳸?숈퀧?좎럥?띰옙?얠삕占쎈뜆肉댐옙醫롫윥甕겸뫅?숋옙?낃퐵?β뼯爰껓옙?듭삕?ル∥?녶뜝?뚮땬占쎌닂?숋옙?껎맮占싸뀀섞?곌퍜?숋옙?λ쾬?좎럡?∽옙?㏓쐻占쎄쑬?긷뜝?뚮땬占쎌늸占썩뫀??옙?산텣?좎럥嫄좑옙猷몃꺏占쎌닂?숁⑥ш뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈틶?앾옙?몄꽣?좎럩鍮?옙?뗭삕?좎럩苡썲뜝?뚯쪠占쏙옙?잞옙?덉굲?좎럩?쒙옙?ｋ쐻占쎈뜆?⑼옙?占쎈Ŋ?뺧옙?モ닪占싸룹땡占쎌늾猷뤷뜝?뚮땬壤쏆떣?숋쭗袁ⓦ럪?좎럩伊숋옙恝?뽳쭔袁⑹굲占쎌쥙?⑼옙類잛땡?믭옙?얍뜝?뚭텓占쎌빢?숋옙怨뺤맇?좎럩?댐옙?얠삕占쎈뜆援뀐옙醫롫짗占쎌닂?숅넫濡レ쑋?좎럩??옙?뗭삕?좎럥?좑옙醫롫뼩占쎈굞苡븀솾?녹삕占쏙옙彛뺧옙?룰큿?좎럥梨뤄옙類앹쐺獄쏆옓爾쎾뜝?덊떢占쎌빢?숋옙?됰였占쎌쥙?θ린?⑥삕占쎈굝苑욃슖?꿸틕占쎈뿥?앾옙?뚯삕占쎌쥙?ν씙?좎럥踰⑨옙?뗭삕占쏙옙?뷂옙醫롫뼢占싼딅㎍占쎌쥙?∽옙?몄삕饔끸뫀?삣뜝?덉뒧占싼껓펲占쎈끏堉졾뜝?뚮땬占쎌닂?숋옙?깅군?좎럩伊숋옙?논렭占쎈뿭?뺝뜝?뚮윪占쎈틶?앾옙?덉굲?좎럡??낼?좎럥竊섓㎖琉꾩춹占쎄퀣?뺧옙?モ닪占싸듬쐻占쎌늿?뺝뜝?뚮땬占쎌눨?앾옙??쵂?좎럩?귨옙?용쐻占쎈뜃?껓옙醫롫윪鴉딆닂?숋옙占쎈뼆占쎈맩鍮섓옙類㏃삕沃섃뫜?숁⑤㈇?▼뜝?뚯쪠?룹쉩?뀐옙占쎌굲占쎌쥙?⒵뤃轅⑤쐻占싼덊땽?좎떥?곗굲?좎럥留ゅ칰?λ쐻占쎈뜄嫄?뜝?덇껌占쎌빢?숋옙?됰꺑占쎌쥙?⑼옙釉앹삕占싼딆쓸?좎럥遊억옙?됱삕?ル∥?ら큺?녿땬占쎌늹?㏆옙?녠퐩占쎌빢?숋옙占쎈렊?꿔꺂??틝占쎈０?э옙?뗭춾占쎄퍔援뀐옙醫롫쑌繹먮뙋?숋옙?낆맶?좎떬?딄샴占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺝뜝?덇턁占쎈틶?앾옙??첓?좎뜦維뷂옙占쎈쐻占쎈슣援뀐옙醫롫윥?됵옙?숋쭚?껋굲占썬꺂?ο옙?륁삕占썬굥?뺝뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숂뙴?묒삕占쎈뿭?뺝뜝?꾨궡占쎌닂?쇿뜝??썲땱?뀁┥甕곌랬?숋옙?좎굲?좎룞?숃キ占쎌삕?ル∥?ε뜝?덉뵛占쎌닂?숋옙醫롪뎡占싼덈굜?늴룸쇀占쎄퀣?뺧옙?モ닪占싸듬쐻占쎈뜄?쇔뜝?뚮땬占쎌닂?숋옙猿롫㎜?좎떥??욑옙怨뚰뜙占쎌닂?숁⑥ш뎡?좎뜫爰귨옙恝?숋옙猷멸텛占쎌쥙?ο㎘癒⑤쐻占쎈슢?у뜝?뚮땬占쎌눨?앾옙?뚯삕占쎌쥙?⒳펺?뗭삕?앾옙戮녹춸熬곣뫗?댐옙醫롫윞占쏙퐦?숋쭚?껋굲?좎뜫源댐옙?낅쐻占쎈챶踰됵옙?ｋ쐻占쎈뜄?욄ㅀ袁ъ삕占쎌늼?ユ에?ъ몝?좎럥留㏆옙?쎌삕占쎈뿭?뺧옙醫롫윪占쎄랬?숋옙??굲占쎌쥙?∽옙?쎌삕?ル∥?뚳옙怨뚮옱壤쏅벨?숋옙紐껓옙占쎌쥙猷욑옙?뗭삕筌먦룂?뺝뜝?ш뭅占썬굝?앾옙??곩뜝?뚮묄占쎌늺伊덌옙關沅ⓨ뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럥肉?옙類앸쐻占쎄쑵?붺춯?껋삕占쎌빢?숋쭗猿볦삕?좎룞?숋옙臾믪굲占썩뫀??옙?용쐻占쎈슢?у뜝?뚮땬占쎌닂?숃쳸硫λ윫占쎌쥙?⒳펺?뗭삕?앾옙?귨옙?쒓내?쇿뜝?ш틓筌ㅻ㉡?숋쭚?껋굲占쎈８梨울옙?용쐻占쎈뙝占썲뜝?뚮묄占쎌닂?쇿뜝?덊돧?좎럩伊숋옙?쇱삕域밟뫁?뺝뜝?뚯뒠占쎌궍?앾옙袁⑸쳥?좎럥逾껓옙?낅꽞嚥▲꺃?뗨쓩?곕늉占쎈콈?숋옙癒?굲占쎌뼔占썸뤃?먯삕?ル∥?욃뜝?숈삕占쎈돍?쇿뜝?뚯씀占쎌쥙?ο㎖?밸쐻占쎈?삣뜝?덉뒦占쎈퀫?앾옙??쵂?좎럩?귨옙?뗭삕?⑤벡由꾬옙轅붽틓占쏙퐦?숋쭚?노짂?좎럩伊숋옙?띕쑏?좎럩?뺝뜝?덈열占쎈벨?숅넫濡レ쑋?좎럡?듸옙?뗭삕占쎌쥙援뀐옙醫롫짗占쎌닂?숋옙?덉굲占썬꺂?ο옙?륁삕?좎럩?뺝뜝?뚮땬占쎌닂?쇿뜝?꾨렊?좎럩伊숋옙?먮쇊筌뤿슣?뺝뜝?덉챺占쎈벨?숋옙??떔?좎뜫援?옙釉앹삕占쎌슜鍮껓옙醫롫윪占쎈ŀ爾욆쳸?볦맶?좎럥??옙?됱삕?ル∥吏쀥뜝?뚮듃?좎뜦維筌?씛?섓쭚?껋굲占썬꺂?ο옙琯?앾옙?됰룦占쎌븪?곗굲?곌랬?숁뤃?먯삕?ル∥吏쀥뜝?숈삕占쎌닂?숂???㎍占쎌쥙?ο옙袁ъ삕鈺곗뼔?삣뜝?쇰맩?삼옙醫롫윪占쎌눦?숋옙占쎈퓠?좎떬?κ괸占쎌쥙?⒳펺?귣쇀占쎈쵐?뺝뜝?덈열占쎈틶?앾옙?덉굲?좎럥媛?뇡?밸쐻占쎌늿?뺝뜝?덊떢占쎌빢?숋옙?곗춶占쎌쥙?⒵쾮?껋삕占쎌뼚?뺝뜝?덈㎣獒뺤룊?숅넫濡ル섄占쎌슜遊울쭕?곗삕?ル∥?ε뜝?숈삕占쎌닂?숋옙?밸㎍占쎌쥙?ο옙?쎌삕筌믠뫖?삣뜝?⑸쳳?얜갊?앾옙??뱜?좎럥커占쎌빢?숃쥈?뗰옙?낅쐻占쎈슣履졾뜝?⑸?占쎈툦?숋옙占쎄뎡占쎌옓횠?얜뀛占썩벀?됵옙類앸쐻占쎈챷?딉옙?쇰쐻占쎈슣履졾뜝?몃쓹夷ⓨ뜝?덌옙占썽뜮??쐻占쎄쑵?묈뜝?뚮닲占쎌빢?숃쥈?뱄옙占쎌쥙?ο옙諛?퉲?좎럥?뷂옙?ㅻ샍?쀣꺈?숅넫濡レ쑋占쏙옙?숋옙?뗭삕占쏙옙援꿨뜝?뚯쪠占싸우?域뱀룆?삣뜝?덉뒩筌잛±?앾옙紐꾩돲?쀬궗?삥뉩?롮낫?좎럥?띰옙?얠삕占쎈뜆肉댐옙醫롫윥占쎈씛?숋옙?좎굲?좎룞?숋㎗蹂잙쐻占쎈뜉?숋옙醫롫윥??뜝?덈꺼占쎌닂?숋옙占쎈뼌癲ル슣?멨뜝?몄궡留띰옙醫롫윥占쏙옙?숋옙占쎌빢?숋옙占쎈퉫占쎌쥙?⑼옙洹⑥삕占쎄낱?먨뜝?뚮폇占쎈벩?앾옙??첓?좎뜫源억옙?룸돥占싸쇨뎡?좎럩鍮?옙?뗭삕占쏙옙援꿨뜝?뚮츇占쏙옙琉껓옙癒λ돗?좎룞?숋옙類앸쐻占쎌눖??옙類잛땡?믭옙利겼뜝?덊떢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙?좎럩鍮?옙?뗭삕?좎럥?ュ궘占쎈걠?룸뎽?앾옙?몄퀧嶺뚯옓?ο옙?얠삕占쎈슦猷륅옙醫롫윥?얘퍜?숋옙?낃퐵?β뼯爰껓옙?⑥벃占쎄퀡?됧뜝?꾨옱占쎌닂?숁⑥궡?뺝뜝?몃툖占쏙옙醫롫윥占쎈씛?숋옙?좎굲?좎럥留⒵뤃怨ㅼ삕?ル∥?ε뜝?덉퐟占쎌닂?숋옙占쎄뎡占쎌쥙?ζ뤃?꾪떐占쎈뿭?뺧옙?モ닪占싸듬쐻占쎌늿?뺝뜝?뚮땬占쎌닂?숅넫濡る렊?좎럩伊숂뙴?묒삕占쎈뿣?며솻洹섎쳴占쎈벨?숋옙??떔?좎럥?놅옙瑜낆춾占쎈곷궞占쎌쥙?⑼옙?쎌삕占쎌럩?뺟뛾占쎌삕占쎈?占쎈Ŋ?뺧옙?モ닪占싸룹땡占쏙옙爾밧뜝?뚮땬壤쏆떣?숋쭗袁ⓦ럪?좎럩伊숋옙恝?숂?瑜곻옙?좎럩?쒙옙?ｋ쐻占쎈뜄?∽옙醫롫쑌?곕뜉?숋옙??굲?좎럩伊숁뤃?먯삕?ル∥吏쀥뜝?뚮땬占쎈퀬?⑼옙關援꿨뜝?ш틓占싸우삕占쎈굝?삣뜝?꾩뫊占쎄막?앾옙??빃?좎럩?귨옙?뗭삕獄쏅ı?わ옙醫롫윪鴉딆늹?댐옙臾믪굲?좎럩?쒙옙?ｋ쐻占쎌눖留?옙?뗭삕筌뤾쑴援뀐옙醫롫윪?됱떣?숋쭚?몄맶?좎럩?울옙類잛땡影?リ뎃?좎럩?쇽옙??뿉占싼됱쾵?뀀봾?뀐옙?뗭삕?얜뜇留ょ춯癒?돶占쎈Ŀ?앾옙??뮡占쎈?占쎈Ŋ?뺧옙?モ닪占쎌쉩?앾옙袁⑥춵?좎럩鍮?옙?뗭삕?좎럡?묕옙?얠삕占쏙옙理귨옙醫롫윪占쎄랬?숋옙??굲占쎌쥙?ο옙?곗삕?ル∥?ら큺?녿땬占쎌늸嫄밧뜝?뚮땬占쎌늸占썩뫁占싼덈렊?좎럩伊숋옙?댁젂占쎈９?뺟춯癒?퉾占쎌궍?앾옙?덉맄濾곌쑴占쏙옙?뺧옙猷고э옙轅⑤쐻占쎈슢?됧뜝?ш뭔占쎈㉡?숋옙筌륁?삕?ル∥?ら큺?녿땬占쎌닂?숋옙?됰뼰?좎럩?쒙옙?듭춹?좎룞?숅넫濡レ몞?좎럥留?퐲類㏃삕?⑥ш뎡?좎뜫爰귨옙恝?숂맦占쎌빢?숋옙?곗췃傭?끉??틦?뺣쐻占쎌늿?뺝뜝?덉돱占쎈씢?앾옙??첓?좎뜦維쒙옙?뗭삕筌뤾쑴援뀐┼??꿰뙴洹⑥삕筌먦룂?뺝뜝?ш뭅占썬굝?앾옙???좎럩?귨옙?곹떐占쎈굟猷싧뜝?뚯쪠占썩뫜?숅뇡?뱀굲?좎럥?긺빊?띾쐻占쎈슢?곩뜝?⑸섰占쎌빢?숋옙占쎌쾽占쎌쥙??짆?륁삕占쎈굞?뺧옙猷몌옙?대먥뵾占쏙옙?껊쑏筌믩끃?뺝뜝?숉맊占쎌궍?앾옙?됰뮛?좎럥?쀯옙?얠삕占쎈봾堉잞옙醫롫윪??옙?숋옙??굲?좎럡?뉛옙?㏓쐻占쎈슣履졾뜝?⑸??∽옙?숂뙼??뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쎌쥉異?옙?쒓틣?좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?ㅼ쭍占쎄퀣?뺝뜝?덈열占쎈틶?앾옙?뉙꺙?좎럥踰앾옙?곻폏占쎈맮?숋옙?븍쇊癰귨옙?삼옙醫롫윥占쎄퉵?숋쭚?껋굲?좎뜫源댐옙?낅쐻占싼덈??좎럩?⑨옙?얠삕占쏙옙?▼뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럥肉?옙類㏃삕?ル∥?욃뜝?⑸섰占쎌빢?숋옙占쎌쾽?좎럥竊숋옙?쇱삕占쎈뿭?뺧옙?ㅿ폎而ㅿ옙占썽겫?섍틗力놂옙?숋옙醫롫윪亦낅엪?숋옙?좎굲?좎럥留㎬짆?얄뵾占쏙옙?롳쭪諛㏓쐻占쎈슢臾꾢뜝?뚮땬占쎌닂彛쀨쥈?ｍ뀎占쎄퓭爰귨옙占쎌?占쎄퀣?뺝뜝?덈열占쎈틶?앾옙?덉뿴?좎럥?배맱癒れ넂?좎럡愿묕옙醫롫쑆?됰콈?숋옙?좎굲?좎룞?숋㎗蹂⑹삕?ル∥?녶뜝?뚮땬占쎌닂?숋옙占쎄뎡占쎌쥙?ο옙?룸쨨占쎈Ŋ?뺧옙?モ닪占썬굝?앾옙??툙?좎럩?귨옙?귨옙占쏙옙?띶뜝?뚯쪠占싸우삕熬곎딆굲?좎럡?볩옙?ｋ쐻占쎈뜆??뼨??억옙?됱삕占쏙옙嫄졾뜝?덊떢占쎌빢?숃쥈?ｍ뀯?좎럥占썲ㅇ?륁삕占쎈굝苑욃슖?꿸틕占쎈뿰?숅넫濡レ쑋?좎룞?숋옙?뗭삕占쏙옙援꿨뜝?뚯쪠占싸우삕?ル쵐?뺧옙?モ닪?됤뮪?앾옙袁る룶?좎럥커占쎌빢?숋옙占쎌쾽占쎌쥙??짆?쇱삕?됱빘?뺝뜝?숈삕?대먯삕?ル∥?뚳옙猷뱄옙占쎌굲占쎌쥙猷욑옙?낅꽞嚥▲꺃?뗥뜝?덌폍占쎈엪?숋옙??뗀?좎럥梨뤄쭕?곗삕?ル∥?욃뜝?덈쿈占쎌늺?㏆옙?됰㎍占쎌쥙?⑼옙?몄삕筌먯빖?삣뜝?덉뒧筌λ굢?숋옙?뽮돐?좎럩?귨옙?뗭삕占쎈맩?뺝뜝?덈꺊占쎈벨?숋옙??떔?좎떥?ъ맶?좎럥?녽얠렱?앾옙??빃?좎럩?귨옙?낅꽞嚥▲굥?딉옙醫롫윪鴉딆늹?댐옙臾믪굲?좎럥肉ｏ옙硫곗녃域뱀꼶爾닷뜝?덈꺼占쎌닂?숋옙占쎈뼌?좎럥留띹땻誘?삕占쎌뼚?뺝뜝?꾪∽옙?삳쐻占쎈뜆逾℡뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎈븶占쎌늿?뺝뜝?덈열占쎈틹異?쭔?좊쳮占쎈?占쎈?逾얍뜝?숈삕占쎄퍓?뤹춯誘⑸걙占쎈틶?앾옙?됰쭒?좎럩沅랃옙?얠삕占쎈뜆留꾬옙醫롫윪占쎌궪?숋옙??굲?곌떽?듬짎?좎럩伊숋옙?띕쑏?좎럩?뺝뜝?덈열占쎈틶?앾옙?뉙꼤?좎럥?섓옙?얠삕占쏙옙泥볟뜝?덌폎占쎌궪?숋옙??굲?좎룞?숁뤃?먯삕?ル∥吏쀥뜝?뚮듆鴉딅뜉?숋옙?먯삕?좎럩伊숋옙?쇱삕占쎌늿?뺝뜝?숉맊占쎌궍?앾옙?됰뮛占쎌쥙?양빊占쎌삕占쎌뮆?앾옙醫롫윪??옙?숋옙??굲占쎌쥙?ο옙?λ쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙鍮딉옙?얠맶?좎럥?∽옙?용쐻占싼덈??좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?몄삕域밟뫁?뺝뜝?덈열占쎈벨?숅넫濡レ쑋?좎럥梨울옙?용쐻占쎈슣援꿨뜝?⑸쳛亦낉옙?숋옙?곸굲占썬꺂?ο옙?됲겫占쎈끏?у뜝?뚮땬占쎌닂?숋옙怨쀬죰?좎럩伊숋옙罐援℡뜝?뚯굲嶺뚮Ŋ?볩옙?놁삕沃섏쥓占썲뜝?뚭텓占쎌빢?숋옙?됰쭍占쎌쥙??땟?숈삕占쎈굝苑욃슖?꿸틓占썩뫅?숅넫濡レ쑅占쎌쥙猷욑옙?뗭삕占쎈벡留띰옙醫롫윥占쏙퐦彛ヨ??쒖맶?좎럥梨띈린?듭삕占쏙퐢?삣뜝?덉뒧占쎈슗?앾옙?덇볼?좎럩?쇽옙??뿉占싼딅첐占쎈굢?숁뤃?얠삕占쎈쪇?뺝뜝?덈열占쎈틶?앾옙??첓占쎈?占쎈Ŋ?뺧옙?モ닪占싸듬쐻占쎈뜄爰뤷＄?낅꺼占쎌늸占썩뫁占싼덈렊占쎌쥙?ョ댆洹⑥삕?앾옙?뗭삕占쎈굞留띰옙醫롫쑆泳?쉥?싷옙??맶?좎럥??옙??앾옙??빃?좎럩?쇽옙??뿉占쎈뿫?뉐뜝?뚯쪠占썩뮩?븝옙洹ｌ??좎럥理먲옙類앸쐻占쎈뜄?닷뜝?덈꺼占쎌닂?숋옙?곗맜占쎌쥙?⒵쾮?껋삕占쎌뼚?뺝뜝?덈㎣獒뺤빢?쇽옙占쎌굨筌욌갊?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀗?㏆옙醫롫윪鴉딆닂?숋옙?깆굲?잙컾維곻옙類앸쐻占쎈뜄?닷뜝?덈꺼占쎌닂?숋옙占쎌삕筌먦룂?뺝뜝?뚮닑占쎌궍?앾옙??땻?좎럡?쇘㎉寃쎈Ь筌뤾퍒?쎾뜝?뚯쪠占싸듭젂鈺곗뼲?꿨뜝?덇턁?곗뇯?앾옙??빃鶯ㅼ룆?わ옙?용쐻占쎌늿?뺝뜝?숈삕占쎈벨?숋옙??떔嶺뚯쉸占싸살맶?좎럥??옙?듭삕?ル∥?わ옙?깅뼠占쎌늺?㏆쭚?쇨뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?쇿뜝??쇿뜝?뚮듉占썬깺?먲옙?紐앭뜝?뚯쪠占썩댙?숋옙占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?곷쨨饔끸뫀?삣뜝?덉뒩筌잛±?앾옙?몃솕?좎럩?귨옙?뗭삕?⑥ャ럪?좎럩伊숋옙恝?숂?瑜곻옙?브퀣堉뷂옙?ｋ쐻占썩뫖爾놂옙醫롫쑕占쎌빢?숋옙?낅빃占쎌쥙?ユ뤃?쇱삕占쎄퍊沅섓옙醫롫쑞筌뚭퍐?쏉옙?쇰㎍占쎌쥙?ο옙?낆삕?좎럥沅뷂옙醫롫윪占쎈틶?앾옙??첓?좎뜦裕ヨ떋占쎌삕?용뿭援뀐옙醫롫윪?됱떣?숋쭚?몄맶?좎럥?놅옙?대쐻占쎈뜄爰쇔뜝?뚮듉占썬깺?먲옙?占썲뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럡?э옙?용쐻占쎌늿?뺝뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡占싼덊싷옙?얜렊傭?끆?듸옙?용쐻占쎈뜃?귞춯?얠뵛占쎌늼?ユ에?ъ몗占쎌쥙猷욑옙?뗭삕占쎄퍗留?좎뜫?됵쭕?곗삕?ル∥?ε뜝?숈삕占썬렗伊덂뜝?뚮㎍占쎌쥙?ο옙占쎌삕占쏙옙?얠삕占쏙옙鍮껓옙醫롫윪占썩뫅?숋옙?좎굲?좎럥?녷뤃?먯삕占쎌늿六ф납占쎈궡占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?덉굡塋딆꼻?숋옙怨쀬굲?좎떥?곗굲?좎뜫爰껓옙?껊쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙?숋쭚?몄맶?좎럡?듸옙遺븐땡占쎄퍔?뺝뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎈븶占쎌늿?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援뀐옙醫롫윪鴉딅낑?숋옙?뺤맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類앹돺?좎뜾紐닸⑥궡?뺝뜝?덊닏占쏙퐛?녽뀎洹μ굲?좎룞??옙?ｋ쐻占썩뫖爾놂옙?쒕꺋占쎌닂?숋옙蹂?뜥占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺧옙醫롫윥占썬깷?앾옙??첓?좎뜦維쒙옙?곷돥占싸쇨뎡占쎌쥙?∽옙源띿삕?믠뫀?삣뜝?덉뒧占쎈뎽?앾옙?덊깱?좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?몄삕域밟뫁?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕?용뿭?몌옙醫롫윥?좎룞?숋쭗袁⑷뎡?좎뜫爰귨옙恝彛わ옙貫?삣뜝?뚮듌占쎈틶?앾옙??빃?좎럩?밧뜝?숈삕?좎뜫?わ옙醫롫윪鴉딆닂?숁걹占쎌닂?숂뙴紐꽺욕＄源띿삕?좎럥援욑쭕?곗삕?ル∥?ε뜝?덈걢?좎럩堉싷옙源띿삕占쎌뼚?뺝뜝?숈삕獄?쥜?숅넫濡レ몞占쎈８?쏙옙?먯삕?룸?援뀐옙醫롫쑆泳?옙?좎럥逾껓옙?낅꽞嚥▲꺃?뗨쓩?곕늉占쎄랬?숋옙??굲?좎럡??뤃?먯삕?ル∥?ゅ뜝?뚯뒻占쎌닂彛싷옙紐꾨㎍占쎌쥙?⑼옙占썹춯?얜꺽占쎌빢?숋옙占쎈싷옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?ф쾮酉귥삕?ル∥?わ옙?고넪占쎌닂?숃퉪占쎄뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?숃눧癒곕꽛?좎럩?쇽옙??뿉占싼딅첐?좎럩伊숋옙?쇱삕?좎럩?뺝뜝?덈열占쎈벨?숅넫濡レ쑅?좎럩伊쒙옙?낅꽞嚥▲꺂?꾬옙醫롫윥?댁쉮?뗩뀎??삣뜝?덉뒩筌잛±?앾옙?몌옙?좎럥??옙?뗭삕?좎럡?∽옙醫롫윪鴉딆닂?숃룆占썩댙?숃쳸紐꾨㎍占쎌쥙?ο옙占쎌삕占쏙옙?삣뜝?덈쐡占썩꽒?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀣占쏙옙醫롫윪鴉딆닂?숁걹占쎌닂?숁⑥ш뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쎌쥜?숋옙占썲뜝?댢딉옙類㏃삕占썬깴?ゅ뜝?몃벉?삣뜝?⑸쳳占쎈떱?앾옙??빃?좎럩?귨옙?뗭삕?용∥?쒙옙醫롫뼢占쏙옙占쎌쉻?숁⑤슢?긷뜝?뚮땬占쎌닂?숅뿙?닿엥?앾옙??볟뜝?몄슦?뺧옙占쎌삕占쎌뼚?뺝뜝?덌폑占싼띯뵾占쏙옙??뜝?뚮츐占쎌닂?숂뙼?듭삕?좎럩伊숋옙?듭쒜占쎄퍔?뺝뜝?뚮폏占쎈틶?앾옙?덀렍?믩벡猷딉옙?낅꽞嚥▲꺃?억옙醫롫뼢占쎄퀣援뀐옙醫롫윪?됱떣?숋쭚?몄맶?좎럩?울옙類잛땡占쎈툖?긷뜝?뚮듉占썬깺?먲옙?紐앭뜝?뚯쪠占썩댙?숋옙占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?뗭삕占쎌눘?뺧옙?モ닪占쎌쉩?앾옙?녹삕?좎럩援뀐옙醫롫윥占쎄퍜?숋옙節뗭맶?좎럥?놅옙?댁땡占쎌럾源띿삕占쎌뼚?뺝뜝?덉굻占쎌닂?숅넫濡レ쑅?좎룞?숋옙?뗭삕占쏙옙援꿨뜝?뚯쪠占썩댙?숋옙?곗맶?좎럥?ｏ쭫議얜쐻占썩뫖爾밧뜝?뚮땬占쎌늺?ゅ뜝?꾨렊?꿔꺂??씙占쏙옙?곻옙?뗭삕影??㎍占쎌쥙?ο옙?낆삕占썩뫖?삣뜝?덈쐞?됵옙?앾옙??쵂?좎럩?귨옙?뗭삕占쎈굟猷숋옙醫롫윪鴉딆닂?숋옙?뺤몡占쎌쥙?⑼옙類앸쐻占쎈뜄?닷뜝?덊떢占쎌빢?숃쥈?륁삕占쎌뜫?밧쉽占썹몴怨멸뎡?좎뜫爰귨옙恝?숂맦占쎌빢?숋옙占쎈잌뜝?⑸뙔占쎌닂?숋옙洹ｌ뇢?좎룞?숋옙?쇰쐻占쎈슣履졾뜝?⑸?占쎈냵?숂뙴諭援뀐┼??딉옙類㏃삕占쎈Ŋ?▼뜝?숈삕占쎈ㅈ?⒴뜝?숈삕?좎럩鍮?옙?뗭삕占쎈슣?뺝뜝?덈굦占쎈틶?앾옙??룒?좎럥?띰옙?얠삕占쎈??묈뜝?꾪∽옙?쎌삕占쎈굝苑욃슖?꿸틕占쎈뿰?숅넫濡レ쐾?좎떬?우굲?좎럥肉?옙類앸쐻占쎌늿?뺧옙?占쎈Ŋ?뺧옙?モ닪占싸띕쨬占쎈맩?뺝뜝?뚮땬占쎌닂?숋쭚?삠럪?좎럩伊숋옙恝?숂?瑜곻옙?브퀣堉뷂옙?ｋ쐻占쎈슢?뚦뜝?덊떢占쎌빢?숋옙占쎄돈傭?끉猷뉓짆?곗삕占쎄퍊沅섓옙醫롫쑞筌뚭퍜?숂솒占쎄뎡?좎뜫爰귨옙恝?숂??얜퀬占썩뫀踰좑옙?뚮쐻占쎈슢?у＄?녿뼠占쎌늹?쇽옙?뗫젇占쎌쥙?⒳펺?뗭삕占쏙옙?먨뜝?댢딉옙類앸쐻占쎈뜃?곩뜝?뚭텓占쎌빢?숋옙?됰쭍占쎌쥙?⑼옙臾뺤삕占쎌뼚?뺝뜝?숈삕筌ㅺ랬?숅넫濡レ쑋?좎럡?э옙?뗭삕域민삳만占쎌쥙?ο㎖?삳쨨占쎌눖?삣뜝?덉뒧?얘쐼?앾옙??빃?좎럩?⑨옙?얠삕占쎈맩?⑼옙醫롫윪鴉딆닂?숋옙?곸쟼占쎈맮?쇿뜝?덈탟占쎌늼?ユ에?щ첋癲딅냲?숃짆?곗삕占쎈뿭?뺝뜝?덇턃甕곕낑?숅넫濡レ쑅占쎌쥙?댐옙?얠삕占쏙옙逾껓옙?뗭춾占쎄퍔援뀐옙醫롫쑌繹먮뙋?숋옙?낆맶?좎떬?덈쑆占쎌쥙?ο옙占쎌삕占쎈뿭?뺝뜝?⑸쳳占썬깷?앾옙??첓?좎뜦維쒙옙?껁궘熬곣뫗?닷뜝?뚯쪠占싸우삕占쏙퐢?삣뜝?덈쐠占썬룇?숋옙?뤿㎉?좎럩鍮?옙?뗭삕?좎럥?ュ뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럥肉?옙類㏃삕?ル∥?ε뜝?덈렰占쎌빢?숋옙占쎌쾽占쎌쥙??짆?쇱삕?됱빘?뺝뜝?숈삕?닿엥?앾옙??쵂?좎럩?귨옙?뗭삕?좎럡?▼뜝?뚯쪠占싸듬쐻占쎈챶夷ⓨ뜝?덌옙?얠뼃?앾옙?덉굲耀붾겦維占쎌궍?앾옙?덉맄占쎈똻萸울옙?얠삕占쎈맪源듸옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?드뜝?щ젘占쎌빢?숋옙占쎌쾽占쎌쥙?ユ틦?듭삕占쎈８?ε뜝?덈걤占쏙퐛?앾옙??첓?좎뜦維쒙옙?뗭춾占쎈챷留띰옙醫롫윥占쎄퍜?숁뉩?낆맶?좎뜦維뽩뜝?뀀쐻占쎈슢臾꾢뜝?뚮듆鴉딅뜉?숋옙占썬렄占쎌쥙?⒳펺?뗭삕占쎌눘?뺝윜諛잙쳛占쎈틶?앾옙?덉뿴?좎럥踰⑨옙?뗭삕占쏙옙?숋쭚?껋굲?좎럩?뽳옙?ｋ쐻占쎈뜆?⑴춯?쏆쪣占쎌늹?닺キ占쏙옙硫⑤쐻占쎈슢?у뜝?뚮땬占쎌눨?앾옙袁⑤젇?좎럩伊숋옙?댁젂?됵옙占쎌닂?쇽옙占쎈뎐?좎럩猷딉옙?뗭삕占쎈굛?듸옙棺堉?댆猿볦삕占쎈맩?뺧옙?モ닪占싸듬쐻占쎈뜄荑덂뜝?뚮땬占쎌닂?숋옙猿롫㎜占쎌쥙?⒴젆遺룸쐻占쎈챶夷③쪛?몃?占쎌궍?앾옙?곕쐡占쎌룞?숅넫濡ル샨?좎럡?ｆ뤃?먥뵾占쏙옙?껊쑏筌믩끃?뺝뜝?숉맊占쎌궍?앾옙?덉맆?좎뜫猷뉛옙?뗭삕占쎈ㅏ?됵옙醫롫윪??옙?숋옙??굲占쎌쥙?ο옙?λ쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윪占쎌뮋?숋옙節뗭맶?좎럡?당땟?용쐻占쎈뜄爰썲뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎌쭍占쎌눘?뺧옙?깅튂占쎈틶?앾옙?덉굲占쎈떯?ο옙?얠삕占쏙옙?ワ옙醫롫윥?좎럥흮?곗뼃?앾옙?됯덫嶺뚮씭?쏉옙?낅꽞嚥▲꺃?낉옙醫롫짗占쎌뮋彛붺뙼蹂?굲占쎈??숁뤃轅⑤쐻占싼덊땽?좎떥?곗굲?좎럥援앾옙?ｋ쐻占쎈슢?뚦뜝?덊떢占쎌빢?숋옙占쎈퉫占쎌쥙?⑼옙諭꾩춻占쎈챿?숋옙?노듋?좎뜦堉뱄옙?얠삕占쏙옙泥볩옙醫롫뼢占쎄퀣援꿨뜝?⑸쳛?좎뜫援ο옙?됱삕?ル∥?ら큺?녿땬占쎌닂?숋옙蹂ο옙占쎌옓媛뉐뜝?덈굦筌뤴뼹?앾옙?몌옙?좎럥留?옙?뗭춾占쎄퍔援뀐옙醫롫쑌繹먮뙋?숋옙?낆맶?좎떬?덈쑆占쎌쥙?ο옙占쎌삕占쎈뿭?뺝뜝?⑸쳳占썬깷?앾옙??첓?좎뜦維쒙옙?곷돥占싸쇨뎡占쎌쥙?⑼옙?숈삕占쏙퐢?삣뜝?덈쐠占쏙옙?앾옙?몄꽣?좎럩鍮?옙?뗭삕?좎럩苡썲뜝?뚯쪠占싸우삕?⑥る렊?μ떜媛?걫?좎룞?숋옙?뗭춾占쎌룆釉멨뜝?덌옙占쎌닂?숋옙占쎌맶?좎럥?わ옙?껉??좎럩沅랃옙?얠삕熬곣뫖爾?쫲?귥삕甕겸뫜?숋옙?좎굲?ш끽維곭빊?몄삕?ル∥?わ옙占쎌삕占쎌닂?숋옙占쎄뎡?좎럩伊숋옙恝?숋옙貫?삣뜝?덉뒩筌잛±?앾옙?몄낱?좎럩?귨옙?뗭삕占쏙옙?▼뜝?뚯쪠?룹쉻?숋옙猿됰뜦?좎뜫猷쀯옙?ｋ쐻占쎈슢?묕옙?녿섣占쎌?삕占썩뫗留띰옙醫롫윥占쏙퐦彛ヨ??쒖맶?좎뜦維뽩뜝?뀀쐻占쎈뜇?겼뜝?뚮듃占썩뫒占쏙옙?뱀굲占쎌쥙?⒳펺?뗭삕?앾옙蹂≪넂占쎄낯援뀐┼??딃뜮戮녹삕占쏙퐢?삣뜝?덈쐞占쎌쉩?앾옙?덈폖?좎럩鍮?옙?뗭삕占쎈돃?드뜝?뚯쪠占썩뫜?숋옙?뚯굲?좎룞?숃굢?㏓쐻占쎌눖遊억㎗癒뀁삕?ル∥?ら큺?녿땬占쎌늸嫄밧뜝?뚮땬占쎌늸占썩뫁占싼덈렊?좎럩伊숋옙?댁젂占쎈９?뺟춯癒?퉾占쎌궍?앾옙??뱦?좎럥?밭빊占쏙옙占썬꺁?껓옙醫롫윪占쎌눦?숋옙占쎈퓠?좎떬?깆쓸占쎌쥙?⒳펺?뗭삕占쎌럩?뺝뜝?덈열?곕챿?숋옙?멸덱?좎럥?띰옙?얠삕占쎈뜆留녶뜝?덌옙?좎럥흮占쎈벨?숋옙??떔?좎럩?⑼옙?얠삕占쎈뜆援뀐옙醫롫윪占쎄랬?숋옙洹λ꼥占쎌쥙?∽옙?쎌삕?ル∥?뚳옙怨뚮옱占쎌늸嫄밧뜝?뚮땬占쎌닂?숋옙?욍럪?좎럩伊숋옙占쎈븶筌믡꺂?뺟뛾?쇰짋占쎌궍?앾옙?됰뮛?좎떬猿볧렡?좎럥?뤷젆議얜쐻占쎈슢?у＄?놅옙?μ첁?좎룞?숋옙?λ쐻占쎈슣履졾뜝?⑸?占쎈툦?숋옙占쎄뎡?좎럩鍮?옙?뗭삕占쏙옙援뀐옙醫롫윪占쎌슱?숋쭚?몄맶?좎럥?∽옙??앾옙袁⑥춵?좎럩鍮?옙?뗭삕?좎럥?ュ뜝?뚯쪠占썩뫜?숋옙?뚯굲?좎룞?숋옙類㏃삕占썬끇荑뗨뿥?占쎈Ŋ?뺧옙?モ닪占썬굢?븝옙?용빃?좎럩?귨옙?뗭삕繹먮끍?▼뜝?뚯삌?뚯뼇?잍⑥궡?뺟춯癒?퉾占쎌궍?앾옙?덉맃?좎럡?댐옙?껊닱沃섅굥猷?옙醫롫윥占쎄내?숋옙猿롫?嶺뚮ㅏ援앶뜮節낅쐻占쎈슣履졾뜝?몃벊臾쇽옙醫롫윪占쎈틶?앾옙??룒?좎럥?띰옙?얠삕占쎈뜆援뀐┼?논맊占썬꺈?숋옙?좎굲?좎럥??뙴臾뺤삕?ル∥?や벧?밴뎀占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?곷쨨占쎈Ŋ?뺧옙?モ닪筌욎λ쐻占쎈슢?껆춯??뜙占쎌늹?믣뜝?꾨렊占쎌쥙?ョ댆洹⑥삕?앭퐲?륁삕縕ワ옙?ｋ쐻占쎈뜆?㎩뜝?쇨퍓?삣뜝?덉뒧占쎈굢?숅넫濡レ몷嶺뚮ㅏ?ε뜝?⑸?占쎈돍?숋옙?뚯굲占썬꺂?ο옙?녹삕?⑤슢?긷뜝?뚮듃椰꾨갊?앾옙??빃?좎럩?귨옙?껎맀筌롫챿?숋옙醫롫윪鴉딆닂?숁걹占쎌늹紐댐옙?곴뎡占쎌쥙?θ린?됱삕筌먦룂?뺝뜝?ш뭅占썬굝?앾옙???좎럩?귨옙?곹떐占쎈굟??옙醫롫쑆占쎌닂?숋옙??굲?좎럡?쒙옙?용쐻占쎌늿?뺝뜝?⑸섰占쎌빢?숋옙占쎌쾽占쎌쥙??짆?륁삕占쎈굞?뺧옙猷몌옙?대먥뵾占쏙옙?껊쑏筌믩끃?뺝뜝?숉맊占쎌궍?앾옙?됰뮛?좎럥?쀯옙?얠삕占쎈봾堉잞옙醫롫윪??옙?숋옙??굲占쎌쥙??얘막?앾옙??첓?좎뜦維쒙옙?뗭삕占쎈슣援뀐옙醫롫짗占쎌늺援?옙?볦맶?좎럩?뽭걡?듐럸?믠뫀?삣뜝?덉뒩筌잛±?앾옙紐꾩돴占쎈（異?옙占쎈쳮?좎럥?띰옙?얠삕占쎈돂而?옙醫롫윥占쎈씛?숋옙?좎굲?좎럥留ょ댆?껋삕?ル∥?ε뜝?덇컯??벩?앾옙??뼰占쎌쥙?⒳펺蹂〓뙕?좎럥?삣뜝?덈쐣占쎌닂?숅넫濡レ쑅占쏙옙?앾옙?덇볼?좎럩?귨옙?뗭삕?좎럥堉뚦뜝?뚯쪠占썩뫗?륅옙醫롫윪??옙?숋옙??굲占쎌쥙猷욑옙?용쐻占쎈슣履졾뜝?⑸쳹占쎌늼?∽옙諭援꿨뜝?뚯쪠占싸우삕占쏙퐢?삣뜝?덈쐠?닳넃?ｇ뙴癒?걻嶺뚯옕猷딉옙?뗭춻?용낌?뺝뜝?뚯쪠占썩뮫苡?옙猿뗭굲?좎럩堉싷옙類앸쐻占쎈뜄?ｇ뜏類ㅻ묄占쎌눦?쇿뜝?뚭델嶺뚯쉶媛딉옙?얠삕占쏙옙理귨옙醫롫윪占쎄랬?숋옙??굲?좎룞?숋옙?용쐻占쎈슣履졾뜝?⑸?占쎈툦?숋옙占쎄뎡占쎌쥙?ο옙?쇱삕域뱀룆?삣뜝?덈쐣占쎈‥?앾옙?덇볼?좎럩?귨옙?뗭삕筌먲옙異닷뜝?뚯쪠占싸우삕占쎄퀣?뺝뜝?뚮폏占쎈틶?앾옙?덉굲占쎈８占쏙옙?낅꽞嚥▲꺃?낉옙醫롫윥占쎌룊?숋옙??굲?좎럩伊숁뤃?먯삕?ル∥?ε뜝?덈걖筌뚭퍜?숂솒占쎄뎡?좎뜫爰귨옙恝?숋옙瑜곸굲占쎈８梨띰옙?뚮쐻占쎈슢?у뜝?뚮땬占쎌닂?숂뙼濡ャ렂占쎌쥙?ο옙占쏙옙?묒삕?⑤슦?쇿뜝?뚮땬占쎌늺猿?좎럩沅랃옙?얠삕占쎈뜆留녶뜝?덈솇占쎌룊?숋옙?좎굲?좎럥?꾬옙??숅넫濡レ쑋?좎룞??옙?뗭삕?용봾?쎽벧猿뗪섀?담끏?숋옙癒?뀋?좎뜫爰껓옙?⑸쐻占쎈?占쎈벨?숋옙??굲嶺뚮ㅎ?붿빱?좎럩伊숋옙館?숋옙醫롫윥甕겸뫅?숋옙??굲?좎룞?숋옙酉귥삕?ル∥?わ쭪諛㏓쐻占쎈슢臾꾢뜝?뚮땬占쎌눨?앾옙?덉굲占쎌쥙?⒳펺?뗭삕占쎌눘?뺧옙?깅튂占쎈벨?숅넫濡レ쑅?좎럩沅랃옙?얠삕占쎈맦?㎩땱?뀁┥筌륁뼲彛ワ옙?깆굲嶺뚮ㅎ?쒙옙?뗭삕?ル∥?や벧?낆뿪占쎌닂?숋옙醫롪뎡占쎌쥙?ο쭕?ъ쭍占쎌뻹逾얍뜝?숈삕占쎈〕彛よ쳸?볦맶?좎럥??눧袁?쐻占쎈슢?у뜝?뚮닲占쎌빢?숋옙占쎌죸占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺧옙醫롫윥占썬깷?앾옙??첓?좎뜦維쒙옙?낅눀?좎룞?숋옙遺얠맶?좎럩?울옙類㏃삕占썬깴?ゅ뜝?ш턀甕겹룇?숋옙?우뿭占쎌쥙?⑼옙洹⑥삕占쎈뿭?뺧옙?モ뺧옙?쇰쐻占쎈슣履졾뜝?몄슦異밧뜝?쇰봿異깍옙醫롫윥占쎈뜉?숂몴?놁굲占썬꺂?ο옙?껊쐻占쎄쑬援ュ뜝?뚮묄占쎌늺伊덌옙?レĲ?좎럩伊숋옙?쇱삕域밟뫁?뺝뜝?덈열占쎈벨?숋옙??옙類㏃삕占쎌눖?삣뜝?덉뒩筌잛쥜?숂뙴諭?멨뜝?뚮땬占쎌닂?쇿뜝?꾨렊?좎럩伊숋옙罐援℡뜝?뚯굲?좎룞?숋옙類앸쐻占싼됯콬?좎뜦裕ワ옙?대쐻占쎌늿?뺧옙醫롫윪??옙?숋옙猿뗭첁?좎럥肉ュㅇ占쎈쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙?숋쭚?껋굲占썬꺂?ο옙恝?숋옙占쏙옙占쎌쥙?ο옙?껋삕?좎럩?뺝뜝?덈쿋占쏙옙占쎌쥙?ο옙節륁삕筌먯빖?삣뜝?덈쐞占쎈떣?앾옙?딅뼟?좎럩鍮?옙?뗭삕占쎄퀡占썲뜝?뚯쪠占썩댙?숋옙癒?굲?좎럥援앲땻?껋뒙占쎄옇?뺝뜝?덈염占쎌늼?ユ에?ъ몗占쎈벚猿당땟?됱삕占쎈뿭?뺝뜝?숈삕?좎룞?숅넫濡レ몶占썩댙?숋옙?뗭삕筌믨퀡?띶뜝?뚯쪠占싸우삕占쎈굞?뺝뜝?덈샍塋딅Ŀ?앾옙?뉕탡?좎럥梨뤄옙類앸쐻占쎈슢?뤷뜝?덊떢占쎌빢?숋옙??굲占쎌쥙?οℓ蹂⑹삕占쎌럩?뺧옙醫롫윥占쎈㉡?숅넫濡レ쐾?좎럥踰앾옙?뗭삕占쏙옙援뀐옙醫롫윪鴉딆늸琉껓옙癒?굲占썬꺂?ο쭪?λ쐻占쎈슢?됧뜝?숈삕占쎌뇿?ゅ뜝?꾨렊占쎌쥙?ョ댆洹⑥삕?앾옙?뗭삕占쎈굞留띰옙醫롫윞占싼띿삕疫뀀８?삣뜝?덉뒧占싼껊쐻占쎈슢?끻뜝?뚮닰占쎌닂?쇿뜝?꾨렊占쎌쥙?∽옙占쎈뙀域밟뫁?뺧옙醫롫쑆?쀬궪?숃첋醫딆낫?좎럩萸울옙?얠삕熬곥굥??옙醫롫윥占쎈씛?숋옙?좎굲?좎룞?숂뙴誘?삕?ル∥?ε뜝?덉뵛占쎌닂?숋옙醫롪뎡占쎌쥙?ο옙?낆춹占쎈쓹?삣뜝?덈쐣占쎌닂?숅넫濡レ쑅占쏙옙?앾옙?덇볼?좎럩?귨옙?뗭삕?좎럥堉뚦뜝?뚯쪠占썩뫜?숋옙?깆굲?좎럩堉싷옙類앸쐻占쎈뜄?좑옙?占쎈Ŋ?뺧옙?モ닪占썬굢?븝옙?용빃?좎럩?귨옙?뗭삕繹먮끍?▼뜝?뚯삌?뚯뼇?잍⑥궡?뺟춯癒?퉾占쎌궍?앾옙?덉맃?좎럡?댐옙?껊닱沃섅굥猷?옙醫롫윥占쎄내?숋옙猿롫?嶺뚮ㅏ援앶뜮節낅쐻占쎈슣履졾뜝?몃㈇?⑼옙??걠占쎈틶?앾옙?뉙꼤占쎈쵐?⑼옙戮녹삕饔낅챸?울┼??챺?쀬궍?댐옙癒?굲?잙??⑤렊?좎럥占썼린醫꾧덩?ⓦ끉?뺝뜝?덈열占쎈틶?앾옙?덉굲占쎈?占쎈Ŋ?뺧옙?モ닪筌욎λ쐻占쎈슢?껆춯??뜙占쎌늹?믣뜝?꾨렊占쎌쥙?ョ댆洹⑥삕?앾옙?귣㏄?좎럩鍮?옙?뗭삕占쎈돆?든솾?レ뒧占썩댙?숋옙?덉굲?좎럡?⑨옙洹⑥삕?ル∥?욃뜝?⑸뙔占쎌늼?ユ에?щ첑?좎럡?쀯옙??숋옙怨닿뎅占쎌쥙?⑼옙洹⑥삕占쎄랜?嶺뚮∥梨몌옙?우삕?ル∥?ら큺?녿땬占쎌늹諭뀐옙?쎌삕占쎌닂?숁⑥ャ럪?좎럩伊숋옙恝?쇿뜝?뚯굲?좎룞?숋옙?좎굲?좎룞?숅뜮猿볦삕?ル∥?ゅ뜝?꾨옱占쎌닂?숁⑥궡?뺝뜝?щ걦占쎌눨?앾옙?덇봄?좎럩鍮?옙?뗭삕?좎럩苡썲뜝?뚯쪠占쏙옙吏놅옙?깆굲占쎈맩鍮섓옙類앸쐻占쎌늿?뺧옙?占쎈Ŋ?뺧옙?モ닪占썬굝?앾옙??꽫?좎럩?귛퐲?룹삕筌뤾쑬?띶뜝?뚯쪠占싸우삕占쎌룞?숋옙??굲?좎럩鍮?옙?뗭삕?좎럥占쎌떣?숅넫濡レ쑋占쏙옙?숋옙?뗭삕占쏙옙援뀐옙醫롫짗占쎌늸琉껇퐛?ㅼ맶?좎럥?ｏ쭫醫묒삕?룸??멨뜝?뚮땬占쎌닂?쇿뜝?꾨렊傭?끆?듸옙?용쐻占쎌늿?뺝뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡?좎럩伊숋옙?쇱삕筌먯빖?삣뜝?뚮듌占쎈틶?앾옙??뀚?좎럩鍮?옙?뗭삕占쎈맧彛롥뜝?뚯쪠占쏙옙?삭첋占쎌굲?좎럩堉싷옙類앸쐻占쎌늿?뺟춯?븍옱占쎌늼?ユ에?ъ몝占쎌쥙?∽옙??숋옙??굲?좎뜦維쀯쭕?곗삕?ル∥吏쀥뜝?뚮땬占쎌늹?닺쳸紐껎렧占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺧옙醫롫윪?≪뜴?앾옙??첓?좎룞?숋옙?욎삕占쎈뜆援뀐옙醫롫윞占쏙옙?숂맦占쎌빢?숋쭗袁⑤땫?좎뜦堉뱄옙?얠삕占쏙옙泥볩옙醫롫뼢筌롫챶??뜝?뚯쪠占썩뫜?숋쭚?쏅븸占쎈??숋쭩寃쇰쐻占쎈뜇?℡뜝?뚮묄占쎌닂?쇿뜝?덊ワ옙?얠삕占쎈돃??옙醫롫윪占쎈콈?숋옙癒?떻占쎌슜留㏆옙議얜쐻占쎈슣履졾뜝?⑸쳹占쎌닂?숋옙??뎡占쎌쥙猷욑옙?껉덩占썬룗?삣뜝?뚮닑筌띾퀫爾욑옙臾믪굲占썬꺂?ο옙?됲겫占쎈끏?у뜝?뚮땬占쎌닂?숋쭚?삠걖占쎌쥙?⒳펺?뗭삕占쎌눘?뺟춯癒?퉾占쎌궍?앾옙?덉맄?좎럥?ｏ옙?얠삕占쎈봾堉잞옙醫롫윪??옙?숋옙??굲?좎럥留?옙?쎌삕?ル∥?ε뜝?숈삕占쎌늸嫄밧뜝?뚮땬占쎌닂?숅넫濡る렊?좎럩伊숂뙴?묒삕占쎈뿣?며솻洹섎쳴占쎈벨?숋옙??떔?좎럥?곻옙?대쐻占쎌늿?뺡땡?쇰즵?좎떥?대㎍占쎌쥙?ο옙節녿쨨占쎈Ŋ?뺧옙?モ닪占쎌쉩?앾옙?덉굲嶺뚮슡?쒙옙?귥넂?좎럡?∽옙醫롫쑌?곌랬?숁걹占쎌닂?숂뙼?녿㎍占쎌쥙?ο옙占썬럹?믠뫀?삣뜝?덉뒧占싼껊쐻占쎈슢?у뜝?뚮땬占쎌늺爾몌쭖貫?ュ뜝?뚯쪠占썩뮩?븝옙??굲占쎌빢?숋옙猿뗭첁?좎룞?숋쭚?볥솑占썩뫁占썬꺆猷믤セ?ル늅而ㅵ뜝?뚮묄占쎌닂?숋옙?숇뻽?좎럩伊숋옙恝?숋옙蹂?굲?좎럩堉싷옙類앸쐻占쎌늿?뺟뛾占쏀맔占쎌늼?ユ에?щ첑嚥싲갭큔占쏙옙?숋옙洹λ꼥?좎럡??뤃?먯삕?ル∥吏쀥뜝?뚳옙?ㅻ떛?좎럥?놅쭕?곗삕?ル∥?ε뜝?숉맔壤쎼깿占쏙옙?뽯㎍占쎌쥙?э옙?뚯삕?좎럩伊숋옙恝?숋옙怨쀬굲?좎럥肉?옙類앸쐻占쎄쑬沅뽩뜝?⑸섰占쎌빢?숋옙占쎌쾽占쎌쥙??옙?뗭삕占쎈굝占쎈…?⑶뿙?닿엥?앾옙??첓?좎뜦維쒙옙?낅눀?좎룞?숋옙??굲?좎럡??뤃占쎈쐻占쎈슢?뤷뜝?꾪돲占쎌닂?숋옙醫롪뎡占쎌쥙?ι걡?띿젂占쎌쉸?뺧옙?モ닪占썬굩?쇿뜝?뚯굲?좎럩?귨옙?뗭삕?좎럡?∽옙醫롫윪鴉딆닂?숋옙?щ??좎럥占쏙옙占쎌궍?앾옙?됰뮝嶺뚯옕짹占쎌빢?숋쭗袁⑸뮡?좎럥?띰옙?얠삕占쎈뜆?댐옙醫롫윞占쏙퐦?숋쭚?껋굲?좎뜫源댐옙?낅쐻占싼덊꼤?좎럩鍮?옙?뗭삕?좎럥占썲뜝?뚯쪠占썩뫜?숁뉩?뉖㎦?좎럥竊숋옙類잛땡筌뚯뼚維듿뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡占싼덊뺧옙?귥삕?좎럩伊숋옙管爾ο옙蹂?굲?좎룞??옙?ｋ쐻占쎈뜄?욃뜝?⑸섰占쎌빢?숋옙?곤옙占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺝뜝?덈㏄占썩뼹?앾옙??첓?좎떬?우굲?좎럥?됧뜝?숈삕?ル∥?ε죰?녾선?깃낀?숋옙源녾뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쏙퐛竊꾬옙?곸굷?좎럩?쇽옙??뿉占싼딅첐?좎럩伊숋옙?쎌삕占쏙옙?뗭삕占쏙옙援뀐옙醫롫짗占쎌늸琉껓옙癒λ돗?좎룞?숋옙癒?굲?좎럩猷뉛옙類앸쐻占쎈뜆踰욃뜝?뚭텓占쎌빢?숋옙?곕츧癲ル슣?뺤㏏?좎럩鍮?옙?뗭삕?⑥ル럵占쎌쥙?ο옙諛곕㎟?믡굦?귨옙醫롫윞占쎌쉪?삼옙?ル뒇?좎럥?わ옙?뗭삕占쎈굛?듸옙棺堉?댆猿볦삕占썩뫁踰껃뜝?꾪∽옙?㏓쐻占쎄쑬?긷뜝?뚮땬占쎌늸?⒴뜝?뚯톭?좎럩伊숋옙?논렭占쎈뿭?뺧옙?얠삕占쎄랬?쇿뜝?덇턂筌띾씛?숅넫濡レ쑅嶺뚳옙竊곮떋占쎌삕占쎈슣?댐옙醫롫윞占쏙퐦?숋쭚?껋굲?좎뜫源댐옙?낅쐻占쎈챷??옙類㏃삕占썬깴?ょ춯?롳옙貫?삣뜝?덉뒧占쎄엥?앾옙??쵂?좎럩?귨옙?용쐻占쎈뜉?숋옙猷뱀굲占썬꺂?ο옙?륁삕?좎럩?뺝뜝?뚮땬占쎌닂?쇿뜝?꾨렊?좎럩伊숋옙恝彛뺧옙?븍㎦?곌램?볩옙?ｋ쐻占쎈뜆?⑴춯?쎛깍옙?얠삕占쎈챷?깍옙醫롫윪占쎄랬?숋옙??굲占쎌뮀琉껓옙癒?굲占썬꺂?ο옙?륁삕占쎄퉭堉졾뜝?뚮땬壤쏆떣?숋쭗袁ⓦ럪?좎럩伊숋옙?쇱삕占쎈챷?뺟춯癒?퉾占쎌궍?앾옙袁⑸쳯?좎럥留뺧옙?얠삕占쏙옙理귨옙醫롫윪占쎄랬?숋옙?⑹맶?좎럥?ｏ옙?숈삕?ル∥?ら큺?녿땬占쎌늸嫄밧뜝?뚮땬占쎌늸占썩뫁占싼덈렊?좎럩伊숋옙罐援℡뜝?뚯굲嶺뚮Ŋ鍮뽳옙?ｋ쐻占쎈뜆?⑴춯?쏆쪣占쎌닂?쇿뜝?뀀쐻占쎈뙝?됱삕筌먯빖?삣뜝?뚮듌占쎈틶?앾옙?뉕컯占쎈맧?싷옙?얠삕占쎈슦猷묈뜝?꾪▼첎?됱삕占쎌뼚?뺝뜝?숈삕?좎럥?됵옙?뗭삕?ル뵁?좑옙醫롫윪??옙?숋옙??굲?좎럥留?옙?쎌삕?ル∥?わ옙?깅뼠占쎌늺?㏆쭚?쇨뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?쇿뜝??쇿뜝?뚮듉占썬깺?먲옙?紐앭뜝?뚯쪠占썩댙?숋옙占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?곷쨨饔끸뫀?삣뜝?덉뒩筌잛±?앾옙?몃솕?좎럩?귨옙?뗭삕?⑥ャ럪?좎럩伊숋옙恝?숂?瑜곻옙?브퀣堉뷂옙?ｋ쐻占썩뫖爾놂옙醫롫쑕占쎌빢?숋옙?낅빃占쎌쥙?ユ뤃?쇱삕占쎄퍊沅섓옙醫롫쑞筌뚭퍐?쏉옙?쇰㎍占쎌쥙?ο옙?낆삕?좎럥沅뷂옙醫롫윪占쎈틶?앾옙??첓?좎뜦裕ヨ떋占쎌삕?용뿭援뀐옙醫롫윪?됱떣?숋쭚?몄맶?좎럥?놅옙?대쐻占쎈뜄爰쇔뜝?뚮듉占썬깺?먲옙?占썲뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럡?э옙?용쐻占쎌늿?뺝뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡占싼덊싷옙?얜렊傭?끆?듸옙?용쐻占쎈뜃?귞춯?얠뵛占쎌늼?ユ에?ъ몗占쎌쥙猷욑옙?뗭삕占쎄퍗留?좎뜫?됵쭕?곗삕?ル∥?ε뜝?숈삕占썬렗伊덂뜝?뚮㎍占쎌쥙?ο옙占쎌삕占쏙옙?얠삕占쏙옙鍮껓옙醫롫윪占썩뫅?숋옙?좎굲?좎럥?녷뤃?먯삕占쎌늿六ф납占쎈궡占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?덉굡塋딆꼻?숋옙怨쀬굲?좎떥?곗굲?좎뜫爰껓옙?껊쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙?숋쭚?몄맶?좎럡?듸옙遺븐땡占쎄퍔?뺝뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎈븶占쎌늿?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援뀐옙醫롫윪鴉딅낑?숋옙?뺤맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類앹돺?좎뜾紐닸⑥궡?뺝뜝?덊닏占쏙퐛?녽뀎洹μ굲?좎룞??옙?ｋ쐻占썩뫖爾놂옙?쒕꺋占쎌닂?숋옙蹂?뜥占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺧옙醫롫윥占썬깷?앾옙??첓?좎뜦維쒙옙?곷돥占싸쇨뎡占쎌쥙?∽옙源띿삕?믠뫀?삣뜝?덉뒧占쎈뎽?앾옙?덊깱?좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?몄삕域밟뫁?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕?용뿭?몌옙醫롫윥?좎룞?숋쭗袁⑷뎡?좎뜫爰귨옙恝彛わ옙貫?삣뜝?뚮듌占쎈틶?앾옙??빃?좎럩?밧뜝?숈삕?좎뜫?わ옙醫롫윪鴉딆닂?숁걹占쎌닂?숂뙴紐꽺욕＄源띿삕?좎럥援욑쭕?곗삕?ル∥?ε뜝?덈걢?좎럩堉싷옙源띿삕占쎌뼚?뺝뜝?숈삕獄?쥜?숅넫濡レ몞占쎈８?쏙옙?먯삕?룸?援뀐옙醫롫쑆泳?옙?좎럥逾껓옙?낅꽞嚥▲꺃?뗨쓩?곕늉占쎄랬?숋옙??굲?좎럡??뤃?먯삕?ル∥?ゅ뜝?뚯뒻占쎌닂彛싷옙紐꾨㎍占쎌쥙?⑼옙占썹춯?얜꺽占쎌빢?숋옙占쎈싷옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?ф쾮酉귥삕?ル∥?わ옙?고넪占쎌닂?숃퉪占쎄뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?숃눧癒곕꽛?좎럩?쇽옙??뿉占싼딅첐?좎럩伊숋옙?쇱삕?좎럩?뺝뜝?덈열占쎈벨?숅넫濡レ쑅?좎럩伊쒙옙?낅꽞嚥▲꺂?꾬옙醫롫윥?댁쉮?뗩뀎??삣뜝?덉뒩筌잛±?앾옙?몌옙?좎럥??옙?뗭삕?좎럡?∽옙醫롫윪鴉딆닂?숃룆占썩댙?숃쳸紐꾨㎍占쎌쥙?ο옙占쎌삕占쏙옙?삣뜝?덈쐡占썩꽒?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀣占쏙옙醫롫윪鴉딆닂?숁걹占쎌닂?숁⑥ш뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쎌쥜?숋옙占썲뜝?댢딉옙類㏃삕占썬깴?ゅ뜝?몃벉?삣뜝?⑸쳳占쎈떱?앾옙??빃?좎럩?귨옙?뗭삕?용∥?쒙옙醫롫뼢占쏙옙占쎌쉻?숁⑤슢?긷뜝?뚮땬占쎌닂?숅뿙?닿엥?앾옙??볟뜝?몄슦?뺧옙占쎌삕占쎌뼚?뺝뜝?덌폑占싼띯뵾占쏙옙??뜝?뚮츐占쎌닂?숂뙼?듭삕?좎럩伊숋옙?듭쒜占쎄퍔?뺝뜝?뚮폏占쎈틶?앾옙?덀렍?믩벡猷딉옙?낅꽞嚥▲꺃?억옙醫롫뼢占쎄퀣援뀐옙醫롫윪?됱떣?숋쭚?몄맶?좎럩?울옙類잛땡占쎈툖?긷뜝?뚮듉占썬깺?먲옙?紐앭뜝?뚯쪠占싸우삕?좎럩?뺧옙?깅튂占쎈틶?앾옙?덉굲占쎈떯?ο옙?얠삕占쎈??랃옙醫롫윪占쎌궪?숋옙猿뗭첁占쎌쥙?⑼쭕?곗삕?ル∥?ε뜝?숉맔壤쎼깿占쏙옙?뽯㎍占쎌쥙??땟戮⑸쐻占쎈?삣뜝?덈쐡占쎄꼈?앾옙??빃?좎럩?⑨옙?얠삕熬곣뫀?뉐뜝?뚯쪠占썩뮩?븝옙??굲?좎럩?섓옙類앸쐻占쎈뜄援?뜝?덊떦?곤옙?믣뜝??삼옙醫롫윪亦낅엪?숋옙?좎굲?좎럥留㎬짆?됱삕?ル∥?ε뜝?꾪돲占쎌닂?숋옙醫롪뎡占쎌쥙?ι걡?띿젂占쎌쉸?뺧옙?モ닪占썬굩?쇿뜝?뚯굲?좎럩?귨옙?뗭삕?좎럡?▼뜝?뚯쪠占썩댙?숋옙?щ읂壤깍옙?쒓낯援꿨뜝?ш틓占싸우삕??옙?얠삕占쏙옙?잌뜝?⑸뙔占쎌닂?숋옙洹ｌ뇢?좎룞?숋옙?쇰쐻占쎈슣履졾뜝?⑸?占쎈냵?숂뙴諭援뀐┼??딉옙類㏃삕占쎈Ŋ?▼뜝?숈삕占쎈ㅈ?⒴뜝?숈삕?좎럩鍮?옙?뗭삕占쎈슣?뺝뜝?덈굦占쎈틶?앾옙??룒?좎럥?띰옙?얠삕占쎈??묈뜝?꾪∽옙?쎌삕占쎈굝苑욃슖?꿸틕占쎈뿰?숅넫濡レ쐾?좎떬?우굲?좎럥肉?옙類앸쐻占쎌늿?뺧옙?占쎈Ŋ?뺧옙?モ닪占싸띕쨬占쎈맩?뺝뜝?뚮땬占쎌닂?숋쭚?삠럪?좎럩伊숋옙恝?숂?瑜곻옙?브퀣堉뷂옙?ｋ쐻占쎈슢?뚦뜝?덊떢占쎌빢?숋옙占쎄돈傭?끉猷뉓짆?곗삕占쎄퍊沅섓옙醫롫쑞筌뚭퍜?숂솒占쎄뎡?좎뜫爰귨옙恝?숂??얜퀬占썩뫀踰좑옙?뚮쐻占쎈슢?у＄?녿뼠占쎌늹?쇽옙?뗫젇占쎌쥙?⒳펺?뗭삕占쏙옙?먨뜝?댢딉옙類앸쐻占쎈뜃?곩뜝?뚭텓占쎌빢?숋옙?됰쭍占쎌쥙?⑼옙臾뺤삕占쎌뼚?뺝뜝?숈삕筌ㅺ랬?숅넫濡レ쑋?좎럡?э옙?뗭삕域민삳만占쎌쥙?ο㎖?삳쨨占쎌눖?삣뜝?덉뒧?얘쐼?앾옙??빃?좎럩?⑨옙?얠삕占쎈맩?⑼옙醫롫윪鴉딆닂?숋옙?곸쟼占쎈맮?쇿뜝?덈탟占쎌늼?ユ에?щ첋癲딅냲?숃짆?곗삕占쎈뿭?뺝뜝?덇턃甕곕낑?숅넫濡レ쑅占쎌쥙?댐옙?얠삕占쏙옙逾껓옙?뗭춾占쎄퍔援뀐옙醫롫쑌繹먮뙋?숋옙?낆맶?좎떬?덈쑆占쎌쥙?ο옙占쎌삕占쎈뿭?뺝뜝?⑸쳳占썬깷?앾옙??첓?좎뜦維쒙옙?껁궘熬곣뫗?닷뜝?뚯쪠占싸우삕占쏙퐢?삣뜝?덈쐠占썬룇?숋옙?뤿㎉?좎럩鍮?옙?뗭삕?좎럥?ュ뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럥肉?옙類㏃삕?ル∥?ε뜝?덈렰占쎌빢?숋옙占쎌쾽占쎌쥙??짆?쇱삕?됱빘?뺝뜝?숈삕?닿엥?앾옙??쵂?좎럩?귨옙?뗭삕?좎럡?▼뜝?뚯쪠占싸듬쐻占쎈챶夷ⓨ뜝?덌옙?얠뼃?앾옙?덉굲耀붾겦維占쎌궍?앾옙?덉맄占쎈똻萸울옙?얠삕占쎈맪源듸옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?드뜝?щ젘占쎌빢?숋옙占쎌쾽占쎌쥙?ユ틦?듭삕占쎈８?ε뜝?덈걤占쏙퐛?앾옙??첓?좎뜦維쒙옙?뗭춾占쎈챷留띰옙醫롫윥占쎄퍜?숁뉩?낆맶?좎뜦維뽩뜝?뀀쐻占쎈슢臾꾢뜝?뚮듆鴉딅뜉?숋옙占썬렄占쎌쥙?⒳펺?뗭삕占쎌눘?뺝윜諛잙쳛占쎈틶?앾옙?덉뿴?좎럥踰⑨옙?뗭삕占쏙옙?숋쭚?껋굲?좎럩?뽳옙?ｋ쐻占쎈뜆?⑴춯?쏆쪣占쎌늹?닺キ占쏙옙硫⑤쐻占쎈슢?у뜝?뚮땬占쎌눨?앾옙袁⑤젇?좎럩伊숋옙?댁젂?됵옙占쎌닂?쇽옙占쎈뎐?좎럩猷딉옙?뗭삕占쎈굛?듸옙棺堉?댆猿볦삕占쎈맩?뺧옙?モ닪占싸듬쐻占쎈뜄荑덂뜝?뚮땬占쎌닂?숋옙猿롫㎜占쎌쥙?⒴젆遺룸쐻占쎈챶夷③쪛?몃?占쎌궍?앾옙?곕쐡占쎌룞?숅넫濡ル샨?좎럡?ｆ뤃?먥뵾占쏙옙?껊쑏筌믩끃?뺝뜝?숉맊占쎌궍?앾옙?덉맆?좎뜫猷뉛옙?뗭삕占쎈ㅏ?됵옙醫롫윪??옙?숋옙??굲占쎌쥙?ο옙?λ쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윪占쎌뮋?숋옙節뗭맶?좎럡?당땟?용쐻占쎈뜄爰썲뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎌쭍占쎌눘?뺧옙?깅튂占쎈틶?앾옙?덉굲占쎈떯?ο옙?얠삕占쏙옙?ワ옙醫롫윥?좎럥흮?곗뼃?앾옙?됯덫嶺뚮씭?쏉옙?낅꽞嚥▲꺃?낉옙醫롫짗占쎌뮋彛붺뙼蹂?굲占쎈??숁뤃轅⑤쐻占싼덊땽?좎떥?곗굲?좎럥援앾옙?ｋ쐻占쎈슢?뚦뜝?덊떢占쎌빢?숋옙占쎈퉫占쎌쥙?⑼옙諭꾩춻占쎈챿?숋옙?노듋?좎뜦堉뱄옙?얠삕占쏙옙泥볩옙醫롫뼢占쎄퀣援꿨뜝?⑸쳛?좎뜫援ο옙?됱삕?ル∥?ら큺?녿땬占쎌닂?숋옙蹂ο옙占쎌옓媛뉐뜝?덈굦筌뤴뼹?앾옙?몌옙?좎럥留?옙?뗭춾占쎄퍔援뀐옙醫롫쑌繹먮뙋?숋옙?낆맶?좎떬?덈쑆占쎌쥙?ο옙占쎌삕占쎈뿭?뺝뜝?⑸쳳占썬깷?앾옙??첓?좎뜦維쒙옙?곷돥占싸쇨뎡占쎌쥙?⑼옙?숈삕占쏙퐢?삣뜝?덈쐠占쏙옙?앾옙?몄꽣?좎럩鍮?옙?뗭삕?좎럩苡썲뜝?뚯쪠占싸우삕?⑥る렊?μ떜媛?걫?좎룞?숋옙?뗭춾占쎌룆釉멨뜝?덌옙占쎌닂?숋옙占쎌맶?좎럥?わ옙?껉??좎럩沅랃옙?얠삕熬곣뫖爾?쫲?귥삕甕겸뫜?숋옙?좎굲?ш끽維곭빊?몄삕?ル∥?わ옙占쎌삕占쎌닂?숋옙占쎄뎡?좎럩伊숋옙恝?숋옙貫?삣뜝?덉뒩筌잛±?앾옙?몄낱?좎럩?귨옙?뗭삕占쏙옙?▼뜝?뚯쪠?룹쉻?숋옙猿됰뜦?좎뜫猷쀯옙?ｋ쐻占쎈슢?묕옙?녿섣占쎌?삕占썩뫗留띰옙醫롫윥占쏙퐦彛ヨ??쒖맶?좎뜦維뽩뜝?뀀쐻占쎈뜇?겼뜝?뚮듃占썩뫒占쏙옙?뱀굲占쎌쥙?⒳펺?뗭삕?앾옙蹂≪넂占쎄낯援뀐┼??딃뜮戮녹삕占쏙퐢?삣뜝?덈쐞占쎌쉩?앾옙?덈폖?좎럩鍮?옙?뗭삕占쎈돃?드뜝?뚯쪠占썩뫜?숋옙?뚯굲?좎룞?숃굢?㏓쐻占쎌눖遊억㎗癒뀁삕?ル∥?ら큺?녿땬占쎌늸嫄밧뜝?뚮땬占쎌늸占썩뫁占싼덈렊?좎럩伊숋옙?댁젂占쎈９?뺟춯癒?퉾占쎌궍?앾옙??뱦?좎럥?밭빊占쏙옙占썬꺁?껓옙醫롫윪占쎌눦?숋옙占쎈퓠?좎떬?깆쓸占쎌쥙?⒳펺?뗭삕占쎌럩?뺝뜝?덈열?곕챿?숋옙?멸덱?좎럥?띰옙?얠삕占쎈뜆留녶뜝?덌옙?좎럥흮占쎈벨?숋옙??떔?좎럩?⑼옙?얠삕占쎈뜆援뀐┼??뒦占쎌뮋?숋옙洹λ꼥占쎌쥙?∽옙?쎌삕?ル∥?뚳옙怨뚮옱占쎌늸嫄밧뜝?뚮땬占쎌닂?숋옙?욍럪?좎럩伊숋옙?쇱삕占쎈챷?뺟춯癒?퉾占쎌궍?앾옙?됰뮛?좎떬猿볧렡?좎럥?뤷젆議얜쐻占쎈슢?у＄?놅옙?μ첁?좎룞?숋옙?λ쐻占쎈슣履졾뜝?⑸?占쎈툦?숋옙占쎄뎡?좎럩鍮?옙?뗭삕占쏙옙援뀐옙醫롫윪占쎌슱?숋쭚?몄맶?좎럥?∽옙??앾옙袁⑥춵?좎럩鍮?옙?뗭삕?좎럥?ュ뜝?뚯쪠占썩뫜?숋옙?뚯굲?좎룞?숋옙類㏃삕占썬끇荑뗨뿥?占쎈Ŋ?뺧옙?モ닪占썬굢?븝옙?용빃?좎럩?귨옙?뗭삕繹먮끍?▼뜝?뚯삌?뚯뼇?잍⑥궡?뺟춯癒?퉾占쎌궍?앾옙?덉맃?좎럡?댐옙?껊닱沃섅굥猷?옙醫롫윥占쎄내?숋옙猿롫?嶺뚮ㅏ援앶뜮節낅쐻占쎈슣履졾뜝?몃벊臾쇽옙醫롫윪占쎈틶?앾옙??룒?좎럥?띰옙?얠삕占쎈뜆援뀐┼?논맊占썬꺈?숋옙?좎굲?좎럥??뙴臾뺤삕?ル∥?や벧?밴뎀占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?곷쨨占쎈Ŋ?뺧옙?モ닪筌욎λ쐻占쎈슢?껆춯??뜙占쎌늹?믣뜝?꾨렊占쎌쥙?ョ댆洹⑥삕?앭퐲?륁삕縕ワ옙?ｋ쐻占쎈뜆?㎩뜝?꾪뜌?곤옙?쇿뜝?덉맰占쎌쥙?⑼옙諭꾩삕沃섓퐢?삣뜝?꾩뫊占쎈뵃?숅넫濡ル샨?좎룞?쇿뜝?뚯돸占쎌닂?숋옙占쏙쭩?쒕쐻占쎈슢?у뜝?뚮땬占쎌닂?숃쳸硫λ윫占쎌쥙?⒳펺?뗭삕?앾옙?용쐻占쎈슣援꿱遺얘꺅泳?옙?좎럩沅랃옙?얠삕占쎈맧裕쎾뜝?뚮폁占쎌눦?숋옙?좎굲?좎룞?숅뜮猿볦삕?ル∥?ゅ뜝?꾨옱占쎌닂?숁⑥궡?뺝뜝?몄슦?뺝뜝?쇰맩占썲뜝?뚯쪠占썩뮩?븝옙??굲?좎럥?됵옙占쎈쐻占쎈뜄?닷뜝?덊떢占쎌빢?숋옙占쎈빢占쎌쥙?ο옙?곗삕占쎈쵐??뜝?뚮듌占썬룇?숅넫濡レ쑅?좎럥?쏉옙?뗭삕占쎌쥙援뀐옙醫롫윥占쎈끇援?옙癒?굲占썬꺂?ο옙琯?앾옙?됲맅?좎럩?귨옙?껊닱沃섅굤?∽옙醫롫윪鴉딆닂?숋옙?깆굲?ш퀚?녾뎡?좎뜫爰귨옙恝彛わ옙貫?삣뜝?뚮듌占쎈틶?앾옙??빃?좎럩?밧뜝?숈삕?좎뜫?わ옙醫롫윪鴉딆닂?숁걹占쎌눨?앾옙??뎡占쎌쥙猷욑옙?뗭삕占쏙퐢?삣뜝?덈쐞占썩뼹?앾옙?룻맗?좎럩鍮?옙?뗭삕?좎럩?욃뜝?뚯쪠占썩뫜?숅뀎怨좊젺?좎럥?ｏ옙類앸쐻占쎈챷?딉옙?쇰쐻占쎈슣履졾뜝?⑸?占쎈툦?숋옙占쎄뎡占쎌쥙?⑼옙?볦삕筌먯빘?븀뛾?놁삌?얠렱?앾옙?딅뼟?좎럩鍮?옙?뗭삕占쎌늽?댐옙醫롫윥筌ㅻ㉡?숋옙?깆굲嶺뚮??껓옙類≪첎占쎈굞援у뜝?뚯뒙占썩댙?숋옙怨쀢뵱占쎌쥙?⑼옙洹⑥삕占쎈뿭?뺝뜝?덇탿占쎈벝?숁：?됵옙?녺뙼蹂?굲?좎럡?ｏ옙類㏃삕占썬깴?ゅ뜝?뚯돥占쎌빢?숋옙怨쀫뎔?좎럥?띰옙?얠삕占쎈뜆肉댐옙醫롫윥占쎈씛?숋옙?좎굲?좎럥?녷뤃轅⑤쐻占쎈뜄堉у뜝?몄슦?뺝뜝?뚮폏占쎈틶?앾옙?됰뮡占쎈８?뉛옙?얠삕占쏙옙泥볩옙醫롫윪?룹쉩?꿴겫釉띿뇢?곌랬?숁뤃轅⑤쐻占쎈뜉?쇿뜝?뚮듃筌뚭퍐?쏉옙?쇰㎍占쎌쥙?э옙?낅튋?좎럩伊숋옙恝?숁⑥る렊?좎럩伊숋옙管爾ο옙?깆뮏占쎈맦?⑨옙類㏃삕占썬깴?ゅ뜝?몃?爰뚦뜝?덉굡占쎄꼈?앾옙??쵂?좎럩?귨옙?용쐻占쎈뜇?㏆옙醫롫윪鴉딆닂?숋옙?깆굲?잙컾維곻옙類앸쐻占쎈뜄?닷뜝?덈꺼占쎌닂?숋옙?곗굲占쎌쥙?θ린?쇱삕占쎌뼚?뺝뜝?숈삕筌ｋ낑?숅넫濡レ몘?믩틲維쒙옙?낅눀占쎈?援뀐옙醫롫짗占쎌늸琉껓옙癒?굲占썬꺂?ο옙?낅쐻占쎈슡?뜹뜝?뚮땬壤쏆떣?숋쭗袁ⓦ럪?좎럩伊숋옙恝?숋옙?숈삕占쎈벊?뺝뜝?뚮묄占쎌닂?쇿뜝?덌옙?룹삕?ル∥?わ옙占쎌삕占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?곷쨨饔끸뫀?삣뜝?덉뒩筌잛쥜?숂뙴諭?멨뜝?뚮땬占쎌닂?쇿뜝?꾨렊傭?끆?듸옙?용쐻占쎌늿?뺝뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙??옙?뗭삕占쎈뿭?뺟뛾?낆굡筌띾뜉?숅넫濡レ쑋?좎룞?숋옙?뗭삕占쎈슣援꿜벧猿뗪섬?딆슆苡?옙?뚯굲?좎룞?숋옙類㏃삕占썬깴?ゅ뜝?ш턁占쎌빢?숋옙占쎈뼒占쎌쥙?⑼옙洹⑥삕占쎌슜?삣뜝?덈쐡獄?럽?앾옙??첓?좎떬?우굲?좎럥媛?옙遺룸쐻占쎈슣履졾뜝?⑸?占쎈툦?숋옙占쎄뎡占쎌쥙?⑼옙?쇱삕筌먯빖?삣뜝?꾩뫊?댁뮋?숂뙴紐뚯삕?좎럩鍮?옙?뗭삕?좎럩苡썲뜝?뚯쪠占쏙옙?잓뀎洹μ굲占쎌쥙?ο옙?ｋ쐻占쎈뜆?⑼옙?占쎈Ŋ?뺧옙?モ닪占싸우삕占쎈벊?뺝뜝?뚮땬壤쏆떣?숂뙼?る렊占쎌쥙?ョ댆洹⑥삕筌먦룂?뺝뜝?뚯뒠占쎌궍?앾옙?곕㎜占쎌닂?숋쭗袁⑷뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈틹異???リ뎃?좎럩?쇽옙??뿉占싼됱쾵?뀀봾?뀐옙?뗭삕?얜뜇留ょ춯癒?돶占쎈Ŀ?앾옙??뮡占쎈?占쎈Ŋ?뺧옙?モ닪占쎌쉩?앾옙袁⑥춵?좎럩鍮?옙?뗭삕?좎럡?묕옙?얠삕占쏙옙理귨옙醫롫윪占쎄랬?숋옙??굲占쎌쥙?ο옙?곗삕?ル∥?ら큺?녿땬占쎌늸嫄밧뜝?뚮땬占쎌늸占썩뫁占싼덈렊?좎럩伊숋옙?댁젂占쎈９?뺟춯癒?퉾占쎌궍?앾옙?덉맄濾곌쑴占쏙옙?뺧옙猷고э옙轅⑤쐻占쎈슢?됧뜝?ш뭔占쎈㉡?숋옙筌륁?삕?ル∥?ら큺?녿땬占쎌닂?숋옙?됰뼰?좎럩?쒙옙?듭춹?좎룞?숅넫濡レ몞?좎럥留?퐲類㏃삕?⑥ш뎡?좎뜫爰귨옙恝?숂맦占쎌빢?숋옙?곗췃傭?끉??틦?뺣쐻占쎌늿?뺝뜝?덉돱占쎈씢?앾옙??첓?좎뜦維쒙옙?뗭삕筌뤾쑴援뀐┼??꿰뙴洹⑥삕筌먦룂?뺝뜝?ш뭅占썬굝?앾옙???좎럩?귨옙?곹떐占쎈굟猷싧뜝?뚯쪠占썩뫜?숅뇡?뱀굲?좎럥?긺빊?띾쐻占쎈슢?곩뜝?⑸섰占쎌빢?숋옙占쎌쾽占쎌쥙??짆?륁삕占쎈굞?뺧옙猷몌옙?대먥뵾占쏙옙?껊쑏筌믩끃?뺝뜝?숉맊占쎌궍?앾옙?됰뮛?좎럥?쀯옙?얠삕占쎈봾堉잞옙醫롫윪??옙?숋옙??굲?좎럡?뉛옙?㏓쐻占쎈슣履졾뜝?⑸??∽옙?숂뙼??뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쎌쥉異?옙?쒓틣?좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?ㅼ쭍占쎄퀣?뺝뜝?덈열占쎈틶?앾옙?뉙꺙?좎럥踰앾옙?곻폏占쎈맮?숋옙?븍쇊癰귨옙?삼옙醫롫윥占쎄퉵?숋쭚?껋굲?좎뜫源댐옙?낅쐻占싼덈??좎럩?⑨옙?얠삕占쏙옙?▼뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럥肉?옙類㏃삕?ル∥?욃뜝?⑸섰占쎌빢?숋옙占쎌쾽?좎럥竊숋옙?쇱삕占쎈뿭?뺧옙?ㅿ폎而ㅿ옙占썽겫?섍틗力놂옙?숋옙醫롫윪亦낅엪?숋옙?좎굲?좎럥留㎬짆?얄뵾占쏙옙?롳쭪諛㏓쐻占쎈슢臾꾢뜝?뚮땬占쎌닂彛쀨쥈?ｍ뀎占쎄퓭爰귨옙占쎌?占쎄퀣?뺝뜝?덈열占쎈틶?앾옙?덉뿴?좎럥?배맱癒れ넂?좎럡愿묕옙醫롫쑆?됰콈?숋옙?좎굲?좎룞?숋㎗蹂⑹삕?ル∥?녶뜝?뚮땬占쎌닂?숋옙占쎄뎡占쎌쥙?ο옙?룸쨨占쎈Ŋ?뺧옙?モ닪占썬굝?앾옙??툙?좎럩?귨옙?귨옙占쏙옙?띶뜝?뚯쪠占싸우삕熬곎딆굲?좎럡?볩옙?ｋ쐻占쎈뜆??뼨??억옙?됱삕占쏙옙嫄졾뜝?덊떢占쎌빢?숃쥈?ｍ뀯?좎럥占썲ㅇ?륁삕占쎈굝苑욃슖?꿸틕占쎈뿰?숅넫濡レ쑋?좎룞?숋옙?뗭삕占쏙옙援꿨뜝?뚯쪠占싸우삕?ル쵐?뺧옙?モ닪?됤뮪?앾옙袁る룶?좎럥커占쎌빢?숋옙占쎌쾽占쎌쥙??짆?쇱삕?됱빘?뺝뜝?숈삕?대먯삕?ル∥?뚳옙猷뱄옙占쎌굲占쎌쥙猷욑옙?낅꽞嚥▲꺃?뗥뜝?덌폍占쎈엪?숋옙??뗀?좎럥梨뤄쭕?곗삕?ル∥?욃뜝?덈쿈占쎌늺?㏆옙?됰㎍占쎌쥙?⑼옙?몄삕筌먯빖?삣뜝?덉뒧筌λ굢?숋옙?뽮돐?좎럩?귨옙?뗭삕占쎈맩?뺝뜝?덈꺊占쎈벨?숋옙??떔?좎떥?ъ맶?좎럥?녽얠렱?앾옙??빃?좎럩?귨옙?낅꽞嚥▲굥?딉옙醫롫윪鴉딆늹?댐옙臾믪굲?좎럥肉ｏ옙硫곗녃域뱀꼶爾닷뜝?덈꺼占쎌닂?숋옙占쎈뼌?좎럥留띹땻誘?삕占쎌뼚?뺝뜝?꾪∽옙?삳쐻占쎈뜆逾℡뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎈븶占쎌늿?뺝뜝?덈열占쎈틹異?쭔?좊쳮占쎈?占쎈?逾얍뜝?숈삕占쎄퍓?뤹춯誘⑸걙占쎈틶?앾옙?됰쭒?좎럩沅랃옙?얠삕占쎈뜆留꾬옙醫롫윪占쎌궪?숋옙??굲?곌떽?듬짎?좎럩伊숋옙?띕쑏?좎럩?뺝뜝?덈열占쎈틶?앾옙?뉙꼤?좎럥?섓옙?얠삕占쏙옙泥볟뜝?덌폎占쎌궪?숋옙??굲?좎룞?숁뤃?먯삕?ル∥吏쀥뜝?뚮듆鴉딅뜉?숋옙?먯삕?좎럩伊숋옙?쇱삕占쎌늿?뺝뜝?숉맊占쎌궍?앾옙?됰뮛占쎌쥙?양빊占쎌삕占쎌뮆?앾옙醫롫윪??옙?숋옙??굲占쎌쥙?ο옙?λ쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙鍮딉옙?얠맶?좎럥?∽옙?용쐻占싼덈??좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?몄삕域밟뫁?뺝뜝?덈열占쎈벨?숅넫濡レ쑋?좎럥梨울옙?용쐻占쎈슣援꿨뜝?⑸쳛亦낉옙?숋옙?곸굲占썬꺂?ο옙?됲겫占쎈끏?у뜝?뚮땬占쎌닂?숋옙怨쀬죰?좎럩伊숋옙罐援℡뜝?뚯굲嶺뚮Ŋ?볩옙?놁삕沃섏쥓占썲뜝?뚭텓占쎌빢?숋옙?됰쭍占쎌쥙??땟?숈삕占쎈굝苑욃슖?꿸틓占썩뫅?숅넫濡レ쑅占쎌쥙猷욑옙?뗭삕占쎈벡留띰옙醫롫윥占쏙퐦彛ヨ??쒖맶?좎럥梨띈린?듭삕占쏙퐢?삣뜝?덉뒧占쎈슗?앾옙?덇볼?좎럩?쇽옙??뿉占싼딅첐占쎈굢?숁뤃?얠삕占쎈쪇?뺝뜝?덈열占쎈틶?앾옙??첓占쎈?占쎈Ŋ?뺧옙?モ닪占싸듬쐻占쎈뜄爰뤷＄?낅꺼占쎌늸占썩뫁占싼덈렊占쎌쥙?ョ댆洹⑥삕?앾옙?뗭삕占쎈굞留띰옙醫롫쑆泳?쉥?싷옙??맶?좎럥??옙??앾옙??빃?좎럩?쇽옙??뿉占쎈뿫?뉐뜝?뚯쪠占썩뮩?븝옙洹ｌ??좎럥理먲옙類앸쐻占쎈뜄?닷뜝?덈꺼占쎌닂?숋옙?곗맜占쎌쥙?⒵쾮?껋삕占쎌뼚?뺝뜝?덈㎣獒뺤빢?쇽옙占쎌굨筌욌갊?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀗?㏆옙醫롫윪鴉딆닂?숋옙?깆굲?잙컾維곻옙類앸쐻占쎈뜄?닷뜝?덈꺼占쎌닂?숋옙占쎌삕筌먦룂?뺝뜝?뚮닑占쎌궍?앾옙??땻?좎럡?쇘㎉寃쎈Ь筌뤾퍒?쎾뜝?뚯쪠占싸듭젂鈺곗뼲?꿨뜝?덇턁?곗뇯?앾옙??빃鶯ㅼ룆?わ옙?용쐻占쎌늿?뺝뜝?숈삕占쎈벨?숋옙??떔嶺뚯쉸占싸살맶?좎럥??옙?듭삕?ル∥?わ옙?깅뼠占쎌늺?㏆쭚?쇨뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?쇿뜝??쇿뜝?뚮듉占썬깺?먲옙?紐앭뜝?뚯쪠占썩댙?숋옙占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?곷쨨饔끸뫀?삣뜝?덉뒩筌잛±?앾옙?몃솕?좎럩?귨옙?뗭삕?⑥ャ럪?좎럩伊숋옙恝?숂?瑜곻옙?브퀣堉뷂옙?ｋ쐻占썩뫖爾놂옙醫롫쑕占쎌빢?숋옙?낅빃占쎌쥙?ユ뤃?쇱삕占쎄퍊沅섓옙醫롫쑞筌뚭퍐?쏉옙?쇰㎍占쎌쥙?ο옙?낆삕?좎럥沅뷂옙醫롫윪占쎈틶?앾옙??첓?좎뜦裕ヨ떋占쎌삕?용뿭援뀐옙醫롫윪?됱떣?숋쭚?몄맶?좎럥?놅옙?대쐻占쎈뜄爰쇔뜝?뚮듉占썬깺?먲옙?占썲뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럡?э옙?용쐻占쎌늿?뺝뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡占싼덊싷옙?얜렊傭?끆?듸옙?용쐻占쎈뜃?귞춯?얠뵛占쎌늼?ユ에?ъ몗占쎌쥙猷욑옙?뗭삕占쎄퍗留?좎뜫?됵쭕?곗삕?ル∥?ε뜝?숈삕占썬렗伊덂뜝?뚮㎍占쎌쥙?ο옙占쎌삕占쏙옙?얠삕占쏙옙鍮껓옙醫롫윪占썩뫅?숋옙?좎굲?좎럥?녷뤃?먯삕占쎌늿六ф납占쎈궡占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?덉굡塋딆꼻?숋옙怨쀬굲?좎떥?곗굲?좎뜫爰껓옙?껊쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙?숋쭚?몄맶?좎럡?듸옙遺븐땡占쎄퍔?뺝뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎈븶占쎌늿?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援뀐옙醫롫윪鴉딅낑?숋옙?뺤맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類앹돺?좎뜾紐닸⑥궡?뺝뜝?덊닏占쏙퐛?녽뀎洹μ굲?좎룞??옙?ｋ쐻占썩뫖爾놂옙?쒕꺋占쎌닂?숋옙蹂?뜥占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺧옙醫롫윥占썬깷?앾옙??첓?좎뜦維쒙옙?곷돥占싸쇨뎡占쎌쥙?∽옙源띿삕?믠뫀?삣뜝?덉뒧占쎈뎽?앾옙?덊깱?좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?몄삕域밟뫁?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕?용뿭?몌옙醫롫윥?좎룞?숋쭗袁⑷뎡?좎뜫爰귨옙恝彛わ옙貫?삣뜝?뚮듌占쎈틶?앾옙??빃?좎럩?밧뜝?숈삕?좎뜫?わ옙醫롫윪鴉딆닂?숁걹占쎌닂?숂뙴紐꽺욕＄源띿삕?좎럥援욑쭕?곗삕?ル∥?ε뜝?덈걢?좎럩堉싷옙源띿삕占쎌뼚?뺝뜝?숈삕獄?쥜?숅넫濡レ몞占쎈８?쏙옙?먯삕?룸?援뀐옙醫롫쑆泳?옙?좎럥逾껓옙?낅꽞嚥▲꺃?뗨쓩?곕늉占쎄랬?숋옙??굲?좎럡??뤃?먯삕?ル∥?ゅ뜝?뚯뒻占쎌닂彛싷옙紐꾨㎍占쎌쥙?⑼옙占썹춯?얜꺽占쎌빢?숋옙占쎈싷옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?ф쾮酉귥삕?ル∥?わ옙?고넪占쎌닂?숃퉪占쎄뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?숃눧癒곕꽛?좎럩?쇽옙??뿉占싼딅첐?좎럩伊숋옙?쇱삕?좎럩?뺝뜝?덈열占쎈벨?숅넫濡レ쑅?좎럩伊쒙옙?낅꽞嚥▲꺂?꾬옙醫롫윥?댁쉮?뗩뀎??삣뜝?덉뒩筌잛±?앾옙?몌옙?좎럥??옙?뗭삕?좎럡?∽옙醫롫윪鴉딆닂?숃룆占썩댙?숃쳸紐꾨㎍占쎌쥙?ο옙占쎌삕占쏙옙?삣뜝?덈쐡占썩꽒?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀣占쏙옙醫롫윪鴉딆닂?숁걹占쎌닂?숁⑥ш뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쎌쥜?숋옙占썲뜝?댢딉옙類㏃삕占썬깴?ゅ뜝?몃벉?삣뜝?⑸쳳占쎈떱?앾옙??빃?좎럩?귨옙?뗭삕?용∥?쒙옙醫롫뼢占쏙옙占쎌쉻?숁⑤슢?긷뜝?뚮땬占쎌닂?숅뿙?닿엥?앾옙??볟뜝?몄슦?뺧옙占쎌삕占쎌뼚?뺝뜝?덌폑占싼띯뵾占쏙옙??뜝?뚮츐占쎌닂?숂뙼?듭삕?좎럩伊숋옙?듭쒜占쎄퍔?뺝뜝?뚮폏占쎈틶?앾옙?됯덫?좎뜦裕わ옙?얠삕占쏙옙猷믭옙醫롫윥?좎뜾?싩퐧鴉딅뜉?쇿뜝?덊떢占쎌빢?숋옙?덉┛?좎럥理먪뙴?됱삕占쎈굝苑욃슖?꿸틕占쎈뿰?숅넫濡レ쐾?좎럥逾껓옙?뗭삕?믭옙援뀐옙醫롫윪占쎌꼻?숋쭚?몄맶?좎럥??㎘?먮쐻占쎌늿?뺟춯??뜙占쎌늹?믣뜝?꾨렊占쎌쥙??땟占썲뜝?숈삕占쎌닂?숋옙占쏙옙?ｋ쐻占쎈뜄?욑옙?닿뭍占쎌빢?숋옙占쎈퉫占쎌쥙?⑼옙諛㏓쐻占쎌늿?뺧옙醫롫쑌占썬굩?숅넫濡レ쑋辱됰봿?귨옙?곴국?좎럩?귨옙?뗭삕占쎄낫?▼뜝?뚯쪠占싸우삕域뱀쉶??좎룞?숋옙?ｋ쐻占쎈뜄?앭뜝?꾨궡占쎌닂?숋옙占쎄뎡占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺧옙醫롫윪占쎌쉩?앾옙??첓?좎뜦維쒙옙?곷돥占싸쇨뎡占쎌쥙?⑼옙?숈삕占쏙퐢?삣뜝?덈쐠占썩뫜?숋옙占썲뜝?댢딉옙類≪첎占쎈굞援ｆ납占쎄껌占쎌빢?숋옙?뱀굲占쎌쥙?⒵뤃?먯삕?ル∥?ο옙占쎈쐻占쎈뜇??옙紐꺝섓옙誘ｋ쐻占쎈뜄?드뜝?뚯쪠占싸우삕占쎄퀣?뺝뜝?뚮폏占쎈틶?앾옙?덉맆占쎈맧?뗰옙?낅꽞嚥▲꺃?낉옙類?뺨泳?굢?숋옙??굲占썩뫁沅∽옙類앸쐻占싼됯콬?좎룞?숋옙?얠삕占쏙옙猷깍옙醫롫쑆獒뺛굩?숋옙?좎굲?좎럥?녷뤃轅⑤쐻占쎈슣履졾뜝?⑸?筌뚭퍜?숂솒貫?쀯옙醫롫짗占쎌늺?쎿⑤벡占쏙옙?숈뻬泳?내?숋쭚?쏅븸占쎈??숋쭩寃쇰쐻占쎈뜇?℡뜝?뚮묄占쎌닂?숋옙紐껉껌占쎌빢?숋옙占쎄낑?앾옙??쵂?좎럩?귨옙?뗭삕占쎌늾堉껓옙醫롫윪鴉딆닂?숋옙?깆굲?잙컾維곻옙類앸쐻占쎈뜃?곻옙臾믪돥占쎌빢?숋옙?숆샷占쎌쥙?ワ옙酉귥삕占쎌뼚?뺝뜝?숈삕筌ｋ낑?숅넫濡レ몘力놂옙?わ옙?용쐻占쎈뜆留띰옙醫롫윥占쏙퐜琉껓옙癒?굲占썬꺂?ο옙恝?숋옙??굲?좎럩?귛퐲?룹삕?용뿪?∽옙醫롫쑌?곌랬?숁걹占쎌늹留?뜝?뚮묄占쎌닂?쇿뜝?꾩돟?좎럩伊숋옙?쇱삕域밟뫁?뺝뜝?덈열占쎈벨?숋옙??옙類㏃삕占쎌눖?삣뜝?덉뒩筌잛±?앾옙紐꾩뒭?곕갊?앾옙?됱군?좎럥?띰옙?얠삕占쎈뜆援뀐옙醫롫윪亦낅엪?숋옙?좎굲?좎럥留㎬짆?얄뵾占쏙옙?롳쭪諛㏓쐻占쎈슢臾꾢뜝?뚮땬占쎌닂?숋옙怨뚰떑占쎌쥙?⒳펺?뗭삕占쎌눘?뺝윜諛잙쳛占쎈틶?앾옙?덉뿴?좎럥踰⑨옙?뗭삕占쏙옙?숋쭚?껋굲?좎럩?뽳옙?ｋ쐻占쎈뜆?⑴춯?쎛깍옙?얠삕筌뤾쑴??뜝?덊떢占쎌뜴?앾옙諛멥걫占썩뫀?뉛옙?먯녇占썬꺃?㏆㏄?듭삕?룰퀡?긷뜝?뚮땬壤쏆떣?숂뙼?る렊?좎럩伊숋옙??떐占쎈Ŋ?뺝뜝?덇턁占쎌궍?앾옙?곕쐞?좎룞?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援꿨뜝?뚯쪠占싸우삕繹먮씮?뺝뜝?뚮폏占쎈틶?앾옙?덉굲占쏙옙?쒙옙?낅꽞嚥▲꺃?뗰옙醫롫윥?꾨뜉?숋옙??굲占썬꺂?뤹뙴湲룸쐻占쎈슣履졾뜝?⑸뙔占쎌닂?숋옙??뎡?좎뜫爰귨옙恝?숋옙?꿸껀?좎럥?륅옙??앾옙??뱜濾곌쑬媛딉옙?얠삕占쏙옙鍮껓옙醫롫윪占쎌눦?숋옙癒?꼥占쎌쥙占썲뜝?숈삕?ル∥?ら큺?녿땬占쎌닂?숋옙源녾뎡癲ル슢?륅옙節륁삕筌먯옕?∽옙誘?삕筌앷꼈?앾옙?딅뼟?좎럩鍮?옙?뗭삕占쎈챶寃?옙?얠삕占쏙옙怨⑸쐻占쎈슢臾꾢뜝?뚮땬占쎌닂?숁⑤벡?쏉옙醫롫윪鴉딆닂?숋옙?뺤몡占쎌쥙?⑼옙類앸쐻占쎈뜄?닷뜝?덈꺼占쎌눦?쇿뜝??삼옙袁ъ삕占쎌룊?숋옙??굲?좎럩伊숁뤃?먯삕?ル∥吏쀥뜝?뚮듆占쏙옙占쏙옙?뽯㎍占쎌쥙?ο옙占쎌삕占쎌룇?뺝뜝?э옙蹂?㎍占쎌쥙??땟戮ル뙕獄쎼룗?삣뜝?덉뒧占쎈맮?숋옙源낅빃?좎럩?귨옙?용쐻占쎈?삣뜝?덈솣占쎈맩?뺟춯癒?즰占쎈틶?앾옙?萸끻뜝?ш턁占쎌빢?숋옙占썩뮪?앾옙?딅떚?좎럩?귨옙?뗭삕占쎈챸?㏆옙醫롫윪鴉딆닂?숋옙?깆굲?꾬옙?당빊諭꾩삕?ル∥?ε뜝?뚭텓占쎌빢?숋옙?곕츥?좎럩堉먲옙?쎌삕占쎌뼚?뺝뜝?숈삕??퍜?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援꿨뜝?뚯쪠占싸우삕占쎈Ŧ?삣뜝?덉뒩筌잛±?앾옙?몌옙?좎럥??옙?뗭삕?좎럡?▼뜝?뚯삌?좑옙?쒕쎾뜝?⑸?占쎈맮?숋쭚?몄맶?좎럡?듸옙??삕占쏙옙?좎럥占썽얠뼃?앾옙?덉굲?좎럥留⑼옙類앸쐻占썩뫖爾녑뜝?뚭텓占쎌빢?숋옙?뺤뺏?좎럥理먧펺?숈삕占쎈뿭?뺧옙?쒙옙占쏙옙占쎌쥙猷욑옙?뗭삕占쎌뼚?뺝뜝?숈삕筌ｋ퀫?앾옙?뚰룑?좎럩沅わ옙?뗭삕占썩뫗留띰옙醫롫윥占쏙퐜琉껓옙癒?굲占썬꺂?ο옙恝?숋옙??굲?좎럩?귛퐲?룹삕筌뤾쑬?띶뜝?뚯쪠占싸우삕熬곻퐤?먪뛾?됱삕占썩뼹?앾옙??룒占쎌뼚?깍옙?얠삕占쏙옙諭ｏ옙醫롫쑌繹먮툦?숂솒?곸굲?좎떬?됯틩?좎럩伊숋옙?논렭占쎈뿭?뺝뜝?뚮윪占쎈벨?숅넫濡녹삕?좎럥踰⑼옙?얠삕占쎈챷?⑼옙醫롫윪亦낅엪?숋옙?좎굲?좎럥留㎬짆?얄뵾占쏙옙?롳쭪諛㏓쐻占쎈슢臾꾢뜝?뚮땬壤쏆㏓쇊占썬굥猷볟뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럩?쒙옙?ｋ쐻占쎈뜆?⑼옙?우뿬占쎌?춾占쎄쑵?낉옙醫롫윪占쎄랬?숋옙洹⑥삕?좎룞?숋옙?띕쐻占쎈슣履졾뜝?몄슦?뺝뜝?덈쾴占쎈틶?앾옙??뮔?좎럩沅랃옙?얠삕占쏙옙諭?옙醫롫윥占쎈씛?숋옙?좎굲?좎럥留㎩퐲誘?삕?ル∥?や벧?낆뿪占쎌닂?숋옙醫롪뎡占쎌쥙?ο옙?낆춹熬곎딆굲占썬꺂?ο쭪?λ쐻占쎈슢利멨뜝?뚮땬占쎌닂?숅넫濡る렊?좎럩伊숂뙴?묒삕占쎈뿭?뺝뜝?뚮듌占쎈벨?숋옙??떔?좎뜫援⑼옙?용쐻占쎈슣援뀐옙醫롫윪占쎄랬?숋옙??굲占쎌쥙?∽옙?쎌삕?ル∥?ら큺?녿땬占쎌늸嫄밧＄?녿즸壤쏆?삕?좎럡?∽옙醫롫쑌?곌랬?숁걹占쎌닂?숋옙轅멸?占쎌쥙?ο옙瑜낆삕占쏙옙?얠삕占쏙옙鍮껓옙醫롫윪占쎈콈?숃첋節뗭맶?좎럡?э옙?됱삕?ル∥?ら큺?녿땬占쎌닂?숋옙怨몄읆占쎌쥙?η쳥?뗭삕筌먯옕?∽옙誘?삕占쎈슪?숃눧誘れぃ?좎럩?귨옙?뗭삕?좎럩異띰옙醫롫윪?됰떵爾ο옙袁⑦돯占쎌쥙?⑼옙類≪첎占쎈굞援∽옙醫롫짗占쎌늼?ユ에?ъ몝占쎌쥙猷욑옙?뗭삕占쎈뿭?뺝뜝?⑸쳴筌띾씛?숅넫濡レ쑅?좎럥?울옙?낆삕占쎈쉼留띰옙醫롫윥占쏙퐦彛ヨ??쒖맶?좎뜦維뽫댚諛㏓쐻占쎈슢?껃뜝?⑸쳹占쎌늼肉숋옙?占쎈Ŋ?뺧옙?モ닪占싸우삕占쎈벊?뺝뜝?뚮땬壤쏆떣?숋쭗袁ⓦ럪?좎럩伊숋옙?쇱삕占쎈챷?뺟춯癒?즰占쎈틶?앾옙?덉굲?좎럩伊숋옙館?숋옙醫롫윥甕겸뫅?숋옙??굲?좎룞?숋옙酉귥삕?ル∥?뚳옙?먯삕占쎌늼?∽옙諭援뀐옙醫롫윥?댁룊?숂뙼蹂?굲占썬꺂?ο옙?낅쐻占쎈뜆?잌뜝?뚮듆筌ｋ뿥?앾옙??렊?좎럩伊숋옙?쇱삕筌믩끃?뺝뜝?덉벞占쎌궍?앾옙?됰뮝嶺뚯옕짹占쎌빢?숋쭗猿딆쓱?좎럩沅랃옙?얠삕占쏙옙諭?옙醫롫윥甕겸뫅?숋옙?낃퐵?β뼯爰껓옙?⑹뜏?좎럡?곩뜝?ш뎀占쎌닂?숋옙占쎄뎡占쎌쥙?⒳펺?곷쨨占쎈Ŋ?뺧옙?モ닪占싸듬쐻占쎈뜄爰뤷＄?낅꺼占쎌늸占썩뫁占싼덈렊占쎌쥙?ョ댆洹⑥삕?앾옙?뗭삕占쎈굞留띰옙醫롫쑆泳?쉥?싷옙??맶?좎럥??옙??앾옙??빃?좎럩?쇽옙??뿉占쎈뿫?뉐뜝?뚯쪠占썩뮩?븝옙??굲占쏙옙?숋옙?좎굲?좎럥?녷뤃?먯삕占쎌늿六ф납占쎈궡占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?쇰뜇瑗ㅿ옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?드뜝?ш틛占쎌늼?ユ에?ъ몝占쎌쥙?∽옙??숋옙??굲?좎룞?숁뤃轅⑤쐻占싼덊땽?좎럥踰⑨옙?뗭삕占쎄퀣留띰옙醫롫윥占쏙퐦彛ヨ??쒖맶?좎럥梨뤄옙琉꾩삕?룹옓?삣뜝?꾩뫒泳???앾옙袁⑸㎉?좎럩鍮?옙?뗭삕占쎄퀣?졾뜝?뚯쪠占썩뮫苡?옙猿뗭굲?좎럩堉싷옙類앸쐻占쎈뜄?ｇ뜏類ㅻ묄占쎌눦?쇿뜝?뚭델嶺뚯쉶媛딉옙?얠삕占쏙옙理귨옙醫롫윪占쎄랬?숋옙??떻?ш끽紐울옙?륁삕?ル∥?ら큺?녿땬占쎌닂?숋옙源녾뎡占쎌옓而양땟怨살삕筌먯빖?삣뜝?덈쐞占쎈떣?앾옙?딅뼣占쎈챶횠占쎈??앾옙袁㏉굝?좎럩伊숋옙占쎌젂獄?쑴?뺝뜝?뚮폏占쎈틶?앾옙?덉굲嶺뚳퐢?묕옙?낅꽞嚥▲꺂?⑨옙醫롫윞占쏙퐜琉껓옙癒?굲占썬꺂?ο옙恝?숅넫濡レ몧?좎럥?랃옙?뗭삕占쎌눖?띶뜝?뚯쪠占썩뫜?쇿뜝?뱀땡占쎌뼔爰썲뜝?뚮묄占쎌닂?쇿뜝?덌옙?룹삕?ル∥?わ옙占쎌삕占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?뗭삕占쎈굝?삣뜝?덉뒩筌잛±?앾옙紐꾩뒭占쎈틶?앾옙?덀렏?좎럥?띰옙?얠삕熬곥굥?ワ옙醫롫윞筌띾ㅉ鍮듿뜝?뚮꼥占쎌쥙?↑굜??앾옙?뚯삕占쎌쥙?ν씙?좎럥踰⑨옙?뗭삕占쏙옙?뷂옙醫롫쑌?댁빢?숋옙?좎굲?좎룞?숋옙?뗭삕?ル∥?ゅ뜝?꾨옱占쎌닂?숁뉩?μ굲占쎌쥙猷욑옙?뗭삕占쎈쓹?삣뜝?덉뒩筌잛±?앾옙?덉굲?좎럩?싧퐲?숈삕占썬꺃?뉐뜝?뚯쪠占싸욋꼻嚥〓끃?뺝뜝?숉맊占쎌궍?앾옙?덉맆?좎뜫?뷂옙?얠삕占쎈맧占쏙옙醫롫윪??옙?숋옙??굲占쎌쥙?ζ꽴琉룸쐻占쎈슣履졾뜝?ш뭔占쏙옙?∽옙諭援꿨뜝?덌옙?좎럡??뤃?먯삕?ル∥吏쀥＄?놅옙占쎌굲占쎌쥙?⑼쭕?곗삕?ル∥?ε뜝?숉맔壤쎼깿占쏙옙?뽯㎍占쎌쥙?⑼옙?몄삕筌먯빖?삣뜝?덉뒩占쎈쉘?앾옙??빃?좎럩?귨옙?뗭삕?좎럥?뉐뜝?뚯쪠占썩뮩?븝옙??굲?잙Ł琉껓옙?볦맶?좎럥?ｆ뤃?먥뵾占쏙옙?껊쑏筌믩끃?뺝뜝?숉맊占쎌궍?앾옙?됰뮛?좎럥?쀯옙?얠삕占쎈봾堉잞옙醫롫윪??옙?숋옙??굲占쎌쥙猷욑옙?뗭삕占쎈쉼留띰옙醫롫윥占쏙옙?숋옙?볦맶?좎떬?덉떳占쎌쥙?ο옙?쎌삕占쎈뿭?뺝뜝?쇱쭍占쎈슣?뺧옙?モ닪占썬굢?븝옙?용빃?좎럩?멨쳞諛㏓쐻占쎈슢?у뜝?뚮땬占쎌늼?ｇ뙴癒?쑹?좎럩鍮?옙?뗭춻熬곥룗占쏙┼??뵯占쎌룊?숋옙?낃퐵?β뼯爰껓옙?됱삕?ル∥?욃뜝?щ걦占쎌늸?먲옙諭援뀐옙?숈퐟占쏙퐦彛뺧옙怨쀬굲占썬꺂?ο옙琯?앾옙?덉굲?좎럩?귨옙?용쐻占쎈슢臾꾢뜝?뚮땬占쎌눨?앾옙?딅룲占쎌쥙?⒳펺?뗭삕占쎌눘?뺟춯琉우뒩占쎈벨?숅넫濡レ쑋?좎럥?띰옙?얠삕占쏙옙?볩옙醫롫윥占쎈엪?숋옙?낃퐵?β뼯爰껓옙?⑥벃占쎄퀡?됧뜝?꾨옱占쎌닂?숋옙占쎄뎡占쎌쥙?⑼옙戮녹삕?됱빘?뺧옙?モ닪占썬굝?앾옙??뮲?좎럩?귛퐲?룹삕?용뿪?∽옙醫롫쑌?곌랬?볡솒?곸굲占쎌쥜??, Nanum Barun Gothic, Nanum Barun GothicWEB, "占쎌쥙?⒳펺?뗭삕占쎌럩?뺧옙醫롫윥占쏙옙占쎌옓而양땟怨살삕筌먯빖?삣뜝?덈쐠筌?럽?앾옙?딅뼟?좎럩鍮?옙?뗭삕占쎈맧??좎럩伊숋옙恝?숋옙怨쀬굲?좎럩堉싷옙類앸쐻占쎈뜄?좑옙?곗챾占쎌늼?ユ에?ъ몗占쎌쥙猷욑옙占쎌삕占쎈뿭?뺟툞??삕?앾옙?뗭삕?얜∥??옙?ワ옙占썹쳥?볦삕占쏙퐢?삣뜝?덈쐞占쎈뵃?숅넫濡ル샨?좎럡?ｆ뤃?먯삕?ル∥?わ옙?깅뼠占쎌닂彛싷옙紐꾨㎍占쎌쥙?⑼옙?몄삕筌먯옓?ょ춯癒?뼔占쎈떱?앾옙??뱣?좎뜫源븝옙癒뀁삕占쏙쭗?λ쐻占쎈슣履졾뜝?쇰씮?뺝뜝?꾪쀯옙?볥븸占쎈툝?꿨뜝?뚮닲占쎌빢?숋옙?곕쨯?좎럩伊숂뙴?묒삕占쎌럩?뺧옙醫롫윥?좎럥?띰옙?얠삕占쎄퀡爰듿＄?낆뵢占쎌빢?숋옙?곗퓠?좎럥留㏆옙?좎럩鍮?옙?뗭삕?좎럥鍮앭뜝?뚯쪠占썩뮫苡?몴?놁굲?좎럥占쏙옙?ｋ쐻占쎄쑴維듿뜝?숈삕占쎌늼?ユ에?ъ몝占쎌쥙?∽옙?됱삕占쎈Ŋ?뺝뜝?덈쐠?대먯삕熬곎딆굲?좎럩?귨옙?뗭삕?좎뜴?앾옙??뵃?숋쭚?껋굲?좎뜫源댐옙?뉗땡占쎈〕?숃껀占쎌궍?앾옙?됰뮛?좎럡?ο옙?얠삕占쏙옙理귨옙醫롫윪占쎈럭?븝옙??굲?좎룞?쇿퐲議얜쐻占쎈슣履졾뜝?⑸뙔占쎌눨?앾옙??삣뜝?덉뒧占싼껊쐻占쎈슢?у뜝?뚮듃?좎뜦維筌?씛?숅넫臾믪굲占썬꺂?ο쭪?λ쐻占쎈슢?녺춯?삵돲占쎌닂彛쀨쥈?룸렊占쎌쥙?ョ댆洹⑥삕?앾옙?뗭삕占쎈굞留띰옙醫롫윪占쎌슱?숋쭚?쏅븸?좎럥?®댆琉룸쐻占쎈슢?됧뜝?댢됬빊占쎌삕饔낅챸瑗ㅿ옙醫롫윪??옙?숋옙??굲?좎룞?쇿뜝?덉뵢占쎌빢?숋옙?꿸틡占쎌쥙?ユ틦?쀫쑏占쎌슜?삣뜝?덉뒩?닿엥?앾옙??첓?좎뜦維믭옙?삳닱筌먦끉援꿨뜝?ш틓占싸우삕?앾옙?뗭삕?믭옙援뀐옙醫롫윪占쎄랬?숋옙??굲?좎룞?숋옙?쇰쐻占쎈슣履졾뜝?몃벉?삣뜝?덉굡鸚룐벂?앾옙??뵃?숋쭚?껋굲?좎뜫源댐옙?낅쐻占쎈슣?ε뜝?뚮묄占쎌닂?숁⑥ル럵占쎌쥙?ο옙?곗삕占쎌뼚?뺝뜝?덈쐠?됰뙋?숅넫濡レ쑅?뺢껴維낉옙?뗭삕占쏙옙援뀐옙醫롫윥筌?）援?옙猷몄맶?좎럡?드뜝?뚳옙占쎌굲?좎럥梨뤄옙類앸쐻占쎈뜃?곻옙臾믪돥占쎈슁?숃퐛紐낅빣占쎌쥙?θ굢?쇱삕沃섓퐢?삣뜝?꾩뫓?쀎몄벃占쎄퀡?낉옙??펷占쎈먯삕?쒓낯援꿨뜝?덌폍揶쏉옙?숅넫臾믪굲占썬꺂?ο옙恝?숅넫濡レ몶嶺뚮슡?먲옙?됱삕占쎌눖?띶뜝?뚯쪠占싼띿삕占쎈굝?뗰옙醫롫윪鴉딆닂?숁걹占쎌늸占썩뫁占썬굥?딉옙醫롫윪鴉딆닂?숁걹壤쏅벨?숋옙源녾뎡占쎌쥙猷욑옙?껓옙??닰占쎌늼?ユ에?щぇ占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺝뜝?덉굣占쎈벨?숋옙?좎굲?좎럥肉?옙類앸쐻占쎈슣履좑옙?占쎈Ŋ?뺧옙?モ닪占싸듬쐻占쎈뜄嫄뽫춯??뜍占쎌룊?숋옙?겹럪?좎럩伊숋옙恝?숂?瑜곻옙?브퀣堉뷂옙?ｋ쐻占썩뫖爾놂옙醫롫쑟?곤옙?쇿뜝?덉맰占쎌쥙?⑼옙諭꾩삕沃섓퐢?삣뜝?꾩뫊占쎈벩?앾옙??첓?좎뜫源억옙?룸돥占싸쇨뎡?좎럩鍮?옙?뗭삕域뱄퐙猷꾢뜝?뚯쪠占썩뫔??뜝?뚯굲?좎럥肉?옙類앸쐻占쎈뜄?ｅ＄?낅꺏占쎌늼?ユ에?ъ몝渦깅맧遊울옙洹⑥삕占쎈뿭?뺝뜝?꾨궚占쎌눦?숅넫濡レ몘力놂옙?댐옙?뗭삕嚥▲꺃留띰옙醫롫윥占쎈냵?뽭뀎??삣뜝?덈쐡占썩꽒?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀣占쏙옙醫롫윪鴉딆닂?숂퐧?깃낀?숋옙關援뀐옙醫롫윥?됵옙?숋쭚?몄맶?좎럩?울옙類앸쐻占쎈뜇?ゅ뜝?뚮듉占썬깺?먲옙?ш뮈?좎럩伊숋옙?쎌삕影?우Ŀ耀붾겦維占쎌궍?앾옙?곕쐡占쎌룞?숅넫濡ル샨?좎럡?占쎌닂?숅넫濡ル샨?좎럥占쏙옙?띕쐻占쎈슣履졾뜝?몄슦?뺧옙醫롫윪占쎈틶?앾옙?덉굲?좎럩堉싷옙類앸쐻占쎌늿?뺧옙占쏀뜙占쎌늼?ユ에?ъ몝占쎌쥙??땟?됱삕占쎈뿭?뺝뜝?뚯쪠?대먯삕占쏙옙?밸븶?좎뜴?앾옙?덈젾?좎럩鍮?옙?껋쪎占쎈콈?쇿뜝?뚯쪠占쏙옙?잞옙?깆굲?좎럥肉?옙類㏃삕?ル∥?わ옙?占쎈Ŋ?뺧옙?モ닪占쎈끁?⒴뜝?덇땀?좎럩?귛퐲?룹삕獄쏅챶夷곤옙醫롫윪鴉딆닂?숋옙??떻?좎럥梨울옙?뗭삕占쎈끂?뗰옙醫롫쑆?됰콈?숋옙?좎굲?좎룞?숋㎗蹂⑹삕?ル∥堉℡뜝?꾪ｆ뤃?먯삕熬곎딆굲?좎럥?뗰옙?뗭춾占쎈챷留띰옙醫롫윪占쏙옙嶺뚮씭踰⑼옙?얠삕占쏙옙?싷옙醫롫윪??옙?숋옙??굲占쎌쥙?ι뜮??녇占썬꺃?㎩뜝?뚮뼋占쎌옊?わ옙?덈㎍占쎌쥙?ο㎖?곗삕??옙?얠삕筌뤾쑬?곩뜝?⑸뙔占쎌늼?ユ에?щ첑?좎럡?쀯옙??숋옙怨닿뎅占쎌쥙?⑼옙硫⑥퀪獄쎼룗?삣뜝?덉뒧占싼껊쐻占쎈슢?꿨뜝?뚮묄占쎌닂?쇿뜝?덈젇占쎈끍??옙?뺣뙀占쎈슣?뺝뜝?덈열占쎈틶?썲뜝?숈삕?좎뜫?わ옙醫롫윪鴉딆닂?숁걹占쎌닂?숋옙占쎄뎡占쎌쥙?⑼옙?숈삕占쏙퐢?삣뜝?덉뒧占쎈슗?앾옙?딅뼟?좎럩鍮?옙?뗭삕占쎄퀣異뜹뜝?뚯쪠占썩뮫苡?옙猿뗭굲?좎럩堉싷옙類앸쐻占쎈뜄?좂춯?살?占쎌늼?ユ에?ъ?占쎌쥙?⑴뙴?됱삕占쎈뿭?뺝뜝?뚯쪠?대먯삕?ル∥吏쀥뜝?뚮땬占쎌닂?숋옙?됯뎡?좎뜫爰귨옙恝?숋옙瑜곸굲占쎌쥙?⑼옙類앸쐻占쎈슢?у뜝?뚮땬占쎌눨?앾옙袁⑤젇?좎럩伊숋옙?논렭占쎈뿭?뺧옙??맪占쎈맩異삣뜝?숈삕?닿엥?앾옙??볟뜝?몄슦?뺝뜝?덈㎦野껁깷?앾옙?덇괜?좎떬猿딆맶?좎럥??옙??앾옙??뱟?좎럥占쏙옙?얠삕熬곣뫀?뉐뜝?뚯쪠占썩뮩?븝옙??굲?좎럥?삼옙洹쏅쐻占쎈뜉?롥뜝?덊떦?곤옙?믣뜝?뚭덱?좎럥理먧펺?숈삕占쎈뿭?뺝뜝?숈삕壤쏅??앾옙??룈櫻뗫봾?얗뜮?용쐻占쎈슣援꿱遺얘턁筌?쑚?앾옙?덉굲占썬꺂?ο옙?낅쐻占쎌늿?뺝뜝?뚮땬占쎌닂?숋옙諛멥럪?좎럩伊숋옙恝?숋옙誘⑸??좎럥?껓옙?ｋ쐻占쎈뜆?⑴춯?쎛깍옙?얠삕占쎈챷?깍옙醫롫윪占쎈챿?숋옙?깆굲占쎌뮀琉껓옙癒?굲占썬꺂?ο옙恝?숋옙??굲?좎럩?귛퐲?룹삕筌뤾쑬?띶뜝?뚯쪠占썩뫜?숋옙紐꾩굲嶺뚮Ĳ猷귨옙類앸쐻占쎌늿?뺝뜝?뚯쪠占싸쎌뵗占쎌쥙?θ린?⑥삕占쎈뿭?뺝뜝?숈삕占쎈톪?숅넫濡レ몞占쎈뙋?숋옙?낅눀占쎈?援뀐옙醫롫윥?댁룊?숂뙼蹂?굲占썬꺂?ο옙?낅쐻占쎈뜆?잌뜝?뚮듆筌ｋ뿥?앾옙??렊?좎럩伊숋옙?쇱삕筌믩끃?뺝뜝?덉벞占쎌궍?앾옙?됰뮝嶺뚯옕짹占쎌빢?숋쭗猿딆쓱?좎럩沅랃옙?얠삕占쏙옙諭?옙醫롫윥甕겸뫅?숋옙?낃퐵?β뼯爰껓옙?⑹뜏?좎럡?곩뜝?ш뎀占쎌닂?숋옙占쎄뎡占쎌쥙?⒳펺?곷쨨占쎈Ŋ?뺧옙?モ닪占싸듬쐻占쎈뜄爰뤷＄?낅꺼占쎌늸占썩뫁占싼덈렊占쎌쥙?ョ댆洹⑥삕?앾옙?뗭삕占쎈굞留띰옙醫롫쑆泳?쉥?싷옙??맶?좎럥??옙??앾옙??빃?좎럩?쇽옙??뿉占쎈뿫?뉐뜝?뚯쪠占썩뮩?븝옙??굲占쏙옙?숋옙?좎굲?좎럥?녷뤃?먯삕占쎌늿六ф납占쎈궡占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?덉굡塋딆꼻?숋옙怨쀬굲?좎떥?곗굲?좎뜫爰껓옙?껊쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙?숋쭚?몄맶?좎럡?듸옙遺븐땡占쎄퍔?뺝뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎈븶占쎌늿?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援뀐옙醫롫윪鴉딅낑?숋옙?뺤맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類앹돺?좎뜾紐닸⑥궡?뺝뜝?덊닏占쏙퐛?녽뀎洹μ굲?좎룞??옙?ｋ쐻占썩뫖爾놂옙?쒕꺋占쎌닂?숋옙蹂?뜥占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺧옙醫롫윥占썬깷?앾옙??첓?좎뜦維쒙옙?곷돥占싸쇨뎡占쎌쥙?∽옙源띿삕?믠뫀?삣뜝?덉뒧占쎈뎽?앾옙?덊깱?좎럩?쇽옙??뿉占싼딅첐歷?퉭留㏝걡?몄삕域밟뫁?뺝뜝?꾨궖?댐옙?숅넫濡レ쑋?좎럡?э옙?뗭삕?용뿭?몌옙醫롫윥?좎룞?숋쭗袁⑷뎡?좎뜫爰귨옙恝彛わ옙貫?삣뜝?뚮듌占쎈틶?앾옙??빃?좎럩?밧뜝?숈삕?좎뜫?わ옙醫롫윪鴉딆닂?숁걹占쎌닂?숂뙴紐꽺욕＄源띿삕?좎럥援욑쭕?곗삕?ル∥?ε뜝?덈걢?좎럩堉싷옙源띿삕占쎌뼚?뺝뜝?숈삕獄?쥜?숅넫濡レ몞占쎈８?쏙옙?먯삕?룸?援뀐옙醫롫쑆泳?옙?좎럥逾껓옙?낅꽞嚥▲꺃?뗨쓩?곕늉占쎄랬?숋옙??굲?좎럡??뤃?먯삕?ル∥?ゅ뜝?뚯뒻占쎌닂彛싷옙紐꾨㎍占쎌쥙?⑼옙占썹춯?얜꺽占쎌빢?숋옙占쎈싷옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?ф쾮酉귥삕?ル∥?わ옙?고넪占쎌닂?숃퉪占쎄뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?숃눧癒곕꽛?좎럩?쇽옙??뿉占싼딅첐?좎럩伊숋옙?쇱삕?좎럩?뺝뜝?덈열占쎈벨?숅넫濡レ쑅?좎럩伊쒙옙?낅꽞嚥▲꺂?꾬옙醫롫윥?댁쉮?뗩뀎??삣뜝?덉뒩筌잛±?앾옙?몌옙?좎럥??옙?뗭삕?좎럡?∽옙醫롫윪鴉딆닂?숃룆占썩댙?숃쳸紐꾨㎍占쎌쥙?ο옙占쎌삕占쏙옙?삣뜝?덈쐡占썩꽒?앾옙??쵂?좎럩?귨옙?뗭삕占쎄퀣占쏙옙醫롫윪鴉딆닂?숁걹占쎌닂?숁⑥ш뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쎌쥜?숋옙占썲뜝?댢딉옙類㏃삕占썬깴?ゅ뜝?몃벉?삣뜝?⑸쳳占쎈떱?앾옙??빃?좎럩?귨옙?뗭삕?용∥?쒙옙醫롫뼢占쏙옙占쎌쉻?숁⑤슢?긷뜝?뚮땬占쎌닂?숅뿙?닿엥?앾옙??볟뜝?몄슦?뺧옙占쎌삕占쎌뼚?뺝뜝?덈쐠?대먯삕?ル∥?わ옙占쎌삕占쎌닂?숋옙占쎄뎡?좎럩伊숋옙?쇱삕繹먮씮?뺝뜝?뚮폏占쎈틶?앾옙?덉굲?좎룞?숋옙?낅꽞嚥▲꺃紐욃뜝?덈뼕泳?뮋?숋옙??굲?좎룞?숁뤃?먯삕?ル∥?ο옙醫롫짗占쎌닂?숂몴怨멸뎡?좎뜫爰귨옙恝?숋옙?꿸껀?좎럥?륅옙??앾옙??뱜濾곌쑬媛딉옙?얠삕占쏙옙諭잌뜝?뚯쪠占쎌뼲彛쀯옙紐뚯삕占썬뀽?얍뜝?⑸뙔占쎌늼?ユ에?ъ몝渦깅맧遊울옙洹⑥삕占쎈뿭?뺝뜝?꾪돫?대먥뵾占쏙옙轅곕쇀域밟뫁?뺟춯癒?퉾占쎌궍?앾옙?곕쐞?곤옙?숅넫濡レ몞占쎈똻鍮?옙?뗭삕占쎌쥙援뀐옙醫롫짗占쎌늸?⑼옙?녿㎍占쎌쥙??땟戮⑸쐻占쎈?삣뜝?덉뒧?얘쐼?앾옙??떜?좎럩鍮?옙?뗭삕占쎈맦?▼뜝?뚯쪠占썬깷?앾옙?덇덱嶺뚮씭?쏉옙?낅꽞嚥▲꺃?낉옙醫롫짗占쎌닂?숋옙?履롳옙醫롫윪筌띾씛?숅넫濡レ쑅?좎룞?숋옙?뗭삕?좎럩鍮?옙?뗭삕?좎럥堉붷뜝?뚯쪠占썩뫔??뜝?뚯굲?좎럩?쒙옙?ｋ쐻占쎈슢?뚦뜝?덊떢占쎌빢?숋옙?됱벑占쎌쥙?⒵쾮?껋삕占쎌뼚?뺝뜝?덈㎣獒뺤빢?쇽옙占쎌굨筌욌갊?앾옙??쵂?좎럩?귨옙?뗭춻熬곣몿?딉옙轅붽틓占쏙옙?숋옙?곸굲?좎럥梨뤄옙類앸쐻占쎈뜄?닷뜝?덈꺼占쎌닂?숋옙?노쭋占쎌쥙?⑼옙洹⑥삕占쎈뿭?뺝뜝?덈걦占쎈씢?앾옙??첓?좎떥?곗굲?좎럥竊섇ㅇ?⑥돺?좎룞?숋옙?욍럪?좎럩伊숋옙恝?숋옙?놁굲?좎뜫占쎈낌留띰옙醫롫윥占쏙옙?㎬쥈占쎌맶?좎럥??옙??앾옙??빃?좎럩?귛퐲?㏓쇊癰귙룗?㏆옙醫롫윪鴉딆닂?숋옙?쇰젺?좎럥肉?옙類㏃삕?좎럩?뺝뜝?뚮폏占쎈틹異?쭔?⑸쐭?뚣끏?쇿뜝?쎄껀占쎌꼵?쀯쫲?귥삕占쎌닂?숅넫濡レ쑋雅?굝?わ옙?뗭삕占쎌쥙援뀐옙醫롫윥筌띲렗吏놅옙?꾨돗?좎룞?숋옙濡녹?獄쎼룗?삣뜝?덉뒧?얘쐼?앾옙??빃?좎럩?귨옙?뗭삕?좎럥?뉛옙醫롫윪鴉딆닂?숋옙?쇰젺?좎럥肉?옙類앸쐻占쎈뜄?띶뜝?꾪뇢占쎌빢?숋옙?곕즿占쎌쥙?θ린?⑥삕占쎈뿭?뺝뜝?덈쿅?몃㉡?숅넫濡レ쑅?좎럥?쏉옙?뗭삕占쎌쥙援뀐옙醫롫짗占쎌늹?닺첋占쎌굲占썬꺂?ο옙琯?앾옙?됰탿?좎럩?귨옙?뗭삕?ル―?▼뜝?뚯쪠占싸우삕占쎈８夷ⓨ뜝?댢딉옙類㏃삕占썬깴?ゅ뜝?몃９?▼뜝?뚭텊?좎럥踰⑨옙?뗭삕占쏙옙援꿨＄源띿삕?좎룞?숋옙?띕쐻占쎈슣履졾뜝?몄슦?뺟넭怨롫봿援뀐옙釉뚰ｅ젆酉귥삕占쏙퐢?삣뜝?덈쐠占썩뫒異?옙?뤿??좎럩鍮?옙?뗭삕?좎럥愿뤷뜝?뚯쪠占썬깺??뇡?뱀굲占쎈?占쎄낯援뀐옙醫롫짗占쎌닂?숂솒占쎈㎍占쎌쥙?ο옙節륁?鈺곗뼔?삣뜝?⑸쳳?얘막?앾옙?덉굲?좎럩鍮?옙?뗭삕?좎럥?딉옙醫롫윪鴉딆닂?숂퐧?닳꽒?앾옙??뎡癲ル슢흮??슁?숋옙節뗭맶?좎럥??옙??쐻占쎈뜄爰쇔뜝?뚮땬占쎌닂?숁⑤벡肉욃뜝?뚯쪠占썩뫔??뜝?뚯굲?좎럥肉?옙類㏃삕?ル∥?わ옙?る쑕占쎌빢?숋옙占쎌쾽占쎌쥙猷욑옙?뗭삕占쎈?苡듸옙醫롫윪占쎌궍?앾옙??첓?좎뜦維쒙옙?뗭춾占쎈챷留띰옙醫롫윞占쎈벝?숋옙占쎌굲?좎룞?숋옙醫롫윥??뜝?덈꺼占쎌닂?숋옙占쎈뼌占쎌쥙?⑼옙?쇱삕占쎌뼚?뺝뜝?숈삕占쎌닂?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援뀐옙醫롫윥揶쏉옙?숋옙?뺤맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類잙꽠?⑤∥遊욘뤃?먯삕?됰슦占쏙퐛?놅옙?밸굜占쎈캙維占쎌궍?앾옙?덉맄占쎄퀡踰⑼옙?얠삕占쎈맧猷덌옙醫롫윪??옙?숋옙??굲占쎌쥙?ζ꽴琉룸쐻占쎈슣履졾뜝?ш뭔占쏙옙?∽옙諭援꿨뜝?덌옙?좎럡??뤃?먯삕?ル∥吏쀥뜝?뚳옙?ㅻ떛?좎럥?놅쭕?곗삕?ル∥?ε뜝?숉맔壤쎼깿占쏙옙?뽯㎍占쎌쥙?э옙?뚯삕?좎럩伊숋옙恝?숋옙怨쀬굲?좎럥肉?옙類앸쐻占쎄쑬沅뽩뜝?⑸섰占쎌빢?숋옙占쎌쾽占쎌쥙??옙?뗭삕占쎈굝占쎈…?⑶뿙?닿엥?앾옙??첓?좎뜦維쒙옙?낅눀?좎룞?숋옙??굲?좎럡??뤃占쎈쐻占쎈슢?뤷뜝?꾪돲占쎌닂?숋옙醫롪뎡占쎌쥙?ι걡?띿젂占쎌쉸?뺧옙?モ닪占썬굩?쇿뜝?뚯굲?좎럩?귨옙?뗭삕?좎럡?∽옙醫롫윪鴉딆닂?숋옙?щ??좎럥占쏙옙占쎌궍?앾옙?됰뮝嶺뚯옕짹占쎌빢?숋쭗袁⑸뮡?좎럥?띰옙?얠삕占쎈뜆?댐옙醫롫윞占쏙퐦?숋쭚?껋굲?좎뜫源댐옙?낅쐻占싼덊꼤?좎럩鍮?옙?뗭삕?좎럥占썲뜝?뚯쪠占썩뫜?숁뉩?뉖㎦?좎럥竊숋옙類잛땡筌뚯뼚維듿뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡占싼덊뺧옙?귥삕?좎럩伊숋옙管爾ο옙蹂?굲?좎룞??옙?ｋ쐻占쎈뜄?욃뜝?⑸섰占쎌빢?숋옙?곤옙占쎌쥙?⑶뜮占쎌삕占쎈뿭?뺝뜝?덈㏄占썩뼹?앾옙??첓?좎떬?우굲?좎럥?됧뜝?숈삕?ル∥?ε죰?녾선?깃낀?숋옙源녾뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?덈쐞占쏙퐛竊꾬옙?곸굷?좎럩?쇽옙??뿉占싼딅첐?좎럩伊숋옙?쎌삕占쏙옙?뗭삕占쏙옙援뀐옙醫롫짗占쎌늸琉껓옙癒λ돗?좎룞?숋옙癒?굲?좎럩猷뉛옙類앸쐻占쎈뜆踰욃뜝?뚭텓占쎌빢?숋옙?곕츧癲ル슣?뺤㏏?좎럩鍮?옙?뗭삕?⑥ル럵占쎌쥙?ο옙諛곕㎟?믡굦?귨옙醫롫윞占쎌쉪?삼옙?ル뒇?좎럥?わ옙?뗭삕占쎈굛?듸옙棺堉?댆猿볦삕占썩뫁踰껃뜝?꾪∽옙?㏓쐻占쎄쑬?긷뜝?뚮땬占쎌늸?⒴뜝?뚯톭?좎럩伊숋옙?논렭占쎈뿭?뺧옙?얠삕占쎄랬?쇿뜝?덇턂筌띾씛?숅넫濡レ쑅嶺뚳옙竊곮떋占쎌삕占쎈슣?댐옙醫롫윞占쏙퐦?숋쭚?껋굲?좎뜫源댐옙?낅쐻占쎈챷??옙類㏃삕占썬깴?ょ춯?롳옙貫?삣뜝?덉뒧占쎄엥?앾옙??쵂?좎럩?귨옙?용쐻占쎈뜉?숋옙猷뱀굲占썬꺂?ο옙?륁삕?좎럩?뺝뜝?뚮땬占쎌닂?쇿뜝?꾨렊?좎럩伊숋옙恝彛뺧옙?븍㎦?곌램?볩옙?ｋ쐻占쎈뜆?⑴춯?쎛깍옙?얠삕占쎈챷?깍옙醫롫윪占쎄랬?숋옙??굲占쎌뮀琉껓옙癒?굲占썬꺂?ο옙?륁삕占쎄퉭堉졾뜝?뚮땬壤쏆떣?숋쭗袁ⓦ럪?좎럩伊숋옙?쇱삕占쎈챷?뺟춯癒?퉾占쎌궍?앾옙袁⑸쳯?좎럥留뺧옙?얠삕占쏙옙理귨옙醫롫윪占쎄랬?숋옙?⑹맶?좎럥?ｏ옙?숈삕?ル∥?ら큺?녿땬占쎌늸嫄밧뜝?뚮땬占쎌늸占썩뫁占싼덈렊?좎럩伊숋옙罐援℡뜝?뚯굲嶺뚮Ŋ鍮뽳옙?ｋ쐻占쎈뜆?⑴춯?쏆쪣占쎌닂?쇿뜝?뀀쐻占쎈뙝?됱삕筌먯빖?삣뜝?뚮듌占쎈틶?앾옙?뉕컯占쎈맧?싷옙?얠삕占쎈슦猷묈뜝?꾪▼첎?됱삕占쎌뼚?뺝뜝?숈삕?좎럥?됵옙?뗭삕?ル뵁?좑옙醫롫윪??옙?숋옙??굲?좎럥留?옙?쎌삕?ル∥?わ옙?깅뼠占쎌늺?㏆쭚?쇨뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?쇿뜝??쇿뜝?뚮듉占썬깺?먲옙?紐앭뜝?뚯쪠占썩댙?숋옙占쎌닂?숋옙占쎄뎡占쎌쥙猷욑옙?곷쨨饔끸뫀?삣뜝?덉뒩筌잛±?앾옙?몃솕?좎럩?귨옙?뗭삕?⑥ャ럪?좎럩伊숋옙恝?숂?瑜곻옙?브퀣堉뷂옙?ｋ쐻占썩뫖爾놂옙醫롫쑕占쎌빢?숋옙?낅빃占쎌쥙?ユ뤃?쇱삕占쎄퍊沅섓옙醫롫쑞筌뚭퍐?쏉옙?쇰㎍占쎌쥙?ο옙?낆삕?좎럥沅뷂옙醫롫윪占쎈틶?앾옙??첓?좎뜦裕ヨ떋占쎌삕?용뿭援뀐옙醫롫윪?됱떣?숋쭚?몄맶?좎럥?놅옙?대쐻占쎈뜄爰쇔뜝?뚮듉占썬깺?먲옙?占썲뜝?뚯쪠占썩뫜?숁뉩?μ굲?좎럡?э옙?용쐻占쎌늿?뺝뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡占싼덊싷옙?얜렊傭?끆?듸옙?용쐻占쎈뜃?귞춯?얠뵛占쎌늼?ユ에?ъ몗占쎌쥙猷욑옙?뗭삕占쎄퍗留?좎뜫?됵쭕?곗삕?ル∥?ε뜝?숈삕占썬렗伊덂뜝?뚮㎍占쎌쥙?ο옙占쎌삕占쏙옙?얠삕占쏙옙鍮껓옙醫롫윪占썩뫅?숋옙?좎굲?좎럥?녷뤃?먯삕占쎌늿六ф납占쎈궡占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?쇰뜇瑗ㅿ옙醫롫윪??옙?숋옙??굲嶺뚮ㅎ?드뜝?ш틛占쎌늼?ユ에?ъ몝占쎌쥙?∽옙??숋옙??굲?좎룞?숁뤃轅⑤쐻占싼덊땽?좎럥踰⑨옙?뗭삕?믭옙?뗰옙醫롫쑌?곌퍜?숋옙?몄맶?좎럥占썲뜝?덈꺼占쎌닂?숂뙼濡ル１?좎뜫爰귡걡?곕묽占쎌쥙?⒳펺?뗭삕?앾옙?뗭삕?좎룞?숋옙?뺤맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類㏃삕?ル∥?ゅ뜝?덊떢占쎌빢?숋옙?됯뎡占쎌쥙?⒴젆?룹삕筌먯빖?삣뜝?뚮듌占쎈벨?쇿뜝??쇿뜝?뚮듉占썬깺?먲옙?紐앭뜝?뚯쪠占싸듬쐻占쎌늿?뺝뜝?덈?占쎌궍?앾옙??떑占쎌뼚堉껓옙?얠삕占쎈뜆援뀐옙醫롫윥占쎌⑤┛占쎈냱?뺝뜝?덈걦占쏙옙?숅넫濡レ쑋?좎럡?э옙?뗭삕占쏙옙援꿨뜝?ш틓占쎈벨?숋옙?곗맶?좎럥?ｏ쭫議얜쐻占쎈챷??옙類앸쐻占쎈뜉?띺툣猷먮쾫占쎌빢?숋옙占쎈탟占쎌닂彛싷옙猿뗪뎡占쎌쥙?ユ틦?먯삕占쎈굝?삣뜝?덉뒩占싸듬쐻占쎈슢臾꾢뜝?뚮땬占쎌닂?숋옙占쎈젇占쎌쥙?⒳펺?뗭삕占쎈끉??뜝?덈열占쎈틶?앾옙??땾?좎럥?띰옙?묒낯占쎌늿?㏆옙醫롫윥占쎈씛?숋옙?좎굲?좎럥?됬몭?듬쐻占쎈뜆?녑뜝?⑸쳹占쎌닂彛쒙옙諭援꿱遺얘턁筌?챿?숋옙貫釉멨뜝?뚮닑筌앸ŀ?앾옙??빃?좎럩?귨옙?뗭삕占쎄퍗留?뜝?몃?욑옙怨뚰뜙占쎌닂?숁⑥ш뎡?좎뜫爰귨옙恝?숋옙猿딆맶?좎럩?뽳옙占쎌삕筌먯빖?삣뜝?덈쐞占쎈떣?앾옙?딅뼟?좎럩鍮?옙?뗭삕占쎈맦?∽옙醫롫윥占쏙옙?숁걹占쎌닂?숋옙醫롪뎡占쎌쥙?ο옙占쎈쇀筌뚮８?삣뜝?덉뒩筌잛±?앾옙??쭢鶯ㅼ룆?듸옙?좏돦?좎럡?∽옙醫롫윥?좎룞?숋옙怨룹Ŀ耀붾겦維占쎌궍?앾옙?곕쐡占쎌룞?숅넫濡ル샨?좎럡?ｆ뤃?먯삕?ル∥?ε죰?녾석?∽옙?롦뉩關援꿨뜝?ш틓占싸우삕?뚩린?놁삕筌뤾퍔苑ｏ옙醫롫윪??옙?숋옙??굲占쎌쥙?ο옙?λ쐻占쎈슣履졾뜝?⑸쳹占쎌늸?⑼옙關援뀐옙醫롫윥?됵옙?숋쭚?껋굲?좎뜫?륅옙?용쐻占쎈뜄爰썲뜝?뚮묄占쎌닂?쇿뜝?뚯씜?좎럩伊숋옙占쎌쭍占쎌눘?뺧옙?깅튂占쎈틶?앾옙?덉굲占쎈?占쎈Ŋ?뺧옙?モ닪占썬굝?앾옙??꽫?좎럩?귛퐲?룹삕筌뤾쑬?띶뜝?뚯쪠占싸우삕占쎌룞?숋옙??굲?좎럩鍮?옙?뗭삕?좎럥占쎌떣?숅넫濡レ쑋占쏙옙?숋옙?뗭삕占쏙옙援뀐옙醫롫짗占쎌늸琉껇퐛?ㅼ맶?좎럥?ｏ쭫醫묒삕?룸??멨뜝?뚮땬占쎌닂?쇿뜝?꾨렊傭?끆?듸옙?용쐻占쎌늿?뺝뜝?덉뵢占쎌빢?숋옙占쎌쾽占쎌쥙?ο옙怨쀪뎡?좎럩伊숋옙?쇱삕筌먯빖?삣뜝?뚮듌占쎈틶?앾옙??뀚?좎럩鍮?옙?뗭삕占쎈맧彛딉옙醫롫윞占쏙퐦?쇿뜝?뚯굲?좎럩堉싷옙類앸쐻占쎌늿?뺟뛾占쏀맔占쎌늼?ユ에?щ첑嚥싲갭흮占쎄퉵?숋옙??굲?좎띁?뗰옙?뺤맶?좎럥?꾬옙?삳쐻占쎌늿??, Dotum,Helvetica,AppleGothic,Sans-serif;}
#nav_package li a.n1{width:256px; background-position:0 -49px;}
#nav_package li a.n2{width:256px; background-position:0px -49px;}
#nav_package li a.n3{width:256px; background-position:0px -49px;}
#nav_package li a.n1:hover,
#nav_package li.current a.n1 {background-position:0 0px;}
#nav_package li a.n2:hover,
#nav_package li.current a.n2{background-position:0px 0px;}
#nav_package li a.n3:hover,
#nav_package li.current a.n3{background-position:0px 0px;}
#nav_package_day {width:770px;height:78px;position:relative;margin:0 auto 20px auto}
#nav_package_day li {float:left;margin:0 1px 0 0;}
#nav_package_day li a {float:left; width:180px;height:78px; overflow:hidden; background:url(../img/sub/package_tab02_off.png) no-repeat;color:#fff;font-weight:bold;text-align:center}
#nav_package_day li p{font-size:18px;margin:5px 0 0 0}
#nav_package_day li p strong{font-size:30px;}
#nav_package_day li a:hover , #nav_package_day li.current a{background:url(../img/sub/package_tab02_on.png) no-repeat}

#package_list {width:770px;margin:0 0 0 0px;}
#package_list li{width:244px;border:1px solid #d4d4d4;background:#f4f4f4;margin:0 8px 15px 0;float:left;position:relative;padding:0 0 19px 0}
#package_list li .icon_hot_loca{position:absolute;top:0;left:0}
#package_list li p{width:240px;height:169px;margin:9px 6px 17px 6px;clear:both}
#package_list li .pkg_title{font-size:14px;font-weight:bold;text-align:center;width:230px;margin:0 9px 0 9px;padding:0;overflow:hidden}
#package_list li span.pkg_price{height:14px;font-weight:bold;color:#ff2727;background:url(../img/golf/icons.png) no-repeat -220px -80px;padding:2px 0 0 26px;display:block;margin:12px 0 0 9px;float:left}
#package_list:after{clear:both;content:"";display:block}

a.pkg_btn_detail {  
	display:inline-block; background:url(../img/golf/btns.png) no-repeat left -120px;
	font-size:11px;color:#222;line-height:25px;letter-spacing:-1px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;float:right;margin:7px 9px 0 0}
a.pkg_btn_detail span {display:block; padding:0 22px 0 9px;font-size:11px;color:#222; background:url(../img/golf/btns.png) no-repeat right -120px;margin:0 0 0 1px}


.guide-list {line-height:18px;}
.guide-list dt {padding:0 0 0 10px; font-weight:bold; color:#333;}
.guide-list dd {margin-bottom:20px; padding:0 0 0 10px; color:#666;}

#booking_list {width:100%; margin:10px 6px; clear:both; text-align:justify}
#booking_list ul:after {width:100%; display:inline-block; content:"."; visibility:hidden}
#booking_list li{width:219px; height:240px; border:1px solid #d4d4d4;background:#f4f4f4;float:left;position:relative; margin:0 19px 20px 0px}
#booking_list li p{width:219px;height:169px;margin:9px 9px 17px 9px;clear:both}
#booking_list li .booking_title{font-size:14px;font-weight:bold;text-align:left;margin:0 9px 0 9px;padding:0;overflow:hidden;float:left}
#booking_list li .map_title{width:160px;font-size:12px;margin:14px 0 0 9px;padding:0;overflow:hidden;float:left}
#booking_list li span.booking_price{height:14px;font-weight:bold;color:#ff2727;background:url(../img/golf/icons.png) no-repeat -220px -80px;padding:2px 0 0 26px;display:block;margin:-2px 9px 0 0;float:right}
#booking_list li span.booking_price2{height:14px;color:#333;background:url(../img/common/icons.png) no-repeat -220px -80px;padding:2px 0 0 26px;display:block;margin:-2px 9px 0 0;float:right}
#booking_list p img:hover {outline:3px solid #2c8bef;}

.golfList {width:100%; clear:both; margin:10px 0; }
.golfList {text-align:justify}
.golfList ul:after {width:100%; display:inline-block; content:"."; visibility:hidden;}
.golfList li {display:inline-block; border:1px solid #dedede; width:230px; height:380px; margin-bottom:10px; float:left; margin-right:8px; position:relative;}
.golfList > ul > li.golf_last_li { margin-right:0; }
.golfList li:hover {outline:2px solid #023014;}
.golfList p img { padding:15px 15px 20px; width:200px; height:125px;}
.golfList > ul > li > span:not(.location) {
	display:block;
	padding:0 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#483333;
}
.golfList span.price {
	position:absolute;
	top:260px;
	right:0;
	color:#ff070f !important;
	font-weight:700;
	font-size:18px;
}
.golfList span.location {float:right; color:#999; padding-right:14px;}
.golfList span.title { font-size:22px; font-weight:700; text-align:left; }
.golfList span.highlight { color:#c01319 !important; font-size:18px;  }
.golfList span.subtext { font-size:11px; letter-spacing:0; color:#999 !important; }
.golfList span.include { font-size:12px; letter-spacing:0; }
.golfList span.include:before {
	display:inline-block;
	content:'-';
	font-size:8px;
	padding-right:2px;
}
.golfList .line {border:1px solid #dedede; padding-top:10px; padding-bottom:10px; width:90%;}
.golfList p.bottom {margin-top:20px; padding:0 15px;  }
.golfList p.bottom > a {
	display:block;
	width:100%;
	text-align:center;
	letter-spacing:0;
	font-family: 'nanum-square-r',sans-serif;
	font-size:12px;

}
.golfList p.bottom > a i { padding-right:5px; }

#special_event{width:760px;height:341px;background:#dfebef;margin:0 0 20px 0;padding:4px;margin-bottom:10px;}
#special_event .event_bimg{width:569px;height:341px;float:left}
#special_event ul {float:right; width:184px; height:341px; overflow:hidden;}
#special_event li {width:184px;height:69px;overflow:hidden;position:relative}
#special_event li.lastMg{height:65px;}
#special_event h1{color:#5b5b5b;font-size:13px;font-weight:bold;position:absolute;top:10px;left:17px}
#special_event h1.page_on{color:#fff;font-size:13px;font-weight:bold}
#special_event h2{color:#949494;font-size:11px;line-height:14px;position:absolute;top:30px;left:17px}
#special_event h2.page_on{color:#fff;font-size:11px;}


#nav_golftel {width:509px;height:29px;position:relative;margin:0 0 15px 19px}
#nav_golftel li {float:left;}
#nav_golftel li a {float:left; height:29px; overflow:hidden; background:url(../img/sub/golftel_tab_bg.png) no-repeat; text-indent:-9999em}
#nav_golftel li a.n1{width:102px; background-position:0 0;}
#nav_golftel li a.n2{width:102px; background-position:-102px 0;}
#nav_golftel li a.n3{width:102px; background-position:-204px 0;}
#nav_golftel li a.n4{width:102px; background-position:-306px 0;}
#nav_golftel li a.n5{width:101px; background-position:-408px 0;}
#nav_golftel li a.n1:hover , #nav_golftel li.current a.n1 {background-position:0 -29px;}
#nav_golftel li a.n2:hover , #nav_golftel li.current a.n2{background-position:-102px -29px;}
#nav_golftel li a.n3:hover , #nav_golftel li.current a.n3{background-position:-204px -29px;}
#nav_golftel li a.n4:hover , #nav_golftel li.current a.n4{background-position:-306px -29px;}
#nav_golftel li a.n5:hover , #nav_golftel li.current a.n5{background-position:-408px -29px;}

.golftel_search{width:770px;height:242px;background:url(../img/sub/golftel_search_bg.gif) no-repeat 0 0;padding:32px 0 0 0px;margin:0 0 0px 0px}
.golftel_search .golftel_cal_area{width:184px;float:left;text-align:center;padding:20px 0 0 0;margin-right:10px;}
.golftel_search .golftel_search_area{width:570px;float:left;margin:20px 0 0 0}
.golftel_search .golftel_search_area .golftel_search_con{width:560px;margin:0 0 13px 0;padding:0}
.golftel_search .golftel_search_area .golftel_search_con li{height:13px;color:#222;padding:7px 0 7px 0}
.golftel_search .golftel_search_area .golftel_search_con li label.title{width:45px;height:13px;margin:4px 2px 0 0;display:inline-block;vertical-align:top}
.golftel_search .golftel_search_area .golftel_search_con li input{margin:0 1px 0 0;}
.golftel_search .golftel_search_area .golftel_search_con li:after{clear:both;display:block;content:""}
a.gt_search_btn {width:110px; height:31px; display:block; ;background:url(/img/common/btns.png) no-repeat 0 -300px;margin:0 auto;text-indent:-9000px;}

#golftel_list{width:770px;margin:0 0 0 0px}
#golftel_list li{width:169px;float:left;margin:0 10px 20px 0}
#golftel_list li.lastMg{margin:0 0 20px 0 !important}
#golftel_list li p{width:169px;height:125px;margin:0 0 11px 0}
#golftel_list li .gt_title{width:169px;color:#222;font-weight:bold;text-align:center;margin:0 auto 7px auto}
#golftel_list li .gt_loca{width:169px;color:#666;font-size:11px;text-align:center;margin:0 auto 9px auto}
#golftel_list li .gt_price{width:169px;color:#d91304;font-size:12px;font-weight:bold;text-align:center;margin:0 auto 4px auto}
#golftel_list li .gt_cau{width:169px;color:#0a489b;font-size:11px;text-align:center;}


.golftel_detail_con_title{width:770px;height:33px;font-size:14px;font-weight:bold;line-height:35px;border-top:2px solid #000000;padding:0 0 0 0px;margin:0 0px 5px 0px;position:relative;}
.golftel_detail_con_title strong{color:#29ba93}
.golftel_detail_con_title .golftel_view_other{float:right;font-size:12px;position:absolute;top:2px;right:10px;font-weight:normal}
.golftel_detail_con_title .golftel_view_other select{margin:5px 5px 0 5px;}
.golftel_detail_con_title:after{content:"";display:block;clear:both}

a.golftel_btn_list{width:52px;height:19px;display:block;background:url(/img/common/btns.png) no-repeat -70px -241px;;text-indent:-9000px;float:right;margin:5px 0 0 0}

.golftel_detail_con{width:748px;border:1px solid #d4d4d4;margin:0 0px 10px 0px;padding:10px}
.golftel_detail_con:after{content:"";display:block;clear:both}
.golftel_detail_con01{width:770px;border:3px solid #8cb815;margin:0 0px 20px 0px;padding:10px}
.golftel_detail_con01:after{content:"";display:block;clear:both}
.golftel_detail_con .gt_intro_img{width:370px;float:left}
.golftel_detail_con .gt_intro_img p{width:370px;height:275px;margin:0 0 5px 0}
.golftel_detail_con .gt_intro_img ul{height:66px;margin:0;padding:0;}
.golftel_detail_con .gt_intro_img ul li{width:87px;height:66px;float:left;margin-right:7px}
.golftel_detail_con .gt_intro_img ul li.mgNone{margin:0;}
.golftel_intro_info{width:370px;float:right}

.golftel_detail_con01 .gt_room_img_area{width:370px;height:337px;float:left}
.golftel_detail_con01 .gt_room_img_area p{width:360px;height:265px;margin:0 0 5px 0;}
.golftel_detail_con01 .gt_room_img_area ul{width:324px;height:55px;margin:0 auto}
.golftel_detail_con01 .gt_room_img_area ul li{width:73px;height:55px;padding:0 4px;float:left}

.golftel_room_detail_area{width:350px;}
.golftel_room_detail_area .borderTop{border-top:2px solid #000000;}
.golftel_room_detail_area th{width:77px;border-right:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;background:url(/img/sub/room_table_bg.png) no-repeat 0 50%;padding:0 0 0 10px}
.golftel_room_detail_area td{width:300px;border-bottom:1px solid #d4d4d4;padding:9px 6px 10px 10px;line-height:18px}
.golftel_room_detail_area td input{width:87px;height:18px;line-height:20px;padding:0 0 0 3px;border:1px solid #dedede;color:#222222;margin:-3px 0 0 0;float:left;display:inline}
.golftel_room_detail_area td select{color:#222222;margin:-2px 5px 0 0}
.golftel_room_detail_area td p{color:#cccccc;margin:0 10px 0 9px;display:inline}
.golftel_room_detail_area td span.info_cal{display:inline;margin:3px 5px 0 5px}
.golftel_room_detail_area td.text_blue{color:#0000ff;font-weight:bold}
.golftel_room_detail_btn_area{width:350px;height:55px;border-bottom:1px solid #d4d4d4;clear:both;padding:8px 0 0 0}
.golftel_room_detail_btn_area .gt_room_price{width:370px;float:left;text-align:right;line-height:18px;margin:7px 0 0 0}
.golftel_room_detail_btn_area .gt_room_price span.text_price{font-size:16px;font-weight:bold;color:#29ba93}
.golftel_room_detail_btn_area .gt_room_price span.text_font11{font-size:11px}
.golftel_room_detail_btn_area .gt_room_price strong.text_font11{font-size:11px;font-weight:bold}

a.gt_btn_item_apply{width:150px;height:48px;display:block;background:url(/img/common/btns.png) no-repeat 0 -380px; text-indent:-9999px;margin:20px 0 0 0;float:right}
a.gt_btn_item_reserv{width:90px;height:48px;display:block;background:url(/img/common/btns.png) no-repeat -150px -380px; text-indent:-9999px;;float:right}

.golftel_guide_con{width:913px;border:1px solid #aaaaaa;margin:0 19px 30px 19px;padding:3px 3px 20px 3px}
.golftel_guide_con .gt_tab_title{width:908px;height:30px;border:1px solid #aaaaaa;border-top:none;border-bottom:none;margin:0 0 20px 0;background:url(/img/sub/golftel_guide_tab_bg.gif) repeat-x 0 0;padding:4px 0 0 3px}
.golftel_guide_con .gt_tab_title li{height:30px;float:left;margin:0 3px 0 0;color:#555555;border:1px solid #d3d3d3;border-bottom:none;border-top:none;text-align:center;line-height:30px;background:url(/img/sub/golftel_guide_tab_bg_off.gif) repeat-x 0 0;padding:0 13px}
.golftel_guide_con .gt_tab_title li.current{height:29px;color:#222222;border:1px solid #aaaaaa;border-bottom:none;text-align:center;line-height:29px;background:#fff;padding:0 13px}
.golftel_guide_con .gt_guide_con{width:893px;clear:both;padding:0 10px}


#sub_title_area{width:920px;height:48px;margin:0 19px 0 19px;}

.sp_detail_btn span {width:126px; height:59px; display:inline; float:left; ;background:url(../img/golf/btns.png);margin:0 5px 0 0}
.sp_btn_price {background-position:0px -160px !important; text-indent:-3000px;}
.sp_btn_book {background-position:-126px -160px !important; text-indent:-3000px;}
.sp_btn_cart {background-position:-252px -160px !important; text-indent:-3000px;}

.icon_hot{width:58px;height:58px;background:url(../img/golf/icons.png) no-repeat 0 -20px;}
#main_title{width:770px;height:58px;border-top:1px dashed #afafaf;border-bottom:1px dashed #afafaf;position:relative}
#main_title h1{height:17px;position:absolute;top:21px;left:48px;color:#292520;font-size:14px;font-weight:bold}
#main_title .btn_rarrow{position:absolute;top:24px;right:19px;color:#292520;font-size:11px;}
#main_title .btn_rarrow a.btn_more{display:inline-block; font-size:12px;color:#434343;line-height:11px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap;padding:0 0 0 1px}
#main_title .btn_rarrow a.btn_more span {display:block; padding:0 11px 0 0;font-size:12px;color:#434343;background:url(../img/golf/btns.png) no-repeat right -51px;}
#main_title .btn_booking{position:absolute;top:4px;right:4px;width:159px;height:50px;}

span.img_area{width:480px;overflow:hidden;display:block}

.detail_con_area{margin-bottom:20px;}
.detail_special_content{width:960px; padding:0px}
.detail_special_content .sp_intro_img{width:480px;float:left}
.detail_special_content .sp_intro_img p{width:480px;height:335px;margin:0 0 0px 0; outline:solid 2px #e7e7e7;}
.detail_special_content .sp_intro_img ul{height:50px;margin:0;padding:0;}
.detail_special_content .sp_intro_img ul li{width:77px;height:50px;float:left;margin-right:5px}
.detail_special_content .sp_intro_img ul li.mgNone{margin:0;}
.detail_special_content .sp_intro_detail{width:400px;background:#f5f5f5;border:2px solid #d7d7d7;padding:6px 30px 30px 30px;float:right}
.detail_special_content .sp_intro_detail .intro_area{margin:0 0 15px 0;padding:0;}
.detail_special_content .sp_intro_detail .intro_area li{border-bottom:1px dashed #afafaf;vertical-align:top;padding:12px 0 11px 0}
.detail_special_content .sp_intro_detail .intro_area li span{float:left;line-height:16px}
.detail_special_content .sp_intro_detail .intro_area li span.info_label{font-size:12px;color:#222222;font-weight:bold;float:left;margin:0 3px 0 0}
.detail_special_content .sp_intro_detail .intro_area li span.info_label_pkg{font-size:16px;color:#ed4646;font-weight:bold;float:left;margin-top:-1px}
.detail_special_content .sp_intro_detail .intro_area li input{width:87px;height:18px;line-height:20px;padding:0 0 0 3px;border:1px solid #dedede;color:#222222;margin:-3px 0 0 0;float:left;display:inline}
.detail_special_content .sp_intro_detail .intro_area li select{color:#222222;margin:-2px 5px 0 0}
.detail_special_content .sp_intro_detail .intro_area li span.info_cal{display:inline;margin:3px 5px 0 5px}
.detail_special_content .sp_intro_detail .intro_area li .booking_label{float:left;display:block;}
.detail_special_content .sp_intro_detail .intro_area li .booking_label li{width:100%;margin:0 !important;padding:0 0 5px 0 !important;border:none !important;position:relative}
.detail_special_content .sp_intro_detail .intro_area li .booking_label li a{position:absolute;top:-3px;}
.detail_special_content .sp_intro_detail .intro_area li:after{clear:both;content:"";display:block}

.detail_special_content .sp_intro_detail .btn_area {width:400px;}
.detail_special_content .sp_price_table{width:400px;border-top:1px solid #1f1f1f;}
.detail_special_content .sp_price_table th{height:30px;background:#ebebeb;font-weight:normal;text-align:center;line-height:30px}
.detail_special_content .sp_price_table th.text_price{color:#ff3939;}
.detail_special_content .sp_price_table .border_right{border-right:1px solid #cecece}
.detail_special_content .sp_price_table td{height:31px;border-bottom:1px dashed #afafaf;line-height:31px;}
.detail_special_content .sp_price_table td.text_price{color:#ff3939;font-weight:bold;text-align:center}
.detail_special_content .sp_guide{width:400px;}
.detail_special_content .sp_guide li{background:url(../img/common/icons.png) no-repeat -80px -18px;padding:0 0 0 12px;margin:0 0 7px 0}

.detail_special_content01{width:960px; margin-top:20px; margin-bottom:20px;}
.detail_special_content01 .borderNone{border-bottom:none}
.detail_special_content01 .sp_detail_title{width:770px;background:url(../img/sub/sp_title_bg.png) no-repeat 0 0;border-bottom:1px dashed #afafaf;padding:0 0 1px 10px;font-weight:bold;font-size:20px;margin:1px 0 0px 0;color:#000}
.detail_special_content01 .sp_detail_title span{line-height:50px !important;font-weight:bold;font-size:12px !important;color:#222; margin-left:30px;}

.booking_detail_con{width:770px;margin:auto;padding:0px 0 0 0;text-align:left}
.booking_detail_con img{padding:0px 0;display:block}
.booking_detail_con p{color:#606060;line-height:18px;}
.booking_detail_con p strong{color:#c00000;font-weight:normal}
.booking_detail_con:after{clear:both;content:"";display:block}

.booking_detail_house{673px;height:444px;margin:0 0 9px 0;}
.booking_detail_house_list{674px;height:157px;}
.booking_detail_house_list li{float:left;margin:0 1px 0 0;}

.booking_detail_guide_area{width:958px;background:#f8f8f8; margin-top:20px; border:2px solid #aec539;}
.booking_detail_guide_con .booking_detail_guide{width:300px;background:#f8f8f8;float:left; padding:20px;}
.booking_detail_guide_con .booking_detail_guide p.label_title{color:#0c0c0c;border-bottom:2px solid #1f1f1f;font-weight:bold;margin-bottom:10px;min-width:99px;width:99px;height:28px;}
/*.booking_detail_guide_con .booking_detail_guide .bk_guide{width:350px;} */

.booking_detail_guide_con .booking_detail_guide01{width:600px;float:left; border-left:1px solid #ddd;}
.booking_detail_guide_con .booking_detail_guide01 dt{color:#222;font-weight:bold;padding-top:20px; padding-left:10px;}
.booking_detail_guide_con .booking_detail_guide01 dt strong{font-weight:normal !important}
.booking_detail_guide_con .booking_detail_guide01 dt strong.text_red{font-weight:normal !important; color:#ff0000}
.booking_detail_guide_con .booking_detail_guide01 dt.dtMg{margin-top:10px !important}
.booking_detail_guide_con .booking_detail_guide01 dd{color:#222;line-height:18px;margin:0 0 0 0px; padding-left:10px;}
.booking_detail_guide_con .booking_detail_guide01 dd strong.text_green{color:#5a8c02;font-weight:normal !important}
.booking_detail_guide_con:after{content:"";clear:both;display:block}

.detail_lodging_con{width:768px;border:1px solid #d7d7d7;background:#f9f9f9;margin:0 auto 20px auto}
.detail_lodging_con .img_area{width:351px;height:265px;border:9px solid #d7d7d7;float:left}
.detail_lodging_con .intro_detail{width:370px;float:right;margin:20px 28px 0 0;}
.detail_lodging_con .intro_detail .intro_area{width:370px;margin:0 0 15px 0;padding:0;}
.detail_lodging_con .intro_detail .intro_area li{border-bottom:1px dashed #afafaf;vertical-align:top;padding:12px 0 11px 0;}
.detail_lodging_con .intro_detail .intro_area li span.info_label{width:65px;font-size:12px;color:#222222;font-weight:bold;float:left;margin:0 3px 0 0}
.detail_lodging_con .intro_detail .intro_area li span.info_label_01{width:124px;font-size:12px;float:left}
.detail_lodging_con .intro_detail .intro_area li span.info_label_02{width:159px;font-size:12px;float:left}
.detail_lodging_con .intro_detail .intro_area li:after{clear:both;content:"";display:block}
.detail_lodging_con .intro_detail .intro_keypoint{font-weight:bold;color:#2594fb;background:url(../img/common/icons.png) no-repeat -100px -80px;padding:0 0 0 23px;display:block;margin:0 0 13px 0}
.detail_lodging_con .intro_detail .intro_descript{line-height:18px;display:block}
 
.detail_more_con{width:708px;border:1px solid #d7d7d7;position:relative;margin:0 auto;padding:30px;line-height:18px}
.detail_more_con strong{font-weight:normal;color:#ff3939}
.detail_more_con .lodging_flag_intro{width:56px;height:56px;top:0;right:0;position:absolute;background:url(/img/common/icons.png) no-repeat -160px -100px;text-indent:-9999em}
.detail_more_con .lodging_flag_etc{width:56px;height:56px;top:0;right:0;position:absolute;background:url(/img/common/icons.png) no-repeat -220px -100px;text-indent:-9999em}
.detail_more_con .borderNone{border-top:none;}

.detail_lodging_con:after{clear:both;content:"";display:block}

.detail_lodging_room{width:770px; margin-top:10px;}
.detail_lodging_room .room_title{font-weight:bold;font-size:14px;color:#222;padding:12px 0 7px 0;background:url(../img/sub/sp_lodging_room_line.png) no-repeat 0 0}
.detail_lodging_room .room_title_type{width:700px;font-size:11px;color:#666;padding:0 0 25px 0;}
.detail_lodging_room .room_img_area{width:370px;height:337px;float:left}
.detail_lodging_room .room_img_area p{width:370px;height:275px;margin:0 0 5px 0;}
.detail_lodging_room .room_img_area ul{width:324px;height:55px;margin:0 auto}
.detail_lodging_room .room_img_area ul li{width:73px;height:55px;padding:0 4px;float:left}
.detail_lodging_room .room_detail_area{width:360px; float:left; margin-left:30px;}
.detail_lodging_room .room_detail_area .borderTop{border-top:2px solid #000000;}

.detail_lodging_room .room_detail_area th{width:77px;border-right:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4;background:url(../img/sub/room_table_bg.png) no-repeat 0 50%;padding:0 0 0 10px}
.detail_lodging_room .room_detail_area td{border-bottom:1px solid #d4d4d4;padding:9px 6px 10px 10px;line-height:18px}
.detail_lodging_room:after{clear:both;content:"";display:block}

.detail_car_img{width:200px;height:150px;float:left;margin:0px 0 0px 0px;}
.detail_car_select{width:500px;float:left;margin:0 20px 0 20px}
.detail_car_select .borderBtm{border-bottom:1px solid #d3d3d3}
.detail_car_select p{padding:10px 0 13px 11px;color:#626262}
.detail_car_select strong{color:#de0e9a;font-weight:normal}
.detail_car_select ul{width:500px;padding:3px 0 10px 11px;}
.detail_car_select ul li{height:11px;padding:7px 0 6px 0;color:#626262;position:relative}
.detail_car_select ul li span.formPd{padding:-10px 0 0 0;}
.detail_car_select ul li span.label_title{color:#5f5f5f;font-weight:bold;display:inline;margin:0 10px 0 0}
.detail_car_select ul li input{border:1px solid #999999;width:71px;height:18px;line-height:20px;text-align:center;margin:-5px 5px 0 0}
.detail_car_select ul li select{margin:-3px 0 0 0}
.detail_car_select ul li.lastMg{padding:0 0 10px 0}

.sp_detail_btn span {width:126px; height:59px; display:inline; float:right; ;background:url(../img/common/btns.png);margin:0 5px 0 0}
.sp_btn_price {background-position:0px -160px !important; text-indent:-3000px;}
.sp_btn_book {background-position:-126px -160px !important; text-indent:-3000px;}
.sp_btn_cart {background-position:-252px -160px !important; text-indent:-3000px;}

.inquiryForm {width:960px; margin-bottom:20px;}
.inquiryForm * {vertical-align:middle;}
.inquiryForm th,
.inquiryForm td {padding:5px 10px; text-align:left; border:1px solid #ccc;}
.inquiryForm th {font-weight:normal; background:#fafafa;}
.inquiryForm span.essential {color:#ff0000;}
.inquiryForm ul li {padding:3px 0;}
.inquiryForm ul span {display:inline-block;}
.inquiryForm select {height:21px;}
.inquiryForm input.inputText,
.inquiryForm textarea {width:97%; border:1px solid #ddd;}

.product-view-head {width:100%; height:34px; margin-bottom:10px; overflow:hidden; }
.product-view-head h3 {float:left; padding-left:10px; line-height:34px; font-size:16px; color:#333;}
.product-view-content {width:100%; overflow:hidden; margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #d9d9d9;}
.product-view-content div.thumb {float:left;}
.product-view-content div.thumb div.output {}
.product-view-content div.thumb ul {padding:10px 0; text-align:center; background:#e3e2dc;}
.product-view-content div.thumb ul li {display:inline; padding:0 2px;}
.product-view-content div.fRight {width:435px;}
.product-view-content div.fRight table {width:100%; margin-bottom:15px;}
.product-view-content div.fRight table th,
.product-view-content div.fRight table td {padding:5px 0; text-align:left; vertical-align:top;}
.product-view-content div.fRight table th {padding-left:8px; font-weight:normal; background:url(../img/common/bu_product-search-form.gif) no-repeat 0 12px;}
.product-view-content div.fRight table td.price {padding-top:3px; font-weight:bold; font-size:14px; color:#000;}
.product-view-content div.fRight div.price-apply {margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #d9d9d9;}
.product-view-content div.fRight p.price-apply-help {padding:10px 0 0 0; font-size:11px;}
.product-view-content div.fRight p.price-apply-help span {color:#ff5a00;}
.product-view-content div.fRight div.btn {text-align:center;}
.product-view-text {margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #d9d9d9;}

.bustaxiViewTop {width:100%; margin-bottom:10px; *zoom:1;}
.bustaxiViewTop:after {content:""; display:block; clear:both;}
.bustaxiViewTop h3 {height:50px; line-height:50px; margin-bottom:10px; padding-left:30px; font-size:14px; color:#d96a1d; border:1px solid #ddd; border-left:0; border-right:0; background:url(./img/common/buTitle.gif) no-repeat 0 center;}
.bustaxiViewTop div.thumb {display:inline; float:left; width:480px; }
.bustaxiViewTop div.thumb > ul {width:278px; height:54px; padding-top:4px; text-align:center; background:#fff; border:1px solid #e5dfd5;}
.bustaxiViewTop div.thumb > ul li {display:inline; padding:0 1px;}
.bustaxiViewTop div.thumb > ul li img {width:57px; height:45px; padding:1px; border:1px solid #dadada;}
.bustaxiViewTop ul.thumb {
	display: -webkit-flex; /* Safari */
	-webkit-justify-content: space-between; /* Safari 6.1+ */
	display: flex;
	justify-content: space-between;
}
.bustaxiViewTop ul.thumb  > li { height:65px; width:90px; display:inline-block; border:1px solid #e5dfd5; }

.bustaxiViewTop div.thumb #imagePreview_output {width:470px; height:340px; margin-bottom:8px; padding:4px; border:1px solid #e5dfd5; background:#fff;}
.bustaxiViewTop div.thumb #imagePreview_output img {width:470px; height:340px;}
.bustaxiViewTop div.fRight {float:right; width:460px;}
.bustaxiViewTop ul.info {width:400px; height:206px; margin-bottom:10px; padding:10px; background:url(img/rentalcar/bgRentalcarView.gif) no-repeat;}
.bustaxiViewTop ul.info * {vertical-align:middle;}
.bustaxiViewTop ul.info li {padding:3px 0;}
.bustaxiViewTop ul.info span.title {display:inline-block; width:55px; padding-left:8px; background:url(img/common/productSearchTitBu.gif) no-repeat left center;}
.bustaxiViewTop ul.info select {height:21px;}
.bustaxiViewTop ul.info input.btn {position:absolute; top:10px; right:10px;}
.bustaxiViewTop ul.info em {color:#a5320a;}
.bustaxiViewTop ul.info strong.carName {color:#d96a1d; font-size:14px;}
.bustaxiViewTop ul.info strong.price {color:#e17b44;}
.bustaxiViewTop ul.info span.carinfo {color:#238f7f; font-size:11px;}
.bustaxiViewTop div.btn {float:right; margin-right:10px;}

.basicList2 {width:98%; margin-bottom:15px; border-top:1px solid #777777; border-right:1px solid #BBB;}
.basicList2 th,
.basicList2 td {padding:5px; text-align:center; border-bottom:1px solid #BBB; border-left:1px solid #BBB; background-color:#fff;}
.basicList2 thead th,
.basicList2 tbody th {background-color:#f9f9f9; font-size:11px;}
.basicList2 tfoot th {font-size:11px;}
.basicList2 td.left {text-align:left;}
.basicList2 td.right {padding-right:1em;text-align:right;}
.basicList2 span.totalPrice { color:#ff0000; font-size:2.2em; font-family:"Georgia"?좎럩伊숋옙?논렭占쎈뿭?뺝뜝?덈걠占쏙옙?앾옙?덉뿴?좎럥?띰옙?얠삕占쎈뜃肄э옙醫롫짗占쎌닂?숋옙?좎굲?좎룞?숃キ占쎌삕?ル∥?η뵓寃몃쳟占쎌닂?숋옙?껎맮?좎럩堉붷뜝?몃쨨?좑옙; vertical-align:middle; padding-top:4px; }

.basicList6 {width:100%; margin-bottom:15px; border-top:1px solid #777777; border-right:1px solid #BBB; border-bottom:1px solid #777777; font-family:'Nanum Barun Gothic';}
.basicList6 thead {background-color:#e6eeee;}
.basicList6 tr:hover {background-color:#EEE6E6;}
.basicList6 th,
.basicList6 td {padding:5px; text-align:center; border-bottom:1px solid #BBB; border-left:1px solid #BBB; vertical-align:top; }
.basicList6 thead th,
.basicList6 tbody th {background-color:#e6eeee; font-size:14px;}
.basicList6 tfoot th {background-color:#f7f7f7; border-bottom:2px solid #777;}
.basicList6 tfoot td {background-color:#f7f7f7; border-bottom:2px solid #777; line-height:160%; }
.basicList6 td.left {text-align:left;}
.basicList6 td.ok {color:#666; font-size:11px;}
.basicList6 td.no {color:#999; font-size:11px;}
.basicList6 td.right {padding-right:1em;text-align:right;}
.basicList6 .totalPrice {color:#000; font-size:16px; line-height:18px; font-family:Georgia?좎럩伊숋옙?논렭占쎈뿭?뺝뜝?덈걠占쏙옙?앾옙?덉뿴?좎럥?띰옙?얠삕占쎈뜃肄э옙醫롫짗占쎌닂?숋옙?좎굲?좎룞?숃キ占쎌삕?ル∥?η뵓寃몃쳟占쎌닂?숋옙?껎맮?좎럩堉붷뜝?몃쨨?좑옙;}

.joinFormWrap {margin-bottom:20px;}
.joinForm {width:100%; border-top:1px solid #e0e0e0;}
.joinForm th,
.joinForm td {text-align:left; border-bottom:1px solid #e0e0e0;}
.joinForm th {width:80px; padding:5px 10px 5px 20px; font-size:11px; color:#999; background:#f8f8f8 url(../img/common/buArrowOr.gif) no-repeat 10px center;}
.joinForm td {padding:5px 10px;}
textarea.agreeTextArea {display:block; width:100%; margin-bottom:10px; border:1px solid #ddd;}

.guide-box1 {margin-bottom:20px; padding:10px 0px; line-height:18px; border:1px solid #d5d5d5;}
.guide-box1 h2 {font-weight:bold; padding-left:20px;}
.guide-box {margin-bottom:20px; padding:10px 15px; line-height:18px; border:1px solid #d5d5d5;}
.guide-box h2 {margin-bottom:10px;}
.guide-box ul {padding-left:5px;}
.guide-box li {padding:0 0 0 10px; color:#666; background:url(../img/common/bu_dot-search.gif) no-repeat 0 5px;}
.guide-box h2 {display:inline-block; padding:0 0 0 10px; background:url(../img/golf/bu_product-search-form.gif) no-repeat 0 5px;}

.tourBagListWrap {position:relative; margin-bottom:30px; padding-top:10px; *zoom:1;}
.tourBagList {padding:0 0 10px 0;}
.tourBagList p.myReservationNum {padding:5px 0;}
.tourBagList p.myReservationNum strong {color:#f16022;}

.tourBagList table {width:100%; border-top:2px solid #151515; background:#fff; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7;}
.tourBagList table th,
.tourBagList table td {padding:5px; text-align:center; border-bottom:1px solid #d9d9d9; border-left:1px solid #d9d9d9;font-size:1.2em;}
.tourBagList table th {color:#666; background:#f2f1ea; font-size:1.3em; height:30px;}
.tourBagList table thead th img {vertical-align:top;}
.tourBagList table thead th.first {border-left:none;}
.tourBagList table tbody td {padding:10px 0; text-align:center;}
.tourBagList table tbody td.left {padding-left:10px; text-align:left;}
.tourBagList table tbody td.salePrice strong {display:block; color:#e33c00;}
.tourBagList table tbody td span {color:#e65000;}
.tourBagList table tbody td p.price {padding:10px 0 0 0;}
.tourBagList table tbody td p.price span {color:#4769b5;}
.tourBagList table tbody td p.price span.through {color:#999; text-decoration:line-through;}
.tourBagList table tbody td p.price strong {color:#e33c00;}
.tourBagList table tbody td p.price em {color:#4769b5;}
.tourBagList div.priceA {padding:7px 10px; text-align:right; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; background:#fff;}
.tourBagList div.totalPrice {padding:7px 10px; text-align:right; border-bottom:1px solid #e4e4e4; background:#f9f9f9;}
.tourBagList div.totalPrice span.total,
.tourBagList div.totalPrice strong {color:#e33c00;}
.tourBagList div.totalPrice em {color:#4769b5;}
.tourBagList div.totalPrice span.through {text-decoration:line-through;}

.checkTop {height:23px; margin-bottom:1px; padding:7px 0 0 15px; color:#53b319; background:url(../img/reservation/h3CartTopBg.gif) repeat-x;}
.cartTop {height:30px; margin-bottom:1px; background:url(../img/reservation/h3CartTopBg.gif) repeat-x;}
.cartList {width:100%; border-top:2px solid #151515; background:#fff;}
.cartList th,
.cartList td {padding:5px; text-align:center; border-bottom:1px solid #d9d9d9;}
.cartList th {color:#666; background:#f2f1ea;}
.cartList tbody td.salePrice {font-weight:bold; color:#ff6c00;}
.cartList tbody .left {text-align:left;}
.cartList tfoot td {padding:3px 70px 3px 0; font-weight:bold; text-align:right; background:#f6f7f9; border-bottom:1px solid #dcdcdc;}
.cartList tfoot td span {display:inline-block; width:100px;}
.cartList tfoot td span.sale {font-size:14px; color:#ff6c00;}
.cartList.tdbg td {background:#f0f0f0;}
.cartBottom {padding:20px 30px 20px 150px; border:2px solid #1d6daa; background:url(../img/reservation/img_money.gif) no-repeat 20px 10px;}
.cartBottom * {vertical-align:top !important;}
.cartBottom div.fLeft {width:200px;}
.cartBottom div.center {float:left; width:200px; padding-top:15px;}
.cartBottom span {padding-left:10px; font-weight:bold; background:url(../img/common/bu5x6SquareGreen.gif) no-repeat left 2px;}
.cartBottom strong.sale {font-size:14px; color:#ff6c00;}

.agreeForm {margin-bottom:20px; padding:10px; border:1px solid #cecece}
.agreeForm div.fLeft {width:100%;}
/*.agreeForm div.fRight {width:330px;}*/
.agreeForm .field {width:308px; height:100px; margin-bottom:5px; padding:10px; overflow:auto; border:1px solid #ccc;}

.agreement {margin-bottom:20px; padding:5px; border:10px solid #eaeaea;}
.agreement div.field {height:100px; margin-bottom:5px; padding:10px; overflow:auto; border:1px solid #ccc;}
.agreement p {padding:5px 7px; font-size:11px; color:#999; background:#f4f4f4;}

.reserveForm {width:100%; margin-bottom:20px; border-top:2px solid #5e89a5; background:#fff;}
.reserveForm * {vertical-align:middle;}
.reserveForm th,
.reserveForm td {padding:10px; text-align:left; border:1px solid #e4e4e4;}
.reserveForm th {width:95px; font-weight:normal; font-size:11px; line-height:130%; border-top:0; background:#f4f4f4;}
.reserveForm select {height:21px;}
.reserveForm input.inputText,
.reserveForm textarea {border:1px solid #ddd;}
.reserveCheckList {width:100%; border-top:1px solid #e0e0e0;}
.reserveCheckList th,
.reserveCheckList td {padding:10px; text-align:center; border:1px solid #eaeaea;}
.reserveCheckList thead th {font-weight:normal; font-size:11px; text-align:center; background:#f4f4f4;}
.reserveCheckList thead th img {vertical-align:top;}
.reserveCheckList tbody td.left {text-align:left;}
.reserveCheckList tbody td.salePrice strong {display:block; color:#e33c00;}
.reserveCheckList tbody td span {color:#e65000;}
.reserveCheckList tbody td p.price {padding:10px 0 0 0;}
.reserveCheckList tbody td p.price span {color:#4769b5;}
.reserveCheckList tbody td p.price span.through {color:#999; text-decoration:line-through;}
.reserveCheckList tbody td p.price strong {color:#e33c00;}
.reserveCheckList tbody td p.price em {color:#4769b5;}

.joinFormWrap {margin-bottom:20px; padding:10px; border:3px solid #5e89a5;}
.joinForm {width:100%; border-top:1px solid #e0e0e0;}
.joinForm th,
.joinForm td {text-align:left; border-bottom:1px solid #e0e0e0;}
.joinForm th {width:80px; padding:5px 10px 5px 20px; font-size:11px; color:#999; background:#f8f8f8 url(img/common/buArrowOr.gif) no-repeat 10px center;}
.joinForm td {padding:5px 10px;}
textarea.agreeTextArea {display:block; width:100%; margin-bottom:10px; border:1px solid #ddd;}

.guide-box1 {margin-bottom:20px; padding:10px 0px; line-height:18px; border:1px solid #d5d5d5;}
.guide-box1 h2 {font-weight:bold; padding-left:20px;}
.guide-box {margin-bottom:20px; padding:10px 15px; line-height:18px; border:1px solid #d5d5d5;}
.guide-box h2 {margin-bottom:10px;}
.guide-box ul {padding-left:5px;}
.guide-box li {padding:0 0 0 10px; color:#666; background:url(../img/common/bu_dot-search.gif) no-repeat 0 5px;}
.guide-box h2 {display:inline-block; padding:0 0 0 10px; background:url(../img/golf/bu_product-search-form.gif) no-repeat 0 5px;}

.tourBagListWrap {position:relative; margin-bottom:30px; padding-top:10px; *zoom:1;}
.tourBagList {padding:0 0 10px 0;}
.tourBagList p.myReservationNum {padding:5px 0;}
.tourBagList p.myReservationNum strong {color:#f16022;}

.tourBagList table {width:100%; border-top:2px solid #151515; background:#fff; border-left:1px solid #e7e7e7; border-right:1px solid #e7e7e7;}
.tourBagList table th,
.tourBagList table td {padding:5px; text-align:center; border-bottom:1px solid #d9d9d9; border-left:1px solid #d9d9d9;font-size:1.2em;}
.tourBagList table th {color:#666; background:#f2f1ea; font-size:1.3em; height:30px;}
.tourBagList table thead th img {vertical-align:top;}
.tourBagList table thead th.first {border-left:none;}
.tourBagList table tbody td {padding:10px 0; text-align:center;}
.tourBagList table tbody td.left {padding-left:10px; text-align:left;}
.tourBagList table tbody td.salePrice strong {display:block; color:#e33c00;}
.tourBagList table tbody td span {color:#e65000;}
.tourBagList table tbody td p.price {padding:10px 0 0 0;}
.tourBagList table tbody td p.price span {color:#4769b5;}
.tourBagList table tbody td p.price span.through {color:#999; text-decoration:line-through;}
.tourBagList table tbody td p.price strong {color:#e33c00;}
.tourBagList table tbody td p.price em {color:#4769b5;}
.tourBagList div.priceA {padding:7px 10px; text-align:right; border-top:1px solid #e4e4e4; border-bottom:1px solid #e4e4e4; background:#fff;}
.tourBagList div.totalPrice {padding:7px 10px; text-align:right; border-bottom:1px solid #e4e4e4; background:#f9f9f9;}
.tourBagList div.totalPrice span.total,
.tourBagList div.totalPrice strong {color:#e33c00;}
.tourBagList div.totalPrice em {color:#4769b5;}
.tourBagList div.totalPrice span.through {text-decoration:line-through;}

.checkTop {height:23px; margin-bottom:1px; padding:7px 0 0 15px; color:#53b319; background:url(../img/reservation/h3CartTopBg.gif) repeat-x;}
.cartTop {height:30px; margin-bottom:1px; background:url(../img/reservation/h3CartTopBg.gif) repeat-x;}
.cartList {width:100%; border-top:2px solid #151515; background:#fff;}
.cartList th,
.cartList td {padding:5px; text-align:center; border-bottom:1px solid #d9d9d9;}
.cartList th {color:#666; background:#f2f1ea;}
.cartList tbody td.salePrice {font-weight:bold; color:#ff6c00;}
.cartList tbody .left {text-align:left;}
.cartList tfoot td {padding:3px 70px 3px 0; font-weight:bold; text-align:right; background:#f6f7f9; border-bottom:1px solid #dcdcdc;}
.cartList tfoot td span {display:inline-block; width:100px;}
.cartList tfoot td span.sale {font-size:14px; color:#ff6c00;}
.cartList.tdbg td {background:#f0f0f0;}
.cartBottom {padding:20px 30px 20px 150px; border:2px solid #1d6daa; background:url(../img/reservation/img_money.gif) no-repeat 20px 10px;}
.cartBottom * {vertical-align:top !important;}
.cartBottom div.fLeft {width:200px;}
.cartBottom div.center {float:left; width:200px; padding-top:15px;}
.cartBottom span {padding-left:10px; font-weight:bold; background:url(../img/common/bu5x6SquareGreen.gif) no-repeat left 2px;}
.cartBottom strong.sale {font-size:14px; color:#ff6c00;}

.agreeForm {margin-bottom:20px; padding:10px; border:1px solid #cecece}
.agreeForm div.fLeft {width:100%;}
/*.agreeForm div.fRight {width:330px;}*/
.agreeForm .field {width:308px; height:100px; margin-bottom:5px; padding:10px; overflow:auto; border:1px solid #ccc;}

.agreement {margin-bottom:20px; padding:5px; border:10px solid #eaeaea;}
.agreement div.field {height:100px; margin-bottom:5px; padding:10px; overflow:auto; border:1px solid #ccc;}
.agreement p {padding:5px 7px; font-size:11px; color:#999; background:#f4f4f4;}

.reserveForm {width:100%; margin-bottom:20px; border-top:2px solid #5e89a5; background:#fff;}
.reserveForm * {vertical-align:middle;}
.reserveForm th,
.reserveForm td {padding:10px; text-align:left; border:1px solid #e4e4e4;}
.reserveForm th {width:95px; font-weight:normal; font-size:11px; line-height:130%; border-top:0; background:#f4f4f4;}
.reserveForm select {height:21px;}
.reserveForm input.inputText,
.reserveForm textarea {border:1px solid #ddd;}
.reserveCheckList {width:100%; border-top:1px solid #e0e0e0;}
.reserveCheckList th,
.reserveCheckList td {padding:10px; text-align:center; border:1px solid #eaeaea;}
.reserveCheckList thead th {font-weight:normal; font-size:11px; text-align:center; background:#f4f4f4;}
.reserveCheckList thead th img {vertical-align:top;}
.reserveCheckList tbody td.left {text-align:left;}
.reserveCheckList tbody td.salePrice strong {display:block; color:#e33c00;}
.reserveCheckList tbody td span {color:#e65000;}
.reserveCheckList tbody td p.price {padding:10px 0 0 0;}
.reserveCheckList tbody td p.price span {color:#4769b5;}
.reserveCheckList tbody td p.price span.through {color:#999; text-decoration:line-through;}
.reserveCheckList tbody td p.price strong {color:#e33c00;}
.reserveCheckList tbody td p.price em {color:#4769b5;}

.joinFormWrap {margin-bottom:20px; padding:10px; border:3px solid #5e89a5;}
.joinForm {width:100%; border-top:1px solid #e0e0e0;}
.joinForm th,
.joinForm td {text-align:left; border-bottom:1px solid #e0e0e0;}
.joinForm th {width:80px; padding:5px 10px 5px 20px; font-size:11px; color:#999; background:#f8f8f8 url(img/common/buArrowOr.gif) no-repeat 10px center;}
.joinForm td {padding:5px 10px;}
textarea.agreeTextArea {display:block; width:100%; margin-bottom:10px; border:1px solid #ddd;}


.mainBg {position:relative; width:100%;min-width:960px; overflow:hidden; background:url(/img/main/bg_main_mas.jpg) no-repeat center top; border-top: 2px solid #0068b7;}

#header {position:relative;z-index:10;background: #f4f4f4;}
#header .wrap {position:relative;margin:0 auto;width:960px;height: 30px;/* background: #f4f4f4; */}
#header .wrap h1 {position:absolute;top: 25px;/* left:352px; */}
#header .wrap .favor { position:absolute; top:22px; left:0; }

#header .wrap .t-cart { width:370px; position:absolute; top:50px; right:0; }
#header .wrap .t-cart .price { position:absolute; top:3px; right:3px; background:#fff; width:133px; height:27px; line-height:27px; padding:0 10px; font-size:14px; text-align:right; }
#header .wrap .t-cart .price em { color:#f36742; font-weight:bold; }
#header .wrap .t-cart em { float:right; }
#header .wrap .t-cart h2 { clear:both; position:absolute; top:16px; left:-80px; float:left; }
#header .wrap .t-cart ul { list-style:none; margin:0; padding:0; }
#header .wrap .t-cart li { float:left; font-size:0; }
#header .wrap .t-cart li span { padding-bottom:20px; }

#header .nav li {float:left;}
#header .nav li a {float:left;}
#header .nav li a.headlink { height:80px; overflow:hidden; text-indent:-9999em; background:url(../img/common/mainMenu.png) no-repeat;}
#header .nav li a.t1 {width:112px;}
#header .nav li a.t2 {width:106px; background-position:-112px 0;}
#header .nav li a.t3 {width:106px; background-position:-218px 0;}
#header .nav li a.t4 {width:106px; background-position:-324px 0;}
#header .nav li a.t5 {width:106px; background-position:-430px 0;}
#header .nav li a.t6 {width:106px; background-position:-537px 0;}
#header .nav li a.t7 {width:106px; background-position:-642px 0;}
#header .nav li a.t8 {width:106px; background-position:-748px 0;}
#header .nav li a.t9 {width:106px; background-position:-854px 0;}
#header .nav li.current a.t1 {background-position:0 -89px;}
#header .nav li.current a.t2 {background-position:-112px -89px;}
#header .nav li.current a.t3 {background-position:-218px -89px;}
#header .nav li.current a.t4 {background-position:-324px -89px;}
#header .nav li.current a.t5 {background-position:-430px -89px;}
#header .nav li.current a.t6 {background-position:-537px -89px;}
#header .nav li.current a.t7 {background-position:-642px -89px;}
#header .nav li.current a.t8 {background-position:-748px -89px;}
#header .nav li.current a.t9 {background-position:-854px -89px;}

#header .wrap .search_con{width: 290px;height: 33px;border-radius: 50px 50px;border: 1px solid #d3d3d3;position:absolute;top: 22px;right:0;background:url(/img/common/search_btn.png) no-repeat right 0;}
#header .wrap .search_con input{width:210px;height: 33px;border:0;padding:0 0 0 10px;line-height:36px;outline:none;background: transparent;}

#weather_con{position:absolute;top:60px;right:-20px;}
/*
#weather h2 {color: #000;}
#weather .wet p { float:left; font-size: 12px; margin: 0px 0 0; padding-top: 20px;}
#weather .wet p span {font-size: 12px;}
#weather a {display: block; clear: both; text-decoration: none; color: #222; font-size: 12px;}
#weather a:hover {color: #000; text-decoration: underline;}
*/
#tm {/* position:absolute; *//* top: 30px; *//* right: 8px; */width:960px;height: 30px;line-height: 30px;}
#tm ul { position:absolute; top:0; right:0; }
#tm li {float:left;padding: 0 10px;/* background:url(/img/common/tm_line.png) no-repeat right 1px; */}
#tm li.last { background:none; padding-right:0;}
#tm li a {color: #656565;font-size: 13px;letter-spacing: -1px;}

#tm_sns{position:absolute;top:10px;left:0;}
#tm_sns a{height:14px;float:left;display:block;margin:0 13px 0 0;color:#444;font-size:12px;}
#tm_sns a.facebook{background-position:0 0;padding:0 0 0 12px;}
#tm_sns a.twitter{background-position:0 -50px;padding:0 0 0 13px;}
#tm_sns a.blog{background-position:0 -100px;padding:0 0 0 13px;}

#footer { position:relative;width:100%;height: 185px;background:url(/images/footer_bg.jpg) repeat-x 0 0;}
#footer .wrap { position:relative; width:960px; margin:0 auto;}
#footer .wrap .coo { position:relative; border-top:2px solid #00a2ed; border-bottom:1px solid #ddd; height:45px; float:left; width:960px; }
#footer .wrap .coo a { margin:0 0px; }
#footer .wrap .fm { position:absolute; top:78px; left:0; text-align:center; width:100%; font-size:11px; color:#8c8c8c; }
#footer .wrap .fm a { color:#8c8c8c; padding:0 13px 0 10px; background:url(../images/fm_bar.gif) no-repeat right 0; }
#footer .wrap .fm a.last { background:none; }
#footer .wrap .f_info {position:absolute;top:65px;left:0;width:100%;font-size: 12px;color: #b2b2b2;line-height:20px;letter-spacing: -1px;}
#footer .wrap .f_info a { color:#1377ff; }
#footer .wrap .f_info ul li { width:960px; display:inline; padding:0 6px; }
#footer .wrap .f_info li { background:url(../images/grey-line.gif) no-repeat right 0; }
#footer .wrap .f_info li.last { background:none; }
#footer .wrap .f_info .copyright{padding-left:2px;}
#footer .wrap .f_info .powered{text-align: right;    display: block;float: right;}
#footer .wrap .footleft {width: 960px;height: 45px;overflow: hidden;border: 0px solid black;padding: 0px;clear:both; }
#footer .wrap .footleft img {height: 45px;	margin: 0px;border: 0px;clear:both; margin-left:20px;}
#footer .backgroundHover:hover { background:#000; color:#fff; }

#footer .h_info{}
#footer .h_info li{float:left;height: 46px;line-height: 46px;}
#footer .h_info li:after{content:"|";color: #7d7d7d;padding: 0 10px;}
#footer .h_info li:last-child:after{content:"";}
#footer .h_info li a{font-size:12px;color:#7d7d7d;}

/* footer_menu */
#footer_menu{background:#00a2ed; margin-top:14px;}
#footer_menu ul{overflow:hidden; padding:14px 16px;}
#footer_menu ul li{float:left; padding:0 11px 0 10px;}
#footer_menu ul li a{color:#fff;}
#footer_menu ul li.last{background:none;text-align:right; float:right;}

/* main */
#main_contents { position:relative; }
#main_contents .wrap { position:relative; width:960px; margin:5px auto 0; }

#main_contents .middle01_box{position:relative;width:100%;height:550px;overflow: hidden;}
#main_contents .middle01_box .bxslider{height:550px;}
#main_contents .middle01_box .bx_li{height:550px;}
#main_contents .middle01_box .bx-wrapper{margin:0 auto;}
#main_contents .middle01_box .inner_box{width: 960px;margin: 0 auto;}
#main_contents .middle01_box .m_top2{margin: 0 auto;margin-bottom: 14px;position: absolute;top: 345px;bottom: 0;}

#main_contents .middle01_box .slider_inner_box{position: relative;margin: 0 auto;width: 960px;}
#main_contents .middle01_box .li_01_box{text-align:center;}
#main_contents .middle01_box .li_01_box .tit_txt{margin-top:120px;font-size: 42px;color: #fff;text-align: center;text-shadow:0 1px #807c79, 0 1px #807c79, 0 1px #807c79, 0 1px #807c79}
#main_contents .middle01_box .li_01_box .tit_txt > em{color:#f1e016;}
#main_contents .middle01_box .li_01_box .btn_goto{display: inline-block;margin-top:40px;text-align: center;width: 187px;height: 36px;font-size: 14px;font-weight: bold;color: #fff;line-height: 36px;letter-spacing: -1px;border: 2px solid #fff;}

#main_contents .middle01_box .li_02_box{text-align:center;}
#main_contents .middle01_box .li_02_box .tit_txt{margin-top:120px;font-size: 42px;color: #fff;text-align: center;text-shadow:0 1px #807c79, 0 1px #807c79, 0 1px #807c79, 0 1px #807c79}
#main_contents .middle01_box .li_02_box .tit_txt > em{color:#f1e016;}
#main_contents .middle01_box .li_02_box .btn_goto{display: inline-block;margin-top:40px;text-align: center;width: 187px;height: 36px;font-size: 14px;font-weight: bold;color: #fff;line-height: 36px;letter-spacing: -1px;border: 2px solid #fff;}

#main_contents .middle02_box{width:100%;height:348px;background:url(/images/main_middle02_bg.jpg) no-repeat center center;}
#main_contents .middle02_box .inner_box{margin:0 auto;width:960px;height:348px;}
#main_contents .middle02_box .sec_box{float: left;width:240px;text-align:center;}
#main_contents .middle02_box .slide_box{position: relative; width:420px; height:250px; float:left; margin:50px 0 0 30px;}
#main_contents .middle02_box .slide_box .tit{position: absolute; top:215px; left:0; width:430px; height:35px; background-color:#000; background:rgba(0,0,0,0.9);}
#main_contents .middle02_box .slide_box .tit p{color:#fff; line-height:33px; text-align:center;}
#main_contents .middle02_box .top_img{margin-top: 55px;}
#main_contents .middle02_box .tit_txt{margin-top: 24px;font-size: 14px;font-weight: bold;color: #c5c5c5;letter-spacing: -1px;}
#main_contents .middle02_box .sub_txt{font-size: 18px;font-weight: bold;color: #fff;letter-spacing: -1px;}

#main_contents .middle04_box{width:100%;height:504px;background:url(/images/main_middle04_bg.jpg) no-repeat center center;}
#main_contents .middle04_box .inner_box{position:relative;margin:0 auto;width:960px;height:504px;background: url(/images/main_middle04_inner_bg.png) no-repeat center center;}
#main_contents .middle04_box .top_box{position: absolute;top: 215px;left: 495px;}
#main_contents .middle04_box .middle_box{position: absolute;top: 298px;left: 495px;}
#main_contents .middle04_box .bottom_box{position: absolute;top: 382px;left: 495px;}

#main_contents .middle04_box .tit_txt{font-size: 24px;font-weight: bold;color: #3d3d3d;letter-spacing: -2px;}
#main_contents .middle04_box .sub_txt{font-size: 12px;letter-spacing: -1px;}
#main_contents .middle04_box .btn_goto{display: inline-block;margin-left: 40px;width: 94px;height: 33px;line-height: 33px;color: #fff;text-align: center;vertical-align: bottom;background: #0c76b7;}

#main_contents .middle05_box{width:100%;height: 610px;background: url(/tourmap-css-img/cm-bg.jpg) no-repeat center center;}
#main_contents .middle05_box .inner_box{position:relative;margin:0 auto;width:960px;height:630px;}

#main_contents .middle05_box .image_box{float: left;}
#main_contents .middle05_box .text_box{/* float: left; */position: absolute;/* padding: 0 18px; */box-sizing: border-box;}
#main_contents .middle05_box .tit_txt{font-size: 18px;font-weight: normal;font-size: 30px !important;letter-spacing: -2px;color: #fff;}
#main_contents .middle05_box .tit_txt > span{color: #0d5d99;}
#main_contents .middle05_box .sub_txt{font-weight: normal;letter-spacing: -2px;font-size: 14px;color: #fff;}
#main_contents .middle05_box .btn_goto{display: block;width: 100px;height: 38px;font-size: 16px;font-weight: normal;line-height: 38px;text-align: center;color: #fff;border: 2px solid #ffffff;border-radius: 20px;letter-spacing: -1px;right: 30px;position: absolute;margin-top: 40px !important;}
#main_contents .middle05_box a:hover{text-decoration:none}

#main_contents .middle05_box .sec_01_box{position:absolute;top: 70px;left:0;width: 504px;height: 220px;background:#fff;box-shadow: 0px 4px 5px #555;}
#main_contents .middle05_box .sec_01_box .text_box{width: 100%;text-align: right;padding-right: 30px;}
#main_contents .middle05_box .sec_01_box .tit_txt{/* padding-top: 10px; */}
#main_contents .middle05_box .sec_01_box .sub_txt{padding-top: 50px;}
#main_contents .middle05_box .sec_01_box .btn_goto{margin-top: 26px;0}

#main_contents .middle05_box .sec_02_box{position:absolute;top: 310px;left:0;width: 436px;height: 221px;background:#fff;box-shadow: 0px 4px 5px #555;}
#main_contents .middle05_box .sec_02_box .text_box{width: 100%;position: absolute;padding-left: 30px;}
#main_contents .middle05_box .sec_02_box .tit_txt{padding-top: 0;}
#main_contents .middle05_box .sec_02_box .sub_txt{padding-top: 50px;}
#main_contents .middle05_box .sec_02_box .btn_goto{/* margin-top: 40px; */left: 30px;}

#main_contents .middle05_box .sec_03_box{box-shadow: 0px 4px 5px #555;position:absolute;top:282px;left:0;width:295px;height:260px;background:url(/images/main_middle05_03_ex.jpg) no-repeat center center;}
#main_contents .middle05_box .sec_03_box .text_box{/* width: 295px; */}
#main_contents .middle05_box .sec_03_box .tit_txt{padding-top: 13px;}
#main_contents .middle05_box .sec_03_box .sub_txt{padding-top: 8px;}
#main_contents .middle05_box .sec_03_box .btn_goto{margin-top: 11px;}

#main_contents .middle05_box .sec_03_box{position:absolute;top: 310px;left: 456px;width: 504px;height: 221px;background:#fff;}
#main_contents .middle05_box .sec_03_box .text_box{/* width: 295px; */padding-left: 30px;}
#main_contents .middle05_box .sec_03_box .tit_txt{padding-top: 0;}
#main_contents .middle05_box .sec_03_box .sub_txt{padding-top: 50px;}
#main_contents .middle05_box .sec_03_box .btn_goto{margin-top: 11px;left: 30px;}

#main_contents .middle05_box .sec_04_box{position:absolute;top: 70px;left: 524px;width: 436px;height: 220px;background:#fff;overflow: hidden;box-shadow: 0px 4px 5px #555;}
#main_contents .middle05_box .sec_04_box .text_box{width: 100%;padding-right: 30px;text-align: right;}
#main_contents .middle05_box .sec_04_box .tit_txt{/* padding-top: 0px; */font-size: 30px;letter-spacing: -3px;}
#main_contents .middle05_box .sec_04_box .sub_txt{padding-top: 50px;}
#main_contents .middle05_box .sec_04_box .btn_goto{margin-top: 30px;}

#main_contents .middle06_box{width:100%;height: 377px;background: #f7f7f7;}
#main_contents .middle06_box .inner_box{margin:0 auto;width:960px;height:190px;box-sizing: border-box;padding: 75px 0;}
#main_contents .middle06_box .sec_box{padding: 0 20px;float:left;width:305px;height:168px;box-sizing: border-box;}
#main_contents .middle06_box .sec_box.line{border-right: 1px solid #bbb;}
#main_contents .middle06_box .top_box{position:relative;height: 30px;width: 100%;border-bottom: 1px dotted #222;}
#main_contents .middle06_box .tit_txt{font-size: 14px;font-weight:bold;}
#main_contents .middle06_box .btn_goto{position:absolute;top:5px;right:10px;font-size: 14px;}
#main_contents .middle06_box .list_box{margin-top: 14px;}
#main_contents .middle06_box .list_box li{font-size:12px;line-height: 24px;}
#main_contents .middle06_box .hd_box{position: relative;margin-top: 10px;}
#main_contents .middle06_box .center_img{margin: 0 auto;display: block;}

#main_contents .middle07_box{width:100%;height:620px;background:url(/images/main_middle07_bg.jpg) no-repeat center center;}
#main_contents .middle07_box .inner_box{margin:0 auto;width:960px;height:348px;}
#main_contents .middle07_box .top_box{padding: 43px 0;}
#main_contents .middle07_box .m_touritem .cate{position: static;border-right:0;}
#main_contents .middle07_box .m_touritem .cate li{width:33.3%;box-sizing: border-box;padding-left: 5px;}
#main_contents .middle07_box .m_touritem .cate li:first-child{padding-left:0;}
#main_contents .middle07_box .m_touritem .cate li a{color: #4e4e4e;font-weight:600;border-bottom: 2px solid #0068b7;}
#main_contents .middle07_box .m_touritem .cate li a.t01{width:100%;background:none;}
#main_contents .middle07_box .m_touritem .cate li a.t02{width:100%;background:none;}
#main_contents .middle07_box .m_touritem .cate li a.t03{width:100%;background:none;}
#main_contents .middle07_box .m_touritem .cate li.active a:hover,
#main_contents .middle07_box .m_touritem .cate li.active a{color:#fff;background:#0068b7;font-weight:normal;}
#main_contents .middle07_box .m_touritem .list{margin-top:20px;}
#main_contents .middle07_box .basic_ul_box > li{height: 360px;}
#main_contents .middle07_box .top_box .tit_txt{float:left;font-size: 24px;color: #2f2f2f;}
#main_contents .middle07_box .basic_ul_box .text_box{height: 106px;}
#main_contents .middle07_box .basic_ul_box .tit_txt{margin-bottom: 5px;max-width: 100%;text-align: center;}
#main_contents .middle07_box .basic_ul_box .pc_txt{position: static;width: 100%;text-align: center;text-decoration:none;}
#main_contents .middle07_box .basic_ul_box .di_txt{width: 100%;text-align: center;}


.lodging_list_box{width:100%;}
.lodging_list_box .basic_ul_box > li{height: 321px;}


.aircartel_list_box{width:100%;}
.aircartel_list_box .basic_ul_box > li{height: 332px;}
.aircartel_list_box .basic_ul_box .text_box{height: 78px;}


.rentcar_list_box{width:100%;}
.rentcar_list_box .basic_ul_box > li{height: 332px;}
.rentcar_list_box .basic_ul_box .text_box{height: 78px;}
.rentcar_list_box .basic_ul_box .image_box{border-bottom: 1px solid #e6e6e6;}

/* ul box */
.basic_ul_box > li{margin-right: 7px;margin-bottom:7px;float:left;width: 313px;border: 1px solid #e6e6e6;background:#fff;}
.basic_ul_box > li.last{margin-right:0;}
.basic_ul_box > li:hover {outline: 2px solid #ff6222;}
.basic_ul_box .image_box{border-bottom: 1px solid #e6e6e6;}
.basic_ul_box .text_box{position:relative;margin-top: 12px;margin-left: 8px;margin-right: 8px;height: 65px;}
.basic_ul_box .tit_txt{display: block;max-width: 164px;font-size: 15px;font-weight: bold;color: #535353;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;letter-spacing: -1px;}
.basic_ul_box .dr_txt{position: absolute;bottom: 0;left: 0;font-size: 30px;font-weight: bold;color: #e52222;}
.basic_ul_box .pc_txt{position: absolute;right: 0;bottom: 24px;font-size: 13px;font-weight: bold;color:#a2a2a2;text-decoration:line-through}
.basic_ul_box .di_txt{position: absolute;right: 0;bottom: 0;font-size: 18px;font-weight: bold;}
.basic_ul_box .boundary_txt{position: absolute;right: 0;top: 0px;font-size: 12px;font-weight: bold;color: #888;}
.basic_ul_box .type_txt{position: absolute;left: 0;top: 21px;font-size: 11px;font-weight: bold;color: #a2a2a2;}
.basic_ul_box .ctype_txt{position: absolute;right: 0;top: 20px;font-size: 12px;font-weight: bold;color: #888;}

.m_top2 { position:relative; height:201px;width:956px; *zoom:1; }
.m_top2 .tab_con{width:228px;height:205px;float:left;position:relative;background:#002442 url(/images/quicksearch_bg.jpg) no-repeat 0 0}

.m_top { position:relative; *zoom:1; }
.main-promoction {width: 960px; height:400px; overflow:hidden; position:relative; z-index: 1}
.main-promoction .back-btn {position:absolute; width:40px; height:57px; left:0; top:50%; margin-top:-25px; z-index:2; cursor: pointer}
.main-promoction .next-btn {position:absolute; width:40px; height:57px; right:0; top:50%; margin-top:-25px; z-index:2; cursor: pointer}
.main-promoction ul {height:32px; width:auto; overflow:visible; position:absolute; bottom:0;}
.main-promoction ul li{float:left; visibility:visible; margin-top:-34px; margin-left:-18000px}
.main-promoction.ea6 ul li.on {width:119px;}

.main-promoction ul li h2 {background-image: url('../img/common/opabg.png'); *background-color:#000}
.main-promoction ul li h2 a{font-size:12px; font-weight:200; color:#FFF; opacity: 2}
.main-promoction ul li.on {visibility: visible;  width:auto; height:32px; text-align:center; line-height:32px; margin:0 1px 1px 0; }
.main-promoction.ea6 ul li h2.on a {color:#FFDA00; font-weight:bold;}
.main-promoction ul li div{width:960px; height:408px; z-index: -1; top:-358px; left:0; position:absolute; display:none;}
.main-promoction ul li div img{display:block; width:960px; height:408px;}
.main-promoction ul li div.on{display:block;}

ul.ps_tabs {position:absolute;top:85px;left:31px; margin:0; padding:0; float:left; list-style:none; height:122px; width:169px;}
ul.ps_tabs li { text-align:right; cursor:pointer; width:143px; height:24px; line-height:24px;overflow:hidden; font-size:12px; color:#fff; padding:0 24px 0 0; }
ul.ps_tabs li a { color:#fff; }
ul.ps_tabs li.active { background:#c4e6ff !important; color:#000; font-weight:900; height:29px;line-height:29px;}
ul.ps_tabs li.active a { color:#ffffff; }

.ps_tab_container{position:absolute;top:29px;left:228px;width:728px; height:176px;background:rgba(5, 89, 153, 0.8);}
.ps_tab_content { position:relative; height:176px; display:none; color:#111; font-size:11px; padding-top: 20px;}
.ps_tab_content .unit { position:relative;padding:14px 20px 5px 20px; float:left ; height:156px; font-size:14px;color:#fff;}
.ps_tab_content .unit.last { border-right:none; }
.ps_tab_content .unit p { margin-bottom:5px; }
.ps_tab_content .unit p em { display:block; *zoom:1; *display:block; color:#fff !important; font-size:16px;margin-bottom:10px;}
.ps_tab_content .unit select { border:1px solid #ababab; height:18px; color:#000; font-size:11px; }
.ps_tab_content .unit select.w135 { width:135px; }
.ps_tab_content .unit select.w100 { width:100px; }
.ps_tab_content .unit select.w65 { width:65px; }
/* .ps_tab_content .unit input.txt { border:1px solid #ababab; height:18px; line-height:18px; padding:0 5px; color:#000; font-size:11px; } */
.ps_tab_content .unit input.w110 { width:110px; }
.ps_tab_content .unit input.w120 { width:120px; }
.ps_tab_content .btn { position:absolute; top:39px; right:29px; width:112px; height:93px;}

.m_free-travel { position:relative; height:260px; margin-top:12px; *zoom:1; }
.m_free-travel:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }
.m_free-travel h3 { width:698px; position:relative; float:left; }
.m_free-travel .option { width:250px; height:260px; position:relative; float:left; background:url(../img/main/main_freepkg_bg_title.jpg); margin-left:12px; }
.m_free-travel .option p { margin-bottom:5px; }
.m_free-travel .option p em { display:inline-block; width:43px; *zoom:1; *display:inline; }
.m_free-travel .option select { border:1px solid #ababab; color:#000; }
.m_free-travel .option select.w150 { width:150px; }
.m_free-travel .option select.w75 { width:75px; }
.m_free-travel .option input.txt { border:1px solid #ababab; width:110px; height:18px; line-height:18px; padding:0 10px; color:#000; }
.m_free-travel .btn { position:relative; float:left; }

.m_rent-car { position:relative; height:264px; border:3px solid #d7d7d7; margin-top:12px; *zoom:1; }
.m_rent-car:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }
.m_rent-car h3 { position:relative; float:left; }
.m_rent-car .cate { position:absolute; top:20px; left:184px; width:70%; letter-spacing:-1px; }
.m_rent-car .cate li { float:left; padding-right:10px; background:url(../images/grey-line.gif) no-repeat right 0; margin-right:10px; }
.m_rent-car .cate li.last { background:none; }
.m_rent-car .cate li a { display:block; color:#000; }
.m_rent-car .cate li a.on { font-weight:bold; padding-right:16px; background:url(../images/ic_green-arrow.gif) no-repeat right 3px; }
.m_rent-car .more { position:absolute; top:15px; right:19px; }
.m_rent-car .list { position:absolute; top:50px; left:184px; width:770px; }
.m_rent-car .list ul { position:relative; }
.m_rent-car .list ul li { float:left; width:180px; margin-right:10px; line-height:18px; }
.m_rent-car .list ul li .ph { position:relative; border:1px solid #d7d7d7; margin-bottom:10px; }
.m_rent-car .list ul li .ph img { width:178px; height:129px; }
.m_rent-car .list ul li .name { position:relative; }
.m_rent-car .list ul li .name a { color:#666; }
.m_rent-car .list ul li .name a em { display:block; color:#222; font-weight:bold; }
.m_rent-car .list ul li .price { position:relative; color:#000; font-weight:bold; margin-top:3px; }
.m_rent-car .list ul li .price em { color:#e84848; font-weight:normal;  }
.m_rent-car .list ul li .price .go { position:absolute; top:0; right:0; }

.main-rentalcar {position:relative;float:left; width:723px; padding:0 0 5px 0;background:url(../img/main/bg_section3.gif) no-repeat;border:1px solid #b8b8b8;margin-right:15px}
.main-rentalcar h1 {width:723px;height:38px;font-size:12px;font-weight:bold;padding-left:15px;line-height:40px;position:relative;margin-bottom:15px;}
.main-rentalcar h1 span.sale-img{position:absolute;top:11px;left:139px}
.main-rentalcar-tab {position:absolute; top:12px; right:15px; font-size:12px;}
.main-rentalcar-tab .line {padding:0 0 0 3px; color:#ccc;}
.main-rentalcar-tab .current {font-weight:bold;}
.main-rentalcar-tab .view_more {color:#666666}
.main-rentalcar-tab img{vertical-align:-2px;margin:0 7px}
.main-rentalcar-tab-content{width:762px;padding:0 0 0 0px}
.main-rentalcar-tab-content li {width:178px; height:194px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; zoom:1; padding:0 0px 0 0px;float:left}
.main-rentalcar-tab-content li a {zoom:1;}
.main-rentalcar-tab-content li span.thumb img {width:178px; height:129px; margin-bottom:10px; border-top:2px solid #009fdd; border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7;}
.main-rentalcar-tab-content li a:hover img {border-bottom:2px solid #009fdd;}
.main-rentalcar-tab-content li span.subject {width:178px;color:#222222; display:block; margin-bottom:1px; text-align:center}
.main-rentalcar-tab-content li span.price {width:178px;display:block; font-weight:bold; color:#000;text-align:center}
.main-rentalcar-tab-content .cate { position:absolute; top:20px; left:184px; width:70%; letter-spacing:-1px; }
.main-rentalcar-tab-content .cate li { float:left; padding-right:10px; background:url(../images/grey-line.gif) no-repeat right 0; margin-right:10px; }
.main-rentalcar-tab-content .cate li.last { background:none; }
.main-rentalcar-tab-content .cate li a { display:block; color:#000; }
.main-rentalcar-tab-content .cate li a.on { font-weight:bold; padding-right:16px; background:url(../images/ic_green-arrow.gif) no-repeat right 3px; }

.m_lodging { position:relative; height:252px; border:1px solid #d8d8d8; border-top:1px solid #333333; margin-top:10px; *zoom:1; }
.m_lodging:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }
.m_lodging .tab{width:100%;height:36px;background:url(/img/main/lodging_bg.png) repeat-x 0 0;position:relative}
.m_lodging .tab h3 { position:absolute;top:9px;left:7px;color:#323232;font-size:18px;}
.m_lodging .tab h3 span{color:#0068b7}
.m_lodging .cate { position:absolute; top:0px; right:0px; letter-spacing:-1px; }
.m_lodging .cate li { width:92px;height:36px; float:left; font-size:12px;color:#666;border-left:1px solid #d8d8d8;background:url(/img/main/lodging_bg.png) repeat-x 0 -36px;text-align:center;line-height:36px;}
.m_lodging .cate li a { display:block; color:#666;text-decoration:none}
.m_lodging .cate li a.on { color:#0068b7;background:#fff}
.m_lodging .list { position:absolute; top:39px; left:19px; width:939px; }
.m_lodging .list ul { position:relative; }
.m_lodging .list ul li { float:left; width:172px; margin-right:15px; line-height:18px; }
.m_lodging .list ul li li a {zoom:1;}
.m_lodging .list ul li a:hover img {border-bottom:1px solid #111;}
.m_lodging .list ul li span.thumb img {width:172px; height:135px; margin-bottom:4px; }
.m_lodging .list ul li span.subject {width:172px;color:#222222; display:block; margin-bottom:1px; text-align:center}
.m_lodging .list ul li span.price {width:172px;display:block; font-weight:bold; color:#000;text-align:center}

.m_sec { position:relative; *zoom:1; }
.m_sec:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }

.m_ticket { position:relative; float:left; height:212px; width:692px; border:3px solid #d7d7d7; margin-top:12px; *zoom:1; }
.m_ticket h3 { position:relative; float:left; }
.m_ticket .cate { position:absolute; top:20px; left:184px; width:65%; letter-spacing:-1px; }
.m_ticket .cate li { float:left; padding-right:10px; background:url(../images/grey-line.gif) no-repeat right 0; margin-right:10px; }
.m_ticket .cate li.last { background:none; }
.m_ticket .cate li a { display:block; color:#000; }
.m_ticket .cate li a.on { font-weight:bold; padding-right:16px; background:url(../images/ic_green-arrow.gif) no-repeat right 3px; }
.m_ticket .more { position:absolute; top:15px; right:19px; }
.m_ticket .list { position:absolute; top:50px; left:184px; width:508px; }
.m_ticket .list ul { position:relative; }
.m_ticket .list ul li { float:left; width:116px; margin-right:10px; line-height:18px; }
.m_ticket .list ul li .ph { position:relative; border:1px solid #d7d7d7; margin-bottom:10px; }
.m_ticket .list ul li .ph img { width:114px; height:98px; }
.m_ticket .list ul li .name { position:relative; }
.m_ticket .list ul li .name a { color:#222; font-weight:bold; }
.m_ticket .list ul li .price { position:relative; color:#666; }
.m_ticket .list ul li .price em { color:#000; font-weight:bold; }

.m_dis-air { position:relative; float:right; width:248px; height:216px; background:#f2f2f2; border:1px solid #d7d7d7; margin-top:12px; }
.m_dis-air h3 { position:absolute; top:16px; left:12px; }
.m_dis-air .more { position:absolute; top:16px; right:13px; }
.m_dis-air .gre-box { position:absolute; top:40px; left:12px; width:219px; height:69px; border:2px solid #8ec142; background:#fff; }
.m_dis-air .gre-box .line { position:absolute; top:11px; left:10px; font-size:14px; font-weight:bold; color:#353535; }
.m_dis-air .gre-box .line img { vertical-align:-3px; }
.m_dis-air .gre-box .air-name { position:absolute; top:12px; right:10px; color:#666; }
.m_dis-air .gre-box .price { position:absolute; top:30px; left:11px; width:153px; height:32px; font-size:14px; font-weight:bold; color:#fff; padding-left:45px; background:url(../images/mc_air_price_bg.gif) no-repeat 0 0; }
.m_dis-air .gre-box .price em { font-size:24px; }
.m_dis-air ul { position:absolute; top:122px; right:13px; width:223px; }
.m_dis-air ul li { position:relative; line-height:20px; letter-spacing:-1px; }
.m_dis-air ul li span { display:inline-block; *zoom:1; *display:inline; font-size:11px; color:#666; }
.m_dis-air ul li span.time { width:107px; letter-spacing:0; }
.m_dis-air ul li span.time em { color:#111; letter-spacing:-1px; }
.m_dis-air ul li span.line { width:53px; color:#3b82a6; text-align:center; text-align:right; }
.m_dis-air ul li span.price { width:55px; color:#d94200; text-align:right; letter-spacing:0; }

.main-air {float:left; width:204px; border:1px solid #b8b8b8;border-left:0; padding:14px 15px 15px 15px;position:relative}
.main-air h1{width:204px;height:21px;}
.main-air .btn_more{position:absolute;width:13px;height:13px; top:13px; right:15px}
.main-air .header {position:relative; height:53px; margin:0 0 5px 0; padding:10px 10px 10px 10px; border:2px solid #8ec142;}
.main-air .header .loc {margin-bottom:4px; font-weight:bold; font-size:14px;}
.main-air .header .air {position:absolute; top:12px; right:10px;}
.main-air .header .price {height:28px; padding:5px 0 0 10px; line-height:24px; color:#fff; font-weight:bold; font-size:14px; background:#444;}
.main-air .header .price strong {font-size:24px; font-weight:bold; font-family:'arial';}
.main-air ul {height:76px; font-size:11px;margin-bottom:7px}
.main-air li {height:19px; line-height:21px; zoom:1;}
.main-air li span {display:inline-block;}
.main-air li span.date {width:57px; color:#777;text-align:left;}
.main-air li span.time {width:42px; text-align:left; color:#333;}
.main-air li span.airport {width:55px; text-align:left; color:#3e89af;}
.main-air li span.price {width:50px; text-align:right; color:#e54600;}
.main-air-banner{width:204px;height:46px}

.m_bus-pack { position:relative; height:200px; margin-top:12px; *zoom:1; }
.m_bus-pack:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }
.m_bus-pack h3 { position:relative; float:left; margin-right:12px; }
.m_bus-pack .list { position:relative; float:left; width:733px; height:197px; background:#f3f3f3; border:1px solid #d7d7d7; border-top:2px solid #000; }
.m_bus-pack .list ul { position:absolute; top:0px; left:10px; }
.m_bus-pack .list ul li { float:left; width:163px; height:180px; margin:0 5px 0 4px; border:1px solid #d7d7d7; background:#fff; padding:2px; }
.m_bus-pack .list ul li .ph { position:relative; margin-bottom:10px; }
.m_bus-pack .list ul li .ph img { width:163px; height:130px; }
.m_bus-pack .list ul li .name { position:relative; padding-left:5px; }
.m_bus-pack .list ul li .name a { color:#666; font-size:11px; }
.m_bus-pack .list ul li .name a em { display:block; color:#010101; font-size:11px; margin-top:5px; }

.m_golf { position:relative; float:left; height:274px; width:680px; border:3px solid #d7d7d7; margin-top:12px; *zoom:1; }
.m_golf h3 { position:relative; float:left; }
.m_golf .tab { position:absolute; top:20px; left:184px; width:500px; }
.m_golf .tab ul { border-left:1px solid #bfbfbf; }
.m_golf .tab li { float:left; width:98px; height:32px; line-height:35px; text-align:center; background:#f3f3f3; border:1px solid #bfbfbf; margin-left:-1px; }
.m_golf .tab li.on { border-bottom:1px solid #fff; background:#fff; color:#222; font-weight:bold; width:100px; }
.m_golf .tab li.on a { color:#222; }
.m_golf .tab li.last { background:none; }
.m_golf .tab li a { display:block; color:#666; }
.m_golf .tab li a:hover { text-decoration:none; }
.m_golf .more { position:absolute; top:62px; right:20px; }
.m_golf .list { position:absolute; top:93px; left:184px; width:510px; }
.m_golf .list ul { position:relative; }
.m_golf .list ul li { float:left; width:160px; margin-right:0px; line-height:18px; }
.m_golf .list ul li .ph { position:relative; border:1px solid #d7d7d7; margin-bottom:10px; }
.m_golf .list ul li .ph img { width:158px; height:129px; }
.m_golf .list ul li .name { position:relative; }
.m_golf .list ul li .name a { color:#222; font-weight:bold; }

.m_golf_my { position:relative; float:left; width:270px; height:278px; border:1px solid #d7d7d7; border-left:none; margin-top:12px; background:url(../images/golf_bg.gif); }
.m_golf_my h3 { position:absolute; top:22px; left:25px; }
.m_golf_my .option { position:absolute; top:187px; left:20px; }
.m_golf_my .option p { margin-bottom:5px; }
.m_golf_my .option p em { display:inline-block; width:43px; *zoom:1; *display:inline; }
.m_golf_my .option select { border:1px solid #ababab; color:#000; }
.m_golf_my .option select.w90 { width:90px; }
.m_golf_my .option input.txt { border:1px solid #ababab; width:77px; height:18px; line-height:18px; padding:0 5px; color:#000; }
.m_golf_my .start { position:absolute; top:187px; right:14px; }

.m_center { position:relative; height:262px; margin-top:30px; border-top:2px solid #542a89; border-bottom:1px solid #d1d1d1;*zoom:1; }
.m_center:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }
.m_center .book { position:relative; float:left; width:259px; height:262px; border-right:1px solid #d1d1d1 }
.m_center .book h3 { position:absolute; top:10px; left:0; height:36px;line-height:36px;font-size:16px;color:#000}
.m_center .book h4{position:absolute; top:44px; left:-4px;color:#0068b7;font-size:38px;font-weight:900;letter-spacing:-1px}
.m_center .book .time{position:absolute;top:196px;left:0;width:229px;height:27px;border:1px solid #d1d1d1;border-width:1px 0;line-height:27px;color:#666;}
.m_center .book h5{position:absolute;top:133px;left:0;color:#fff;font-size:14px;line-height:20px;}
.m_center .book h5 span{color:#fff;font-weight:normal}
.m_center .book h6{position:absolute;top:110px;left:0;font-size:12px;line-height:16pxcolor:#666;font-weight:normal}
.m_center .notice { position:relative; float:left; width:425px; height:262px;border-right:1px solid #d1d1d1 }
.m_center .notice h3 { position:absolute; top:10px; left:30px; height:36px;line-height:36px;font-size:16px;color:#000}
.m_center .notice ul { position:absolute; top:46px; left:30px; width:365px; }
.m_center .notice ul li { line-height:29px; border-bottom:1px dashed #d1d1d1; }
.m_center .notice ul li img {vertical-align:-2px}
.m_center .notice ul li a { color:#333; }
.m_center .help { position:relative; float:left; width:274px; height:262px;}
.m_center .help h3 { position:absolute; top:10px; left:29px; height:36px;line-height:36px;font-size:16px;color:#000}
.m_center .help .hm { position:absolute; top:52px; left:10px; width:264px;  }
.m_center .help .hm li a{ float:left; width:69px; height:24px; margin:0 0 0 19px; background:url(/img/main/cs_help_icon.png) no-repeat; text-align:center; color:#333; font-size:14px; letter-spacing:-1px; padding:76px 0 0 0;text-decoration:none}
.m_center .help .hm li a.h01 { background-position:0 0 }
.m_center .help .hm li a.h02 { background-position:-89px 0 }
.m_center .help .hm li a.h03 { background-position:-176px 0 }
.m_center .help .hm li a.h04 { background-position:0 -100px }
.m_center .help .hm li a.h05 { background-position:-89px -100px }
.m_center .help .hm li a.h06 { background-position:-176px -100px }

/*#quickMenuRight {position:absolute; right:50%; top:220px; width:86px; margin-right:-594px; z-index:1;}
#quickMenuRight li{margin-bottom: 8px;}
#quickMenuRight li a{text-decoration:none;}
#quickMenuRight .li_box{display: block;width: 86px;height: 86px;border-radius: 50%;text-align: center;color: #fff;line-height: 124px;letter-spacing: -1px;}
#quickMenuRight .li_01_box{background: #7accc8 url(/images/quickmenu_icon.png) no-repeat 0 0;}
#quickMenuRight .li_02_box{background: #51cdc7 url(/images/quickmenu_icon.png) no-repeat 0 -87px;}
#quickMenuRight .li_03_box{background: #2fb0a9 url(/images/quickmenu_icon.png) no-repeat 0 -174px;}
#quickMenuRight .li_04_box{background: #378783 url(/images/quickmenu_icon.png) no-repeat 0 -251px;}
#quickMenuRight .li_05_box{background: #1f4b49 url(/images/quickmenu_icon.png) no-repeat 0 -337px;}*/

ul.tabs {padding: 5px 0; font-size: 0; margin:0; list-style-type: none; text-align: left; }
ul.tabs li { display: inline; margin: 0; margin-right:0px; }
ul.tabs li a { font: normal 12px Verdana; text-decoration: none; position: relative; padding: 7px 16px; border: 1px solid #CCC; border-bottom-color:#B7B7B7; color: #000; background: #F0F0F0 url(../img/common/tabbg.gif) 0 0 repeat-x; border-radius: 3px 3px 0 0; outline:none; }
ul.tabs li a:visited { color: #000; }
ul.tabs li a:hover { border: 1px solid #B7B7B7; background:#F0F0F0 url(tabbg.gif) 0 -36px repeat-x; }
ul.tabs li.selected a, ul.tabs li.selected a:hover { position: relative; top: 0px; font-weight:bold; background: white; border: 1px solid #B7B7B7; border-bottom-color: white; }
ul.tabs li.selected a:hover { text-decoration: none; }
div.tabcontents {width:960px;}
div.tabcontents:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }

.totalPrice {color:#ff0000; font-weight:bold; font-size:3em; font-family:'Times New Roman',Times,serif; float:left; }
.totalPrice_z {color:#ff0000; font-weight:bold; font-size:34px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; }
.totalPrice_o {color:#444; font-size:24px; line-height:38px; font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif; text-decoration:line-through;}
.totalPrice_d {color:#444; font-size:32px; font-family:"Aria", Times, serif; font-weight:bold; }
.totalPrice_s {color:#ff0000; font-weight:bold; font-size:1.8em; font-family:'Times New Roman',Times,serif; float:left; }

#ptTimeSelectCntr {width: 250px; font-size:12px; position: absolute; z-index: 10; display: none; font-family:'Nanum Barun Gothic'; }
#ptTimeSelectCntr .ui-widget{padding: .2em;}
#ptTimeSelectCntr .ui-widget-header {padding: .2em;}
#ptTimeSelectCntr #ptTimeSelectUserTime {font-size: larger;	padding: .2em; padding-left: 1em; text-align: center;}
#ptTimeSelectCntr #ptTimeSelectCloseCntr {display: block;padding: .2em;}
#ptTimeSelectCntr #ptTimeSelectCloseCntr a {display: block;padding: .2em;}
#ptTimeSelectCntr .ui-widget-content {margin-top: .1em;margin-bottom: .1em;padding: .2em;}
#ptTimeSelectCntr .ui-widget.ui-widget-content {margin-top: 0;}
#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {border-top:none;border-bottom:none;border-left:none;border-right-width: 2px;}
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {border: none;}
#ptTimeSelectCntr .ptTimeSelectHrCntr a,
#ptTimeSelectCntr .ptTimeSelectMinCntr a {display: block;float: left;padding: .2em;width: 1.9em;margin: 1px;text-align: center;text-decoration: none;}
#ptTimeSelectCntr .ptTimeSelectHrAmPmCntr a {text-align: center;margin: 1px;}
#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {font-weight: bold;font-size: .9em;}
#ptTimeSelectCntr #ptTimeSelectSetButton {padding-top: .2em;padding-bottom: .2em;}
#ptTimeSelectCntr #ptTimeSelectSetButton a {display: block;	padding: .2em;width: 30%;text-align: center;float: right;}


.agree_box{overflow:hidden}
.agree_box .agree_cont{border:1px solid #e0e0e0;padding:28px 30px 25px;line-height:1.5;max-height:200px;overflow:auto}
.agree_box .agree_cont .inner>ul>li{margin-top:7px}
.agree_box .agree_cont .inner ul li ul,
.agree_box .agree_cont .inner ul li dl{padding:5px 0 0 15px}
.agree_box .agree_cont .inner strong+p{margin-top:5px}
.agree_box .agree_cont .inner .tit_agree{display:block;margin-bottom:20px;font-size:14px;color:#333}
.agree_box .agree_cont .inner .tbl_type1 strong{display:block;padding:7px 0 4px}
.agree_box fieldset{margin:13px 0 0}
.agree_box fieldset label{padding-right:15px;padding-left:4px;vertical-align:middle}
.agree_box fieldset input{vertical-align:middle}
.agree_box .btn_area{float:right;padding-top:14px}
.agree_box fieldset{overflow:hidden}
.desc_area+.agree_cont{margin-top:10px}
.rules_box{border:1px solid #e0e0e0;overflow:auto}
.rules_box .inner{padding:30px}
.rules_box .inner>ul>li{margin-top:7px}
.rules_box .inner ul li ul,
.rules_box .inner ul li dl{padding:5px 0 0 15px}
.rules_box .inner strong+p{margin-top:5px}
.rules_box.type1{}
.rules_box.type2{height:405px}
.agree_teaching_priv{overflow:hidden}
.agree_teaching_priv .agree_cont{border:1px solid #e0e0e0;padding:28px 30px 25px;line-height:1.5;max-height:200px;overflow:auto}
.agree_teaching_priv fieldset{margin:13px 0 0}
.agree_teaching_priv fieldset label{padding-right:15px;padding-left:4px;vertical-align:middle}
.agree_teaching_priv fieldset input{vertical-align:middle}
.agree_teaching_priv fieldset{overflow:hidden}
.agree_list{border:1px solid #858585;border-width:2px 0 1px;padding:9px 10px 11px;}
.agree_list li{overflow:hidden;padding:3px 0}
.agree_list li>div{float:left;width:70%;padding:4px 0 7px 10px;background:url(/images/ico/bul_square.png) no-repeat 0 10px}
.agree_list li>p{float:right;width:20%;text-align:right;padding:3px 0 0}

.heading_d2{padding:0 0 12px;}
.heading_d2.line{border-bottom:1px solid #e0e0e0;padding-bottom:0;}
.heading_d2.line img{margin-bottom:-1px}
.heading_d3{padding:0 0 12px 10px;background:url(/images/ico/bul_hd3.gif) no-repeat 0 5px;}
.explain_txt+.heading_d3{margin-top:26px}
.heading_d2+.heading_d3{margin-top:8px}
.heading_d2.line+.heading_d3{margin-top:20px}
.heading_d5{padding:0 0 12px 18px;background:url(/images/ico/bul_hd5.gif) no-repeat 10px 2px;}
.heading_img{padding:0 0 25px}

.step{ padding-bottom:30px;}


ol.guide {margin-bottom:1em; padding:1em; border-left:1px solid #ddd; border-bottom:1px solid #ddd; border-right:1px solid #ddd; border-top:1px solid #ddd;}
ol.guide ul {list-style:none;}
ol.guide li {list-style-type:circle; margin-left:1em;}

.guide table { width:98%; margin:0 0 0px 0; font-size:12px;}
.guide table th { padding:13px 0 12px 0; background:#f7f7f7; border:1px solid #d9d9d9; text-align:center;}
.guide table th + th { border-left:1px solid #d9d9d9; }
.guide table td { padding:12px 0 10px 10px; border-top:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; color:#666; border-left:1px solid #d9d9d9;}
.guide table td + td { border-right:1px solid #d9d9d9; }
.guide table.center td { text-align:center;}
.guide .tableWrap { overflow:hidden; }
.guide .tableWrap table th, .guide .tableWrap table td { border-left:1px solid #d9d9d9; border-right:1px solid #d9d9d9; padding-left:0; }
.guide table.left { float:left; width:48% }
.guide table.right { float:right; width:48% }
.guide table .border { border-left:1px solid #d9d9d9; }

.pacBus-search-lodging { position:relative; width:960px; height:450px; background:url(../img/lodging/lodging_title.jpg) no-repeat 0 0; margin-bottom:10px;}
.pacBus-search-lodging .option { position:absolute; float:left; top:120px; left:60px; width:960px; height:240px; }
.pacBus-search-lodging .option p.sm { color:#222; font-size:11px; line-height:18px; }
.pacBus-search-lodging .option dl { position:relative; margin-bottom:15px; color:#222; *zoom:1; }
.pacBus-search-lodging .option dl:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }
.pacBus-search-lodging .option dl dt { position:relative; float:left; font-weight:bold; }
.pacBus-search-lodging .option dl dd { position:relative; float:left; color:#222; margin-top:-5px; }

.pacBus-search-lodging .option div.sc { position:relative; float:left; top:-30px; left:0px; width:840px; height:43px; background:url(../img/lodging/search_bg.gif) no-repeat 0 0; padding-top:0px; padding-left:20px;}

.pacBus-search-lodging .option dl dd input.txt { border:1px solid #ababab; padding:0 4px; height:18px; line-height:18px; }
.pacBus-search-lodging .option dl dd input.w70 { width:60px; }
.pacBus-search-lodging .option dl dd input.w190 { width:180px; }
.pacBus-search-lodging .option dl dd select { border:1px solid #ababab; height:20px; }

.pacBus-search-lodging .option .left dl { margin-bottom:18px; }
.pacBus-search-lodging .option .left dl dt { width:60px; }
.pacBus-search-lodging .option .left dl dd { width:780px; }
.pacBus-search-lodging .option .left dl dd label { color:#222; }
.pacBus-search-lodging .option .left dl dd img.cal { *vertical-align:-6px; }

.bus-taxi-list {width:100%; margin-bottom:20px; border-top:2px solid #29ba93;}
.bus-taxi-list td {padding:10px 0; text-align:left; vertical-align:top; border-bottom:1px solid #c9c9c9;}
.bus-taxi-list td.thumb {width:200px;}
.bus-taxi-list td.thumb img {width:186px; height:134px; border:1px solid #c9c9c9;}
.bus-taxi-list div.header {height:31px; padding:0 15px; }
.bus-taxi-list div.header h3 {float:left; font-size:14px; padding:5px 0 0 0;}
.bus-taxi-list div.header .btn {float:right; padding:6px 0 0 0;}
.bus-taxi-list ul {padding:10px;}
.bus-taxi-list li {padding:0 0 0 10px; background:url(img/common/bu_product-search-form.gif) no-repeat 0 7px;}
.bus-taxi-list div.price {padding-left:20px;}
.bus-taxi-list div.price strong {font-size:14px;}

.pacBus-list {width:100%; margin-bottom:20px; border:7px solid #c0ecf5; }
.pacBus-list td {padding:10px 0 20px 20px; text-align:left; vertical-align:top; border-bottom:1px solid #c9c9c9;}
.pacBus-list td.thumb {width:265px;}
.pacBus-list td.thumb img {width:265px; border:1px solid #c9c9c9;}
.pacBus-list div.header { height:31px; padding:0 0px; }
.pacBus-list div.header h3 {float:left; font-size:17px; }
.pacBus-list div.header .btn {float:right; padding:6px 0 0 0;}
.pacBus-list p {position:relative; float:left; top:10px; left:480px; }
/* stop
.pacBus-list dl { width:570px; padding:10px 0 0 18px; }
.pacBus-list dt, dd { float:left; vertical-align:middle; }
.pacBus-list dt { clear:both; }
.pacBus-list dl { overflow:hidden; }
.pacBus-list dd { padding-top:8px; padding-left:4px; width:470px; }
*/
.pacBus-list div.price {padding-left:20px;}
.pacBus-list div.price strong {font-size:14px;}

.pacBus_box{}
.pacBus_box .pacBus_ul{}
.pacBus_box .pacBus_ul .list_li{margin:0;padding: 20px 0;}
.pacBus_box .pacBus_ul .li_inner_box{padding: 10px 0 15px 0;width: 100%;border-bottom: 1px solid #e0e0e0;}
.pacBus_box .pacBus_ul .tit_box{margin-bottom: 15px;padding-left: 13px;padding-bottom: 12px;border-bottom: 2px solid #05b7a3;}
.pacBus_box .pacBus_ul .tit_txt{padding-right: 5px;font-size: 21px;color: #3d3d3d;letter-spacing: -2px;}
.pacBus_box .pacBus_ul .images_box{float:left;margin-left: 13px;}
.pacBus_box .pacBus_ul .btn_goto{margin-top: 10px;border: 0;width: 247px;height: 34px;color: #fff;font-weight: bold;background: #05b7a3;letter-spacing: -1px;}
.pacBus_box .pacBus_ul .main_img{display:block;border: 1px solid #d7d7d7;}
.pacBus_box .pacBus_ul .text_box{display: block;padding-left: 290px;}
.pacBus_box .pacBus_ul .sub_01_box:before{content: "|";color: #41749b;font-size: 14px;font-weight: bold;}
.pacBus_box .pacBus_ul .sub_02_box:before{content: "|";color: #41749b;font-size: 14px;font-weight: bold;}
.pacBus_box .pacBus_ul .sub_01_tit_txt{margin-bottom: 10px;display: inline-block;width: 90px;font-size: 14px;font-weight: bold;color: #555;letter-spacing: -1px;}
.pacBus_box .pacBus_ul .sub_01_sub_txt{margin-bottom: 20px;display: block;padding-left: 13px;font-size: 12px;color: #808080;letter-spacing: -1px;}
.pacBus_box .pacBus_ul .sub_01_sub_txt:before{content:"\2022";padding-right: 5px;color: #4e4e4e;}
.pacBus_box .pacBus_ul .sub_02_tit_txt{margin-bottom: 10px;display: inline-block;width: 100px;font-size: 14px;font-weight: bold;color: #555;letter-spacing: -1px;}
.pacBus_box .pacBus_ul .sub_02_sub_txt{display: block;display: block;padding-left: 13px;font-size: 12px;color: #808080;letter-spacing: -1px;}
.pacBus_box .pacBus_ul .sub_02_sub_txt:before{content:"\2022";padding-right: 5px;color: #4e4e4e;}

.bus-taxi-guide {padding-bottom:20px; border-bottom:1px solid #c9c9c9;}
.bus-taxi-guide h3 {margin-bottom:10px;}

.bus-taxi-list2 {width:100%; margin-bottom:20px; border-top:2px solid #29ba93;}
.bus-taxi-list2 th {padding:4px; border:1px solid #dddddd; color:#666666; text-align:center;}
.bus-taxi-list2 td {border:1px solid #dddddd; text-align:center;}


#event { width:960px; }
#event .top { position:relative; float:left; width:960px; height:114px; background:url(../event/images/event_top.gif) no-repeat 0 0;}
#event h1 {position:absolute; float:left; top:50px; margin-left:121px; font:1.3em "Nanum Barun Gothic"; font-weight:700; }
#event ul { width:960px; padding-top:24px; list-style:none; margin:0; float:left;}
#event ul li { display:inline; float:left; }

#pacBus { width:960px; }

.lodging-view-room-poo ul li { margin:0; padding:0; }
.lodging-view-room-poo li { float:left; margin-left:20px; list-style:disc; }

.pointB1 { color:#ff0000; font-weight:bold; }

.sitemapTitle { margin:0 auto; }
.sitemapTitle strong a { color:#333; }
.sitemapTitle strong a:hover { text-decoration:none; }
.sitemap { width:960px; margin:0 auto; }
.sitemap { margin-top:6px;height:186px;background:#f9f9f9;	border:1px solid #e1e1e1; border-radius:0.5em; }
.sitemap .sitemapMenu { float:left;margin:10px 0 0 6px; width:100px; height:186px; font-family:"Dotum",Sans-serif; font-size:11px; }
.sitemap .sitemapMenu p { padding:5px; background:#9d0c52; border-radius:0.3em; box-shadow:2px 2px 2px #d1d1d1;-webkit-box-shadow:2px 2px 2px #d1d1d1; text-align:center; font-weight:bold; color:#fff; }
.sitemap .sitemapMenu li { line-height:2em; padding-left:3px; padding-top:0px; }
.sitemap .sitemapMenu ul li:before { content: ""; width: .3em; height: .3em; background-color:#9d0c52; float: left; border-radius: 50%; margin-top:9px; margin-right:2px; }
.sitemap .sitemapMenu ul li a:hover { text-decoration:underline; color:#9d0c52; font-weight:bold; }

span.ccpp { cursor:pointer; line-height:200%; }
.resultTitle { font-size:2em; font-weight:bold; }

.boardButton { margin:0 auto; }
.boardButton ul { list-style:none; float:left; }
.boardButton li { text-align:center; display:inline; font-size:0; }

.box_round	{position:relative; }
.box_round	.bg_round	{display:inline-block; position:absolute; width:4px; height:4px; background:url('../img/common/bg_box_round.png') no-repeat left top;}
.box_round	.bg_round.lt	{top:-1px; left:-1px;}
.box_round	.bg_round.rt	{top:-1px; right:-1px; background-position:right top;}
.box_round	.bg_round.lb	{bottom:-1px; left:-1px; background-position:left -14px;}
.box_round	.bg_round.rb	{bottom:-1px; right:-1px; background-position:right -14px;}


.check_point	{width:98%; }
.check_point	.tit	{position:absolute; top:28px; left:27px;}

/* page top down button */
.page_top_down{position:fixed;right:10px;bottom:10px;z-index:1}
.page_top_down.min_fixed{right:auto;left:0;margin-left:960px}
.page_top_down a{display:block;width:40px;height:40px;background:url( ../img/common/page_top_down.png ) no-repeat -290px 0;text-indent:-9999px}
/*.page_top_down a{display:block;width:40px;height:40px;background:url( ../img/common/page_top_down.png ) no-repeat -280px 0px;text-indent:-9999px}*/
.page_top_down a.down{margin-top:1px;background-position:-290px -45px}
.page_top_down a.top:hover{background-position:-335px 0}
.page_top_down a.down:hover{background-position:-335px -45px}

#gogo {border-bottom:2px solid #dedede; padding-bottom:20px;}

span.guide-memo { text-align:center; color: #901C53; }
span.guide-memo-date { font-weight: bold; color: #901C53; }

/*.greeting{padding-top:28px;line-height:26px}*/
.greeting {margin-top:22px; line-height:14px;}
.greeting p.noline{background:none}

.main-product-list5 {width:100%; clear:both;}
.main-product-list5 ul:after {width:100%; display:inline-block; content:"."; visibility:hidden;}
.main-product-list5 li {position:relative;margin: 0 4px 5px 0;display:inline-block; border:1px solid #dedede; width:310px; height:360px; margin-bottom:10px;}
.main-product-list5 li:hover {outline:2px solid #af2468;}
.main-product-list5 p img {padding-top:10px; padding-bottom:20px; width:284px; height:200px; padding-right:4px}
.main-product-list5 h2 {margin-bottom:10px; margin-top:20px;}
.main-product-list5 span.location {padding-left:13px; color:#999;}
.main-product-list5 span.title {clear:both; width:284px; margin:0 0 0 14px; text-align:left; color:#000; font-size:1.2em; font-weight:900; display:block;}
.main-product-list5 span.price {display:block; padding-left:13px; padding-top:20px; font-size:1.5em; color:red; font-weight:900; text-align:left; font-family:Aria, sans-serif}
.main-product-list5 .line {border:1px solid #dedede; padding-top:10px; padding-bottom:10px; width:90%;}
.main-product-list5 p.bottom {position: absolute;bottom: 0;right: 10px;}

.m_border_banner{border:1px solid #d8d8d8;border-right:none;margin-top:0px;*zoom:1;}
.m_border_banner li{float:left;height:162px;border-right:1px solid #d8d8d8;position:relative;}
.m_border_banner li.left_b{width:479px;background:url(/img/main/border_banner_golf.png) no-repeat 0 0}
.m_border_banner li.right_b{width:478px;background:url(/img/main/border_banner_group.png) no-repeat 0 0}
.m_border_banner li h1{position:absolute;top:30px;left:220px;color:#292929;font-size:16px;}
.m_border_banner li h2{position:absolute;top:56px;left:220px;color:#111 !important;font-size:24px;}
.m_border_banner li h3{position:absolute;top:90px;left:220px;color:#323232;font-size:14px;line-height:18px;}
.m_border_banner li.right_b h1{position:absolute;top:30px;left:20px;color:#292929;font-size:16px;}
.m_border_banner li.right_b h2{position:absolute;top:56px;left:20px;color:#111 !important;font-size:24px;}
.m_border_banner li.right_b h3{position:absolute;top:90px;left:20px;color:#323232;font-size:14px;line-height:18px;}

.m_border_banner:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }

.m_three_banner{position:relative;margin-top:20px;*zoom:1}
.m_three_banner li{float:left;border:1px solid #d8d8d8;width:310px;height:118px;margin:0 12px 0 0;position:relative}
.m_three_banner li.first{background:url(/img/main/three_banner_01.png) no-repeat 0 0}
.m_three_banner li.mid{background:url(/img/main/three_banner_02.png) no-repeat 0 0}
.m_three_banner li.last{background:url(/img/main/three_banner_03.png) no-repeat 0 0;margin-right:0}
.m_three_banner li h1{position:absolute;top:20px;left:19px;color:#323232;font-size:13px;}
.m_three_banner li h1 span{color:#d85050; font-style:italic}
.m_three_banner li h2{position:absolute;top:41px;left:19px;color:#2374e3;font-size:20px;font-family:NanumBarunGothic;letter-spacing:-1px}
.m_three_banner li h2.red{color:#d85050}
.m_three_banner li h2.green{color:#5a9810}
.m_three_banner li h3{position:absolute;top:84px;left:19px;color:#323232;font-size:13px; text-decoration:underline !important}
.m_three_banner:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }

.m_three_banner1{position:relative;margin-top:0px;*zoom:1}
.m_three_banner1 li{float:left;border-right:1px solid #d8d8d8;width:310px;height:168px;margin:0 12px 0 0;position:relative}
.m_three_banner1 li.first{background:url(/img/main/three_banner_011.png) no-repeat 0 0}
.m_three_banner1 li.mid{background:url(/img/main/three_banner_022.png) no-repeat 0 0}
.m_three_banner1 li.last{background:url(/img/main/three_banner_033.png) no-repeat 0 0;margin-right:0;float:right;}
.m_three_banner1 li h1{position:absolute;top:20px;left:19px;color:#323232;font-size:13px;}
.m_three_banner1 li h1 span{color:#d85050; font-style:italic}
.m_three_banner1 li h2{position:absolute;top:41px;left:19px;color:#2374e3;font-size:20px;font-family:NanumBarunGothic;letter-spacing:-1px}
.m_three_banner1 li h2.red{color:#d85050}
.m_three_banner1 li h2.green{color:#5a9810}
.m_three_banner1 li h3{position:absolute;top:84px;left:19px;color:#323232;font-size:13px; text-decoration:underline !important}
.m_three_banner1:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }

.m_hotel_banner{position:relative;margin-top:20px;*zoom:1}
.m_hotel_banner li{float:left;width:310px;height:400px;margin:0 12px 12px 0;}
.m_hotel_banner li:hover {outline:4px solid #9D1C5A;}
.m_hotel_banner li p{width:312px;height:215px;display:block;margin:0;padding:0}
.m_hotel_banner li .info_con{width:310px;height:184px;border:1px solid #d8d8d8;border-top:none;position:relative;}
.m_hotel_banner li .info_con h1{position:absolute;top:18px;left:20px;font-size:11px}
.m_hotel_banner li .info_con h2{position:absolute;top:38px;left:20px;font:24px "NanumGothic";color:#000;}
.m_hotel_banner li .info_con h3{position:absolute;top:73px;left:20px;font-size:13px;color:#000;}
.m_hotel_banner li .info_con h4{position:absolute;top:104px;left:20px;font:14px "NanumGothic";}
.m_hotel_banner li .info_con h4 span.p_label{color:#ff5400;}
.m_hotel_banner li .info_con h4 span.p_price{font-size:24px;color:#ff0000;font-weight:900}
.m_hotel_banner li .info_con .i_period{position:absolute;bottom:0;left:0;width:290px;height:37px;border-top:1px solid #d8d8d8;line-height:37px;background:#f4f4f4;padding:0 0 0 20px;font-size:11px}
.m_hotel_banner li a:hover {border:2px solid #ddd;}
.m_hotel_banner li.mg_r_none{margin-right:0}
.m_hotel_banner li.mg_b_none{margin-bottom:0}
.m_hotel_banner:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }

/* airticket */
#air_ticket_time { font-weight:bold; color:blue; }
#air_ticket_time2 { font-weight:bold; color:blue; }

.searchTables { margin:10px 0 0; border-top:1px solid #111; }
.searchTables table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
.searchTables table caption { display:none; }
.searchTables table th { width:100px; font:12px/1.5em "Dotum"; color:#333; text-align:left; background-color:#F8F8F8; border-bottom:1px solid #DCDCDC; }
.searchTables table th > div { padding:15px; }
.searchTables table thead th { font-weight:bold; text-align:center; border-left:1px solid #DCDCDC; }
.searchTables table thead th:first-child { border-left:0; }
.searchTables table tbody th > div { padding:10px; }
.searchTables table tbody td { font:12px/1.5em "Dotum"; color:#666; text-align:left; padding-left:10px; border-left:1px solid #DCDCDC; border-bottom:1px solid #DCDCDC; }
.searchTables table tbody td > div{ padding:10px; }
.searchTables table tbody td b { color:#0FA14D; }
.searchTables table tbody select { height:2em; }

.event_label{position:absolute; top:-215px; left:-1px; width:70px; height:34px; padding:18px 0; text-align:center; font-size:15px; color:#fff; font-weight:bold; background:#ff6600;}
.rent_label{
	position:absolute; 
	top:0px; left:0px; 
	width:60px; 
	padding:8px 0; text-align:center; 
	font-size:15px; color:#fff; font-weight:bold; background:#ff6600;
}
.lodging_label{position:absolute; top:0px; left:0px; width:70px; height:34px; padding:18px 0; text-align:center; font-size:15px; color:#fff; font-weight:bold; background:#ff6600;}

.m_touritem_tit_box {height:40px;margin-top:30px;background:url(../img/main/indexCenterBar1.gif) no-repeat 0 0;}
.m_touritem_tit_box .more_txt {float:right; margin-top:14px;display:block; width:100px; height:25px; line-height:33px;}

.m_touritem { position:relative; width:960px; height:350px; margin-top:20px; *zoom:1;}
.m_touritem:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }
.m_touritem h2 {position:absolute; top:0px; left:0px; border:1px solid #dedede;border-width:1px 0 0 1px;width:299px;height:41px;background:url(/img/main/icon_touritem.png) no-repeat 10px 12px;font-size:16px;color:#222;line-height:41px;padding:0 0 0 31px}
.m_touritem .cate {position:absolute;top:0;left:330px; height:41px;line-height:41px;border-right:1px solid #dedede; }
.m_touritem .cate li {display:inline; float:left;}
.m_touritem .cate li a {float:left; display:block;height:41px;  font-size:13px; color:#000; font-weight:900; text-align:center;text-decoration:none}
.m_touritem .cate li a.t01 {width:210px; background:url(/img/main/board_line_bg.png) no-repeat 0 0}
.m_touritem .cate li a.t02 {width:210px; background:url(/img/main/board_line_bg.png) no-repeat 0 0}
.m_touritem .cate li a.t03 {width:209px; background:url(/img/main/board_line_bg.png) no-repeat 0 0}
.m_touritem .cate li.active a.t01:hover {background:#9D1C5A;width:210px;color:#fff}
.m_touritem .cate li.active a.t02:hover {background:#9D1C5A;width:210px;color:#fff}
.m_touritem .cate li.active a.t03:hover {background:#9D1C5A;width:209px;color:#fff}

/*
.m_touritem .list { position:absolute; top:41px; left:0px; padding:9px 0 0 8px;width:950px; height:320px;border:1px solid #dedede;border-top-color:#81725f}
.m_touritem .list ul { position:relative; width:950px;margin:0;padding:0;}
.m_touritem .list ul li { float:left; width:306px; margin:0 9px 0 1px; line-height:18px; overflow:hidden;text-align:center}
.m_touritem .list ul li span.thumb,
.m_touritem .list ul li span.title,
.m_touritem .list ul li span.price,
.m_touritem .list ul li span.text {display:block; font-size:18px; font-weight:bold; line-height:24px;}
.m_touritem .list ul li span.thumb {margin-bottom:0px;}
.m_touritem .list ul li span.thumb img {width:312px; height:215px; border:1px solid #d7d7d7;}
.m_touritem .list ul li span.title {padding-top:10px;}
.m_touritem .list ul li span.price {font-weight:900; color:#ff0000; font-size:24px;}
.m_touritem .list ul:after{clear:both;content:"";display:block}
.m_touritem .list:after{clear:both;content:"";display:block}
*/
.m_touritem .bx-pager {position:absolute; bottom:10px; right:10px; opacity:.6; filter:alpha(opacity=60);}
.m_touritem .bx-pager a {display:inline-block; width:20px; height:20px; margin-left:3px; text-align:center; font-weight:bold; font-family:arial; border:1px solid #ccc; background:#fff;}
.m_touritem .bx-pager a:hover,
.m_touritem .bx-pager .pager-active {text-decoration:none; color:#fff !important; border:1px solid #006e86; background:#0692c0;}
.m_touritem .bx-prev,
.m_touritem .bx-next {display:none;}

.olleload_tit_box{height:56px;margin-top:50px;margin-bottom:30px;background:url(../img/main/indexCenterBar2.gif) no-repeat 0 0;}

.olleload_banner_list{position:relative;margin-top:20px;*zoom:1}
.olleload_banner_list li{float:left;width:310px;height:335px;margin:0 12px 12px 0;}
.olleload_banner_list li:hover {outline:4px solid #9D1C5A;}
.olleload_banner_list li p{width:312px;height:215px;display:block;margin:0;padding:0}
.olleload_banner_list li .info_con{width:310px;height:120px;border:1px solid #d8d8d8;border-top:none;position:relative;}
.olleload_banner_list li .info_con h1{position:absolute;top:18px;left:0px;width:312px;font-size:20px;font-weight:bold;text-align:center;}
.olleload_banner_list li .info_con h2{position:absolute;top:38px;left:20px;font:24px "NanumGothic";color:#000;}
.olleload_banner_list li .info_con h3{position:absolute;top:73px;left:20px;font-size:13px;color:#000;}
.olleload_banner_list li .info_con h4{position:absolute;top:104px;left:20px;font:14px "NanumGothic";}
.olleload_banner_list li .info_con h4 span.p_price{font-size:24px;color:#ff0000;font-weight:900}
.olleload_banner_list li .price_txt {position:absolute;top:45px;left:0px;width:312px;font-size:22px;font-weight:bold;color:red;text-align:center;}
.olleload_banner_list li .details_txt {position:absolute;top:75px;left:0px;width:312px;font-size:18px;font-weight:bold;text-align:center;}
.olleload_banner_list li a:hover {border:2px solid #ddd;}
.olleload_banner_list li.mg_r_none{margin-right:0}
.olleload_banner_list li.mg_b_none{margin-bottom:0}
.olleload_banner_list:after { content: "."; clear:both; display:block; height:0; visibility:hidden; }

#gnb { position:absolute; top:121px; left:0; width:100%; }
#gnb ul li { float:left; }

#h-search { position:absolute; top:39px; left:0;}
#h-search p { margin-bottom:5px; top:10px; left:0;font-weight:bold;letter-spacing: -1px;}
#h-search ul li {float:left;}
#h-search span {font-size: 14px;font-weight: bold;color: #0068b7;}
#h-search em {font-size: 30px;font-weight: bold;color: #0068b7;}
#h-search .tel_icon{display: inline-block;padding-right: 10px;width:33px;height:26px;background:url(../images/top_head_tel.jpg) no-repeat 0 0;}

#top_banner {position:relative; background:url(../images/tb_bg.gif) repeat-x 0 0;}
#top_banner .wrap { position:relative; width:960px; height:82px; margin:0 auto; }
#top_banner .wrap h3 { position:relative; }
#top_banner .wrap .ban { position:absolute; top:0; right:0; }

.main_golf { position:relative; height:306px; margin-top:19px; *zoom:1; }
.main_golf .top_area{ position:relative;height:33px; width:960px; border-bottom:1px solid #222}
.main_golf .top_area h1{position:absolute;top:0;left:0;height:19px;padding:0 0 0 25px;background:url(../img/main/golf_title_icon.png) no-repeat 0 0;line-height:19px;font-size:16px;font-weight:bold;color:#222}
.main_golf .top_area ul.tabs { position:absolute; top:1px; right:84px; width:488px;height:32px;font-size: 0; margin:0;padding:0; list-style-type: none; }
.main_golf .top_area ul.tabs li { float:left; margin-right:2px; }
.main_golf .top_area ul.tabs li a {width:120px;height:32px;line-height:32px !important; font: normal 14px "NanumGothic"; text-decoration: none; color: #878787; background:url(/img/main/golf_tab_bg.png) no-repeat 0 -40px; outline:none;display:block; border:0 !important;padding:0 !important;text-align:center}
.main_golf .top_area ul.tabs li a:hover, .main_golf .top_area ul.tabs li.selected a, .main_golf .top_area ul.tabs li.selected a:hover {font-weight:bold; color:#fff;background:url(/img/main/golf_tab_bg.png) no-repeat 0 0; text-decoration: none; }
.main_golf .top_area .more { position:absolute; top:0px; right:10px; line-height:33px;}
.main_golf .top_area .more a{color:#222; font-size:12px; }
.main_golf .top_area .more a strong{color:#64bc46;display:inline;font-weight:normal}

.main_golf ul.list { left:184px; width:970px; padding:0; margin:15px 0 0 0}
.main_golf ul.list li { float:left; width:176px;height:249px; margin-right:10px; line-height:18px;border:1px solid #d1d1d1; padding:3px;}
.main_golf ul.list li a{ text-decoration:none} 
.main_golf ul.list li p img { width:176px; height:130px; margin:0 0 10px 0}
.main_golf ul.list li .name { position:relative; width:176px; font-size:14px; color:#222; font-weight:bold; text-align:center;margin:0 0 2px 0  }
.main_golf ul.list li .location { position:relative; width:176px; font-size:12px; color:#5c5c5c; text-align:center;margin:0 0 2px 0  }
.main_golf ul.list li .price { position:relative; width:176px; font-size:14px; color:#f36d21; font-weight:bold; text-align:center;margin:0 0 13px 0  }
.main_golf ul.list li a.view_detail {
display:block;margin:0 auto;width:73px;height:24px;border:1px solid #999999;font-size:12px;color:#fff;font-weight:bold;line-height:24px; text-align:center;
background:#84b02e; 
background: -moz-linear-gradient(top, #84b02e 0%, #84b02e 100%); /*FF3.6*/
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#84b02e), color-stop(100%,#84b02e)); 
background:-webkit-linear-gradient(top, #84b02e 0%, #84b02e 100%);
background:-o-linear-gradient(top, #84b02e 0%, #84b02e 100%);
background:-ms-linear-gradient(top, #84b02e 0%, #84b02e 100%); 
background:linear-gradient(to bottom, #84b02e 0%, #84b02e 100%); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84b02e',endColorstr='#84b02e',GradientType=0);}


.nav_wrap{width:100%;height: 83px;background: #fff;}

#gnbi{width:960px;height: 83px;display: block;margin: 0 auto;}
#gnbi ul {float: right;}
#gnbi ul li{float:left;padding: 0 12px;text-align: center;letter-spacing: -2px;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}
#gnbi ul li.first{/* width:113.6px; */}
#gnbi ul li a{-webkit-animation-duration: 1s;animation-duration: 1s;display:block;line-height: 83px;font-size: 15px;color: #363636;text-decoration: none;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-o-transition-duration: 0.3s;}
#gnbi ul li:hover{background: #00c63b;}
#gnbi ul li:hover a{color: #fff;-webkit-animation-duration: 1s;animation-duration: 1s;font-weight: bold;}
#gnbi ul li.this{background: #568380;}
#gnbi ul li.this a{color: #fff;font-weight: bold;}
#gnbi ul li.last{padding: 0;width: 70px;}

.navi{}
.navi h1{
    float: left;
    margin-top: 14px;
}

.clearfix:before, .clearfix:after{content: " "; display: table;}
.clearfix:after{clear: both;}

#left_menu li { float:left; border:1px solid #d7d7d7; }
#left_menu li:nth-child(2n+0) { border-left:0; }
#left_menu li:nth-child(3) { border-top:0; }
#left_menu li:nth-child(4) { border-top:0; }
#left_menu li img{ border-bottom:1px solid #d7d7d7; }
#left_menu li .txt1{ font-size:12px;color:#8d8d8d;padding:11px 11px 0 11px; }
#left_menu li .txt2{ font-size:16px;color:#292929;font-weight:bold;padding:0 11px 10px 11px; background-image:url('/images/main_new/icon_arrow1.gif');
background-repeat:no-repeat; background-position:95% 30%; }

#l_tab ul {px; */top:;position: relative;top: 70px;}
#l_tab li {
	width: 166px;
	margin: auto;
	color: #363636;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 20px;
	cursor:pointer;
	font-size: 14px;
}
#l_tab li i {
	float:right;
	padding-top:10px;
	padding-right:20px;
	color:#ff6222;
}
#l_tab li:hover,
#l_tab .active {
    background-color: #fff;
}
#l_tab li:nth_child(4) { margin-right:0; }

#l_content {background-color:#fff;padding: 20px;width: 680px;float: right;height: 209px; position: relative;top: 9px;}
#l_content #p_table { border-collapse:collapse; color:#232323; }
#l_content #p_table th { text-align:left; height:30px; padding-left:10px; }
#l_content #p_table td {padding-bottom: 24px;}
#l_content #p_table .p_r10 { padding-right:15px; }
#l_content #p_table td input {width: 205px;height: 36px;font-size:12px;color:#747474;padding-left:10px;text-align:left;border:1px solid #d7d7d7;background: #fff url(/tourmap-css-img/carlender.png) right center no-repeat;}
#l_content #p_table td select {
    width: 217px;
    height: 40px;
    line-height: 40px;
    font-size:12px;
    color:#747474;
    padding-left:7px;
    background: #fff url(/tourmap-css-img/arrow.png) right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#l_content #p_table td select::-ms-expand { display: none; }
#l_content #p_table td .l_select {width: 62px;}
#l_content #p_table tr > td.btnBox { text-align:right; padding-right:25px; }
#l_content #p_table .btn_submit {width:150px;height:40px;background: #ff6222;border:0;color:#fff;font-weight:bold;letter-spacing:-1px;text-align:center;cursor:pointer;}
div#l_tab {width: 240px;float: left;height: 258px;background: url(/tourmap-css-img/qsb-bg.png);}


#p_table h5 {display: inline-block;font-size: 12px;color: #363636;width: 90px;text-align: center;}
#p_table h4 {/* display: inline-table; */font-size: 12px;position: relative;color: #363636;width: 40px;border: solid #dedede;border-width: 1px 0 1px 1px;height: 38px;line-height: 38px;text-align: center;font-weight: normal;/* float: left; */}







/* ==================================================
   .Section-Scrollable
================================================== */
.scrollable {}
.scrollable > .img-container {width: 231px;display: block;max-width: 100%;height: 275px;overflow: hidden;border-right: 1px solid #d7d7d7;background: #fff;}
.scrollable > .img-container img { margin: auto;height: 100%;}
.scrollable > .scr-content h2 {color: #4a4848;font-size: 20px;}
.scrollable > .scr-content {width: 232px;height: 122px;overflow-x: visible;background: #ffffff;margin: 0 auto;padding: 25px 0 0 0;color: #868686;letter-spacing: -1px;text-align: center;font-size: 12px;border: solid #d7d7d7;border-width: 0px 1px 1px 1px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.scrollable > .scr-content > .css-button {color: #fff;position: absolute;width: 230px;/* border: 0px solid #fff; */display: block;/* margin-top: 20px; */bottom: 1px;font-size: 14px;height: 33px;line-height: 33px;background: #ff6222;}
.scrollable > .scr-content > .css-button:hover {background: #e44200;}


.doc {/* margin-right: -15px; *//* margin-left: -15px; */}
.col-doc-2,.col-doc-4,.col-doc-6,.col-doc-12,.col-doc-5,.col-doc-7,.col-doc-3,.col-doc-5ro
{
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.col-doc-5ro {width: 216px;}
.col-doc-12 {width: 100%;}
.col-doc-6 {width: 50%;}
.col-doc-3 {width: 232px;margin-right: 10px;}
.col-doc-4 {width: 33.33333333%;}
.col-doc-5 {width: 41.66666667%;}
.col-doc-7 {width: 58.33333333%;}
.col-doc-2{width:16.66666667%;}
.col-doc-3.scrollable:hover {box-shadow: 8px 8px 8px rgba(36, 36, 36, 0.49);}


@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.shp-lazy-load .scrollable.active {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.lazy-move-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

#l_tab {  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: relative;
z-index: 2;}
#l_content {
   -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
    animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
z-index: 1;}



.in-box-container .box-heading {text-align: center;color: white;background: #ff6222;width: 120px;height: 220px;float: left;}
.in-box-container .box-content {display: block;float: left;width: 470px;height: 220px;background: #fff;}
.in-box-container .box-heading {color: white;text-align: center;}
.in-box-container .box-heading h3 {color: white;/* height: 50%; */line-height: 100px;font-size: 18px;font-weight: bold;letter-spacing: -2px;}
.in-box-container .box-text-block {width: 325px;padding: 35px 0 0 25px;float: right;}
.in-box-container .box-text-block p {font-size: 12px; color: #aeaeae; letter-spacing: -1.5px;}
.in-box-container .box-text-block h4 {font-size: 18px;padding-bottom: 8px;}
.in-box-container .box-text-block h5 {font-size: 14px;color: #5f5f5f;letter-spacing: -1px;padding-bottom: 10px;}
.in-box-container .box-list-block {padding: 30px 0 0 30px;    width: 320px;float: right;}


ul.call-board li {float: left; font-size: 13px;}
ul.call-board li p {font-size: 13px;line-height: 32px;white-space: nowrap;text-overflow: ellipsis;word-break: break-all;overflow: hidden;width: 285px;color: #363636;font-weight: normal;letter-spacing: -1px;}
ul.call-board li p:hover {font-style: italic; color: #111;}


#top_banner {position:relative; background:#fed600;}
#top_banner .wrap { position:relative; width:960px; height:70px; margin:0 auto; }
#top_banner .wrap .close{width:21px;height:21px;position:absolute;top:25px;right:0;}
