
/* ****************** 1칸 레이아웃  ****************** */

.layout_17171_ {clear:both; min-width:320px; max-width:1000px; margin:0 auto;}
.layout_17171_ > div:after {content:''; display:block; clear:both;}
.layout_17171_ > div > [class^=container_] {float:left; position:relative; width:100%; box-sizing:border-box;}

@media \0screen{
	.layout_17171_ {min-width:1000px;}
}

/* ****************** 서브페이지 제목  ****************** */

.sub_title_17173_ {position:relative; padding:5px 10px;}
.sub_title_17173_ h1 {height:24px; line-height:24px; margin:0; padding:0; font-size:24px; font-weight:normal; color:#0b509d;}

@media (min-width:1024px){
	.sub_title_17173_ {position:relative; padding:10px;}
	.sub_title_17173_ h1 {font-weight:bold;}
}

@media \0screen{
	.sub_title_17173_ {position:relative; padding:10px;}
	.sub_title_17173_ h1 {font-weight:bold;}
}

/* ****************** 현재 페이지 위치  ****************** */

.location_10620_ {font-size:0;}
  .location_10620_ span, .location_10620_ strong {position:relative; top:8px; height:30px; line-height:30px; margin:0 10px; font-size:13px;}
.location_10620_ span:before, .location_10620_ strong:before {content:''; display:inline-block; position:absolute; top:50%; left:-10px; width:1px; height:1px; background:#777777;}
.location_10620_ span {color:#777777;}
.location_10620_ span.home:before {display:none;}
.location_10620_ strong {color:#000000;}

@media (max-width:1023px){
    .location_10620_ span, .location_10620_ strong {top:auto; height:30px; line-height:30px;}
}

/* ****************** 실선  ****************** */

.solid_line_20348_ {display:block; position:relative; width:100%; height:20px;}
.solid_line_20348_:before {content:''; position:absolute; left:0; top:50%; width:100%; height:0; border-top:1px solid #cccccc;}
