﻿@charset "utf-8";
/* *******************************************************************
	common
******************************************************************* */
#contents {
  float: left;
  width: 900px;
  min-height: 600px;
  padding: 50px 0 80px 60px;
}
#contents h2 {
  /*margin: 0 0 40px;*/
  margin: 0;
  line-height: 1.1;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.75px;
}
#contents .section {
  margin: 40px 0 0 0;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
}
#contents .section h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

/*준비중 입니다.*/
.uc {
  padding: 45px 0;
  font-size: 25px;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #bbb;
  text-align: center;
  vertical-align: middle;
}
.uc i {
  font-size: 33px;
  padding-right: 15px;
  vertical-align: middle;
}
.uc .uc-strong {
  color: #767676;
}

/* *******************************************************************
	include
******************************************************************* */
.section h4:first-child {
  margin-top: 0;
}
.section h4 {
  padding-left: 28px;
  line-height: 1.7;
  font-size: 22px;
  /*font-weight: 700;*/
  margin-top: 50px;
  margin-bottom: 10px;
  background: url("/images/bullet/bullet_h4_06.png") 0 11px no-repeat;
}
.section h4:first-child {
  margin-top: 0;
}
.section h4 small {
  display: block;
}
.section h5:first-child {
  margin-top: 0;
}
.section h5 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 19px;
  /*font-weight: 700;*/
  color: #1578c4;
}
.section h4 + h5 {
  margin-top: 20px;
}
.section h6:first-child {
  margin: 0;
}
.section h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}

/* *******************************************************************
    sub-spot
******************************************************************* */
#sub-spot {
  width: 100%;
  overflow: visible !important;
  background-color: #edf6ff;
}
#sub-spot .innerwrap {
  height: 160px;
  overflow: visible !important;
  background: url("/images/bg/sub_spot01.png") no-repeat right bottom;
}
#sub-spot .innerwrap.subspot01 { background: url("/images/bg/sub_spot01.png") no-repeat right bottom; }
#sub-spot .innerwrap.subspot02 { background: url("/images/bg/sub_spot02.png") no-repeat right 13px; }
#sub-spot .innerwrap.subspot03 { background: url("/images/bg/sub_spot03.png") no-repeat right 13px; }
#sub-spot .innerwrap.subspot04 { background: url("/images/bg/sub_spot04.png") no-repeat right 13px; }
#sub-spot .innerwrap.subspot05 { background: url("/images/bg/sub_spot05.png") no-repeat right 13px; }
#sub-spot h2 {
  padding: 35px 0 0px 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
#sub-spot p {
  font-size: 16px;
  line-height: 1.4;
  color: #767676;
}
#sub-spot .green-text {
  padding: 50px 0 0 0;
  line-height: 1;
  font-size: 21px;
  color: #005596;
}
#sub-spot .green-text strong {
  display: block;
  padding: 0 0 8px 0;
  font-size: 32px;
  color: #333;
  font-weight: 600;
}
/* *******************************************************************
	breadcrumb-area
******************************************************************* */
.breadcrumb-area {
  height: 40px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fafafa;
}
.breadcrumb-area.sticky {
  position: fixed;
  top: 52px;
  width: 100%;
  border-top: 0;
  background-color: #fafafa;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.15);*/
  z-index: 5;
}

/* home */
.breadcrumb-area li.home {
  float: left;
  width: 70px;
}
.breadcrumb-area li.home a {
  display: block;
  height: 38px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #333;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  background-color: #fff;
}
.breadcrumb-area li.home a:hover {
  color: #1578c4;
  background-color: #edf6ff;
}

/* selectbox */
.breadcrumb-area li.selectbox {
  position: relative;
  float: left;
  display: inline-block;
  width: auto;
  height: 38px;
  padding: 0 15px;
  line-height: 38px;
  font-size: 13px;
  font-weight: 300;
  color: #a4a4a4;
  /*border-right: 1px solid #dfdfdf;*/
  /*background-color: #fff;*/
}
.breadcrumb-area li.selectbox.depth3 {
  color: #767676;
  /*border-right: 1px solid #dfdfdf;*/
}
.breadcrumb-area li.arrow {
  position: relative;
  float: left;
  display: inline-block;
  width: auto;
  height: 38px;
  padding: 0 5px;
  line-height: 38px;
  font-size: 15px;
  color: #ccc;
  /*background-color: #fff;*/
}
.breadcrumb-area li.selectbox .current i {
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
.breadcrumb-area li.selectbox > ul {
  display: none;
  width: 100%;
  background-color: #fff;
}

/* quick-link */
.breadcrumb-area li.quick-link {
  position: relative;
  float: right;
  width: 207px;
  height: 38px;
  padding-left: 15px;
  line-height: 38px;
  font-size: 15px;
  font-weight: 300;
  color: #666;
  border-left: 1px solid #dfdfdf;
  border-right: 0;
  background-color: #f4f4f4;
  cursor: pointer;
}
.breadcrumb-area li.quick-link .current i {
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
.breadcrumb-area li.quick-link ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 38px;
  width: 208px;
  margin: 0;
  padding: 0;
  border: 1px solid #4f5867;
  background-color: #fff;
  z-index: 100;
}
.breadcrumb-area li.quick-link ul li a {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 14px;
  background-color: #fff;
}
.breadcrumb-area li.quick-link ul li a:hover {
  color: #1578c4;
  background-color: #f1f9fe;
}

/* print */
.breadcrumb-area li.btn-print {
  float: right;
  width: 60px;
}
.breadcrumb-area li.btn-print a {
  display: block;
  height: 38px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border-left: 1px solid #dfdfdf;
  background-color: #fff;
}
.breadcrumb-area li.btn-print a:hover {
  color: #1578c4;
  background-color: #edf6ff;
}

/* print */
.breadcrumb-area li.btn-totop {
  float: right;
  width: 60px;
}
.breadcrumb-area li.btn-totop a {
  display: block;
  height: 38px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  background-color: #fff;
}
.breadcrumb-area li.btn-totop a:hover {
  color: #1578c4;
  background-color: #edf6ff;
}

/* *******************************************************************
	snb
******************************************************************* */
.snb-area {
  float: left;
  width: 200px;
  padding: 50px 0 80px;
}
.snb-title {
  border-bottom: 1px solid #e7e7e7;
}
.snb-title small {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 300;
  color: #999;
}
.snb-title strong {
  display: block;
  margin: 0 0 30px;
  font-size: 26px;
  font-weight: 400;
  color: #333;
}

/* snb */
.snb {
  border-top: 3px solid #f4f4f4;
}
.snb > li {
  position: relative;
}
.snb > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  letter-spacing: -0.45px;
  border-bottom: 1px solid #eee;
  /*border-bottom: 1px solid #eee;*/
  background-color: #fff;
}
.snb > li > a:hover {
  color: #1578c4;
  background-color: #edf6ff;
}
.snb > li.active > a {
  /*font-weight: bold;*/
  /*color: #fff;*/
  color: #1578c4;
  /*color: #10379e;*/
  /*border-bottom: 0;*/
  background-color: #edf6ff;
  /*background-color: #10379e;*/
}
.snb > li > a i {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
}
.snb > li > ul {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  background-color: #fafafa;
}
.snb > li > ul > li > a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  font-size: 14px;
  color: #767676;
  background-color: #fafafa;
}
.snb > li > ul > li > a:hover {
  color: #1578c4;
  background-color: #fafafa;
}
.snb > li > ul > li.active > a {
  font-weight: bold;
  color: #1578c4;
  background-color: #fafafa;
}

