@charset 'euc-kr';

/* ºÐ¾ç Ä¶¸°ÅÍ
**************************************************************/
.sale_calendar h2 {
	padding: 22px 0px 21px;
	text-align: center;
	color: white;
	font-size: 25px;
	line-height: 32px;
	font-weight: 300;
	background-color: #1B9C9E;
}
.sale_calendar h2 strong {
	font-family: 'HK Nova';
	font-weight: bold;
}
.sale_calendar > ul {
	overflow: hidden;
	padding-top: 30px;
}
.sale_calendar > ul > li {
	float: left;
	width: 305px;
	height: 360px;
	padding: 35px 0px 30px 40px;
	margin: 30px 0px 0px 20px;
	background-color: white;
}
.sale_calendar > ul > li:nth-child(4n-3) {
	margin-left: 0px;
}
.sale_calendar > ul > li > h3 {
	padding-bottom: 17px;
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #C7C7C7;
	font-family: 'HK Nova';
}
.sale_calendar > ul > li > h3 strong {
	position: relative;
	top: -2px;
	display: inline-block;
	font-weight: bold;
	font-size: 45px;
	line-height: 57px;
	margin-right: 12px;
}
.sale_calendar > ul > li.active > h3 {
	color: #101010;
	border-bottom-color: #101010;
}
.sale_calendar > ul > li.active > h3 strong {
	color: #1EBEC0;
}
.sale_calendar > ul > li.active > ul {
	height: 255px;
	margin-right: 20px;
	padding-right: 18px;
	overflow-x: hidden;
	overflow-y: auto;
}
.sale_calendar > ul > li.active > ul > li {
	font-size: 22px;
	line-height: 33px;
	margin-top: 15px;
	padding-left: 15px;
	background: url(../images/template/bullet_desc.png) no-repeat left 15px;
}
.sale_calendar > ul > li.active > ul > li:first-child {
	margin-top: 0px;
}
.sale_calendar > ul > li.active > ul > li a:hover,
.sale_calendar > ul > li.active > ul > li a:focus {
	border-bottom: 1px solid #101010;
}
.sale_calendar > p.note {
	font-size: 15px;
	line-height: 25px;
	color: #444444;
	margin-top: 30px;
}
.sale_calendar > p.note img.ico {
	position: relative;
	top: -1px;
	margin-right: 10px;
}

/* Ã»¾à°¡ÀÌµå
**************************************************************/
.subscription_wrap {
	position: relative;
}
.subscription_wrap:before {
	position: absolute;
	top: 55px;
	left: 0px;
	content: '';
	display: block;
	width: 100%;
	height: 646px;
	background-color: #F2F2F2;
}

/* Ã»¾à ÇÁ·Î¼¼½º */
ol.subscription_process {
	overflow: hidden;
	width: 1020px;
	margin: 0px auto 80px;
}
ol.subscription_process li {
	position: relative;
	float: left;
	width: 180px;
	padding-left: 100px;
	text-align: center;
}
ol.subscription_process li:after {
	position: absolute;
	bottom: 7px;
	left: 50px;
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background-color: #C7C7C7;
}
ol.subscription_process li:first-child {
	padding-left: 0px;
}
ol.subscription_process li:first-child:after {
	display: none;
}
ol.subscription_process li a {
	display: block;
}
ol.subscription_process li a p.txt {
	margin-top: 30px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-indent: 10px;
}
ol.subscription_process li a p.txt:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 8px;
	height: 13px;
	background: url(../images/sale_guide/bullet_sp.png) no-repeat left top;
	vertical-align: middle;
	margin-left: 10px;
}
ol.subscription_process li a:hover p.txt,
ol.subscription_process li a:focus p.txt {
	color: #1B9C9E;
}
ol.subscription_process li a:hover p.txt:after,
ol.subscription_process li a:focus p.txt:after {
	background-position: right top;
}

