﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

/* Skip Navigation */
#accessibility a {display:block; position:absolute; top:-40px; left:0; z-index:10; width:100%; height:25px; line-height:25px; text-align:center; font-weight:bold; transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s;}
#accessibility a:hover {top: 0px; z-index:1000; padding:10px 0; background:#4764ce; color:#fff;}
#accessibility a:active {top: 0px; z-index:1000; padding:10px 0; background:#4764ce; color:#fff;}
#accessibility a:focus {top: 0px; z-index:1000; padding:10px 0; background:#4764ce; color:#fff; border:2px solid red; outline:none;}

.hidden {
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
}
.hidden2{ position:absolute; clip:rect(0, 0, 0, 0); width:1px; height:1px; margin:-1px; overflow:hidden;}

.clearfix {
	display: block;
}

.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: "";
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

caption {
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	overflow: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.dimmed {
	overflow: hidden;
}
body.dimmed::after {
	content: '';
	width: 105vw;
	height: 105vh;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.7);
}

.flex-2 {
	display: flex;
	justify-content: space-between;
}
.flex-2 > div {
	 flex-basis: 0px;
	 flex-grow: 1;
}

/* 모바일용_기본 */
#wrap {
	width: 100%;
	position: relative;
}

#header .logo {
	padding: 13px 0px;
}

#header .logo a {
	display: block;
	height: 34px;
	text-indent: -5000px;
	margin-left: 20px;
	background: url(../../../images/egovframework/com/logo.gif) left center/contain no-repeat;
}

.btn {
	width: 65px;
	height: 65px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	background: url(../../../images/egovframework/com/icon_open.png)
		no-repeat 0 0;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.close {
	width: 65px;
	height: 65px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../../../images/egovframework/com/icon_close.png)
		no-repeat 0 0;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.mobile_wholeview{display:none;}
#menu {
	width: 300px;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -400px;
	z-index: 10;
	background: #3ab4a6;
	text-align: center;
	transition: All 0.2s ease;
	-webkit-transition: All 0.2s ease;
	-moz-transition: All 0.2s ease;
	-o-transition: All 0.2s ease;
}

#menu.open {
	right: 0px;
}

.page_cover.open {
	display: block;
}

.page_cover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 4;
	display: none;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu {
	width: 100%;
	font-family: Raleway, sans-serif;
	color: #ffffff;
}

#cssmenu ul ul {
	display: block;
}

#cssmenu>ul>li.active>ul {
	display: none;
}

#cssmenu>ul>li>ul>li>ul>li>a {background:#5f6771;}

.align-right {
	float: right;
}

#cssmenu>ul>li>a {
	padding: 22px 22px;
	text-align: left;
	cursor: pointer;
	z-index: 2;
	font-size: 12pt;
	text-decoration: none;
	color: #ffffff;
	background: #3ab4a6;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu>ul>li>a:hover {
	color: #d8f3f0;
}

#cssmenu ul>li.has-sub>a:after {
	position: absolute;
	right: 26px;
	top: 25px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#cssmenu ul>li.has-sub>a:before {
	position: absolute;
	right: 22px;
	top: 29px;
	display: block;
	width: 10px;
	height: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#cssmenu ul>li.has-sub.open>a:after, #cssmenu ul>li.has-sub.open>a:before
	{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cssmenu ul ul li a {
	padding: 14px 22px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #dddddd;
	background: #49505a;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu ul ul ul li a {
	padding-left: 32px;
}

#cssmenu ul ul li a:hover {
	color: #ffffff;
}

#cssmenu ul ul>li.has-sub>a:after {
	top: 16px;
	right: 26px;
	background: #dddddd;
}

#cssmenu ul ul>li.has-sub>a:before {
	top: 20px;
	background: #dddddd;
}

.textarea_td {
	padding: 0px !important;
}

.htmlarea table td {
	padding: 0px !important;
}

.htmlarea table td select {
	width: 100% !important;
}

/* 
#menu .side_menu h3.dep1_a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	font-size: 11pt;
}

#menu .side_menu h3.dep2_a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	font-size: 11pt;
}

#menu .side_menu ul.dep2 {
	background: #ddd;
	display: none;
	transition: 2s ease-in-out;
}

#menu .side_menu ul.dep2>li>a {
	display: block;
	padding: 15px 0;
	border-bottom:1px solid #ccc;
}

#menu .side_menu ul.dep3 {
	background: #ddd;
	display: none;
}

#menu .side_menu ul.dep3>li>a {
	display: block;
	padding: 15px 0;
}
 */
#header .m_nav {
	background: #f3f3f3;
	z-index: 10;
	width: 100%;
	background: #f3f3f3;
}

#header .m_nav .gnb_navi {
	overflow: hidden;
	background: #555;
}

#header .m_nav .gnb_navi ul li {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}

#header .m_nav .gnb_navi ul li:after {
	content: "";
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 10px;
	display: inline-block;
}

#header .m_nav .gnb_navi ul li:last-child:after {
	display: none;
}

#header .m_nav .gnb_navi ul li a {
	display: inline-block;
	color: #fff;
	padding: 26px 10px;
}

#header .m_nav .sub_list li {
	border-bottom: 1px solid #5380a7;
}

#header .m_nav .sub_list li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 10pt;
	font-weight: bold;
}

#header .m_nav .sub_list ul.dep2 {
	display: none;
}

#header .m_nav .sub_list li .dep3 {
	background: #555;
}

#container .colgroup1 {
	background: url(../../../images/egovframework/com/m_main_visual.jpg)
		no-repeat center bottom -60px;
	background-color: #6dbac0;
	background-size: cover;
	height: 466px;
	position: relative;
}

#container .colgroup1 .text_img {
	text-align: center;
	padding-top: 35px;
}

#container .colgroup1 .text_img img {
	width: 390px;
}

#container .colgroup1 .main_menu {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 1;
}

#container .colgroup1 .main_menu ul li {
	z-index: 11;
	width: 50%;
	float: left;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	border-right: 1px solid #555;
	box-sizing: border-box;
	border-bottom: 1px solid #555;
}

#container .colgroup1 .main_menu ul li a {
	width: 100%;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-size: 11pt;
	line-height: 34px;
	padding: 34px 0px;
}

#container .colgroup1 .main_menu ul li a::before {
	content: "";
	vertical-align: top;
	margin-right: 3px;
	display: inline-block;
	width: 46px;
	height: 48px;
	background: url(../../../images/egovframework/com/main_icon1.png)
		no-repeat center;
	background-size: 33px auto;
}

#container .colgroup1 .main_menu ul li:nth-child(4n+2) a::before {
	background: url(../../../images/egovframework/com/main_icon2.png)
		no-repeat center;
	background-size: 46px auto;
}

#container .colgroup1 .main_menu ul li:nth-child(4n+3) a {
	line-height: 34px;
}

#container .colgroup1 .main_menu ul li:nth-child(4n+4) a {
	line-height: 46px;
}

#container .colgroup1 .main_menu ul li:nth-child(4n+3) a::before {
	background: url(../../../images/egovframework/com/main_icon3.png)
		no-repeat center;
	background-size: 40px auto;
}

#container .colgroup1 .main_menu ul li:nth-child(4n+4) a::before {
	background: url(../../../images/egovframework/com/main_icon4.png)
		no-repeat center;
	background-size: 46px auto;
}

#container .colgroup1 .main_menu ul li:hover {
	background: rgba(255, 155, 0, 0.82);
}

#container .colgroup1 .main_menu ul li a span {
	display: inline-block;
	line-height: 20px;
	width: 140px;
}


#container .colgroup2 .img_tit {
	display: none;
}

#container .colgroup2 .img_tit .mapimg {
	display: block;
}

#container .colgroup2 .board {
	height: 300px;
	background: #fff;
	position: relative;
}

#container .colgroup2 .board ul.board_ui {
	margin:0px 35px;
	border-bottom: 3px solid #dbe8f5;
	position: relative;
}

#container .colgroup2 .board ul.board_ui li.board_li {
	float: left;
	width: 25%;
}

#container .colgroup2 .board ul.board_ui li.board_li a.tab_tit {
	height: 56px;
	font-size: 16px;
	display: block;
	position: relative;
	width: 100%;
	line-height: 56px;
	text-align: center;
}

	#container .colgroup2 .mapimg {
		border: 1px solid #dcdcdc;
		height: 308px;
		width: 100%;
		position:relative;
	}
	
	#container .colgroup2 .imgbox {
		height:309px;
		background:#e85d00 url(../../../images/egovframework/com/main_map_img.jpg)no-repeat center center;
		background-size:cover;
	}
	
	#container .colgroup2 .imgbox a.tit{
	background:#e85d00;
	position:absolute;
	top:10px;
	left:10px;
	display:block;
	font-size:12pt;
	color:#fff;
	padding:8px 15px;
	font-weight:bold;
	border-radius:65px;
	}
	
#container .colgroup2 .board ul.board_ui li.board_li.on a.tab_tit,
	#container .colgroup2 .board ul.board_ui li.board_li:hover a.tab_tit {
	color: #00569e;
	font-weight: 600;
}

