@charset "utf-8";

@font-face {
	font-family: 'Noto_Sans_regular';
	src: url(../../font/NotoSans/NotoSans-Regular.woff) format('woff2'),
		url(../../font/NotoSans/NotoSans-Regular.woff) format('woff'),
		url(../../font/NotoSans/NotoSans-Regular.otf) format('opentype');
	font-style: normal;
	font-weight: normal;
}
@font-face{
	font-family:'Pretendard';
	font-style:normal;
	font-weight:100;
	src:url('/static/assets_rn/font/pretendard/Pretendard-Thin.woff') format('woff');
}
@font-face{
	font-family:'Pretendard';
	font-style:normal;
	font-weight:200;
	src:url('/static/assets_rn/font/pretendard/Pretendard-Light.woff') format('woff');
}
@font-face{
	font-family:'Pretendard';
	font-style:normal;
	font-weight:400;
	src:url('/static/assets_rn/font/pretendard/Pretendard-Regular.woff') format('woff');
}
@font-face{
	font-family:'Pretendard';
	font-style:normal;
	font-weight:500;
	src:url('/static/assets_rn/font/pretendard/Pretendard-Medium.woff') format('woff');
}
@font-face{
	font-family:'Pretendard';
	font-style:normal;
	font-weight:600;
	src:url('/static/assets_rn/font/pretendard/Pretendard-Bold.woff') format('woff');
}
@font-face{
	font-family:'Pretendard';
	font-style:normal;
	font-weight:800;
	src:url('/static/assets_rn/font/pretendard/Pretendard-Black.woff') format('woff');
}

#container.w1260 {
	width: 1260px !important;
	font-family: 'Pretendard';
}

#content.w1260 {
	width: 100% !important;
}

.mtit36 {
	margin-bottom: 30px;
	font-size: 42px;
	color: #1a3a7f;
	line-height: 36px;
	text-align: center;
	font-family: 'Pretendard';
}

.mobile {
	display: none;
}

.tab_inner {
	padding-top: 6px;
	width: 100%;
	box-sizing: border-box;
}

.tab_inner:after {
	display: block;
	content: '';
	clear: both;
}

.tab_inner .left_set {
	position: relative;
	float: left;
	width: 50%;
}

.tab_inner .right_set {
	position: relative;
	float: right;
	width: 50%;
}

.tab_inner .balloon_box {
	display: block;
	position: absolute;
	top: 26px;
	right: 15px;
	padding: 15px 14px 13px 14px;
	height: 80px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	background: #fcb811;
	border-radius: 5px;
}

.tab_inner .balloon_box .in {
	display: block;
	padding: 0 0 24px 0;
	background: url("/static/ingov/balloon_arrow.png") no-repeat 0 bottom;
}

.tab_inner .balloon_box .sb_com {
	display: block;
	margin: 0 0 8px 0;
	vertical-align: middle;
}

.tab_inner .balloon_box .sb_com img {
	vertical-align: top;
	padding-top: 2px;
}

.tab_inner .balloon_box .sb_com .txt_com {
	font-size: 16px;
	color: #414141;
	letter-spacing: -0.5px;
	line-height: 1;
	vertical-align: baseline;
	font-family: 'Pretendard';
}

.tab_inner .balloon_box .sb_com .txt_com span.num {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	vertical-align: baseline;
	font-family: 'Pretendard';
}

/* 20200825 추가 */
.tab_inner .balloon_box2 {
	display: block;
	position: absolute;
	top: 26px;
	right: 15px;
	padding: 15px 14px 13px 14px;
	height: 90px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
	background: #fcb811;
	border-radius: 5px;
	z-index:999;
}
.tab_inner .balloon_box2 .in {
	display: block;
	padding: 0px 0 29px 0;
	background: url("/static/ingov/balloon_arrow.png") no-repeat 0 bottom;
}
.tab_inner .balloon_box2 .in2 {
	display: block;
	padding: 18px 0 45px 0;
	background: url("/static/ingov/balloon_arrow.png") no-repeat 0 bottom;
}

.tab_inner .balloon_box2 .sb_com {
	display: block;
	margin: 0 0 4px 0;
	vertical-align: middle;
}

.tab_inner .balloon_box2 .sb_com img {
	vertical-align: top;
	padding-top: 6px;
}

.tab_inner .balloon_box2 .sb_com .txt_com {
	font-size: 16px;
	color: #414141;
	letter-spacing: -0.5px;
	line-height: 1;
	vertical-align: baseline;
	font-family: 'Pretendard';
}

.tab_inner .balloon_box2 .sb_com .txt_com span.num {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	vertical-align: baseline;
	font-family: 'Pretendard';
}

@media all and (max-width:1260px) {
	.tab_inner .left_set {
		float: none;
		width: 100%;
	}
	.tab_inner .right_set {
		float: none;
		width: 100%;
		overflow: hidden;
	}
}

.left_map_set {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	background: url(../../map_img/parent/1000000000.png) no-repeat 0 0;
}

.left_map_set img {
	border: 0
}

.left_map_set .hover_bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: none;
}

.left_map_set .l_map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.right_map_set {
	position: relative;
	display: inline-block;
	width: 629px;
	height: 637px;
}

.right_map_set img.r_map2 {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

.right_map_set .hover_bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
}

.right_map_set img {
	border: 0
}

.right_map_set img.on_map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.right_map_set img.r_map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 12;
}

.cont_set {
	position: relative;
	margin: 0 auto 20px;
	width: 1000px;
}

.cont_set.case_set {
	margin: 10px auto 20px;
}

.cont_set.build_set {
	margin: 0px auto 20px;
}

.cont_set.case_set .mtit_sub {
	font-size: 30px;
	color: #000;
	letter-spacing: -0.5px;
	font-family: 'Pretendard';
}

.cont_set .button_set h4.mtit_sub {
	font-size: 30px;
	color: #000;
	letter-spacing: -0.5px;
	font-family: 'Pretendard';
}

.cont_set .button_set {
	position: absolute;
	font-size: 0;
}

.cont_set .button_set a {
	display: inline-block;
	margin-left: 2px;
	padding: 13px 0 0 22px;
	width: 139px;
	height: 50px;
	font-size: 0;
	vertical-align: middle;
	font-family:'Pretendard';
	background: #6a6a6a;
	border-radius: 4px;
	box-sizing: border-box;
}

.cont_set .button_set a span {
	display: inline-block;
	padding: 0 21px 0 6px;
	font-size: 16px;
	color: #fff;
	font-family: 'Pretendard';
	vertical-align: middle;
	box-sizing: border-box;
}

.cont_set .button_set a img {
	vertical-align: middle;
}

.cont_set .tag_set {
	margin: 5px 0 45px 0;
	font-size: 14px;
	color: #1a3a7f;
	text-align: center;
	font-family: 'Pretendard';
}

.cont_set .tag_set span {
	cursor: pointer;
	display: inline-block;
}

.cont_set .tag_set span:hover {
	border-bottom: solid 1px #333;
}

.cont_set .tag_set span:after {
	content: ','
}

.cont_set .innovation_list {
	width: 1020px;
	overflow: hidden;
	margin-top: 10px;
}

.cont_set .innovation_list:after {
	display: block;
	content: '';
	clear: both;
}

.cont_set .innovation_list li {
	float: left;
	width: 235px;
	height: 235px;
	margin-right: 18px;
	margin-bottom: 20px;
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
	border-radius: 3px;
}

.cont_set .innovation_list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 18px 16px 0 16px;
	box-sizing: border-box;
}

.cont_set .innovation_list li.fwbs1 {
	border: solid 2px #1a3a7f;
}

.cont_set .innovation_list li.fwbs1 a {
	
}

.cont_set .innovation_list li.fwbs1 a h5.titse1 {
	color: #1a3a7f;
	font-weight: 500;
	letter-spacing: -0.25px;
	font-family: 'Pretendard';
}

.cont_set .innovation_list li.fwbs1 a p.aplst1 {
	color: #fbb811
}

.cont_set .innovation_list li a h5.titse1 {
	font-size: 18px;
	color: #636363;
	line-height: 26px;
	letter-spacing: -0.25px;
	font-family: 'Pretendard';
	font-weight: bold;
}

.cont_set .innovation_list li a p.aplst1 {
	font-size: 12px;
	color: #636363;
	line-height: 18px;
	letter-spacing: -0.25px;
	font-family:'Pretendard';
	position: absolute;
	top: 76px;
	left: 15px;
	width: 205px;
	height: 52px;
	overflow: hidden;
}

.cont_set .innovation_list .list_set {
	position: absolute;
	top: 145px;
	left: 15px;
}

.cont_set .innovation_list .list_set02 {
	position: absolute;
	top: 145px;
	left: 15px;
}

.cont_set .innovation_list .list_set dl {
	display: table;
	font-size: 0;
	padding: 0 0 0px 20px;
}

.cont_set .innovation_list .list_set dl:last-child {
	padding: 0 0 0 20px;
}

.cont_set .innovation_list .list_set dl dt {
	display: table-cell;
	font-size: 12px;
	color: #000;
	letter-spacing: -0.25px;
	vertical-align: middle;
	font-family: 'Pretendard';
}

