/*나눔명조*/
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*s007 Header-top*/
html #header .header-top.header-top-dark {
    background: #282828;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a{
	padding: 0px 10px;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover, html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover, html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus, html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
    background: transparent;
    color: #fff;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a.master{
	color: #b89c43;
}
html #header .header-top.header-top-dark .header-nav-top ul > li > a.master:hover{
	color: #ffca1e;
}
#header .header-top {
    position: initial; 
}
#header .header-top.header-top-style-4 {
    margin-bottom: 0px;
}
#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
	 padding: 6px 0px;
}
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    font-size: 12px;
	font-weight: 300;
    color: #888785;
}
@media only screen and (max-width:992px){
	#header .header-top.header-top-style-4 .container .header-nav-top-wrap,
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
    	width: 100%;
	}
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
    	text-align: left;
	}
}
@media only screen and (max-width:496px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 0px 3px;
		font-size: 0.9em !important;
	}
	#header .header-top.header-top-style-4 .container .header-nav-top-text-wrap {
		 padding-top: 0px;
	}
	#header .header-top .header-nav-top-text-wrap strong {
		font-size: 0.9em ;
	}
}
/*s007 Header-top-search*/
#header .header-search{
	margin: 7px 0 0px 5px;
}
#header .header-top p {
    line-height: inherit;
}
#header .header-search .search-toggle {
	display: inline-block;
    font-size: 13px;
    line-height: 22px;
    min-width: 25px;
    margin: 0;
    text-align: center;
    border: 1px solid #92d557;
    background: linear-gradient(#a7dd77,#92d557);
    cursor: pointer;
    color: #fff;
}
@media (max-width: 992px){
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		padding: 3px 5px 3px 0px;
	}
	#header .header-top .header-nav-top {
		margin-right: 0px;
		margin-top: 5px;
	}
	#header .header-search {
		margin: 5px 2px;
	}
	#header .header-search .search-toggle {
		background-color: #222222;
		color: #fff;
	}
}
/*search 모달*/
.s007-modal .modal-dialog {
    width: 100%;
    margin: 0;
}
.s007-modal .modal-content{
	border-radius: 0px;
}
#header-search-modal .mobile-search-form input[type="text"]{
	vertical-align: top;
}

#header-search-modal .search-btn {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    min-width: 26px;
    height: 35px;
    margin: 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color: #ef6a11;
    border: none;
	vertical-align: top;
}
#header-search-modal .mobile-search-form input[type="text"]{
	padding: 4px 5px;
    border-color: transparent;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 50%;
}
@media (max-width: 992px){
	#header-search-modal .mobile-search-form input[type="text"]{
		width: 80%;	
	}
}
/*s007 callnum*/
#header .header-col-2 .callnum {
	float: right;
    margin: 12px 5px 10px 5px;
    font-size: 2rem;
    color: #e15215;
}
@media (max-width: 992px){
	#header .header-col-2 .callnum {
		float: left;
	}
}
@media (max-width: 479px){
	#header .header-col-2 .callnum {
		font-size: 15px;
		font-weight: 600;
	}
}
/*s007 - Logo*/
#header.header-narrow .header-logo {
	display: inline-block;
	float: none;
}
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media only screen and (max-width:992px){
	#header.header-narrow .header-logo {
		margin-top: 10px;
	}
	#header .header-logo img {
		width: 170px;
	}
}
/*s007 - Header*/
#header .header-column{
	width: 100%;
	display: block;
	width: 100%;
}
#header .header-column.header-col-2{
	background-color: rgba(238, 238, 238, 0.5);
    border-bottom: 3px solid #42a538;
	border-top: 1px solid #c8c8c8;
}
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
}
#header .header-nav-main {
    margin: 0;
	float: none;
}
#header .header-nav-main nav > ul > li > a {
    font-size: 17px;
    font-weight: 500;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    background-color: #363636;
    border-bottom: 3px solid #42a538;
	border-top: 0px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 16px;
    color: rgba(255,255,255,0.8);
    border-color: #666;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #fff;
	background-color: transparent;
}
#header .header-nav-main > nav > ul > li > a{
	color: #000000 !important;
    padding: 12px 30px 12px 30px !important;
    line-height: 25px;
    border-radius: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-right: -3px;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a,