#container .colgroup2 .board ul.board_ui li.board_li.on a.tab_tit::after,
	#container .colgroup2 .board ul.board_ui li.board_li:hover a.tab_tit::after
	{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 3px;
	width: 100%;
	background: #0060b1;
}
#container .colgroup2 .board ul.board_ui li.board_li .btn_more {display:none;}
#container .colgroup2 .board ul.board_ui li.board_li.on .btn_more {display:block;}

#container .colgroup2 .board ul.board_ui .tabcontent {
	position: absolute;
	top: 52px;
	left: 0px;
	width: 100%;
	padding-top: 24px;
}

#container .colgroup2 .board ul.board_ui>li .tabcontent {
	display: none;
}

#container .colgroup2 .board ul.board_ui>li.on .tabcontent {
	display: block;
}

#container .colgroup2 .board .btn_more {
	position: absolute;
	right: -31px;
	top: -9px;
}

#container .colgroup2 .board .tabcontent {
	font-size: 14px;
}

#container .colgroup2 .board .tabcontent ul li {
	padding: 10px 0px;
	position: relative;
}

#container .colgroup2 .board .tabcontent ul li .date {
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
}

#container .colgroup2 .board .tabcontent ul li strong {
	color: green;
	padding-right: 10px;
	font-weight: bold;
}

#container .colgroup2 .board .tabcontent ul li strong.ic {
	color: #23978e;
} /* 인천 */
#container .colgroup2 .board .tabcontent ul li strong.gg {
	color: #b02e1e;
} /* 경기 */
#container .colgroup2 .board .tabcontent ul li strong.gw {
	color: #c63659;
} /* 강원 */
#container .colgroup2 .board .tabcontent ul li strong.cn {
	color: #4c9015;
} /* 충남 */
#container .colgroup2 .board .tabcontent ul li strong.gb {
	color: #d7a028;
} /* 경북 */
#container .colgroup2 .board .tabcontent ul li strong.jb {
	color: #4aa6d6;
} /* 전북 */
#container .colgroup2 .board .tabcontent ul li strong.bs {
	color: #638797;
} /* 부산 */
#container .colgroup2 .board .tabcontent ul li strong.jn {
	color: #134489;
} /* 전남 */
#container .colgroup2 .board .tabcontent ul li strong.gn {
	color: #035d80;
} /* 경남 */
#container .colgroup2 .board .tabcontent ul li strong.jj {
	color: #815f3a;
} /* 제주 */
#container .colgroup2 .board .tabcontent ul li a {
	display: block;
	width: 100%;
	padding: 0 100px 0 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	font-size: 11pt;
}

#container .colgroup2 .board .tabcontent ul li .tabcontent {
	display: none;
}

#container .colgroup2 .board .tabcontent ul li.on .tabcontent {
	display: block;
}

#sub_container .tabcontent ul li a:before {
	content: "";
	width: 3px;
	height: 3px;
	background: #999;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 8px;
}

#footer {
	border-top: 2px solid #dcdcdc;
	background: #f1f1f1;
	font-size: 15px;
	position: relative;
}

#footer .footer_logo {
	display: none;
}

#footer .footer_logo2 {
	display: none;
}

#footer .footer_info {
	padding: 25px 4%;
	font-size: 10pt;
	line-height: 18px;
}
#footer .Wa_mark {
	display: block;
	position: absolute;
	right: 4%;
   	top: 23px;
}
#footer .footer_info .anchor{
	margin-bottom:15px;
	font-size:16px;
	font-weight:600;
	display:block;
}
#footer .footer_info .address {
	margin-bottom: 10px;
}

#footer .footer_info .address span {
	display: block;
	font-weight: 700;
	margin-top: 5px;
}

#footer .footer_info .copyright {
	color: #888;
}

.sub_map_container {
	width: 100%;
	height: 100%;
	min-height: 700px;
}

#sub_container .sub_side {
	display: none;
}

#sub_container #contents {
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

#sub_container .sub_head .sub_tit {
	border-bottom: 1px solid #dcdcdc;
	padding: 0px 15px;
}

#sub_container .sub_head .sub_tit h2 {
	position: relative;
	padding: 30px 0 30px 0;
	font-size: 32px;
	font-weight: 700;
}

#breadcrumb {
	border-bottom: 1px solid #dcdcdc;
	display: inline-block;
	padding: 15px;
	height: auto;
	width: 100%;
	text-align: left;
	font-size: 10pt;
	box-sizing: border-box;
}

#breadcrumb span::before {
	content: ">";
	display: inline-block;
	padding: 0px 8px;
	font-size: 8pt;
}

#breadcrumb .home {
	display: inline-block;
	font-size: 0;
	width: 16px;
	height: 16px;
	background: url(../../../images/egovframework/com/icon_home.png)
		no-repeat 0 0;
	vertical-align: middle;
}

#breadcrumb .home::before {
	content: none;
}

.sub_contwrap .map_link {
	width: 100%;
}

.sub_contwrap .map_link img {
	width: 100%;
}

