@charset "utf-8";
/*-------------------------------------------------
bbs style / last up date: 2022.11
-------------------------------------------------*/

/* input */
input[type="text"][readonly="readonly"]{background: #f7f7f7;}

/* 기본 검색 */
input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus { background-color: #fff;}

select, 
input[type="file"], 
input[type="text"], 
input[type="tel"], 
input[type="search"], 
input[type="number"], 
input[type="date"], 
input[type="email"], 
input[type="password"], 
input[type="submit"], 
input[type="button"]{height: 3.8rem; border-radius: 3px;}

input.input-search{ min-width: 25rem;}
button.input_smallBlack, 
input.input_smallBlack, 
.input_smallBlack a { height: 3.8rem;}

/*게시판 sns 공유*/
.sns-share {
	margin-bottom: 1rem;
	text-align: right;
	}
.sns-share a {
	display: inline-block;
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    border: 1px solid #ddd;
    color: #707685;
    text-align: center;
    vertical-align: top;
    transition: all 0.3s ease;
	}
.sns-share a i {
	display: flex; display: -webkit-flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;	
    height: 100%;
    color: #707685;
    font-size: 2.2rem;
	}
.sns-share a.url-copy {
    letter-spacing: -0.05rem;
    font: 100 1.5rem/2.4  NotoB;
	}
.sns-share a:hover {
    background-color: #707685;
    color: #fff;
    text-decoration: none;
	}
.sns-share a:hover i {
    color: #fff;
	}
	
/* 버튼 */
.btn, 
[class^="btn_colorType"], 
.btn_ciDownload, 
.btn_colorExcel {
	position: relative; 
	display: inline-block; 
	padding: .3rem 2rem; 
	border-radius: 5px;
	text-align: center; 
	letter-spacing: -0.03em; 
	line-height: 1.7; 
	color: #252525; 
	transition: all 0.3s ease;
	}
.btn {border: 1px solid #dee2ea;}
.btn:hover {background-color: #f5f5f5;}
[class^="btn_colorType"]{display: inline-block; min-width: 13rem; padding: 1.1rem 1.5rem; text-align: center;  color: #fff}
[class*="btn-type"] {display: inline-block; padding: 0.5rem 1.5rem; text-align: center;  color: #fff;}
.btn_colorType01, .btn-type01 {background-color: #555; border-color: transparent;}/* 검정 */
.btn_colorType02, .btn-type02 {background-color: transparent; border: 1px solid #D1D5E1; color: #333;}/* 라인 */
.btn_colorType03, .btn-type03 {background-color: #3E74D3; border-color: transparent;}/* 블루 */
.btn_colorType04, .btn-type04 {background-color: #28C4A6; border-color: transparent;}/* 연초록 */
[class^="btn_colorType"]::after {content: none;}
[class*="btn-type"].small {
    padding: 0.85rem 1.5rem;
    vertical-align: middle;
    font-size: 1.5rem;
	}
[class*="btn-type"] i {
	margin-left: 1.5rem;
	}
[class*="btn-type"].xsmall	 {
    padding: 0.75rem 2.2rem;
    line-height: 1.4;
    font-size: 1.6rem;
	}
[class*="btn_blueSmall"]{
	background-color: #2865B8;
	}
[class*="btn_redSmall"]{
	background-color: #0f84c7;
	text-shadow: none;
	}
[class*="btn_greenSmall"]{
	background-color: #0f365e;
	}
button.input_smallBlack, 
input.input_smallBlack, 
.input_smallBlack a{display: inline-block; min-width: 10rem; height: 4rem; text-align: center; background: #222; border-radius: 5px; color: #fff;}
.stats-value {float: right; margin-top: 1rem;}
.checks span:nth-child(1) {margin-left: 0;}
.note_matter .assent::before {width: 6rem;}

/* 여러 검색조건 */
.multi_searchForm {
    min-height: auto;
    margin-bottom:30px;
	padding: 0;
	background: none;
	border: none;
	text-align: center;
	}
.multi_searchForm .input-area {
	display: block;
	float: left;
	width: calc(100% - 10.8rem);
	}	
.multi_searchForm select {
    width: 16rem;
	}
.multi_searchForm .input_black,
.input_black {
	position: relative;
	top: auto;
	right: auto;
	width: 10rem;
	height: 4rem;
	margin-left: 0.8rem;
	background-color: #222;
	color: #fff;
	border:0;
	font-weight: normal;
	font-family: "NotoM";
	letter-spacing: -0.5px;
	}
	
.multi_searchForm input[type="date"] {
	width: 10rem;
	}	
.multi_searchForm .col {
	display: inline-block;
	}
.multi_searchForm .col select {
	width: auto;
	}
.multi_searchForm [class^="btn_colorType"] {
	border-radius: 0;
    vertical-align: middle;
    line-height: 2.2;
	}
.articles_search .input_smallBlack {
	border-radius: 5px;
	line-height: inherit;
	}		
.single_search{
	background-color: #fafafa;
	padding: 5rem;
	}
.single_search .input_long02{
	width: 50%;
	}
.single_search select,
.single_search input{
	margin: 0.5rem 0;
	}

/* 국내, 국외뉴스 */
.flex_search{
	display: flex;
    justify-content: center;
    gap: 5rem;
	padding: 5rem;
	background: #fafafa;
}
.flex_search input{
	height: 4rem;
}
.flex_search .col-box{
	position: relative;
}
.flex_search .col-box + .col-box:before{
	content: '';
	position: absolute;
	top: 1rem;
	left: 0;
	display: block;
	width: 1px;
	height: 2rem;
	background-color: #ddd;
} 
.flex_search .col-box strong{
	width: 10rem;
	text-align: center;
}


/* 게시물 수 STYLE */
.articles_search .articles {
	margin-top: .5rem;	
	}
.articles02 {float: right;}

/* 테이블 기본*/
.table_wrap { margin-bottom: 2rem; letter-spacing: -0.5px;}
.table_wrap table {margin-bottom: 1rem;}
.tstyle_list, .faq_list, .fileDown_list {border-bottom-color: #000;}
.tstyle_list {border-top:2px #1a2460 solid;}
.tstyle_list thead th, 
.tstyle_list tbody th {background-color: #fafafb; border-bottom: 1px #ddd solid; color: #1a2460; font-family: "NotoM"; font-weight: normal;}
.tstyle_list thead th {color: #222;}
.tstyle_list tbody td {font-family: "NotoL"; word-break: keep-all;}
.tstyle_list tbody td.category_name {word-break: break-all;}
.tstyle_list.txt_left tbody td,
.tstyle_list.txt-left tbody td {text-align: left !important;}
.tstyle_list td.ellipsis, .table_wrap.response .tstyle_list td.ellipsis a {text-overflow: inherit; white-space: inherit; word-break: keep-all; font-size: 1.6rem;}
.tstyle_list.txt-right td{text-align: right;}
.table_wrap tfoot {background-color: #fafafb;}
.tstyle_view th,
.tstyle_write th {
    padding: 1.2rem 1.5rem;
    text-align: left;
	white-space: break-spaces;
    font-family: "NotoM"; 
    font-weight: normal;
	}
.tstyle_write td,
.tstyle_write td {
    padding: 1rem 1.5rem;
	}		
[class^="tstyle_"] td.no-margin {
	padding: 0;
	}
[class^="tstyle_"] td.no-margin .table_wrap,
[class^="tstyle_"] td.no-margin table  {
	margin-bottom: 0;
	}
.tstyle_write tr:last-child th, .tstyle_write tr:last-child td {
	border-bottom: solid 1px #e4e7ec; 
	}	
	
/* 공지 */
.news_view .newsTitle{
	border: 0;
	border-top: solid 2px #45474c;
	border-bottom: solid 1px #c1c5cd; 
}
/* 보기페이지 패딩값 조절 */
.tstyle_view02 th:first-child, 
.tstyle_view02 td:first-child{border-left: none;}
.tstyle_view02 th:last-child{border-right: none;}
.tstyle_view02 {border-top: solid 1px #45474d; border-bottom: solid 1px #d9dde4; }
.tstyle_view02 th,
.tstyle_view02 td{padding: 5px; }
.tstyle_view02 th {background-color: #f4f5f6; border: solid 1px #d9dde4; border-top: none; color: #1a2460; letter-spacing: -0.05em; }
.tstyle_view02 td {border-left: solid 1px #d9dde4; border-bottom: solid 1px #d9dde4; font-family: "NotoL";}
.tstyle_view02 th .txt_download { margin-left: 0; font-weight: normal; }
.tstyle_view02 input[type="radio"], 
.tstyle_view02 input[type="checkbox"] {vertical-align: middle; }
.tstyle_view02 .depth_title {padding: 15px;  background-color: #fafafb;   border-bottom: solid 1px #e4e7ec; color: #2f3743;  letter-spacing: -0.05em; font-size: 1.1em; }
.tstyle_view02 [id*="dext5uploader_holder_upload"] {width: 100% !important; }
.tstyle_view02 td.keyword input {width: 32.8%; margin: 2px 0; }

/* 개발현황 테이블 */
.tstyle_view03 th, 
.tstyle_view03 td{
	padding: 0;
}
.tstyle_view03 .board-img{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40rem;
	padding: 3rem 3rem;
}
.tstyle_view03 .board-img img{
	max-height: 33rem;
}
.tstyle_view03 .board-imgtxt{
	display: block;
	padding: 1.5rem 1rem;
	background: #F8F8F8;
	font-size: 1.6rem;
}

[class^="articles"] {font-family: "NotoL";}
[class^="articles"] .total{color: #333333; font-weight: normal; font-family: "NotoM";}

/* 테이블 하단 주석 */
.table-remark{ display: block; margin-top: 10px; font-size: 1.5rem; line-height: 2;}
.table-remark [class^="lstyle-"] > li, 
.table-remark p[class^="lstyle-"]{ line-height: 2;}

[class^=txt-source]{ position: relative; padding-left:15px; color: #f24e1d;}
[class^=txt-source]:before{ content:"※"; position: absolute; left:0; top:0; display:inline-block; margin-right: 5px; color: #f24e1d;}
.txt-sourceS{ font-size: 1.5rem;}

/* 게시물 하단 버튼 */
.board-btnbox{float: right; letter-spacing: -0.5px;}
.board-btnbox a{display:inline-block; width: 10rem; height: 4rem; text-align:center; background:#1a2460; border-radius: 5px; color: #fff; line-height:4rem;}
.board-btnbox a:hover{text-decoration: none;}

.nextPrev_list{
	margin-top: 4rem;
}

/* board_pager 재정의 */
.board_pager{margin-bottom: 30px;}
.board_pager a { border-radius: 100%;}
.board_pager .active{background: #333333; color: #fff; border: #333;}
.board_pager .active::after{content: none;}
.board_pager a.prev,
.board_pager a.next{background: #fff;}

/* 포토게시판 */
.photo_list strong{
	font-size: 1.8rem;
}
.photo_list .etc_info > span{
	margin-right: 1rem;
}
.photo_list .etc_info > span + span{
	margin-right: 0;
}
.photo_list .etc_info > span i {
     color: #9a9a9a;
}	
.photo_list .etc_info .value {
	display: inline-block;
	color: #666;
	font-weight: 300;
}
.album_type > li{
	width: 33.3%;
}
.album_type .thumb{
	height: 20rem;
}


/* write form */
.tstyle_write .tel-input {
	width: 10rem;
}
.tstyle_write .email-input {
	max-width: 20%;
}
.tstyle_write .textarea{
	min-height: 20rem; 
	resize: vertical;  /* 세로크기만 조절가능 */ 
}

/* fake table */
.fake_table_wrap + .table_wrap{
	margin-top: 4rem;
}
.fake_table_wrap{
	clear: both;
	width: 100%;
	margin-bottom: 2rem;
	border-top: 2px solid #45474d;
	border-bottom: 1px solid #c1c5cd;
}
.fake_table {
	/* border-top: 2px solid #45474d;
	border-bottom: 1px solid #c1c5cd; */
}
.fake_table + .fake_table{
	border-top: 1px solid #c1c5cd;
} 
.fake_table .fake_thead{
	display: block;
	padding: 1rem 1.5rem;
	background: #fafafb;
	border-bottom: 1px solid #D2D8DD;
	color: #2f3743;
	font-size: 1.7rem;
	text-align: center;
	font-weight: 400;
}
.fake_table .fake_tbody{
	display: flex;
	width: 100%;
}
.fake_table .fake_tbody > li{
	display: flex;
	flex: 1;
	flex-direction: column;
}
.fake_table .fake_tbody > li + li{
	border-left: 1px solid #D2D8DD;
}
.fake_table .fake_tbody span{
	display: block;
	padding: 1rem 1.5rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.fake_table .fake_tbody span + span{
	height: auto;
	border-top: 1px solid #D2D8DD;
}

.fake_table.color .th{
	background: #fafafb;
	color: #2f3743;
    font-family: "NotoM";
}
.fake_table.color .td{
	padding: 1.5rem 1.5rem;
}

/* 게시판 상단 박스 */
.Top-account{
	margin-bottom: 5rem;
    padding: 4rem;
    background-color: #F8F8F8;
    overflow: hidden;
}
.Top-account .tit{
	display: block;
	margin-bottom: 4rem;
	font-family: "NotoM";
	font-weight: normal;
	font-size: 2.2rem;
	color: #333;
}
.Top-account .list{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1rem;
}
.Top-account .list > li{
	width: calc(50% - 2rem);
	margin: 1rem 1rem;
}
.Top-account .box{
	display: flex;
	align-items: center;
	height: 100%;
	padding: 2rem 3rem;
	background-color: #fff;
}
.Top-account .box .icon{
	width: 5rem;
	margin-right: 2rem;
}
.Top-account .box em{
	display: block;
	margin-bottom: 1rem;
	font-family: "NotoM";
	font-weight: normal;
	font-size: 1.9rem;
	color: #333;
}

/* 운영모니터링 */
.Top-account02{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
	margin-bottom: 5rem;
	padding: 3rem 4rem;
	border:1px #ddd solid;
}
.Top-account02 > ul > li{
	padding: 0.5rem 0;
}
.Top-account02 .d-tit{
	display: inline-block;
	min-width: 10rem;
	font-family: NotoM;
	color: #333;
}
.Top-account02 .d-tit i{
	display: inline-block;
	margin-right: 0.5rem;
	margin-top: -0.2rem;
	vertical-align: middle;
	color: #ddd;
	font-size: 2rem;
}
.Top-account02 .d-txt{
	display: inline-block;
	color: #666666;
	font-family: NotoR;
}
.Top-account02 .d-txt.strong{
	color: #333;
	font-family: NotoB;
	font-size: 2rem;
}



/* 수요조사 설문지 테이블 1 */
.tstyle_write02 thead th{
	text-align: center;
}
.tstyle_write02 tbody td{
	text-align: center;
}
/* 수요조사 설문지 테이블 2 */
.tstyle_write03 thead th{
	border: 0;
	text-align: center;
}
.tstyle_write03 tbody td{
	text-align: center;
}

input[type="radio"], 
input[type="checkbox"], 
input[type="image"]{
	margin: 0 5px;
}

.table_desc_box{
	display: flex;
	align-items: center;
	padding: 4rem 4rem;
	border: 1px #ddd solid;
}
.table_desc_box .img{
	max-width: 40%;
	width: 30rem;
	height: 20rem;
	margin-right: 4rem;
	overflow: hidden;
}
.table_desc_box .img img{
	width: 100%;
	height: 100%;
}
.table_desc_box .txt{
	width: calc(100% - 30rem - 4rem);
}
.table_desc_box h4{
	display: block;
	margin-bottom: 1rem;
	font-size: 2rem;
    font-family: NotoM;
	font-weight: 500;
}
.table_desc_box .reference-txt{
	margin-top: 1rem;
}
.survey-num{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	padding: 1rem 2rem;
	background: #4A5CD9;
	vertical-align: middle;
	letter-spacing: 0;
	color: #fff;
}
.survey-num i{
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	line-height: inherit;
}

/* 수요조사 마지막 */
.finish-box{
	display: block;
	padding: 7rem;
	background: #F8F8F8;
	text-align: center;
}
.finish-box img{
	margin-bottom: 3rem;
}
.finish-box p{
	font-size: 2.4rem;
}
.finish-box .btn_area a{
	background-color: #fff;
	border: 1px #555555 solid;
}


/* 개발현황 */
.articles_search{
	position: relative;
}
.smh_search{
	/* position: relative; */
	margin-bottom: 3rem;
	border: 1px #ddd solid;
	border-top: 2px #6E747C solid;
}
.smh_search .multi_searchForm{
	position: inherit;
	/* position: relative; */
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	padding: 4rem 4rem;
	background: #F8F8F8;
	overflow: visible;
}
.smh_search .multi_searchForm .schText{
	width: 60%;
	margin: 0 1rem;
	display: inline-block;
}
.smh_search .multi_searchForm .btnSearch{
	height: 3.8rem;
	line-height: 1.3;
	background: #555555;
}

.smh_search .btn-details{
	position: absolute;
	/* bottom: -2.5rem; */
	bottom: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	padding: 1.5rem 3rem; 
	background: #4A5CD9;
	border-radius: 5rem;
	color: #fff;
	font-size: 1.5rem;
	transition: all 0.2s;
}
.smh_search .btn-details i{
	display: inline-block;
	margin-left: 0.5rem;
	color: #A5AEEC;
}
.smh_search .details-area{
	display: none;
}
.details-area .btn-details{
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	/* transition: all 0.2s; */
} 
.smh_search .keyWord01{
	display: flex;
	justify-content: space-between;
	padding: 2rem 4rem;
	border-top: 1px #ddd solid;
}
.schReset{
	padding: 0 2rem;
	margin: 0.4rem;
	line-height: 3.8rem;
	background-color: #28C4A6;
	color: #fff;
	transition: all 0.1s;
}
.schReset:hover,
.schReset:focus{
	background-color: #1da78c;
	transition: all 0.5s;
}
.word-box a,
.word-box button{
	position: relative;
	display: inline-block;
	margin: 0.4rem;
	line-height: 3.6rem;
	padding: 0 4rem 0 2rem;
	border: 1px #555555 solid;
}
.word-box a:after,
.word-box button:after{
	content: "\e922";
	position: absolute;
	right: 1.5rem;
	top: 0;
	line-height: 3.6rem;
	font-family: xeicon!important;
}
.keyWord02{
	border-top: 1px #ddd solid;
}
.keyWord02 .key-list{
	display: flex;
	padding: 4rem;
}
.keyWord02 .key-list > li{
	flex: 3;
	margin: 0 0.5rem;
}

.keyWord02 .key-list .key-tit{
	display: block;
	padding: 1rem;
	background-color: #1C2D81;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
}
.keyWord02 .key-list .key-box{
	height: 33rem;
	overflow-y: auto;
	padding: 2rem;
	border: 1px #ddd solid;
	border-top: 0;
}
.keyWord02 .key-list .key-box li{
	margin-bottom: 0.5rem;
}
.keyWord02 .key-list .key-box [type="checkbox"] + label{
    vertical-align: middle;
}

.smh_search.active .multi_searchForm .btn-details{
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all 0s;
}
.smh_search.active .details-area .btn-details{
	overflow: visible;
	visibility: visible;
	opacity: 1;
	/* transition: all 0.2s; */
} 

/* faq, Q&A */
.faq_list dt{
	position: relative;
}
.faq_list dt a:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}
.faq_list dt + dd{
	display: none;
}
.faq_list dt:after{
	content: "\e913";
	position: absolute;
	top: 2rem;
	right: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	width: 3rem;
	height: 3rem;
	line-height: 1;
	text-align: center;
	background: #fff;
	border: 2px #ddd solid;
	border-radius: 50rem;
	font-family: xeicon!important;
	font-size: 1.4rem;
	z-index: -1
}
.faq_list dt.on:after{
	content: "\e91a";
}
.faq_list dt.on + dd{
	display: block;
}

.album_type{
	margin: 0
}



/* 수행기관 */
.tab-public {
	float: left;
	line-height: 1;
	font-size: 1.8rem;
    overflow: hidden;
	}	
.tab-public > li  {
	float: left;
	}
.tab-public > li > a {
	position: relative;
	display: block;
	padding: 7px 15px 16px;
	}
.tab-public > li > a::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 50%;
	background-color: #ddd;
	transform: translateY(-50%);
	content: '';
	}	
.tab-public > li:first-child > a::before {
	display: none;
	}
.tab-public > li > a::after {
    display: block;
	position: absolute;
	bottom: 0;
	left: 0;   
    width: 100%;
    color: #0F365E;
    text-align: center;
	line-height: .8;
	font-size: 1.8rem;
	font-family:xeicon;
	content:"\e936";
    opacity: 0;
	}	
.tab-public > li.active > a {
	color: #000;
	font-family: "NotoB";
	}	
.tab-public > li.active > a::after {
    opacity: 1;
	}
.tab-public > li > a:hover {
	text-decoration: none;
	}	

.photo_list{
	border-bottom: 0;
	
}
.public-type {	
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row wrap;    
	width: 100%;
	margin-left: -1.5%;
	}
.public-type > li {
    width: 25%;
    margin-top: 30px;
    padding-left: 1.5%;
    background-clip: padding-box;
	}
.public-type > li > a {
	display: block;
	height: 100%;
	border: 1px solid #ddd;
	transition: all .3s ease;
	}
.no-data {width: 100%; padding: 5rem 0; border-bottom: solid 1px #ddd; text-align: center;}	
.company-logo {
	display: flex;
	display: -webkit-flex;	
	flex-direction: row; 
	align-items: center;
	justify-content: center;
	height: 128px;
    padding: 2rem 2rem;
	text-align: center;
    overflow: hidden;
	}
.company-logo img {
	max-width: 100%;
	max-height: 100%;
	}	
.public-type .company-info {
	position: relative;
	display: block;
	padding: 20px;
	background-color: #f8f8f8;
	text-align: center;
    line-height: 1.1;
    overflow: hidden;
	}
.public-type .company-info strong {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
	color: #103e84;
	font-size: 2rem;
	font-family: "NotoB";
    overflow: hidden;
	}	
.public-type .company-info span {
	display: block;
	color: #333;
	}	
.public-type .more {
	display: block;
	position: relative;
	padding: 17px 35px 17px 20px;
    line-height: 1.1;
	transition: all .3s ease;
	}	
.public-type .more i {
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	}
.public-type > li > a:hover {
	border-color: #000;
	text-decoration: none;
	}
.public-type > li > a:hover .more {
	background-color: #0F365E;
	color: #fff;
	}
	
[class^="tstyle_list"] td > span[class^="btn_"], 
[class^="tstyle_list"] td > a[class^="btn_"], 
[class^="tstyle_list"] td > span[class^="btn-"], 
[class^="tstyle_list"] td > a[class^="btn-"]{
	display: block;
	padding: 0.6rem 1.5rem;
    border-radius: 5px;
    font-size: 1.5rem;
	}
/* 운영모니터링 */
.manage-list{
	display: block;
	border-top: 2px #45474C solid;
	border-bottom: 1px #ddd solid;
}
.manage-list .mg-product{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 2rem 10rem 2rem 4rem;
	border-top: 1px #ddd solid;
	background-color: #fff;
	font-family: NotoM;
}
.manage-list .mg-product:after{
	content: "\e944";
	position: absolute;
	right: 4rem;
	top: 1.4rem;
	display: block;
	color: #333333;
	font-family: xeicon!important;
	font-size: 2.3rem;
}
.manage-list > li:first-child .mg-product{
	border-top: 0;
}
.manage-list .mg-product .mg-tit{
	display: flex;
	width: calc(100% - 30rem);
}
.manage-list .mg-product .pd-name{
	position: relative;
	margin-right: 3rem;
	padding-right: 3rem;
}
.manage-list .mg-product .pd-name:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0.6rem;
	display: block;
	background-color: #ddd;
	width: 1px;
	height: 1.1rem;
}
.manage-list .mg-product .pd-name .pd-num{
	display: inline-block;
	margin-left: 2.5rem;
	color: #666666;
}
.manage-list .mg-product .pd-title{
	width: calc(100% - 10rem - 6rem);
	text-align: left;
	font-family: NotoM;
	}
.manage-list .link-box i{
	display: inline-block;
	margin-top: -3px;
	margin-right: 0.5rem;
	vertical-align: middle;
	color: rgba(0,0,0,0.2);
	font-size: 1.8rem;
}
.manage-list .link-box a{
	position: relative;
	display: inline-block;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
}
.manage-list .link-box a:after{
	content: "";
	position: absolute;
	right: 0;
	top: 0.6rem;
	display: block;
	background-color: #ddd;
	width: 1px;
	height: 1.1rem;
}
.manage-list .link-box a:last-child{
	margin-right: 0;
	padding-right: 0;
}
.manage-list .link-box a:last-child:after{
	display: none;
}

.manage-list .mg-outcome{
	display: none;
	background-color: #FAFAFB;
	padding: 0 4rem;
}
.manage-list .mg-outcome > ul > li{
	position: relative;
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0 1.5rem 2rem;
}
.manage-list .mg-outcome > ul > li:before{
	content: "\e97e";
	position: absolute;
	left: 0;
	top: 2rem;
	display: inline-block;
	color: #949494;
	font-family: xeicon!important;
	font-size: 1.6rem;
}
.manage-list .mg-outcome > ul > li + li{
	border-top: 1px #ddd dashed;
}
.manage-list .mg-outcome .date{
	color: #333;
	font-family: NotoM;
}
.manage-list .mg-outcome .days{
	display: inline-block;
	margin-left: 2.5rem;
	color: #666666;
	font-family: NotoR;
}
[class^="btn-outcome"]{
	display: inline-block;
	min-width: 8rem;
	padding: 0.7rem 1rem;
	text-align: center;
	background-color: #949494;
	border:1px transparent solid;
    border-radius: 5px;
	color: #fff;
	font-family: NotoR;
	font-size: 1.4rem;
}
.btn-outcome01{
	border-color:#ccc;
	background-color: #FAFAFB;
	color: #222222;
}
.btn-outcome02{
	background-color: #949494;
	color: #fff;
}
.btn-outcome03{
	background-color: #222222;
	color: #fff;
}
.btn-outcome04{
	background-color: #4a5cd9;
	color: #fff;
}

.manage-list > li.active .mg-product{
	background-color: #0F365E;
}
.manage-list > li.active .mg-product *,
.manage-list > li.active .mg-product:after{
	color: #fff;
}
.manage-list > li.active .mg-product:after{
	content: "\e941";
}
.manage-list > li.active .mg-product .pd-name .pd-num{
	color: #BBC0D9
}
.manage-list > li.active .link-box i{
	color: #6C77AD;
}
.manage-list > li.active .mg-product .pd-name:after{
	background-color: #6C77AD;
}
.manage-list > li.active .mg-outcome{
	display: block;
}
