@charset "utf-8";
@import url(reset.css);
@import url(common.css);

/* 공통 - contents */
.contents {
  width: 100%;
  min-height: 100%;
  padding: 92px 15px 130px 215px;
  box-sizing: border-box;
}

/* 퀵메뉴 있는 컨텐츠 */
.quick-contents {
  padding-right: 110px;
}

/* 공통 - 큰 제목 */
.subtitle-box {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #aaa;
}

.subtitle-box h2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.popup-contents .subtitle-box {
  padding: 12px 0;
}

.subtitle-favo {
  width: 19px;
  margin-top: -3px;
  text-indent: -9999px;
  background-image: url("../img/contents/ico-favo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.subtitle-favo.off {
  background-image: url("../img/contents/ico-favo-off.png");
}

.subnav-box {
  margin-top: -7px;
}

.subnav-box li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  width: 4px;
  height: 7px;
  background: url("../img/contents/ico-title-arrow.png") 0 0 no-repeat;
}

.subnav-box li a {
  font-size: 11px;
  color: #666;
}

/* 공통 - 큰 제목 우측 버튼 */ 
.title-btn-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title-btn-right span {
  margin-left: 3px;
}

/* 공통 - 제목없는 우측 버튼 */ 
.sub-btn-right {
  padding-bottom: 4px;
  text-align: right;
}

/* 공통 - 하단 우측 버튼 */
.foot-btn-right {
  padding-top: 10px;
  text-align: right;
}

/* section */
.section {
  position: relative;
  padding-top: 10px;
}