.arcmap {
	width: 100%;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.arcmap img {
	position: relative;
	top: 20px;
	left: 10px;
}

span.indis {
	background: url(../../../images/egovframework/com/icon_check.png)
		no-repeat right center;
	padding-right: 20px;
	margin-left: 5px;
}

p.indis_p {
	text-align: right;
}


/* 테이블 스타일 */
.table_total {
	padding: 11px 0;
	text-align: left;
	font-size: 11pt;
}

.table_total strong {
	color: #ee4f00;
	font-weight: 700;
}

.search_area {
	position: relative;
	width: 100%;
	padding: 20px 15px;
	background: #fafafa;
	border: 1px solid #dcdcdc;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}

.search_area.insert{
	background:#F2EEEE;
	margin-top:15px;
}

.search_area.insert .insertBox{
	display:flex; 	
	height:auto;
	align-items:center;
	width:100%;
	justify-content:space-between;
}

.search_area.insert .insertBox.second{
	margin-top:20px;
}

.search_area fieldset {
	width: 100%;
}

.search_area fieldset * {
	height:30px;
}

.search_area fieldset * {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	margin-right: 50px;
}

 .search_area .insertBox a {
	height:auto !important;	
	padding:9px 20px !important;
	position:static !important;
	min-width:36px;
}

 .search_area .insertBox select {
	width:80px !important; 
}

.search_area fieldset span {
	height: auto;
}

.search_area.insert .insertBox .insert_input{
	display:flex;
	gap:10px;
	align-items:center;
}

.search_area.insert .insertBox .insert_input span{
	text-wrap:nowrap;
}

.search_area.insert .insertBox.second .insert_input{
	width:91.5%;
}

.search_area.insert .insertBox.second .insert_input input{
	width:100%;
}

.btn_wrap{
	display:flex;
	gap:5px;
	justify-content:center;
	align-items:center; 
}

.btn_wrap a{
	padding: 6px 10px;
    text-wrap: nowrap;
}
/* .search_area fieldset .btn_search {width:100%; box-sizing:border-box; height:30px;} */
.search_area .btn_search {
	display: inline-block;
	margin: 5px 0;
	width: 66px;
	height: 16px;
	font-size: 14px;
	text-align: center;
	background: #555 url(../../../images/egovframework/com/icon_search.png)
		no-repeat 15px center;
	padding-left: 35px;
}

.search_area .btn-normal{
	display: inline-block;
	width: 66px;
	margin: 5px 2px;
	height: 16px;
	font-size: 14px;
	text-align: center;
	background:#E10317;
	color:#fff;
	line-height:20px;
	padding: 6px 15px;
	cursor: pointer;
	vertical-align:middle;
	line-height:16px;
}

.btn_in_search {
	position: absolute;
	right: 22px;
	bottom: 18px;
}

.sub_cont h3 {
	height: 40px;
	font-size: 16pt;
	display: block;
	line-height: 40px;
	color: #333;
	font-weight: 700;
	position: relative;
	padding-left:25PX;
}

.sub_cont h3.blue_txt{
	color:#00447D;
}


.sub_cont h4 {
	height: 30px;
	font-size: 12pt;
	display: block;
	line-height: 30px;
	color: #00569e;
	font-weight: 700;
	position: relative;
	padding-left:10px;
}

.sub_cont h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	background: #fff;
	border:4px solid #00569e;
	top: 11px;
	left: 0;
}

.sub_cont h4:before {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 13px;
	background: #00569e;
	top: 8px;
	left: 0;
}

.sub_cont h3 .btn_box a span {
	font-size: 12px;
}

.sub_cont h3 .btn_box {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px;
}

/* .table_tit a.more {display:block; background:#dcdcdc; padding:5px; position:absolute; right:10px; top:20px; font-weight:bold;} */
.sub_cont h3 .btn_box a {
	padding: 0px 20px;
}

.sub_cont .business_info_text {font-size:11pt;}
.sub_cont .business_info_text ul li {line-height:30px;}
.sub_cont .business_info_text ul li:before {content:""; display:inline-block; width:5px; height:5px; background:#555; margin-right:10px; vertical-align:middle;}
.sub_cont .business_info_text h5 {font-weight:bold; margin-top:20px; margin-bottom:10px;}
.sub_cont .text_box_type1 {background:#f9f9f9 url(../../../images/egovframework/com/icon_info.gif)no-repeat 32px 35px; border:1px solid #dcdcdc; padding:30px 0px 30px 150px;}
.sub_cont .text_box_type1 span {font-size:14pt; font-weight:bold;}
.sub_cont .text_box_type1 p {margin-top:10px; line-height:25px;}

.sub_cont .text_box_type2 {background:#f9f9f9; border:1px solid #dcdcdc; padding:30px;}
.sub_cont .text_box_type2 span {font-size:12pt; font-weight:bold;}
.sub_cont .ul_type2 li {margin-top:15px; margin-left:20px;}
.sub_cont .ul_type2 li.list_first {font-weight:bold; font-size:12pt;} 
.sub_cont .ul_type2 li.list_detail {margin-left:30px;}
.sub_cont .ul_type2 li.list_detail:before {display:none;}

.table_wrap {
	position: relative;
}

.table_wrap .more {
	position: absolute;
	top: 15px;
	right: 10px;
}

.table_wrap table {
	width: 100%;
	margin-bottom: 1rem;
	border-top: 2px solid #000;
	margin-top: 10px;
}

.table_wrap table * {
	line-height: normal;
}

.table_wrap table .cont_tit {
	font-size: 20pt;
	font-weight: 700;
	padding: 30px 0;
	text-align: center !important;
}

.table_wrap table .cont_tit img {
	vertical-align: middle;
	margin-right: 15px;
}

.table_wrap table td a:hover {
	color: #f15c30;
}

.table_wrap button {
	padding: 3px 10%;
	font-size: 9pt;
	border: none;
	background: #fff;
	font-weight: 700;
	color: #555;
}

/*버튼*/
.btn-success, .btn-row-save, #btnSave, #btnList, .btn-row-req, .btn-delete{
	padding:8px 10px !important;	
	color: #fff !important;
	width:auto !important;
	height:auto !important;
	border-radius:10px;
	min-width:74px;
	text-wrap:nowrap;
	font-weight: 400 !important;
}

.btn-success, .btn-row-req{
	background:#1F7713 !important;	
}

.btn-row-save, #btnSave{
	background:#4686FB !important;	
}

#btnList{
	background:#4d4f4d !important;	
}

.btn-delete{
	background:#e02c3c !important;
}

/*입력폼 너비*/
.table_wrap textarea {
	width: 100% !important;
}

.table_wrap input[type="text"] {
	width: 100% !important;
}

.table_wrap input[type="password"] {
	width: 100% !important;
}

.table_wrap input.numberOnly {
	width: 25% !important;
}

.table_wrap .col_file input[type=file] {
	max-width: 100%;
	margin-top: -2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .table_wrap .col_file input[type=file] {
		margin-top: -5px;
	}
}
.uploaded_file {
    font-size: 10pt;
    margin-top: -13px;
    background: #f3fbff;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

td .uploaded_file:first-child {margin-top:0px;}

#file_upload_posbl {
	margin-top: 10px;
}

.attfile a {
	text-decoration: underline !important;
	padding-bottom: 2px;
}

/*입력폼 너비*/
.table_wrap table tr td table {
	border: 0px !important;
}

.table_wrap table tr td table td {
	border: 0px !important;
}

.table_wrap .btn_down {
	position: absolute;
	right: 0px;
	top: -38px;
}
/* .btn_box .left {float:left; width:50%; text-align:left;}
.btn_box .right {float:right; width:50%;} */
.table_wrap table thead th {
	vertical-align: middle;
	text-align: center;
	padding: 0.60rem 0.35rem;
	font-weight: 700;
	font-size: 10pt;
	background: #f8f8f8;
	border-left: 1px solid #e9e9e9;
	border-bottom: 1px solid #aaaaaa;
}

.table_wrap table thead th:first-child {
	border-left: none;
}

.table_wrap table thead tr:nth-child(2) th:first-child {
	border-left: 1px solid #e9e9e9;
}

.table_wrap table tbody td {
	border-bottom: 1px solid #eaeaea;
	vertical-align: middle;
	text-align: center;
	padding: 0.70rem 0.65rem;
}

.table_wrap table tbody td.fdb_nm {/*사업지 이력관리 사업명*/
	text-align : left;
}

.table_wrap table tbody td.totwct{/*사업지 이력관리 총사업비*/
	text-align : right;
}


/* .table_wrap table tbody td:last-child {border-right:none;} */

.table_wrap .btn_td a, .table_wrap .btn_td span {
	display: inline-block;
	padding: 2px 10%;
}

.table_wrap .btn_td a:nth-child(2) {
	margin-top: 5px;
}

.table_wrap .btn_td .btn_comple {
	background: #ecf9ff;
	color: #6da9dc;
	font-weight: 700;
	border: 1px solid #9fc6e7;
}

.table_wrap .btn_td .btn_ready { /* background:#fdf6e7; */
	/*color: #fb7600;*/
	color:#e50106;
	font-weight: 700; /* border:1px solid #f39d00; */
}

.table_wrap .btn_td .btn_modi {
	background: #727272;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #999;
	text-align: center; /*  box-shadow:#d1d1d1 2px 2px; */
}

.table_wrap .btn_td .btn_modi_b {
	background: #0c7adb;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #0e5796;
	font-weight: bold;
	text-align: center; /*  box-shadow:#d1d1d1 2px 2px; */
}

.table_wrap .btn_td .btn_add {
	background: #3171c9;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #0053c5;
	font-weight: bold;
}

.btn_input_side {
	margin-top: 10px;
}

.table_wrap .btn_td .btn_delet {
	background: #f1f1f1;
	color: #888;
	box-sizing: border-box;
	border: 1px solid #ddd;
	font-weight: bold;
}

.table_wrap .btn_td .btn_select {
	background: #3171c9;
	color: #fff;
}

.table_wrap .btn_td a, .table_wrap .btn_td span {
	padding: 6px;
	padding-left:8px;
	padding-right:9px;
	min-width: 0px;
}
.table_wrap table {
	border-collapse: collapse;
}
.table_wrap tr th {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
.table_wrap tr th:first-of-type {
	border-left: 0px;
}
.table_wrap tr th:not([scope=row]):last-child {
	border-right: 0px;
}

.table_style2 table th {
	border-bottom: 1px solid #eaeaea;
	vertical-align: middle;
	text-align: center;
	padding: 0.70rem 0.75rem;
	font-weight: 700;
	font-size: 11pt;
	background: #f8f8f8;
}

.table_style2 table tbody td {
	border-bottom: 1px solid #eaeaea;
	vertical-align: middle;
	text-align: left;
	padding: 0.70rem 0.75rem;
}

.table_style2 table tbody td button:nth-of-type(2){
	margin-top:10px;
}

.table_style2 table td.text_cont {
	padding: 1.95rem 0.75rem;
}

.table_style2 table td ul.cont_list li {
	line-height: 24px;
	margin-bottom: 5px;
}

.table_style2 table td ul.cont_list li span.num {
	width: 20px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
}


.td_title  { font-size: 15px; }
.td_sp ul {width:50%; float:left;}
.td_sp ul li {text-align:left; line-height:20px !important;}
.td_sp ul li::before {display:none !important;}
.td_sp ul li.li_imp {text-decoration:underline; font-weight:bold;}

/* .table_style2 table td p {
	font-size: 10pt;
	color: red;
	font-weight: 600;
	margin-top: 5px;
} */

.field_tem {
	border: 2px solid #333;
	border-top: 0px;
}
.field_tem table {
	margin-top: 0px;
	margin-bottom: 0px;
	border-collapse: collapse;
}
.field_tem table thead tr th {
	background: #dcdcdc !important;
	border-bottom: 5px Double #555;
	font-size: 12pt;
}
.field_tem table td {
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
.table_wrap.field_tem table thead th:first-child {
	border-left: 1px solid #dcdcdc;
}
/*

.field_tem table thead tr th {
	background: #dcdcdc !important;
	border-left: 1px solid #555;
	border-bottom: 5px Double #555;
	font-size: 12pt;
}

.field_tem table thead tr:nth-child(2) th:first-child {
	border-left: 1px solid #555;
}



 */

#egovComFileList div input {
	margin-left: 10px;
}

#egovComFileList div {
	width: 100%;
	margin-bottom: 10px;
}

#egovComFileList div:last-child {
	margin-bottom: 0px;
}

#egovComFileList {
	margin-top:5px;
	/* background:#f1f1f1; 
	padding:5px 0px 5px 15px;*/
}

/* 로그인화면 */
#login_wrap .login_box {
	padding: 20px;
}

#login_wrap .login_box h1 {
	text-align: center;
	margin-bottom: 30px;
}

#login_wrap .login_box h1 img {
	width: 300px;
}

#login_wrap .login_form ul li {
	margin-bottom: 5px;
}

#login_wrap .login_form ul li input {
	width: 100%;
	padding: 12px 10px 11px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	height: 50px !important;
}

#login_wrap .login_form ul li:last-child input {
	background: #0060b1;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	border: #0060b1;
}

#login_wrap .login_form ul li:last-child input:hover {
	background: #00559c;
}

#login_wrap .login_form ul li:last-child input:focus {
	outline:2px solid red;
}

.idpwFind {
	text-align: right;
	margin-top: 10px;
	overflow: hidden;
}