.cont_set .innovation_list .list_set dl dd {
	display: inline-block;
	padding: 2px 0 0 4px;
	font-size: 12px;
	color: #1a3a7f;
	letter-spacing: -0.25px;
	vertical-align: middle;
font-family:'Pretendard';
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cont_set .innovation_list .list_set dl.field {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 5px;
}

.cont_set .innovation_list .list_set dl.wide {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 -25px;
}

.cont_set .innovation_list .list_set dl.foundation {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 -55px;
}

.cont_set .innovation_list .list_set dl.foundation02 {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 -55px;
}

.cont_set .innovation_list .list_set dl.foundation03 {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 -86px;
}

.cont_set .innovation_list .list_set02 dl {
	display: table;
	font-size: 0;
	padding: 0 0 0px 20px;
}

.cont_set .innovation_list .list_set02 dl:last-child {
	padding: 0 0 0 20px;
}

.cont_set .innovation_list .list_set02 dl dt {
	height: 22px;
	display: table-cell;
	font-size: 12px;
	color: #000;
	letter-spacing: -0.25px;
	vertical-align: middle;
	font-family: 'Pretendard';
}

.cont_set .innovation_list .list_set02 dl dd {
	display: inline-block;
	padding: 2px 0 0 4px;
	font-size: 12px;
	color: #1a3a7f;
	letter-spacing: -0.25px;
	vertical-align: middle;
	font-family:'Pretendard';
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cont_set .innovation_list .list_set02 dl.field {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 5px;
}

.cont_set .innovation_list .list_set02 dl.wide {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 -25px;
}

.cont_set .innovation_list .list_set02 dl.foundation {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 -55px;
}

.cont_set .innovation_list .list_set02 dl.foundation02 {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 -55px;
}

.cont_set .innovation_list .list_set02 dl.foundation03 {
	background: url("/static/ingov/ico_innovation.png") no-repeat 0 -86px;
}

.cont_set .innovation_list .count_setbox {
	position: absolute;
	top: 145px;
	right: 15px;
	font-size: 13px;
}

.cont_set .innovation_list .count_setbox dl.foundation02 dt {
	text-align: center;
	font-weight: 700;
	color: #1571d9;
	font-size: 15px;
	padding: 0 0 3px 0;
}

.cont_set .innovation_list .count_setbox dl.foundation02 dd {
	font-size: 12px;
	font-family: 'Pretendard';
	text-align: center;
}

.cont_set .innovation_list .count_setbox02 {
	position: absolute;
	top: 147px;
	right: 15px;
	font-size: 13px;
}

.cont_set .innovation_list .count_setbox02 dl.foundation02 dt {
	text-align: center;
	font-weight: 700;
	color: #1571d9;
	font-size: 15px;
	padding: 0 0 0px 0;
}

.cont_set .innovation_list .count_setbox02 dl.foundation02 dd {
	font-size: 12px;
	font-family: 'Pretendard';
	text-align: center;
}

.cont_set .innovation_list .trophy_set {
	position: absolute;
	top: 200px;
	right: 3px;
}

.cont_set .innovation_list .trophy_set .peace {
	display: none;
}

.cont_set .innovation_list .trophy_set .peace.on {
	display: block;
	text-align: right;
}

.cont_set .innovation_list .trophy_set .tp_1peace.on {
	padding-right: 15px;
}

.cont_set .innovation_list .trophy_set .tp_1peace.on img {
	width: 20px;
}

.cont_set .innovation_list .trophy_set .tp_2peace.on {
	padding-right: 15px;
}

.cont_set .innovation_list .trophy_set .tp_2peace.on img {
	width: 40px;
}

.cont_set .innovation_list .trophy_set .tp_3peace.on {
	padding-right: 10px;
}

.cont_set .innovation_list .trophy_set .tp_3peace.on img {
	width: 60px;
}

.cont_set .innovation_list .trophy_set .tp_4peace.on img {
	width: 91px;
}

.cont_set .innovation_list .trophy_set02 {
	position: absolute;
	top: 191px;
	right: 3px;
}

.cont_set .innovation_list .trophy_set02 .peace {
	display: none;
}

.cont_set .innovation_list .trophy_set02 .peace.on {
	display: block;
	text-align: right;
}

.cont_set .innovation_list .trophy_set02 .tp_1peace.on {
	padding-right: 15px;
}

.cont_set .innovation_list .trophy_set02 .tp_1peace.on img {
	width: 20px;
}

.cont_set .innovation_list .trophy_set02 .tp_2peace.on {
	padding-right: 15px;
}

.cont_set .innovation_list .trophy_set02 .tp_2peace.on img {
	width: 40px;
}

.cont_set .innovation_list .trophy_set02 .tp_3peace.on {
	padding-right: 10px;
}

.cont_set .innovation_list .trophy_set02 .tp_3peace.on img {
	width: 60px;
}

.cont_set .innovation_list .trophy_set02 .tp_4peace.on img {
	width: 91px;
}

#content.w1260:after {
	display: block;
	content: '';
	clear: both;
}

#content.w1260 .bt_list {
	display: inline-block;
	float: right;
	margin: 20px 0 0 0;
	padding: 14px 0 14px 0;
	width: 139px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-family: 'Pretendard';
	background: #1a3a7f;
	border-radius: 4px;
}

.cont_set.build_set h4.mtit_sub {
	font-size: 30px;
	color: #000;
	letter-spacing: -0.5px;
	font-family: 'Pretendard';
}

.cont_set.build_set h4.mtit_sub_plum {
	font-size: 36px;
	color: #8f506f;
	text-align: center;
	font-family: 'Pretendard';
}

.cont_set.build_set .s_title {
	margin-bottom: 5px;
	font-size: 18px;
	color: #4b3132;
	text-align: center;
	font-family: 'Pretendard';
}

.cont_set.build_set .center_set {
	width: 100%;
}

.cont_set.build_set .center_set:after {
	display: block;
	content: '';
	clear: both;
}

.cont_set.build_set .center_set .f_left {
	float: left;
	width: 54.4%;
	height: 455px;
}

.cont_set.build_set .center_set .f_right {
	float: right;
	padding: 0 0 0 30px;
	width: 45.6%;
	box-sizing: border-box;
}

.cont_set.build_set .center_set .f_right ul {
	
}

.cont_set.build_set .center_set .f_right ul li { /*padding:0 0 0 69px;*/
	margin: 0 0 10px 0;
	width: 100%;
	font-size: 0;
}

.cont_set.build_set .center_set .f_right ul li div {
	display: inline-block;
	width: 346px;
	vertical-align: middle;
}

.cont_set.build_set .center_set .f_right ul li div.img {
	margin-right: 19px;
	width: 50px;
	vertical-align: top;
}

.cont_set.build_set .center_set .f_right ul li p {
	font-size: 14px;
	color: #4b3130;
	line-height: 24px;
	font-family: 'Pretendard';
}

.cont_set.build_set .center_set .f_right ul li p span.bold {
	font-size: inherit;
	color: #8f506f;
	font-family: 'Pretendard';
	font-weight: bold;
}

.cont_set.build_set .center_set .f_right ul li p.block span {
	display: block;
	position: relative;
}

.cont_set.build_set .center_set .f_right ul li p.block span.bar {
	padding: 0 0 0 15px;
	position: relative;
}

.cont_set.build_set .center_set .f_right ul li p.block span.bar:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 5px;
	height: 1px;
	background: #888;
}

.cont_set.build_set .center_set .f_right .tp12 {
	padding-top: 5px;
}

.cont_set.build_set .inner_set {
	margin-top: 45px;
	width: 100%;
}

.cont_set.build_set .inner_set:after {
	display: block;
	content: '';
	clear: both;
}

.cont_set.build_set .inner_set .f_left {
	float: left;
	padding: 0 30px 0 0;
	width: 50%;
	box-sizing: border-box;
}

.cont_set.build_set .inner_set .f_left .cont {
	width: 100%;
}

.cont_set.build_set .inner_set .f_left .cont.pt100 {
	box-sizing: border-box;
	padding-top: 100px;
}

.cont_set.build_set .inner_set .f_left .cont .title {
	margin: 0 0 14px 0;
	padding: 0 0 12px 0;
	width: 100%;
	font-size: 18px;
	color: #8f506f;
	text-align: left;
	font-family: 'Pretendard';
	font-weight: bold;
	border-bottom: 2px solid #000;
	box-sizing: border-box;
}

.cont_set.build_set .inner_set .f_left .cont .s_title {
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 26px;
	font-family: 'Pretendard';
	word-break: keep-all;
	margin-bottom: 0px;
}

.cont_set.build_set .inner_set .f_left .cont dl {
	font-size: 0;
}

.cont_set.build_set .inner_set .f_left .cont dl dt {
	display: inline-block;
	width: 60px;
	font-size: 14px;
	color: #8f506f;
	line-height: 26px;
	vertical-align: top;
	font-family: 'Pretendard';
	font-weight: bold;
}

.cont_set.build_set .inner_set .f_left .cont dl dd {
	display: inline-block;
	vertical-align: top;
}

.cont_set.build_set .inner_set .f_right {
	float: right;
	padding: 0 0 0 30px;
	width: 50%;
	box-sizing: border-box;
}

.cont_set.build_set .inner_set .f_right .title {
	margin: 0 0 14px 0;
	padding: 0 0 12px 0;
	width: 100%;
	font-size: 18px;
	color: #8f506f;
	text-align: left;
	font-family: 'Pretendard';
	font-weight: bold;
	border-bottom: 2px solid #000;
	box-sizing: border-box;
}

.cont_set.build_set .inner_set .f_right .s_title {
	font-size: 14px;
	color: #000;
	text-align: left;
	line-height: 26px;
	font-family: 'Pretendard';
	word-break: keep-all;
}

