/*########## 페이징 공통 ##########*/
#container_title {
	position:relative;
	background:url('/skin/layouts/effort/images/sub_bg.jpg') center center;
	background-size:cover;
	z-index:9;
	height:400px;
	line-height:400px;
	color:rgba(255,255,255,1);
	font-size:38px;
	font-weight:600;
	text-align:center;
	text-shadow:3px 2px 3px rgba(0,0,0,0.35);
	margin:0;
	
}
#container_title:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
	z-index:-99;
}
#container_title span {
	position:relative;
	font-size: 1.2em;
}


@media (max-width:969px){
	#container_title {
		height:250px;
		line-height:280px;
		font-size:25px;
		padding-top: 0;
	}
}



/* Layout */
#cont_inner{
	max-width: 1200px; 
	margin:0 auto;
	text-align:center;
}
#cont_inner:after{
	content: ''; 
	clear: both; 
	display: block;
}
#cont_wrap{
	margin:70px 0;
}
#cont_wrap:after{
	content: ''; 
	clear: both; 
	display: block;
}

/*Top_menu*/
#topsubmenu {
	position: relative;
    padding: 0px 0;
    margin: -60px auto 60px;
    z-index: 999;
}
#topsubmenu ul {
	margin:0;
}
#topsubmenu ul:after { 
	display:block; 
	visibility:hidden; 
	clear:both; 
	content:""
}
#topsubmenu li{
	float: left;
    position: relative;
    text-align: center;
    border-right:1px solid #fff;
    transform: translateY(0px);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#topsubmenu li:last-child{
	border-right:0;
}
#topsubmenu .nom2 li{
	width:50%;
}
#topsubmenu .nom3 li{
	width:33.3333%;
}

#topsubmenu .nom11 li{
	width:50%;
}

#topsubmenu .nom5 li{
	width:20%;
}


#topsubmenu .nom6 li{
	width:50%;
}
#topsubmenu li a {
	display: block;
    max-width: 100%;
    height: 60px;
	line-height:60px;
    vertical-align: top;
    text-align: center;
    background:rgba(0,0,0,0.5);
    color: #fff;
	font-size:14px;
	font-weight:500;
}
#topsubmenu li a:hover {
	background:rgba(1,28,115,0.7);
	color:#fff;
}
#topsubmenu li a.active {
	background:rgba(1,28,115,0.7);
	color:#fff;
}
#topsubmenu li a.active:hover {
	background:rgba(1,28,115,0.8);
	color:#fff;
}

@media (max-width:1200px){
	#cont_inner { width:100%; }
	#cont_wrap { clear: both; width:100%; margin:30px 0; }
	#topsubmenu { display: none; }
 }



/* page design */
#content h3 {
	height: 120px;
	line-height: 120px; 
	font-size: 30px;
	font-weight:500;
	text-align:center;
	margin:0;
}
#content h3 span {
	position:relative;
}
#content h3 span:after {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	margin:0 auto;
	background-color: #31478f;
}

#ctt { 
	padding:0px;
}

#ctt_con { 
	padding: 0px;
}
#ctt_con h4, #cont_wrap h4 { 
	position:relative;
	font-size:25px;
	margin:70px 0 40px; 
	color:#0367b0; 
	font-weight:900; 
}
#ctt_con h4.first, #cont_wrap h4.first {
	margin:0 0 50px;
}
#cont_wrap h5.first {
	margin:0 0 30px;
}
#ctt_con h4.right {
	padding-top:15px;
}
#ctt_con h4:before, #cont_wrap h4:before {
	content: '';
	display: block;
	position: relative;
	width: 20px;
	height: 2px;
	background: #0468b0;
	margin-bottom:15px;
}
#ctt_con h4.right:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	right:0;
	top:0;
	background: #0468b0;	
}
#ctt_con h4 span { 
	padding-right:5px; 
	color:#458fb4;
}
#ctt_con h5 { 
	font-size:23px; 
	margin:50px 0 30px; 
	color:#0367b0;
	text-align:left
}
#ctt_con h6 { 
	font-size:15px; 
	margin-bottom:15px; 
	color:#333; 
}
#ctt_con .h6 { 
	float:left; 
}
#ctt_con .h6_span { 
	font-size:15px; 
	margin-bottom:15px; 
	color:#333; 
	float:right; 
}
#ctt_con img { 
	display:block;
	margin: 0 auto;
}

.gr2 {
	width: 70%;
	text-align: center;
	margin: 0 auto;
}


.con01 { 
	display:none; 
}