/* sch table */
.table-box-sch {
  padding: 5px 20px 5px 0;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.table-box-sch table {
  table-layout: fixed;
}

.table-box-sch th {
  padding-right: 8px;
  text-align: right;
  font-size: 12px;
  font-weight: 900;
  color: #000;
  vertical-align: middle;
}

.table-box-sch td {
  padding: 3px 0;
  font-size: 12px;
  color: #333;
  vertical-align: middle;
}

.date li {
  position: relative;
  display: inline-block;
}

.date li:last-child:before {
  content: '~';
  display: inline-block;
  padding: 0 4px;
  font-size: 12px;
}

.calendar, .search-box a, .note-box > a  {
  display: inline-block;
  vertical-align: middle;
  margin: 1px 0 1px 2px;
  width: 20px;
  height: 22px;
  text-indent: -9999px;
  border: 1px solid #888;
  box-sizing: border-box;
  border-radius: 2px;
}

.calendar {
  background: url("../img/common/ico-date.png") center #fff no-repeat;
}

.calendar:active {
  background-image: url("../img/common/ico-date2.png");
}

.date .calendar {
  vertical-align: top;
}

.note-box > a {
  vertical-align: top!important;
  background: url("../img/common/ico-note.png") center #fff no-repeat;
}

.note-box > a:active {
  background-image: url("../img/common/ico-note2.png");
}

.note-box .btn-small-close {
  vertical-align: top;
  margin-left: 2px;
}

.combo-box li {
  position: relative;
  display: inline-block;
}

.slash-box li:first-child:after {
  content: '/';
  font-size: 12px;
  color: #333;
  padding: 0 3px 0 7px;
}

.search-box {
  position: relative;
}

.search-box a {
  vertical-align: top!important;
  background: url("../img/common/ico-search-box.png") center #fff no-repeat;
}

.search-box a:active {
  background-image: url("../img/common/ico-search-box2.png");
}

/* 공통 - 작은제목 */
.section > h3 {
  position: relative;
  padding: 2px 0 6px 12px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  background: url("../img/contents/ico-title.png") 0 35% no-repeat;
}

.section > h3 > span {
  font-size: 13px;
  color: #000;
}

.etc {
  font-size: 11px !important;
  color: #333;
  text-align: right;
}

/* 공통 - 작은제목 우측 버튼 */
.sub-btn-right-t {
  position: absolute;
  font-size: 0;
  top: 8px;
  right: 0;
}

.sub-btn-right-t span {
  margin-left: 3px;
}

.section > .notice-txt,
.section > .notice-txt2,
.description-box .notice-txt,
.description-box .notice-txt2 {
  position: relative;
  padding: 0 0 7px 13px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.section > .notice-txt2 {
  padding-left: 0;
}

.section > .notice-txt:not(.notice-txt2):before,
.description-box .notice-txt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 2px;
  background-color: #7bad37;
}

/* 번호 있는 테이블 */
.table-box {
  border-top: 2px solid #ccc;
}

.tbl-list tr.select {
  background-color: #fff0ec;
}

.tbl-list tr.notice td {
  font-weight: 900;
}

.tbl-list tr.notice .notice-label {
  color: #ff5200 !important;
}

.tbl-list tr:hover {
  background-color: #fff0ec;
}

.tbl-list.none-hover tr:hover {
  background-color: #fff;
}

.tbl-list td > a:hover {
  text-decoration: underline;
  color: #407293; 
}

.link-hover:hover {
  text-decoration: underline;
  color: #407293; 
}

.tbl-list th, .tbl-list td {
  font-size: 12px;
  border: 1px solid #e6e6e6;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}

.tbl-list th {
  padding: 7px 0 6px;
  color: #222;
  font-weight: 900;
  background-color: #f8f8f8;
  border-top: 0;
  border-bottom: 0;
}

.tbl-list th.btn-handle {
  background: url("../img/contents/ico-th-handle.png") calc(100% - 3px) 50% #f8f8f8 no-repeat;
}

.tbl-list td {
  height: 30px;
  padding: 6px 10px;
  color: #333;
}

/* .tbl-list td a {
  display: inline-block;
  vertical-align: middle;
} */

.tbl-list2 td {
  padding: 3px 10px;
}

td .tbl-list th, td .tbl-list td {
  text-align: center !important;
  padding-left: 0;
  padding-right: 0;
}

/* 공통 - 숫자있는 pagination */
.tablepaging-box {
  position: relative;
  margin-top: -1px;
  padding: 4px 0;
  border: 1px solid #e6e6e6;
  border-top-color: #ccc;
  border-bottom-color: #ccc;;
}

.tablepaging-box .total {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  color: #888;
}

.pagination {
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.5px;
}

.pagination li a, .pagination li span {
  position: relative;
  font-size: 11px;
  color: #5a5a5a;
}

.pagination li img.active {
  display: none;
}

.pagination > li > a:active img.active {
  display: inline-block;
}

.pagination > li > a:active img.passive {
  display: none;
}

.pagination ol {
  margin-top: -3px;
}

.pagination ol li {
  width: 22px;
  text-align: center;
  box-sizing: border-box;
}

.pagination ol li.on a {
  color: #ff6221;
  font-weight: bold;
}

.pagination ol li:hover a {
  color: #ff6221;
  font-weight: bold;
}

.pagination ol li.on a:before,
.pagination ol li:hover a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff6221;
}

.tablepaging-input-box {
  padding: 3px 0;
  margin-bottom: -1px;
}

.tablepaging-input-box li span {
  padding: 0 2px;
  display: block;
}

.pagination-number {
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: baseline !important;
}

.date-wrap .calendar {
  vertical-align: top;
}

/* 공통 - colspan있는 테이블 */
.tbl-form {
  table-layout: fixed;
  margin-top: -1px;
}

.tbl-form tr:last-child th, .tbl-form tr:last-child td {
  border-bottom-color: #ccc;
}

.tbl-form th, .tbl-form td {
  height: 30px;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.tbl-form th {
  font-weight: 900;
  color: #222;
  padding-left: 10px;
  background-color: #f8f8f8;
}

.tbl-form td {
  /* padding: 3px 13px 3px 5px; */
  padding : 5px 10px;
}

.tbl-form-list th, .tbl-form-list td {
  border-bottom: 1px solid #e6e6e6 !important;
}

.radio-wrap li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

.radio-wrap li:last-child {
  padding-right: 0;
}

/* 파일첨부 */
.file-wrap {
  position: relative;
  text-align: left;
  font-size: 0;
}

.file-wrap > input {
  display: inline-block;
  vertical-align: middle !important;
}

.file-wrap span {
  /*margin-left: 3px; */
  display: inline-block;
  vertical-align: middle !important;
}

.file-number {
  padding-left: 10px;
}

.file-number {
  font-size: 12px;
  color: #333;
}

.file-wrap .etc {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.file-result-box {
  margin-top: 5px;
  width: 100%;
  min-height: 32px;
  padding: 6px 8px 0;
  text-align: left;
  box-sizing: border-box;
  overflow-y: auto;
  border-radius: 2px;
  font-size: 0;
  border: 1px solid #bbb;
}

.file-name {
  display: inline-block;
  vertical-align: middle;
  min-height: 17px;
  margin-bottom: 4px;
  padding: 0 13px 0 22px;
  background: url(../img/contents/pdf.gif) no-repeat;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  line-height: 14px;
}

.file-link a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/*
.file-link a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #555;
}
*/

.file-result-box .file-name .file-close {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.progress {
  width: 100%;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 2px;
  background-color: #ddd;
}

.progress-bar {
  display: block;
  height: 100%;
  background-color: #7bad37;
  border-radius: 1px;
}

.row-file-total {
  position: relative;
  background-color: #f3f3f3;
  text-align: left !important;
}

.row-file-total .btn-small-basic {
  position: absolute;
  right: 10px;
  top: 2px;
}

.tbl-form2 td {
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
}

.tbl-form2 td p {
  padding: 5px 0;
}

.tbl-form2 td a img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.reply {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 1px 0 0;
}

.re-reply {
  padding-left: 14px;
}

.re2-reply {
  padding-left: 28px;
}

.section-two > .section:not(.section-tree),
.section-left {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 280px);
}

.section-tree {
  float: left;
  width: 270px;
  height: 100%;
  margin-right: 10px;
}

.tree-box {
  border: 1px solid #ccc !important;
  background-color: #fff;
  height: 660px;
  box-sizing: border-box;
  padding: 7px;
  margin-top: 0 !important;
}

.tree-folder { 
  background-image: url("../img/contents/ico-folder.png");
  width: 13px;
  height: 20px;
  padding-left: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size:12px;
  display:inline-block;
}

.tree-document {
  background-image: url("../img/contents/ico-document.png");
  width: 13px;
  height: 20px;
  padding-left: 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size:12px;
  display:inline-block;
}

.radio-on {
  display: none;
}

.tree-box2 {
  min-height: 370px;
}


.section-two-right > .section-left {
  float: left;
  box-sizing: border-box;
  width: 350px;
  margin-right: 20px;
}

.section-two-right .section-tree {
  float: right;
  width: calc(100% - 370px);
  min-width: 400px;
  box-sizing: border-box;
  margin: 0;
}

/* 레이어 팝업 */
.layer-popup {
  position: relative;
  width: 510px;
  height: 530px;
  box-sizing: border-box;
  border: 2px solid #2a3942;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}

.layer-popup > h2 {
  padding: 9px 15px 10px;
  color: #fff;
  font-size: 13px;
  background-color: #2a3942;
}

.layer-popup > .close {
  position: absolute;
  right: 15px;
  top: 5px;
}

.layer-popup textarea {
  min-height: 425px;
}

.layer-popup-l {
  width: 1060px;
  height: 740px;
  overflow-y: auto;
}

.layer-popup-m {
  width: 800px;
  height: 600px;
  overflow-y: auto;
}


.layer-popup-ml {
  width: 1060px;
  height: 600px;
  overflow-y: auto;
}

.popup-contents {
  padding: 0 15px 10px;
}

.popup-contents > .section:last-child {
  padding-bottom: 0;
}

.graph {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin-bottom: 10px;  
}

.search-result-box {
  width: 100%;
  min-height: 132px;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 0;
}

.search-result-box span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
  min-width: 200px;
  height: 20px;
  line-height: 18px;
  padding: 0 22px 0 7px;
  font-size: 12px;
  color: #5a5a5a;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #ddd;
}

.search-result-box span.on {
  background-color: #ffece7;
}

.search-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  padding: 0 5px;
  transform: translateY(-52%);
}

.vertical-search-box {
  margin-top: 3px;
}

.vertical-search-box .search-result-box {
  width: calc(100% - 63px) !important;
}

.vertical-search-box .search-result-box,
.vertical-search-box .vertical-btn-wrap {
  display: inline-block;
  vertical-align: bottom;
}

.vertical-search-box .search-result-box > span {
  margin-right: 0;
  display: block;
}

.search-autocomplete {
  /* display: none; */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 25px;
  min-width: 335px;
  height: 123px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
  background-color: #fff;
}

.search-autocomplete ul {
  height: 100px;
  overflow-y: auto;
}

.search-autocomplete li {
  height: 20px;
  padding: 0 5px;
  line-height: 18px;
  box-sizing: border-box;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
}

.search-autocomplete li.select-item {
  background-color: #fff0ec;
}

.search-autocomplete li:hover {
  background-color: #fff0ec;
}

.search-autocomplete li span:after {
  content: '/';
  font-size: 12px;
  color: #333;
  padding-left: 3px;
}

.search-autocomplete li span:last-child:after {
  display: none;
}

.search-autocomplete .close {
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: url("../img/common/ico-close.png") 0 0 no-repeat;
}

.search-none-data {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 25px;
  min-width: 137px;
  height: 26px;
  box-sizing: border-box;
}

.search-none-data span {
  position: relative;
  display: inline-block;
  height: 20px;
  line-height: 19px;
  padding: 0 10px;
  margin-top: 5px;
  background-color: #333;
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
  box-sizing: border-box;
}

.search-none-data span:before {
  content: '';
  position: absolute;
  top: -5px;
  width: 0px;
  height: 0px;
  border-top: 5px solid none;
  border-bottom: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid  transparent;
}

.row-ins {
  background-color: #e5f5ff;
}

.row-del {
  background-color: #e5f5ff;
}

.row-total {
  background-color: #ebf7da !important;
}

/* 캘린더 */
.calender {
  float: left;
  padding-top: 10px;
  box-sizing: border-box;
  width: calc(57% / 2 - 15px);
}

.calender.on {
  width: 43%;
  margin: 0 14.5px;
  padding: 10px 5px 5px;
  background-color: #eee;
  border: 1px solid #bbb;
  border-radius: 2px;
}

.calender h3 {
  padding-bottom: 10px;
  text-align: center;
  color: #888;
  font-size: 14px;
  font-weight: bold;
}

.calender.on h3 {
  color: #000;
}

.calender .btn-small-popup {
  top: -3px;
}

.calender .btn-small-popup img {
  margin-top: -2px;
}

.calender .table-box,
.big-calender .table-box {
  border-bottom: 1px solid #ccc !important;
}

.calender .table-box th, .calender .table-box td,
.big-calender .table-box th, .big-calender .table-box td               {
  border-left: 0;
  border-bottom: 0;
}

.calender .sun, .big-calender .sun,
.calender .holiday, .big-calender .holiday {
  border-left: 1px solid #ccc !important;
}

.calender .sat, .big-calender .sat {
  border-right: 1px solid #ccc !important;
}

.calender .table-box td.disabled,
.big-calender .table-box td.disabled {
  background-color: #f8f8f8;
}

.calender .day {
  font-size: 12px;
  color: #333;
}

.calender .sun .day,
.calender .table-box th.sun,
.big-calender .sun .day,
.big-calender .table-box th.sun,
.calender .holiday .day,
.calender .table-box th.holiday,
.big-calender .holiday .day,
.big-calender .table-box th.holiday
 {
  color: #d43134;
}

.calender td,
.big-calender td {
  background-color: #fff;
}

.calender .sat .day,
.calender .table-box th.sat,
.big-calender .sat .day,
.big-calender .table-box th.sat {
  color: #407293;
} 

.calender .table-box td.on {
  position: relative;
  background-color: #407293;
  cursor: pointer;
}

.calender .table-box td.on:active {
  background-color: #264a62;
}

.calender .table-box td.on .calender-more {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.calender .table-box td.on .day {
  color: #fff;
  font-weight: bold;
}

.month span img {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 2px 0;
}

.print .notice-txt {
  position: relative;
  padding-top: 5px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}

.etc-box {
  border-radius: 3px;
  padding: 10px;
  font-size: 12px;
  color: #333;
  line-height: 1.7;
  background-color: #f8f8f8;
}
/* 
.unbalance-twoban > .table-box,
.unbalance-left {
  width: calc(50% - 17px);
} */

.unbalance-twoban {
  position: relative;
}

.unbalance-twoban:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}

.unbalance-left, .unbalance-right {
  width: calc(50% - 17px);
}

.unbalance-left {
  float: left;
}

.unbalance-right {
  float: right;
}

.sec-centerbtn-50p {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.sec-centerbtn-50p li {
  margin: 4px 0;
}

/* 한개짜리 캘린더*/
.big-calender h3, .pop-calender h3, .menu-month h3 {
  padding: 0 20px;
  font-size: 16px;
  margin-top: -2px;
  font-weight: bold;
  color: #000;
}

.big-calender .month img {
  margin-top: -2px;
}

.big-calender .table-box th {
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #ccc !important
}

.big-calender .table-box td {
  padding: 10px;
  height: 98px;
  vertical-align: top;
  box-sizing: border-box;
}

.big-calender .day {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  font-size: 13px;
  color: #666;
}

.big-calender .day-wrap {
  position: relative;
  min-height: 15px;
  padding-left: 17px;
  text-align: right;
  color: #d43134;
  font-size: 12px;
}

.big-calender .reserve {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.big-calender ul {
  text-align: left;
}

.big-calender li {
  position: relative;
  padding: 5px 0 0 40px;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.big-calender li > a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.big-calender li .time {
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 900;
  font-size: 12px;
  color: #ff5200;
}

.reserve-calender td {
  position: relative;
}

.reserve-calender li {
  padding-left: 0;
}

.reserve-calender li .time {
  position: static;
  display: block;
  padding-bottom: 5px;
}

.reserve-calender .search-box {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* 법률용어 */
.table-box-keyword {
  padding: 12px 0 8px 28px;
}

.keyword li {
  font-size: 0;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.keyword li a {
  font-size: 12px;
  color: #000
}

.keyword li.on a {
  position: relative;
  color: #ff5200;
  font-weight: 900;
}

.keyword li.on a::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff5200;
}

.section-two2 > .section {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 390px);
}

.section-tree2 {
  width: 380px !important;
  margin-right: 10px;
}

.section-two3 > .section {
  float: left;
  box-sizing: border-box;
  width: calc(100% - 240px);
}

.section-tree3 {
  width: 230px !important;
  margin-right: 10px;
}

/* 윤리경영 > Html페이지 */
.fraud-box {
  border: 1px solid #ccc;
  padding:10px;
}


/* 탭 */
.contents-tab-box ul {
  border-bottom: 1px solid #ccc;
}

.contents-tab-box li {
  float: left;
  margin-right: 3px;
  border-radius: 2px;
}

.contents-tab-box li:last-child {
  margin-right: 0;
}

.contents-tab-box li a {
  display: block;
  min-width: 80px;
  height: 30px;
  padding: 0 10px;
  margin-bottom: -1px;
  line-height: 28px;
  background-color: #ddd;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px 2px 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #888;
  text-align: center;
}

.contents-tab-box li.on a {
  background-color: #fff;
  color: #407293;
  border-bottom: 0;
}

.search-tag .label {
  display: block;
  position: absolute;
  left: 10px;
  min-width: 60px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #7bad37;
  box-sizing: border-box;
  border-radius: 50px;
}

.search-tag ul {
  padding: 1px 0 0 68px;
}

.search-tag li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
  font-size: 12px;
  color: #333;
}

.search-tag li:after {
  content: ',';
  font-size: 12px;
  color: #333;
}

.search-tag li:last-child:after {
  display: none;
}

.comment {
  margin-top: 10px;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8 ;
}

.comment-top {
  padding: 11px;
}

.comment-top h2 {
  padding-bottom: 8px;
  font-size: 11px;
  color: #5a5a5a;
  font-weight: bold;
}

.comment-top h2 span {
  font-size: 11px;
  font-weight: bold;
  color: #ff5200;
}

.comment-box {
  position: relative;
}

.comment-box textarea {
  padding: 5px;
  width: calc(100% - 70px);
  height: 50px;
  background-color: #fff;
}

.comment-box textarea::placeholder,
.comment-box textarea:-ms-placeholder {
  color: #888;
}

.comment-box .btn-comment {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 71px;
  height: 50px;
  text-align: center;
  background-color: #fff;
}

.comment-box .btn-comment a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  border: 1px solid #888;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: bold;
  color: #5a5a5a;
  border-radius: 0 2px 2px 0;
}

.comment-list li {
  padding: 13px 11px 10px;
  border-top: 1px solid #e6e6e6;
}

.comment-list li strong {
  font-size: 11px;
  font-weight: bold;
  color: #222;
}

.comment-list li .text {
  padding-top: 10px;
  color: #333;
  font-size: 11px;
}

.comment-list li .comment-box {
  margin-top: 8px;
}

.comment-list li .date {
  margin-left: 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #c4c4c4;
  font-size: 11px;
  color: #888;
  line-height: 1;
}

.comment-btn-wrap {
  padding-left: 7px;
}

.comment-btn-wrap span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.comment-write, .comment-del {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-indent: -9999px;
  border-radius: 2px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.comment-write.disabled, .comment-del.disabled {
  background-color: #ddd;
}

.comment-clear {
  margin-left: 7px;
  font-size: 11px;
  color: #d43134;
}

.comment-write {
  background-image: url("../img/contents/ico-comment-write.png");
}

.comment-del {
  background-image: url("../img/contents/ico-comment-del.png");
}

.tbl-form .comment {
  margin: 8px 0;
}

.tbl-form .comment-top > h2 {
  display: inline-block;
  vertical-align: middle;
}

.tbl-form .comment-list li .text .emoticon-img {
  padding-right: 5px;
}

.emoticon {
  display: inline-block;
  vertical-align: super;
}

.emoticon li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.emoticon li img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.scroll, .scroll-10000, .scroll-3000, .scroll-5000 {
  overflow-x: auto;
}

.scroll table {
  width: 2000px;
}

.scroll-10000 table {
  width: 10000px;
}

.scroll-3000 table {
  width: 3000px;
}

.scroll-5000 table {
  width: 5000px;
}

/* 목업 */
.new-post {
  display: none;
}

.default-table input, .default-table textarea, 
.default-table .select, .default-table .radio + .radio-label:before {
  background-color: #ddd;
  color: #888;
  cursor: not-allowed;
}

.detail-table, .sub-detail-table {
  display: none;
}

.popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  padding: 10px 20px 0;
  box-sizing: border-box;
  background-color: #fff;
}

.new-post textarea, .detail-post textarea, .popup textarea {
  height: 90px;
}

.sub-btn-right2 {
  padding: 0 20px 20px;
}

.table-etc li {
  padding: 0 0 15px 10px;
}

.table-etc li h2 {
  position: relative;
  padding-bottom: 7px;
  font-size: 12px;
  color: #333;
  font-weight: bold;
}

.table-etc li h2:before {
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  left: -8px;
  top: 6px;
  background-color: #333;
}

.table-etc li p {
  font-size: 12px;
  color: #333;
}

.long-result-box {
  width: calc(100% - 63px) !important;
}

.long-result-box > span {
  display: block !important;
}

.agree-box {
  width: 100%;
  height: 250px;
  padding: 15px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  overflow-y: scroll;
}

.agree-box h3 {
  padding-bottom: 10px;
  font-size: 13px;
}

.agree-box h3 span {
  display: block;
  padding-bottom: 5px;
}

.agree-box p {
  padding-bottom: 15px;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
}

.agree-box p strong {
  font-size: 14px;
}

.img-wrap img {
  max-width: 100%;
}


/* select over */
.select-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 22px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #bbb;
  background: url("../img/common/ico-select-arrow.png") 97% 7px #fff no-repeat;
  margin: 1px 0 !important;
}

.select-list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: #333;
  box-sizing: border-box;
}

.select-list.open {
  border-color: #407293;
}

.select-list ul {
  display: none;
  position: absolute;
  top: 18px;
  z-index: 1;
  left: -1px;
  width: 200px;
  box-sizing: border-box;
  border: 1px solid #407293;
  border-radius: 2px;
  background: white;
  /*max-height: 400px;
  overflow-y:auto;*/
}

.select-list ul li {
  position: relative;
}

.select-list ul li a {
  height: 20px;
  background-color: #fff;
}

.select-list ul li:hover a {
  background-color: #ffece7;
}

.select-list ul li:hover > .sub-select-list {
  display: block;
} 

.sub-select-list {
  display: none;
  position: absolute;
  left: 199px;
  top: 0;
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow:1px 1px 4px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

span.status {
  color: #407293;
  font-weight: bold;
}

span.status-fail {
  color: #d43134;
  font-weight: bold;
}

.expenditure {
  width: 755px;
}

/* 
.select-list li {
  display: none;
}
.select-list li:first-child {
  display: block;
}

.select-list li a {
  display: block;
  width: 100%;
  height: 20px;
  padding: 0 5px;
  line-height: 18px;
  box-sizing: border-box;
}


.select-list:hover {
  height: 100%;
}

.select-list:hover li {
  display: block;
} */

.lottery_box img {
  display:inline-block;
  width:150px; 
  height:150px; 
  padding:10px 0;
}

/* quick menu */
.quick-menu {
  position: absolute;
  right: 15px;
  top: 142px;
  width: 80px;
  box-sizing: border-box;
  box-shadow: 2px 0px 5px rgba(0,0,0,0.1);
}

.quick-menu h2 {
  padding: 12px 0;
  text-align: center;
  background-color: #264a62;
  font-size: 11px;
  border-radius: 3px 3px 0 0;
  color: #fff;
}

.quick-menu div {
  border: 1px solid #ccc;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0 0 3px 3px;

}

.quick-menu .refresh {
  display: block;
  height: 33px;
  border-bottom: 1px solid #ccc;
  padding-left: 17px;
  line-height: 30px;
  text-align: center;
  font-size: 11px;
  color: #5a5a5a;
  background: url("../img/contents/ico-refresh.png") 10px 50% no-repeat #fff;
  box-sizing: border-box;
}

.quick-menu li {
  width: 100%;
  height: 64px;
  padding: 15px 0;
  font-size: 11px;
  color: #5a5a5a;
  text-align: center;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background-color : #fff;
}

.quick-menu li a {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #333;
}

.quick-menu li a:hover {
  text-decoration: underline;
  color: #407293; 
}

.quick-menu li span {
  font-weight: 900;
}

.quick-menu .dashed-list li {
  background-color: #f8f8f8;
  border-bottom: 1px dashed #ccc;
}

.bg-list li {
  background-color: #fff0ec;
}

.graph-wrapper, .graph-wrapper2 {
  position: relative;
  width: 300px;
  margin: auto;
  height: 100%;
  box-sizing: border-box;
}

.grid-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
}

.graph-wrapper .number , .graph-wrapper2 .number {
  position: relative;
  display: block;
  font-size: 11px;
}

.graph-wrapper .number:after, .graph-wrapper2 .number:after {
  content: '';
  position: absolute;
  background-color: #333;
}

.graph-wrapper3 {
  position: relative;
  width: 300px;
  margin: auto 0 auto 32%;
  height: 100%;
  box-sizing: border-box;
}

.graph-wrapper3 .number {
  position: relative;
  display: block;
  font-size: 11px;
}

.graph-wrapper3 .number:after {
  content: '';
  position: absolute;
  background-color: #333;
}

.y-axis {
  position: absolute;
  left: -110px;
  bottom: 0;
  height: 100%;
  width: 100px;
  text-align: right;
}

.y-axis .number {
  height: 30px;
}

.y-axis .number:after {
  width: 7px;
  height: 1px;
  right: -11px;
  top: 6px;
}

.x-axis {
  position: absolute;
  left: 1px;
  bottom: -33px;
  width: 100%;
  height: 20px;
  text-align: right;
  font-size: 0;
}

.x-axis .number {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  float:left;
  right:-9px
}

.x-axis .number:after {
  width: 1px;
  height: 7px;
  top: -13px;
  right: 10px;
}

.graph-wrapper3 .x-axis .number {
  width: 60px;
  float:left;
  right:-9px;
  text-align:right;
} 

.number-0 {
  width: auto !important;
}

.x-axis .number.number-1st:before {
  content:'0';
  display:inline-block;
  position:absolute;
  top:0;
  left:-10px;
}

.graph-wrapper3 .x-axis .number:after {
  right:10px;
  left: initial;
}

.x-axis .number:after {

}

.bar {
  width: 1%;
  position: absolute;
  left: 1px;
  bottom: 0;
  height: 15px;
  background-color: #407293;
  margin-bottom: 3px;
}

.bar span {
  font-size: 11px;
  position: absolute;
  left: 100%;
  margin-left: 5px;
  color: #333;
}

.graph-wrapper2 .bar {
  background-color: #ffece7 !important;
}

.y-axis {
  position: absolute;
  left: -110px;
  bottom: 0;
  height: 100%;
  width: 100px;
  text-align: right;
}

.graph-wrapper3 .y-axis {
  left:-150px;
  width:140px;
}

.text-box {
  background: #fff;
  width: 100%;
  min-height: 50px;
  padding: 5px;
  border: 1px solid #bbb;
  box-sizing: border-box;
  font-size: 12px;
  color: #555;
  line-height: 1.5;
  border-radius: 2px;
  margin-bottom:10px;
}

.text-box-line {
  border: 1px solid #e6e6e6;
  min-height: 30px;
  box-sizing: border-box;
  padding:10px;
  font-size:12px;
  line-height: 16px;  
}

.poster {
  position:relative;
  display:block;
  height:30px;
}

.img-title {
  width: 308px;
  height: 21px;
  /*&background-image: url("../img/contents/title_0.gif");*/
  background-repeat: no-repeat;
  background-position: right;
  margin-top:10px;
  position: absolute;
  right:0px;
  display:block;
}


.new-ico {
  width: 29px;
  padding-right: 34px;
  background-image: url("../img/contents/ico-new.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

/*주간식단표 테이블*/
.menu td {
  height: 90px;
  line-height: 18px;
  text-align: center;
}

.menu td textarea {
  height: 120px;
}



/****** Main : 200706 ******/ 

.main-wrap {
  padding:0; /*patch.css랑 겹침*/
  min-width: 800px;
} 

.main-wrap > .main-section:first-child {
  margin-top: 10px;
}

/* visual */ 
.main-visual {
  position: relative;
  width: 100%;
  height: 187px;
  padding: 28px 30px;
  text-align: left;
  box-sizing: border-box;
  margin-top:10px;
}

.main-visual.sub1 {
  background: #f3f3f3 url("../img/main/main-sub1.png") 100% 100% no-repeat;
  background-size: auto 100%;
}

.main-visual.sub2 {
  background: #f3f3f3 url("../img/main/main-sub2.png") 100% 100% no-repeat;
  background-size: auto 100%;
  height: 340px;
  padding: 88px 70px;
}

.main-visual.sub3 {
  background: #f3f3f3 url("../img/main/main-sub3.png") 100% 100% no-repeat;
  background-size: auto 100%;
  height: 340px;
  padding: 88px 70px;
}

.main-visual.sub4 {
  background: #f3f3f3 url("../img/main/main-sub4.png") 100% 100% no-repeat;
  background-size: auto 100%;
  height: 340px;
  padding: 88px 70px;
}

.main-visual.sub5 {
  background: #f3f3f3 url("../img/main/main-sub5.png") 100% 100% no-repeat;
  background-size: auto 100%;
}

.main-visual.sub6 {
  background: #f3f3f3 url("../img/main/main-sub6.png") 100% 100% no-repeat;
  background-size: auto 100%;
}

.main-visual.sub8 {
  background: #f3f3f3 url("../img/main/main-sub8.png") 100% 100% no-repeat;
  background-size: auto 100%;
  height: 340px;
  padding: 88px 70px;
}

.main-visual.sub9 {
  background: #f3f3f3 url("../img/main/main-sub9.png") 100% 100% no-repeat;
  background-size: auto 100%;
  height: 340px;
  padding: 88px 70px;
  
}

.main-visual.sub10 {
  background: #f3f3f3 url("../img/main/main-sub10.png") 100% 100% no-repeat;
  background-size: auto 100%;
  padding: 20px 30px;
}

.main-visual.sub11 {
  background: #f3f3f3 url("../img/main/main-sub11.png") 100% 100% no-repeat;
  background-size: auto 100%;
  height: 340px;
  padding: 88px 70px;
}

.main-txt {
  position: relative;
  z-index: 2;
}

.main-txt .txt1 {
  margin-bottom:5px;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}

.main-txt .txt2 {
  font-size: 38px;
  font-weight: 800;
  color: #2a3942;
}

.main-txt .txt2 strong {
  color: #d43134;
  font-weight: 800;
}

.main-txt .txt-desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* main-section style */

.main-section {
  position: relative;
  margin-top: 17px;
}

.main-row {
  position: relative;
  margin-right: -30px;
}

.main-box {
  box-sizing: border-box;
  position: relative;
}

.main-row .main-box {
  float: left;
  padding-right: 30px;  
}

.main-box.border-right:after,
.main-box.border-left:after{
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  top:0;
  background: #e6e6e6;
}

.main-box.border-right:after{
  right:0px;
}

.main-box.border-left:after {
  left:0px;
}

.link-map-box .main-box.border-right:after {
  right:30px;
}

.link-map-box .main-box.border-left:after {
  left:-30px;
}

.main-section h3 {
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  color: #222222; 
  border-bottom: 1px solid #888888;
}

.main-section h3 > span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #407293;
}

.main-section h4 {
  font-size: 13px;
  color: #333333;
  font-weight: 800;
}

.main-section h4 > span {
  margin-left: 5px;
  font-size: 12px;
}


.main-section h3 > a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #222222;  
}

.main-section.link-map-box h3{
  border-bottom-width: 0;
}

.btn-wrap-right {
  z-index: 3;
  position: absolute;
  overflow: hidden;
  right: 0; 
  top: 0;
}

.main-row .btn-wrap-right {
  right: 30px;
}

.main-row .padding-r0 .btn-wrap-right {
  right: 0px;
}

.btn-sub-more {
  display:inline-block;
  padding-right: 20px;
  font-size: 12px;
  color: #5a5a5a;
  background: url("../img/main/btn-sub-more.png") 100% 50% no-repeat;
}

.border-solid {
  border: 1px solid #cccccc;
}

.border-top-dashed {
  border-top: 1px dashed #cccccc;
}

/* board style : basic - subject + date */

.main-board-2 {
  padding: 4px 0 0 !important;
  min-height:75px !important;
}

.main-board-2 li {
 padding: 2px 0 3px 18px !important;
}

/*리스트 기준 5개*/
.main-board {
  padding: 9px 0 0;
  min-height:160px;
}

.main-board li {
  position: relative;
  padding: 7px 0 5px 18px;
  font-size: 13px;
}

.main-board li:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: #666666;
}