#header .header-nav-main > nav > ul > li > a:hover{
	color: #eee;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	color: #000 !important;
    background: rgba(255, 255, 255, 0.8);
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media only screen and (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: rgba(255,255,255,0.8) !important;
		background-color: transparent;
		color: #000 !important;
	}
    #header .header-nav-main nav > ul > li > a{
        line-height: inherit;
		color: #555 !important;
        padding: 7px 8px 3px 8px !important;
		border-left: 0px !important;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media only screen and (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}

/*s007 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 5px 2px;
    padding: 7px 12px;
	background-color: #222222;
	color: #fff;
}
/*slider*/
#s007 .slider-container .tp-caption.btn{
	background-color: #339529!important;
    border: 2px solid #339529;
    color: #fff;
}
#s007 .slider-container .tp-caption.btn:hover{
	background-color: #3faf33!important;
	border: 2px solid #3faf33;
}
#s007 .tp-bullet.selected, .tp-bullet:hover {
    background: rgba(240, 120, 40, 1);
}
#s007 .tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
/*s007 subtitle 서브페이지 타이틀*/
.page-header.parallax {
    padding: 130px 0 150px 0;
}
/*s007 config_wrp*/
#config_wrp h1{
	display: inline-block;
}
#config_wrp .breadcrumb{
	float: right;
	background-color: transparent;
}
#config_wrp .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
/*s007 subtitle tab 서브페이지 타이틀 하단 탭*/
#tap_wrp.tab_company {
    width: 100%;
    height: 50px;
    background-color: #eee;
	margin: -35px 0 35px 0;
}
#tap_wrp.tab_company a {
	color: #666;
    text-decoration: none;
    padding: 14px 15px 11px 15px;
	margin: 0 5px;
    font-size: 1.7rem;
    display: inline-block;
	border-bottom: 3px solid transparent;
}
#tap_wrp.tab_company a.active,
#tap_wrp.tab_company a:hover {
	color: #222;
	border-color: #222;
}
@media only screen and (max-width: 992px){
	#tap_wrp.tab_company a{
		padding: 14px 0 11px 0;
		font-size: 15px;
	}
}
@media only screen and (max-width: 479px){
	#tap_wrp.tab_company {
		display: none;
	}
}
/*s007 content01*/
#s007 #content{
	padding: 30px 0px;
	background-color: #fcfcfc;
}
/*s007 content02*/
#s007 #content02{
	background-color: #ffffff;
	padding: 30px 0px;
	border-top: 1px solid #ddd;
}
/*s007 메인컨텐츠 배너공통*/
#content a{
	text-decoration: none;
}
#content .con_baner{
	border: 1px solid #d9d9d9;
	margin-left: -1px;
	background-color: #fff;
	margin-top: -1px;
	min-height: 340px;
	border-top: 2px solid #666;
	position: relative;
}
#content .con_baner .more_btn{
	display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    padding: 10px 10px 5px 10px;
    font-size: 3rem;
    color: #b8b8b8;
    border: 1px solid #eee;
    font-weight: 200;
    text-decoration: none;
}
#content .con_baner .more_btn:hover{
    color: #ffffff;
	background-color: #009900;
    border: 1px solid #eee;
}

@media only screen and (max-width:1200px){
	#content .con_baner{
		min-height: 320px;
	}
}
@media only screen and (max-width:992px){
	#content .con_baner{
		min-height: 300px;
	}
}
@media only screen and (max-width:992px){
	#content .con_baner{
		margin-left: 0px;
	}
}

/*s007 메인컨텐츠 - 사업소개*/
#content .con_baner > h3 {
	border-bottom: 2px dashed #eee;
}
/*s007 메인컨텐츠 - 소개 링크 4개 보정*/
#content .con_intro > h3 {
	margin: 0 -10px -10px -10px;
}
#content .con_baner > h3 > p {
	line-height: 16px;
}
#content .con_intro > h3 > span {
	font-size: 16px;
}

#content .maincon_img {
    left: 0;
    bottom: 0;
    overflow: hidden;
	margin: 0 -20px -20px -20px;
}
#content .maincon_img img{
	width: 99.8%;
}