.blank_10 { height:20px; }
.blank_20 { height:20px; }
.blank_30 { height:30px; }
.blank_40 { height:40px; }
.blank_50 { height:50px; }
.blank_60 { height:60px; }
.blank_70 { height:70px; }

.b_line { 
	padding-bottom:37px;
	margin-bottom:30px; 
	border-bottom:1px solid #dadada; 
}

.sm_txt { 
	font-size:13px; 
}

.sub_txt { 
	padding-bottom:37px; 
	margin-bottom:30px; 
	border-bottom:1px solid #dadada; 
	font-size:15px; 
}
.sub_txt b {
	font-weight:500;
}
.sub_txt_noline { 
	margin-bottom:20px; 
	font-size:15px; 
}
.sub_margin { 
	margin-bottom:70px;
}

.cont_table {
	border-spacing: 0; 
	border-collapse: separate; 
	border-top: 2px solid #011c73; 
	font-size: 14px; 
	width:100%;
	line-height: 1.6em; 
	letter-spacing: -1px;
}
.cont_table tr th {
	color:#fff; 
	background:#9fb1ee;
	border-bottom: 1px solid #fff; 
	padding:12px 6px;
	text-align:center;
	font-size:16px;
	font-weight:500;
}
.cont_table tr td {
	color:#555; 
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding:5px 10px; 
	text-align:center;
}
.cont_table tr td.c_blue {
	background:rgba(73,177,185,0.1);
}
.cont_table .t_left {
	text-align:left;
	padding-left:30px;
}

.root_daum_roughmap .wrap_controllers /* Kakao Map */ { 
	display:none !important;
} 

@media (max-width:969px){
	
	#content h3 {
		font-size: 15px;
		font-weight: 500;
		height: 50px;
		line-height: 50px;
		padding-left: 20px;
		text-align:left;
		border-bottom: 1px solid #ddd;
	}
	#content h3 span {
		padding-left:10px;
	}
	#content h3 span:after {
		position:absolute;
		display: inline-block;
		left: 0;
		top: 0;
		width: 3px;
		height: 17px;
	}

	#ctt_con { 
		padding:0px 0 0;
		margin-bottom:20px;
	}
	#ctt_con h4, #cont_wrap h4 {
		font-size:22px;
		margin:40px 0 20px;
	}
	#ctt_con h4.first {
		margin:0 0 20px;
	}
	#ctt_con h5 {
		font-size:17px;
		margin:30px 0;
	}

	.cont_table tr th {
		font-size:13px;
	}
	.cont_table tr td {
		font-size:12px;
	}
}



/* 공통디자인 */
.con_wr {
	position: relative;
	text-align:center;
	padding:15px;
	font-size:15px;
	font-weight:500;
	color:#333;
}
.left_sort {
	text-align:left;
}
.con_wr img {
	width:100%;
}
.con_wr img.s_auto {
	width:auto;
	margin:0 auto;
}
.con_wr p { 
	margin-bottom:0;
}
.con_wr p strong {
	display:block;
	margin-bottom:15px;
}
.con_wr .left_txt {
	margin-bottom:60px;
	text-align:left;
}
.con_wr .right_txt {
	margin-bottom:60px;
	text-align:right;
}
.con_wr .con_txt .t_style {
	font-family: 'Nanum Brush Script', cursive;
	font-size:35px;
	font-weight:100;
	line-height:40px;
	margin-bottom:25px;
}
.con_wr .con_txt .t_style span {
	font-size:50px;
	font-weight:600
}
.con_wr .c_left {
	float:left;
}
.con_wr .c_right {
	float:right;
}

@media (max-width:969px){
	.con_wr {
		margin:0px;
		padding:10px;
	}
	.left_sort {
		margin-bottom:30px;
		text-align:center;
	}
	.con_wr img.s_auto {
		width:100%;
	}
	.con_wr .left_txt, .con_wr .right_txt { 
		margin-bottom:0px;
	}
	.con_wr .left_txt img { width: 80% !important;}
	.con_wr .con_txt .t_style {
		font-size:23px;
		line-height:30px;
		margin-bottom:20px;
	}
	.con_wr .con_txt .t_style span {
		font-size:28px;
		font-weight:500;
	}
}

/* box 디자인 */
.con_box .box_wr {
	background:#f1f1f1;
	overflow:hidden;
}
.con_box .box_wr .box {
	width:50%;
	float:left;
	padding:20px;
}