.cont_set.build_set .notice_set {
	margin: 58px 0 40px 0;
	width: 100%;
}

.cont_set.build_set .notice_set p.title_img {
	margin-bottom: 23px;
}

.cont_set.build_set .notice_set:after {
	display: block;
	content: '';
	clear: both;
}

.cont_set.build_set .notice_set .f_left {
	float: left;
	width: 47%;
}

.cont_set.build_set .notice_set .f_right {
	float: right;
	width: 47%;
}

.cont_set.build_set .notice_set .arrow {
	padding: 20px 15px;
}

.cont_set.build_set .notice_set .title {
	padding-bottom: 10px;
	width: 100%;
	font-size: 18px;
	color: #000;
	font-family: 'Pretendard';
	font-weight: bold;
}

.cont_set.build_set .notice_set .insert {
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -2px;
	font-family: 'Pretendard';
	box-sizing: border-box;
	word-break: keep-all;
}

.cont_set.build_set .notice_set .insert pre {
	letter-spacing: 0px;
}

.cont_set.build_set .notice_set .f_left .title {
	font-size: 18px;
	color: #000;
	border-bottom: 2px solid #000;
}

.cont_set.build_set .notice_set .f_left .insert {
	background: #ededed;
}

.cont_set.build_set .notice_set .f_right .title {
	font-size: 18px;
	color: #8f506f;
	border-bottom: 2px solid #8f506f;
}

.cont_set.build_set .notice_set .f_right .insert {
	color: #8f506f;
	background: #f7f3f5;
}

.cont_set.build_set .evaluation_set {
	width: 100%;
}

.cont_set.build_set .evaluation_set .top_box {
	padding: 20px 0;
	width: 100%;
	background: #e0d3cc /*#bdb2ac;*/
}

.cont_set.build_set .evaluation_set .top_box:after {
	display: block;
	content: '';
	clear: both;
}

.cont_set.build_set .evaluation_set .top_box .f_left {
	float: left;
	padding: 5px 0 0 20px;
	width: 50%;
	box-sizing: border-box;
}

.cont_set.build_set .evaluation_set .top_box .f_left span {
	vertical-align: middle;
}

.cont_set.build_set .evaluation_set .top_box .f_left .score {
	color: #8f506f;
}

.cont_set.build_set .evaluation_set .top_box .f_left .score_txt {
	font-size: 14px;
	color: #000;
	font-family: 'Pretendard';
}

.cont_set.build_set .evaluation_set .top_box .f_right {
	float: right;
	padding: 0 0 0 20px;
	width: 50%;
	box-sizing: border-box;
}

.cont_set.build_set .evaluation_set .top_box .f_right img {
	vertical-align: middle;
}

.cont_set.build_set .evaluation_set .top_box .f_right span {
	display: inline-block;
	padding: 0 0 0 10px;
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	font-family: 'Pretendard';
}

.cont_set.build_set .evaluation_set .top_box .f_right span a {
	font-size: inherit;
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}

.cont_set.build_set .evaluation_set .bottom_box {
	display: table;
	width: 100%;
	height: 100%;
	background: url("/static/ingov/bg.png") repeat 0 0;
}

.cont_set.build_set .evaluation_set .bottom_box_in {
	display: table-cell;
}

.cont_set.build_set .evaluation_set .bottom_box_in .inner_box {
	border: 1px solid #dadada;
	border-top: none;
	box-sizing: border-box;
}

.cont_set.build_set .evaluation_set .bottom_box_in .txt {
	display: inline-block;
	padding: 0 21px 0 32px;
	font-size: 14px;
	color: #000;
	font-family: 'Pretendard';
}

.cont_set.build_set .evaluation_set .bottom_box_in .score_box {
	display: inline-block;
	padding: 20px 0;
	box-sizing: border-box;
}

.cont_set.build_set .evaluation_set .bottom_box_in .scoretemp {
	width: 330px;
	height: 50px;
	padding: 0 14px;
	border-radius: 0;
	font-size: 18px;
	color: #8f506f;
	vertical-align: middle;
	line-height: 18px;
	border: 1px solid #dadada;
	box-sizing: border-box;
	background: #fff;
}

.cont_set.build_set .evaluation_set .bottom_box_in .scoretemp option {
	width: 100%;
	height: 100%;
	font-size: inherit;
	color: inherit;
	vertical-align: inherit;
}

.cont_set.build_set .evaluation_set .bottom_box_in button.comment {
	width: 119px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	font-family: 'Pretendard';
	border: none;
	background: #8f506f;
	border-radius: 4px;
}

.cont_set.build_set .center_set .thume_slider {
	width: 100%;
	overflow: hidden;
}

.cont_set.build_set .center_set .thume_slider .slider-for {
	position: relative;
	width: 100%;
	height: 363px;
	overflow: hidden;
	border: 7px solid #8f506f;
	box-sizing: border-box;
}

.cont_set.build_set .center_set .thume_slider .slider-for img {
	width: 100%;
}

