@import url("default.css");
/* @import url(//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css); */
@font-face {
	font-family : 'NanumSquare';
	font-style : normal;
	font-weight : normal;
	src : url('./font/NanumSquareR.eot'),
			url('./font/NanumSquareR.eot?#iefix') format('embedded-opentype');
	src : local(※), url('./font/NanumSquareR.woff') format('woff');
}
@font-face {
	font-family : 'NanumSquareB';
	font-style : normal;
	font-weight : normal;
	src : url('./font/NanumSquareB.eot'),
			url('./font/NanumSquareB.eot?#iefix') format('embedded-opentype');
	src : local(※), url('./font/NanumSquareB.woff') format('woff');
}

/* NanumGothic */
@font-face {
    font-family: 'nanumSB';
    src: url('../font/nanumsquareb.eot');
    src: url('../font/nanumsquareb.eot?#iefix') format('embedded-opentype'),
         url('../font/nanumsquareb.woff2') format('woff2'),
         url('../font/nanumsquareb.woff') format('woff'),
         url('../font/nanumsquareb.ttf') format('truetype'),
         url('../font/nanumsquareb.svg#nanumsquarebregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nanumSR';
    src: url('../font/nanumsquarer.eot');
    src: url('../font/nanumsquarer.eot?#iefix') format('embedded-opentype'),
         url('../font/nanumsquarer.woff2') format('woff2'),
         url('../font/nanumsquarer.woff') format('woff'),
         url('../font/nanumsquarer.ttf') format('truetype'),
         url('../font/nanumsquarer.svg#nanumsquarerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* layout */

.m_block { display:none; }

#header { position:relative; z-index:10; border-bottom:1px solid #c7c7c7; border-bottom:1px solid #c7c7c7; box-shadow: 1px 1px 4px #e9e9e9; }
#header .top_logo_wrap { position:relative; height:50px; border-bottom:4px solid #0950a0; }
#header .top_logo { max-width:1200px; height:50px; margin:0 auto; position:relative; padding-left:10px; box-sizing:border-box; }
#header .top_logo_wrap h1 { font-size:30px; }
#header .top_logo_wrap h1 a { display : block; line-height : 50px; }
#header .top_logo_wrap h1 span { font-size:15px; color:#0950a0; padding:0 10px; }
/* #header .wrap h1 a { color:#454545; }
#header .wrap h1 a:hover { text-decoration:none;} */

#header.login_l { background:none; }
#header.login_l .wrap { padding-top:133px; height:80px; }
#header.login_l .wrap h1 { position:relative; text-align:center; top:auto; left:auto; font-size:40px; line-height:40px; }

#t_btn { position:absolute; top:19px; right:0px; }
#t_btn ul li { float:left; padding:0 10px; border-left:1px solid #aaa; font-size:12px; }
#t_btn ul li a { font-size:13px; }
#t_btn ul li:first-child { border:none; }

/*모바일햄버거메뉴*/
#top_mbtn { width:35px; height:35px; border:1px solid #aaa; box-sizing:border-box; text-align:center; position:absolute; top:8px; right:10px; display:none; }
#top_mbtn i { font-size:30px; line-height:35px; font-weight:600; color:#0950a0; }
#top_mbtn p { text-indent:-9999px; }

#gnb { max-width:1200px; height:150px; margin:0 auto; overflow:hidden; }
#gnb button { width:30px; height:30px; line-height:30px; text-align:center; color:#fff; background:#3a72b1; font-weight:700; border:0; display:none; }
#gnb ul { margin-top:24px; }
/*#gnb ul li { float:left; width:16.66%; text-align:center; font-weight:600; }*/
/*.admin_gnb ul li { float:left; width:16.66%; text-align:center; font-family: 'NanumSquareB'; font-weight:600; } */
.admin_gnb ul li { float:left; width:12.5%; text-align:center; /*font-family: 'NanumSquareB';*/ font-weight:600; }
/*.admin_gnb ul li { float:left; width:14.28%; text-align:center; font-weight:600; }*/
.user_gnb ul { max-width:800px; margin:24px auto 0 auto; }
.user_gnb ul li { float:left; width:16.6%; text-align:center; /*font-family: 'NanumSquareB';*/ font-weight:600; }
#gnb ul li a { width:100px; height:100px; display:inline-block; border:1px solid #aaa; border-radius:4px; text-align:center; }
#gnb ul li a > i { font-size:35px; color:#3a72b2; padding:20px 0 10px 0; }
#gnb ul li a > span { display:block; font-size:16px; color:#444; }
#gnb ul li a:hover { background:#0950a0; border:1px solid #0950a0; }
#gnb ul li a:hover > i, #gnb ul li a:hover > span {  color:#fff; }
/*모르니까 닫아버리겠다. 이게 왜 있는지 알수 없는 css이기에 삭제할 순 없으니까(츠나미)
#gnb ul li.s01 a { padding-left:32px; background:url(../images/ic_gnb01.png) no-repeat 0 1px; }
#gnb ul li.s02 a { padding-left:28px; background:url(../images/ic_gnb02.png) no-repeat 0 0; }
#gnb ul li.s03 a { padding-left:29px; background:url(../images/ic_gnb03.png) no-repeat 0 0; }
#gnb ul li.s04 a { padding-left:36px; background:url(../images/ic_gnb04.png) no-repeat 0 0; }
#gnb ul li.s05 a { padding-left:29px; background:url(../images/ic_gnb05.png) no-repeat 0 0; }
#gnb ul li.s06 a, #gnb ul li.s08 a { padding-left:31px; background:url(../images/ic_gnb06.png) no-repeat 0 0; }
#gnb ul li.on a {color:#5973b6; }
츠나미 닫음*/

#footer { position:relative; border-top:1px solid #cccccc; }
#footer .wrap { position:relative; max-width:1200px; height:120px; margin:0 auto; }
#footer .wrap .info { text-align:center; font-size:12px; }
#footer .wrap .logo { text-align:center; padding:28px 0 7px 0; }
.footer_mgnb { text-align:center; margin:15px 0; display:none; }
.footer_mgnb li { float:left; padding:0 10px; border-left:1px solid #aaa; font-size:12px; display:inline-block; float:inherit; }
.footer_mgnb li a { font-size:13px; }
.footer_mgnb li:first-child { border:none; }

/*츠나미가 닫음
#footer.login_l .wrap { height:160px; text-align:center; }
#footer.login_l .wrap .info { position:relative; top:0; left:0; padding:37px 0 22px; }
#footer.login_l .wrap .logo { position:relative; top:0; left:0; }
#footer.login_l .wrap .logo a { margin:0 6px; }
#footer.login_l .wrap .logo img { height:auto; }
*/

#container { position:relative; padding:50px 10px; }
#container .wrap { position:relative; max-width:1200px; margin:0 auto; }
#container .wrap h2.ic_star, .ic_list { font-size:26px; color:#0950a0; font-weight:500; /*font-family: 'NanumSquare';*/ margin-bottom:15px; }
/*공통타이틀을 위해 닫음(츠나미))
#container .wrap h2.ic_list { background:url(../images/ic_list_u.png) no-repeat 10px center; line-height : 30px; }
#container .wrap h2.ic_star { background:url(../images/ic_star_u.png) no-repeat 10px center; line-height : 30px; }
#container .wrap h2.ic_note { background:url(../images/ic_note.png) no-repeat 9px center; background-size : 20px; }
#container .wrap h2.ic_pro { background:url(../images/ic_pro.png) no-repeat 12px center; background-size : 20px; }
츠나미 닫음*/

/*#container .wrap h3 { position:relative; height:30px; line-height:30px; margin-bottom:10px; font-size:14px; color:#303e47; font-family:'Nanum Gothic'; padding-left:40px; letter-spacing:-1px; }
#container .wrap h3.ic_star { background:url(../images/ic_star.png) no-repeat 9px center; background-size : 20px }*/

/*------------------------------------
		wisdom 추가
------------------------------------*/

/*지울것 츠나미-보고서 위에 있는 ㄴ 메뉴의 css쓰레기
.tb_tab1 { width:100%; left:100px;}
.tb_tab1 .c {height:30px;margin-top:-17px; min-width:1001px; color:#000000;}
.tb_tab1 .c .menu5 {float:left;  margin:0px auto; padding:0px 0 0 700px; }
.tb_tab1 .c .menu5 a {color:#000000;}
*/

/*
.tb_tab1 td.l { height:30px; width:5%; background:url(../images/tab_search_bg01.jpg) no-repeat left top; min-width:105px; }

.tb_tab1 td.r { height:40px; width:5%; background:url(../images/tab_search_bg03.jpg) no-repeat right top; min-width:105px; }
*/

.tb_tab2 { width:100%; left:100px;}
.tb_tab2 td.l { height:30px; width:5%; background:url(../images/tab_search_bg01.jpg) no-repeat left top; min-width:105px; }
.tb_tab2 td.c {height:30px; background:url(../images/tab_search_bg02.jpg) repeat-x top; min-width:1001px; color:#000000;}
.tb_tab2 td.c .menu5 {float:left;  margin:0px 0 0px; padding:10px 0 0 480px; color:#000000;}
.tb_tab2 td.r { height:30px; width:5%; background:url(../images/tab_search_bg03.jpg) no-repeat right top; min-width:105px; }


.tb_tab { width:100%; border:1px solid red;}
.tb_tab td.l { height:160px; width:10%; background:url(../images/tab_search_bg01.jpg) no-repeat left top; min-width:105px; }
.tb_tab td.c { height:160px; background:url(../images/tab_search_bg02.jpg) repeat-x top; min-width:1001px; color:#000000;}
.tb_tab td.r { height:160px; width:10%; background:url(../images/tab_search_bg03.jpg) no-repeat right top; min-width:105px; }
.search { float:left; width:100%; margin:15px 0 20px; padding:2px 0 0 25px; background:url(../images/ic_glass.png) no-repeat left top; color:#5d5d5d; }
.search .a01 { float:left; width:900px; }
.search .a02 { float:left; width:530px; padding-top:3px; }
select.type01 { width:100px; height:20px; margin-right:5px; }


#container .wrap span.patientedit {float:right;font-size:15px;font-weight:bold; margin-top : 3px; }
#filedArea h3 {width:90%; margin:0px 0 10px 5px;font-weight:bold; color:#333; font-size:14px; padding-left:10px;}
#filedArea h3 span {color:#006699;}
/*진행리스트 상단 메뉴_츠나미 재 개편*/
#sub_menu { width:100%; /*border:1px solid #cacaca; background:#fafafa;*/ box-sizing:border-box; overflow:hidden; margin-bottom:30px; }
#sub_menu .num { font-weight:600; display:none; }
#sub_menu .menu { text-align:center; }
#sub_menu .menu a { width:25%; display:inline-block; text-align:center; background:#565656; color:#fff; border:1px solid #4e4e4e; padding:10px 0; font-size:16px; font-weight:600; border-radius:4px; margin:0 3px; }
#sub_menu .menu a:hover, #sub_menu .menu a.inglist_active, .menu5 a.inglist_active { background:#265a96; border:1px solid #265a96; }








/*------------------------------------
		wisdom 추가  input
------------------------------------*/
textarea {border:1px solid #a7a7a7;line-height:20px; margin:5px 0;}
input.fileform {height:23px; /*border:1px solid #b7b7b7;*/ background:#fafafa; color:#959595; padding:5px 5px 3px; line-height:12px;}

/*------------------------------------
		wisdom 추가  width
------------------------------------*/
.wp100 {width:100%}
.wp70 {width:70%}
/*.wp40 {width:40%}*/


/*------------------------------------
		wisdom 추가  main
------------------------------------*/
.table_left {width:490px;float:left;}
.table_right {width:490px;float:right;}


/*------------------------------------
		wisdom 추가  btn
------------------------------------*/
.btn_save{

}
.btn_save:hover, .btn_save:focus {

}

.btn_save:active{

}


/* sub */
select { height:26px; border:1px solid #a7a7a7; margin:0 2px; }
input[type=text], input[type=password] { height:24px; line-height:24px; border:1px solid #a7a7a7; padding:0 10px; font-family:'Nanum Gothic', Sans-serif; }
textarea { border:1px solid #dedede; padding:10px; background:#fafafa; }
.search-box { position:relative; background:#fff; border:1px solid #d7d7d7; text-align:center; color:#6b6b6b; }
.search-box .sec01 { position:relative; padding:30px 0; overflow:hidden; }
/*어디에 사용되는지 모르나 일단 닫아두기(츠나미)
.search-box .sec02 { position:relative; padding:18px 0; }
.search-box .sec02 b { margin-right:20px; }
.search-box .sec02 span { margin-right:8px; }
.search-box .sec02 span img { margin:0 10px; vertical-align:middle; }
*/
.tb_count { position:relative; text-align:right; height:26px; line-height:26px; margin:40px 0 20px 0; color:#545454; }
.tb_count span { margin-right:12px; }

.tb_data { position:relative; width:100%; border-top:2px solid #7C7C7C; }
.tb_data thead th { padding:10px 0; color:#6b6b6b; font-size:13px; font-family:"굴림", "굴림체"; background:#f3f3f3; border-bottom:1px solid #acacac; text-align:center; letter-spacing:-1px; }
.tb_data tbody th { padding:10px 0 10px; color:#6b6b6b; font-size:13px; font-family:"굴림", "굴림체"; background:#f3f3f3; border-bottom:1px solid #acacac; vertical-align:top; text-align:left; padding-left:27px; }
.tb_data tbody td { padding:6px 0; color:#6b6b6b; border:1px solid #e0e0e0; text-align:center; }
.tb_data.hori tbody td { border:0; border-bottom:1px solid #acacac; padding:6px 15px; text-align:left; }

/*진행상태리스트(츠나미))*/
#segio_active_list { display:none; }
.list_wrap1 { width:58%; margin-left:5%; float:left; box-sizing: border-box; }
.list_wrap1 > select, .list_wrap1 > input { height:40px; border:1px solid #bbbbbb; box-sizing:border-box; margin:0; display:block; float:left; font-size:16px; }
.list_wrap1 > select { font-weight:600; padding:0 10px; }
.list_wrap1 > select:nth-child(1) { width:29%; margin-right:1%; }
.list_wrap1 > select:nth-child(2) { width:27%; margin-right:1%; }
.list_wrap1 > input:nth-child(3) { width:42%; }
.list_wrap2 { width:32%; margin-right:5%; float:right; box-sizing: border-box; }
.list_wrap2 > div { width:27%; line-height:40px; float:left; font-size:16px; }
.list_wrap2 > a { width:44%; line-height:40px; float:right; margin-left:2%; border-radius:5px; background:#0950a0; color:#fff; font-size:16px; font-weight:600; cursor:pointer; }
.list_wrap2 > a:hover { background:#444; }

/*진행상태 리스트_모바일div변경(츠나미)*/
#segio_active_list > div:first-child { display:none; }
#segio_active_list > div { position:relative; padding:13px 9px; border:1px solid #ddd; background:#f4f4f4; margin-bottom:10px; overflow:hidden; }
.li_num { min-width:21px; height:21px; display:inline-block; line-height:21px; background:#3f546c; border-radius:3px; color:#fff; text-align:center; padding:0 3px; }
.chart_num { display:inline-block; padding:0 10px; border-right:1px solid #aaa; margin-right:10px; color:#222; font-weight:700; }
.m_segio_act_list0 { float:left; }
.m_segio_act_list1 { height:21px; line-height:21px; color:#777; }
.m_segio_act_list2 { display:none; clear:both; }
.m_segio_act_list3 { clear:both; position:absolute; right:10px; bottom:17px; font-size:13px; }
.m_segio_act_list3 span:before { content:'등록일 : '; }
.m_segio_act_list4, .m_segio_act_list5 { float:left; margin:7px 5px 0 0; }

/*진행상태리스트_ 환자기본정보(츠나미)*/
/*table.tbTypeA_bon { border-top:none; }
table.tbTypeA_bon textarea { width: 100%; box-sizing: border-box; margin:0; }*//* div로 모두 변경하기로 했기에 주석나중에 문저 없으면 삭제하세요 */
.tr_wrap { overflow:hidden; border:1px solid #cacaca; border-bottom:0; }
#filedArea > .tr_wrap:last-child { border-bottom:1px solid #cacaca; }
.tr_wrap_p { padding:11px 30px; text-align:center; font-weight:600; font-size:17px; color:#0950a0; }
.info_th { width:25%; height:40px; line-height:40px; float:left; background:#f4f4f4; text-align:center; font-size:15px; font-weight:600; color:#444; }
.info_td { width:75%; float:right; line-height:40px; padding:0 10px; box-sizing:border-box; }
.info_th1 { height:242px; line-height:242px; }
.info_tdT { padding:10px; }
.info_tdT > div { width:100%; line-height:1.5; box-sizing:border-box; margin:0; max-height:222px; overflow-y:scroll; border:1px solid #ccc; background:#fafafa; padding:20px;}
#dg_memo h3, #dg_memo p { padding:0; margin:0; }

/* 진행상태리스트_ks-15설문(츠나미) */
.question_box { padding:25px 20px; border:1px solid #ddd; box-sizing:border-box; margin-bottom:20px; overflow:hidden; }
.question_choice { font-size:16px; color:#ff4200; padding-bottom:10px; border-bottom:1px solid #ddd; }
.question_tit { width:37%; line-height:40px; font-size:18px; float:left; color:#444; }
.question_box1 .question_tit { width:45%; }
.question_select { clear:both; overflow:hidden; padding:10px 0; border-bottom:1px dashed #eee; }
#container .question_select > h2 { width:10%; display:inline-block; font-size:17px; margin-bottom:15px; color: #0950a0; }
.select1 { width:55%; display: inline; float:right; background:url('../images/question_label_bgling.jpg') center repeat-x; }
.select1 li { width:32.33%; display:inline-block; text-align:center; }
.select1 li input[type=radio] { display:none; }
.select2 li input[type=radio] { vertical-align:-2px; }
.select1 li label { width:100%; height:40px; line-height:40px; display:inline-block; background:url('../images/question_label_btn.png') center -55px no-repeat; color:#222; font-size:15px; font-weight:600; }
.select2 { width:62%; float:right; }
.select2 li label { width:100%; line-height:40px;  color:#222; font-size:15px; border-radius:2px; }
.select1 li input[type=radio]:checked + label { background-position:center -5px; color:#fff; }
.select2 li { width:32.5%; display:inline-block; text-align:center; }
.question_zero { padding:0; border:0; }

.question_icon_tit { font-size:20px; margin:10px 0 5px 0; color:#4d75a2; }
.question_icon_tit > i { font-size:24px; padding-right:3px; vertical-align:-4px; color:#8badd4; }




/* 진행상태리스트_최종결과보기(츠나미)*/
.print_btn { text-align:right; font-size:16px; font-weight:600; margin-bottom:15px; }
.print_btn a { color: #0950a0; }
.print_btn a i { color: #8dadd2; padding-right:5px; font-size:22px; vertical-align:-4px; }

h2.ic_star2 { font-size:20px; color: #0950a0; font-weight: 500; /*font-family: 'NanumSquare';*/ margin-bottom:10px; }
h2.ic_star2 > span { font-size:15px; color:#ff5292; padding-left:5px; }
h2.result_th { height:40px; line-height:40px; background:#f4f4f4; box-sizing:border-box;  }
div.result_td { min-height:40px; line-height:40px; box-sizing:border-box;  }
.last_resul_tr1, .last_resul_tr2, .last_resul_tr3 { overflow:hidden; border:1px solid #cacaca; margin-bottom:25px; }
.last_resul_tr1 .last_result_box { width:33.33%; box-sizing:border-box; float:left; text-align:center; border-left:1px solid #cacaca; }
.last_resul_tr1 .last_result_box:first-child, .last_resul_tr1 .last_result_box:nth-child(4) { border-left:0; }

.last_resul_tr2 h2.result_th { width:30%; float:left; text-align:center; }
.last_resul_tr2 div.result_td { width:70%; float:right; padding-left:20px; }
div.result_td input[type=radio] { margin:0 4px 0 20px; vertical-align:-3px; }
div.result_td input[type=radio]:first-child { margin-left:0px; }


.last_resul_tr3 { padding:20px; }
.last_resul_tr3 h2.result_th { height:inherit; line-height:inherit; font-size:16px; color:#444; background:inherit; margin:20px 0 10px 0; }
.last_resul_tr3 h2.result_th i { font-size:20px; vertical-align:-3px; padding-right:5px; color:#0950a0; }
.last_resul_tr3 textarea { width:100%; margin:0; box-sizing:border-box; text-align:justify; padding:15px; }

.last_resul_tr4 h2.result_th { height:180px; line-height:180px; }
.last_resul_tr4 div.result_td { padding:20px; }
.last_resul_tr4 textarea { width:100%; height:140px; margin:0; box-sizing:border-box; }


/* 진행상태리스트 하단 저장 btn(츠나미) */
.tr_btn { margin-top:20px; text-align:center; }
.tr_btn button, .tr_btn a { padding:10px 30px; font-size:15px; margin:0 3px; border-radius:4px; font-weight:600; cursor:pointer; }
.tr_btn button { border:1px solid #444; background:#555; color:#fff; }
.tr_btn button:hover { border:1px solid #114c8e; background:#1c5aa0; }
.tr_btn a { border:1px solid #ccc; background:#ddd; color:#444; }
.tr_btn a:hover { border:1px solid #922a2a; background:#bf2f2f; color:#fff; }


/* 보고서_게시판(츠나미) */
h2.brd_tit { margin:0; }
.list_wrap3 { width:60%; margin:0 auto; }
.list_wrap3 select, .list_wrap3 input { height:40px; border:1px solid #bbbbbb; box-sizing:border-box; margin:0; font-size:16px; }
.list_wrap3 select { width:30%; font-weight:600; padding:0 10px; }
.list_wrap3 input[type=text] { width:35%; margin:0 1%; }
.list_wrap3 input[type=submit] { width:30%; line-height:40px; border-radius:5px; background:#0950a0; color:#fff; font-size:16px; font-weight:600; cursor:pointer; border:0;}
.list_wrap3 input[type=submit]:hover { background:#444; }
.menu5 { text-align:center; margin:30px 0; }
.menu5 a { width:23.7%; padding:10px 0; margin:0 3px; display:inline-block; box-sizing:border-box; font-size:16px; font-weight:600; border-radius:4px; background:#565656; color:#fff; border:1px solid #4e4e4e; }
.menu5 a:hover { background: #265a96; border: 1px solid #265a96; }

/* 보고서_공지사항M(츠나미) */
#segio_m_brd_list { display:none; }
#segio_m_brd_list > div:first-child { display:none; }
#segio_m_brd_list > div { position:relative; padding:13px 9px; border:1px solid #ddd; background:#f4f4f4; margin-bottom:10px; overflow:hidden; }
.brd_num { float:left; }
.brd_title { width:84%; line-height:21px; display:block; padding-left:5px; box-sizing:border-box; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.m_brd_last { clear:both;margin-top:5px; }
.brd_name { font-weight:600; padding-right:11px; margin-right:10px; border-right:1px solid #aaa; color:#666; }


/* 보고서_게시판view(츠나미) */
.brd_view_tr { overflow:hidden; border:1px solid #cacaca; border-top:0; background:#f4f4f4; }
.brd_wrap .brd_view_tr:first-child { border-top:1px solid #cacaca; }
.brd_th, .brd_td { min-height:40px; box-sizing:border-box; font-size:15px; }
.brd_th { text-align:center; padding:10px 0; float:left; font-weight:600; color:#444; }
.brd_td { background:#fff; padding:10px; float:right; }

.brd_view1 .brd_th { width:10%; }
.brd_view1 .brd_td { width:90%; }

.brd_view2 > div { width:33.33%; float:left; }
.brd_view2 .brd_th { width:30%; }
.brd_view2 .brd_td { width:70%; text-align:center; padding:10px 0; }

.brd_view3 { margin:15px 0; border-top:1px solid #cacaca; }
.brd_view3 .brd_td { width:100%; padding:20px 15px; line-height:1.5; text-align:justify; }

.brd_view4 {border-top:1px solid #cacaca;  }
.brd_view4 .brd_th { width:10%; }
.brd_view4 .brd_td { width:90%; }

.brd_btn_wrap { overflow:hidden; margin-top:20px; }
.box_L { float:left; }
.box_R { float:right; }
.brd_btn_write, .brd_btn_list, .brd_btn_reply, .brd_btn_modify, .brd_btn_delete { display:inline-block; padding:10px 30px; margin:0 2px; font-size:15px; cursor:pointer; font-weight:600; border-radius:4px; }

.brd_btn_list, .brd_btn_reply, .brd_btn_delete { border:1px solid #ccc; background:#ddd; color:#444; }
a.brd_btn_write, .brd_btn_modify { border:1px solid #444; background:#555; color:#fff; }
a.brd_btn_write:hover , .brd_btn_modify:hover { border:1px solid #114c8e; background:#1c5aa0; color:#fff; }
.brd_btn_delete:hover { border:1px solid #922a2a; background:#bf2f2f; color:#fff; }
.brd_btn_list:hover, .brd_btn_reply:hover { border:1px solid #444; background:#555; color:#fff; }


/* 보고서_게시판write(츠나미) */
.brd_write {  }
.brd_write .brd_td input[type=text] { width:100%; box-sizing:border-box; }
.brd_write .brd_td iframe { width:100% !important; min-height:300px !important; }
.brd_write .brd_td input[type=file] { margin-bottom:5px; }


/* 보고서_로그기록(츠나미) */
.btn_src { width:30%; line-height:40px; display:inline-block; border-radius:5px; background:#0950a0; color:#fff; font-size:16px; font-weight:600; cursor:pointer; border:0;}
.btn_src:hover { background:#444; }

.log_header { border:1px solid #ddd; border-top:2px solid #2b3746; background:#f4f4f4; overflow:hidden; line-height:1.5; text-align:center; }
.log_header div { width:16.66%; padding:10px; color:#333; font-size:15px; float:left; border-left:1px solid #ddd; box-sizing:border-box; font-weight:600; }
.log_header div:first-child { border:0; }

.log_content { border:1px solid #ddd; overflow:hidden; line-height:1.5; border-top:0; text-align:center; }
.log_content div { width:16.66%; padding:10px; float:left; border-right:1px solid #ddd; box-sizing:border-box; }
.log_content div:last-child { border:0; }

.log_header div:first-child, .log_content div:first-child  { width:8.66%; }
.log_header div:nth-child(5), .log_header div:nth-child(6), .log_content div:nth-child(5), .log_content div:nth-child(6) { width:20.66%; }


/* 보고서_통계기록(츠나미) */
.stats_box_wrap { overflow:hidden; }
h3.ic_star { font-size: 16px; }
h3.ic_star i { font-size:28px; padding-right:5px; vertical-align:-3px; color:#99b1d4; }
.stats_box_L, .stats_box_R { width:49%; border:1px solid #ddd; padding:20px; box-sizing:border-box; }
.stats_box_L { float:left; }
.stats_box_R { float:right; }
.stats_box > div:first-child { text-align:center; padding: 10px 0; margin-top:10px; background:#f2f2f2; font-size:15px; font-weight:600; }

/* 사용자관리_리스트(츠나미) */
.list_wrap4 { width:70%; margin:0 auto; }
.list_wrap4 select, .list_wrap4 input { height:40px; border:1px solid #bbbbbb; box-sizing:border-box; margin:0; font-size:16px; }
.list_wrap4 select { width:20%; }
.list_wrap4 input { width:30%; }
.list_wrap4 a { width:20%; display:inline-block; line-height:40px; border-radius:5px; background:#0950a0; color:#fff; font-size:16px; font-weight:600; cursor:pointer; border:0;}
.list_wrap4 a:hover { background:#444; }

.member_header { border:1px solid #ddd; border-top:2px solid #2b3746; background:#f4f4f4; overflow:hidden; line-height:1.5; text-align:center; }
.member_header div { padding:10px; color:#333; font-size:15px; float:left; border-left:1px solid #ddd; box-sizing:border-box; font-weight:600; }
.member_header div:first-child { border:0; }

.member_content { border:1px solid #ddd; overflow:hidden; line-height:1.5; border-top:0; text-align:center; }
.member_content div { padding:10px; float:left; border-left:1px solid #ddd; box-sizing:border-box; }
.member_content div:first-child { border:0; }

div.mem_number { width:4.5%; }
div.mem_institution { width:17%; }
div.mem_id { width:11%; }
div.mem_name { width:12%; }
div.mem_email { width:21%; }
div.mem_date { width:11%; }
div.mem_onoff { width:9%; }
div.mem_modify { width:14.5%; }

.mem_on, .mem_off, .m_modify { padding:5px 9px; color:#fff; font-weight:600; border-radius:4px; }
.mem_on { background:#00bcd4; }
.mem_off { background:#555; }
.m_modify, .btn_save { background:#3a72b2; padding:5px 9px; cursor:pointer; }
.m_modify:hover, .btn_save:hover { background:#17467b; }


/* 사용자관리_사용자기본정보(츠나미) */
.tr_last { border-bottom:1px solid #cacaca; margin-bottom:25px; }
.input_tel input { width:15%; }
.user_info2, .user_info3 { background: #f4f4f4; } 
.user_info2 > div { width:33.33%; border-left:1px solid #cacaca; box-sizing:border-box; }
.user_info2 > div:first-child, .user_info3 > div:first-child { border-left:0; }
.user_info2 > .info_td, .user_info3 > .info_td { float:left; text-align:center; background:#fff; }

.user_info3 > div { width:16.66%; border-left:1px solid #cacaca; box-sizing:border-box; }

.info_td > #btn_id_check { padding: 4px 10px; font-size: 14px; border: 1px solid #ccc; background: #ddd; color: #444; }
.btn_save { color:#fff; font-weight:600; border-radius:4px; }


/* lookup리스트(츠나미) */
.lookup_top_wrap { overflow:hidden; border:1px solid #d5d5d5; margin-bottom:30px; }
.lookup_top_line { width:33.33%; float:left; text-align:center; }
.lookup_th { padding:10px; background:#f4f4f4; color:#222; font-size:15px; font-weight:600; border-left:1px solid #d5d5d5; box-sizing:border-box; }
.lookup_td { padding:10px; border-left:1px solid #d5d5d5; }
.lookup_top_line:first-child .lookup_th, .lookup_top_line:first-child .lookup_td { border:0; }
.lookup_td > button { height:26px; border-radius:4px; background:#0950a0; color:#fff; font-weight:600; cursor:pointer; border:0; padding:0 15px; }
.lookup_td > button:hover { background:#17467b; }
.lookup_td > button i { vertical-align:-2px; padding-right:5px; }

.look_con_line { border:1px solid #d5d5d5; border-bottom:0; overflow:hidden; }
.look_con_line > div { width:25%; line-height:40px; float:left; text-align:center; border-right:1px solid #d5d5d5; box-sizing:border-box; }
.look_con_line:last-child { border-bottom:1px solid #d5d5d5; }
.look_con_line > div:last-child { border:0; }
.look_con_line .lookup_th { padding:0; }
.look_con_line a { padding:2px 10px; border:1px solid #ccc; background:#ddd; color:#444; cursor:pointer; border-radius:4px; font-weight:600; }
.look_con_line a:hover { border:1px solid #922a2a; background:#bf2f2f; color:#fff; }



/*------------------------------------
		wisdom 추가
------------------------------------*/
.tb_sub_dtable { width:100%; margin:10px 0 0 10px; border-top:2px solid #787878; }
.tb_sub_dtable .b { width:100%; margin:10px 0 0 0px; color:#000; border-bottom:1px solid #fff; /*font-weight:bold;*/}
.tb_sub_dtable th { padding:0 10px; background:#f0f0f0; border-bottom:1px solid #fff; height:35px; text-align:left;}
.tb_sub_dtable th.n { padding:0 0px 0 0px; color:#ffff; background:#f0f0f0; border-bottom:1px solid #fff; height:35px; }

.tb_sub_dtable td { padding:0 10px; border-bottom:1px solid #dcdcdc; height:35px; text-align:left; line-height:20px;}

.textc td{text-align:center;}
.bb0 td {border-bottom:0px solid #fff;}
.b0 {border-bottom:0px solid #fff;}


/*페이지네비게이션(츠나미)*/
.pagination { position:relative; text-align:center; }
.pagination span { width:35px; height:35px; line-height:35px; display:inline-block; border:1px solid #ddd; box-sizing:border-box; cursor:pointer; }
.pagination span:hover, .pagination div a:hover { border:1px solid #555; background:#555; color:#fff; }
.pagination div { display:inline-block; line-height: 35px; }
.pagination div a { width:35px; height:35px; display:inline-block; border:1px solid #ddd; box-sizing:border-box; margin-left:5px; }
.pagination div a:first-child { margin:0; }
.pagination div a#on { border:1px solid #ccc; background:#d9d9d9; font-weight:bold; }
.pagination div a#on:hover { color:#222; }



/* 로그인 관련폼 기존 것 닫음(츠나미)
.login { position:relative; margin:0 auto; width:340px; padding-top:18px; font-family:'Nanum Gothic'; font-weight:bold; }
.login .form { position:relative; }
.login .form label { display:block; font-size:14px; line-height:14px; color:#565656; padding-bottom:10px; }
.login .form input[type=text],
.login .form input[type=password] { height:38px; line-height:38px; border:1px solid #ccc; padding:0 9px 0 49px; width:280px; font-weight:bold; }
.login .form input[type=text] { background:url(../images/ic_user-name.gif) no-repeat 0 0 #fff; margin-bottom:25px; }
.login .form input[type=password] { background:url(../images/ic_password.gif) no-repeat 0 0 #fff; margin-bottom:29px; }
.login .keep { position:relative; text-align:center; font-weight:bold; font-size:13px; color:#6e6e6e; font-family:"굴림", "굴림체"; margin-bottom:34px; }
.login .find-pw { position:relative; padding-left:23px; background:url(../images/bar_orange.gif) no-repeat 0 14px; color:#757575; line-height:30px; }
.login .find-pw a { position:absolute; top:0; right:0; }
.ks15-login { width : 340px; height : 50px; border : 1px solid #9967ac; background : #9967ac; color : #FFF; font-family : 'NanumGothic'; font-size : 18px; font-weight : 400; }
*/



/*///////////////////////////////츠나미의 로그인 폼 ㅇㅁㅇ+반짝+니힝힝힝///////////////////////////////*/
#login_wrap { width:700px; height:400px; box-sizing:border-box; overflow:hidden; border:2px solid #5e7c9e; position:absolute; top:50%; left:50%; margin:-250px 0 0 -350px;  }

#login_boxL { width:268px; height:396px; float:left; box-sizing:border-box; text-align:center; padding:50px 0; background:url('../images/login_tit_box_bg.jpg') center 0px no-repeat; }
#en_tit { font-size:10px; color:#fff; margin:10px 0 3px 0; }
#kr_tit { font-size:22px; color:#fff; }
#ks15_tit { font-size:30px; color:#c7e1ff; margin-top:20px; }

.login_boxR { width:428px; height:396px; float:right; box-sizing:border-box; padding:40px; }
h1.sign_title { font-size:24px; color:#0950a0; font-family : 'NanumSquare'; margin-bottom:15px; }
.input_box { width:100%; height:35px; line-height:35px; border-bottom:1px solid #c3c9d2; margin-bottom:5px; }
.input_box > label { width:27%; display:inline-block; color:#8c95a2; text-indent:5px; }
.input_box > span { border-left:1px solid #c3c9d2; padding:0 10px; text-indent:-9999px; }
.input_box > input { width:58%; height:95%; padding-left:10px; box-sizing:border-box; border:0; vertical-align:middle; }

.sign_btn { width:100%; height:40px; line-height:40px; text-align:center; margin-top:10px; color:#fff; text-transform: uppercase; background:#c3c9d2; border:0; cursor:pointer; font-weight:600; font-size:16px; }
#ks15-login, button.sign_btn { background:#255e9e; }
.sign_btn:hover, #ks15-login:hover { background:#555; }

#signUp .sign_btn { width:48%; }
.fade_SignIN { float:left; }
button.sign_btn { float:right; }

#sign_copy { font-size:11px; text-align:center; margin-top:100px; color:#bbb; }

/* 개인정보활용동의 전문보기(츠나미) */
.signuop_terms_wrap { padding-top:5px; cursor:pointer; }
.signuop_terms_wrap > span { font-weight:600; }
.signuop_terms_wrap > span:hover { color:#f80; }

/* 개인정보활용동의(츠나미) */
#terms_wrap_bg { width:100%; height:100%; position:fixed; top:0; background:rgba(0,0,0,0.5); display:none; }
#terms_wrap { width:750px; padding:30px 20px; border:1px solid #999; margin:-261px -375px; box-sizing:border-box; position:absolute; top:50%; left:50%; background:#fff; }
.pointer_line { width:50px; height:3px; background:#555; margin:10px auto 20px auto; }
.terms_box { width:700px; height:350px; line-height:1.5; overflow-y:scroll; box-sizing:border-box; border:1px solid #ccc; background:#fcfcfc; padding:20px; margin:0 auto; text-align:justify; }

.label_check_wrap { text-align:center; font-weight:600; margin:20px 0; }
.label_check_wrap label { padding:0 10px; }
.label_check_wrap label input { vertical-align:-2px; }

.pop_btn_wrap { text-align:center; }
.pop_btn_wrap > button { padding:7px 25px; margin:0 4px; cursor:pointer; color:#fff; border:0; font-weight:600; }
#terms_check_btn { background:#444; }
#terms_close_popup { background:#9e0b0f; }
#terms_wrap .pop_btn_wrap > button:hover { background:#255e9e; }

/*///////////////////////////////츠나미의 로그인 폼 마감///////////////////////////////*/



.survey-result { position:relative; width:700px; padding:30px 40px; border:1px solid #ddd; font-family:"굴림", "굴림체"; }
.survey-result .p_logo { position:relative; height:68px; }
.survey-result .p_logo .l_logo { position:absolute; top:10px; left:0; }
.survey-result .p_logo .r_logo { position:absolute; top:10px; right :0; padding-top:5px; }
.survey-result .p_logo .r_logo img { margin-left:13px; }
.survey-result h1 { position:relative; font-family:'Nanum Gothic'; font-size:36px; line-height:36px; color:#454545; letter-spacing:-1px; text-align:center; margin-bottom:35px; }
.survey-result h1 em { display:inline-block; *zoom:1; *display:inline; font-size:25px; line-height:25px; color:#6794df; margin-bottom:15px; border-bottom:2px solid #6794df; }
.survey-result .tx01 { position:relative; border:2px solid #393939; text-align:center; height:66px; line-height:66px; font-size:16px; font-weight:bold; color:#494949; margin-bottom:30px; }
.survey-result .tx01 em { color:#f00000; }
.survey-result .tx02 { position:relative; border:2px solid #ed8c02; color:#6d6d6d; margin-bottom:25px; padding:18px; line-height:18px; }
.survey-result .tx02 b { color:#ed8c02; display:block; margin-bottom:10px; }
.survey-result .sign { position:relative; text-align:right; font-size:14px; color:#434343; font-weight:bold; line-height:30px; margin-bottom:30px; }
.survey-result .sign em { font-size:30px; font-family: 'Nanum Brush Script', serif; margin-left:15px; font-weight:normal; }
.survey-result .f_info { position:relative; border-top:1px solid #000; text-align:center; padding:23px 0; color:#434343; font-size:13px; line-height:18px; }

.tb_survey-result { position:relative; width:100%; border-top:2px solid #000; line-height:18px; }
.tb_survey-result th { height:44px; border-bottom:1px solid #767676; background:#f3f3f3; text-align:center; font-size:13px; color:#6b6b6b; letter-spacing:-1px; }
.tb_survey-result td { padding:13px 0; border:1px solid #e5e5e5; text-align:center; color:#787878; }

.tb_survey-result02 { position:relative; width:100%; }
.tb_survey-result02 td { padding:18px; border:1px solid #b5b5b5; color:#6d6d6d; line-height:18px; }
.tb_survey-result02 td b { display:block; padding-left:19px; background:url(../images/ic_bb.gif) no-repeat 0 1px; font-size:14px; color:#2e2e2e; margin-bottom:20px; }

.survey {
	position : relative;
	width:700px;
	margin: 5px auto;
	font-family:'Nanum Gothic';
	font-weight:bold;
}
.survey h1 { position:relative; height:50px; line-height:50px; color:#5c5c5c; font-size:20px; padding-left:86px; background:url(../images/ic_gragh.jpg) no-repeat 8px 13px; font-family:'Nanum Gothic'; letter-spacing:-1px; font-style:normal; font-weight:800; }
.survey h1 em { font-size:20px; }
.survey .t_btn { position:absolute; top:10px; right:0; }
.survey .t_btn div {float:left;padding-top:10px;}
.survey .t_btn select {width:50px;} /* line-height:47px;  vertical-align:middle; */
.survey .t_btn a { margin-left:9px; }
.survey .box { position:relative; background:#e1e1e1; padding:20px 30px; }
.survey .box ul.a-list { position:relative; box-shadow:1px 1px 1px #ccc; margin-bottom:10px; }
.survey .box ul.a-list li { position:relative; background:#fafafa; border-bottom:2px solid #c5c5c5;/*background:url(../images/survey_list_bg.jpg); background-size:1px 100%;*/ color:#5c5c5c; font-size:13px; padding:16px 15px; line-height:5px; }
.survey .box ul.a-list li input { margin-right:10px; }

.survey .box .progress { position:relative; height:15px; line-height:15px; }
.survey .box .progress .bt_pre { position:absolute; top:10px; left:0; }
.survey .box .progress .bt_next { position:absolute; top:10px; right:0; }
.survey .box .progress .bar { position:absolute; top:10px; left:158px; width:300px; height:60px; background:url(../images/survey_bar.gif) repeat-x 0 18px; }
.survey .box .progress .bar table {width:300px;}

.survey .box .progress .bar .handle { position:absolute; top:0px; left:auto; width:20px; height:60px; background:url(../images/survey_bar-handle.gif) no-repeat 0 0; }
.survey .box .progress .pn { position:absolute; top:30px; right:90px; width:143px; text-align:center; font-size:24px; color:#5c5c5c; }
.survey .box .progress .pn em { color:#6e87eb; }
.survey .box .b-btn { position:relative; text-align:right; margin-top:65px; }



.sha_tb { position:relative; box-shadow:3px 3px 3px #ccc; }

.tb_survey-m { position:relative; width:100%; }
.tb_survey-m td { font-size : 13px; }

.tb_survey-q { position:relative; width:100%; margin-bottom:5px; }
.tb_survey-q td { line-height:1px; font-weight:bold; }
.tb_survey-q td.q { background:#fafafa; font-size:13px; padding:5px 5px; color:#5c5c5c; }
.tb_survey-q td.a { background:#8dbff0; font-size:13px; padding:20px 0; color:#4e4e4e; text-align:center; }
.tb_survey-q td.a em { color:#fff; border-bottom:2px solid #fff; }






/*///   반응형홈페이지를 위한 CSS구문은 이 아래로 기입한다.    ///*/
/*////            작성자 : 케이시크츠나미, 작성일: 2017-06-01(마지막업데이트날짜)            ////*/


/* 태블릿(츠나미)-반응형  */
@media screen and (min-width:768px) and (max-width:1000px) {

.mt_none { display:none; }
    
#header .top_logo_wrap { padding:0 10px; }
#container { padding:50px 15px; }
    
/*진행상태리스트*/
.list_wrap1, .list_wrap2 { width:100%; margin:0; padding:0 30px; }
.list_wrap2 { width:60%; margin-top:10px; }
.tb_count { margin:20px 0 10px 0; }

/* 진행상태리스트_ks-15설문(츠나미) */
.question_box .question_tit { width:100%; float:inherit; }
.select1, .select2 { width:100%; float:inherit; }

/* 보고서_게시판(츠나미) */
.list_wrap3 { width:70%; }


/* 보고서_통계기록(츠나미) */
.stats_box_L, .stats_box_R { width:100%; float:inherit; }
.stats_box_L { margin-bottom:20px; }

/* 사용자관리_리스트(츠나미) */
div.mem_number { width:8%; }
div.mem_institution { width:22%; }
div.mem_id { width:18%; }
div.mem_name { width:20%; }
div.mem_onoff { width:12%; }
div.mem_modify { width:20%; }



}
/*//////////----------반응형태블릿 닫기자리----------//////////*/




/* 모바일(츠나미)-반응형 */
@media screen and (max-width:767px) {

.m_none, .mt_none { display:none; }
.m_block { display:block; }
    
/*메뉴*/
#t_btn { display:none; }
#top_mbtn { display:block; }
#gnb { width:280px; height:inherit; position:absolute; background:#fff; border:1px solid #ccc; padding:15px 20px 25px 20px; box-sizing: border-box; left:50%; margin-left:-140px; top:90px; overflow:inherit; }
#gnb button { display:block; position:absolute; top:-31px; right:0; }
#gnb ul { margin:0; }
#gnb ul li { width:50%; margin-top:10px; }
#m_gnb_back { width:100%; height:100%; top:0; position:fixed; background:rgba(0,0,0,0.8); }
#m_gnb_back, #gnb { display:none; }

/*하단*/
#footer .wrap .logo { padding:0px 0 7px 0; }
#footer .wrap .info { font-size:10px; }
.footer_mgnb { display:block; }

#container { padding: 30px 10px; }

/*진행리스트 상단 메뉴_츠나미 재 개편*/
#sub_menu { margin-bottom:20px; }
#sub_menu .menu a { width:31%;font-size:14px; margin:0; padding: 5px 0; }


/*진행상태리스트*/
#segio_active_list { display:block; }
.search-box .sec01 { padding:10px 0; }
.list_wrap1, .list_wrap2 { width:100%; margin:0; padding:0 10px; }
.list_wrap1 > select, .list_wrap1 > input { height:30px; font-size:15px; }
.list_wrap1 > select:nth-child(1) { width:57%; margin-right:3%; }
.list_wrap1 > select:nth-child(2) { width:40%; margin:0; }
.list_wrap1 > input:nth-child(3) { width:100%; margin-top:10px; }
.list_wrap2 { width:100%; margin-top:10px; }
.list_wrap2 > div { line-height:30px; }
.list_wrap2 input[type=radio] { margin:0; }
.list_wrap2 label { font-size:14px; }
.list_wrap2 > a { height:30px; line-height:30px; }
.tb_count { margin:20px 0 10px 0; }
.tb_count span { font-size:13px; margin-right:3px; }

/*진행상태리스트_ 환자기본정보(츠나미)*/
.tr_wrap { border:1px solid #cacaca; padding:10px; margin-bottom:10px; }
.info_th { width:100%; height:inherit; line-height:inherit; float:inherit; text-align:left; background:inherit; margin-bottom:5px; }
.info_td { width:100%; height:inherit; line-height:inherit; float:inherit; padding:0; }
.info_td > span { display:block; line-height:26px; margin:5px 5px 0 0; }
.m_float { float:left; }
.info_td #dg_age { width:135px; margin-top:5px; }
.info_tdT > div { padding:15px; }
.info_tdT > div > h1 {font-size:18px !important; }

/* 진행상태리스트_ks-15설문(츠나미) */
.question_box { padding:15px 10px;}
.question_box .question_tit { width:100%; float:inherit; margin-bottom:10px; }
.question_choice { font-size:14px; }
.question_tit { font-size:15px; line-height:inherit; }
.select1 { widht:100%; float:inherit; }
.select1 li { width:32.3%; }
.select1 li label, .select2 li label { font-size:14px; }
.select2 { width:100%; float:inherit; }
.select2 li { width:32%; }
.select2 li label { line-height:inherit; }
.question_icon_tit { font-size:16px; }
.question_icon_tit > i { font-size:22px; }



/* 진행상태리스트_최종결과보기(츠나미)*/
.print_btn { display:none; }
h2.ic_star2 { font-size:18px; }
h2.ic_star2 > span { font-size:14px; display:block; padding:0; }
.last_resul_tr1 .last_result_box { width:50%; box-sizing:border-box; border:0; border-bottom:1px solid #cacaca; }
.last_resul_tr1 .last_result_box:nth-child(1), .last_resul_tr1 .last_result_box:nth-child(3), .last_resul_tr1 .last_result_box:nth-child(5) { border-right:1px solid #cacaca; }
.last_result_box:nth-child(5), .last_resul_tr1 .last_result_box:nth-child(6) { border-bottom:0; }


.last_resul_tr2 div.result_td { padding-left:10px; }
div.result_td input[type=radio] { margin:0 1px 0 4px; }


.last_resul_tr3 { padding:10px; }
.last_resul_tr3 h2.result_th { margin:15px 0 5px 0; }
.last_resul_tr3 textarea { padding:10px; }

.last_resul_tr4 h2.result_th { height:160px; line-height:160px; }
.last_resul_tr4 div.result_td { padding:10px; }



/* 진행상태리스트 하단 저장 btn(츠나미) */
.tr_btn button, .tr_btn a { padding:5px 20px; font-size:14px; }

/*페이지네비게이션*/
.pagination span, .pagination div a { width:30px; height:30px; line-height:30px; }


/* 보고서_게시판(츠나미) */
.menu5 { margin:15px 0 20px 0; }
.menu5 a { width:47.8%; font-size:14px; margin:2px; padding:5px 0; }
.list_wrap3 { width:90%; }
.list_wrap3 select, .list_wrap3 input { height:30px; font-size:15px; }
.list_wrap3 select { width:48%; }
.list_wrap3 input[type=text] { width:48%; margin:0; }
.list_wrap3 input[type=submit], .btn_src { width:97%; line-height:30px; margin-top:5px; }
/*보고서_공지사항M(츠나미)*/
#segio_m_brd_list { display:block; }


/* 보고서_게시판m_view(츠나미) */
.brd_view_tr { margin-bottom:10px; border:1px solid #cacaca;  }
.brd_view_tr .brd_th, .brd_view_tr .brd_td { width:100%; min-height:inherit; float:inherit; padding:7px 10px; }

.brd_view2 > div { width:100%; }
.brd_view2 > div:first-child { width:40%; border-right:1px solid #cacaca; box-sizing:border-box; }
.brd_view2 > div:nth-child(2) { width:60%; }
.brd_view2 .brd_td { padding:7px 0; }

.brd_view3 { margin:15px 0; border-top:1px solid #cacaca; }
.brd_view3 .brd_td {  padding:20px 15px; line-height:1.5; text-align:justify; font-size:14px; }

.brd_view4 .brd_td { font-size:11.5px; }

.brd_btn_wrap { }
.box_L { float:left; }
.box_R { float:right; }
.brd_btn_write, .brd_btn_list, .brd_btn_reply, .brd_btn_modify, .brd_btn_delete { padding:5px 15px; font-size:14px; }


/* 보고서_로그기록(츠나미) */

.log_content { border:1px solid #ddd; overflow:hidden; line-height: inherit; padding:10px; margin-bottom:10px; background:#fafafa; }
.log_content div { width:20%; padding:0; margin-bottom:5px; float:left; border:0; box-sizing:border-box; line-height:inherit; text-align:left; }
.log_content div span { display:inline-block; padding-right:5px; font-weight:600; }
.log_content div:first-child, .log_content div:nth-child(4), .log_content div:nth-child(5), .log_content div:nth-child(6) { width:100%; border:0; }
.log_content div:nth-child(2), .log_content div:nth-child(3) { width:50%; }


/* 보고서_통계기록(츠나미) */
.stats_box_L, .stats_box_R { width:100%; float:inherit; padding:10px; }
.stats_box_L { margin-bottom:10px; }


/* 사용자관리_리스트(츠나미) */
.list_wrap4 { width:100%; padding:0 10px; box-sizing:border-box; }
.list_wrap4 select, .list_wrap4 input, .list_wrap4 a { width:48%; height:30px; font-size:15px; line-height:30px; }
.list_wrap4 input, .list_wrap4 a { margin-top:10px; }
.list_wrap4 select:first-child { margin-right:1%; }
.list_wrap4 a { margin-left:1%; }

.member_content { position:relative; padding:13px 9px; border:1px solid #ddd; background:#f4f4f4; margin-bottom:10px; overflow:hidden; text-align:left; }
.member_content div { width:inherit; float:inherit; padding:0; border:0; }

.mem_number { text-align:left; }
.mem_number span { min-width:21px; height:21px; display:inline-block; line-height:21px; background:#3f546c; border-radius:3px; color:#fff; text-align:center; padding:0 3px; }
.mem_number b { display:inline-block; padding-left:5px; }

.mem_id, .mem_name { display:inline-block; margin-top:10px; line-height:11px; }
div.mem_id { padding-right:20px; margin-right:16px; border-right:1px solid #aaa; }

.mem_onoff { position:absolute; top:13px; right:64px; }
.mem_modify { position:absolute; top:13px; right:10px; }
.mem_onoff span, .mem_modify a { padding:2px 10px; }



/* 사용자관리_사용자기본정보(츠나미) */
.info_td > #btn_id_check { margin-bottom:5px; }
.info_td > #email1 { width:100%; box-sizing:border-box; margin-bottom:5px; }
.info_td > #email2, .info_td > #email_list { width:40%; box-sizing:border-box; }
.info_td > #email_list { height:24px; }
.info_td > .fileform { width:90%; }
.tr_last { margin-bottom:20px; }

.user_info2, .user_info3 { background:inherit; }

.user_info2 > .info_td, .user_info3 > .info_td { width:100%; float:inherit; text-align:left; border:0; }

.user_info3 > .info_th { width:40%; float:left; }
.user_info3 span { line-height:inherit; display:inline; }
.user_info3 > .info_td:nth-child(2) { width:60%; float:left; }
.user_info3 > .info_td:nth-child(3), .user_info3 > .info_td:nth-child(5) { width:50%; clear:both; float:left; }
.user_info3 > .info_td:nth-child(4), .user_info3 > .info_td:nth-child(6) { width:50%; float:right; }
.user_info3 > .info_td:nth-child(3), .user_info3 > .info_td:nth-child(4) { margin:5px 0 15px 0;  }

.btn_save { padding:3px 9px; }


/* lookup리스트(츠나미) */
.lookup_top_wrap { padding:10px 10px 0 10px; }
.lookup_top_line { width:100%; float:inherit; padding-bottom:10px; }
.lookup_top_line > div { border:0; padding:0; }
.lookup_td > span { display:inline; }

.look_con_line { padding:10px; }
.look_con_line span { display:inline; }
.look_con_line > div { width:100%; line-height:inherit; float:inherit; border:0; margin-bottom:5px; text-align:left; }
.look_con_line > div:nth-child(3) { width:50%; float:left; }
.look_con_line > div:nth-child(4) { width:50%; float:right; text-align:right; }


/*///////////////////////////////츠나미의 로그인 폼 ㅇㅁㅇ+반짝+니힝힝힝///////////////////////////////*/
#login_wrap { width:300px; height:370px; position:inherit; margin:30px auto; }

#login_boxL { display:none; }
.login_boxR { width:296px; height:346px; float:inherit; padding:20px; }
.input_box > label { width:34%; }
.input_box > input { width:56%; }
.sign_title span { display:inline-block; font-size:15px; color:#888; font-weight:500; }

#sign_copy { margin-top:45px; }

/* 개인정보활용동의 전문보기(츠나미) */
.signuop_terms_wrap { text-align:center; }
.signuop_terms_wrap > span { display:block; margin-bottom:5px; }

/* 개인정보활용동의(츠나미) */
#terms_wrap_bg { padding:15px; box-sizing:border-box; }
#terms_wrap { width:100%; position:initial; margin:0; padding:15px; }
#terms_wrap > h1 { font-size:20px !important; }
.terms_box { width:100%; height:250px; padding:10px; }
.terms_box p, .terms_box h2, .terms_box h3 { font-size:14px !important; }

.label_check_wrap span { display:block; margin-bottom:5px; font-size:13px; }

/*///////////////////////////////츠나미의 로그인 폼 마감///////////////////////////////*/


}
/*//////////----------반응형모바일 닫는자리----------//////////*/







/* 자료 업로드 */
.uploadSection {
	background: #FFF;
	border: 1px solid #d7d7d7;
	text-align: center;
	color: #6b6b6b;
	margin-bottom: 3px;
}

.cell {
	padding: 15px 0;
	overflow: hidden;
}

.cellHeadline {
	font-size: 20px;
	font-weight: 600;
}

.cellLink {
	font-size: 16px;
}

.uploadNotice {
	font-size: 16px;
}

.uploadNotice ul {
	list-style-type: circle;
}

.selectFile {
	padding: 10px 30px;
	margin: 0 3px;
}

.uploadBtn {
	background: #555;
	color: #fff;
	border: 1px solid #444;
	padding: 10px 30px;
	font-size: 15px;
	border-radius: 4px;
	margin: 0 3px;
	font-weight: 600;
	cursor: pointer;
}

/* 자료 업로드 종료 */