.con_box .box_wr .box_table {
	border-spacing: 0; 
	border-collapse: separate;
	font-size: 14px; 
	width:100%;
	line-height: 1.6em; 
	letter-spacing: -1px;
	margin-bottom:20px;
}
.con_box .box_wr .box_table tr th {
	color:#014299; 
	background:rgba(5,105,176,0);
	padding:5px;
	text-align:left;
	font-size:15px;
	font-weight:500;
}
.con_box .box_wr .box_table tr td {
	color:#555; 
	padding:5px 10px;
	text-align:left;
}

.con_box .box_wr .name {
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.con_box .box_wr .link_btn li a {
	display: block;
	float: left;
	padding-top: 28px;
	text-align: center;
	width: 85px;
	height: 98px;
	box-sizing: border-box;
	margin-right: 15px;
	background:url('/skin/layouts/effort/images/page/link_btn.png') center center;
	font-size: 14px;
	color: #0f6eb7;
}

.con_box .piece_wr {
	position:relative;
	overflow:hidden;
	margin-bottom:50px;
}
.con_box .piece_wr li { 
	float:left;
}
.con_box .piece_wr li p {
	padding:50px 20px;
	margin:0 15px 0 0;
	border:1px solid #e2e2e2;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.con_box .piece_wr li:last-child p {
	margin:0;
}
.con_box .piece_wr li p:hover {
	border:1px solid #337ab7;
}
.con_box .piece_wr li p:hover strong {
	color:#337ab7;
}
.con_box .piece_wr li p strong {
	font-size:20px;
	margin:0 0 20px 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width:969px){
	.con_box .box_wr .box {
		width:100%;
	}
	
	.con_box .piece_wr {
		text-align:left;
		margin-bottom:0px;
	}
	.con_box .piece_wr li p strong {
		display:inline-block;
		text-align:left;
		font-size:18px;
		margin:0 10px 0 0;
	}
}

/* 기업이념 */
.idea_wr .con_txt {
	margin:50px 0 20px;
}
.idea_wr .con_txt p strong {
	font-size:3em;
	font-weight: 900;
    color: #0669b4;
    text-shadow: 2px 3px 3px rgba(0,46,80,0.3);
}

@media (max-width:969px){
	.idea_wr .con_txt {
		margin:30px 0 20px;
	}
	.idea_wr .con_txt p {
		padding:10px;
	}
	.idea_wr .con_txt p strong {
		font-size:1.65em;
	}
}

/* 연혁 */
#fh5co-timeline {
  padding: 3em 0;
}
#fh5co-timeline h3 {
	text-align:inherit;
}
#fh5co-timeline h5 {
	font-size:25px; 
	margin:20px 0 30px; 
	color:#0367b0; 
	font-weight:900; 
}
#fh5co-timeline .timeline {
  list-style: none;
  padding: 20px 0 0px;
  position: relative;
}
#fh5co-timeline .timeline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background: #434343;
  left: 50%;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline h5 {
	margin:20px 0;
	font-size:22px;
  }
  #fh5co-timeline .timeline:before {
    margin-left: -64px;
  }
  #fh5co-timeline .timeline .timeline-heading {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-timeline .timeline:before {
    margin-left: -64px;
  }
}
#fh5co-timeline .timeline .timeline-heading > div h3 {
  display: inline-block;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 99;
  background: #1b1b1b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .timeline .timeline-heading > div h3 {
    float: left;
    margin-bottom: 0;
  }
}
#fh5co-timeline .timeline .timeline-heading h3 {
  color: #000;
}
#fh5co-timeline .timeline > li {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .timeline > li {
    margin-bottom: 30px;
  }
}
#fh5co-timeline .timeline > li:before, #fh5co-timeline .timeline > li:after {
  content: " ";
  display: table;
}
#fh5co-timeline .timeline > li:after {
  clear: both;
}
#fh5co-timeline .timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .timeline > li > .timeline-panel {
    width: 85% !important;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-timeline .timeline > li > .timeline-panel {
    width: 75% !important;
  }
  #fh5co-timeline .timeline > li > .timeline-panel:before {
    top: 30px;
  }
  #fh5co-timeline .timeline > li > .timeline-panel:after {
    top: 31px;
  }
}
#fh5co-timeline .timeline > li > .timeline-badge {
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -21px;
  background-color: #0064b0;
  z-index: 100;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .timeline > li > .timeline-badge {
    margin-left: -10px !important;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-timeline .timeline > li > .timeline-badge {
    margin-left: -10px !important;
  }
}
#fh5co-timeline .timeline > li > .timeline-badge i {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  font-size: 18px;
}
#fh5co-timeline .timeline > li.timeline-unverted {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #fh5co-timeline .timeline > li.timeline-unverted {
    text-align: left;
  }
}
#fh5co-timeline .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align:left;
}
#fh5co-timeline .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#fh5co-timeline .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
#fh5co-timeline .timeline-title {
	font-size:25px;
	font-weight:900;
	margin:10px 0 30px;
	color:#0367b0;
}
#fh5co-timeline .company {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}
#fh5co-timeline .timeline-body > p,
#fh5co-timeline .timeline-body > ul {
  margin-bottom: 0;
  font-size:17px;
  color:rgb(0, 0, 0, 1);
}
#fh5co-timeline .timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 992px) {
  #fh5co-timeline ul.timeline:before {
    left: 90px;
  }
  #fh5co-timeline ul.timeline > li > .timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
  #fh5co-timeline ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 0px;
  }
  #fh5co-timeline ul.timeline > li > .timeline-panel {
    float: right;
  }
  #fh5co-timeline ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  #fh5co-timeline ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  #fh5co-timeline .timeline-body > p,
  #fh5co-timeline .timeline-body > ul {
    font-size:15px;
  }
}