.main-board li.none {
  margin-top:25px;
  text-align:center;
}

.main-board li.none:before, .main-board li.none:after {
  background: none;
}

.main-board a {
  display: table;
  width: 100%;
  font-size: 13px;
  table-layout: fixed;
}

.main-board p, 
.main-board span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
}

.main-board .subject {
  min-width: 250px;
  padding: 0 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px; 
}

.main-board a:hover p.subject {
  text-decoration: underline;
}

/* comment [N] */
.main-board .subject span {
  display: inline-block;
  padding: 0 0 0 3px;
  line-height: 20px;
  vertical-align: top;
}

.main-board .board-tag {
  display: inline-block;
  min-width: 25px;
  margin-right: 8px;
  padding: 0 10px;
  background: #fff0ec;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 450;
  line-height: 15px;
}

.main-board  .board-tag.tag2 {
  background: #e0f0cb;
}

.main-board  .board-tag.tag3 {
  background: #ddd;
}


/** board type **/
/* subject + date : none */
.main-board .subject {
  max-width: 75%;
}  

.main-board .date {
  text-align: right;
  width: 80px;
} 

/* subject + name + date : type2 */
.main-board.type2 .subject {
  max-width: 63%;
}  

.main-board.type2 .name{
  width: 17%;
}

.main-board .name{
  text-align: center;
  min-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;  
}