.idpwFind a {
	display: inline-block;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #dcdcdc;
	width: 49%;
	box-sizing: border-box;
	text-align: center;
}

.idpwFind a:first-child {
	margin-right: 2%;
}

.login_box_info {
	background: #f1f1f1;
	padding: 20px 10px;
	margin-top: 40px;
	text-align: center;
	line-height: 20pt;
	font-weight: 700;
	font-size: 10pt;
	border: 1px solid #ccc;
}

.login_box_info strong {
	font-weight: bold;
	color: #e50106;
	font-size: 14pt;
	display: block;
	margin-bottom: 10px;
}

.login_box_info span {
	display: block;
}

fieldset h3 {
	height: 56px;
	font-size: 20px;
	display: block;
	line-height: 56px;
	color: #00569e;
	font-weight: 700;
	text-align: center;
}

.login_box .login_tab {
	padding-top: 90px;
	position: relative;
}

.login_box .login_tab li.tab_li a.tab_btn {
	font-size: 11pt;
	position: absolute;
	top: 6px;
	left: 0px;
	width: 50%;
	box-sizing: border-box;
	border: 2px solid #dcdcdc;
	text-align: center;
	padding: 20px 0px;
	background: #f1f1f1;
}

.login_box .login_tab li.tab_li.on>a.tab_btn {
	background: #fff;
	border-bottom: 2px solid #fff;
	top: 0px;
	padding: 23px 0;
	font-weight: 700;
}
/* .login_box .login_tab li.tab_li:nth-child(3n+2)>a {
	left: 33.4%;
	margin-left: -2px;
}
 */
.in2_list {margin-bottom:10px; overflow:hidden;position:relative; padding-top:35px;}
.in2_list > div > a{display:block; position:absolute; top:0px; left:0px; width:50%; text-align:center; margin-bottom:15px; font-weight:bold; font-size:10pt; color:#555; cursor:pointer;}
.in2_list > div:last-child > a {border-left:1px solid #dcdcdc; left:50%;}
.in2_list > div.on > a {color:#0060d8; box-sizing:border-box;}
.in2_list > div.on > a:after {content:"▼"; display:inline-block; color:#0060d8; margin-left:5px;}
.in2_list > div > form {display:none;}
.in2_list > div.on > form {display:block;}
 
.login_box .login_tab li.tab_li:last-child>a {
	left: 50%;
	margin-left: -2px;
}

.login_box .login_tab .cont_area {
	display: none;
}

.login_box .login_tab>li.on .cont_area {
	display: block;
}

.pagination {
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.pagination a, .pagination strong {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	font-size: 13px;
	color: #252525;
	line-height: 26px;
	vertical-align: middle;
}

.pagination a {
	border: solid 1px #dedede;
	background: #fff
}

.pagination strong {
	border: solid 1px #353535;
	background: #353535;
	color: #fff;
	font-weight: normal;
}

.pagination a.page_prevend {
	background: url(../../../images/egovframework/com/icons_page.png)
		no-repeat 8px 9px;
}

.pagination a.page_prev {
	background: url(../../../images/egovframework/com/icons_page.png)
		no-repeat -41px 9px;
}

.pagination a.page_next {
	background: url(../../../images/egovframework/com/icons_page.png)
		no-repeat -88px 9px;
}

.pagination a.page_nextend {
	background: url(../../../images/egovframework/com/icons_page.png)
		no-repeat -142px 9px;
}

.pagination a span {
	visibility: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
}

/*탭박스*/
.tabs {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.tabs li {
	width: 50%;
	box-sizing: border-box;
	float: left;
	border: 1px solid #ddd;
	border-bottom: 1px solid #999;
	cursor: pointer;
	background: #f9f9f9;
	display: block;
	color: #555;
	font-size: 12pt;
	text-align: center;
	padding: 20px 0;
}

.tabs li.current {
	background: #fff;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
	border-bottom: 0px;
}

.tabs2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.tabs2 ul { width: 100%; display: flex; }
.tabs2 li {
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-right-width: 0;
	border-bottom: 1px solid #999;
	cursor: pointer;
	background: #f9f9f9;
	display: block;
	color: #555;
	font-size: 12pt;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 0;
	flex-grow: 1;
}
.tabs2 li:last-child { border-right-width: 1px; }

.tabs2 li.current {
	background: #fff;
	font-weight: bold;
	color: #555;
	border: 1px solid #999;
	border-bottom: 0px;
}
.tabs2 li.current + li { border-left-width: 0px; }

.tab-content {
	display: none;
}

.tab-content.current {
	display: block;
}

.ps_sub_top {width:100%; padding:50px 0; background:#000 url(../../../images/egovframework/com/policys_bg.gif)no-repeat center center; background-size:cover !important; text-align:center;}

.no_sce_list {font-size:12pt; font-weight:bold; color:#888; text-align:center; display:block; padding:20px 0; margin:100px 0; line-height:24px;}
.no_sce_list strong { color:#f94700;}

.caption {
	font-weight :bold;
	font-size : 14px;
}
.indent {
	text-indent : 1em;
}

.dl_style_fontSize {
	font-size : 14px;
	line-height : 20px;
}



/*사업지관리사업이력*/
.work_experience .top {text-align:right; font-weight:bold;} 
.work_experience .top span {display:inline-block; width:40px; height:20px; background:#385786; vertical-align:middle;}
.work_experience div.col {float:left; width:10.5%; padding:10px;}
.work_experience div.col_solo {padding:10px;}
.work_experience div.col_file {float:left; width:23.9%; padding:10px;}
.work_experience div.col span {text-align:center; font-weight:bold; display:block; margin-bottom:15px;}
.work_experience div.col_solo span {text-align:left; font-weight:bold; display:block; margin-left: 5px; margin-bottom:15px;}
.work_experience div.col_file span {text-align:center; font-weight:bold; display:block; margin-bottom:15px;}
.work_experience ul li {position:relative; background:#fff; border:1px solid #dcdcdc; text-align:center; margin-bottom:30px; padding:13px 0; min-height:23px; max-height:23px;}
.work_experience ul li.comp {background:#385786; color:#fff;}
.work_experience .process ul li:after {content:""; position:absolute; bottom:-25px; left:50%; margin-left:-10px; width:20px; height:20px; background: url(../../../images/egovframework/com/arrow_type1.gif) no-repeat 0}
.work_experience .process ul li:last-child:after {display:none;}
.work_experience .special_note p {border:1px solid #dcdcdc; height:370px; text-align:left; padding:15px;}
	
/*어촌6차산업*/
.caption {text-align:center; margin:10px 0px;}
.box_wrap {padding: 20px; border: 1px solid #e5e5e5; text-align: justify; margin-bottom: 30px;}
.list_style>li {padding-left: 10px; background: url(/images/common/dot_icon.gif) 0 9px no-repeat; margin-bottom: 15px; line-height:25px;}
.list_style li strong {font-weight:bold;}
.dl_style dt p, .dl_style dd p {display:table-cell; vertical-align:middle;}
.dl_style dt {width:250px; background:#999 url(../../../images/egovframework/com/demo_project/box_bg.gif) 0 0 repeat; text-align:center; color:#fff; font-weight:700; border-radius:8px;}
.dl_style dd {width:440px; padding-left: 30px; float: left; height: 60px; margin-bottom: 10px; display: table; overflow: hidden; line-height:20px;}
.dl_style dt, .dl_style dd {float: left; height: 60px; margin-bottom: 10px; display: table; overflow: hidden;}
.dl_style:after {content:""; display:block; clear:both;}
.dl_style02 dt {width: 250px; background: url(../../../images/egovframework/com/arrow_bg.png) center 80px no-repeat; text-align: center; font-weight: 700;}
.dl_style02 dt, .dl_style02 dd {float: left; height: 70px; padding-bottom: 30px; margin-bottom: 10px; display: table; overflow: hidden;} 
.dl_style02 dt p, .dl_style02 dd p {display: table-cell; vertical-align: middle;}		
.dl_style02 dt p {color: #fff; border: 1px solid #eee; border-radius: 8px; background:url(../../../images/egovframework/com/demo_project/box_bg.gif) 0 0 repeat;}
.dl_style02 dd {width: 455px; padding-left: 30px; line-height:20px;}	


.openclose button {position:absolute; right:0px; top:0px; padding:5px 15px !important; background:#fff; font-size:11pt; border:1px solid #dcdcdc; border-radius:5px;}
.openclose {position:relative; margin:15px 0px 25px; height:27px;}
.openclose:before {content:""; width:100%; height:1px; background:#dcdcdc; display:block; position:absolute; left:0px; top:50%;}
	
/* 태블릿용 */
@media all and (min-width:768px) {
	#container .colgroup1 .text_img img {
		width: 390px;
	}
	#container .colgroup1 .main_menu ul li {
		z-index: 11;
		width: 25%;
		float: left;
		background: rgba(0, 0, 0, .7);
		text-align: center;
		border-right: 1px solid #555;
		box-sizing: border-box;
	}
	.table_style1 table .d_none {
		display: table-cell;
	}

	/* 로그인화면 */
	#login_wrap .login_box {
		width: 500px;
		margin: 50px auto 0px;
	}
	#login_wrap .login_box h1 img {
		width: auto;
	}
	.btn_input_side, .btn_input_side_r, .btn_input_side_g {
		margin-top: 0px;
		margin-left: 5px;
	}
	
	#container .colgroup2 .mapimg {
		height:409px;
	}
	
	#container .colgroup2 .imgbox {
		height:409px;
		background:#90aacb url(../../../images/egovframework/com/main_map_img.jpg)no-repeat center center;
		background-size:cover;
	}
}


/* WRAP */
.wrap {
	max-width: 100%;
	margin: 0 auto;
}


/* 모바일 메뉴 */
#header .gnb {
	height: 60px;
}
#header .gnb .dep1,
#header .gnb .dep2Container,
#header .gnb .util {
	display: none;
}
#header .btn_menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 60px;
    height: 60px;
    font-size: 0px;
    background: url(../../../images/egovframework/com/icon_open.png) center no-repeat;
    background-color: #fff;
    border: 0;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
}
#header .menu_mo {
	display: none;
	position: fixed;
   	top: 0px;
	right: 0px;
    min-width: 320px;
    width: 30%;
    height: 100%;
    background: #fff;
    z-index: 2;
    overflow: auto;
}
#header .menu_mo.open {
	display: block;
}
#header .menu_mo .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 60px;
    height: 60px;
    font-size: 0px;
    background: url(../../../images/egovframework/com/icon_close_2.png) center no-repeat;
    border: 0;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    cursor: pointer;
}
#header .menu_mo .dep1 {
	padding: 0 20px;
}
#header .menu_mo .dep1 > li {
    padding: 15px 0;
}
#header .menu_mo .dep1 > li > a {
    font-size: 20px;
    font-weight: 700;
}
#header .menu_mo .visual {
	display: none;
}
#header .menu_mo .dep2 {
	margin-top: 15px;
}
#header .menu_mo .dep2 > .wrap > ul > li {
	font-size: 18px;
    padding: 13px 0;
    border-bottom: 1px #dcdcdc solid;
}

