.maincolor {
  color: #27659e; }

.color02 {
  color: #00b2a5; }

.color03 {
  color: #556db1; }

.color04 {
  color: #f27905; }

.string-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sub-top {
  width: 100%;
  height: 125px;
  margin-top: 65px;
  display: table; }
  .sub-top .sub-top-txt {
    width: 100%;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: center; }
    .sub-top .sub-top-txt .en {
      display: block;
      font-size: 14px;
      color: inherit;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .sub-top .sub-top-txt .ko {
      display: block;
      font-size: 15px;
      color: inherit; }
  .sub-top.sub-top01 {
    background: url(../images/sub_top_01.jpg) center no-repeat;
    background-size: cover; }
  .sub-top.sub-top02 {
    background: url(../images/sub_top_02.jpg) center no-repeat;
    background-size: cover; }
  .sub-top.sub-top03 {
    background: url(../images/sub_top_03.jpg) center no-repeat;
    background-size: cover; }
  .sub-top.sub-top04 {
    background: url(../images/sub_top_04.jpg) center no-repeat;
    background-size: cover; }
  .sub-top.sub-top05 {
    background: url(../images/sub_top_05.jpg) center no-repeat;
    background-size: cover; }
  .sub-top.sub-top06 {
    background: url(../images/sub_top_06.jpg) center no-repeat;
    background-size: cover; }
  .sub-top.sub-top07 {
    background: url(../images/sub_top_07.jpg) center no-repeat;
    background-size: cover; }

.contents-wrap {
  height: auto;
  margin: auto; }
  .contents-wrap:after {
    clear: both;
    display: block;
    content: ""; }

.lnb {
  width: 100%;
  position: relative; }
  .lnb .current-page {
    display: block;
    line-height: 45px;
    background: url(../images/current_page.png) no-repeat 95% center #27659e;
    background-size: 10px;
    color: #fff;
    font-size: 16px;
    padding: 0 10px; }
  .lnb .lnb-menu {
    border: 1px solid #ddd;
    border-bottom: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 998;
    display: none; }
    .lnb .lnb-menu > li {
      background: url(../images/icon_lnb_default.jpg) #f6f6f6 no-repeat 95% 14px;
      border-bottom: 1px solid #ddd;
      height: 45px; }
      .lnb .lnb-menu > li:hover {
        background: url(../images/icon_lnb_active.jpg) #fff no-repeat 95% 14px; }

      .lnb .lnb-menu > li > a {
        font-size: 15px;
        display: block;
        padding: 18px 10px 18px 20px; }
      .lnb .lnb-menu > li.active {
        background: url(../images/icon_lnb_active.jpg) #fff no-repeat 95% 14px;
        height: auto; }
        .lnb .lnb-menu > li.active > a {
          border-bottom: 2px solid #556db1;
          color: #556db1;
          font-weight: bold; }
      .lnb .lnb-menu > li.on {
        height: auto; }
        .lnb .lnb-menu > li.on .depth03 {
          display: block; }
          .lnb .lnb-menu > li.on .depth03 a {
            padding-left: 20px;
            background: url(../images/depth03_default.jpg) no-repeat left center; }
            .lnb .lnb-menu > li.on .depth03 a.on {
              background: url(../images/depth03_active.jpg) no-repeat left center;
              color: #556db1; }
      .lnb .lnb-menu > li .depth03 {
        display: none;
        line-height: 192%;
        padding-left: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
        background: #fff;
        border-top: 1px solid #ddd; }

.sub-wrap {
  width: 100%;
  padding: 0 10px;
  height: auto;
  padding-top: 7px; }
  .sub-wrap .page-top {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px; }
    .sub-wrap .page-top:after {
      clear: both;
      display: block;
      content: ""; }
    .sub-wrap .page-top .page-tit {
      font-size: 26px;
      color: #696969;
      float: left; }
    .sub-wrap .page-top .breadcrumb {
      float: right; }
      .sub-wrap .page-top .breadcrumb:after {
        clear: both;
        display: block;
        content: ""; }
      .sub-wrap .page-top .breadcrumb a {
        float: left;
        margin-right: 10px;
        font-size: 14px; }
        .sub-wrap .page-top .breadcrumb a.home:before {
          content: ""; }
        .sub-wrap .page-top .breadcrumb a:before {
          content: ">";
          float: left;
          margin-right: 10px; }

.sub-contents {
  width: 100%;
  height: auto;
  padding-bottom: 80px; }
  .sub-contents:after {
    clear: both;
    display: block;
    content: ""; }

.greetings-txt {
  width: 100%; }
  .greetings-txt h5 {
    font-size: 16px;
    color: #00b2a5;
    margin-bottom: 20px;
    line-height: 170%; }
  .greetings-txt .sub-txt {
    font-size: 15px;
    color: #545454;
    margin-bottom: 35px;
    line-height: 133%; }
  .greetings-txt p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 30px;
    word-break: keep-all; }
  .greetings-txt figure {
    text-align: center;
    margin-bottom: 30px; }
    .greetings-txt figure img {
      width: 55%;
      max-width: 355px; }
    .greetings-txt figure figcaption {
      font-size: 14px;
      line-height: 120%; }

.intro-tab {
  border-left: 1px solid #ddd;
  margin-bottom: 25px; }
  .intro-tab:after {
    clear: both;
    display: block;
    content: ""; }
  .intro-tab a {
    width: 50%;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    float: left;
    border-bottom: 1px solid #ddd; }
    .intro-tab a.active {
      color: #556db1;
      font-weight: bold;
      border-bottom: 2px solid #556db1; }

.chairman-career dl {
  margin-bottom: 25px;
    display: table;
}
  .chairman-career dl dt {
    display: table-cell;

    font-size: 14px;
      vertical-align: top;
      width:auto;
      min-width: 130px;
    color: #545454;
    margin-bottom: 10px; padding-right:15px}
  .chairman-career dl dd {
    font-size: 14px;
    color: #8d8d8d;
      display: table-cell;
    line-height: 120%; }

.organization {
  text-align: center; }
  .organization img {
    width: 100%;
    max-width: auto; }

.past-chairman:after {
  clear: both;
  display: block;
  content: ""; }
.past-chairman dl {
  float: left;
  padding: 10px;
  border: 1px solid #ddd;
  position: relative;
  width: 48%;
  margin-bottom: 4%;
 }
  .past-chairman dl .img {
    width: 100%; }
    .past-chairman dl .img img {
      width: 100%; }
    .past-chairman dl .img.blank {
      width: 140px;
      height: 168px;
      border: 1px solid #ddd; }
  .past-chairman dl dt {
    font-size: 15px;
    color: #556db1;
    margin: 10px 0;
    display: block;
    letter-spacing: -1px; }
  .past-chairman dl dd {
    display: table;
    color: #8d8d8d;
    line-height: 146%;
    font-size: 14px;
    width:100%;
}
.past-chairman dl dd span:nth-child(2){
    display:inline-block;
    width:calc(100% - 42px);
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden
}
.past-chairman dl dd span{
    display: inline-block;
    color: inherit;
}
.past-chairman dl dd .sb{
    width:42px;
    vertical-align: top;
}

  .past-chairman dl .period {
    margin-bottom: 20px; }
  .past-chairman dl:nth-child(even) {
    float: left; }
  .past-chairman dl:nth-child(odd) {
    float: right; }

.regulations {
  font-size: 14px;
  line-height: 120%;
  padding-top: 20px; }
  .regulations h5 {
    font-size: 17px;
    color: #00b2a5;
    margin-bottom: 15px; }
  .regulations strong {
    display: block;
    font-size: inherit; }

.history dl {
  margin-bottom: 25px;
    display: table;
}
  .history dl:after {
    clear: both;
    display: block;
    content: ""; }
  .history dl dt {
    display: table-cell;
    font-size: 14px;
      vertical-align: top;
      padding-top:5px;
      padding-right: 15px;
    color: #00b2a5;
    }
  .history dl dd {
    line-height: 178%;
    color: #8d8d8d;
      vertical-align: top;
    font-size: 14px;
      display: table-cell;
}
    .history dl dd small {
      font-size: 12px;
      color: inherit;
      line-height: 150%; }

.business:after {
  clear: both;
  display: block;
  content: ""; }
.business figure {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 40px; }
  .business figure img {
    width: 100%; }
  .business figure figcaption {
    margin-top: 15px;
    text-align: center; }
    .business figure figcaption strong {
      display: block;
      font-size: 16px;
      color: #27659e;
      margin-bottom: 15px; }
    .business figure figcaption p {
      font-size: 14px;
      line-height: 153%;
      color: #888;
      word-break: keep-all;
      padding: 0 10px 15px; }

.contact .map-area {
  width: 100%;
  height: 150px;
  margin-bottom: 10px; }
  .contact .map-area .map {
    width: 100%;
    border: 1px solid #cdcdcd;
    overflow: hidden; }
    .contact .map-area .map img {
      width: 100%; }
.contact .contact-info {
  padding: 0 10px 15px;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1; }
  .contact .contact-info strong {
    display: block;
    font-size: 17px;
    color: #27659e;
    margin-top: 15px;
    margin-bottom: 10px; }
  .contact .contact-info p {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    line-height: 160%;
    padding-bottom: 15px; }

.board-search {
  margin-bottom: 15px; }
  .board-search:after {
    clear: both;
    display: block;
    content: ""; }
  .board-search .select-wrap {
    /*background: url(../images/bg_select.jpg) no-repeat right center;*/
    border: 1px solid #ddd;
    display: inline-block;
    overflow: hidden; }
  .board-search select {
    height: 25px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    /*        background-image: none;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;    */
    font-family: inherit;
    padding-left: 5px;
    display: inline-block; }
  .board-search .select01 {
    width: 245px; }
  .board-search .select02 {
    width: 80px; }
  .board-search .search-type {
    float: right; }
    .board-search .search-type .search-type-string {
      width: 120px;
      height: 25px;
      border: 1px solid #ddd;
      margin-right: 5px; }
    .board-search .search-type .search-btn {
      width: 40px;
      height: 25px;
      color: #fff;
      text-align: center;
      font-family: inherit;
      font-size: 14px;
      border: none;
      background: #666666; }
    .board-search .search-type input[type="radio"] {
      position: absolute;
      top: -9999px;
      left: -9999px; }
      .board-search .search-type input[type="radio"]:checked + label {
        background: url(../images/chk.jpg) no-repeat;
        background-position: 0 -20px; }
    .board-search .search-type label {
      background: url(../images/chk.jpg) no-repeat;
      height: 20px;
      padding-left: 30px;
      font-size: 13px;
      color: #919191;
      display: inline-block;
      line-height: 20px;
      margin-left: 30px; }

.board-type01 {
  width: 100%;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1; }
  .board-type01 li {
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd; }
    .board-type01 li:after {
      clear: both;
      display: block;
      content: ""; }
    .board-type01 li:last-child {
      border-bottom: none; }
    .board-type01 li.nt {
      background: #f0f1f6; }
    .board-type01 li span {
      display: block; }
    .board-type01 li .list-wrap {
      width: 770px;
      float: left; }
      .board-type01 li .list-wrap .board-tit {
        font-size: 16px;
        color: #515151;
        margin-bottom: 10px; }
        .board-type01 li .list-wrap .board-tit .symbol {
          display: inline-block;
          margin-right: 10px;
          width: 40px;
          height: 35px;
          color: #fff;
          text-align: center;
          background: #556db1;
          line-height: 35px; }
      .board-type01 li .list-wrap .board-summary {
        font-size: 14px;
        color: #959595;
        line-height: 170%;
        height: 50px;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
        /*                &:after{
                            width:15px;
                            height: 25px;
                            position: absolute;
                            right:0;
                            bottom:0;
                            background: #fff;
                            content: "...";
                            _background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,.7) 100%);

                        }*/ }
      .board-type01 li .list-wrap .reginfo {
        font-size: 14px;
        color: #959595; }
    .board-type01 li .download {
      float: right;
      width: 245px;
      text-align: center;
      height: 120px;
      padding-top: 30px; }

.pagenation-wrap {
  margin-top: 50px;
  text-align: center; }
  .pagenation-wrap .pagenation {
    display: inline-block; }
    .pagenation-wrap .pagenation:after {
      clear: both;
      display: block;
      content: ""; }
    .pagenation-wrap .pagenation li {
      float: left;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      border: 1px solid #ddd;
      margin: 0 4px; }
      .pagenation-wrap .pagenation li.active {
        border: 1px solid #27659e; }
        .pagenation-wrap .pagenation li.active a {
          border-bottom: 1px solid #27659e; }

.view-tbl {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1;
  margin-bottom: 30px; }
  .view-tbl thead th {
    padding: 12px 10px;
    vertical-align: middle;
    text-align: left;
    background: #f0f1f6;
    border-bottom: 1px solid #ddd; }
    .view-tbl thead th.article-info {
      font-size: 14px;
      color: #515151; }
      .view-tbl thead th.article-info .symbol {
        display: inline-block;
        margin-right: 10px;
        width: 40px;
        height: 25px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        background: #556db1;
        line-height: 25px; }
      .view-tbl thead th.article-info .reginfo {
        font-size: 14px;
        color: #959595;
        display: block;
        padding-top: 10px; }
    .view-tbl thead th.attach-file span {
      display: inline-block;
      margin-right: 15px;
      font-size: 14px;
      color: #959595; }
    .view-tbl thead th.attach-file a {
      color: #333;
      margin-right: 10px; }
  .view-tbl .article-contents {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 170%;
    height: auto;
    min-height: 300px;
    vertical-align: baseline; }
    .view-tbl .article-contents img {
      width: auto;
      max-width: 100%; }

.btn-list {
  width: 75px;
  height: 25px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #666666;
  line-height: 25px;
  float: right; }

.preview-btn {
  clear: both; }
  .preview-btn:after {
    clear: both;
    display: block;
    content: ""; }
  .preview-btn div {
    width: 50%;
    border: 1px solid #ddd;
    padding-top: 10px;
    height: 50px;
    font-size: 14px;
    float: left;
    line-height: 140%; }
    .preview-btn div.preview-prev {
      background: url(../images/btn_preview01.png) no-repeat 2% center;
      background-size: 12px 12px;
      border-right: none;
}
    .preview-btn div.preview-next {
      background: url(../images/btn_preview02.png) no-repeat 98% center;
      background-size: 12px 12px;
  }
    .preview-btn div span {
      display: block; }
    .preview-btn div a {
      width: 100%;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.newslist-tbl {
  table-layout: fixed;
  width: 100%;
  border-bottom: 2px solid #556db1; }
  .newslist-tbl thead th {
    border-top: 2px solid #556db1;
    border-bottom: 2px solid #556db1;
    height: 60px;
    font-size: 16px;
    color: #515151; }
  .newslist-tbl tbody td {
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #959595;
    height: 80px; }
    .newslist-tbl tbody td a {
      text-align: left;
      color: #515151;
      display: inline-block;
      width: 90%;
      margin-right: 0; }
    .newslist-tbl tbody td .coment-count {
      display: inline-block; }
    .newslist-tbl tbody td.type {
      color: #27659e;
      font-weight: bold; }

.community-wrap {
  overflow: hidden; }

.meeting-list {
  padding: 10px 0;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1; }
  .meeting-list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px; }
    .meeting-list li:after {
      clear: both;
      display: block;
      content: ""; }
    .meeting-list li .img {
      float: left;
      width: 40%; }
      .meeting-list li .img img {
        width: 100%;
        max-width: 140px;
        height: auto;
        max-height: 200px; }
    .meeting-list li .meeting-summary {
      float: left;
      width: 60%;
      padding-left: 10px; }
      .meeting-list li .meeting-summary .name {
        font-size: 20px;
        color: #556db1;
        margin-bottom: 10px; }
      .meeting-list li .meeting-summary strong {
        font-size: 15px;
        display: block;
        color: #515151;
        margin-bottom: 10px;
        line-height: 120%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .meeting-list li .meeting-summary p {
        font-size: 14px;
        color: #959595;
        line-height: 120%;
        height: 56px;
        overflow: hidden;
        word-break: keep-all;
        margin-bottom: 10px; }
      .meeting-list li .meeting-summary .reginfo {
        display: block;
        font-size: 14px;
        color: #959595;
        line-height: 170%; }

.photo-gallery {
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1; }
  .photo-gallery:after {
    clear: both;
    display: block;
    content: ""; }
  .photo-gallery li {
    margin-right: 12px;
    border-bottom: 1px solid #ddd;
    margin-top: 45px; }
    .photo-gallery li .type {
      display: block;
      font-size: 15px;
      color: #737373;
      margin-bottom: 10px; }
    .photo-gallery li figure {
      margin-bottom: 15px;
      display: block;
      height: 130px;
      overflow: hidden; }
      .photo-gallery li figure img {
        width: 100%; }
    .photo-gallery li .tit {
      display: block;
      font-size: 18px;
      color: #404040;
      margin-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .photo-gallery li p {
      line-height: 153%;
      height: 57px;
      overflow: hidden;
      color: #919191;
      margin-bottom: 15px; }
    .photo-gallery li .reginfo {
      font-size: 13px;
      color: #919191; }

.community-list {
  padding: 30px 0;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1; }
  .community-list li {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    margin-bottom: 40px; }
    .community-list li:after {
      clear: both;
      display: block;
      content: ""; }
    .community-list li figure {
      width: 100%;
      overflow: hidden;
      height: auto; }
      .community-list li figure img {
        width: 100%; }
    .community-list li .summary {
      padding: 10px 0; }
      .community-list li .summary h5 {
        font-size: 13px;
        color: #515151;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .community-list li .summary .writer {
        display: block;
        font-size: 14px;
        color: #959595;
        margin-bottom: 25px; }
      .community-list li .summary p {
        font-size: 14px;
        color: #959595;
        margin-bottom: 25px;
        line-height: 140%;
        height: 64px;
        overflow: hidden; }
      .community-list li .summary .reginfo {
        display: block;
        font-size: 14px;
        color: #959595; }

.graduate .graduate-tab {
  margin-bottom: 70px;
  margin-left: 5px; }
  .graduate .graduate-tab:after {
    clear: both;
    display: block;
    content: ""; }
  .graduate .graduate-tab a {
    float: left;
    width: 102px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #9f9f9f; }
    .graduate .graduate-tab a:before {
      float: left;
      content: "|";
      margin-left: -5px;
      color: #9f9f9f;
      font-weight: normal; }
  .graduate .graduate-tab .active {
    color: #27659e;
    font-weight: bold; }
  .graduate .graduate-tab .lager {
    width: 204px; }
  .graduate .graduate-tab .b-r:after {
    content: "|";
    float: right;
    color: #9f9f9f;
    font-weight: normal; }
.graduate .graduate-tab2 {
  margin-bottom: 70px;
  margin-left: 5px; }
  .graduate .graduate-tab2:after {
    clear: both;
    display: block;
    content: ""; }
  .graduate .graduate-tab2 a {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    color: #9f9f9f;
    position: relative;
    /*border-left:1px solid #9f9f9f;*/ }
    .graduate .graduate-tab2 a:before {
      position: absolute;
      content: "|";
      left: 0;
      top: 0%;
      color: #9f9f9f;
      margin-left: -2px; }
    .graduate .graduate-tab2 a:last-child:after {
      position: absolute;
      content: "|";
      right: 0;
      top: 0%;
      color: #9f9f9f;
      margin-left: -2px; }
  .graduate .graduate-tab2 .bn {
    border: none; }
  .graduate .graduate-tab2 .active {
    color: #27659e;
    font-weight: bold; }
  .graduate .graduate-tab2 .lager {
    width: 204px; }
  .graduate .graduate-tab2 .b-r {
    border-right: 1px solid #9f9f9f; }
.graduate .subject-name {
  color: #27659e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px; }
.graduate .tbl {
  color: #787878;
  margin-bottom: 15px;
  font-size: 14px; }
  .graduate .tbl thead th {
    background: #f0f1f6;
    border: 1px solid #d4d4d4;
    height: 40px;
    width: 40px; }
  .graduate .tbl td {
    height: 40px;
    border: 1px solid #d4d4d4;
    width: 43px;
    text-align: center; }
  .graduate .tbl .tot {
    width: 86px; }

.login-box-wrap {
  border: 1px solid #ddd;
  height: 550px;
  margin-bottom: 25px; }
  .login-box-wrap:after {
    clear: both;
    display: block;
    content: ""; }
  .login-box-wrap .login-box {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 55px;
    height: 100%; }
    .login-box-wrap .login-box .login-txt {
      font-size: 17px;
      line-height: 211%;
      margin-bottom: 95px; }
    .login-box-wrap .login-box .id-wrap {
      width: 100%;
      height: 62px;
      background: url(../images/bg_login.jpg) no-repeat;
      padding-top: 15px;
      border-bottom: 2px solid #ccc;
      margin-bottom: 30px; }
      .login-box-wrap .login-box .id-wrap input[type="text"] {
        width: 100%;
        height: 35px;
        border: none;
        font-size: 17px;
        background: transparent; }
        .login-box-wrap .login-box .id-wrap input[type="text"]:focus {
          outline: none; }
    .login-box-wrap .login-box .pw-wrap {
      width: 100%;
      height: 62px;
      background: url(../images/bg_pw.jpg) no-repeat;
      padding-top: 15px;
      border-bottom: 2px solid #ccc;
      margin-bottom: 10px; }
      .login-box-wrap .login-box .pw-wrap input[type="password"] {
        width: 100%;
        height: 35px;
        border: none;
        font-size: 17px;
        background: transparent; }
        .login-box-wrap .login-box .pw-wrap input[type="password"]:focus {
          outline: none; }
    .login-box-wrap .login-box .btn-login {
      background: #556db1;
      text-align: center;
      color: #fff;
      font-size: 17px;
      font-family: inherit;
      padding: 0;
      width: 100%;
      height: 60px;
      line-height: 60px;
      border-radius: 5px;
      border: none; }

.join-box-wrap {
  float: left;
  width: 50%; }
  .join-box-wrap .join-box {
    padding: 55px 35px 0;
    height: 50%;
    border-bottom: 1px solid #ddd; }
  .join-box-wrap .box-tit {
    font-size: 17px;
    font-weight: bold;
    color: #494949;
    margin-bottom: 15px; }
    .join-box-wrap .box-tit i {
      display: inline-block;
      margin-right: 10px; }
  .join-box-wrap ul {
    font-size: 14px;
    line-height: 171%;
    margin-bottom: 45px; }
  .join-box-wrap .annoy-btn {
    width: 155px;
    padding-bottom: 15px;
    border-bottom: 2px solid #556db1;
    display: block;
      margin-bottom:20px;
    font-size: 15px;
    color: #556db1;
    font-weight: bold;
    /*        &:after{
                content: ">";
                float: right;
                font-size: 10px;
                font-weight: bolder;
                margin-top:2px;
            }*/ }

.notice-box {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 14px; }
  .notice-box:after {
    clear: both;
    display: block;
    content: ""; }
  .notice-box span {
    margin-bottom: 10px; }
    .notice-box span img {
      width: 120px; }
  .notice-box strong {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #fd1f67;
    margin-bottom: 10px; }
  .notice-box p {
    line-height: 157%;
    font-size: 14px; }

.chkbox {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  opacity: 0; }
  .chkbox:checked + label {
    background-position: 0 -20px; }

.chk-label {
  background: url(../images/chk.jpg) no-repeat;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

.mypage-tit {
  padding-left: 10px;
  border-left: 3px solid #556db1;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #27659e;
  font-size: 14px; }

.mypage-tit02 {
  padding-left: 10px;
  border-left: 3px solid #00b2a5;
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #00b2a5;
  font-size: 14px; }

.find-box {
  margin-bottom: 20px; }
  .find-box .tbl {
    table-layout: fixed;
    width: 100%;
    border-top: 2px solid #556db1;
    border-bottom: 2px solid #556db1; }
    .find-box .tbl th {
      text-align: left;
      padding-left: 30px;
      font-size: 16px;
      color: #515151;
      height: 60px;
      border-bottom: 1px solid  #ddd;
      background: #f0f1f6; }
    .find-box .tbl td {
      border-bottom: 1px solid #ddd;
      padding: 10px; }
  .find-box .input {
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 40px; }
  .find-box .w300 {
    width: 300px; }
.find-box .tbl td span.ml30{
    margin-left: 0 !important;
    margin-top:5px;
    font-size:12px;
}
.mypage-tit{
    margin-top:30px;
}

.common-btn {
  background: #556db1;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: inherit;
    padding:0 20px;
    min-width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: none;
  display: inline-block; }

.common-btn02 {
  background: #838383;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: inherit;
  padding: 0;
  padding:0 20px;
  height: 30px;
    min-width: 100px;
  line-height: 30px;
  border: none;
  font-size: 14px;
  display: inline-block; }

.common-btn03 {
  background: #00b2a5;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: inherit;
  padding:0 20px;
  height: 25px;
  line-height: 25px;
    min-width: 100px;
  border: none;
  font-size: 14px;
  display: inline-block; }

.write-btn {
  background: #838383;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: inherit;
  padding: 0;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  border: none;
  font-size: 14px; }

.rulse-wrap {
    margin-top:30px;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1;
  padding: 20px;
  font-size: 14px;
  background: #f0f1f6;
  line-height: 150%;
  height: 420px;
  overflow-y: auto; }
  .rulse-wrap strong {
    font-size: 15px;
    display: block;
    margin-bottom: 10px; }
  .rulse-wrap p {
    margin-bottom: 20px; }
  .rulse-wrap ul {
    margin-bottom: 20px; }
    .rulse-wrap ul li {
      padding-left: 10px; }
  .rulse-wrap th {
    background: #ccc;
    border: 1px solid #ddd; }
  .rulse-wrap td {
    border: 1px solid #ccc; }

.join-type strong {
  font-size: 22px;
  color: #f27905;
  display: block;
  text-align: center;
  margin-bottom: 40px; }
.join-type p {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 187%; }
.join-step {
    display: none;
}
.join-form{
    padding-top:30px;
}

.color-txt {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  margin-left: 5px;
  font-size: 19px; }
  .color-txt strong {
    color: #27659e; }

.color-txt02 {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  margin-left: 5px;
  font-size: 19px; }
  .color-txt02 strong {
    color: #00b2a5; }

.bt-color03 {
  padding-bottom: 10px;
  border-bottom: 2px solid #556db1; }

.bt-color02 {
  padding-bottom: 10px;
  border-bottom: 2px solid #00b2a5; }

.annoy-txt {
  font-size: 15px;
  line-height: 160%; }

.join-form .border-color {
  border-top: 2px solid #00b2a5 !important;
  border-bottom: 2px solid #00b2a5 !important; }
.join-form .tbl {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1; }
  .join-form .tbl th {
    text-align: center;
    font-size: 16px;
    color: #515151;
      font-size:12px;
    padding:10px;
    border-bottom: 1px solid  #ddd;
    background: #f0f1f6; }
  .join-form .tbl td {
    border-bottom: 1px solid #ddd;
    padding:10px;
    font-size: 14px;
}
.join-form .input {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 30px;
  text-indent: 5px;
  display: inline-block;
    font-size:12px;
}

.join-form .annoy-txt {
  font-size: 15px;
  line-height: 160%; }
.join-form .additional-box {
  border-bottom: 2px solid #27659e;
  margin-bottom: 20px; }
.join-form .additional {
  display: none;
  background: #f8f8f8;
  border-bottom: 1px dotted #ddd; }
  .join-form .additional:after {
    clear: both;
    display: block;
    content: ""; }
  .join-form .additional div {
    height: 60px;
    line-height: 60px;
    float: left;
    padding-left: 25px;
    vertical-align: middle; }
  .join-form .additional .w1 {
    width: 250px; }
  .join-form .additional .w2 {
    width: 345px; }
.join-form .view {
  display: block !important; }

.func-btn {
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #f27905;
    margin-top:5px;
}

.upload-file {
  height: 25px;
  line-height: 25px;
  width: 30%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #f27905; }

.f11 {
  font-size: 11px; }

.func-btn02 {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #f27905;
  margin-left: 10px; }

.mentoring-top {
  width: 100%;
  margin-bottom: 10px; }
  .mentoring-top:after {
    clear: both;
    display: block;
    content: ""; }
  .mentoring-top .mentee-surmmary {
    width: 100%;
    height: 60px;
    background: #f38508;
    padding-left: 15px;
    margin-bottom: 7px; }
    .mentoring-top .mentee-surmmary:after {
      clear: both;
      display: block;
      content: ""; }
    .mentoring-top .mentee-surmmary .mentee-img {
      width: 40px;
      height: 40px;
      border-radius: 61px;
      overflow: hidden;
      background: #fff;
      float: left;
      margin-top: 10px;
      margin-right: 20px; }
      .mentoring-top .mentee-surmmary .mentee-img img {
        width: 100%; }
    .mentoring-top .mentee-surmmary figcaption {
      float: left;
      color: #fff;
      font-size: 14px;
      line-height: 60px; }
      .mentoring-top .mentee-surmmary figcaption strong {
        color: #fff;
        font-size: 16px;
        margin-bottom: 10px; }
  .mentoring-top .mentee-menu {
    width: 100%;
    border: 2px solid #f38508;
    height: 40px;
    line-height: 40px;
    margin-bottom: 7px; }
    .mentoring-top .mentee-menu:after {
      clear: both;
      display: block;
      content: ""; }
    .mentoring-top .mentee-menu .has-icon {
      float: left;
      height: 32px;
      width: 25%;
      text-align: center;
      overflow: hidden;
      position: relative;
      color: #858585;
      font-size: 17px;
      font-weight: bold;
      font-size: 14px; }
      .mentoring-top .mentee-menu .has-icon span {
        width: auto;
        height: 20px;
        overflow: hidden;
        display: inline-block;
        position: relative;
        padding-left: 20px; }
        .mentoring-top .mentee-menu .has-icon span img {
          width: auto;
          position: absolute;
          top: 0;
          left: 0;
          height: 40px; }
      .mentoring-top .mentee-menu .has-icon:hover {
        color: #F38508; }
        .mentoring-top .mentee-menu .has-icon:hover img {
          top: -20px; }
      .mentoring-top .mentee-menu .has-icon.active {
        color: #F38508; }
        .mentoring-top .mentee-menu .has-icon.active img {
          top: -20px; }
  .mentoring-top .mentor-func {
    padding-bottom: 10px;
    border: 2px solid #f38508;
    padding-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    position: relative;
    display: block;
    color: #f38508; }
    .mentoring-top .mentor-func > a {
      color: #f38508; }
  .mentoring-top .mentor-activity {
    width: 150px;
    height: 133px;
    background: url(../images/bg_mentorbtn.png) no-repeat transparent;
    position: absolute;
    left: 0;
    padding: 20px 10px 0;
      display: none;
      z-index: 100;
}
    .mentoring-top .mentor-activity a {
      display: block;
      font-size: 13px;
      padding-bottom: 5px;
      border-bottom: 2px dotted #ddd;
      color: #888888;
      margin-top: 5px;
      padding-left: 5px; }
      .mentoring-top .mentor-activity a:hover {
        color: #f38508; }

.mentoring-filter {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ddd; }
  .mentoring-filter:after {
    clear: both;
    display: block;
    content: ""; }
  .mentoring-filter .filter {
    display: inline-block;
    border: 2px solid #27659e;
    width: 45%;
    background: transparent;
    height: 30px;
    float: left;
    margin-bottom: 7px; }
    .mentoring-filter .filter.filter + .filter {
      float: right; }
  .mentoring-filter .mentor-search {
    clear: both; }
    .mentoring-filter .mentor-search .input-wrap {
      width: 100%;
      margin: auto;
      position: relative; }
      .mentoring-filter .mentor-search .input-wrap .search-string {
        height: 30px;
        width: 100%;
        text-indent: 10px;
        border: 2px solid #556db1;
        font-size: 14px; }
        .mentoring-filter .mentor-search .input-wrap .search-string:focus {
          outline: none; }
      .mentoring-filter .mentor-search .input-wrap .search-btn {
        border: none;
        background: transparent;
        position: absolute;
        height: 30px;
        right: 0;
        top: 0; }
        .mentoring-filter .mentor-search .input-wrap .search-btn img {
          height: 60%; }
        .mentoring-filter .mentor-search .input-wrap .search-btn:focus {
          outline: none; }

.mentor-list {
  clear: both;
  width: auto; }
  .mentor-list:after {
    clear: both;
    display: block;
    content: ""; }
  .mentor-list ul {
    @inlclude cf;
    width: 100%; }
    .mentor-list ul li {
      float: left;
      width: 49%;
      margin-bottom: 2%;
      border: 1px solid #ddd;
      padding: 10px; }
      .mentor-list ul li:nth-child(odd) {
        margin-right: 1%; }
      .mentor-list ul li:nth-child(even) {
        margin-left: 1%; }
      .mentor-list ul li .mentor-img {
        width: 100%;
        height: auto;
        max-height: 145px;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ddd; }
        .mentor-list ul li .mentor-img img {
          width: 100%; }
      .mentor-list ul li figcaption {
        padding-left: 5px; }
      .mentor-list ul li .mentor-name {
        display: block;
        color: #333;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px; }
      .mentor-list ul li .mentor-major {
        font-size: 14px;
        color: #676767;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

.mentor-contents .mentor-left {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px; }
  .mentor-contents .mentor-left:after {
    clear: both;
    display: block;
    content: ""; }
  .mentor-contents .mentor-left .mentor-img {
    width: 40%;
    max-width: 145px;
    height: auto;
    float: left;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
    .mentor-contents .mentor-left .mentor-img img {
      width: 100%; }
  .mentor-contents .mentor-left figcaption {
    float: left;
    width: 60%;
    padding-left: 10px; }
  .mentor-contents .mentor-left .mentor-name {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #524d4d; }
  .mentor-contents .mentor-left .mentor-major {
    display: block;
    font-size: 14px;
    color: #888888; }
  .mentor-contents .mentor-left .mentor-status {
    float: left;
    width: 50%;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 5px; }
    .mentor-contents .mentor-left .mentor-status i {
      display: inline-block;
      margin-right: 2px; }
      .mentor-contents .mentor-left .mentor-status i img {
        width: 20px; }
  .mentor-contents .mentor-left .btn-question {
    background: #556db1;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: inherit;
    padding: 0;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    width: 100%;
    border: none;
    line-height: 30px; }

.mentor-right .mentor-info {
  height: auto;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 12px; }
  .mentor-right .mentor-info p, .mentor-right .mentor-info ul {
    line-height: 170%;
    font-size: 14px;
    letter-spacing: -0.025em; }
  .mentor-right .mentor-info .mentor-keyword {
    display: block;
    color: #f6ac1a; }
.mentor-right .mentor-word {
  border: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 12px;
  border-top: 2px solid #27659e;
  border-bottom: 2px solid #27659e;
  display: none; }
  .mentor-right .mentor-word article {
    width: 90%;
    margin: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }
    .mentor-right .mentor-word article h5 {
      font-size: 14px;
      color: #515151;
      margin-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      display: block;
      line-height: normal; }
    .mentor-right .mentor-word article p a {
      color: #959595;
      margin-bottom: 10px;
      line-height: 120%;
      height: 28px;
      overflow: hidden;
      display: block; }
    .mentor-right .mentor-word article .regdate span {
      font-size: 14px;
      letter-spacing: -0.05em;
      color: #959595; }
  .mentor-right .mentor-word .tbl {
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px; }
    .mentor-right .mentor-word .tbl thead th {
      height: 35px;
      border-top: 2px solid #ddd;
      border-bottom: 2px solid #ddd;
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
    .mentor-right .mentor-word .tbl td {
      text-align: center;
      height: 30px; }

.mentor-comment {
  border: 1px solid #ddd;
  padding: 10px;
  display: none; }

.input-comment {
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px; }
  .input-comment:after {
    clear: both;
    display: block;
    content: ""; }
  .input-comment textarea {
    width: 100%;
    height: 80px;
    resize: none;
    border: 1px solid #ddd; }
    .input-comment textarea.lager {
      width: 100%; }
  .input-comment .btn-comment {
    background: #838383;
    border: none;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 30px;
    font-weight: bold;
    margin-top: 10px;
    padding: 0; }

.comment-list {
  margin-bottom: 20px; }
  .comment-list li {
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding-bottom: 25px;
    font-size: 14px; }
    .comment-list li:after {
      clear: both;
      display: block;
      content: ""; }
    .comment-list li .writer-name {
      display: inline-block;
      font-size: 14px;
      margin-bottom: 10px;
      font-weight: bold;
      margin-right: 7px; }
    .comment-list li p {
      line-height: 140%;
      margin-bottom: 10px; }
    .comment-list li .reg-date {
      color: #b6b6b6;
      font-size: 14px; }

.btn-model {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  text-align: center;
  margin-left: 3px;
  background: #b0b0b0;
  width: 30px;
  line-height: 18px;
  border-radius: 2px;
  margin-bottom: 20px; }
  .btn-model.modify {
    position: absolute;
    right: 5px;
    bottom: 5px;
    margin: 0; }

.info-tit {
  display: block;
  padding-left: 5px;
  border-left: 5px solid #556db1;
  font-size: 13px;
  font-weight: bold;
  color: #494949;
  line-height: 1;
  margin-bottom: 10px; }

.question-tit, .sub-tit {
  display: block;
  padding-left: 5px;
  border-left: 3px solid #556db1;
  color: #27659e;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px; }

.mentor-question {
  border: 1px solid #ddd;
  padding: 10px; }
  .mentor-question h3 {
    font-size: 13px;
    color: #27659e;
    font-weight: bold;
    padding-top: 5px; }
  .mentor-question .article-wrap {
    padding: 10px 0;
    border-top: 2px solid #27659e;
    border-bottom: 2px solid #27659e;
    width: 100%; }
    .mentor-question .article-wrap article {
      padding-bottom: 15px;
      border-bottom: 1px solid #ddd;
      margin-bottom: 15px; }
      .mentor-question .article-wrap article h5 {
        font-size: 14px;
        color: #515151;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        height: auto;
        line-height: normal; }
      .mentor-question .article-wrap article .regdate span {
        font-size: 14px;
        letter-spacing: -0.05em;
        color: #959595; }

.mentor-tit {
  margin-bottom: 40px;
  font-size: 19px;
  color: #27659e;
  padding-bottom: 20px;
  border-bottom: 2px solid #556db1;
  font-weight: bold;
  padding-top: 5px; }
  .mentor-tit i {
    float: left;
    margin-right: 3px;
    margin-top: -12px; }

.tbl01 {
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1;
  margin-bottom: 30px; }
  .tbl01 th {
    border-bottom: 1px solid #ddd;
    background: #f0f1f6;
    font-weight: bold;
    font-size: 14px;
    color: #626263;
    text-align: center;
    padding: 12px;
    padding-bottom: 12px; }
    .tbl01 th.h95 {
      height: 95px; }
  .tbl01 td {
    font-size: 14px;
    color: #888888;
    line-height: 120%;
    border-bottom: 1px solid #ddd;
    padding-top: 12px;
    padding-bottom: 12px; }
    .tbl01 td.h95 {
      height: 95px; }
    .tbl01 td .chk-wrap {
      float: left;
      width: 50%;
      margin-bottom: 10px; }
  .tbl01 .write-input {
    width: 90%;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 2px; }
  .tbl01 .editor-area, .tbl01 .contents-area {
    width: 100%;
    min-height: 350px;
    height: auto;
    padding: 30px 0; }
  .tbl01 .reply-area {
    padding: 10px 0;
    line-height: 140%;
    font-size: 14px;
    color: #888; }
    .tbl01 .reply-area strong {
      margin-bottom: 20px;
      font-size: 14px;
      color: #626263;
      font-weight: bold;
      display: inline-block; }
    .tbl01 .reply-area p {
      margin-bottom: 20px; }
    .tbl01 .reply-area .reg-date {
      color: #b6b6b6;
      font-size: 14px; }
  .tbl01 .input-textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    resize: none; }
  .tbl01 .h-padding {
    height: 160px; }

.common-tbl {
  table-layout: fixed;
  width: 100%;
  border-bottom: 2px solid #556db1; }
  .common-tbl thead th {
    border-top: 2px solid #556db1;
    border-bottom: 2px solid #556db1;
    height: 60px;
    font-size: 16px;
    color: #515151; }
  .common-tbl tbody td {
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #959595;
    height: 80px; }
    .common-tbl tbody td a {
      text-align: left;
      padding-left: 50px;
      color: #515151;
      display: block; }
    .common-tbl tbody td.type {
      color: #27659e;
      font-weight: bold; }

.reply-ready {
  background: #838383;
  color: #fff;
  text-align: center;
  display: block;
  width: 50px;
  line-height: 20px;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 14px; }

.reply-complete {
  background: #556db1;
  color: #fff;
  text-align: center;
  display: block;
  width: 55px;
  line-height: 20px;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 14px; }

.input-file {
  width: 70%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 25px;
  margin-top: 15px;
  line-height: 40px;
  padding-left: 5px; }

.mentor-step {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 60px; }
  .mentor-step strong {
    display: block;
    color: #27659e;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2; }
  .mentor-step p {
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.025em;
    margin-bottom: 30px; }
  .mentor-step a {
    display: inline-block;
    font-size: 15px;
    color: #556db1;
    font-weight: bold;
    width: 150px;
    padding-bottom: 15px;
    border-bottom: 2px solid #556db1;
    background: url(../images/icon_16.jpg) no-repeat right top;
    text-align: left; }

.small-btn {
  background: #556db1;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-family: inherit;
  padding: 0;
  font-size: 13px;
  padding: 0px 20px;
  line-height: 30px; }

.newsletter {
  border-bottom: 2px solid #556db1;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .newsletter .search-newsletter {
    width: 100%;
    height: 45px;
    background: #f0f1f6;
    text-align: center;
    padding-top: 8px; }
    .newsletter .search-newsletter label {
      font-size: 14px;
      margin-right: 10px;
      color: #515151; }
    .newsletter .search-newsletter .select-wrap {
      /*background: url(../images/bg_select.jpg) no-repeat right center #fff;*/
      background: #fff;
      border: 1px solid #ddd;
      display: inline-block;
      margin-right: 10px; }
    .newsletter .search-newsletter select {
      height: 25px;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      /*            -webkit-appearance: none;
                     -moz-appearance: none;
                          appearance: none;       */
      font-family: inherit;
      padding-left: 5px;
      display: inline-block;
      width: 160px; }
    .newsletter .search-newsletter .search-btn {
      background: #556db1;
      text-align: center;
      color: #fff;
      font-size: 17px;
      font-family: inherit;
      padding: 0;
      border: none;
      width: 40px;
      height: 25px;
      display: inline-block;
      font-size: 14px; }

.newsletter-list:after {
  clear: both;
  display: block;
  content: ""; }
.newsletter-list li {
  width: 49%;
  float: left;
  border: 1px solid #ddd;
  padding: 12px;
  margin-right: 1%;
  margin-bottom: 2%; }
.newsletter-list li a img{
    width: 100%;
}
  .newsletter-list li:nth-child(even) {
    margin-right: 0;
    margin-left: 1%; }
  .newsletter-list li .newsletter-img {
    overflow: hidden;
    margin-bottom: 8px;
    border: 1px solid #ddd; }
    .newsletter-list li .newsletter-img img {
      width: 100%; }
  .newsletter-list li .newsletter-tit {
    display: block;
    font-size: 13px;
    color: #515151;
    margin-bottom: 20px; }
  .newsletter-list li .btn-pdf {
    width: 120px; }
    .newsletter-list li .btn-pdf img {
      width: 100%; }

.apply-tbl {
  table-layout: fixed;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1;
  width: 100%; }
  .apply-tbl th {
    padding: 12px;
    font-size: 14px;
    background: #f0f1f6;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-weight: bold; }
  .apply-tbl td {
    font-size: 14px;
    color: #959595;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px; }
  .apply-tbl .input-txt {
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 30px;
    font-size: 14px;
    width: 60%; }
    .apply-tbl .input-txt.w330 {
      width: 100%;
      margin-bottom: 5px; }
    .apply-tbl .input-txt.w100 {
      width: 27%; }
  .apply-tbl select {
    border: 1px solid #ddd;
    width: 27%;
    height: 30px; }
  .apply-tbl .func-btn {
    height: 30px;
    line-height: 30px;
    width: 35%;
    margin: 0;
    float: right; }
  .apply-tbl .cont {
    width: 98%;
    height: 150px;
    border: 1px solid #ddd;
    resize: none;
    border-radius: 3px; }

.mentoring-tab {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; }
  .mentoring-tab:after {
    clear: both;
    display: block;
    content: ""; }
  .mentoring-tab a {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    line-height: 40px; }
    .mentoring-tab a.active {
      border-bottom: 2px solid #27659e;
      color: #27659e; }

.mentoring-service {
  display: none; }

.mentoring-sys-top {
  padding-top: 30px;
  padding-bottom: 35px; }
  .mentoring-sys-top h5 {
    font-size: 15px;
    color: #27659e;
    margin-bottom: 15px; }
  .mentoring-sys-top p {
    line-height: 200%;
    font-size: 14px; }

.use-guide-tit {
  font-size: 19px;
  display: block;
  vertical-align: baseline;
  margin-top: 90px;
  border-bottom: 2px solid #556db1;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold; }
  .use-guide-tit i {
    margin-top: -18px;
    float: left;
    margin-right: 10px; }

.guide-txt {
  font-size: 14px;
  color: #727272;
  line-height: 200%; }

.mentoring-box {
  border: 1px solid #ddd;
  margin-bottom: 30px; }
  .mentoring-box:after {
    clear: both;
    display: block;
    content: ""; }
  .mentoring-box .mac {
    width: 90%;
    margin: 20px auto; }
    .mentoring-box .mac div {
      width: 100%;
      position: relative; }
      .mentoring-box .mac div img {
        width: 100%; }
  .mentoring-box .mtsys-step {
    width: 90%;
    margin: auto; }
    .mentoring-box .mtsys-step .step-tab {
      padding-bottom: 20px;
      border-bottom: 1px solid #ddd;
      margin-top: 75px;
      margin-bottom: 20px;
      width: 100%;
      text-align: center; }
      .mentoring-box .mtsys-step .step-tab:after {
        clear: both;
        display: block;
        content: ""; }
      .mentoring-box .mtsys-step .step-tab a {
        display: inline-block;
        width: 30%;
        width: 65px;
        height: 65px;
        color: #27659e;
        font-size: 14px;
        border-radius: 50px;
        border: 1px solid #ddd;
        text-align: center;
        padding-top: 15px;
        position: relative;
        margin-right: 20px; }
        .mentoring-box .mtsys-step .step-tab a:after {
          position: absolute;
          content: ">";
          font-size: 20px;
          color: #ddd;
          right: -18px;
          top: 50%;
          margin-top: -10px; }
        .mentoring-box .mtsys-step .step-tab a:last-child:after {
          content: ""; }
        .mentoring-box .mtsys-step .step-tab a span {
          display: block;
          font-size: 14px;
          margin-bottom: 10px; }
      .mentoring-box .mtsys-step .step-tab .active {
        background: #27659e;
        color: #fff;
        border: 1px solid #27659e; }
        .mentoring-box .mtsys-step .step-tab .active span {
          color: #fff; }
    .mentoring-box .mtsys-step h5 {
      padding-left: 10px;
      border-left: 3px solid #27659e;
      font-size: 15px;
      color: #27659e;
      font-weight: bold;
      margin-bottom: 20px;
      margin-left: 10px; }
    .mentoring-box .mtsys-step .step-info {
      padding-left: 25px; }
      .mentoring-box .mtsys-step .step-info li {
        margin-bottom: 20px;
        position: relative;
        line-height: 130%;
        font-size: 14px;
        padding-right: 10px; }
        .mentoring-box .mtsys-step .step-info li i {
          position: absolute;
          top: 0;
          left: -20px;
          width: 15px;
          line-height: 15px;
          border-radius: 15px;
          background: #fd1f67;
          color: #fff;
          font-size: 10px;
          text-align: center; }
        .mentoring-box .mtsys-step .step-info li em {
          font-size: 14px;
          display: block;
          color: #bfbfbf;
          margin-top: 5px; }
  .mentoring-box .mtstep01, .mentoring-box .mtstep02 {
    display: none; }

.subscription-type {
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1;
  margin-bottom: 70px; }
  .subscription-type .top {
    border-bottom: 2px solid #556db1;
    font-size: 16px;
    color: #333;
    display: table;
    width: 100%;
    height: 60px; }
    .subscription-type .top:after {
      clear: both;
      display: block;
      content: ""; }
  .subscription-type span {
    text-align: center;
    line-height: 120%;
    display: table-cell;
    vertical-align: middle; }
  .subscription-type .bottom {
    font-size: 14px;
    color: #777;
    display: table;
    width: 100%;
    height: 90px; }
    .subscription-type .bottom:after {
      clear: both;
      display: block;
      content: ""; }
  .subscription-type .w20 {
    width: 20%; }
  .subscription-type .w60 {
    width: 60%; }

.subscription-img {
  margin-bottom: 40px; }
  .subscription-img img {
    width: 100%; }

.payment-wrap {
  margin-bottom: 40px; }
  .payment-wrap .payment {
    border-top: 2px dotted #ddd;
    padding-bottom: 30px;
    padding-top: 15px; }
    .payment-wrap .payment:after {
      clear: both;
      display: block;
      content: ""; }
    .payment-wrap .payment .l {
      height: auto;
      display: block;
      font-size: 15px;
        margin-bottom:10px;
      font-weight: bold;
      line-height: 160%;
      color: #27659e; }
    .payment-wrap .payment .r {
      font-size: 14px;
      color: #959595;
      line-height: 160%;
        display: table;
}
      .payment-wrap .payment .r span {
        display: block;
          font-size: 14px;
          vertical-align: middle;
}
      .payment-wrap .payment .r em {
        display: inline-block;
        color: #333;
        font-weight: bold;
        width: 80px;
          letter-spacing: -0.01em;
          margin-top:-1px;
}

.annoy-btn {
  width: 100px;
  padding-bottom: 10px;
  border-bottom: 2px solid #556db1;
  background: url(../images/annoy_btn.jpg) no-repeat right top 5px;
  color: #556db1;
  display: inline-block;
  font-size: 13px;
  font-weight: bold; }

.donation {
  padding: 0 10px; }
  .donation > p {
    line-height: 120%; }

.r-img img {
  width: 100%; }

.color-b {
  color: #000; }

.w-a {
  width: auto !important; }

.f14 {
  font-size: 14px; }

.donator .search-donator {
  width: 100%;
  height: 83px;
  background: #f0f1f6;
  text-align: center;
  padding-top: 25px; }
  .donator .search-donator label {
    font-size: 14px;
    margin-right: 10px;
    color: #515151; }
  .donator .search-donator .select-wrap {
    /*background: url(../images/bg_select.jpg) no-repeat right center #fff;*/
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 10px; }
  .donator .search-donator select {
    width: 35%;
    border: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    /*            -webkit-appearance: none;
                   -moz-appearance: none;
                    -ms-appearance: none;
                        appearance: none; */
    font-family: inherit;
    padding-left: 5px;
    display: inline-block;
    height: 25px; }
  .donator .search-donator .select01 {
    width: 35%; }
  .donator .search-donator .select02 {
    width: 40%; }
  .donator .search-donator .search-btn {
    background: #556db1;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: inherit;
    padding: 0;
    border: none;
    width: 45px;
    height: 25px;
    display: inline-block;
    font-size: 14px; }

.donator-tbl, .gathering-tbl {
  table-layout: fixed;
  margin-top: 30px;
  width: 100%;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1; }
  .donator-tbl th, .gathering-tbl th {
    border-bottom: 2px solid #556db1;
    padding: 12px 0;
    font-size: 14px;
    color: #515151; }
  .donator-tbl td, .gathering-tbl td {
    padding: 12px 0;
    font-size: 14px;
    color: #515151;
    border-bottom: 1px solid #ddd;
    text-align: center; }
  .donator-tbl strong, .gathering-tbl strong {
    color: #556db1;
    font-size: 13px;
    display: inline-block; }
  .donator-tbl .tot-price, .gathering-tbl .tot-price {
    font-size: 15px;
    color: #556db1; }
  .donator-tbl tfoot td, .gathering-tbl tfoot td {
    border-top: 2px solid #556db1; }

.search-schedule {
  width: 100%;
  height: 63px;
  margin-bottom: 10px;
  background: #f0f1f6;
  text-align: center;
  padding-top: 15px; }
  .search-schedule label {
    font-size: 14px;
    margin-right: 10px;
    color: #515151; }
  .search-schedule .select-wrap {
    /*background: url(../images/bg_select.jpg) no-repeat right center #fff;*/
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 10px; }
  .search-schedule select {
    width: 35%;
    border: none;
    box-shadow: none;
    background-color: #fff;
    background-image: none;
    /*            -webkit-appearance: none;
                   -moz-appearance: none;
                    -ms-appearance: none;
                        appearance: none; */
    font-family: inherit;
    padding-left: 5px;
    display: inline-block;
    height: 25px; }
  .search-schedule .select01 {
    width: 35%; }
  .search-schedule .select02 {
    width: 40%; }
  .search-schedule .search-btn {
    background: #556db1;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: inherit;
    padding: 0;
    border: none;
    width: 45px;
    height: 25px;
    display: inline-block;
    font-size: 14px; }

.gathering-tbl td {
  text-align: center;
  height: 55px; }

.network-tab {
  margin-bottom: 65px; }
  .network-tab:after {
    clear: both;
    display: block;
    content: ""; }
  .network-tab a {
    display: inline-block;
    width: 48%;
    height: 40px;
    border: 2px solid #556db1;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
	float:left; margin:1%;

	}
  .network-tab.gathering-tab a {
    width: 48% !important; margin-right:1%; margin-bottom:1%;}
  .network-tab .active {
    color: #fff;
    background: #556db1; }

.interest-tab {
  margin-bottom: 20px; }
  .interest-tab:after {
    clear: both;
    display: block;
    content: ""; }
  .interest-tab a {
    float: left;
    width: 48%;
    height: 40px;
    margin: 1%;
    border: 2px solid #556db1;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    line-height: 40px; }
  .interest-tab.gathering-tab a {
    width: 100px !important; }
  .interest-tab .active {
    color: #fff;
    background: #556db1; }

.interest-list {
  padding-top: 10px;
  border-top: 2px solid #27659e;
  border-bottom: 2px solid #27659e; }
  .interest-list article {
    margin: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }
    .interest-list article h5 {
      font-size: 14px;
      color: #515151;
      margin-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%;
      display: block;
      line-height: normal; }
    .interest-list article p a {
      color: #959595;
      margin-bottom: 10px;
      line-height: 120%;
      height: 28px;
      overflow: hidden;
      display: block; }
    .interest-list article .regdate span {
      font-size: 14px;
      letter-spacing: -0.05em;
      color: #959595; }

.find-tbl {
  table-layout: fixed;
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1;
  width: 100%; }
  .find-tbl th {
    padding-left: 30px;
    height: 60px;
    font-size: 15px;
    background: #f0f1f6;
    text-align: left;
    border-bottom: 1px solid #ddd; }
  .find-tbl td {
    font-size: 14px;
    color: #959595;
    text-align: left;
    padding-left: 25px;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #ddd; }
  .find-tbl td + td {
    border-right: none; }
  .find-tbl input[type="text"], .find-tbl select {
    width: 300px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px; }

.find-result {
  border-bottom: 2px solid #556db1; }
  .find-result .active {
    background: #f0f1f6; }
    .find-result .active .graduate-more {
      display: block; }
  .find-result li {
    cursor: pointer;
    padding-top: 20px;
    border-bottom: 1px solid #ddd; }
    .find-result li:after {
      clear: both;
      display: block;
      content: ""; }
    .find-result li > span {
      width: 33.33333%;
      float: left;
      text-align: center;
      padding-bottom: 20px;
      font-size: 14px; }
    .find-result li .graduate-more {
      background: #f8f8f8;
      clear: both;
      padding-top: 35px;
      text-align: center;
      height: 250px;
      border-top: 1px solid #ddd;
      display: none; }
      .find-result li .graduate-more .graduate-img {
        width: 120px;
        height: 120px;
        clear: both;
        display: inline-block;
        overflow: hidden;
        margin-right: 20px; }
        .find-result li .graduate-more .graduate-img img {
          width: 100%; }
      .find-result li .graduate-more .graduate-info {
        display: inline-block; }
        .find-result li .graduate-more .graduate-info strong {
          font-weight: bold;
          color: #4b4c4e;
          float: left;
          margin-right: 20px;
          width: 80px; }
        .find-result li .graduate-more .graduate-info .info {
          font-size: 14px;
          color: #959595;
          float: left;
          text-align: left;
          width: 150px; }
        .find-result li .graduate-more .graduate-info div {
          width: 250px;
          text-align: left;
          height: 15px;
          margin-bottom: 10px; }
          .find-result li .graduate-more .graduate-info div:after {
            clear: both;
            display: block;
            content: ""; }
      .find-result li .graduate-more .btn-wrap {
        margin-top: 40px;
        text-align: center;
          line-height: 120%;
}
        .find-result li .graduate-more .btn-wrap a {
          width: 105px;
          color: #fff;
          background: #556db1;
          line-height: 30px;
          display: inline-block;
          border-radius: 3px; }

.result-head {
  border-top: 2px solid #556db1;
  border-bottom: 2px solid #556db1;
  color: #515151;
  font-size: 16px;
  line-height: 60px; }
  .result-head:after {
    clear: both;
    display: block;
    content: ""; }
  .result-head span {
    float: left;
    width: 33.33333%;
    text-align: center; }

.schedule:after {
  clear: both;
  display: block;
  content: ""; }
.schedule .calender {
  width: 424px;
  float: left;
  padding: 35px 20px;
  border: 1px solid #ddd; }
  .schedule .calender .calender-top {
    padding-bottom: 35px;
    border-bottom: 2px solid #ddd;
    position: relative; }
    .schedule .calender .calender-top .year {
      display: block;
      text-align: center;
      color: #959595;
      font-size: 14px;
      margin-bottom: 10px; }
    .schedule .calender .calender-top .month {
      display: block;
      text-align: center;
      color: #27659e;
      font-size: 24px;
      text-transform: uppercase; }
    .schedule .calender .calender-top .prev-month {
      position: absolute;
      left: 0;
      top: 10px;
      cursor: pointer; }
    .schedule .calender .calender-top .next-month {
      position: absolute;
      right: 0;
      top: 10px;
      cursor: pointer; }
.schedule .calender-tbl {
  table-layout: fixed;
  width: 100%; }
  .schedule .calender-tbl th {
    font-size: 18px;
    font-weight: bold;
    color: #6a6a6a;
    height: 50px; }
    .schedule .calender-tbl th.sat {
      color: #556db1; }
    .schedule .calender-tbl th.sun {
      color: #c22024; }
  .schedule .calender-tbl td {
    text-align: center;
    font-size: 15px;
    color: #959595;
    height: 50px;
    cursor: pointer; }
    .schedule .calender-tbl td .today {
      width: 45px;
      height: 45px;
      display: block;
      background: #f0f1f6;
      line-height: 45px;
      border-radius: 45px; }
    .schedule .calender-tbl td .select {
      color: #27659e;
      border: 2px solid #27659e;
      width: 45px;
      height: 45px;
      line-height: 45px;
      border-radius: 45px;
      display: block; }
    .schedule .calender-tbl td .has {
      background: #27659e;
      width: 7px;
      height: 7px;
      border-radius: 7px;
      display: block;
      margin: auto; }
.schedule .cau {
  text-align: center;
  margin-top: 30px; }
  .schedule .cau i {
    width: 7px;
    height: 7px;
    background: #27659e;
    border-radius: 7px;
    display: inline-block; }
.schedule .schedule-list {
  width: 100%;
  height: auto;
  padding: 20px 10px;
  border: 1px solid #ddd; }
  .schedule .schedule-list .schedule-type {
    padding-bottom: 25px;
    border-bottom: 2px solid #ddd; }
    .schedule .schedule-list .schedule-type:after {
      clear: both;
      display: block;
      content: ""; }
    .schedule .schedule-list .schedule-type .schedule-select {
      float: right;
      height: 25px;
      width: 150px;
      border: 1px solid #ddd;
      color: #959595;
      margin-top: -10px; }
  .schedule .schedule-list .sc {
    margin-top: 20px;
    width: 100%;
    background: #f0f1f6;
    padding: 10px;
    line-height: 141%; }
    .schedule .schedule-list .sc h5 {
      font-size: 13px;
      margin-bottom: 10px;
      color: #4b4c4e;
      font-weight: bold; }
    .schedule .schedule-list .sc .sc-txt strong {
      display: block;
      font-size: 14px;
      color: #4b4c4e;
      font-weight: bold;
      margin-bottom: 5px; }
    .schedule .schedule-list .sc .sc-txt .sc-cont {
      display: block;
      font-size: 14px; }

.sitemap-wrap {
  width: 1280px;
  padding: 50px 40px; }
  .sitemap-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
    .sitemap-wrap h3 span {
      display: block;
      margin-top: 15px;
      font-size: 16px;
      color: #949494; }
  .sitemap-wrap .sitemap {
    height: 505px;
    overflow: hidden;
    border-left: 1px solid #ddd;
    margin: 40px auto 0; }
    .sitemap-wrap .sitemap:after {
      clear: both;
      display: block;
      content: ""; }
    .sitemap-wrap .sitemap > div {
      width: 195px;
      float: left;
      border-right: 1px solid #ddd;
      height: 100%;
      padding-left: 20px; }
      .sitemap-wrap .sitemap > div h5 {
        font-size: 19px;
        font-weight: bold;
        color: #27659e;
        margin-bottom: 25px; }
      .sitemap-wrap .sitemap > div .depth01 > li {
        line-height: 180%; }
        .sitemap-wrap .sitemap > div .depth01 > li > a {
          font-size: 16px;
          color: #7a7a7a; }
      .sitemap-wrap .sitemap > div .depth02 li a {
        font-size: 15px;
        color: #adadad;
        padding-left: 10px; }

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0;
  background: #fff; }

#cboxClose {
  right: 20px;
  top: 20px;
  position: absolute;
  border: none;
  text-indent: -9999px;
  background: url(../images/btn_close.jpg) no-repeat;
  width: 50px;
  height: 50px; }

.mentor-tab {
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
  line-height: 40px; }
  .mentor-tab:after {
    clear: both;
    display: block;
    content: ""; }
  .mentor-tab a {
    font-size: 13px;
    width: 33.3333%;
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid  #ddd;
    text-align: center; }
    .mentor-tab a.active {
      border-bottom: 2px solid #27659e;
      font-weight: bold; }

@media (max-width: 640px) {
  .find-tbl th {
    padding-left: 5px;
    font-size: 14px; }

  .find-tbl td {
    padding-left: 10px;
    padding-right: 10px; }

  .notice-box span {
    display: none; }

  .notice-box div.fl {
    width: 100%; }

  .find-tbl input[type="text"], .find-tbl select {
    width: 100%;
    height: 30px; }

  .find-tbl td p {
    font-size: 14px; }

  .result-head span {
    font-size: 14px; }

  .find-result li > span {
    font-size: 14px; }

  .find-result li .graduate-more {
    height: auto;
    padding: 20px 10px; }

  .find-result li .graduate-more .graduate-img {
    display: block;
    margin:0 auto 20px;}

  .login-box-wrap .login-box {
    width: 100%;
    float: none;
    padding:30px;
    }

  .login-box-wrap .login-box .login-txt {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px; }

  .login-box-wrap .login-box {
    height: auto;
    border-bottom: #dedede 1px solid; }

  .login-box-wrap {
    height: auto; }

  .login-box-wrap .login-box .btn-login {
    height: 40px;
    line-height: 40px; }

  .join-box-wrap {
    width: 100%;
    height: auto;
    float: none; }

  .join-box-wrap div {
    clear: both; }

  .join-box-wrap .join-box {
    height: auto; }

  .join-type strong {
    font-size: 15px; }

  .join-type p {
    font-size: 14px; }

  .join-type a {
    width: 100%;
    margin: 0 0 10px;
    display: block; }

  .join-form .annoy-txt {
    font-size: 14px; }


  .join-form .tbl td p {
    font-size: 14px; }

  .join-form .w300 {
    width: 100%;
      margin-bottom:5px;}

  .mypage-tit {
    font-size: 13px; }

  .rulse-wrap strong {
    font-size: 13px; }

  .rulse-wrap p {
    font-size: 14px; }

  .rulse-wrap ul li {
    font-size: 14px; }

  .rulse-wrap {
    height: 300px; }

  .join-form .w210 {
    width: 100%; }

  .join-form .tbl td .color04 {
    font-size: 11px;
    margin-top:5px;
    display: block;
    margin-left:0 !important;
    }
    .join-form .tbl td span.mr20,
    .join-form .tbl td span.mr30{
        margin-right:0px !important;
        font-size:10px;
    }

  .join-form .w100 {
    width: 27%; }

  .join-form .tbl td .chk-label.mr30 {
    margin-right: 0 !important; }


  .join-form .tbl td .chk-label.mr60 {
    margin-right: 10px !important; }

  .mypage-tit02 {
    font-size: 13px; }

  .rulse-wrap {
    padding: 10px; }

  .find-box .tbl th {
    font-size: 14px;
    text-align: center;
      padding: 0;
    }

  .find-box .w300 {
    width: 100%; }

  .find-tbl td p {
    display: block;
    margin-left: 0;
    margin-top: 5px; } }



@media (max-width: 639px) {
  .greetings h3 {
    font-size: 18px; }

  .greetings strong {
    font-size: 14px;
    line-height: 1.4; }

  .greetings p {
    font-size: 13px; }

  .sub-contents {
    padding: 40px 0}

  .greetings {
    background-size: 100%; }

  .rules h3 {
    font-size: 17px; }

  .rules h5 {
    font-size: 15px;
    margin-bottom: 20px; }

  .rules .paragraph {
    font-size: 13px; }

  .contact-info th {
    padding: 10px 3px;
    line-height: 160%; }

  .contact-info td {
    padding: 10px 0; }

  .contact-img img {
    width: 100%; }

  .board-search .select02 {
    width: 70px;
    height: 30px;
    }

  .board-search .search-type label {
    padding-left: 22px;
    font-size: 14px;
    margin-left: 10px; }

  .board-search .search-type {
    padding-top: 10px; }

  .newslist-tbl thead th {
    font-size: 14px; }

  .pagenation-wrap .pagenation li {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px; }

  .newslist-tbl tbody td, .newslist-tbl thead th {
    font-size: 14px; }

  .no {
    display: none; }

  .view-tbl thead th {
    padding: 20px 10px;
    height: auto; }

  .view-tbl thead th.article-info {
    font-size: 14px;
    line-height: 1.4; }

  .view-tbl thead th.article-info .reginfo {
    font-size: 14px;
    float: none;
    display: block;}

  .view-tbl thead th.article-info .symbol {
    display: none; }

  .preview-btn div {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    background-size: 10px 15px !important; }

  .preview-btn div a {
    overflow: hidden;
    float: none; }

  .board-search .search-type .search-type-string {
    width: 100px;
    margin-right: 0px;
    margin-left: 3px;
    height: 30px;
      vertical-align: top;
    }

  .board-search .search-type .search-btn {
    width: 70px;
    height: 30px;
      font-size: 14px;
    }
    .find-tbl th{
        text-align: center;
    }
  .board-search .select-wrap.mr15 {
    margin-right: 0 !important; }

  .photo-gallery li {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin-bottom:20px;
    }

  .photo-gallery li .tit {
    font-size: 14px; }

  .photo-gallery li figure {
    height: auto; }

  .photo-gallery li p {
    font-size: 14px;
    line-height: normal;
    height: auto; }

  .board-search .search-type {
    float: right; }

  .board-type01 li {
    padding: 20px 10px; }

  .board-type01 li .list-wrap {
    width: 100%; }

  .board-type01 li .download {
    width: 100%; }

  .board-type01 li .list-wrap .board-tit .symbol {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 5px; }

  .board-type01 li .list-wrap .board-tit {
    font-size: 14px;
    line-height: normal; }

  .board-type01 li .list-wrap .board-summary {
    font-size: 14px;
    height: 38px;
    margin-bottom: 20px;
    line-height: 150%; }

  .board-type01 li .list-wrap .reginfo {
    font-size: 14px; }

  .board-type01 li .download {
    height: auto;
    padding-bottom: 10px; }

  .find-tbl th {
    padding-left: 5px;
    font-size: 14px; }

  .find-tbl td {
    padding-left: 10px;
    padding-right: 10px; }

  .notice-box span {
    display: none; }

  .notice-box div.fl {
    width: 100%; }

  .find-tbl input[type="text"], .find-tbl select {
    width: 100%;
    height: 30px; }

  .find-tbl td p {
    font-size: 14px; }

  .result-head span {
    font-size: 14px; }

  .notice-box p {
    font-size: 14px; }

  .notice-box strong {
    font-size: 15px; }

  .find-result li > span {
    font-size: 14px; }

  .find-result li .graduate-more {
    height: auto;
    padding: 20px 10px; }

  .find-result li .graduate-more .graduate-img {
    display: block;
    margin-bottom: 20px; }

  .subscription img {
    width: 90%; }

  .login-box-wrap .login-box {
    width: 100%;
    float: none; }

  .login-box-wrap .login-box .login-txt {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px; }

  .login-box-wrap .login-box {
    height: auto;
    border-bottom: #dedede 1px solid; }

  .login-box-wrap {
    height: auto; }

  .login-box-wrap .login-box .btn-login {
    height: 40px;
    line-height: 40px; }

  .join-box-wrap {
    width: 100%;
    height: auto;
    float: none; }
    .join-box-wrap div {
      clear: both; }

  .join-box-wrap .join-box {
    height: auto; }

  .join-type strong {
    font-size: 15px; }

  .join-type p {
    font-size: 14px; }

  .join-type a {
    width: 100%;
    margin: 0 0 10px;
    display: block; }

  .join-form .annoy-txt {
    font-size: 14px; }

  .chk-label {
    font-size: 14px;
    margin-bottom: 5px; }

  .join-form .tbl td p {
    font-size: 14px; }

  .join-form .tbl th {
    font-size: 14px; }

  .join-form .w300 {
    width: 100%; }

  .mypage-tit {
    font-size: 13px; }

  .rulse-wrap strong {
    font-size: 13px; }

  .rulse-wrap p {
    font-size: 14px; }

  .rulse-wrap ul li {
    font-size: 14px; }

  .common-btn02 {
    font-size: 14px;
    width: 100px;
    height:35px;
      line-height: 35px;
    }

  .common-btn {
    width: 50%;
    font-size: 14px;
    height:35px;
      line-height: 35px;
    }

  .rulse-wrap {
    height: 300px; }

  .join-form .w210 {
    width: 100%; }

  .join-form .tbl td .color04 {
    font-size: 11px;
    line-height: 1.2; }
    .input-comment textarea{
        width:70% !important;
    }
    .input-comment .btn-comment{
        width:29%;
    }
    .mentor-comment{
        padding:10px !important;
    }
    .comment-list li p{
        font-size:12px;
    }
    .comment-list li .reg-date{
        font-size:11px;
    }
    .comment-list li .writer-name{
        font-size:13px;
    }
  .func-btn {
    margin-bottom: 10px;
    margin-left: 0; }

  .join-form .w100 {
    width: 27%; }

    .schedule .calender{
        width:100%;
        border-bottom:none;
    }
    .schedule .schedule-list{
        width:100%;
    }
    .schedule .cau{
        font-size: 14px;
    }
    .sub-tit{
        font-size:13px;
    }
    .schedule .schedule-list .sc{
        padding:10px;
    }
    .schedule .schedule-list .sc .sc-txt .sc-cont{
        width:100%;
        font-size:12px;
    }
    .schedule .schedule-list .sc .sc-txt strong{
        font-size:13px;
    }
    .schedule .schedule-list .schedule-type{
        margin: 0;
    }
    .schedule .schedule-list .sc h5{
        font-size:13px;
    }
    .schedule .calender-tbl td .select{
        width:20px;
        height:20px;
        border-radius: 20px;
        line-height: 17px;
        margin: auto;
    }
    .schedule .calender .calender-top .month{
        font-size:15px;
    }
    .schedule .calender-tbl td .today{
        width:25px;
        height: 25px;
        border-radius: 25px;
        line-height: 25px;
        margin: auto;
    }
    .schedule .calender-tbl th{
        font-size:13px;
    }
    .schedule .calender-tbl td{
        font-size:12px;
    }
  .join-form .tbl td .chk-label.mr30 {
    margin-right: 0 !important; }

  .mypage-tit02 {
    font-size: 13px; }

  .common-btn03 {
    font-size: 14px;
    width: 100px; }

  .newslist-tbl thead th {
    padding-left: 0 !important; }

  .newslist-tbl th.tl,
  .newslist-tbl td.tl {
    padding-left: 10px !important; }
  .newslist-tbl .type {
    width: 12%; }
  .newslist-tbl .subject {
    width: 40%; }
  .newslist-tbl .writer {
    width: 15%; }
  .newslist-tbl .write-date {
    font-size: 11px;
    letter-spacing: -1px; }

  .tbl01 th {
    font-size: 14px;
    font-weight: normal; }

  .tbl01 .write-input {
    width: 100%; }
    .board-search .select-wrap.fl{
        float: right;
    }
  .board-search .select-wrap {
    float: left; }

  .rulse-wrap {
    padding: 10px; }

  .find-box .tbl th {
    font-size: 14px; }

  .find-box .w300 {
    width: 100%; }

  .find-tbl td p {
    display: block;
    margin-left: 0;
    margin-top: 5px; }
}

.root_daum_roughmap .wrap_controllers{
    display: none !important;
}

    .tbl-txt{
        display: block;
        padding-left:0 !important;
        margin-top:10px;
        font-size:12px;
    }


.gathering-list li {
  width: 100%;
  height: 170px;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px; }
  .gathering-list li p {
    margin-bottom: 15px;
    line-height: 120%;
    font-size: 14px;
    color: #959595; }
    .gathering-list li p:after {
      clear: both;
      display: block;
      content: ""; }
    .gathering-list li p .sb {
      float: left;
      width: 40%; }
    .gathering-list li p .cont {
      float: right;
      width: 60%;
      text-align: left;
      padding-left: 10px;
}
.gathering-list.online li{
    height:190px;
}



/*4월21일 추가*/
.ev-wrap {
  margin-bottom: 20px; }
  .ev-wrap .bx-wrapper {
    width: 100%;
    position: relative; }
  .ev-wrap .bx-controls {
    position: absolute;
    top: 50%;
      margin-top:-13px;
    width: 100%; }
    .ev-wrap .bx-controls .bx-prev {
      width: 18px;
      height: 27px;
      position: absolute;
      left: 10px;
      background: url(../images/ev_control2.png) no-repeat;
      text-indent: -9999px; }
      .ev-wrap .bx-controls .bx-prev:hover {
        background-position: 0 -27px; }
    .ev-wrap .bx-controls .bx-next {
      width: 18px;
      height: 27px;
      position: absolute;
      right: 10px;
      background: url(../images/ev_control.png) no-repeat;
      text-indent: -9999px; }
      .ev-wrap .bx-controls .bx-next:hover {
        background-position: 0 -27px; }
  .ev-wrap .ev-slide {
    height: 250px; }
    .ev-wrap .ev-slide li {
      width: 100%;
      height: auto; }
    .ev-wrap .ev-slide img { width:100%;}
  .ev-wrap .ev-desc {
    padding:40px 10px 20px;
    background: #556eb0;
    border-left: 1px solid #fff;
}
    .ev-wrap .ev-desc strong {
      display: block;
      font-size: 60px;
      letter-spacing: -0.075em;
      color: #fff;
      opacity: .1;
      margin-bottom: 15px;
      font-weight: bold; }
    .ev-wrap .ev-desc em {
      display: block;
      font-size: 18px;
      color: #fff;
      margin-bottom: 20px; }
    .ev-wrap .ev-desc p {
      line-height: 157%;
      color: #fff;
      font-size: 14px;
      word-break: keep-all;
      padding-right: 10px; }
/**/

.talented-txt{
    font-size:18px;
    line-height: 140%;
}
.talented-txt strong{
    font-size:15px;
}

/*# sourceMappingURL=sub.css.map */
.view-tbl .article-contents strong,
.view-tbl .article-contents em,
.view-tbl .article-contents p,
.view-tbl .article-contents span{
    color:inherit;
}