/*s007 notice*/
#content .con_baner.notice .more_btn a {
	text-decoration: none;
	color: #b8b8b8;
}
#content .con_baner.notice {
	border: 0px;
	background-color: transparent;
}
#content .con_baner.notice>h3 {
	border: 0px;
}
#content .con_baner.notice ul li a{
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 13px;
    padding: 5px 0;
    color: #888;
    border-bottom: 1px solid #ddd;
}
#content .con_baner.notice ul li a:hover{
	color: #e05959;
}
#content .con_baner.notice ul li a .n_date{
	float: right;
	color: #c8c8c8;
	font-size: 12px;
}
/*s007 sponsor*/
#content .con_baner.sponsor .more_btn a {
	text-decoration: none;
	color: #b8b8b8;
}
#content .con_baner.sponsor {
	border: 0px;
    background-color: transparent;
    background: url('../img/banner04.png') no-repeat;
    background-size: 100%;
}
#content .con_baner.sponsor ul {
	background-color: rgba(238, 238, 238, 0.6);
    padding: 15px;
	color: #666;
}
#content .con_baner.sponsor>h3 {
	border: 0px;
}
#content .con_baner.sponsor .sponsor-txt{
	color: #e05959;
}
#content .con_baner.sponsor ul li strong{
	
}
/*사진슬라이드*/
#content .con_baner02{
	margin-left: -1px;
	margin-top: -1px;
	min-height: 340px;
	border-top: 2px solid #666;
	position: relative;
}
/*footer*/
#footer {
	margin: 0px;
	font-size: 12px;
	background-color: #9b9b9b;
	border: 0px;
}
#footer a.btn {
    background-color: rgba(0, 0, 0, 0.3);
}
#footer .logo_wrp a img{
	opacity: 0.8;
}

/*서브타이틀 subtitle*/
.page-header .sub_title h1{
	text-shadow: 1px 0px 3px rgba(0,0,0,0.5);
}
.siteconfig{
	width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
	background-color: #7ab02c;
}
.siteconfig .home_box{
	display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
}
.siteconfig .home_box2,
.siteconfig .home_box3{
	display: inline-block;
}
.siteconfig .home_box2::after {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.siteconfig .home_box a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 13px 15px;
}
/*all-content-common*/
#all-content-common{
    background-color: rgba(238, 238, 238, 0.4);
}
#all-content-common span.under_pen_effec{
    background-color: #e15215;
    color: #fff;
    display: inline-block;
    padding: 0px 3px;
}
@media only screen and (max-width:992px){
    #all-content-common .m-pn{
        padding: 0px !important;
    }
}


/*left-sitecon*/
#left-sitecon h3{
    padding: 30px 20px;
    background-color: #42a538;
    color: #fff;
}
#left-sitecon ul li {
    border-bottom: 1px solid #ddd;
}
#left-sitecon ul li a{
    text-decoration: none;
    color: #333;
    padding: 8px 20px;
    background-color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
	position: relative;
}
#left-sitecon ul li a.active{
    color: #42a538;
}
#left-sitecon ul li a.active:after{
    border-color: transparent transparent transparent #42a538;
    border-style: solid;
    border-width: 5px;
    content: " ";
    display: block;
    margin-left: 0;
    position: absolute;
    top: 40%;
    right: 5px;
    width: 0;
}


/*all-content-wrp*/
#all-content-wrp{
    background-color: #fff;
    font-size: 15px;
    line-height: 22px;
	padding:20px 30px !important;
}
/*company_01*/
.company_01 {
    background: url('../img/company01_bg.png') center center;
	font-size: 15px;
	line-height: 24px;
}
.company_01 span.top_ment_top{
    color: #e4455a;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.company_01 p.top_ment{
    font-family: 'Nanum Myeongjo';
    font-size: 22px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
}
.company_01 span.sign{
    font-family: 'Nanum Myeongjo';
    font-style: italic;
    color: #555;
    font-weight: 600;
    font-size: 22px;
}