/* 분양중_서브 */
#cont_wrap.on_sub_wr h5 {
	font-size:25px;
	font-weight:bold;
	color:#000;
	text-align:center;
	margin:0 0 30px;
}
.on_sub_wr .top_section img {
	margin-bottom:10px;
}
.on_sub_wr .top_section small { 
	display:block;
	padding:0 75px;
}

@media (max-width:969px){
	.on_sub_wr .top_section small {
		padding:0px 0;
	}
}

/* 입주절차 */
.step_wr .con_box .piece_wr li { 
	width:100%;
}
.step_wr .con_box .piece_wr li p {
	padding:40px 100px;
	margin:0 0 15px 0;
}
.step_wr .con_box .piece_wr li p strong {
	display:inline-block;
	margin-bottom:0;
	float:left;
}
.step_wr .con_box .piece_wr li:last-child p {
	margin:0;
}

#cont_wrap.step_wr .con_txt h4.modi { 
	margin:50px 0 10px; 
}
#cont_wrap.step_wr .con_txt small {
	display:block;
	margin-bottom:30px;
}
.step_wr .txt_section {
	position:relative;
	overflow:hidden;
}
.step_wr .con_txt b {
	display:block;
	color:#0367b0;
	font-weight:500;
	margin:10px 0;
}
.step_wr .con_txt p {
	margin-bottom:30px;
}
.step_wr .con_txt p strong {
	font-size:17px;
}

@media (max-width:969px){
	.step_wr .con_box .piece_wr li { 
		width:100%;

	}
	.step_wr .con_box .piece_wr li p {
		padding:20px 0 20px 30px;
		margin:0 0 15px 0;
	}
}

/* 입주 시 유의사항 */
.note_wr .con_box .piece_wr img {
	margin-bottom:15px;
}
.note_wr .con_box .piece_wr li { 
	width:100%;
	text-align:center;
}
.note_wr .con_box .piece_wr li p {
	padding:40px 20px;
	margin:0 0 15px 0;
	min-height:0px;
}
.note_wr .con_box .piece_wr li:nth-child(4) p,
.note_wr .con_box .piece_wr li:nth-child(8) p,
.note_wr .con_box .piece_wr li:last-child p{
	margin:0 0 15px 0;
}

@media (max-width:969px){
	.note_wr .con_box .piece_wr img {
		margin-bottom:5px;
	}
	.note_wr .con_box .piece_wr li { 
		width:100%;
	}
	.note_wr .con_box .piece_wr li p {
		font-size:13px;
		min-height:auto;
		padding:20px;
		margin:5px 0;
	}
	.note_wr .con_box .piece_wr li:nth-child(4) p,
	.note_wr .con_box .piece_wr li:nth-child(8) p,
	.note_wr .con_box .piece_wr li:last-child p{
		margin:5px 0;
	}
	.note_wr .con_box .piece_wr li p strong {
		display:block;
	}
}

/* 브랜드 */
.bi_wr .bi_con01 {
	border-bottom:1px solid rgba(0,0,0,0.1);
	padding-bottom:100px;
	margin-bottom:70px;
}

@media (max-width:969px){
	.bi_wr .bi_con01 {
		padding-bottom:30px;
		margin-bottom:30px;
	}
}

/* 게시판 서브 */
#bo_gallery #cont_wrap, #bo_v #cont_wrap {
	margin:70px 0 0;
}
#bo_v #cont_wrap {
	margin:0;
}
#bo_gallery h4 {
	margin:50px 0 20px;
}

@media (max-width:969px){
	#bo_gallery h4 {
		text-align:left;
	}
}


