@charset "utf-8";

@import url(cms_sub.css);
/*@font-face {*/
/*     font-family: 'S-CoreDream-8Heavy';*/
/*     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');*/
/*     font-weight: normal;*/
/*     font-style: normal;*/
/*}*/
/*@font-face {*/
/*     font-family: 'S-CoreDream-4Regular';*/
/*     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');*/
/*     font-weight: normal;*/
/*     font-style: normal;*/
/*}*/
/*@font-face {*/
/*     font-family: 'S-CoreDream-5Medium';*/
/*     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');*/
/*     font-weight: normal;*/
/*     font-style: normal;*/
/*}*/
/*@font-face {*/
/*     font-family: 'S-CoreDream-6Bold';*/
/*     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');*/
/*     font-weight: normal;*/
/*     font-style: 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');*/
/*}*/
.paginationSet {
	text-align: center;
}

/* TABLES */
.table_type1 {
	border-top: 1px solid #123884;
	margin-top: 10px;
	margin-bottom: 15px;
}

.table_type1 table {
	width: 100%;
}

.table_type1 table thead th {
	border-bottom: solid 1px #ededed;
	padding: 10px 0;
	text-align: center;
	background: #f4f4f4;
	font-size: 16px;
}

.table_type1 table tbody th.tac {
	text-align: center;
}

.table_type1 table tbody td.tac {
	text-align: center;
}

.table_type1 table tbody th.tal {
	text-align: left;
	padding-left: 10px;
}

.table_type1 table tbody td.tal {
	text-align: left;
	padding-left: 10px;
}

.table_type1 table tbody td.tit {
	text-align: left;
	padding-left: 10px;
}

.table_type1 table tbody th {
	border-bottom: solid 1px #ededed;
	padding: 15px 0;
}

.table_type1 table tbody td {
	border-bottom: solid 1px #ededed;
	padding: 15px 0;
}

.bdList .tit a::before, table.table_type1 .tit a::before {
	content: '';
	border-top: 4px solid #ddd;
	border-left: 4px solid #9f9f9f;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}

/* TABLES2 */
.table_type2 {
	border-top: 1px solid #123884;
	margin-top: 10px;
	margin-bottom: 15px;
}

.table_type2 table {
	width: 100%;
}

.table_type2 table thead th {
	border-bottom: solid 1px #ededed;
	padding: 10px 0;
	text-align: center;
	background: #f4f4f4;
	font-size: 16px;
}

.table_type2 table tbody th.tac {
	text-align: center;
}

.table_type2 table tbody td.tac {
	text-align: center;
}

.table_type2 table tbody th.tal {
	text-align: left;
	padding-left: 10px;
}

.table_type2 table tbody td.tal {
	text-align: left;
	padding-left: 10px;
}

.table_type2 table tbody td.tit {
	text-align: left;
	padding-left: 10px;
}

.table_type2 table tbody th {
	border-bottom: solid 1px #ededed;
	padding: 15px 0;
}

.table_type2 table tbody td {
	border-bottom: solid 1px #ededed;
	padding: 15px 0;
}

.bdList .tit a::before, table.table_type2 .tit a::before {
	content: '';
	border-top: 4px solid #ddd;
	border-left: 4px solid #9f9f9f;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}

.bdList th.no {
	width: 50px;
}

.bdList th.voit {
	width: 50px;
}

.bdList th.view {
	width: 50px;
}

.bdList th.date {
	width: 100px;
}

.bdList th.date {
	width: 100px;
}

.table_type1 tr.disabled td {
	background-color: #eee;
	cursor: not-allowed;
}

.shSet {
	clear: both;
}

.shSet:after {
	overflow: hidden;
	clear: both;
	content: ''
}

.vbox1 {
	float: right;
}

.totalCount {
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: right;
}

.search_box {
	background: #f4f4f4 no-repeat 0 0;
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	width: auto;
}

.search_box .b-sh.btn {
	padding: 7px 20px;
}

.search_box .btn, .search_box input[type=text], .search_box select {
	vertical-align: top;
}

.search_box .input_txt {
	width: 200px;
}

.search_box .inpKeyword {
	width: 300px;
}

.search_box .title, .search_box label {
	line-height: 34px;
	text-align: left;
	font-size: 16px;
	padding: 0 10px 0 15px;
	margin-bottom: 0;
	background: url(/static/bos/img/shLabelBg.png) 0 center no-repeat;
}

.search_box .title.nobu, .search_box label.nobu {
	padding-left: 0;
	background: none;
}

.search_box .title {
	white-space: nowrap;
}

.nav+.search_box {
	margin-top: 20px;
}

.search_box .shDate {
	display: inline-block;
	line-height: 34px;
}

.search_box .shDate input {
	background-color: #fff !important;
	border: 1px solid #cdcdcd !important;
	cursor: not-allowed;
}

.search_box * {
	vertical-align: top;
}

.search_box input {
	width: 40%;
}

.search_box02 {
	background: #f4f4f4 no-repeat 0 0;
	padding: 15px 20px 15px 10px;
	border-radius: 10px;
	display: inline-block;
	width: 97%;
}

.search_box02 .b-sh.btn {
	padding: 0px 20px;
	    height: 30px;
	    vertical-align: middle;
}

.search_box02 .btn, .search_box input[type=text], .search_box select {
	vertical-align: top;
}

.search_box02 .input_txt {
	width: 200px;
}

.search_box02 .inpKeyword {
	width: 300px;
}

.search_box20 .title, .search_box02 label {
	line-height: 34px;
	text-align: left;
	font-size: 16px;
	padding: 0 10px 0 15px;
	margin-bottom: 0;
	background: url(/static/bos/img/shLabelBg.png) 0 center no-repeat;
}

.search_box02 .title.nobu, .search_box02 label.nobu {
	padding-left: 0;
	background: none;
}

.search_box02 .title {
	white-space: nowrap;
}

.nav+.search_box02 {
	margin-top: 20px;
}

.search_box02 .shDate {
	display: inline-block;
	line-height: 34px;
}

.search_box02 .shDate input {
	background-color: #fff !important;
	border: 1px solid #cdcdcd !important;
	cursor: not-allowed;
}

.search_box02 * {
	vertical-align: top;
	    display: inline-block;
}

.search_box02 input {
	width: 42%;
	height: 30px;
	margin-right: 0px;
	    padding: 0px 0px !important;
}



.selectric-select_type1 {
	display: inline-block;
}

.btn {
	padding: 6px 10px;
	background: none;
	border: solid 1px #d0d0d0;
}

.b-del, .b-submit, .b-total, .b-save, .b-sh, .b-edit, .b-cancel, .b-list
	{
	background-color: #324c82 !important;
	border: 0px;
	background-image: none;
	padding: 9px 14px;
	color: #fff !important;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	display: inline-block;
}

.b-list {
	background-color: #797979 !important;
}

.b-cancel {
	background-color: #f41b1b !important;
}

.b-edit {
	background-color: #415c8e !important;
}

a.b-del, a.b-submit, a.b-total, a.b-save, a.b-sh, a.b-edit, a.b-cancel,
	a.b-list {
	color: #fff;
}

a.wbtn1 {
	padding: 11px 30px;
	font-size: 15px;
	height: auto;
}

a.wbtn2 {
	padding: 15px 30px;
	font-size: 15px;
	height: auto;
	background-color: #808184 !important;
	border: 1px solid #808184 !important;
}

#catpcha {
	
}

.b {
	margin-top: 10px;
}

#reLoad {
	padding: 6px 10px;
	background: none;
	border: solid 1px #d0d0d0;
}

#soundOnKor {
	padding: 6px 10px;
	background: none;
	border: solid 1px #d0d0d0;
}

#catpchaAnswer {
	margin-top: 10px;
}

/* 정부 혁신 소개 */
#container_s1 header h1 {
	transition: transform 0.35s ease-in-out;
	text-align: center;
	margin-bottom: 66px;
}

.swatch-gray {
	color: #4c4c4c;
	width: 100%;
}

