@charset "utf-8";


.fc_1f67b1 {
	color:#1f67b1;
}

.fc_cc59d6 {
	color:#cc59d6;
}

.fc_eb9c0f {
	color:#eb9c0f;
}
.fc_85b512 {
	color:#85b512;
}


/************************ 단지소개 ************************/
.intro {
	width:100%;
}

.intro_top {
	width:100%;
	position:relative;
}

.intro_top img {
	width:100%;
}

.intro_top_text {
	left:0;
	bottom:-50px;
	background-color:#fff;
	width:80%;
	max-width:100;
	padding:30px 0 0;
}

.intro_top_text dt {
	font-size:48px;
	font-weight:700;
	color:#1f67b1;
}

.intro_top_text dd {
	font-size:18px;
	color:#666;
	margin-top:0;
}

.intro_info {
	margin-top:120px;
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
}

.intro_info_img {
	width:222px;
	display:none;
}

.intro_info_img img {
	width:100%;
}

.intro_info_box {
	width:calc(100% - 256px);
	width:100%;
}

.intro_info_unit {

}

.intro_info_unit + .intro_info_unit {
	margin-top:56px;
}

.intro_info_tit {
	font-size:20px;
	font-weight:600;
	color:#111;
	margin-bottom:12px;
}

.intro_info_dlBox {
	border-top:1px solid #555;
}

.intro_info_dlBox dl {
	display:flex;
	border-bottom:1px solid #ddd;
}