.cont_set.build_set .center_set .thume_slider .slider-for span.txt {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 8px 0 0 12px;
	width: 100%;
	height: 37px;
	font-size: 14px;
	color: #e7e8da;
	font-family: 'Pretendard';
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.cont_set.build_set .center_set .slider-nav {
	width: 100%;
	margin-top: 10px;
}

.cont_set.build_set .center_set .slider-nav:after {
	display: block;
	content: '';
	clear: both;
}

.cont_set.build_set .center_set .slider-nav li {
	float: left;
}

.cont_set.build_set .center_set .slick-next {
	width: 40px;
	height: 40px;
	background: url("/static/ingov/slider_right.png") no-repeat 0 0;
}

.cont_set.build_set .center_set .slick-prev {
	width: 40px;
	height: 40px;
	background: url("/static/ingov/slider_left.png") no-repeat 0 0;
}

.cont_set.build_set .center_set .slider-nav .slick-slide {
	margin: 0 5px;
	cursor: pointer;
}

.cont_set.build_set .center_set .slider-nav .slick-slide img {
	width: 100%;
}

.cont_set.build_set .center_set .slider-nav .slick-list {
	margin: 0 5px;
}

.tab_inner .tab_list_set {
	margin: 10px auto 40px auto;
	width: 1000px;
}

.tab_inner .tab_list_set .tab_list {
	
}

.tab_inner .tab_list_set .tab_list:after {
	display: block;
	content: '';
	clear: both;
}

.tab_inner .tab_list_set .tab_list li {
	float: left;
	width: 24%;
	margin: 0.5%;
	text-align: center;
}

.tab_inner .tab_list_set .tab_list li a {
	display: block;
	padding: 14px 0;
	font-size: 16px;
	color: #000;
	background: #e4e4e4;
	color: #3f4b93;
	font-family: 'Pretendard';
	font-weight: bold;
}

.tab_inner .tab_list_set .tab_list li a.active, .tab_inner .tab_list_set .tab_list li a:hover
	{
	background: #2c4f9a;
	color: #fff;
}

.tab_inner .tab_list_set .pagination_list {
	display: inline-block;
	margin-top: 30px;
	position: relative;
	left: 50%;
	font-size: 0;
	vertical-align: middle;
	transform: translateX(-50%);
}

.tab_inner .tab_list_set .pagination_list a {
	display: inline-block;
	padding: 8px 16px;
	font-size: 16px;
	color: #000;
	border: 1px solid #dee0e6;
	border-right: none;
	vertical-align: middle;
	font-family: 'Pretendard';
	box-sizing: border-box;
}

.tab_inner .tab_list_set .pagination_list a.last {
	border-right: 1px solid #dee0e6;
}

.tab_inner .tab_list_set .pagination_list a.active, .tab_inner .tab_list_set .pagination_list a:hover
	{
	color: #2c4f9a;
	background: #e8edf8;
	border: 1px solid #e8edf8;
}

.tab_inner .tab_list_set .pagination_list span {
	display: inline-block;
	margin: 0 30px;
	vertical-align: middle;
	cursor: pointer;
}

.cont_set .table_type2 {
	width: 100%;
	border-top: 2px solid #123884;
}

.cont_set .table_type2 table {
	width: 100%;
	text-align: center;
}

.cont_set .table_type2 table thead {
	border-bottom: 1px solid #e2e2e2;
	background: #fbfbfb;
}

.cont_set .table_type2 table thead th {
	padding: 14px 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	font-family: 'Pretendard';
}

.cont_set .table_type2 table thead th .institution {
	padding: 0 10px;
	width: 60%;
	height: 34px;
	font-size: 16px;
	color: #000;
	line-height: 34px;
	vertical-align: middle;
	border-radius: 0;
}

.cont_set .table_type2 table thead th .institution option {
	width: 100%;
}

.cont_set .table_type2 table tbody {
	
}

.cont_set .table_type2 table tbody tr {
	font-size: 0;
}

.cont_set .table_type2 table tbody td {
	padding: 14px 0;
	font-size: 16px;
	color: #000;
	font-family: 'Pretendard';
	border-bottom: 1px solid #e2e2e2;
}

.cont_set .table_type2 table tbody td.field_bold {
	color: #1a3a7f;
	font-weight: bold;
}

.cont_set .table_type2 table tbody td.bold {
	font-weight: bold;
}

.cont_set .table_type2 table tbody td.awards img {
	display: inline-block;
}

.cont_set .table_type2 table tbody td.awards {
	font-size: 0;
}

.counter_box {
	background: #f2f6f8;
	padding: 25px 0px;
	width: 100%;
	text-align: center;
	font-size: 23px;
	line-height: 23px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: -20px;
}

.counter {
	font-weight: bold;
	font-size: 44px;
	line-height: 44px;
	color: #003399;
	font-family: 'Pretendard';
}

.counter1 {
	font-weight: bold;
	font-size: 44px;
	line-height: 44px;
	color: #003399;
	font-family: 'Pretendard';
}

.cfont1 {
	color: #003399;
}

.area_plist1 {
	margin-bottom: 15px;
}

.area_plist1 dt {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 20px;
	color: #666666;
}

.area_plist1 dd {
	font-size: 14px;
	line-height: 14px;
	color: #44639e;
}

.ar_wrap {
	overflow: hidden;
	width: 990px;
	margin: 30px auto;
}

.ar_wrap .area_plist2 {
	margin-bottom: 10px;
	background: url("/static/ingov/tabs_icon1.png") left top no-repeat;
	padding-left: 120px;
	width: 475px;
	height: 81px;
	float: left;
}

.apli2 {
	padding-top: 20px;
}

p.all_lst1 {
	font-size: 14px;
	line-height: 14px;
	color: #44639e;
	margin-bottom: 10px;
}

.ar_wrap .btbox_1 {
	/* float: left; */
	display:flex;
}

.area_plist2 {
	margin-bottom: 15px;
}

.ar_wrap .btbox_2 {
	/* float: left; */
	display:flex;
}

.btbox_2 {
	margin-bottom: 35px;
}

.btbox_2 dl {
	border-radius: 5px;
	padding: 7px 15px;
	margin-right: 10px;
	width: 200px;
	display: inline-block;
	border-radius: 5px;
}

.btbox_2 dl.a_unplist1 {
	display: inline-block;
	border-radius: 5px;
	margin-right: 10px;
}

dl.a_unplist1 {
	background: #294c90 url("/static/ingov/mp_icon1.png") 10px 10px
		no-repeat;
	padding-left: 55px;
}

dl.a_unplist1 dt {
	color: #fff;
	font-size: 15px
}

dl.a_unplist1 dd {
	color: #feff97;
	font-size: 25px
}

dl.a_unplist2 {
	background: #294c90 url("/static/ingov/mp_icon2.png") 10px 10px
		no-repeat;
	padding-left: 55px;
}

dl.a_unplist2 dt {
	color: #fff;
	font-size: 15px
}

dl.a_unplist2 dd {
	color: #feff97;
	font-size: 25px
}

.tip_wrap {
	overflow: hidden;
	position: relative;
	height: 90px;
	width: 955px;
	margin: 0 auto 20px auto;
}

.tip_wrap .tip_img1 {
	position: absolute;
	top: 0px;
	left: 50px;
}

.tip_box:after {
	background: url("/static/ingov/stip.gif") left top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	content: ' ';
	clear: both;
}

.tip_box {
	background: url("/static/ingov/stip_l.gif") left top no-repeat;
	width: 594px;
	height: 69px;
	padding-top: 0px;
	position: absolute;
	top: 0px;
	left: 203px;
}

.tip_box ol {
    margin-left: 1px;
    margin-top: 13px;
}

.tip_box ol li {
	line-height: 22px;
	color: #807f7f;
	font-size: 14px;
}

.tip_box ol li strong {
	font-weight: bold;
}

.btbox_1 {
	overflow: hidden;
	margin-bottom: 35px;
	display:flex;
}

.btbox_1 li {
	float: left;
	border-radius: 5px;
	background: #294c90;
	padding: 7px 15px;
	margin-right: 10px;
	width: 200px;
}

.toptit5 {
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 25px;
	    text-align: center;
}
.mt20{margin-top:20px;}

.toptit5 span {
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

.ylibs1 {
	font-size: 13px;
	line-height: 24px;
	margin-top: 70px;
	margin-left: 70px;
}

.ylibs1 p {
	padding-left: 10px;
}
/* ÃªÂ·Â¸Ã«Å¾ËœÃ­â€â€ž */
.grpalist1 {
	background: url("/static/ingov/gline.png") left 124px repeat-x;
}

.grpalist1 {
	-webkit-animation-name: movingPara;
	-webkit-animation-duration: 1s;
	animation-name: movingPara;
	animation-duration: 1s;
}

@-webkit-keyframes movingPara {from { margin-left:100%;
	
}

to {
	margin-left: 0%;
}

}
@keyframes movingPara {from { margin-left:100%;
	
}

to {
	margin-left: 0%;
}

}
.bline1 {
	position: relative;
	height: 160px;
}

.bline1 ul {
	position: absolute;
	bottom: 0px;
}

.bline1 ul li div {
	width: 80px
}

.bline1 ul li div p:first-child span {
	font-size: 11px;
}

.bline1 ul li div p span.nrl1 {
	display: block;
}

.bline1 ul li .num1 {
	position: absolute;
	left: 10px;
	bottom: 23px;
}

.bline1 ul li .num1 .bar1 span {
	display: block;
	text-align: center;
}

span.grp_color1 {
	background: #395e8a;
	height: 200px;
}

.bline1 ul li .num1 .bar1 .bar_gl {
	text-align: center;
}

.bline1 ul li .num1 .bar1 .bar_gl span {
	width: 41px;
	margin: 0 auto
}

.bline1 ul li .num1 p:first-child {
	text-align: center;
	font-size: 11px;
	margin-bottom: 15px;
}

.bline1 ul li .num1 p:last-child {
	text-align: center;
	font-weight: bold;
	color: #294c90;
	display: none;
}

.bline1 ul li .num2 {
	position: absolute;
	left: 110px;
	bottom: 23px;
}

.bline1 ul li .num2 .bar2 span {
	display: block;
	text-align: center
}

span.grp_color2 {
	background: #7c81c4;
	height: 200px;
}

.bline1 ul li .num2 .bar2 .bar_gl {
	text-align: center;
}

.bline1 ul li .num2 .bar2 .bar_gl span {
	width: 41px;
	margin: 0 auto
}

.bline1 ul li .num2 p:first-child {
	text-align: center;
	font-size: 11px;
	margin-bottom: 15px;
}

.bline1 ul li .num2 p:last-child {
	text-align: center;
	font-weight: bold;
	color: #294c90;
	display: none;
}

.bline1 ul li .num3 {
	position: absolute;
	left: 200px;
	bottom: 23px;
}

.bline1 ul li .num3 .bar3 span {
	display: block;
	text-align: center
}

span.grp_color3 {
	background: #ac87c0;
	height: 200px;
}

.bline1 ul li .num3 .bar3 .bar_gl {
	text-align: center;
}

.bline1 ul li .num3 .bar3 .bar_gl span {
	width: 41px;
	margin: 0 auto
}

.bline1 ul li .num3 p:first-child {
	text-align: center;
	font-size: 11px;
	margin-bottom: 15px;
}

.bline1 ul li .num3 p:last-child {
	text-align: center;
	font-weight: bold;
	color: #294c90;
	display: none;
}

.bline1 ul li .num4 {
	position: absolute;
	left: 290px;
	bottom: 23px;
}

.bline1 ul li .num4 .bar4 span {
	display: block;
	text-align: center
}

span.grp_color4 {
	background: #c98e8e;
	height: 200px;
}

.bline1 ul li .num4 .bar4 .bar_gl {
	text-align: center;
}

.bline1 ul li .num4 .bar4 .bar_gl span {
	width: 41px;
	margin: 0 auto
}

.bline1 ul li .num4 p:first-child {
	text-align: center;
	font-size: 11px;
	margin-bottom: 15px;
}

.bline1 ul li .num4 p:last-child {
	text-align: center;
	font-weight: bold;
	color: #294c90;
	display: none;
}

.bline1 ul li .num5 {
	position: absolute;
	left: 390px;
	bottom: 23px;
}

.bline1 ul li .num5 .bar5 span {
	display: block;
	text-align: center
}

span.grp_color5 {
	background: #d4a4b0;
	height: 200px;
}

.bline1 ul li .num5 .bar5 .bar_gl {
	text-align: center;
}

.bline1 ul li .num5 .bar5 .bar_gl span {
	width: 41px;
	margin: 0 auto
}

.bline1 ul li .num5 p:first-child {
	text-align: center;
	font-size: 11px;
	margin-bottom: 15px;
}

.bline1 ul li .num5 p:last-child {
	text-align: center;
	font-weight: bold;
	color: #294c90;
	display: none;
}

/* ÃªÂ·Â¸Ã«Å¾ËœÃ­â€â€ž2 */
.grpalist2 {
	background: url("/static/ingov/gline.png") left 140px repeat-x;
	width: 990px;
	margin: 0 auto;
	height: 212px;
}

.bline2 {
	position: relative;
	height: 145px;
}

.bline2 ul {
	position: absolute;
	bottom: 0px;
}

.bline2 ul li div {
	width: 51px
}

.bline2 ul li div.cname1 {
	margin-top: 10px;
	font-size: 11px;
	position: absolute;
}

.bline2 ul li div.cname1 .titsl1 {
	display: block;
	text-align: center;
	font-size: 11px;
}

.bline2 ul li div.cname1 .tinum1 {
	display: block;
	text-align: center;
	font-size: 11px;
}

.bline2 ul li div.cname1 span.tac {
	display: block;
	cursor: pointer;
}

.bline2 ul li div p:first-child span {
	font-size: 11px;
	display: block;
}

.bline2 ul li .num1 {
	position: absolute;
	left: 20px;
	bottom: 4px;
}

.bline2 ul li .num1 .bar1 span.tac {
	display: block;
	text-align: center;
}

.bline2 ul li .num1 .bar1 .bar_gl {
	text-align: center;
}

.bline2 ul li .num1 .bar1 .bar_gl span.grps_color1 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea1.png") left top repeat-y;
}

.bline2 ul li .num2 {
	position: absolute;
	left: 120px;
	bottom: 4px;
}

.bline2 ul li .num2 .bar2 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num2 .bar2 .bar_gl {
	text-align: center;
}

.bline2 ul li .num2 .bar2 .bar_gl span.grps_color2 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea2.png") left top repeat-y;
}