/* Ã»¾à°¡ÀÌµå */
.subscription_guide {
	padding: 80px 98px 0px;
	background-color: white;
	border-top: 4px solid #101010;
}
.subscription_guide h2 {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 38px;
	line-height: 56px;
	text-align: center;
}
.subscription_guide > ul > li {
	position: relative;
	padding: 20px 24px 50px 580px;
	height: 320px;
	border-bottom: 1px solid #C7C7C7;
	margin-top: 50px;
}
.subscription_guide > ul > li h3 {
	font-size: 30px;
	line-height: 44px;
	margin-bottom: 10px;
}
.subscription_guide > ul > li p.intro {
	font-size: 18px;
	line-height: 30px;
}
.subscription_guide > ul > li p.intro a.btn_link {
	display: inline-block;
	vertical-align: top;
	padding: 5px 19px;
	margin-left: 20px;
	background-color: #444444;
	font-weight: 500;
	font-size: 15px;
	line-height: 30px;
	color: white;
	border-radius: 100px;
	position: relative;
	top: -5px;
}
.subscription_guide > ul > li p.intro a.btn_link:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 7px;
	height: 10px;
	margin-left: 10px;
	background: url(../images/sale_guide/bullet_sg_link.png) no-repeat left top;
}
.subscription_guide > ul > li p.explain {
	font-size: 15px;
	line-height: 22px;
	color: #888888;
	padding: 10px 0px 5px 26px;
	background: url(../images/sale_guide/ico_sg_explain.png) no-repeat left 10px;
}
.subscription_guide > ul > li .photo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 530px;
	height: 340px;
}
.subscription_guide > ul > li .desc {
	margin-top: 35px;
}
.subscription_guide > ul > li .desc h4 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.subscription_guide > ul > li > .desc > ul > li {
	position: relative;
	padding-left: 14px;
	font-size: 17px;
	line-height: 30px;
	color: #444444;
}
.subscription_guide > ul > li > .desc > ul > li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 13px;
	left: 0px;
	background-color: #A8A8A8;
}
.subscription_guide > ul > li > .desc > ul > li > a {
	color: #5262AD;
}
.subscription_guide > ul > li > .desc > ul > li > a:hover,
.subscription_guide > ul > li > .desc > ul > li > a:focus {
	border-bottom: 1px solid #5262AD;
}

/* Ã»¾à°¡ÀÌµå À¯ÀÇ»çÇ× */
ul.subscription_guide_note {
	margin-top: 40px;
	padding: 0px 104px;
}
ul.subscription_guide_note li {
	position: relative;
	padding-left: 14px;
	line-height: 30px;
	color: #444444;
}
ul.subscription_guide_note li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 13px;
	left: 0px;
	background-color: #A8A8A8;
}
ul.subscription_guide_note li.stress {
	margin-top: 20px;
	color: #101010;
}
ul.subscription_guide_note li.stress:before {
	background-color: #1B9C9E;
}
ul.subscription_guide_note li a {
	color: #5262AD;
}
ul.subscription_guide_note li a:hover,
ul.subscription_guide_note li a:focus {
	border-bottom: 1px solid #5262AD;
}