#header .menu_mo .dep3 {
    margin-left: 18px;
    margin-top: 10px;
}
#header .menu_mo .dep3 li {
	font-size: 16px;
	padding: 6px 0;
}

#header .menu_mo .util {
	display: flex;
	align-items: center;
	height: 60px;
	box-sizing: border-box;
    padding-left: 20px;
	margin-bottom: 12px;
    border-bottom: 1px #dcdcdc solid;
}
#header .util .login_info {
	padding: 5px 19px 5px 21px;
	margin-right: 20px;
	position:relative;
}

#header .util .login_info:after {
	content:"";
	position:absolute;
	right:0px;
	top:7px;
	width:0;
	height:0;
	border-bottom: 10px solid transparent;
    border-top: 12px solid #707070;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}

#header .util .login_info a {
	color:#707070;
}

#header .util .login a,
#header .util .logout a {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	padding: 6px 16px 7px;
	border-radius: 4px;
	background-color: #00447D;
}

#header .util .login a:focus,
#header .util .logout a:focus {
	outline: 2px solid #ff0000;
}

/* PC용 1200px ~ */
@media all and (min-width:1200px) {
	.wrap { width: 1200px; }
	
	.wrap-s {
		max-width: 1200px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	#header {
		border-bottom: 1px solid #dcdcdc;
	}
	#header .gnb {
		display: block;
		height: 80px;
		padding: 0 20px;
	}
	#header .gnb .wrap {
		height: 100%;
		position: relative;
		z-index: 1;
	}
	#header .logo {
		position: absolute;
		left: 0;
		z-index: 1;
		padding: 20px 0px;
	}
	#header .logo a {
	    width: 325px;
   		height: 40px;
	}
	#header .dep2Container .dep2 {
		display: none;
	}
	
	/* util */
	#header .gnb .util {
		position: absolute;
		right: 0;
		z-index: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}
	
	#container .colgroup1 {
		height: 447px;
		background: url(../../../images/egovframework/com/main_visual_modify.jpg) center top 20px no-repeat;
		background-color: #6dbac0;
		background-size: cover;
	}
	#container .colgroup1 .main_menu {
		width: 1200px;
	}
	#container .colgroup1 .text_img img {
		width: auto;
	}
	#container .colgroup1 .main_menu ul li {
		position: relative;
		height: 110px;
		border-bottom: none;
	}
	#container .colgroup1 .main_menu ul li:last-child {
		border-right: none;
	}
	#container .colgroup1 .main_menu ul li a{
		display:block;
	}
	#container .colgroup1 .main_menu ul li a span {
		padding-left: 80px;
	}
	#container .colgroup1 .main_menu ul li:nth-child(4n+2) a span {
		padding-top: 15px;
	}
	#container .colgroup1 .main_menu ul li:nth-child(4n+3) a span {
		padding-top: 15px;
	}
	#container .colgroup1 .main_menu ul li:nth-child(4n+4) a span {
		padding-top: 15px;
	}
	#container .colgroup1 .main_menu ul li a::before {
		position: absolute;
		left: 45px;
		top: 0px;
		background-size: auto;
		width: 80px;
		height: 100%;
	}
	#container .colgroup1 .main_menu ul li:nth-child(4n+2) a::before {
		background: url(../../../images/egovframework/com/main_icon2.png)
			no-repeat center;
		background-size: auto;
	}
	#container .colgroup1 .main_menu ul li:nth-child(4n+3) a::before {
		background: url(../../../images/egovframework/com/main_icon5.png)
			no-repeat center;
		background-size: auto;
	}
	#container .colgroup1 .main_menu ul li:nth-child(4n+4) a::before {
		background: url(../../../images/egovframework/com/main_icon4.png)
			no-repeat center;
		background-size: auto;
	}
	#container .colgroup2 .board {
		border: 1px solid #dcdcdc;
		height: 308px;
		width: 746px;
		float: left;
	}
	#container .colgroup2 .board .img_tit {
		display: block;
		position: relative;
		float: left;
		width: 180px;
		height: 309px;
		background: url(../../../images/egovframework/com/notice_banner.gif)
			no-repeat -25px top;
	}
	
	#container .colgroup2 .board .img_tit span {
		position: absolute;
		color: #fff;
		font-size: 19px;
		top: 45px;
		right: 0px;
		font-weight: 700;
	}
	#container .colgroup2 .board .img_tit span::after,
	.mapimg .img_tit span::after {
		content: "";
		width: 35px;
		height: 2px;
		background: #fff;
		display: inline-block;
		margin-left: 20px;
		vertical-align: middle;
	}
	#container .colgroup2 .board ul.board_ui {
		float: left;
		width: 505px;
		margin: 8px 30px;
	}
	#container .colgroup2 .board ul.board_ui li.board_li {
		width: 22%;
	}
	#container .colgroup2 .board .tabcontent ul li a:before {
		content: "";
		width: 3px;
		height: 3px;
		background: #999;
		display: inline-block;
		vertical-align: middle;
		margin: 0px 8px;
	}
	
	#container .colgroup2 .mapimg {
		border: 1px solid #dcdcdc;
		height: 308px;
		width: 439px;
		float:right;
	}
	
	#container .colgroup2 .imgbox {
		height:309px;
		background:#e85d00 url(../../../images/egovframework/com/main_map_img.jpg)no-repeat 36px -16px;
		background-size:120%;
	}
	#container .colgroup2 .imgbox a.tit{
	display:none;
	}
	
	#container .colgroup2 .mapimg .img_tit {
		display: block;
		position: relative;
		float: left;
		width: 165px;
		height: 309px;
		background:#e85d00 url(../../../images/egovframework/com/mapinfo_bg.gif)no-repeat right bottom;
	}
	
	#container .colgroup2 .mapimg .img_tit span {
		position: absolute;
		color: #fff;
		font-size: 19px;
		top: 45px;
		right: 0px;
		font-weight: 700;
	}
	
	#footer {
		background: #fff;
	}
	#footer .wrap {
		position: relative;
	}
	#footer .footer_logo {
		display: block;
		position: absolute;
		left: 0px;
		top: 60px;
	}
	#footer .footer_info {
		padding: 50px 0px 50px 550px;
	}
	#footer .footer_logo2 {
		display: block;
		position: absolute;
		top: 70px;
		right: 130px;
	}
	#footer .Wa_mark {
		display: block;
		position: absolute;
		right: 0px;
    	top: 50px;
	}
	.sub_contwrap .map_link {
		float: left;
		width: 45%;
	}
	#sub_container {
		overflow: hidden;
	}
	#sub_container #contents {
		padding: 0px;
	}
	#sub_container .wrap {
		margin-bottom: 50px !important;
	}
	#sub_container .sub_side {
		display: block;
		width: 100%;
	}
	#sub_container .sub_side .side_tit {
		padding: 40px 0px;
		background: #0060b1
			url(../../../images/egovframework/com/sub_tit_bg.png) no-repeat 130px
			30px
	}
	#sub_container .sub_side .side_tit span {
		font-size: 20pt;
		font-weight: 700;
		color: #fff;
		text-align: center;
		width: 100%;
		display: inline-block;
		line-height: 30px;
	}
	#sub_container .sub_side ul.side_menu {
		border-right: 1px solid #dcdcdc;
		border-bottom: 1px solid #dcdcdc;
		display: flex;
	}
	#sub_container .sub_side ul.side_menu>li {
		flex-grow: 1;
		flex-basis: 0px;
		position: relative;
	}
	#sub_container .sub_side ul.side_menu>li>a {
		display: block;
		padding: 19px 20px;
		border-left: 1px solid #dcdcdc;
		font-size: 14px;
		font-weight: bold;
	}
	#sub_container .sub_side ul.side_menu>li>a.dep1_a {
		background: url(../../../images/egovframework/com/side_depth1.gif)
			no-repeat 100% 50%;
	}
	#sub_container .sub_side ul.side_menu>li.on>a.dep1_a {
		background: #3e4452
			url(../../../images/egovframework/com/side_depth1_on.gif) no-repeat
			100% 50%;
	}
	#sub_container .sub_side ul.side_menu>li:hover .dep3 {
		display: block;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #dcdcdc;
		z-index: 1;
	}
	#sub_container .sub_side ul.side_menu>li.on>a {
		background: #3e4452;
		color: #fff;
		border: 1px solid #3e4452;
		border-bottom: 0px;
	}
	#sub_container .sub_side ul.side_menu>li:hover>a {
		background: #3e4452;
		color: #fff;
		border: 1px solid #3e4452;
		border-bottom: 0px;
	}
	#sub_container .sub_side ul.side_menu>li:hover>a.dep1_a {
		background: #3e4452
			url(../../../images/egovframework/com/side_depth1_on.gif) no-repeat
			100% 50%;
		color: #fff;
		border: 1px solid #3e4452;
		border-bottom: 0px;
	}
	#sub_container .sub_side ul.side_menu>li.on>a.dep1_a, #sub_container .sub_side ul.side_menu>li.on>a.dep1_a:hover
		{
		background: #3e4452
			url(../../../images/egovframework/com/side_depth1_on.gif) no-repeat
			100% 50%;
		color: #fff;
		border: 1px solid #3e4452;
		border-bottom: 0px;
	}
	#sub_container .sub_side ul.side_menu>li div {
		display: none;
	}
	#sub_container .sub_side ul.side_menu>li .dep3 {
		display: none;
		padding: 14px;
		border: 1px solid #d7d7d7;
		border-bottom: 0px;
		background: #edf2f4;
	}
	#sub_container .sub_side ul.side_menu .dep3 ul li a {
		display: block;
		padding: 6px 0 10px /* 14px */ 0px;
		font-size: 10pt;
	}
	#sub_container .sub_side ul.side_menu .dep3 ul li a:hover {
		text-decoration: underline;
	}
	#sub_container .sub_side ul.side_menu .dep3 ul li.on a {
		font-weight: 700;
		color: #f15c30;
		text-decoration: underline;
	}
	#sub_container .sub_side ul.side_menu .dep3 ul li.on a:before {
		background: #f15c30;
	}
	#sub_container .sub_side ul.side_menu .dep3 ul li a:before {
		content: "";
		display: inline-block;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background: #999;
		vertical-align: middle;
		margin-right: 5px;
	}
	#sub_container .sub_cont {
		width: 100%;
		margin: 30px 0px 0px 0px;
	}
	#sub_container .sub_tit {
		padding: 0px !important;
	}
	#sub_container .sub_head {
		position: relative;
	}
	#sub_container .sub_head .sub_tit h2 {
		padding-top: 0px;
		padding-bottom: 20px;
		margin-top: 10px;
	}
	#sub_container .sub_head .sub_tit.blue_txt{
		color:#00447D;
	}
	#breadcrumb {
		position: absolute;
		right: 0;
		top: 15px;
		border-bottom: none;
		display: block;
		width: auto;
		padding: 0px;
	}

	/*입력폼 너비*/
	.table_wrap input[type="text"] {
		width: 30% !important;
	}
	.table_wrap input[type="password"] {
		width: 30% !important;
	}
	.table_wrap input.numberOnly {
		width: 15% !important;
	}
	.table_wrap input.numberOnly {
		width: 15% !important;
	}
	.table_wrap input.hasDatepicker {
		width: 15% !important;
	}
	.table_wrap select {
		width: 30% !important;
	}
	.table_wrap .btn_td a:nth-child(2) {
		margin-top: 0px;
	}
	.sub_contwrap {
		padding: 0px !important;
	}
	.sub_head {
		margin-bottom: 20px;
	}
	.sub_map_cont {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.no_left .sub_cont {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.no_left .sub_cont .col_left {
		width: 50%;
		float: left;
	}
	.no_left .sub_cont .col_right {
		width: 48%;
		float: right;
	}
	.search_area fieldset {
		width: 100%;
	}
	.search_area fieldset * {
		display: inline-block;
		width: auto;
		margin-bottom: 0px !important;
		margin-right: 3px;
		height: 30px;
	}
	.search_area fieldset select {
		width: 142px;
		margin-right: 50px;
	}
	.search_area.insert fieldset select, .search_area.insert fieldset input{	
		margin-right:0;			
		border-radius:5px;
		min-height:30px;
	} 
	.search_area fieldset .btn_search {
		width: auto;
		box-sizing: border-box;
		height: 30px;
		margin: 0px;
		line-height:17px;
	}
	.search_area fieldset .btn_excel {
		width: auto;
		box-sizing: border-box;
		height: 30px;
		margin: 0px 0px 0px 10px;
		vertical-align: middle;
    	border: none;
    	min-width: 70px;
    	padding: 6px 15px !important;
    	line-height:17px;
	}
	.search_area fieldset .btn-normal{
	height: 30px;
	line-height:28px;
	margin: 0 2px;
	padding:0;
	}
	.tabs {
		position: relative;
	}
	.tabs li {
		width: 30%;
	}
	.tabs:after {
		content: "";
		width: 40%;
		position: absolute;
		height: 1px;
		background: #999;
		bottom: 0px;
		right: 1px;
	}
	#header .btn {
		display: none;
	}
}
@media (min-width:1200px) and (max-width:1399px){
	#header .btn_menu {
	    width: 80px;
	    height: 80px;
	}
	#header .gnb .util {
    	right: 100px;
	}
}
@media (min-width:1400px) {
	.wrap {
		width: 1400px;
	}
	#header .gnb {
		height: 100px;
	}
	#header .logo {
		padding: 25px 0px;
	}
	#header .logo a {
   		height: 48px;
	}
	#header .gnb .dep1 {
		position: absolute;
		left: 0;
		z-index: 0;
	    width: 100%;
		display: flex;
    	justify-content: center;
	}
	#header .dep1 > li {
	    padding: 41px 10px;
	    margin: 0 10px;
	}
	#header .dep1 > li.on {
		padding: 40px 10px 35px;
		border-bottom: 6px #275BBF solid;
	}
	#header .dep1 > li > a {
		font-size: 20px;
		font-weight: 700;
	}
	#header .dep2Container {
	    position: absolute;
	    top: 101px;
    	left: -160px;
    	z-index: 1;
		display: none;
		width: 1911px;
		background-color: #ffffff;
		border-bottom: 1px solid #dcdcdc;
	}
	#header .dep2Container.on {
		display: block;
	}
	#header .dep2Container .dep2 .wrap {
		display: flex;
		border-right: 1px solid #dcdcdc;
	}
	#header .dep2Container .dep2 .visual {
		width: 20%;
		max-width: 220px;
		min-height: 180px;
		padding: 30px;
		background: url(../../../images/egovframework/com/bg_gnb.svg);
		background-position: bottom;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-color: #7CDDF7;
	}
	#header .dep2Container .dep2 .visual a {
		font-size: 30px;
		font-weight: 700;
		color: #174777;
		line-height: 40px;
	}
	#header .dep2Container .dep2 > .wrap > ul {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		position: relative;		
	}
	#header .dep2Container .dep2 > .wrap > ul > li {
		flex-grow: 1;
		flex-basis: 0px;
		display: flex;
		padding:1px 0;
	}
	#header .dep2Container .dep2 > .wrap > ul > li:not(:last-of-type) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	#header .dep2Container .dep2 > .wrap > ul > li > a {
	    width: 170px;
   		display: block;
	    font-size: 18px;
	    display: flex;
	    align-items: center;
	    padding: 0 25px;
	    color: #174777;
	    position: relative;
	    background: transparent;
	    background:#DAF3FF;
	}
	#header .dep2Container .dep2 > .wrap > ul > li > a:hover,
	#header .dep2Container .dep2 > .wrap > ul > li > a:focus,
	#header .dep2Container .dep2 > .wrap > ul > li:hover > a {
		background: #189DD1;
		color: #ffffff;
	}
	#header .dep2Container .dep2 > .wrap > ul > li:focus-within > a {
		background: #189DD1;
		color: #ffffff;
	}
	#header .dep2Container .dep2 > .wrap > ul > li > a:hover::after,
	#header .dep2Container .dep2 > .wrap > ul > li > a:focus::after,
	#header .dep2Container .dep2 > .wrap > ul > li:hover > a::after {
		content: '';width: 0;height: 0;display: block;position: absolute;right: 0;top: 50%;transform: translateX(100%) translateY(-50%);border-style: solid;border-color: #189DD1;border-width: 7px;border-color: transparent transparent transparent #189DD1;
	}
	#header .dep2Container .dep2 > .wrap > ul > li:focus-within > a::after {
		content: '';width: 0;height: 0;display: block;position: absolute;right: 0;top: 50%;transform: translateX(100%) translateY(-50%);border-style: solid;border-color: #189DD1;border-width: 7px;border-color: transparent transparent transparent #189DD1;
	}
	#header .dep2Container .dep2 > .wrap > ul > li > .dep3 {
	    flex-grow: 1;
	}
	#header .dep2Container .dep2 > .wrap > ul > li > .dep3 > ul {
		height: 100%;
	}
	#header .dep2Container .dep2 > .wrap > ul > li > .dep3 > ul > li {
		display: inline-block;
		height: 100%;
		margin: 0 15px;
		position: relative;
	}
	#header .dep2Container .dep2 > .wrap > ul > li > .dep3 > ul > li:not(:first-of-type)::before {
		content: '';
		display: block;
		width: 0px;
		height: 20px;
		border-left: 1px #ddd solid;
		position: absolute;
		top: 50%;
		left: -16px;
		transform: translateY(-50%);
	}
	#header .dep2Container .dep2 > .wrap > ul > li > .dep3 > ul > li > a {
	    font-size: 16px;
		height: 100%;
	    display: flex;
	    align-items: center;
	    margin-top: -1px;
		padding: 0 10px 1px;
		border-bottom: 1px transparent solid;
	}
	#header .dep2Container .dep2 > .wrap > ul > li > .dep3 > ul > li > a:hover,
	#header .dep2Container .dep2 > .wrap > ul > li > .dep3 > ul > li > a:focus {
		color: #275BBF;
		border-color: #275BBF;
	}
	
	#header .btn_menu {
		display: none;
	}
}