/* number + subject + name + date + parts : type3 */
.main-board.type3 .number {
  width: 8%;
  padding: 0 5px 0 0;
}

.main-board.type3 .subject {
  max-width: 55%;
}

.main-board.type3 .name{
  width: 12%;
}

.main-board.type3 .parts {
  width: 15%;
  text-align: left;
}

/* Main-Tab */
.main-section .contents-tab-box {
  position: relative;
  margin-top: -8px;
}

.main-section .contents-tab-box:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #888888;
}

.main-section .contents-tab-box ul {
  z-index: 2;
  position: relative;
  border-bottom: 1px solid transparent;
}

.main-section .contents-tab-box li {
  margin-right: -1px;
}

.main-section .contents-tab-box li a {
  font-size: 14px;
  height: 35px;
  line-height: 33px;
  padding:0 20px;
  color: #5a5a5a;
  background-color: #ffffff;
}

.main-section .contents-tab-box li.on a {
  background-color: #444444;
  color: #ffffff;
  border-bottom: 0;
  border-color: #444444;
}

/* quick box */

/*main-row side class*/
.main-quick-side {
  width: calc(100% - 230px);
}

.quick-box {
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 235px; 
  padding-left: 20px;
}

.quick-box h3{
  border: none;
}

.quick-link {
  padding-top: 8px;
}

