@charset "UTF-8";
/*
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body	{ width: 100%; height: 100%; padding: 0; margin: 0; font-size: 15px; font-family: 'Noto Sans KR', NanumSquare, NanumGothic,"Malgun Gothic","맑은 고딕","돋움",Dotum,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif; }
*	{ font-family: 'Noto Sans KR', NanumSquare, NanumGothic,"Malgun Gothic","맑은 고딕","돋움",Dotum,"굴림",Gulim,Helvetica,AppleGothic,Sans-serif; }
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
*/

@font-face {
    font-family:'NanumSquare';
    font-weight:300;
    font-style: normal;
    src: url('../font/NanumSquareL.eot');
    src: url('../font/NanumSquareL.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumSquareL.woff') format('woff'),
         url('../font/NanumSquareL.ttf') format('truetype')
}


@font-face {
    font-family:'NanumSquare';
    font-weight:400;
    font-style: normal;
    src: url('../font/NanumSquareR.eot');
    src: url('../font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumSquareR.woff') format('woff'),
         url('../font/NanumSquareR.ttf') format('truetype')
}


@font-face {
    font-family:'NanumSquare';
    font-weight:700;
    font-style: normal;
    src: url('../font/NanumSquareB.eot');
    src: url('../font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumSquareB.woff') format('woff'),
         url('../font/NanumSquareB.ttf') format('truetype')
}

@font-face { 
	font-family:'BarcodeFont';
	src:url("../font/Code39Azalea.woff") format('woff');
}