@media all and (min-width:1600px) {
	.wrap-1600 { width: 1600px; }
}


/* Mobile용 */
@media all and (max-width:640px) {
	#footer .Wa_mark {
		position: static;
		padding-left: 4%;
		padding-bottom: 25px;
	}
}
#contents{width:100%;}


/* ===== 서브헤더 ===== */
.sub_header {
	height: 153px;
}
.sub_header.bg1 { background: url(../../../images/egovframework/com/sub_header_bg1.jpg) center/cover no-repeat; }
.sub_header.bg2 { background: url(../../../images/egovframework/com/sub_header_bg2.jpg) center/cover no-repeat; }

.sub_header .pageInfo {
	height: 152px;
    padding-top: 54px;
    box-sizing: border-box;
    position: relative;
}
.sub_header .pageInfo h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 5px rgba(0,0,0,0.8), 0px 0px 20px rgba(0,0,0,0.25);
}
.sub_header .pageInfo .prevPage,
.sub_header .pageInfo .nextPage {
	position: absolute;
	top: 105px;
	font-size: 20px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 5px rgba(0,0,0,0.8), 0px 0px 10px rgba(0,0,0,0.5);
}
.sub_header .pageInfo .prevPage {
	left: 20px;
    padding-left: 16px;
    background: url(../../../images/egovframework/com/btn_ctrl_prev2.svg) left center/auto 100% no-repeat;
}
.sub_header .pageInfo .nextPage {
	right: 20px;
    padding-right: 16px;
    background: url(../../../images/egovframework/com/btn_ctrl_next2.svg) right center/auto 100% no-repeat;
}