.quick-link li {
  margin-bottom: 8px;
}

.btn_main_link {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  color: #5a5a5a;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  background: url(../img/main/ico-arr-main.png) 92% 50% no-repeat;
}

/* main - Swiper style */

/* page number current/total */
.main-section .swiper-pagination-fraction {
  font-size: 12px;
  line-height: 20px;
  margin-right: 7px;
  color: #888888;
}

.main-section .swiper-pagination-current {
  font-weight: 800;
  color: #5a5a5a;
}

/* swiper button */
.swiper-btn-wrap {
  width: 70px;
  overflow: hidden;
}

.swiper-btn-wrap span {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-btn-wrap span:hover{
  background-color: #f3f3f3;
}

.swiper-btn-wrap .btn-swiper-play{
  display: none; 
}

.swiper-btn-wrap .btn-swiper-play,
.swiper-btn-wrap .btn-swiper-stop{
  border-left-width: 0;
  border-right-width: 0;
}

.btn-swiper-prev {
  background-image: url(../img/main/ico-slider-prev.png);
}
.btn-swiper-play {
  background-image: url(../img/main/ico-slider-play.png);
}
.btn-swiper-stop {
  background-image: url(../img/main/ico-slider-stop.png);
}
.btn-swiper-next {
  background-image: url(../img/main/ico-slider-next.png);
}

/* birthday swipe */
.swiper-birthday {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-birthday .swiper-slide{
  box-sizing: border-box; 
  height: auto!important;
  padding: 12px 0 0!important;
}

.swiper-birthday .list-birthday li{
  box-sizing: border-box; 
  height: auto!important;
  padding: 10px 20px 10px 70px!important;
  background: #ffffff url(../img/main/ico-birth.png) 10px 50% no-repeat; 
}

.swiper-birthday .list-birthday li > p {
  margin: -2px 0 5px;
  font-size: 13px;
  font-weight: 600;
  color: #ff5200;
}

.swiper-birthday .list-birthday li span {
  font-size: 13px;
  color: #5a5a5a;
}

.swiper-birthday .swiper-slide .name {
  display:inline-block;
  margin-right: 5px;
  color: #222222;
  font-weight: 600;
}

/* Today menu :  diet */

.box-todaymenu {
  margin-top: 3px;
}

.box-todaymenu.type1 {
  padding: 20px 20px 18px;
}

.box-todaymenu.type2 {
  padding: 0;
}

.box-todaymenu .main-state {
  margin-right: -10px;
}

.box-todaymenu .main-state li {
  float: left;
  position: relative;
  margin-right: 10px;
  width: 32%;
  width: calc(100% / 3 - 10px);
  box-sizing: border-box;
}

.box-todaymenu .main-state li > a {
  overflow: hidden;
  display: block;
  width: 100%;
}

.box-todaymenu .main-state li:last-child {
  margin-right: 0;  
}

.ico-btn-sch {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/ico-search-box.png) 50% 50% no-repeat;
  font-size: 0;
}

.main-state .ico-btn-sch{
  position: absolute;
  top: 3px;
  right: 8px;
}

.tablebox {
  display: table;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}

.tablebox .table-items {
  display: table-cell;
  padding: 10px 20px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}

.tablebox .table-items:last-child {
  border-width:0;
}

.tablebox.ratio4 .table-items{
  width: 25%;
}

.box-todaymenu .table-items p{
  margin-bottom: 5px;
  font-size: 13px;
  color: #407293;
  font-weight: 600;
}

.box-todaymenu .table-items > span {
  display: block;
  padding: 1px 0 2px;
  font-size: 12px;
  text-align: center;
  word-break: keep-all;
}

/* link map box */
.main-section.link-map-box {
  overflow: hidden;
  padding: 18px 20px 10px;
 /* margin-right: -30px; */
  border: 1px solid #cccccc;
}
.main-section .link-map {
  float: left;
}

.main-section .link-map:last-child {
  margin-right:0;
}

.link-map ul {
  margin-top: 8px; 
  overflow: hidden;
}

.link-map li {
  display: inline-block;
  margin-bottom: 3px; 
  min-width: 110px;
}

.link-map a {
  position:relative;
  padding: 0px 5px 5px 10px;
  font-size: 12px;
  color: #5a5a5a;
}

.link-map a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 2px;
  height: 2px;
  background: #666666;
}