.swatch-gray .swatch_cont {
	margin: 0 auto;
	width: 1000px;
	padding: 70px 0px;
	text-align: center;
	background: url(/static/ucms/img/sub/cont_uline1.gif) center bottom
		no-repeat;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.swatch-white .swatch_cont {
	margin: 0 auto;
	width: 1000px;
	padding: 70px 0px;
	text-align: center;
	background: url(/static/ucms/img/sub/cont_uline1.gif) center bottom
		no-repeat;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.swatch_cont header {
	margin-bottom: 28px;
	text-align: center;
}

.swatch_cont4 header {
	margin-bottom: 28px;
	text-align: center;
}

.swatch_cont h4.tit_b1 {
	background: #e6e6e6;
	position: relative;
	padding: 8px 20px;
	font-size: 27px;
	line-height: 30px;
	margin: 0 auto;
	display: inline-block;
	border-radius: 25px;
	color: #333;
}

.swatch_cont4 h4.tit_b1 {
	background: #e6e6e6;
	position: relative;
	padding: 8px 20px;
	font-size: 27px;
	line-height: 30px;
	margin: 0 auto;
	display: inline-block;
	border-radius: 25px;
	color: #333;
}

.panel-box1 .panel-heading {
	background: #82c9ed;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

.panel-box2 .panel-heading {
	background: #e74c3c;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

.panel-box3 .panel-heading {
	background: #f18d38;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}

.pslist1 {
	font-size: 24px;
	line-height: 30px;
}

.pslist2 {
	font-size: 24px;
	line-height: 40px;
}

.pslist1 strong {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
}

.pslist2 strong {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #333;
}

.swatch_cont4 {
	width: 760px;
	margin: 0 auto;
	padding: 70px 0;
}

.panel-heading {
	margin-bottom: 10px;
}

.panel-box1 {
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ddd;
	background: #f6f6f6;
	overflow: hidden;
	display: table;
	width: 100%;
}

.panel-box1 .panel-heading {
	width: 29%;
	height: 100px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	background: #24abe2;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.panel-box1 .panel-heading:after {
	position: absolute;
	top: 50%;
	right: -15px;
	content: " ";
	width: 15px;
	height: 15px;
	background: url(/static/ucms/img/sub/cont_uline2.gif) left top no-repeat;
}

.panel-box1 .panel-heading h3 {
	text-align: center;
}

.panel-box1 .panel-body {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	height: 100px;
	vertical-align: middle;
	display: table-cell;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.txt_data textarea {
	width: 100%;
	height: 200px;
}

/* 회원 가입 */
.join_tit {
	font-size: 36px;
	line-height: 40px;
	margin: 0px 0px 40px 0px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.join_tit h3 {
	text-align: center;
	font-weight: 400;
}

ul.step_box {
	position: relative;
	height: 82px;
	border: solid 1px #ededed;
	overflow: hidden;
	margin-bottom: 50px;
	-moz-transition-duration: 0.5s;
	background: url(/static/ucms/img/ogp/arrow_bg1.gif) left top no-repeat;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

ul.step_box li {
	width: 246px;
	height: 82px;
	line-height: 82px;
	display: inline-block;
	position: absolute;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

ul.step_box li.i1.active {
	width: 249px;
	background: #123884 url(/static/ucms/img/ogp/step_on1.gif) right top
		no-repeat;
	color: #fff;
}

ul.step_box li.i1 {
	left: 0px;
}

ul.step_box li.i3 {
	left: 240px;
}

ul.step_box li.i4 {
	left: 486px;
}

ul.step_box li.i5 {
	left: 732px;
}

ul.step_box li.i1.active {
	width: 247px;
	left: 0px;
}

ul.step_box li.i3.active {
	width: 271px;
	left: 221px;
}

ul.step_box li.i4.active {
	width: 280px;
	left: 461px;
}

ul.step_box li.i5.active {
	width: 287px;
	left: 713px;
}

ul.step_box li.i1.active::before {
	display: none;
}

ul.step_box li.active:after {
	content: " ";
	background: url(/static/ucms/img/ogp/step_on1.gif) right top no-repeat;
}

ul.step_box li.active:before {
	content: " ";
	width: 30px;
	line-height: 83px;
	height: 83px;
	background: url(/static/ucms/img/ogp/step_on2.gif) left top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

ul.step_box li.active {
	background: #123884;
	color: #fff;
	position: absolute;
	top: 0px;
}

ul.step_box li.i4.active:after {
	content: " ";
	background: url(/static/ucms/img/ogp/step_on1.gif) right top no-repeat;
}

ul.step_box li:after {
	content: " ";
	width: 29px;
	line-height: 83px;
	height: 83px;
	position: absolute;
	top: 0px;
	right: 0px;
}

ul.step_box li.last:after {
	content: " ";
	background: none;
	position: fixed
}

ul.step_box li:not(.i3):not(.active) li.i1:after {
	background: none;
}

ul.step_box li span.step1 {
	background: url(/static/ucms/img/ogp/icon_off1.gif) left 0px no-repeat;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:15px;
	margin-left: 40px;
	display: inline-block
}

ul.step_box li span.step2 {
	background: url(/static/ucms/img/ogp/icon_off2.gif) left 0 no-repeat;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:15px;
	margin-left: 40px;
	display: inline-block
}

ul.step_box li span.step3 {
	background: url(/static/ucms/img/ogp/icon_off3.gif) left 0px no-repeat;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:15px;
	margin-left: 40px;
	display: inline-block
}

ul.step_box li span.step4 {
	background: url(/static/ucms/img/ogp/icon_off4.gif) left 0px no-repeat;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:15px;
	margin-left: 40px;
	display: inline-block
}

ul.step_box li.i1.active span.step1 {
	color: #fff;
	background: url(/static/ucms/img/ogp/icon_on1.gif) left 0px no-repeat;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:15px;
	display: inline-block
}

ul.step_box li.i3.active span.step2 {
	color: #fff;
	background: url(/static/ucms/img/ogp/icon_on2.gif) left 0px no-repeat;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:15px;
	display: inline-block
}

ul.step_box li.i4.active span.step3 {
	color: #fff;
	background: url(/static/ucms/img/ogp/icon_on3.gif) left 0px no-repeat;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:15px;
	display: inline-block
}

ul.step_box li.i5.active span.step4 {
	color: #fff;
	background: url(/static/ucms/img/ogp/icon_on4.gif) left 0px no-repeat;
	padding-left: 50px;
	padding-top:10px;
	padding-bottom:15px;
	display: inline-block
}

.mem_box1 {
	width: 1000px;
	margin: 0 auto 20px auto;
}

.mem_titl1 {
	border-bottom: solid 1px #d7d7d7;
	padding-bottom: 25px;
	margin-bottom: 25px;
	color: #1e1e1e;
	background: url(/static/ucms/img/ogp/img/sub/dott1.gif) left 7px
		no-repeat; /*padding-left:40px;*/
}

.mem_titl1 h4 {
	font-size: 18px;
	font-weight: bold;
}

.mem_titl1 h4 label {
	font-weight: bold;
}

.mem_titl1 span {
	background: url(/static/ucms/img/ogp/bline.gif) left 3px no-repeat;
	padding-left: 10px;
	margin-left: 10px;
	font-size: 15px;
	font-weight: normal;
}

.mem_txt1 {
	margin-bottom: 30px;
}

.mem_titl2 {
	padding-bottom: 10px;
	color: #1e1e1e;
	background: url(/static/ucms/img/ogp/dott2.gif) left 10px no-repeat;
	padding-left: 40px;
	font-size: 18px;
	font-weight: bold;
}

.mem_titl2 span {
	font-weight: normal;
}

.mem_tbox1 {
	width: 90%;
	padding: 15px 5%;
	border: solid 1px #ededed;
	margin-bottom: 20px;
}

.mem_tbox1 p {
	margin-top: 10px;
	display: inline-block;
	margin-left: 20px;
}

.mem_thox1 {
	width: 500px;
	padding: 10px;
	border-right: solid 1px #ededed;
	float: left;
}

.mem_thox2 {
	width: 435px;
	padding: 20px;
	float: left;
}

.mem_thox3 {
	width: 340px;
	padding: 20px;
	margin: 0 auto;
}

h4.mem_ts1 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center;
}

.mem_titl3 h4 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
}

.mem_titl4 {
	padding-bottom: 10px;
	color: #1e1e1e;
	background: url(/static/ucms/img/sub/dott2.gif) left 7px no-repeat;
	padding-left: 15px;
	font-size: 15px;
}

.mem_p1 {
	padding-bottom: 10px;
	color: #1e1e1e;
	background: url(/static/ucms/img/sub/dott2.gif) left 7px no-repeat;
	padding-left: 15px;
	font-size: 15px;
}

.sns_list {
	overflow: hidden;
	padding-top: 20px;
	margin-top: 20px;
	text-align: center;
}

.sns_list li {
	display: inline-block;
	margin: 0 20px;
}

a.a_icon1 {
	background: url(/static/ucms/img/ogp/login_icon1.gif) center top
		no-repeat;
	background-size: 60px 60px;
	padding-top: 80px;
	display: inline-block;
	width: 70px;
	text-align: center;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

a.a_icon2 {
	background: url(/static/ucms/img/ogp/login_icon2.gif) center top
		no-repeat;
	background-size: 60px 60px;
	padding-top: 80px;
	display: inline-block;
	width: 70px;
	text-align: center;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

a.a_icon3 {
	background: url(/static/ucms/img/ogp/login_icon3.gif) center top
		no-repeat;
	background-size: 60px 60px;
	padding-top: 80px;
	display: inline-block;
	width: 70px;
	text-align: center;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

a.a_icon4 {
	background: url(/static/ucms/img/ogp/login_icon4.gif) center top
		no-repeat;
	background-size: 60px 60px;
	padding-top: 80px;
	display: inline-block;
	width: 70px;
	text-align: center;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mem_icon1 {
	padding-bottom: 25px;
	float: left;
}

input.btn_type1 {
	font-size: 16px;
	background-color: #123884;
	border: 1px solid #0d2453;
	padding: 16px 90px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	cursor: pointer;
}

input.btnst1 {
	font-size: 16px;
	background-color: #123884;
	border: 1px solid #0d2453;
	padding: 20px 50px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	cursor: pointer;
}

input.btnst2 {
	font-size: 16px;
	background-color: #123884;
	border: 1px solid #0d2453;
	padding: 20px 0px;
	color: #fff;
	line-height: 1;
	width: 100%;
	border-radius: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	cursor: pointer;
}

a.btns_etype1 {
	font-size: 16px;
	background-color: #808184;
	padding: 17px 90px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 5px;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	cursor: pointer;
}

a.btn_type1 {
	font-size: 16px;
	background-color: #123884;
	border: 1px solid #0d2453;
	padding: 20px 65px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a.btn_type2 {
	font-size: 16px;
	background-color: #808184;
	padding: 17px 65px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 5px;
}

a.btn_type3 {
	font-size: 16px;
	background-color: #808184;
	padding: 17px 95px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 5px;
}

a.btn_ty2 {
	font-size: 16px;
	background-color: #808184;
	padding: 16px 65px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	margin-bottom: 5px;
}

.red_type1 {
	font-size: 16px;
	background-color: #ee1212;
	padding: 16px 65px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	margin-bottom: 5px;
}

.mem_box3 {
	width: 765px;
	margin: 0 auto 0px auto;
}

.mem_write1 {
	display: table;
}

.mem_write1 dl {
	margin-bottom: 25px;
}

.mem_write1 dl dt {
	width: 200px;
	padding-left: 40px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mem_write1 dl dd {
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mem_write1 dl dd button.id_btn1 {
	border: solid 1px #d7d7d7;
	background-color: #fff;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 3px;
	vertical-align: middle;
}

.mem_write1 dl dt, .mem_write1 dl dd {
	display: table-cell
}

.mem_write1 span.vsup {
	vertical-align: sub;
	color: #d20000;
	padding-right: 5px;
}

.mem_write2 {
	display: table;
	border-top: solid 2px #333;
	padding-top: 20px;
	margin-bottom: 25px;
}

.mem_write2 dl {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ededed
}

.mem_write2 dl dt {
	width: 200px;
	padding-left: 40px;
	vertical-align: middle;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mem_write2 dl dd {
	width: 100%;
	display: table-cell;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

/*회원정보 수정*/
.information-text{
	width: 100%;
	font-size: 13px;
	/*margin-left: 10%;*/
	margin-top: 10px;
}


.mem_write2 dl dd button.id_btn1 {
	border: solid 1px #d7d7d7;
	background-color: #fff;
	display: inline-block;
	padding: 8px 10px;
	border-radius: 3px;
	vertical-align: middle;
}

.mem_write2 dl dd button.id_btn2 {
	border: solid 1px #d7d7d7;
	background-color: #fff;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 3px;
	vertical-align: middle;
}

.mem_write2 dl dt, .mem_write1 dl dd {
	display: table-cell
}

.mem_write2 span.vsup {
	vertical-align: sub;
	color: #d20000;
	padding-right: 5px;
}

.vsup {
	vertical-align: sub;
	color: #d20000;
	padding-right: 5px;
}

#pwdConfirmBtn {
	width: 250px;
	margin: 0 auto;
	display: block;
}

.plist {
	border: solid 1px #ededed;
	padding: 10px 10px;
	margin: 10px 0px;
}

.mem_all {
	margin-bottom: 10px;
}

ul.fileList li {
	background: url(/static/ucms/img/sub/file.png) left 50% no-repeat;
	padding-left: 30px;
	line-height: 24px
}

.clear_box1 {
	width: 765px;
	margin: 100px auto 100px auto;
}

.clear_box1 h4 {
	text-align: center;
	margin-bottom: 40px;
}

.mem_clear1 {
	margin-bottom: 40px;
}

.mem_clear1 p {
	font-size: 27px;
	line-height: 36px;
	text-align: center;
}

.mem_clear1 p strong {
	color: #123885;
}
/* 로그인 */
.login_box1 {
	width: 1000px;
	border: solid 1px #d7d7d7;
	margin-top: 80px;
	margin-bottom: 50px;
}

.login_wrap1 {
	width: 500px;
	padding-bottom: 50px;
	margin: 0px auto 0px auto;
	display: none;
}

.login_box1 .tab_titl {
	position: relative;
	height: 63px;
	margin-bottom: 10px;
}

.login_box1 .tab_titl a {
	border-bottom: solid 1px #d7d7d7;
	display: inline-block;
	width: 50%;
	height: 63px;
	line-height: 63px;
	text-align: center;
	font-size: 24px;
}

.login_box1 .tab_titl a.snslogin {
	border-bottom: solid 1px #d7d7d7;
	position: absolute;
	top: 0px;
	left: 0px;
}

.login_box1 .tab_titl a.idlogin {
	border-bottom: solid 1px #d7d7d7;
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: solid 1px #d7d7d7;
}

.login_box1 .tab_titl li.active a {
	border-top: solid 3px #1c317a;
	border-bottom: 0px !important;
}

.login_wrap1.active {
	display: block;
}

.login_box1 .login_tl1 {
	margin-bottom: 10px;
}

.login_box1 .login_tl1 h4 {
	font-size: 33px;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: font-size .4s;
	transition: font-size .4s;
}

.login_box1 .login_tl1 p {
	background: url(/static/ucms/img/ogp/dott2.gif) left 7px no-repeat;
	padding: 15px;
	font-size: 15px;
}

.login_mem {
	margin-bottom: 20px;
}

.login_mem .id_log {
	background: url(/static/ucms/img/ogp/id_icon.gif) 10px no-repeat;
	padding-left: 45px;
	border-bottom: solid 1px #e1e1e1;
}

.login_mem .pw_log {
	background: url(/static/ucms/img/ogp/pw_icon.gif) 10px no-repeat;
	padding-left: 45px;
	border-bottom: solid 1px #e1e1e1
}

.login_mem input {
	width: 100%;
	border: 0px !important;
}

.login_mem {
	margin-bottom: 20px;
}

.login_mem .id_log2 {
	background: url(/static/ucms/img/ogp/id_icon.gif) 10px 8px no-repeat;
	padding-left: 45px;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 20px;
	height: 40px;
}

.login_mem .pw_log2 {
	background: url(/static/ucms/img/ogp/pw_icon.gif) 10px 4px no-repeat;
	padding-left: 45px;
	border-bottom: solid 1px #e1e1e1
}

.login_mem input {
	width: 100%;
	border: 0px !important;
}

.login_btn1 {
	text-align: center;
}

.login_btn1 a {
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.login_btn1 a:first-child {
	margin-bottom: 10px;
}

.login_sns {
	margin-bottom: 20px;
}

.login_sns a {
	display: block;
	border-radius: 7px;
	border: solid 1px #ebebeb;
	height: 66px;
	line-height: 67px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	font-size: 1.6rem;
}

.login_sns img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*회원가입 수정*/
button.btn_type1 {
	background-color: #123884;
	border: 1px solid #0d2453;
	padding: 20px 65px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	cursor: pointer;
}

/* 우수사례 */
.gallery_list1 ul {
	overflow: hidden;
}

.gallery_list1 ul li {
	width: 33%;
	display: inline-block;
	margin-bottom: 40px;
	text-align: center;
}

.gallery_list1 ul li .gall_p1 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	width: 244px;
	margin: 10px auto 10px auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.gallery_list1 ul li p {
	font-size: 13px;
	color: #848484;
}

.gallery_list1 ul li img {
	width: 339px;
	height: 252px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

ul.conts_style1 {
	text-align: center;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

ul.conts_style1 li+li {
	background: #eeeeee;
}

ul.conts_style1 li+li+li {
	background: #ffffff;
}

ul.conts_style1 li+li+li+li {
	background: #eeeeee;
}

.mtitl3 {
	margin: 0px 0px 40px 0px;
	font-size: 25px;
	line-height: 26px;
	font-weight: 400;
	color: #152f64;
}

#content {
	padding-top: 40px;
/* 	    display: table-cell !important; */
}

ul.tab2_box1 {
	    width: 100%;
    margin-bottom: 40px;
    /* border-bottom: solid 2px #4e5aa9; */
    border: 1px solid #cecece;
    border-right:none;
    height:auto !important;
    display:flex;
    align-items: stretch;
}
ul.tab2_box1::after{content:"";clear:both;display: block;}
ul.tab2_box1 li {
	width: 33.33%;
	border-right:1px solid #cecece;
}

ul.tab2_box1 li.on {
	border-bottom: 0px;
	background: #324C82;
    color: #fff;
}

ul.tab2_box1 li a {
	text-align: center;
	display: block;
	padding: 20px 0px;
	font-size: 20px;
}

ul.tab2_box1 li.on a {
	    color: #fff;
    /* background: #fff; */
    display: block;
    margin-bottom: -2px;
    padding: 21px 0px;
    /* border-bottom: 4px solid #fff; */
    /* border-left: solid 2px #4e5aa9; */
    /* border-right: solid 2px #4e5aa9; */
    /* border-top: solid 2px #4e5aa9; */
    font-weight: bold;
}

ul.tab3_box1 {
	width: 100%;
	margin-bottom: 10px;
}
ul.tab3_box1::after{
	content:"";display: block;clear:both;
}
ul.tab3_box1 li {
	float:left;
	width: 24.6%;
border: 1px solid #cecece;
}

ul.tab3_box1 li.on {
	border-bottom: 0px;
}

ul.tab3_box1 li a {
	text-align: center;
	display: block;
	padding: 18px 0px;
	font-size: 20px;
}

ul.tab3_box1 li.on a {
	color: #fff;
	background: #324C82;
	display: block;
	margin-bottom: -3px;
	padding: 18px 0px;
	font-weight: bold;
}

ul.tab4_box1 {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
/* 	height: 51px; */
}
/* ul.tab4_box002 {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	height: 68px;
} */
ul.tab4_box1:after {
	display: block;
	content: '';
	clear: both;
}


ul.tab4_box1 {
	width: 100%;
	margin-bottom: 20px;
}
ul.tab4_box1::after{content:"";display: block;clear: both;}
ul.tab4_box1 li {
	width: 24.6%;
	float: left;
	text-align: center;
	border: 1px solid #cecece;
}

ul.tab4_box1 li.on {
}

ul.tab4_box1 li a {
	text-align: center;
	display: block;
	padding: 13px 0px;
	font-size: 20px;
	color: #000;
/* 	font-family: 'Noto_Sans_regular'; */
	background: #fff;
}
ul.tab4_box002 li a{
	font-size: 16px;
}

ul.tab4_box1 li span {
/* 	font-family: 'Noto_Sans_regular'; */
}

ul.tab4_box1 li.on a {
	color: #fff;
	display: block;
	margin-bottom: -2px;
	padding: 13px 0px;
	font-weight: bold;
	background: #324C82;
}

ul.tab4_box2 {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: solid 2px #4e5aa9;
}

ul.tab4_box2 li {
	display: inline-block;
	width: 23.5%;
}

ul.tab4_box2 li.on {
	border-bottom: 0px;
	padding-left: 10px;
}

ul.tab4_box2 li a {
	text-align: center;
	display: block;
	padding: 18px 0px;
	font-size: 20px;
}

ul.tab4_box2 li.on a {
	color: #321b6e;
	background: #fff;
	display: block;
	margin-bottom: -2px;
	padding: 21px 0px;
	border-bottom: 4px solid #fff;
	border-left: solid 2px #4e5aa9;
	border-right: solid 2px #4e5aa9;
	border-top: solid 2px #4e5aa9;
	font-weight: bold;
}

.mn2_titl1 {
	border: solid 1px #e6eaed;
	background: #f7f9fa;
	padding: 30px 0px;
	margin-bottom: 50px;
}

.mn2_titl1 h4 {
	text-align: center;
	background: url(/static/ucms/img/sub/titl_icon1.gif) 320px 50% no-repeat;
	color: #1b386e;
	font-size: 25px;
	line-height: 41px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn2_titl2 {
	border: solid 1px #e6eaed;
	background: #f7f9fa;
	padding: 30px 0px;
	margin-bottom: 50px;
}

.mn2_titl2 h4 {
	text-align: center;
	background: url(/static/ucms/img/sub/titl_icon2.gif) 310px 50% no-repeat;
	color: #1b386e;
	font-size: 25px;
	line-height: 41px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn_pl1 {
	border: solid 1px #e6eaed;
	background: #f7f9fa;
	padding: 30px 0px;
	margin-bottom: 30px;
}

.mn_pl1 p {
	text-align: center;
	color: #1b386e;
	font-size: 25px;
	line-height: 41px;
	margin-bottom: 20px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn_pl1 a.wbtn {
	width: 80px;
	margin: 0 auto;
	display: block;
}

.mn_pl1 ul {
	width: 900px;
	margin: 20px auto;
}

.mn_pl1 ul li {
	color: #939181
}

.mtitl5 {
	color: #123884;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 10px;
	background: url(/static/ucms/img/sub/tit_unline.gif) center bottom
		repeat-x;
	display: inline-block;
	margin-bottom: 30px;
}

.mtitl6 {
	color: #123884;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 10px;
	background: url(/static/ucms/img/sub/tit_unline.gif) center bottom
		repeat-x;
	display: inline-block;
	margin-bottom: 30px;
	float: right;
}

.mtitl6:after {
	clear: both;
	overflow: hidden;
	float: none;
}

.mn2_box1 {
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 50px;
}

.mn2_box1 .mn2_icon1 {
	background: url(/static/ucms/img/sub/mu_icon1.gif) 100px 50% no-repeat;
	padding-left: 320px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn2_box1 .mn2_icon2 {
	background: url(/static/ucms/img/sub/mu_icon2.gif) 100px 50% no-repeat;
	padding-left: 320px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn2_box1 .mn2_icon3 {
	background: url(/static/ucms/img/sub/mu_icon3.gif) 100px 50% no-repeat;
	padding-left: 320px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn2_box1 .mn2_icon4 {
	background: url(/static/ucms/img/sub/mu_icon4.gif) 10px 50% no-repeat;
	height: 180px;
	padding-left: 180px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn2_box1 .mn2_icon5 {
	background: url(/static/ucms/img/sub/mu_icon5.gif) right 50% no-repeat;
	height: 180px;
	padding-right: 180px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn2_box1 .mn2_icon6 {
	background: url(/static/ucms/img/sub/mu_icon6.gif) 10px 50% no-repeat;
	height: 180px;
	padding-left: 180px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mn2_box1 .mn2_icon5 p {
	text-align: right;
	clear: both;
	overflow: hidden;
	float: none;
}

.mn2_box1 dl {
	margin-bottom: 30px;
}

.mn2_box1 dl dt span.cr_bg {
	background: url(/static/ucms/img/sub/num_bg1.gif) left 50% no-repeat;
	margin-right: 5px;
	font-size: 10px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
}

.mn2_box1 dl dt {
	margin-bottom: 20px;
	color: #555555;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}

.mn2_box1 dl dd ul.u_list {
	padding-left: 20px;
}

.mn2_box1 dl dd ul.u_list li {
	font-size: 16px;
}

.mn2_box1 dl dd p.rd_list {
	color: #ff2525;
	font-size: 13px;
	padding-left: 25px;
}

.mn2_box1 dl dd ul.u_list li img {
	vertical-align: middle;
	display: inline-block;
	padding-left: 10px;
}

.mn2_box1 dl dt span.cr_bg2 {
	background: url(/static/ucms/img/sub/dott3.gif) left 50% no-repeat;
	margin-right: 5px;
	font-size: 0px;
	line-height: 10px;
	width: 10px;
	height: 10px;
	display: inline-block;
	color: #fff;
	text-align: center;
}

.rd_p0 {
	color: #ff2525;
	margin: 40px 0px;
	text-align: center;
}

.clear {
	clear: both;
	overflow: hidden;
	float: none;
}


/* 참여하는 혁신 */
#opinion h4 {
	border-top: 2px solid #1a327b;
	border-bottom: 1px solid #ebebeb;
	background-color: #fbfbfb;
	font-size: 21px;
	color: #1b1b1b;
	text-align: center;
	font-weight: 600;
	padding: 17px 10px;
}

#opinion .opinion_head {
	overflow: hidden;
	padding: 15px 0;
}

#opinion .opinion_head .opinion_tap {
	float: left;
	margin-top: 5px;
}

#opinion .opinion_head .opinion_tap ul {
	overflow: hidden;
}

#opinion .opinion_head .opinion_tap ul li {
	float: left;
}

#opinion .opinion_head .opinion_tap ul li a {
	display: inline-block;
	color: #4c4d4f;
	font-size: 15px;
	padding: 0 20px;
	position: relative;
}

#opinion .opinion_head .opinion_tap ul li.on a {
	font-weight: 600;
}

#opinion .opinion_head .opinion_tap ul li a:after {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 15px;
	background-color: #b7b7b7;
	content: "";
}

#opinion .opinion_head .opinion_tap ul li:first-child a:after {
	display: none;
}

#opinion .opinion_head .inquiry_btn {
	float: right;
}

#opinion .opinion_head .inquiry_btn a {
	display: inline-block;
	background-color: #1a327b;
	font-size: 18px;
	color: #fff;
	padding: 5px 10px;
}

#opinion .opinion_list>ul {
	
}

#opinion .opinion_list>ul>li {
	border-top: 1px solid #ebebeb;
	margin-top: -1px;
}

#opinion .opinion_list>ul>li.on .question {
	
}

#opinion .opinion_list>ul>li .question {
	position: relative;
	border-bottom: 1px solid #ebebeb;
}

#opinion .opinion_list>ul>li .question em {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #1a327b;
	display: inline-block;
	width: 100px;
	text-align: center;
	height: 100%;
}

#opinion .opinion_list>ul>li .question em span {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 0;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-top: -9px;
}

#opinion .opinion_list>ul>li .question .q_txt {
	padding: 25px 100px 25px 120px;
	color: #1b1b1b;
	font-size: 21px;
	overflow: hidden;
}

#opinion .opinion_list>ul>li .question .q_txt span {
	float: left;
}

#opinion .opinion_list>ul>li .question .q_txt p {
	margin-left: 30px;
}

#opinion .opinion_list>ul>li .question button {
	text-indent: -9999px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -5px;
	width: 31px;
	height: 11px;
	background: url(/static/ucms/img/sub/ico_opinion_off.png) center center
		no-repeat;
	border: none;
	outline: none;
}

#opinion .opinion_list>ul>li.on .question button {
	background: url(/static/ucms/img/sub/ico_opinion_on.png) center center
		no-repeat;
}

#opinion .opinion_list>ul>li .answer {
	display: none;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}

#opinion .opinion_list>ul>li .answer .inner {
	background-color: #fafafb;
	padding: 20px 20px 20px 0;
}

#opinion .opinion_list>ul>li .answer em {
	display: inline-block;
	width: 100px;
	text-align: center;
	float: left;
}

#opinion .opinion_list>ul>li .answer .a_txt {
	padding: 0 0 0 20px;
	overflow: hidden;
}

#opinion .opinion_list>ul>li .answer .a_txt span {
	float: left;
	color: #1b1b1b;
	font-size: 21px;
}

#opinion .opinion_list>ul>li .answer .a_txt p {
	margin-left: 30px;
	font-size: 15px;
	color: #1b1b1b;
	padding-top: 3px;
}

/* 혁신토론 */
#discussion .discussion_head {
	margin-bottom: 30px;
}

#discussion .discussion_head h4 {
	font-size: 27px;
	color: #415591;
	text-align: center;
	border-top: 2px solid #1a327b;
	border-bottom: 2px solid #1a327b;
	padding: 15px 10px;
	margin-bottom: 10px;
}

#discussion .discussion_head .info {
	text-align: right;
	font-size: 15px;
	color: #1b1b1b;
}

#discussion .discussion_cont .txt {
	font-size: 18px;
	color: #1b1b1b;
	margin-bottom: 100px;
}

#discussion .discussion_cont .discussion_select {
	text-align: center;
	margin-bottom: 80px;
}

#discussion .discussion_cont .discussion_select .flip-container {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
	display: inline-block;
	margin: 0 10px;
}

#discussion .discussion_cont .discussion_select .flip-container:hover .flipper,
	.flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#discussion .discussion_cont .discussion_select .flip-container, .front,
	.back {
	width: 107px;
	height: 107px;
}

#discussion .discussion_cont .discussion_select .flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

#discussion .discussion_cont .discussion_select .front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#discussion .discussion_cont .discussion_select .front {
	z-index: 2;
}

#discussion .discussion_cont .discussion_select .back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #f8f8f8;
}

#discussion .discussion_cont .discussion_select .flip-container span {
	display: block;
	text-align: center;
	padding-top: 110px;
	font-size: 18px;
	color: #1b1b1b;
}

#discussion .bx_reply {
	margin-top: 50px;
}

#discussion .bx_reply .reply_write {
	background: url(/static/ucms/img/sub/bg_reply.gif) left top repeat;
	padding: 20px;
}

#discussion .bx_reply .reply_write_inner {
	overflow: hidden;
	padding-right: 180px;
	position: relative;
}

#discussion .bx_reply .reply_write_inner textarea {
	height: 90px;
	border: 1px solid #ebebeb;
	outline: none;
}

#discussion .bx_reply .reply_write_inner button {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 154px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	font-size: 21px;
	color: #1b1b1b;
	text-align: center;
	height: 100%;
}

#discussion .bx_reply .reply_cont .reply_tap ul {
	overflow: hidden;
	padding: 10px 0;
}

#discussion .bx_reply .reply_cont .reply_tap ul li {
	float: left;
}

#discussion .bx_reply .reply_cont .reply_tap ul li a {
	display: inline-block;
	color: #4c4d4f;
	font-size: 15px;
	padding: 0 20px;
	position: relative;
}

#discussion .bx_reply .reply_cont .reply_tap ul li.on a {
	font-weight: 600;
}

#discussion .bx_reply .reply_cont .reply_tap ul li a:after {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 15px;
	background-color: #b7b7b7;
	content: "";
}