/* ===== 서브네비 ===== */
.sub_nav {
	display: none;
	height: 60px;
	background: #ffffff;
	border-bottom: 1px solid #e6e6e6;
}
.sub_nav .home {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 0;
    border-right: 1px solid #e6e6e6;
    background: url(../../../images/egovframework/com/ico_home.png) 50% 50% no-repeat;
}
.sub_nav .dep {
    width: 270px;
    height: 60px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    margin: 0 1px;
    background: url(../../../images/egovframework/com/icon-dropdown.svg) right 20px center/14px auto no-repeat;
}
.sub_nav .dep > a {
    display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 59px;
    padding-left: 25px;
    box-sizing: border-box;
}
.sub_nav .dep ul {
	display: none;
}
.sub_nav .dep.on > a {
	font-weight: 700;
	border-bottom: 3px #000 solid;
}
.sub_nav .dropdown {
	background: #ffffff;
	width: 100%;
	margin-left: -1px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
    position: relative;
    top: 2px;
	z-index: 1;
	box-shadow: 0 4px 4px -2px rgba(0,0,0,0.3);
}
.sub_nav .dropdown > li {
	padding: 10px 25px;
}
.sub_nav .dropdown > li a:hover,
.sub_nav .dropdown > li a:focus {
	color: #275BBF;
	border-bottom: 1px #275BBF solid;
}

@media (min-width:1200px) {
	.sub_header { height: 213px; }
	.sub_header .pageInfo .prevPage, .sub_header .pageInfo .nextPage { top: 68px; }
	.sub_header .pageInfo .prevPage { left: 20px; }
	.sub_header .pageInfo .nextPage { right: 20px; }
	.sub_nav { display: flex; }
}



/** 강제 스타일 **/
.pr-1 { padding-right: 1em !important; }
.pl-1 { padding-left: 1em !important; }
.pr-2 { padding-right: 2em !important; }
.pl-2 { padding-left: 2em !important; }
.left  { text-align: left !important; }
.center { text-align: center !important; }
.right { text-align: right !important; }


/** flex-wrap & 사이즈부여 class **/
.flex-wrap{
	display:flex;
}

.flex-wrap[class*="coll"]{
	flex-direction:column;
}

.flex-wrap[class*="center"]{
	align-items:center;
}

.mr20{
	margin-top:20px;
}

.g5{
	gap:10px;
}

.g10{
	gap:10px;
}

.g20{
	gap:20px;
}






/** 팝업 페이지 **/
.scrollLock{
	height:100%; min-height:100%; overflow:hidden !important; touch-action:none;
}

.popup{
	display:none;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
    position:absolute;
    top:0;
    z-index:9999;
}

.popup .popup_content{
	padding:40px;
	position:relative;
	width: 850px;
	height: 750px;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	border: 1px solid #666;
	border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35); 
    box-sizing:border-box;
}

.popup .popup_content .close-i{
	position: absolute;
    top: 20px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #fff url(../../../images/egovframework/com/close-icon.png) center center / contain no-repeat;
    cursor: pointer;
} 

.popup .popup_content .detail-infor{
	width:770px;
	padding:20px 30px;
	border: 1px solid #ddd;
	border-radius:15px;
	box-sizing:border-box;
}

.popup .popup_content .detail-infor[class *= "overflow"]{
	overflow-y:auto;
	overflow-x:hidden;
	height:360px;
}

.popup-table{
	width:708px;
	border-top: 1px solid #0055ac;
	border-style:solid none none none;
}

.popup-table th, .popup-table td{
	padding:13px 10px;
	border-bottom:1px solid #ddd;
}

.popup-table th[class*="none"], .popup-table td[class*="none"]{
	border:none;
	background: white;
}

.popup-table th{
	font-size:14px;
	font-weight:700;
	line-height:22px;
	letter-spacing:-0.1px;
	background-color:#f8f8f8;
	color:#020c22;
}

.popup-table td{
	font-size:14px;
	font-weight:400;
	line-height:22px;
	letter-spacing:-0.1px;
	color:#666;
	text-align:center;
	vertical-align:center;
}


.popup-table td input{
	margin:0 auto;
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	letter-spacing:-0.1px;
	color:#666;
	text-align:center;
	border:none;
	padding:0;
	width:100%;
}

.popup-plus{
	width:708px;
	min-height:32px;
	height:32px;
	background-color:#FAFAFA;
	border-style:solid none solid none;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	cursor:pointer;
	font-size:20px;
	color:#020C22;
	line-height:10px;
}

.custom_btn_wrap{
	align-items:center;
	justify-content:center;
	gap:10px;
	text-align:center;
}

/* 팝업 텍스트 */

.popup-title{
	font-size:24px;
	font-weight:700;
	letter-spacing: -0.1px;
	line-height:22px;
	color: #091152;
}

.popup-subTitle{
	font-size:18px;
	font-weight:700;
	letter-spacing: -0.1px;
	line-height:22px;
	color:#091152;
}

.red-txt{
	color:E10317;
}

.black-normal-txt::after{
	content:'※';
	position:absolute;
	top:0px;
	left:0px;
	font-size:12px;
}

.black-normal-txt{
	position:relative;
	display:block;
	padding-left:10px;
	color:#020c22;
	font-size:13px;
	line-height:22px;
	letter-spacing:-0.1px;
	font-weight:400;
}

/* new btn */
.popup_load{
	background: #727272;
	color: #fff;
	box-sizing: border-box;
	border: 1px solid #999;
	text-align: center;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:6px 8px 6px 9px;
}

.custom_btn{
	width:100px;
	height:34px;
	line-height:34px;
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:700;
	border:none;
	border-radius:5px;
	cursor:pointer;
}

.custom_btn[class*="blue"]{
	background-color:#0050ff;
}

.custom_btn[class*="gray"]{
	background-color:#545454;
}