.intro_info_dlBox dl dt {
	background-color:#f5f5f5;
	font-size:16px;
	text-align:center;
	width:200px;
	font-weight:500;
	color:#555;
	padding:12px 15px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.intro_info_dlBox dl dd {
	font-size:16px;
	width:calc(100% - 200px);
	padding:12px 30px;
}

.pdf-down-btn {
	display:flex;
	justify-content:flex-end;
	margin-top: 20px;
}

.pdf-down-btn a {
	display: inline-block;
  /* background-color: #1f67b1; */
  background-color: #666;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
	transition:background 0.2s;
}







/************************ 연혁현황 ************************/
.history {
	position:relative; 
	width:100%;
}

.history:before {
	position:absolute; 
	left:calc(50% - 1px);
	top:0; 
	width:1px;
	height:100%;
	content:""; 
	display:block; 
	background-color:#d7d7d7;
	z-index:-1;
}

.history_top {
	text-align:center;
	background-color:#fff;
	padding-bottom:20px;
}

.hitory_top_tit {
	font-size:48px;
	font-weight:800;
	color:#777777;
}

.hitory_top_tit span {
	font-size:1em;
	font-weight:inherit;
	color:#777777;
}

.hitory_top_tit span.fc_blue {
	color:#1f67b1;
}

.hitory_top_txt {
	font-size:18px;
	color:#666666;
	margin-top:5px;
}

.history_content {
	width:100%;
}

.history_unit {
	position:relative; 
	padding-left:calc(50% + 22px); 
	margin-top:62px;
}

.history_unit:before {
	position: absolute;
    left: calc(50% - 7px);
    top: 7px;
    content: "";
    display: block;
    background-color: #1f67b1;
    width: 12px;
    height: 12px;
    opacity: 0.3;
}

.history_unit:after {
	position: absolute;
    left: calc(50% - 5px);
    top: 9px;
    content: "";
    display: block;
    background-color: #1f67b1;
    width: 8px;
    height: 8px;
}

.history_year { 
	font-size:24px; 
	margin-bottom:12px;
	font-weight:700;
	color:#1f67b1;
}

.history_list {
	width:100%;
}

.history_list li {
	font-size:18px;
	color:#333;
}

.history_unit:nth-child(even) {
	padding-left:0; 
	padding-right:calc(50% + 22px);
}

.history_unit:nth-child(even) .history_year {
	text-align:right;
}

.history_unit:nth-child(even) .history_list li {
	text-align:right;
}








/************************ 연혁현황 ************************/
.location {
	width:100%;
}

.location_info {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}

.loca_list {
	
}

.loca_list dl {
	display:flex;
}

.loca_list dl + dl {
	margin-top:14px;
}

.loca_list dl dt {
	font-size:18px;
	font-weight:600;
	width:125px;
}

.loca_list dl dd {
	width:calc(100% - 125px);
	font-size:18px;
}

.loca_ul {
	display:flex;
}

.loca_ul li {
	margin-left:12px;
	width:200px;
}

.loca_ul li a {
	display:flex;
	padding:18px 20px;
	justify-content:space-between;
	align-items:center;
}

.loca_ul li.loca_li01 a {
	background-color:#1f67b1;
}

.loca_ul li.loca_li02 a {
	background-color:#eb9c0f;
}

.loca_ul li a img {
	height:17px;
}

.loca_ul_p {
	font-size:16px;
	color:#fff;
}

.location_map {
	width:100%;
	height:450px;
	margin-top:24px;
}

.location_map .root_daum_roughmap {
	width:100%;
	height:100%;
}

.location_map .root_daum_roughmap .wrap_map {
	width:100%;
	height:100%;
}

.location_map .root_daum_roughmap .wrap_controllers {
	display:none;
}

.location_map .root_daum_roughmap_landing .border2 {
	display:block;
}









/************************ ZONE별 소개_캠핑장 ************************/
.zone_camping {
	width:100%;
}

.zcamp_top {
	width:100%;
	display:flex;
    align-items: flex-end;
}

.zcamp_top_img {
	width:50%;
}

.zcamp_top_img img {
	width:100%;
}

.zcamp_top_dl {
	width:50%;
	padding:30px 30px;
}

.zcamp_top_dl dt {
	font-size: 32px;
    color: #1f67b1;
    font-weight: 700;
}

.zcamp_top_dl dd {
	font-size: 18px;
    margin-top: 15px;
    word-break: keep-all;
}

.zcamp_box {
	margin-top:115px;
	width:100%;
}

.zcamp_tit {
	font-size:28px;
	font-weight:700;
	position:relative;
	margin-bottom:7px;
}

.zcamp_tit:before {
	position:absolute;
	left:0;
	top:-10px;
	content:"";
	display:block;
	width:70px;
	height:6px;
	background-color:#1f67b1;
}

.zcamp_txt {
	font-size:18px;
}

.zcamp_stxt {
	font-size:16px;
	color:#666;
	margin-top:5px;
}

.zcamp_stxt b {
	font-size:1em;
	color:#eb600f;
}

.zcamp_imglist {
	display:flex;
	flex-wrap:wrap;
	margin-top:20px;
}

.zcamp_imglist li {
	/* border:1px solid #ddd; */
}

.zcamp_imglist li img {
	width:100%;
	height:100%;
	object-fit:fill;
}

.zcamp_imglist.width50 li {
	width:50%;
}

.zcamp_imglist.width25 li {
	width:25%;
}

.zcamp_imglist li.zcamp_li_w50 {
	width:50%;
}

.zcamp_imglist li.zcamp_li_w25 {
	width:25%;
}

.zcamp_dl {
	margin-top:24px;
	position:relative;
	padding-left:12px;
}

.zcamp_dl:before {
	position:absolute;
	left:0;
	top:7px;
	content:"";
	display:block;
	width:4px;
	height:4px;
	background-color:#333;
}

.zcamp_dl dt {
	font-size:18px;
	font-weight:600;
}

.zcamp_dl dd {
	position:relative;
	padding-left:10px;
	font-size:18px;
}

.zcamp_dl dd:before {
	position:absolute;
	left:0;
	top:0;
	content:"-";
	display:block;
}

.zcamp_dl dd + dd {
	margin-top:3px;
}

.zcamp_table_dl {
	margin-top:15px;
}

.zcamp_table_dl dt {
	font-size:18px;
	font-weight:600;
}

.zcamp_table_dl dd {
	font-size:16px;
	color:#666;
}

.zcamp_table_wrap {
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:5px;
	padding:20px;
	border:1px solid #ddd;
}

.zcamp_table_in {
	width:calc((100% - 60px)/3);
}

.zcamp_table {
	width:100%;
	border-top:1px solid #001e3c;
}

.zcamp_table caption {
	font-size:0;
	text-indent:-999999px;
}

.zcamp_table tr th {
	background-color:#4b89c9;
	text-align:center;
	font-size:18px;
	font-weight:600;
	padding:15px 10px;
	border-right:1px solid #ddd;
	color:#fff;
}

.zcamp_table tr th.last {
	border-right:0;
}

.zcamp_table tr td {
	font-size:18px;
	padding:10px 10px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	text-align:center;
}

.zcamp_table tr td[scope="row"] {
	background-color:#f7f7f7;
}

.zcamp_table tr td.last {
	border-right:0;
}








/************************ ZONE별 소개 ************************/
.sub_zone {
	width:100%;
}

.zone_top {
	width:100%;
	padding:;
	text-align:center;
	background:url('/images/sub02_topbg.png') center center no-repeat;
	background-size:cover;
	padding:32px 15px;
	margin-bottom:45px;
}

.zone_top_text {
	font-size:24px;
	color:#fff;
}

.zone_top_text span {
	font-size:1em;
	color:inherit;
	font-weight:700;
}

.zone_list {
	width:100%;
}

.zone_unit {
	width:100%;
	display:flex;
	align-items:flex-end;
	flex-wrap:wrap;
}

.zone_unit + .zone_unit {
	margin-top:148px;
}

.zone_img {
	width:50%;
	height:285px;
	border:1px solid #efefef;
}

.zone_img img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.zone_text {
	width:50%;
	padding:30px 30px;
}

.zone_tit {
	font-size:32px;
	color:#1f67b1;
	font-weight:700;
}

.zone_txt {
	font-size:18px;
	margin-top:15px;
	word-break:keep-all;
}

.zone_soccer {
	display:block;
	position:relative;
	background-image:linear-gradient(15deg, #1f67b1, #1f90b1);
	color:#fff;
	font-size:16px;
	width:220px;
	padding:12px 16px;
	margin-top:22px;
}

.zone_soccer:before {
	position:absolute;
	right:16px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:21px;
	height:10px;
	content:"";
	display:block;
	background:url('/images/sub02_arrow_soccer.png') center center no-repeat;
	background-size:contain;
}

.zone_text02 {
	width:100%;
	margin-top:10px;
	display:flex;
	background-color:#f7f7f7;
}

.zone_text02_unit {
	padding:24px 30px;
	width:50%;
}

.zone_text02_tit {
	position:relative;
	font-size:18px;
	font-weight:500;
	padding-left:12px;
}

.zone_text02_tit:before {
	position:absolute;
	left:0;
	top:8px;
	content:"";
	display:block;
	background-color:#666;
	width:5px;
	height:5px;
}

.zone_text02_ul {
	padding-left:12px;
	margin-top:10px;
}

.zone_text02_ul li {
	position:relative;
	font-size:16px;
	padding-left:10px;
}

.zone_text02_ul li:before {
	position:absolute;
	left:0;
	top:0;
	content:"-";
	display:block;
}

.zone_text02_ul li + li {
	margin-top:7px;
}

.zone_text02_ul li span {
	display:block;
	font-size:1em;
	color:#f37b00;
}

.zone_unit:nth-child(even) {
	flex-direction:row-reverse;
}

.zone_unit:nth-child(even) .zone_text {
	text-align:right;
}








/************************ 투자안내_Concept ************************/
.sub03_wrap {
	width:100%;
}

.concept_top {
	width:;
	padding:;
	background:url('/images/concept_bg.png') center center no-repeat;
	background-size:cover;
	text-align:center;
	padding:54px 15px 40px;
}

.concept_top_dl {

}

.concept_top_dl dt {
	color:#fff;
	font-size:32px;
	font-weight:700;
}

.concept_top_dl dd {
	color:#fff;
	font-size:18px;
	margin:12px 0 15px;
}

.concept_top_img {
}

.concept_top_img img {	
	width:auto;
	max-width:100%;
}

.concept_list {
	display:flex;
	margin-top:95px;
}

.concept_unit {
	position:relative;
	width:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	text-align:center;
	padding:52px 15px 32px;
}

.concept_unit:last-child {
	border-right:1px solid #ddd;
}

.coun_tit {
	position:absolute;
	left:50%;
	top:-25px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	font-size:18px;
	color:#fff;
	margin:0 auto;
	width:132px;
	background-color:#1f67b1;
	padding:12px 0;
}

.coun_img {
	
}

.coun_img img {
	width:auto;
	max-width:100%;
}

.coun_list {
	margin-top:16px;
}

.coun_list li {
	font-size:18px;
	color:#666;
}

.coun_list li + li {
	margin-top:8px;
}








/************************ 투자안내_분양대상부지 ************************/
.sub_site {
	width:100%;
}

.site_bar {
	display:flex;
	flex-wrap:wrap;
}

.site_bar li {
	width:25%;
}

.site_bar li a {
	display:block;
	font-family: 'Montserrat', sans-serif;
	color:#666;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
	font-size:18px;
	padding:20px 10px;
}

.site_bar li:last-child a {
	border-right:1px solid #ddd;
}

.site_bar li.on a {
	color:#fff;
	font-weight:600;
}

.site_bar li.on.sb01 a {
	background-color:#1f67b1;
	border-color:#1f67b1;
}

.site_bar li.on.sb02 a {
	background-color:#cc59d6;
	border-color:#cc59d6;
}

.site_bar li.on.sb03 a {
	background-color:#eb9c0f;
	border-color:#eb9c0f;
}

.site_bar li.on.sb04 a {
	background-color:#85b512;
	border-color:#85b512;
}

.site_box {
	margin-top:50px;
}

.site_top {
	display:flex;
	justify-content: space-between;
	align-items:flex-end;
}

.st_tit {
	font-size:36px;
	font-weight:700;
}

.st_img {
	width:calc(50% + 2px);
	border:1px solid #ddd;
}

.st_img img {
	width:100%;
}

.site_content {
	margin-top:12px;
}

.st_txt {
	font-size:18px;
}

.site_table_wrap {
	width:100%;
	margin-top:20px;
}

.site_table {
	width:100%;
	border-top:1px solid #555;
}

.site_table caption {
	text-indent:-9999px;
	font-size:0;
}

.site_table tr th, .site_table tr td {
	font-size:16px;
	text-align:center;
	padding:15px 10px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}


.site_table tr th {
	background-color:#efefef;
	font-weight:600;
}


.site_table tr td.td_blue {
	background-color:#E7F5FA;
}

.site_table tr td.td_ygreen {
	background-color:#F2FAE7;
}

.site_table tr th.last, .site_table tr td.last {
	border-right:0;
}


.site_table_wrap01 .site_table tr td {
	text-align:left;
}

.site_table_wrap01 .site_table tr td[scope="row"] {
	background-color:#efefef;
	text-align:center;
	font-weight:600;
}








/************************ 투자안내_분양대상부지 ************************/
.sub_invest {
	width:100%;
}

.invest_img {
	width:100%;
	border:1px solid #ddd;
	padding:45px 15px;
	text-align:center;
	margin-bottom:35px;
}

.invest_img img {
	width:auto;
	max-width:100%;
}

.inve_box {
	width:100%;
}

.inve_box + .inve_box {
	margin-top:82px;
}

.inve_tit {
	position:relative;
	padding-left:12px;
	font-size:20px;
	font-weight:600;
	margin-bottom:10px;
}

.inve_tit:before {
	position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 18px;
    content: "";
    display: block;
    background-color: #1f67b1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.inve_tit span {
	font-size:1em;
	font-weight:400;
}

.inve_box_in {
	padding-left:12px;
}

.inve_ul_bar {
	
}

.inve_ul_bar li {
	position:relative;
	font-size:18px;
	padding-left:10px;
}

.inve_ul_bar li:before {
	position:absolute;
	left:0;
	top:0;
	content:"-";
	display:block;
}

.inve_ul_bar li + li {
	margin-top:7px;
}

.inve_ul_bar li span {
	font-size:1em;
	color:#666;
}

.inve_unit {
	width:100%;
}

.inve_unit + .inve_unit {
	margin-top:30px;
}

.inve_stit {
	position:relative;
	padding-left:10px;
	font-size:18px;
	font-weight:600;
	margin-bottom:5px;
}

.inve_stit:before {
	position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    content: "";
    display: block;
    background-color: #777777;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.inve_stit + .inve_ul_bar {
	padding-left:10px;
}

.inve_list {
	margin-top:15px;
	margin-bottom:56px;
}

.inve_list_tit {
	font-size:18px;
	font-weight:500;
	margin-bottom:5px;
}

.inve_list_in {
	width:100%;
}

.inve_list_in dl {
	position:relative;
	display:flex;
	justify-content:space-between;
}

.inve_list_in dl:before {
	position:absolute;
	left:144px;
	bottom:-32px;
	width:32px;
	height:18px;
	content:"";
	display:block;
	background:url('/images/invest_arrow.png') center center no-repeat;
	background-size:contain;
}

.inve_list_in dl:last-child:before {
	display:none;
}

.inve_list_in dl + dl {
	margin-top:48px;
}

.inve_list_in dl dt {
	font-size:18px;
	font-weight:500;
	background-color:#4b89c9;
	color:#fff;
	text-align:center;
	width:320px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px 30px;
}

.inve_list_in.two dl dt {
	background-color:#57af5e;
}

.inve_list_in.two dl dd {
	border-color:#57af5e;
}

.inve_list_in dl dd {
	width:calc(100% - 350px);
	border:1px solid #4b89c9;
	padding:20px 30px;
	display:flex;
	align-items:center;
}

.invest_bottom {
	margin-top:50px;
	background:url('/images/invest_bg.png')center center no-repeat;
	background-size:cover;
	padding:35px 30px;
	display:flex;
	justify-content:space-between;
	align-items:center;	
}

.invest_bottom_in {
	width:calc(100% - 250px);
}

.inve_bottom_tit {
	font-size:18px;
	color:#fff;
}

.invest_bottom ul {
	display:flex;
	justify-content:space-between;
	margin-top:14px;
}

.invest_bottom ul li {
	font-size:18px;
	width:33.33%;
	padding-right:10px;
	color:#fff;
	font-weight:300;
}

.invest_bottom ul li span {
	font-size:1em;
	font-weight:600;
	color:#1f67b1;
	margin-right:5px;
	color:inherit;
}

.inve_bottom_img {
	display:none;
	width:223px;
}

.inve_bottom_img img {
	width:100%;
}








/************************ 온라인예약_캠핑장안내 ************************/
.camping_use {
	width:100%;
}

.ucamp_box {
	width:100%;
	position:relative;
	padding-bottom:50px;
}

.ucamp_box span {
	font-size:1em;
}

.ucamp_box .bold {
	font-weight:600;
}

.ucamp_box .fc_red {
	color:#ff3b00;
}

.ucamp_box .fc_blue {
	color:#008ee1;
}

.ucamp_box + .ucamp_box {
	padding-top:50px;
	border-top:1px dashed #ddd;
}

.ucamp_tit {
	font-size:24px;
	font-weight:600;
	background-color:#0a4077;
	color:#fff;
	padding:10px;
	text-align:center;
}

.ucamp_content {

}

.ucamp_table_wrap {
	width:100%;
}

.ucamp_table {
	width:100%;
	border-top:1px solid #555;
	margin-top:12px;
}

.ucamp_table caption {
	text-indent:-99999px;
	font-size:0;
}

.ucamp_table tr th {
	font-size:18px;
	font-weight:600;
	padding:15px 10px;
	background-color:#ebebeb;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	text-align:center;
}

.ucamp_table tr td {
	font-size:18px;
	padding:15px 10px;
	text-align:center;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

.ucamp_table tr td[scope="row"] {
	background-color:#ebebeb;
}

.ucamp_table tr td.bg_lgrey {
	background-color:#f7f7f7;
}

.ucamp_table tr th.last, .ucamp_table tr td.last {
	border-right:0;
} 

.ucamp_ul {
	margin-top:12px;
}

.ucamp_ul li {
	position:relative;
	padding-left:10px;
	font-size:18px;
	color:#333;
	line-height:1.3;
}

.ucamp_ul li + li {
	margin-top:8px;
}

.ucamp_ul li:before {
	position:absolute;
	left:0;
	top:0;
	content:"-";
	display:block;
}

.ucamp_ul02 {

}

.ucamp_ul02 > li:before {
	width:4px;
	height:4px;
	background-color:#666;
	content:"";
	top:8px;
}

.ucamp_ul02 li > .ucamp_ul {
	margin-top:5px;
}

.ucamp_ul02 li > .ucamp_ul li + li {
	margin-top:5px;
}

.ucamp_ul02 li > .ucamp_ul li:before {
	content:"-";
}

.ucamp_txt {
	font-size:18px;
	margin-top:12px;
}

.ucamp_txt02  {
	margin-top:12px;
	font-size:18px;
	position:relative;
	padding-left:12px;
}

.ucamp_txt02:before {
	position:absolute;
	left:0;
	top:0;
	content:"\203B";
	display:block;
}

.ucamp_listunit {
	margin-top:25px;
}

.ucamp_stit {
	font-size:16px;
	font-weight:600;
	width:180px;
	padding:5px 10px;
	text-align:center;
	background-color:#1f67b1;
	border-radius:100px;
	color:#fff;
}

.ucamp_dl {
	margin-top:12px;
	padding:30px;
	text-align:center;
	background-color:#efefef;
}

.ucamp_dl dt {
	font-size:22px;
	font-weight:600;
	margin-bottom:10px;
}

.ucamp_dl dd {
	font-size:18px;
	color:#666;
}

.ucamp_bottom {
	background-color:#eb9c0f;
	text-align:center;
	position:relative;
	padding:30px 10px;
}

.ucamp_bottom:before {
	position:absolute;
	left:0;
	top:0;
	width:153px;
	height:99px;
	content:"";
	display:block;
	background:url('/images/ucamp_cctv.png') center center no-repeat;
	background-size:contain;
	opacity:0.5;
}

.ucamp_bottom_txt {
	position:relative;
	z-index:1;
	color:#fff;
	font-weight:600;
	margin-bottom:7px;
	font-size:20px;
}

.ucamp_bottom_tit {
	position:relative;
	z-index:1;
	color:#fff;
	font-size:18px;
}








/************************ 온라인예약_축구장 ************************/
.sub_football {
	display:flex;
	align-items:flex-end;
	background:url('/images/football_icon_bg.png') right top no-repeat;
	background-size:352px 351px;
}

.football_img {
	width:50%;
}

.football_img img {
	width:100%;
}

.football_info {
	padding:30px 30px;
}

.football_stit {
	font-size:20px;
	font-weight:500;
	color:#333;
}

.football_number {
	position:relative;
	font-size:42px;
	font-weight:700;
	color:#1f67b1;
	padding:14px 0 14px 52px;
}

.football_number:before {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:34px;
	height:34px;
	background:url('/images/football_icon.png') center center no-repeat;
	background-size:contain;
	content:"";
	display:block;
}

.football_ul_bar {
	padding-top:14px;
	border-top:1px solid #ddd;
}

.football_ul_bar li {
	position:relative;
	font-size:16px;
	padding-left:12px;
	word-break:keep-all;
}

.football_ul_bar li:before {
	position:absolute;
	left:0;
	top:0;
	content:"-";
	display:block;
}

.football_ul_bar li + li {
	margin-top:5px;
}








/************************ 커뮤니티_고객문의 ************************/
.sub_call {
	display:flex;
	justify-content:space-between;
}

.call_unit {
	width:calc((100% - 30px)/2);
	padding:36px 40px 193px 40px;
}

.call_unit.one {
	background:url('/images/cs_icon01.png') #1f67b1 right bottom no-repeat;
}

.call_unit.two {
	background:url('/images/cs_icon02.png') #e8a605 right bottom no-repeat;
}

.call_tit {
	font-size:24px;
	color:#fff;
	line-height:1;
}

.call_tit span {
	font-size:1em;
	font-weight:700;
	color:inherit;
}

.call_num {
	font-size:48px;
	color:#fff;
	margin:24px 0 14px;
	font-weight:700;
}

.call_txt {
	font-size:18px;
	color:#fff;
}







/************************ 개인정보처리방침 ************************/
.privacy_page {
	width:100%;
}

.privacy_top {
	padding:30px;
	background-color:#f7f7f7;
	border:1px solid #ddd;
	margin-bottom:30px;
}

.privacy_topList_wrap {
	position:relative;	
}

.privacy_topList {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.pritop_unit {
	width:calc((100% - 150px)/6);
	border:1px solid #ddd;
	padding:17px 10px 24px;
	text-align:center;
	cursor:default;
}

.pritop_unit .pritop_icon {
	height:62px;
}

.pritop_unit .pritop_icon img{
	height:100%;
}

.pritop_tit {
	position:relative;
	font-size:16px;
	font-weight:700;
	margin-top:15px;
}

.pritop_tit:before {
	display:none;
	position:absolute;
	left:50%;
	bottom:-46px;
	transform:translateX(-50%);
	width:17px;
	height:14px;
	background:url('/images/pritop_arrow.jpg') center center no-repeat;
	background-size:contain;
	content:"";
	z-index:1;
}

.pritop_unit.on .pritop_tit:before {
	display:block;
}

.pritop_txt {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	height:120px;
}

.pritop_unit dl {
	display:none;
	position:absolute;
	left:0;
	bottom:0;
	text-align: left;
    padding: 0px 20px;
	width:100%;
    height: 120px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
	background-color:#f5f5f5;
	border:1px solid #ddd;
	opacity:0;
	transition:0.3s all opacity;
}

.pritop_unit dl dt {
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pritop_unit dl dd {
	font-size: 16px;
}



.pritop_unit.on dl {
	opacity:1;
	transition:0.3s all opacity;
}

.privacy_p {
	font-size:16px;
}

.privacy_p + .privacy_p {
	margin-top:7px;
}

.priacy_content {
	
}

.pri_co_tit {
	font-size:18px;
	font-weight:700;
	margin-bottom:7px;
}

.pri_co_txt {
	font-size:16px;
}

.privacy_ul_bar {
	margin-top:7px;
}

.privacy_ul_bar li {
	position:relative;
	padding-left:10px;
	font-size:17px;
}

.privacy_ul_bar li + li {
	margin-top:7px;
}

.privacy_ul_bar li:before {
	position:absolute;
	left:0;
	top:0;
	display:block;
	content:"-";
}

.privacy_ul_bar li a {
	font-size:1em;
	color:#1f67b1;
	font-weight:700;
}

.privacy_ul_bar li b {
	font-size:1em;
}

.privacy_ul_count {
	margin-top:7px;
	counter-reset:count_privacy;
}

.privacy_ul_count li {
	position:relative;
	padding-left:16px;
	font-size:17px;
}

.privacy_ul_count li + li {
	margin-top:7px;
}

.privacy_ul_count li:before {
	position:absolute;
	left:0;
	top:0;
	display:block;
	counter-increment:count_privacy;
	content:counter(count_privacy)".";
}

.privacy_ul_count li a {
	font-size:1em;
	color:#1f67b1;
	font-weight:700;
}

.privacy_ul_count li b {
	font-size:1em;
	display:block;
	margin-bottom:3px;
}

.privacy_unit {
	margin-top:35px;
	padding-top:35px;
	border-top:1px dashed #ddd;
}

.pri_utit {
	font-size:19px;
	font-weight:700;
	margin-bottom:7px;
	padding-left:12px;
	position:relative;
}

.pri_utit:before {
	position:absolute;
	left:0;
	top:7px;
	width:5px;
	height:5px;
	background-color:#1f67b1;
	content:"";
	display:block;
}

.pri_utxt {
	font-size:17px;
}

.pri_utxt + .pri_utxt  {
	margin-top:10px;
}

.pri_utxt b {
	font-size:1em;
	display:block;
	margin-bottom:3px;
}

.privacy_ul_bar + .pri_utxt {
	margin-top:12px;
}

.pri_table_wrap {
	width:100%;
}

.pri_table {
	width:100%;
	border-top:1px solid #555;
	margin:10px 0;
}

.pri_table caption {
	text-indent:-99999px;
	font-size:0;
}

.pri_table tr th {
	background-color:#f5f5f5;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:10px;
	font-size:17px;
}

.pri_table tr td {	
	padding:10px;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	text-align:center;
	font-size:17px;
}

.pri_table tr th.last, .pri_table tr td.last {	
	border-right:0;
}

.pri_table tr td.textLeft {
	text-align:left;
}

.pri_dl {
	display:flex;
	margin:10px 0;
}

.pri_dl dt {
	font-size:16px;
	font-weight:600;
	margin-right:3px;
}

.pri_dl dd {
	font-size:16px;
	text-decoration:underline;
}

.pri_dl dd a {
	font-size:1em;
}

.privacy_unitIn {
	margin-top:12px;
}






/************************ 무단이메일수집금지 ************************/
.email_none {
	width:100%;
}

.email_none_top {
	padding:30px;
	background-color:#f7f7f7;
	border:1px solid #ddd;
	margin-bottom:30px;
}

.email_p {
	font-size:18px;
}

.email_p span {
	font-size:1em;
	font-weight:700;
}

.email_p span.fc_color {
	color:#1fb13e;
}

.email_p_small {
	font-size:16px;
	margin-top:10px;
}

.email_content {
	margin-top:30px;
}

.email_ctit {
	font-size:18px;
	font-weight:600;
}

.email_ul {
	margin-top:7px;
}

.email_ul li {
	font-size:16px;
}

.email_ul li + li {
	margin-top:5px;
}

.email_ul li span {
	font-size:1em;
	margin-left:5px;
	font-weight:600;
}








/************************ hover ************************/
@media (hover: hover) {
	
	
	.pritop_unit:hover {
		border-color:#555;
	}


	.pdf-down-btn a:hover {
		background-color:#1f67b1;
		transition:background 0.2s;
	}




}
/************************ hover ************************/


/*---------------------------------------------------------------------------------------------------------------------------*/

/* 반응형 중간기기 1380px 사이즈 이하*/
@media all and (max-width:1380px){


	
	
	

}

/* 반응형 중간기기 1200px 사이즈 이하*/
@media all and (max-width:1200px){


	
	


}



/* 반응형 중간기기 1100px 사이즈 이하*/
@media all and (max-width:1100px){

	.privacy_topList {
		flex-wrap:wrap;
	}

	.pritop_unit {
		width:calc((100% - 60px)/3);
		margin-bottom:20px;
	}

	.pritop_unit.on {
		border-color:#555;
	}

	.pritop_tit:before {
		opacity:0;
	}

	.pritop_txt {
		margin-top:0;
	}


}

/* 반응형 중간기기 998px 사이즈 이하*/
@media all and (max-width:998px){


	/* 오시는길 */
	.location_info {
		flex-wrap:wrap;
	}
	.loca_list {
		width:100%;
	}
	.loca_list dl + dl {
		margin-top:10px;
	}
	.loca_ul {
		margin-top:15px;
		width:100%;
		justify-content:space-between;
	}	
	.loca_ul li {
		width:calc((100% - 30px)/2);
		margin:0;
	}
	.location_map {
		margin-top:12px;
	}

	
	/* ZONE별 소개_캠핑장 */
	.zcamp_top {
		flex-wrap:wrap;
	}
	.zcamp_top_img {
		width:100%;
		border:0;
	}
	.zcamp_top_img img {
		width:auto;
		max-width:100%;
		border:1px solid #ddd;
	}
	.zcamp_top_dl {
		width:100%;
		padding:15px 0 0 0;
	}
	.zcamp_top_dl dt {
		font-size:24px;
	}
	.zcamp_top_dl dd {
		font-size:16px;
		margin-top:3px;
	}
	.zcamp_table_wrap {
		flex-wrap:wrap;
	}
	.zcamp_table_in {
		width:100%;
	}
	.zcamp_table_in + .zcamp_table_in {
		margin-top:20px;
	}


	/* ZONE별 소개  */
	.zone_unit {
		flex-direction:column;
	}
	.zone_unit:nth-child(even) {
		flex-direction:column;
	}
	.zone_unit + .zone_unit {
		margin-top:72px;
	}
	.zone_img {
		width:100%;
		height:auto;
		border:0;
	}
	.zone_img img {
		width:auto;
		max-width:100%;
		height:auto;
		border:1px solid #ddd;
	}
	.zone_text {
		width:100%;
		padding:15px 0px 0 0px;
	}
	.zone_unit:nth-child(even) .zone_text {
		text-align:left;
	}
	.zone_tit {
		font-size:24px;
	}
	.zone_txt {
		font-size:16px;
		margin-top:3px;
	}
	.zone_soccer {
		font-size:14px;
		width:200px;
		padding:12px 12px;
		margin-top:15px;
	}
	.zone_text02 {
		flex-wrap:wrap;
		padding:20px 20px;
	}
	.zone_text02_unit {
		width:100%;
		padding:0;
	}
	.zone_text02_unit + .zone_text02_unit {
		margin-top:20px;
	}
	.zone_top {
		padding:20px 15px;
		margin-bottom:10px;
	}
	.zone_top_text {
		font-size:20px;
	}


	/* 투자안내_분양대상부지 */
	.site_bar li a {
		font-size:16px;
		padding:20px 5px;
	}



	/* 투자안내_투자환경소개 */
	.invest_bottom ul {
		flex-wrap:wrap;
	}
	.invest_bottom ul li {
		width:50%;
		line-height:1.5;
	}



	/* 축구장 */
	.sub_football {
		flex-wrap:wrap;
		background:none;
	}

	.football_img {
		width:100%;
		height:320px;
	}

	.football_img img {
		width:100%;
		height:100%;
		object-fit:cover;
	}

	.football_info {
		width:100%;
		padding:20px 0;
	}


	/* 고객문의 */
	.sub_call {
		flex-wrap:wrap;
	}

	.call_unit {
		width:100%;
		margin-bottom:20px;
		padding:36px 30px 50px;
	}

}



/* 반응형 중간기기 768사이즈 이하 */
@media screen and (max-width: 768px) {	


	/* 단재소개 */
	.intro_top_text {
		padding-top:8px;
		width:90%;
	}
	.intro_top_text dt {
		font-size:32px;
	}
	.intro_top_text dd {
		font-size:16px;
		word-break:keep-all;
	}
	.intro_top_text dd br {
		display:none;
	}
	.intro_info {
		margin-top:76px;
		flex-direction:column-reverse;
	}
	.intro_info_img {
		display:none;
		max-width:100%;
		margin:20px 0 0 auto;
	}
	.intro_info_box {
		width:100%;
	}
	.intro_info_unit + .intro_info_unit {
		margin-top:28px;
	}
	.intro_info_tit {
		margin-bottom:6px;
		font-size:18px;
	}
	.intro_info_dlBox dl dt {
		width:120px;
		padding:12px 10px;
	}
	.intro_info_dlBox dl dd {
		width:calc(100% - 120px);
		padding:12px 15px;
	}


	/* 연혁현황 */
	.hitory_top_tit {
		font-size:32px;
	}
	.hitory_top_txt {
		font-size:16px;
	}
	.history_unit {
		margin-top:36px;
	}
	.history_year {
		font-size:20px;
		margin-bottom:8px;
	}
	.history_list li {
		font-size:16px;
	}


	/* 오시는길 */
	.loca_list dl dt, .loca_list dl dd {
		font-size:16px;
	}
	.loca_ul li {
		width:calc((100% - 10px)/2);
	}
	.loca_ul li a {
		padding:16px 16px;
	}
	.loca_ul_p {
		font-size:14px;
	}
	.location_map {
		height:320px;
	}


	/* ZONE별 소개_캠핑장 */
	.zcamp_box {
		margin-top:72px;
	}
	.zcamp_tit {
		font-size:24px;
		margin-bottom:2px;
	}
	.zcamp_tit:before {
		width:50px;
		height:4px;
		top:-8px;
	}
	.zcamp_txt {
		font-size:16px;
	}
	.zcamp_stxt {
		font-size:14px;
	}
	.zcamp_dl dt {
		font-size:16px;
	}
	.zcamp_dl dd {
		font-size:16px;
	}
	.zcamp_table tr th {
		font-size:16px;
		padding:12px 10px;
	}
	.zcamp_table tr td {
		font-size:16px;
	}



	/* ZONE별 소개  */
	.zone_text02_tit {
		font-size:16px;
	}
	.zone_text02_tit:before {
		width:4px;
		height:4px;
		top:6px;
	}
	.zone_text02_ul li + li {
		margin-top:5px;
	}


	/* 투자안내_concept */
	.concept_top {
		padding:30px 15px 28px;
	}
	.concept_top_dl dt {
		font-size:24px;
		line-height:1;
	}
	.concept_top_dl dd {
		font-size:16px;
	}
	.concept_top_dl dd br {
		display:none;
	}
	.concept_list {
		flex-wrap:wrap;
		margin-top:45px;
	}
	.concept_unit {
		border:1px solid #ddd;
	}
	.concept_unit:last-child {
		margin-top:50px;
	}
	.coun_tit {
		top:-21px;
		width:120px;
		font-size:16px;
		padding:10px;
	}
	.coun_list li {
		font-size:16px;
	}


	/* 투자안내_분양대상부지 */
	.site_bar li {
		width:50%;
	}
	.site_bar li:nth-child(2) a { 
		border-right:1px solid #ddd;
	}
	.site_bar li:nth-child(n+3) a {
		border-top:0;
	}
	.site_top {
		flex-direction: column-reverse;
		align-items: baseline;
	}
	.site_box {
		margin-top:16px;
	}
	.st_tit {
		font-size:28px;
		margin-top:10px;
	}
	.site_content {
		margin-top:5px;
	}
	.st_txt {
		font-size:16px;
		word-break:keep-all;
	}	
	.st_img {
		width:100%;
		text-align:center;
	}
	.st_img img {
		width:auto;
		max-width:100%;
	}



	/* 투자안내_투자환경소개 */
	.invest_img {
		padding:15px 15px;
	}
	.inve_tit {
		font-size:18px;
		padding-left:8px;
	}
	.inve_tit:before {
		width:3px;
		height:15px;
	}
	.inve_box + .inve_box {
		margin-top:45px;
	}
	.inve_box_in {
		padding-left:8px;
	}
	.inve_unit + .inve_unit {
		margin-top:20px;
	}
	.inve_stit {
		font-size:16px;
	}
	.inve_stit:before {
		width:4px;
		height:4px;
		transform:translateY(0);
		-webkit-transform:translateY(0);
		top:7px;
	}
	.inve_ul_bar li {
		font-size:16px;
	}
	.inve_list_in dl {
		flex-wrap:wrap;
	}
	.inve_list_in dl + dl {
		margin-top:36px;
	}
	.inve_list_in dl:before {
		left:50%;
		transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		width:20px;
		height:11px;
		bottom:-24px;
	}
	.inve_list_in dl dt {
		width:100%;
		font-size:17px;
		padding:16px 16px;
	}
	.inve_list_in dl dd {
		width:100%;
		padding:20px 15px;
	}
	.invest_bottom {
		padding:24px 20px;
	}
	.inve_bottom_tit {
		font-size:16px;
		word-break:keep-all;
	}
	.invest_bottom ul li {
		line-height:1.2;
		font-size:16px;
		width:100%;
	}
	.invest_bottom ul li + li {
		margin-top:5px;
	}


	
	/* 온라인예약_캠핑장안내 */
	.ucamp_tit {
		font-size:20px;
	}
	.ucamp_txt02 {
		font-size:16px;
		margin-top:8px;
	}
	.ucamp_stit {
		width:160px;
	}
	.ucamp_table tr th {
		font-size:16px;
	}
	.ucamp_table tr td {
		font-size:16px;
	}
	.ucamp_ul li {
		font-size:16px;
	}
	.ucamp_ul li + li {
		margin-top:5px;
	}
	.ucamp_dl {
		padding:20px 15px;
	}
	.ucamp_dl dt {
		font-size:18px;
	}
	.ucamp_dl dt br {
		display:none;
	}
	.ucamp_dl dd {
		font-size:16px;
		word-break:keep-all;
	}
	.ucamp_dl dd br {
		display:none;
	}
	.ucamp_bottom {
		padding:20px 15px;
	}
	.ucamp_bottom:before {
		opacity:0.2;
	}
	.ucamp_bottom_txt {
		font-size:18px;
		word-break:keep-all;
	}
	.ucamp_bottom_tit {
		font-size:16px;	
	}
	.ucamp_table_scroll {
		width:100%;
		overflow-x:scroll;
		position:relative;
	}
	.ucamp_table_scroll:after {
		display:block;
		content:"※테이블을 가로로 스크롤할 수 있습니다.";
		font-size:14px;
		color:#666;
		margin-top:5px;
	}
	.ucamp_table_scroll .ucamp_table {
		width:768px;
	}


	/* 축구장 */
	.football_info {
		padding:15px 0;
	}

	.football_stit {
		font-size:18px;
	}

	.football_number {
		font-size:32px;
		padding:;
	}


	/* 고객문의 */ 
	.call_unit.one {
		background-size:160px 165px;
	}
	.call_unit.two {
		background-size:158px 165px;
	}
	.call_tit {
		font-size:20px;
	}

	.call_num {
		font-size:36px;
		margin:11px 0 3px;
	}

	.call_txt {
		font-size:14px;
	}


	/* 개인정보처리방침 */
	.pritop_unit {
		width:calc((100% - 20px)/3);
		margin-bottom:10px;
	}

	.pritop_tit {
		font-size:14px;
		margin-top:10px;
	}

	.pritop_unit dl {
		height:150px;
	}

	.pritop_txt {
		height:150px;
	}

}



/* 반응형 작은기기 480사이즈 이하 */
@media screen and (max-width: 480px) {	



	/* 단지소개 */
	.intro_top_text {
		position:initial;
		width:100%;
	}
	.intro_top_text dt {
		font-size:24px;
	}
	.intro_info {
		margin-top:32px;
	}



	/* 연혁현황 */
	.history_top {
		text-align:left;
	}
	.history:before {
		left:22px;
	}
	.history_unit {
		padding-left:40px;
	}
	.history_unit:before {
		left:18px;
		width:10px;
		height:10px;
	}
	.history_unit:after {
		left:20px;
		width:6px;
		height:6px;
	}
	.history_unit:nth-child(even) {
		padding-left:40px;
		padding-right:0;
	}
	.history_unit:nth-child(even) .history_year {
		text-align:left;
	}
	.history_unit:nth-child(even) .history_list li {
		text-align:left;
	}


	/* 오시는길 */
	.loca_list dl dt {
		width:90px;
	}
	.loca_list dl dd {
		width:calc(100% - 90px);
	}
	.loca_ul li a {
		padding:12px 16px;
	}
	.location_map {
		height:240px;
		margin-top:8px;
	}

	/* ZONE별 소개_캠핑장 */
	.zcamp_imglist {
		margin-top:12px;
	}
	.zcamp_imglist.width50 li {
		width:100%;
	}
	.zcamp_imglist.width25 li {
		width:50%;
	}
	.zcamp_imglist li img {
		height:auto;
	}
	.zcamp_imglist li.zcamp_li_w50 {
		width:100%;
	}
	.zcamp_imglist li.zcamp_li_w25 {
		width:50%;
	}
	.zcamp_dl {
		margin-top:15px;
	}
	.zcamp_table_dl dt {
		margin-top:16px;
	}
	.zcamp_table_dl dd {
		font-size:14px;
	}




	/* 투자안내_concept */
	.concept_unit {
		padding:36px 15px 25px;
	}
	.coun_img {
		width:200px;
		margin:0 auto;
		max-width:100%;
	}



	/* 투자안내_분양대상부지 */
	.site_bar li a {
		padding:12px 5px;
		font-size:14px;
	}
	.st_tit  {
		font-size:24px;
	}
	.site_table_wrap01 .site_table colgroup {
		display:none;
	}
	.site_table_wrap01 .site_table tr td[scope="row"] {
		width:90px;
	}
	.site_table_wrap02 {
		width:100%;
		overflow-x:scroll;
		position:relative;
		padding-bottom:20px;
	}
	.site_table_wrap02:before {
		position:absolute;
		left:0;
		content:"※테이블을 가로로 스크롤할 수 있습니다.";
		display:block;
		font-size:14px;
		bottom:0;
		color:#666;
	}
	.site_table_wrap02 .site_table {
		width:560px;
	}


	/* 온라인예약_캠핑장안내 */
	.ucamp_stit {
		font-size:14px;
	}



	/* 축구장 */
	.football_img {
		height:240px;
	}

	.football_stit {
		font-size:16px;
	}

	.football_number {
		font-size:28px;
		padding:5px 0 5px 30px;
	}

	.football_number:before {
		width:20px;
		height:20px;
	}

	.football_ul_bar li {
		font-size:14px;
	}



	/* 고객문의 */
	.call_unit {
		padding:24px 20px;
		margin-bottom:10px;
	}
	.call_tit {
		font-size:16px;
	}
	.call_num {
		font-size:28px;
	}

	


	/* 개인정보처리방침 */
	.privacy_top {
		padding:15px 15px;
	}
	.pritop_txt {
		font-size:14px;
	}
	.privacy_p {
		font-size:14px;
	}
	.pri_co_tit {
		font-size:16px;
	}
	.pri_co_txt {
		font-size:14px;
	}
	.privacy_ul_bar li {
		font-size:14px;
	}
	.pri_utit {
		font-size:16px;
		padding-left:8px;
	}
	.pri_utit:before {
		width:4px;
		height:4px;
	}
	.pri_utxt {
		font-size:14px;
	}
	.pri_table tr th {
		font-size:14px;
	}
	.pri_table tr td {
		font-size:14px;
	}
	.pri_dl {
		flex-direction:column;
	}
	.pri_dl dt, .pri_dl dd {
		font-size:14px;
	}
	.privacy_ul_count li {
		font-size:14px;
	}

	.pritop_unit {
		width:calc((100% - 10px)/2);
	}

	.pritop_unit dl {
		height:200px;
	}
	.pritop_txt {
		height:200px;
		padding:0 15px;
	}




	/* 이메일무단수집거부 */
	.email_none_top {
		padding:15px;
	}
	.email_p {
		font-size:16px;
	}
	.email_p_small {
		font-size:14px;
	}
	.email_ctit {
		font-size:16px;
	}
	.email_ul li {
		font-size:14px;
	}


}



/* 반응형 작은기기 360사이즈 이하 */
@media screen and (max-width: 360px) {	

	
	

}