#discussion .bx_reply .reply_cont .reply_tap ul li:first-child a:after {
	display: none;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view {
	border: 1px solid #ebebeb;
	padding: 20px;
	margin-bottom: 0;
	background-color: #fff;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .info {
	font-size: 15px;
	color: #1b1b1b;
	margin-bottom: 15px;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .info span {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .info span:after
	{
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
	height: 15px;
	background-color: #b7b7b7;
	content: "";
}

#discussion .bx_reply .reply_cont .reply_list ul li .view>p {
	font-size: 15px;
	color: #1b1b1b;
	margin-bottom: 15px;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn {
	overflow: hidden;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn .reply_btn_left
	{
	float: left;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	color: #1b1b1b;
	text-align: center;
	padding: 8px 10px 8px 10px;
	line-height: 1;
	min-width: 70px;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn .reply_btn_left a
	{
	margin-right: 5px;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn .reply_btn_left a.reply_cnt
	{
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn .reply_btn_left a.recomm
	{
	border: 1px solid #00aeef;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn .reply_btn_left a.unrecomm
	{
	border: 1px solid #ed1c24;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn .reply_btn_right
	{
	float: right;
}

#discussion .bx_reply .reply_cont .reply_list ul li .view .reply_btn .reply_btn_right a
	{
	margin-left: 5px;
	border: 1px solid #ebebeb;
}

#discussion .bx_reply .reply_cont .reply_list ul li .reply_area {
	background-color: #fafafa;
	padding: 20px;
}

#discussion .bx_reply .reply_cont .reply_list ul li .reply_area .reply_write_inner
	{
	margin-bottom: 20px;
}

/*  =========================================================================  */

/* =================================vote sub ======================================== */
ul.vote_wrap1 {
	overflow: hidden;
}

ul.vote_wrap1 li {
	width: 31%;
	margin: 0 1%;
	float: left;
}

ul.vote_wrap1 li .top_vote1 {
	border-radius: 5px 5px 0 0;
	background: #1a327b;
	color: #fff;
	padding: 20px 10px 10px 5px;
}

ul.vote_wrap1 li .top_vote1 dl {
	margin-bottom: 10px;
}

ul.vote_wrap1 li .top_vote1 dl dt {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	width: 250px;
	margin: 0 auto 10px auto;
}

ul.vote_wrap1 li .top_vote1 dl dt a {
	color: #fff
}

ul.vote_wrap1 li .top_vote1 dl dd {
	font-size: 13px;
	line-height: 17px;
	text-align: center;
}

ul.vote_wrap1 li .top_vote1 p {
	font-size: 13px;
	line-height: 17px;
	text-align: right;
}

ul.vote_wrap1 li .btt_vote1 {
	border-radius: 0 0 5px 5px;
	background: #f9f9f9;
	position: relative;
	border: solid 1px #e1e1e1;
	width: 308px;
	height: 200px;
	margin-bottom: 20px;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag {
	width: 210px;
	height: 170px;
	padding-top: 30px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag div strong {
	margin-bottom: 5px;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .sccs_box {
	width: 60px;
	height: 200px;
	float: left;
	position: relative;
	vertical-align: bottom;
	text-align: center;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .sccs_box .gage1 {
	background: #00aeef;
	width: 60px;
	color: #fff;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .fail_box {
	width: 60px;
	height: 200px;
	float: left;
	position: relative;
	vertical-align: bottom;
	text-align: center;
	margin: 0 10px
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .fail_box .gage1 {
	background: #ed1c24;
	width: 60px;
	color: #fff;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .rep_box {
	width: 60px;
	height: 200px;
	float: left;
	position: relative;
	vertical-align: bottom;
	text-align: center;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .rep_box .gage1 {
	background: #898989;
	width: 60px;
	color: #fff;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .sccs_box .gage1 strong {
	color: #00aeef;
	font-size: 20px;
	line-height: 20px;
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .fail_box .gage1 strong {
	color: #ed1c24
}

ul.vote_wrap1 li .btt_vote1 .vote_gag .rep_box .gage1 strong {
	color: #898989
}

.gage1 strong {
	position: absolute;
	top: -25px;
	text-align: center;
	display: block;
	width: 100%;
}

.gage1 span {
	position: absolute;
	bottom: 40px;
	left: 10px;
}

.ulist1 {
	border-top: solid 2px #121212;
}

.ulist1 li {
	border-bottom: solid 1px #ededed;
	padding-bottom: 20px;
	padding-top: 20px;
	overflow: hidden;
	position: relative;
}

.ulist1 li dl {
	width: 75%;
}

.ulist1 li dl dt {
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}

.ulist1 li dl.d_end dt a {
	text-decoration: line-through;
	color: #a6a6a6;
}

.ulist1 li dl.d_end dt .ups1 {
	color: #000;
	font-size: 16px;
	line-height: 18px;
}

.ulist1 li dl.d_end dd {
	text-decoration: line-through;
	color: #a6a6a6;
}

.ulist1 li dl dd {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.ulist1 li dl dd span.lst_p1 {
	margin-bottom: 30px;
	display: block;
	color: #8a8a8a;
}

.ulist1 li .sum_pic {
	width: 20%;
	position: absolute;
	top: 20px;
	right: 10px;
	border-left: solid 1px #ededed;
	padding-left: 20px;
	margin-left: 20px;
	width: 200px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.ulist1 li .sum_pic h6 {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.stt_a {
	display: inline-block;
	border-radius: 3px;
	background: #218ad3;
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
	margin-left: 10px;
	font-weight: normal;
}

.stt_b {
	display: inline-block;
	border-radius: 3px;
	background: #ff4800;
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
	margin-left: 10px;
	font-weight: normal;
}

.stt_c {
	display: inline-block;
	border-radius: 3px;
	background: #5b5b5b;
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
	margin-left: 10px;
	font-weight: normal;
}

.ulist1 li .sum_pic .icon_p {
	border: solid 1px #ededed;
	padding: 3px 5px;
	border-radius: 20px;
	margin-right: 5px;
	overflow: hidden;
	width: 24px;
	height: 24px;
}

.ulist1 li .sum_pic .icon_p img {
	width: 24px;
	height: 24px;
}

.ulist1 li .sum_pic .id_wrap strong {
	color: #8a8a8a;
	font-weight: normal;
	font-size: 14px;
}

.ulist1 li dl dd p.ch_num {
	font-size: 11px;
	color: #e26214
}

.reply_cont .reply_tap ul {
	overflow: hidden;
	padding: 10px 0;
}

.reply_cont .reply_tap ul li {
	float: left;
}

.reply_cont .reply_tap ul li a {
	display: inline-block;
	color: #4c4d4f;
	font-size: 15px;
	padding: 0 20px;
	position: relative;
}

.reply_cont .reply_tap ul li.on a {
	font-weight: 600;
}

.reply_cont .reply_tap ul li a:after {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 15px;
	background-color: #b7b7b7;
	content: "";
}

.reply_cont .reply_tap ul li:first-child a:after {
	display: none;
}

.reply_list1 ul li .view {
	border: 1px solid #ebebeb;
	padding: 20px;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0px;
}

.reply_list1 ul li:last-child .view {
	border: 1px solid #ebebeb;
}

.reply_list1 ul li .view .info {
	font-size: 15px;
	color: #1b1b1b;
	margin-bottom: 15px;
}

.reply_list1 ul li .view .info span {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}

.reply_list1 ul li .view .info span:after {
	position: absolute;
	right: 0;
	top: 4px;
	width: 1px;
	height: 15px;
	background-color: #b7b7b7;
	content: "";
}

.reply_list1 ul li .view>p {
	font-size: 15px;
	color: #4d4f54;
	margin-bottom: 15px;
}

.reply_list1 ul li .view .reply_btn {
	overflow: hidden;
}

.reply_list1 ul li .view .reply_btn .reply_btn_left {
	float: left;
}

.reply_list1 ul li .view .reply_btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	color: #1b1b1b;
	text-align: center;
	padding: 8px 10px 8px 10px;
	line-height: 1;
	min-width: 70px;
}

.reply_list1 ul li .view .reply_btn .reply_btn_left a {
	margin-right: 5px;
}

.reply_list1 ul li .view .reply_btn .reply_btn_left a.reply_cnt {
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

.reply_list1 ul li .view .reply_btn .reply_btn_left a.recomm {
	border: 1px solid #00aeef;
}

.reply_list1 ul li .view .reply_btn .reply_btn_left a.unrecomm {
	border: 1px solid #ed1c24;
}

.reply_list1 ul li .view .reply_btn .reply_btn_right {
	float: right;
}

.reply_list1 ul li .view .reply_btn .reply_btn_right a {
	margin-left: 5px;
	border: 1px solid #ebebeb;
}

.reply_list1 ul li .reply_area {
	background-color: #fafafa;
	padding: 20px;
}

.reply_list1 ul li .reply_area .reply_write_inner {
	margin-bottom: 20px;
}

.reply_list1 ul li.best_rep1 {
	border: 3px solid #1979b0;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #fff;
}

.reply_list1 ul li.best_rep1 span.best {
	padding: 2px 10px;
	background: #ef2e2e;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
}

.reply_list1 ul li.best_rep1 .view {
	border: 0px !important;
}

.bestas1 {
	font-weight: bold;
	color: #000;
	font-size: 22px;
}

.reply_btn_left a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	color: #1b1b1b;
	text-align: center;
	padding: 8px 10px 8px 10px;
	line-height: 1;
	min-width: 70px;
}

a.reply_cnt {
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

a.recomm {
	border: 1px solid #00aeef;
}

a.unrecomm {
	border: 1px solid #ed1c24;
}

.ups1 {
	font-size: 13px;
	font-weight: normal;
	color: #e31818;
}

.ups2 {
	font-size: 13px;
	font-weight: normal;
	color: #1d6aab;
}

.desc {
	font-size: 14px;
	line-height: 30px;
	color: #424141;
}

/* 지자체 */
content-tab-menu {
	overflow: hidden;
}

/*tab*/
.content-tab-menu {
	width: auto;
	margin-bottom: 30px;
}

.content-tab-menu>li {
	margin: 1px 2px 2px 2px;
	display: inline-block;
	width: 191px;
}

.content-tab-menu>li>a {
	word-break: keep-all;
	border-radius: 0;
	width: 191px;
	height: 44px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	letter-spacing: -1px;
	border: 1px solid #e8e8e8;
	display: table-cell;
}

.content-tab-menu>li>a>i {
	display: none;
}

.content-tab-menu>li.active>a, .content-tab-menu>li.active>a:focus,
	.content-tab-menu>li.active>a:hover, .content-tab-menu>li>a:hover {
	color: #fff;
	color: #fff;
	background-color: #5b7683;
	border: 1px solid #5b7683;
	height: 44px;
}

.content-tab-menu>li.active>a>i, .content-tab-menu>li.active>a:focus>i,
	.content-tab-menu>li.active>a:hover>i {
	display: inline;
	padding: 2px;
}

.content-tab-menu>.tab-box {
	border: 1px solid #ddd;
	width: 151px;
	margin: 0 0 2px 2px;
	height: 43px;
}

/* 댓글 */
#commentList ul li .cmtBody {
	padding: 10px;
	margin-bottom: 0;
	background-color: #fff;
	margin-bottom: 5px;
}

#commentList ul li:last-child .view {
	border: 1px solid #ebebeb;
}

#commentList ul li .cmtBody .infoAppend {
	font-size: 15px;
	margin-bottom: 15px;
	display: block;
}

#commentList ul li .cmtBody .infoAppend span {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	font-weight: 400;
	color: #000;
}

#commentList ul li .cmtBody .infoAppend span.icon {
	padding-right: 10px;
	margin-right: 0px;
}

#commentList ul li .cmtBody .infoAppend span.icon img {
	width: 25px;
	height: 25px;
}

#commentList ul li .cmtBody .reply_btn {
	overflow: hidden;
}

#commentList ul li .cmtBody .reply_btn .reply_btn_left {
	float: left;
}

#commentList ul li .cmtBody .reply_btn a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	color: #1b1b1b;
	text-align: center;
	padding: 8px 10px 8px 10px;
	line-height: 1;
	min-width: 70px;
}

#commentList ul li .cmtBody .reply_btn .reply_btn_left a {
	margin-right: 5px;
}

#commentList ul li .cmtBody .reply_btn .reply_btn_left a.reply_cnt {
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}

#commentList ul li .cmtBody .reply_btn .reply_btn_left a.recomm {
	border: 1px solid #00aeef;
}

#commentList ul li .cmtBody .reply_btn .reply_btn_left a.unrecomm {
	border: 1px solid #ed1c24;
}

#commentList ul li .cmtBody .reply_btn .reply_btn_right {
	float: right;
}

#commentList ul li .cmtBody .reply_btn .reply_btn_right a {
	margin-left: 5px;
	border: 1px solid #ebebeb;
}

#commentList ul li .cmtBody pre {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	margin: 0px 0px 10px 0px;
}

#commentList ul li .reply_area {
	background-color: #fafafa;
	padding: 20px;
}

#commentList ul li .reply_area .reply_write_inner {
	margin-bottom: 20px;
}

#commentList ul li.best_rep1 {
	border: 3px solid #1979b0;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #fff;
}

#commentList ul li.best_rep1 span.best {
	padding: 2px 10px;
	background: #ef2e2e;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	border-radius: 3px;
	margin-right: 10px;
}

#commentList ul li.best_rep1 .view {
	border: 0px !important;
}

.cm_alig {
	overflow: hidden;
	text-align: right;
}

.screen_out {
	display: block;
	margin-bottom: 10px;
}

.cmtFoot.cmmntViewDiv {
	text-align: center;
	margin-bottom: 20px;
}

.cmtFoot.cmmntViewDiv .updtBtn {
	background: #333 !important;
	border: 0px !important;
}

.cmtFoot.cmmntViewDiv .cmmntDelBtn {
	background: #e74c4c !important;
	border: 0px !important;
}

#commentList ul li .cmtBody pre {
	position: relative;
	background: #ffffff;
	border: 1px solid #7186b0;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px;
	border-bottom: 3px solid #7186b0;
	width: 1000px;
}

#commentList ul li .cmtBody pre:after, #commentList ul li .cmtBody pre:before
	{
	top: 100%;
	left: 7%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#commentList ul li .cmtBody pre:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -36px;
}

#commentList ul li .cmtBody pre:before {
	border-color: rgba(113, 134, 176, 0);
	border-top-color: #7186b0;
	border-width: 11px;
	margin-left: -37px;
}

/*  graph list */
.grph_list {
	width: 960px;
	height: 130px;
	position: relative;
	border: solid 1px #ededed;
	padding: 20px 20px 10px 20px;
}

.grph_list ul.chilist1 {
	margin-bottom: 15px;
}

.grph_list ul.chilist1 li {
	border-radius: 3px;
	background: #ed5565;
	width: 35px;
	height: 25px;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 14px;
}

.grph_list ul.chilist1 li:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565;
}

.grph_list .gage_bg1 {
	background: #a2a2a2;
	position: relative;
	height: 10px;
	margin-top: 22px;
}

.grph_list .gage_bg1 span.gage {
	background: #145999;
	display: block;
	height: 10px;
	position: relative;
}

.grph_list .gage_bg1 img.ar_img {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 19px;
	height: 19px;
}

.grph_list div.nline {
	position: relative;
	height: 10px;
	margin-bottom: 10px;
}

.grph_list div.nline .step_by {
	position: absolute;
	top: 0px;
	z-index: 99999;
	width: 100px;
}

.grph_list div.nline .chilist1 {
	margin-bottom: 4px;
}

.grph_list div.nline .chilist1 li {
	margin: 0 auto;
}

.grph_list div.nline .crli1, .grph_list div.nline .crli2, .grph_list div.nline .crli3,
	.grph_list div.nline .crli4, .grph_list div.nline .crli5, .grph_list div.nline .crli6
	{
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.grph_list div.nline .nmli2 {
	display: block;
	text-align: center;
	font-size: 14px;
}

.grph_list ul.nemlist1 {
	position: relative;
	height: 10px;
	margin-bottom: 10px;
}

.grph_list ul.nemlist1 li {
	height: 10px;
	position: absolute;
	top: 4px;
}

.progress {
	margin-top: 60px;
}

.progress .one_s {
	margin-left: 100px;
}

.progress .two_s {
	margin-left: 100px;
}

/* 준비중입니다 */
.ready_box {
	text-align: center;
}

/* id 찾기 */
.login_tl2 {
	width: 600px;
	margin: 0 auto;
}

.login_tl2 h4 {
	font-size: 33px;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: center;
	-webkit-transition: font-size .4s;
	transition: font-size .4s;
}

.login_tl2 p {
	background: url(/static/ucms/img/ogp/dott2.gif) left 7px no-repeat;
	padding-left: 15px;
	font-size: 15px;
}

.login_wrap2 {
	width: 600px;
	padding: 20px;
	margin: 0px auto 0px auto;
	margin-bottom: 40px;
}

.login_wrap3 {
	/*width: 600px;*/
	font-size: 17px;
	text-align: center;
	padding: 20px;
	margin: 0px auto 0px auto;
}

ul.idsech {
	/*width: 600px;*/
	margin: 0 auto 30px auto;
	text-align: center;
	overflow: hidden;
}

ul.idsech li {
	/*float: left;*/
}

ul.idsech li:last-child {
	/*margin-left: 50px;*/
}

.loginSet {
	margin-top: 20px;
}

.loginSet .fr a {
	color: #123884;
}

/* 검색 */
.header_srchBox {
	max-width: 400px;
	margin: 10px auto 30px auto;
	border: 2px solid #cdcdcd;
	border-radius: 10px;
	padding: 5px 10px 5px 5px;
}

.header_srchBox fieldset {
	padding-right: 70px;
	position: relative;
}

.header_srchBox label {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}

.header_srchBox .inner {
	
}

.header_srchBox .inner input[type="text"] {
	width: 100%;
	border: none;
}

.header_srchBox button {
	border: none;
	position: absolute;
	right: 0;
	top: 8px;
	width: 64px;
	height: 21px;
	background: url(/static/ucms/img/sub/search.png) left center no-repeat;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
	font-weight: 600;
	text-align: left;
	padding-left: 30px;
}
/* 검색 */
.header_srchBox02 {
	max-width: 100%;
	border: 0;
	padding: 35px 15px;
	text-align:center;
	background:#123884;
}

.header_srchBox02 fieldset {
	position: relative;
}

.header_srchBox02 label {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}

.header_srchBox02 .inner {
	width: calc(100% - 650px);
}

.header_srchBox02 .inner input[type="text"] {
	width: 97%;
/* 	border: none; */
margin-left:10px;
}
.m-r-4{margin-right:4px !important;}
.header_srchBox02 button {
	border: 1px solid #fff;
    width: 60px;
    height: 33px;
    background: #123884;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    /* padding-left: 30px; */
    text-align: center;
    /* padding: 8px;*/
    /* float:right; */
}
#search_second {
	padding: 35px 0;
}

#search_second p {
	text-align: center;
	font-size: 20px;
}

#search_second p span {
	color: #ef212f;
	font-weight: 700;
}

ul.search_tabList {
	position: relative;
	max-width: 1000px;
	margin: 30px auto;
	border: 1px solid #cdcdcd;
	border-radius: 7px;
	overflow: hidden;
}

ul.search_tabList:after {
	display: block;
	clear: both;
	content: ""
}

ul.search_tabList>li {
	float: left;
	padding: 10px;
	border-left: 1px solid #cdcdcd;
	color: #666666;
	font-size: 22px;
	line-height: 28px;
	cursor: pointer;
	width: 33.333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

ul.search_tabList>li:first-child {
	border-left: none;
}

ul.search_tabList>li:last-child {
	
}

ul.search_tabList>li.active {
	color: #fff;
	background-color: #666666;
}

ul.search_tabList>li.active a {
	color: #fff;
}

ul.search_tabList>li span {
	display: inline-block;
}

ul.search_tabList4 {
	position: relative;
	max-width: 1000px;
	margin: 30px auto;
	border: 1px solid #cdcdcd;
	border-radius: 7px;
	overflow: hidden;
	display:flex;
}

ul.search_tabList4:after {
	display: block;
	clear: both;
	content: ""
}

ul.search_tabList4>li {
	float: left;
	border-left: 1px solid #cdcdcd;
	background:#f9f9f9;
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	cursor: pointer;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
ul.search_tabList4 > li > a {padding:15px 0;}

ul.search_tabList4>li:first-child {
	border-left: none;
}

ul.search_tabList4>li:last-child {
	
}

ul.search_tabList4>li.active {
	color: #fff;
	background-color: #6e7e9d;
}

ul.search_tabList4>li.active a {
	color: #fff;
}

ul.search_tabList4>li span {
	display: inline-block;
}

.search_container {
	max-width: 1000px;
}

.search_content .search_section {
	margin-bottom: 40px;
	position: relative;
}

.search_content .search_section h4 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	padding:10px 15px;
	background:#6e7e9d;
	border-radius:10px 10px 0 0;
}

.search_content .search_section h4 span {
	font-size: 15px;
}

.search_content .search_section ul {
	margin-bottom: 15px;
	/* border-radius: 5px; */
	border: solid 1px #e0e0e0;
	padding: 10px;
}

.search_content .search_section ul li {
	border-bottom: 1px dashed #e0e0e0;
	padding: 15px 0;
	word-break: keep-all;
}

.search_content .search_section ul li a {
	color: #3d4654;
	font-weight: 400; /* text-decoration: underline; */
	display: inline-block;
	font-size: 17px;
	margin-bottom: 5px;
	word-break: keep-all;
	text-overflow: ellipsis;
	width: 100%;
}

.search_content .search_section ul li a em {
	color: #ef212f;
	font-weight: 600;
}

.search_content .search_section ul li p {
	color: #949494;
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.search_content .search_section ul.sch_lists1 {
	margin-bottom: 15px;
/* 	margin-top: 15px; */
/* 	border-radius: 10px; */
	border: solid 1px #e0e0e0;
	padding: 10px 2%;
	width: 100%;
}

.search_content .search_section ul.sch_lists1 li {
	padding: 15px 0;
	word-break: keep-all;
}

.search_content .search_section ul.sch_lists1 li a {
	color: #3d4654;
	font-weight: 400; /* text-decoration: underline; */
	display: inline-block;
	font-size: 17px;
	margin-bottom: 5px;
	word-break: keep-all;
	text-overflow: ellipsis;
	width: 100%;
}

.search_content .search_section ul.sch_lists1 li a em {
	color: #ef212f;
	font-weight: 600;
}

.search_content .search_section ul.sch_lists1 li p:before {
	content: '-';
	margin-right: 5px;
}

.search_content .search_section ul.sch_lists1 li p {
	color: #949494;
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	text-indent: 10px;
}

.search_content .search_section ul.sch_lists1 li:last-child {
	border-bottom: 0px;
}

.search_content .search_section .more_search {
	position: absolute;
    right: 15px;
    top: 13px;
    color: #fff;
    font-size: 15px;
    padding: 0 5px;
    border: 1px solid #fff;
}

.search_content .search_section ul.no-data {
	text-align: center;
	/* margin-top: 15px; */
	margin-bottom: 15px;
	color: #949494;
	font-size: 15px;
	font-weight: 400;
}

.search_content .search_section ul.no-data li {
	border-bottom: 0px;
}

/*210712_남동우_검색결과 화면 수정**********************************************************/
.search_content .first_result{
	float:left;
	width:48%;	
}
.search_content .first_result:nth-child(odd){
	margin-right:4%;
}
.search_content .first_result h4 {
	background:#6e7e9d;
	color:#fff !important;
	padding:10px 15px;
	border-radius:10px 10px 0 0;
}
.search_content .first_result ul.sch_lists1 {
	border-radius: 0 !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	height:430px;
	overflow:hidden;
}
.search_content .first_result .more_search {
	right:13px;
	top:15px;
	color:#fff;
	padding:0 5px;
	border:1px solid #fff;
}

/************************************************************************************/

/*  graph list */
.grph_list {
	width: 960px;
	height: 130px;
	position: relative;
	border: solid 1px #ededed;
	padding: 20px 20px 10px 20px;
}

.grph_list ul.chilist1 {
	margin-bottom: 15px;
}

.grph_list ul.chilist1 li {
	border-radius: 3px;
	background: #ed5565;
	width: 35px;
	height: 25px;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 14px;
}

.grph_list ul.chilist1 li:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565;
}

.grph_list .gage_bg1 {
	background: #a2a2a2;
	position: relative;
	height: 10px;
	margin-top: 22px;
}

.grph_list .gage_bg1 span.gage {
	background: #145999;
	display: block;
	height: 10px;
	position: relative;
}

.grph_list .gage_bg1 img.ar_img {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 19px;
	height: 19px;
}

.grph_list div.nline {
	position: relative;
	height: 10px;
	margin-bottom: 10px;
}

.grph_list div.nline .step_by {
	position: absolute;
	top: 0px;
	z-index: 99999;
	width: 100px;
}

.grph_list div.nline .chilist1 {
	margin-bottom: 4px;
}

.grph_list div.nline .chilist1 li {
	margin: 0 auto;
}

.grph_list div.nline .crli1, .grph_list div.nline .crli2, .grph_list div.nline .crli3,
	.grph_list div.nline .crli4, .grph_list div.nline .crli5, .grph_list div.nline .crli6
	{
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.grph_list div.nline .nmli2 {
	display: block;
	text-align: center;
	font-size: 14px;
}

.grph_list ul.nemlist1 {
	position: relative;
	height: 10px;
	margin-bottom: 10px;
}

.grph_list ul.nemlist1 li {
	height: 10px;
	position: absolute;
	top: 4px;
}

.progress {
	margin-top: 60px;
}

.progress .one_s {
	margin-left: 100px;
}

.progress .two_s {
	margin-left: 100px;
}

.loginSet {
	margin-top: 20px;
}

.loginSet .fr a {
	color: #123884;
}

#userTypeCh3 {
	font-size: 13px;
	margin-left: 195px;
}

#userTypeCh3 input {
	width: 15px;
	height: 15px;
}