.custom_btn[class*="red"]{
	background-color:#E10317;
}

.custom_btn[class*="red small"]{
	width:50px;
	margin:0 auto;
}

.api_button_wrap{
	padding: 20px 0 10px 0;
}

.api_button_wrap > span::before{
	content: '※ ';
	font-size: 10px;
	position:relative;
	left:0;
	top:-1px;
}

.api_button{
	padding: 5px 15px;
	border-radius: 20px;
	background: #ccebff;
	color:#0050FF;
	font-weight:700;
	cursor:pointer;
}

.api_button .arrow{
	width: 6px;
    height:  6px;
    border-top: 2px solid #0050FF;
    border-right: 2px solid #0050FF;
    transform: rotate(45deg); 
    border-radius: 1px;
}

/*개인정보처리방침*/
/*개인정보처리방침*/
.privacy{	
	max-width:1314px;
}

.privacy > .privacy_wrap.old > .privacy_cont{
	margin-top:24px;
}

.privacy > .privacy_wrap.old > .privacy_cont + .privacy_cont,
.privacy > .privacy_wrap > .privacy_cont{
	margin-top:56px;
}

.privacy > .privacy_wrap > .privacy_cont + .privacy_cont{
	margin-top:60px;
}

.privacy > .privacy_wrap.old > .privacy_cont > p{
	color:#666;
	font-size:16px;
}

.privacy > .privacy_wrap > .privacy_cont > .tit{
	line-height:24px;
	font-size:18px;
	font-weight:700;		
}

.privacy > .privacy_wrap.new > .privacy_cont > .tit{
	color: #091152;
    letter-spacing: -0.5px;
}

.privacy > .privacy_wrap.old > .privacy_cont > .desc{
	line-height:24px;
	margin-top:16px;
}

.privacy > .privacy_wrap.old > .privacy_cont > .sub_desc1{
	margin:16px 0px 0px 16px;
}

.privacy > .privacy_wrap.old > .privacy_cont > .sub_desc2{
	margin: 4px 0px 0px 26px;
}

.privacy > .privacy_wrap > .privacy_cont > .privacy_table{
	border-top: 2px solid #276fb8;
	margin-top:16px;
}

.privacy > .privacy_wrap > .privacy_cont > .privacy_table table{
	    border-collapse: collapse;
	    width: 100%;
}

.privacy > .privacy_wrap > .privacy_cont > .privacy_table table tr{
	border-bottom: 1px solid #ddd;
}

.privacy > .privacy_wrap > .privacy_cont > .privacy_table table th,
.privacy > .privacy_wrap > .privacy_cont > .privacy_table table td{
	padding:12px 0px;
	text-align:center;
	line-height:22px;
}

.privacy > .privacy_wrap > .privacy_cont > .privacy_table table th{
	background-color: #f6f6f6;	
	vertical-align:middle;
}

.privacy > .privacy_wrap.new > .privacy_cont > .inner-txt{
    padding:5px 20px 10px 20px;
    background:#f5f5f5;
    margin-top:16px;
}

.privacy > .privacy_wrap.new > .privacy_cont > .inner-txt p{
	font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #666;
    line-height: 24px;
    margin-top:10px;
}

.privacy > .privacy_wrap.new > .privacy_cont > .inner-txt p span{
	color:#666;
	font-weight:700;
	line-height:30px;
}

.privacy > .privacy_wrap.new .border_box{
	border:1px solid #ddd;
}

.privacy > .privacy_wrap.new > .privacy_cont:first-child > .border_box{
	padding:20px;
	margin-top:16px;
}

.privacy > .privacy_wrap.new > .privacy_cont:first-child > .border_box > p{
	color: #666;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list{
	display:flex;
	flex-wrap:wrap;
	margin-top:16px;
	
	border:1px solid #ddd;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item{
	width:100%;
	max-width:calc(100% / 3);
	box-sizing:border-box;	
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	gap:20px;
	
	padding:30px 20px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item > p{
	color: #666;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item > p:first-child{
	font-size: 15px;
    font-weight: 700;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:first-child > span{
	content: url(../../../images/privacy-icon1.png);
}
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:nth-child(2) > span{
	content: url(../../../images/privacy-icon2.png);
}
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:nth-child(3) > span{
	content: url(../../../images/privacy-icon3.png);
}
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:nth-child(4) > span{
	content: url(../../../images/privacy-icon4.png);
}
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:nth-child(5) > span{
	content: url(../../../images/privacy-icon5.png);
}
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:last-child > span{
	content: url(../../../images/privacy-icon6.png);
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:nth-child(n+1):nth-child(-n+3){
	border-bottom:1px solid #ddd;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:nth-child(n+2):nth-child(-n+3),
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(2) > .label_list > .label_item:nth-child(n+5):nth-child(-n+6){
	border-left:1px solid #ddd;
}

.privacy > .privacy_wrap.new > .privacy_cont > .sub_desc{
	margin-top: 10px !important;
    color: #000 !important;
    font-size: 12px !important;
    letter-spacing: -0.5px !important;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(3) > .page_list{
	display:flex;
	flex-wrap:wrap;
	
	margin-top:16px;
	border:1px solid #ddd;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(3) > .page_list > .page_item{
	max-width:calc(100% / 3);
	width:100%;
	padding: 40px 16px 40px 40px;
	box-sizing:border-box;	
	display:flex;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(3) > .page_list > .page_item:not(:first-child){
	border-left:1px solid #ddd;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(3) > .page_list > .page_item > p > a{
	line-height: 34px !important;
	cursor:pointer;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(4) > .tit::before{
	content: url("../../../images/privacy-label1.png");	
}
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(5) > .tit::before{
	content: url("../../../images/privacy-label2.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(6) > .tit::before{
	content: url("../../../images/privacy-label3.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(7) > .tit::before{
	content: url("../../../images/privacy-label4.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(8) > .tit::before{
	content: url("../../../images/privacy-label4.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(9) > .tit::before{
	content: url("../../../images/privacy-label5.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(10) > .tit::before{
	content: url("../../../images/privacy-label6.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(11) > .tit::before{
	content: url("../../../images/privacy-label7.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(12) > .tit::before{
	content: url("../../../images/privacy-label8.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(13) > .tit::before{
	content: url("../../../images/privacy-label9.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(14) > .tit::before{
	content: url("../../../images/privacy-label10.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(15) > .tit::before{
	content: url("../../../images/privacy-label11.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(16) > .tit::before{
	content: url("../../../images/privacy-label12.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(17) > .tit::before{
	content: url("../../../images/privacy-label13.png");
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(n+4):nth-child(-n+17) > .tit{
	display:flex;
	gap:10px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(n+4):nth-child(-n+17) > .tit::before{
	width:24px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(3) > .page_list > .page_item > p > a{
	padding:1px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(3) > .page_list > .page_item > p > a,
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(n+4):nth-child(-n+17) > p + p,
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(6) > .border_box > p,
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(8) > .privacy_table + p,
.special_case{
	font-size:15px;	
	letter-spacing: -0.5px;
	color:#666;
	line-height:24px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(n+4):nth-child(-n+17) > p + p,
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(8) > .privacy_table + p,
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(15) > .privacy_table + p,
.special_case{
	margin-top:16px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(6) > .border_box{
	margin-top:16px;
	border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(6) > .border_box > p,
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(11) > p:nth-child(2),
.special_case.bold{
	font-weight:700;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(6) > .border_box > .process_box{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:20px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(6) > .border_box > .process_box > span{
	content: url(../../../images/privacy-arrow.png);
    height: fit-content;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(6) > .border_box > .process_box > .border_box{
	width:100%;
	max-width: 230px;
    height: 108px;
    padding: 30px 20px;
    border-radius: 10px;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(7) > p:nth-child(2),
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(12) > p:nth-child(n+3):nth-child(-n+4),
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(16) > p:nth-child(3){
	font-weight:700;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(7) > p:last-child{
	padding-left: 16px;
    font-weight: 400;
    line-height: 32px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(9) > p:nth-child(n+5):nth-child(-n+6){
	font-size:14px;
	font-weight:700;
	padding-left:32px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(9) > p:nth-child(n+4):nth-child(-n+5) > span{
	display:list-item;
	font-weight:400;
	padding-left:8px;
	list-style: inside;
	line-height:24px;
}

.privacy > .privacy_wrap.new > .privacy_cont:nth-child(10) > p:nth-child(4),
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(11) > p:nth-child(3),
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(12) > p:nth-child(n+3):nth-child(-n+4),
.privacy > .privacy_wrap.new > .privacy_cont:nth-child(16) > p:nth-child(3),
.special_case.two{
	font-size:14px !important;
	padding-left:16px;
}

.privacy > .privacy_wrap.new > .privacy_cont > .special_case.span{
	line-height: 25px !important;
}

.privacy > .privacy_wrap.new > .privacy_cont > .special_case.span span{
	line-height:30px;
	margin-left:-5px;
	font-weight:500;
}

.privacy > .privacy_select_wrap > select{
	width:200px;
	height:54px;
	padding:1px 20px;
	border:1px solid #ddd;
	background: url(../../../images/select-icon.png) calc(100% - 20px) center no-repeat !important;
	margin-top:56px;
}