.bline2 ul li .num3 {
	position: absolute;
	left: 220px;
	bottom: 4px;
}

.bline2 ul li .num3 .bar3 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num3 .bar3 .bar_gl {
	text-align: center;
}

.bline2 ul li .num3 .bar3 .bar_gl span.grps_color3 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea3.png") left top repeat-y;
}

.bline2 ul li .num4 {
	position: absolute;
	left: 320px;
	bottom: 4px;
}

.bline2 ul li .num4 .bar4 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num4 .bar4 .bar_gl {
	text-align: center;
}

.bline2 ul li .num4 .bar4 .bar_gl span.grps_color4 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea4.png") left top repeat-y;
}

.bline2 ul li .num5 {
	position: absolute;
	left: 420px;
	bottom: 4px;
}

.bline2 ul li .num5 .bar5 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num5 .bar5 .bar_gl {
	text-align: center;
}

.bline2 ul li .num5 .bar5 .bar_gl span.grps_color5 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea5.png") left top repeat-y;
}

.bline2 ul li .num6 {
	position: absolute;
	left: 520px;
	bottom: 4px;
}

.bline2 ul li .num6 .bar6 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num6 .bar6 .bar_gl {
	text-align: center;
}

.bline2 ul li .num6 .bar6 .bar_gl span.grps_color6 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea6.png") left top repeat-y;
}

.bline2 ul li .num7 {
	position: absolute;
	left: 620px;
	bottom: 4px;
}

.bline2 ul li .num7 .bar7 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num7 .bar7 .bar_gl {
	text-align: center;
}

.bline2 ul li .num7 .bar7 .bar_gl span.grps_color7 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea7.png") left top repeat-y;
}

.bline2 ul li .num8 {
	position: absolute;
	left: 720px;
	bottom: 4px;
}

.bline2 ul li .num8 .bar8 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num8 .bar8 .bar_gl {
	text-align: center;
}

.bline2 ul li .num8 .bar8 .bar_gl span.grps_color8 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea8.png") left top repeat-y;
}

.bline2 ul li .num9 {
	position: absolute;
	left: 820px;
	bottom: 4px;
}

.bline2 ul li .num9 .bar9 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num9 .bar9 .bar_gl {
	text-align: center;
}

.bline2 ul li .num9 .bar9 .bar_gl span.grps_color9 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea9.png") left top repeat-y;
}

.bline2 ul li .num10 {
	position: absolute;
	left: 920px;
	bottom: 4px;
}

.bline2 ul li .num10 .bar10 span.tac {
	display: block;
	text-align: center
}

.bline2 ul li .num10 .bar10 .bar_gl {
	text-align: center;
}

.bline2 ul li .num10 .bar10 .bar_gl span.grps_color10 {
	width: 50px;
	display: block;
	background: url("/static/ingov/barea10.png") left top repeat-y;
}

/* Ã¬Ë†Å“Ã¬Å“â€ž */
.allit1 {
	width: 575px;
	height: 250px;
	background: url("/static/ingov/alllist.png") left bottom no-repeat;
	position: relative;
}

.allit1>ul {
	width: 575px;
	height: 220px;
	position: relative; /* overflow:hidden; */
}

.madal {
	text-align: center;
	display: none;
}

.slvlist, .brozlist {
	-webkit-animation-name: movingPara2;
	-webkit-animation-duration: 1s;
	animation-name: movingPara2;
	animation-duration: 1s;
}

@
-webkit-keyframes movingPara2 {from { margin-bottom:100%;
	
}

to {
	margin-top: 0%;
}

}
@
keyframes movingPara2 {from { margin-bottom:100%;
	
}

to {
	margin-top: 0%;
}

}
.goldlist {
	-webkit-animation-name: movingPara3;
	-webkit-animation-duration: 1s;
	animation-name: movingPara3;
	animation-duration: 1s;
}

@
-webkit-keyframes movingPara3 {from { margin-bottom:100%;
	
}

to {
	margin-top: 0%;
}

}
@
keyframes movingPara3 {from { margin-bottom:100%;
	
}

to {
	margin-top: 0%;
}

}
.taglist1 {
	-webkit-animation-name: movingPara;
	-webkit-animation-duration: 1s;
	animation-name: movingPara;
	animation-duration: 1s;
}

@
-webkit-keyframes movingPara {from { margin-left:100%;
	
}

to {
	margin-left: 0%;
}

}
@
keyframes movingPara {from { margin-left:100%;
	
}

to {
	margin-left: 0%;
}

}
#div_detail {
	
}

.allit1 ul .goldlist {
	position: absolute;
	bottom: 133px;
	left: 230px;
	width: 105px;
}

.allit1 ul .goldlist .gold {
	width: 105px;
	overflow: hidden;
}

.allit1 ul .goldlist .gold .ma_name {
	background: #f8ca14;
	width: 105px;
	padding: 5px 0px;
	text-align: center;
	font-size: 12px;
	margin-bottom: -2px;
}

.allit1 ul .goldlist .gold tr:last-child .ma_name {
	margin-bottom: 0px;
}

.gold_num {
	position: absolute;
	bottom: -13px;
	left: 271px;
	font-size: 13px;
	color: #666;
}

.allit1 ul .slvlist {
	position: absolute;
	bottom: 63px;
	left: 5px;
}

.allit1 ul .slvlist .slv {
	width: 215px;
	overflow: hidden;
	vertical-align: bottom;
}

.allit1 ul .slvlist .slv .ma_name {
	background: #d2eaba;
	width: 105px;
	padding: 5px 0px;
	text-align: center;
	font-size: 12px;
	margin-bottom: -2px;
	float: left;
	margin-left: 1px;
}

.allit1 ul .slvlist .slv tr:last-child .ma_name {
	margin-bottom: 0px;
}

.slv_num {
	position: absolute;
	bottom: -13px;
	left: 114px;
	font-size: 13px;
	color: #666;
}

.allit1 ul .brozlist {
	position: absolute;
	bottom: 39px;
	right: 16px;
}

.allit1 ul .brozlist .broz {
	width: 215px;
	overflow: hidden;
}

.allit1 ul .brozlist .broz .ma_name {
	background: #b2d5f3;
	width: 105px;
	padding: 5px 0px;
	text-align: center;
	font-size: 12px;
	margin-bottom: -2px;
	float: left;
	margin-left: 1px;
}

.allit1 ul .brozlist .broz tr:last-child .ma_name {
	margin-bottom: 0px;
}

.broz_num {
	position: absolute;
	bottom: -21px;
	left: 460px;
	font-size: 13px;
	color: #666;
}

.pnlist1 {
	color: #777;
	font-size: 16px;
	margin: 40px 0px 0px 0px;
	text-align: center;
}

/* 검색 */
.con_search {
	margin: 5px auto 0px auto;
	width: 397px;
	height: 66px;
	position: relative;
}

.search_box1 label span {
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	display: block;
	cursor: default;
	width: 320px;
	overflow: hidden;
}

.con_search input {
	width: 95%;
	border-radius: 6px 6px 0px 0px;
	height: 70px;
	border-bottom: solid 1px #7b7b7b;
	padding: 10px;
	padding: 20px 0 0 5%;
	/* font-size: 0; */
	background: #fff;
	transition: background .3s ease;
	color: #333;
}

.con_search input:focus {
	border-radius: 6px;
	background: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #000;
	outline: none;
	border: solid 2px #065CB7;
}

.con_search input::-ms-clear {
	display: none;
}

.con_search input:focus::-moz-selection {
	background: rgba(188, 232, 255, 0.5);
}

.con_search input:focus::selection {
	background: rgba(188, 232, 255, 0.5);
}

.con_search input.active {
	background: #065CB7;
	font-size: 23px;
	color: #000;
	display: none;
}

.con_search input, .con_search button {
	position: absolute;
	height: 40px;
}

.con_search button {
	background: #fff;
	right: 10px;
	bottom: 10px;
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 6px;
	font-size: 22px;
	cursor: pointer;
	transition: width .3s ease, background .3s ease, opacity .3s ease;
	opacity: 0.5;
	color: #065CB7;
	text-transform: uppercae;
}

.con_search button.active {
	color: #ffffff;
	background: #639EDB;
	opacity: 1;
	pointer-events: auto;
	display: block;
}

.con_search button.active:hover {
	background: #5E99D6;
}

.con_search button.full {
	width: 100%;
}

.con_search input:focus+label {
	font-size: 12px;
	-webkit-transform: translate(16px, 2px);
	transform: translate(16px, 2px);
	color: rgba(41, 100, 221, 0.7);
}

.con_search label {
	position: absolute;
	color: #333;
	-webkit-transform: translate(16px, 20px);
	transform: translate(16px, 20px);
	transition: font-size .3s ease, color .3s .1s ease, -webkit-transform
		.3s ease;
	transition: transform .3s ease, font-size .3s ease, color .3s .1s ease;
	transition: transform .3s ease, font-size .3s ease, color .3s .1s ease,
		-webkit-transform .3s ease;
	font-size: 16px;
	line-height: 33px;
}