.link-map li > a:hover{
  text-decoration: underline;
}

/* calendar */
.main-section .calender.on {
  width:100%;
  margin: 15px 0;
}

.main-section .calender h3 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 0;
}

/* main statebox : a-main */
.main-state-box {
  padding: 10px 15px 5px;
  margin-top: 12px;
}

.main-state {
  overflow: hidden;
  font-size: 13px;
}

.main-state li{
  position: relative;
  overflow: hidden;
  padding: 3px 15px;
  margin-bottom: 8px;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.main-state li.total {
  background: #fff0ec;
}

.main-state li strong {
  font-size: 14px;
  margin-right: 3px;
  font-weight: 800;
}

.main-state span {
  line-height: 30px;
  font-weight: 600;
}

.main-state .float-r {
  text-align: right;
}

.main-state .float-l {
  position: relative;
  padding-left: 15px;
}

.main-state .float-l:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.main-state .total .float-l {
  padding-left:0;
}

.main-state .total .float-l:before {
  display: none;
}

.main-state .green .float-l:before {
  background: #7bad37;
}

.main-state .blue .float-l:before {
  background: #407293;
}

.main-state .red .float-l:before {
  background: #ff5200;
}

/* main-site-banner swipe */
.main-site-banner {
  position: relative;
  box-sizing: border-box;
  padding-left: 120px;
}

.main-site-banner .swiper-btn-wrap {
  position: absolute;
  left: 20px;
  top: 23px;
}

.main-site-banner .swiper-site {
  overflow: hidden;
}

.main-site-banner .swiper-slide {
  height: auto !important;
}

.main-site-banner .link-site {
  display: block;
  min-width: 140px;
  text-align: center;
  padding: 10px 0;
}

.main-site-banner .link-site img {
  display: inline-block;
}

.main-section.top-dashed {
  border-top: 1px dashed #cccccc;
}

.border-right-solid {
  border-right: 1px solid #e6e6e6;
}

/* main-btn-box */
.main-btn-box {
  overflow: hidden;
  padding-top: 10px;
  margin-right: -10px;
}

.main-btn-box a {
  box-sizing: border-box;
  float: left;
  margin-right:10px;
}

.main-btn-box a:last-child {
  margin-right:0px;
}

.main-btn-box.ratio6 a{
  width: 15%;
  width: calc(100% / 6 - 10px);
}

.main-btn-box.ratio5 a{
  width: 18%;
  width: calc(100% / 5 - 10px);
}

.main-btn-box.ratio4 a{
  width: 23%;
  width: calc(100% / 4 - 10px);
}

.main-btn-box.ratio3 a{
  width: 31%;
  width: calc(100% / 3 - 10px);
}

/* main-graph */
.main-graph {
  width: 100%;
  height: 180px;
  border: 1px solid #cccccc;
}

.main-graph .graph-wrapper {
  padding: 0;
  margin: 0;
  width: 85%;
  height: 120px;
  border-bottom: 1px solid #888888;
}

.main-graph .graph-wrapper .bar{
  bottom: 0;
  margin-bottom:0;
}

.main-graph .graph-wrapper.type1 {
  margin: 22px 5% 15px 10%;  
  background: repeating-linear-gradient(to bottom, #cccccc 0, #cccccc 1px, transparent 1px, transparent 20%);
}

.main-graph .graph-wrapper.type2 {
  margin: 20px 5% 15px 10%;  
  background: repeating-linear-gradient(to bottom, #cccccc 0, #cccccc 1px, transparent 1px, transparent 12.5%);
}

.main-graph .graph-wrapper .x-axis {
  bottom: -24px;
}

.main-graph .graph-wrapper .y-axis {
  position: relative;
}

.main-graph .graph-wrapper .y-axis .number{
  width: 50px;
  left: 100%;
  margin-left: -50px;
}


.main-graph .graph-wrapper.type1 .x-axis .number{
  width: 33.3%;
  width: calc(100% / 3 - 1px);
  right: 0;
  text-align: center;
}

.main-graph .graph-wrapper.type2 .x-axis .number{
  width: 14.25%;
  width: calc(100% / 7 - 1px);
  right: 0;
  text-align: center;
}

.main-graph .graph-wrapper.type1 .y-axis .number {
  height: 20%;
  top: -5px;
}

.main-graph .graph-wrapper.type2 .y-axis .number {
  height: 12.5%;
  top: -5px;
}

.main-graph .graph-wrapper .y-axis:after {
  content: '0';
  display: inline-block;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -5px;
  font-size: 11px;
}
.main-graph .x-axis .number:after,
.main-graph .y-axis .number:after{
  display: none;
}

.main-graph .bar-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  margin-left: -1px;
}

.main-graph .bar-group li {
  display: block;
  position: relative;
  float: left;
  width: 33.3%;
  width: calc(100% / 3 - 1px);
  height: 120px;
  top: -100%;
}

.main-graph .graph-wrapper.type2 .bar-group li {
  width: calc(100% / 7 - 1px);
}

.main-graph .graph-wrapper .bar {
  animation-name: animate-height;
  animation-duration: .8s;
  animation-delay: .2s;
  animation-timing-function: linear;
  animation-direction: alternate;
}

.main-graph .graph-wrapper.type1 .bar {
  width: 40px;
  left: 50%;
}

.main-graph .graph-wrapper.type2 .bar {
  width: 20px;
  left: 50%;
}

.main-graph .graph-wrapper.type1 .bar.blue {
   margin-left: 3px;
}

.main-graph .graph-wrapper .bar span{
  top: -15px;
  width: 40px;
  margin: 0;
  left: 0;
  text-align: center;
  font-weight: 800;
}

.main-graph .graph-wrapper.type2 .bar span{ 
  width: 20px;
}

.main-graph .graph-wrapper.type1 .bar.green {
  background: #7bad37;
  margin-left: -40px;
}

.main-graph .graph-wrapper.type2 .bar.green {
  background: #7bad37;
  margin-left: -20px;
}

.main-graph .graph-wrapper.type2 .bar.blue {
  margin-left: 2px;
}

.main-graph .graph-wrapper .bar.green span{
  color: #7bad37;
}

.main-graph .graph-wrapper .bar.blue span{
  color: #407293;
}

.graph-color {
  width: 100%;
  padding: 0px 5% 0 0;
  text-align: right;
  box-sizing: border-box;
}

.graph-color li {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}

.graph-color li > span {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  vertical-align: middle;
}

.graph-color span > i {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #7bad37;
  vertical-align: middle;
}

.graph-color li > span.green {
  padding-right: 10px;
}

.graph-color li > span.blue > i{
  background-color: #407293;
}


/* graph animation */

@-webkit-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@-moz-keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-height {
  0% {
    height: 0;
  }
  100% {
    visibility: visible;
  }
}

.swiper-todaymenu {
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.swiper-todaymenu .swiper-slide  {
  /* overflow: hidden; */
  text-align: center;
  padding: 0px!important;
  vertical-align: middle;
  height: 750px!important;
  background: #ffffff;
}

.swiper-todaymenu .img-box {
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 1px;
}

.swiper-todaymenu .img-box span{
  display: block;
  width: 100%;
  text-align: center;
}

.swiper-todaymenu .img-box img {
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  height: auto;
}

.swiper-todaymenu.swiper-container-autoheight, 
.swiper-todaymenu.swiper-container-autoheight .swiper-slide {
  height: auto!important;
}


/* swipe arrow */ 
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}




/*공사통합 외부 - 로그인*/
.login-wrap {
  width:100%; 
  margin:130px auto 0;
}

.login-form {
  padding:38px 40px 34px;
}

.id-area, .pw-area {
  display: block;
  height: 36px;
  font-family: "NanumGothic", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
  font-size: 13px;
  color: #333;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 6px 12px;
  border: solid 1px #bbb;
  background: #fff;
  border-radius: 3px;
  width: calc(100% - 120px);
  position:relative;
}

.focus {
  border: 1px solid #407293;
}

.input-box {
  display: block;
  overflow: hidden;
}

.int {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 16px;
  padding: 8px 0 6px;
  color: #333;
  background: #fff;
  -webkit-appearance: none;
  border:none !important;
}

label.txt {
  position:absolute;
  top:-20px;
  left:0px;
  font-size:12px;
  font-weight:bold;
}

.login-btn-wrap {
  position: relative;
}

.login-btn {
  position: absolute;
  top:-88px;
  right:0;
  width:110px;
  height:80px;
  background:#5a5a5a;
  border-radius: 3px;
  color:#fff;
  font-weight: 600;
  font-size: 14px;
}

.login-btn:active {  
  background:#444;
}

.pw-change-btn {
  width: 100%;
  height: 42px;
  background:#5a5a5a;
  border-radius: 3px;
  color:#fff;
  font-weight: 600;
  font-size: 14px;
}

.pw-change-btn:active {
  background:#444;
}


.login-rel {
  margin:0 auto;
  text-align: center;
  padding-top:27px;
}

.login-rel li {
  display:inline-block;
}

.login-rel li a {
  font-size: 12px;
  font-weight: 600;
  color:#5a5a5a;
}

.login-rel li a:hover {
  color:#407293;
}

.login-rel span.line {
  height:10px;
  width:1px; 
  background-color: #bbb;
  display: inline-block;
  margin:0  20px;
  vertical-align: middle;
}

.join-wrap {
  border-top:1px solid #ccc;
  font-size: 12px;
  padding: 30px 40px 0 40px;
  line-height: 18px;    
  position: relative;
}

.join-wrap .text {
  display: inline-block;
  width: calc(100% - 120px);
  word-break: keep-all;
  float:left;
}

.join-btn-wrap{
  display: inline-block;
}

.join-btn {
  width:110px;
  height:50px;
  background:#d43134;
  border-radius: 3px;
  color:#fff;
  font-weight: 600;
  font-size: 13px;
}

.join-btn:active {
  background-color: #b72426;
}



/*제안관리 - 메일 미리보기*/
.table-box-mail {
  width:580px;
}

.header-img {
  width:580px;
  height:166px;
  background-image: url("../img/mail/mailskin_01_top.gif");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.contents-img {
  background-image: url("../img/mail/mailskin_01_bg.gif");
  background-repeat: repeat-y;
  min-height:300px;
}

.contents-img-box { 
  width:450px;
  margin:0px auto;
  display: table;
}

.tbl-img-col { 
  table-layout: fixed;
  margin-top: -1px;
}
  
.tbl-img {
  border-bottom:1px solid #666;
  margin:50px 0;
  background: #f2f7fb;
  line-height: 20px;
  float:left; 
}

.tbl-img tr:last-child th, .tbl-img tr:last-child td {
  border-bottom: 0;
}

.tbl-img th, .tbl-img td {
  font-size: 13px;
  border: 1px solid #666;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}

.tbl-img th {
  padding: 5px 10px;
  color:#005C9e;
  font-weight:900;
  background-color: #E0E7FE;
}

.tbl-img td {
  padding: 5px 10px;
  color: #333;
  background-color: #F2F7FB;
}

.bottom-img {  
  background-image: url("../img/mail/mailskin_01_bottom.gif");
  background-repeat: no-repeat;  
  height:20px;
}


/* ie11 에서 주간식단표 슬라이드 이미지 안나오는 현상 */
@media all and (-ms-high-contrast:none) {
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
}

.section h4 {
  font-size: 13px;
  color: #333333;
  font-weight: 800;
}

.section h4 > span {
  margin-left: 5px;
  font-size: 12px;
}

.wrap_1030 {
  width: 1030px;
}

.wrap img {
  max-height: 250px;
  width: auto;
}

.tbl-list3 td {
  padding: 3px 2px !important;
}

.width-fixed td {
  min-width: 20px !important;
}

/* 200911 윤리경영팀소개 */
.team-treebox {
  position: relative;
  margin-bottom: 20px;
  margin-left: -10px;
  width: 510px;
  box-sizing: border-box; 
}
.team-treebox ul {
  overflow: hidden;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.team-treebox ul ul::before{
  content: '';
  position: absolute; top: -12px; left: 50%;
  border-left: 1px solid #9d9d9d;
  width: 0; height: 32px;
  z-index: -1;
}
.team-treebox li {
  float: left; 
  position: relative;
  padding: 20px 15px 0 15px;
}
.team-treebox li::before, .team-treebox li::after{
  content: '';
  position: absolute; top: 0; right: 50%;
  border-top: 1px solid #9d9d9d;
  width: 50%; height: 45px;
  z-index: -1;
}
.team-treebox li::after{
  right: auto; left: 50%;
  border-left: 1px solid #9d9d9d;
}
.team-treebox li:only-child::after, .team-treebox li:only-child::before {
  display: none;
}
.team-treebox li:only-child{ padding-top: 0;}
.team-treebox  li:first-child::before, .team-treebox li:last-child::after{
  border: 0 none;
}
.team-treebox li:first-child::after{
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.team-treebox li:last-child::before{
  border-right: 1px solid #9d9d9d;
  border-radius: 0 5px 0 0;
}
.team-info, .team-treeinfo, .team-rule {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;
  background: #f9f9f9;
  border-radius: 10px;
  border: 1px solid #9d9d9d;
  font-size: 13px;
  font-weight: bold;
  color: #222222;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.team-info {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 430px;
  width: 320px;
}
.team-treeinfo {
  width: 210px;
  min-height: 115px;
  text-align: left;
}
.team-treeinfo dl, .team-info dl {
  overflow: hidden;
}
.team-treeinfo dt, .team-info dt {
  float: left;
  position: relative;
  width: 21%;
  margin-bottom: 3px;
}
.team-treeinfo dt:after, .team-info dt:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 6px;
}
.team-treeinfo dt:after {
  right: 2px;
}
.team-treeinfo dd, .team-info dd {
  float: left;
  width: 79%;
  margin-bottom: 3px;
}
.team-treeinfo p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;  
}

.team-rule {
  width: 500px;
  padding: 15px 10;
  text-align: left;
  margin: 8px 30px;
}

.team-rule p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;  
}

.team-rule dl {
  overflow: hidden;
  padding-left: 110px;
  padding-top: 10px;
}

.team-rule dt {
  float: left;
  position: relative;
  width: 14px;
  margin-bottom: 3px;
  font-size:6px;
  color:#88acff;
  line-height: 18px;
}

.team-rule dd {
  float: left;
  margin-bottom: 3px;
  font-size: 14px;
  color: #2159b5;
  width: 320px;
  line-height: 18px;
}