/* 서브페이지 상단배너 */

.sub_banner_top_full {
 
 position: relative;

 width:100%;
 background-image: url();
 background-repeat:repeat-x;

}

.sub_banner_top {
	position: relative;
	margin: 0 auto;
	padding:0px;
	margin-top: 0px;
	width: 100%; /* <<수정>> wide시 적용- box적용시 1100px */
	height: 100%;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	.pr_media {
		width: 100%; /* sub_banner_top/s01.jpg" class="media"> */
		vertical-align: middle;
		
	}

	.sub_banner_top span {
		padding: 0px 10px; left: 70%; top: 50%; text-align: center; color: rgb(255, 255, 255); font-size: 20px; line-height:32px; font-weight: 500; position: absolute; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);
	}


/* 1단 좌측 사이드바  */

      #pr-sidebar1-sub {
	    position: relative;
        width: 300px;
		height: 100%;
        padding: 0px;
        margin-bottom: 0px;
        float: left;
		background-color: #;
	    border-width: 0px 0px 0px 0px; border-style: solid solid none solid; border-color: #30C8FF #30C8FF currentColor #30C8FF;		
     }



		.left-sub {
		width: 250px; float: left; /* <<수정>> 왼쪽 메뉴바 넓이 240->230px */
		}
		



/* 1단 우측 내용  */

      #pr-content-sub {
        width: 840px;
	    
        padding: 0px;
        margin-bottom: 20px;
        float: right;
	    min-height: 600px; /* 1단 우측 내용  기본 높이  */
        border: 0px solid #dddddd;
      }
      
	
/* 1단 우측 내용 PATH 및 타이틀  */

	.path {
		padding: 15px 0px 30px; text-align: right;
	}
	.path ul {
		display: inline-block;
	}
	.path ul li {
		color: rgb(121, 121, 121); padding-left: 15px; margin-left: 10px; vertical-align: top; display: inline-block; position: relative;
	}
	.path ul li:not(:first-child)::before {
		background: url("../pr_img/pr_path.png") no-repeat center; left: 0px; top: 3px; width: 5px; height: 9px; clear: both; display: block; position: absolute; content: "";
	}

	.section-header h3::before {content: '';position: absolute;display: block;width: 120px;height: 1px;background: #ddd;bottom: 1px;left: calc(50% - 60px);}
	.section-header h3::after {content: '';position: absolute;display: block;width: 40px;height: 3px;background: #007bff;bottom: 0;left: calc(50% - 20px);}
	.section-header h3 {font-size: 1.8rem;color: #111;text-transform: uppercase;text-align: center;font-weight: 500;position: relative;padding-bottom: 15px;}



/* 우측 /내용 편집 / 게시판  */

 
     /* 내용 타이틀 */

       .pr_title22 {color: #0078d4; line-height: 42px; font-size: 22px;font-family: 나눔명조, NanumMyeongjo, serif;}
       .pr_title24 {color: #333333; line-height: 44px; font-size: 24px;font-family: 나눔명조, NanumMyeongjo, serif;}


       /* 내용 - 행간은 12px */ 

       .pr_content {position: relative; width:100%; font-size:16px;color:#666;line-height:28px;text-align:justify;letter-spacing:0px;margin-top:30px;border: 0px solid #ff0000;}

       .pr_content span {color:#0078d4; font-weight:500; margin-right:50px}

       /* 오른쪽서명 */
       .pr_name{position: absolute; width: 100%; height:20px; font-size:18px;color:#666;font-weight:500;text-align:right;letter-spacing:0px;border: 0px solid #00ff00;}

       /* 대표자 사진 */
       .pr_img{float: right; margin: 0 0 1em 1em;}

/* 찾아오시는 길 */

    .map_area{margin-top: 50px; width: 100%; height: auto; overflow: hidden;}
    .map_desc{margin-top: 80px; width: 100%;}

	.map_desc .bus_guide{display: inline-block; margin-right: 10px; width: 45px; font-size: 12x; height: 24px; background: #3caa3a; color: #fff; text-align: center; line-height: 24px; border-radius: 5px}
    .map_desc .bus_guide.blue{background: #358fd4;}

@media screen and (max-width: 1200px) 

{ 

	.sub_banner_top {

		margin-top: 0px;

	}

	
	.sub_banner_top span {

	    font-size: 15px;
    
	 }


/* 1단 좌측 사이드바  */

        #pr-sidebar1-sub {
  
			display: none;
		}

/* 1단 우측 내용  */


        #pr-content-sub {
          float: none;
          width: auto;
        }
        
		.pr-height { height: auto;} /* 1단 좌측 배너 높이  */

/* 찾아오시는 길 */

    .map_area{margin-top: 20px; height: 300px;}
	.map_desc{margin-top: 60px;}
    .map_desc .bus_guide{width: 38px; height: 26px;}


}

@media screen and (max-width: 992px) 

{ 

	.sub_banner_top {

		margin-top: 10px;

	}

    .sub_banner_top span {
	    display: none;
	}


}


@media screen and (max-width: 768px) 

{ 



/* 1단 우측 내용 PATH 및 타이틀  */

	.path {
		padding: 10px 0px 20px;
	}
	.path ul li {
		font-size: 13px;
	}

	/* 우측 /내용 편집 / 게시판  */

 
     /* 타이틀 */

       .pr_title22 {line-height: 30px; font-size: 18px;}
       .pr_title24 {line-height: 32px; font-size: 20px;}

/* 찾아오시는 길 */

    .map_area{margin-top: 10px; height: 250px;}
	.map_desc{margin-top: 50px;}
	.map_desc .bus_guide{width: 35px; height: 22px; line-height: 22px;}

}