/*  graph list */
.grph_list {
	width: 960px;
	height: 130px;
	position: relative;
	border: solid 1px #ededed;
	padding: 20px 20px 10px 20px;
}

.grph_list ul.chilist1 {
	margin-bottom: 15px;
}

.grph_list ul.chilist1 li {
	border-radius: 3px;
	background: #ed5565;
	width: 35px;
	height: 25px;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 14px;
}

.grph_list ul.chilist1 li:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #ed5565;
}

.grph_list .gage_bg1 {
	background: #a2a2a2;
	position: relative;
	height: 10px;
	margin-top: 22px;
}

.grph_list .gage_bg1 span.gage {
	background: #145999;
	display: block;
	height: 10px;
	position: relative;
}

.grph_list .gage_bg1 img.ar_img {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 19px;
	height: 19px;
}

.grph_list div.nline {
	position: relative;
	height: 10px;
	margin-bottom: 10px;
}

.grph_list div.nline .step_by {
	position: absolute;
	top: 0px;
	z-index: 99999;
	width: 100px;
}

.grph_list div.nline .chilist1 {
	margin-bottom: 4px;
}

.grph_list div.nline .chilist1 li {
	margin: 0 auto;
}

.grph_list div.nline .crli1, .grph_list div.nline .crli2, .grph_list div.nline .crli3,
	.grph_list div.nline .crli4, .grph_list div.nline .crli5, .grph_list div.nline .crli6
	{
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.grph_list div.nline .nmli2 {
	display: block;
	text-align: center;
	font-size: 14px;
}

.grph_list ul.nemlist1 {
	position: relative;
	height: 10px;
	margin-bottom: 10px;
}

.grph_list ul.nemlist1 li {
	height: 10px;
	position: absolute;
	top: 4px;
}

.progress {
	margin-top: 60px;
}

.progress .one_s {
	margin-left: 100px;
}

.progress .two_s {
	margin-left: 100px;
}

/* 제안 공통 */
#tab_header {
	background-color: #edf1f3;
	text-align: center;
	padding: 23px 10px;
}

#tab_header .pc {
	max-width: 100%;
	display: inline-block;
}

#tab_header .mobile {
	display: none;
}

.suggestionTop {
	margin-bottom: 20px;
	margin-top: 10px;
}

.suggestionTop dl {
	margin-bottom: 30px;
}

.suggestionTop dl dt {
	overflow: hidden;
	margin-bottom: 35px;
}

.suggestionTop dl dt em {
	float: left;
	padding-top: 4px;
}

.suggestionTop dl dt p {
	margin-left: 170px;
	color: #123884;
	font-size: 19px;
	line-height: 25px;
}

.suggestionTop dl dt p b {
	font-family: 'Pretendard';
}

.suggestionTop dl dt p span {
	display: inline-block;
	padding-right: 40px;
	background: url(/static/ucms/img/sub/ico_best.gif) right top no-repeat;
	padding-top: 6px;
}

.suggestionTop dl dd {
	margin-left: 20px;
	padding-left: 10px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 6px;
}

.suggestionTop dl dd:after {
	position: absolute;
	left: 0;
	top: 8px;
	width: 2px;
	height: 2px;
	background-color: #7d7d7d;
	content: "";
}

.suggestionTop dl dd b {
	color: #2c55a7;
	font-weight: 600;
}

.line_bot {
	border-top: 2px solid #1b2259;
	padding: 30px 20px;
}

.line_bot strong {
	display: block;
	width: 180px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Pretendard';
	background-color: #efefef;
	font-size: 17px;
	color: #0a77c9;
	padding: 10px;
	margin-bottom: 25px;
}

.line_bot p {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}

.line_bot p b {
	font-weight: 600;
}

.line_bot ul {
	margin: 15px 0;
}

.line_bot ul li {
	color: #ff0000;
	font-size: 15px;
	line-height: 1.5;
	padding-left: 10px;
	position: relative;
	line-height: 1.5;
}

.line_bot ul li:after {
	position: absolute;
	left: 0;
	top: 8px;
	width: 2px;
	height: 2px;
	background-color: #ff0000;
	content: "";
}

.suggestion_go {
	text-align: center;
	color: #fff !important;
	font-size: 17px;
	font-weight: 600;
	display: block;
	padding: 15px 10px;
	width: 180px;
	margin: 10px auto 0 auto;
	background-color: #1b2259;
	border-radius: 5px;
}

/* 제안 리스트 */
.t_search {
	clear: both;
	margin-bottom: 11px;
	height: 34px;
}

.t_search:after {
	clear: both;
	content: '';
	overflow: hidden;
}

.t_search select {
	border: 1px solid #b4b4b4;
	height: 33px;
	color: #959595;
	outline: 0;
	vertical-align: top;
	width: 130px;
	font-size: 15px;
	margin-right: 3px;
	border-radius: 3px;
}

.t_search span {
	display: inline-block;
	border: 1px solid #b4b4b4;
	height: 32px;
	color: #b4b4b4;
	outline: 0;
	vertical-align: top;
	border-radius: 3px;
	overflow: hidden;
}

.t_search span input {
	border: none;
	padding: 0 5px;
	height: 33px;
	font-size: 15px;
}

.t_search span button {
	width: 30px;
	height: 25px;
	border: none;
	background: url(/static/ucms/img/sub/ico_tSearch.gif) center center
		no-repeat;
	text-indent: -9999px;
}

.t_search .f_l {
	float: left;
}

.t_search .f_r {
	float: right;
}

.t_search .f_r .selectric-wrapper {
	float: left;
}

.suggestion_list {
	
}

.suggestion_list>ul {
	border-top: 2px solid #1b2259;
}

.suggestion_list>ul>li {
	margin-top: 10px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 20px;
	position: relative;
	min-height: 144px;
}

.suggestion_list>ul>li dl {
	width: 80%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #cccccc;
}

.suggestion_list>ul>li dl dt {
	overflow: hidden;
	margin-bottom: 10px;
}

.suggestion_list>ul>li dl dt span {
	float: left;
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	margin-right: 10px;
}

.suggestion_list>ul>li dl dt span.green {
	background-color: #4aaa39;
	color: #fff;
}

.suggestion_list>ul>li dl dt span.gray {
	background-color: #e1e1e1;
	color: #000;
}

.suggestion_list>ul>li dl dt span.blue {
	background-color: #379be7;
	color: #fff;
}

.suggestion_list>ul>li dl dt span.red {
	background-color: #e64840;
	color: #fff;
}

.suggestion_list>ul>li dl dt a:focus {
	border: solid 1px #ededed;
}

.suggestion_list>ul>li dl dt p {
	float: left;
}

.suggestion_list>ul>li dl dt p a {
	font-size: 19px;
	color: #131944;
	font-family: 'Pretendard';
	line-height: 25px;
}

.suggestion_list>ul>li dl dd p {
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
}

.suggestion_list>ul>li ul {
	overflow: hidden;
}

.suggestion_list>ul>li ul li {
	float: left;
	font-size: 13px;
	color: #666;
	padding: 0 10px;
	position: relative;
}

.suggestion_list>ul>li ul li:after {
	position: absolute;
	left: 0;
	top: 5px;
	width: 1px;
	height: 10px;
	background-color: #2c55a7;
	content: "";
}

.suggestion_list>ul>li ul li:first-child {
	padding-left: 0;
}

.suggestion_list>ul>li ul li:first-child:after {
	display: none;
}

.suggestion_list .bot_btn {
	text-align: right;
	margin-top: 15px;
}

.suggestion_list .bot_btn .suggestion_go {
	padding: 10px;
	width: 120px;
	margin: 0;
	display: inline-block;
	font-size: 15px;
}

.green {
	background-color: #4aaa39;
	color: #fff;
}

.gray {
	background-color: #e1e1e1;
	color: #000;
}

.blue {
	background-color: #379be7;
	color: #fff;
}

.red {
	background-color: #e64840;
	color: #fff;
}

.best_pic {
	width: 21%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -48px;
}

.best_pic .pic_inner {
	padding-top: 50px;
	background: url(/static/ucms/img/sub/bg_suggestionBest.gif) center top
		no-repeat;
}

.best_pic .pic_inner>* {
	color: #1b2259;
	display: block;
	text-align: center;
}

.best_pic .pic_inner span {
	font-size: 15px;
}

.best_pic .pic_inner em {
	font-weight: 600;
}

/* 제안읽기 */
.vveiw_box1 {
	border-top: solid 2px #1b2259;
	padding-top: 30px;
	margin-bottom: 30px;
}

.vveiw_box1 dl.vveiw_titl1 {
	margin-bottom: 30px;
}

.vveiw_box1 dl.vveiw_titl1 dt {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'Pretendard';
	width: 1000px;
	text-overflow: ellipsis;
	white-space: normal;
}

.vveiw_box1 dl.vveiw_titl1 dd {
	text-align: center;
	font-size: 20px;
	color: #1b2259;
	font-weight: bold;
	font-family: 'Pretendard';
}

.vveiw_box1 dl.vveiw_titl1 dd img {
	vertical-align: middle;
}

.vveiw_box1 dl.vveiw_titl1 dd .red {
	border-radius: 3px;
	background: #e64840;
	border: solid 1px #ff0000;
	padding: 5px 20px;
	color: #fff;
	font-weight: normal;
	font-family: 'Pretendard';
	font-size: 14px;
}

.vveiw_box1 dl.vveiw_titl1 dd>span {
	font-weight: bold;
	font-family: 'Pretendard';
}

.vveiw_box1 dl.vveiw_titl1 dd>span strong {
	color: #ff0000;
	font-weight: bold;
}