/*오시는길 company_03*/
.company_03 span.top_ment_top{
    color: #e4455a;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.company_03 .root_daum_roughmap .wrap_map {
    height: 400px !important;
}
@media only screen and (max-width: 992px) {
	.company_03 .root_daum_roughmap .wrap_map {
    	height: 300px !important;
	}
}
/*program_common*/
.program_common p.top_ment_top{
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    background-size: cover;
    min-height: 80px;
}
.program_common p.top_ment_top strong{
    display: block;
}
.program_common p.top_ment_top strong span{
    display: inline-block;
	background-color: #e15215;
	color: #fff;
	font-size: 20px;
	padding: 8px;
}
.program_common p.top_ment_top span{
    font-size: 15px;
	color: #666;
	line-height: 15px;
}
.program_common .content_wrp_body .aqure-radi{
	display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #7ab02c;
    margin: 0 5px 3px 0;
}
.program_common .content_wrp_body h4{
	font-size: 20px;
	line-height: 30px;
}
.program_common .content_wrp_body .meter-right{
    font-size: 14px;
	float:right;
	margin-right:20px;
}
@media only screen and (max-width:479px){
	.program_common p.top_ment_top{
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
		background-size: initial;
		min-height: 350px;
	}
}
/*program_common process*/
.program_common .content_wrp_body ul li .progress-round-box{
	width: 80%;
	border: 6px solid #7ab02c;
	border-radius: 50%;
	background: url(../img/process_bg.png);
	padding: 15% 5%;
	display: inline-block;
}
.program_common .content_wrp_body ul li:nth-child(odd) .progress-round-box{
	border-color: #42a538;
}
.program_common .content_wrp_body ul li .progress-round-box:after{
	content: '';
    width: 25px;
    height: 25px;
    display: block;
    background-size: cover;
    position: absolute;
    right: -10px;
    bottom: 50%;
}
.program_common .content_wrp_body ul li:last-child .progress-round-box:after{
	display: none;
}
@media only screen and (max-width:768px){
	.program_common .content_wrp_body ul li .progress-round-box{
		width: 100%;
		min-height: 130px !important;;
		border: 6px solid #7ab02c;
		border-radius: 0px;
		padding: 30px 5%;
		display: inline-block;
	}
	.program_common .content_wrp_body ul li .progress-round-box:after{
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		background-size: cover;
		position: absolute;
		right: 47%;
		bottom: -15px;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}
/*program_common business*/
.program_common .content_wrp_body .business table{
	border-bottom: 1px solid #c4922e;
}
.program_common .content_wrp_body .business table tr th,
.program_common .content_wrp_body .business table tr td{
	padding: 5px 10px !important;
	color: #666;
	line-height: 24px;
}
.program_common .content_wrp_body .business table tr th{
	background-color: #fffaf0;
    color: #4b3200;
    font-weight: 600;
    border-top: 2px solid #c4922e;
    border-bottom: 1px solid #c4922e;
}
/*program_02 process*/
.program_02 .content_wrp_body .process ul li .progress_squre_box {
	background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}
.program_02 .content_wrp_body .process ul li .progress_squre_box:after {
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
    position: absolute;
    right: -3px;
    color: #333;
}
.program_02 .content_wrp_body .process ul li:last-child .progress_squre_box:after {
    display: none;
}
.program_02 .content_wrp_body .process ul li .progress_squre_box.progress_start {
	background-color: #8b867b;
	border-color: #6c6861;
	color: #fff;
}
.program_02 .content_wrp_body .process ul li .progress_squre_box.progress_end {
	background-color: #42a538;
	border-color: #217a18;
	color: #fff;
}
@media only screen and (max-width:768px){
	.program_02 .content_wrp_body .process ul li .progress_squre_box:after {
		opacity: 0.5;
		font-family: FontAwesome;
		content: "\f105";
		padding: 0 7px 0 5px;
		position: absolute;
		right: 49%;
		bottom: -23px;
		color: #333;
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
}
/*.program_03*/
.program_03 .content_wrp_body .purpose .count_round{
	display: inline-block;
    padding: 2px 5px 0px 5px;
    background-color: #c4922e;
    border-radius: 50%;
    font-size: 11px;
    line-height: 15px;
    font-weight: 800;
    color: #fff;
}
.program_03 .content_wrp_body .process ul li strong{
	color: #555;
}

/*use_common*/
.use_common .top_ment_top{
    display: block;
    border-bottom: 1px solid #eee;
    background-size: cover;
    min-height: 80px;
}
.use_common .top_ment_top p{
    background-color: #b6a395;
	padding: 25px;
}
.use_common .top_ment_top p span{
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    line-height: 25px;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
    padding: 10px 0;
}
.use_common .top_ment_top p strong{
	font-size: 15px;
    line-height: 15px;
    margin-top: 15px;
    display: block;
    color: #fff;
}
.use_common .content_wrp_body .aqure-radi{
	display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #7ab02c;
    margin: 0 5px 3px 0;
}
.use_common .content_wrp_body h4{
	font-size: 20px;
}
@media only screen and (max-width:992px){
	.use_common .top_ment_top {
		display: block;
		border-bottom: 1px solid #eee;
		background-size: 200%;
		min-height: 300px;
	}
}
/*join*/
.use_common .content_wrp_body .join ul li strong{
	color: #555;
}
/*timetable*/
.use_common .content_wrp_body .timetable ul li strong{
	color: #555;
}
.use_common .content_wrp_body .use_info table{
	border-bottom: 1px solid #c4922e;
}
.use_common .content_wrp_body .use_info table tr th,
.use_common .content_wrp_body .use_info table tr td{
	padding: 5px 10px !important;
	color: #333;
	line-height: 24px;
	border: 1px solid #c47140;
}
.use_common .content_wrp_body .use_info table tr th{
	background-color: #ff7f33;
    color: #682c09;
    font-weight: 600;
    border-top: 2px solid #c44900;
    border-bottom: 1px solid #c44900;
}
.use_common .content_wrp_body .use_info table tr td.floor{
	background-color: #ffd8c0;
}
.use_common .content_wrp_body .use_info table tr td.state{
	background-color: #ffefe6;
}
@media only screen and (max-width:992px){
	.use_common .content_wrp_body .use_info table{
		border-bottom: 0px;
	}
	.use_common .content_wrp_body .use_info table tr {
		border: 0px;
	}
	.use_common .content_wrp_body .use_info table tr th, 
	.use_common .content_wrp_body .use_info table tr td {
		padding-top: 30px !important;
		border: 0px;
		border-bottom: 1px solid #EFEFEF;
	}
}
/*sponsor_01*/
.sponsor_01 {
    background: url('../img/company01_bg.png') center center;
}
.sponsor_01 span.top_ment_top{
    color: #e4455a;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.sponsor_01 p.top_ment{
    font-family: 'Nanum Myeongjo';
    font-size: 25px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
}
.sponsor_01 p.top_ment_top span{
    font-size: 15px;
	color: #666;
	line-height: 15px;
}
.sponsor_01 .content_wrp_body .aqure-radi{
	display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid #7ab02c;
    margin: 0 5px 3px 0;
}
.sponsor_01 .content_wrp_body h4{
	font-size: 20px;
}
.sponsor_01 .content_wrp_body h4 span{
	font-size: 16px;
	color: #f28787;
}
.sponsor_01 .sponsor_btn{
	background-color: #ffad14;
	color: #fff;
	font-size: 17px;
	padding: 10px 15px;
}
.sponsor_01 .sponsor_btn:hover{
	background-color: #ff8900;
}
.sponsor_01 .sponsor_info ul li strong {
	color: #555;
}





ul.div_sec { width:96%; font-size:18px; margin:25px auto 0 auto; }
ul.div_sec li span.s_title { clear:both; font-size:26px !important; color:#007ebb !important; font-family:arial !important; font-weight:bold; }
ul.div_sec li.nortxt { font-size:16px; text-indent:30px; }
ul.div_sec li.first-child { margin-top:10px; }
ul.div_sec li { list-style:none; line-height:32px; }


.tbl { width:96%; border-top:2px solid #049e9c; margin-top:15px; font-size:15px !important; font-weight:bold; line-height:20px; border-collapse:collapse; table-layout:fixed; margin:0 auto;  }
.tbl th { color:#3f8a89; background:#f7f8f9; border-bottom:1px solid #cadedf; border-left:1px solid #cadedf; padding:8px 0 8px 10px; }
.tbl th.title_b { border-left:none; text-indent:10px !important; text-align:center; font-size:22px !important; font-family:arial; }
.tbl td { border-bottom:1px solid #cadedf; border-left:1px solid #cadedf; padding:6px 10px; }
.tbl td span { font-weight:normal; }
.tbl th.first-child,
.tbl td.first-child { border-left:none; text-align:center; }
.tbl td.second-child { text-align:center; }
.tbl td.lft { padding:15px 15px; line-height:26px; }
.tbl .th { color:#3f8a89; } 