.con_search label.active {
	font-size: 13px;
	-webkit-transform: translate(16px, 11px);
	transform: translate(16px, 11px);
	color: rgba(41, 100, 221, 0.7);
}

.con_search input:focus+label+button {
	opacity: 1;
}

.area_btn1_wrap {
	clear: both;
	content: '';
	margin-bottom: 30px;
}

.area_btn1 {
	float: right;
	text-align: right;
	position: relative;
}

.area_btn1 a {
	display: inline-block;
	width: 116px;
	border: solid 1px #666;
	padding: 5px 0px;
	font-size: 13px;
	position: relative;
	color: #666;
	line-height: 22px;
	text-align: center;
}

.area_btn1 a img {
	width: 22px;
	height: 20px;
}

.area_btn1 a.first {
	border-radius: 3px 0 0px 3px;
}

.area_btn1 a.scon1 {
	border-left: 0px;
}

.area_btn1 a.center {
	border-right: 0px;
	border-left: 0px;
}

.area_btn1 a.last {
	border-radius: 0 3px 3px 0;
}

.area_btn1 a.on {
	border: solid 1px #5e83c0;
	color: #1571d9;
	font-weight: bold;
}

.area_btn1 a.on.center {
	border-right: 0px;
	border-left: 0px;
}

.area_btn1 a.on span {
	background: url("/static/ingov/tab_on.png") left 50% no-repeat;
	font-size: 0px;
	display: inline-block;
	width: 11px;
	height: 12px;
	margin-left: 10px;
}

.button_set2 {
	float: right;
	width: 120px;
	margin-left: 5px;
}

.button_set2 .select_type {
	height: 33px;
	color: #b4b4b4;
	border: solid 1px #b4b4b4;
}

.button_set2 .selectric .label {
	color: #b4b4b4;
	font-size: 13px;
}

.button_set2 .selectric-open .selectric .label:focus {
	color: #000;
}

.clear1 {
	overflow: hidden;
	clear: both;
}

#cityNm {
	margin-right: 5px;
}
/* 검색 */
.ma_lst1 {
	display: inline-block;
}

.sha_box1 {
	text-align: center;
}

a.sha_btn1 {
	display: inline-block;
	border-radius: 5px;
	border: solid 1px #929292;
	padding: 10px 40px;
	color: #929292;
	background: url('/static/ucms/img/sub/chi_arr2.png') 92% 50% no-repeat;
}

@media all and (max-width:1260px) {
	#container.w1260 {
		width: 96% !important;
	}
	#container.w1260 #content {
		padding: 5% 0;
	}
	.sub_header_wrap .sub_head_box {
		width: 100%;
	}
	.ar_wrap {
		width: 100%;
	}
	.grpalist2 {
		width: 100%;
	}
	.ar_wrap .area_plist2 {
		float: none;
		margin-bottom: 20px;
		width: 90%;
	}
	.ar_wrap .btbox_1 {
		float: none;
	}
	.right_map_set {
		margin: 0 auto;
		height: auto;
		display: block;
	}
	.ylibs1 {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 20px;
		text-align: center;
	}
}

@media all and (max-width:1024px) {
	#container.w1260 {
		width: 90% !important;
	}
	#container.w1260 #content {
		padding: 5% 0;
	}