/* *******************************************************************
	common
******************************************************************* */

/*tab 01*/
/*.nav-tabs.tab-customized {*/
/*padding-left: 0px !important;*/
/*}*/
/*.nav-tabs > li {*/
/*border-radius: 0;*/
/*width: 146.66666px;*/
/*float: left;*/
/*margin-bottom: -1px !important;*/
/*}*/
/*.nav-tabs.tab-customized > li > a {*/
/*margin-right: 1px;*/
/*!*height: 67px;*!*/
/*line-height: 1.42857;*/
/*color: #9f978c;*/
/*background: #f7f7f7;*/
/*border-top: 3px solid transparent;*/
/*border-bottom: 1px solid #DDD;*/
/*border-radius: 0;*/
/*font-size: 17px;*/
/*font-weight: 700;*/
/*outline: none;*/
/*text-align: center;*/
/*}*/
/*.nav-tabs > li > a:hover {*/
/*border-color: #EEE #EEE #DDD;*/
/*}*/
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {*/
/*color: #47413d;*/
/*cursor: default;*/
/*background-color: #FFF;*/
/*border-width: 1px;*/
/*border-style: solid;*/
/*border-color: #DDD #DDD transparent;*/
/*-moz-border-top-colors: none;*/
/*-moz-border-right-colors: none;*/
/*-moz-border-bottom-colors: none;*/
/*-moz-border-left-colors: none;*/
/*border-image: none;*/
/*border-top: 3px solid #10379e !important;*/
/*}*/

/*tab02*/
.tab-customized.nav-tabs > li > a {
  color: #999;
  /*border-bottom: 1px solid #dfdfdf;*/
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
}
.tab-customized.nav-tabs > li > a:hover {
  /*color: #147ac5;*/
  color: #777;
  border-bottom: none;
  border-color: #fafafa #fafafa #ddd;
  background-color: #fafafa;
}
.tab-customized.nav-tabs > li.active > a,
.tab-customized.nav-tabs > li.active > a:hover,
.tab-customized.nav-tabs > li.active > a:focus {
  color: #1578c4;
  cursor: default;
  outline: none;
  /*background-color: #f6fbff;*/
  /*background-color: #fff;*/
  border: 1px solid #dfdfdf;
  border-top: 3px solid #1578c4;
  border-bottom-color: transparent;
  background-color: #fff;
}
.nav-tabs > li > a:active {
  outline: none;
}
.tab-pane {
  padding-top: 30px;
}


/*button-tab*/
.tab-custom .tab-bg {
  padding: 10px;
  background-color: #f7f7f7;
  /*background-image: url("/images/sub/backup/acade2_1_bg.png");*/
}
.tab-custom .tab-bg .tab-area {
  background-color: #fff;
}
.nav-tabs.button-tab {
  border-bottom: 0 solid #ddd
}
.tab-custom .tab-bg .tab-area .button-tab li {
  width: 33.333%;
  /*width: 25%;*/
  /*border-right: 1px solid #fafafa;*/
  /*border-top: 1px solid #fafafa;*/
}
.tab-custom .tab-bg .tab-area .button-tab.history-tab li {
  width: 33.333%;
}
.tab-custom .tab-bg .tab-area .button-tab.tab-num-2 li,
.tab-custom .tab-bg .tab-area .button-tab.submission-tab li {
  width: 50%;
}

.tab-custom .tab-bg .tab-area .button-tab li a {
  margin-right: 0;
  display: block;
  text-align: center;
  border: 1px solid transparent !important;
  outline: none;
  font-size: 15px;
  font-weight: 500;
}
.tab-custom .tab-bg .tab-area .button-tab li a:hover {
  border-radius: 0;
  background-color: #fafafa;
  outline: none;
}
.tab-custom .tab-bg .tab-area .button-tab li.active a {
  border: 1px solid transparent !important;
  border-radius: 0;
  background-color: #50a7ff;
  color: #fff;
  /*background-color: #edf6ff;*/
  outline: none;
}
.tab-custom .tab-bg .tab-area .button-tab li.active a:hover {
  border: 1px solid transparent !important;
  outline: none;
}
.tab-custom .tab-bg .tab-area .go-list a {
  background-color: #edf6ff;
  border-radius: 0;
  color: #1578c4;
}
.tab-custom .tab-bg .tab-area .go-list a:hover {
  background-color: #edf6ff !important;
  border-radius: 0;
  color: #1578c4 !important;
}

/*.nav-tabs.button-tab.double-tab > li > a {*/
/*height: 65px;*/
/*padding-top: 20px;*/
/*!*font-size: 15px !important;*!*/
/*}*/
.nav-tabs.button-tab.double-tab > li > a {
  height: 58px;
  padding-top: 16px;
}
.nav-tabs.button-tab.double-tab > li > a.double {
  padding: 5px 15px;
  /*padding-top: 5px;*/
}
.nav-tabs.button-tab.double-tab > li > a.double span {
  display: block;
}
.nav-tabs.button-tab > li.none {
  background-color: #fafafa;
  height: 46.2834px;
}

.nav-tabs.button-tab.double-tab > li.none {
  background-color: #fafafa;
  /*height: 65px;*/
  height: 58px;
}
/*.button-tab.nav-tabs {*/
/*padding: 10px 20px;*/
/*border: 2px solid #eee;*/
/*border-radius: 2px;*/
/*background-color: #fafafa;*/
/*}*/
/*.button-tab.nav-tabs > li {*/
/*float: left;*/
/*width: 25%;*/
/*font-weight: 400;*/
/*color: #999;*/
/*border-radius: 0;*/
/*}*/
/*.button-tab.nav-tabs > li > a {*/
/*padding: 10px 5px;*/
/*text-align: center;*/
/*font-size: 14px;*/
/*font-weight: 400;*/
/*color: #999;*/
/*letter-spacing: -0.75px;*/
/*border-radius: 2px;*/
/*}*/
/*.button-tab.nav-tabs > li > a:hover {*/
/*color: #767676;*/
/*border: 1px solid #eee;*/
/*background-color: #fff;*/
/*}*/
/*.button-tab.nav-tabs > li.active > a,*/
/*.button-tab.nav-tabs > li.active > a:hover,*/
/*.button-tab.nav-tabs > li.active > a:focus {*/
/*color: #fff;*/
/*cursor: default;*/
/*outline: none;*/
/*border: 1px solid #1578c4;*/
/*background-color: #207dc5;*/
/*}*/

/*btn*/
.top-btn-area {
  width: 100%;
}
a.top-btn {
  width: 200px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  color: #1578c4;
  border: 1px solid #1578c4;
  /*border: 1px solid #ddd;*/
  border-radius: 2px;
  /*background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); !* FF3.6+ *!*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); !* Chrome,Safari4+ *!*/
  /*background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); !* Chrome10+,Safari5.1+ *!*/
  /*background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); !* Opera 11.10+ *!*/
  /*background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); !* IE10+ *!*/
  /*background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); !* W3C *!*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); !* IE6-8 *!*/
  outline: none;

  /*border: 10px solid #f7f7f7;*/
  /*background-color: #edf6ff;*/
}

a.top-btn:hover {
  background-color: #1578c4;
  color: #fff;
}




/*table*/
.tb-basic {
  border-top: 2px solid #1578c4;
}
.tb-basic th {
  background-color: #fafafa;
  font-weight: 700;
  text-align: center;
  vertical-align: middle !important;
}
.tb-basic th.date {
  font-weight: 400;
  font-size: 14px;
}
.tb-basic thead th {
  background-color: #f4f4f4;
  border-bottom: 3px double #dfdfdf !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}

/* tb-annual */
.tb-annual {
  border-top: 2px solid #1578c4;
  border-bottom: 1px solid #dfdfdf;
}
.tb-annual th {
  padding: 15px 10px !important;
  font-weight: 700;
  text-align: center;
  vertical-align: middle !important;
  background-color: #f3fafe;
}
.tb-annual thead th {
  border-bottom: 3px double #dfdfdf !important;
  background-color: #f4f4f4;
}
.tb-annual tbody th {
  border-right: 1px solid #dfdfdf;
}
.tb-annual tbody td {
  padding: 15px 10px !important;
  font-size: 13px;
}
.tb-annual tbody td .label-divide {
  display: inline-block;
  width: 50px;
  padding: 2px 3px;
  font-size: 12px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  background-color: #1578c4;
}
.tb-annual tbody td .label-divide.international {
  background-color: #ff4057;
}
.tb-annual tbody td .label-host {
  display: inline-block;
  width: 50px;
  padding: 2px 3px;
  font-size: 12px;
  color: #333;
  border-radius: 0 0 2px 2px;
  border: 1px solid #dfdfdf;
  border-top: 0;
  background-color: #fff;
}
/*.tb-annual tbody td .label-host.type-m { background-color: #cf7679; }*/
/*!*.tb-annual tbody td .label-host.type-m h4 span { background-color: #e68387; }*!*/
/*.tb-annual tbody td .label-host.type-a { background-color: #d29a82; }*/
/*!*.tb-annual tbody td .label-host.type-a h4 span { background-color: #eaab91; }*!*/
/*.tb-annual tbody td .label-host.type-b { background-color: #d2b854; }*/
/*!*.tb-annual tbody td .label-host.type-b h4 span { background-color: #eacd5d; }*!*/
/*.tb-annual tbody td .label-host.type-c { background-color: #66bd85; }*/
/*!*.tb-annual tbody td .label-host.type-c h4 span { background-color: #72d294; }*!*/
/*.tb-annual tbody td .label-host.type-d { background-color: #7b9fc2; }*/
/*!*.tb-annual tbody td .label-host.type-d h4 span { background-color: #89b1d8; }*!*/
/*.tb-annual tbody td .label-host.type-e { background-color: #727fa0; }*/
/*!*.tb-annual tbody td .label-host.type-e h4 span { background-color: #7e8db2; }*!*/
/*.tb-annual tbody td .label-host.type-f { background-color: #8780b5; }*/
/*!*.tb-annual tbody td .label-host.type-f h4 span { background-color: #968fca; }*!*/

.tb-annual tbody td .date {
  font-size: 14px;
}
.tb-annual tbody td .name {
  display: block;
  margin: 0 0 3px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.tb-annual tbody td .place {
  display: block;
  text-align: left;
  font-size: 14px;
}
.tb-annual tbody td .status {
  font-size: 14px;
  color: #1578c4;
}

.tb-annual tbody tr.complete {
  background-color: #f7f7f7;
}
.tb-annual tbody tr.complete td .label-divide {
  background-color: #999;
}
.tb-annual tbody tr.complete td .date,
.tb-annual tbody tr.complete td .name,
.tb-annual tbody tr.complete td .place {
  color: #999;
}
.tb-annual tbody tr.complete td .status {
  color: #999;
}

/* tb-last-events */
.tb-last-events {
  border-top: 2px solid #1578c4;
  border-bottom: 1px solid #dfdfdf;
}
.tb-last-events th {
  padding: 15px 10px !important;
  font-weight: 700;
  text-align: center;
  vertical-align: middle !important;
  background-color: #f3fafe;
}
.tb-last-events thead th {
  border-bottom: 3px double #dfdfdf !important;
  background-color: #f4f4f4;
}
.tb-last-events tbody th {
  border-right: 1px solid #dfdfdf;
}
.tb-last-events tbody td {
  padding: 15px 10px !important;
  text-align: left;
  line-height: 1.6 !important;
  font-size: 13px;
}
.tb-last-events tbody td .label-divide {
  display: inline-block;
  width: 50px;
  margin: 0 auto;
  padding: 2px 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 2px 2px 0 0;
  background-color: #1578c4;
}
.tb-last-events tbody td .label-divide.international {
  background-color: #ff4057;
}
.tb-last-events tbody td .label-host {
  display: inline-block;
  width: 50px;
  margin: 0 auto;
  padding: 2px 3px;
  text-align: center;
  font-size: 12px;
  color: #333;
  border-radius: 0 0 2px 2px;
  border: 1px solid #dfdfdf;
  border-top: 0;
  background-color: #fff;
}
/*.tb-last-events tbody td .label-host.type-m { background-color: #cf7679; }*/
/*!*.tb-last-events tbody td .label-host.type-m h4 span { background-color: #e68387; }*!*/
/*.tb-last-events tbody td .label-host.type-a { background-color: #d29a82; }*/
/*!*.tb-last-events tbody td .label-host.type-a h4 span { background-color: #eaab91; }*!*/
/*.tb-last-events tbody td .label-host.type-b { background-color: #d2b854; }*/
/*!*.tb-last-events tbody td .label-host.type-b h4 span { background-color: #eacd5d; }*!*/
/*.tb-last-events tbody td .label-host.type-c { background-color: #66bd85; }*/
/*!*.tb-last-events tbody td .label-host.type-c h4 span { background-color: #72d294; }*!*/
/*.tb-last-events tbody td .label-host.type-d { background-color: #7b9fc2; }*/
/*!*.tb-last-events tbody td .label-host.type-d h4 span { background-color: #89b1d8; }*!*/
/*.tb-last-events tbody td .label-host.type-e { background-color: #727fa0; }*/
/*!*.tb-last-events tbody td .label-host.type-e h4 span { background-color: #7e8db2; }*!*/
/*.tb-last-events tbody td .label-host.type-f { background-color: #8780b5; }*/
/*!*.tb-last-events tbody td .label-host.type-f h4 span { background-color: #968fca; }*!*/

.tb-last-events tbody td .date {
  font-size: 14px;
}
.tb-last-events tbody td.name {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.tb-last-events tbody td .place {
  display: block;
  text-align: left;
  font-size: 14px;
}
.tb-last-events tbody td .status {
  font-size: 14px;
  color: #1578c4;
}

.tb-last-events tbody tr.complete {
  background-color: #f7f7f7;
}
.tb-last-events tbody tr.complete td .label-divide {
  background-color: #999;
}
.tb-last-events tbody tr.complete td .date,
.tb-last-events tbody tr.complete td .name,
.tb-last-events tbody tr.complete td .place {
  color: #999;
}
.tb-last-events tbody tr.complete td .status {
  color: #999;
}

/* 다운로드 리스트 */
.download-list02 {
  /*padding-left: 0 !important;*/
  margin-top: 30px;
  padding: 10px 20px;
  list-style: none;
  border: 5px solid #ecf6ff;
}
.download-list02 li {
  width: 100%;
  padding-left: 5px;
  line-height: 35px;
  border-bottom: 1px dashed #ddd;
  /*background: url("/assets/images/bullet/square.png") left 10px no-repeat;*/
}
.download-list02 li:last-child {
  border-bottom: 0;
}
.download-list02 li:after {
  content: '';
  display: block;
  clear: both;
}
.download-list02 li a {
  float: right;
  margin-top: 5px;
  display: inline-block;
  width: 100px;
  line-height: 23px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 2px;

  background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.download-list02 .btn-download i {
  padding-right: 10px;
}
i.pdf {
  color: #ff3f39;
}
i.hwp {
  color: #49bffd;
}
i.zip {
  /*color: #eaa752;*/
  color: #3c497e;
}
i.share {
  color: #1554b0;
}
i.e-book {
  color: #49bffd;
}

/*highlight-box*/
.highlight-box {
  padding: 20px 25px;
  background-color: #edf6ff;
}
.highlight-box strong {
  font-size: 24px;
  color: #1554b0;
}
.highlight-box ul.disc {
  margin-left: 20px;
}
.highlight-box .box-list li {
  padding-left: 15px;
  background: url("/images/bullet/box-bullet02.gif") no-repeat 0 8px;
}


.text-danger {
  color: #f33;
}
.text-primary {
  color: #11f;
}

/*list-style*/
ul.disc {
  list-style: disc;
}
ul.depth1 {
  padding-left: 15px;
}
ul.list-hyphen li {
  position: relative;
  margin-left: 10px;
}
ul.list-hyphen li:before {
  position: absolute;
  top: 0;
  left: -10px;
  content: '-';
}

ol.list-decimal {
  margin-left: 20px;
  list-style: decimal;
}

/*contents-box*/
.contents-box {
  padding: 15px;
  background-color: #fafafa;
}
.contents-box > li {
  margin-left: 15px;
  list-style: disc;
}
.contents-box > li > ul li {
  padding-left: 10px;
  text-indent: -10px;
}
.contents-box.number-list > li {
  margin-left: 0;
  list-style: none;
}
.contents-box.date-list > li:after {
  content: '';
  display: block;
  clear: both;
}
.contents-box.date-list > li {
  display: block;
}
.contents-box.date-list > li span:first-child {
  float: left;
}
.contents-box.date-list > li span:last-child {
  float: right;
}

ul.list-disc {
  list-style: disc;
  margin: 5px 0 5px 30px;
}
ul.list-disc li {
  margin: 5px 0;
}



/* *******************************************************************
	학회소개
******************************************************************* */
/*greeting*/
.section.greeting p {
  margin: 0 0 20px;
  text-align: justify;
  font-weight: 300;
}
.section.greeting .thm {
  margin: 0 0 30px;
}
.section.greeting p.title {
  font-size: 18px;
  font-weight: 700;
  color: #10379e;
}
.section.greeting p strong {
  display: inline-block;
  margin: 0 0 10px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 400;
  color: #1578c4;
}
.section.greeting p.chairman {
  margin-top: 50px;
  text-align: right;
  font-size: 18px;
}
.section.greeting p.chairman strong {
  display: inline-block;
  margin-left: 10px;
  text-align: right;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  letter-spacing: 5px;
}
.section.greeting p.chairman-sign {
  text-align: right;
}

/*개요*/
.icon-list li {
  float: left;
  margin-top: 40px;
  display: inline-block;
  width: 25%;
  text-align: center;
}
.icon-list li span {
  padding-top: 15px;
  /*color: #1578c4;*/
  /*font-size: 14px;*/
  display: block;
}

/*연혁*/
.history-area {
  margin-top: 25px;
}
.history-area dl {
  display: table;
  width: 100%;
}
.history-area dl dt,
.history-area dl dd {
  display: table-cell;
}
.history-area dl dt {
  width: 20%;
  text-align: center;
  position: relative;
  top: 15px;
  vertical-align: top;
  left: 20px;
}
.history-area dl dd {
  width: 80%;
  vertical-align: bottom;
}

/*background*/
.history-area dl:first-child dt .hexagon {
  background-color: #E3F2FD;
}
.history-area dl:nth-child(2) dt .hexagon {
  background-color: #BBDEFB;

}
.history-area dl:nth-child(3) dt .hexagon {
  background-color: #90CAF9;

}
.history-area dl:nth-child(4) dt .hexagon {
  background-color: #64B5F6;

}
.history-area dl:nth-child(5) dt .hexagon {
  background-color: #42A5F5;

}
.history-area dl:nth-child(6) dt .hexagon {
  background-color: #2196F3;

}
.history-area dl:nth-child(7) dt .hexagon {
  background-color: #1E88E5;

}
.history-area dl:nth-child(8) dt .hexagon {
  background-color: #1976D2;

}
.history-area dl:nth-child(9) dt .hexagon {
  background-color: #1565C0;

}
.history-area dl:nth-child(10) dt .hexagon {
  background-color: #0D47A1;

}
.history-area dl:nth-child(11) dt .hexagon {
  background-color: #304FFE;
}
.history-area dl:nth-child(12) dt .hexagon {
  background-color: #3D5AFE;
}
.history-area dl:nth-child(13) dt .hexagon {
  background-color: #536DFE;
}
.history-area dl:nth-child(14) dt .hexagon {
  background-color: #7986CB;
}
.history-area dl:nth-child(15) dt .hexagon {
  background-color: #5C6BC0;
}
.history-area dl:nth-child(16) dt .hexagon {
  background-color: #3F51B5;
}
.history-area dl:nth-child(17) dt .hexagon {
  background-color: #3949AB;
}
.history-area dl:nth-child(18) dt .hexagon {
  background-color: #303F9F;
}
.history-area dl:nth-child(19) dt .hexagon {
  background-color: #283593;
}
.history-area dl:nth-child(20) dt .hexagon {
  background-color: #1A237E;
}
.history-area dl:nth-child(21) dt .hexagon {
  background-color: #6200EA;
}
.history-area dl:nth-child(22) dt .hexagon {
  background-color: #651FFF;
}
.history-area dl:nth-child(23) dt .hexagon {
  background-color: #7C4DFF;
}
.history-area dl:nth-child(24) dt .hexagon {
  background-color: #B388FF;
}
.history-area dl:nth-child(25) dt .hexagon {
  background-color: #D1C4E9;
}
.history-area dl:nth-child(26) dt .hexagon {
  background-color: #B39DDB;
}
.history-area dl:nth-child(27) dt .hexagon {
  background-color: #9575CD;
}
.history-area dl:nth-child(28) dt .hexagon {
  background-color: #7E57C2;
}
.history-area dl:nth-child(29) dt .hexagon {
  background-color: #673AB7;
}
.history-area dl:nth-child(30) dt .hexagon {
  background-color: #5E35B1;
}

/*border1*/
.history-area dl:first-child dt .hexagon:before {
  border-bottom: 25px solid #E3F2FD;
}
.history-area dl:nth-child(2) dt .hexagon:before {
  border-bottom: 25px solid #BBDEFB;
}
.history-area dl:nth-child(3) dt .hexagon:before {
  border-bottom: 25px solid #90CAF9;
}
.history-area dl:nth-child(4) dt .hexagon:before {
  border-bottom: 25px solid #64B5F6;
}
.history-area dl:nth-child(5) dt .hexagon:before {
  border-bottom: 25px solid #42A5F5;
}
.history-area dl:nth-child(6) dt .hexagon:before {
  border-bottom: 25px solid #2196F3;
}
.history-area dl:nth-child(7) dt .hexagon:before {
  border-bottom: 25px solid #1E88E5;
}
.history-area dl:nth-child(8) dt .hexagon:before {
  border-bottom: 25px solid #1976D2;
}
.history-area dl:nth-child(9) dt .hexagon:before {
  border-bottom: 25px solid #1565C0;
}
.history-area dl:nth-child(10) dt .hexagon:before {
  border-bottom: 25px solid #0D47A1;
}
.history-area dl:nth-child(11) dt .hexagon:before {
  border-bottom: 25px solid #304FFE;
}
.history-area dl:nth-child(12) dt .hexagon:before {
  border-bottom: 25px solid #3D5AFE;
}
.history-area dl:nth-child(13) dt .hexagon:before {
  border-bottom: 25px solid #536DFE;
}
.history-area dl:nth-child(14) dt .hexagon:before {
  border-bottom: 25px solid #7986CB;
}
.history-area dl:nth-child(15) dt .hexagon:before {
  border-bottom: 25px solid #5C6BC0;
}
.history-area dl:nth-child(16) dt .hexagon:before {
  border-bottom: 25px solid #3F51B5;
}
.history-area dl:nth-child(17) dt .hexagon:before {
  border-bottom: 25px solid #3949AB;
}
.history-area dl:nth-child(18) dt .hexagon:before {
  border-bottom: 25px solid #303F9F;
}
.history-area dl:nth-child(19) dt .hexagon:before {
  border-bottom: 25px solid #283593;
}
.history-area dl:nth-child(20) dt .hexagon:before {
  border-bottom: 25px solid #1A237E;
}
.history-area dl:nth-child(21) dt .hexagon:before {
  border-bottom: 25px solid #6200EA;
}
.history-area dl:nth-child(22) dt .hexagon:before {
  border-bottom: 25px solid #651FFF;
}
.history-area dl:nth-child(23) dt .hexagon:before {
  border-bottom: 25px solid #7C4DFF;
}
.history-area dl:nth-child(24) dt .hexagon:before {
  border-bottom: 25px solid #B388FF;
}
.history-area dl:nth-child(25) dt .hexagon:before {
  border-bottom: 25px solid #D1C4E9;
}
.history-area dl:nth-child(26) dt .hexagon:before {
  border-bottom: 25px solid #B39DDB;
}
.history-area dl:nth-child(27) dt .hexagon:before {
  border-bottom: 25px solid #9575CD;
}
.history-area dl:nth-child(28) dt .hexagon:before {
  border-bottom: 25px solid #7E57C2;
}
.history-area dl:nth-child(29) dt .hexagon:before {
  border-bottom: 25px solid #673AB7;
}
.history-area dl:nth-child(30) dt .hexagon:before {
  border-bottom: 25px solid #5E35B1;
}


/*border2*/
.history-area dl:first-child dt .hexagon:after {
  border-top: 25px solid #E3F2FD;
}
.history-area dl:nth-child(2) dt .hexagon:after {
  border-top: 25px solid #BBDEFB;
}
.history-area dl:nth-child(3) dt .hexagon:after {
  border-top: 25px solid #90CAF9;
}
.history-area dl:nth-child(4) dt .hexagon:after {
  border-top: 25px solid #64B5F6;
}
.history-area dl:nth-child(5) dt .hexagon:after {
  border-top: 25px solid #42A5F5;
}
.history-area dl:nth-child(6) dt .hexagon:after {
  border-top: 25px solid #2196F3;
}
.history-area dl:nth-child(7) dt .hexagon:after {
  border-top: 25px solid #1E88E5;
}
.history-area dl:nth-child(8) dt .hexagon:after {
  border-top: 25px solid #1976D2;
}
.history-area dl:nth-child(9) dt .hexagon:after {
  border-top: 25px solid #1565C0;
}
.history-area dl:nth-child(10) dt .hexagon:after {
  border-top: 25px solid #0D47A1;
}
.history-area dl:nth-child(11) dt .hexagon:after {
  border-top: 25px solid #304FFE;
}
.history-area dl:nth-child(12) dt .hexagon:after {
  border-top: 25px solid #3D5AFE;
}
.history-area dl:nth-child(13) dt .hexagon:after {
  border-top: 25px solid #536DFE;
}
.history-area dl:nth-child(14) dt .hexagon:after {
  border-top: 25px solid #7986CB;
}
.history-area dl:nth-child(15) dt .hexagon:after {
  border-top: 25px solid #5C6BC0;
}
.history-area dl:nth-child(16) dt .hexagon:after {
  border-top: 25px solid #3F51B5;
}
.history-area dl:nth-child(17) dt .hexagon:after {
  border-top: 25px solid #3949AB;
}
.history-area dl:nth-child(18) dt .hexagon:after {
  border-top: 25px solid #303F9F;
}
.history-area dl:nth-child(19) dt .hexagon:after {
  border-top: 25px solid #283593;
}
.history-area dl:nth-child(20) dt .hexagon:after {
  border-top: 25px solid #1A237E;
}
.history-area dl:nth-child(21) dt .hexagon:after {
  border-top: 25px solid #6200EA;
}
.history-area dl:nth-child(22) dt .hexagon:after {
  border-top: 25px solid #651FFF;
}
.history-area dl:nth-child(23) dt .hexagon:after {
  border-top: 25px solid #7C4DFF;
}
.history-area dl:nth-child(24) dt .hexagon:after {
  border-top: 25px solid #B388FF;
}
.history-area dl:nth-child(25) dt .hexagon:after {
  border-top: 25px solid #D1C4E9;
}
.history-area dl:nth-child(26) dt .hexagon:after {
  border-top: 25px solid #B39DDB;
}
.history-area dl:nth-child(27) dt .hexagon:after {
  border-top: 25px solid #9575CD;
}
.history-area dl:nth-child(28) dt .hexagon:after {
  border-top: 25px solid #7E57C2;
}
.history-area dl:nth-child(29) dt .hexagon:after {
  border-top: 25px solid #673AB7;
}
.history-area dl:nth-child(30) dt .hexagon:after {
  border-top: 25px solid #5E35B1;
}


.history-area dl dt .hexagon {
  width: 100px;
  height: 55px;
  line-height: 55px;
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background-color: inherit;
  /*background-image: url("/images");*/
}
.history-area dl dt .hexagon:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  /*border-bottom: 25px solid inherit;*/
}
.history-area dl dt .hexagon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  /*border-top: 25px solid inherit;*/
}
.history-area dl dd > ul {
  border-left: 2px solid #d3d3d3;
  min-height: 130px;
}

.history-area dl dd > ul > li {
  display: table;
  width: 100%;
  line-height: 30px;
  vertical-align: middle;
  padding-bottom: 20px;
}
.history-area dl dd > ul > li > span {
  display: table-cell;
  width: 20%;
  color: #50a7ff;
}
.history-area dl dd > ul > li > ul {
  display: table-cell;
  width: 80%;
}
.history-area dl dd > ul > li::before {
  margin-left: -7px;
  padding-right: 10px;
  content: "\f21b";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d3d3d3; /* or whatever color you prefer */
  /*font-size: 30px;!* or whatever the bullet size you prefer *!*/
  line-height: 1;
  vertical-align: middle;
}


/*역대회장*/
.past-presidents-list .ppl {
  display: table;
  padding: 0 8px 40px;
  float: left;
  width: 25%;
  text-align: center;
  height: 250px;
}
.past-presidents-list .ppl .picture {
  display: table-row;
}
.past-presidents-list .ppl .picture span {
  display: table-cell;
  height: 165px;
  vertical-align: bottom;
}
.past-presidents-list .ppl h1 {
  display: table-row;
}
.past-presidents-list .ppl h1 span {
  display: table-cell;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  vertical-align: middle;
  border-bottom: 2px solid #dfdfdf;
}
.past-presidents-list .ppl .year {
  display: table-row;
}
.past-presidents-list .ppl .year span {
  display: table-cell;
  height: 55px;
  vertical-align: middle;
}

/*국내학술활동*/
.journal-list-area {
  padding-top: 30px;
  text-align: center;
}
.journal-list-area li img {
  width: 140px;
  /*width: 80%;*/
  /*height: 210px;*/
  border: 1px solid #eee;
}
.journal-list-area li {
  display: inline-block;
  /*float: left;*/
  padding-right: 15px;
}
.journal-list-area li:last-child {
  padding-right: 0;
}
/*.journal-list-area ul:after {*/
/*content: '';*/
/*display: block;*/
/*clear: both;*/
/*}*/

/*사무국안내*/
.staff {
  display: table;
  width: 100%;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.staff dt, .staff dd {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.staff dt {
  width: 20%;
  background-color: #f7f7f7;
  font-size: 15px;
  font-weight: 700;
}
.staff dd {
  width: 80%;
  font-size: 15px;
  color: #666666;
}
.staff dd ul li a i {
  padding-right: 10px;
}



/*.past-presidents-list .ppl .picture {*/
/*display: table-row;*/
/*height: 165px;*/
/*}*/
/*.past-presidents-list .ppl img {*/
/*display: table-cell;*/
/*vertical-align: bottom;*/
/*}*/
/*.past-presidents-list .ppl h1 {*/
/*display: table-row;*/
/*!*background-color: #D2BE8F;*!*/
/*!*color: #fff;*!*/
/*}*/
/*.past-presidents-list .ppl h1 span {*/
/*display: table-cell;*/
/*height: 55px;*/
/*vertical-align: middle;*/
/*font-size: 15px;*/
/*font-weight: 700;*/
/*border-bottom: 3px solid #D2BE8F;*/
/*}*/
/*.past-presidents-list .ppl .year {*/
/*display: table-row;*/
/*height: 48px;*/
/*}*/
/*.past-presidents-list .ppl .year span {*/
/*display: table-cell;*/
/*vertical-align: middle;*/
/*}*/


/*.ci-area*/
.ci-area {
  text-align: center;
}
.ci-area p {
  text-align: center;
  margin: 0 0 30px;
}
.ci-logo li {
  float: left;
}

/* *******************************************************************
	간행물 안내 : publication_info.vm
******************************************************************* */
.publication-box {
  margin-bottom: 80px;
}
.publications:after {
  content: '';
  display: block;
  clear: both;
}
.publications .thm {
  float: left;
  padding: 0 30px 0 0;
  /*width: ;*/
}
.publications .thm img {
  border: 1px solid #dfdfdf;
}
.publications h4 {
  font-size: 18px;
  font-weight: 700;
  /*padding-bottom: 15px;*/
}
.publications-btn {
  padding-top: 25px;
}
.publications-btn > li {
  float: left;
  padding-right: 10px;
}
.publications-btn > li.more-info {
  float: right;
  padding-right: 0;
}
.publications-btn:after {
  content: '';
  display: block;
  clear: both;
}
.publications-btn li:last-child {
  padding-right: 0;
}
.descriptions {
  margin-top: 20px;
  padding: 10px;
  border: 5px solid #eee;
}
.descriptions ul {
  margin: 10px 0 0 15px;
  list-style: disc;
}
.publications-btn > li.more-info .more-info-btn {
  width: 105px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  /*color: #1578c4;*/
  /*border: 1px solid #ddd;*/
  border: 1px solid #1578c4;
  border-radius: 2px;
  color: #1578c4;
  /*background: -moz-linear-gradient(top, #fefefe 0%, #fbfbfb 49%, #efefef 100%);*/
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef));*/
  /*background: -webkit-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);*/
  /*background: -o-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);*/
  /*background: -ms-linear-gradient(top, #fefefe 0%,#fbfbfb 49%,#efefef 100%);*/
  /*background: linear-gradient(to bottom, #fefefe 0%,#fbfbfb 49%,#efefef 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 );*/
  outline: none;
}
.publications-btn > li.more-info .more-info-btn:hover {
  background-color: #1578c4;
  color: #fff;
}

.publications-btn > li.more-info .more-info-btn i {
  padding-left: 20px;
}

.publication-accordian {
  margin-top: 30px;
}

.publication-accordian table caption {
  margin: 0 0 5px;
  color: #333;
}
.publication-accordian table.tb-basic {
  margin-bottom: 0;
  border-bottom: 2px solid #dfdfdf !important;
}
/*modal-popup*/
.modal-content h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.close {
  margin-top: -25px !important;
}
.site-base.modal-open {
  padding-right: 0 !important;
}


/* Research */
.list-highlight {

}
.list-highlight li {
  margin: 0 0 10px;
  padding: 10px 20px;
  border: 1px solid #eee;
  border-left: 3px solid #1578c4;
  border-radius: 2px;
}

/* committees-list */
.committees-list {

}
.committees-list li {
  position: relative;
  padding: 10px 30px;
  background-color: #f7f7f7;
}
.committees-list li:nth-child(2n) {
  background-color: #fff;
}
.committees-list li .name {
  display: inline-block;
  width: 150px;
  margin-right: 20px;
}
.committees-list li .organ {

}
.committees-list li .mail {
  position: absolute;
  right: 30px;
  top: 7px;
  font-size: 22px;
}

/* *******************************************************************
	학회주요일정 : major_schedule.vm
******************************************************************* */
.section.major-schedule {

}
.section.major-schedule .fc-row.fc-widget-header table {

}
.fc-head-container.fc-widget-header,
.fc-day-header.fc-widget-header.fc-sun,
.fc-day-header.fc-widget-header.fc-sat {
  border-top: 2px solid #49586d;
  background-color: #f2f5f8 !important;
}
.fc-row.fc-widget-header table thead tr th {
  padding: 10px 0;
}

/* 토요일 */
.section.major-schedule .fc-sat {
  /*background-color: #f3f8fc;*/
}
.section.major-schedule .fc-sat .fc-day-number {
  color: #2e78bf;
}

/* 일요일 */
.section.major-schedule .fc-sun {
  /*background-color: #fff4f2;*/
}
.section.major-schedule .fc-sun .fc-day-number {
  color: #c62a00;
}

/* 이벤트 */
.section.major-schedule .fc-event {
  margin-top: 2px;
  border-radius: 2px;
  cursor: pointer;
}


/* *******************************************************************
	회원센터
******************************************************************* */
.list-page p {
  margin-bottom: 10px;
}
.list-page ul li {
  padding-left: 15px;
  text-indent: -15px;
}

.three-column {
  /*list-style: none;*/
  -moz-column-count: 3;
  -moz-column-gap: 0;
  -moz-column-fill: balance;
  -webkit-column-count: 3;
  -webkit-column-gap: 0;
  -webkit-column-fill: balance;
  column-count: 3;
  column-gap: 0;
  column-fill: balance;
  list-style-position: inside;
  padding: 25px 30px;
  border: 3px solid #f7f7f7;
}
.three-column li {
  line-height: 2;
}

.tb-user-search td {
  text-align: center;
  border-bottom: 1px solid #ddd !important;
}


/* *******************************************************************
	제휴사업
******************************************************************* */
.affilication td li {
  line-height: 1.5;
}
.affilication td > ul {
  padding: 10px 0 10px 10px;
}
.affilication td > ul > li {
  font-weight: 700;
  padding-bottom: 15px;
  /*background: url("/images/bullet/bullet_main_board.png") no-repeat 0 8px;*/
}
.affilication td > ul > li:last-child {
  padding-bottom: 0;
}
.affilication td > ul > li > ul {
  padding: 0 0 0 20px;
}
.affilication td > ul > li > ul > li {
  font-weight: 500;
  text-indent: -10px;
}
.affilication td p.star {
  padding: 0 0 10px 40px;
  text-indent: -20px;
}

/* *******************************************************************
	계산서신청
******************************************************************* */
.ol-list li{
  padding-left: 15px;
  text-indent: -15px;
  padding-bottom: 10px;
}


.section.conference .chart-area {

}

.section.conference .chart-area .thm {

}
.section.conference .chart-area .thm img {
  border: 3px solid #eee;
}
.section.conference .chart-area .info-text {
  font-weight: bold;
}
.section.conference .chart-area {

}