body	{ width: 100%; height: 100%; padding: 0; margin: 0; font-size: 18px; font-family: 'NanumSquare', sans-serif; }
*	{ font-family: 'NanumSquare', sans-serif; }	
body.popup_box	{ position: relative; width: auto; height: auto; margin: 0; padding: 20px; background-color: #f2f3f7; }
body.popup_box:before	{ position: absolute; left: 0; top: 0; z-index: 0; width: 100%; height: 100px; background-color: #084d98; content: ""; }
body.popup_box .contents_content	{ position: relative; z-index: 1; padding: 20px; margin-top: 65px; background-color: #fff; }
body.popup_box .contents_content h3:first-child	{ position: absolute; left: 0; top: -65px; width: 100%; line-height: 60px; padding: 0; margin: 0 !important; background: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #000; text-indent: 20px; }
body.popup_box .contents_content *:nth-child(2)	{ margin-top: 0 !important; }


.skip_area	{ position: absolute; left: 0; top: 0; z-index: 99999; width: 100%; height: 0px; overflow: hidden; }
.skip_area a	{ display: block; line-height: 30px; padding: 0 0 0 20px; color: #000; text-decoration: none; font-weight: bold; font-size: 13px; border: 1px solid #ddd; background-color: #fafafa; }

hr.linebreak	{ display: none; }



#jump_menu	{ width: 100%; z-index: 9999999; }
#jump_menu h1	{ display: block; width: 0; height: 0; padding: 0; margin: 0; overflow: hidden; font-size: 0; position: absolute; }
#jump_menu ul,
#jump_menu li	{ position: relative; padding: 0; margin: 0; list-style: none; }
#jump_menu a	{ position: absolute; z-index: -1; left: 0; top: -1000px; display: block; width: 100%; line-height: 45px; text-align: center; font-weight: bold; font-size: 20px; color: #fff; background-color: #3e6dbf; }
#jump_menu a:focus	{ top: 0; z-index: 99999; border: 2px dashed red; outline: none !important; box-sizing: border-box; }


/**
HEADER
**/
.gnb_cover	{ position: fixed; z-index: 9998; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(29, 43, 61, 0.8); }

#header	{ position: relative; z-index: 9999; background-color: #fff; }
#header header	{}
#header header h1	{ /*display: none;*/ position: relative; max-width: 1820px; margin: 0 auto; }
#header header h1 a	{ position: absolute; left: 10px; top: 41px; z-index: 3; width: 200px; height: 98px; text-align: left; text-indent: -9999px; overflow: hidden; background: url(../image/header_logo.png) no-repeat 0 center; }
#header header p.slogan	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }


#header header #GNB	{}
#GNB	{ border-bottom: 1px solid #e8eaec; }
#GNB aside.top	{ border-bottom: 1px solid #e5e5e5; }
#GNB aside.top.bottom	{ border: 0 none; }
#GNB aside.top nav	{ width: 1200px; height: 40px; line-height: 40px; margin: 0 auto; }
#GNB aside.top.bottom nav	{ height: auto;  }
#GNB aside.top nav:after	{ display: block; clear: both; content: ""; }
#GNB aside.top nav ul	{ float: right; padding: 0; margin: 0; list-style: none; }
#GNB aside.top nav ul li	{ position: relative; float: left; padding: 0; margin: 0; list-style: none; }
#GNB aside.top nav ul li:before	{ position: absolute; left: 0; top: 50%; width: 1px; height: 11px; margin-top: -5px; background-color: #e3e3e3; content: ""; }
#GNB aside.top nav ul li:first-child:before,
#GNB aside.top nav ul li.gnb_btn:before	{ content: none; }
#GNB aside.top nav ul li a	{ display: block; padding: 0 11px; color: #676767; font-size: 14px; }
#GNB aside.top nav ul li a:focus, #GNB aside.top nav ul li a:hover, #GNB aside.top nav ul li a:active	{ color: #f00; }
#GNB aside.top nav ul li.gnb_btn1	{ position: absolute; left: 50%; top: 0; width: 1200px; padding: 0; margin: 0 0 0 -600px; }
#GNB aside.top nav ul li.gnb_btn1 a	{ position: absolute; right: 10px; top: 70px; width: 130px; height: 40px; padding: 0; background-color: #2657a7; border-radius: 17px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; }
#GNB aside.top nav ul li.gnb_btn1 a:focus, #GNB aside.top nav ul li.gnb_btn1 a:hover, #GNB aside.top nav ul li.gnb_btn1 a:active	{ background-color: #333; }
#GNB aside.top nav ul li.gnb_btn2	{ position: absolute; left: 0; top: 0; width: 100%; padding: 0; margin: 0; }
#GNB aside.top nav ul li.gnb_btn2 a	{ position: absolute; right: 60px; top: 70px; width: 60px; height: 40px; padding: 0; background: url(../image/header_search.png) no-repeat center center; text-indent: -999px; overflow: hidden; }
#GNB aside.top nav ul li.gnb_btn3	{ position: absolute; left: 0; top: 0; width: 100%; padding: 0; margin: 0; }
#GNB aside.top nav ul li.gnb_btn3 a	{ position: absolute; right: 0; top: 70px; width: 60px; height: 40px; padding: 0; background: url(../image/header_sitemap.png) no-repeat center center; text-indent: -999px; overflow: hidden; }

#GNB aside.top nav ul li.gnb_btn1 a:focus,
#GNB aside.top nav ul li.gnb_btn2 a:focus,
#GNB aside.top nav ul li.gnb_btn3 a:focus	{ z-index: 2; outline: 2px dashed red !important;}

#GNB aside.top nav ul li.gnb_btn1 span em {font-size:0.8em; font-style:normal;}

/*
#GNB #topmenu	{ width: 1200px; margin: 0 auto; }
#topmenu ul,
#topmenu li	{ padding: 0; margin: 0; list-style: none; background: none; }
#topmenu ul:after	{ display: block; clear: both; content: ""; }

#topmenu .ld1	{ padding-right: 170px; }
#topmenu .ld1 .cd1	{ float: left; width: 14.28%; }
*/

#GNB #topmenu	{ width: 1200px; margin: 0 auto; padding-right: 170px; box-sizing: border-box; }
#topmenu ul,
#topmenu li	{ padding: 0; margin: 0; list-style: none; background: none; }

#topmenu .ld1	{ /*display: table; width: 100%;*/ display: flex; width: 100%; }
#topmenu .ld1 .cd1	{ /*display: table-cell; width: 1%;*/ display: block; flex: 1; }
#topmenu .ld1 .cd1c1,
/*#topmenu .ld1 .cd1c9,
#topmenu .ld1 .cd1c10,*/
#topmenu .ld1 .cd1c11,
#topmenu .ld1 .cd1c12,
#topmenu .ld1 .cd1c13,
#topmenu .ld1 .cd1c14,
#topmenu .ld1 .cd1c15,
#topmenu .ld1 .cd1c16,
#topmenu .ld1 .cd1c17,
#topmenu .ld1 .cd1c18,
#topmenu .ld1 .cd1c19	{ display: none; }
#topmenu .ld1 .l1	{ display: block; height: 98px; line-height: 98px; font-size: 22px; color: #222; font-weight: bold; text-align: center; }
#topmenu .ld1 .l1:focus, #topmenu .ld1 .l1:hover, #topmenu .ld1 .l1:active	{ color: #000; }
#topmenu .ld1 .l1:focus	{ line-height: 94px; outline: 2px dashed red; box-sizing: border-box; }

/*
#topmenu .ld1 .cd1c1	{ display: table-cell; width: 0%; }
*/
#topmenu .ld1 .cd1c1	{ position: absolute; left: 0; top: 0; display: block; }
#topmenu .ld1 .cd1c1 .l1	{ display:none; position: absolute; left: 10px; top: 41px; z-index: 3; width: 200px; height: 98px; text-align: left; text-indent: -9999px; overflow: hidden; background: url(../image/header_logo.png) no-repeat 0 center; }

#topmenu .lb1	{ position: absolute; left: 0; top: 139px; width: 100%; height: 0; overflow: hidden; background: #fff url(../image/gnb_depth2_bg.png) no-repeat left bottom; }
#topmenu .lb1.show	{ height: auto; overflow: visible; border-top: 1px solid #e8eaec; }
#topmenu .lb1:after	{ display: block; clear: both; content: ""; }
#topmenu .lb1 .lb1_title	{ position: relative; width: 1200px; margin: 0 auto; }
#topmenu .lb1 .lb1_title strong	{ position: absolute; left: 0; top: 49px; display: block; line-height: 51px; padding-right: 30px; font-size: 30px; font-weight: bolder; color: #222; background: url(../image/gnb_depth2_title.png) no-repeat right top; }
#topmenu .lb1 .lb1_title span	{ position: absolute; left: 0; top: 105px; display: block; line-height: 26px; font-size: 16px; color: #777; }
#topmenu .lb1 .lb1_title span:before	{ display: block; content: "부천시민의 행복을 위해 노력하는 BEST 공기업"; }
#topmenu .lb1 .lb1_title span:after	{ display: block; content: "새로운 도시가치를 창조하겠습니다."; }

#topmenu .ld2	{ position: relative; width: 1200px; min-height: 400px; padding-left: 350px; margin: 0 auto; box-sizing: border-box; }
#topmenu .ld2:before	{ position: absolute; left: 380px; width: 1px; height: 100%; background-color: #e5e5e5; content: ""; }
#topmenu .ld2:after	{ display: block; clear: both; content: ""; }

#topmenu .cd1 .ld2	{ min-height: 500px; }
#topmenu .cd1:nth-child(5) .ld2	{ min-height: 650px; }

#topmenu .cd2	{ width: 40%; }
#topmenu .cd2:first-child	{ padding-top: 10px; }
#topmenu .cd2:last-child	{ padding-bottom: 10px; }
#topmenu .l2	{ position: relative; display: block; /*width: 220px;*/ line-height: 40px; padding: 0 0 0 50px; margin: 0 0 0 30px; box-sizing: border-box; color: #333; font-size: 17px; }
#topmenu .l2:hover, #topmenu .l2:focus, #topmenu .l2:active, #topmenu .l2.over2	{ color: #fff; background-color: #3969ab; }
#topmenu .l2:focus	{ outline: 2px dashed red; }
#topmenu .l2:after	{ position: absolute; right: 14px; content: ">"; color: #fff; font-size: 10px; font-family: serif; }

/*
#topmenu .lb2	{ position: absolute; left: 780px; top: 0; width: 420px; height: 0; overflow: hidden; background: #3969ab; overflow: auto; }
#topmenu .lb2	{ position: absolute; left: 770px; top: 0; width: 430px; height: 0; overflow: hidden; background: #3969ab; overflow: auto; }
*/
#topmenu .lb2	{ position: absolute; left: 690px; top: 0; width: 595px; height: 0; overflow: hidden; background: #3969ab; overflow: auto; }
#topmenu .lb2.show	{ height: 100%; overflow: visible; }


#topmenu .ld3	{ padding: 5px 0 30px 30px; }
#topmenu .cd3	{}
#topmenu .l3	{ display: block; line-height: 40px; color: #fff; font-size: 17px; }
#topmenu .l3:focus, #topmenu .l3:hover, #topmenu .l3:active	{ font-weight: bold; text-decoration: underline; }
#topmenu .l3:focus	{ outline: 2px dashed red; }

#topmenu .lb3	{ display: none; }


@media all and (max-width: 1600px)
{
	#GNB #topmenu	{ width: 100%; padding-left: 220px; padding-right: 150px; }
	
	/*
	#GNB aside.top nav ul li.gnb_btn1	{ left: 0; width: 100%; margin: 0; }
	#GNB aside.top nav ul li.gnb_btn2	{ position: static; left: auto; top: auto; width: auto; }
	#GNB aside.top nav ul li.gnb_btn2 a	{ position: static; right: auto; top: 0; width: 40px; background-size: 50%; }
	#GNB aside.top nav ul li.gnb_btn3	{ display: none; }
	*/
	#GNB aside.top nav ul li	{ position: static !important; float: left; width: auto !important; padding: 0 !important;; margin: 0 !important;; }
	#GNB aside.top nav ul li a	{ position: static !important; width: auto !important; height: auto !important; margin: 0 !important; }
	#GNB aside.top nav ul li a.sitemap	{ display: none; }
	#GNB aside.top nav ul li.gnb_btn1 a,
	#GNB aside.top nav ul li.gnb_btn2 a,
	#GNB aside.top nav ul li.gnb_btn3 a	{ width: 70px !important; height: 34px !important; line-height: 34px !important; margin-top: 3px !important; }
	
	#topmenu .ld1 .l1	{ font-size: 17px; white-space: nowrap; } 
        
	.wa_top, .ccm_top{display:none}
}

@media all and (max-width: 1200px)
{
	#GNB aside.top nav	{ width: auto; }
	#GNB #topmenu	{ padding-right: 0; }
	
	#topmenu .lb1 .lb1_title	{ width: auto; }
	#topmenu .lb1 .lb1_title strong,
	#topmenu .lb1 .lb1_title span	{ left: 10px; }
	
	#topmenu .ld2	{ width: auto; padding-left: 33.3%; }
	#topmenu .ld2:before	{ left: 33.3%; }
	
	#topmenu .cd2	{ width: 50%; }
	#topmenu .lb2	{ left: 66.6%; width: 33.3%; }
}


#header .call_mobile_gnb	{ display: none; }

@media all and (max-width: 900px)
{
	#header	{ height: 62px; }
	#header header	{ position: fixed; left: 0; top: 0; z-index: 99991; width: 100%; height: 62px; background-color: #fff; }
	#header header.overlay	{ box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); }
	#header header h1	{ display: block; }
	#header header h1 a	{ left: 50%; top: 0; height: 62px; margin-left: -130px; background-image: url(../image/header_logo_m.png); background-position: center center; background-size: auto 31px; }
	
	#header .call_mobile_gnb	{ position: relative; display: block; }
	#header .call_mobile_gnb .mobile_menu { position: absolute; left: 0; top: 0; z-index: 2; width: 62px; height: 62px; padding: 0; margin: 0; border: 0 none; background: url(../image/header_sitemap.png) no-repeat center center; text-indent: -999px; overflow: hidden; }
	#header .call_mobile_gnb .mobile_search { position: absolute; right: 0; top: 0; z-index: 2; width: 62px; height: 62px; padding: 0; margin: 0; border: 0 none; background: url(../image/header_search.png) no-repeat center center; text-indent: -999px; overflow: hidden; }
	#header .call_mobile_gnb .mobile_menu.close	{ position: fixed; left: auto; right: 0; z-index: 99993; background-image: url(../image/cross_x_black.png); }
	#header .call_mobile_gnb .mobile_chatbotservice { display:none; position: absolute; right: 62px; top: 0; z-index: 2; width: 62px; height: 62px; padding: 0; margin: 0; border: 0 none; background: url(../image/main_quick_chatbot.png) no-repeat center center; background-size: 65%; text-indent: -999px; overflow: hidden; }
	
	#header header #GNB	{ display: none; }
	#header header #GNB.show	{ display: block; position: fixed; left: 0; top: 0; z-index: 99992; width: 100%; height: 100%; padding-top: 62px; box-sizing: border-box; background-color: #fff; }
	
	#GNB aside.top	{ position: absolute; left: 0; top: 0; width: 100%; }
	#GNB aside.top nav	{ height: 61px; line-height: 61px; }
	#GNB aside.top nav ul	{ float: left; }
	#GNB aside.top nav ul li a.sitemap,
	#GNB aside.top nav ul li.gnb_btn a	{ display: none; }
	
	#GNB #topmenu	{ height: 100%; padding: 0; /*스크롤추가*/ overflow-y:auto; }
	#topmenu .ld1	{ position: relative; display: block; height: 100%; }
	#topmenu .ld1 .cd1	{ display: block !important; width: 37%; }
	#topmenu .ld1 .cd1c1	{ display: none !important; }
	#topmenu .ld1 .l1	{ height: 62px; line-height: 62px; padding-left: 15px; background-color: #f6f6f6; text-align: left; color: #000; font-size: 16px; font-weight: 500; }
	#topmenu .ld1 .l1.over2	{ position: relative; z-index: 2; margin-right: -10px; color: #fff; background: #3969ab url(../image/gnb_depth1_mobile.png) no-repeat right bottom; background-size: 43px auto; }
	
	#topmenu .lb1	{ left: 37%; top: 0; width: 63%; background: none; }
	#topmenu .lb1.show	{ height: 100%; border: 0 none; overflow: auto; }
	#topmenu .lb1 .lb1_title,
	#topmenu .lb1 .lb1_title *	{ display: none !important; background: none !important; }
	
	#topmenu .ld2	{ padding: 0 15px 20px 30px; }
	#topmenu .ld2:before	{ content: none; }
	#topmenu .cd2	{ width: auto; }
	#topmenu .cd2:first-child	{ padding-top: 17px; }
	#topmenu .cd2:last-child	{ padding-bottom: 20px; }
	#topmenu .l2	{ position: relative; width: auto; line-height: 45px; padding: 0; margin: 0; border-bottom: 1px solid #f1f1f1; font-size: 14px; }
/*
	#topmenu .l2.hasChild:after	{ position: absolute; right: 5px; top: 0; width: 20px; height: 45px; background: url(../image/arrow_down2.png) no-repeat right center; background-size: 10px auto; content: ""; }
	#topmenu .l2.hasChild.over:after	{ background-image: url(../image/arrow_up2.png); }
	#topmenu .l2:hover, #topmenu .l2:focus, #topmenu .l2:active, #topmenu .l2.over2	{ color: inherit; background-color: transparent; }
*/
	
	#topmenu .lb2	{ position: static; width: auto; background-color: transparent; }
	#topmenu .ld3	{ padding: 0; }
	#topmenu .cd3	{ padding-left: 15px; background: url(../image/gnb_depth_bg.png) no-repeat 5px center; background-size: 5px; }
	#topmenu .l3	{ line-height: 34px; color: #777; font-size: 13px; font-weight: normal; }
	
	#topmenu .lb3	{ display: none; }
}



/*
FOOTER
*/
#footer	{}
#footer aside	{ border-width: 1px 0; border-style: solid; border-color: #e6e6e6; background-color: #f6f6f6; }
#footer aside .alignbox	{ width: 1200px; margin: 0 auto; }
#footer aside .alignbox:after	{ display: block; clear: both; content: ""; }
#footer aside ul.link	{ float: left; padding: 0; margin: 0; list-style: none; }
#footer aside ul.link li	{ float: left; padding: 0; margin: 0; list-style: none; }
#footer aside ul.link li a	{ display: block; line-height: 58px; padding: 0 10px; color: #666; }
#footer aside ul.link li:first-child a	{ padding-left: 0; }
#footer aside ul.link li a strong	{ color: #266ed4; font-weight: normal; }
#footer aside ul.link li a:focus, #footer aside ul.link li a:hover, #footer aside ul.link li a:active,
#footer aside ul.link li a:focus *, #footer aside ul.link li a:hover *, #footer aside ul.link li a:active *	{ color: #f00 !important; }

#footer aside .familysite	{ float: right; }
#footer aside .familysite > .familysite	{ position: relative; z-index: 99; float: left; width: 225px; height: 59px; line-height: 58px; background-color: #fff; }
#footer aside .familysite h3	{ position: relative; height: 59px; padding: 0 50px 0 21px; margin: 0; font-weight: normal; cursor: pointer; font-size: 1em; }
#footer aside .familysite h3:after	{ position: absolute; right: 0; top: 0; display: block; width: 35px; height: 58px; content: ""; background: url(../image/arrow_up.png) no-repeat left center; }
#footer aside .familysite h3.active:after	{ background-image: url(../image/arrow_down.png); }
#footer aside .familysite ul	{ position: absolute; right: 0; bottom: 58px; min-width: 100%; height: 0; line-height: 40px; padding: 0; margin: 0; list-style: none; box-sizing: border-box; overflow: hidden; background-color: #fff; }
#footer aside .familysite ul.active	{ height: auto; overflow: visible; border-width: 1px; border-style: solid; border-color: #e6e6e6 #e6e6e6 #fff #e6e6e6; }
#footer aside .familysite ul li	{ float: none; padding: 0; margin: 0; list-style: none; }
#footer aside .familysite ul li a	{ display: block; padding: 0 0 0 21px; }
#footer aside .familysite ul li a:focus, #footer aside .familysite ul li a:hover, #footer aside .familysite ul li a:active	{ background-color: #666; color: #fff; }
#footer aside .familysite + .familysite	{ border-left: 1px solid #e6e6e6; }

#footer .footer_logo	{ position: relative; width: 1200px; margin: 0 auto; }
#footer .footer_logo h3	{ position: absolute; left: 0; top: 0; width: 200px; height: 98px; margin: 0; background: url(../image/header_logo.png) no-repeat 0 center; text-indent: -9999px; overflow: hidden; }
#footer address	{ width: 1200px; line-height: 28px; padding: 25px 0 25px 215px; margin: 0 auto; box-sizing: border-box; font-style: normal; font-size: 14px; color: #222; }

#footer .wa	{ position: relative; width: 1000px; margin: 0 auto; }
#footer .wa a	{ position: absolute; right: 0; top: -90px; width: 103px; height: 75px; background: url(../image/wa.png) no-repeat center center; text-align: left; text-indent: -999999px; overflow: hidden; }

#footer .ccm	{ position: relative; width: 1200px; margin: 0 auto; }
#footer .ccm a	{ position: absolute; right: 0; top: -90px; width: 103px; height: 75px; background: url(../image/ccm_mark.png) no-repeat center center; text-align: left; text-indent: -999999px; overflow: hidden; }

#section .wa_top{position: relative; width: 1200px;    margin: 0 auto;}
#section .wa_top a{position: absolute; right: -180px; top: 20px; width: 103px; height: 75px; background: url(../image/wa.png) no-repeat center center; text-align: left; text-indent: -999999px; overflow: hidden;}
#section .ccm_top{position: relative; width: 1200px;    margin: 0 auto; }
#section .ccm_top a{ position: absolute; right: -90px; top: 20px; width: 103px; height: 75px; background: url(../image/ccm_mark.png) no-repeat center center; text-align: left; text-indent: -999999px; overflow: hidden;;}

a.move_top	{ position: fixed !important; left: 50%; bottom: 220px; z-index: 99999 !important; margin-left: 620px; width: 50px; height: 50px; line-height: 24px; border: 1px solid #191919; text-align: center; color: #191919; background-color: #fff; font-size: 13px; }
a.move_top:before	{ display: block; height: 24px; line-height: 30px; content: "∧"; }
a.move_top:focus, a.move_top:hover, a.move_top:active	{ background-color: #666; color: #fff; }
a.move_top:focus	{ outline: 2px dashed red; }


@media all and (max-width: 1200px)
{
	#footer aside	{ border: 0 none; background-color: transparent; }
	#footer aside .alignbox	{ width: auto; }
	
	#footer aside ul.link	{ float: none; padding: 10px; border-width: 1px 0; border-style: solid; border-color: #e6e6e6; background-color: #f6f6f6; background-color: #f6f6f6; }
	#footer aside ul.link:after	{ display: block; clear: both; content: ""; }
	#footer aside ul.link li a	{ line-height: 30px; padding: 0 15px !important; }

/*	
	#footer aside .familysite	{ float: none; display: block; max-width: 300px; height: 40px; line-height: 40px; margin: 10px auto; border: 1px solid #e6e6e6; }
	#footer aside .familysite h3	{ height: 40px; }
	#footer aside .familysite h3:after	{ height: 40px; }
	#footer aside .familysite ul	{ bottom: 40px; }
*/
        #footer aside .familysite	{ float: none; display: block; max-width: 100%; height: 8em;display: flex;flex-direction: column; border: none}
	#footer aside .familysite > .familysite{height: 3em; line-height: 3em; width: 90%; border: 1px solid #e6e6e6; position: relative; margin:5px auto;}
	#footer aside .familysite > .familysite h3	{ height: 3em; }
	#footer aside .familysite h3:after	{ height: 3em; }
	#footer aside .familysite ul	{ bottom: 3em;  }
	
	#footer .footer_logo	{ width: auto; }
	#footer .footer_logo h3	{ position: static; height: 65px; margin-left: 20px; }
	#footer address	{ width: auto; padding: 10px 15px; }
	
	#footer .wa, #footer .wa *, #footer .ccm, #footer .ccm *	{ display: none !important; background: none !important; }

	.move_top	{ display: none; }
}




/*
MAIN
*/
#container.main	{}
#container.main #section	{ display: block; width: 100%; height: 100%; }


#container.main .main_page_paging	{ position: fixed; right: 0; top: 300px; width: 80px; }
#container.main .main_page_paging ul	{ padding: 0; margin: 0; list-style: none; }
#container.main .main_page_paging ul li	{ padding: 0; margin: 0; list-style: none; }
#container.main .main_page_paging ul li a	{ display: block; color: #fff; text-align: center; font-size: 14px; }
#container.main .main_page_paging ul li.paging a	{ position: relative; height: 90px; line-height: 53px; padding-top: 37px; box-sizing: border-box; background: #364157 no-repeat center 19px; }
#container.main .main_page_paging ul li.paging a.active{background-color: #1e7399}
#container.main .main_page_paging ul li.paging_home a	{ background-image: url(../image/main_page_paging_01.png); border-radius: 30px 0 0 0; }
#container.main .main_page_paging ul li.paging_notification a	{ background-image: url(../image/main_page_paging_02.png); }
#container.main .main_page_paging ul li.paging_communication a	{ background-image: url(../image/main_page_paging_03.png); border-radius: 0 0 30px 0;  }
#container.main .main_page_paging ul li.paging_customer a	{ background-image: url(../image/main_page_paging_04.png); }
#container.main .main_page_paging ul li.paging_top a	{ line-height: 70px; background-color: #243049; border-radius: 0 0 30px 0; }
#container.main .main_page_paging ul li.last a	{ border-radius: 0 0 30px 0; }
#container.main .main_page_paging ul li a:focus, #container.main .main_page_paging ul li a:hover, #container.main .main_page_paging ul li a:active	{ background-color: #666; }
#container.main .main_page_paging ul li a:focus	{ border: 2px solid red; outline: none; }

#container.main .main_page_paging ul li.paging a:after	{ position: absolute; right: 50%; bottom: 5px; width: 2px; height: 2px; background-color: #1e7399; content: ""; transition: all .5s ease; }
#container.main .main_page_paging ul li.paging a.active:after	{ width: 100%; }

#container.main .main_page_paging ul li.chatbotservice	{ margin-top: 10px; }
#container.main .main_page_paging ul li.chatbotservice a	{ display: block; width: 80px; height: 80px; text-align: left; text-indent: -999px; overflow: hidden; background: url(../image/main_quick_chatbot.png) no-repeat center center; }

#container.main .main_page_paging ul li.vrlink	{ margin-top: 10px; }
#container.main .main_page_paging ul li.vrlink a	{ display: block; width: 80px; height: 80px; text-align: left; text-indent: -999px; overflow: hidden; background: url(../image/main_quick_vr.png) no-repeat center center; }

#container.main .main_page_paging ul li.youtube{ margin-top: 10px; }
#container.main .main_page_paging ul li.youtube a	{ display: block; width: 80px; height: 80px; text-align: left; text-indent: -999px; overflow: hidden; background: url(../image/main_quick_youtube.png) no-repeat center center; }

@media all and (max-width: 1360px)
{
	#container.main .main_page_paging,
	#container.main .main_page_paging *	{ display: none !important; background: none !important; }
}





#container.main .main_area_1	{ min-height: 970px; padding-top: 100px; box-sizing: border-box; background: url(../image/main_area1_bg.jpg) no-repeat center 0; }
#container.main .main_area_1.month_1,
#container.main .main_area_1.month_2,
#container.main .main_area_1.month_12	{ background-image: url(../image/main_area1_bg_winter.jpg); }
#container.main .main_area_1.month_3,
#container.main .main_area_1.month_4,
#container.main .main_area_1.month_5	{ background-image: url(../image/main_area1_bg_spring.jpg); }
#container.main .main_area_1.month_6,
#container.main .main_area_1.month_7,
#container.main .main_area_1.month_8	{ background-image: url(../image/main_area1_bg_summer.jpg); }

#container.main .main_area_1 .main_area_align	{ position: relative; width: 1200px; margin: 0 auto; }
#container.main .main_area_1 .main_area_align:after	{ display: block; clear: both; content: ""; }


#container.main .search	{ margin-bottom: 50px; }
#container.main .search:after	{ display: block; clear: both; content: ""; }
#container.main .search h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .search .news_bucheon	{ float: left; width: 330px; margin: 0; }
#container.main .search .news_bucheon a	{ display: block; height: 70px; text-indent: -9999px; overflow: hidden; background: url(../image/main_news_bucheon.png) no-repeat 0 0; background-size: contain; }
#container.main .search #site_search	{ position: relative; float: left; width: 490px; }
#container.main .search #site_search label	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .search #site_search input	{ width: 100%; height: 70px; padding: 0 80px 0 36px; margin: 0; border: 3px solid #364157; border-radius: 70px; box-sizing: border-box; background-color: #fff; color: #777; font-size: 18px; vertical-align: top; }
#container.main .search #site_search input[type="text"]:focus{outline:2px dashed red !important}
#container.main .search #site_search button	{ position: absolute; right: 0; top: 0; width: 70px; height: 70px; margin: 0; border: 0 none; border-radius: 70px; background: #364157 url(../image/main_site_search.png) no-repeat center center; text-indent: -999px; overflow: hidden; }
#container.main .search #site_search button:focus, #container.main .search #site_search button:hover, #container.main .search #site_search button:active	{ background-color: #000; }
#container.main .search p.date	{ float: right; width: 240px; line-height: 20px; margin: 0; box-sizing: border-box; text-align: center; font-size: 18px; color: #000; font-weight: 700; }
#container.main .search p.process_weather	{ float: right; width: 240px; height: 30px; line-height: 30px; margin: 0; color: #000; text-align: center; }
#container.main .search p.process_weather strong	{ display: none; }
#container.main .search p.process_weather img	{ height: 32px; vertical-align: middle; }
#container.main .search p.process_weather em	{ display: inline-block; margin-left: 10px; font-style: normal; font-size: 18px; font-weight: 500; vertical-align: middle; }
#container.main .search p.process_weather span	{ display: inline-block; margin-left: 10px; font-style: normal; font-size: 26px; font-weight: bold; vertical-align: middle; }
#container.main .search p.process_air	{ float: right; width: 240px; height: 20px; line-height: 20px; margin: 0; font-size: 16px; font-weight: 500; color: #000; text-align: center; }
#container.main .search p.process_air span	{ display: inline-block; margin-right: 15px; }
#container.main .search p.process_air span:last-child	{ margin-right: 0; }


#container.main .main_popupzone1	{ position: relative; max-width: 640px; margin: 0 auto; }
#container.main .main_popupzone1 h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .main_popupzone1 .align	{ position: absolute; width: 100%; height: 0; padding-top: 76.5625%; }
#container.main .main_popupzone1 .list	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: #fff; }
#container.main .main_popupzone1 .list .empty	{ line-height: 100px; text-align: center; }
#container.main .main_popupzone1 .list a	{ position: relative; display: block; height: 100%; }
#container.main .main_popupzone1 .list a:focus	{ display: block; border: 2px solid red; box-sizing: border-box; }
#container.main .main_popupzone1 .list a img	{ display: block; width: 100%; height: 100%; border: 0 none; }
#container.main .main_popupzone1 .list .slick-list	{ height: 100%; }
#container.main .main_popupzone1 .list .slick-track	{ height: 100%; }

#container.main .main_popupzone1 .list .slick-prev	{ position: absolute; z-index: 3; right: 112px; bottom: 2px; width: 50px; height: 50px; line-height: 50px; padding: 0; margin: 0; border: 0 none; background-color: rgba(0, 0, 0, 0.6); text-indent: -999px; overflow: hidden; }
#container.main .main_popupzone1 .list .slick-prev:after	{ position: absolute; left: 0; top: 0; display: block; width: 100%; text-indent: 0; text-align: center; content: "<"; font-size: 20px; font-family: serif; color: #fff; }
#container.main .main_popupzone1 .list .slick-next	{ position: absolute; z-index: 3; right: 2px; bottom: 2px; width: 50px; height: 50px; line-height: 50px; padding: 0; margin: 0; border: 0 none; background-color: rgba(0, 0, 0, 0.6); text-indent: -999px; overflow: hidden; }
#container.main .main_popupzone1 .list .slick-next:after	{ position: absolute; left: 0; top: 0; display: block; width: 100%; text-indent: 0; text-align: center; content: ">"; font-size: 20px; font-family: serif; color: #fff; }
#container.main .main_popupzone1 .list .slick-prev:focus,
#container.main .main_popupzone1 .list .slick-next:focus,
#container.main .main_popupzone1 .list .play_stop:focus	{ outline: 2px dashed red; }

#container.main .main_popupzone1 .list .slick-dots	{ position: absolute; right: 167px; bottom: 2px; padding: 0; margin: 0; list-style: none; }
#container.main .main_popupzone1 .list .slick-dots li	{ float: left; padding: 0; margin: 0; list-style: none; }
#container.main .main_popupzone1 .list .slick-dots li button	{ display: none; background-color: rgba(0, 0, 0, 0.6); border: 0 none; }
#container.main .main_popupzone1 .list .slick-dots li.slick-active	{ margin-right: 0; }
#container.main .main_popupzone1 .list .slick-dots li.slick-active button	{ display: inline-block; height: 50px; padding: 0 30px; font-size: 18px; color: #fff; font-weight: normal; }

#container.main .main_popupzone1 .list .play_stop	{ position: absolute; z-index: 3; right: 57px; bottom: 2px; width: 50px; height: 50px; line-height: 50px; padding: 0; margin: 0; border: 0 none; background-color: rgba(0, 0, 0, 0.6); text-align: center; }

#container.main .mobile_member_card	{ display: none; }

#container.main .area_left	{ float: left; width: 270px; }

#container.main .online	{ height: 230px; margin-bottom: 10px; border-radius: 35px 0 0 0; background: #fff url(../image/main_online_02.png) no-repeat right bottom; }
#container.main .online h2	{ line-height:25px; padding: 27px 0 16px 30px; margin: 0; color: #000; font-size: 23px; font-weight: 500; }
#container.main .online h2 strong	{ color: #004198; }
#container.main .online p	{ display: none; }
#container.main .online ul	{ padding: 0 20px 0 20px !important; margin: 0; list-style: none; }
#container.main .online ul:after	{ display: block; clear: both; content: ""; }
#container.main .online ul li	{ padding: 0; margin: 0; list-style: none; }
#container.main .online ul li + li	{ margin-top: 3px; }
#container.main .online ul li a	{ position: relative; display: block; line-height: 36px; padding: 0 0 0 36px; border: 1px solid #d8dbde; border-radius: 38px; background-color: #fff !important; font-size: 17px; color: #000; font-weight: bold; }
#container.main .online ul li a:after	{ position: absolute; right: 15px; top: 50%; width: 17px; height: 17px; line-height: 17px; margin-top: -9px; border-radius: 100%; background-color: #262626; text-align: center; color: #fff; font-size: 12px; font-family: serif; content: "→"; }
#container.main .online ul li a:focus, #container.main .online ul li a:hover, #container.main .online ul li a:active	{ border-color: #000 !important; background-color: #333 !important; color: #fff !important; }
#container.main .online ul li a:focus:after, #container.main .online ul li a:hover:after, #container.main .online ul li a:active:after	{ background-color: #fff; color: #000; }
#container.main .online ul li a:focus	{ position: relative; z-index: 2; outline: 2px dashed red; }


#container.main .saup	{ height: 250px; }
#container.main .saup h2	{ line-height: 50px; margin: 0; background-color: #3969ab; text-align: center; color: #fff; font-size: 18px; font-weight: 500; }
#container.main .saup ul	{ padding: 0; margin: 0; list-style: none; }
#container.main .saup ul:after	{ display: block; clear: both; content: ""; }
#container.main .saup ul li	{ float: left; width: 50%; padding: 0; margin: 0; list-style: none; }
#container.main .saup ul li a	{ display: block; height: 100px; line-height: 28px; padding-top: 58px; box-sizing: border-box; text-align: center; background: #fff no-repeat center 20px; color: #000; font-size: 17px; }
#container.main .saup ul li a:focus, #container.main .saup ul li a:hover, #container.main .saup ul li a:active	{ background-color: #ededed; }
#container.main .saup ul li a:focus	{ position: relative; z-index: 2; outline: 2px dashed red; }
#container.main .saup ul li:nth-child(1) a	{ background-image: url(../image/main_saup_2.png); border-right: 1px solid #ededed; border-bottom: 1px solid #ededed; }
#container.main .saup ul li:nth-child(2) a	{ background-image: url(../image/main_saup_3.png); border-bottom: 1px solid #ededed; }
#container.main .saup ul li:nth-child(3) a	{ background-image: url(../image/main_saup_6.png); border-right: 1px solid #ededed; }
#container.main .saup ul li:nth-child(4) a	{ background-image: url(../image/main_saup_5.png); }

#container.main .area_right	{ position: absolute; right: 0; top: 95px; float: right; width: 270px; }

#container.main .ceo	{ height: 250px; height: 230px; margin-bottom: 10px; background: #eaeaec url(../image/main_ceo.jpg) no-repeat right bottom; position: relative;}
#container.main .ceo h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .ceo p	{ position: relative; /* height: 180px; line-height: 27px; padding: 31px 0 0 25px;*/ height: 135px;line-height: 19px; padding: 15px 0 0 25px; margin: 0; box-sizing: border-box; color: #333; font-size: 16px; }
#container.main .ceo p strong	{ font-weight: 500; color: #347cc1; }
#container.main .ceo p em	{ display: block; font-style: normal; font-weight: 500; color: #000; }
#container.main .ceo ul	{ padding: 0; margin: 0; list-style: none; }
#container.main .ceo ul:after	{ display: block; clear: both; content: ""; }
#container.main .ceo ul li	{ float: left; width: 50%; padding: 0; margin: 0; list-style: none; }
#container.main .ceo ul li a	{ display: block; height: 50px; line-height: 50px; box-sizing: border-box; text-align: center; background: rgba(51, 51, 51, 0.93); color: #fff; font-size: 16px; }
#container.main .ceo ul li a:after	{ display: inline-block; width: 26px; height: 26px; line-height: 26px; margin-left: 8px; border-radius: 26px; background-color: #266ed4; font-family: serif; vertical-align: baseline; content: "→"; }
#container.main .ceo ul li a:focus, #container.main .ceo ul li a:hover, #container.main .ceo ul li a:active	{ background-color: #000; }
#container.main .ceo ul li a:focus	{ position: relative; z-index: 2; outline: 2px dashed red; }

.clean_slogan{font-size: 13.5px;    letter-spacing: -1px;    text-align: center;    padding: 0 10px;    position: absolute;    top: 100px;    width: 95%;  background: #8fe0d7 /*#c3e0ff*/;    border-radius: 15px;    box-sizing: border-box;    margin: 0 7px;    font-weight: 600;   }
.clean_slogan:before{content:''; position: absolute; top: calc(50% - 2.5px); background: #fff; border-radius: 10px; width: 5px; height: 5px; left: 5px}
.clean_slogan:after{content:''; position: absolute; top: calc(50% - 2.5px); background: #fff; border-radius: 10px; width: 5px; height: 5px; right: 5px}


/*메인 툴팁추가*/
.tooltip { position: relative; display: block; background: url(/design/homepage/bucheon/image/ban_public_bg.png); background-size: cover; text-align: center; height:48px}                 
.tooltip a,.tooltip a img	{ display: block; float:left}
.tooltip a:first-child{background:#e5643c;  display: inline-flex;    justify-content: center; }
.tooltip a:nth-child(2){background:#5488d6;  display: inline-flex;    justify-content: center;}
.tooltip a:nth-child(3){background:#006161}
.tooltip a{width:calc(100% / 3);display: inline-flex;    justify-content: center;}
.tooltip .tooltiptext { height: 0; overflow: hidden; }
.tooltip:hover .tooltiptext,
.tooltip a:focus + .tooltiptext,
.tooltip .tooltiptext:focus	{ overflow: visible; width: 319px; height: auto; background-color: #364157; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; position: absolute; z-index: 1; box-sizing: border-box; font-size: 14px; text-align: left; line-height: 16px; padding:20px }
.tooltip .tooltiptext .text_s{font-size:12px; color:#99ccff; margin-top:10px}
.tooltip .tooltiptext:after { content: " "; position: absolute; border-style: solid; border-width: 5px;}
.tooltip .tooltip-top { width: 319px; bottom: 110%; left: 50%; margin-left: -150px;}
.tooltip .tooltip-top:after { top: 100%; left: 50%; margin-left: -5px; border-color: #364157 transparent transparent transparent;}
@media(hover: hover) and (pointer: fine) {}

.tooltip a:focus,
.tooltip .tooltip-top:focus	{ outline: 2px dashed red; }



#container.main .link1	{ height: 250px; }
#container.main .link1 h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .link1 ul	{ padding: 0; margin: 0; list-style: none; }
#container.main .link1 ul:after	{ display: block; clear: both; content: ""; }
#container.main .link1 ul li	{ float: left; width: 50%; padding: 0; margin: 0; list-style: none; }
#container.main .link1 ul li a	{ display: block; height: 125px; line-height: 43px; padding-top: 72px; box-sizing: border-box; text-align: center; background: #000 no-repeat center 30px; color: #fff; font-size: 17px; }
#container.main .link1 ul li a:focus, #container.main .link1 ul li a:hover, #container.main .link1 ul li a:active	{ background-color: #666 !important; }
#container.main .link1 ul li a:focus	{ position: relative; z-index: 2; outline: 2px dashed red; }
#container.main .link1 ul li:nth-child(1) a	{ background-color: #006161; background-image: url(../image/main_link1_1.png); }
#container.main .link1 ul li:nth-child(2) a	{ background-color: #7D4B00; background-image: url(../image/main_link1_4.png); }
#container.main .link1 ul li:nth-child(3) a	{ background-color: #265B8D; background-image: url(../image/main_link1_3.png); }
#container.main .link1 ul li:nth-child(4) a	{ background-color: #515C28; background-image: url(../image/main_link1_2.png); }

#container.main .link1 ul li.c4 a	{ background-color: #006161; background-image: url(../image/main_link1_2.png); }
#container.main .link1 ul li.c3 a	{ background-color: #7D4B00; background-image: url(../image/main_link1_3_new.png); }
#container.main .link1 ul li.c1 a	{ background-color: #265B8D; background-image: url(../image/main_link1_1.png); }
#container.main .link1 ul li.c2 a	{ background-color: #515C28; background-image: url(../image/main_link1_4.png); }



#container.main .area_left,
#container.main .main_popupzone1,
#container.main .area_right	{ margin-bottom: 10px; }

#container.main .link2	{ clear: both; height: 150px; border: 1px solid #e1e1e1; border-radius: 0 0 39px 0; box-sizing: border-box; background-color: #fff; }
#container.main .link2:after	{ display: block; clear: both; content: ""; }
#container.main .link2 h2	{ float: left; width: 190px; height: 100%; margin: 0; background: url(../image/main_link2.png) no-repeat center 30px; text-align: left; text-indent: -9999px; overflow: hidden; }
#container.main .link2 h2.center	{ background-position: center center; }
#container.main .link2 ul	{ display: none; }
#container.main .link2 .list	{ position: relative; width: 100%; padding: 0; }
#container.main .link2 .list .slick-prev	{ position: absolute; left: 38px; bottom: 23px; width: 22px; height: 22px; padding: 0; margin: 0; border: 0 none; border-radius: 100%; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 11px; text-indent: -9999px; overflow: hidden; }
#container.main .link2 .list .slick-prev:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 22px; text-align: center; font-family: serif; text-indent: 0; content: "<"; }
#container.main .link2 .list .slick-prev:focus, #container.main .link2 .list .slick-prev:hover, #container.main .link2 .list .slick-prev:active	{ background-color: #000; color: #fff; }
#container.main .link2 .list .slick-next	{ position: absolute; left: 65px; bottom: 23px; width: 22px; height: 22px; padding: 0; margin: 0; border: 0 none; border-radius: 100%; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 11px; text-indent: -9999px; overflow: hidden; }
#container.main .link2 .list .slick-next:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 22px; text-align: center; font-family: serif; text-indent: 0; content: ">"; }
#container.main .link2 .list .slick-next:focus, #container.main .link2 .list .slick-next:hover, #container.main .link2 .list .slick-next:active	{ background-color: #000; color: #fff; }
#container.main .link2 .list a	{ position: relative; display: block; height: 148px; line-height: 20px; padding: 97px 0 0 0; box-sizing: border-box; background: no-repeat 0 center; text-align: center; color: #000; font-size: 16px;  }
#container.main .link2 .list a:before	{ position: absolute; left: 50%; top: 20px; width: 70px; height: 70px; margin-left: -35px; border-radius: 100%; background: #e6ebf5 no-repeat center center; content: ""; }
#container.main .link2 .list a span	{ display: block; }
#container.main .link2 .list a:focus, #container.main .link2 .list a:hover, #container.main .link2 .list a:active	{ background-color: #333; color: #fff; }
#container.main .link2 .list a:focus	{ border: 2px dashed red; }

#container.main .link2 .list .slick-dots,
#container.main .link2 .list .slick-dots li	{ padding: 0; margin: 0; list-style: none; }
#container.main .link2 .list .slick-dots li button	{ display: none; }

#container.main .link2 .list button.play_stop	{ display: block; position: absolute; left: 93px; bottom: 23px; width: 22px; height: 22px; padding: 0; margin: 0; border: 0 none; border-radius: 100%; background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 12px; text-indent: -9999px; overflow: hidden; }
#container.main .link2 .list button.play_stop:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 22px; text-align: center; font-family: serif; text-indent: 0; content: ""; }
#container.main .link2 .list button.play_stop.play:after	{ content: "■"; }
#container.main .link2 .list button.play_stop.stop:after	{ content: "▶"; }

#container.main .link2 .list .slick-prev:focus,
#container.main .link2 .list .slick-next:focus,
#container.main .link2 .list button.play_stop:focus	{ outline: 2px dashed red; }


#container.main .link2 .list div.c1 a:before	{ background-image: url(../image/main_link2_1.png); }
#container.main .link2 .list div.c2 a:before	{ background-image: url(../image/main_link2_2.png); }
#container.main .link2 .list div.c3 a:before	{ background-image: url(../image/main_link2_3_new.png); }	/* 거주자우선 주차신청 */
#container.main .link2 .list div.c4 a:before	{ background-image: url(../image/main_link2_4_new.png); }	/* 미납주차요금 조회 및 납부 */
#container.main .link2 .list div.c5 a:before	{ background-image: url(../image/main_link2_5_new.png); }	/* 종량제봉투 인터넷주문 */
#container.main .link2 .list div.c6 a:before	{ background-image: url(../image/main_link2_6_new.png); }	/* 교통약자 이동지원센터 */
#container.main .link2 .list div.c7 a:before	{ background-image: url(../image/main_link2_7_new.png); }	/* 어린이 교통나라 */
#container.main .link2 .list div.c8 a:before	{ background-image: url(../image/main_link2_8_new.png); }	/* 부천시 교통정보센터 */
#container.main .link2 .list div.c9 a:before	{ background-image: url(../image/main_link2_9_new.png); }	/* 월정기권 신청 */
#container.main .link2 .list div.c10 a:before	{ background-image: url(../image/main_link2_10.png); }
#container.main .link2 .list div.c11 a:before	{ background-image: url(../image/main_link2_11.png); }

#container.main .link2 .list .slick-slide	{ position: relative; }
#container.main .link2 .list .slick-slide + .slick-slide:before	{ position: absolute; left: 0; top: 41px; width: 1px; height: 30px; background-color: #e9e9e9; content: ""; }
#container.main .link2 .list .slick-slide.slick-current:before	{ content: none; }



#container.main .main_area_2	{ min-height: 940px; box-sizing: border-box; background: url(../image/main_area7_bg.jpg) no-repeat center 0; }
#container.main .main_area_2 .main_area_align	{ width: 1200px; margin: 0 auto; }
#container.main .main_area_2 .main_area_align:after	{ display: block; clear: both; content: ""; }

#container.main .main_area_2 .title	{ line-height: 40px; padding: 90px 0; margin: 0; text-align: center; color: #656565; font-size: 22px; }
#container.main .main_area_2 .title strong	{ display: inline-block; line-height: 60px; font-size: 1.9em; font-weight: 500; }
#container.main .main_area_2 .title strong em	{ font-style: normal; color: #21728A; }


#container.main .board	{ position: relative; float: left; width: 800px; height: 360px; margin: 0; }
#container.main .board h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .board .board_area	{}
#container.main .board .board_area h3	{ float: left; width: 182px; margin: 0; }
#container.main .board .board_area h3:first-child	{ width: 184px; }
#container.main .board .board_area h3 a	{ display: block; line-height: 68px; border-bottom: 2px solid #fff; border-left: 1px solid #e1e1e1; text-align: center; color: #666; font-size: 19px; font-weight: normal; background-color: #fff; }
#container.main .board .board_area h3:first-child a	{ border-radius: 40px 0 0 0; }
#container.main .board .board_area h3 a:focus, #container.main .board .board_area h3 a:hover, #container.main .board .board_area h3 a:active	{ border-bottom-color: #333; }
#container.main .board .board_area h3 a.active	{ border-bottom-color: #f7a034; color: #222; font-weight: 500; }
#container.main .board .board_area .more	{ float: right; width: 70px; margin: 0; position: relative; line-height: 70px; border: 0 none; background-color: #a16a22; color: #fff; text-indent: -999px; overflow: hidden; }
#container.main .board .board_area .more:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: 0; text-align: center;  content: "╋"; }
#container.main .board .board_area .list	{ position: absolute; left: 0; top: 90px; width: 100%; height: 270px; }
#container.main .board .board_area .list ul	{ padding: 0; margin: 0; list-style: none; }
#container.main .board .board_area .list ul:after	{ display: block; clear: both; content: ""; }
#container.main .board .board_area .list ul li	{ float: left; height: 270px; padding: 0; margin: 0 0 0 10px; list-style: none; background-color: #fff; }
#container.main .board .board_area .list ul li.empty	{ float: none; line-height: 100px; margin: 0; text-align: center; }
#container.main .board .board_area .list ul li:first-child	{ margin-left: 0; }
#container.main .board .board_area .list ul li a	{ position: relative; display: block; width: 260px; height: 270px; padding: 35px 20px 0 20px; box-sizing: border-box; }
#container.main .board .board_area .list ul li a:focus, #container.main .board .board_area .list ul li a:hover, #container.main .board .board_area .list ul li a:active	{ background-color: #f0f0f0; }
#container.main .board .board_area .list ul li a br.br	{ display: none; }
#container.main .board .board_area .list ul li a strong.title	{ display: block; height: 60px; line-height: 30px; padding: 0; margin: 0; text-align: left; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #222; font-size: 20px; font-weight: 500; }
#container.main .board .board_area .list ul li a span.content	{ display: block; height: 78px; line-height: 26px; padding: 19px 0 0 0; margin: 0; text-align: left; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color: #222; font-size: 16px; }
#container.main .board .board_area .list ul li a span.date	{ display: block;; line-height: 26px; padding-top: 29px; color: #222; font-size: 16px; }


#container.main .main_popupzone2	{ position: relative; float: right; width: 370px; height: 360px; border-radius: 0 0 40px 0; background-color: #fff; overflow: hidden; }
#container.main .main_popupzone2 h2	{ height: 70px; line-height: 70px; padding-left: 22px; margin: 0; color: #000; font-size: 19px; font-weight: 500; }
#container.main .main_popupzone2 .list	{}
#container.main .main_popupzone2 .list .empty	{ line-height: 100px; text-align: center; }
#container.main .main_popupzone2 .list a:focus	{ display: block; outline: 2px dashed red; box-sizing: border-box; }
#container.main .main_popupzone2 .list .slick-prev	{ position: absolute; right: 50px; top: -50px; width: 29px; height: 28px; line-height: 28px; padding: 0; margin: 0; box-sizing: content-box; border: 1px solid #666; background-color: #fff; text-indent: -999px; overflow: hidden; }
#container.main .main_popupzone2 .list .slick-prev:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; text-indent: 0; color: #666; font-family: serif; content: "<"; }
#container.main .main_popupzone2 .list .slick-next	{ position: absolute; right: 20px; top: -50px; width: 29px; height: 28px; line-height: 28px; padding: 0; margin: 0; box-sizing: content-box; border: 1px solid #666; background-color: #fff; text-indent: -999px; overflow: hidden; }
#container.main .main_popupzone2 .list .slick-next:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; text-indent: 0; color: #666; font-family: serif; content: ">"; }
#container.main .main_popupzone2 .list .play_stop	{ position: absolute; right: 90px; top: -50px; width: 29px; height: 28px; line-height: 28px; padding: 0; margin: 0; box-sizing: content-box; border: 1px solid #666; background-color: #fff; text-indent: -999px; overflow: hidden; }
#container.main .main_popupzone2 .list .play_stop:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; text-indent: 0; color: #666; font-family: serif; content: "■"; }
#container.main .main_popupzone2 .list .play_stop.play:after	{ font-size: 11px; content: "||"; }
#container.main .main_popupzone2 .list .play_stop.stop:after	{ font-size: 12px; content: "▶"; }
#container.main .main_popupzone2 .list .slick-active button	{ position: absolute; right: 140px; top: -50px; width: 29px; height: 28px; line-height: 28px; padding: 0; margin: 0; box-sizing: content-box; border: 1px solid transparent; background-color: #fff; text-indent: 0; overflow: visible; color: #666; }


#container.main .link3	{ clear: both; padding-top: 50px; }
#container.main .link3 h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .link3 ul	{ display: none; }
#container.main .link3 .list	{ position: relative; height: 150px; padding: 0 80px; border-radius: 0 0 39px 0; background-color: #fff; }
#container.main .link3 .list .slick-prev	{ position: absolute; left: 25px; top: 50%; width: 40px; height: 40px; padding: 0; margin: -20px 0 0 0; border: 1px solid #e2e2e2; box-sizing: border-box; border-radius: 40px; background-color: #fff; color: #666; text-indent: -9999px; overflow: hidden; }
#container.main .link3 .list .slick-prev:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; font-family: serif; text-indent: 0; content: "<"; }
#container.main .link3 .list .slick-next	{ position: absolute; right: 25px; top: 50%; width: 40px; height: 40px; padding: 0; margin: -20px 0 0 0; border: 1px solid #e2e2e2; box-sizing: border-box; border-radius: 40px; background-color: #fff; color: #666; text-indent: -9999px; overflow: hidden; }
#container.main .link3 .list .slick-next:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; font-family: serif; text-indent: 0; content: ">"; }
#container.main .link3 .list a	{ display: block; height: 150px; line-height: 25px; padding: 50px 0 0 75px; box-sizing: border-box; color: #333; font-size: 17px; background: no-repeat 0 center; }
#container.main .link3 .list a.one-line	{ padding-top: 62.5px; }
#container.main .link3 .list a span	{ display: block; }
#container.main .link3 .list a:focus, #container.main .link3 .list a:hover, #container.main .link3 .list a:active	{ background-color: #fafafa; }
#container.main .link3 .list a:focus	{ position: relative; z-index: 2; box-sizing: border-box; border: 2px dashed red; }

#container.main .link3 .list div.c1 a	{ background-image: url(../image/main_link3_1.png); }
#container.main .link3 .list div.c2 a	{ background-image: url(../image/main_link3_2.png); }
#container.main .link3 .list div.c3 a	{ background-image: url(../image/main_link3_3.png); }
#container.main .link3 .list div.c4 a	{ background-image: url(../image/main_link3_4.png); }
#container.main .link3 .list div.c5 a	{ background-image: url(../image/main_link3_5.png); }
#container.main .link3 .list div.c6 a	{ background-image: url(../image/main_link3_6.png); }
#container.main .link3 .list div.c7 a	{ background-image: url(../image/main_link3_7.png); }
#container.main .link3 .list div.c8 a	{ background-image: url(../image/main_link3_8.png); }
#container.main .link3 .list div.c9 a	{ background-image: url(../image/main_link3_9.png); }
#container.main .link3 .list div.c10 a	{ background-image: url(../image/main_link3_10.png); }




#container.main .main_area_3	{ min-height: 950px; box-sizing: border-box; background: url(../image/main_area12_bg.jpg) no-repeat center 0; }
#container.main .main_area_3 .main_area_align	{ width: 1200px; margin: 0 auto; }
#container.main .main_area_3 .main_area_align:after	{ display: block; clear: both; content: ""; }

#container.main .main_area_3 .title	{ line-height: 40px; padding: 90px 0; margin: 0; text-align: center; color: #656565; font-size: 22px; }
#container.main .main_area_3 .title strong	{ display: inline-block; line-height: 60px; font-size: 1.9em; font-weight: 500; }
#container.main .main_area_3 .title strong em	{ font-style: normal; color: #9a5d12; }

#container.main .board2	{ position: relative; float: left; width: 890px; height: 570px; margin: 0; }
#container.main .board2 h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .board2 .board_area	{}
#container.main .board2 .board_area h3	{ float: left; margin: 0; }
#container.main .board2 .board_area h3 a	{ display: block; line-height: 31px; color: #666; font-size: 20px; font-weight: normal; }
#container.main .board2 .board_area h3 a:after	{ display: inline-block; width: 60px; height: 31px; content: ""; vertical-align: top; text-indent: 10px; }
#container.main .board2 .board_area h3 a:focus, #container.main .board2 .board_area h3 a:hover, #container.main .board2 .board_area h3 a:active	{ color: #111; }
#container.main .board2 .board_area h3 a.active	{ position: relative; color: #111; font-weight: 500; font-size: 24px; }
#container.main .board2 .board_area h3 a.active:after	{ content: "▼"; font-size: 10px; }
#container.main .board2 .board_area h3.more a	{ position: relative; width: 32px; height: 32px; line-height: 28px; padding: 0; border: 1px solid #d6d3d3;; border-radius: 34px; color: #636361; text-indent: -999px; overflow: hidden; }
#container.main .board2 .board_area h3.more a:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-indent: 0; text-align: center; font-size: 14px; content: "┼"; }
#container.main .board2 .board_area .list	{ position: absolute; left: 0; top: 60px; width: 100%; height: 510px; }
#container.main .board2 .board_area .list ul	{ padding: 0; margin: 0; list-style: none; }
#container.main .board2 .board_area .list ul:after	{ display: block; clear: both; content: ""; }
#container.main .board2 .board_area .list ul li	{ float: left; height: 510px; padding: 0; margin: 0 0 0 10px; list-style: none; }
#container.main .board2 .board_area .list ul li.empty	{ float: none; line-height: 100px; margin: 0; text-align: center; background-color: #fff; }
#container.main .board2 .board_area .list ul li:first-child	{ margin-left: 0; }
#container.main .board2 .board_area .list ul li a	{ position: relative; display: block; width: 290px; height: 510px; border: 1px solid #e1e1e1; box-sizing: border-box; border-radius: 40px 0 40px 0; background-color: #fff; overflow: hidden; }
#container.main .board2 .board_area .list ul li a:focus, #container.main .board2 .board_area .list ul li a:hover, #container.main .board2 .board_area .list ul li a:active	{ background-color: #f0f0f0; }
#container.main .board2 .board_area .list ul li a span.image	{ display: block; height: 248px; border-bottom: 1px solid #e1e1e1; }
#container.main .board2 .board_area .list ul li a span.image img	{ display: block; border: 0 none; width: 100%; height: 100%; }
#container.main .board2 .board_area .list ul li a br.br	{ display: none; }
#container.main .board2 .board_area .list ul li a strong.title	{ display: block; height: 60px; line-height: 30px; padding: 20px 25px 0 25px; margin: 0; text-align: left; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #222; font-size: 20px; font-weight: 500; }
#container.main .board2 .board_area .list ul li a span.content	{ display: block; height: 78px; line-height: 26px; padding: 19px 25px 0 25px; margin: 0; text-align: left; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; color: #222; font-size: 16px; }
#container.main .board2 .board_area .list ul li a span.date	{ display: block;; line-height: 26px; padding: 29px 25px 0 25px; color: #222; font-size: 16px; }



#container.main .facebook	{ float: right; width: 290px; height: 570px; }
#container.main .facebook h2	{ height: 60px; line-height: 40px; margin: 0; color: #111; font-size: 24px; font-weight: 500; }
#container.main .facebook .iframe	{ position: relative; border: 1px solid #e1e1e1; border-radius: 40px 0 40px 0; background-color: #fff; overflow: hidden; }
#container.main .facebook .iframe:before	{ position: absolute; z-index: 2; width: 100%; height: 71px; background-color: #fff; content: ""; }
#container.main .facebook .iframe h3	{ position: relative; z-index: 3; height: 69px; line-height: 68px; margin: 0; border-bottom: 1px solid #e1e1e1; text-align: center; background-color: #fff; }
#container.main .facebook .iframe h3 a	{ display: block; coloe: #000; font-size: 19px; font-weight: 500; color: #000; }
#container.main .facebook .iframe h3 a:before	{ display: inline-block; width: 30px; height: 30px; line-height: 30px; margin-right: 10px; border-radius: 30px; text-align: center; background-color: #2550af; color: #fff; content: "f"; }
#container.main .facebook .iframe h3 a span	{ color: #2550af; }
#container.main .facebook .iframe iframe	{ position: relative; z-index: 1; display: block; width: 100% !important; height: 509px !important; margin-top: -70px; border: 0 none; }
#container.main .facebook .iframe .iframe_button	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .facebook .iframe .iframe_button:focus, #container.main .facebook .iframe .iframe_button:hover, #container.main .facebook .iframe .iframe_button:active	{ z-index: 999; width: auto; height: auto; line-height: 2em; padding: 0 20px; margin: 70px 0 0 10px; border: 1px solid #000; background-color: #fff; color: #f00; font-size: 1em; overflow: visible; }




#container.main .main_area_4	{ min-height: 910px; box-sizing: border-box; background: url(../image/main_area4_bg.jpg) no-repeat center 0; }
#container.main .main_area_4 .main_area_align	{ width: 1200px; margin: 0 auto; }
#container.main .main_area_4 .main_area_align:after	{ display: block; clear: both; content: ""; }

#container.main .main_area_4 .title	{ line-height: 40px; padding: 90px 0; margin: 0; text-align: center; color: #fff; font-size: 22px; }
#container.main .main_area_4 .title strong	{ display: inline-block; line-height: 60px; font-size: 1.9em; font-weight: 500; }
#container.main .main_area_4 .title strong em	{ font-style: normal; color: #33c3a9; }


#container.main .participate	{ float: left; width: 810px; height: 370px; background-color: #f6f9fb; border-radius: 40px 0 0 0; }
#container.main .participate h2	{ line-height: 45px; padding: 31px 0 0 31px; margin: 0; color: #000; font-size: 24px; font-weight: 500; }
#container.main .participate p	{ line-height: 37px; padding: 0 0 27px 31px; margin: 0; border-bottom: 1px solid #e1e1e1; color: #777; font-size: 16px; font-weight: 500; }
#container.main .participate .list	{}
#container.main .participate .list ul	{ padding: 0 35px; margin: 0; list-style: none; }
#container.main .participate .list ul:after	{ display: block; clear: both; content: ""; }
#container.main .participate .list ul li	{ float: left; width: 20%; padding: 0; margin: 0; list-style: none; }
#container.main .participate .list a	{ display: block; height: 229px; padding-top: 146px; box-sizing: border-box; text-align: center; color: #000; font-size: 17px; background:  no-repeat center 41px; }
#container.main .participate .list .c1 a	{ background-image: url(../image/main_participate_1.png); }
#container.main .participate .list .c2 a	{ background-image: url(../image/main_participate_2.png); }
#container.main .participate .list .c3 a	{ background-image: url(../image/main_participate_3.png); }
#container.main .participate .list .c4 a	{ background-image: url(../image/main_participate_4.png); }
#container.main .participate .list .c5 a	{ background-image: url(../image/main_participate_5.png); }
#container.main .participate .list .c6 a	{ background-image: url(../image/main_participate_6.png); }
#container.main .participate .list .slick-prev	{ position: absolute; right: 70px; top: -60px; width: 40px; height: 40px; padding: 0; border: 1px solid #e2e2e2; box-sizing: border-box; border-radius: 40px; background-color: #fff; color: #666; text-indent: -9999px; overflow: hidden; }
#container.main .participate .list .slick-prev:after	{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; font-family: serif; text-indent: 0; content: "<"; }
#container.main .participate .list .slick-next	{ position: absolute; right: 20px; top: -60px; width: 40px; height: 40px; padding: 0; border: 1px solid #e2e2e2; box-sizing: border-box; border-radius: 40px; background-color: #fff; color: #666; text-indent: -9999px; overflow: hidden; }
#container.main .participate .list .slick-next:after	{ position: absolute; right: 0; top: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; font-family: serif; text-indent: 0; content: ">"; }


#container.main .customer	{ float: right; width: 370px; height: 370px; background-color: #e2e8ed; border-radius: 40px 0 40px 0; }
#container.main .customer h2	{ line-height: 45px; padding: 31px 0 0 31px; margin: 0; color: #000; font-size: 24px; font-weight: 500; }
#container.main .customer p	{ line-height: 37px; padding: 0 0 27px 31px; margin: 0; border-bottom: 1px solid #e1e1e1; color: #777; font-size: 16px; font-weight: 500; }
#container.main .customer .list	{}
#container.main .customer .list ul	{ padding: 39px 0 0 0; margin: 0; list-style: none; }
#container.main .customer .list ul li	{ height: 60px; padding: 0 20px; margin: 0; list-style: none; }
#container.main .customer .list ul li a	{ position: relative; display: block; line-height: 37px; font-size: 20px; font-weight: 500; }
#container.main .customer .list ul li a:before	{ display: inline-block; width: 37px; height: 37px; line-height: 32px; margin-right: 18px; border-radius: 37px; background-color: #666; color: #fff; text-align: center; vertical-align: top; content: "╋"; }
#container.main .customer .list ul li.c1 a:before	{ background-color: #f4921e; }
#container.main .customer .list ul li.c2 a:before	{ background-color: #2ca7a4; }
#container.main .customer .list ul li.c3 a:before	{ background-color: #347cc1; }


#container.main .link4	{ clear: both; padding-top: 30px; }
#container.main .link4 h2	{ position: absolute; width: 0; height: 0; font-size: 0; overflow: hidden; }
#container.main .link4 ul	{ padding: 0; margin: 0; list-style: none; }
#container.main .link4 ul:after	{ display: block; clear: both; content: ""; }
#container.main .link4 ul li	{ float: left; width: 33.33%; padding: 0 5px; margin: 0; list-style: none; box-sizing: border-box; overflow: hidden; }
#container.main .link4 ul li.c1	{ padding: 0 10px 0 0; border-radius: 40px 0 0 0; }
#container.main .link4 ul li.c3	{ padding: 0 0 0 10px; border-radius: 0 0 40px 0; }
#container.main .link4 ul li a	{ position: relative; display: block; height: 130px; line-height: 28px; padding: 34px 0 0 110px; font-size: 16px; color: #fff; background: #666 no-repeat 30px center; box-sizing: border-box; }
#container.main .link4 ul li.c1 a	{ background-color: #19615F; background-image: url(../image/main_link4_1.png); }
#container.main .link4 ul li.c2 a	{ background-color: #804D0F; background-image: url(../image/main_link4_2.png); }
#container.main .link4 ul li.c3 a	{ background-color: #2d3951; background-image: url(../image/main_link4_3.png); }
#container.main .link4 ul li a:focus, #container.main .link4 ul li a:hover, #container.main .link4 ul li a:active	{ background-color: #666 !important; }
#container.main .link4 ul li a strong	{ display: block; line-height: 32px; font-size: 21px; font-weight: 500; }
#container.main .link4 ul li a span	{ display: block; }




#container.main .main_area_6	{ width: 1200px; margin: 0 auto; background: url(../image/main_area6_bg.png) no-repeat 45px 0; }

#container.main .contact	{ position: relative; height: 120px; background: url(../image/main_contact.png) no-repeat right 0; }
#container.main .contact h2	{ line-height: 40px; padding: 24px 0 0 0; margin: 0; font-weight: 500; color: #000; font-size: 23px; text-align: center; }
#container.main .contact h2 span	{ color: #0b6bc7; }
#container.main .contact p	{ line-height: 30px; padding: 0; margin: 0; color: #444; font-size: 15px; text-align: center; }
#container.main .contact p a	{ color: #0b6bc7; text-decoration: underline; }
#container.main .contact button	{ position: absolute; right: 0; top: 50%; width: 56px; height: 56px; line-height: 56px; margin-top: -28px; border-radius: 56px; text-indent: -999px; overflow: hidden; background: #364157 url(../image/cross_x.png) no-repeat center center; }
#container.main .contact button:focus	{ outline: 2px dashed red; }

#container.main .contact.disabled	{ height: auto; background: none; }
#container.main .contact.disabled h2,
#container.main .contact.disabled p	{ display: none; }
#container.main .contact.disabled button	{ position: absolute; right: 250px; top: auto; bottom: -60px; width: auto; height: 60px; line-height: 59px; padding: 0 0 0 20px; margin: 0; border-radius: 0; border-width: 1px 1px 0 0; border-style: solid; border-color: #e6e6e6; background: #fff none; font-size: 16px; text-indent: 0; text-align: center; color: inherit; font-weight: normal; }
#container.main .contact.disabled button:after	{ display: inline-block; width: 50px; height: 58px; background: url(../image/arrow_up.png) no-repeat center center; vertical-align: top; content: ""; }


/*
높이 재조정
*/
#container.main .main_area_1	{ min-height: 820px; padding-top: 25px; }
#container.main .search	{ margin-bottom: 25px; }

#container.main .main_area_2	{ min-height: 790px; }
#container.main .main_area_2 .title	{ padding: 40px 0; }

#container.main .main_area_3	{ min-height: 800px; }
#container.main .main_area_3 .title	{ padding: 40px 0; }

#container.main .main_area_4	{ min-height: 760px; }
#container.main .main_area_4 .title	{ padding: 40px 0; }



@media all and (max-width: 1200px)
{
	#container.main .main_area_1	{ min-height: 0; padding: 0 0 30px 0; background-size: cover; }
	#container.main .main_area_1 .main_area_align	{ width: auto; }
	
	#container.main .mobile_member_card	{ display: block; margin: 0 15px 15px 15px; }
	#container.main .mobile_member_card a	{ position: relative; display: block; padding: 20px 80px 20px 20px; background-color: #2d3951; border-radius: 20px; color: #fff; }
	#container.main .mobile_member_card a:after	{ position: absolute; right: 16px; top: 50%; width: 60px; height: 60px; margin-top: -30px; border-radius: 60px; background: #fff url(../image/main_mobile_member_card.png) no-repeat center center; background-size: 30px auto; content: ""; }
	#container.main .mobile_member_card a h2	{ line-height: 45px; padding: 0; margin: 0; font-size: 23px; font-weight: 500; }
	#container.main .mobile_member_card a p	{ line-height: 24px; padding: 0; margin: 0; font-size: 16px; }
	
	
/*
	#container.main .search	{ height: 103px; margin: 0; }
	#container.main .search .news_bucheon,
	#container.main .search #site_search,
	#container.main .search p.date	{ display: none; }
	#container.main .search p.process_weather	{ position: relative; float: none; padding-top: 10px; padding-left: 80px; margin: 0 auto; }
	#container.main .search p.process_weather:before	{ position: absolute; left: 0; top: 0; width: 80px; height: 103px; background: url(../image/mobile_main_weather.png) no-repeat center center; content: ""; }
	#container.main .search p.process_air	{ float: none; padding-left: 80px;margin: 0 auto; font-size: 15px; }
*/
	#container.main .search,
	#container.main .search *	{ display: none !important; background: none !important; }
	
	#container.main .main_popupzone1	{ max-width: 670px; padding: 15px 15px 15px 15px; box-sizing: border-box; }
	#container.main .main_popupzone1 .align	{ position: relative; border-radius: 20px; overflow: hidden; }
	
	#container.main .area_left	{ float: none; width: auto; padding: 0; margin: 0 15px 15px 15px; border-radius: 20px; overflow: hidden; }
	#container.main .online	{ margin-bottom: 0; border-radius: 0; background-size: cover; }
	#container.main .area_right	{ position: static; float: none; width: auto; margin: 15px 15px 0 15px; border-radius: 20px; /*overflow: hidden; */}
	#container.main .ceo	{ margin-bottom: 0; border-radius: 20px;}
	#container.main .link2	{ padding: 0; margin: 0 15px; }
	#container.main .link2 .list	{ border-radius: 20px; }
	#container.main .link2 .list a	{ height: 150px; line-height: 20px; padding: 90px 0 0 0; background-position: center 15px; background-size: 70px; text-align: center; font-size: 13px; }



	#container.main .main_area_2	{ min-height: 0; padding: 0 0 30px 0; background-size: cover; }
	#container.main .main_area_2 .main_area_align	{ width: auto; }
	#container.main .main_area_2 .title	{ line-height: 25px; padding: 20px 0; font-size: 13px; }
	#container.main .main_area_2 .title strong	{ line-height: 35px; }
	
	#container.main .board	{ float: none; width: auto; height: auto; margin: 0 15px 15px 15px; }
	#container.main .board .board_area	{ /*padding-right: 50px;*/ padding-bottom: 60px; }
	#container.main .board .board_area h3	{ width: 21% !important; }
	#container.main .board .board_area .more	{ width: 50px !important; }
	#container.main .board .board_area h3 a	{ line-height: 48px; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	#container.main .board .board_area h3:first-child a	{ border-radius: 20px 0 0 0; }
	#container.main .board .board_area .more	{ position: absolute; right: 0; top: 0; width: 50px;line-height: 50px; text-indent: -999px; }
	#container.main .board .board_area .more a	{ line-height: 50px; border-radius: 0 20px 0 0; }
	#container.main .board .board_area .list	{ display: none; top: 60px; height: auto; }
	#container.main .board .board_area .list.active	{ display: block; }
	#container.main .board .board_area .list ul	{ border: 1px solid #e1e1e1;  border-radius: 0 0 20px 20px; overflow: hidden; }
	#container.main .board .board_area .list ul li	{ float: none; height: auto; margin: 0; border-top: 1px solid #e1e1e1; }
	#container.main .board .board_area .list ul li:first-child	{ border-top: 0 none; }
	#container.main .board .board_area .list ul li a	{ width: auto; height: 150px; padding: 20px; }
	#container.main .board .board_area .list ul li a strong.title	{ height: 30px; -webkit-line-clamp: 1; font-size: 15px; }
	#container.main .board .board_area .list ul li a span.content	{ height: 52px; padding: 0; -webkit-line-clamp: 2; font-size: 14px; }
	#container.main .board .board_area .list ul li a span.date	{ padding: 0; font-size: 14px; }
	
	
	#container.main .main_popupzone2	{ float: none; width: auto; height: auto; margin: 0 15px; border-radius: 20px; overflow: hidden; }
	#container.main .main_popupzone2 .list	{ position: relative; height: 0; padding: 78.378% 0 0 0; }
	#container.main .main_popupzone2 .list > div	{ position: absolute; left: 0; top: 0; width: 100% !important; height: 100% !important; }
	#container.main .main_popupzone2 .list > div .slick-track	{ height: 100%; }
	#container.main .main_popupzone2 .list > div a	{ display: block; height: 100%; }
	#container.main .main_popupzone2 .list > div a img	{ display: block; width: 100%; height: 100%; border: 0 none; }
	
	
	#container.main .link3	{ padding-top: 15px; margin: 0 15px; }
	#container.main .link3 .list	{ padding: 0 50px; border-radius: 20px; }
	#container.main .link3 .list a	{ height: 150px; line-height: 20px; padding: 90px 0 0 0 !important; background-position: center 15px; background-size: 70px; text-align: center; font-size: 13px; }
	#container.main .link3 .list a.one-line	{ padding-top: 100px !important; }
	#container.main .link3 .list .slick-prev	{ left: 5px; }
	#container.main .link3 .list .slick-next	{ right: 5px; }



	#container.main .main_area_3	{ min-height: 0; padding: 0 0 30px 0; background-size: cover; }
	#container.main .main_area_3 .main_area_align	{ width: auto; }
	#container.main .main_area_3 .title	{ line-height: 25px; padding: 20px 0; font-size: 13px; }
	#container.main .main_area_3 .title strong	{ line-height: 35px; }

	#container.main .board2	{ float: none; width: auto; height: auto; margin: 0 15px; }
	#container.main .board2 .board_area	{ padding-right: 50px; padding-bottom: 60px; position:relative}
	#container.main .board2 .board_area h3	{ width: 21%; }
	#container.main .board2 .board_area h3 a	{ line-height: 50px; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
	#container.main .board2 .board_area h3:first-child a	{ border-radius: 20px 0 0 0; }
	#container.main .board2 .board_area h3 a.active	{ font-size: 15px; font-weight: 700; border-bottom: 2px solid gray }
	#container.main .board2 .board_area h3 a:after	{ display: none; content: none; }
	#container.main .board2 .board_area .more	{ position: absolute; right: 0; top: 14px; width: 50px; }
	#container.main .board2 .board_area .more a:after	{ display: block; }
	#container.main .board2 .board_area .list	{ display: none; height: auto; border-radius: 20px; overflow: hidden; border: 1px solid #e1e1e1; }
	#container.main .board2 .board_area .list.active	{ display: block; }
	#container.main .board2 .board_area .list ul li	{ float: none; height: auto; margin: 0; }
	#container.main .board2 .board_area .list ul li a	{ width: auto; height: auto; border-radius: 0; border: 0 none; border-top: 1px solid #e1e1e1; }
	#container.main .board2 .board_area .list ul li:first-child a	{ border-top: 0 none; }
	#container.main .board2 .board_area .list ul li a span.image	{ border-bottom: 1px solid #fafafa;; }
	#container.main .board2 .board_area .list ul li a strong.title	{ height: 30px; padding: 10px 20px 0 20px; -webkit-line-clamp: 1; font-size: 15px; }
	#container.main .board2 .board_area .list ul li a span.content	{ height: 52px; padding: 0 20px; -webkit-line-clamp: 2; font-size: 14px; }
	#container.main .board2 .board_area .list ul li a span.date	{ padding: 0 20px 10px 20px; font-size: 14px; }
	
	
	#container.main .facebook	{ float: none; width: auto; margin: 15px 20px; }
	#container.main .facebook h2	{ text-align: center; }
	#container.main .facebook .iframe	{ border-radius: 20px; }
	#container.main .facebook .iframe .iframe_box	{ max-width: 500px; margin: 0 auto; }
	
	
	#container.main .main_area_4	{ min-height: 0; padding: 0 0 30px 0; background-size: cover; }
	#container.main .main_area_4 .main_area_align	{ width: auto; }
	#container.main .main_area_4 .title	{ line-height: 25px; padding: 20px 0; font-size: 13px; }
	#container.main .main_area_4 .title strong	{ line-height: 35px; }
	
	#container.main .participate	{ float: none; width: auto; height: auto; margin: 0 15px 15px 15px; border-radius: 20px; }
	#container.main .participate h2	{ padding-top: 20px; }
	#container.main .participate p	{ padding-right: 130px; }
	#container.main .participate .list a	{ font-size: 14px; }
	
	
	#container.main .customer	{ float: none; width: auto; height: auto; margin: 15px; border-radius: 20px; }
	#container.main .customer p	{ padding-bottom: 10px; }
	#container.main .customer .list ul	{ padding-top: 15px; }

	#container.main .link4	{ padding: 0; margin: 15px; }
	#container.main .link4 ul li	{ float: none; width: auto; padding: 0 !important; margin: 0 0 10px 0; border-radius: 20px !important; }
	#container.main .link4 ul li:last-child	{ margin-bottom: 0 !important; }
	#container.main .link4 ul li a	{ height: 100px; padding-top: 20px; }
	
	
	#container.main .main_area_6	{ width: auto; background: none; }
	#container.main .contact	{ height: auto; background-size: contain; }
	#container.main .contact h2	{ line-height: 30px; padding: 10px 0; font-size: 19px; }
	#container.main .contact p	{ padding: 0 10px 10px 10px; }
	#container.main .contact button	{ display: none; }

}

@media all and (max-width: 768px)
{
	#container.main .link2	{ height: auto; padding-top: 10px; }
	#container.main .link2 h2	{ float: none; width: auto; height: 70px; background-position: 25px center; background-size: auto; background-image: url(../image/main_link2_m.png); }
	
	#container.main .link2 .list .slick-prev	{ left: auto; bottom: auto; right: 91px; top: -45px; }
	#container.main .link2 .list .slick-next	{ left: auto; bottom: auto; right: 60px; top: -45px; }
	#container.main .link2 .list button.play_stop	{ left: auto; bottom: auto; right: 28px; top: -45px; }
}

@media all and (max-width: 375px)
{
	#container.main .link2 h2	{ background-size: auto 20px; }
}




/*
SUB
*/
#container.sub	{}
#container.sub #SUB-GNB	{ display: none; }

#container.sub #section	{ display: block; width: 100%; height: 100%; padding: 1px 0; margin: 0; }
#container.sub #section section	{}
#container.sub #section section header	{}
#container.sub #section section header .sub_visule	{ display: table; width: 100%; height: 200px; padding-bottom: 60px; box-sizing: border-box; background: url(../image/sub_visual_1.jpg) no-repeat center 0; }
#container.sub #section section header .sub_visule p	{ display: table-cell; margin: 0; vertical-align: middle; text-align: center; }
#container.sub #section section header .sub_visule p strong	{ display: inline-block; line-height: 60px; font-size: 40px; color: #fff; font-weight: 500; }
#container.sub #section section header .sub_visule p span	{ display: inline-block; line-height: 30px; font-size: 18px; color: #fff; }


#container.sub #section section header .menu_path_box	{ line-height: 58px; margin-top: -60px; border-width: 1px 0; border-style: solid; border-color: #e5e7ea; background-color: #fff; background-color: rgba(255, 255, 255, 0.9); }
#container.sub #section section header .menu_path	{ max-width: 1200px; margin: 0 auto; }
#container.sub #section section header .menu_path:after	{ display: block; clear: both; content: ""; }
#container.sub #section section header .menu_path .home	{ float: left; width: 60px; height: 60px; margin: -1px 0; background: #347cc1 url(../image/sub_menupath_home.png) no-repeat center center; text-indent: -999px; overflow: hidden; }
#container.sub #section section header .menu_path ul	{ position: relative; z-index: 99; float: left; min-width: 270px; height: 58px; padding: 0; margin: 0 0 0 -1px; list-style: none; box-sizing: border-box; border-left: 1px solid #e5e7ea; border-right: 1px solid #e5e7ea; /*background-color: #fff;*/ overflow: hidden; }
#container.sub #section section header .menu_path ul.show	{ overflow: visible; }
#container.sub #section section header .menu_path ul li	{ padding: 0; margin: 0; list-style: none; }
#container.sub #section section header .menu_path ul li a	{ display: block; padding-left: 20px; border-bottom: 1px solid #404040; font-size: 18px; color: #fff; background-color: #313131; }
#container.sub #section section header .menu_path ul li.fix_menu a	{ border-bottom: 0 none; }
#container.sub #section section header .menu_path ul li a:focus, #container.sub #section section header .menu_path ul li a:hover, #container.sub #section section header .menu_path ul li a:active	{ background-color: #347cc1; color: #fff; }
#container.sub #section section header .menu_path ul li.fix_menu a	{ position: relative; padding-right: 40px; color: #000 !important; background-color: transparent !important; }
#container.sub #section section header .menu_path ul.show li.fix_menu a	{ background-color: #fafafa !important; }
#container.sub #section section header .menu_path ul li.fix_menu a:after	{ position: absolute; right: 19px; top: 0; font-size: 10px; content: "▼"; }
#container.sub #section section header .menu_path ul.show li.fix_menu a:after	{ content: "▲"; }

#container.sub #section section header .sub_utility	{ position: relative; max-width: 1200px; margin: 0 auto; }
#container.sub #section section header .sub_utility ul	{ position: absolute; right: 60px; top: -58px; padding: 0; margin: 0; list-style: none; }
#container.sub #section section header .sub_utility ul:after	{ display: block; clear: both; content: ""; }
#container.sub #section section header .sub_utility ul li	{ float: left; padding: 0; margin: 0; list-style: none; }
#container.sub #section section header .sub_utility ul li a	{ display: block; width: 59px; border-width: 0 1px; border-style: solid; border-color: #e5e7ea; background: no-repeat center center; text-indent: -999px; overflow: hidden; }
#container.sub #section section header .sub_utility ul li a:focus, #container.sub #section section header .sub_utility ul li a:hover, #container.sub #section section header .sub_utility ul li a:active	{ background-color: #fafafa; }
#container.sub #section section header .sub_utility ul li a.print	{ background-image: url(../image/sub_utility_print.png); }

#container.sub #section section header .sub_utility ul.dropdown	{ right: 0; z-index: 2; height: 59px; overflow: hidden; }
#container.sub #section section header .sub_utility ul.dropdown:before	{ display: block; height: 59px; border-width: 0 1px; border-style: solid; border-color: #e5e7ea; background: url(../image/sub_utility_dropdown.png) no-repeat center center; content: ""; }
#container.sub #section section header .sub_utility ul.dropdown.show	{ overflow: visible; }
#container.sub #section section header .sub_utility ul.dropdown li	{ float: none; border-bottom: 1px solid #e5e7ea; }

#container.sub #section section header .sub_utility ul li a.facebook	{ background-color: #a8a8a8; background-image: url(../image/sub_utility_facebook.png); }
#container.sub #section section header .sub_utility ul li a.twitter	{ background-color: #a8a8a8; background-image: url(../image/sub_utility_twitter.png); }
#container.sub #section section header .sub_utility ul li a.naver	{ background-color: #a8a8a8; background-image: url(../image/sub_utility_naver.png); }
#container.sub #section section header .sub_utility ul li a.kakaostory	{ background-color: #a8a8a8; background-image: url(../image/sub_utility_kakao.png); }
#container.sub #section section header .sub_utility ul.dropdown:focus:before, #container.sub #section section header .sub_utility ul.dropdown:hover:before, #container.sub #section section header .sub_utility ul.dropdown:active:before	{ background-color: #fafafa; }
#container.sub #section section header .sub_utility ul.dropdown li a:focus, #container.sub #section section header .sub_utility ul.dropdown li a:hover, #container.sub #section section header .sub_utility ul.dropdown li a:active	{ background-color: #666; }



#container.sub #section section header h2	{ line-height: 140px; padding: 40px 0 0 0; margin: 0; text-align: center; font-size: 32px; font-weight: 500; color: #000; }
#container.sub #section section header h2 span	{ position: relative; }
#container.sub #section section header h2 span:after	{ position: absolute; right: -23px; top: -10px; width: 22px; height: 15px; background: url(../image/gnb_depth2_title.png) no-repeat 0 0; content: ""; }


/*
#container.sub #section section header .tabmenu	{ max-width: 1200px; margin: 50px auto; }
#container.sub #section section header .tabmenu ul	{ display: table; width: 100%; padding: 0; margin: 0; list-style: none; border: 1px solid #e5e7ea; box-sizing: border-box; background-color: #f9f9f9; }
#container.sub #section section header .tabmenu ul li	{ display: table-cell; width: 5%; padding: 0; margin: 0; list-style: none; vertical-align: middle; }
	.tabwidthauto #container.sub #section section header .tabmenu ul li	{ width: auto; }
#container.sub #section section header .tabmenu ul li a	{ display: table; width: 100%; height: 100%; font-size: 18px; color: #000; }
#container.sub #section section header .tabmenu ul li a:focus, #container.sub #section section header .tabmenu ul li a:hover, #container.sub #section section header .tabmenu ul li a:active	{ color: #0a46a6; }
#container.sub #section section header .tabmenu ul li a.open	{ color: #0a46a6; font-weight: bold; text-decoration: underline; }
#container.sub #section section header .tabmenu ul li a span	{ display: table-cell; height: 66px; line-height: 22px; vertical-align: middle; text-align: center; }
#container.sub #section section header .tabmenu ul li a span:before	{ display: inline-block; width: 10px; font-weight: bold; content: "·"; }

#container.sub #section section header .tabmenu ul.child_count_8 li,
#container.sub #section section header .tabmenu ul.child_count_9 li,
#container.sub #section section header .tabmenu ul.child_count_10 li,
#container.sub #section section header .tabmenu ul.child_count_11 li	{ width: auto; }


#container.sub #section section header .tabmenu ul.child_count_10_over	{ display: block; }
#container.sub #section section header .tabmenu ul.child_count_10_over:after	{ display: block; clear: both; content: ""; }
#container.sub #section section header .tabmenu ul.child_count_10_over li	{ display: block; float: left; width: 25%; }

#container.sub #section section header .tabmenu ul.child_count_20_over	{ display: block; }
#container.sub #section section header .tabmenu ul.child_count_20_over:after	{ display: block; clear: both; content: ""; }
#container.sub #section section header .tabmenu ul.child_count_20_over li	{ display: block; float: left; width: 20%; }
*/

#container.sub #section section header .tabmenu	{ max-width: 1200px; margin: 50px auto; }
#container.sub #section section header .tabmenu ul	{ display: flex; flex-wrap: wrap; flex-direction: row; width: 100%; padding: 0; margin: 0; list-style: none; border-bottom: 1px solid #ccc; }
#container.sub #section section header .tabmenu ul li	{ display: flex; align-items: flex-end; flex: 1; padding: 0 1px; margin: 0; list-style: none; }
#container.sub #section section header .tabmenu ul li a	{ display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; line-height: 1.2em; padding: 0 5px; margin: 10px 0 -1px 0; border: 1px solid #ccc; border-radius: 10px 10px 0 0; box-sizing: border-box; background-color: #fff; text-align: center; font-size: 18px; word-break: keep-all; }
#container.sub #section section header .tabmenu ul li a:focus, #container.sub #section section header .tabmenu ul li a:hover, #container.sub #section section header .tabmenu ul li a:active	{ background-color: #666; color: #fff; }
#container.sub #section section header .tabmenu ul li a.active	{ position: relative; height: 65px; border-width: 0; background-color: #3969ab; color: #fff; font-weight: bold; }
#container.sub #section section header .tabmenu ul li a.active:after	{ position: absolute; left: 50%; bottom: -10px; margin: 0 0 0 -10px; border-width: 10px 10px 0 10px; border-style: solid; border-color: #3969ab transparent transparent transparent; content: ""; }



@media all and (max-width: 1200px)
{
	#container.sub #section section header .sub_visule	{ height: 150px; }
	#container.sub #section section header .sub_visule p strong	{ font-size: 35px; }
	#container.sub #section section header .sub_visule p span	{ font-size: 14px; }
	
	#container.sub #section section header .menu_path_box	{ min-height: 60px; border: 0 none; }
	
	#container.sub #section section header .menu_path	{ position: relative; }
	#container.sub #section section header .menu_path .home	{ position: absolute; left: 0; top: 0; z-index: 3; float: none; display: block; }
	#container.sub #section section header .menu_path ul	{ z-index: 1; }
	#container.sub #section section header .menu_path ul.ld1	{ display: none; }
	#container.sub #section section header .menu_path ul.ld2	{ z-index: 999; float: none; height: 59px; border-bottom: 1px solid #e5e7ea; }
	#container.sub #section section header .menu_path ul.ld2 li a	{ padding-left: 80px; }
	
	#container.sub #section section header .menu_path div.ld3	{ position: relative; padding: 0 60px; margin-bottom: 30px; }
	#container.sub #section section header .menu_path div.ld3:before	{ position: absolute; left: 0; top: 0; width: 59px; height: 60px; line-height: 58px; border-right: 1px solid #e5e7ea; border-bottom: 1px solid #e5e7ea; box-sizing: border-box; text-align: center; color: #b2b2b2; font-family: serif; content: "<"; }
	#container.sub #section section header .menu_path div.ld3:after	{ position: absolute; right: 0; top: 0; width: 59px; height: 60px; line-height: 58px; border-left: 1px solid #e5e7ea; border-bottom: 1px solid #e5e7ea; box-sizing: border-box; text-align: center; color: #b2b2b2; font-family: serif; content: ">"; }
	#container.sub #section section header .menu_path ul.ld3	{ float: none; width: auto; height: auto; white-space: nowrap; border: 0 none; border-bottom: 1px solid #e5e7ea; overflow: auto; }
	#container.sub #section section header .menu_path ul.ld3 li	{ display: inline-block; border-left: 1px solid #e5e7ea; }
	#container.sub #section section header .menu_path ul.ld3 li.cd3c1	{ border-left: 0 none; }
	#container.sub #section section header .menu_path ul.ld3 li.fix_menu	{ display: none; }
	#container.sub #section section header .menu_path ul.ld3 li a	{ display: inline-block; padding: 0 10px; border: 0 none; color: #333; background-color: #fff; }
	#container.sub #section section header .menu_path ul.ld3 li a.open	{ color: #3969ab; background-color: #f3f8fb; }
	
	
	#container.sub #section section header .sub_utility,
	#container.sub #section section header .sub_utility *	{ display: none !important; background: none !important; }
}

/*
@media all and (max-width: 900px)
{
	#container.sub #section section header .tabmenu	{ margin-top: 20px; }
	#container.sub #section section header .tabmenu ul	{ display: block; border-width: 0 0 1px 0; }
	#container.sub #section section header .tabmenu ul:after	{ display: block; clear: both; content: ""; }
	#container.sub #section section header .tabmenu ul li	{ position: relative; display: block; float: left !important; clear: none !important; width: 33.333% !important; margin-bottom: -1px; border-width: 1px 0; border-style: solid; border-color: #e5e7ea; box-sizing: border-box; }
	#container.sub #section section header .tabmenu ul li:nth-child(3n+1),
	#container.sub #section section header .tabmenu ul li:nth-child(3n+2)	{ border-right-width: 1px; }
	#container.sub #section section header .tabmenu ul li:nth-child(3n):before,
	#container.sub #section section header .tabmenu ul li:nth-child(3n+1):before	{ position: absolute; left: -1px; top: 0; width: 1px; height: 100%; background-color: #e5e7ea; content: ""; }
	#container.sub #section section header .tabmenu ul li a	{ display: table; width: 100%; font-size: inherit; }
	#container.sub #section section header .tabmenu ul li a:before	{ content: none; }
	#container.sub #section section header .tabmenu ul li a span	{ display: table-cell; width: 100%; height: 40px; line-height: 20px; text-align: left; vertical-align: middle; overflow: hidden; }
	#container.sub #section section header .tabmenu ul li a span:before	{ margin-left: 10px; }
}


@media all and (max-width: 600px)
{
	#container.sub #section section header .tabmenu ul li	{ width: 50% !important; }
	#container.sub #section section header .tabmenu ul li:nth-child(3n+1),
	#container.sub #section section header .tabmenu ul li:nth-child(3n+2)	{ border-right-width: 0; }
	#container.sub #section section header .tabmenu ul li:nth-child(3n):before,
	#container.sub #section section header .tabmenu ul li:nth-child(3n+1):before	{ content: none; }
	#container.sub #section section header .tabmenu ul li:nth-child(2n+1){ border-right-width: 1px; }
	#container.sub #section section header .tabmenu ul li:nth-child(2n):before	{ position: absolute; left: -1px; top: 0; width: 1px; height: 100%; background-color: #e5e7ea; content: ""; }
}
*/
@media all and (max-width: 768px)
{
	#container.sub #section section header .tabmenu ul li a	{ height: 50px; font-size: 16px; }
	#container.sub #section section header .tabmenu ul li a.active	{ height: 60px; }
}
@media all and (max-width: 425px)
{
	#container.sub #section section header .tabmenu ul li a	{ height: 50px; font-size: 14px; }
	#container.sub #section section header .tabmenu ul li a.active	{ height: 55px; }
}



/*
내용
*/

#container.sub #section section #contents	{ max-width: 1200px; margin: 40px auto; }
#container.sub #section section #contents:after	{ display: block; clear: both; content: ""; }


body .contents .pc_content,
body .contents .pc_contents	{ display: block; }
body .contents table.pc_content,
body .contents table.pc_contents	{ display: table; }
body .contents .mobile_content,
body .contents .mobile_contents,
body .contents table.mobile_content,
body .contents table.mobile_contents	{ display: none; }



.contents .indent1	{ margin-left: 20px !important; }
.contents .indent2	{ margin-left: 40px !important; }
.contents .indent3	{ margin-left: 60px !important; }
.contents .indent4	{ margin-left: 80px !important; }
.contents .indent5	{ margin-left: 100px !important; }

.contents table.indent1	{ width: calc(100% - 20px) !important; }
.contents table.indent2	{ width: calc(100% - 40px) !important; }
.contents table.indent3	{ width: calc(100% - 60px) !important; }
.contents table.indent4	{ width: calc(100% - 80px) !important; }
.contents table.indent5	{ width: calc(100% - 100px) !important; }


.contents h3	{ clear: both; line-height: 29px; padding: 0 0 0 25px; margin: 50px 0 25px 0; background: url(../image/contents_h3.png) no-repeat 0 4px; font-size: 1.2em; color: #2758a5; font-weight: bold; }
.contents h4	{ clear: both; line-height: 25px; padding: 0; margin: 35px 0 10px 20px; background: none; font-size: 1.1em; font-weight: 600; color: #2657a7; }
.contents h5	{ position: relative; clear: both; line-height: 21px; padding: 0 0 0 10px; margin: 20px 0 20px 40px; background: none; font-size: 1em; font-weight: 600; color: #2758a5; }
.contents h5:before	{ position: absolute; left: 0; top: 9px; width: 3px; height: 3px; border-radius: 3px; background-color: #2758a5; content: ""; }



.contents .icon_address	{ background-image: url(../image/icon_address.png); }
.contents .icon_subway	{ background-image: url(../image/icon_subway.png); }
.contents .icon_bus	{ background-image: url(../image/icon_bus.png); }
.contents .icon_tel	{ background-image: url(../image/icon_tel.png); }
.contents .icon_fax	{ background-image: url(../image/icon_fax.png); }

.contents .icon_car2	{ background-image: url(../image/icon_car2.png); }
.contents .icon_park2	{ background-image: url(../image/icon_park2.png); }

.contents .traffic_info,
.contents .traffic_info *	{ font-size: 18px !important; }
.contents .traffic_info strong	{ font-weight: 600; color: #000; }
.contents .traffic_info em	{ font-weight: normal; font-style: normal; color: #347cc1; }


.contents .proc_kakao_map_print	{ font-size: 13px; font-style: normal; color: #000; }


/*2023.05.15 추가*/
.contents .top_image {}


.contents table	{ border-width: 2px 0 1px 0; border-color: #347cc1 transparent #dddee0 transparent; }
.contents table thead tr	{ border-bottom: 1px solid #dddee0; }
.contents table thead tr th	{ line-height: 25px; padding: 12px 0 12px 0; border-width: 0 0 0 1px; border-style: solid; border-color: #dddee0; background-color: #f9f9f9; color: #4e4e4e; font-weight: 600; text-align: center; }
.contents table thead tr > *:last-child	{ border-right-width: 1px; }
.contents table thead tr:nth-child(2) th,
.contents table thead tr:nth-child(2) td	{ background-color: #fafafa; }
.contents table tbody tr	{ border-bottom: 1px solid #e1e1e1; }
.contents table tbody tr th,
.contents table tbody tr td	{ line-height: 25px; padding: 12px 5px 12px 5px; border-width: 0 0 0 1px; border-style: solid; border-color: #dddee0; color: #4e4e4e; word-break:keep-all; }
.contents table tbody tr th	{ background-color: #fff; text-align: center; font-weight: 600; }
.contents table tbody tr > *:last-child	{ border-right-width: 1px; }
.contents table tbody tr	{ border-bottom: 1px solid #e1e1e1; }
.contents table tfoot tr th,
.contents table tfoot tr td	{ line-height: 25px; padding: 12px 5px 12px 5px; border-width: 0 0 0 1px; border-style: solid; border-color: #dddee0; background-color: #fafafa; color: #4e4e4e; }
.contents table tfoot tr th	{ text-align: center; font-weight: 600; }
.contents table tfoot tr > *:last-child	{ border-right-width: 1px; }

.contents table.table_content tbody tr th	{ background-color: #fafafa; color: #4e4e4e; font-weight: 600; text-align: center; }


.contents table.no_thead tbody tr th	{ background-color: #fafafa; color: #4e4e4e;  }




.contents .vr_button	{ display: inline-block; width: 200px; line-height: 40px; background-color: #2657a7; border-radius: 5px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; }


.contents .auto_image_gallery_title	{ position: relative; float: left; width: 50%; height: 380px; padding: 0 40px; margin: 0 0 50px 0 !important; box-sizing: border-box; background-color: #f6f6f6; color: #000; }
.contents .auto_image_gallery_title:after	{ content: none; }
.contents .auto_image_gallery_title strong	{ display: block; width: 100%; line-height: 40px; padding-top: 70px; box-sizing: border-box; font-size: 28px; color: #000; vertical-align: middle; }
.contents .auto_image_gallery_title span	{ display: block; width: 100%; line-height: 25px; padding-top: 20px; font-size: 18px; vertical-align: middle; }
.contents .auto_image_gallery_title > br	{ display: none; }
.contents .auto_image_gallery_title em	{ display: block; width: 100%; line-height: 25px; padding-top: 30px; font-size: 18px; font-style: normal; color: #000; vertical-align: middle; }
.contents .auto_image_gallery	{ position: relative; float: left; width: 50%; height: 380px; margin: 0 0 50px 0 !important; }
.contents .auto_image_gallery img	{ position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; border: 0 none; }
.contents .auto_image_gallery .in_title	{ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; height: 60px; line-height: 60px; padding: 0 0 0 20px; box-sizing: border-box; background-color: #353535; color: #fff; font-size: 16px; }
.contents .auto_image_gallery .in_left	{ position: absolute; right: 0; bottom: 0; z-index: 2; width: 45px; height: 60px; line-height: 60px; margin-right: 135px; text-align: center; color: #fff; font-size: 17px; font-weight: bold; }
.contents .auto_image_gallery .in_right	{ position: absolute; right: 0; bottom: 0; z-index: 2; width: 45px; height: 60px; line-height: 60px; text-align: center; color: #fff; font-size: 17px; font-weight: bold; }
.contents .auto_image_gallery .in_statee	{ position: absolute; right: 0; bottom: 0; z-index: 2; width: 90px; height: 60px; line-height: 60px; margin-right: 45px; text-align: center; color: #fff; font-size: 18px; font-weight: bold; }
.contents .auto_image_gallery .in_statee strong	{ color: #fff; }
.contents .auto_image_gallery .in_statee em	{ color: #fff; font-weight: normal; font-size: 16px; }
.contents .auto_image_gallery .in_statee span	{ display: inline-block; padding: 0 10px; }

@media all and (max-width:1200px)
{
	.contents .auto_image_gallery	{ position: relative; float: none !important; width: auto; width: auto; max-width: 600px; height: 0; padding-top: 61.666%; margin: 0 auto !important; }
	.contents .auto_image_gallery_title	{ float: none !important; width: auto; height: auto; padding: 20px !important; margin: 0 !important; }
	.contents .auto_image_gallery_title strong	{ height: auto; line-height: 33px; padding: 17px 0; font-size: 24px; }
	.contents .auto_image_gallery_title span	{ width: auto; height: auto; line-height: 20px; padding: 0 0 20px 0; font-size: 13px; }
	.contents .auto_image_gallery_title em	{ font-size: 13px; }
	
	.contents .auto_image_gallery .in_title	{ padding-right: 70px; padding-left: 10px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; height:40px;line-height:40px}
	.contents .auto_image_gallery .in_left	{ width: 30px; height: 30px; line-height: 30px; margin-right: 30px; margin-right: 70px;   margin-bottom: 5px;}
	.contents .auto_image_gallery .in_right	{ width: 30px; height: 30px; line-height: 30px;line-height: 30px;    margin-bottom: 5px; }
	.contents .auto_image_gallery .in_statee	{ /*bottom: 30px;*/ width: 60px; height: 30px; line-height: 20px; margin-right: 0; font-size: 12px; right:20px}
	.contents .auto_image_gallery .in_statee span	{ padding: 0 5px; }
	.contents .auto_image_gallery .in_statee em	{ font-size: 13px; }
}


.contents a.download	{ position: relative; display: inline-block; line-height: 40px; padding: 0 20px 0 61px; margin-left: 30px; background: #347cc1 url(../image/icon_download.png) no-repeat 12px center; color: #fff; font-size: 18px; white-space: nowrap; }
.contents a.download:before	{ position: absolute; left: 39px; top: 0; width: 1px; height: 100%; background-color: rgba(255, 255, 255, 0.5); content: ""; }
.contents a.download:focus, .contents a.download:hover, .contents a.download:active	{ background-color: #666; }

@media all and (max-width:1200px)
{
	.contents a.download	{ line-height: 26px; padding-top: 7px; padding-bottom: 7px; margin: 0 auto; white-space: normal; text-align: left; }
}

.contents p.msgbox	{ padding: 20px 30px 20px 30px; border: 1px solid #e7e7e7; background-color: #fafafa; color: #666; }
.contents p.msgbox strong	{ display: inline-block; line-height: 44px; font-size: 1.1em; color: #000 !important; }




/* 라운드 제목 내용 */
.contents .in_round_title	{ position: relative; min-height: 40px; line-height: 25px; padding-left: 120px; padding-top: 6px; }
.contents .in_round_title .round_title	{ position: absolute; left: 0; top: 0; min-width: 95px; line-height: 40px; border-radius: 18px; text-align: center; background-color: #2657a7; color: #fff; font-weight: 500; }
.contents .in_round_title strong	{ color: inherit; }

.contents .in_round_title.size200	{ padding-left: 230px; min-height: 60px; }
.contents .in_round_title.size200.oneline	{ padding-top: 20px; }
.contents .in_round_title.size200 .round_title	{ min-width: 200px; line-height: 70px; border-radius: 33px; }

@media all and (max-width: 500px)
{
	.contents .in_round_title	{ padding-left: 0 !important; }
	.contents .in_round_title .round_title	{ position: static; display: block; margin-bottom: 15px; }
}



/* 역대 시장 */
.contents .history_ceo	{ position: relative; float: left; width: 32%; padding: 1px; margin: 0 1% 30px 1% !important; border-width: 2px 1px 1px 1px; border-style: solid; border-color: #347cc1 #dddee0 #dddee0 #dddee0; box-sizing: border-box; background-color: #fff; overflow: hidden; }
.contents .history_ceo:nth-child(3n+1)	{ margin-left: 0 !important; }
.contents .history_ceo:nth-child(3n+3)	{ margin-right: 0 !important; }
.contents .history_ceo:before	{ position: absolute; left: 2%; top: 350px; width: 96%; height: 100%; background-color: #f9f9f9; content: ""; }
.contents .history_ceo:after	{ position: absolute; left: 0; bottom: 0; width: 100%; height: 0; padding-top: 2%; background-color: #fff; content: ""; }
.contents .history_ceo > img	{ display: block; width: 210px; height: 260px; margin: 28px auto 0 auto; border: 0 none; }
.contents .history_ceo > h4	{ height: 60px !important; line-height: 60px !important; padding: 0 !important; margin: 0 !important; text-align: center; font-size: 1.1em; color: #2657a7; background: none !important; }
.contents .history_ceo > h4:before	{ content: none !important; }
.contents .history_ceo > div	{ position: relative; z-index: 2; padding: 27px 30px 30px 30px; }
.contents .history_ceo > div > h5	{ height: 30px !important; line-height: 30px !important; padding: 0 !important; margin: 0 !important; text-align: left; font-size: 1em; color: #000; background: none !important; }
.contents .history_ceo > div > h5:before	{ content: none !important; }
.contents .history_ceo > div > p	{ margin-top: 0; }

@media all and (max-width: 1199px)
{
	.contents .history_ceo	{ width: 48%; }
	.contents .history_ceo:nth-child(3n+1)	{ margin-left: 1% !important; }
	.contents .history_ceo:nth-child(3n+3)	{ margin-right: 1% !important; }
}

@media all and (max-width: 799px)
{
	.contents .history_ceo,
	.contents .history_ceo:nth-child(3n+1),
	.contents .history_ceo:nth-child(3n+3)	{ float: none; width: auto; height: auto !important; margin-left: 0 !important; margin-right: 0 !important; }
}


/* 설립배경 및 연혁 */
.contents h3.history	{ position: absolute; width: 190px !important; height: 70px !important; line-height: 70px !important; padding: 0 !important; margin: 0 30px 0 0 !important; background: #347cc1 none !important; text-align: center; color: #fff; font-size: 1.2em; }
.contents ul.history	{ padding: 20px 0 0 220px; margin: 0 0 50px 0; list-style: none; }
.contents ul.history li	{ position: relative; padding: 7px 0 7px 115px; background: none; }
.contents ul.history li strong	{ position: absolute; left: 0; top: 7px; color: #000; }
.contents ul.history li:before	{ position: absolute; left: 105px; top: 17px; width: 2px; height: 2px; background-color: #666; content: ""; }
.contents ul.history li:after	{ display: inline-block; width: 1px; height: 1em; content: ""; }
@media all and (max-width: 700px)
{
	.contents h3.history	{ position: static; }
	.contents ul.history	{ padding-left: 20px; }
}


@media all and (max-width:1200px)
{
	.kntool_popup_layerpopup	{ left: 0 !important; max-width: 100% !important; height: auto !important; }
	
	body	{ min-width: 320px; }
	
	#container.sub #section section #contents	{ margin: 40px 10px; }
	
	body .contents .pc_content,
	body .contents .pc_contents,
	body .contents table.pc_content,
	body .contents table.pc_contents	{ display: none; }

	body .contents .mobile_content,
	body .contents .mobile_contents	{ display: block; }
	body .contents table.mobile_content,
	body .contents table.mobile_contents	{ display: table; }
	
	*	{ -webkit-text-size-adjust: none; }
	
	body	{ font-size: 14px; }
	
	#body	{ min-width: 100%; }
	
	
	
	
	
	
	
	.contents .indent1	{ margin-left: 0 !important; }
	.contents .indent2	{ margin-left: 0 !important; }
	.contents .indent3	{ margin-left: 0 !important; }
	.contents .indent4	{ margin-left: 0 !important; }
	.contents .indent5	{ margin-left: 0 !important; }
	
	.contents table.indent1	{ width: 100% !important; }
	.contents table.indent2	{ width: 100% !important; }
	.contents table.indent3	{ width: 100% !important; }
	.contents table.indent4	{ width: 100% !important; }
	.contents table.indent5	{ width: 100% !important; }


	.contents h3,
	.contents h4,
	.contents h5,
	.contents h6	{ margin-left: 0; }
}




/*
정보제공부서
*/
#contents .manager_info	{ padding: 11px 12px; margin-top: 50px; border: 1px solid #ececec; background-color: #fafafa;  }
#contents .manager_info:after	{ display: block; clear: both; content: ""; }
#contents .manager_info h3	{ position: relative; float: left; height: 28px; line-height: 28px; padding: 0 16px 0 9px; margin: 0 25px 0 0; background: #677276; font-size: 16px; color: #fff; font-weight: normal; }
#contents .manager_info h3:before	{ position: absolute; right: -20px; border-width: 14px 0 14px 20px; border-style: solid; border-color: transparent transparent transparent #677276; content: ""; }
#contents .manager_info h3:after	{ position: absolute; right: -4px; top: 50%; width: 8px; height: 8px; margin-top: -4px; border-radius: 8px; background-color: #fff; content: ""; }
#contents .manager_info dl	{ float: left; line-height: 28px; padding: 0; margin: 0; list-style: none; }
#contents .manager_info dl dt	{ position: absolute; width: 0; height: 0; padding: 0; margin: 0; list-style: none; font-size: 0; overflow: hidden; }
#contents .manager_info dl dd	{ float: left; padding: 0 0 0 10px; margin: 0; list-style: none; }
/* #contents .manager_info dl dd:last-child:before	{ display: inline; content: "( TEL : "; }
#contents .manager_info dl dd:last-child:after	{ display: inline; content: " )"; } */

@media all and (max-width:600px)
{
	#contents .manager_info h3	{ margin-top: 14px; }
	#contents .manager_info dl	{ float: right; }
	#contents .manager_info dl dd	{ float: none; clear: both; text-align: right; white-space: nowrap; }
}

















.contents .button.link1:focus	{ outline: 2px dashed red; }
.button:focus	{ outline: 2px dashed red !important; }
.pagejump a:focus	{ outline: 2px dashed red !important; }
form button[type="submit"]:focus,
.proc_list button.action_application:focus	{ outline: 2px dashed red !important; }




a:focus,
button:focus	{ position: relative; z-index: 2; outline: 2px dashed red !important; outline-offset: 1px !important;  }