/* °ßº»ÁÖÅÃ
**************************************************************/
.sample_house_list {
	position: relative;
	padding: 43px 199px 40px;
	height: 30px;
	background-color: #F2F2F2;
}
.sample_house_list nav.slide_wrap {
	overflow: hidden;
	width: 100%;
	height: 30px;
}
.sample_house_list nav.slide_wrap > .slide_scroll {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	height: 30px;
	padding-bottom: 30px;
}
.sample_house_list nav.slide_wrap > .slide_scroll > ul.slides {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}
.sample_house_list nav.slide_wrap > .slide_scroll > ul.slides > li {
	display: inline-block;
	margin-left: 130px;
}
.sample_house_list nav.slide_wrap > .slide_scroll > ul.slides > li:first-child {
	margin-left: 0px;
}
.sample_house_list nav.slide_wrap > .slide_scroll > ul.slides > li a {
	color: #888888;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.sample_house_list nav.slide_wrap > .slide_scroll > ul.slides > li a:hover,
.sample_house_list nav.slide_wrap > .slide_scroll > ul.slides > li a:focus {
	color: #5262AD;
}
.sample_house_list nav.slide_wrap > .slide_scroll > ul.slides > li a.active {
	color: #5262AD;
	border-bottom: 1px solid #5262AD;
}
.sample_house_list .btn_guide_set button {
	position: absolute;
	top: 40px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	background-color: #888888;
}
.sample_house_list .btn_guide_set button.prev {
	left: 40px;
}
.sample_house_list .btn_guide_set button.next {
	right: 40px;
}
.sample_house_list .btn_guide_set button.on {
	background-color: #1B9C9E;
}
.sample_house_list .btn_guide_set button img {
	position: absolute;
	top: 12px;
}
.sample_house_list .btn_guide_set button.prev img {
	left: 13px;
}
.sample_house_list .btn_guide_set button.next img {
	right: 13px;
}
.sample_house_list p.empty {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #A8A8A8;
}
.sample_house_detail ul.location_contact {
	text-align: center;
	padding: 60px 0px;
	border-bottom: 4px solid #101010;
}
.sample_house_detail ul.location_contact li {
	display: inline-block;
	margin-left: 25px;
	line-height: 27px;
}
.sample_house_detail ul.location_contact li img.ico {
	position: relative;
	top: -1px;
	margin-right: 8px;
}
.sample_house_detail ul.location_contact li strong.category {
	font-weight: 500;
	font-size: 18px;
}
.sample_house_detail ul.location_contact li span.value {
	color: #444444;
	margin-left: 8px;
}
.sample_house_detail .intro_content {
	padding: 80px 120px;
	border-bottom: 1px solid #C7C7C7;
}

/* ÀüÈ­»ó´ã¿¹¾à
**************************************************************/
.tel_consult_reserve_wrap {
	position: relative;
}
.tel_consult_reserve_wrap:before {
	position: absolute;
	top: 55px;
	left: 0px;
	content: '';
	display: block;
	width: 100%;
	height: 360px;
	background-color: #F2F2F2;
}
.tel_consult_reserve {
	position: relative;
	padding: 70px 120px 0px;
	border-top: 4px solid #101010;
	background-color: white;
}
.tel_consult_reserve h2 {
	line-height: 41px;
	margin-bottom: 20px;
}
.tel_consult_reserve p.require_guide {
	position: absolute;
	top: 65px;
	right: 120px;
	line-height: 52px;
	height: 52px;
}
.tel_consult_reserve p.require_guide img.ico {
	position: relative;
	top: -2px;
	margin-right: 6px;
}
.tel_consult_reserve p.note {
	color: #444444;
	font-size: 15px;
	line-height: 25px;
	padding: 20px 0px 60px;
	border-bottom: 1px solid #101010;
}
.tel_consult_reserve p.note img.ico {
	margin-right: 10px;
	position: relative;
	top: -1px;
}
.tel_consult_reserve p.note a {
	color: #1B9C9E;
}
.tel_consult_reserve p.note a:hover,
.tel_consult_reserve p.note a:focus {
	border-bottom: 1px solid #1B9C9E;
}

/* ºÎµ¿»ê¼¼±Ý
**************************************************************/
/* ºÎµ¿»ê ÄÁÅÙÃ÷ °øÅë */
.property_content {
	margin-top: 120px;
}
.property_content:first-child {
	margin-top: 10px;
}
.property_content > h2 {
	font-size: 38px;
	line-height: 56px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.property_content > p.property_tax_summary {
	text-align: center;
	font-size: 17px;
	line-height: 30px;
	color: #444444;
	margin-bottom: 50px;
}
.property_content > h3 {
	color: #006466;
	font-size: 25px;
	line-height: 37px;
	margin: 60px 0px 20px;
}
.property_content > p.property_tax_summary + h3 {
	margin-top: 50px;
}
.property_content table.property_tax_detail thead tr th {
	padding: 18px 0px;
	color: white;
	line-height: 24px;
	border: 1px solid #1F8082;
	background-color: #006466;
}
.property_content table.property_tax_detail thead tr:first-child th {
	border-top-width: 0px;
}
.property_content table.property_tax_detail thead tr th:first-child {
	border-left-width: 0px;
}
.property_content table.property_tax_detail thead tr th:last-child {
	border-right-width: 0px;
}
.property_content table.property_tax_detail thead tr th.highlight {
	background-color: #004647;
}
.property_content table.property_tax_detail tbody tr th,
.property_content table.property_tax_detail tbody tr td {
	line-height: 24px;
	padding: 18px 0px;
	border: 1px solid #C7C7C7;
	color: #444444;
	font-weight: 300;
}
.property_content table.property_tax_detail tbody tr td {
	text-align: center;
}
.property_content table.property_tax_detail tbody tr th:first-child,
.property_content table.property_tax_detail tbody tr td:first-child {
	border-left-width: 0px;
}
.property_content table.property_tax_detail tbody tr th:last-child,
.property_content table.property_tax_detail tbody tr td:last-child {
	border-right-width: 0px;
}
.property_content table.property_tax_detail tbody tr th.highlight,
.property_content table.property_tax_detail tbody tr td.highlight {
	background-color: #F1F4F4;
}

/* ¼¼±Ý »çÀü(°øÅë) */
dl.tax_dictionary {
	margin-top: 50px;
	padding: 45px;
	border: 5px solid #ECECEC;
}
dl.tax_dictionary dt {
	color: #006466;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	margin: 25px 0px 10px;
}
dl.tax_dictionary dt:first-child {
	margin-top: 0px;
}
dl.tax_dictionary dd {
	position: relative;
	line-height: 28px;
	color: #5E5E5E;
	padding-left: 14px;
}
dl.tax_dictionary dd:before {
	position: absolute;
	top: 12px;
	left: 0px;
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #006466;
}

/* ¼¼±Ý ³ëÆ®(°øÅë) */
p.tax_note {
	margin-top: 20px;
	font-size: 15px;
	line-height: 25px;
	color: #888888;
}
p.tax_note.center {
	text-align: center;
}
p.tax_note img.ico {
	position: relative;
	top: -1px;
	margin-right: 9px;
}
p.tax_note + p.tax_note {
	margin-top: 3px;
}

/* ºÎµ¿»ê ´Ü°èº° ¼¼±Ý */
ul.property_payable_tax {
	overflow: hidden;
	padding: 56px 0px 60px;
	margin: 10px 0px 80px;
	border-top: 4px solid #101010;
	border-bottom: 1px solid #C7C7C7;
}
ul.property_payable_tax li {
	position: relative;
	float: left;
	width: 480px;
	height: 336px;
	padding: 24px 60px 10px;
	box-sizing: border-box;
	border-left: 1px solid #ECECEC
}
ul.property_payable_tax li:first-child {
	border-left-width: 0px;
}
ul.property_payable_tax li h3 {
	font-size: 28px;
	line-height: 41px;
	margin: 13px 0px 51px;
}
ul.property_payable_tax li h3 strong {
	color: #1B9C9E;
}
ul.property_payable_tax li img.ico {
	position: absolute;
	top: 24px;
	right: 60px;
}
ul.property_payable_tax li p {
	color: #444444;
	font-size: 17px;
	line-height: 30px;
	margin-top: 10px;
}

/* ·¡¹Ì¾È½Ã¼¼ */
.marker_price {
	text-align: center;
}
.marker_price iframe {
	width: 950px;
}

/* ÇØ»óµµ 1440 ÀÌÇÏ ÀÏ ¶§ */
@media all and (max-width: 1440px) {
	/* ºÐ¾ç Ä¶¸°ÅÍ
	**************************************************************/
	.sale_calendar > ul > li,
	.sale_calendar > ul > li:nth-child(4n-3) {
		width: 346px;
		margin-left: 21px;
	}
	.sale_calendar > ul > li:nth-child(3n-2) {
		margin-left: 0px;
	}

	
	/* Ã»¾à°¡ÀÌµå
	**************************************************************/
	/* Ã»¾à°¡ÀÌµå */
	.subscription_guide {
		padding: 80px 40px 0px;
	}

	/* Ã»¾à°¡ÀÌµå À¯ÀÇ»çÇ× */
	ul.subscription_guide_note {
		padding: 0px 44px;
	}
	.subscription_guide > ul > li {
		padding-right: 6px;
	}

		
	/* ÀüÈ­»ó´ã¿¹¾à
	**************************************************************/
	.tel_consult_reserve {
		padding: 70px 60px 0px;
	}
	.tel_consult_reserve p.require_guide {
		right: 60px;
	}

	
	/* ºÎµ¿»ê¼¼±Ý
	**************************************************************/
	/* ºÎµ¿»ê ´Ü°èº° ¼¼±Ý */
	ul.property_payable_tax {
		padding: 36px 0px 40px;
	}
	ul.property_payable_tax li {
		position: relative;
		float: left;
		width: 400px;
		height: 316px;
		padding: 24px 30px 10px;
		box-sizing: border-box;
		border-left: 1px solid #ECECEC
	}
	ul.property_payable_tax li h3 {
		margin-bottom: 31px;
	}

	/* ¼¼±Ý »çÀü(°øÅë) */
	dl.tax_dictionary {
		padding: 35px;
	}
}