@charset "utf-8";

/* ==============================
 * common 
 * ============================== */
 h1, h2, h3, h4, h5, h6{ font-weight:500;}
 strong { font-weight:500;}

.fz14{font-size:14px;}
.fz16{font-size:16px;}
.fz18{font-size:18px;}
.bold{font-weight:bold;}

.txtRed{color:#eb1c23 !important;}
.txtBlack{color:#222222 !important;}
.txtBlue{color:#213ef4 !important;}
.txtOrange{color:#f56b02 !important;}

.t_cen{text-align:center;}
.t_left{text-align:left;}
.t_right{text-align:right;}

.flLeft{float:left;}
.flRight{float:right !important;}
.clear{clear:both;}
.clear:after{content:'';display:block;clear:both;}

/*20201119 추가*/
.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

.mt0{margin-top:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt65{margin-top:65px !important;}
.mt120{margin-top:120px !important;}

.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}

/* 들여쓰기 */
.indent {margin-left:30px;}
.indent10 {margin-left:10px;}
.indent20 {margin-left:20px;}
.indent30 {margin-left:30px;}
.indent40 {margin-left:40px;}
.indent50 {margin-left:50px;}

/* 버튼 */
.btn_group {display:block; margin-top:30px; margin-bottom:10px; font-size:0;}
.btn_group.clearfix .btn_left {float:left; width:49%; margin-right:2%; text-align:left;}
.btn_group.clearfix .btn_right {float:right; width:49%; text-align:right;}
.btn_group .btn_center {text-align:center;}
.btn_group .btn, .btn_group input.btn {margin-top:5px; margin-left:5px;}
.btn_group .btn:first-child, .btn-group input.btn:first-child {margin-left:0;}
.btn_area_right {
	text-align: right;
	}
.btn_area_right a {display: inline-block;}
.btn {display:inline-block; padding:11px 32px 12px 32px; background-repeat:no-repeat; background-position:right center; font-size:16px; line-height:20px; vertical-align:middle; text-align:left; transition-property:border-top-color, border-right-color, border-bottom-color, border-left-color, background-color, color; transition-duration:0.5s; transition-timing-function:ease-in-out;}
input.btn {height:auto; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0; border-top-width:0; border-right-width:0; border-bottom-width:0; border-left-width:0; line-height:20px;}
input[type='submit'].btn {height:auto; line-height:20px;}
.btn.download, .btn.link {padding-right: 21px;}
a.btn, button.btn, input[type='button'].btn, input[type='submit'].btn, input[type='reset'].btn {color:#fff;background-color: #344b60;}
a.btn:hover, button.btn:hover, input[type='button'].btn:hover, input[type='submit'].btn:hover, input[type='reset'].btn:hover {background-color:#1d3762;}

.btn.type2 {padding-bottom:10px; border:1px solid #2a3a4c;}
.btn.type2.off{background-color:#ddd;color:#aaa;border-color:#ddd;}
a.btn.type2, button.btn.type2, input[type='button'].btn.type2, input[type='submit'].btn.type2, input[type='reset'].btn.type2 {color:#333; background-color:#fff;}
a.btn.type2:hover, button.btn.type2:hover, input[type='button'].btn.type2:hover, input[type='submit'].btn.type2:hover, input[type='reset'].btn.type2:hover {border-top-color:#979797; border-right-color:#979797; border-bottom-color:#979797; border-left-color:#979797; background-color:#fafafa;}

a.btn.type3, button.btn.type3, input[type='button'].btn.type3, input[type='submit'].btn.type3, input[type='reset'].btn.type3 {background-color:#e74949;}
a.btn.type3:hover, button.btn.type3:hover, input[type='button'].btn.type3:hover, input[type='submit'].btn.type3:hover, input[type='reset'].btn.type3:hover {background-color:#e23d3d;}

.btn.type4 {padding-bottom:10px; border:1px solid #2a3a4c;}
a.btn.type4, button.btn.type4, input[type='button'].btn.type4, input[type='submit'].btn.type4, input[type='reset'].btn.type4 {color:#333; background-color:#fff;}
a.btn.type4:hover, button.btn.type4:hover, 
input[type='button'].btn.type4:hover, 
input[type='submit'].btn.type4:hover, 
input[type='reset'].btn.type4:hover {border-top-color:#979797; border-right-color:#979797; border-bottom-color:#979797; border-left-color:#979797; background-color:#fafafa;}

.btn > span {display:inline-block;padding-right: 41px;background-repeat:no-repeat;background-position:right center;vertical-align:baseline;transition-duration:0.5s;transition-timing-function:ease-in-out;}
.btn.download > span {background-image:url('/user_res/images/common/btn_download_icon.png'); background-position:right 2px;}
.btn.type2.download > span {background-image:url('/user_res/images/common/btn_downloadType2_icon.png');}
.btn.link > span {background-image: url('/user_res/images/common/btn_link_icon.png');background-position: 99% 3px;}
.btn.type2.link > span {background-image:url('/user_res/images/common/btn_linkType2_icon.png');}

.btn.small {padding-top:5px; padding-right:13px; padding-bottom:5px; padding-left:13px; font-size:14px; line-height:18px;}
input.btn.small {line-height:18px;}
input[type='submit'].btn.small {line-height:18px;}
.btn.type2.small {padding-top:4px; padding-bottom:4px;}
.btn.small.download, .btn.small.link {padding-right:13px;}

.btn.small > span {padding-right:28px;}
.btn.small.download > span {background-image:url('/user_res/images/common/btnSmall_download_icon.png'); background-position:right 3px;}
.btn.small.type2.download > span {background-image:url('/user_res/images/common/btnSmall_downloadType2_icon.png'); background-position:right 2px;}
.btn.small.type5.download > span {background-image:url('/user_res/images/common/btnSmall_downloadType5_icon.png');}
.btn.small.type2.link > span {background-image:url('/user_res/images/common/btnSmall_linkTyp2_icon.png');}
.btn.small.link > span {background-image:url('/user_res/images/common/btnSmall_link_icon.png');}
.input_smallBlack {
	padding: 5px 27px;
	background-color: #343434;
	border: none;
	border-radius: 0;
	color: #fff;
	text-align: center;
	letter-spacing: -0.1em;
}


/* 본문제목 */
#contents h3.title {margin-top: 28px;margin-bottom:16px;font-size:22px;line-height:32px;font-weight:600;background: url('/user_res/images/common/h3.gif') left 7px no-repeat;padding-left: 30px;}
#contents h4.title {margin-top: 13px;margin-bottom:14px;padding:5px 0 0 10px;color:#145ecf;font-size:20px;line-height:26px;font-weight:600;}
#contents h4.title:before, h4.title:before { display:block; content:''; background:#145ecf; width:20px; height:2px; margin:7px 0; }
#contents h5.title {margin-top:22px;margin-bottom:11px;padding-left: 35px;background-image: url('/user_res/images/common/h5.gif');background-repeat:no-repeat;background-position: 15px 6px;color:#222;font-size:18px;line-height:22px;font-weight:600;}
#contents h6.title {margin-top:15px; margin-bottom:8px; padding-left:31px; background-image:url('/user_res/images/common/h6_bu.png'); background-repeat:no-repeat; background-position:9px 8px; color:#222; font-size:16px; line-height:19px; font-weight:400;}
#contents h3.title .explain, h4.title .explain, h5.title .explain, h6.title .explain {color:#777; font-size:0.85em; font-weight:400;}
.h0 {float:none; clear:both; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0; padding-top:0; padding-right:0; padding-bottom:0; padding-left:0; background-color:transparent; background-image:none; color:#333; font-size:15px; line-height:1.6em; letter-spacing:0; font-weight:400;}
.h0 .explain {color:#333; font-size:15px; font-weight:400;}

/* 블릿 */
.blt {display:block; margin-top:10px; margin-bottom:10px; padding-left:12px; background-image:url('/user_res/images/common/ul_depth1_bu.gif'); background-repeat:no-repeat; background-position:left 11px; color:#333; font-size:15px;}
.blt.type2 {display:block; padding-left:14px; background-image:url('/user_res/images/common/ul_depth2_bu.gif'); background-position:left 12px;}
.blt.type3 {display:block; background-image:url('/user_res/images/common/ul_depth3_bu.png'); background-position:left 10px; color:#6d6d6d;}
.warning {display:block; margin-top:10px; margin-bottom:10px; padding-top:4px; padding-bottom:4px; padding-left:33px; background-image:url('/user_res/images/common/warning_icon.png'); background-repeat:no-repeat; background-position:left 7px; color:#333; font-size:14px;}
.nobg {background-image:none; background-color:transparent;}

/* 목록(List) */
ul.bu {margin-top:10px; margin-bottom:20px; padding-left:10px;}
ul.bu > li {margin-top: 20px;padding-left:12px;background-image:url('/user_res/images/common/ul_depth1_bu.gif');background-repeat:no-repeat;background-position: left 11px;color:#333;font-size: 17px;}
ul.bu > li:first-child {margin-top:0;}
ul.bu > li strong { font-weight:600; }
ul.bu > li > ul {margin-top: 10px;}
ul.bu > li > ul > li {margin-top:5px;padding-left:14px;background-image:url('/user_res/images/common/ul_depth2_bu.gif');background-repeat:no-repeat;background-position: left 9px;color:#333;font-size:15px;}
ul.bu > li > ul > li:first-child {margin-top:0;}
ul.bu > li > ul > li > ul {margin-top:10px;}
ul.bu > li > ul > li > ul > li {margin-top:5px; padding-left:12px; background-image:url('/user_res/images/common/ul_depth3_bu.png'); background-repeat:no-repeat; background-position:left 7px; color:#6d6d6d; font-size:15px;}
ul.bu > li > ul > li > ul > li:first-child {margin-top:0;}

ul.bu2 {margin-top:20px; margin-bottom:20px; padding-left:20px;}
ul.bu2 > li {margin-top:5px;padding-left: 22px;background-image: url('/user_res/images/common/ico_title.gif');background-repeat:no-repeat;background-position: left 8px;color:#333;font-size: 17px;}
ul.bu2 > li:first-child {margin-top:0;}
ul.bu2 > li strong { font-weight:600; }
ul.bu2 > li > ul {margin-top: 10px;}
ul.bu2 > li > ul > li {margin-top:5px;padding-left:14px;background-image: url('/user_res/images/common/dot01.gif');background-repeat:no-repeat;background-position: left 5px;color:#333;font-size:15px;}
ul.bu2 > li > ul > li:first-child {margin-top:0;}
ul.bu2 > li > ul > li > ul {margin-top:10px;}
ul.bu2 > li > ul > li > ul > li {margin-top:5px;padding-left:12px;background-image: url('/user_res/images/common/blt2.png');background-repeat:no-repeat;background-position: left 6px;color:#6d6d6d;font-size:15px;}
ul.bu2 > li > ul > li > ul > li:first-child {margin-top:0;}

/* 숫자가 있는 li */
ol {
    display: block;
    list-style-type: decimal;
  
}
ol li {color:#333;font-size: 17px;}

/*숫자가 있는 li1*/
.li_num{margin-left: 10px;}
.li_num li{margin-top:5px}

/* 숫자가 있는 li2 */
.li_num2{margin: 0 0 10px 20px;}
.li_num2 li{position:relative;margin-bottom:3px;padding-left:25px; list-style-type:none; }
.li_num2 li .num{position:absolute;top:2px;left:0;width:18px;height:18px;font-size:12px;color:#fff;text-align:center;line-height:16px;font-weight:bold;border-radius:5px; background:#b7b7b7; }
.li_num2 li .num.color1 { background:#648fd0 !important;}
.li_num2 li .num.color2 { background:#e45628 !important;}


/* 박스 */
.conBox1 {padding: 30px; background:#f3f6fc;}
.conBox1 span.tit {font-size:24px;border-right:1px solid #ddd;margin-right:30px;float:left;padding:10px 20px;text-align:center;}

.conBox {display:block; margin-top:10px; margin-bottom:30px; padding-top:11px; padding-right:35px; padding-bottom:11px; padding-left:35px; border:1px dashed #c8c8c8;}
.conBox p {color:#333; font-size:16px; line-height:24px;}
.conBox.type2 {padding:8px; background-repeat:repeat; background-color:#fff; }
.conBox.type2 .box_wrap {padding:17px 30px; background-color:#fff;}
.conBox.type3 {padding-top:17px; padding-bottom:17px; border:0px; background:#f9f9f9;}
.conBox.type4 {padding-top:32px; padding-bottom:32px; border-top-style:dashed; border-left-width:0; border-bottom-style:dashed; border-right-width:0; background-color:#fdfdfd; }
.conBox.type4 p {background-repeat:no-repeat; background-position:left top;}
.conBox.type5 {padding-top:30px; padding-bottom:30px; border-top-style:solid; border-top-color:#a9a9a9; border-right-width:0; border-bottom-style:solid; border-bottom-color:#a9a9a9; border-left-width:0; background-color:#fdfdfd;}
.conBox.type6 {padding:30px; border-top-style:solid; border-top-color:#dfdfdf; border-right-style:solid; border-right-color:#dfdfdf; border-bottom-style:solid; border-bottom-color:#dfdfdf; border-left-style:solid; border-left-color:#dfdfdf;}
.conBox.type7 {position:relative; padding:8px;  background-color:#fff; border:#eee 8px solid; }
.conBox.type7 .box_wrap {padding:30px; padding-left:30px; background-color:#fff;}
.conBox.type7:after {display:block; position:absolute; top:-8px; left:-8px; width:88px; height:8px; background-color:#0054a6; content:'';}
.conBox.type7:before {display:block; position:absolute; top:-8px; left:-8px; width:8px; height:44px; background-color:#0054a6; content:'';}
.conBox.type7 .box_wrap .title {font-size:20px; font-weight:700; color:#145ecf; margin-bottom:10px;}
.conBox_group {margin-top:10px; margin-bottom:30px;}
.conBox_group .box {margin-top:0; margin-bottom:0;}
@media screen and (max-width:640px) {
	.conBox.type4 {padding-left:35px !important;}
	.conBox.type4 p {min-height:0 !important; padding-left:0 !important; background-position:center top;}
}


/* 테이블 서식 */
table {border-collapse:separate;}
table.table {position:relative; width:100%; border-top:2px solid #3a3a3a; border-bottom:1px solid #c6c6c6; color:#c6c6c6; }
table.table.scroll {width:860px; z-index:10;}
.gesture {z-index:30; transition-property:opacity, top;}
table.table tbody, 
table.table tfoot {text-align:center;}
table.table thead tr th {padding:10px 5px; border-top:1px solid #c6c6c6; border-left:1px solid #c6c6c6; background:#f5f5f5; color:#333; font-size:16px; text-align:center;}
table.table tbody tr th, 
table.table tfoot tr th {padding:10px 5px;border-top:1px solid #c6c6c6;border-left:1px solid #c6c6c6;background:#f5f5f5;color: #000;font-size:16px;text-align:center;}
table.table thead tr:first-child th {border-top-width:0;}
table.table tbody tr td, 
table.table tfoot tr td {padding:10px; border-top:1px solid #c6c6c6; border-left:1px solid #c6c6c6; color:#333; font-size:15px;}

table.table tbody tr:first-child td
table.table tfoot tr:first-child td {border-top-color:#949494;}
table.table tr td:last-child, table.table tr th:last-child {/* border-right: 1px solid #c6c6c6; */}
table.table tbody ul, table.table tbody ol {padding-left:0;text-align:left;line-height:24px;}
table.table tbody tr td.td_gray {background:#f5f5f5; color:#333; font-size:16px; text-align:center;}
@media screen and (max-width:640px) {
	table.table.responsive colgroup, table.table.responsive thead {display:none;}
	table.table.responsive tbody, table.table.responsive tfoot {text-align:left;}
	table.table.responsive tbody, 
	table.table.responsive tbody tr, 
	table.table.responsive tbody tr th, 
	table.table.responsive tbody tr td, 
	table.table.responsive tfoot, 
	table.table.responsive tfoot tr, 
	table.table.responsive tfoot tr th, 
	table.table.responsive tfoot tr td {display:block; float:left; clear:left; width:100%; box-sizing:border-box;}
	table.table.responsive tr:nth-child(odd) {background-color:#fafafa;}
	table.table.responsive tbody tr, 
	table.table.responsive tfoot tr {padding-top:16px; padding-bottom:16px; border-top:1px solid #c6c6c6;}
	table.table.responsive tbody tr:first-child {border-top-width:0;}
	table.table.responsive tfoot tr:first-child {border-top-color:#3a3a3a;}
	table.table.responsive tbody tr th, 
	table.table.responsive tfoot tr th {padding:0 10px; border-top-width:0; background-color:transparent; text-align:left;}
	table.table.responsive tbody tr td, 
	table.table.responsive tfoot tr td {border-top-width:0; text-align:left;}
	table.table.responsive tbody tr th:before, 
	table.table.responsive tbody tr td:before,
	table.table.responsive tfoot tr td:before {color:#333; font-size:15px; content:attr(data-cell-header);}
}
/*responsive 2*/

table.responsive2 tbody tr th{background-color:whitesmoke}
table.responsive2 tbody tr td:first-child{background-color:whitesmoke}

@media only screen and (max-width: 767px) {

	table.responsive2 { margin-bottom: 0; }

	.pinned {position: absolute;left: 0;top: 0;background: #fff;width: 35%;overflow: hidden;/* overflow-x: scroll; */border-right: 1px solid #ccc;border-left: 1px solid #ccc;}
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table tbody tr th{background-color:whitesmoke}
	.pinned table tbody tr td{background-color:whitesmoke}
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }

	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

	table.responsive2 td, table.responsive2 th {position: relative;white-space: nowrap;overflow: hidden;}
	table.responsive2 th:first-child, table.responsive2 td:first-child, table.responsive2 td:first-child, table.responsive2.pinned td { display: none; }
	
}

/* responsive 3 */
.responsive-wrap{   width: 100%;  overflow-x: auto;  overflow-y: hidden;}
.responsive3{width:100%;min-width:800px;border-top:2px solid #004b8f;line-height: 18px;margin-bottom:1%;font-size:12.3px;}


/* row table세로형 */
table.rowtable thead tr td{text-align:center;border-left:1px solid #d0d0d0}
table.rowtable tbody tr th{background-color:#f5f5f5}
table.table tbody tr th:first-child{background-color:whitesmoke}
table.table tbody tr th.bg_gray{background-color:whitesmoke}
table.table thead td{text-align:center;border-left:1px solid #c6c6c6}


/* 탭메뉴 */
.tab_menu{margin-bottom:50px;}
.tab_menu > ul > li{float:left;}
.tab_menu > ul > li a{display:block; border:#d0d0d0 solid 1px; border-bottom-color:#a0a0a0; border-left:none; background-color:#f4f4f4; line-height:22px; padding:16px 4% 17px; text-align:center; color:#333333; font-weight:600;}
.tab_menu > ul > li:first-child a{border-left:#d0d0d0 solid 1px;}
.tab_menu > ul > li.on a, .tab_menu > ul > li a:hover{background-color:#FFF; border-top-color:#696969; border-top-width:3px; border-right-color:#a0a0a0; border-bottom-color:#FFF; padding:14px 4% 17px; color:#303030;}
.tab_menu > ul > li:first-child.on a, .tab_menu > ul > li:first-child a:hover{border-left-color:#a0a0a0;}

/* 탭메뉴 type2 : 갯수 6개 이상일시 자동으로 type2적용됨, 수동으로 type2 클래스 부여해도 됨 */
.tab_menu.type2 ul li {float:left;}
.tab_menu.type2 ul li a{padding:11px 4% 11px 8%; text-align:left; border-color:#dcdcdc; border-top:none; border-left:none; background-color:#FFF; color:#555555; font-weight:400;}
.tab_menu.type2 ul li:first-child a{border-left:#dcdcdc solid 1px; border-top:#dcdcdc solid 1px;}
.tab_menu.type2 ul li:nth-child(2) a, .tab_menu.type2 ul li:nth-child(3) a, .tab_menu.type2 ul li:nth-child(4) a{border-top:#dcdcdc solid 1px;}
.tab_menu.type2 ul li:nth-child(4n+1) a{border-left:#dcdcdc solid 1px;}
.tab_menu.type2 ul li.on a, .tab_menu.type2 ul li a:hover{background-color: #495098;border-color: #495098;color:#FFF;}
.tab_menu.type2 ul li a span{display:block; line-height:22px; background-repeat:no-repeat; background-position:99% 4px; background-image:url(/user_res/images/common/tab_menu_type2_arrow.png); padding-right:14px;}
.tab_menu.type2 ul li.on a span, .tab_menu.type2 ul li a:hover span{background-image:url(/user_res/images/common/tab_menu_type2_arrow_on.png); background-position:right 5px;}

/* 4차탭메뉴 */
.tab_menu_4depth{margin-bottom:50px; border:#e0e0e0 solid 1px; border-bottom-color:#005aab; padding:5px 4%;}
.tab_menu_4depth ul li{position:relative; float:left; padding-right:26px; border-bottom:#cbcbcb dashed 1px;}
.tab_menu_4depth ul li:before{position:absolute; right:13px; top:calc(50% - 6px); width:1px; height:11px; background-color:#b8b8b8; content:'';}
.tab_menu_4depth ul li:last-child:before{display:none;}
.tab_menu_4depth ul li a{display:block; line-height:22px; padding:18px 24px 18px 3px; background-repeat:no-repeat; background-position:98% 25px; color:#555555;}
.tab_menu_4depth ul li.on a, .tab_menu_4depth ul li a:hover{ background-image:url(/user_res/images/common/tab_menu_4depth_on_arrow.png); color:#005aab;}

/* 5차탭메뉴 */
.tab_menu_5depth{margin-bottom:30px;}
.tab_menu_5depth ul li{float:left;}
.tab_menu_5depth ul li a{display:block; line-height:22px; padding:12px 22px 12px 0; margin-right:10px; border-bottom:#d6d6d6 solid 1px; background-repeat:no-repeat; background-position:95% 15px; background-image:url(/user_res/images/common/tab_menu_5depth.png); color:#333333;}
.tab_menu_5depth ul li.on a, .tab_menu_5depth ul li a:hover{background-image:url(/user_res/images/common/tab_menu_5depth_on.png); color:#f67401;}
.tab_menu_5depth ul li.on a{font-weight:600;}



ul.w2 li { width:50% }
ul.w3 li { width:33.3%}
ul.w4 li { width:25%}
ul.w5 li { width:20%}
ul.w6 li { width:16.6%}
ul.w7 li { width:14%}
ul.w8 li { width:12.5%}
ul.w9 li { width:11.1%}


/* 컨텐츠 만족도 조사 & 담당자 정보 */
.satisfaction {padding-top: 10px;font-family:'Malgun Gothic', '맑은 고딕', sans-serif;}
.satisfaction .manager_info {padding:14px 33px 19px 33px; border:1px solid #d3d3d3;}
.satisfaction .manager_info {border-top:2px solid #2763ba;}
.satisfaction .manager_info ul li {float:left;margin-top:5px;margin-right:25px;padding-left:12px;background-image:url('/user_res/images/common/satisfaction_managerList_bu.gif');background-repeat:no-repeat;background-position: left 7px;font-size:0;}
.satisfaction .manager_info ul li span, #container .colgroup .satisfaction .manager_info ul li time {display:inline-block; vertical-align:middle;}
.satisfaction .manager_info ul li .title {margin-right:12px; padding-right:14px; background-image:url('/user_res/images/common/satisfaction_managerTitle_line.gif'); background-repeat:no-repeat; background-position:right 3px; color:#333; font-size:15px; line-height:17px; font-weight:600;}
.satisfaction .manager_info ul li .text {color:#333; font-size:15px; line-height:17px;}
@media screen and (max-width:800px) {
	.satisfaction {padding-right:2.5%; padding-left:2.5%;}
	
}

@media screen and (max-width:640px) {
	.satisfaction {padding-bottom:25px;}
	
	.satisfaction .manager_info {padding-top:5px; padding-right:20px; padding-bottom:10px; padding-left:20px;}
	.satisfaction .manager_info ul li {background-position:left 11px;}
	.satisfaction .manager_info ul li .title {background-position:right 4px; font-size:14px; line-height:16px;}
	.satisfaction .manager_info ul li .text {font-size:14px; line-height:15px;}

    .tab_menu.type2 ul li:nth-child(3) a{border-left:#dcdcdc solid 1px;}

	ul.w3 li { width:50%}
	ul.w4 li { width:50%}
}

@media screen and (max-width:360px) {
	
}                                                                      






/* 조직도 */
.org a:hover {text-decoration:underline;}

.org .group .top_level2, .org .group .top_level2-3 {position:relative;}
.org .group .top_level2 ul { padding-bottom:29px; background:url('/user_res/images/common/organization_line01.png') no-repeat center bottom; }
.org .group .top_level2-3 ul { padding-bottom:29px; background:url('/user_res/images/common/organization_line01-3.png') no-repeat center bottom; }
.org .group .top_level2 li, .org .group .top_level2-3 li {font-size:18px; text-align:center;}
.org .group .top_level2 li span, .org .group .top_level2-3 li a {display:block; width:190px; height:137px; padding-top:16px; line-height:24px;}


.org .link_list_part {}
.org .link_list_part > li {float:left; font-size:18px; text-align:center; background:#436692; height:137px; padding-top:16px; line-height:24px;}
.org .link_list_part > ul.three li { width:29%; margin:0 2%}
.org .link_list_part > ul.four li { width:21%; margin:0 2%}

.org .group .top_level3 {position:relative;}
.org .group .top_level3 ul {height:287px; padding-bottom:29px; background:url('/user_res/images/common/organization_line01.png') no-repeat center bottom;}
.org .group .top_level3 li {font-size:18px; text-align:center;}
.org .group .top_level3 li a {display:block; width:190px; height:137px; padding-top:16px; line-height:24px;}

.org .group .top_level2 .level01 , .org .group .top_level2-3 .level01, .org .group .top_level3 .level01 {padding-bottom:12px; background:url('/user_res/images/common/organization_line02.gif') no-repeat center bottom; font-size:20px;}
.org .group .top_level2 .level01 span, .org .group .top_level2-3 .level01 span, .org .group .top_level3 .level01 a {height:auto;margin:0 auto;padding-top:8px;padding-bottom:8px;border:10px solid #0054a6;background-color:#fff;color:#005bab;}

.org .group .top_level3 .level02 {position:relative; z-index:20; width:190px; margin:0 auto; padding-top:20px; padding-bottom:136px; background:url('/user_res/images/common/organization_line02.gif') repeat-y center bottom 60px;}
.org .group .top_level3 .level02 a {height:auto; padding-top:8px; padding-bottom:8px; border:10px solid #1690dd; background-color:#fff; color:#16679a;}

.org .group .top_level3 .level04 {position:absolute; right:85px; top:140px; z-index:10; padding-left:8px;}
.org .group .top_level3 .level04 a {height:auto; padding-top:8px; padding-bottom:8px; border:10px solid #71B141; background-color:#fff; color:#75b347;}

.org .group .top_level3 .level03 {position:absolute; right:85px; top:50px; padding-left:70px; height:150px; background:url('/user_res/images/common/organization_line04.gif') no-repeat center left 10px;}
.org .group .top_level3 .level03 a {height:24px; padding-top:8px; padding-bottom:8px; border:10px solid #41ADB1; background-color:#fff; color:#41adb1;}

.org .link_list_part3 {margin-left:2%;}
.org .link_list_part3 > li {float:left; width:29%; margin:0 2%;}
.org .group .link_list_part3 > li > a {display:block; padding:10px 0 10px; margin-bottom:10px; font-size:18px; line-height:22px; color:#fff; text-align:center; background:#436692;}
.org .link_list_part4 {margin-left:2%;}
.org .link_list_part4 > li {float:left; width:21%; margin:0 2%;}
.org .group .link_list_part4 > li > span {display:block; padding:10px 0 10px; margin-bottom:10px; font-size:18px; line-height:22px; color:#fff; text-align:center; background:#436692;}


.org .link_list {margin-left:-13px;}
.org .link_list > li {float:left;width:179px;margin-left:13px;}
.org .link_list > li > a,.org .dong_office > span {display:block; padding:10px 0 10px; margin-bottom:10px; font-size:18px; line-height:22px; color:#fff; text-align:center;}
.org .group .link_list > li > a {background:#15b4b3;}

.org .immediate_office .link_list > li > a {background:#ef856e;}
.org .dong_office > span {background:#5eabeb;}
.org .link_list li li {margin-top:4px;}
.org .link_list li li:first-child {margin-top:0;}
.org .link_list li li a {display:block; padding:8px 10px 8px 24px; font-size:15px; color:#4f5d69;}
.org .link_list li li a span {display:block; padding-right:15px; background-repeat:no-repeat; background-position:right 2px; font-weight:600;}
.org .group .link_list li li a {background:#f2f2f2;}
.org .group .link_list li li a span {}
.org .immediate_office, .org .dong_office { display:block; margin:38px 0;}
.org .immediate_office .link_list li li a {background:#f2f2f2;}
.org .immediate_office .link_list li li a span {}
.org .dong_office li li a {background:#f2f2f2;}
.org .dong_office li li a span {}


.org.foreign_org .group .top_level3 li{font-size:16px;}
.org.foreign_org .link_list > li > a, .org .dong_office > span{font-size:13px;}
.org.foreign_org .link_list li li a span{font-size:13px; line-height:18px;}

@media all and (max-width:1024px) {
	.org .group .top_level3 .level03 {right:0;}
	.org .group .top_level3 .level04 {right:0;}
}

@media all and (max-width:970px) {

	.org .link_list {margin-left:-2%;}
	.org .link_list > li {width:23%; margin-left:2%;}
}
@media all and (max-width:760px) {
	.org .group .top_level3 ul {height:auto; padding-bottom:30px; background-image:none;}
	.org .group .top_level3 li a {width:auto; height:auto;}
	.org .group .top_level3 .level01 {padding-bottom:0;}
	.org .group .top_level3 .level02 {width:auto; padding-bottom:20px;}
	.org .group .top_level3 .level03 {position:static; float:left; width:50%; padding-left:0; background-image:none;}
	.org .group .top_level3 .level04 {position:static; float:left; width:50%; height:auto; padding-left:0; background-image:none;}

	
}
@media all and (max-width:717px) {
	

	.org .link_list {margin:0;}
	.org .link_list > li {float:none; width:100%; margin:0;}
	.org .link_list > li > a {margin:15px 0;}
	.org ul ul ul,.org > div ul ul {margin-left:-2%;}
	.org .link_list li li {float:left; width:31.3%; margin:0 0 2% 2%;}

	
}
@media all and (max-width:500px) {
	.org .link_list li li {width:48%;}
}

/* sitemap */

.sitemap li {
    margin: 0;
    padding: 0;
    /* background: 0 0!important */
}
.sitemap .sitemap-list {
    overflow: hidden
}
.sitemap .sitemap-list > li {
    float: left;
    width: 100%;
    padding: 0
}
.sitemap .sitemap-list .sd1 {
    display: block;
    font-family: "Nanum Square";
    font-size: 22px;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    color: #333
}
.sitemap .sitemap-list .sd2 {
    display: block;
    font-size: 15px;
    width: 100%;
    text-align:center;
    background-color: #344b60;
    /* background-image: url('/user_res/images/common/btn_link_icon.png'); */
    background-position: 95% 13px;
    background-repeat: no-repeat;
    padding: 10px;
    color: white;
}

.sitemap .sitemap-list .sd2-list li:nth-child(even) .sd2{background-color: white;border:1px solid #344b60;color:#344b60;/* background-image: url(/user_res/images/common/btn_linkType2_icon.png); */}
.sitemap .sitemap-list .sd2:hover {
  
}
.sitemap .sitemap-list .sd2-list-w {
    width: 100%;
    padding: 12px 0
}
.sitemap .sitemap-list .sd2-list-w .sd2-list:after,
.sitemap .sitemap-list .sd2-list-w:after {
    content: '';
    width: 0;
    display: block;
    clear: both
}
.sitemap .sitemap-list .sd2-list {
    width: 100%
}
.sitemap .sitemap-list .sd2-list:before {
    content: "";
    display: table;
    clear: both
}
.sitemap .sitemap-list .sd2-list > li {
    width: 24.5%;
    height: 100%;
    padding: 0 3px 20px;
    display: inline-block;
    vertical-align: top
}
.sitemap .sitemap-list .sd3-list {
    line-height: 2em;
    padding-left: 15px;
    margin-top:10px;
    width: 90%;
}
.sitemap .sitemap-list .sd3-list > li {
    /* list-style: disc; */
    padding: 0;
    /* margin-top: 5px; */
    padding-left:14px;
    background-image:url('/user_res/images/common/ul_depth2_bu.gif');
    background-repeat:no-repeat;
    background-position: left 15px;
    color:#333;
    font-size:15px;
    line-height: 1.5em;
}
.sitemap .sitemap-list .sd3-list .sd3 {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 5px 0;
}

.sitemap .sitemap-list .sd3-list a.sd3[target="_blank"]:after {display:inline-block;width:20px;height: 13px;margin: 0px 0 0 7px;background: url(/user_res/images/common/btnSmall_linkTyp2_icon.png)no-repeat 0 0;content:'';}
.sitemap .sitemap-list .sd3-list .sd3:hover {
    color: #1378cb
}
.sitemap .info-li .sd2-list > li:nth-child(1),
.sitemap .info-li .sd2-list > li:nth-child(2),
.sitemap .info-li .sd2-list > li:nth-child(3) {
    height: 230px
}
.sitemap .info-li .sd2-list > li:nth-child(4),
.sitemap .info-li .sd2-list > li:nth-child(5),
.sitemap .info-li .sd2-list > li:nth-child(6) {
    height: 318px
}
.sitemap .info-li .sd2-list > li:nth-child(7),
.sitemap .info-li .sd2-list > li:nth-child(8),
.sitemap .info-li .sd2-list > li:nth-child(9) {
    height: 212px
}
.sitemap .info-li .sd2-list > li:nth-child(10),
.sitemap .info-li .sd2-list > li:nth-child(11),
.sitemap .info-li .sd2-list > li:nth-child(12) {
    height: 227px
}
.sitemap .communication-li .sd2-list > li:nth-child(1),
.sitemap .communication-li .sd2-list > li:nth-child(2),
.sitemap .communication-li .sd2-list > li:nth-child(3) {
    height: 100%
}
.sitemap .communication-li .sd2-list > li:nth-child(4),
.sitemap .communication-li .sd2-list > li:nth-child(5),
.sitemap .communication-li .sd2-list > li:nth-child(6) {
    height: 228px
}
.sitemap .communication-li .sd2-list > li:nth-child(7),
.sitemap .communication-li .sd2-list > li:nth-child(8),
.sitemap .communication-li .sd2-list > li:nth-child(9) {
    height: 200px
}
.sitemap .communication-li .sd2-list > li:nth-child(10),
.sitemap .communication-li .sd2-list > li:nth-child(11),
.sitemap .communication-li .sd2-list > li:nth-child(12) {
    height: 310px
}
@media all and (max-width:1000px) {
    .sitemap .sitemap-list .sd2-list > li {
        width: 49%
}
}
@media all and (max-width:500px) {
    .sitemap .sitemap-list .sd2-list > li {
        width: 100%
}
}

/*기타*/
.line{display:block;height:1px;margin:10px auto}

.grid2{overflow:hidden;}
.grid2:after{clear:both}
.grid2 .grid_left, .grid2 .grid_right{float:left;width:50%}

@media (max-width: 767px){

	.grid2 .grid_left, .grid2 .grid_right{float:none;width:100%;overflow:hidden}
}


/**/
.mbtn{display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;}
.mbtn:focus,.btn:hover{text-decoration:none}
.mbtn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}


.btn_plus{position:absolute;left:90px;bottom:3px;width:16px;height:16px;transition: all 0.3s ease 0s;}
.btn_plus:after { width:  100%; height:  2px; top: 50%;  left:  0; display:  block; background:  #000; margin-top: -1px; position:  absolute; content: "";}
.btn_plus:before { width:  2px; height:  100%; top: 0;  left:  50%; display:  block; background:  #000; margin-left: -1px; position:  absolute; content: "";}

@media only screen and (max-width: 576px) {
    .btn_plus{left:110px;bottom:22px;}
}
   




h3.title + p,h4.title + p,h5.title + p{padding-left: 15px;margin-bottom: 15px;}

.ir_hidden{text-indent: -9999px;font-size: 0;height: 0;overflow: hidden;}


/* li반응형 */
ul.li2 > li,ol.li2 > li{width:50%;}/* 2칸 */
ul.li3 > li,ol.li3 > li{width:33.333%;}/* 3칸 */
ul.li4 > li,ol.li4 > li{width:25%;}/* 4칸 */
ul.li5 > li,ol.li5 > li{width:20%;}/* 5칸 */
ul.li6 > li,ol.li6 > li{width:16.666%;}/* 6칸 */
ul.li7 > li,ol.li7 > li{width:14.2%;}/* 7칸 */
ul.li8 > li,ol.li8 > li{width:12.5%;}/* 7칸 */
ul.li9 > li,ol.li9 > li{width:11.2%;}/* 7칸 */

@media all and (max-width:1239px){
	ul.li4 li,ul.li5 li,ul.li6 li,ul.li7 li,
	ol.li4 li,ol.li5 li,ol.li6 li,ol.li7 li{width:33.33%}
}

@media (max-width: 640px){
	ul.li3 li,ul.li4 li,ul.li5 li,ul.li6 li,ul.li7 li,
	ol.li3 li,ol.li4 li,ol.li5 li,ol.li6 li,ol.li7 li{width:50%}
}

@media (max-width: 450px){
	ul.li2 li,ul.li3 li,ul.li4 li,ul.li5 li,ul.li6 li,ul.li7 li,
	ol.li2 li,ol.li3 li,ol.li4 li,ol.li5 li,ol.li6 li,ol.li7 li{width:100%}
}


/* 절차, 단계 */
.stopCon{width: 100%;position: relative;padding: 0;margin: 0;overflow: hidden;}
.stopCon > li{float: left;list-style: none;margin-bottom: 20px;position: relative;}
.stopCon > li::after{content: "";display: inline-block;width: 22px;height: 22px;background: url(/user_res/images/common/step_con_arrow.png) no-repeat;position: absolute;right: -30px;top: 50%;margin-top: -11px;}
.stopCon > li:last-child::after{display: none;}
.stopCon.li_2 > li{width: 48%;margin-right: 4%}
.stopCon.li_2 > li:nth-child(2n+2){margin-right: 0;}
.stopCon.li_2 > li:nth-child(2n+3){clear: both;}
.stopCon.li_3 > li{width: 30%;margin-right: 5%;}
.stopCon.li_4 > li{width: 21.6%;margin-right: 4.5%;}
.stopCon.li_5 > li{width: 16.4%;margin-right: 4.5%;}
.stopCon .tit{width: 100%;height: 56px;line-height: 56px;position: relative;color: #fff;background-color: #145ecf;font-weight: bold;text-align: center;display: table;}
.stopCon .tit span{display: table-cell;vertical-align: middle;line-height: 1.2;}
.stopCon > li:first-child .tit{background-color: #344b60}
.stopCon .tit::after{content: "";display: inline-block;width: 0;height: 0;border-top: 25px solid #fff;border-right: 25px solid transparent;position: absolute;top: 0;left: 0;}
.stopCon .con_box{width: 100%;min-height: 120px;padding: 17px 20px 15px 20px;border: 1px solid #145ecf;letter-spacing: -1.5px}
.stopCon > li:first-child .con_box{border-color: #344b60}
.stopCon .con_box li{display:block;padding-left: 15px;margin-bottom: 5px;position: relative;}
.stopCon .con_box li::before{content: "";display: inline-block;width: 6px;height: 2px;background-color: #002c5d;position: absolute;left: 0;top: 11px;}

@media all and (min-width:1240px){
	
	.stopCon.li_3 > li:nth-child(3n+3),.stopCon.li_4 > li:nth-child(4n+4),.stopCon.li_5 > li:nth-child(5n+5){margin-right: 0;}
	.stopCon.li_3 > li:nth-child(3n+4),.stopCon.li_4 > li:nth-child(4n+5),stopCon.li_5 > li:nth-child(5n+6){clear: both;}

}
@media all and (max-width:1239px){

	.stopCon.li_3 > li,.stopCon.li_4 > li{width: 47%;margin-right: 6%}
	.stopCon.li_3 > li:nth-child(2n+2),.stopCon.li_4 > li:nth-child(2n+2){margin-right: 0;}
	.stopCon.li_3 > li:nth-child(2n+3),.stopCon.li_4 > li:nth-child(2n+3){clear: both}
	.stopCon.li_5 > li{width: 30%;margin-right: 5%}
	.stopCon.li_5 > li:nth-child(3n+3){margin-right: 0;}
	.stopCon.li_5 > li:nth-child(3n+4){clear: both;}
}

@media (max-width: 450px){
	.stopCon > li{width: 100% !important;margin-right: 0 !important;float: none;margin-bottom: 45px;min-height: auto !important;}
	.stopCon > li::after{top: inherit;bottom: -33px;right: inherit;left: 50%;margin-top: 0;margin-left: -11px;transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-webkit-transform: rotate(90deg);-o-transform: rotate(90deg);}
}

img{max-width: 100%;}
table.table.td_left tbody td{text-align: left;}
table.th_bold th{font-weight: bold;}
.tbl_txt{margin-bottom:5px;font-size:14px;text-align:right;}

/* 모바일 이미지 확대보기(새창) */
.mblink{position:relative}
.mblink a{display:none;position:absolute;bottom:20px;right:20px;width:40px;height:40px;text-indent:-999px;overflow:hidden;background:rgba(0,0,0,0.6);border:1px solid rgba(0,0,0,0.5);border-radius:50%;}
.mblink a::after{position:absolute;top:50%;left:50%;margin:-8px 0 0 -7px;width:14px;height:16px;content:'';background:url('/user_res/images_council/img_common.png') no-repeat 0 -30px;opacity:0.8}

@media all and (max-width:767px){
	.mblink a{display:block}
}


/* 지도 공통 */
.root_daum_roughmap{width: 100% !important;}
.root_daum_roughmap .wrap_controllers{display: none;}
.map_info_box{padding: 35px 230px 35px 30px;background-color: #f5f5f5;color: #333;position: relative;margin-top: -20px;z-index: 10;}
.map_info_box .btn{position: absolute;right: 30px;top: 25px;}

@media all and (max-width:767px){
	.map_info_box{padding: 20px;}
	.map_info_box .btn{position: relative;right: inherit;top: inherit;margin-top: 10px}
}


ul.blt2 li{display:block; padding-left:14px; background-image:url('/user_res/images/common/ul_depth2_bu.gif'); background-position:left 12px;background-repeat: no-repeat;float: none;margin-bottom: 3px;}

ul.blt3 li{display:block; padding-left:12px;float: none;margin-bottom: 3px;position: relative;}
ul.blt3 li::before{content: "";display: inline-block;width: 0;height: 0;border-top: 6px solid transparent;border-left: 11px solid #145ecf;border-bottom: 6px solid transparent;}
span.blt3{display:block; padding-left:12px;float: none;margin-bottom: 3px;position: relative;}
span.blt3::before{content: "";display: inline-block;width: 0;height: 0;border-top: 6px solid transparent;border-left: 6px solid #145ecf;border-bottom: 6px solid transparent;position: absolute;left: 0;top: 5px;}



/* 탭메뉴 콘텐츠 */
.tab_menu.hasCon{position: relative;}
.tabCon{display: block;clear: both;padding-top: 5px;}


.guideText{width: 100%;position: relative;padding: 45px 45px 40px 45px;background-color: #f3f6fc;overflow: hidden;}
.guideText dt{display:inline-block;height: 100%;font-size: 22px;font-weight: bold;color: #145ecf;float: left;padding: 0 30px 0 0;position: relative;margin-right: 20px;border-right: 1px solid #c2c9d7;margin-top: -5px;}
.guideText.hasIc dt{padding: 0 30px 0 72px;}
.guideText.hasIc dt::before{content: "";display: inline-block;width: 56px;height: 56px;border-radius: 50%;background-color: #145ecf;background-position: center center;background-repeat: no-repeat;position: absolute;top: -12px;left: 0;}
.guideText dd{display: inline;}
@media all and (max-width:767px){
	.guideText{padding: 35px 20px 20px 20px}
	.guideText dt{display: block;float: none;margin-right: 0;margin-bottom: 10px;border-right: none;}
	.guideText.hasIc dt{margin-bottom: 35px;}
}

	/* 탭 셀렉트 변환 */
	.mb_tab{border:0}
	.mb_tab ul li{width:100%}
	.mb_tab ul.li4 li{width:100%}
	.mb_tab ul.li4 li a{margin:0 5px}
	.mb_tab{position:relative;padding:0}
	.mb_tab .selet_txt{position:relative;display:block;width:100%;height:41px;color:#333;font-weight:bold;text-decoration:none;background:#fff;border:1px solid #dadee6}
	.mb_tab .selet_txt::after{position:absolute;right:10px;top:12px;width:9px;height:15px;content:'';background:url(/user_res/images/common/tab_menu_type2_arrow.png) no-repeat;}
	.mb_tab .selet_txt.on{color:#fff;background-color: #005aab}
	.mb_tab .selet_txt.on::after{background:url(/user_res/images/common/tab_menu_type2_arrow_on.png) no-repeat;width: 15px;height: 9px;top: 15px;}
	.mb_tab ul{display:none;position:absolute;top:40px;left:0;padding:5px 0 4px 0;width:100%;background:#fff;border:1px solid #dadee6;z-index:10}
	.mb_tab ul li{text-align:left}
	.mb_tab ul li a{display:block;margin:0 2px 0 5px;padding:10px 45px 10px 10px;height:auto;text-decoration:none;background:#fff }
	.mb_tab li a::after{top:10px;right:10px}
	
	.tabTxt01 ul li a{padding:10px 40px 0 15px;height:45px}
	.tabTxt01 li a::after{top:12px;right:12px}

/* 텍스트 탭메뉴 유형01 - 최대 7칸 */
.tabTxt01{margin-bottom:30px;position: relative;z-index: 50;}
.tabTxt01 ul:after{display:block;clear:both;content:'';}
.tabTxt01 ul li{position:relative;float:left;margin:-1px 0 0 -1px;}
.tabTxt01 ul li:hover{}
.tabTxt01 ul li a{position:relative;display:block;padding:18px 45px 0 20px;height:60px;font-size:16px;background:#fff;border:1px solid #dadada;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;transition: all 0.3s;-moz-transition: all 0.2s; -webkit-transition: all 0.2s;-o-transition: all 0.2s;}
.tabTxt01 ul li a:focus, .tabTxt01 li a:hover{color:#fff;font-weight:bold;background:#0d4787;border-color: #0d4787}
.tabTxt01 ul li a.on,.tabTxt01 li a.on:hover,.tabTxt01 li a.on:focus{color:#fff;font-weight:bold;background:#0d4787;border-color:#0d4787;}
.tabTxt01 ul li a.on::after,.tabTxt01 li a:hover::after,.tabTxt01 li a:focus::after{background-position:-261px -336px;border:1px solid #cce3f7}

/* 전체 사이트 텍스트 사이즈 조정 */
#textSize{display:inline-block;height: 23px;margin-right: 28px;position:relative;}
#textSize:after{content:'';position:absolute;top: 6px;right: -15px;display:block;height: 18px;width:2px;background-color: #b2b2b2;}
#textSize li{display:inline-block;height: 31px;line-height: 28px;font-size: 14px;}
#textSize li:nth-child(2){line-height: 32px;vertical-align: top;}
#textSize li a{line-height: 23px;color: #2e2e2e;font-size: 37px;font-weight: 700;}
#textSize li a:hover{color: #ef5705;}       

.coronasp{}
.coronasp h3{font-weight:bold;color:#145ecf;font-size:20px;border-bottom:1px solid #e5e5e5;margin-bottom:10px;padding-bottom:5px} 
.coronasp th{background-color:#68c9f5;border-right:1px solid #ffffff} 
.coronasp th:last-child{border-right:0} 
.coronasp td{text-align:center;border-right:1px solid #d2d2d2}   
.coronasp td:last-child{border-right:0}                                                                  