.vveiw_box1 dl.vveiw_titl1 dd>span.gray {
	font-size: 14px;
	font-family: 'Pretendard';
	padding: 5px 26px;
	border-radius: 3px;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp {
	width: 380px;
	margin: 0 auto;
	overflow: hidden;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_left {
	float: left;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_right {
	float: left;
	border-left: 1px solid #ddd;
	text-align: left;
	margin-left: 30px;
	padding-left: 30px;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_right p {
	margin-bottom: 18px;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_right p span {
	display: inline-block;
	font-size: 14px;
	width: 56px;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	margin-right: 10px;
	font-weight: 400;
	font-family: 'Pretendard';
	padding: 0 20px;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_right p span.yellow {
	background-color: #ee8600;
	color: #fff;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_right p span.gray {
	background-color: #e1e1e1;
	color: #333333;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_right p span.blue {
	background-color: #1b2259;
	color: #fff;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_right .sucss_box1 {
	overflow: hidden;
	margin: 0;
	width: 195px;
	margin-bottom: 5px;
}

.vveiw_box1 dl.vveiw_titl1 dd .bx_grp .grp_right .sucss_box1 li {
	font-family: 'Pretendard';
	font-size: 13px;
	float: left;
	padding: 2px 20px !important;
}

.vveiw_box1 dl.vveiw_titl1 dd .stic_grp {
	width: 80%;
	margin: 30px auto 40px auto;
}

.vveiw_name {
	padding: 30px 40px;
	background: #f2f4f6;
	border-bottom: solid 1px #e1e1e1;
	margin-bottom: 20px;
}

.vveiw_name ul {
	overflow: hidden;
}

.vveiw_name ul li:first-child {
	margin-left: 0px;
}

.vveiw_name ul li:last-child {
	float: right;
	width: 22%;
}

.vveiw_name ul li {
	float: left;
	margin-left: 20px;
	width: 23%;
	text-align: left;
}

.vveiw_name ul li dl dt {
	font-weight: bold;
	font-family: 'Pretendard';
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

.vveiw_name ul li dl dd {
	font-weight: 600;
	display: inline-block;
	margin-left: 10px;
	font-size: 15px;
	line-height: 18px;
	vertical-align: top;
	color: #0a77c9;
}

.vveiw_cont1 {
	margin-bottom: 20px;
}

.vveiw_cont {
	border-radius: 3px;
	margin-bottom: 20px;
}

.vveiw_cont dl {
	border-bottom: solid 1px #1b2259;
	padding-bottom: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.vveiw_cont dl dt {
	float: left;
}

.vveiw_cont dl dt h5 {
	font-weight: bold;
	font-family: 'Pretendard';
	font-size: 20px;
}

.vveiw_cont dl dd {
	float: right;
}

.vveiw_cont dl dd h6 {
	color: #999;
	font-weight: bold;
	font-size: 16px;
	float: left;
}

.vveiw_cont dl dd a {
	margin: 0 3px;
}

.vveiw_cont2 {
	border-radius: 3px;
	margin-bottom: 20px;
	border: solid 1px #ccc;
	position: relative;
}

.vveiw_cont2 dl {
	border-bottom: solid 1px #1b2259;
	padding-bottom: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}

.vveiw_cont2 dl dt {
	float: left;
}

.vveiw_cont2 dl dt h5 {
	font-weight: bold;
	font-family: 'Pretendard';
	font-size: 20px;
}

.vveiw_cont2 dl dd {
	float: right;
}

.vveiw_cont2 dl dd h6 {
	color: #999;
	font-weight: bold;
	font-size: 16px;
	float: left;
}

.vveiw_cont2 dl dd a {
	margin: 0 3px;
}

.vveiw_wrap1 {
	padding: 30px 25px;
	border: solid 1px #ccc;
	position: relative;
}

.vveiw_wrap2 {
	padding: 30px 25px;
	position: relative;
}

.sns_share {
	text-align: right;
	margin: 20px 0px 0px 0px;
}

.sns_share1 {
	text-align: right;
	margin: 10px 0px 10px 0px;
}

.sns_share1 a {
	display: inline-block;
	margin: 0 2px;
}

.vveiw_cont  .vveiw_textbox {
	padding: 20px 10px;
	line-height: 1.5em;
}

.vveiw_cont  .vveiw_textbox p img {
	padding: 20px;
	width: 100%;
}

.vie_oreg1 {
	position: absolute;
	bottom: 20px;
	left: 30px;
	border: solid 1px #cccccc;
	padding: 5px 25px;
	border-radius: 3px
}

.votebox {
	margin-bottom: 20px;
}

.good_box {
	text-align: center;
	font-size: 20px;
	color: #1b2259;
	font-weight: bold;
	font-family: 'Pretendard';
}

.good_box span {
	display: inline-block;
	padding: 0 10px;
}

.good_box a.bt_tys1 {
	font-family: 'Pretendard';
	font-size: 14px;
	color: #fff;
	background: #1b2259 url(/static/ucms/img/sub/sh_btn1.png) 30px 8px
		no-repeat;
	border-radius: 3px;
	padding: 15px 30px 15px 80px;
	margin-right: 10px;
	vertical-align: middle;
}

.good_box strong {
	font-family: 'Pretendard';
	color: #2c55a4;
	font-weight: bold;
}

.good_box1 {
	text-align: center;
	position: absolute;;
	top: 10px;
	left: 5px;
}

.good_box1 label {
	display: inline-block;
	padding: 0 10px;
	font-family: 'Pretendard';
	color: #0a77c9;
	font-size: 16px;
	font-weight: bold;
}

.good_box1 label+label {
	color: #ff7e00;
}

.good_box1 label+label+label {
	color: #999999;
}

.good_box2 {
	text-align: center;
	position: absolute;;
	top: 10px;
	right: 5px;
}

.good_box2 span {
	display: inline-block;
	padding: 0 10px;
	font-family: 'Pretendard';
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.good_box2 span strong {
	color: #0a77c9;
}

.good_box2 span+span strong {
	color: #ff7e00;
}

.good_box2 span+span+span>strong {
	color: #999999;
	background: url(/static/ucms/img/sub/nitro_icon.png) left 2px no-repeat;
	padding-left: 20px;
}

.good_box2 span+span+span>strong+strong {
	color: #ff0000;
	background: none;
	padding: 0
}

.good_box2 span strong+strong {
	color: #ff0000;
	display: inline-block;
	margin: 0 5px;
}

.good_box3 {
	text-align: center;
	font-size: 20px;
	color: #1b2259;
	font-weight: bold;
	font-family: 'Pretendard';
}

.good_box3 span {
	display: inline-block;
	padding: 0 10px;
}

.good_box3 a.bt_tys1 {
	font-family: 'Pretendard';
	font-size: 14px;
	color: #fff;
	background: #1b2259 url(/static/ucms/img/sub/sh_btn1.png) 30px 8px
		no-repeat;
	border-radius: 3px;
	padding: 15px 30px 15px 80px;
	margin-right: 10px;
	vertical-align: middle;
}

.good_box3 strong {
	font-family: 'Pretendard';
	color: #ff0000;
	font-weight: bold;
}

.good_box4 {
	text-align: center;
	display: inline-block;
	position: absolute;
	top: 33%;
	right: 215px;
}

.good_box4 span {
	padding: 0 10px;
	font-family: 'Pretendard';
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.good_box4 span strong {
	color: #0a77c9;
}

.good_box4 span+span strong {
	color: #ff7e00;
}

.good_box4 span+span+span>strong {
	color: #999999;
	background: url(/static/ucms/img/sub/nitro_icon.png) left 2px no-repeat;
	padding-left: 20px;
}

.good_box4 span+span+span>strong+strong {
	color: #ff0000;
	background: none;
	padding: 0
}

.good_box4 span strong+strong {
	color: #ff0000;
	display: inline-block;
	margin: 0 5px;
}

.pie_wbox1 {
	position: relative;
	height: 350px;
}

.chics_box {
	text-align: center;
	margin: 30px 0px;
}

.chics_box a {
	display: inline-block;
	padding: 30px 40px;
	border-radius: 3px;
}

.chics_box a.btn-v1 {
	background: #002e7b;
	color: #fff;
}

.chics_box a.btn-v2 {
	background: #e7e7e7;
	color: #000;
}

.opinion_write {
	border: 1px solid #cccccc;
	margin: 20px 0;
}

.opinion_write .select_top {
	background-color: #eff4f7;
	padding: 7px 10px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	height: 28px;
}

.opinion_write .select_top label {
	font-size: 15px;
	font-weight: 600;
	padding-right: 10px;
}

.opinion_write .select_bot {
	position: relative;
	padding-right: 130px;
}

.opinion_write .select_bot textarea {
	border: none;
	width: 100%;
	height: 98px;
	outline: none;
	padding: 10px;
}

.opinion_write .select_bot button {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -37px;
	background-color: #dde3ed;
	border: 1px solid #cccccc;
	font-weight: 600;
	width: 100px;
	height: 70px;
	font-size: 15px;
	color: #1b2259;
	text-align: center;
	border-radius: 5px;
}

.opinion_reply {
	background-color: #f9f9f9;
	padding: 20px 45px;
	position: relative;
}

.opinion_reply.opinion_bg1 {
	background-color: #fff;
	border: solid 1px #ededed;
}

.opinion_reply .inner {
	position: relative;
	background: url(/static/ucms/img/sub/bg_opinionReply.gif) center top
		repeat-y;
	margin-bottom: 20px;
}

.opinion_reply .inner ul li {
	overflow: hidden;
}

.opinion_reply .inner ul li.left {
	padding-right: 477px;
}

.opinion_reply .inner ul li.right {
	padding-left: 477px;
}

.opinion_reply .inner ul li .speech_bubble {
	border-radius: 7px;
	padding: 15px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.opinion_reply .inner ul li .speech_bubble:after {
	position: absolute;
	top: 15px;
	width: 31px;
	height: 29px;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
}

.opinion_reply .inner ul li.good .speech_bubble {
	background-color: #adddee;
}

.opinion_reply .inner ul li.bad .speech_bubble {
	background-color: #f1d8dc;
}

.opinion_reply .inner ul li.etc .speech_bubble {
	background-color: #ededed;
}

.opinion_reply .inner ul li.left.good .speech_bubble:after {
	background-image: url(/static/ucms/img/sub/ico_good_left.png);
	right: -31px;
}

.opinion_reply .inner ul li.left.bad .speech_bubble:after {
	background-image: url(/static/ucms/img/sub/ico_bad_left.png);
	right: -31px;
}

.opinion_reply .inner ul li.left.etc .speech_bubble:after {
	background-image: url(/static/ucms/img/sub/ico_etc_left.png);
	right: -31px;
}

.opinion_reply .inner ul li.right.good .speech_bubble:after {
	background-image: url(/static/ucms/img/sub/ico_good_right.png);
	left: -31px;
}

.opinion_reply .inner ul li.right.bad .speech_bubble:after {
	background-image: url(/static/ucms/img/sub/ico_bad_right.png);
	left: -31px;
}

.opinion_reply .inner ul li.right.etc .speech_bubble:after {
	background-image: url(/static/ucms/img/sub/ico_etc_right.png);
	left: -31px;
}

.opinion_reply .inner ul li .speech_bubble .reply_h {
	overflow: hidden;
	margin-bottom: 10px;
}

.opinion_reply .inner ul li .speech_bubble .reply_h em {
	font-size: 16px;
	font-weight: 600;
	float: left;
}

.opinion_reply .inner ul li.good .speech_bubble .reply_h em {
	color: #1b2259;
}

.opinion_reply .inner ul li.bad .speech_bubble .reply_h em {
	color: #481b59;
}

.opinion_reply .inner ul li.etc .speech_bubble .reply_h em {
	color: #000000;
}

.opinion_reply .inner ul li .speech_bubble .reply_h .re_info {
	float: right;
}

.opinion_reply .inner ul li .speech_bubble .reply_h .re_info span {
	font-size: 12px;
	position: relative;
	padding-left: 10px;
}

.opinion_reply .inner ul li .speech_bubble .reply_h .re_info span:after
	{
	position: absolute;
	left: 3px;
	top: 1px;
	width: 1px;
	height: 12px;
	content: "";
}

.opinion_reply .inner ul li.good .speech_bubble .reply_h .re_info span:after
	{
	background-color: #2c55a7;
}

.opinion_reply .inner ul li.bad .speech_bubble .reply_h .re_info span:after
	{
	background-color: #7d2ca7;
}

.opinion_reply .inner ul li.etc .speech_bubble .reply_h .re_info span:after
	{
	background-color: #666666;
}

.opinion_reply .inner ul li .speech_bubble .reply_h .re_info span:first-child:after
	{
	display: none;
}

.opinion_reply .inner ul li.good .speech_bubble .reply_h .re_info span {
	color: #1b2259;
}

.opinion_reply .inner ul li.bad .speech_bubble .reply_h .re_info span {
	color: #481b59;
}

.opinion_reply .inner ul li.etc .speech_bubble .reply_h .re_info span {
	color: #000000;
}

.opinion_reply .inner ul li .speech_bubble p {
	font-size: 14px;
	line-height: 22px;
}

.gray_btn {
	border-radius: 3px;
	background: #e1e1e1;
	color: #333;
	display: inline-block;
	padding: 10px 30px;
	font-weight: bold;
}

.select_vote {
	border: 1px solid #cccccc;
	background-color: #eff4f7;
	padding-right: 115px;
	position: relative;
	margin-top: 30px;
}

.select_vote .inner {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}

.select_vote .inner label {
	padding: 0 10px;
	font-size: 16px;
	color: #1b2259;
	font-weight: 600;
}

.select_vote button {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -35px;
	background-color: #dde3ed;
	border: 1px solid #cccccc;
	font-weight: 600;
	width: 100px;
	height: 70px;
	font-size: 15px;
	color: #1b2259;
	text-align: center;
	border-radius: 5px;
}

.votebox2 {
	position: relative;
	height: auto;
}

.select_vote2 {
	background-color: #e8e8e8;
	position: relative;
	margin-top: 30px;
	border-radius: 5px;
	height: 76px;
}

.select_vote2 .inner {
	text-align: center;
	padding: 20px 0;
	width: 400px;
	position: absolute;
	top: 10px;
	right: 100px;
}

.select_vote2 .inner label {
	padding: 0 10px;
	font-size: 16px;
	color: #1b2259;
	font-weight: 600;
}

.select_vote2 button {
	display: block;
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	right: 15px;
	top: 25%;
	background-color: #002e7b;
	border: 1px solid #fff;
	font-weight: 600;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
}

.vote_hbox1 .vote_p1 {
	position: absolute;
	top: 20px;
	left: 100px;
}

.vote_hbox1 .vote_p2 {
	position: absolute;
	top: 20px;
	left: 430px;
}
/* .good_chi1 {text-align:center;margin-top:20px; width:205px;} */
.good_chi1 {
	text-align: center;
	margin-top: 20px;
	width: 222px;
}

a.btns_ty1 {
	background: #1b2259;
	border-radius: 3px;
	color: #fff;
	padding: 10px 20px;
}

a.btns_ty2 {
	background: #2f4281;
	border-radius: 3px;
	color: #fff;
	padding: 10px 25px;
}

.btn_area2 {
	text-align: center;
	padding: 10px 0px;
}

.btn_area2 a.btns_ty2 {
	font-family: 'Pretendard';
	font-size: 14px;
	background: #fff;
	color: #666666;
	border: solid 1px #666666;
	border-radius: 3px;
}

.btn_area3 {
	text-align: right;
	margin-top: 10px;
}

.btn_area3 a.btns_ty3 {
	background: #e1e1e1;
	border-radius: 3px;
	color: #000;
	padding: 10px 25px;
	font-size: 14px;
	display: inline-block;
}

/* 제안쓰기 */
.suggestion_wirte {
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 25px;
}

.suggestion_wirte h4 {
	font-family: 'Pretendard';
	color: #131944;
	font-size: 20px;
	margin-bottom: 20px;
}

.suggestion_wirte table {
	width: 100%;
	border-bottom: 1px solid #b8c2cc;
}

.suggestion_wirte table tbody tr th {
	background-color: #f2f4f6;
	border-top: 1px solid #b8c2cc;
	font-size: 15px;
	color: #000;
	text-align: left;
	padding: 10px;
	height: 27px;
	vertical-align: middle;
}

.suggestion_wirte table tbody tr th .check {
	display: inline-block;
}

.suggestion_wirte table tbody tr td {
	border-top: 1px solid #b8c2cc;
	font-size: 15px;
	color: #000;
	text-align: left;
	padding: 10px;
	height: 27px;
}

.suggestion_wirte table tbody tr td input[type="text"] {
	width: 100%;
	border: 1px solid #b8c2cc;
	height: 25px;
}

.suggestion_wirte table tbody tr td select {
	border: 1px solid #b8c2cc;
	height: 28px;
	font-size: 15px;
	width: 150px;
}

.suggestion_wirte table tbody tr td textarea {
	width: 100%;
	font-size: 15px;
	border: 1px solid #b8c2cc;
	width: 100%;
	height: 200px;
}

.wirte_bot {
	text-align: right;
	margin: 20px 0 40px 0;
	position: relative;
}

.wirte_bot a {
	position: absolute;
	left: 50%;
	top: 0px;
	padding: 10px;
	width: 80px;
	display: block;
	font-size: 14px;
	background-color: #0a77c9;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}

.wirte_bot a+a {
	position: static;
	padding: 10px;
	width: 80px;
	margin: 0;
	display: inline-block;
	font-size: 14px;
	background-color: #e1e1e1;
	border-radius: 4px;
	text-align: center;
	color: #4a4a4a;
	font-weight: bold;
}

/* 투표 리스트 */
.best_pic2 {
	width: 21%;
	position: absolute;
	right: 0;
	top: 8px;
	text-align: center;
}

.best_pic2 .debate_box1 {
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}

.best_pic2 .debate_box1 span {
	font-size: 13px;
	font-family: 'Pretendard';
	color: #555555;
}

.best_pic2 .debate_box1 span strong {
	color: #ff2222;
}

.grp_right .debate_box1 span strong {
	color: #ff2222;
}

.sucss_grp {
	margin-bottom: 10px;
}

ul.sucss_box1 {
	text-align: center;
	width: 177px;
	margin: 0 auto;
}

ul.sucss_box1 li {
	float: left;
	padding: 2px 14px !important;
}

ul.sucss_box1 li:first-child {
	background: #3f9ed4;
	color: #fff;
	border-radius: 10px 0 0 10px;
}

ul.sucss_box1 li:last-child {
	background: #e7e7e7;
	color: #1b2259;
	border-radius: 0 10px 10px 0;
}

ul.sucss_box1 li:after {
	display: none !important;
}

ul.sucss_box2 {
	text-align: center;
	width: 210px;
	margin: 0 auto 0px auto;
	overflow: hidden;
}

ul.sucss_box2 li {
	float: left;
	padding: 2px 15px !important;
}

ul.sucss_box2 li:first-child {
	background: #3f9ed4;
	color: #fff;
	border-radius: 10px 0 0 10px;
}

ul.sucss_box2 li:last-child {
	background: #e7e7e7;
	color: #1b2259;
	border-radius: 0 10px 10px 0;
}

ul.sucss_box2 li:after {
	display: none !important;
}

/* 게이지 */
.gage_box {
	width: 100%;
	margin-top: 10px;
}

.gage_bar {
	position: relative;
	height: 12px;
	width: 100%;
	margin-bottom: 10px;
}

.gage_bar span {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 12px;
	text-indent: -55555px;
	font-size: 0px;
}

.gage_bar .succ_gage {
	z-index: 2;
	background: #3f9ed4;
}

.gage_bar .fail_gage {
	z-index: 1;
	width: 100%;
	background: #e7e7e7;
}

.gag_num {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.gag_num span {
	position: absolute;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.gag_num .succss {
	top: 0px;
	left: 0px;
}

.gag_num .fail {
	top: 0px;
	right: 0px;
}

a.btn_type3 {
	font-size: 16px;
	background-color: #e21414;
	padding: 16px 65px;
	color: #fff;
	line-height: 1;
	width: auto;
	border-radius: 3px;
	margin-bottom: 5px;
}

/* 제안 정책 수정 */
.sug_box {
	background: #f0f0f0;
	padding: 20px;
}

ul.sug_dltp1 {
	
}

ul.sug_dltp1 li {
	font-size: 14px;
	line-height: 24px;
}

p.tar_p1 {
	text-align: right;
	margin: 10px 0px 30px 0px;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

p.tar_p1 strong {
	color: #ff0000;
}

/* 카드뉴스 */
.cardNews_list {
	margin-top: 20px;
	margin-bottom: 40px;
}

.cardNews_list ul {
	overflow: hidden;
	margin-left: -3%;
}
.cardNews_list ul::after{
	content:"";display: block;clear: both;
}
.cardNews_list ul li {
	float: left;
	width: 30.33333%;
	position: relative;
	margin-left: 3%;
	margin-bottom: 3%;
	overflow: hidden;
}

.cardNews_list ul li img {
	width: 100%;
	height: 250px;
}

.cardNews_list ul li p {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px;
	word-break: keep-all;
	width: 100%;
}

.cardNews_list ul li p span {
	color: #fff;
	font-size: 15px;
	line-height: 1.2;
}

.cardNews_list ul li p .card_date {
	display:block;
	font-style:normal;
}

.cardNews_list ul li p .card_date span {
	color: #bdbdbd;
	font-size: 14px;
	line-height: 1.2;
}

.view_more {
	display: block;
	color: #fff !important;
	background-color: #a0bcd0;
	width: 120px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 10px;
	border-radius: 5px;
}

.bg_title {
	display: block;
	background-color: #f2f2f2;
	font-size: 24px;
	color: #444;
	font-weight: 400;
	padding: 30px;
	word-break: keep-all;
	margin-bottom: 30px;
	width: 692px;
	margin: 0 auto;
}

.flexslider {
	margin-bottom: 30px;
}

.flexslider .flex-viewport {
	margin-bottom: 30px;
}

.flexslider .flex-viewport>ul>li {
	position: relative;
}

.flexslider .flex-viewport>ul>li .roll_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
	width: 100%;
}

.flexslider .flex-viewport>ul>li .roll_txt * {
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	word-break: keep-all;
	line-height: 1.3;
}

.flexslider .flex-viewport>ul>li .roll_txt ul li {
	position: relative;
	padding-left: 15px;
	margin-top: 5px;
}

.flexslider .flex-viewport>ul>li .roll_txt ul li:after {
	position: absolute;
	left: 0;
	top: 15px;
	width: 8px;
	height: 2px;
	background-color: #fff;
	content: "";
}

.flexslider .flex-viewport>ul>li img {
	width: 100%;
	height: 700px;
}

.flexslider .flex-control-nav {
	max-width: 740px;
	margin: 0 auto;
}

.flexslider .flex-control-nav li {
	width: 18%;
	margin: 1%
}

/* 이벤트 */
.Binggrae-Bold {
	font-family: 'Pretendard';
}

.event_wrap {
	background-size: cover;
	width: 1000px;
	margin: 0 auto;
}

.evn_top1 {
	width: 1000px;
	height: 950px;
	padding-top: 60px;
	margin: 0 auto;
	text-align: center;
	background-size: cover;
	background: url(/static/ucms/img/sub/event_bg1.jpg) left top no-repeat;
}

.evn_titl1 {
	text-align: center;
	margin-bottom: 20px;
}

ul.evn_day li {
	font-weight: normal;
	margin-bottom: 10px;
	font-weight: 400;
}

.load_map1 {
	position: relative;
}

.load_map1 .crl_box1 {
	position: absolute;
	top: 29px;
	left: 10px;
	width: 221px;
	height: 276px;
}

.load_map1 .crl_box1 a.crl_btn1 {
	border: solid 8px #fff;
	box-shadow: 5px 5px 5px #cfbbbb;
	border-radius: 120px;
	background: #6186c6;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	width: 200px;
	height: 150px;
	padding-top: 50px;
}

.load_map1 .crl_box1 a.crl_btn1 h4 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box1 a.crl_btn1 p {
	font-family: 'Pretendard';
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box1 a.crl_btn1 h5 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	text-align: center;
}

.load_map1 .crl_box1 a.crl_btn2 {
	padding: 15px 20px;
	background: #6186c6;
	border-radius: 3px;
	color: #fff;
}

.load_map1 .crl_box2 {
	position: absolute;
	top: 327px;
	left: 148px;
	width: 221px;
	height: 276px;
}

.load_map1 .crl_box2 a.crl_btn1 {
	border: solid 8px #fff;
	box-shadow: 5px 5px 5px #cfbbbb;
	border-radius: 120px;
	background: #89c455;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	width: 200px;
	height: 150px;
	padding-top: 50px;
}

.load_map1 .crl_box2 a.crl_btn1 h4 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box2 a.crl_btn1 p {
	font-family: 'Pretendard';
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box2 a.crl_btn1 h5 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	text-align: center;
}

.load_map1 .crl_box2 a.crl_btn2 {
	padding: 15px 20px;
	background: #89c455;
	border-radius: 3px;
	color: #fff;
}

.load_map1 .crl_box3 {
	position: absolute;
	top: 0px;
	left: 258px;
	width: 221px;
	height: 276px;
}

.load_map1 .crl_box3 a.crl_btn1 {
	border: solid 8px #fff;
	box-shadow: 5px 5px 5px #cfbbbb;
	border-radius: 120px;
	background: #ffb522;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	width: 200px;
	height: 150px;
	padding-top: 50px;
}

.load_map1 .crl_box3 a.crl_btn1 h4 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box3 a.crl_btn1 p {
	font-family: 'Pretendard';
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box3 a.crl_btn1 h5 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	text-align: center;
}

.load_map1 .crl_box3 a.crl_btn2 {
	padding: 15px 20px;
	background: #ffb522;
	border-radius: 3px;
	color: #fff;
}

.load_map1 .crl_box4 {
	position: absolute;
	top: 271px;
	left: 411px;
	width: 221px;
	height: 276px;
}

.load_map1 .crl_box4 a.crl_btn1 {
	border: solid 8px #fff;
	box-shadow: 5px 5px 5px #cfbbbb;
	border-radius: 120px;
	background: #b589cc;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	width: 200px;
	height: 150px;
	padding-top: 50px;
}

.load_map1 .crl_box4 a.crl_btn1 h4 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box4 a.crl_btn1 p {
	font-family: 'Pretendard';
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box4 a.crl_btn1 h5 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	text-align: center;
}

.load_map1 .crl_box4 a.crl_btn2 {
	padding: 15px 20px;
	background: #b589cc;
	border-radius: 3px;
	color: #fff;
}

.load_map1 .crl_box5 {
	position: absolute;
	top: 59px;
	right: 208px;
	width: 221px;
	height: 276px;
}

.load_map1 .crl_box5 a.crl_btn1 {
	border: solid 8px #fff;
	box-shadow: 5px 5px 5px #cfbbbb;
	border-radius: 120px;
	background: #76c2d3;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	width: 200px;
	height: 150px;
	padding-top: 50px;
}

.load_map1 .crl_box5 a.crl_btn1 h4 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box5 a.crl_btn1 p {
	font-family: 'Pretendard';
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 5px;
	text-align: center;
}

.load_map1 .crl_box5 a.crl_btn1 h5 {
	font-family: 'Pretendard';
	font-size: 22px;
	line-height: 22px;
	text-align: center;
}

.load_map1 .crl_box5 a.crl_btn2 {
	padding: 15px 20px;
	background: #76c2d3;
	border-radius: 3px;
	color: #fff;
}

.load_map1 .crl_box6 {
	position: absolute;
	top: 190px;
	right: 10px;
	width: 221px;
	height: 276px;
}

.load_map1 .crl_box6 span.crl_btn1 {
	border: solid 8px #fff;
	box-shadow: 5px 5px 5px #cfbbbb;
	border-radius: 120px;
	background: #ff7976;
	display: block;
	color: #fff;
	text-align: center;
	margin-bottom: 5px;
	width: 200px;
	height: 195px;
	padding-top: 5px;
}

.load_map1 .crl_box6 span.crl_btn1 h4 {
	font-family: 'Pretendard';
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 5px;
	text-align: center;
}

/* .view { width:400px; height:200px; position:absolute; top:100%; left:0px; z-index:100;} */
.ice_c2 {
	position: absolute;
	top: 0px;
	right: 20px;
}

.pdott1 {
	color: #d82e57;
	padding-left: 20px;
	background: url(/static/ucms/img/sub/event_dot1.jpg) left 5px no-repeat;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pb_table1 {
	background: #fcecec;
	padding: 25px 25px;
	width: 95%;
	margin-bottom: 20px;
	position: relative;
}

.pb_table1 table {
	width: 100%;
}

.pb_table1 tbody tr {
	background: url(/static/ucms/img/sub/tbldot1.png) left bottom repeat-x;
}

.pb_table1 tbody tr:last-child {
	background: none;
}

.pb_table1 tbody tr th {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}

.pb_table1 tbody tr th span {
	font-weight: bold;
	font-family: 'Pretendard';
	color: #d82e57;
	background: url(/static/ucms/img/sub/pdot1.png) left 7px no-repeat;
	padding-left: 10px;
}

.pb_table1 tbody tr td {
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}

.txt_box {
	background: #f6f6f6;
	padding: 10px;
	margin-bottom: 10px;
	overflow-y: scroll;
	height: 180px;
}

/* 레이어 팝업 */
.pop-layer {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 510px;
	height: auto;
	z-index: 10;
}

.news_bot * {
	font-size: 16px;
	color: #222222;
	line-height: 1.3;
}

.news_bot ul li {
	position: relative;
	padding-left: 10px;
	margin-top: 5px;
}

.news_bot ul li:after {
	position: absolute;
	left: 0;
	top: 12px;
	width: 5px;
	height: 1px;
	background-color: #222222;
	content: "";
}

#smart_editor2 {
	width: 100% !important
}

.th_box {
	position: relative;
}

.th_box dl {
	display: table
}

.th_box dl dt {
	display: table-cell;
	width: 90px;
	background: #f2f4f6;
	padding-left: 10px;
}

.th_box dl dd {
	display: table-cell;
	padding-left: 10px;
	padding-top: 10px;
}

.plid {
	color: #888;
	font-size: 14px;
	margin-bottom: 10px;
}

.plid strong {
	font-weight: bold;
}

.pldist1 {
	font-size: 16px;
}

.moblie {
	display: none;
}

.desk {
	display: block;
}

/* 중점 사업 */
.cont_sns1 {
	height: 500px;
	position: relative;
}

.sns_wrap1 {
	position: absolute;
	left: 270px;
	top: 0px;
}

.sns_wrap1 .sns_box1 {
	background: url(../img/sub/10_cont2_1bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.sns_wrap1_2 {
	position: absolute;
	left: 270px;
	top: 0px;
}

.sns_wrap1_2 .sns_box1 {
	background: url(../img/sub/10_cont3_2bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.sns_wrap2 {
	position: absolute;
	left: 0px;
	top: 350px;
}

.sns_wrap2 .sns_box2 {
	background: url(../img/sub/10_cont3_2bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.cont_sns2 {
	height: 805px;
	position: relative;
}

.sns_wrap3 {
	position: absolute;
	right: 0px;
	top: 350px;
}

.sns_wrap3 .sns_box3 {
	background: url(../img/sub/10_cont2_3bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.sns_wrap4 {
	position: absolute;
	left: 270px;
	top: 0px;
}

.sns_wrap4 .sns_box4 {
	background: url(../img/sub/10_cont2_2bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.sns_wrap5 {
	position: absolute;
	left: 0px;
	top: 350px;
}

.sns_wrap5 .sns_box5 {
	background: url(../img/sub/10_cont2_3bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.sns_wrap6 {
	position: absolute;
	right: 0px;
	top: 350px;
}

.sns_wrap6 .sns_box6 {
	background: url(../img/sub/10_cont3_3bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.cont_sns3 {
	height: 800px;
	position: relative;
	margin-bottom: 60px;
}

.sns_wrap7 {
	position: absolute;
	right: 0px;
	top: 0px;
}

.sns_wrap7 .sns_box7 {
	background: url(../img/sub/10_cont4_1bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.sns_wrap8 {
	position: absolute;
	left: 0px;
	top: 350px;
}

.sns_wrap8 .sns_box8 {
	background: url(../img/sub/10_cont4_2bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.sns_wrap9 {
	position: absolute;
	right: 0px;
	top: 350px;
}

.sns_wrap9 .sns_box9 {
	background: url(../img/sub/10_cont4_3bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

.sns_wrap10 {
	position: absolute;
	left: 270px; top:0px;
}

.sns_wrap10 .sns_box10 {
	background: url(../img/sub/10_cont3_1bgb.jpg) left top no-repeat;
	box-shadow: 10px 10px 0px #e0e0e0;
	width: 480px;
	height: 309px;
}

dl.sns_tit {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10px;
	margin-bottom: 20px;
}

dl.sns_tit dt {
	float: left;
	width: 17%;
}

dl.sns_tit dd {
	float: left;
	font-size: 19px;
	line-height: 26px;
	color: #fff;
	margin-left: 10px;
	padding-top: 5px;
	display: table;
	height: 62px;
	float: left;
	font-size: 19px;
	line-height: 26px;
	color: #fff;
	margin-left: 10px;
	padding-top: 5px;
	display: table;
	height: 62px;
	width: 80%;
}

dl.sns_tit dd p {
	margin-bottom: 10px;
	display: table-cell;
	vertical-align: middle;
}

dl.sns_tit dd p.last {
	margin-bottom: 0px;
}

dl.sns_tit2 {
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10px;
	margin-bottom: 40px;
}

dl.sns_tit2 dt {
	float: left;
}

dl.sns_tit2 dd {
	float: left;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	margin-left: 10px;
	padding-top: 5px;
}

dl.sns_tit2 dd p {
	margin-bottom: 10px;
}

dl.sns_tit2 dd p.last {
	margin-bottom: 0px;
}

dl.sns_tit2 dd p.solti {
	padding-top: 15px;
}

ul.sns_cont {
	margin-left: 30px;
	width: 390px;
}

ul.sns_cont02 {
	padding: 10px 14px;
}

ul.sns_cont02 li {
	color: #fff;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 25px;
}

ul.sns_cont02 li.rdfont {
	font-size: 13px;
	color: #b1ffd9;
	line-height: 16px;
}

ul.sns_cont li {
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 25px;
}

ul.sns_cont li span {
	display: block;
}

ul.sns_cont li.rdfont {
	font-size: 13px;
	color: #e07900;
	line-height: 16px;
}

span.rdb {
	display: inline-block;
	padding: 7px 10px;
	border-radius: 3px;
	background: #f11f1f;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
}

/* .cont_sns1 {height:425px; position:relative; }
.sns_wrap1 {position:absolute; left:20px; top:0px;}
.sns_wrap1 .sns_box1 {background:url(../img/sub/10_cont2_1bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:431px; height:355px;}
.sns_wrap2 {position:absolute; right:30px; top:50px;}
.sns_wrap2 .sns_box2 {background:url(../img/sub/10_cont2_2bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:455px; height:325px;}
.cont_sns2 {height:805px; position:relative; }
.sns_wrap3 {position:absolute; left:0px; top:30px;}
.sns_wrap3 .sns_box3 {background:url(../img/sub/10_cont3_1bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:445px; height:325px;}
.sns_wrap6 {position:absolute; right:40px; top:0px;}
.sns_wrap6 .sns_box6 {background:url(../img/sub/10_cont3_2bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:465px; height:315px;}
.sns_wrap5 {position:absolute; left:30px; bottom:90px;}
.sns_wrap5 .sns_box5 {background:url(../img/sub/10_cont3_3bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:455px; height:325px;}
.sns_wrap4 {position:absolute; right:30px; bottom:130px;}
.sns_wrap4 .sns_box4 {background:url(../img/sub/10_cont3_4bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:435px; height:325px;}


.cont_sns3 {height:735px; position:relative; margin-bottom:60px;}
.sns_wrap7 {position:absolute; left:0px; top:0px;}
.sns_wrap7 .sns_box7 {background:url(../img/sub/10_cont4_1bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:455px; height:335px;}
.sns_wrap10 {position:absolute; right:30px; top:20px;}
.sns_wrap10 .sns_box10 {background:url(../img/sub/10_cont4_2bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:445px; height:325px;}
.sns_wrap9 {position:absolute; left:20px; bottom:30px;}
.sns_wrap9 .sns_box9 {background:url(../img/sub/10_cont4_3bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:455px; height:325px;}
.sns_wrap8 {position:absolute; right:30px; bottom:0px;}
.sns_wrap8 .sns_box8 {background:url(../img/sub/10_cont4_3bg.jpg) left top no-repeat; box-shadow:10px 10px 0px #e0e0e0; width:455px; height:315px;} */
/* dl.sns_tit {overflow:hidden;background-color: rgba(0, 0, 0, 0.6); padding:10px; margin-bottom:100px;}
dl.sns_tit dt {float:left;}
dl.sns_tit dd {float:left; font-size:22px; line-height:26px; color:#fff; margin-left:10px; padding-top:5px;}
dl.sns_tit dd p {margin-bottom:10px;}
dl.sns_tit dd p.last {margin-bottom:0px;}
dl.sns_tit2 {overflow:hidden;background-color: rgba(0, 0, 0, 0.6); padding:10px; margin-bottom:40px;}
dl.sns_tit2 dt {float:left;}
dl.sns_tit2 dd {float:left; font-size:22px; line-height:26px; color:#fff; margin-left:10px; padding-top:5px;}
dl.sns_tit2 dd p {margin-bottom:10px;}
dl.sns_tit2 dd p.last {margin-bottom:0px;}
dl.sns_tit2 dd p.solti {padding-top:15px;}
ul.sns_cont {margin-left:30px; width:390px;}
ul.sns_cont li {color:#fff; margin-bottom:10px; font-size:18px; line-height:25px;}
ul.sns_cont li span {display:block;}
ul.sns_cont li.rdfont {font-size:13px; color:#ff9b25; line-height:16px;}
span.rdb {display:inline-block; padding:7px 10px; border-radius:3px; background:#f11f1f; color:#fff; font-size:13px; line-height:14px;} */
ul.titk2_1 .cnt_box1 ol li {
	position: static;
}

ul.titk2_2 .cnt_box1 ol li {
	position: static;
}

ul.titk3_1 .cnt_box1 ol li {
	position: static;
}

ul.titk3_2 .cnt_box1 ol li {
	position: static;
}

ul.titk3_3 .cnt_box1 ol li {
	position: static;
}

ul.titk4_1 .cnt_box1 ol li {
	position: static;
}

ul.titk4_2 .cnt_box1 ol li {
	position: static;
}

.cnt_box1 {
	box-shadow: 10px 10px 0px #e0e0e0;
	border: solid 1px #cccccc;
	width: 460px;
	height: auto;
	padding: 30px;
	background: #fff;
}

.cnt_box1 span.tits1 {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.cnt_box1 dl dt {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 40px;
	font-family: 'Pretendard';
}

.cnt_box1 dl dt strong {
	font-family: 'Pretendard';
}

.cnt_box1 dl dd ol li {
	margin-bottom: 5px;
}

.tar1 {
	text-align: right;
}

.tar1 strong {
	color: red;
}

ul.intro_for1 {
	
}

ul.intro_for1>li {
	position: relative;
	min-height: 200px;
}

ul.intro_for1 li.dit01 dl {
	position: absolute;
	top: 0px;
	left: 70px;
}

ul.intro_for1 li.dit01 dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #1b536e;
	margin-bottom: 15px;
}

ul.intro_for1 li.dit01 dl dd {
	font-size: 16px;
	color: #555555;
	margin-left: 20px;
}

ul.intro_for1 li.dit01 dl dd ol li {
	margin-bottom: 10px;
}

ul.intro_for1 li.dit02 dl {
	position: absolute;
	top: 0px;
	left: 435px;
}

ul.intro_for1 li.dit02 dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #1c6e19;
	margin-bottom: 15px;
}

ul.intro_for1 li.dit02 dl dd {
	font-size: 16px;
	color: #555555;
	margin-left: 20px;
}

ul.intro_for1 li.dit02 dl dd ol li {
	margin-bottom: 10px;
}

ul.intro_for1 li.dit03 dl {
	position: absolute;
	top: 50px;
	left: 70px;
}

ul.intro_for1 li.dit03 dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #81533b;
	margin-bottom: 15px;
}

ul.intro_for1 li.dit03 dl dd {
	font-size: 16px;
	color: #555555;
	margin-left: 20px;
}

ul.intro_for1 li.dit03 dl dd ol li {
	margin-bottom: 10px;
}

ul.intro_for1 li.dit01 .intro_ic1 {
	position: absolute;
	top: 0px;
	right: 70px;
}

ul.intro_for1 li.dit02 .intro_ic2 {
	position: absolute;
	top: -50px;
	left: 70px;
}

ul.intro_for1 li.dit03 .intro_ic3 {
	position: absolute;
	top: -50px;
	right: 70px;
}

/* 제안 반응형 */
.desk_step1 {
	display: block;
	position: relative;
}

.desk_step1 a.stp2 {
	position: absolute;
	top: 70%;
	left: 27%;
	display: block;
	width: 100px;
	height: 36px;
	font-size: 0px;
	line-height: 0px;
}

.desk_step1 a.stp3 {
	position: absolute;
	top: 70%;
	left: 45%;
	display: block;
	width: 125px;
	height: 36px;
	font-size: 0px;
	line-height: 0px;
}

.desk_step1 img.img_step1 {
	
}

.desk_step2 {
	display: block;
	position: relative;
}

.desk_step2 a.stp1 {
	position: absolute;
	top: 70%;
	left: 4%;
	display: block;
	width: 130px;
	height: 36px;
	font-size: 0px;
	line-height: 0px;
}

.desk_step2 a.stp3 {
	position: absolute;
	top: 70%;
	left: 45%;
	display: block;
	width: 125px;
	height: 36px;
	font-size: 0px;
	line-height: 0px;
}

.desk_step2 img.img_step1 {
	
}

.desk_step3 {
	display: block;
	position: relative;
}

.desk_step3 a.stp1 {
	position: absolute;
	top: 70%;
	left: 4%;
	display: block;
	width: 130px;
	height: 36px;
	font-size: 0px;
	line-height: 0px;
}

.desk_step3 a.stp2 {
	position: absolute;
	top: 70%;
	left: 25%;
	display: block;
	width: 125px;
	height: 36px;
	font-size: 0px;
	line-height: 0px;
}

.desk_step2 img.img_step1 {
	
}

.moblie_step1 {
	display: none;
}

.moblie_step2 {
	display: none;
}

.moblie_step3 {
	display: none;
}

/* 제안사례 발표 */
.placeholder {
	font-size: 14px;
	line-height: 22px;
}
/* 신규사례 */
#tab4, #tab6 {
	position: relative;
}

a.btn-save2 {
	padding: 10px;
	display: inline-block;
	font-size: 14px;
	background-color: #0a77c9;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 80px;
	right: 0px;
}

a.btn-save3 {
	padding: 10px;
	display: inline-block;
	font-size: 14px;
	background-color: #0a77c9;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 135px;
	right: 0px;
}

.dim-layer .dimBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.dim-layer .pop-layer {
	display: block;
}

.t_search .f_l select {
	width: 120px;
	font-size: 12px;
}

.t_search .f_r select {
	font-size: 12px;
}

#spec1 .layer_p1 {
	position: absolute;
	width: 300px;
	height: 314px;
	left: 0px;
	top: 20px;
	z-index: 1;
	background: #ffffff;
}

#spec2 .layer_p2 {
	position: absolute;
	width: 300px;
	height: 314px;
	left: 0px;
	top: 20px;
	z-index: 1;
	background: #ffffff;
}

#spec3 .layer_p3 {
	position: absolute;
	width: 300px;
	height: 314px;
	left: 0px;
	top: 20px;
	z-index: 1;
	background: #ffffff;
}

#spec4 .layer_p4 {
	position: absolute;
	width: 300px;
	height: 314px;
	left: 0px;
	top: 20px;
	z-index: 1;
	background: #ffffff;
}

#spec5 .layer_p5 {
	position: absolute;
	width: 300px;
	height: 314px;
	left: 0px;
	top: 20px;
	z-index: 1;
	background: #ffffff;
}

.mbox1 {
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	width: 420px;
	margin: 0 auto 20px auto;
}

.mbox1 dl dt {
	color: #6186c6;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0px;
}

.mbox1 dl dd ul {
	width: 370px;
	margin: 0 auto;
}

.mbox1 dl dd ul li {
	margin-bottom: 10px;
}

.mbox1 dl dd ul li input {
	border: 0px;
	border-bottom: solid 1px #e1e1e1;
	width: 100%;
}

.mbox1 a.mems_btn1 {
	background: #6186c6;
	border-radius: 3px;
	padding: 10px 0px;
	width: 370px;
	display: block;
	color: #fff;
	margin: 0 auto;
}

a.mems_btn1 {
	background: #6186c6;
	border-radius: 3px;
	padding: 10px 0px;
	width: 370px;
	display: block;
	color: #fff;
	margin: 0 auto;
}

.layer_p {
	background: #ffffff url(/static/ucms/img/sub/photo_bg1.jpg);
	padding: 15px 15px 55px 15px;
	box-shadow: 3px 3px 3px #333;
}

.layer_p1 {
	display: none;
}
/* ======================================= 레이어 팝업 */
.year_all1 {
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: right;
}

.year_all1.mobile1 {
	display: none;
}

/* 제안 토론 투표 select */
.t_search .f_l .selectric-wrapper {
	float: left;
}

/* 로딩  */
#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.8;
	background: white;
	z-index: 99;
	text-align: center;
}

#loading>img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}

.best_rep1 {
	border: solid 2px #1b2259;
	margin-top: 13px;
	border-radius: 5px;
	padding: 20px;
}

.best_reply em {
	display: inline-block;
	background: #e52525;
	color: #fff;
	padding: 3px 5px;
	font-size: 12px;
	border-radius: 3px;
}

.re_info {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}

.speech_bubble1 p.speech {
	margin-top: 10px;
}

.win1 {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	margin-left: 13px;
	cursor: pointer;
}

.win1 strong {
	color: #184591;
}

.lose1 {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	margin-left: 3px;
	cursor: pointer;
}

.lose1 strong {
	color: #ff0000;
}

a.num_like {
	border: solid 1px #dddddd;
	border-radius: 20px;
	margin-bottom: 10px;
	padding-top: 18px;
	width: 40px;
	height: 22px;
	text-align: center;
	display: inline-block;
	background: url(../img/sub/heart.png) 50% 7px no-repeat;
	font-size: 12px;
}

a.num_like:hover {
	font-weight: bold;
}

.gov_group1 {
	overflow: hidden;
	width: 990px;
	margin: 1% auto 1% auto;
}

.gov_group1 a {
	font-size: 14px;
	letter-spacing: -1px;
	width: 73px;
	display: inline-block;
	margin: 0 2px 10px 2px;
	text-align: center;
	color: #727171 !important;
}

.gov_group1 a.on {
	color: #1443a0 !important;
	font-weight: bold;
}

.gov_group1 a:before {
	content: '.';
	font-size: 0px;
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto 10px auto;
	border: solid 1px #727171;
	border-radius: 50%;
	background-size: 35px 35px !important;
}

.gov_group1 a.on:before {
	width: 52px;
	height: 52px;
	border: solid 1px #0f3f9f;
	border-radius: 50%;
}

.gov_group1 a.gov_icon1:before {
	background: url(/static/ucms/img/sub/ico_cat01.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon1.on:before {
	background: url(/static/ucms/img/sub/ico_cat01on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon2:before {
	background: url(/static/ucms/img/sub/ico_cat02.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon2.on:before {
	background: url(/static/ucms/img/sub/ico_cat02on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon3:before {
	background: url(/static/ucms/img/sub/ico_cat03.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon3.on:before {
	background: url(/static/ucms/img/sub/ico_cat03on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon4:before {
	background: url(/static/ucms/img/sub/ico_cat04.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon4.on:before {
	background: url(/static/ucms/img/sub/ico_cat04on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon5:before {
	background: url(/static/ucms/img/sub/ico_cat05.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon5.on:before {
	background: url(/static/ucms/img/sub/ico_cat05on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon6:before {
	background: url(/static/ucms/img/sub/ico_cat06.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon6.on:before {
	background: url(/static/ucms/img/sub/ico_cat06on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon7:before {
	background: url(/static/ucms/img/sub/ico_cat07.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon7.on:before {
	background: url(/static/ucms/img/sub/ico_cat07on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon8:before {
	background: url(/static/ucms/img/sub/ico_cat08.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon8.on:before {
	background: url(/static/ucms/img/sub/ico_cat08on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon9:before {
	background: url(/static/ucms/img/sub/ico_cat09.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon9.on:before {
	background: url(/static/ucms/img/sub/ico_cat09on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon10:before {
	background: url(/static/ucms/img/sub/ico_cat10.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon10.on:before {
	background: url(/static/ucms/img/sub/ico_cat10on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon11:before {
	background: url(/static/ucms/img/sub/ico_cat11.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon11.on:before {
	background: url(/static/ucms/img/sub/ico_cat11on.png) center 50%
		no-repeat;
}

.gov_group1 a.gov_icon12:before {
	background: url(/static/ucms/img/sub/ico_cat12.png) center 50% no-repeat;
}

.gov_group1 a.gov_icon12.on:before {
	background: url(/static/ucms/img/sub/ico_cat12on.png) center 50%
		no-repeat;
}

/*정부혁신 추진체계 start*/
.gntit_box {
	height: 50px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}

.gntit_box .gntitls1 {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -210px;
	z-index: 9999;
	width: 420px;
	display: block;
	text-align: center;
}

.gntit_box .gntitls2 {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -165px;
	z-index: 9999;
	width: 330px;
	display: block;
	text-align: center;
}

.gntit_box .gline {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
	display: block;
	background: #000;
	height: 1px;
	width: 100%;
}

.blind {
	text-indent: -9999px;
	position: absolute;
	left: -9999px;
	top: -9999px;
	overflow: hidden;
}

.grap_wrap {
	width: 100%;
	margin-bottom: 50px;
}

.grap_wrap img {
	width: 100%;
}

ul.gslbox1 {
	overflow: hidden;
	margin-bottom: 100px;
}

ul.gslbox1>li {
	float: left;
	width: 49%;
	border-radius: 13px;
}

ul.gslbox1>li>dl.gstl1.first {
	height: 120px
}

ul.gslbox1>li>dl.gstl2.first {
	height: 120px
}

ul.gslbox1>li.gs_conts1 {
	margin-right: 2%;
	background: #fff1e6;
	padding-bottom: 40px;
}

ul.gslbox1>li.gs_conts2 {
	background: #eaf5ff;
	padding-bottom: 40px;
}

img.pics_box {
	width: 100%;
	height: 238px;
	display: block;
	margin-bottom: 65px;
}

dl.gstl1 {
	overflow: hidden;
	height: 130px;
	word-break: keep-all;
}

dl.gstl1 dt {
	float: left;
	width: 100px;
	height: 35px;
	position: relative;
	background: #a24b04;
	font-size: 22px;
	line-height: 35px;
	color: #fff;
	padding-left: 15px;
}

dl.gstl1 dt {
	
}

dl.gstl1 dt span.tri13 {
	width: 0;
	height: 0;
	border-left: 23px solid #a24b04;
	border-top: 35px solid #fff1e6;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 99;
}

dl.gstl1 dd {
	float: left;
	width: 355px;
	margin-left: 14px;
}

dl.gstl1 dd ul li {
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 140%;
}

dl.gstl1 dd ol li {
	font-size: 16px;
	letter-spacing: -0.1em;
	line-height: 140%;
	margin-bottom: 5px;
	padding-left: 18px;
	text-indent: -18px;
}

dl.gstl2 {
	overflow: hidden;
	height: 130px;
	word-break: keep-all;
}

dl.gstl2 dt {
	float: left;
	width: 100px;
	height: 35px;
	position: relative;
	background: #1d6a9b;
	font-size: 22px;
	line-height: 35px;
	color: #fff;
	padding-left: 15px;
}

dl.gstl2 dt span.tri13 {
	width: 0;
	height: 0;
	border-left: 23px solid #1d6a9b;
	border-top: 35px solid #eaf5ff;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 99;
}

dl.gstl2 dd {
	float: left;
	width: 355px;
	margin-left: 14px;
}

dl.gstl2 dd ul li {
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 140%;
}

dl.gstl2 dd ol li {
	font-size: 16px;
	letter-spacing: -0.1em;
	line-height: 140%;
	margin-bottom: 5px;
	padding-left: 18px;
	text-indent: -18px;
}

.gstplist {
	border: solid 1px #e5e5e5;
	border-radius: 13px;
	height: 210px;
	padding-top: 30px;
	margin-bottom: 150px;
	position: relative;
	background: url(/static/ucms/img/sub/gls_bbg1.gif) left bottom repeat-x;
	letter-spacing: -0.08em;
	word-break: keep-all;
	cursor: pointer;
}

.gstplist ul {
	margin-bottom: 20px;
}

.gstplist ul li {
	text-align: center;
	margin-bottom: 5px;
}

.gstplist p {
	text-align: center;
	font-size: 25px;
	color: #a24b04;
	font-weight:bold;
}

.gstplist span {
	display: block;
	position: absolute;
}

.gstplist span.gslicon1 {
	width: 160px;
	height: 235px;
	background: url(/static/ucms/img/sub/gls_icons1.png) left top no-repeat;
	bottom: 0px;
	left: 25px;
}

.gstplist span.gslicon2 {
	width: 200px;
	height: 229px;
	background: url(/static/ucms/img/sub/gls_icons2.gif) left top no-repeat;
	bottom: 0px;
	right: 15px;
}

ul.step_step1 {
	overflow: hidden;
	word-break: keep-all;
	margin-bottom: 150px;
	justify-content: space-around;
	display: flex;
}

ul.step_step1>li {
	float: left;
	width: 280px;
	height: 415px;
	margin-left: 10px;
	border: solid 1px #bfbfbf;
	border-radius: 13px;
}

ul.step_step1>li:first-child {
	margin-left: 0px;
}

ul.step_step1>li h5 {
	text-align: center;
	border-radius: 13px 13px 0px 0px;
	height: 48px;
	line-height: 48px;
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px;
}

ul.step_step1>li.steps1 {
	background: url(/static/ucms/img/sub/step1_bgs.gif) 90% bottom no-repeat;
}

ul.step_step1>li.steps2 {
	background: url(/static/ucms/img/sub/step2_bgs.gif) 90% bottom no-repeat;
}

ul.step_step1>li.steps3 {
	background: url(/static/ucms/img/sub/step3_bgs.gif) 90% bottom no-repeat;
}

ul.step_step1>li.steps4 {
	background: url(/static/ucms/img/sub/step4_bgs.gif) 90% bottom no-repeat;
}

div.steps5_end {
	background: url(/static/ucms/img/sub/step5_bgs.gif) 90% 95% no-repeat;
	height: 208px;
	border: solid 1px #bfbfbf;
	border-radius: 13px;
	text-align: center;
	margin-bottom: 150px;
}

div.steps5_end h5 {
	background: #f7b906;
	text-align: center;
	border-radius: 13px 13px 0px 0px;
	height: 48px;
	line-height: 48px;
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px;
}

div.steps5_end dl dt {
	color: #b47004;
	background: url(/static/ucms/img/sub/step5_icon.gif) center top
		no-repeat;
	padding-top: 33px;
	font-size: 25px;
	margin-bottom: 3px;
}

div.steps5_end dl dd {
	color: #b47004;
	font-size: 25px;
}

ul.step_step1>li.steps1 h5 {
	background: #1e456c;
}

ul.step_step1>li.steps2 h5 {
	background: #178480;
}

ul.step_step1>li.steps3 h5 {
	background: #a24b04;
}

ul.step_step1>li.steps4 h5 {
	background: #88c21f;
}

ul.step_step1>li dl dt {
	text-align: center;
	font-size: 25px;
	line-height: 27px;
	margin-bottom: 10px;
	padding-top: 33px;
}

ul.step_step1>li dl dd {
	padding: 16px;
}

ul.step_step1>li dl dd ul li {
	font-size: 14px;
	text-indent: -7px;
	margin-bottom: 5px;
	letter-spacing: -0.05em;
	line-height: 140%;
}

ul.step_step1>li.steps1 dl dt {
	color: #1e456c;
	background: url(/static/ucms/img/sub/step1_icon.gif) center top
		no-repeat;
}

ul.step_step1>li.steps2 dl dt {
	color: #178480;
	background: url(/static/ucms/img/sub/step2_icon.gif) center top
		no-repeat;
}

ul.step_step1>li.steps3 dl dt {
	color: #a24b04;
	background: url(/static/ucms/img/sub/step3_icon.gif) center top
		no-repeat;
}

ul.step_step1>li.steps4 dl dt {
	color: #88c21f;
	background: url(/static/ucms/img/sub/step4_icon.gif) center top
		no-repeat;
}

.arrow_c {
	text-align: center;
	margin-bottom: 10px;
}

/*정부혁식 추진체계 탭 영역 스타일*/
.graps_m {
	display: none;
}

.tabGroup {
	margin-top: 40px;
	display: table;
/* 	border: 1px solid #e1e1e1; */
	width: 100%;
}

.tabGroup a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	padding: 15px 0;
	background: #f6f6f8;
	border-left: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.tabGroup a.current {
	color: #fff;
	background: #1e7da9;
}

.tabGroup a:first-child {
	border-left: 0px;
}

.tabGroup.colum-6 {
	display: block;
	overflow: hidden;
}

.tabGroup.colum-6 a {
	display: block;
	float: left;
	width: 33.3%;
}

.listControler {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.5);
	overflow: hidden;
	display: block;
	text-indent: -100px;
	z-index: 100;
}

.info-wrap {
	overflow: hidden;
}

.layout-info {
	width: 150px;
	height: 270px;
	border: 1px solid #ebebeb;
	margin-left: 1.75%;
	margin-top: 10px;
	float: left;
}
.layout-info:nth-child(7){
	margin-left:0px;
}
.layout-info.first {
	margin-left: 0;
}

.layout-info .text-wrap {
padding: 20px 10px;
}

.layout-info img {
	padding-left: 0;
	width: 150px;
	height: 150px;
	display: block;
}

.layout-info .information {
	padding-top: 19px;
	line-height: 28px;
}

.layout-info .name {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	color: #333;
}

.layout-info .schoolinfo {
	font-size: 12px;
	font-weight: 600;
	color: #7b7b7b;
	text-align: left;
	line-height: 1.4;
	margin-top: 8px;
	letter-spacing: -0.075em;
}

.layout-info .schoolinfo .hanza {
	font-family: 'Pretendard';
	display: none;
}

.layout-info .list {
	font-size: 13px;
	color: #ada8aa;
	padding-top: 12px;
	margin-top: 12px;
	border-top: 1px solid #eaeae7;
}

.layout-info .list li {
	line-height: 1.4;
}

.layout-info .list li:before {
	top: 8px;
}

.info-wrap {
	display: none;
	padding: 15px 0;
	word-break: keep-all;
}

.info-wrap.current {
	display: inherit;
}

/*정부혁신 추진체계  end*/
@media all and (max-width:1024px) {
	.pldist1 {
		font-size: 13px;
	}
	#commentList ul li .cmtBody pre {
		width: 100%;
	}
}

.planningTabInhead {
	width: 100%;
	/* height: 150px; */
	text-align: center;
}

.planningTabInhead .layout-info {
	height: 170px;
	text-align: left;
	width: 300px;
	float: none;
	display: inline-block;
}

.planningTabInhead .layout-info::after {
	content: "";
	display: block;
	clear: both;
}

.planningTabInhead .layout-info img.head_pic {
	float: left;
	width: 135px;
	height: 172px;
}

.planningTabInhead .layout-info .text-wrap {
	width: 141px;
	float: right;
	margin-top: 19px;
	padding: 5px 5px 0px 0px;
}

.planningTabInhead .layout-info .text-wrap h3 {
	font-weight: bold;
	padding-bottom: 20px;
	font-size: 1em;
}

/* 20200409 지혁 추가*/
.cap {
	font-size: 12px;
	font-weight: 600;
	color: #7b7b7b;
	line-height: 1.2;
	margin-top: 8px;
	letter-spacing: -0.075em;
	margin-bottom: 10px;
	text-align: center;
}

.capProfile {
	padding: 5px 14px;
}
/*200420희경추가*/
/*h1은 설명을 위한 css이기 때문에 지우셔도 됩니다.
지우지 않을 경우 다른 h1코드 스타일과 충돌할 가능성이 있습니다*/

/*div변경과 관련된 코드입니다.
색 등의 디자인은 보이기 위해서 표시해놨으니
스타일 추가 및 변경이 가능합니다.*/
.hh_title img {
	width: 60%;
}
.hh_conmenuboxbtn{
	margin-top: 50px !important;
}
.hh_title_content_title{
	    margin-top: 25px !important;
}
.main input[type=radio] {
	display: none;
}

#tab-1:checked ~ .tab label:nth-child(1) {
	border: 2px solid #095ea5;
	color: #095ea5;
	font-weight: bold;
	box-shadow: none;
}
.tab label:nth-child(1):hover{
	border: 2px solid #095ea5;
	color: #095ea5;
	font-weight: bold;
}
#tab-2:checked ~ .tab label:nth-child(2) {
	border: 2px solid #0050a4;
	color: #0050a4;
	font-weight: bold;
	box-shadow: none;
}
.tab label:nth-child(2):hover{
	border: 2px solid #0050a4;
	color: #0050a4;
	font-weight: bold;
}
#tab-3:checked ~ .tab label:nth-child(3) {
	border: 2px solid #ffb400;
	color: #ffb400;
	font-weight: bold;
	box-shadow: none;
}
.tab label:nth-child(3):hover{
	border: 2px solid #ffb400;
	color: #ffb400;
	font-weight: bold;
}

#tab-4:checked ~ .tab label:nth-child(4) {
	border: 2px solid #008ccd;
	color: #008ccd;
	font-weight: bold;
	box-shadow: none;
}
.tab label:nth-child(4):hover{
	border: 2px solid #008ccd;
	color: #008ccd;
	font-weight: bold;
}

#tab-5:checked ~ .tab label:nth-child(5) {
	border: 2px solid #00aa7d;
	color: #00aa7d;
	font-weight: bold;
	box-shadow: none;
	box-shadow: none;
}
.tab label:nth-child(5):hover{
	border: 2px solid #00aa7d;
	color: #00aa7d;
	font-weight: bold;
}

#tab-6:checked ~ .tab label:nth-child(6) {
	border: 2px solid #2d6177;
	color: #2d6177;
	font-weight: bold;
	box-shadow: none;
	box-shadow: none;
}
.tab label:nth-child(6):hover{
	border: 2px solid #2d6177;
	color: #2d6177;
	font-weight: bold;
}
.content_htitle>div {
	display: none;
}

#tab-1:checked ~ .content_htitle div:nth-child(1), #tab-2:checked ~
	.content_htitle div:nth-child(2), #tab-3:checked ~ .content_htitle div:nth-child(3),
	#tab-4:checked ~ .content_htitle div:nth-child(4), #tab-5:checked ~
	.content_htitle div:nth-child(5), #tab-6:checked ~ .content_htitle div:nth-child(6)
	{
	display: block;
	background-color: #fff;
}

.main {
	margin: 0 auto;
	max-width: 100%;
}

.tab {
	overflow: hidden;
	margin-bottom: 25px;
}

.tab::after {
	content: "";
	display: block;
	clear: both;
}

.tab label {
	    cursor: pointer;
    float: left;
    width: 48.5%;
    text-align: center;
    padding: 12px 13px 12px 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    user-select: none;
    -webkit-user-select: none;
    height: 20px;
    line-height: 20px;
        border: 2px solid #ffffff;
    font-size: 18px;
    margin-left: 0px;
    margin: 5px;
    box-shadow: 2px 1px 2px 1px #d5d5d5;
}

.content_htitle {
	/* background-color: rgba(0, 0, 0, 0.2); */
/* 	min-height: 250px; */
}

.content_htitle>div {
	/* padding: 30px; */
	line-height: 1.5;
	font-size: 17px;
}

.hh_imgbox {
	width: 100%;
	    margin-bottom: 75px;
	    text-align: center;
}
.hh_title{
	margin-top:80px;
}

.hh_imgbox img {
	width: 80%;
}

.hh_conbox {
	margin-bottom: 40px;
}

.hh_conbox ul {
	text-align: center;
	    display: flex;
    justify-content: center;
}

.hh_conbox ul::after {
	content: "";
	display: block;
	clear: both;
}

.hh_conbox ul li {
	width: 304px;
	margin: 0px 25px 40px 25px;
	position: relative;
	    background-color: #123884;
	    color: #fff;
	height: 100px;
	text-align: center;
	display: inline-block;
}

.hh_conbox ul li span {
	display: block;
	font-size: 23px;
	    padding: 24px;
}

.hh_conbox ul li span.last_txt {
	padding: 37px;
}

.hh_conbox ul li img {
	position: absolute;
	width: 80px;
	right: -20px;
	top: 62px;
}
.oneID{
	border-bottom:2px solid #ff8b00;
	    width: 180px;
	        display: inline-block !important;
	}
.tabbox_title_tab03{
	border: 1px solid #bdbdbd;
	text-align: center;
	height: 100%;
	margin-bottom: 40px;
	    padding: 12px 0 20px 0;
}
.tabbox_title_h {
	border: 1px solid #bdbdbd;
	text-align: center;
	height: auto;
	margin-bottom: 40px;
	    padding: 12px 0 20px 0;
}

.tabbox_title_h .tabbox_h_title {
	display: inline-block;
	/* padding: 36px 0 0 0; */
	color: #fff;
	margin-top: 0px;
/* 	margin-bottom: 15px; */
	height: 60px;
	line-height: 60px;
	width: 600px;
	text-align: center;
	font-size: 27px;
}
.tabbox_title_h p{
	font-size: 17px;
	    padding: 0px 44px;
} 

.box_color01 {
	background-color: #095ea5;
}

.box_color02 {
	background-color: #2d6177;
}

.box_color03 {
	background-color: #0050a4;
}

.box_color04 {
	background-color: #008ccd;
}

.box_color05 {
	background-color: #ffb400;
}

.box_color06 {
	background-color: #00aa7d;
}

.subtitle_hh {
	width: 100%;
	text-align: center;
}
.subtitle_hh img{width: 72%;}
.htitle_wtab{
	
}
.tabboxinfo_detail {
	
}

.tab_content_h {
	
}

.tab_content_h dt {
	border-bottom: 1px solid #f3f3f3;
	font-weight: bold;
	padding: 0px 0 5px 0;
	margin-bottom: 5px;
	font-size: 20px;
}

.h_con01 .tab_content_h dt {
	color: #095ea5;
}

.tab_content_h {
	margin-bottom: 30px;
}

.tab_content_h dd {
	    font-size: 16px;
}
.tab_content_h .subtitle_move{
	margin-top:10px;
}

.tab_content_h dd:first-child {
	margin-bottom: 65px;
}

.tab_content_h::after {
	content: "";
	display: block;
	clear: both;
}

.subtitle_hh span {
	display: inline-block;
	 margin-bottom: 10px;
}
.subtitle_hh span.lastsubinfo{
	background-color: #efefef;
    padding: 10px;
    width: 300px;
    display: inline-block;
}

.sibtitle_arrow {
	white-space: nowrap;
	float: left;
	width: 3.5%;
	margin: 146px 10px 0px 10px;
	position: relative;
}
.sibtitle_arrow img{
	position: absolute;

}
.tab_content_h .subtitle_move span{
	display: block;
}
.subtitle_hh span.tabconinfo {
	display: inline-block;
	width: 311px;
	padding: 42px 0;
	color: #fff;
	font-weight: bold;
}

.tabconinfo_01 {
	background-color: #d0b4cb;
}

.tabconinfo_02 {
	background-color: #b4b8d0;
}
.tab_content_h .subtitle_box{
	width: 100%;
    height: 75px;
    line-height: 75px;
    display:inline-block;
}
.tab_content_h .subTbox_01{
	 border: 1px solid #e2e2e2;
}
.tab_content_h .subTbox_02{
	 border: 1px solid #095ea5;
	     font-weight: bold;
}
.position_sub{
	position: relative;
}
.position_sub .oneID{
	    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.h_con02 .tab_content_h dt{
	color: #2d6177;
}
.h_con03 .tab_content_h dt{
	color: #0050a4;
}
.h_con04 .tab_content_h dt{
	color: #008ccd;
}
.h_con05 .tab_content_h dt{
	color: #ffb400;
}
.h_con06 .tab_content_h dt{
	color: #00aa7d;
}
.tab2_banboximg{
	width: 100%;
	height: 100%;
	background-color: #bfc5ed;
	position: relative;
	top:-80px;
}
.tab2_banboximg h3{
	color:#fff;
	font-weight: bold;
	padding: 28px 30px 0 30px;
	    width: 63%;
	    font-size: 20px;
}
.tab2_banboximg p{
	color:#000;
	padding: 10px 30px 28px 30px;
	    display: inline-block;
	        line-height: 1.2;
	            width: 63%;
}

.tab2_banboximg_move{
	position: absolute;
	    top: 14px;
    right: 20px;
    width: 22%;
}
.tab2_con02_imgbox{
	width: 100%;
	    margin-bottom: 90px;
	    text-align: center;;
}
.tab2_con02_imgbox img{width: 80%;
margin: 0 auto;
}


.tab2_con2_001{
    height: 100%;
    border: 1px solid #9d9d9d;
    margin-bottom: 75px;
    position: relative;
        padding: 10px 0;
}
.tab2_con2_002{
	height: 100%;
	border:1px solid #9d9d9d;
    position: relative;
        padding: 10px 0;
        margin-bottom: 75px;
}
.con2_title{
	    position: absolute;
    top: -19px;
    left: 20px;
    background: #dcefea;
    padding: 7px 35px;
    z-index: 5;
    font-size: 19px;
    font-weight: bold;
}
.tab2_con2_002::after{
	content:"";
	display: block;
	clear:both;
}
.tab2_con2_infobox{
	 padding: 32px 20px 7px 20px;
}
.tab2_con2_infobox_move{
	float: left;
	width: 70%;
}

.numbering{
	    font-size: 1px;
    vertical-align: middle;
    margin-right: 8px;
}

.con2_info{
	    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.tab2_con2_infobox ul{
	padding-left: 18px;
}
.tab2_con2_infobox ul li {
	font-size: 16px;
	line-height: 1.3;
}

.page2_tab2_001{
	    width: 25%;
    position: absolute;
    top: -31px;
    right: 57px;
}
.page2_tab2_002{
	 width: 23%;
    position: absolute;
    top: 49%;
    right: 44px;
    
}
.hh_conmenubox .tab span.ac_tab1 {
    background: #3a9994;
}

.tab2_banbox{
	margin-bottom: 80px;
	margin-top: 80px;
}

.m_subimg{
	display: none;
}
.m_subtable{
	display: none;
}

.tipbarbox_L{
	background: url(/static/ucms/img/digit/tipbar_left.png)no-repeat;
    width: 10px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    background-size: 42%;
    vertical-align: middle;
    margin-right: 3px;
}
.tipbarbox_R{
	background: url(/static/ucms/img/digit/tipbar_right.png)no-repeat;
    width: 10px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    background-size: 42%;
    vertical-align: middle;
    margin-left: 3px;
}
.tip_wrap:after{
	content:"";
	display: block;
	clear:both;
}
.tip_wrap{
	text-align: center;
    margin-bottom: 25px;
    position: relative;
}
.tip_box{
	    text-align: center;    
}
.tip_img1{
	float: left;
    /* display: block; */
    position: absolute;
    top: -20px;
    left: 2%;
    background: url("/static/ingov/stip.gif")no-repeat;
    width: 147px;height: 67px;
}


.tab_commontitle{
    height: 100px;
    float: left;
    width: 20%;
}

.tab_commontitle h3{
	width: 93%;
	padding:2px 17px;
}
.tabbox_h_title02{
	color: #000;
	font-size: 20px;
	    padding: 0px 20px 10px 20px;
}
.tab3_txt_box{
    border: 1px solid #cbcbcb;
    text-align: center;
    margin-bottom: 25px;
    padding: 15px;
}
.tab3_txt_box p{
	width: 93%;
    text-align: center;
       padding: 0px 20px;
       font-size: 16px;
}
.tab_commontitleinfo{}

.subtitle_hh_size img{
	width: 65%;
	margin: 0 auto;
}

.cntit_box02{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.cntit_box02 .cntitl102{
	
}
.cntit_box02 .cntitl102 h3{
	font-size: 2.3em;
	display: inline-block;
	    color: #123884;
}
.cntit_box02 .clineL {position:absolute; top:50%; left:0px; z-index:1; display:block; background:#d8d8d8; height:1px; width:35%;}
.cntit_box02 .clineR {position:absolute; top:50%; right:0px; z-index:1; display:block; background:#d8d8d8; height:1px; width:35%;}
.cntit_box02 .clineLShort {position:absolute; top:50%; left:0px; z-index:1; display:block; background:#d8d8d8; height:1px; width:27%;}
.cntit_box02 .clineRShort {position:absolute; top:50%; right:0px; z-index:1; display:block; background:#d8d8d8; height:1px; width:27%;}
.cntit_box02 .clineLShort_more {position:absolute; top:50%; left:0px; z-index:1; display:block; background:#d8d8d8; height:1px; width:20%;}
.cntit_box02 .clineRShort_more {position:absolute; top:50%; right:0px; z-index:1; display:block; background:#d8d8d8; height:1px; width:20%;}

.list_tab_move{
	position: relative;
}
.hh_conmenubox_color{
	    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #123884;
    width: 50px;
}
.hh_conmenubox_color span{
	position: absolute;
    top: 10px;
    left: 18px;
}

.mt75{margin-top: 75px;}

.hh_conmenubox_color1{
	background-color: #095ea5;
}
.hh_conmenubox_color2{
	background-color: #0050a4;
}
.hh_conmenubox_color3{
	background-color: #ffb400;
}
.hh_conmenubox_color4{
	background-color: #008ccd;
}
.hh_conmenubox_color5{
	background-color: #00aa7d;
}
.hh_conmenubox_color6{
	background-color: #2d6177;
}
.survice_title{
	text-align: center;
	background-color: #dee9ff;
	height: 15px;
	padding: 4px;
	    font-weight: 700;
}
.survice_month{
	width: 20%;
}

.m_subtable tr th{
	
}
.m_subtable tr td{
	    font-size: 12px;
	    padding: 2px;
	    border-right: 1px solid #eaeaea;
}
.m_subtable tr td:last-child {
	border:none;
}
.tab_content_h span{font-size: 13px;}
.small_year {font-size: 12px !important; vertical-align: super;}
.small_year_down {font-size: 13px;vertical-align: bottom;}


.tab03_txt{padding : 0px 0px !important;}

.tab03_title{
	padding : 0px 0px 5px 0px !important;
	/* 20200511 안지혁 추가 */
	text-align: center;
}
.m_subtable{
	    margin-top: 20px;
}

/* 20200511 안지혁 추가 */
.subj_float {
	float: right;
}

select.select_type02{
	height: 32px;
}
.sortingbtn{
	width: 35px;
	height: 35px;
	background-color: #324c82;
	border: none;
	vertical-align: middle;
	border-radius: 3px;
}
.color_fff{color:#fff;}

.digi_pass{margin-top: 20px;
}
.digi_pass h2{
	padding-bottom : 10px; font-weight:bold
}
.digi_pass button{
	border:none;
	background: url("/static/ucms/img/onepass/btn_onepass_blue_48.png")no-repeat center;
	width: 100%;
	height: 50px;
}
.digi_pass img{
	width: 100%;
}

/* 0826추가 */
.mr08{margin-right: 8px;}
.hh_conbox_bot ul li span{font-size:18px;}
.newlist_tab04{
	text-align:left;
	width: 91%;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 18px;
    height:auto;
    line-height: 1.4;
    padding: 0 16px;
}
.hh_conbox02{width: 100%; text-align: center;margin:20px 0; line-height:1.3;}
.hh_conbox02 h3{font-size: 24px;}
.result_box h3, .hh_conbox02 h3{text-align: center;    line-height: 1.4;}
.result_box{ border:2px solid #116279;padding:10px 0;}
.goal_text{width: 100%; text-align: center; 
margin-bottom: 20px;}
.goal_text p{font-weight: bold;background: #EEEFFF;padding:14px 10%;}
.hh_conbox02 span{width: 100%;
    margin: 10px 0;
    display: block;
    text-align: center;}
.hh_conbox02 span img{width: 30px;}
.tabbox_title_tab03 h3{font-size:12px;}
.detail_click_menction{position: absolute;top:0;right:0;font-size: 12px;}
.best_land_score{
	background: #fff7e4;
    padding: 4px 12px;
    border: none;
    border-radius: 25px;
    box-shadow: 2px 2px 3px #e0e0e0;border:2px solid #fff7e4;}
.best_land_score:hover{
	box-shadow:none;border:2px solid #e9e9e9;background: #e9e9e9;
	}
.mpve_little_top{}
.fz10{font-size: 5px;}
.color_095ea5{color:#095ea5;}
.color_0050a4{color:#0050a4;}
.color_ffb400{color:#ffb400;}
.color_008ccd{color:#008ccd;}



/*survey*/
.m-t-5{margin-top:5px;}
.bg_wrap_BECBE2{background: #becbe2; padding: 14px;position: relative;}
.bg_wrap_white{background: #fff;padding: 20px 45px;}
.bg_img_survey img{position: absolute;top:0; right:0px;width: 386px;}
.explanation_title{margin: 38px 0;}
.explanation_title h3{margin-bottom: 15px;font-weight: bold;}
.explanation_title p{line-height: 1.4;max-width: 535px;}
.explanation_title p span{display: block;}
.survey_clear:after{content: ""; display: block; clear: both;}
.survey_detail_left{float: left;margin-top:30px;font-weight: bold;color: #707070;    font-size: 19px;}
.survey_detail_left:first-child{margin-top:0px;}
.survey_detail_right{margin-left:35px;margin-top:30px;}
.survey_detail_right dl{}
.survey_detail_right dl dt{font-weight: bold;color: #707070;margin-bottom: 5px;}
.survey_detail_right dl dd{}
.survey_detail_right input[type="text"]{width: 94%;}
.survey_detail_right input.survey_num{width: 24%;}
.survey_detail_right input.survey_email{width: 37%}
.survey_detail_right label{margin-right: 10px;}
.survey_detail_right select{width: 30%;}
.survey_detail_right textarea {width:95%;min-height: 150p;}
.survey_detail_right textarea::placeholder, .survey_detail_right input::placeholder {
 color: #A7ADB7;padding:5px;font-size: 12px;}
.survey_detail_right input:focus::-webkit-input-placeholder, .survey_detail_right textarea:focus::-webkit-input-placeholder {
 /* WebKit browsers */ color:transparent; } 
.survey_detail_right input:focus:-moz-placeholder, .survey_detail_right textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */ color:transparent; }
.survey_detail_right input:focus::-moz-placeholder, .survey_detail_right textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */ color:transparent; }
.survey_detail_right input:focus:-ms-input-placeholder, .survey_detail_right textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */ color:transparent; }
.survey_detail_right input[type=checkbox], .survey_detail_right input[type=radio]{
  margin: 3px 0px 5px 0px;
    width: 25px;}
.survey_detail_right p{
	    text-align: right;
    font-size: 13px;
    width: 96%;
    padding-top: 5px;
}
.survey_agree{margin-top:20px;    color: #707070;}
.survey_agree h3{text-align: center;margin-bottom: 15px;}
.survey_agree p{margin-bottom: 10px;}
.survey_agree ul{font-size: 15px;    padding: 5px;}
.survey_agree ul li{    margin: 10px 0;}
.survey_agree_check{margin-top:15px;}
.survey_submit{margin: 25px 0;text-align: center;}
.survey_submit input{padding:15px 45px;height: 50px;background: #E8EFFC;box-shadow: 3px 3px 4px #e5e5e5;}
.survey_submit input:hover, .survey_submit input.active{box-shadow:none;background: #dee3eb;}


.bg_wrap{background: url("/static/ucms/img/cont01_img_01.png") no-repeat center;width: 100%; height: 400px;position: relative;background-size: cover;}
.contet01_wrap{top: 200px; right: 0;position: absolute;}
.head_title h2{font-weight: bold;font-size: 28px; color: #2B425E;    margin-bottom: 12px;}
.head_title h2 span{font-size: 15px;    font-weight: normal;}
.contet01_wrap p, .cont03_box p{ color: #2B425E;    font-size: 20px;}
.contet01_wrap p span{display: block;}
.banner_wrap{    margin: 0 0 28px 0;background: linear-gradient( to right, #72AAB8, #C6F1FF); width: 100%;height: 190px;}
.contet02_wrap{height: 100%;}
.list_mark{background: url(/static/ucms/img/cont02_list.png) no-repeat center;width: 15px;height: 15px;display: inline-block;}

.library_left{float: left;}
.library_right{float:right;}
.list_3{    height: 190px;width: 75%;}
.list_3 ul{    color: #fbfbfb;
    font-weight: normal;
    font-size: 18px;
    padding-top: 52px;
    padding-left: 20px;}
.list_3 ul li{    vertical-align: middle;
    margin-bottom: 8px;}
.list_3 ul li span.list_3ways{font-weight: bold;font-size: 22px;    margin: 0 10px;
    width: 72px;}
    .cont02_button{text-align:center;    margin-top: 40px;margin-bottom:80px;}
    .cont02_button ul{display: inline-block;}
    .cont02_button ul li{    width: 250px;
    height: 70px;
    left: 50%;
    display: inline-block;
    /* float: left; */
    border: .5px solid #D1D1D1;
    box-shadow: 3px 3px 6px #eee;
    border-top-width: 0.5px;
    margin-bottom: 16px;
    line-height: 70px;
    cursor: pointer;}
    .cont02_button ul li a{}
    .cont02_button ul li:hover {
    background: #D0DEE2; box-shadow: none;border: .5px solid #D0DEE2;}
    .cont02_button ul li a span.list_img{width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;}
    .cont02_button ul li a span.list_img01{
    background: url("/static/ucms/img/cont02_img_07.png") no-repeat center;}
    .cont02_button ul li a span.list_img02{
    background: url("/static/ucms/img/cont02_img_03.png") no-repeat center;}
    .cont02_button ul li a span.list_img03{
    background: url("/static/ucms/img/cont02_img_05.png") no-repeat center;}
    .cont02_button ul li a span.list_img04{
    background: url("/static/ucms/img/cont02_img_06.png") no-repeat center;}
    .cont02_button ul li a span.list_img05{
    background: url("/static/ucms/img/cont02_img_04.png") no-repeat center;}
    .list_clear:after{
	content: "";clear:both; display: block;
}
.cont03_librarybox{width: 58%;    margin-top: 13%;}
.cont03_box{    border-top: 1px solid #1b3e6e47;
    border-bottom: 1px solid #1b3e6e47;
    padding: 25px 0;
    text-align: right;width: 100%;
    }
    .cont03_box h2{    text-align: right;}
    .con03_box_right{width: 40%;}
    .con03_box_right img{width: 100%;}
    .cont02_img {padding-left: 20px;
    padding-top: 10px;width: 20%}
    .cont03_box p span{display: block;}
   
   
   
   
/*022421 김희경 추가*/
.item_content01_wrap{display: flex;justify-content: space-around;}
.item_content01_wrap .item_content{    text-align: center;}
.item_content01_wrap .item_content01{background-color: #dffff2;}
.item_content01_wrap .item_content02{  background-color: #dff5ff;}
.item_content01_wrap .item_content03{  background-color: #ffdfdf;}
.item_content01_wrap .item_content img{}
.item_content01_wrap .item_content .item_content_box{
	width: 245px;
  padding: 21px 10px 24px;
  border-radius: 10px;

}
.item_content01_wrap .item_content .item_content_box .item_content_title{color: #002e82;font-size: 19px;
  padding: 7px 22px 6px 23px; font-family: 'Pretendard';
  border-radius: 10px;margin-bottom:12px;
  background-color: #ffffff;
  letter-spacing:-0.05rem;
  }
.item_content01_wrap .item_content .item_content_box p{ line-height: 1.4;}
   .item_content_img {}
   .item_img01{background: url("/static/ucms/img/sub/intro_img01.png") no-repeat center 70% ;height: 220px;width: 100%;}
   .item_img02{background: url("/static/ucms/img/sub/intro_img02.png") no-repeat center 80%;height: 220px;width: 100%;}
   .item_img03{background: url("/static/ucms/img/sub/intro_img03.png") no-repeat center;height: 220px;width: 100%;}
   .item_content_wrap{margin-top:70px;}
   .m-t-0{margin-top:0px;}
   
   .item_content02_wrap{position: relative;}
    .item_content_bg01{ padding: 8px 9px;
  background-color: #4291bc;}
  .item_content_bg01 .item_content_bg02{  padding: 6px 2.6px 6px 7px;
  background-color: #22597a;}
   .item_content02_wrap .item_content_bg01 .item_content_bg02 .item_content_bg03{background:#fff url(/static/ucms/img/sub/tab01_banner.png) no-repeat right bottom;  background-color: #ffffff;}
    .item_content02_wrap .item_content_bg01 .item_content_bg02 .item_content_bg03 img{position: absolute;bottom:10px; right:10px;}
    .item_content02_wrap .item_content_bg01 .item_content_bg02 .item_content_bg03 .item_content_txt{padding:32px 0px 30px 30px;font-size: 23px;}
    .item_content_txt p{margin-bottom:4px;font-family: 'Pretendard';}
    .item_content_txt h2{ font-family: 'Pretendard';}
    .item_content_txt h2 span{ font-family:'Pretendard';display: inline-block;}
 .c_1A386D{color:#1A386D; font-size:26px;}
    .tab02_content_wrap .tab02_title{line-height: 1.4;}
.item_content03_wrap{  padding: 40px 32px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #dff5ff;}
  .item_content03_wrap::after{content:"";display: inline-block;clear:both;}
 .item_content03_wrap .item_list{}
 .item_content03_wrap .item_list::after{content:"";display: block;clear:both;}
    .item_list .item_list_left{float:left;width: 128px;}
    .item_list_left .item_list_title{position: relative;}
    .item_list_left .item_list_title img{position: absolute;    top: 25px;
    right: -17px;}
    .item_list_left .item_list_title p{  padding: 8px 5px;
  background-color: #22597a;  color: #ffffff;  text-align: center;}
    .item_list_right{float:right;width: calc(100% - 158px);}
  .item_list_right ul{margin-bottom:40px;}
  .item_list_right ul li{padding: 8px 5px 8px 15px;
  background-color: #ffffff;margin-bottom: 4px;}
  .item_list_right ul li a{display: block;height: 100%;width: 100%;}
  .item_content03_wrap .item_list_right ul li:hover{ background-color: #366e8f;color:#fff;}   
  .item_list_right ul li:hover a{color:#fff;}
   .c_002e82{color:#002e82;font-size: 40px;}
   .tab02ver {text-align: center;    margin-bottom: 50px;
    border: 5px solid #7ab561;padding:40px 20px;background: #fff url(/static/ucms/img/sub/tab02_img01.png) no-repeat right bottom;}
   .tab02ver .item_content_bg01{text-align: center;background-color: none;}
   .item_content_bg_tab02 .item_content_txt h2{text-align: center;}
   .item_content_bg_tab02 .item_content_txt p{font-size: 23px;}
   .cntit_box_tab02{    width: 100%;text-align: left;position: relative;margin-bottom: 45px; font-size: 28px;
  font-weight: 300;margin-top:40px;}
  .cntit_box_tab02 .clineR {
    position: absolute;top: 50%;right: 0px;z-index: 1;display: block;background: #d8d8d8;
    height: 1px;width: 80%;}
.tab02_content_wrap{border: solid 1px #e9f1fe; padding: 0px 20px 30px 20px;position: relative;}


.tab02_content_wrap h2{ font-family: 'Pretendard';letter-spacing: normal;margin-bottom:12px;padding-top: 40px;}
.tab02_content_wrap .tab02_title{  padding: 12px;}

.tab02_img{position: absolute;    top: -55px; right:0;}
.tab02_img01{background: url(/static/ucms/img/sub/tab02_img02.png) no-repeat;width: 220px;    height: 177px;    background-size: contain;}
.tab02_img02{background: url(/static/ucms/img/sub/tab02_img03.png) no-repeat;width: 198px;    height: 157px;    background-size: contain;}
.tab02_img03{background: url(/static/ucms/img/sub/tab02_img04.png) no-repeat;width: 175px;    height: 157px;    background-size: contain;}
.tab02_content_box .item_list_right ul li{font-size: 18px;
    padding: 0px;line-height: 1.4;}
.tab02_content_box .item_list_right ul li span{display: block;font-size: 14px;    margin-top: 4px;}
.tab02_content_box .item_list{margin-top:24px;}
.tab02_content_box .item_list::after{content:"";clear:both;display: block;}
.tab02_content_box .item_list_right{}
.tab02_content_box .item_list_right ul{margin-bottom:0px;}
.tab02_content_box .item_list_right ul li span.score_m{display: inline-block; margin-top: 0px;font-weight: 500;font-size: 18px;}
.c_titlebox_m{font-weight: 500;}
.c_143137{color:#143137;}
.c_1a386d{color:#1a386d;}
.c_471717{color:#471717;}
.tabl02_title_color01 h2{color:#182a1b;}
.tabl02_title_color02 h2{color:#1a386d;}
.tabl02_title_color03 h2{color:#300f0f;}
.
.item_list_left .item_list_title.tab02_title01 p{ background-color: #4c7880;}
.item_list_left .item_list_title.tab02_title02 p{ background-color:  #4f6284;}
.item_list_left .item_list_title.tab02_title03 p{ background-color:#9d697f;}


.tab02_content_wrap .tab02_title01{background-color: #dffff2;}
.tab02_content_wrap .tab02_title02{background-color: #dff5ff;}
.tab02_content_wrap .tab02_title03{background-color: #ffdfdf;}

.m-b-0{margin-bottom:0px !important;}


.half_line{background:linear-gradient(to top ,#CAEFEF 50%, transparent 50%);}
.gotocardnewslink_web02 {
	    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    box-shadow: 0px 0px 5px #c2c2c2;
    padding: 5px 15px;
    background: #1f3c76;
    font-size: 15px;
    color: #fff !important;
}
.gotocardnewslink_web02 img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.gotocardnewslink_web03 {
	    position: absolute;
    top: -10px;
    right: 145px;
    display: block;
    box-shadow: 0px 0px 5px #c2c2c2;
    padding: 5px 15px;
    background: #1f3c76;
    font-size: 15px;
    color: #fff !important;
}
.gotocardnewslink_web03 img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.bigtitle_intro{position: relative;}


.guide dl{display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.guide dt.logo {
	background: #fff;
    margin-right: 20px;
}
.guide dt.logo img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    font-size: 0;
}
.guide dt {
	    width: 15%;
    font-weight: 400;
    text-align: center;
    background-color: #f4f4f4;
    color: #4a4d4e;
    vertical-align: middle;
    font-weight: 500;
    margin-bottom: 10px;
}
.guide dd {
	    display: table-cell;
    padding: 13px 0;
    vertical-align: top;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    font-size: .875rem;
    color: #757575;
    margin-bottom: 10px;
}
.guide dd a{
	text-decoration: underline;
    color: #303233;}
.guide dd a:hover, .guide dd a.active{
	cursor:pointer; color:#1c6b92;
}
.guide dd span.font_bold{
    margin-bottom: 4px;
    display: block;
    font-weight: bold;
}
.guide dd span.font_small{
	display: block;    font-size: 13px;
}

/* 210513 김희경 수정 */
.btn_right{text-align:right;}
.btn_wrap_0513{position:relative; display: block;text-align: right;margin-bottom: 10px; display:inline-block;}
.btn_wrap_0513 .btn_0513{box-shadow: 0px 0px 5px #c2c2c2;
    padding: 10px 15px;
    width:150px;
    height:60px;
    background: linear-gradient(120deg, #3c5487, #021233);
    font-size: 15px;
    color: #fff !important;}
    .btn_wrap_0513 .btn_0513 img{
    	width: 15px; margin-left: 8px;
    }
    .btn_wrap_0513 .btn_0513 img {position:absolute; right:5px; bottom:5px;}
    
 /* 210514 남동우 수정 */
 .ratingM {display:none;}
div.rating_wrap h2 {font-weight:bold;}
.rating {width:100%; margin-top:30px; border-top:2px solid #999; border:1px solid #ececec; border-collapse:collapse; table-layout:fixed;}
.rating:before {content:""; display:block; margin-top:-80px; width:402%; height:1px; background:#ececec;}
.rating .gakju02 {font-size:14px; font-weight:400;}
.rating .gakju01 {font-size:14px; display:inline-block; background:#fff8e5; padding:3px;}
.rating .bkSkin {background:#fff8e5; padding:3px;}
.rating tr {border-bottom:1px solid #ececec;} 
.rating tr:hover {background:#e9f5ff;}
.rating tr:last-child .gakju01 {background:none;}
.rating thead th {background:#f7f7f7; font-weight:600; text-align:center; padding:20px 10px; border-right:1px solid #ececec;}
.rating tbody th {background:#e9f1ff; font-weight:normal; border-left:1px solid #e9f1ff;}
.rating tbody th span.bkcircle {width:16px; height:18px; display:inline-block; border-radius:50%; background:#000; margin-left:5px;}
.rating tbody th img {width:10px; vertical-align:1px;}
.rating tbody td {border:1px solid #ececec; padding:20px 20px 20px 60px;}
.rating tbody td:last-child {padding:20px; border-right:1px solid #fff; text-align:center;}
.rating tbody td p {position:relative; padding:5px 0; font-weight:600;}
.rating tbody td p:before {content:""; display:inline-block; position:absolute; top:11px; left:-15px; width:6px; height:6px; background:#f8a633; border-radius:50%;} 

.ratingM { }
.ratingM table {margin:20px 10px; width: 97%; border:1px solid #ececec;}
.ratingM table tr {border-bottom:1px solid #ececec;}
.ratingM table th {padding:8px; text-align:center; background:#f7f7f7;}
.ratingM table td {padding:8px;}
.ratingM table tr:nth-child(1) td {background:#e9f1ff;}
.ratingM table td p {position:relative; padding:5px 0; font-weight:600; text-indent:15px;}
.ratingM table td p:before {content:""; display:inline-block; position:absolute; top:11px; left:2px; width:6px; height:6px; background:#f8a633; border-radius:50%;}
.ratingM table .gakju02 {font-size:14px; font-weight:400;}
.ratingM table .gakju01 {font-size:14px; display:inline-block; background:#fff8e5; padding:3px;}
.ratingM table .bkSkin {background:#fff8e5; padding:3px;}

/*210527 남동우 서브헤더 검색창 수정*/ 
.sub_header_wrap .pop-layer {margin:40px 0 0 260px !important; width:180px !important;}
.sub_header_wrap .pop-layer .sch_rbtn input {text-indent:35px;}

/*220316 남우진 비전체계도 수정*/
.lts005 {letter-spacing:-0.05rem;}
.item_list_cont ul li {font-size:16px;}
.item_list_cont ul li:before {content:""; display:inline-block; width:6px; height:6px; background:#324c82; margin:0 5px 3px 0;}

@media all and (max-width:1200px){
	.sub_header_wrap .pop-layer {margin:40px 0 0 210px; !important; width:180px !important;}
}
@media all and (max-width:1040px){
	.sub_header_wrap .pop-layer {margin:-10px 0 0 0 !important; width:25%;}
	
}
@media all and (max-width:768px) {
	.rating tbody td {padding:20px 8px 20px 19px;}
	.rating tbody td:last-child {padding:20px 8px;}
	#content, div.container, .wrap {
		margin: 0 auto !important;
	}
}
@media all and (max-width:650px) {
	.rating_wrap h2:after {content:""; display:block; width:100%; height:1px; background:#ececec; margin: 15px 0 0;}
	.rating {display:none;}
	.ratingM {display:block;}
}
@media all and (max-width:550px) {
	.sub_header_wrap .pop-layer {margin:0 !important; width:100% !important;}
}

/*221122 추가*/

    .sub_top_title .local_box :is( p, a) {
		font-family:'Pretendard GOV';
 	}
    .realProgram {display:flex; flex-wrap:wrap;}
    .realProgram > dl {width:49%;}
    .realProgram > dl:nth-child(even) {margin-left:2%;}
    #content, div.container, .wrap {
			max-width: 1290px !important;
			width:100% !important;
			margin: 2rem auto;
			overflow: hidden;
			 }
			.tab2_box1, .tab_container {
			     max-width: 1290px !important;
			     width:100% !important;
			     /*margin: 40px auto 0; */
			}  
			ul.tab2_box1 li {
			 	width:50%;
			}
			ul.tab2_box1 li.on {
				background:#171717;
		}
		.contents .vodArea,
		.contents .vodArea video {
			max-width:851px !important;
			width:100% !important;
			height:auto !important;
			margin:0 auto !important;
		}