/* 	.tab4_box1 {
		width: 100%;
	}
	.tab4_box1 li.w01 {
		width: 33.33%;
	}
	.tab4_box1 li.w02 {
		width: 33.33%;
	}
	.tab4_box1 li.w03 {
		width: 33.33%;
	} */
	.tab4_box1 li a {
		font-size: 14px;
	}
	.cont_set .innovation_list {
		width: 102%;
	}
	.cont_set .innovation_list li {
		float: left;
		width: 31.333%;
		height: 300px;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.cont_set {
		margin: 0 auto 20px;
		width: 100%;
	}
	.cont_set h4.mtit_sub {
		font-size: 24px;
		text-align: center;
	}
	.cont_set .tag_set {
		font-size: 12px;
		text-align: center;
	}
	.cont_set .tag_set strong {
		display: block;
		margin-bottom: 5px;
	}
	.cont_set .button_set {
		position: static;
		text-align: center;
		margin-bottom: 10px;
	}
	.cont_set.build_set .center_set .f_left {
		float: none;
		width: 100%;
	}
	.cont_set.build_set .center_set .f_right {
		float: none;
		padding: 0 0 0 0;
		margin-top: 40px;
		width: 100%;
		text-align: center;
	}
	.cont_set.build_set .center_set .f_right ul li {
		padding: 0 0 0 0;
	}
	.cont_set.build_set .center_set .f_right ul li div {
		width: 100%;
	}
	.cont_set.build_set .center_set .f_right ul li div.img {
		margin-right: 0;
		width: 50px;
	}
	.cont_set.build_set .center_set .f_right ul li p {
		font-size: 14px;
		color: #4b3130;
		line-height: 24px;
		font-family: 'Pretendard';
	}
	.cont_set.build_set .notice_set .arrow {
		display: none
	}
	.cont_set.build_set .notice_set .f_left {
		float: none;
		width: 100%;
	}
	.cont_set.build_set .notice_set .f_right {
		float: none;
		margin-top: 20px;
		width: 100%;
	}
	.tab_inner .tab_list_set .tab_list {
		width: 100%;
	}
	.tab_inner .tab_list_set .tab_list li {
		width: 48%;
		margin: 0 1% 5px 1%;
	}
	.tab_inner .tab_list_set .tab_list li a {
		font-size: 12px;
	}
	.tab_inner .tab_list_set {
		width: 100%;
		margin-top: 10px;
	}
	.tab_inner .tab_list_set .pagination_list a {
		padding: 8px 16px;
		font-size: 11px;
	}
	.tab_inner .tab_list_set .pagination_list span {
		margin: 0 10px;
	}
	.cont_set.build_set .evaluation_set .bottom_box_in .score_box {
		padding: 20px 0;
		width: 100%;
		text-align: center;
	}
	.cont_set.build_set .evaluation_set .bottom_box_in .scoretemp {
		width: 50%;
		height: 50px;
		padding: 0 14px;
		font-size: 18px;
	}
	.cont_set.build_set .evaluation_set .bottom_box_in .txt {
		padding: 20px 0 0 0;
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
	.cont_set.build_set .evaluation_set .top_box .f_left {
		float: none;
		padding: 5px 0 0 20px;
		text-align: center;
		width: 100%;
	}
	.cont_set.build_set .evaluation_set .top_box .f_right {
		float: none;
		padding: 0 0 0 20px;
		text-align: center;
		width: 100%;
	}
	.cont_set.build_set .center_set .f_left {
		height: auto;
	}
	.cont_set.build_set .center_set .thume_slider .slider-for {
		height: auto;
	}
	.cont_set.build_set .center_set .f_right ul li p.block span.bar:after {
		display: none;
	}
	.counter_box {
		background: #f2f6f8;
		padding: 15px 0px;
		width: 100%;
		text-align: center;
		font-size: 16px;
		line-height: 16px;
		color: #333333;
		margin-bottom: 10px;
		margin-top: -10px;
	}
	.counter {
		font-weight: bold;
		font-size: 22px;
		color: #003399;
		font-family: 'Pretendard';
	}
/* 	.tip_wrap {
		overflow: hidden;
		position: relative;
		height: auto;
		width: 100%;
		margin: 0 auto 20px auto;
	} */
	.tip_wrap .tip_img1 {
		position: static;
	}
/* 	.tip_box {
		background: url("/static/ingov/stip_l.gif") left top no-repeat;
		width: 595px;
		height: 90px;
		position: static;
		margin-top: 20px;
		padding-top: 0px;
	} */
	.tip_box ol {
	}
	.tip_box ol li {
		line-height: 20px;
	}
	.tip_box ol li strong {
		font-weight: bold;
	}

	/* ÃªÂ·Â¸Ã«Å¾ËœÃ­â€â€ž */
	.bline2 {
		position: relative;
		height: 145px;
	}
	.bline2 ul {
		position: absolute;
		bottom: 0px;
	}
	.bline2 ul li div {
		width: 31px;
	}
	.bline2 ul li .num1 {
		position: absolute;
		left: 10px;
		bottom: 4px;
	}
	.bline2 ul li .num2 {
		position: absolute;
		left: 74px;
		bottom: 4px;
	}
	.bline2 ul li .num3 {
		position: absolute;
		left: 140px;
		bottom: 4px;
	}
	.bline2 ul li .num4 {
		position: absolute;
		left: 210px;
		bottom: 4px;
	}
	.bline2 ul li .num5 {
		position: absolute;
		left: 280px;
		bottom: 4px;
	}
	.bline2 ul li .num6 {
		position: absolute;
		left: 350px;
		bottom: 4px;
	}
	.bline2 ul li .num7 {
		position: absolute;
		left: 420px;
		bottom: 4px;
	}
	.bline2 ul li .num8 {
		position: absolute;
		left: 490px;
		bottom: 4px;
	}
	.bline2 ul li .num9 {
		position: absolute;
		left: 560px;
		bottom: 4px;
	}
	.bline2 ul li .num10 {
		position: absolute;
		left: 630px;
		bottom: 4px;
	}
	.btbox_1 li {
		width: 40%;
	}
	.right_map_set {
		margin: 0 auto;
		height: auto;
		display: block;
	}
	.on_map2 {
		width: 563px;
		margin: 0 auto;
	}
}

@media all and (max-width:960px) {
	.tip_wrap {
		margin-bottom: 2%;
    width: 100%;
    height: auto;
	}
	.cont_set .innovation_list li {
		float: left;
		width: 48%;
		height: 300px;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.tip_box {
		background: none;
		width: auto;
		padding: 2%;
		height: auto;
		position: static;
		margin-top: 10px;
		border: solid 3px #fdb715;
	}
	.tip_box ol {
		margin-left: 10px;
		    margin-top: 5px;
	}
	.tip_box ol li {
		font-size: 13px;
		line-height: 20px;
	}
}

@media all and (max-width:740px) {
	.cont_set.build_set h4.mtit_sub_plum {
		font-size: 20px;
	}
	.cont_set.build_set .s_title {
		font-size: 14px;
	}
	.cont_set .innovation_list {
		width: 100%;
	}
	.cont_set .innovation_list li {
		float: left;
		width: 100%;
		height: 220px;
		margin-right: 0;
		margin-bottom: 4%;
	}
	.cont_set.build_set .inner_set .f_left {
		float: none;
		padding: 0 0 0 0;
		width: 100%;
	}
	.cont_set.build_set .inner_set .f_left .cont.pt100 {
		padding-top: 0;
	}
	.cont_set.build_set .inner_set .f_left .cont .title {
		margin: 0 0 14px 0;
		padding: 0 0 12px 0;
		width: 100%;
		font-size: 18px;
	}
	.cont_set.build_set .inner_set .f_left .cont .s_title {
		font-size: 14px;
		line-height: 26px;
	}
	.cont_set.build_set .inner_set .f_left .cont dl {
		font-size: 0;
	}
	.cont_set.build_set .inner_set .f_left .cont dl dt {
		display: inline-block;
		width: 60px;
		font-size: 14px;
		color: #8f506f;
		line-height: 26px;
		vertical-align: top;
		font-family: 'Pretendard';
		font-weight: bold;
	}
	.cont_set.build_set .inner_set .f_left .cont dl dd {
		display: inline-block;
		vertical-align: top;
	}
	.cont_set.build_set .inner_set .f_right {
		float: none;
		padding: 0 0 0 0;
		width: 100%;
	}
	.tab_inner .tab_list_set .pagination_list a {
		padding: 3px 3px;
		font-size: 11px;
		margin-right: 3px;
		border-right: 1px solid #dee0e6;
	}
	.cont_set.build_set .inner_set .f_left .cont {
		margin-bottom: 20px;
	}
	.counter_box {
		background: #f2f6f8;
		padding: 15px 0px;
		width: 100%;
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		color: #333333;
		margin-bottom: 10px;
		margin-top: -10px;
	}
	.counter {
		font-weight: bold;
		font-size: 16px;
		line-height: 22px;
		color: #003399;
		font-family: 'Pretendard';
	}
	.mobile {
		display: block;
	}
	a.sha_btn1 {
		display: block;
		border-radius: 5px;
		border: solid 1px #929292;
		padding: 10px 0px;
		color: #929292;
		background: url('/static/ucms/img/sub/chi_arr2.png') 88% 50% no-repeat;
	}
}

@media all and (max-width:720px) {
	.grpalist1 {
		background: url("/static/ingov/gline.png") left 143px repeat-x;
		margin-bottom: 20px;
	}

	/* ÃªÂ·Â¸Ã«Å¾ËœÃ­â€â€ž */
	.bline2 {
		position: relative;
		height: 145px;
	}
	.bline2 ul {
		position: absolute;
		bottom: 0px;
	}
	.bline2 ul li div {
		width: 31px;
	}
	.bline2 ul li div span:first-child {
		overflow: hidden;
		display: block;
		width: 33px;
	}
	.bline2 ul li .bar_gl span {
		width: 33px !important;
	}
	.bline2 ul li .num1 {
		position: absolute;
		left: 10px;
		bottom: 4px;
	}
	.bline2 ul li .num2 {
		position: absolute;
		left: 54px;
		bottom: 4px;
		display: block !important;
	}
	.bline2 ul li .num3 {
		position: absolute;
		left: 100px;
		bottom: 4px;
	}
	.bline2 ul li .num4 {
		position: absolute;
		left: 150px;
		bottom: 4px;
	}
	.bline2 ul li .num5 {
		position: absolute;
		left: 200px;
		bottom: 4px;
	}
	.bline2 ul li .num6 {
		position: absolute;
		left: 250px;
		bottom: 4px;
	}
	.bline2 ul li .num7 {
		position: absolute;
		left: 300px;
		bottom: 4px;
	}
	.bline2 ul li .num8 {
		position: absolute;
		left: 350px;
		bottom: 4px;
	}
	.bline2 ul li .num9 {
		position: absolute;
		left: 400px;
		bottom: 4px;
	}
	.bline2 ul li .num10 {
		position: absolute;
		left: 450px;
		bottom: 4px;
	}

	/* Ã¬Â§â‚¬Ã«Â°Â©Ã¬Å¾ÂÃ¬Â¹Ëœ */
	.allit1 {
		width: 100%;
		height: auto;
		background: none;
		margin-bottom: 20px;
	}
	.bline1 ul {
		position: static;
	}
	.btbox_1 {
		overflow: hidden;
		margin-bottom: 20px;
	}
	.btbox_1 li {
		float: none;
		display: inline-block;
		border-radius: 5px;
		background: #294c90;
		padding: 7px 15px;
		margin-bottom: 10px;
		width: 39%;
	}
	.bline1 ul li .num1 {
		position: absolute;
		left: 0px;
		bottom: 4px;
	}
	.bline1 ul li .num2 {
		position: absolute;
		left: 70px;
		bottom: 4px;
		display: block !important;
	}
	.bline1 ul li .num3 {
		position: absolute;
		left: 140px;
		bottom: 4px;
	}
	.bline1 ul li .num4 {
		position: absolute;
		left: 210px;
		bottom: 4px;
	}
	.bline1 ul li .num5 {
		position: absolute;
		left: 280px;
		bottom: 4px;
	}
	.allit1>ul {
		width: 100%;
		height: auto;
	}
	.allit1 ul .goldlist {
		position: static;
		width: 100%;
	}
	.allit1 ul .slvlist {
		position: static;
		width: 100%;
	}
	.allit1 ul .brozlist {
		position: static;
		width: 100%;
	}
	.allit1 ul .goldlist .gold {
		width: 100%;
	}
	.allit1 ul .goldlist .gold .ma_name {
		width: 100%;
	}
	.allit1 ul .slvlist .slv {
		width: 100%;
	}
	.allit1 ul .slvlist .slv .ma_name {
		width: 100%
	}
	.allit1 ul .brozlist .broz {
		width: 100%;
	}
	.allit1 ul .brozlist .broz .ma_name {
		width: 96%;
		margin: 1% 2%
	}
	.allit1 ul .goldlist {
		padding-bottom: 10px;
		margin: 0 auto 10px auto;
	}
	.allit1 ul .slvlist .slv {
		padding-bottom: 10px;
		margin: 0 auto 10px auto;
	}
	.allit1 ul li .madal {
		display: block;
	}
	.btbox_2 dl.a_unplist1 {
	/* 	margin-bottom: 10px; */
	}
	ul.tab3_box1 li a {
		font-size: 16px;
	}
	ul.tab4_box1 li a {
		font-size: 15px;
	}
	.tit101 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.ma_lst1 {
		display: block;
	}
	.pnlist1 span {
		display: block;
	}
	.ar_wrap .btbox_2 {
		float: none;
		margin-bottom: 10px;
	}
	.ar_wrap {
		margin-bottom: 10px;
		overflow: inherit
	}
	.ar_wrap .area_plist2 {
		background-size: 70px 60px;
		padding-left: 80px;
		height: 61px;
	}
	.apli2 {
		font-size: 13px;
		text-align: left;
		margin-bottom: 10px;
	}
	p.all_lst1 {
		font-size: 13px;
		line-height: 16px;
	}
	.ar_wrap .area_plist2 {
		width: 70%;
	}
	.button_set2 {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
		float: none;
	}
}

@media all and (max-width:560px) {
	.grpalist2 {
		background: none;
		overflow: hidden;
		height: auto;
	}
	.bline2 {
		position: relative;
		position: static;
		height: auto;
	}
	.bline2 ul {
		position: static;
		overflow: hidden;
	}
	.bline2 ul li {
		float: left;
		margin: 0 2% 3% 2%;
		min-height: 105px;
	}
	.bline2 ul li div {
		position: static !important
	}
	.bline2 ul li .bar_gl span {
		height: 1px !important
	}
	.bline1 ul li .num1 p:first-child {
		margin-bottom: 20px;
	}
	.bline1 ul li .num2 p:first-child {
		margin-bottom: 18px;
	}
	.bline1 ul li .num4 p:first-child {
		margin-bottom: 14px;
	}
	.cont_set .innovation_list li {
		height: 230px;
		border-radius: 5px;
	}
	.tab_inner .tab_list_set .pagination_list {
		margin-top: 10px;
	}
	.tip_box ol li {
		font-size: 12px;
	}
	.btbox_1 li {
		width: 39%;
	}
	.btbox_2 dl {
/* 		width: 21%; */
	}
	dl.a_unplist1 {
		/* height: 39px;
		background-position: left top; */
	}
	dl.a_unplist1 dt {
		font-size: 14px;
	}
	dl.a_unplist1 dd {
		font-size: 22px;
	}
	dl.a_unplist2 {
/* 		height: 39px;
		background-position: left top; */
	}
	dl.a_unplist2 dt {
		font-size: 14px;
	}
	dl.a_unplist2 dd {
		font-size: 22px;
	}
	ul.tab3_box1 li {
		position: relative;
	}
	.deskt {
		display: block;
		font-size: 12px;
		position: absolute;
		bottom: 0px;
		left: 35%;
	}
	.con_search label {
		font-size: 13px;
	}
	.area_btn1 {
		width: 100%;
	}
	.area_btn1 a {
		width: 24%;
	}
	.cont_set .button_set {
		margin-top: 10px;
		width: 100%;
		position: static;
	}
	.button_set .select_type {
		width: 100%;
	}
	#cityNm {
		margin-bottom: 5px;
		margin-right: 0px;
	}
	#regionNm {
		
	}
	.clear1 {
		clear: both;
		overflow: hidden;
		height: 1px;
	}
	.button_set {
		width: 100%;
	}
	.button_set2 {
		float: none;
		margin-bottom: 10px;
		margin-left: 0px;
		width: 100%;
	}
	.button_set2 .select_type {
		width: 100%;
	}
	.cont_set .tag_set {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.tab_inner {
		padding-bottom: 5px;
	}
	.tab_inner .tab_list_set {
		margin-bottom: 0px;
	}
	.con_search input {
		-webkit-appearance: none;
		border-radius: 0px;
	}
	.con_search input:focus {
		border-radius: 5px;
		background: #fff;
		font-size: 13px;
		color: #000;
		outline: none;
		border: solid 2px #065CB7;
	}
	.tit101 {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.area_btn1 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.con_search {
		margin-top: 0px;
	}
	#footer .set .addr address p span {
		display: block;
	}
	.pnlist1 {
		margin-top: 10px;
		font-size: 13px;
	}
	.area_btn1_wrap {
		margin-bottom: 10px;
	}
	.cont_set .innovation_list li a h5.titse1 {
		font-size: 16px;
		letter-spacing: 0px;
	}
	.cont_set .innovation_list li a p.aplst1 {
		letter-spacing: 0px;
	}
	.button_set .selectric-select_type {
		display: block !important;
		margin: 3px 0px;
	}
	.button_set .selectric {
		width: 98% !important;
	}
	.apli2 {
		padding-top: 5px;
	}
}

@media all and (max-width:460px) {
	.area_btn1 a img {
		width: 15px;
		height: 15px;
		font-size: 12px;
		vertical-align: middle;
	}
	.bline2 ul li {
		
	}
}

@media all and (max-width:420px) {
	.grpalist2 {
		overflow: hidden;
		height: auto;
	}
	.ar_wrap .area_plist2 {
		background-size: 60px 60px;
		padding-left: 65px;
		height: 74px;
	}
	.btbox_1 li {
		float: none;
		padding: 3px 10px;
		margin-bottom: 10px;
	}
	.bline1 ul li div {
		width: auto;
		margin: 0 auto;
	}
	/* ÃªÂ·Â¸Ã«Å¾ËœÃ­â€â€ž */
	.grpalist2 {
		background: none;
	}
	.bline1 ul li div.bar_gl {
		width: 26px !important;
		text-align: center;
	}
	.bline1 ul li div div>span:first-child img {
		width: 36px;
	}
	.bline1 ul li div div>span:last-child img {
		display: none !important;
	}
	.bline1 ul li .num1 .bar1>span {
		width: 36px !important;
		margin: 0 auto
	}
	.bline1 ul li .num2 .bar2>span {
		width: 36px !important;
		margin: 0 auto
	}
	.bline1 ul li .num3 .bar3>span {
		width: 36px !important;
		margin: 0 auto
	}
	.bline1 ul li .num4 .bar4>span {
		width: 36px !important;
		margin: 0 auto
	}
	.bline1 ul li .num5 .bar5>span {
		width: 36px !important;
		margin: 0 auto
	}
	.bline1 ul li .num1 .bar1 .bar_gl span {
		width: 26px;
	}
	.bline1 ul li .num2 .bar2 .bar_gl span {
		width: 26px;
	}
	.bline1 ul li .num3 .bar3 .bar_gl span {
		width: 26px;
	}
	.bline1 ul li .num4 .bar4 .bar_gl span {
		width: 26px;
	}
	.bline1 ul li .num5 .bar5 .bar_gl span {
		width: 26px;
	}
	.bline1 ul li .num1 {
		position: absolute;
		left: 0px;
		bottom: 16px;
	}
	.bline1 ul li .num2 {
		position: absolute;
		left: 60px;
		bottom: 16px;
	}
	.bline1 ul li .num3 {
		position: absolute;
		left: 130px;
		bottom: 16px;
	}
	.bline1 ul li .num4 {
		position: absolute;
		left: 198px;
		bottom: 16px;
	}
	.bline1 ul li .num5 {
		position: absolute;
		left: 253px;
		bottom: 16px;
	}
	.bline2 {
		position: relative;
		position: static;
		height: auto;
	}
	.bline2 ul {
		position: static;
	}
	.bline2 ul li {
		float: left;
		margin: 0 2% 3% 2%;
	}
	.bline2 ul li div {
		position: static !important
	}
	.bline2 ul li .bar_gl span {
		height: 1px !important
	}
	.bline1 ul li .num1 p:first-child {
		margin-bottom: 20px;
	}
	.bline1 ul li .num2 p:first-child {
		margin-bottom: 18px;
	}
	.bline1 ul li .num4 p:first-child {
		margin-bottom: 14px;
	}
	.tab_inner .tab_list_set .pagination_list a {
		font-size: 10px;
		padding: 2px;
	}
	.cont_set.build_set h4.mtit_sub {
		font-size: 14px;
	}
	.btbox_2 dl {
/* 		width: 25%; */
	}
	dl.a_unplist1 {
		padding-left: 45px;
	}
	dl.a_unplist1 dt {
		font-size: 12px;
		margin-top: 0px;
		line-height: 18px;
	}
	dl.a_unplist1 dd {
		font-size: 16px;
		line-height: 22px;
	}
	dl.a_unplist2 {/* 
		padding-left: 35px; */
	}
	dl.a_unplist2 dt {
		font-size: 12px;
		margin-top: 0px;
		line-height: 18px;
	}
	dl.a_unplist2 dd {
		font-size: 16px;
		line-height: 22px;
	}
	ul.tab3_box1 li a {
		font-size: 12px;
	}
	ul.tab3_box1 li.on a {
		font-size: 12px;
	}
	ul.tab4_box1 li a {
		font-size: 11px;
	}
	ul.tab4_box1 li.on a {
		font-size: 12px;
		    height: 41px;
    padding: 0px;
    line-height: 41px;
	}
/* 	ul.tab4_box1 {
		height: 46px;
	} */
	.deskt {
		font-size: 10px;
	}
	.cont_set .innovation_list li a p.aplst1 {
		position: absolute;
		top: 78px;
		left: 15px;
		width: 90%;
	}
	.grpalist1 {
		margin-bottom: 15px;
	}
	.toptit5 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.allit1 {
		margin-bottom: 25px;
	}
	.con_search {
		margin: 0 auto;
		width: 100%;
		height: 66px;
	}
	.tit101 {margin-top:70px;}
}

@media all and (max-width:360px) {
/* 	ul.tab4_box1 {
		height: 36px;
	} */
	.bline1 ul li .num1 {
		position: absolute;
		left: 0px;
		bottom: 16px;
	}
	.bline1 ul li .num2 {
		position: absolute;
		left: 50px;
		bottom: 16px;
	}
	.bline1 ul li .num3 {
		position: absolute;
		left: 110px;
		bottom: 16px;
	}
	.bline1 ul li .num4 {
		position: absolute;
		left: 168px;
		bottom: 16px;
	}
	.bline1 ul li .num5 {
		position: absolute;
		left: 213px;
		bottom: 16px;
	}
	.grpalist1 {
		background-position: left 124px;
		margin-bottom: 15px;
	}
	.bline1 {
		position: relative;
		height: 140px;
	}
	.area_btn1 a {
		width: 24%;
		font-size: 11px;
	}
	.area_btn1 a.on span {
		width: 8px;
		margin-left: 6px;
	}
	.con_search label {
		font-size: 16px;
	}
	.cont_set.build_set h4.mtit_sub_plum {
		font-size: 16px;
	}
	.cont_set.build_set .s_title {
		font-size: 12px;
	}
	dl.a_unplist1 dt {
		font-size: 11px;
		letter-spacing: -1px;
	}
	dl.a_unplist2 dt {
		font-size: 11px;
		letter-spacing: -1px;
	}
}

@media all and (max-width:320px) {
/* 	ul.tab4_box1 {
		height: 37px;
	} */
	ul.tab4_box1 li a {
		padding: 14px 0px;
	}
	ul.tab4_box1 li.on a {
	}
}

.tab_inner.mble {
	display: none
}
.clear::after{content:"";display: block;clear:both;}
.fl{float:left;}
    .right_move_side{text-align: right; }
    .right_move_side span{display: block !important;}
    .list02_map{
        margin-top: 4px;
    display: inline-block;}
    .list02_img{padding-top:1px !important;}
 /*걸어온길 스크롤 추가 남우진*/
 .way_wrap {height:110px; overflow:hidden; overflow-y:auto; margin-bottom:-25px;}   